/** Shopify CDN: Minification failed

Line 73:15 Expected "]" to go with "["
Line 73:45 Unexpected "]"
Line 81:28 Expected "]" to go with "["
Line 81:35 Unexpected "]"
Line 234:28 Expected "]" to go with "["
Line 234:63 Unexpected "]"
Line 533:36 Expected "]" to go with "["
Line 533:128 Unexpected "]"
Line 548:36 Expected "]" to go with "["
Line 548:119 Unexpected "]"
... and 32 more hidden warnings

**/
:root {
  --black: #000;
  --white: #fff;
  --main-green: #85ff7f;
  --wu-green: #cefc9a;
  --main-pink: #ff518e;
  --background-white: #fcfaf3;
  --background-beige: #fcf9f2;
  --background-dark-beige: #f2f2f2;
  --disabled-gray: #cacaca;
  --light-black: #444;
  --light-gray: #e5e1d7;
  --light-beige: #f2ede3;
  --border-gray: #d9d9d9;
  --gradient-pink-1: #ffc2f3;
  --product-price-old-price: #888;
  --product-price-on-sale: #ec0000;
  --primary-font: "";
  --secondary-font: "";
}
body.country-mx .doubly-float {
  display: none !important;
}
#shopify-section-header {
  position: sticky;
  top: -1px;
  background-color: var(--white);
  padding-top: 1px;
}
body.megamenu-open {
  position: relative;
  overflow: hidden;
}
body.megamenu-open #shopify-section-announcement-bar,
body.megamenu-open .main-body {
  position: relative;
}
body.megamenu-open .main-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.header {
  position: relative;
  z-index: 3;
  display: flex;
  background-color: var(--white);
  padding: 0;
  transition: background-color 0.3s ease;
}
.header[\:has\(.header-custom-dropdown.open\)],
.header[\:has\(.header-custom-megamenu.open\)] {
  background-color: var(--background-white);
}
.header:has(.header-custom-dropdown.open),
.header:has(.header-custom-megamenu.open) {
  background-color: var(--background-white);
}
.header[\:has\(header-drawer.open\)] {
  background-color: var(--background-beige);
}
.header:has(header-drawer.open) {
  background-color: var(--background-beige);
}
.header .header-center,
.header .header-left {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.header .header-center {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  justify-content: center;
  pointer-events: none;
}
.header .header-center .header-logo {
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
}
.header .header-center .header-logo-container {
  pointer-events: all;
}
.header .header-center .header-logo-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}
.header .header-center .header-logo-image {
  max-width: 78px;
}
.header .header-center .header-logo-image-mobile {
  display: none;
}
.header .header-right {
  display: flex;
  grid-gap: 12px;
  gap: 12px;
  align-items: center;
  padding-right: 6px;
}
.header .header-right .header-quiz-button-link {
  display: inline-flex;
  justify-content: center;
  width: 169px;
  height: 38px;
  background-color: var(--wu-green);
  padding: 10px 0;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 18px;
  color: var(--light-black);
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
.header .header-right .header-quiz-button-link:hover {
  background-color: var(--light-black);
  color: var(--white);
}
.header .header-icons {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
}
.header .header-icons .icon {
  width: 24px;
  height: 24px;
  color: var(--light-black);
}
.header .header-icons .header-search-icon {
  display: inline-flex;
}
.header .header__icon {
  width: 24px;
  height: 24px;
  color: var(--light-black);
}
.header .header-icon-cart {
  position: relative;
  display: inline-flex;
  color: var(--light-black);
  -webkit-tap-highlight-color: transparent;
  transition: color 0.3s ease;
}
.header .header-icon-cart .cart-count-bubble {
  position: absolute;
  bottom: -7px;
  right: -6px;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  background-color: var(--main-pink);
  border-radius: 100%;
  font-weight: 700;
  font-size: clamp(
    8px,
    calc(8px + (9 - 8) * ((100vw - 360px) / (1440 - 360))),
    9px
  );
  line-height: 8px;
  letter-spacing: 0;
  color: var(--white);
}
.header .header-icon-cart:hover {
  color: var(--main-pink);
}
.header .header__icon--account {
  display: inline-flex;
  color: var(--light-black);
  transition: color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
.header .header__icon--account:hover {
  color: var(--main-pink);
}
.header .header__icon--search {
  display: inline-flex;
  color: var(--light-black);
  transition: color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
.header .header__icon--search:hover {
  color: var(--main-pink);
}
.header .header-content {
  justify-content: space-between;
  width: 100%;
  min-height: var(--logo-height, 64px);
  padding: 0 48px;
  margin-top: -1px;
}
.header .desktop-nav,
.header .header-content {
  display: flex;
  align-items: center;
}
.header .desktop-nav[\:has\(.first-level-dropdown-toggle.open\)] {
  align-self: stretch;
}
.header .desktop-nav:has(.first-level-dropdown-toggle.open) {
  align-self: stretch;
}
.header .desktop-nav-list {
  display: flex;
  align-items: center;
  align-self: stretch;
  grid-gap: 24px;
  gap: 24px;
  padding: 1px 0 0;
  margin: 0;
  list-style: none;
}
.header .desktop-nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: stretch;
}
.header .desktop-nav-item .desktop-nav-arrow {
  display: inline-flex;
  align-items: center;
  height: 18px;
  vertical-align: top;
}
.header .desktop-nav-item .desktop-nav-arrow svg {
  transition: transform 0.3s ease;
}
.header .desktop-nav-item.with-megamenu {
  position: static;
}
.header
  .desktop-nav-item.with-dropdown
  .desktop-nav-link.open
  .desktop-nav-arrow
  svg {
  transform: rotateX(180deg);
}
.header .desktop-nav-link {
  display: inline-block;
  border-bottom: 1px solid transparent;
  font-weight: 500;
  font-size: clamp(
    13px,
    calc(13px + (14 - 13) * ((100vw - 360px) / (1440 - 360))),
    14px
  );
  color: var(--light-black);
  line-height: 18px;
  text-decoration: none;
  transition:
    color 0.3s ease,
    border-color 0.3s ease;
}
.header .desktop-nav-link.active,
.header .desktop-nav-link.first-level-dropdown-toggle.open,
.header .desktop-nav-link.first-level-megamenu-toggle.open,
.header .desktop-nav-link:hover {
  border-color: var(--light-black);
}
.header .header-custom-dropdown {
  position: absolute;
  top: 100%;
  left: -20px;
  display: grid;
  grid-template-rows: 0fr;
  background-color: var(--background-white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
.header .header-custom-dropdown.open {
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.3s ease;
}
.header .header-custom-dropdown > div {
  min-height: 0;
}
.header .header-custom-dropdown-item {
  position: relative;
  padding: 20px;
}
.header .header-custom-dropdown-item:first-child {
  border-top: 1px solid var(--light-gray);
}
.header .header-custom-dropdown-item > .header-custom-dropdown-link {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--main-pink);
  line-height: 20px;
  white-space: nowrap;
  text-decoration: none;
}
.header .header-custom-dropdown-item > .header-custom-dropdown-link.open svg {
  transform: rotateX(180deg);
}
.header .header-custom-dropdown-item:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: calc(100% - 40px);
  height: 1px;
  background-color: var(--light-gray);
  margin: 0 auto;
}
.header .header-second-level-dropdown {
  position: relative;
  display: grid;
  grid-template-rows: 0fr;
  width: 100%;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease;
}
.header .header-second-level-dropdown.open {
  grid-template-rows: 1fr;
}
.header .header-second-level-dropdown > ul {
  display: flex;
  grid-gap: 15px;
  gap: 15px;
  min-height: 0;
  flex-flow: column nowrap;
}
.header .second-level-dropdown-toggle {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--main-pink);
  line-height: 20px;
  text-decoration: none;
}
.header .second-level-dropdown-toggle > span {
  display: inline-block;
  margin-right: 12px;
  white-space: nowrap;
}
.header .second-level-dropdown-toggle svg {
  display: inline-block;
  flex-shrink: 0;
  margin-left: auto;
  color: var(--light-black);
  transition: transform 0.3s ease;
}
.header .header-custom-dropdown-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .header-custom-third-dropdown-item {
  display: flex;
}
.header .header-custom-third-dropdown-item:first-child {
  margin-top: 20px;
}
.header .header-custom-third-dropdown-item .header-custom-dropdown-link {
  display: inline-block;
  font-weight: 450;
  font-size: 15px;
  line-height: 18px;
  white-space: nowrap;
  color: var(--light-black);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--background-white);
  transition: text-decoration-color 0.3s ease;
}
.header .header-custom-third-dropdown-item .header-custom-dropdown-link:hover {
  text-decoration-color: var(--light-black);
}
.header-custom-megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: grid;
  grid-template-rows: 0fr;
  width: 100%;
  height: auto;
  background-color: var(--background-white);
  border-top: 1px solid var(--light-gray);
  overflow: hidden;
}
.header-custom-megamenu.open {
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.3s ease;
}
.header-custom-megamenu.open .show-scroll::-webkit-scrollbar {
  display: inline;
}
.header-custom-megamenu > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 24px;
  gap: 24px;
  max-width: 1440px;
  width: 100%;
  max-height: 400px;
  min-height: 0;
  padding: 0 84px;
  margin: 0 auto;
  overflow-y: auto;
  flex-flow: row nowrap;
}
.header-custom-megamenu > div::-webkit-scrollbar {
  display: none;
}
.header-custom-megamenu-links-wrapper {
  display: flex;
  grid-row-gap: 30px;
  grid-column-gap: 48px;
  justify-content: space-between;
  flex-shrink: 0;
  width: 384px;
  padding-top: 32px;
  padding-bottom: 48px;
  flex-flow: row wrap;
}
.header-custom-megamenu-item {
  display: flex;
  grid-gap: 24px;
  gap: 24px;
  width: 168px;
  flex-flow: column wrap;
}
.header-custom-megamenu-list {
  display: flex;
  grid-gap: 15px;
  gap: 15px;
  padding: 0;
  margin: 0;
  flex-flow: column wrap;
  list-style: none;
}
.header-custom-third-megamenu-item {
  display: flex;
}
.header-custom-megamenu-list-title {
  display: inline-flex;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--main-pink);
  line-height: 20px;
  letter-spacing: normal;
  text-decoration: none;
  pointer-events: none;
}
.header-custom-megamenu-list-title.only-link {
  pointer-events: all;
}
.header-custom-megamenu-link {
  display: inline-block;
  font-weight: 450;
  font-size: 15px;
  line-height: 18px;
  color: var(--light-black);
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--background-white);
  transition: text-decoration-color 0.3s ease;
}
.header-custom-megamenu-link.active,
.header-custom-megamenu-link:hover {
  text-decoration-color: var(--light-black);
}
.header-custom-megamenu-cards-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  grid-gap: 24px;
  gap: 24px;
  width: 756px;
  padding-top: 32px;
  padding-bottom: 48px;
  flex-flow: row wrap;
}
.header-custom-megamenu-card {
  position: relative;
  display: flex;
  width: calc(50% - 12px);
  background-color: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: 10px;
  overflow: hidden;
  flex-flow: column wrap;
  text-decoration: none;
}
.header-custom-megamenu-card[\:has\(.header-custom-megamenu-card-content\%20.header-custom-megamenu-card-title\:not\(\:empty\)\)]
  .header-custom-megamenu-card-image
  img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.header-custom-megamenu-card:has(
    .header-custom-megamenu-card-content
      .header-custom-megamenu-card-title:not(:empty)
  )
  .header-custom-megamenu-card-image
  img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.header-custom-megamenu-card[\:has\(.header-custom-megamenu-card-content\%20.header-custom-megamenu-card-title\:empty\)] {
  align-self: stretch;
  aspect-ratio: 366/318;
  border: 1px solid transparent;
}
.header-custom-megamenu-card[\:has\(.header-custom-megamenu-card-content\%20.header-custom-megamenu-card-title\:empty\)]
  .header-custom-megamenu-card-image {
  aspect-ratio: auto;
}
.header-custom-megamenu-card:has(
  .header-custom-megamenu-card-content .header-custom-megamenu-card-title:empty
) {
  align-self: stretch;
  aspect-ratio: 366/318;
  border: 1px solid transparent;
}
.header-custom-megamenu-card:has(
    .header-custom-megamenu-card-content
      .header-custom-megamenu-card-title:empty
  )
  .header-custom-megamenu-card-image {
  aspect-ratio: auto;
}
.header-custom-megamenu-card-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 366/228;
}
.header-custom-megamenu-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.header-custom-megamenu-card-content {
  display: flex;
  align-items: flex-start;
  grid-gap: 2px;
  gap: 2px;
  width: 100%;
  height: var(--card-text-height);
  min-height: 90px;
  background-color: var(--white);
  padding: 16px 24px;
  overflow: hidden;
  flex-flow: column nowrap;
}
.header-custom-megamenu-card-content[\:has\(.header-custom-megamenu-card-title\:only-child\:empty\)] {
  display: none;
}
.header-custom-megamenu-card-content:has(
  .header-custom-megamenu-card-title:only-child:empty
) {
  display: none;
}
.header-custom-megamenu-card-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
  width: 100%;
  flex-flow: row nowrap;
}
.header-custom-megamenu-card-title p {
  display: inline-flex;
  margin: 0 auto 0 0;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: normal;
  color: var(--light-black);
  line-height: normal;
}
.header-custom-megamenu-card-title .stars {
  display: inline-flex;
  grid-gap: 2px;
  gap: 2px;
  margin-right: 4px;
  flex-flow: row nowrap;
}
.header-custom-megamenu-card-title .megamenu-review-text {
  display: inline-flex;
  font-weight: 450;
  font-size: 11px;
  letter-spacing: normal;
  color: var(--light-black);
  line-height: 15px;
}
.header-custom-megamenu-card-stars-text {
  display: flex;
  flex-shrink: 0;
}
.header-custom-megamenu-card-subtitle {
  width: 100%;
  margin: 0;
  font-weight: 450;
  font-size: 14px;
  letter-spacing: normal;
  color: var(--light-black);
  line-height: 18px;
}
.header header-drawer {
  display: none;
}
body.menu-drawer-open {
  overflow: hidden;
}
body.menu-drawer-open .main-body {
  z-index: 9999999999;
}
header-drawer {
  display: flex;
}
header-drawer.open .icon-hamburger {
  display: none;
  -webkit-tap-highlight-color: transparent;
}
header-drawer.open .icon-close {
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
}
header-drawer.open #menu-drawer {
  transform: translateX(0);
}
header-drawer:not(.open) .menu-drawer__submenu {
  opacity: 0 !important;
  pointer-events: none !important;
}
header-drawer .header-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
header-drawer .icon-hamburger {
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
}
header-drawer .icon-close,
header-drawer .icon-hamburger {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  color: var(--color-text-primary);
}
header-drawer .icon-close {
  display: none;
}
#menu-drawer {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  transform: translateX(-100%);
  visibility: visible;
  display: flex;
  width: 100%;
  height: calc(100dvh - calc(var(--header-height) - 7px));
  background-color: var(--background-beige);
  padding: 0;
  overflow: hidden;
  overflow-y: hidden;
  transition: transform 0.3s ease-in-out;
}
#menu-drawer[\:has\(.menu-drawer__submenu.open\)] {
  overflow-y: hidden;
}
#menu-drawer:has(.menu-drawer__submenu.open) {
  overflow-y: hidden;
}
#menu-drawer::-webkit-scrollbar {
  display: none;
}
.menu-drawer__inner-container {
  display: flex;
  grid-gap: 24px;
  gap: 24px;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  padding-bottom: calc(24px + var(--announcement-bar-height));
  overflow-y: auto;
  flex-flow: column nowrap;
}
.menu-drawer__inner-container::-webkit-scrollbar {
  display: none;
}
.mobile-nav-menu {
  display: flex;
  padding: 8px 0 0;
  margin: 0;
  list-style: none;
  flex-flow: column wrap;
}
.mobile-nav-submenu-list {
  padding-left: 16px;
  padding-right: 16px;
}
.mobile-nav-main-link,
.submenu-toggle-content {
  display: flex;
  align-items: center;
  min-height: 100px;
  border-bottom: 1px solid var(--light-beige);
  text-decoration: none;
  cursor: pointer;
}
.mobile-nav-main-link .sm-link-image,
.submenu-toggle-content .sm-link-image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  aspect-ratio: 1;
  margin-right: 10px;
}
.mobile-nav-main-link .sm-link-image img,
.submenu-toggle-content .sm-link-image img {
  width: 64px;
  height: 64px;
  object-position: bottom center;
  object-fit: contain;
}
.mobile-nav-main-link .sm-link-title,
.submenu-toggle-content .sm-link-title {
  display: inline-flex;
  align-items: center;
  width: calc(100% - 64px - 10px - 16px - 10px);
  font-weight: 450;
  font-size: 28px;
  letter-spacing: normal;
  line-height: normal;
  color: var(--light-black);
}
.mobile-nav-main-link .sm-link-arrow,
.submenu-toggle-content .sm-link-arrow {
  margin-left: auto;
}
.mobile-secondary-list-menu {
  display: flex;
  grid-gap: 11px;
  gap: 11px;
  padding: 0 0 0 14px;
  margin: 0;
  list-style: none;
  flex-flow: column wrap;
}
.mobile-secondary-nav-item {
  display: flex;
}
.mobile-secondary-nav-link {
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-weight: 450;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 20px;
  color: var(--light-black);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.3s ease;
}
.mobile-secondary-nav-link:hover {
  text-decoration-color: var(--light-black);
}
.isSticky #menu-drawer .menu-drawer__inner-container {
  padding-bottom: 24px;
}
.isSticky .menu-drawer__submenu {
  top: 0;
  padding-bottom: 14px;
}
.menu-drawer__submenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateX(110%);
  display: flex;
  width: 100%;
  height: calc(100dvh - calc(var(--header-height) - 6px));
  background-color: var(--background-white);
  padding-top: 20px;
  padding-bottom: 58px;
  overflow-y: scroll;
  transition: transform 0.2s ease-in-out;
  flex-flow: column nowrap;
  overscroll-behavior: none;
}
.menu-drawer__submenu::-webkit-scrollbar {
  display: none;
}
.menu-drawer__submenu.open {
  transform: translateX(0);
}
.mobile-nav-return {
  display: inline-flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  background-color: initial;
  padding: 0 0 0 16px;
  border: none;
  font-family: var(--font-heading-family);
  font-weight: 450;
  font-size: 13px;
  letter-spacing: normal;
  line-height: normal;
  color: var(--light-black);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.mobile-grandchild-links-tab-headers-container {
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--light-beige);
  margin-top: 12px;
  margin-bottom: 24px;
  flex-flow: row wrap;
}
.mobile-grandchild-links-tab-headers-container .mobile-nav-grandchild-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: initial;
  padding: 7px 20px;
  border-radius: 50px;
  border: 1px solid var(--light-beige);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: normal;
  color: var(--main-pink);
  text-transform: uppercase;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition:
    background-color 0.3s ease,
    border 0.3s ease,
    color 0.3s ease;
}
.mobile-grandchild-links-tab-headers-container
  .mobile-nav-grandchild-link.active,
.mobile-grandchild-links-tab-headers-container .mobile-nav-grandchild-link.open,
.mobile-grandchild-links-tab-headers-container
  .mobile-nav-grandchild-link:hover,
.mobile-grandchild-links-tab-headers-container
  a.mobile-nav-grandchild-link:first-child {
  background-color: var(--main-pink);
  border: 1px solid var(--main-pink);
  color: var(--white);
}
.mobile-grandchild-links-tab-content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.mobile-grandchild-links-tab-content.open {
  grid-template-rows: 1fr;
}
.mobile-grandchild-links-tab-content ul {
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  padding: 0 0 0 14px;
  margin: 0;
  list-style: none;
  flex-flow: column wrap;
}
.mobile-grandchild-links-tab-content li {
  display: flex;
  align-items: center;
}
.mobile-grandchild-links-tab-content .mobile-nav-submenu-link {
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-weight: 450;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 20px;
  color: var(--light-black);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
.mobile-grandchild-links-tab-content .mobile-nav-submenu-link.active,
.mobile-grandchild-links-tab-content .mobile-nav-submenu-link:hover {
  text-decoration-color: var(--light-black);
}
.mobile-grandchild-links-tab-content > div {
  min-height: 0;
}
.header-mobile-quiz-button-link {
  display: flex;
  justify-content: center;
  height: 38px;
  background-color: var(--wu-green);
  padding: 10px 0;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: normal;
  white-space: nowrap;
  line-height: 18px;
  color: var(--light-black);
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
.header-mobile-quiz-button-link:hover {
  background-color: var(--light-black);
  color: var(--white);
}
.mobile-nav-cards-wrapper {
  display: flex;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 0;
  flex-flow: row nowrap;
  box-sizing: border-box;
}
.mobile-nav-cards-wrapper * {
  box-sizing: border-box;
}
.mobile-nav-cards-wrapper .swiper {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 2px;
}
.mobile-nav-cards-wrapper .mobile-nav-card {
  position: relative;
  display: block;
  width: calc((260 / 328) * 100%);
  background-color: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: 10px;
  overflow: hidden;
  flex-flow: column nowrap;
  text-decoration: none;
}
.mobile-nav-cards-wrapper
  .mobile-nav-card[\:has\(.mobile-nav-card-content\%20.mobile-nav-card-title\:not\(\:empty\)\)]
  .mobile-nav-card-image
  img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.mobile-nav-cards-wrapper
  .mobile-nav-card:has(
    .mobile-nav-card-content .mobile-nav-card-title:not(:empty)
  )
  .mobile-nav-card-image
  img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.mobile-nav-cards-wrapper
  .mobile-nav-card[\:has\(.mobile-nav-card-content\%20.mobile-nav-card-title\:empty\)],
.mobile-nav-cards-wrapper
  .mobile-nav-card[\:has\(.mobile-nav-card-content\:empty\)] {
  align-self: stretch;
  aspect-ratio: 260/242;
  border: 1px solid transparent;
}
.mobile-nav-cards-wrapper
  .mobile-nav-card[\:has\(.mobile-nav-card-content\%20.mobile-nav-card-title\:empty\)]
  .mobile-nav-card-image,
.mobile-nav-cards-wrapper
  .mobile-nav-card[\:has\(.mobile-nav-card-content\:empty\)]
  .mobile-nav-card-image {
  height: 100%;
  aspect-ratio: auto;
}
.mobile-nav-cards-wrapper
  .mobile-nav-card:has(.mobile-nav-card-content .mobile-nav-card-title:empty),
.mobile-nav-cards-wrapper .mobile-nav-card:has(.mobile-nav-card-content:empty) {
  align-self: stretch;
  aspect-ratio: 260/242;
  border: 1px solid transparent;
}
:is(
    .mobile-nav-cards-wrapper
      .mobile-nav-card:has(
        .mobile-nav-card-content .mobile-nav-card-title:empty
      ),
    .mobile-nav-cards-wrapper
      .mobile-nav-card:has(.mobile-nav-card-content:empty)
  )
  .mobile-nav-card-image {
  height: 100%;
  aspect-ratio: auto;
}
.mobile-nav-card-image {
  width: 100%;
  height: auto;
  aspect-ratio: 260/160;
}
.mobile-nav-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.mobile-nav-card-content {
  display: flex;
  align-items: flex-start;
  grid-gap: 2px;
  gap: 2px;
  width: 100%;
  height: var(--card-text-height);
  min-height: 90px;
  background-color: var(--white);
  padding: 10px 14px;
  overflow: hidden;
  flex-flow: column nowrap;
  box-sizing: border-box;
}
.mobile-nav-card-content[\:has\(.mobile-nav-card-title\:only-child\:empty\)] {
  display: none;
}
.mobile-nav-card-content:has(.mobile-nav-card-title:only-child:empty) {
  display: none;
}
.mobile-nav-card-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  grid-gap: 3px;
  gap: 3px;
  width: 100%;
  flex-flow: column wrap;
}
.mobile-nav-card-title p {
  display: inline-flex;
  margin: 0 auto 0 0;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: normal;
  color: var(--light-black);
  line-height: normal;
}
.mobile-nav-card-title .stars {
  display: inline-flex;
  grid-gap: 2px;
  gap: 2px;
  margin-right: 4px;
  flex-flow: row nowrap;
}
.mobile-nav-card-title .mobile-nav-review-text {
  display: inline-flex;
  font-weight: 450;
  font-size: 11px;
  letter-spacing: normal;
  color: var(--light-black);
  line-height: 15px;
}
.mobile-nav-card-stars-text {
  display: flex;
  flex-shrink: 0;
}
.mobile-nav-card-subtitle {
  width: 100%;
  margin: 0;
  font-weight: 450;
  font-size: 14px;
  letter-spacing: normal;
  color: var(--light-black);
  line-height: 18px;
}
body.overflow-hidden .custom-support-button {
  display: none;
}
body[\:has\(kueskipay-modal\:host\%20.kp-modal-root.open\)]
  .custom-support-button {
  z-index: 1;
}
body:has(kueskipay-modal:host .kp-modal-root.open) .custom-support-button {
  z-index: 1;
}
.custom-support-button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999999;
  display: block;
}
.custom-support-button * {
  -webkit-tap-highlight-color: transparent !important;
}
.custom-support-button-element {
  display: block;
}
.custom-support-button-element.opening .custom-support-button__modal > div {
  overflow-y: hidden;
}
.custom-support-button-element.open .custom-support-button__modal {
  height: calc(100dvh - 70px - 50px);
}
.custom-support-button-element.open .custom-support-button__button {
  outline: solid 2px var(--main-green);
}
.custom-support-button-element.open
  .custom-support-button__button
  .custom-support-button__icon {
  display: none;
}
.custom-support-button-element.open
  .custom-support-button__button
  .custom-support-button__close {
  display: inline-flex;
}
.custom-support-button-element.open .custom-support-button__overlay {
  display: block;
  pointer-events: auto;
}
.custom-support-button__button {
  position: relative;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: var(--button-background-color);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  flex-flow: column wrap;
}
.custom-support-button__button .custom-support-button__icon {
  display: inline-flex;
  width: 35px;
  height: 35px;
  color: var(--white);
}
.custom-support-button__button .custom-support-button__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.custom-support-button__button .custom-support-button__close {
  display: none;
  width: 17px;
  height: 17px;
  color: var(--white);
}
.custom-support-button__button:hover {
  outline: solid 2px var(--main-green);
}
.custom-support-button__modal {
  position: absolute;
  z-index: 999999;
  bottom: calc(100% + 12px);
  right: 0;
  width: 380px;
  height: 0;
  max-height: 682px;
  background-color: linear-gradient(
    345deg,
    var(--gradient-pink-1) -31.77%,
    var(--main-pink) 104.94%
  );
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
  overflow-y: auto;
  transition: height 0.3s ease-in-out;
}
.custom-support-button__modal.content-overflow > div > * {
  position: relative;
}
.custom-support-button__modal.content-overflow
  > div
  > .custom-support-button__form,
.custom-support-button__modal.content-overflow
  > div
  > .custom-support-button__title,
.custom-support-button__modal.content-overflow > div > .custom-support-faqs {
  right: 0;
}
.custom-support-button__modal.content-overflow
  > div
  > .custom-support-button__logo {
  right: -2px;
}
.custom-support-button__modal.content-overflow
  > div
  > :not(.custom-support-button__logo) {
  width: calc(100% + 4px);
}
.custom-support-button__modal > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  grid-gap: 24px;
  gap: 24px;
  height: 100%;
  padding: 24px 16px;
  overflow-y: auto;
  overflow-x: hidden;
  flex-flow: column nowrap;
}
.custom-support-button__modal > div.scrollable:after {
  opacity: 1;
}
.custom-support-button__modal > div:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  display: block;
  width: 100%;
  height: 50px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 30%, #fff);
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
.custom-support-button__modal > div::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.custom-support-button__modal > div::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #e1e1e1 !important;
}
.custom-support-button__modal > div::-webkit-scrollbar-track:active,
.custom-support-button__modal > div::-webkit-scrollbar-track:hover {
  background-color: #e1e1e1 !important;
}
.custom-support-button__modal > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 0 !important;
  background-color: #888 !important;
}
.custom-support-button__modal > div::-webkit-scrollbar-thumb:hover {
  background-color: #444 !important;
}
.custom-support-button__modal > div::-webkit-scrollbar-thumb:active {
  background-color: #000 !important;
}
.custom-support-button__modal .custom-support-button__logo {
  display: inline-flex;
  width: 79px;
  height: 50px;
  margin: 0 auto;
}
.custom-support-button__modal .custom-support-button__logo .logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.custom-support-button__modal .custom-support-button__title {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: clamp(
    18px,
    calc(18px + (20 - 18) * ((100vw - 369px) / (1440 - 369))),
    20px
  );
  color: var(--white);
  line-height: normal;
  word-wrap: break-word;
}
.custom-support-button__modal .custom-support-button__title:empty {
  display: none;
}
.info-accordion-container {
  background-color: var(--white);
  padding: 24px 16px;
  border-radius: 8px;
}
.custom-support-accordion-container {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--light-gray);
}
.custom-support-accordion-container.open .custom-support-accordion-content {
  grid-template-rows: 1fr;
}
.custom-support-accordion-container.open .info-accordion-title-icon svg {
  transform: rotate(180deg);
}
.custom-support-accordion-container:first-child {
  padding-top: 0;
}
.custom-support-accordion-container:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.custom-support-accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease-in-out;
}
.custom-support-accordion-content > div {
  min-height: 0;
}
.custom-support-accordion-content .custom-richtext-content {
  padding-top: 16px;
  font-family: var(--font-heading-family);
  font-weight: 300;
  font-size: 14px;
  color: var(--light-black);
  line-height: 20px;
}
.custom-support-accordion-content .custom-richtext-content * {
  margin-bottom: 10px;
  text-align: left;
  font-family: var(--font-heading-family);
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}
.custom-support-accordion-content .custom-richtext-content :last-child {
  margin-bottom: 0;
}
.custom-support-accordion-content .custom-richtext-content a {
  color: var(--light-black);
}
.custom-support-accordion-content .custom-richtext-content a:hover {
  text-decoration: none;
}
.custom-support-accordion-content .custom-richtext-content h1,
.custom-support-accordion-content .custom-richtext-content h2,
.custom-support-accordion-content .custom-richtext-content h3,
.custom-support-accordion-content .custom-richtext-content h4,
.custom-support-accordion-content .custom-richtext-content h5,
.custom-support-accordion-content .custom-richtext-content h6 {
  font-weight: 700 !important;
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}
.custom-support-accordion-content .custom-richtext-content h1 {
  font-size: calc(var(--font-heading-scale) * 2.8rem);
}
.custom-support-accordion-content .custom-richtext-content h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}
.custom-support-accordion-content .custom-richtext-content h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}
.custom-support-accordion-content .custom-richtext-content h4 {
  font-size: calc(var(--font-heading-scale) * 1.35rem);
}
.custom-support-accordion-content .custom-richtext-content h5,
.custom-support-accordion-content .custom-richtext-content h6 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}
.custom-support-accordion-content .custom-richtext-content b,
.custom-support-accordion-content .custom-richtext-content strong {
  font-weight: 700 !important;
}
.info-accordion-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background: transparent;
  padding: 0;
  border: 0;
  text-align: left;
  flex-flow: row nowrap;
  cursor: pointer;
}
.info-accordion-title .info-accordion-title-text {
  flex-shrink: 1;
  padding-right: 16px;
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--light-black);
  line-height: 20px;
}
.info-accordion-title .info-accordion-title-icon {
  flex-shrink: 0;
  width: 20px;
  margin-left: auto;
  text-align: center;
}
.info-accordion-title .info-accordion-title-icon svg {
  color: var(--light-black);
  transition: transform 0.3s ease-in-out;
}
.custom-support-button__form {
  position: relative;
  width: 100%;
  padding-top: 16px;
  margin-top: auto;
}
.custom-support-button__form .custom-support-button__input {
  width: 100%;
  height: 48px;
  padding: 0 48px 0 20px;
  border: none;
  border-radius: 8px;
  box-shadow: none !important;
  font-family: var(--font-heading-family);
  font-weight: 450;
  font-size: 14px;
  font-style: normal;
  color: var(--light-black);
  line-height: 20px;
  outline: none !important;
}
.custom-support-button__form .custom-support-button__input::placeholder {
  color: var(--product-price-old-price);
}
.custom-support-button__form .custom-support-button__form-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  background-color: initial;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.custom-support-button__form .custom-support-button__form-button svg {
  color: var(--main-pink);
}
.custom-support-button__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999998;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  pointer-events: none;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: initial;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
[dir="ltr"]
  .swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}
[dir="rtl"]
  .swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-right: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    transform 0.2s,
    top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    transform 0.2s,
    left 0.2s;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    transform 0.2s,
    right 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s linear infinite;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.swiper:not(.swiper-initialized) {
  opacity: 0;
}
.swiper-wrapper {
  -webkit-transform-style: preserve-3d;
}
.swiper-slide,
.swiper-wrapper {
  -webkit-backface-visibility: hidden;
}
.swiper-slide {
  -webkit-transform: translateZ(0);
}
.collection-grid-section .product-count,
.template-search .product-count {
  display: none;
}
.facets-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#FacetFiltersForm {
  margin-bottom: 0;
  grid-gap: 0;
  gap: 0;
}
#FacetsWrapperDesktop .facets__heading {
  display: none;
}
#FacetsWrapperDesktop .facets__heading-icon {
  display: inline-flex;
  margin-right: 12px;
}
#FacetsWrapperDesktop .facets__disclosure {
  margin-right: 0;
}
#FacetsWrapperDesktop .facets__disclosure[open] .facets__summary span,
#FacetsWrapperDesktop .facets__disclosure[open] .facets__summary svg {
  color: var(--main-pink);
  text-decoration: none;
}
#FacetsWrapperDesktop .facets__disclosure[open] .facets__summary svg {
  transform: rotateX(180deg);
}
#FacetsWrapperDesktop .facets__summary {
  margin-bottom: 0;
  padding-right: 0;
  margin-right: 12px;
}
#FacetsWrapperDesktop .facets__summary span {
  display: inline-flex;
  margin-right: 4px;
  color: var(--light-black);
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
#FacetsWrapperDesktop .facets__summary svg {
  transition: transform 0.3s ease;
}
#FacetsWrapperDesktop .facets__summary:hover span,
#FacetsWrapperDesktop .facets__summary:hover svg {
  color: var(--main-pink);
  text-decoration: none;
}
.facet-filters {
  margin-left: auto;
}
.facet-filters,
.facet-filters .facet-filters__field {
  align-items: center;
}
.facet-filters .facet-filters__label {
  color: var(--light-black);
  text-align: center;
  font-size: 16px !important;
  letter-spacing: normal;
  font-weight: 450;
  line-height: 16px !important;
  margin-right: 4px;
}
.facet-filters .select {
  display: inline-flex;
}
.facet-filters .select svg {
  flex-shrink: 0;
}
.facet-filters .select[\:has\(.select__select\:active\)] svg {
  transform: rotateX(180deg);
}
.facet-filters .select:has(.select__select:active) svg {
  transform: rotateX(180deg);
}
.facet-filters .select:hover .facet-filters__sort,
.facet-filters .select:hover svg {
  color: var(--main-pink);
}
.facet-filters .icon-caret {
  top: 5px;
}
.facet-filters .facet-filters__sort {
  color: var(--light-black);
  text-align: left;
  font-size: 16px !important;
  letter-spacing: normal;
  font-weight: 500;
  line-height: 16px !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  padding-right: 4px;
}
.facet-filters .facet-filters__sort.focus-visible,
.facet-filters .facet-filters__sort:active,
.facet-filters .facet-filters__sort:focus,
.facet-filters .facet-filters__sort:focus-visible,
.facet-filters .facet-filters__sort:focus-within {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  appearance: none;
}
#FacetsWrapperDesktop .facets__display {
  display: flex;
  flex-flow: column wrap;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--background-beige);
  border: none;
}
#FacetsWrapperDesktop .facets__display[id*="Facet-1"] {
  left: -35px;
}
#FacetsWrapperDesktop .facets__display .facets__list {
  display: flex;
  padding: 24px 24px 0;
  flex-flow: column wrap;
}
#FacetsWrapperDesktop .facets__display .facets__item {
  padding: 16px 0;
  border-bottom: 1px solid var(--light-gray);
}
#FacetsWrapperDesktop .facets__display .facets__item .icon-container {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#FacetsWrapperDesktop
  .facets__display
  .facets__item
  .icon-container
  .icon-empty-checkmark {
  position: absolute;
  top: 0;
  left: 0;
}
#FacetsWrapperDesktop
  .facets__display
  .facets__item
  .icon-container
  .icon-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#FacetsWrapperDesktop .facets__display .facets__item:first-child {
  padding-top: 0;
}
#FacetsWrapperDesktop .facets__display .facets__item:last-child {
  border-bottom: none;
}
#FacetsWrapperDesktop .facets__display .facet-checkbox {
  display: inline-flex;
  align-items: center;
  padding: 0;
}
#FacetsWrapperDesktop .facets__display .facet-checkbox > span {
  color: var(--light-black);
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 450;
  line-height: normal;
}
#FacetsWrapperDesktop
  .facets__display
  .facet-checkbox[\:has\(input\[type\%3D\%22checkbox\%22\]\:checked\)]
  .icon-checkmark {
  display: inline-block;
  visibility: visible;
  z-index: 2;
}
#FacetsWrapperDesktop
  .facets__display
  .facet-checkbox:has(input[type="checkbox"]:checked)
  .icon-checkmark {
  display: inline-block;
  visibility: visible;
  z-index: 2;
}
#FacetsWrapperDesktop .facets__display .facets__header {
  order: 1;
  background-color: var(--background-beige);
  border-bottom: none;
  padding: 0 24px 24px;
}
#FacetsWrapperDesktop .facets__display .facets__header .facets__selected {
  display: none;
}
#FacetsWrapperDesktop .facets__display .facets__header .facets__reset {
  color: var(--light-black);
  font-size: 14px;
  letter-spacing: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
#FacetsWrapperDesktop .facets__display .facets__header .facets__reset:hover {
  text-decoration: none;
}
#FacetsWrapperDesktop .facets__display .facets__price {
  padding-top: 16px;
}
#FacetsWrapperDesktop
  .facets__display
  .facets__price
  .field[\:has\(.field__input\:not\(\:placeholder-shown\)\)]
  .field__label {
  transform: scale(0.6) translateY(-15px) translateX(-10px);
}
#FacetsWrapperDesktop
  .facets__display
  .facets__price
  .field:has(.field__input:not(:placeholder-shown))
  .field__label {
  transform: scale(0.6) translateY(-15px) translateX(-10px);
}
#FacetsWrapperDesktop
  .facets__display
  .facets__price
  .field[\:has\(.field__input\:not\(\:placeholder-shown\)\)]
  .field__input {
  padding-top: 17px;
}
#FacetsWrapperDesktop
  .facets__display
  .facets__price
  .field:has(.field__input:not(:placeholder-shown))
  .field__input {
  padding-top: 17px;
}
#FacetsWrapperDesktop .facets__display .facets__price .field__input {
  padding: 8px 16px;
  background-color: var(--white);
  border: 1px solid var(--light-gray);
  color: var(--light-black);
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 450;
  line-height: normal;
  height: 36px;
  box-shadow: none;
  outline: 0;
}
#FacetsWrapperDesktop
  .facets__display
  .facets__price
  .field__input.focus-visible,
#FacetsWrapperDesktop .facets__display .facets__price .field__input:active,
#FacetsWrapperDesktop .facets__display .facets__price .field__input:focus,
#FacetsWrapperDesktop
  .facets__display
  .facets__price
  .field__input:focus-visible,
#FacetsWrapperDesktop
  .facets__display
  .facets__price
  .field__input:focus-within,
#FacetsWrapperDesktop .facets__display .facets__price .field__input:hover {
  border: 1px solid var(--light-gray);
  box-shadow: none;
  outline: 0;
}
#FacetsWrapperDesktop .facets__display .facets__price .field__label {
  color: var(--light-black);
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 450;
  line-height: normal;
  top: 7px;
  left: 15px;
}
#FacetsWrapperDesktop .facets__display[\:has\(.facets__price\)] {
  width: 439px;
}
#FacetsWrapperDesktop .facets__display:has(.facets__price) {
  width: 439px;
}
#FacetsWrapperDesktop
  .facets__display[\:has\(.facets__price\)]
  .facets__header {
  order: 0;
  padding: 24px 24px 0;
}
#FacetsWrapperDesktop .facets__display:has(.facets__price) .facets__header {
  order: 0;
  padding: 24px 24px 0;
}
#FacetsWrapperDesktop
  .facets__display[\:has\(.facets__price\)]
  .facets__header
  .facets__selected {
  display: inline-block;
  color: var(--light-black);
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 450;
  line-height: normal;
}
#FacetsWrapperDesktop
  .facets__display:has(.facets__price)
  .facets__header
  .facets__selected {
  display: inline-block;
  color: var(--light-black);
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 450;
  line-height: normal;
}
.active-facets-desktop {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  margin-top: 8px !important;
}
.active-facets-desktop[\:has\(facet-remove\:only-child\)] {
  display: none;
}
.active-facets-desktop:has(facet-remove:only-child) {
  display: none;
}
.active-facets-desktop .active-facets__button-wrapper {
  padding-top: 0;
}
.active-facets-desktop .active-facets__button {
  margin: 0;
  padding: 0;
}
.active-facets-desktop
  .active-facets__button:hover
  .active-facets__button-inner {
  box-shadow: none;
  background-color: var(--light-gray);
}
.active-facets-desktop .active-facets__button-inner {
  color: var(--light-black);
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  padding: 9px 24px;
  border: 1px solid var(--light-gray);
  box-shadow: none !important;
  background-color: var(--background-white);
}
.active-facets-desktop .active-facets__button-inner:hover {
  transform: none;
}
.active-facets-desktop .active-facets__button-inner svg {
  display: inline-block;
  margin-top: 0;
  margin-left: 10px;
}
.active-facets-desktop .active-facets__button-remove,
.active-facets-desktop .active-facets__button-remove * {
  color: var(--light-black);
  font-size: clamp(
    12px,
    calc(12px + (14 - 12) * ((100vw - 360px) / (1440 - 360))),
    14px
  );
  letter-spacing: normal;
  font-weight: 500;
  line-height: normal;
}
.active-facets-desktop .active-facets__button-remove:hover {
  text-decoration: none;
}
.mobile-facets__wrapper {
  display: none !important;
  margin-bottom: 24px;
  width: 100%;
}
.mobile-facets__wrapper .mobile-facets__close svg {
  width: 32px;
  height: 32px;
}
.mobile-facets__wrapper * {
  -webkit-tap-highlight-color: transparent !important;
}
.overflow-hidden-mobile #gorgias-chat-container {
  position: relative;
  z-index: 0;
}
.overflow-hidden-mobile .doubly-float,
.overflow-hidden-mobile div[class*="kl-private-reset-css"] {
  z-index: 0 !important;
}
.mobile-facets__open-wrapper {
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.mobile-facets__open-wrapper .mobile-facets__open {
  padding: 0;
  text-align: center;
  justify-content: center;
}
.mobile-facets__open-wrapper .mobile-facets__open:hover {
  text-decoration: none;
}
.mobile-facets__open-wrapper .mobile-facets__open-label {
  color: var(--light-black);
  font-size: 14px;
  letter-spacing: normal;
  font-weight: 700;
  line-height: 18px;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-left: 4px;
  -webkit-tap-highlight-color: transparent;
}
.mobile-facets__open-wrapper .mobile-facets__open-label:hover {
  text-decoration: none;
}
.mobile-facets__submenu {
  transform: none !important;
  transition: none !important;
  position: static !important;
  background-color: var(--background-beige) !important;
}
.mobile-facets__submenu[\:has\(.facets__price\)] .mobile-facets__info {
  padding: 0;
  color: var(--light-black);
  font-size: 13px;
  letter-spacing: normal;
  font-weight: 450;
  line-height: 16px;
  margin: 15px 0 16px;
}
.mobile-facets__submenu:has(.facets__price) .mobile-facets__info {
  padding: 0;
  color: var(--light-black);
  font-size: 13px;
  letter-spacing: normal;
  font-weight: 450;
  line-height: 16px;
  margin: 15px 0 16px;
}
.mobile-facets__submenu .facets__price {
  padding: 0 4px 0 2px;
}
.mobile-facets__submenu
  .facets__price
  input[type="number"]::-webkit-inner-spin-button,
.mobile-facets__submenu
  .facets__price
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
:is(.mobile-facets__submenu .facets__price) .field__input:focus ~ .field__label,
:is(.mobile-facets__submenu .facets__price)
  .field__input:not(:placeholder-shown)
  ~ .field__label,
:is(.mobile-facets__submenu .facets__price)
  .field__input:-webkit-autofill
  ~ .field__label {
  top: 3px !important;
  left: 15px;
  font-size: 10px;
}
.mobile-facets__submenu .facets__price .field__label {
  top: 15px;
  left: 18px;
  color: var(--light-black);
  font-size: 13px;
  letter-spacing: normal;
  font-weight: 450;
  line-height: 16px;
  letter-spacing: 0;
  font-family:
    Circular Std,
    Circular,
    sans-serif;
}
.mobile-facets__submenu .facets__price .field-currency {
  color: var(--light-black);
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 450;
  line-height: normal;
  margin-right: 3px;
}
.mobile-facets__submenu .facets__price .field__input {
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  box-shadow: none !important;
  -mox-appearance: textfield;
  -webkit-appearance: none;
}
.mobile-facets__submenu .facets__price .field__input:-webkit-inner-spin-button,
.mobile-facets__submenu .facets__price .field__input:-webkit-outer-spin-button {
  -webkit-appearance: none;
  display: none;
  margin: 0;
}
.mobile-facets__submenu .facets__price .field__input.focus-visible,
.mobile-facets__submenu .facets__price .field__input:active,
.mobile-facets__submenu .facets__price .field__input:focus,
.mobile-facets__submenu .facets__price .field__input:focus-visible,
.mobile-facets__submenu .facets__price .field__input:focus-within,
.mobile-facets__submenu .facets__price .field__input:hover {
  outline: none;
  border: 1px solid var(--light-gray);
  box-shadow: none;
  transform: none;
}
.mobile-facets__submenu .facets__price .field + .field-currency {
  margin-left: 8px;
}
.mobile-facets__inner {
  border-radius: 10px;
  overflow-y: scroll;
  background-color: var(--background-beige) !important;
}
.mobile-facets__inner .mobile-facets__count {
  display: none;
}
.mobile-facets__inner::-webkit-scrollbar {
  display: none;
}
.mobile-facets__header {
  padding: 24px 16px 0 !important;
  border-bottom: none !important;
  background-color: var(--background-beige) !important;
}
.mobile-facets__header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 4px;
  gap: 4px;
  border-bottom: 1px solid var(--light-gray);
  padding-bottom: 12px;
}
.mobile-facets__heading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  border-radius: 50px;
  background-color: var(--main-pink);
  color: var(--white);
  font-size: 14px !important;
  letter-spacing: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  width: 50%;
}
.mobile-facets__sort {
  position: relative;
  width: 50%;
}
.mobile-facets__sort label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  border-radius: 50px;
  background-color: var(--main-pink);
  color: var(--background-white);
  font-size: 14px !important;
  letter-spacing: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.mobile-facets__sort .select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
}
.mobile-facets__sort .select__select {
  -webkit-tap-highlight-color: transparent;
}
.mobile-facets__main {
  padding: 14px 16px 0 !important;
  background-color: var(--background-beige) !important;
}
.mobile-facets__main .mobile-facets__summary {
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
.mobile-facets__main .mobile-facets__details {
  padding: 14px 0;
  border-bottom: 1px solid var(--light-beige);
}
.mobile-facets__main .mobile-facets__details:first-child {
  padding-top: 0;
}
.mobile-facets__main .mobile-facets__details .mobile-facets__footer {
  display: none;
}
.mobile-facets__main .mobile-facets__details[open] .mobile-facets__arrow svg {
  transform: rotate(180deg);
}
.mobile-facets__main .mobile-facets__arrow {
  display: flex;
  align-items: center;
}
.mobile-facets__main .mobile-facets__summary-heading {
  color: var(--light-black);
  font-size: 20px;
  letter-spacing: normal;
  font-weight: 500;
  line-height: 24px;
}
.mobile-facets__main .mobile-facets__list {
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  flex-flow: column wrap;
  margin-top: 16px;
}
.mobile-facets__main .mobile-facets__label {
  background-color: var(--background-beige) !important;
  padding: 0;
  color: var(--light-black);
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 450;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
}
.mobile-facets__main .mobile-facets__label .mobile-facets__highlight {
  display: none !important;
}
.mobile-facets__main
  .mobile-facets__label[\:has\(input\[type\%3D\%22checkbox\%22\]\:checked\)]
  .icon-checkmark {
  display: inline-block;
  visibility: visible;
  z-index: 2;
}
.mobile-facets__main
  .mobile-facets__label:has(input[type="checkbox"]:checked)
  .icon-checkmark {
  display: inline-block;
  visibility: visible;
  z-index: 2;
}
.mobile-facets__main .icon-container {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.mobile-facets__main .icon-container .icon-empty-checkmark {
  position: absolute;
  top: 0;
  left: 0;
}
.mobile-facets__main .icon-container .icon-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.mobile-facets__main .mobile-facets__footer {
  background-color: var(--background-beige) !important;
  border-top: none;
  padding: 38px 0 24px;
  grid-gap: 6px;
  gap: 6px;
}
.mobile-facets__main .mobile-facets__footer .mobile-facets__clear {
  border-radius: 50px;
  background-color: var(--white);
  border: 1px solid var(--light-black);
  width: 100%;
  height: 38px;
  color: var(--light-black);
}
.mobile-facets__main .mobile-facets__footer .button--primary,
.mobile-facets__main .mobile-facets__footer .mobile-facets__clear {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: 500;
  line-height: 18px;
  -webkit-tap-highlight-color: transparent;
}
.mobile-facets__main .mobile-facets__footer .button--primary {
  border-radius: 50px;
  background-color: var(--light-black);
  border: none;
  height: 38px !important;
  min-height: auto;
  color: var(--white);
  margin-left: 0 !important;
}
.mobile-facets__main .mobile-facets__footer .button--primary.focus-visible,
.mobile-facets__main .mobile-facets__footer .button--primary:active,
.mobile-facets__main .mobile-facets__footer .button--primary:focus,
.mobile-facets__main .mobile-facets__footer .button--primary:focus-visible,
.mobile-facets__main .mobile-facets__footer .button--primary:focus-within,
.mobile-facets__main .mobile-facets__footer .button--primary:hover {
  outline: none;
  border: none;
  box-shadow: none;
  transform: none;
}
.mobile-facets__main .mobile-facets__footer > * {
  width: calc(50% - 3px);
}
.active-facets-mobile {
  margin: 0 !important;
  padding: 0;
  grid-gap: 8px;
  gap: 8px;
  width: 100%;
}
.active-facets-mobile .active-facets__button {
  padding: 0;
}
.active-facets-mobile .active-facets__button .active-facets__button-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  grid-gap: 10px;
  gap: 10px;
  background-color: var(--background-beige);
  border: 1px solid var(--light-gray);
  color: var(--light-black);
  font-size: 14px;
  letter-spacing: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  padding: 8px 18px;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}
.active-facets-mobile .active-facets__button .active-facets__button-inner svg {
  margin-left: 0;
  margin-right: 0;
}
.active-facets-mobile
  .active-facets__button
  .active-facets__button-inner.focus-visible,
.active-facets-mobile
  .active-facets__button
  .active-facets__button-inner:active,
.active-facets-mobile .active-facets__button .active-facets__button-inner:focus,
.active-facets-mobile
  .active-facets__button
  .active-facets__button-inner:focus-visible,
.active-facets-mobile
  .active-facets__button
  .active-facets__button-inner:focus-within,
.active-facets-mobile
  .active-facets__button
  .active-facets__button-inner:hover {
  outline: none;
  border: 1px solid var(--light-gray);
  box-shadow: none;
  transform: none;
}
.active-facets-mobile .active-facets__button-remove {
  padding: 0;
  color: var(--light-black);
  font-size: clamp(
    12px,
    calc(12px + (14 - 12) * ((100vw - 360px) / (1440 - 360))),
    14px
  );
  letter-spacing: normal;
  font-weight: 500;
  line-height: 16px;
  -webkit-tap-highlight-color: transparent;
}
.active-facets-mobile .active-facets__button-remove > * {
  font-size: clamp(
    12px,
    calc(12px + (14 - 12) * ((100vw - 360px) / (1440 - 360))),
    14px
  );
}
.active-facets-mobile .active-facets__button-remove:hover {
  text-decoration: none;
}
.product-info-complete-the-look div[id*="rebuy-widget"] {
  padding-top: 0;
  padding-bottom: 0;
}
.product-info-complete-the-look div[id*="rebuy-widget"] .primary-title {
  margin-bottom: 12px;
  text-align: left;
  color: var(--light-black);
  font-size: clamp(
    14px,
    calc(14px + (16 - 14) * ((100vw - 360px) / (1440 - 360))),
    16px
  );
  font-weight: 450;
  line-height: clamp(
    18px,
    calc(18px + (20 - 18) * ((100vw - 360px) / (1440 - 360))),
    20px
  );
  letter-spacing: 0;
}
.product-info-complete-the-look div[id*="rebuy-widget"] .rebuy-product-block {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
  width: 100% !important;
}
.product-info-complete-the-look
  div[id*="rebuy-widget"]
  .rebuy-product-block:last-child {
  margin-bottom: 0;
}
.product-info-complete-the-look div[id*="rebuy-widget"] .rebuy-product-media {
  width: 76px !important;
  height: 76px !important;
  aspect-ratio: 1/1;
  border-radius: 0;
  overflow: hidden;
}
.product-info-complete-the-look
  div[id*="rebuy-widget"]
  .rebuy-product-media
  img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid var(--light-gray);
}
.product-info-complete-the-look div[id*="rebuy-widget"] .rebuy-product-info {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  grid-gap: 4px;
  gap: 4px;
  padding-left: 12px !important;
  padding-right: 16px !important;
  width: calc(100% - 76px - 116px) !important;
}
.product-info-complete-the-look
  div[id*="rebuy-widget"]
  .rebuy-product-info
  .rebuy-product-title {
  margin-top: 0 !important;
  color: var(--light-black);
  font-family: Circular;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  width: 100%;
}
.product-info-complete-the-look
  div[id*="rebuy-widget"]
  .rebuy-product-info
  .rebuy-product-price {
  margin-top: 0 !important;
}
.product-info-complete-the-look
  div[id*="rebuy-widget"]
  .rebuy-product-info
  .rebuy-product-price
  > div {
  display: inline-flex;
  flex-flow: row wrap;
  grid-gap: 5px;
  gap: 5px;
  width: 100%;
}
.product-info-complete-the-look
  div[id*="rebuy-widget"]
  .rebuy-product-info
  .rebuy-money {
  color: var(--light-black) !important;
  font-size: 16px;
  font-weight: 450;
  line-height: normal;
  text-align: left !important;
}
.product-info-complete-the-look
  div[id*="rebuy-widget"]
  .rebuy-product-info
  .rebuy-money
  * {
  font-size: 16px;
  font-weight: 450;
  line-height: normal;
}
.product-info-complete-the-look
  div[id*="rebuy-widget"]
  .rebuy-product-info
  .rebuy-money.compare-at {
  color: var(--product-price-old-price) !important;
}
.product-info-complete-the-look
  div[id*="rebuy-widget"]
  .rebuy-product-info
  .rebuy-money.sale {
  order: 1;
  color: var(--product-price-on-sale) !important;
  margin-left: 0;
}
.product-info-complete-the-look
  div[id*="rebuy-widget"]
  .rebuy-product-options
  .rebuy-select {
  border-color: var(--light-gray) !important;
  box-shadow: none !important;
  font-size: clamp(
    13px,
    calc(13px + (14 - 13) * ((100vw - 360px) / (1440 - 360))),
    14px
  );
  color: var(--light-black);
  line-height: clamp(
    19px,
    calc(19px + (20 - 19) * ((100vw - 360px) / (1440 - 360))),
    20px
  );
  font-weight: 450;
  background-image: url(rebuy-dropdown-chevron.svg?v19ac6c043ac);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  font-family: var(--font-heading-family);
  height: 44px;
  cursor: pointer;
}
.product-info-complete-the-look div[id*="rebuy-widget"] .rebuy-product-actions {
  width: 116px !important;
}
.product-info-complete-the-look
  div[id*="rebuy-widget"]
  .rebuy-product-actions
  .rebuy-button {
  width: 100%;
  border-radius: 50px;
  background-color: var(--main-green);
  color: var(--light-black);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: Circular;
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.product-info-complete-the-look
  div[id*="rebuy-widget"]
  .rebuy-product-actions
  .rebuy-button:hover {
  background-color: var(--light-black);
  color: var(--white);
}
.product-info-complete-the-look div[id*="rebuy-widget"] .powered-by-rebuy {
  display: none !important;
}
.rebuy-cart {
  --cart-background-color: var(--background-white);
}
.rebuy-cart img[src*="no-image"],
.rebuy-cart img[src*="noimage"],
.rebuy-cart img[src=""] {
  opacity: 0 !important;
}
.rebuy-cart__flyout {
  grid-gap: 0;
  gap: 0;
  width: 444px;
  background-color: var(--cart-background-color);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  margin: 0;
  letter-spacing: 0;
}
[data-rebuy-cart-anchor="header"] {
  background-color: var(--cart-background-color);
  padding-top: 12px;
  grid-gap: 12px;
  gap: 12px;
}
[data-rebuy-cart-header-top] {
  position: relative;
}
[data-rebuy-cart-anchor="header"]
  [data-rebuy-cart-header-top]
  [data-rebuy-cart-header-top-inner] {
  justify-content: center;
  max-width: 100%;
}
.rebuy-cart__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: var(--light-black);
}
.rebuy-cart__flyout-close {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
[data-rebuy-component="progress-bar"] {
  background-color: var(--background-dark-beige);
  padding: 12px 14px;
}
[data-rebuy-component="progress-bar"] .rebuy-cart__progress-step-icon {
  position: relative;
  display: block;
  border: 1px solid var(--light-gray);
  background-color: var(--white);
}
[data-rebuy-component="progress-bar"] .rebuy-cart__progress-step-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[data-rebuy-component="progress-bar"] .rebuy-cart__progress-step-icon svg path {
  fill: hsla(0, 0%, 53.3%, 0.53);
}
[data-rebuy-component="progress-bar"] .rebuy-cart__progress-step-label {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: var(--light-black);
  padding-top: 4px;
}
[data-rebuy-component="progress-bar"] .rebuy-cart__progress-bar-meter {
  height: 8px;
  background-color: var(--white);
  margin-top: 4px;
}
[data-rebuy-component="progress-bar"] .rebuy-cart__progress-bar-meter-fill {
  height: 8px;
  background-color: var(--main-pink);
}
[data-rebuy-component="progress-bar"]
  .rebuy-cart__progress-step.complete
  .rebuy-cart__progress-step-icon {
  border-color: var(--light-black);
  background-color: var(--main-green);
}
[data-rebuy-component="progress-bar"]
  .rebuy-cart__progress-step.complete
  .rebuy-cart__progress-step-icon
  svg
  path {
  fill: var(--light-black);
}
[data-rebuy-component="progress-bar"] .rebuy-cart__progress-bar-prompt {
  font-weight: 450;
  font-size: 14px;
  line-height: 20px;
  color: var(--light-black);
  margin-top: 4px;
}
[data-rebuy-component="progress-bar"] .rebuy-cart__progress-gift {
  width: 100%;
  padding-bottom: 0;
}
[data-rebuy-component="progress-bar"] .rebuy-cart__progress-gift-image {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background-color: initial !important;
}
[data-rebuy-component="progress-bar"] .rebuy-cart__progress-gift-info {
  display: flex;
  flex-direction: column;
  margin-top: 2px;
}
[data-rebuy-component="progress-bar"] .rebuy-cart__progress-gift-title {
  display: none;
}
[data-rebuy-component="progress-bar"]
  .rebuy-cart__progress-gift-selection-container {
  padding: 0;
}
[data-rebuy-component="progress-bar"]
  .rebuy-cart__progress-gift-variant-select-container {
  width: 73px;
  height: 23px;
  margin: 0 auto;
  border-radius: 100px;
  overflow: hidden;
}
[data-rebuy-component="progress-bar"]
  .rebuy-cart__progress-gift-variant-select
  + .rebuy-cart__progress-gift-variant-select-prompt,
[data-rebuy-component="progress-bar"]
  .rebuy-cart__progress-gift-variant-select:not(:active)
  + .rebuy-cart__progress-gift-variant-select-prompt,
[data-rebuy-component="progress-bar"]
  .rebuy-cart__progress-gift-variant-select:not(:focus)
  + .rebuy-cart__progress-gift-variant-select-prompt {
  justify-self: center;
  width: auto;
  background-color: var(--main-pink);
  padding: 4px 14px;
  border-radius: 100px;
  border: 0;
  color: var(--white);
  font-size: 0;
}
[data-rebuy-component="progress-bar"]
  .rebuy-cart__progress-gift-variant-select
  + .rebuy-cart__progress-gift-variant-select-prompt:after,
[data-rebuy-component="progress-bar"]
  .rebuy-cart__progress-gift-variant-select:not(:active)
  + .rebuy-cart__progress-gift-variant-select-prompt:after,
[data-rebuy-component="progress-bar"]
  .rebuy-cart__progress-gift-variant-select:not(:focus)
  + .rebuy-cart__progress-gift-variant-select-prompt:after {
  content: "Variante";
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}
[data-rebuy-component="progress-bar"]
  .rebuy-cart__progress-gift-variant-select {
  opacity: 0 !important;
}
[data-rebuy-cart-anchor="body"] {
  background-color: var(--cart-background-color);
  grid-gap: 0;
  gap: 0;
  margin-bottom: 24px;
}
[data-rebuy-component="cart-items"] {
  --rebuy-items-gap: 24px;
  border: 0;
  padding: 0 14px;
}
[data-rebuy-component="cart-items"] > ul {
  margin: 0;
  grid-gap: 0;
  gap: 0;
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-item {
  padding: var(--rebuy-items-gap) 0;
  grid-gap: 10px;
  gap: 10px;
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-item:not(:last-child) {
  border-bottom: 1px solid var(--light-gray);
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-media {
  width: 78px;
  height: 78px;
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-media a {
  display: flex;
  justify-content: center;
  aspect-ratio: 1/1;
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-media img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  border-radius: 6px;
  margin-top: auto;
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-info {
  padding: 0;
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-product-title {
  width: calc(100% - 29px);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--light-black);
  text-decoration: none;
  padding: 0;
  margin-bottom: 2px;
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-variant-title {
  font-weight: 450;
  font-size: 12px;
  line-height: normal;
  color: var(--product-price-old-price);
  margin-bottom: 2px;
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-discount-line {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--main-pink);
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-remove:hover {
  width: 13px;
  height: 13px;
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-remove i {
  font-size: 13px;
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-quantity {
  margin-top: 8px;
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-quantity-widget {
  width: 99px;
  height: 34px;
  border-radius: 100px;
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  padding: 0;
  overflow: hidden;
}
[data-rebuy-component="cart-items"]
  .rebuy-cart__flyout-item-quantity-widget-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--light-black);
  margin: 0;
}
[data-rebuy-component="cart-items"]
  .rebuy-cart__flyout-item-quantity-widget-button,
[data-rebuy-component="cart-items"]
  .rebuy-cart__flyout-item-quantity-widget-button:focus,
[data-rebuy-component="cart-items"]
  .rebuy-cart__flyout-item-quantity-widget-button:hover,
[data-rebuy-component="cart-items"]
  .rebuy-cart__flyout-item-quantity-widget-label {
  height: 100%;
  background-color: var(--white);
}
[data-rebuy-component="cart-items"]
  .rebuy-cart__flyout-item-quantity-widget-button:first-child {
  padding-left: 20px;
}
[data-rebuy-component="cart-items"]
  .rebuy-cart__flyout-item-quantity-widget-button:last-child {
  padding-right: 20px;
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-price {
  height: 34px;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 450;
  font-size: 15px;
  line-height: 19px;
  color: var(--light-black);
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-price > div {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  grid-gap: 0 4px;
  gap: 0 4px;
  flex-wrap: wrap;
}
[data-rebuy-component="cart-items"]
  .rebuy-cart__flyout-item-price
  .rebuy-money.sale {
  color: var(--product-price-on-sale);
}
[data-rebuy-component="cart-items"]
  .rebuy-cart__flyout-item-price
  .rebuy-money.compare-at {
  color: var(--product-price-old-price);
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-empty-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 12px;
  gap: 12px;
  padding: 80px 0;
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-empty-cart p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--light-black);
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-empty-cart a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 44px;
  border-radius: 100px;
  background-color: var(--main-pink);
  color: var(--white);
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  padding: 0;
  border: 0;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-empty-cart a:active {
  background-color: var(--light-black);
}
:is(
    [data-rebuy-component="cart-items"]
      .rebuy-cart__flyout-item.property-_attribution:rebuy-gift-with-purchase,
    [data-rebuy-component="cart-items"]
      .rebuy-cart__flyout-item.property-value-rebuy-gift-with-purchase
  )
  .rebuy-cart__flyout-item-quantity-widget {
  display: none;
}
[data-rebuy-component="cross-sell-widget"] .rebuy-widget .rebuy-widget-content {
  position: relative;
}
[data-rebuy-component="cross-sell-widget"] .rebuy-widget .primary-title {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  color: var(--light-black);
  width: calc(100% - 56px);
  padding-top: 0;
  margin-bottom: 12px;
}
[data-rebuy-component="cross-sell-widget"]
  .rebuy-widget
  .rebuy-widget__products {
  grid-gap: 12px;
  gap: 12px;
}
[data-rebuy-component="cross-sell-widget"] .rebuy-widget .rebuy-product-grid {
  position: static;
  padding: 0;
}
[data-rebuy-component="cross-sell-widget"] .rebuy-widget .splide__track {
  overflow: visible;
}
[data-rebuy-component="cross-sell-widget"] .rebuy-widget .splide__arrow {
  top: 2px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-color: initial;
  transform: none;
  background-image: url(icon-arrow-slide.svg?v19ac6c043aa);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
[data-rebuy-component="cross-sell-widget"] .rebuy-widget .splide__arrow:active {
  background-image: url(icon-arrow-slide-pink.svg?v19ac6c043aa);
}
[data-rebuy-component="cross-sell-widget"]
  .rebuy-widget
  .splide__arrow.rebuy-carousel__arrow--prev {
  right: 24px;
  left: auto;
  transform: rotate(180deg);
}
[data-rebuy-component="cross-sell-widget"] .rebuy-widget .splide__arrow svg {
  display: none;
}
[data-rebuy-component="cross-sell-widget"]
  .rebuy-widget
  .rebuy-product-grid.large-columns-1
  .rebuy-product-block {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px 16px !important;
  border: 1px solid var(--light-gray);
  overflow: hidden;
  width: calc(369 / 412 * 100%) !important;
  margin-right: 8px;
  margin-bottom: 0;
}
[data-rebuy-component="cross-sell-widget"] .rebuy-widget .rebuy-product-media {
  width: 72px !important;
  height: 72px !important;
}
[data-rebuy-component="cross-sell-widget"]
  .rebuy-widget
  .rebuy-product-grid.large-style-line
  .rebuy-product-block
  .rebuy-product-media
  img {
  border: 0;
  margin: auto 0 0;
}
[data-rebuy-component="cross-sell-widget"]
  .rebuy-widget
  .rebuy-product-block
  .rebuy-product-media
  a.rebuy-product-image {
  display: flex;
  justify-content: center;
  aspect-ratio: 1/1;
}
[data-rebuy-component="cross-sell-widget"] .rebuy-widget .rebuy-product-info {
  padding-left: 8px !important;
}
[data-rebuy-component="cross-sell-widget"]
  .rebuy-widget
  .rebuy-product-info
  .rebuy-product-price
  > div {
  grid-gap: 0 4px;
  gap: 0 4px;
  flex-wrap: wrap;
}
[data-rebuy-component="cross-sell-widget"]
  .rebuy-widget
  .rebuy-product-info
  .rebuy-product-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--light-black);
}
[data-rebuy-component="cross-sell-widget"]
  .rebuy-widget
  .rebuy-product-info
  .rebuy-money
  * {
  font-size: 15px;
  line-height: 19px;
}
[data-rebuy-component="cross-sell-widget"]
  .rebuy-widget
  .rebuy-product-info
  .rebuy-money.sale {
  margin-left: 0;
}
[data-rebuy-component="cross-sell-widget"]
  .rebuy-widget
  .rebuy-product-grid.large-style-line
  .rebuy-product-block
  .rebuy-product-actions {
  width: 92px !important;
}
[data-rebuy-component="cross-sell-widget"]
  .rebuy-widget
  .rebuy-product-actions
  .rebuy-button {
  height: 32px;
  padding: 0;
  background-color: var(--main-pink);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--white);
}
[data-rebuy-component="cross-sell-widget"]
  .rebuy-widget
  .rebuy-product-actions
  .rebuy-button:active {
  background-color: var(--light-black);
}
[data-rebuy-component="cross-sell-widget"]
  .rebuy-widget
  .rebuy-product-grid.large-style-line
  .rebuy-product-block
  .rebuy-product-options {
  margin-top: 6px;
}
[data-rebuy-component="cross-sell-widget"]
  .rebuy-widget
  .rebuy-product-options
  .rebuy-select {
  height: 34px;
  border-radius: 100px;
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  background-image: url(icon-arrow-select.svg?v19ac6c043aa);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
  font-weight: 450;
  font-family: Circular, sans-serif;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.24px;
  color: var(--product-price-old-price);
  padding: 0 54px 0 16px;
}
[data-rebuy-component="cross-sell-widget"]
  .rebuy-widget
  .rebuy-product-options
  .rebuy-select.focus-visible,
[data-rebuy-component="cross-sell-widget"]
  .rebuy-widget
  .rebuy-product-options
  .rebuy-select:focus,
[data-rebuy-component="cross-sell-widget"]
  .rebuy-widget
  .rebuy-product-options
  .rebuy-select:focus-visible {
  box-shadow: none !important;
  outline: 0 !important;
  border-color: var(--light-gray) !important;
}
#rebuy-cart.has-items [data-rebuy-cart-anchor="footer"] {
  padding: 16px 14px 24px;
}
[data-rebuy-cart-anchor="footer"] {
  grid-gap: 8px;
  gap: 8px;
  background-color: var(--white);
  border-top: 1px solid var(--light-gray);
}
[data-rebuy-cart-anchor="footer"] [data-rebuy-component="cart-subtotal"],
[data-rebuy-cart-anchor="footer"] [data-rebuy-component="checkout-area"],
[data-rebuy-cart-anchor="footer"] [data-rebuy-component="discount-input"] {
  padding: 0;
}
[data-rebuy-cart-anchor="footer"] [data-rebuy-component="checkout-area"] {
  grid-gap: 8px;
  gap: 8px;
}
[data-rebuy-cart-anchor="footer"] .rebuy-cart__checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  background-color: var(--main-pink);
  border-radius: 100px;
  font-weight: 500;
  font-family: Circular, sans-serif;
  font-size: 17px;
  line-height: normal;
  white-space: nowrap;
  color: var(--white);
  padding: 0;
  border: 0;
  overflow: hidden;
}
[data-rebuy-cart-anchor="footer"] .rebuy-cart__checkout-button:active {
  background-color: var(--light-black);
}
[data-rebuy-cart-anchor="footer"] .rebuy-cart__discount-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border-radius: 100px;
  background-color: var(--main-green);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--light-black);
  padding: 0 18px;
}
[data-rebuy-cart-anchor="footer"] .rebuy-cart__discount-tag:active {
  background-color: var(--light-black);
  color: var(--white);
}
[data-rebuy-cart-anchor="footer"]
  .rebuy-cart__discount-tag:active
  .rebuy-cart__discount-tag-remove {
  background-image: url(icon-close-white.svg?v19ac6c043aa);
}
[data-rebuy-cart-anchor="footer"] .rebuy-cart__discount-tag-icon {
  display: none;
}
[data-rebuy-cart-anchor="footer"] .rebuy-cart__discount-tag-text {
  font-weight: 500;
}
[data-rebuy-cart-anchor="footer"] .rebuy-cart__discount-tag-remove {
  width: 10px;
  height: 10px;
  opacity: 1;
  padding: 0;
  margin-left: 5px;
  background-image: url(icon-close.svg?v19ac6c043aa);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
[data-rebuy-cart-anchor="footer"] .rebuy-cart__discount-tag-remove i {
  display: none;
}
[data-rebuy-cart-anchor="footer"] .rebuy-cart-additional-image,
[data-rebuy-cart-anchor="footer"]
  .rebuy-cart-additional-image:empty:not(.overlay) {
  display: block;
  background-image: var(--smart-cart-image);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 20px;
}
[data-rebuy-component="discount-input"]
  .rebuy-cart__discount-form
  .rebuy-input {
  height: 40px;
  border-radius: 100px;
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  padding: 0 20px;
  font-family: Circular, sans-serif;
  font-weight: 450;
  font-size: 14px;
  line-height: normal;
  color: var(--light-black);
  letter-spacing: 0.28px;
  text-transform: none;
  margin-right: 4px;
}
[data-rebuy-component="discount-input"]
  .rebuy-cart__discount-form
  .rebuy-input.focus-visible,
[data-rebuy-component="discount-input"]
  .rebuy-cart__discount-form
  .rebuy-input:focus,
[data-rebuy-component="discount-input"]
  .rebuy-cart__discount-form
  .rebuy-input:focus-visible {
  box-shadow: none !important;
  outline: 0 !important;
  border-color: var(--light-gray) !important;
}
[data-rebuy-component="discount-input"]
  .rebuy-cart__discount-form
  .rebuy-input:-internal-autofill-selected,
[data-rebuy-component="discount-input"]
  .rebuy-cart__discount-form
  .rebuy-input:-webkit-autofill,
[data-rebuy-component="discount-input"]
  .rebuy-cart__discount-form
  .rebuy-input:-webkit-autofill:active,
[data-rebuy-component="discount-input"]
  .rebuy-cart__discount-form
  .rebuy-input:-webkit-autofill:focus,
[data-rebuy-component="discount-input"]
  .rebuy-cart__discount-form
  .rebuy-input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 40px var(--white) inset !important;
}
[data-rebuy-component="discount-input"]
  .rebuy-cart__discount-form
  .rebuy-input:-webkit-autofill:first-line {
  font-family: Circular, sans-serif;
  font-size: 14px;
  color: var(--light-black);
}
[data-rebuy-component="discount-input"]
  .rebuy-cart__discount-form
  .rebuy-input-wrapper--floating-label.show-label
  .rebuy-input {
  padding-top: 10px;
}
[data-rebuy-component="discount-input"]
  .rebuy-cart__discount-form
  .rebuy-input-wrapper--floating-label
  .rebuy-input-label {
  font-size: 10px;
  padding: 0 20px;
  margin: 4px 0;
}
[data-rebuy-component="discount-input"]
  .rebuy-cart__discount-form
  .rebuy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 111px;
  height: 40px;
  border-radius: 100px;
  background-color: var(--main-green);
  font-weight: 500;
  font-family: Circular, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: var(--light-black);
  padding: 0;
  border: 0;
}
[data-rebuy-component="discount-input"]
  .rebuy-cart__discount-form
  .rebuy-button:active {
  background-color: var(--light-black);
  color: var(--white);
}
[data-rebuy-component="cart-subtotal"] .rebuy-cart__flyout-subtotal-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--light-black);
}
[data-rebuy-component="cart-subtotal"] .rebuy-cart__flyout-subtotal-amount {
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  color: var(--light-black);
}
[data-rebuy-component="cart-subtotal"]
  .rebuy-cart__flyout-subtotal-amount
  > span:not(.sr-only) {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  grid-gap: 0 4px;
  gap: 0 4px;
  flex-wrap: wrap;
}
[data-rebuy-component="cart-subtotal"]
  .rebuy-cart__flyout-subtotal-amount
  .rebuy-cart__flyout-subtotal-final-amount {
  color: var(--product-price-on-sale);
}
[data-rebuy-component="cart-subtotal"]
  .rebuy-cart__flyout-subtotal-amount
  .rebuy-cart__flyout-subtotal-compare-amount {
  font-weight: 450;
  color: var(--product-price-old-price);
  margin-left: 0;
}
@media (max-width: 1338px) {
  .header-custom-megamenu-cards-wrapper {
    width: calc((756 / (1338 - 84 - 84)) * 100%);
  }
}
@media (max-width: 1300px) {
  .header-custom-megamenu-card-title {
    display: flex;
    align-items: flex-start;
    grid-gap: 3px;
    gap: 3px;
    flex-flow: column wrap;
  }
  .header-custom-megamenu-card-content {
    grid-gap: 3px;
    gap: 3px;
  }
}
@media (max-width: 1240px) {
  .product-info-complete-the-look
    div[id*="rebuy-widget"]
    .rebuy-product-info
    .rebuy-product-price
    > div {
    flex-flow: column wrap;
  }
}
@media (max-width: 1023px) {
  .header .desktop-nav {
    display: none;
  }
  .header .header-content {
    min-height: var(--logo-height, 58px);
    padding: 0 16px;
  }
  .header header-drawer {
    display: block;
  }
  .header .header-quiz-button {
    display: none;
  }
  .header .header-center .header-logo {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .header .header-center .header-logo-image {
    display: none;
    max-width: 62px;
  }
  .header .header-center .header-logo-image-mobile {
    display: inline;
    max-width: 63px;
  }
  .header .header-right .header__icon--account {
    display: none;
  }
  .header .header-right .header__search {
    display: inline-flex !important;
  }
  .header .header-right .cart-count-bubble {
    right: -5px;
    bottom: -4px;
    width: 16px;
    height: 16px;
  }
  body.template-product .custom-support-button {
    bottom: 90px !important;
  }
  body.template-product
    .custom-support-button-element.open
    .custom-support-button__modal {
    height: calc(100dvh - 130px - 50px);
  }
  .product-info-complete-the-look div[id*="rebuy-widget"] .rebuy-product-block {
    width: 100% !important;
    padding: 0 !important;
  }
  .product-info-complete-the-look div[id*="rebuy-widget"] .rebuy-product-media {
    width: 56px !important;
    height: 56px !important;
  }
  .product-info-complete-the-look div[id*="rebuy-widget"] .rebuy-product-info {
    width: calc(100% - 56px - 100px);
  }
  .product-info-complete-the-look
    div[id*="rebuy-widget"]
    .rebuy-product-info
    .rebuy-product-price
    > div {
    flex-flow: row wrap;
  }
  .product-info-complete-the-look
    div[id*="rebuy-widget"]
    .rebuy-product-actions {
    width: 100px !important;
  }
}
@media screen and (max-width: 834px) {
  .small-tablet-hide {
    display: none !important;
  }
}
@media (max-width: 834px) {
  @supports (-webkit-touch-callout: none) {
    [data-rebuy-component="discount-input"]
      .rebuy-cart__discount-form
      .rebuy-input {
      font-size: 16px;
    }
  }
  .main-collection-title {
    margin-bottom: 0 !important;
  }
  .collection-grid-section {
    margin-top: 24px !important;
  }
  .mobile-facets__wrapper {
    display: block !important;
  }
  .facets-container {
    display: flex !important;
    padding-top: 24px;
    flex-flow: column wrap;
  }
  .rebuy-cart__flyout {
    border-radius: 0;
  }
  [data-rebuy-component="cross-sell-widget"]
    .rebuy-widget
    .rebuy-product-grid.large-columns-1
    .rebuy-product-block {
    width: 100% !important;
  }
  [data-rebuy-component="cross-sell-widget"]
    .rebuy-widget
    .rebuy-product-info
    .rebuy-product-title {
    font-size: clamp(
      14px,
      calc(14px + (16 - 14) * ((100vw - 360px) / (834 - 360))),
      16px
    );
    line-height: clamp(
      18px,
      calc(18px + (20 - 18) * ((100vw - 360px) / (834 - 360))),
      20px
    );
  }
  [data-rebuy-component="cross-sell-widget"]
    .rebuy-widget
    .rebuy-product-grid.large-style-line
    .rebuy-product-block
    .rebuy-product-actions {
    width: 85px !important;
  }
  [data-rebuy-component="cross-sell-widget"]
    .rebuy-widget
    .rebuy-product-media {
    width: 50px !important;
    height: 50px !important;
  }
}
@media (max-width: 500px) {
  div[id*="rebuy-widget"] .rebuy-product-info .rebuy-product-price > div {
    flex-flow: column wrap;
  }
}
@media (max-width: 480px) {
  .rebuy-cart__flyout {
    top: 0;
    right: -100%;
    bottom: 0;
    left: auto;
    transition: right 0.25s ease-in-out;
  }
}
@media (max-width: 420px) {
  .custom-support-button {
    right: 20px;
    bottom: 20px;
  }
  .custom-support-button[\:has\(.custom-support-button-element.open\)] {
    right: 0;
    bottom: 0 !important;
  }
  .custom-support-button:has(.custom-support-button-element.open) {
    right: 0;
    bottom: 0 !important;
  }
  .custom-support-button-element.open .custom-support-button__button {
    position: fixed;
    top: 20px;
    right: 16px;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    background: transparent;
    padding: 0;
    border: none;
    margin: 0;
    outline: none;
  }
  .custom-support-button-element.open .custom-support-button__modal {
    bottom: 0;
    max-height: 100dvh;
    height: 100dvh !important;
  }
  .custom-support-button__modal {
    width: 100vw !important;
    border-radius: 0;
    transition: none;
  }
  .custom-support-button__modal.content-overflow
    > div
    > .custom-support-button__form,
  .custom-support-button__modal.content-overflow
    > div
    > .custom-support-button__title,
  .custom-support-button__modal.content-overflow > div > .custom-support-faqs {
    right: 0;
  }
  .custom-support-button__modal.content-overflow
    > div
    > .custom-support-button__logo {
    right: -2px;
  }
  .custom-support-button__modal .custom-support-button__title {
    line-height: 24px;
  }
}
@media (min-width: 421px) and (max-width: 460px) {
  .custom-support-button {
    right: clamp(
      20px,
      calc(20px + (40 - 20) * ((100vw - 421px) / (460 - 421))),
      40px
    );
  }
}
@media (min-width: 835px) {
  .active-facets-mobile {
    display: none !important;
  }
}
@media (hover: hover) {
  :is(
      [data-rebuy-component="progress-bar"]
        .rebuy-cart__progress-gift-variant-select-container
    )
    .rebuy-cart__progress-gift-variant-select
    + .rebuy-cart__progress-gift-variant-select-prompt,
  :is(
      [data-rebuy-component="progress-bar"]
        .rebuy-cart__progress-gift-variant-select-container
    )
    .rebuy-cart__progress-gift-variant-select:not(:active)
    + .rebuy-cart__progress-gift-variant-select-prompt,
  :is(
      [data-rebuy-component="progress-bar"]
        .rebuy-cart__progress-gift-variant-select-container
    )
    .rebuy-cart__progress-gift-variant-select:not(:focus)
    + .rebuy-cart__progress-gift-variant-select-prompt {
    transition: 0.3s ease;
  }
  :is(
      [data-rebuy-component="progress-bar"]
        .rebuy-cart__progress-gift-variant-select-container:hover
    )
    .rebuy-cart__progress-gift-variant-select
    + .rebuy-cart__progress-gift-variant-select-prompt,
  :is(
      [data-rebuy-component="progress-bar"]
        .rebuy-cart__progress-gift-variant-select-container:hover
    )
    .rebuy-cart__progress-gift-variant-select:not(:active)
    + .rebuy-cart__progress-gift-variant-select-prompt,
  :is(
      [data-rebuy-component="progress-bar"]
        .rebuy-cart__progress-gift-variant-select-container:hover
    )
    .rebuy-cart__progress-gift-variant-select:not(:focus)
    + .rebuy-cart__progress-gift-variant-select-prompt {
    background-color: var(--light-black);
    color: var(--white);
  }
  [data-rebuy-component="cart-items"] .rebuy-cart__flyout-empty-cart a {
    transition: background-color 0.3s ease;
  }
  [data-rebuy-component="cart-items"] .rebuy-cart__flyout-empty-cart a:hover {
    background-color: var(--light-black);
  }
  [data-rebuy-component="cross-sell-widget"] .rebuy-widget .splide__arrow {
    transition: 0.3s ease;
  }
  [data-rebuy-component="cross-sell-widget"]
    .rebuy-widget
    .splide__arrow:hover {
    background-image: url(icon-arrow-slide-pink.svg?v19ac6c043aa);
  }
  [data-rebuy-component="cross-sell-widget"]
    .rebuy-widget
    .rebuy-product-actions
    .rebuy-button {
    transition: 0.3s ease;
  }
  [data-rebuy-component="cross-sell-widget"]
    .rebuy-widget
    .rebuy-product-actions
    .rebuy-button:hover {
    background-color: var(--light-black);
  }
  [data-rebuy-cart-anchor="footer"] .rebuy-cart__checkout-button {
    transition: 0.3s ease;
  }
  [data-rebuy-cart-anchor="footer"] .rebuy-cart__checkout-button:hover {
    background-color: var(--light-black);
  }
  [data-rebuy-component="discount-input"]
    .rebuy-cart__discount-form
    .rebuy-button {
    transition: 0.3s ease;
  }
  [data-rebuy-component="discount-input"]
    .rebuy-cart__discount-form
    .rebuy-button:hover {
    background-color: var(--light-black);
    color: var(--white);
  }
  [data-rebuy-cart-anchor="footer"] .rebuy-cart__discount-tag {
    transition: 0.3s ease;
  }
  [data-rebuy-cart-anchor="footer"] .rebuy-cart__discount-tag:hover {
    background-color: var(--light-black);
    color: var(--white);
  }
  [data-rebuy-cart-anchor="footer"]
    .rebuy-cart__discount-tag:hover
    .rebuy-cart__discount-tag-remove {
    background-image: url(icon-close-white.svg?v19ac6c043aa);
  }
}
@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}
