.index-her-page .header {
  position: relative;
  background-color: #fff;
}

.index-her-page .header .promo-banner {
  background-color: #f6f7f9;
  color: #15161a;
  font-weight: 700;
}

.index-her-page .header .promo-track {
  display: inline-flex;
  gap: 40px;
  animation: scroll-left 20s linear infinite;
}

.index-her-page .header .main-content {
  max-width: 1920px;
  margin: 0 auto;
  padding: 14px 24px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.index-her-page .header nav {
  padding: 20px 24px;
  border-top: 1px solid #ebebeb;
  background-color: #fff;
}

.index-her-page .header .logo {
  display: table;
  font-size: 0;
  justify-self: center;
}

.index-her-page .header-navigation {
  max-width: 1920px;
  margin: 0 auto;
  gap: 2vw;
}

.index-her-page .header-navigation > li > span,
.index-her-page .header-navigation > li > a {
  font-size: 16px;
  color: #15161a;
  opacity: 1;
}

.index-her-page .header-navigation .arrow {
  opacity: 1;
}

.index-her-page .header .sub-menu {
  padding: 40px 15px;
  border-top: 1px solid #ebebeb;
  background-color: #fff;
  max-height: calc(88vh - 160px);
}

.index-her-page .header .sub-menu .container {
  max-width: 1550px;
  gap: 2.2rem;
}

.index-her-page .header .sub-menu .content {
  gap: 12px;
  max-height: 76vh;
}

.index-her-page .header .sub-menu .sidebar {
  width: 66%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-height: calc(88vh - 225px);
}

.index-her-page .header .sidebar a:before {
  aspect-ratio: auto;
  padding-top: 10rem;
}

.index-her-page .header .item-col a,
.index-her-page .header-navigation .content a,
.index-her-page .header-navigation .content .col-title {
  color: #15161a;
}

.index-her-page .header .item-col a {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
}

.index-her-page .header-navigation .content .col-title {
  /* margin-bottom: 32px;  */
  text-transform: uppercase;
  font-weight: 600;
}

.index-her-page .header-options {
  gap: 16px;
  justify-self: end;
}

.index-her-page .header-options li a {
  color: #15161a;
}

.index-her-page .dropdown-menu {
  background: #fff;
  border-color: #ebebeb;
}

.index-her-page .dropdown-menu li,
.index-her-page .dropdown-menu a,
.index-her-page .mobile-title,
.index-her-page .mobile-list li,
.index-her-page .mobile-list a {
  color: #15161a;
}

.index-her-page .header-options a img,
.index-her-page .header-options a svg {
  width: 32px;
  height: 32px;
}

.index-her-page .search-box {
  background-color: #fff;
  padding: 10px 0;
  z-index: 5;
}

.index-her-page .search-box .field-input {
  color: #15161a;
}

.index-her-page .search-box .ui-menu {
  background-color: #fff;
}

.index-her-page .header-spacer {
  display: none;
}

.index-her-page .header .main-content > .main-category {
  display: flex;
}

.index-her-page .header .main-category {
  display: flex;
  align-items: center;
  gap: 32px;
}

.index-her-page .header .main-category li.active {
  padding-left: 17px;
}

.index-her-page .header .main-category a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #69737c;
  position: relative;
}

.index-her-page .header .main-category li.active a {
  color: #15161a;
  font-weight: 700;
}

.index-her-page .header .main-category li.active a:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #15161a;
}

@media (min-width: 768px) {
  .index-her-page .header > nav .main-category {
    display: none;
  }
}

.index-her-page .hero-section,
.index-her-page .hero-slider {
  background-color: #fff;
}

.index-her-page .hero-slider {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.index-her-page .hero-section .subtitle,
.index-her-page .hero-section .rl-title,
.index-her-page .hero-section .description p {
  color: #15161a;
}

.index-her-page .hero-section .rl-title {
  max-width: 90%;
}

.index-her-page .hero-slider__thumbs {
  display: flex !important;
  position: absolute;
  left: 24px;
  bottom: 40px;
  z-index: 30;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 12px;
  overflow: visible;
}

.index-her-page .hero-slider__thumbs .swiper-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
  height: 100%;
  transform: none !important;
}

.index-her-page .hero-slider .slider__thumbs .swiper-slide {
  flex: 0 0 52px;
  width: 52px !important;
  height: 2px;
  background-color: #727272;
  opacity: 1;
}

.index-her-page
  .hero-slider
  .slider__thumbs
  .swiper-slide.swiper-slide-thumb-active {
  background-color: #15161a;
}

.index-her-page .categories.type-2 {
  padding: 24px 0 0;
  background-color: #fff;
}

.index-her-page .categories.type-2 .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.index-her-page .categories.type-2 .row {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.index-her-page .categories.type-2 .category-card {
  flex: 1;
}

.index-her-page .categories.type-2 .category-card:after {
  content: none;
}

.index-her-page .categories.type-2 .category-card img {
  filter: none;
}

.index-her-page .categories.type-2 .category-card .h2 {
  z-index: 2;
}

.index-her-page .product-cards {
  background-color: #fff;
}

.index-her-page .collections {
  background-color: #fff;
}

.index-her-page .collections .content {
  display: flex;
  gap: 24px;
}

.index-her-page .collections .container {
  max-width: 1920px;
}

.index-her-page .collections .collection-list {
  gap: 24px;
}

.index-her-page .ugc-box {
  background-color: #f6f7f9;
  padding: 96px 24px;
}

.index-her-page .ugc-box .h1 {
  color: #15161a;
}

.index-her-page .article-box {
  padding: 24px;
  background-color: #f6f7f9;
}

.index-her-page .article-box__content {
  max-width: 1920px;
  margin: 0 auto;
}

.index-her-page .article-box__text,
.index-her-page .article-box__text h2,
.index-her-page .article-box__text h5,
.index-her-page .article-box__text .text {
  color: #15161a;
}

.index-her-page .article-box__text {
  font-size: 24px;
}

.index-her-page .article-box__text .button-contained.inverse {
  color: #fff;
  background-color: #15161a;
  border-color: #15161a;
}

.index-her-page .product-video {
  background-color: #fff;
  height: 100vh;
  min-height: calc(88vh - 30px);
  max-height: 60vh;
  padding: 24px;
  padding-bottom: 24px;
}

.index-her-page .product-video video {
  left: 24px;
  top: 24px;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
}

.index-her-page .article-second {
  max-width: 1920px;
  margin: 0 auto;
  padding: 96px 24px;
  background-color: #fff;
}

.index-her-page .article-second__content {
  max-width: 1920px;
  margin: 0 auto;
}

.index-her-page .article-second,
.index-her-page .article-second h2,
.index-her-page .article-second .text,
.index-her-page .article-second__text p,
.index-her-page .article-second__content li {
  color: #15161a;
}

.index-her-page .instagram-box {
  background-color: #f6f7f9;
}

.index-her-page .instagram-box__header,
.index-her-page .instagram-box__header.white,
.index-her-page .instagram-box__header .h1,
.index-her-page .instagram-box__header .link {
  color: #15161a;
}

.index-her-page .instagram-box__header {
  max-width: 1920px;
  margin: 0 auto 32px;
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.index-her-page .instagram-box__slider {
  max-width: 1920px;
  margin: 0 auto;
}

.index-her-page .instagram-box .swiper-slide {
  display: flex;
  gap: 2px;
}

.index-her-page .instagram-box__card {
  background: #fff;
}

.index-her-page .instagram-box__card .content {
  color: #15161a;
}

.index-her-page .instagram-box__card .button-text {
  color: #15161a;
  border-bottom-color: #15161a;
}

@media (min-width: 1200px) {
  .index-her-page .header .item-col a:hover,
  .index-her-page .header-options a:hover {
    opacity: 0.6;
  }

  .index-her-page .header-navigation > li:hover > span,
  .index-her-page .header-navigation > li:hover > a,
  .index-her-page .header-navigation > li.active > span,
  .index-her-page .header-navigation > li.active > a {
    opacity: 1;
  }

  .index-her-page .header-navigation > li:hover .sub-menu,
  .index-her-page .header-navigation > li.active .sub-menu {
    opacity: 1;
    visibility: visible;
  }

  .index-her-page .header-navigation > li:hover > a .arrow,
  .index-her-page .header-navigation > li:hover > span .arrow {
    transform: rotate(180deg);
  }
}

@media (max-width: 1550px) {
  .index-her-page .collection-card__content .h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .index-her-page .collection-card__content {
    left: 20px;
    bottom: 20px;
    gap: 20px;
  }

  .index-her-page .collections .collection-list {
    gap: 20px;
  }

  .index-her-page .article-second {
    padding: 56px 20px;
  }
}

@media (max-width: 1480px) and (min-width: 1023px) {
  .index-her-page .product-cards {
    padding: 65px 0;
  }

  .index-her-page .product-cards .h1 {
    font-size: 46px;
    line-height: 54px;
  }

  .index-her-page .collection-card__content .h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .index-her-page .collections .button-contained {
    font-size: 14px;
  }

  .index-her-page .article-box__text {
    padding: 64px 20px;
  }

  .index-her-page .article-box__text h5 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 1450px) {
  .index-her-page .header-navigation > li > a {
    font-size: 13px;
  }

  .index-her-page .header-navigation {
    gap: 1.5vw;
  }

  .index-her-page .main-content .logo {
    max-width: 150px;
  }
}

@media (max-width: 1280px) {
  .index-her-page .header-navigation > li > a {
    font-size: 12px;
  }

  .index-her-page .header-navigation {
    gap: 12px;
  }

  .index-her-page .header .main-content {
    padding: 14px 16px;
  }

  .index-her-page .main-content .logo {
    max-width: 110px;
  }

  .index-her-page .header-options {
    gap: 8px;
  }
}

@media (max-width: 1200px) {
  .index-her-page .header .item-col a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;

    line-height: 22px;
  }
  .index-her-page .header .main-content {
    display: flex;
    justify-content: space-between;
  }

  .index-her-page .header .main-content > .main-category {
    display: none;
  }

  .index-her-page .header .logo {
    justify-self: start;
  }

  .index-her-page .header > nav .main-category {
    display: flex;
    margin-bottom: 32px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 48px;
    border-bottom: 1px solid #ebebeb;
    padding: 0 20px;
  }

  .index-her-page .header .mobile-button:after,
  .index-her-page .header .mobile-button:before,
  .index-her-page .header .mobile-button .bar {
    background-color: #15161a;
  }

  .index-her-page .main-content + nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 101px;
    bottom: 0;
    z-index: 101;
    display: flex;
    flex-direction: column;
    padding: 60px 20px 20px;
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    clip-path: circle(0.3% at 100% 0);
    -webkit-clip-path: circle(0.3% at 100% 0);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition:
      clip-path 0.55s,
      opacity 0.5s,
      visibility 1s;
  }

  .index-her-page .main-content + nav.active {
    clip-path: circle(143% at 100% 0);
    -webkit-clip-path: circle(143% at 100% 0);
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .index-her-page .header .main-content {
    padding: 7px 16px;
  }

  .index-her-page .header-options {
    gap: 0;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }

  .index-her-page .header-options > li {
    width: 44px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .index-her-page .header-navigation {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    max-height: 100%;
    margin: 0;
    padding-bottom: 20px;
    overflow: auto;
  }

  .index-her-page .header-navigation > li > span,
  .index-her-page .header-navigation > li > a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    padding-right: 30px;
  }

  .index-her-page .header-navigation .arrow {
    width: 24px;
    height: 24px;
    opacity: 1;
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 1;
  }

  .index-her-page .header-navigation li .sub-menu {
    top: 0;
    bottom: 0;
    left: 100%;
    height: 100%;
    max-height: inherit;
    padding: 0;
    border-top-width: 1px;
    background-color: #fff;
  }

  .index-her-page .header-navigation li.active .sub-menu {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .index-her-page .sub-menu__header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 20px;
    border-bottom: 1px solid #ebebeb;
  }

  .index-her-page .sub-menu__header span {
    color: #15161a;
  }

  .index-her-page .header .sub-menu .container {
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 25px 20px 20px;
    overflow: auto;
  }

  .index-her-page .header .item-col ul,
  .index-her-page .header .sub-menu .content {
    gap: 12px;
    max-height: none;
  }
  .index-her-page .header .item-col ul {
    gap: 16px;
  }
  .header-navigation .col-title .btn-toggle img {
    width: 16px;
    height: 16px;
  }
  .index-her-page .header .sub-menu .sidebar {
    width: 100%;
    display: flex;
    gap: 12px;
    max-height: none;
  }

  .index-her-page .header .sidebar a:before {
    padding-top: 8rem;
  }

  .index-her-page .hero-slider > .swiper-wrapper > .swiper-slide {
    position: relative;
    min-height: calc(100svh - 98px);
    overflow: hidden;
    background-color: #15161a;
  }

  .index-her-page .hero-slider > .swiper-wrapper > .swiper-slide > .image {
    position: absolute;
    inset: 0;
  }

  .index-her-page
    .hero-slider
    > .swiper-wrapper
    > .swiper-slide
    > .image:before {
    content: none;
  }

  .index-her-page .hero-slider > .swiper-wrapper > .swiper-slide > .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .index-her-page
    .hero-slider
    > .swiper-wrapper
    > .swiper-slide
    > .image:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.04) 0%,
      rgba(0, 0, 0, 0.28) 42%,
      rgba(0, 0, 0, 0.96) 100%
    );
  }

  .index-her-page .hero-section .subtitle,
  .index-her-page .hero-section .rl-title,
  .index-her-page .hero-section .description p {
    color: #fff;
  }

  .index-her-page .hero-section .rl-title {
    max-width: 100%;
  }

  .index-her-page .hero-slider .slider__thumbs .swiper-slide {
    background-color: rgba(255, 255, 255, 0.22);
    opacity: 1;
  }

  .index-her-page
    .hero-slider
    .slider__thumbs
    .swiper-slide.swiper-slide-thumb-active {
    background-color: #fff;
  }

  .index-her-page .product-cards .h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .index-her-page .product-cards {
    padding: 56px 0;
    overflow: hidden;
  }

  .index-her-page .product-cards__slider {
    overflow: visible;
  }

  .index-her-page .product-cards__slider .swiper-button-prev,
  .index-her-page .product-cards__slider .swiper-button-next {
    display: none;
  }

  .index-her-page .collections .content {
    flex-direction: column;
  }

  .index-her-page .product-video {
    height: 540px;
    max-height: 80vh;
    min-height: 0;
    padding: 0;
  }

  .index-her-page .product-video.home {
    padding-bottom: 15px;
  }

  .index-her-page .product-video video {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: auto;
  }

  .index-her-page .product-video.home video {
    height: calc(100% - 15px);
  }

  .index-her-page .ugc-box {
    padding: 56px 20px;
  }

  .index-her-page .article-box {
    padding: 0;
  }

  .index-her-page .article-box__text {
    padding: 56px 20px 0;
    gap: 24px;
  }

  .index-her-page .article-box__content {
    flex-direction: column;
    gap: 32px;
  }

  .index-her-page .article-box__image,
  .index-her-page .article-box__text {
    width: 100%;
  }

  .index-her-page .article-box__text .text {
    gap: 8px;
  }

  .index-her-page .article-box__text .button {
    margin-top: 16px;
  }

  .index-her-page .article-box__content .h1 {
    font-size: 38px;
    line-height: 46px;
  }

  .index-her-page .article-box__image:before {
    padding-top: 105%;
  }

  .index-her-page .article-second {
    padding: 56px 20px;
  }

  .index-her-page .article-second__text {
    width: 100%;
  }

  .index-her-page .article-second .stack {
    flex-wrap: wrap;
    display: none;
  }

  .index-her-page .article-second .stack:first-of-type {
    display: flex;
  }

  .index-her-page .article-second__text h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .index-her-page .article-second__text p + h5 {
    margin-top: 6px;
  }

  .index-her-page .article-second__image {
    width: 100%;
  }

  .index-her-page .article-second__content {
    max-height: none;
    overflow: visible;
    gap: 32px;
  }

  .index-her-page .article-second__content .h1 {
    font-size: 40px;
  }

  .index-her-page .article-second__content.active .stack {
    display: flex;
  }

  .index-her-page .article-second__content:after {
    content: none;
  }

  .index-her-page .article-second .button {
    margin-top: 40px;
  }

  .index-her-page .article-second__text .text {
    gap: 8px;
  }

  .index-her-page .instagram-box {
    padding: 56px 0;
  }

  .index-her-page .instagram-box__card .hash {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
  }

  .index-her-page .instagram-box .content .rl-title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }

  .index-her-page .instagram-box__card .button-text {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
  }

  .index-her-page .instagram-box .swiper-slide {
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }

  .index-her-page .instagram-box__card {
    width: calc(50% - 1px);
    flex: auto;
  }

  .index-her-page .instagram-box__card.text {
    order: 3;
  }

  .index-her-page .instagram-box__header {
    padding: 0 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .index-her-page .instagram-box__header .link {
    font-size: 26px;
    line-height: 34px;
  }

  .index-her-page .instagram-box__slider .swiper-button-next {
    right: 20px;
  }

  .index-her-page .instagram-box__slider .swiper-button-prev {
    left: 20px;
  }
  .header-navigation .col-title + ul {
    margin-top: 6px;
  }
}

@media (max-width: 767px) {
  .index-her-page .header .main-content {
    gap: 12px;
  }

  .index-her-page .main-content .logo {
    max-width: 118px;
  }

  .index-her-page .main-content + nav {
    top: 93px;
  }

  .index-her-page .header.scrolled-down {
    transform: translateY(-100%);
  }

  .index-her-page .hero-slider > .swiper-wrapper > .swiper-slide {
    min-height: calc(100svh - 98px);
    padding: 0;
    max-width: 100vw;
  }

  .index-her-page .hero-slider > .swiper-wrapper > .swiper-slide > .content {
    width: 100%;
    max-width: 100vw;
    min-width: 0;
    padding: clamp(215px, 48svh, 330px) 20px 55px;
  }

  .index-her-page .hero-section .subtitle {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
  }

  .index-her-page .hero-section .rl-title {
    font-size: clamp(38px, 9.8vw, 46px);
    line-height: 1.14;
    letter-spacing: 1px;
    width: min(350px, calc(100vw - 40px));
    max-width: 100%;
    overflow-wrap: normal;
    white-space: normal;
  }

  .index-her-page .hero-section .description {
    width: min(350px, calc(100vw - 40px));
    max-width: 100%;
  }

  .index-her-page .hero-section .description {
    margin-top: 24px;
  }

  .index-her-page .hero-section .description p {
    font-size: 16px;
    line-height: 24px;
  }

  .index-her-page .hero-section .button {
    margin-top: 40px;
    min-width: 178px;
  }

  .index-her-page .hero-slider__thumbs {
    left: 20px;
    bottom: 22px;
  }

  .index-her-page .categories.type-2 .row {
    flex-wrap: wrap;
  }

  .index-her-page .categories.type-2 .category-card:nth-child(3) {
    width: 100%;
    flex: auto;
  }

  .index-her-page .categories.type-2 .category-card .h2 {
    bottom: 20px;
  }

  .index-her-page .product-cards__header-group {
    display: none;
  }
}

@media (max-width: 550px) {
  .index-her-page .categories.type-2 {
    padding: 16px 0 0;
  }

  .index-her-page .categories.type-2 .container {
    gap: 8px;
    padding: 0;
  }

  .index-her-page .categories.type-2 .row {
    gap: 8px;
  }

  .index-her-page .categories.type-2 .category-card:before {
    padding-top: 244px;
  }

  .index-her-page .categories.type-2 .category-card .h2 {
    bottom: 10px;
  }

  .index-her-page .collections .content {
    gap: 0;
  }

  .index-her-page .collections .container {
    padding: 0;
  }

  .index-her-page .collections .collection-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .index-her-page .article-box__text h5 {
    font-size: 14px;
    line-height: 1.5;
  }

  .index-her-page .article-second__content li,
  .index-her-page .article-second__text p {
    font-size: 14px;
    line-height: 1.4;
  }

  .index-her-page .article-second__content .h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .index-her-page .instagram-box__slider .swiper-button-prev,
  .index-her-page .instagram-box__slider .swiper-button-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}
