h1,
h2,
h3,
h5,
h5,
h6 {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
}

#PBarNextFrameWrapper {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.hidden {
  display: none !important;
}

div:empty {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.svg-wrapper > svg {
  height: 100%;
  width: 100%;
}

.site-nav__link {
  cursor: pointer;
}

img {
  pointer-events: none;
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.mobile_hidden {
  display: none;
}

.desktop_hidden {
  display: block;
}

@media (min-width: 990px) {
  .desktop_hidden {
    display: none;
  }
  .mobile_hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .ss-sticky-atc {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 20px 16px 40px 0;
  }
}
.lively_sf_product_slide_arrow.svelte-1949bpn {
  z-index: 14 !important;
}

.new-collection-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  border: none !important;
}

@media screen and (min-width: 990px) {
  .new-collection-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 25px;
  width: 1rem;
}

.loading__spinner {
  width: 1rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(9, 9, 9);
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
.loading__spinner:not(.hidden) + .new-cart-drawer__cart-item-information-price,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

.new-cart-drawer__cart-item .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

.frequently-bought-together {
  display: block;
  margin: 0 auto;
  width: calc(100% + 16px);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.frequently-bought-together__block-heading {
  padding-inline: 16px;
  padding-block-end: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.4px;
  border-bottom: 1px solid #090909;
}
.frequently-bought-together__product-listing-container {
  list-style: none;
  margin: 0;
}
.frequently-bought-together__product-card-layout {
  position: relative;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #090909;
  margin: 0;
  height: 100%;
}
.frequently-bought-together__product-card-img-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 16px;
}
.frequently-bought-together__product-card-details-container {
  flex: 2 0 0%;
  padding-block: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.frequently-bought-together__product-pricing-container {
  padding-inline-end: 16px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
.frequently-bought-together__product-card-img-container {
  height: 74px;
  width: 74px;
}
.frequently-bought-together__product-card-img-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.frequently-bought-together__product-title-layout {
  width: 60%;
  display: flex;
  gap: 4px;
  flex-direction: column;
}
.frequently-bought-together__product-title {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frequently-bought-together__product-variant {
  color: #9f9f9f;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frequently-bought-together__product-price-discount-container {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.frequently-bought-together__product-price-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.frequently-bought-together__product-original-price {
  font-size: 16px;
  font-weight: 300;
  line-height: 110%;
}
.frequently-bought-together__product-discounted-price {
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
}
.frequently-bought-together__product-total-discount {
  color: #2ea817;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
}
.frequently-bought-together__product-adding-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline-end: 16px;
}
.frequently-bought-together__quantity-btn--decrease, .frequently-bought-together__quantity-btn--increase {
  padding: 0;
  display: flex;
  align-items: center;
}
.frequently-bought-together__quantity-selector {
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 16px;
  font-size: 14px;
  border: 1px solid #090909;
}
.frequently-bought-together__quantity-selector svg {
  height: 16px;
  width: 16px;
}
.frequently-bought-together__quantity-selector input {
  border: none;
  width: 32px;
  height: 40px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
}
.frequently-bought-together__timer-and-text-area {
  position: relative;
}
.frequently-bought-together__timer-area {
  display: block;
  padding-block: 16px 24px;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
}
.frequently-bought-together__recommended-text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  border: 1px solid #000;
  background-color: #fff;
  padding: 5px 12px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}
.frequently-bought-together__cart-btn-area {
  position: relative;
}
.frequently-bought-together__cart-btn-area .loading__spinner {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.frequently-bought-together__cart-btn-area .loading__spinner svg .path {
  stroke: #fff;
}
.frequently-bought-together__actions {
  background-color: #2d2930;
}
.frequently-bought-together__add-to-cart {
  width: 100%;
  padding: 20px 16px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.frequently-bought-together__add-to-cart .orig-price {
  font-size: 24px;
  font-weight: 700;
}
.frequently-bought-together__product-checkbox {
  position: absolute;
  top: 20px;
  right: 16px;
}
.frequently-bought-together__product-checkbox input {
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: inherit;
  border: 2px solid black;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.frequently-bought-together__product-checkbox input:checked {
  background-color: black;
}
.frequently-bought-together__product-checkbox input:checked::after {
  content: "";
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
}
.frequently-bought-together__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  border: 1px solid #090909;
  background: #FFC401;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
}
.frequently-bought-together__badge span {
  text-transform: capitalize;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

@media screen and (min-width: 990px) {
  .frequently-bought-together {
    width: auto;
  }
  .frequently-bought-together__block-heading {
    padding-inline: 40px;
  }
  .frequently-bought-together__product-pricing-container {
    gap: 12px;
    padding-inline-end: 40px;
  }
  .frequently-bought-together__product-title {
    font-size: 18px;
  }
  .frequently-bought-together__product-original-price, .frequently-bought-together__product-discounted-price {
    font-size: 18px;
  }
  .frequently-bought-together__product-total-discount {
    font-size: 18px;
  }
  .frequently-bought-together__product-adding-container {
    padding-block-start: 8px;
    padding-inline-end: 40px;
  }
  .frequently-bought-together__add-to-cart {
    font-size: 18px;
  }
  .frequently-bought-together__product-card-img-area {
    padding-inline: 20px;
  }
  .frequently-bought-together__product-card-img-container {
    height: 94px;
    width: 94px;
  }
  .frequently-bought-together__timer-area {
    padding-block: 16px 28px;
    font-size: 16px;
  }
  .frequently-bought-together__quantity-selector {
    width: 210px;
    font-size: 16px;
  }
  .frequently-bought-together__product-checkbox {
    top: auto;
    right: 40px;
    bottom: 20px;
  }
  .frequently-bought-together__product-checkbox input {
    width: 20px;
    height: 20px;
  }
  .frequently-bought-together__badge {
    top: 20px;
    right: 40px;
    left: auto;
    padding: 6px 12px;
  }
  .frequently-bought-together__badge span {
    font-size: 12px;
  }
}
#NewCartDrawer {
  position: relative;
}

.gift__overlay {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.new-cart-drawer.open .gift__overlay {
  opacity: 1;
  visibility: visible;
}
.gift__overlay .loading__spinner {
  display: block !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 32px;
  width: 32px;
}

.new-cart-drawer {
  --typeHeaderPrimary: "Poppins";
}
.new-cart-drawer__cart-item-information-price--discount {
  font-size: 14px;
}
.new-cart-drawer div:empty {
  display: block;
}
.new-cart-drawer new-cart-remove-button {
  cursor: pointer;
}
.new-cart-drawer .shiprocket-headless {
  margin-top: 20px;
}
.new-cart-drawer__cart-item--gift {
  background-color: #F1E6CF;
}
.new-cart-drawer__cart-item--gift .new-cart-drawer__cart-item-image-container {
  background: #FEF7E9;
}
.new-cart-drawer__overlay {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.new-cart-drawer.open .new-cart-drawer__overlay {
  opacity: 1;
  visibility: visible;
}
.new-cart-drawer__container {
  position: fixed;
  top: 0;
  right: 0;
  width: 41.67vw;
  height: 100%;
  background: rgb(254, 247, 233);
  display: flex;
  flex-direction: column;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 100;
}
.new-cart-drawer.open .new-cart-drawer__container {
  transform: translateX(0);
}
.new-cart-drawer__scroll-container {
  position: relative;
  overflow-y: scroll;
  flex: 1;
}
.new-cart-drawer__scroll-container.new-cart-drawer--disabled {
  pointer-events: none;
}
.new-cart-drawer__header {
  padding: 40px 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-cart-drawer__heading {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.4px;
  margin: 0;
  text-transform: uppercase;
}
.new-cart-drawer__close-btn {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: justify;
  text-decoration: underline;
  text-decoration-style: solid;
  background: none;
  border: none;
  padding: 0;
}
.new-cart-drawer__timer {
  background: rgb(208, 247, 216);
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: rgb(9, 9, 9);
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  padding: 8px 0;
}
.new-cart-drawer__timer count-down {
  font-weight: 600;
}
.new-cart-drawer__gift-progress-bar {
  padding: 16px 40px 30px 40px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: rgb(9, 9, 9);
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  position: sticky;
  background: rgb(254, 247, 233);
  top: 0;
  z-index: 1;
}
.new-cart-drawer__gift-progress-bar.no-product .new-cart-drawer__gift-progress-bar-container--inner {
  width: 5%;
}
.new-cart-drawer__gift-progress-bar.one-product .new-cart-drawer__gift-progress-bar-container--inner {
  width: 15%;
}
.new-cart-drawer__gift-progress-bar.first-gift .new-cart-drawer__gift-progress-bar-container--inner {
  width: 43%;
}
.new-cart-drawer__gift-progress-bar.second-gift .new-cart-drawer__gift-progress-bar-container--inner {
  width: 75%;
}
.new-cart-drawer__gift-progress-bar.third-gift .new-cart-drawer__gift-progress-bar-container--inner {
  width: 100%;
}
.new-cart-drawer__gift-progress-bar-container {
  position: relative;
  margin-top: 14px;
  width: 100%;
  height: 12px;
  content: "";
  background: rgb(243, 231, 213);
}
.new-cart-drawer__gift-progress-bar-container--inner {
  position: absolute;
  background: rgb(9, 9, 9);
  width: 10%;
  height: 100%;
  content: "";
}
.new-cart-drawer__gift-progress-bar-icon {
  position: absolute;
  width: 40px;
  height: 40px;
}
.new-cart-drawer__gift-progress-bar-icon svg {
  width: 100%;
  height: 100%;
}
.new-cart-drawer__gift-progress-bar-icon-one {
  left: 35%;
  top: -15px;
  transform: translateX(-50%);
}
.new-cart-drawer__gift-progress-bar-icon-two {
  left: 65%;
  top: -15px;
  transform: translateX(-50%);
}
.new-cart-drawer__gift-progress-bar-icon-three {
  right: -1px;
  top: -15px;
}
.new-cart-drawer__gift-progress-bar-message {
  display: flex;
  justify-content: center;
}
.new-cart-drawer__gift-progress-bar-message-one, .new-cart-drawer__gift-progress-bar-message-two, .new-cart-drawer__gift-progress-bar-message-three {
  width: 100%;
  font-size: 12px;
}
.new-cart-drawer__mystery-gift {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(208, 247, 216);
  padding: 16px 40px;
  gap: 8px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: rgb(9, 9, 9);
}
.new-cart-drawer__mystery-gift-icon {
  width: 48px;
  height: 48px;
}
.new-cart-drawer__cart-item {
  position: relative;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: rgb(9, 9, 9);
}
.new-cart-drawer__cart-item-image-container {
  min-width: 95px;
  min-height: 95px;
  width: 95px;
  height: 95px;
  position: relative;
  background: var(--cart-item-bg);
}
.new-cart-drawer__cart-item-link {
  width: 100%;
  height: 100%;
  position: absolute;
}
.new-cart-drawer__cart-item-information-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.new-cart-drawer__cart-item--gift .new-cart-drawer__cart-item-information-top-left {
  margin-bottom: 0;
}
.new-cart-drawer__cart-item--gift .new-cart-drawer__cart-item-information-top {
  align-items: center;
}
.new-cart-drawer__cart-item-gift-badge {
  width: 64px;
  padding: 8px 0;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #fff;
}
.new-cart-drawer__cart-item-gift-badge-icon {
  width: 12px;
  height: 12px;
}
.new-cart-drawer__cart-item-gift-badge-icon svg {
  width: 100%;
  height: 100%;
}
.new-cart-drawer__cart-item-information-top {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  flex: 1;
  align-items: start;
}
.new-cart-drawer__cart-item-information-bottom {
  display: flex;
  gap: 8px;
}
.new-cart-drawer__cart-item-information-bottom--column {
  flex-direction: column;
}
.new-cart-drawer__cart-item-information-bottom--column .new-cart-drawer__cart-item-variant-selector-container {
  flex-direction: row;
  width: 100%;
  gap: 8px;
}
.new-cart-drawer__cart-item-information-bottom--column quantity-selector {
  width: 100%;
}
.new-cart-drawer__cart-item-information-bottom .new-cart-drawer__cart-item-add-to-cart {
  cursor: pointer;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.new-cart-drawer__cart-item-information-bottom .new-cart-drawer__cart-item-add-to-cart .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.new-cart-drawer__cart-item-information-bottom .new-cart-drawer__cart-item-add-to-cart .loading__spinner .path {
  stroke: #f7f7f7;
}
.new-cart-drawer__cart-item-information-top-left {
  display: flex;
  flex-direction: column;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-weight: 600;
  font-size: 17px;
  line-height: 110%;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-right: 12px;
  position: relative;
}
.new-cart-drawer__cart-item-information-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 4px;
  width: 185px;
}
.new-cart-drawer__cart-item-variant-selector-container {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.new-cart-drawer__cart-item-variant-selector {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-weight: 600;
  font-size: 14px !important;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: justify;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 40px;
  width: 100%;
}
.new-cart-drawer__cart-item-variant-selector:only-child {
  width: 50%;
}
.new-cart-drawer__cart-item-information-price {
  display: flex;
  gap: 4px;
  display: flex;
  white-space: nowrap;
}
.new-cart-drawer__cart-item-information-price--discount {
  color: rgb(46, 168, 23);
}
.new-cart-drawer__cart-item-information-price--compare-at {
  font-weight: 300;
}
.new-cart-drawer__cart-item-information-ratings {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: none;
  margin-top: 12px;
}
.new-cart-drawer__cart-item-information-ratings-icon {
  width: 14px;
  height: 14px;
}
.new-cart-drawer__cart-item-information-ratings-buy {
  color: rgb(221, 94, 30);
}
.new-cart-drawer__cart-item-quantity-selector {
  border: 1px solid rgb(9, 9, 9);
  display: flex;
  justify-content: space-between;
  padding: 12px;
  align-items: center;
  height: 40px;
  width: 50%;
}
.new-cart-drawer__cart-item-quantity-selector:only-child {
  width: 100%;
}
.new-cart-drawer__cart-item-quantity-selector--input {
  border: none;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  padding: 0;
  width: 100%;
}
.new-cart-drawer__cart-item-quantity-selector button {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.new-cart-drawer__cart-item .new-cart-drawer__cart-item-variant-selector {
  padding-block: 0 !important;
}
.new-cart-drawer__cart-item-add-to-cart {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  padding: 12px 0;
  background: rgb(9, 9, 9);
  color: #fff;
  width: 50%;
  max-height: 45px;
}
.new-cart-drawer__cart-item-add-to-cart:only-child {
  width: 100%;
}
.new-cart-drawer__similar-product-heading {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0%;
  padding: 40px 40px 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #090909;
}
.new-cart-drawer__cart-item-badge {
  position: absolute;
  top: 20px;
  right: 40px;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  background: rgb(255, 196, 1);
  border: 1px solid rgb(9, 9, 9);
  text-align: center;
  padding: 6px 12px;
  text-transform: capitalize;
}
.new-cart-drawer__available-offers {
  margin-block-end: 40px;
}
.new-cart-drawer__available-offers-heading {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  padding-block: 40px 16px;
  text-transform: uppercase;
}
.new-cart-drawer__cart-recommended-prod-add-btn {
  position: relative;
  cursor: pointer;
  width: 100%;
}
.new-cart-drawer__cart-recommended-prod-add-btn .loading__spinner {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.new-cart-drawer__cart-recommended-prod-add-btn .loading__spinner circle {
  stroke: #f7f7f7;
}
.new-cart-drawer__available-offers-container {
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.new-cart-drawer__available-offers-slide {
  min-width: 325px;
  margin-right: 20px;
  border: 1px solid #090909;
  padding-block-start: 12px;
}
.new-cart-drawer__available-offers-layout {
  margin-inline-start: 40px;
}
.new-cart-drawer__available-offers-title {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  margin-block-end: 8px;
  padding-inline: 12px;
}
.new-cart-drawer__available-offers-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-block-end: 20px;
  padding-inline: 12px;
  width: 80%;
}
.new-cart-drawer__available-offers-info * {
  margin: 0;
}
.new-cart-drawer__available-offers-code-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.new-cart-drawer__available-offers-code, .new-cart-drawer__available-offers-code-copy-btn {
  flex: 1 0 0%;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.new-cart-drawer__available-offers-code {
  border: 1px dashed #9F9F9F;
}
.new-cart-drawer__available-offers-code-copy-btn {
  border-top: 1px solid #090909;
  border-left: 1px solid #090909;
  border-right: 1px solid #090909;
  background-color: #D0F7D8;
  cursor: pointer;
}
.new-cart-drawer__footer {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #fef7e9;
}
.new-cart-drawer__announcement-msg {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  border-block: 1px solid #090909;
  background-color: #D0F7D8;
  padding-block: 8px;
}
.new-cart-drawer__checkout-container {
  padding-inline: 40px;
  padding-block-end: 10px;
}
.new-cart-drawer__cart-total-container {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.new-cart-drawer__cart-total-heading {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 110%;
}
.new-cart-drawer__cart-prices {
  font-size: 20px;
  font-style: normal;
  line-height: 110%;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.new-cart-drawer__cart-prices strike {
  font-weight: 300;
}
.new-cart-drawer__cart-prices span {
  font-weight: 700;
}
.new-cart-drawer__cart-taxes {
  padding-top: 8px;
  font-size: 12px;
  text-align: right;
  font-weight: 500;
  line-height: 110%;
}
.new-cart-drawer__checkout-btn {
  margin-top: 20px;
  display: flex;
  height: 56px;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  background-color: #090909;
  color: #f7f7f7;
}
.new-cart-drawer__checkout-btn span {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (max-width: 989px) {
  .new-cart-drawer__container {
    width: 100vw;
  }
  .new-cart-drawer__header {
    padding: 20px 16px 20px;
  }
  .new-cart-drawer__gift-progress-bar {
    padding: 16px 16px 20px;
  }
  .new-cart-drawer__cart-item {
    padding: 20px 8px;
  }
  .new-cart-drawer__heading {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
  .new-cart-drawer__close-btn {
    font-size: 12px;
  }
  .new-cart-drawer__gift-progress-bar {
    font-size: 10px;
  }
  .new-cart-drawer__cart-item-information-top-left, .new-cart-drawer__cart-item-information-top-left a {
    font-size: 16px;
  }
  .new-cart-drawer__cart-item-image-container {
    min-width: 75px;
    min-height: 75px;
    width: 75px;
    height: 75px;
  }
  .new-cart-drawer__cart-item-variant-selector {
    font-size: 12px !important;
    width: 100%;
  }
  .new-cart-drawer__cart-item-badge {
    left: 8px;
    right: auto;
    top: 8px;
    font-size: 10px;
    padding: 4px 8px;
  }
  .new-cart-drawer__available-offers-layout {
    margin-inline-start: 16px;
  }
  .new-cart-drawer__available-offers-layout coupon-code-slider {
    display: block;
  }
  .new-cart-drawer__available-offers-layout coupon-code-slider .swiper-button-prev {
    right: 48px;
    left: auto;
    top: 42px;
    margin-top: auto;
  }
  .new-cart-drawer__available-offers-layout coupon-code-slider .swiper-button-next {
    right: 16px;
    margin-top: auto;
    top: 42px;
  }
  .new-cart-drawer__similar-product-heading {
    font-size: 20px;
    padding: 40px 16px 16px;
  }
  .new-cart-drawer__available-offers-heading {
    font-size: 20px;
    padding-block: 40px 16px;
  }
  .new-cart-drawer__available-offers-title {
    font-size: 16px;
  }
  .new-cart-drawer__available-offers-info {
    font-size: 12px;
    font-weight: 400;
    width: 100%;
  }
  .new-cart-drawer__available-offers-code, .new-cart-drawer__available-offers-code-copy-btn {
    font-size: 12px;
  }
  .new-cart-drawer__checkout-container {
    padding-inline: 16px;
    padding-block-end: 10px;
  }
  .new-cart-drawer__cart-total-heading {
    font-size: 18px;
  }
  .new-cart-drawer__cart-prices {
    font-size: 18px;
  }
  .new-cart-drawer__cart-prices strike {
    font-weight: 300;
  }
  .new-cart-drawer__cart-prices span {
    font-weight: 600;
  }
  .new-cart-drawer__cart-taxes {
    padding-top: 4px;
    font-size: 10px;
    text-align: right;
    font-weight: 400;
    line-height: 110%;
  }
}
@media screen and (min-width: 990px) {
  .new-cart-drawer__cart-item-information-title {
    width: 220px;
  }
}

.ball {
  pointer-events: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  animation: implode 1s ease-in-out;
  animation-fill-mode: both;
  opacity: 1;
  z-index: 100;
}

@keyframes implode {
  100% {
    opacity: 0;
    transform: translateY(100px);
  }
}
@media only screen and (max-width: 980px) {
  .product-banner__block {
    width: calc(100% + 20px + 17px + 20px);
    left: -20px;
    position: relative;
  }
  .product-banner__desktop-image {
    display: none;
  }
}
@media only screen and (min-width: 981px) {
  .product-banner__mobile-image {
    display: none;
  }
}

.bulk-banner {
  position: relative;
}
.bulk-banner__img-wrapper {
  height: 400px;
  width: 100%;
  border-bottom: 1px solid #090909;
  overflow: hidden;
}
.bulk-banner__img-wrapper-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bulk-banner__img-wrapper-img + img {
  display: none;
}
.bulk-banner__text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-inline: 40px;
  padding-block: 40px 24px;
  max-width: 580px;
}
.bulk-banner__text-wrapper-title {
  color: #090909;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.bulk-banner__text-wrapper-subtitle > * {
  color: #090909;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
}
.bulk-banner__text-wrapper-note {
  margin-top: auto;
}
.bulk-banner__text-wrapper-note > * {
  font-size: 12px;
  line-height: 130%;
  color: #090909;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .bulk-banner__img-wrapper {
    width: 100%;
    aspect-ratio: 1/1;
    height: 100%;
  }
  .bulk-banner__img-wrapper-img {
    display: none;
  }
  .bulk-banner__img-wrapper-img + img {
    display: block;
  }
  .bulk-banner__text-wrapper {
    padding-inline: 16px;
    padding-block: 20px 16px;
    max-width: 100%;
  }
  .bulk-banner__text-wrapper-title {
    font-size: 28px;
    letter-spacing: auto;
    margin-bottom: 4px;
  }
  .bulk-banner__text-wrapper-subtitle > * {
    font-size: 16px;
    line-height: 110%;
  }
}

.bulk-about {
  max-width: 932px;
  margin: 0 auto;
  padding: 80px 16px;
}
.bulk-about__text-wrapper-title {
  color: #090909;
  font-size: 36px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.bulk-about__text-wrapper-text > * {
  color: #090909;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
  margin-bottom: 0;
}
.bulk-about__key-wrapper {
  margin-top: 40px;
}
.bulk-about__key-wrapper-title {
  color: #090909;
  font-size: 36px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.bulk-about__key-wrapper-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bulk-about__key-wrapper-list-title {
  color: #090909;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-family: var(--typeBasePrimary);
}
.bulk-about__key-wrapper-list-content > * {
  color: #090909;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .bulk-about {
    padding-block: 40px;
    max-width: 100%;
  }
  .bulk-about__text-wrapper-title {
    font-size: 24px;
    letter-spacing: unset;
    margin-bottom: 15px;
  }
  .bulk-about__text-wrapper-text > * {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.28px;
  }
  .bulk-about__key-wrapper {
    margin-top: 40px;
  }
  .bulk-about__key-wrapper-title {
    font-size: 24px;
    letter-spacing: unset;
    margin-bottom: 15px;
  }
  .bulk-about__key-wrapper-list-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .bulk-about__key-wrapper-list-content > * {
    font-size: 14px;
    letter-spacing: unset;
  }
}

.bulk-form {
  border-top: 1px solid #090909;
  display: block;
}
.bulk-form__header {
  max-width: 932px;
  margin: 0 auto 40px;
  padding-inline: 16px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.bulk-form__header-title {
  color: #090909;
  font-family: Oswald;
  font-size: 36px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.bulk-form__info {
  color: #090909;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
}
.bulk-form__body {
  max-width: 932px;
  margin: 0 auto;
  padding-inline: 16px;
}
.bulk-form__body-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bulk-form__body-fields-input {
  width: 100%;
  height: 56px;
  border-color: #090909;
  font-size: 16px;
  padding-inline: 16px;
}
.bulk-form__body-fields-input::placeholder {
  color: #9D887A;
}
.bulk-form__body-fields-inr {
  position: absolute;
  top: 20px;
  font-size: 16px;
  color: #9D887A;
  right: 16px;
  margin-bottom: 0;
  line-height: 1;
}
.bulk-form__body-field-50 {
  flex: 0 0 50%;
  flex-basis: calc(50% - 10px);
  position: relative;
}
.bulk-form__body-field-50 .bulk-form__info {
  margin-top: 8px;
}
.bulk-form__body-radios {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bulk-form__body-radios-title {
  color: #090909;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.32px;
  margin-bottom: 0;
  width: 100%;
}
.bulk-form__body-radios-30 {
  flex: 0 0 33%;
  flex-basis: calc(33% - 11px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bulk-form__body-radios-input {
  border: 0;
  border-bottom: 1px solid #090909;
  padding-inline: 0;
  width: 100%;
  padding-top: 0;
  margin-top: 15px;
  font-size: 16px;
}
.bulk-form__body-radios-input:focus {
  border: 0;
  border-bottom: 1px solid #090909;
}
.bulk-form__body-label {
  color: #090909;
  font-size: 16px !important;
  line-height: 110%;
  letter-spacing: -0.32px !important;
  margin-bottom: 0;
  text-transform: capitalize !important;
}
.bulk-form__body-radio {
  width: 14px !important;
  height: 14px;
  margin-right: 12px !important;
  appearance: none !important;
  border-radius: 50%;
  position: relative;
}
.bulk-form__body-radio:checked {
  background-color: #090909;
}
.bulk-form__body-radio:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
}
.bulk-form__body-btn-date {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  align-items: end;
}
.bulk-form__body-btn-date-left, .bulk-form__body-btn-date-right {
  flex: 0 0 50%;
  flex-basis: calc(50% - 10px);
}
.bulk-form__body-date-label {
  color: #090909;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.32px !important;
  margin-bottom: 12px;
  text-transform: capitalize !important;
}
.bulk-form__body-date {
  width: 100%;
  height: 56px;
  border-color: #090909;
  font-size: 16px;
  padding-inline: 16px;
}
.bulk-form__body-date::placeholder {
  color: #9D887A;
}
.bulk-form__body-btn {
  padding: 0;
  height: 56px;
  text-align: center;
  width: 100%;
  background-color: #090909;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.bulk-form__body .form__message-success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 0.25rem;
  color: #155724;
  font-weight: 700;
  margin-block-end: 1.4rem;
  padding: 0.75rem 1rem;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}
.bulk-form__body .form__message-error {
  font-weight: 700;
  margin-block-end: 1.4rem;
  padding: 0.75rem 1rem;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  font-size: 14px;
}
.bulk-form__body .form__message-error .form__message svg {
  height: 1.4rem;
  margin-inline-end: 0;
  vertical-align: middle;
  width: 1.4rem;
}
.bulk-form__body-contact {
  margin-top: 40px;
}
.bulk-form__body-contact-title {
  color: #090909;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.4px;
  margin-bottom: 12px;
  text-transform: capitalize;
  font-family: var(--typeBasePrimary);
}
.bulk-form__body-contact-email {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 110%;
}
.bulk-form__body-contact-email a {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.bulk-form__body-contact-email a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .bulk-form__header {
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 8px;
  }
  .bulk-form__header-title {
    font-size: 24px;
    letter-spacing: unset;
    width: 100%;
  }
  .bulk-form__body-fields-input {
    height: 48px;
    font-size: 14px !important;
  }
  .bulk-form__body-fields-inr {
    top: 17px;
    font-size: 14px;
  }
  .bulk-form__body-field-50 {
    flex: 0 0 100%;
  }
  .bulk-form__body-field-50:nth-last-child(2) {
    margin-block: 0 20px;
  }
  .bulk-form__body-radios {
    gap: 15px;
  }
  .bulk-form__body-radios-title {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .bulk-form__body-radios-30 {
    flex: 0 0 100%;
  }
  .bulk-form__body-radios-input {
    font-size: 14px !important;
  }
  .bulk-form__body-label {
    font-size: 14px !important;
    letter-spacing: -0.28px !important;
  }
  .bulk-form__body-btn-date {
    gap: 12px;
    flex-direction: column;
    align-items: unset;
  }
  .bulk-form__body-date-label {
    font-size: 14px !important;
    letter-spacing: -0.28px !important;
  }
  .bulk-form__body-date {
    height: 48px;
    font-size: 14px !important;
  }
  .bulk-form__body-contact {
    margin-top: 80px;
  }
  .bulk-form__body-contact-title {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .bulk-form__body-contact-email {
    font-size: 14px;
    letter-spacing: -0.32px;
  }
  .bulk-form__body-contact-email a {
    font-size: 14px;
  }
}

.custom-announcement {
  text-align: center;
  padding: 10px;
  position: relative;
  z-index: 20;
}
.custom-announcement__text {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 991px) {
  .custom-announcement {
    padding: 6px;
  }
  .custom-announcement__text {
    font-size: 10px;
  }
}

.ss-main-product__layout {
  display: flex;
  flex-direction: row;
}
.ss-main-product__gallery-area {
  width: 50%;
}
.ss-main-product__details-area {
  width: 50%;
  border-left: 1px solid #090909;
  padding: 40px;
}
.ss-main-product__title-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-inline-start: 16px;
}
.ss-main-product__title {
  text-transform: uppercase;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
}
.ss-main-product__ratings-reviews-popularity--container {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.ss-main-product__ratings, .ss-main-product__reviews, .ss-main-product__popularity {
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
  display: flex;
  align-items: center;
}
.ss-main-product__ratings span.seperator, .ss-main-product__reviews span.seperator, .ss-main-product__popularity span.seperator {
  font-weight: 400;
}
.ss-main-product__reviews a {
  font-size: 14px;
  text-decoration: underline !important;
}
.ss-main-product__popularity span.popularity {
  color: #DD5E1E;
}
.ss-main-product .product-block {
  margin: 0;
}
.ss-main-product .product-block--price {
  padding-top: 21px;
}
.ss-main-product .product-block--price .product__price--compare,
.ss-main-product .product-block--price .m_product_price_size {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-size: 20px;
  font-weight: 300;
  line-height: 110%;
  text-decoration: line-through;
}
.ss-main-product .product-block--price .product__price--compare {
  color: #FF0909;
}
.ss-main-product .product-block--price .m_product_price_size {
  font-weight: 700;
  text-decoration-line: none;
}
.ss-main-product .product-block--price .product__price-savings {
  color: #2EA817;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
}
.ss-main-product .product-block--price .product__policies {
  padding-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}
.ss-main-product__description {
  padding-top: 20px;
  padding-inline-start: 16px;
}
.ss-main-product__description .heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.4px;
  margin: 0;
}
.ss-main-product__description .content--desktop {
  display: none;
}
.ss-main-product__description .content--desktop,
.ss-main-product__description .content--mobile p {
  margin: 0;
  padding-block-start: 6px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.ss-main-product__description .content--desktop button,
.ss-main-product__description .content--mobile p button {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-decoration: underline;
}
.ss-main-product__usps-container {
  padding-inline-start: 16px;
  padding-block-start: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ss-main-product__usps-container .usps-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.4px;
}
.ss-main-product__usps-container .usps-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 12px;
  column-gap: 20px;
}
.ss-main-product__usps-container .usps-layout .usp--individual {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ss-main-product__usps-container .usps-layout .usp--individual .usp-media {
  height: 20px;
  width: 20px;
  object-fit: cover;
}
.ss-main-product__usps-container .usps-layout .usp--individual .usp-media img {
  object-fit: cover;
}
.ss-main-product__usps-container .usps-layout .usp--individual .usp-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.32px;
}
@media screen and (min-width: 990px) {
  .ss-main-product__layout {
    display: flex;
    flex-direction: row;
  }
  .ss-main-product__gallery-area {
    width: 50%;
  }
  .ss-main-product__details-area {
    width: 50%;
    border-left: 1px solid #090909;
    padding: 40px;
  }
  .ss-main-product__title-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-inline: 40px;
  }
  .ss-main-product__title {
    text-transform: uppercase;
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-size: 48px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.96px;
  }
  .ss-main-product__ratings-reviews-popularity--container {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  .ss-main-product__ratings, .ss-main-product__reviews, .ss-main-product__popularity {
    font-size: 14px;
    font-weight: 600;
    line-height: 110%;
    display: flex;
    gap: 4px;
    align-items: center;
  }
  .ss-main-product__ratings span.seperator, .ss-main-product__reviews span.seperator, .ss-main-product__popularity span.seperator {
    font-weight: 400;
  }
  .ss-main-product__reviews a {
    text-decoration: underline !important;
  }
  .ss-main-product__popularity span.popularity {
    color: #DD5E1E;
  }
  .ss-main-product .product-block {
    margin: 0;
  }
  .ss-main-product .product-block--price {
    padding-top: 21px;
  }
  .ss-main-product .product-block--price .product__price--compare,
  .ss-main-product .product-block--price .m_product_price_size {
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-size: 32px;
    font-weight: 300;
    line-height: 110%;
  }
  .ss-main-product .product-block--price .m_product_price_size {
    font-weight: 700;
    text-decoration-line: none;
  }
  .ss-main-product .product-block--price .product__price-savings {
    color: #2EA817;
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-size: 32px;
    font-weight: 600;
    line-height: 110%;
  }
  .ss-main-product .product-block--price .product__policies {
    padding-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
  }
  .ss-main-product__description {
    padding-inline: 40px;
  }
  .ss-main-product__description .content--mobile {
    display: none;
  }
  .ss-main-product__description .content--desktop {
    display: block;
    padding-block-start: 8px;
  }
  .ss-main-product__usps-container {
    padding-inline: 40px;
    padding-block-start: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .ss-main-product__usps-container .usps-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.4px;
  }
  .ss-main-product__usps-container .usps-layout {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  .ss-main-product__usps-container .usps-layout .usp--individual {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .ss-main-product__usps-container .usps-layout .usp--individual .usp-media {
    height: 20px;
    width: 20px;
    object-fit: cover;
  }
  .ss-main-product__usps-container .usps-layout .usp--individual .usp-media img {
    object-fit: cover;
  }
  .ss-main-product__usps-container .usps-layout .usp--individual .usp-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.32px;
  }
}

.ss-scrolling-text {
  padding-block: 5px;
}
.ss-scrolling-text__icon span {
  position: relative;
}
.ss-scrolling-text__icon span::after {
  content: "-";
  position: absolute;
  right: -25px;
}
@media (min-width: 991px) {
  .ss-scrolling-text {
    padding-block: 8px;
  }
}

.heading-slider__title {
  margin-bottom: 40px;
}
.heading-slider__title > * {
  color: #090909;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.72px;
  margin-bottom: 0;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
  text-transform: uppercase;
}
.heading-slider__row {
  display: flex;
  gap: 20px;
  justify-content: center;
  height: 100%;
}
.heading-slider__box {
  border: 1px solid #090909;
  padding: 40px 20px 20px;
  display: flex;
  flex-direction: column;
  width: calc(33% - 10px);
  aspect-ratio: 1/1;
}
.heading-slider__number {
  color: #090909;
  font-size: 96px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
  margin-bottom: 8px;
}
.heading-slider__text > * {
  margin-bottom: 0;
  color: #090909;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.4px;
}
.heading-slider__note {
  margin-bottom: 0;
  color: #090909;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: -0.24px;
  margin-top: auto;
}
.heading-slider__slider {
  width: calc(33% - 10px);
  aspect-ratio: 1/1;
  height: 100%;
  overflow: hidden;
}
.heading-slider__slider .swiper-slide {
  height: auto;
}
.heading-slider__slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.heading-slider__slider-next.swiper-button-next, .heading-slider__slider-prev.swiper-button-prev {
  display: flex;
  width: 40px;
  height: 40px;
  background: #FEF7E9;
}
.heading-slider__slider-next.swiper-button-next svg, .heading-slider__slider-prev.swiper-button-prev svg {
  width: 20px;
  height: 20px;
}
.heading-slider__slider .swiper-pagination {
  bottom: 40px !important;
}
.heading-slider__slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #FEF7E9;
  opacity: 1;
}
.heading-slider__slider .swiper-pagination-bullet-active {
  background: #090909;
}
@media (max-width: 991px) {
  .heading-slider .page-width {
    padding: 0;
  }
  .heading-slider__row {
    flex-wrap: wrap;
    gap: 0;
  }
  .heading-slider__box {
    width: 50%;
    padding: 17px;
  }
  .heading-slider__slider {
    order: -1;
    width: 100%;
  }
  .heading-slider__slider + .heading-slider__box {
    border-left: 0;
  }
  .heading-slider__number {
    font-size: 64px;
    letter-spacing: -1.28px;
    margin-bottom: 0;
  }
  .heading-slider__text {
    margin-bottom: 0px;
  }
  .heading-slider__note {
    font-size: 10px;
    letter-spacing: -0.2px;
  }
  .heading-slider__title {
    margin-bottom: 20px;
    padding-inline: 16px;
  }
  .heading-slider__title > * {
    font-size: 28px;
    letter-spacing: -0.56px;
    margin-bottom: 0;
  }
  .heading-slider__text > * {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .heading-slider__text > * br {
    display: none;
  }
}
@media (max-width: 750px) {
  .heading-slider__number {
    font-size: 15vw;
  }
}

.logo-heading__header {
  margin-bottom: 80px;
  text-align: center;
}
.logo-heading__title {
  margin-bottom: 10px;
}
.logo-heading__title > * {
  color: #090909;
  font-size: 36px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
}
.logo-heading__text {
  max-width: 50%;
  margin-inline: auto;
  display: block;
}
.logo-heading__text > * {
  color: #090909;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0;
}
.logo-heading__text button {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.logo-heading__row {
  display: flex;
  gap: 60px;
  justify-content: center;
  flex-wrap: wrap;
}
.logo-heading__row--space {
  column-gap: 0;
  justify-content: space-between;
}
.logo-heading__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  flex: 0 0 12%;
  flex-basis: calc(12% - 30px);
}
.logo-heading__item-img-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
}
.logo-heading__item-img-wrapper-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.logo-heading__item-heading {
  color: #090909;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.4px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .logo-heading__item {
    flex: 0 0 30%;
    flex-basis: calc(30% - 30px);
  }
}
@media (max-width: 991px) {
  .logo-heading__header {
    margin-bottom: 40px;
  }
  .logo-heading__title {
    margin-bottom: 4px;
  }
  .logo-heading__title > * {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
  .logo-heading__text {
    max-width: 100%;
  }
  .logo-heading__text > * {
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.24px;
  }
  .logo-heading__text button {
    font-size: 12px;
  }
  .logo-heading__row {
    column-gap: 0;
    row-gap: 20px;
  }
  .logo-heading__item {
    flex: 0 0 50%;
    gap: 12px;
  }
  .logo-heading__item-img-wrapper {
    width: 120px;
    height: 120px;
  }
  .logo-heading__item-heading {
    font-size: 16px;
    letter-spacing: -0.32px;
    max-width: 75%;
    margin: 0 auto;
  }
}

.faqs__heading {
  margin-bottom: 40px;
  text-align: center;
}
.faqs__heading > * {
  color: #090909;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.56px;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
  margin-bottom: 0;
  text-transform: uppercase;
}
.faqs .accordion-item__heading-layout {
  color: #090909;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 991px) {
  .faqs__heading {
    margin-bottom: 80px;
  }
  .faqs__heading > * {
    font-size: 36px;
    letter-spacing: -0.72px;
  }
}

accordion-item {
  display: block;
  border-top: 1px solid #090909;
  padding-block: 23px;
}
accordion-item .accordion-container__heading-area {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 100%;
  text-transform: uppercase;
}
accordion-item .accordion-container__heading-layout {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex: 3 0 0%;
  cursor: pointer;
}
accordion-item .accordion-container__heading-layout .index {
  font-size: 16px;
  font-weight: 500;
  padding-right: 8px;
}
accordion-item .accordion-container__heading-layout .title {
  font-size: 16px;
  font-weight: 600;
}
accordion-item .accordion-container__heading-layout.layout-2 {
  justify-content: space-between;
  gap: 0px !important;
}
accordion-item .accordion-container__heading-layout.layout-2 .index {
  flex: 0 0 0%;
  font-size: 16px;
  font-weight: 500;
  padding-right: 8px;
}
accordion-item .accordion-container__heading-layout.layout-2 .title {
  flex: 2 0 0%;
  font-size: 16px;
  font-weight: 600;
}
accordion-item .accordion-container__svg-container {
  flex: 1 0 0%;
  display: flex;
  justify-content: end;
}
accordion-item .accordion-container__content {
  opacity: 0;
  overflow: hidden;
  text-align: justify;
  transition: height 0.4s ease, opacity 0.5s ease;
}
accordion-item .accordion-container__content-layout {
  display: block;
  padding-top: 16px;
}
accordion-item .accordion-container__content-layout p, accordion-item .accordion-container__content-layout ul {
  margin: 0;
  color: #090909;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
}
accordion-item .accordion-container__content.layout-2 {
  width: 100%;
}
accordion-item.open .accordion-container__svg-container svg path:first-child {
  transform: rotate(90deg);
}
accordion-item .accordion-container__svg-container svg path:first-child {
  transition: transform 0.5s ease;
  transform-origin: center;
}
accordion-item svg {
  transition: transform 0.5s ease;
}

@media screen and (min-width: 990px) {
  accordion-item .accordion-container__heading-layout {
    flex: 2 0 0%;
  }
  accordion-item .accordion-container__content-layout {
    padding-top: 12px;
  }
  accordion-item .accordion-container__content-layout p, accordion-item .accordion-container__content-layout ul {
    margin: 0;
    color: #090909;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.28px;
  }
  accordion-item .accordion-container__heading-layout.layout-2 .index {
    flex: 3 0 0%;
    padding-right: 0;
  }
  accordion-item .accordion-container__heading-layout.layout-2 .title {
    flex: 5 0 0%;
  }
  accordion-item .accordion-container__content.layout-2 {
    width: 40.85%;
    margin-inline-start: 25%;
  }
}
.custom-tabs {
  display: block;
  overflow: hidden;
}
.custom-tabs__names {
  display: flex;
  border-block: 1px solid #090909;
}
.custom-tabs__names-link {
  flex: 1;
  padding: 17px 5px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-right: 1px solid #090909;
  color: #090909;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.custom-tabs__names-link:last-child {
  border-right: none;
}
.custom-tabs__names-link--active {
  background: #090909;
  color: #fef7ea;
}
.custom-tabs__contents-wrapper {
  position: relative;
  overflow: hidden;
}
.custom-tabs__contents-wrapper-content {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
  justify-content: center;
}
.custom-tabs__contents-wrapper-content--active {
  display: flex;
  justify-content: center;
}
.custom-tabs__contents-wrapper-content-img-area {
  flex: 0 0 50%;
}
.custom-tabs__contents-wrapper-content-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.custom-tabs__contents-wrapper-content-area {
  flex: 0 0 50%;
  padding-inline: 40px;
  padding-block: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-tabs__contents-wrapper-content-list {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-block: 80px;
  flex-wrap: wrap;
}
.custom-tabs__contents-wrapper-content-item {
  flex: 0 0 15%;
  text-align: center;
  margin-bottom: 0;
}
.custom-tabs__contents-wrapper-content-item-img-area {
  width: 175px;
  height: 175px;
  margin-bottom: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin-inline: auto;
}
.custom-tabs__contents-wrapper-content-item-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.custom-tabs__contents-wrapper-content-item-heading {
  color: #090909;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.4px;
}
.custom-tabs__contents-wrapper-content-item-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}
.custom-tabs__contents-wrapper-content-heading {
  margin-bottom: 40px;
}
.custom-tabs__contents-wrapper-content-heading * {
  color: #090909;
  font-size: 36px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
}
.custom-tabs__contents-wrapper-content-text * {
  color: #090909;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.4px;
}
.custom-tabs__contents-wrapper-content-text li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .custom-tabs__names {
    overflow-x: auto;
  }
  .custom-tabs__names-link {
    padding: 13px 25px;
    font-size: 20px;
    white-space: nowrap;
    line-height: 110%;
    letter-spacing: -0.4px;
  }
  .custom-tabs__contents-wrapper-content {
    flex-direction: column;
  }
  .custom-tabs__contents-wrapper-content-area {
    flex: 0 0 50%;
    padding-inline: 17px;
    padding-block: 40px 0;
    display: block;
  }
  .custom-tabs__contents-wrapper-content-img-area {
    height: 100%;
  }
  .custom-tabs__contents-wrapper-content-heading {
    margin-bottom: 20px;
  }
  .custom-tabs__contents-wrapper-content-heading * {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
  .custom-tabs__contents-wrapper-content-text * {
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.28px;
  }
  .custom-tabs__contents-wrapper-content-text li:not(:last-child) {
    margin-bottom: 12px;
  }
  .custom-tabs__contents-wrapper-content-list {
    padding-block: 40px 0;
    gap: 30px 15px;
  }
  .custom-tabs__contents-wrapper-content-item {
    flex: 0 0 45%;
  }
  .custom-tabs__contents-wrapper-content-item-img-area {
    width: 120px;
    height: 120px;
    margin-bottom: 12px;
  }
  .custom-tabs__contents-wrapper-content-item-heading {
    font-size: 16px;
    letter-spacing: -0.32px;
    margin-bottom: 5px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.grid-video__title {
  margin-bottom: 40px;
}
.grid-video__title > * {
  color: #090909;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.72px;
  margin-bottom: 0;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
  text-transform: uppercase;
}
.grid-video__row {
  border-block: 1px solid #090909;
}
.grid-video__row .page-width {
  display: flex;
  justify-content: space-between;
}
.grid-video__row-text {
  padding-block: 40px;
  flex: 0 0 20%;
}
.grid-video__row-text-heading {
  color: #090909;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.56px;
  margin-bottom: 20px;
}
.grid-video__row-media {
  flex: 1;
  border-inline: 1px solid #090909;
  margin-inline: 20px;
}
.grid-video__row-media-desktop {
  height: 100%;
  width: 100%;
}
.grid-video__row-media-mobile {
  display: none;
}
.grid-video__row-media-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.grid-video__row-media-video {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}
.grid-video__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.grid-video__list li {
  margin-bottom: 0;
  color: #fef7ea;
}
.grid-video__list-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.grid-video__list-item p {
  margin-bottom: 0;
  color: #090909;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.32px;
}
@media (max-width: 1200px) {
  .grid-video__row-media-video {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .grid-video__title {
    margin-bottom: 20px;
  }
  .grid-video__title > * {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
  .grid-video__row .page-width {
    padding-inline: 0;
    flex-wrap: wrap;
  }
  .grid-video__row-media {
    border-inline: none;
    margin-inline: 0;
    order: -1;
    flex: 0 0 100%;
  }
  .grid-video__row-media-desktop {
    display: none;
  }
  .grid-video__row-media-mobile {
    display: block;
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
  }
  .grid-video__row-text {
    flex: 0 0 50%;
    border-top: 1px solid #090909;
    padding-inline: 17px;
  }
  .grid-video__row-text:last-child {
    border-left: 1px solid #090909;
    padding-left: 8px;
  }
  .grid-video__row-text:first-child {
    padding-right: 8px;
  }
  .grid-video__row-text-heading {
    font-size: 24px;
    letter-spacing: -0.48px;
    max-width: 8rem;
  }
  .grid-video__list {
    gap: 12px;
  }
  .grid-video__list-item {
    gap: 4px;
  }
  .grid-video__list-item svg {
    width: 16px;
    height: 16px;
  }
  .grid-video__list-item p {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}

.new-product-card {
  position: relative;
  border: 1px solid #090909;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new-product-card__image-gallery-container {
  height: 164px;
  width: 100%;
  overflow: hidden;
}
.new-product-card__image-gallery-container .swiper {
  width: 100%;
  height: 100%;
}
.new-product-card__image-gallery-container .swiper-slide {
  padding: 6%;
}
.new-product-card__image-gallery-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.new-product-card__image-gallery-container .swiper-pagination-bullet-active {
  background-color: #090909;
}
.new-product-card__image-gallery-container .swiper-button-next svg,
.new-product-card__image-gallery-container .swiper-button-prev svg {
  width: 18px;
  height: 18px;
}
.new-product-card__image-gallery-container .swiper-button-next {
  right: 4px;
}
.new-product-card__image-gallery-container .swiper-button-prev {
  left: 4px;
}
.new-product-card__image-gallery-container .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
}
.new-product-card__image-gallery-container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.new-product-card__image-gallery-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.new-product-card__image-gallery-container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.new-product-card__image-gallery-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline-end: 4px;
}
.new-product-card__details {
  padding: 8px;
}
.new-product-card__title {
  text-transform: uppercase;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-product-card__details--additional {
  padding-block-start: 12px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 4px;
}
.new-product-card__ratings-reviews-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.new-product-card .separator {
  display: none;
}
.new-product-card__ratings, .new-product-card__reviews, .new-product-card__popularity {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
}
.new-product-card__popularity {
  font-weight: 600;
  color: #DD5E1E;
  letter-spacing: 0;
}
.new-product-card__description {
  padding-inline: 8px;
  font-size: 10px;
  font-weight: 500;
  line-height: 140%;
  margin-block-end: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-product-card__description p {
  margin: 0;
}
.new-product-card__variants-container {
  padding-inline: 8px;
  padding-block-end: 20px;
}
.new-product-card__variants--mobile select {
  width: 100%;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.24px;
}
.new-product-card__variants--mobile select span {
  color: #2EA817;
}
.new-product-card__variants--desktop {
  display: none;
}
.new-product-card__price-container {
  border-top: 1px solid #090909;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding-block: 12px;
}
.new-product-card__current-price, .new-product-card__discount-badge, .new-product-card__compare-price {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
}
.new-product-card__compare-price {
  font-weight: 300;
  text-decoration: line-through;
}
.new-product-card__discount-badge {
  color: #2EA817;
}
.new-product-card__btn-container {
  cursor: pointer;
  position: relative;
  background-color: #090909;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.new-product-card__btn-container span {
  color: var(--colorBody);
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
}
.new-product-card__btn-container .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.new-product-card__btn-container .loading__spinner .path {
  stroke: #fff;
}
.new-product-card__badge {
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.24px;
  text-transform: capitalize;
  padding: 4px 8px;
  z-index: 2;
  border: 1px solid #090909;
  background-color: #FFC401;
}

@media screen and (min-width: 990px) {
  .new-product-card {
    border-radius: 4px;
  }
  .new-product-card__image-gallery-container {
    height: 290px;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .new-product-card__image-gallery-container .swiper-button-next svg,
  .new-product-card__image-gallery-container .swiper-button-prev svg {
    width: 20px;
    height: 20px;
  }
  .new-product-card__image-gallery-container .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .new-product-card__image-gallery-container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .new-product-card__image-gallery-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-inline-end: 6px;
  }
  .new-product-card__details {
    padding: 12px;
  }
  .new-product-card__title {
    font-size: 20px;
    -webkit-line-clamp: 1;
  }
  .new-product-card__details--additional {
    padding-block-start: 8px;
    flex-direction: row;
    align-items: center;
    gap: 4px;
  }
  .new-product-card__ratings-reviews-container {
    gap: 4px;
  }
  .new-product-card .separator {
    display: block;
    font-size: 14px;
    line-height: 120%;
  }
  .new-product-card__description {
    padding-inline: 12px;
    font-size: 14px;
    line-height: 120%;
    margin-block-end: 20px;
  }
  .new-product-card__variants-container {
    padding-inline: 12px;
  }
  .new-product-card__variants--mobile {
    display: none;
  }
  .new-product-card__variants--desktop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .new-product-card__variants--button {
    cursor: pointer;
    border: 1px solid #090909;
    padding: 8px;
  }
  .new-product-card__variants--button div {
    text-align: center;
    color: #090909;
    font-size: 12px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.24px;
  }
  .new-product-card__variants--button .discount {
    color: #2EA817;
    font-size: 12px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.24px;
    text-align: center;
  }
  .new-product-card__variants--button.active {
    background-color: #090909;
  }
  .new-product-card__variants--button.active div {
    color: #FFDDC5;
  }
  .new-product-card__price-container {
    gap: 8px;
    padding-block: 20px;
  }
  .new-product-card__current-price, .new-product-card__discount-badge, .new-product-card__compare-price {
    font-size: 20px;
  }
  .new-product-card__btn-container {
    height: 56px;
  }
  .new-product-card__btn-container span {
    font-size: 18px;
  }
  .new-product-card__badge {
    top: 12px;
    left: 12px;
    font-size: 12px;
    padding: 8px 14px;
  }
}
.products-pair-with {
  padding-inline: 16px;
}
.products-pair-with__heading {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.56px;
  margin-block: 36px;
}
.products-pair-with__layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media screen and (min-width: 990px) {
  .products-pair-with {
    padding-inline: 40px;
  }
  .products-pair-with__heading {
    font-size: 36px;
    letter-spacing: -0.72px;
    margin-block: 40px;
  }
  .products-pair-with__layout {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.announcement-v2 {
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 20;
}
.announcement-v2__row {
  display: flex;
  width: max-content;
  animation: marqueeAnim 20s linear infinite;
  gap: 40px;
  background-color: #090909;
  padding-block: 12px 14px;
}
.announcement-v2__row-item > * {
  color: #fff;
  font-size: 10px;
  margin-bottom: 0;
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1;
}
.announcement-v2__row-item strong {
  text-decoration: underline;
}
.announcement-v2:hover .announcement-v2__row {
  animation-play-state: paused;
}
@media (max-width: 991px) {
  .announcement-v2__row {
    padding-block: 9px;
  }
}

@keyframes marqueeAnim {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.custom-header {
  display: block;
  border-bottom: 1px solid #090909;
  position: relative;
  z-index: 20;
  background-color: #fef7ea;
}
.custom-header--sticky {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate3d(0, -100%, 0);
  transition: none;
}
.custom-header--opening {
  transform: translateZ(0);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.custom-header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.custom-header__logo-area {
  width: 137px;
  height: auto;
  display: block;
}
.custom-header__logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.custom-header__icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: end;
  flex: 0 0 40%;
}
.custom-header__icons-item {
  margin-bottom: 0;
  position: relative;
}
.custom-header__icons-link {
  display: flex;
  align-items: anchor-center;
  gap: 4px;
  color: #090909;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 10.5%;
  text-underline-offset: 25%;
  white-space: nowrap;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1200px) {
  .custom-header {
    padding-block: 8px;
  }
  .custom-header__logo-area {
    width: 75px;
  }
  .custom-header__row {
    position: relative;
  }
  .custom-header__icons {
    gap: 16px;
    flex: 0 0 12%;
  }
  .custom-header__icons-item.small--hide {
    display: none;
  }
  .custom-header__icons-link svg {
    width: 20px;
    height: 20px;
  }
  .custom-header__icons-link .small--hide {
    display: none;
  }
}

.mega-menu {
  display: block;
  flex: 0 0 40%;
}
.mega-menu__overlay {
  position: fixed;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.mega-menu__overlay:empty {
  display: block;
}
.mega-menu__overlay.active {
  opacity: 1;
  visibility: visible;
}
.mega-menu__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}
.mega-menu__item {
  margin-bottom: 0;
  cursor: pointer;
}
.mega-menu__item:first-child .mega-menu__link {
  font-weight: 600;
  position: relative;
  padding-left: 12px;
}
.mega-menu__item:first-child .mega-menu__link::after {
  content: "";
  position: absolute;
  top: 34px;
  left: 0px;
  height: 16px;
  width: 20px;
  background-image: url(/cdn/shop/files/star.png?v=1746684660);
  background-size: contain;
  animation: blink 1s infinite;
  background-repeat: no-repeat;
}
.mega-menu__item svg {
  transition: all 0.3s ease;
}
.mega-menu__item.active .mega-menu__link {
  font-weight: 600;
}
.mega-menu__item.active .mega-menu__link span::after {
  width: 100%;
}
.mega-menu__item.active .mega-menu__link svg {
  transform: rotate(180deg);
}
.mega-menu__link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: -0.28px;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  transition: all 0.3s ease;
  white-space: nowrap;
  padding-block: 45px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.mega-menu__link--active {
  font-weight: 600;
}
.mega-menu__link--active span::after {
  width: 100% !important;
}
.mega-menu__link:hover {
  font-weight: 600;
}
.mega-menu__link:hover span::after {
  width: 100%;
}
.mega-menu__link span {
  position: relative;
}
.mega-menu__link span::after {
  content: "";
  position: absolute;
  height: 1.5px;
  width: 0;
  background: #000;
  left: 0;
  bottom: -3px;
  transition: all 0.3s ease;
}
.mega-menu__dropdown {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 100vw;
  left: 0;
  background-color: #FEF7E9;
  top: 106px;
  height: 0;
  z-index: 0;
  overflow: hidden;
  transition: height 0.4s ease, opacity 0.4s ease;
  will-change: height, opacity;
}
.mega-menu__dropdown.active {
  height: 385px;
  z-index: 10;
}
.mega-menu__dropdown-header {
  padding-block: 16px;
  border-bottom: 1px solid #090909;
  padding-left: 40px;
}
.mega-menu__dropdown-header-title {
  color: #090909;
  font-family: var(--typeHeaderPrimary) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.mega-menu__dropdown-header-title span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 110%;
}
.mega-menu__dropdown-header-link {
  color: #090909;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
  display: block;
  letter-spacing: 0;
}
.mega-menu__dropdown-v1 {
  flex-wrap: wrap;
}
.mega-menu__dropdown-v1 .mega-menu__dropdown-header {
  width: 100%;
}
.mega-menu__dropdown-v1-body {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  width: 100%;
}
.mega-menu__dropdown-v1-body-box {
  display: block;
}
.mega-menu__dropdown-v1-body-box:not(:last-child) {
  border-right: 1px solid #090909;
}
.mega-menu__dropdown-v1-body-box-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mega-menu__dropdown-v1-body-box-img-area {
  width: 100%;
  overflow: hidden;
  height: 246px;
}
.mega-menu__dropdown-v1-body-box-title {
  color: #090909;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 10.5%;
  text-underline-offset: 15%;
  text-underline-position: from-font;
  letter-spacing: 0;
  margin-bottom: 0;
}
.mega-menu__dropdown-v1-body-box-title-area {
  padding: 20px 10px;
  text-align: center;
  border-top: 1px solid #090909;
}
.mega-menu__dropdown-v2-left {
  flex: 0 0 25%;
}
.mega-menu__dropdown-v2-body {
  padding-left: 40px;
  padding-block: 16px;
}
.mega-menu__dropdown-v2-list {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mega-menu__dropdown-v2-item {
  margin-bottom: 0;
  line-height: 0;
  width: fit-content;
}
.mega-menu__dropdown-v2-item.active .mega-menu__dropdown-v2-link {
  font-weight: 600;
}
.mega-menu__dropdown-v2-item.active .mega-menu__dropdown-v2-link::after {
  width: 100%;
}
.mega-menu__dropdown-v2-link {
  color: #090909;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.28px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
.mega-menu__dropdown-v2-link::after {
  content: "";
  position: absolute;
  height: 1.5px;
  width: 0;
  background: #000;
  left: 0;
  bottom: -3px;
  transition: all 0.3s ease;
}
.mega-menu__dropdown-v2-right {
  flex: 0 0 75%;
  position: relative;
}
.mega-menu__dropdown-v2-tab {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mega-menu__dropdown-v2-tab.active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.4s ease forwards;
}
.mega-menu__dropdown-v2-tab .mega-menu__dropdown-header {
  display: flex;
  justify-content: space-between;
  padding-inline: 20px 40px;
  padding-block: 23px 24px;
  border-left: 1px solid #090909;
  align-items: center;
}
.mega-menu__dropdown-v2-tab-body {
  border-left: 1px solid #090909;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  height: 310px;
  overflow: hidden;
}
.mega-menu__dropdown-v2-tab-body-banner {
  display: block;
  height: 100%;
  width: 100%;
  grid-column: span 1;
}
.mega-menu__dropdown-v2-tab-body-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mega-menu__dropdown-v2-tab-body-banner--2 {
  grid-column: span 2;
}
.mega-menu__dropdown-v2-tab-body-banner--3 {
  grid-column: span 3;
}
.mega-menu__dropdown-v2-tab-product {
  position: relative;
}
.mega-menu__dropdown-v2-tab-product:not(:last-child) {
  border-right: 1px solid #090909;
}
.mega-menu__dropdown-v2-tab-product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.mega-menu__dropdown-v2-tab-product-img-area {
  width: 100%;
  height: 216px;
  overflow: hidden;
  display: block;
}
.mega-menu__dropdown-v2-tab-product-meta {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  padding-inline: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mega-menu__dropdown-v2-tab-product-meta--end {
  justify-content: end;
}
.mega-menu__dropdown-v2-tab-product-meta-badge {
  color: #090909;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.24px;
  text-transform: capitalize;
  border: 1px solid #090909;
  background: #FFC401;
  padding: 8px 14px;
  display: none;
}
.mega-menu__dropdown-v2-tab-product-meta-badge:has(span) {
  display: block;
}
.mega-menu__dropdown-v2-tab-product-meta-popularity {
  margin-bottom: 0;
  color: #090909;
  font-size: 10px;
  font-weight: 600;
  line-height: 110%;
}
.mega-menu__dropdown-v2-tab-product-details {
  padding: 16px 16px 16px 20px;
  border-top: 1px solid #090909;
}
.mega-menu__dropdown-v2-tab-product-title {
  color: #090909;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mega-menu__dropdown-v2-tab-product-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #090909;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
.mega-menu__dropdown-v2-tab-product-description * {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .mega-menu {
    display: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mobile-menu {
  display: none;
}
@media (max-width: 1200px) {
  .mobile-menu {
    display: block;
    width: 92px;
  }
  .mobile-menu__icons {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .mobile-menu__icons .mobile-menu__btn svg {
    display: none;
  }
  .mobile-menu__icons .mobile-menu__btn svg:first-child {
    display: block;
  }
  .mobile-menu__icons.is-open .mobile-menu__btn svg:first-child {
    display: none;
  }
  .mobile-menu__icons.is-open .mobile-menu__btn svg:last-child {
    display: block;
  }
  .mobile-menu__btn {
    text-transform: uppercase;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #090909;
    cursor: pointer;
    border: 0;
    line-height: 0;
    font-weight: 600;
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-menu__btn svg, .mobile-menu__btn.is-open svg:first-child {
    display: none;
  }
  .mobile-menu__btn svg:first-child, .mobile-menu__btn.is-open svg:last-child {
    display: block;
  }
  .mobile-menu__drawer {
    position: absolute;
    inset: 0;
    background-color: rgba(31, 31, 31, 0.8);
    z-index: 50;
    top: 48px;
    display: none;
    width: 100%;
    height: 100vh;
  }
  .mobile-menu__drawer-content {
    position: absolute;
    top: 0.5px;
    left: 0;
    width: 100%;
    max-width: 75%;
    background-color: #FEF7E9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: scroll;
    height: 100vh;
    overflow-x: hidden;
  }
  .mobile-menu__drawer-search-bar {
    display: block;
    position: unset;
    height: 84px;
    overflow: visible;
    border-bottom: 1px solid #090909;
    padding-top: 16px;
  }
  .mobile-menu__drawer-search-bar predictive-search form {
    margin: 0;
  }
  .mobile-menu__drawer-search-bar predictive-search form .search__input {
    padding-left: 30px;
    background-color: #FEF7E9;
    height: 46px;
    font-size: 12px !important;
  }
  .mobile-menu__drawer-search-bar predictive-search form .btn--search {
    left: 4px;
    right: auto;
  }
  .mobile-menu__drawer-search-bar predictive-search form .btn--search .icon {
    height: 20px;
    width: 20px;
  }
  .mobile-menu__drawer-search {
    transform: unset;
    position: unset;
    height: 82px;
  }
  .mobile-menu__drawer-body {
    height: calc(100% - 76px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobile-menu__drawer-body-collection {
    padding-block: 20px;
    border-bottom: 1px solid #090909;
    padding-left: 17px;
  }
  .mobile-menu__drawer-body-collection-title {
    color: #090909;
    font-size: 14px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.28px;
    margin-bottom: 0;
    font-family: var(--typeBasePrimary);
  }
  .mobile-menu__drawer-body-collection-list {
    display: flex;
    gap: 16px;
    margin-top: 12px;
    overflow-x: scroll;
  }
  .mobile-menu__drawer-body-collection-item {
    display: block;
    text-align: center;
  }
  .mobile-menu__drawer-body-collection-box {
    width: 96px;
    height: 96px;
    overflow: hidden;
    border: 1px solid #090909;
    border-radius: 50%;
    outline: 5px solid #fff;
    outline-offset: -6px;
    margin-bottom: 8px;
  }
  .mobile-menu__drawer-body-collection-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .mobile-menu__drawer-body-collection-name {
    color: #090909;
    font-size: 12px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.24px;
    margin-bottom: 4px;
    text-transform: capitalize;
  }
  .mobile-menu__drawer-body-top {
    margin-top: 10px;
  }
  .mobile-menu__drawer-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-menu__drawer-list-item {
    padding: 20px 16px;
    border-bottom: 1px solid #090909;
    margin-bottom: 0;
  }
  .mobile-menu__drawer-list-link {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    color: #090909;
    font-size: 14px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.28px;
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-menu__drawer-list-link svg {
    transition: all 0.3s ease;
  }
  .mobile-menu__drawer-list-link span {
    position: relative;
  }
  .mobile-menu__drawer-list-link span::after {
    content: "";
    position: absolute;
    height: 1.5px;
    width: 0;
    background: #000;
    left: 0;
    bottom: -3px;
    transition: all 0.3s ease;
  }
  .mobile-menu__drawer-list-link.is-active span::after {
    width: 100%;
  }
  .mobile-menu__drawer-list-link.is-active svg {
    transform: rotate(180deg);
  }
  .mobile-menu__drawer-submenu {
    height: 0;
    overflow: hidden;
    display: none;
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-menu__drawer-submenu-links {
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-block-start: 26px;
  }
  .mobile-menu__drawer-submenu-links ~ a {
    padding-block: 12px 6px;
  }
  .mobile-menu__drawer-submenu-links--v2 {
    gap: 20px;
    margin-bottom: 14px;
  }
  .mobile-menu__drawer-submenu-item {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0;
  }
  .mobile-menu__drawer-submenu-link {
    margin-bottom: 14px;
    color: #090909;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-tap-highlight-color: transparent !important;
  }
  .mobile-menu__drawer-submenu-link--icon {
    margin-bottom: 14px;
    color: #090909;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-tap-highlight-color: transparent !important;
  }
  .mobile-menu__drawer-submenu-link svg {
    width: 16px;
    height: 16px;
    transition: all 0.3s ease;
  }
  .mobile-menu__drawer-submenu-link.is-active svg {
    transform: rotate(180deg);
  }
  .mobile-menu__drawer-submenu-link-icon {
    color: #090909;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    padding: 18px 16px;
    background: #f1e7d4;
  }
  .mobile-menu__drawer-submenu-link-icon svg {
    width: 16px;
    height: 16px;
  }
  .mobile-menu__drawer-submenu-link--v2 {
    gap: 8px;
    font-family: Oswald;
    font-size: 16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 12%;
    text-underline-offset: 24%;
    text-underline-position: from-font;
    margin-bottom: 0;
  }
  .mobile-menu__drawer-submenu-link--v2-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .mobile-menu__drawer-submenu-link--v2-img-area {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    overflow: hidden;
  }
  .mobile-menu__drawer-submenu-link--v2-title {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 50px);
    align-items: center;
  }
  .mobile-menu__drawer-submenu-link--v2 svg {
    width: 16px;
    height: 16px;
  }
  .mobile-menu__drawer-submenu-image {
    padding: 0 16px 80px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    list-style: none;
  }
  .mobile-menu__drawer-submenu-image-link {
    display: block;
    aspect-ratio: 1/1;
    width: 100%;
    margin-bottom: 20px;
  }
  .mobile-menu__drawer-submenu-image-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .mobile-menu__drawer-submenu-image-footer {
    display: flex;
    justify-content: space-between;
  }
  .mobile-menu__drawer-submenu-image-title {
    text-transform: uppercase;
  }
  .mobile-menu__drawer-submenu-image-btn {
    font-size: 12px;
    font-weight: 700;
    color: #090909;
    text-transform: uppercase;
    text-decoration: underline;
  }
  .mobile-menu__drawer-subsubmenu {
    list-style: none;
    background-color: #F1E7D4;
    height: 0;
    overflow: hidden;
    display: none;
  }
  .mobile-menu__drawer-subsubmenu-list {
    display: flex;
    flex-direction: column;
  }
  .mobile-menu__drawer-subsubmenu-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-block: 18px;
    border-bottom: 1px solid #090909;
    padding-inline: 16px;
  }
  .mobile-menu__drawer-subsubmenu-item-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .mobile-menu__drawer-subsubmenu-item-img-area {
    width: 74px;
    display: block;
    aspect-ratio: 1/1;
  }
  .mobile-menu__drawer-subsubmenu-item-details {
    width: calc(100% - 90px);
  }
  .mobile-menu__drawer-subsubmenu-item-title {
    color: #090909;
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .mobile-menu__drawer-subsubmenu-item-title a {
    font-size: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mobile-menu__drawer-subsubmenu-item-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #090909;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    margin-block: 8px;
  }
  .mobile-menu__drawer-subsubmenu-item-description * {
    margin-bottom: 0;
  }
  .mobile-menu__drawer-subsubmenu-item-meta {
    display: flex;
    align-items: center;
  }
  .mobile-menu__drawer-subsubmenu-item-ratings {
    color: #090909;
    font-size: 12px;
    font-weight: 600;
    line-height: 110%;
    white-space: nowrap;
    display: flex;
    gap: 3px;
    align-items: center;
  }
  .mobile-menu__drawer-subsubmenu-item-meta-popularity {
    color: #DD5E1E;
    font-size: 12px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 0;
    letter-spacing: 0;
  }
  .mobile-menu__drawer-subsubmenu-item-meta-popularity .seperator {
    color: #090909;
    font-weight: 400;
    padding-inline: 3px;
  }
  .mobile-menu__drawer-banner {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1/1;
  }
  .mobile-menu__drawer-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
@media (max-width: 767px) {
  .mobile-menu__drawer-content {
    max-width: 100%;
  }
}

.sticky-view-cart__container {
  position: fixed;
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  padding: 12px 16px;
  right: 0;
  z-index: 15;
  background-color: #FFDDC5;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 4s ease-in-out;
}
.sticky-view-cart__container.open {
  transform: translateY(0);
}
.sticky-view-cart__header {
  background-color: var(--color-body);
  color: #9F9F9F;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding-inline: 16px;
}
.sticky-view-cart__gift-msgs-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block-start: 12px;
  color: #090909;
  text-align: center;
  font-size: 8px;
  font-weight: 500;
  line-height: 110%;
}
.sticky-view-cart__gift-msg-container--first, .sticky-view-cart__gift-msg-container--second {
  flex: 1;
  padding-inline: 12px;
  text-align: center;
}
.sticky-view-cart__gift-msg-container--first p, .sticky-view-cart__gift-msg-container--second p {
  margin: 0;
  text-align: center;
}
.sticky-view-cart__gift-progress-bar-container {
  padding-block: 12px 20px;
}
.sticky-view-cart__gift-progress-bar-container svg {
  width: 24px;
  height: 24px;
}
.sticky-view-cart__gift-progress-bar {
  height: 12px;
  background-color: #F3E7D5;
  position: relative;
}
.sticky-view-cart__gift-progress-bar .gift-icon--first {
  position: absolute;
  left: 40%;
  top: -10px;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
}
.sticky-view-cart__gift-progress-bar .gift-icon--first svg {
  width: 100%;
  height: 100%;
}
.sticky-view-cart__gift-progress-bar .gift-icon--second {
  position: absolute;
  left: 70%;
  top: -10px;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
}
.sticky-view-cart__gift-progress-bar .gift-icon--second svg {
  width: 100%;
  height: 100%;
}
.sticky-view-cart__gift-progress-bar .gift-icon--third {
  position: absolute;
  right: -1px;
  top: -10px;
  width: 30px;
  height: 30px;
}
.sticky-view-cart__gift-progress-bar .gift-icon--third svg {
  width: 100%;
  height: 100%;
}
.sticky-view-cart__gift-progress-bar--filled {
  display: block !important;
  background-color: #090909;
  inset: 0;
  position: absolute;
  height: 100%;
}
.sticky-view-cart__gift-progress-bar--filled.one-third {
  width: 20%;
}
.sticky-view-cart__gift-progress-bar--filled.two-third {
  width: 66.66%;
}
.sticky-view-cart__gift-progress-bar--filled.full {
  width: 100%;
}
.sticky-view-cart__footer {
  color: #FFF;
  background-color: #090909;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sticky-view-cart__subtotal .max-subtotal {
  color: #9F9F9F;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: line-through;
}
.sticky-view-cart__subtotal .discounted-subtotal {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}
.sticky-view-cart__button-container {
  display: flex;
  align-items: center;
}
.sticky-view-cart__button-container .btn-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  padding-right: 8px;
}
.sticky-view-cart__cart-icon-container {
  padding-right: 4px;
  position: relative;
}
.sticky-view-cart__cart-icon-container .cart-count {
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-85%);
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
}
.sticky-view-cart__cart-button {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 990px) {
  .sticky-view-cart {
    display: none;
  }
}
.ss-featured-collection__title {
  text-align: center;
  font-size: calc(var(--typeHeaderSize) * 0.85);
  font-weight: 700;
  font-family: var(--typeHeaderPrimary);
  margin-bottom: 50px;
}
.ss-featured-collection__products-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 20px;
}
.ss-featured-collection__view-all {
  text-align: center;
  margin-top: 50px;
}
.ss-featured-collection__view-all .btn {
  padding-inline: 50px;
}
@media screen and (min-width: 990px) {
  .ss-featured-collection__products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}