* {
  box-sizing: border-box;
}
html,
body,
h1,
h2,
p,
ul {
  margin: 0;
  padding: 0;
}
body,
button {
  font-family:
    -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Roboto,
    "Noto Sans CJK KR", Arial, "Malgun Gothic", sans-serif;
  color: #121212;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  border: 0;
  background: none;
  cursor: pointer;
}
ul {
  list-style: none;
}
.skip-link {
  position: fixed;
  top: -50px;
  left: 10px;
  z-index: 100;
  padding: 8px 14px;
  background: #000;
  color: #fff;
}
.skip-link:focus {
  top: 10px;
}

.store-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 645px;
  background: #f8b8c0;
}
.store-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
}
.store-header__inner {
  width: min(calc(100% - 80px), 1280px);
  margin: 0 auto;
}
.store-header__naver-bar {
  height: 37px;
  border-bottom: 1px solid rgb(0 0 0 / 4%);
}
.store-header__naver-inner {
  display: flex;
  height: 37px;
  align-items: center;
  gap: 16px;
  color: rgb(0 0 0 / 31%);
  font-size: 11px;
  font-weight: 800;
}
.store-header__plus-store {
  font-weight: 700;
}
.store-header__plus-store span {
  display: inline-grid;
  width: 15px;
  height: 12px;
  margin-right: 2px;
  place-content: center;
  background: rgb(0 0 0 / 31%);
  color: #f8bcc3;
  font-size: 10px;
}
.store-header__main {
  position: relative;
  display: flex;
  height: 104px;
  align-items: center;
  justify-content: space-between;
  transform: translateY(15px);
}
.store-header__subscriber {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
}
.store-header__subscribe-button {
  height: 35px;
  padding: 0 17px;
  border: 1px solid rgb(0 0 0 / 11%);
  border-radius: 20px;
  background: rgb(255 255 255 / 60%);
  font-size: 12px;
  display: flex;
  align-items: center;
}
.store-header__bell {
  margin-right: 4px;
  font-size: 16px;
}
.store-header__subscriber-count strong {
  font-weight: 800;
}
.store-header__logo-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.store-header__logo {
  display: block;
  width: 153px;
  height: auto;
}
.store-header__search {
  display: flex;
  width: 218px;
  height: 41px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border: 1px solid rgb(0 0 0 / 22%);
  border-radius: 23px;
  color: rgb(0 0 0 / 42%);
  font-size: 12px;
}
.store-header__search-icon {
  position: relative;
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  border-radius: 50%;
}
.store-header__search-icon::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 2px;
  background: #000;
  transform: rotate(48deg);
  content: "";
}
.store-nav {
  height: 70px;
  transform: translateY(6px);
}
.store-nav__list {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  gap: 0 30px;
}
.store-nav__link {
  display: block;
  padding: 23px 0;
  font-size: 14px;
  white-space: nowrap;
}
.store-nav__link--live {
  font-weight: 800;
}
.store-nav__link--live strong {
  padding: 1px 3px;
  background: #111;
  color: #fff;
  font-size: 9px;
}
.store-hero__dots {
  position: absolute;
  bottom: 34px;
  left: 50%;
  z-index: 2;
  display: flex;
  gap: 11px;
  transform: translateX(-50%);
}
.store-hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(255 255 255 / 42%);
}
.store-hero__dot--active {
  background: #fff;
}

.membership-banner {
  display: flex;
  height: 55px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  overflow: hidden;
  background: #f4f7fb;
  font-size: 15px;
}
.membership-banner__text strong {
  text-decoration: underline;
  text-decoration-color: #55dca1;
  text-decoration-thickness: 3px;
}
.membership-banner__text em {
  color: #00c86f;
  font-style: normal;
  font-weight: 800;
}
.membership-banner__graphic {
  position: relative;
  display: flex;
  width: 98px;
  height: 55px;
  align-items: end;
  justify-content: center;
  gap: 4px;
  padding-bottom: 5px;
  background:
    radial-gradient(circle at 20% 90%, #65d893 0 8px, transparent 9px),
    radial-gradient(circle at 35% 90%, #8beaa7 0 8px, transparent 9px);
}
.membership-banner__graphic b {
  position: absolute;
  top: 14px;
  left: 28px;
  padding: 2px 4px;
  background: #61a9fa;
  color: #fff;
  font-size: 6px;
  transform: rotate(-8deg);
}
.membership-banner__graphic i {
  display: grid;
  width: 31px;
  height: 31px;
  place-content: center;
  background: #486ceb;
  color: #fff;
  font-size: 20px;
  font-style: normal;
}
.membership-banner__graphic i:last-child {
  background: #dc45b0;
}

.coupon-section {
  min-height: 395px;
  padding: 54px 0 48px;
  background: #2f2f2f;
}
.coupon-section__inner {
  width: min(calc(100% - 40px), 948px);
  margin: 0 auto;
  text-align: center;
}
.coupon-section__title {
  margin-bottom: 34px;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.7px;
}
.coupon-section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  text-align: left;
}
.coupon-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 72px;
  min-width: 0;
  height: 170px;
  background: #fff;
}
.coupon-card::before,
.coupon-card::after {
  position: absolute;
  left: calc(100% - 77px);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2f2f2f;
  transform: translateX(-50%);
  content: "";
}
.coupon-card::before {
  top: -6px;
}
.coupon-card::after {
  bottom: -6px;
}
.coupon-card__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 29px 20px;
}
.coupon-card__brand {
  color: #6588e9;
  font-size: 13px;
}
.coupon-card__value {
  margin: 8px 0 13px;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: -2px;
}
.coupon-card__description {
  overflow: hidden;
  color: #888;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.coupon-card__download {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-left: 1px dashed #ddd;
  font-size: 11px;
}
.coupon-card__download-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-content: center;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 23px;
}
.coupon-section__dots {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin-top: 32px;
}
.coupon-section__dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #555;
}
.coupon-section__dots i:first-child {
  background: #fff;
}

.category-section {
  padding: 90px 0;
}
.category-section__inner {
  width: min(calc(100% - 40px), 1062px);
  margin: 0 auto;
}
.category-section__title {
  margin-bottom: 32px;
  text-align: center;
  font-size: 28px;
}
.category-section__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 18px;
}
.category-card {
  text-align: center;
}
.category-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.category-section__inner {
  width: 100%;
}
.category-card {
  overflow: visible;
  display: block;
  background: transparent;
}


.home-section-title {
  margin-bottom: 42px;
  text-align: center;
  font-size: 34px;
  line-height: 1.25;
}
.video-section,
.event-section,
.product-showcase,
.best-section,
.review-section,
.whole-product-section {
  width: min(calc(100% - 80px), 1600px);
  margin: 0 auto;
  padding: 100px 0;
}
.video-section__player {
  position: relative;
  overflow: hidden;
  width: min(100%, 1330px);
  aspect-ratio: 16/9;
  margin: auto;
  background: #eee;
}
.video-section__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-section__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 74px;
  height: 74px;
  place-content: center;
  border-radius: 50%;
  background: rgb(0 0 0 / 65%);
  color: #fff;
  font-size: 28px;
  transform: translate(-50%, -50%);
}
.event-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.event-card__image {
  width: 100%;
  aspect-ratio: 1.12;
  object-fit: cover;
}
.event-card__title {
  min-height: 72px;
  margin: 24px 0 12px;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 500;
}
.event-card__description {
  min-height: 52px;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
}
.event-card__product {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #eee;
  font-size: 13px;
  line-height: 1.7;
}
.event-card__product img {
  width: 75px;
  height: 75px;
  object-fit: cover;
}
.event-card__product strong {
  color: #e5002d;
}
.home-more-button {
  display: block;
  width: 375px;
  max-width: 100%;
  margin: 70px auto 0;
  padding: 18px;
  border: 1px solid #ccd1d8;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
}
.home-product-grid {
  display: grid;
  gap: 18px;
}
.home-product-grid--five {
  grid-template-columns: repeat(5, 1fr);
}
.home-product-grid--four {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1280px;
}
.home-product {
  position: relative;
  min-width: 0;
}
.home-product__image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background: #f5f5f5;
  object-fit: cover;
  image-rendering: auto;
}
.home-product__brand {
  display: block;
  margin-top: 13px;
  font-size: 13px;
}
.home-product__name {
  min-height: 46px;
  margin: 8px 0 4px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
.home-product__old-price {
  display: block;
  color: #999;
  font-size: 12px;
}
.home-product__price {
  display: block;
  font-size: 19px;
}
.home-product__price em {
  color: #ed002f;
  font-size: 15px;
  font-style: normal;
}
.home-product__delivery {
  display: block;
  margin-top: 8px;
  color: #1bbd65;
  font-size: 13px;
  font-weight: 700;
}
.home-product__review {
  display: block;
  margin-top: 8px;
  color: #929292;
  font-size: 13px;
}
.home-product__review::first-letter,
.review-card__score {
  color: #ff3434;
}
.best-section__tabs {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin: -16px 0 40px;
}
.best-section__tabs button {
  min-width: 84px;
  padding: 11px 17px;
  border: 1px solid #eee;
  border-radius: 24px;
}
.best-section__tabs .best-section__tab--active {
  background: #000;
  color: #fff;
}
.home-product__rank {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: grid;
  width: 35px;
  height: 35px;
  place-content: center;
  background: #222;
  color: #fff;
  font-size: 16px;
}
.review-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.review-card__image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #f7d1dc;
}
.review-card__title {
  overflow: hidden;
  margin: 25px 0 13px;
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.review-card__score {
  display: block;
  font-size: 20px;
}
.review-card__text {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.7;
}
.brand-story {
  margin-top: 80px;
  padding: 100px 20px;
  background: #f8b8c0 url("../images/category-banner.jpg") center/cover
    no-repeat;
  text-align: center;
}
.brand-story__logo {
  width: 220px;
  max-width: 60%;
}
.brand-story__text {
  margin-top: 25px;
  font-size: 16px;
}
.store-footer {
  padding: 55px max(30px, calc((100% - 1280px) / 2));
  background: #222;
  color: #aaa;
  font-size: 12px;
  line-height: 2;
}
.store-footer__brand {
  color: #fff;
  font-size: 17px;
}

@media (max-width: 900px) {
  .store-hero {
    min-height: 610px;
    aspect-ratio: auto;
  }
  .store-hero__image {
    left: 50%;
    width: auto;
    min-width: 1360px;
    transform: translateX(-50%);
  }
  .store-header__inner {
    width: calc(100% - 30px);
  }
  .store-header__subscriber-count,
  .store-header__search span {
    display: none;
  }
  .store-header__search {
    width: 42px;
    justify-content: center;
    padding: 0;
  }
  .store-nav {
    overflow-x: auto;
  }
  .store-nav__list {
    width: max-content;
    justify-content: flex-start;
  }
  .coupon-section__list {
    grid-template-columns: 1fr;
  }
  .coupon-section {
    padding-bottom: 60px;
  }
  .category-section__grid {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
  .video-section,
  .event-section,
  .product-showcase,
  .best-section,
  .review-section,
  .whole-product-section {
    width: calc(100% - 30px);
    padding: 65px 0;
  }
  .event-section__grid,
  .review-section__grid {
    grid-template-columns: 1fr;
  }
  .home-product-grid--five,
  .home-product-grid--four {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .store-header__logo {
    width: 116px;
  }
  .store-header__subscribe-button {
    padding: 0 10px;
  }
  .store-hero__image {
    min-width: 1220px;
  }
  .membership-banner {
    padding: 0 14px;
    font-size: 12px;
    text-align: center;
  }
  .membership-banner__graphic {
    display: none;
  }
}

/* Feminine storefront refinements */
.store-hero__slide {
  overflow: hidden;
  visibility: visible;
  background: #f7b5c0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.store-hero__media {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.store-hero__slide::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgb(255 240 244 / 34%), transparent 58%);
  pointer-events: none;
  content: "";
}
.store-hero__content {
  z-index: 3;
}
.store-hero__slogan {
  overflow: hidden;
  display: -webkit-box;
  max-width: 560px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 62px);
  line-height: 1.1;
  letter-spacing: -.04em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.review-card--expanded .review-card__text {
  display: block;
  min-height: 0;
  -webkit-line-clamp: unset;
}
.review-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: -8px 18px 20px;
}
.review-card__meta time {
  color: #a59a9e;
  font-size: 11px;
}
.review-card__more {
  margin-left: auto;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #d77b99;
  background: transparent;
  color: #b64e70;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}
.store-hero__cta {
  border-color: #b85072;
  background: #fff;
  color: #a54363;
  box-shadow: 0 10px 28px rgb(157 68 98 / 16%);
}
.product-showcase,
.review-section,
.category-section {
  width: 100%;
  margin: 0;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
@media (min-width: 992px) {
  .product-showcase,
  .review-section,
  .category-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.home-section-title,
.category-section__title {
  position: relative;
  margin-bottom: 38px;
  color: #4b2834;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 600;
  letter-spacing: -.035em;
  text-align: center;
}
.home-section-title::before,
.category-section__title::before {
  display: block;
  margin-bottom: 8px;
  color: #d77b99;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  content: attr(data-eyebrow);
}
.home-section-title::after,
.category-section__title::after {
  display: block;
  width: 38px;
  height: 1px;
  margin: 14px auto 0;
  background: #d77b99;
  content: "";
}
.brand-commitments {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  background: linear-gradient(135deg, #fff9fa, #fff2f5);
}
@media (min-width: 992px) {
  .brand-commitments {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.brand-commitments__inner {
  width: 100%;
  border: 1px solid #f1dce3;
  border-radius: 18px;
  background: rgb(255 255 255 / 68%);
  box-shadow: 0 14px 40px rgb(124 65 83 / 6%);
}
.brand-commitment {
  min-height: 100px;
}
.brand-commitment__icon-image {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
}
.home-product-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.home-product {
  display: flex;
  flex-direction: column;
}
.home-product__link {
  display: block;
}
.home-product__media {
  aspect-ratio: 1;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff8fa, #fcecef);
}
.home-product__image {
  width: 100%;
  height: 100%;
  padding: 4%;
  object-fit: contain;
  image-rendering: auto;
}
.home-product__brand {
  margin-top: 14px;
  color: #4a3038;
  font-size: 12px;
  font-weight: 800;
  text-transform: capitalize;
}
.home-product__name {
  display: block;
  min-height: 0;
  margin: 5px 0 8px;
  overflow: hidden;
  color: #292126;
  font-size: 14px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-product__regular-price {
  display: block;
  color: #a5a0a2;
  font-size: 11px;
}
.home-product__price {
  color: #281f23;
  font-size: 16px;
  font-weight: 800;
}
.home-product__price del {
  display: none;
}
.home-product__price ins {
  color: #d92f63;
}
.home-product__rating {
  display: flex;
  gap: 4px;
  margin-top: 7px;
  color: #aaa2a5;
  font-size: 11px;
}
.home-product__rating b {
  color: #e44d75;
}
.home-product__sale {
  top: 10px;
  left: 10px;
  background: #e35c82;
}
.home-product__cart {
  margin-top: 14px;
  border-color: #e3a3b7;
  color: #a23c5d;
}
.home-product__cart:hover {
  border-color: #c85176;
  background: #c85176;
}
.category-card__image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform .4s ease, box-shadow .4s ease;
}
.category-card__title {
  color: #4b2834;
  position: relative;
  margin-top: 16px;
  text-align: left;
  font-size: clamp(17px, 1.5vw, 18px);
  font-weight: 600;
  display: block;
  width: fit-content;
}
.category-card__title::after {
  position: absolute;
  right: -18px;
  top: 6px;
  content: "";
  border: solid #4b2834;
      border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
   transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.category-card:hover .category-card__image {
  box-shadow: 0 18px 32px rgb(151 75 101 / 16%);
  transform: translateY(-5px);
}
.feedback-section__inner {
  position: relative;
}
.feedback-slider-shell {
  position: relative;
  padding: 0 62px;
}
.feedback-swiper {
  padding: 0 4px 44px;
}
.review-card {
  overflow: hidden;
  border: 1px solid #f0e4e7;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgb(111 61 78 / 7%);
}
.review-card .before-after {
  aspect-ratio: 1;
}
.review-card__product,
.review-card__score,
.review-card__text {
  margin-right: 18px;
  margin-left: 18px;
}
.review-card__product {
  overflow: hidden;
  margin-top: 17px;
  color: #36252c;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.review-card__score {
  margin-top: 8px;
  color: #ef3e61;
  font-size: 15px;
}
.review-card__score span {
  color: #2f2529;
  font-size: 13px;
}
.review-card__text {
  display: -webkit-box;
  min-height: 58px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  color: #6d6266;
  font-size: 12px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.feedback-arrow {
  position: absolute;
  top: 42%;
  z-index: 3;
  width: 44px;
  height: 58px;
  border: 1px solid #eadde1;
  background: #fff;
  box-shadow: 0 8px 20px rgb(92 54 67 / 8%);
  transform: translateY(-50%);
}
.feedback-arrow::before {
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #50343e;
  border-right: 1px solid #50343e;
  content: "";
}
.feedback-arrow--prev {
  left: 0;
}
.feedback-arrow--prev::before {
  transform: rotate(-135deg) translate(-2px);
}
.feedback-arrow--next {
  right: 0;
}
.feedback-arrow--next::before {
  transform: rotate(45deg) translate(-2px);
}
@media (max-width: 991px) {
  .home-product-grid--five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .feedback-slider-shell {
    padding: 0;
  }
  .feedback-arrow {
    display: none;
  }
}

.store-nav {
	height: auto;
	min-height: 70px;
	max-height: 70px;
	overflow: visible;
}

.store-nav.primary-nav--expanded {
	max-height: 260px;
	padding-bottom: 18px;
}

.store-nav.primary-nav--expanded .store-nav__list {
	justify-content: flex-start;
}

/* Configurable home sections */
.home-banner-swiper,
.home-banner-swiper .swiper-wrapper,
.home-banner-swiper .swiper-slide {
  height: 100%;
}
.store-hero__slide {
  position: relative;
}
.store-hero__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(calc(100% - 80px), 1280px);
  transform: translate(-50%, -15%);
}
.store-hero__slogan {
  max-width: 600px;
  font-size: clamp(36px, 5vw, 53px);
  line-height: 1.08;
  white-space: pre-line;
}
.store-hero__cta {
  display: inline-flex;
  margin-top: 28px;
  padding: 13px 28px;
  border: 1px solid #151515;
  border-radius: 999px;
  background: rgb(255 255 255 / 68%);
  font-size: 14px;
  font-weight: 700;
}
.store-hero .swiper-pagination-bullet-active,
.feedback-swiper .swiper-pagination-bullet-active {
  background: #e66f91;
}
.brand-commitments {
  padding: 32px 20px;
  background: #fff7f8;
  border-bottom: 1px solid #f3e2e6;
}
.brand-commitments__inner {
  display: grid;
  width: min(100%, 1280px);
  margin: auto;
  grid-template-columns: repeat(4, 1fr);
}
.brand-commitment {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-direction: column;
  text-align: center;
  padding: 15px 24px;
  border-right: 1px solid #eadadd;
  font-size: 14px;
  line-height: 1.5;
}
.brand-commitment:last-child {
  border-right: 0;
}
.brand-commitment__icon {
  color: #d9708d;
  font-size: 28px;
}
.home-product-grid--four {
  margin: auto;
}
.home-product__media {
  position: relative;
  overflow: hidden;
  background: #fff7f8;
}
.home-product__image {
  transition: opacity .35s ease, transform .5s ease;
}
.home-product__image--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.home-product__media:hover .home-product__image--primary {
  opacity: 0;
  transform: scale(1.03);
}
.home-product__media:hover .home-product__image--hover {
  opacity: 1;
  transform: scale(1.03);
}
.home-product__sale {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #e76588;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.home-product__price del {
  margin-right: 7px;
  color: #999;
  font-size: 13px;
}
.home-product__price ins {
  color: #d94f76;
  text-decoration: none;
}
.home-product__cart {
  display: flex;
  width: 100%;
  margin-top: 18px;
  padding: 12px 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid #191919;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: .25s ease;
}
.home-product__cart:hover {
  background: #191919;
  color: #fff;
}
.feedback-swiper {
  padding-bottom: 48px;
}
.review-card {
  height: auto;
}
.review-card__product {
  display: block;
  margin-top: 18px;
  font-weight: 700;
  text-decoration: underline;
}
.before-after {
  --before-after-position: 50%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: #f7d1dc;
}
.before-after__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.before-after__before {
  position: absolute;
  inset: 0;
  overflow: hidden;
  width: 100%;
  clip-path: inset(0 calc(100% - var(--before-after-position)) 0 0);
}
.before-after__before .before-after__image {
  width: 100%;
}
.before-after input {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  cursor: ew-resize;
  opacity: 0;
}
.before-after__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--before-after-position);
  z-index: 3;
  width: 2px;
  background: #fff;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
}
.before-after__handle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 38px;
  height: 38px;
  place-content: center;
  border-radius: 50%;
  background: #fff;
  color: #d9708d;
  content: "↔";
  transform: translate(-50%, -50%);
}
.before-after__label {
  position: absolute;
  top: 14px;
  z-index: 2;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgb(255 255 255 / 80%);
  font-size: 11px;
  font-weight: 700;
}
.before-after__label--before {
  left: 14px;
}
.before-after__label--after {
  right: 14px;
}
@media (max-width: 900px) {
  .store-hero__content {
    width: calc(100% - 30px);
  }
  .brand-commitments__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-commitment:nth-child(2) {
    border-right: 0;
  }
}
@media (max-width: 560px) {
  .store-hero__slogan {
    max-width: 75%;
    font-size: 34px;
  }
  .brand-commitments {
    padding-inline: 10px;
  }
  .brand-commitment {
    padding: 12px 8px;
    font-size: 12px;
  }
  .brand-commitment__icon {
    font-size: 21px;
  }
}
