/** Shopify CDN: Minification failed

Line 150:26 Expected ")" to end URL token

**/
/* Section Featured Products Carousel */
.featured-products-carousel__heading {
  /* 68px = 2 x 30px buttons with an 8px gap between them */
  /* Heading (30px) <- 8px -> (30px) */
  max-width: calc(100% - 68px);
}

#NostoPopUp .featured-products-carousel__heading {
  width: 100%;
}

.featured-products-carousel__products {
  padding-top: 20px;
  margin-right: 0;
}

.featured-products-carousel__slider {
  position: unset;
}

.featured-products-carousel__slider-header {
  position: absolute;
  right: 0;
  top: -50px;
}

.featured-products-carousel__slider-header [data-slider-status] {
  min-width: 55px;
  text-align: center;
}

.featured-products-carousel-nosto__container
  .featured-products-carousel__slider-header
  [data-slider-status] {
  display: none;
}

.featured-products-carousel__slider-items {
  column-gap: 67px;
  list-style: none;
  margin: 0;
  padding-right: 0px;
  position: unset;
}

.featured-products-carousel__slider swiper-container::part(container) {
  position: unset;
}

.featured-products-carousel__slider-item {
  flex-direction: column;
  scroll-snap-align: start;
  width: 21.3rem;
  flex-shrink: 0;
  padding: 0 30px;
}

#NostoPopUp .featured-products-carousel__slider-item {
  min-height: 100%;
  height: auto;
}

#NostoPopUp .swatch-line {
  justify-content: center;
}

#NostoPopUp .featured-products-carousel__slider-item product-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

#NostoPopUp
  .featured-products-carousel__slider-item
  product-card
  .cart-popup__item-image {
  width: 100%;
  flex-grow: 0;
}

#NostoPopUp
  .featured-products-carousel__slider-item
  product-card
  .cart-popup__item-price-line {
  justify-self: unset;
}

featured-products-carousel-nosto
  .featured-products-carousel__slider-item:first-of-type {
  margin-left: -30px;
}

@media (min-width: 992px) {
  #NostoPopUp .featured-products-carousel {
    padding-top: 40px;
  }

  .featured-products-carousel__heading {
    width: 100%;
  }

  .featured-products-carousel__products {
    padding-top: 42px;
  }

  .featured-products-carousel__slider-header {
    top: -75px;
  }

  .featured-products-carousel__slider-header.no-carousel-controls {
    display: none;
  }

  .featured-products-carousel__slider-items {
    column-gap: var(--gutter);
    margin-right: 0;
    padding-right: 0;
  }

  .featured-products-carousel__slider-item {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }

  featured-products-carousel-nosto
    .featured-products-carousel__slider-item:first-of-type {
    margin-left: 0;
  }
}

.featured-products-carousel__products-wrapper {
  position: relative;
  padding-left: var(--gutter);
}

.featured-products-carousel__slider swiper-container::part(button-next),
.featured-products-carousel__slider swiper-container::part(button-prev) {
  top: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  border-radius: 0;
  background-image: url({{'svg-right-chevron.svg'|asset_url}});
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  margin-top: 0 !important;
}

#NostoPopUp
  .featured-products-carousel__slider
  swiper-container::part(button-next),
#NostoPopUp
  .featured-products-carousel__slider
  swiper-container::part(button-prev) {
  top: 28px;
}

.featured-products-carousel__slider swiper-container::part(button-next) {
  right: 0;
}

.featured-products-carousel-nosto__container
  .featured-products-carousel__slider
  swiper-container::part(button-next) {
  right: 0;
}

.featured-products-carousel__slider swiper-container::part(button-prev) {
  right: 38px;
  left: unset;
  rotate: 180deg;
}

.featured-products-carousel-nosto__container
  .featured-products-carousel__slider
  swiper-container::part(button-prev) {
  right: 38px;
}

.featured-products-carousel__slider swiper-container::part(pagination) {
  top: -27.5px;
  right: calc(var(--gutter) + 50px);
  left: unset;
  width: 30px;
  height: 30px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .featured-products-carousel__slider swiper-container::part(button-next),
  .featured-products-carousel__slider swiper-container::part(button-prev) {
    top: 2px;
  }

  .featured-products-carousel__slider swiper-container::part(pagination) {
    display: none;
  }
}
/* End Section Featured Products Carousel  */

/* Section Collection Filters */
/* NOTE SAME CLASSES USED TO STYLE KLEVU SEARCH RESULTS LANDING and the COLLECTION PLPS's */
.collection-filters {
  border-top: 1px solid var(--color-light-tan);
  border-bottom: 1px solid var(--color-light-tan);
  padding: calc(var(--gutter) * 0.8) 0;
}

.collection-filters__main {
  grid-template-columns: 1fr;
}

.collection-filters__aside {
  gap: calc(var(--gutter) * 0.5);
  display: flex;
  justify-content: space-between;
}

.collection-filters__sortby {
  padding-left: calc(var(--gutter) * 0.4);
}

.collection-filters__list {
  gap: 30px;
  display: none;
}

.collection-filters__toggle {
  border: 0;
  background: none;
  gap: 8px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 20px 0;
}

.collection-filters__filter-toggle button {
  height: 40px;
}

.collection-filters__toggle svg {
  transition: 0.3s ease transform;
}

.collection-filters__list-item[open] .collection-filters__toggle svg {
  transform: rotate(180deg);
}

.collection-filters__actions {
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
  padding-top: calc(var(--gutter) * 0.5);
  padding-bottom: calc(var(--gutter) * 0.5);
  padding-left: 20px;
  padding-right: 20px;
}

.collection-filters__list-item {
  border-top: 1px solid var(--color-light-tan);
  display: block;
}

.collection-filters__list-item:first-child {
  border-top: 0;
}

.collection-filters__list-item__dropdown {
  overflow: hidden;
  max-height: 0;
}

.collection-filters__list-item__dropdown > div:last-child {
  margin-bottom: 20px;
}

.collection-filters__slideout {
  flex-direction: column;
  min-height: 100%;
  margin-top: -18px;
}

.collection-filters__accordions {
  flex-grow: 1;
}

.collection-filters__list-item__dropdown .checkbox-container {
  margin: 0;
}

/* .collection-filters__list-item__dropdown .checkbox-container:focus-within,
  .collection-filters__list-item__dropdown .radio-container:focus-within {
    outline: none;
  } */

.collection-filters__list-item__dropdown .checkbox-container .checkmark,
.collection-filters__list-item__dropdown .radio-container .checkmark::after {
  transition: none;
}

.collection-filters__list-item[open] .collection-filters__list-item__dropdown {
  max-height: 1000px;
}

@media (max-width: 1199px) {
  .collection-filters__list-item[open]
    .collection-filters__list-item__dropdown {
    transition: max-height 0.8s ease;
  }
}

.collection-filters__active {
  gap: 12px;
  padding: 20px 0 0;
  display: none;
}

.collection-filters__filter-tag,
.collection-filters__clear {
  padding: 0 12px;
  height: 30px;
  gap: 8px;
  border: 1px solid var(--color-black);
  padding-top: 2px;
}

.collection-filters__filter-tag svg {
  width: 10px;
  height: 10px;
  display: block;
  margin-top: -2px;
}

.collection-filters__filter-toggle {
  display: flex;
  min-width: 213px;
}

.collection-filters__sortby-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .collection-filters {
    padding: 20px 0;
  }
}

@media (min-width: 992px) {
  .collection-filters {
    padding-top: calc(var(--gutter) * 0.66666);
    padding-bottom: calc(var(--gutter) * 0.66666);
  }
}

@media (min-width: 1200px) {
  .collection-filters__active {
    display: flex;
  }

  .collection-filters__aside {
    display: flex;
    justify-content: flex-end;
  }

  .collection-filters__sortby-wrapper {
    display: flex;
  }

  .collection-filters__sortby-wrapper span {
    padding-right: 2.4rem;
  }

  .collection-filters__list {
    display: flex;
  }

  .collection-filters__filter-toggle {
    display: none;
  }

  .collection-filters__list-item {
    border: 0;
  }

  .collection-filters__toggle {
    display: flex;
    width: auto;
    justify-content: start;
    padding: 0;
  }

  .collection-filters__list-item__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: var(--card-box-shadow);
    padding: 20px;
    border-radius: 8px;
    width: 220px;
    margin-top: 16px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.1s;
    gap: 8px;
    z-index: var(--z-index-base);
  }

  .collection-filters__list-item[open]
    .collection-filters__list-item__dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    visibility: visible;
    transition-duration: 0.3s;
  }

  .collection-filters__main {
    grid-template-columns: 2fr 1fr;
  }

  .collection-filters__list-item__dropdown > div:last-child {
    margin-bottom: 0;
  }

  .collection-filters__list ul {
    display: flex;
    gap: 30px;
  }
}

@media (min-width: 1500px) {
  .collection-filters__list-item[open]
    .collection-filters__list-item__dropdown {
    left: 0;
  }
}
/* End Section Collection Filters  */
/* Section Product Variants */
.swatch .options-wrapper {
  border: 0;
  display: grid !important;
  flex-wrap: wrap;
  grid-template-columns: repeat(7, 1fr);
  padding: 0;
}

.swatch-element {
  margin-bottom: calc(var(--gutter) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 12.5%;
  position: relative;
}

.swatch-element input {
  position: absolute;
  opacity: 0;
  top: 0;
}

.swatch-element,
.swatch-element label {
  cursor: pointer;
}

.swatch-element label {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: transparent;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.color-select-container label {
  position: relative;
}

.swatch-element input + label {
  outline: 0.5px solid black;
}

.swatch-element input[checked] + label {
  outline: 1.5px solid black;
  border: 4px solid white;
}

.swatch-element input + label[white] {
  border: 1px solid black;
  outline: none;
}

.swatch-element input[checked] + label[white] {
  outline: none;
  border: 1.5px solid black;
}

.soldout.swatch-element label {
  outline: 1.5px solid rgba(120, 105, 106, 0.2);
  border: 4px solid white;
}

.color-select-container.selected .color-select-inner {
  border: 1.5px solid var(--color-black);
}

.color-select-container.disabled .color-select-inner {
  border: 1.5px solid rgba(120, 105, 106, 0.2);
  position: relative;
}

.color-select-container.disabled .color-select-inner button[disabled] {
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.color-select-container.disabled .color-select-inner .disabled-line {
  width: calc(170% - 4px);
  height: 1px;
  position: absolute;
  top: 51%;
  left: -5px;
  transform: rotate(135deg);
  display: block;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.color-select-container.disabled .color-select-inner .disabled-line:before {
  content: ' ';
  background: #fff;
  width: 110%;
  height: 1px;
  position: absolute;
  top: 1px;
  right: 1px;
}

.color-select-container.disabled .color-select-inner .disabled-line:after {
  content: ' ';
  background: #fff;
  width: 110%;
  height: 1px;
  position: absolute;
  top: -1px;
  right: 1px;
}

.color-select-container .color-select-inner {
  padding: 2px;
  display: inline-block;
  line-height: 0;
  width: var(--variant-color-swatch-size);
  height: var(--variant-color-swatch-size);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

variant-dropdown .color-select-container .color-select-inner {
  height: var(--variant-color-swatch-size);
}

.color-select-container.lg .color-select-inner {
  height: 38px;
  width: 38px;
}
.color-select-container.lg .color-select-inner button,
.color-select-container.lg .color-select-inner > span {
  height: var(--variant-color-swatch-size);
  width: var(--variant-color-swatch-size);
}

.color-select-container.md .color-select-inner {
  height: 34px;
  width: 34px;
}
.color-select-container.md .color-select-inner button,
.color-select-container.md .color-select-inner > span {
  height: 24px;
  width: 24px;
}
.color-select-container.sm .color-select-inner {
  height: 24px;
  width: 24px;
}
.color-select-container.sm .color-select-inner button,
.color-select-container.sm .color-select-inner > span {
  height: 14px;
  width: 14px;
}

.color-select-container .color-select-inner button,
.color-select-container .color-select-inner .swatch-color-span {
  padding-bottom: 100%;
  background-color: var(--color-beige);
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  line-height: 1;
  top: 0;
}

.color-select-container .color-select-inner button:hover {
  box-shadow: none;
  background-image: none;
  background-clip: inherit;
  background-color: var(--color-light-tan);
}

/* active styles */
.color-select-container.lg.selected .color-select-inner,
.color-select-container.lg.disabled .color-select-inner {
  height: var(--variant-color-swatch-size);
  width: var(--variant-color-swatch-size);
}

.color-select-container.lg.selected .color-select-inner button,
.color-select-container.lg.disabled .color-select-inner button {
  height: 18px;
  width: 18px;
}

.color-select-container.lg.selected .color-select-inner > span,
.color-select-container.lg.disabled .color-select-inner > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-tooltip] {
  z-index: 2200 !important;
}

[data-tooltip]::before,
[data-tooltip]::after {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 5px);
  /* 5px is the size of the arrow */
  filter: drop-shadow(0px 4px 12px rgba(62, 43, 46, 0.16));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  will-change: transform;
}

[data-tooltip]::before {
  content: attr(data-tooltip);
  width: max-content;
  width: -moz-max-content;
  padding: 0px 18px;
  border-radius: 10px;
  background-color: var(--color-off-white);
  box-shadow: var(--default-box-shadow);
  font-family: var(--font-body);
  color: var(--color-black);
  font-size: 1.2rem;
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%, -5px) scale(0.5);
}

[data-tooltip]::after {
  content: '';
  border-style: solid;
  border-width: 5px 5px 0 5px;
  /* CSS triangle */
  border-color: var(--color-off-white) transparent transparent transparent;
  transform-origin: top;
  /* Orientation setting for the slide-down effect */
  transition-duration: 0s;
  /* If the mouse leaves the element, the transition effects for the tooltip arrow are "turned off" */
  transform: translateX(-50%) scaleY(0);
}

.swatch-element label:hover + span[data-tooltip]::before,
.swatch-element label:hover + span[data-tooltip]::after {
  visibility: visible;
  opacity: 1;
}

.swatch-element label:hover + span[data-tooltip]::before {
  transition-delay: 0.3s;
  transform: translate(-50%, -5px) scale(1);
}

.swatch-element label:hover + span[data-tooltip]::after {
  transition-delay: 0.5s;
  /* Starting after the grow effect */
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1);
}

.shade-categories-slider {
  position: relative;
  z-index: 2000;
  margin-top: calc(var(--gutter) / 4);
}

.shade-categories-slider::after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: var(--color-tan);
  z-index: 0;
  display: block;
  bottom: 1px;
  position: absolute;
}

.swatch-category-slider {
  display: flex;
}

.swatch-category-slider__list {
  display: flex;
  align-items: center;
  overflow-x: scroll;
}

.swatch-category-slider__button--next,
.swatch-category-slider__button--prev {
  width: 50px;
  height: 30px;
  border: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  position: absolute;
  top: -2px;
  display: none;
}

.swatch-category-slider__button--next {
  right: -1px;
  justify-content: flex-end;
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    var(--color-white) 50%,
    rgb(255 255 255) 100%
  );
}

.swatch-category-slider__button--prev {
  left: -1px;
  justify-content: flex-start;
  background-image: -webkit-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 0%,
    var(--color-white) 50%,
    rgb(255 255 255) 100%
  );
}

.swatch-category-slider__list-item {
  white-space: nowrap;
  margin-right: calc(var(--gutter) / 1);
}

.swatch-category-slider__list-item:last-of-type {
  margin-right: 0;
}

.swatch-category-slider__list-item button {
  display: inline-flex;
  flex-direction: column;
  background-color: transparent;
  border: none;
  padding: 0;
  color: (var(--color-black));
}

.swatch-category-slider__list-item button::after {
  content: '';
  height: 3px;
  width: 100%;
  display: inline-block;
  margin-top: 1rem;
  z-index: 1;
}

.swatch-category-slider__list-item button.active::after {
  background-image: var(--color-gradient-ambient-gold-outline);
}

.selector-wrapper {
  display: none;
}

.color-variants {
  margin: 20px 0px 10px;
  position: relative;
  z-index: 2200;
}

.selected-shade-dropdown {
  background-color: var(--color-warm-white);
  margin-bottom: var(--gutter);
}

.selected-shade-dropdown .dropdown-options {
  max-height: 238px;
}

.selected-shade-dropdown .dropdown-label {
  left: 16px;
  position: absolute;
  top: 10px;
}

.selected-size-dropdown {
  margin-bottom: var(--gutter);
}

/* swatch accessibility updates */

.soldout.swatch-element .disabled-line {
  position: absolute;
  width: 20px;
  height: 1px;
  top: 50%;
  transform: rotate(130deg);
  background-color: #0003;
}

.soldout.swatch-element .disabled-line::after {
  content: ' ';
  background: #fff;
  width: 110%;
  height: 1px;
  position: absolute;
  top: -1px;
  right: 1px;
}

.soldout.swatch-element .disabled-line::before {
  content: ' ';
  background: #fff;
  width: 110%;
  height: 1px;
  position: absolute;
  top: 1px;
  right: 1px;
}

.soldout.swatch-element label[white] .disabled-line {
  position: absolute;
  width: 20px;
  height: 1px;
  top: 50%;
  transform: rotate(130deg);
  background-color: #0003;
}

.soldout.swatch-element label[white] .disabled-line::after {
  content: ' ';
  background: #0003;
  width: 110%;
  height: 1px;
  position: absolute;
  top: -1px;
  right: 1px;
}

.soldout.swatch-element label[white] .disabled-line::before {
  content: ' ';
  background: #0003;
  width: 110%;
  height: 1px;
  position: absolute;
  top: 1px;
  right: 1px;
}

/* sizes */

.size-variants-container ul {
  list-style: none;
  margin: calc(var(--gutter) / 2) 0;
  padding: 0;
  display: flex !important;
}

.size-variants-container ul li {
  margin-right: calc(var(--gutter) / 4);
}

.size-variants-container ul li:last-child {
  margin-right: 0px;
}

.size-select-container .size-select-inner button {
  padding: 7.5px 15px;
  color: var(--color-black);
  background-color: transparent;
  border-radius: 30px;
  box-sizing: border-box;
  z-index: var(--z-index-base);
  font-family: var(--font-body);
  border: 1px solid #000;
  cursor: pointer;
  min-width: 94px;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.size-select-container .size-select-inner button:hover {
  box-shadow: none;
  background-color: var(--color-white);
  background-image: none;
  background-clip: inherit;
}

/* general variants */

.selected-variant-dropdown {
  margin: calc(var(--gutter) / 2) 0 0;
  display: block !important;
}

.single-product-page--gift .selected-variant-dropdown {
  background-color: var(--color-warm-white);
}

.general-variants-container {
  display: block !important;
}

quick-shop .general-variants-container {
  z-index: var(--z-index-modal);
}

/* additional actions */

.additional-pdp-actions {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(var(--gutter) / 2);
  margin: 0 0 calc(var(--gutter));
}

.additional-pdp-actions > .button,
.additional-pdp-actions button {
  width: 100%;
}

.additional-pdp-actions svg {
  height: 20px;
  width: auto;
}
.additional-pdp-actions svg path {
  fill: var(--color-black);
}

.additional-pdp-actions a {
  line-height: 1.6rem;
}

.additional-pdp-actions a span {
  order: -1;
}

quick-shop .color-select-container .color-select-inner button,
quick-shop .color-select-container .color-select-inner {
  height: 24px !important;
  width: 24px !important;
  margin-right: 0;
}

quick-shop .color-select-container .color-select-inner > span {
  width: 24px !important;
}

quick-shop .color-select-container.selected .color-select-inner,
quick-shop .color-select-container.disabled .color-select-inner {
  border-width: 1px !important;
}

quick-shop .color-select-container.selected .color-select-inner button,
quick-shop .color-select-container.disabled .color-select-inner button {
  height: 18px !important;
  width: 18px !important;
}

@media (max-width: 480px) {
  .shade-categories-slider {
    margin-left: -25px;
    width: 100vw;
  }

  .swatch-category-slider__list-item:first-of-type {
    padding-left: var(--gutter);
  }

  .swatch-category-slider__list-item:last-of-type {
    padding-right: var(--gutter);
  }
}

@media (min-width: 480px) {
  .swatch-category-slider__button--next,
  .swatch-category-slider__button--prev {
    display: flex;
  }
}

@media (min-width: 767px) {
  .selected-shade-dropdown .dropdown-options {
    max-height: 200px;
  }

  .swatch-category-slider__list-item {
    margin-right: calc(var(--gutter) / 2);
  }
}

@media (min-width: 992px) {
  .swatch .options-wrapper {
    grid-template-columns: repeat(9, 1fr);
  }

  .color-variants {
    margin: 20px -10px 10px;
  }

  .selected-shade-dropdown,
  .selected-size-dropdown {
    margin: 0 0 calc(var(--gutter) / 2);
  }

  .additional-pdp-actions {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin: 0 0 calc(var(--gutter) / 2);
  }
}

@media (min-width: 1200px) {
  .swatch .options-wrapper {
    grid-template-columns: repeat(11, 1fr);
  }

  .single-product-page--mobile-only .swatch .options-wrapper {
    grid-template-columns: repeat(9, 1fr);
  }
}
/* End Section Product Variants  */
/* Section Product Card */
.product-card {
  position: relative;
}

product-card {
  display: block;
}

product-card[quick-shop='false'],
featured-products-carousel-nosto[quick-shop='false'] product-card {
  display: flex;
  flex-direction: column;
}

product-card:hover .product-card__button {
  opacity: 1;
}

.button--light:hover,
.button--light:focus {
  opacity: 1;
}

simple-slider product-card {
  height: 100%;
}

.product-card__wrapper {
  gap: 8px;
  height: 100%;
}

.product-card__head {
  min-height: 20px;
}

.product-card__badges {
  gap: 1rem;
}

.product-card__autodelivery-badge {
  font-weight: normal;
}

.product-card__media {
  position: relative;
  mix-blend-mode: darken;
  aspect-ratio: 1;
  height: intrinsic;
  max-width: 100%;
  width: 100%;
}

@supports not (aspect-ratio: 1) {
  .product-card__media::before {
    float: left;
    padding-top: 100%;
    content: '';
  }

  .product-card__media::after {
    display: block;
    content: '';
    clear: both;
  }
}

.product-card__tag {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  font-family: var(--font-title);
}

.product-card__media--primary,
.product-card__media--secondary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.3s ease;
}

.product-card__media--secondary {
  opacity: 0;
  background-color: var(--color-white);
}

.product-card__details-head {
  padding-top: 5px;
  min-height: 41px;
}

.product-card__details-head .color-select-container {
  position: relative;
  top: -2px;
}

.product-card__border {
  border-top: 0;
}

.product-card__details-head__details {
  padding: 8px 0;
  gap: 4px;
}

.product-card__details {
  flex-grow: 1;
}

.product-card__details-main {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-card__details-top {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card__details-top .price {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
}

.product-card__details .color-select-container .color-select-inner {
  border: none !important;
  width: auto;
  height: auto;
  margin-right: 0;
}

.product-card__details-title {
  margin-bottom: 4px;
}

.product-card__details-actions {
  padding-top: 24px;
  position: relative;
  z-index: 1;
}

.product-card__details-actions button:disabled {
  background-color: var(--color-other-gray);
  color: var(--color-white);
}

@media screen and (min-width: 992px) {
  .product-card__details-actions button:disabled {
    opacity: 0;
  }

  .product-card__details-title {
    margin-bottom: 8px;
  }
}

product-card .product-card__details-actions button:disabled:hover,
product-card:hover .product-card__details-actions button:disabled {
  opacity: 1;
}

.product-card__button {
  opacity: 1;
  padding: 1.95rem;
}

.product-card__details [data-oke-star-rating].oke-star-rating__card {
  padding-top: 17px;
}

.product-card-small {
  padding: 20px;
}

.product-card-small .product-card__button {
  opacity: 1;
}

.product-card-small__top {
  column-gap: 1.1rem;
}

.product-card-small__image {
  flex: 0 0 8.1rem;
  height: 8.1rem;
  mix-blend-mode: multiply;
}

.product-card-small__title {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.product-card-small__variant span {
  display: block;
}

.product-card-small__variant .color-select-container .color-select-inner {
  padding: 0;
  margin-right: 0;
  width: 14px;
  height: 14px;
}

.product-card-small__variant
  .color-select-container
  .color-select-inner
  button {
  width: 14px;
  height: 14px;
}

.product-card-small__info {
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-card-small__info-wrapper {
  max-width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.product-card-small__bottom {
  margin-top: 0.5rem;
}

.product-card-small__price {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.product-card-small__price .price {
  margin: 0;
}

.product-card-small__price .price__regular dd,
.product-card-small__price .price__regular .price-item--regular {
  margin: 0;
}

@media (hover: hover) {
  .product-card__wrapper:hover .product-card__media--secondary {
    opacity: 1;
  }

  .product-card__wrapper:hover
    .product-card__media--primary:has(~ .product-card__media--secondary) {
    opacity: 0;
  }
}

.product-card__wrapper:focus .product-card__media--secondary {
  opacity: 1;
}

.product-card__wrapper:focus
  .product-card__media--primary:has(~ .product-card__media--secondary) {
  opacity: 0;
}

.product-card__media--primary:focus-visible + .product-card__media--secondary {
  opacity: 1;
}

@media (min-width: 768px) {
  .product-card__head {
    min-height: 32px;
  }

  .product-card__details-actions {
    padding-top: 16px;
  }

  .product-card__details-head__shades {
    column-gap: 4px;
  }
}

@media (min-width: 992px) {
  .product-card-small {
    padding: 2rem 2rem 2.4rem;
  }

  .product-card-small__top {
    column-gap: 2.4rem;
  }

  .product-card-small__image {
    flex: 0 0 9.9rem;
    height: 9.9rem;
  }

  .product-card__button {
    opacity: 0;
  }
}

.product-card__quiz .product-card__details-head,
.product-card__quiz .product-card__border {
  display: none;
}

.product-card__quiz .product-card__details-head__details:has(span:empty) {
  padding: 0;
}

.product-card__quiz .product-card__details-main {
  padding-top: 0;
}

.product-card__quiz .product-card__details-actions {
  padding-top: 12px;
}

.product-card__quiz .product-card__button {
  padding: 12px;
  line-height: 1.6rem;
  max-height: 40px;
}

@media (min-width: 992px) {
  .product-card__quiz .product-card__details-main {
    padding-bottom: 20px;
  }

  .product-card__quiz .product-card__details-actions {
    padding-top: 20px;
  }
}

.product-card__details-samples {
  visibility: hidden;
  margin-top: 1.6rem;
}

@media (min-width: 1440px) {
  .product-card__details-samples {
    margin-top: 3.2rem;
  }
}

.product-card__details-samples--visible {
  visibility: visible;
}

.product-card__details-samples--subcopy {
  margin-top: 0.8rem;
  margin-bottom: 1.6rem;
}

/* product-card-small : wishlist */
.product-card-small__wishlist {
  top: -0.6rem;
  right: -0.6rem;
}

@media (min-width: 992px) {
  .product-card-small__wishlist {
    top: 0;
  }
}

wishlist-button-product.product-card-small__wishlist .wk-button {
  padding: 0.6rem;
  min-height: unset;
  --icon-stroke: var(--color-light-gray);
  --icon-fill: var(--color-light-gray);
}

wishlist-button-product.product-card-small__wishlist .wk-button:hover {
  --icon-stroke: var(--color-medium-gray);
  --icon-fill: var(--color-medium-gray);
}

.product-card-small__wishlist .wk-button.wk-selected,
.product-card-small__wishlist .wk-button.wk-selected:hover {
  --icon-stroke: var(--color-black);
  --icon-fill: var(--color-black);
}

/* Wear it with - product-card-small */
.product-wear-it-with .product-card-small {
  padding: 2rem 2.1rem 2.2rem 2rem;
}

.product-wear-it-with .price__badge-valued {
  padding-top: 0.4rem;
}

.product-wear-it-with .product-card-small__bottom {
  align-items: flex-start;
}

@media (min-width: 992px) {
  .product-wear-it-with .product-card-small {
    padding: 2.4rem 2rem 2.4rem 2.3rem;
  }

  .product-wear-it-with .product-card-small__image {
    flex: 0 0 9.5rem;
    height: 9.5rem;
  }

  .product-wear-it-with .product-card-small__top {
    column-gap: 2.5rem;
  }

  .product-wear-it-with .product-card-small__title {
    margin-top: 0.4rem;
  }

  .product-wear-it-with .product-card-small__price .price,
  .product-wear-it-with .product-card-small__price .price__regular dd,
  .product-wear-it-with
    .product-card-small__price
    .price__regular
    .price-item--regular {
    margin-top: 0.2rem;
  }

  .product-wear-it-with .price__badge-valued {
    margin-left: 0.6rem;
  }

  .product-wear-it-with .product-card-small__bottom {
    align-items: center;
  }
}

@media (max-width: 991px) {
  .product-wear-it-with .price__wrapper {
    flex-direction: column;
    align-items: flex-end;
  }
}
/* End Section Product Card  */
/* Section Price */
.price {
  flex-direction: row;
}

.price.price--unavailable {
  visibility: hidden;
}

.price--end {
  justify-content: flex-end;
}

.price dl {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.price dd {
  margin: 0 0.8rem 0 0;
}

.price .price__last:last-of-type {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .price {
    margin-bottom: 0;
  }
}

.price--sold-out .price__availability,
.price__regular {
  display: block;
}

.price__sale,
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability,
.price--no-compare .price__compare {
  display: none;
}

.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale {
  display: inline-flex;
}

.price--on-sale .price__sale {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.price--center {
  display: flex;
  justify-content: center;
}

.price-item,
.price__compare {
  margin: 0;
}

.price-item ~ .price__compare {
  margin-left: 0.8rem;
}

.price--on-sale .price-item--regular {
  text-decoration: line-through;
}

.price.grid-view .price-item--sale {
  font-size: 1.2rem !important;
}

.price.price-show-promo {
  flex-direction: column;
}

.price.price-show-promo .product-details__price {
  order: 1;
}

.price.price-show-promo .sale__message {
  order: 2;
  flex: 1;
}

.price.price-show-promo afterpay-placement {
  order: 3;
  width: 100%;
}

.price__badge-valued {
  padding: 0.5rem 1rem 0.2rem 1rem;
  border-radius: 3rem;
}

.product-card__details .price__badge-valued {
  margin-top: -0.4rem;
}

.product-card__details .price .price__wrapper {
  gap: 1rem;
}

.product-details__price .price__badge-valued {
  margin-left: 1rem;
}

@media screen and (max-width: 991px) {
  .product-card__details .price .price__wrapper {
    flex-wrap: wrap;
  }

  .product-card__details .price.price--on-sale dl {
    width: 100%;
  }

  .product-card__details .price .price__badge-valued {
    margin-top: 0;
  }
}
/* End Section Price */

.og-marketing-banner {
  padding: 0 1rem;
}

.og-marketing-banner__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0 1rem;
  background-color: var(--og-banner-background-color, inherit);
}

.og-marketing-banner__bottom-content {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--color-black);
  padding-top: 1rem;
}

.og-marketing-banner__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: var(--og-banner-heading-color, var(--og-global-color, #000));
}

.og-marketing-banner__content ul {
  padding-left: 1rem;
  margin: 0;
}

.og-marketing-banner__content li {
  line-height: 1.2;
}

.og-marketing-banner__content .metafield-rich_text_field {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.og-marketing-banner__content p {
  margin: 0;
}

.og-marketing-banner__content {
  color: var(--og-banner-content-color, var(--og-global-color, #000));
}

.og-marketing-banner__heading,
.og-marketing-banner__content {
  margin: 0;
}

.og-marketing-banner__image-container img {
  height: auto;
  object-fit: cover;
}
