/* ARTIQUE Clinic — Laser Lifting (Figma TENOR 1412:4166) */
@font-face {
  font-family: "S-Core Dream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff")
    format("woff");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "S-Core Dream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff")
    format("woff");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "S-Core Dream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff")
    format("woff");
  font-weight: 400;
  font-display: swap;
}

:root {
  --design-width: 2448px;
  --scale: calc(100vw / 244.8);
  --bg: #f3eeee;
  --text: #625656;
  --text-muted: #736868;
  --dark-bg: #1c1615;
  --lineup-bg: #625656;
  --lineup-panel: #a58f8f;
  --lineup-text: #d9d9d9;
  --lineup-heading: #e5e1e1;
  --faq-bg: #e5e1e1;
  --faq-item-open: #eee;
  --faq-item-closed: #d5d2d2;
  --faq-border: #726767;
  --panel-soft: #fbf6f6;
  --mangro: "Mangro", "Cormorant Garamond", "Times New Roman", serif;
  --nav: "Aboreto", var(--mangro);
  --ko: "Pretendard", "Noto Sans KR", sans-serif;
  --accent: "Marcellus", var(--mangro);
  --footer-font: "S-Core Dream", var(--ko);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Search bar — 1412:4326 */
.search-bar {
  position: relative;
  display: flex;
  align-items: center;
  width: calc( 100% - 40px );
  max-width: 875px;
  height: 52px;
  margin: 60px auto;
  background: #fff;
  border: 1px solid #736868;
  box-sizing: border-box;
  padding-right: 20px;
}
.product-hero.type01 .search-bar{
  margin-top: 32px;
}
.product-hero.type01 .product-hero__label{
  font-size: 40px;
}
.product-hero.type01 .product-hero__label01{
  font-size: 20px;
}

.search-bar__input {
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 0 10px 0 20px;
  border: 0;
  background: transparent;
  font-family: 'Mangro';
  font-size: 18px;
  line-height: 0.85;
  color: #736868;
}

.search-bar__input::placeholder {
  color: var(--text-muted);
  opacity: 1;
}

.search-bar__input:focus {
  outline: none;
}

.search-bar__submit {

  display: grid;
  place-items: center;
  width: 18.33px;
  height: 20px;
  padding: 0;
  flex-shrink: 0;
}

.search-bar__icon {
  display: block;
  width: 18.33px;
  height: 20px;
  flex-shrink: 0;
}
@media (min-width: 2448px) {
  html {
    font-size: 10px;
  }
}

body.product-page {
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: var(--ko);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

/* Main */
.product {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: var(--bg);
  color: #625656;
}

/* Hero — 1412:4178~4207 */
.product-hero {
  position: relative;
  height: 225.1rem;
}
.product-hero.type01{
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 200px;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
.product-hero.type01 .product-hero__title{
  position: static;
  transform: translateX(0);
}
.product-hero.type01 .product-hero__desc{
  position: static;
  transform: translateX(0);
}
.product-hero.type01 .product-hero__label{
  position: static;
  transform: translateX(0);
}
.product-hero__title {
  position: absolute;
  left: 50%;
  top: 26rem;
  transform: translateX(-50%);
  font-family: 'Mangro';
  font-weight: 400;
  font-size: 14.4rem;
  line-height: 0.85;
  text-align: center;
  opacity: 0.88;
  white-space: nowrap;
}
.promotion-list li{
  border: 1px solid #736868;
  background: #F5F4F4;
  padding: 15px;
}

.product-hero__label {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 40.3rem;
  font-family: 'Mangro';
  font-weight: 400;
  font-size: 40px;
  line-height: 1.19;
  letter-spacing: 0.02em;
  opacity: 0.88;
  white-space: nowrap;
  padding: 0 20px;
}
.category-title{
  width: 100%;
  text-align: center;
  font-size: 48px;
  color: #736868;
  font-weight: 600;
  padding-bottom: 50px;
}

.product-hero__desc {
  position: absolute;
  left: 50%;
  top: 55.6rem;
  transform: translateX(-50%);
  font-size: 2.6rem;
  line-height: 1.22;
  letter-spacing: 0.052rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-hero__visual {
  position: absolute;
  left: 0;
  top: 74.8rem;
  width: 100%;
  height: 126.1211rem;
  overflow: hidden;
}

.product-hero__visual img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center bottom;
}

/* Standards — 1412:4179~4206 */
.product-standards {
  position: relative;
  height: 184.3rem;
  border-bottom: 2.5px solid #E1D3D3;
}

.product-standards__title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-family: 'Mangro';
  font-weight: 400;
  font-size: 14.4rem;
  line-height: 0.85;
  text-align: center;
  opacity: 0.88;
  white-space: nowrap;
}

.product-standards__subtitle {
  position: absolute;
  left: 50%;
  top: 22.7rem;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 1.22;
  color: var(--text-muted);
  text-transform: uppercase;
  white-space: nowrap;
}

.product-standards__gallery {
  position: absolute;
  left: 21rem;
  top: 59.3rem;
  width:calc(  100% - 42rem );
  height: 81.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
.product-standards__gallery .gallery-card{
  width: 100%;
  flex: 1;
  position: relative;
}

.product-standards__item {
  width: 100%;
  height: 81.9rem;
  overflow: hidden;
}


.product-standards__item img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.product-standards__cards {
  width: 100%;
}

.product-standards__card {
  width: 100%;
  text-align: center;
  margin-top: 5.65rem;
}

.check-point{
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 40px 50px;
  background: #745E5E;
  max-width: 915px;
  margin: 62px auto 0 auto;
  text-align: left;
}
.check-point .key{
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  color: #FF6D6D;
}
.check-point .value{
  margin-top: 12px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 16px;
  font-weight: 300;
  color: #E5E1E1;
  line-height: 1.22em;
}

.product-standards__card h3 {
  font-family: 'Mangro';
  font-weight: 400;
  font-size: 5.7rem;
  line-height: 0.85;
  letter-spacing: 0.114rem;
  opacity: 0.88;
}

.product-standards__card p {
  margin-top: 5.65rem;
  font-size: 2rem;
  line-height: 1.22;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

/* Tightening — Figma 1462:82 */
.product-tightening {
  position: relative;
  height: 196.5rem;
}

.product-tightening__divider {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 202.8rem;
  max-width: none;
}

.product-tightening__title {
  position: absolute;
  left: calc(50% - 101.4rem);
  top: 20.1rem;
  font-family: 'Mangro';
  font-weight: 400;
  font-size: 15.6rem;
  line-height: 0.85;
  opacity: 0.88;
  white-space: nowrap;
}

.product-tightening__summary {
  position: absolute;
  left: calc(50% + 101rem);
  top: 23.4rem;
  transform: translateX(-100%);
  font-size: 4.2rem;
  line-height: 1.19;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-tightening__body {
  position: absolute;
  left: 0;
  top: 50.3rem;
  width: 100%;
  height: 117rem;
}

.product-tightening__swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-tightening__swiper .swiper-wrapper,
.product-tightening__swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.product-tightening__slide {
  position: relative;
  width: 100%;
  height: 117rem;
}

.product-tightening__visual {
  position: absolute;
  left: 21rem;
  top: 0;
  width: 121.9rem;
  height: 117rem;
  overflow: hidden;
}

.product-tightening__visual img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
}

.product-tightening__panel {
  position: absolute;
  left: 122.5rem;
  top: 0;
  width: 101.3rem;
  height: 117rem;
  background: var(--panel-soft);
}

.product-tightening__nav {
  position: absolute;
  left: 122.5rem;
  top: 0;
  width: 101.3rem;
  height: 117rem;
  z-index: 5;
  pointer-events: none;
}

.product-tightening__nav > * {
  pointer-events: auto;
}

.product-tightening__steps {
  position: absolute;
  top: 8.5rem;
  left: 30.6rem;
  width: 260px;
  height: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.product-tightening__step-btn {
  position: static;
  width: 100%;
  flex: 1;
  top: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 0.15;
  transition: opacity 0.3s ease;
}

.product-tightening__step-btn:nth-child(1) {
  left: 0;
}

.product-tightening__step-btn:nth-child(2) {
  left: 14.1rem;
}

.product-tightening__step-btn:nth-child(3) {
  left: 28.2rem;
}

.product-tightening__step-btn.is-active {
  opacity: 1;
}

.product-tightening__step-btn img {
  display: block;
  width: 100%;
  height: 2px;
  max-width: none;
}

.product-tightening__step {
  position: absolute;
  left: 88.1rem;
  top: 8.3rem;
  transform: translateX(-50%);
  font-family: 'Mangro';
  font-weight: 400;
  font-size: 11.891rem;
  line-height: 0.85;
  opacity: 0.88;
  white-space: nowrap;
}

.product-tightening__en {
  position: absolute;
  right: 10.1rem;
  top: 24.3rem;
  font-family: 'Mangro';
  font-weight: 400;
  font-size: 8.2rem;
  line-height: .8em;
  letter-spacing: 0.246rem;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
}

.product-tightening__ko {
  position: absolute;
  right: 10.1rem;
  top: 34.5rem;
  font-size: 3.4rem;
  line-height: 1.22;
  letter-spacing: 0.068rem;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
}
.product-tightening__ko.type01{
  top: 43rem;
}

.product-tightening__desc {
  position: absolute;
  right: 10.1rem;
  top: 100.4rem;
  font-size: 2.2rem;
  line-height: 1.27;
  letter-spacing: 0.044rem;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
}

/* Line Up — Figma 1412:4208~4243 */
.product-lineup {
  position: relative;
  height: auto !important;
  background: var(--lineup-bg);
  color: var(--lineup-heading);
  overflow: hidden;
  padding: 200px 0 300px 0;
}
.product-lineup.type01{
  height: 190rem;
}

/* Intro — 1412:4217~4223 */
.product-lineup__intro {
  position: static;
  left: 0;
  top: 22.3rem;
  width: 100%;
  height: 20rem;
}

.product-lineup__title {
  position: relative;
  height: auto;
  width: 100%;
  text-align: center;
}

.product-lineup__title-line,
.product-lineup__title-up {
  position: static;
  top: 0;
  font-family: 'Mangro';
  font-weight: 400;
  font-size: 11rem;
  line-height: 0.85;
  opacity: 0.88;
  white-space: nowrap;

}

.product-lineup__title-line {
  left: calc(50% - 5.55rem);
  transform: translateX(-50%);
}

.product-lineup__title-up {
  left: calc(50% + 11rem);
  transform: translateX(-50%);
}

.product-lineup__subtitle {
  position: static;
  left: 50%;
  top: 15.3rem;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  white-space: nowrap;
  margin-top: 50px;
  justify-content: center;
}

.product-lineup__subtitle-open,
.product-lineup__subtitle-close {
  font-family: 'Mangro';
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 0.85;
  color: var(--lineup-heading);
  opacity: 0.88;
}

.product-lineup__subtitle-close {
  transform: scaleY(-1) rotate(180deg);
}

.product-lineup__subtitle-text {
  font-size: 3.3rem;
  line-height: 1.22;
  letter-spacing: 0.066rem;
  color: var(--lineup-text);
  text-transform: uppercase;
}

/* Rows — 1412:4210 / 1412:4215 */
.product-lineup__item {
  position: static;
  left: 0;
  width: 100%;
  height: 70.1rem;
  margin-top: 200px;
}
.product-lineup__item + .product-lineup__item{
  margin-top: 130px;
}

.product-lineup__item--ultherapy {
  top: 63.6rem;
}

.product-lineup__item--thermage {
  top: 145.8rem;
}

.product-lineup__device {
  position: absolute;
  top: 0;
  width: 101.3rem;
  height: 70.1rem;
  background: var(--lineup-panel);
  overflow: hidden;
}

.product-lineup__item--ultherapy .product-lineup__device {
  left: 21.4rem;
}

.product-lineup__item--thermage .product-lineup__device {
  left: 122.9rem;
}

.product-lineup__item--ultherapy .product-lineup__device-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-lineup__item--ultherapy .product-lineup__device-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.product-lineup__handpiece {
  position: absolute;
  max-width: none;
  z-index: 2;
}

.product-lineup__handpiece--1 {
  left: 38.088rem;
  top: 32.765rem;
  width: 2.5613rem;
  height: 30.7604rem;
}

.product-lineup__handpiece--2 {
  left: 40.62rem;
  top: 30.122rem;
  width: 1.574rem;
  height: 8.0498rem;
}

.product-lineup__item--thermage .product-lineup__device-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-lineup__item--thermage .product-lineup__device-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

/* Copy column — 96.1rem */
.product-lineup__copy {
  position: absolute;
  top: 0;
  width: 96.1rem;
  height: 70.1rem;
  border-top: 1.5px solid #d9d9d9;
  border-bottom: 1px solid #8c7b7b;
}

.product-lineup__item--ultherapy .product-lineup__copy {
  right: 21.4rem;
}

.product-lineup__item--thermage .product-lineup__copy {
  left: 21.4rem;
}

.product-lineup__rule {
  position: absolute;
  left: 0;
  width: 96.1rem;
  max-width: none;
  height: auto;
}

.product-lineup__rule--top {
  top: 0;
}

.product-lineup__rule--mid {
  top: 11.1rem;
}

.product-lineup__rule--bottom {
  top: 70.1rem;
  transform: translateY(-100%);
}

.product-lineup__meta {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  height: 8.9rem;
  border-bottom: 1px solid #8c7b7b;
}

.product-lineup__star {
  position: absolute;
  top: 0.4rem;
  font-family: var(--accent);
  font-size: 10.9rem;
  line-height: 1;
  opacity: 0.88;
}

.product-lineup__item--ultherapy .product-lineup__star {
  left: 0.6rem;
}

.product-lineup__item--thermage .product-lineup__star {
  left: 0;
}

.product-lineup__brand {
  position: absolute;
  top: 1.8rem;
  font-family: 'Mangro';
  font-weight: 400;
  font-size: 4rem;
  line-height: 0.85;
  letter-spacing: 0.04rem;
  opacity: 0.88;
  white-space: nowrap;
}

.product-lineup__item--ultherapy .product-lineup__brand {
  left: 4.6rem;
  padding-left: 15px;
}

.product-lineup__item--thermage .product-lineup__brand {
  left: 4rem;
  padding-left: 15px;
}

.product-lineup__tag {
  position: absolute;
  top: 1.4rem;
  font-family: 'Mangro';
  font-weight: 400;
  font-size: 4rem;
  line-height: 0.85;
  opacity: 0.88;
  white-space: nowrap;
}

.product-lineup__item--ultherapy .product-lineup__tag {
  right: 0;
}

.product-lineup__item--thermage .product-lineup__tag {
  right: 0;
}

.product-lineup__device-name {
  position: absolute;
  top: 21.1rem;
  font-family: 'Mangro';
  font-weight: 400;
  font-size: 8.5rem;
  line-height: 0.85;
  color: var(--lineup-text);
  opacity: 0.88;
  white-space: nowrap;
}

.product-lineup__item--ultherapy .product-lineup__device-name {
  right: 0;
}

.product-lineup__item--thermage .product-lineup__device-name {
  left: 0;
}

.product-lineup__name-ko {
  position: absolute;
  top: 34.9rem;
  font-size: 5.6rem;
  line-height: 1.12;
  letter-spacing: 0.112rem;
  color: var(--lineup-text);
  text-transform: uppercase;
  white-space: nowrap;
}
.product-lineup__name-ko.type01{
  top: 25.9rem;
}

.product-lineup__item--ultherapy .product-lineup__name-ko {
  right: 0;
  text-align: right;
}

.product-lineup__item--thermage .product-lineup__name-ko {
  left: 0;
}

.product-lineup__lead {
  position: absolute;
  top: 43.3rem;
  font-size: 3rem;
  line-height: 1.22;
  letter-spacing: 0.06rem;
  color: var(--lineup-text);
  text-transform: uppercase;
  white-space: nowrap;
  text-align: right;
}

.product-lineup__item--ultherapy .product-lineup__lead {
  right: 0;
}

.product-lineup__item--thermage .product-lineup__lead {
  left: 0;
}

.product-lineup__detail {
  position: absolute;
  top: 55.4rem;
  font-size: 12px;
  line-height: 1.22;
  letter-spacing: 0.028rem;
  color: var(--lineup-text);
  text-transform: uppercase;
}

.product-lineup__item--ultherapy .product-lineup__detail {
  right: 0;
  text-align: right;
}

.product-lineup__item--thermage .product-lineup__detail {
  left: 0;
  text-align: left;
}

/* Watermark — 1412:4209 */
.product-lineup__watermark {
  position: absolute;
  left: 50%;
  bottom: -66px;
  transform: translateX(-50%);
  font-family: 'Mangro';
  font-weight: 400;
  font-size: 38.8133rem;
  line-height: 0.85;
  color: var(--lineup-heading);
  opacity: 0.88;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}

.product-lineup__intro,
.product-lineup__item {
  z-index: 1;
}

/* FAQ — 1412:4244~4274 */
.product-faq {
  position: relative;
  height: auto;
  background: var(--faq-bg);
  padding-top: 200px;
  padding-bottom: 88px;
  text-align: center;
}

.product-faq__title {
  position: static;
  font-family: 'Mangro';
  font-weight: 400;
  font-size: 96px;
  line-height: 0.85;
  opacity: 0.88;
  white-space: nowrap;
  color: #625656;
}

.product-faq__subtitle {
  font-size: 24px;
  line-height: 1.22;
  text-transform: uppercase;
  white-space: nowrap;
  color: #625656;
  margin-top: 20px;
}

.product-faq__list {
  width: 915px;
  height: auto;
  overflow: hidden;
  margin: 74px auto 0 auto;
}

.product-faq__item {
  border: 0.1rem solid var(--faq-border);
  background: var(--faq-item-closed);
}

.product-faq__item + .product-faq__item {
  border-top: 0;
}

.product-faq__item.is-open {
  background: var(--faq-item-open);
}

.product-faq__question {
  display: grid;
  grid-template-columns: 3.2rem 1fr 1.8rem;
  align-items: center;
  gap: 28px;
  width: 100%;
  min-height: 7.5rem;
  padding: 22px 25px;
  text-align: left;
  color: #625656;
}

.product-faq__item.is-open .product-faq__question {
  min-height: auto;
  padding-bottom: 10px;
}

.product-faq__badge {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--text);
  color: #fff;
  font-family: 'Mangro';
  font-size: 20px;
  line-height: 0.85;
}

.product-faq__question > span:nth-child(2) {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.22em;
  letter-spacing: 0.036rem;
  text-transform: uppercase;
}

.product-faq__toggle {
  width: 18px;
  height: 9px;
  max-width: none;
  transition: transform 0.25s ease;
}

.product-faq__item.is-open .product-faq__toggle {
  transform: rotate(180deg);
}

.product-faq__answer {
  display: none;
  padding: 0 25px 24px 73px;
  text-align: left;
}

.product-faq__item.is-open .product-faq__answer {
  display: block;
}
.product-faq__answer .product-faq__divider{
  display: none;
}

.product-faq__divider {
  width: 1px;
  height: 16px;
  margin-bottom: 12px;
}

.product-faq__answer p {
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 0.028rem;
  text-transform: uppercase;
  color: #625656;
}

/* Footer — 1412:4275~4294 */
.product-footer {
  position: relative;
  height: 128.8rem;
  background: var(--dark-bg);
  color: #fff;
  overflow: hidden;
}

.product-footer__logo {
  position: absolute;
  left: 50%;
  top: 20.8rem;
  transform: translateX(-50%);
  width: 113.4rem;
  height: 19.1rem;
  max-width: none;
  object-fit: contain;
}

.product-footer h2 {
  position: absolute;
  left: 50%;
  top: 60.2rem;
  transform: translateX(-50%);
  font-family: var(--ko);
  font-weight: 300;
  font-size: 3.811rem;
  line-height: 1.19;
  white-space: nowrap;
}

.product-footer__note {
  position: absolute;
  left: 50%;
  top: 84.1rem;
  transform: translateX(-50%);
  font-family: var(--ko);
  font-weight: 300;
  font-size: 2.111rem;
  line-height: 1.19;
  white-space: nowrap;
}

.product-footer__hours {
  position: absolute;
  left: 50%;
  top: 70.2rem;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 14rem;
}

.product-footer__hours div {
  display: grid;
  gap: 1.1rem;
  min-width: 12rem;
  text-align: center;
}

.product-footer__hours span {
  font-family: var(--ko);
  font-weight: 200;
  font-size: 2.2499rem;
  line-height: 1.19;
  color: #bc9090;
}

.product-footer__hours strong {
  font-family: var(--ko);
  font-weight: 200;
  font-size: 2.8124rem;
  line-height: 1.19;
}

.product-footer__bottom {
  position: absolute;
  left: 13.7rem;
  right: 13.7rem;
  top: 104.5rem;
  height: 8rem;
}

.product-footer__bottom nav {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  gap: 4.4rem;
  font-family: var(--footer-font);
  font-weight: 400;
  font-size: 2.0181rem;
  line-height: 0.76;
  letter-spacing: 0.04036rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-footer__bottom p {
  position: absolute;
  right: 0;
  top: 0;
  font-family: var(--footer-font);
  font-weight: 300;
  font-size: 1.711rem;
  line-height: 0.76;
  letter-spacing: 0.03422rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-footer__bottom small {
  position: absolute;
  right: 0;
  top: 3.9rem;
  font-family: var(--footer-font);
  font-weight: 300;
  font-size: 1.711rem;
  line-height: 0.76;
  letter-spacing: 0.03422rem;
  color: rgba(255, 255, 255, 0.31);
  white-space: nowrap;
}

@media (max-width: 1440px) {
  html {
    font-size: clamp(5px, calc(100vw / 244.8), 10px);
  }
}

@media (max-width: 1023px) {
  html {
    font-size: clamp(5px, calc(100vw / 120), 8px);
  }

  /* Hero */
  .product-hero {
    height: auto;
    padding: 8rem 3rem 0;
  }

  .product-hero__title,
  .product-hero__label,
  .product-hero__desc {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    white-space: normal;
  }

  .product-hero__title {
    font-size: 50px;
    text-align: center;
  }

  .product-hero__label {
    margin-top: 2rem;
    font-size: 24px;
    text-align: center;
  }
  .product-hero.type01 .product-hero__label{
    font-size: 24px;
  }

  .product-hero__desc {
    margin-top: 2.4rem;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-inline: auto;
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
  }

  .product-hero__visual {
    position: relative;
    top: auto;
    width: 100%;
    height: clamp(36rem, 55vw, 80rem);
    margin-top: 4rem;
  }

  /* Standards */
  .product-standards {
    height: auto;
    padding: 8rem 3rem 6rem;
  }

  .product-standards__title,
  .product-standards__subtitle {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    white-space: normal;
  }

  .product-standards__title {
    font-size: clamp(4.8rem, 8vw, 9rem);
  }

  .product-standards__subtitle {
    margin-top: 40px;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    text-align: center;
  }

  .product-standards__gallery {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    height: auto;
    margin-top: 5rem;
  }

  .product-standards__item {
    position: relative;
    left: auto !important;
    width: auto !important;
    height: clamp(32rem, 80vw, 68rem);
  }

  .product-standards__item:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 50%;
    margin-inline: auto;
    width: 100% !important;
  }

  .product-standards__cards {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 5rem;
  }

  .product-standards__card {
    position: relative;
    left: auto !important;
    transform: none !important;
    width: auto;
    max-width: 100%;
    margin-inline: auto;
  }

  .product-standards__card h3 {
    font-size: 34px;
  }

  .product-standards__card p {
    font-size: 14px;
    text-transform: none;
  }

  /* Tightening */
  .product-tightening {
    height: auto;
    padding: 0 3rem 6rem;
    margin-top: 60px;
    text-align: center;
  }

  .product-tightening__divider {
    position: relative;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 4rem;
  }

  .product-tightening__title,
  .product-tightening__summary {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    white-space: normal;
  }

  .product-tightening__title {
    font-size: clamp(5rem, 10vw, 9rem);
  }

  .product-tightening__summary {
    margin-top: 2rem;
    font-size: 14px;
    text-align: center;
    text-transform: none;
  }

  .product-tightening__body {
    position: relative;
    top: auto;
    height: auto;
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .product-tightening__swiper {
    width: 100%;
    order: 2;
  }

  .product-tightening__swiper .swiper-wrapper,
  .product-tightening__swiper .swiper-slide {
    height: auto;
  }

  .product-tightening__slide {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .product-tightening__visual {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
  }

  .product-tightening__panel {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 36rem;
    padding: 4rem 3rem 5rem;
  }

  .product-tightening__nav {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    order: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    padding: 0 3rem 2.4rem;
    pointer-events: auto;
  }

  .product-tightening__steps {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    width: auto;
    height: auto;
    margin-bottom: 0;
  }

  .product-tightening__step-btn {
    position: relative;
    left: auto !important;
    top: auto;
    opacity: 0.35;
  }

  .product-tightening__step-btn img {
    width: clamp(6rem, 12vw, 10rem);
  }

  .product-tightening__step {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    font-size: clamp(5rem, 10vw, 8rem);
    margin-left: 0;
  }

  .product-tightening__en,
  .product-tightening__ko,
  .product-tightening__desc {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    white-space: normal;
  }

  .product-tightening__en {
    font-size: clamp(3.6rem, 7vw, 6rem);
    margin-top: 1rem;
  }

  .product-tightening__ko {
    margin-top: 1rem;
    font-size: clamp(2rem, 3.5vw, 2.8rem);
  }

  .product-tightening__desc {
    margin-top: 2.4rem;
    font-size: 14px;
    text-transform: none;
    line-height: 1.5;
  }

  /* Line Up */
  .product-lineup {
    height: auto;
    padding: 8rem 3rem 10rem;
  }
  .product-lineup.type01{
    height: auto;
  }

  .product-lineup__intro {
    position: relative;
    top: auto;
    height: auto;
    margin-bottom: 5rem;
  }

  .product-lineup__title {
    height: auto;
    display: flex;
    justify-content: center;
    gap: 2rem;
  }

  .product-lineup__title-line,
  .product-lineup__title-up {
    position: relative;
    left: auto;
    transform: none;
    font-size: clamp(5rem, 9vw, 8rem);
  }

  .product-lineup__subtitle {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
    white-space: normal;
    text-align: center;
  }

  .product-lineup__subtitle-text {
    font-size: clamp(1.6rem, 2.5vw, 2.4rem);
    text-transform: none;
  }

  .product-lineup__item {
    position: relative;
    top: auto !important;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 5rem;
    padding: 0 20px;
    margin-top: 20px;
  }
  .product-lineup__item + .product-lineup__item{
    margin-top: 20px;
  }

  .product-lineup__item--thermage {
    flex-direction: column;
  }

  .product-lineup__device {
    position: relative;
    left: auto !important;
    right: auto !important;
    width: 100%;
    height: auto;
    order: 1;
  }

  .product-lineup__copy {
    position: relative;
    left: auto !important;
    right: auto !important;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 3rem 0 4rem;
    order: 2;
  }

  .product-lineup__item--ultherapy .product-lineup__copy,
  .product-lineup__item--thermage .product-lineup__copy {
    text-align: left;
  }
  .product{
    padding-top: 80px;
  }
  .product-faq__question > span{
    font-size: 13px !important;
  }
  .product-hero__desc br{
    display: none;
  }
  .product-faq__answer p{
    font-size: 13px;
  }
  .product-lineup__meta {
    position: relative;
    top: auto;
    height: auto;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .product-lineup__item--thermage .product-lineup__brand,
  .product-lineup__item--ultherapy .product-lineup__brand{
    padding-left: 5px;
  }

  .product-lineup__star {
    position: static;
    display: inline-block;
    font-size: clamp(4rem, 8vw, 7rem);
    margin-right: 0;
    vertical-align: baseline;
    flex-shrink: 0;
    transform: translateY(5px);
  }

  .product-lineup__brand,
  .product-lineup__tag {
    position: static;
    display: inline-block;
    font-size: clamp(2rem, 3.5vw, 3rem);
  }

  .product-lineup__brand {
    margin-left: 0.4rem;
    margin-right: auto;
  }

  .product-lineup__tag {
    float: none;
    margin-left: auto;
  }

  .product-lineup__device-name,
  .product-lineup__name-ko,
  .product-lineup__lead,
  .product-lineup__detail {
    position: static;
    left: auto !important;
    right: auto !important;
    top: auto;
    white-space: normal;
    text-align: left;
  }
  .product-lineup__item--ultherapy .product-lineup__name-ko{
    text-align: left;
  }

  .product-lineup__device-name {
    margin-top: 2rem;
    font-size: clamp(4rem, 7vw, 6.5rem);
  }

  .product-lineup__name-ko {
    margin-top: 1.2rem;
    font-size: clamp(2.8rem, 5vw, 4rem);
  }

  .product-lineup__lead {
    margin-top: 1rem;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    text-transform: none;
  }

  .product-lineup__detail {
    margin-top: 1.2rem;
    font-size: clamp(1.3rem, 2vw, 1.5rem);
    text-transform: none;
    line-height: 1.5;
    text-align: left !important;
  }

  .product-lineup__item--ultherapy .product-lineup__device-img {
    width: 100%;
    height: auto;
    position: static;
  }

  .product-lineup__item--thermage .product-lineup__device-img {
    width: 100%;
    height: auto;
    position: static;
  }
  .product-lineup__item--ultherapy .product-lineup__device-img img{
    position: static;
    height: auto;
  }

  .product-lineup__handpiece {
    display: none;
  }

  .product-lineup__watermark {
    position: relative;
    left: auto;
    transform: none;
    margin-top: 4rem;
    font-size: clamp(8rem, 18vw, 16rem);
    text-align: center;
    overflow: hidden;
  }

  /* FAQ */
  .product-faq {
    height: auto;
    padding: 60px 20px;
  }


  .product-faq__title,
  .product-faq__subtitle {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    white-space: normal;
  }

  .product-faq__title {
    font-size: 40px;
    text-align: center;
  }

  .product-faq__subtitle {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;

  }

  .product-faq__list {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: calc( 100% - 40px );
    max-width: 100%;
    margin: 4rem auto 0;
  }
  .check-point{
    width: calc( 100% - 40px );
    padding: 20px;
    margin-top: 20px;
  }

  .product-faq__question > span:nth-child(2) {
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    text-transform: none;
    line-height: 1.4;
  }

  .product-faq__answer p {
    text-transform: none;
    line-height: 1.6;
  }
  .product-hero.type01 .product-hero__label{
    margin-top: -10px;
  }
}

@media (max-width: 640px) {
  html {
    font-size: clamp(4.5px, calc(100vw / 90), 7px);
  }

  .product-hero,
  .product-standards,
  .product-tightening,
  .product-lineup,
  .product-faq {
    padding-inline: 0;
  }

  .product-standards__gallery {
    grid-template-columns: 1fr;
    width: calc( 100% - 40px );
    left: 20px;
    gap: 40px;
  }

  .product-standards__item:nth-child(3) {
    max-width: 100%;
  }

  .product-tightening__steps {
    flex-wrap: wrap;
  }

  .product-faq__question {
    grid-template-columns: 28px 1fr 16px;
    gap: 12px;
    padding: 18px 16px;
  }

  .product-faq__answer {
    padding: 0 16px 20px 56px;
  }
  .product-hero.type01 .search-bar{
    margin: 0 auto;
  }
  .product-hero.type01{
    padding-top: 80px;
  }
  .check-point{

  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .product-faq__toggle {
    transition: none;
  }

  .product-tightening__step-btn {
    transition: none;
  }
}


.card-img,.promo-banner img{width:100%;object-fit:cover}
.promo-banner,.search-container,body{position:relative}:root{--primary-bg:#ffffff;--secondary-bg:#f8f9fa;--accent-color:#a01d3b;--text-dark:#222222;--text-muted:#777777;--border-color:#eeeeee;--tab-bg:#ffffff;--tab-active-bg:#eae6e1;--shadow:0 4px 12px rgba(0, 0, 0, 0.05)}
*{margin:0;padding:0;box-sizing:border-box;font-family:Pretendard,sans-serif;-webkit-tap-highlight-color:transparent}

header{padding-bottom:20px}
#main-view{padding:77px 0;height:100%;
  width: 100%;
  background: #E5E1E1;
  border-top: 1px solid #C5C0C0;
}
.search-container input{width:100%;padding:8px 35px 8px 15px;border:1px solid #eee;background:#f5f5f5;border-radius:4px;outline:0;font-size:13px}
.search-container .search-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23999' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") center/contain no-repeat;cursor:pointer}
.header-confirm-btn{font-size:13px;font-weight:600;color:#333;white-space:nowrap;text-decoration:none}
.promo-banner{width:100%;aspect-ratio:5/3;background:#000;overflow:hidden}
.promo-banner .swiper-slide{position:relative;width:100%;height:100%;display:block}
.promo-banner img{width:100%;height:100%;object-fit:cover;opacity:.8}
.banner-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;width:100%}
.cart-drawer,.detail-modal{display: none;transform:translateX(-50%) translateY(100%);font-size: 14px;}
.banner-content .sub-title{font-size:14px;font-weight:300;margin-bottom:5px;opacity:.9}
.banner-content .main-title{font-size:28px;font-weight:700;letter-spacing:2px}
.page-indicator{position:absolute;bottom:15px;right:15px;background:rgba(0,0,0,.6);color:#fff;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:500}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;
  max-width: 875px;
  width: calc( 100% - 60px );
  margin: 0 auto;
  padding-bottom: 85px;
}
.category-item,.product-card{background:#fff;cursor:pointer}
.category-item{padding:15px 5px;text-align:center;font-size:18px;color:#736868;font-weight: 500;transition:.2s;
  display:flex;align-items:center;justify-content:center;height:50px;background: #E7E4E4;box-sizing: border-box;border: 1px solid #736868;}
.category-item.on{background-color:#736868;color:#fff}
.product-list{
  max-width: 875px;
  width: calc( 100% - 40px );
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.product-card{padding:30px;margin-bottom:12px;border: 1px solid #736868;background: #F3F3F3;position:relative}
.detail-modal,.sticky-footer{position:fixed;width:100%;max-width:875px}
.product-card .top-labels{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}
.tags{display:flex;gap:4px}
.tag{background:#333;color:#fff;font-size:10px;padding:3px 6px;border-radius:2px;font-weight:700;text-transform:uppercase}
.category-label{font-size:16px;color:#736868;padding-left: 10px;position: relative;font-weight: 600;}
.category-label:before{
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  background: #736868;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.product-card h2{font-size:24px;font-weight:700;margin-bottom:15px;color:#736868}
.product-card .card-desc{font-size:14px;color:#736868;line-height:1.5;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-card .price-section{display:flex;justify-content:space-between;align-items:flex-end;margin-top:10px}
.vat-small{font-size:12px;color:#777}
.footer-right,.price-wrap{display:flex;align-items:center;gap:23px}
.main-price{font-size:27px;font-weight:600;color: #736868;}
.detail-link-btn{display:flex;align-items:center;gap:10px}
.detail-link-btn span{
  font-size: 14px;
  color: #736868;
  font-weight: 600;
}
.card-img-wrap{width:100%;aspect-ratio:16/9;background:#f8f9fa;border-radius:4px;overflow:hidden;margin-bottom:15px;display:flex;align-items:center;justify-content:center}
.card-img{height:100%}
.sticky-footer{bottom:0;background:var(--accent-color);color:#fff;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:0 -4px 10px rgba(0,0,0,.1)}
.footer-left{font-size:14px;font-weight:500}
.footer-btn{font-weight:700;font-size:15px;cursor:pointer}
.detail-modal{
  top:150px;left:50%;
  height:calc( 100vh - 300px );
  background:#F5F4F4;z-index:2000;overflow-y:auto;
  transition:transform .4s cubic-bezier(.16, 1, .3, 1);
  box-sizing: border-box;border: 1px solid #736868;
}
.cart-drawer.active,
.detail-modal.active{display: block;transform:translateX(-50%) translateY(0)}
.modal-header{background: #F5F4F4;padding:15px;display:flex;align-items:center;position:sticky;top:0;font-size: 16px;color: #736868;font-weight: 700;border-bottom:1px solid #eee;z-index:10}
.cart-drawer,.status-bar-wrapper{position:fixed;left:50%;max-width:875px}
.back-icon{cursor:pointer;width:24px;height:24px;margin-right:15px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M19 12H5M12 19l-7-7 7-7'/%3E%3C/svg%3E") center/contain no-repeat}
.modal-main-img{width:100%;aspect-ratio:1;object-fit:contain;background:#fff;border-bottom:1px solid #f5f5f5}
.modal-body{padding:25px 50px}
.modal-product-title{font-size:28px;font-weight:600;color: #736868;margin-bottom:15px}
.modal-product-desc{font-size:14px;color:#736868;line-height:1.6;margin-bottom:15px}
.modal-base-price{text-align:right;font-size:16px;color: #736868;font-weight: 700;font-weight:700;margin-top:10px}
.sub-products-area{padding:20px 50px;margin-top:30px}
.sub-item-card{background:#F1ECEC;padding:25px 40px;margin-bottom:7px;border:1px solid #736868}
.sub-item-name{font-size:14px;font-weight:700;color: #736868;}
.sub-item-price-row{display:flex;justify-content:space-between;align-items:center}
.sub-item-pricing{display:flex;align-items:center;gap:10px}
.price-curr{font-weight:700;font-size:18px;color: #736868;}
.price-orig{font-size:18px;color:#736868;font-weight: 400;text-decoration:line-through}
.cart-drawer{bottom:60px;width:100%;background:#fff;z-index:3000;border-radius:20px 20px 0 0;box-shadow:0 -10px 30px rgba(0,0,0,.15);transition:transform .3s}
.status-bar-wrapper{bottom:0;transform:translateX(-50%);width:100%;background:#6e615e;color:#fff;height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 20px;z-index:3001;cursor:pointer;box-shadow:0 -2px 10px rgba(0,0,0,.1)}
.status-left{font-size:18px;font-weight:700;}
.status-right{display:flex;align-items:center;gap:12px}
.status-right span{font-weight:700;font-size:15px}
.menu-icon{width:20px;height:16px;display:flex;flex-direction:column;justify-content:space-between}
.menu-icon span{display:block;width:100%;height:2px;background:#fff;border-radius:2px}
.cart-list{max-height:250px;overflow-y:auto;padding:20px}
.cart-item{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid #f5f5f5}
.cart-item-name{font-size:14px;color:#444;flex:1;margin-right:15px}
.cart-item-price{font-size:14px;font-weight:700;color:#222;margin-right:10px}
.cart-item-del{color:#ccc;font-size:18px;cursor:pointer}
.cart-summary{padding:0 20px 20px;background:#fff}
.total-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:#f9f9f9;padding:15px;border-radius:8px}
.total-label{font-size:14px;color:#666}
.total-label strong{color:#222;margin-left:5px;font-size:15px}
.total-val{font-size:18px;font-weight:700;color:#222}
.final-res-btn{width:100%;background:#6e615e;color:#fff;border:none;padding:18px;border-radius:4px;font-size:16px;font-weight:700;cursor:pointer}
.final-res-btn:disabled{background:#ccc;cursor:default}
.add-btn.added{background:#E0D5D5!important;justify-content:center;}
.add-btn{width: 140px;height: 34px;background: #736868;border:0;color:#fff;border-radius:17px;
  display:flex;justify-content:space-between;align-items:center;
  padding: 0 18px;
}
.add-btn span{
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}
.bottom-spec-info{padding:30px 50px 100px;border-top:1px solid #f0f0f0}
.spec-grid{display:grid;grid-template-columns:100px 1fr;gap:15px;margin-bottom:20px}
.spec-label{font-weight:700;color:#333;font-size:15px}
.spec-list li,.spec-value{color:#666;font-size:15px}
.spec-value{padding-bottom:2px}
.spec-section-title{font-size:18px;font-weight:700;margin:40px 0 15px;color:#333}
.spec-list{padding-left:0;list-style:none}
.spec-list li{position:relative;padding-left:15px;margin-bottom:10px;line-height:1.6}
.spec-list li::before{content:'·';position:absolute;left:0;font-weight:700;color:#333}
.reservation-container{
  padding-top: 100px;
}
@media (max-width: 1023px) {
  .reservation-container{
    padding-top: 40px;
  }
  .status-left{
    font-size: 14px;
  }
  .product-card .price-section{
    flex-direction: column;
    gap: 20px;
  }
  .product-card{
    padding: 15px;
  }
  .category-grid{
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .product-hero.type01{
    gap: 20px;
  }
  .detail-modal{
    height: calc(100vh - 200px);
    top: 80px;
    width: calc( 100% - 40px );
    left: calc( 50% - 1px);
  }
  .sub-item-price-row{
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .sub-item-name{
    font-size: 18px;
  }
  .modal-body{
    padding: 15px;
  }
  .bottom-spec-info{
    padding: 15px;
  }
  .sub-products-area{
    padding: 15px;
  }
  .sub-item-card{
    padding: 15px;
  }
  .product-card h2{
    font-size: 18px;
  }
  .modal-product-title{
    font-size: 18px;
  }
  #main-view{
    padding : 40px 0;
  }
  .category-item{
    font-size: 14px;
  }
  .category-title{
    font-size: 24px;
    padding-bottom: 40px;
  }
  .product-hero.type01 .product-hero__label01{
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .product-lineup__item--thermage .product-lineup__device-img img{
    position: static;
  }

}