.c-cleanse__actions {
  display: flex;
  justify-content: flex-end;
}
.c-cleanse__actions--space {
  margin-top: 32px;
}
.c-cleanse .c-fragrance {
  display: flex;
  flex-direction: column;
}
.c-cleanse .c-fragrance:not(:last-child) {
  margin-bottom: 64px;
}
.c-cleanse .c-fragrance__title {
  font-size: 2.4rem;
  margin-bottom: 20px;
  line-height: 1.5;
}
.c-cleanse .c-fragrance__keyv {
  margin-bottom: 20px;
}
.c-cleanse .c-fragrance__keyv img {
  width: 100%;
}
.c-cleanse .c-fragrance__desc {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
.c-cleanse .c-fragrance__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin-bottom: 32px;
}
.c-cleanse .c-fragrance__tag {
  font-size: 1.2rem;
  line-height: 1.5;
}
.c-cleanse__keyv {
  display: none;
}
.c-cleanse__keyv img {
  transition: opacity 0.3s ease;
}
.c-cleanse .swiper .c-seller__badges {
  min-height: 34px;
  align-items: flex-start;
}
.c-cleanse__special-thumb img {
  width: 100%;
}
.c-cleanse__special-content {
  padding: 8px 16px;
}
.c-cleanse__special-title {
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-cleanse__special-title:not(:has(+ .c-cleanse__special-desc)) {
  padding: 8px 16px;
}
.c-cleanse__special-desc {
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .c-cleanse .c-fragrance__list:has(.slider-scrollbar:not(.swiper-scrollbar-lock)) {
    margin-left: -16px;
    margin-right: -24px;
  }
}
@media only screen and (min-width: 768px) {
  .c-cleanse .c-fragrance__list .c-best-seller-item {
    flex: 0 0 calc((100% - 16px) / 3);
  }
}
@media only screen and (min-width: 1024px) {
  .c-cleanse__body {
    align-items: start;
    display: grid;
    gap: min(96px, 5vw);
    grid-template-columns: minmax(0, 1fr) min(35vw, 482px);
  }
  .c-cleanse .c-fragrance__title {
    margin-bottom: 16px;
  }
  .c-cleanse .c-fragrance__keyv {
    display: none;
  }
  .c-cleanse__keyv {
    display: block;
    position: sticky;
    padding-top: 110px;
    top: var(--header-offset);
    aspect-ratio: 482/484;
  }
  .c-cleanse__other .swiper[data-pc=other-grid] .slider-track {
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 48px;
  }
  .c-cleanse__other .swiper[data-pc=other-grid] .swiper-slide {
    width: calc((100% - 40px) / 6) !important;
    margin: 0 !important;
  }
  .c-cleanse__other .swiper[data-pc=other-grid] + .slider-scrollbar {
    display: none;
  }
}

.c-keyv-top-category {
  background-color: #FBF5E2;
}

/*# sourceMappingURL=cleanse.min.css.map */
