/** Shopify CDN: Minification failed

Line 1448:0 All "@import" rules must come first

**/
.card-wrapper {
  position: relative;
}

.card {
  --resource-card-secondary-image-opacity: var(--opacity-0);
}

.card:not(.ratio) {
  display: flex;
  height: 100%;
}

.card__inner.color-scheme-1 {
  background: transparent;
}

.card .card__inner .card__media {
  overflow: hidden;
  z-index: 0;
  border-radius: calc(var(--border-radius) - var(--border-width) - var(--image-padding));
}

.card__media,
.card .media {
  bottom: 0;
  position: absolute;
  top: 0;
}

.card .media {
  width: 100%;
}

.card__media {
  margin: var(--image-padding);
  width: calc(100% - 2 * var(--image-padding));
}

.card__inner {
  width: 100%;
}

.card--media .card__inner .card__content {
  position: relative;
}

.card__content {
  display: grid;
  grid-template-rows: minmax(0, 1fr) max-content minmax(0, 1fr);
  width: 100%;
  flex-grow: 1;
  padding: calc(var(--image-padding) + 1rem);
}

.card__information {
  grid-row-start: 2;
  padding: 1.3rem 1.5rem;
}

.card:not(.ratio) > .card__content {
  grid-template-rows: max-content minmax(0, 1fr) max-content auto;
}

.card-information .card__information-volume-pricing-note {
  margin-top: 0.6rem;
  color: rgb(var(--color-foreground-rgb) / var(--opacity-75));
}

.card__information-volume-pricing-note--button,
.card__information-volume-pricing-note--button.quantity-popover__info-button--icon-with-label {
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 0;
  margin: 0;
  min-width: auto;
}

@media (hover: hover) {
  .card__information-volume-pricing-note--button:hover {
    text-decoration: underline;
  }
}

.card__information-volume-pricing-note--button + .global-settings-popup.quantity-popover__info {
  transform: initial;
  top: auto;
  bottom: 4rem;
  max-width: 20rem;
  width: calc(95% + 2rem);
}

.card__information-volume-pricing-note--button + .global-settings-popup.quantity-popover__info span:first-of-type {
  padding-right: 0.3rem;
}

.card__information-volume-pricing-note--button-right + .global-settings-popup.quantity-popover__info {
  right: 0;
  left: auto;
}

.card__information-volume-pricing-note--button-center + .global-settings-popup.quantity-popover__info {
  left: 50%;
  transform: translate(-50%);
}

.card__information-volume-pricing-note--button + .global-settings-popup.quantity-popover__info .quantity__rules {
  text-align: left;
}

.card-information quantity-popover volume-pricing {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .card-information quantity-popover .quantity__rules ~ volume-pricing {
    margin-top: 0;
  }

  .card-information quantity-popover volume-pricing {
    margin-top: 4.2rem;
  }
}

@media screen and (min-width: 750px) {
  .card__information {
    padding-bottom: 1.7rem;
    padding-top: 1.7rem;
  }
}

.card__badge.top {
  top: var(--badge-top, var(--size-10));
  bottom: auto;
}

.card__badge.left {
  left: var(--badge-left, var(--size-10));
  right: auto;
}

.card__badge.right {
  right: var(--badge-right, var(--size-10));
  left: auto;
}

.card__badge.bottom {
  bottom: var(--badge-bottom, var(--size-10));
  top: auto;
}

.card__badge .badge + .badge {
  margin-top: .4rem;
}

.card__badge.custom {
  align-self: auto;
  justify-self: auto;
  grid-row-start: auto;
  top: var(--badge-top, var(--size-10));
  left: var(--badge-left, var(--size-10));
  right: auto;
  bottom: auto;
}

@media screen and (max-width: 1024px) {
  .card__badge.custom {
    top: calc(var(--badge-top, var(--size-10)) * 0.75);
    left: calc(var(--badge-left, var(--size-10)) * 0.75);
  }
}

@media screen and (max-width: 749px) {
  .card__badge.custom {
    top: calc(var(--badge-top, var(--size-10)) * 0.5);
    left: calc(var(--badge-left, var(--size-10)) * 0.5);
  }
}

.card__media .media deferred-media,
.card__media .media img {
  height: 100%;
  object-fit: cover;
  object-position: var(--image-focal-point, center center);
  width: 100%;
  transition-property: opacity, transform;
  transition-duration: var(--duration-long);
  transition-timing-function: var(--ease-out-slow);
}

.card__media .media.media--hover-effect > .deferred-media {
  opacity: var(--opacity-0);
  z-index: 1;
}

.card__inner:not(.ratio) > .card__content {
  height: 100%;
}

.card__heading {
  margin-top: 0;
  margin-bottom: 0;
}

.card__heading:last-child {
  margin-bottom: 0;
}

.grid[data-view="list"] .card__heading,
.grid[data-view="list"] .price__container .price-item,
.card--horizontal .card__heading,
.card--horizontal .price__container .price-item,
.card--horizontal__quick-add {
  font-size: var(--font-size--2xs);
}

.grid[data-view="list"] .card-information > *:not(.visually-hidden:first-child) + *:not(.rating):not(.card__information-volume-pricing-note),
.card--horizontal .card-information > *:not(.visually-hidden:first-child) + *:not(.rating):not(.card__information-volume-pricing-note) {
  margin-top: 0;
}

.card--horizontal__quick-add:before {
  box-shadow: none;
}

@media only screen and (min-width: 750px) {

  .grid[data-view="list"] .card__heading,
  .grid[data-view="list"] .price__container .price-item,
  .card--horizontal .card__heading,
  .card--horizontal .price__container .price-item,
  .card--horizontal__quick-add {
    font-size: var(--font-size--xs);
  }
}

.card__heading a:after {
  outline-offset: 0.3rem;
}

.card__heading a:focus:after {
  box-shadow: 0 0 0 0.3rem var(--color-foreground), 0 0 0.5rem 0.4rem rgb(var(--color-foreground-rgb) / var(--opacity-30));
  outline: 0.2rem solid rgb(var(--color-foreground-rgb) / var(--opacity-50));
}

.card__heading a:focus-visible:after {
  box-shadow: 0 0 0 0.3rem var(--color-foreground), 0 0 0.5rem 0.4rem rgb(var(--color-foreground-rgb) / var(--opacity-30));
  outline: 0.2rem solid rgb(var(--color-foreground-rgb) / var(--opacity-50));
}

.card__heading a:focus:not(:focus-visible):after {
  box-shadow: none;
  outline: 0;
}

.card__heading a:focus {
  box-shadow: none;
  outline: 0;
}

.card-title-custom-width {
  width: 100%;
}

@media (max-width: 1024px) {
  .card--block-title:has(.card-title-custom-width) {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {

  .card .media.media--hover-effect > img:only-child,
  .card-wrapper .media.media--hover-effect > img:only-child {
    transition: transform var(--duration-long) ease;
  }

  .card__media:hover .media.media--hover-effect > img:first-child:only-child,
  .card__media:hover .media.media--hover-effect > img:first-child:only-child {
    transform: scale(1.03);
  }

  .card__media:hover .media.media--hover-effect > .deferred-media {
    opacity: var(--opacity-100);
  }

  .card__media:hover .media.media--hover-effect > img:first-child:not(:only-child) {
    opacity: var(--opacity-0);
    transform: scale(0.8);
  }

  .card__media:hover .media.media--hover-effect > img + img {
    opacity: var(--opacity-100);
    transform: scale(1.03);
  }
}

.card .icon-wrap {
  margin-left: 0.8rem;
  white-space: nowrap;
  transition: transform var(--duration-short) ease;
  overflow: hidden;
}

.card-information > * + * {
  margin-top: 0.5rem;
}

.card-information > * {
  color: var(--color-foreground);
}

.card-information > .price {
  color: var(--color-foreground);
}

.grid[data-view="list"] .card-information > .price,
.card--horizontal .card-information > .price {
  color: rgb(var(--color-foreground-rgb) / var(--opacity-75));
}

.card-information > .rating {
  margin-top: 0.4rem;
}

.card-information > *:not(.visually-hidden:first-child) + quantity-popover:not(.rating):not(.card__information-volume-pricing-note),
.card-information .card__information-volume-pricing-note.card__information-volume-pricing-note--button {
  margin-top: 0;
}

.card-information > *:not(.visually-hidden:first-child) + *:not(.rating):not(.card__information-volume-pricing-note) {
  margin-top: 0.7rem;
}

.card-information .caption {
  letter-spacing: 0.07rem;
}

.card-article-info {
  margin-top: 1rem;
}

/* card shapes */
.card--shape .card__content {
  padding-top: 0;
}

.grid__item:nth-child(2n) .shape--blob {
  clip-path: polygon(var(--shape--blob-2));
}

.grid__item:nth-child(3n) .shape--blob {
  clip-path: polygon(var(--shape--blob-3));
}

.grid__item:nth-child(4n) .shape--blob {
  clip-path: polygon(var(--shape--blob-4));
}

.grid__item:nth-child(5n) .shape--blob {
  clip-path: polygon(var(--shape--blob-5));
}

.grid__item:nth-child(7n) .shape--blob {
  clip-path: polygon(var(--shape--blob-6));
}

.grid__item:nth-child(8n) .shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

/* card shape hover rules */

@media (prefers-reduced-motion: no-preference) {
  .product-card-wrapper .shape--round {
    transition: clip-path var(--duration-long) ease;
  }

  .product-card-wrapper .shape--blob {
    transition: clip-path var(--duration-long) ease-in-out;
  }

  @media (hover: hover) {
    .product-card-wrapper:hover .shape--round {
      clip-path: ellipse(47% 47% at 50% 50%);
    }

    .product-card-wrapper:hover .shape--blob {
      clip-path: polygon(var(--shape--blob-5));
    }

    .grid__item:nth-child(2n) .product-card-wrapper:hover .shape--blob {
      clip-path: polygon(var(--shape--blob-6));
    }

    .grid__item:nth-child(3n) .product-card-wrapper:hover .shape--blob {
      clip-path: polygon(var(--shape--blob-1));
    }

    .grid__item:nth-child(4n) .product-card-wrapper:hover .shape--blob {
      clip-path: polygon(var(--shape--blob-2));
    }

    .grid__item:nth-child(5n) .product-card-wrapper:hover .shape--blob {
      clip-path: polygon(var(--shape--blob-3));
    }

    .grid__item:nth-child(7n) .product-card-wrapper:hover .shape--blob {
      clip-path: polygon(var(--shape--blob-4));
    }

    .grid__item:nth-child(8n) .product-card-wrapper:hover .shape--blob {
      clip-path: polygon(var(--shape--blob-5));
    }
  }
}

/* card button */
.card-product__group-btn {
  width: 3rem;
  height: 3rem;
  font-weight: 400;
  background: var(--color-background-icon);
  color: var(--color-icon);
  /* transition: color var(--duration-default), background var(--duration-default); */
  /* will-change: background, color; */
  padding: 0;

  &:after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--color-icon);
    opacity: 0;
    transition: opacity var(--duration-default) ease;
    z-index: -1;
  }

  svg {
    color: currentColor;
    position: relative;
    z-index: 2;
    fill: currentColor;
    stroke: none;
  }
}

.card-product__group-wrapper .card-product__group-btn {
  --style-border-radius-buttons-primary: 50%;

  &.loading > svg {
    opacity: var(--opacity-0);
  }
}

.card-product__group-btn.loading .icon {
  display: none;
}

.card-product__group-btn.loading .loading__spinner .path {
  stroke: currentColor;
}

.card-product__group-wrapper .card-product__group-btn .text {
  line-height: 3rem;
  width: 0;
  right: calc(100% - 3rem);
  height: 3rem;
  background: var(--color-background-icon);
  padding: 0 3rem 0 1.5rem;
  border-radius: 3.6rem;
  box-shadow: rgb(99 99 99 / var(--opacity-20)) 0px 2px 40px 0px;
  /* color: var(--color-background-icon); */
  /* background: var(--color-icon); */
  z-index: 1;
}

.card-product__group-wrapper .card-product__group-btn .text-inner {
  transform: translateX(1rem);
}

.card.card--quickadd-type-icon > .card--block-button {
  padding-inline: 0;
}

.card.card--quickadd-type-icon > .card--block-button .quick-add__submit.card-product__group-btn {
  width: 100%;
}

.card.card--quickadd-type-icon > .card--block-button .card-product__group-btn :is(.text, .text-in-mb) {
  display: none;
}

@media (hover: hover) {
  .card-product__group-wrapper .card-product__group-btn:hover {
    color: var(--color-background-icon);
    background: var(--color-icon);
  }

  .card-product__group-wrapper .card-product__group-btn:hover .text {
    opacity: var(--opacity-100);
    pointer-events: auto;
    width: auto;
    left: auto;
    background: var(--color-icon);
  }

  .card-badge-is-top-right .card-product__group-btn:hover .text {
    left: 0;
  }

  .card-product__group-wrapper .card-product__group-btn:hover .text-inner {
    transform: translateX(0rem);
    transition-property: opacity, visibility, transform;
    transition-duration: var(--duration-default);
  }
}

.card-product__group-btn.wishlist-button {
  --color-background-icon: var(--wishtlist-button-background);
  --color-icon: var(--wishtlist-button-color);
}

.compare-button.is-checked,
.wishlist-button.wishlist-added {
  color: var(--color-background-icon);
  background-color: var(--color-icon);
  box-shadow: rgb(99 99 99 / var(--opacity-20)) 0px .2rem .8rem 0px;
}

.card-product__group-btn.quickview-button {
  --color-background-icon: var(--quickview-button-background);
  --color-icon: var(--quickview-button-color);
}

.card-product__group-btn.compare-button {
  --color-background-icon: var(--compare-button-background);
  --color-icon: var(--compare-button-color);
}

.modal--popup .add-to-cart-button-inner .add-to-cart-button-container {
  width: 100%;
}

.modal--popup .add-to-cart-button-inner .share-button {
  display: none;
}

.modal--popup .add-to-cart-button-inner:has(.wishlist-button) .add-to-cart-button-container {
  width: calc(100% - 5.4rem) !important;
}

@media screen and (min-width: 750px) {
  .modal--popup .add-to-cart-button-inner:has(.wishlist-button) .add-to-cart-button-container {
    width: calc(100% - 5.1rem) !important;
  }
}

@media screen and (max-width: 749px) {
  .card-product__group-btn.wishlist-button svg {
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
    min-height: 1.6rem;
    fill: currentColor;
  }

  .card-product__group-wrapper .card-product__group-btn .text {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .card-product__group-wrapper .card-product__group-btn {
    width: 3.6rem;
    height: 3.6rem;
  }

  .card-product__group-wrapper .card-product__group-btn .text {
    height: 3.6rem;
    line-height: 3.6rem;
    right: calc(100% - 3.6rem);
    padding: 0 3.6rem 0 1.5rem;
  }
}

/* card badge position */
.card-badge-is-top-right :is(.card--block-group, .card-product__group-wrapper) {
  left: 0;
  right: unset;
}

.card-badge-is-top-right .card-product__group-btn .text {
  padding-inline: 3.5rem 3.5rem;
  left: calc(100% - 3.6rem);
  right: unset;
}

.card-badge-is-top-right .card-product__group-btn .text-inner {
  transform: translateX(-1rem);
}

@media (hover: hover) {
  .card-badge-is-top-right .card-product__group-btn:hover .text-inner {
    transform: translateX(0);
  }
}

.card-badge-is-bottom-right .card__badge .badge,
.card-badge-is-top-right .card__badge .badge {
  margin-left: auto;
}

.card-badge-is-bottom-right:has(.card__countdown, card-marquee) .card__badge,
.card-badge-is-bottom-left:has(.card__countdown, card-marquee) .card__badge {
  padding-bottom: 3rem;
}

/* card flex */
.quick-add:has(.quick-add__submit.link) {
  width: fit-content;
  min-height: initial;
}

.card-product__group-wrapper .card--block-button:has(.quick-add__submit--icon) {
  justify-content: center;

  .quick-add {
    width: initial;

    .button {
      border: none;
      overflow: visible;
      box-shadow: none;

      &::after {
        display: none;
      }
    }
  }
}

@media screen and (max-width: 749px) {
  .card-product__group-wrapper .card--block-button:has(.quick-add__submit--icon) {
    margin: 0 auto;

    .quick-add {
      width: 100%;

      & .button {
        border-radius: 0;

        & svg {
          display: none;
        }
      }
    }
  }
}

.card-product__group-wrapper .card--block-button .quick-add {
  margin-bottom: 0;
}

/* Premium quick add button */
.product-card-wrapper .quick-add {
  --quick-add-premium-bg: #171717;
  --quick-add-premium-bg-hover: #ffffff;
  --quick-add-premium-text: #ffffff;
  --quick-add-premium-text-hover: #111111;
  --quick-add-premium-border: rgb(17 17 17 / 0.1);
  --quick-add-premium-shadow: 0 0.7rem 1.8rem rgb(17 17 17 / 0.1);
  --quick-add-premium-radius: 0.55rem;
  position: relative;
  z-index: 1;
}

.product-card-wrapper .quick-add .quick-add__submit.button:not(.card-product__group-btn) {
  --button-background-color: var(--quick-add-premium-bg);
  --button-border-color: var(--quick-add-premium-border);
  --button-border-radius: var(--quick-add-premium-radius);
  --button-color: var(--quick-add-premium-text);
  --button-font-size: 0.86rem;
  --button-font-weight: 620;
  --button-text-case: uppercase;
  --button-padding-vertical: 1.25rem;
  --button-padding-horizontal: 2rem;
  align-items: center;
  background: var(--quick-add-premium-bg);
  border: 1px solid var(--quick-add-premium-border);
  box-shadow: var(--quick-add-premium-shadow);
  color: var(--quick-add-premium-text);
  align-content: center;
  display: inline-flex;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1;
  min-height: 2.9rem;
  overflow: hidden;
  padding: 0.52rem 0.68rem;
  position: relative;
  text-transform: uppercase;
  transform: translateY(0);
  transition:
    background-color var(--duration-default) ease,
    border-color var(--duration-default) ease,
    box-shadow var(--duration-default) ease,
    color var(--duration-default) ease,
    transform var(--duration-default) ease;
}

.button-hover--effect .product-card-wrapper .quick-add .quick-add__submit.button:not(.card-product__group-btn)::after {
  display: flex;
}

.product-card-wrapper .quick-add .quick-add__submit.button:not(.card-product__group-btn)::after {
  align-items: center;
  aspect-ratio: 1;
  background: rgb(255 255 255 / 0.11);
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 0.36rem;
  color: currentColor;
  content: "+";
  display: flex;
  flex: 0 0 auto;
  font-size: 1.05rem;
  font-weight: 400;
  height: 1.7rem;
  justify-content: center;
  line-height: 1;
  margin-left: 0.15rem;
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  transition:
    background-color var(--duration-default) ease,
    border-color var(--duration-default) ease,
    color var(--duration-default) ease,
    transform var(--duration-default) ease;
  width: 1.7rem;
  z-index: 1;
}

.product-card-wrapper .quick-add .quick-add__submit.button:not(.card-product__group-btn) > span:not(.icon-wrap):not(.loading__spinner),
.product-card-wrapper .quick-add .quick-add__submit.button:not(.card-product__group-btn) > .icon-wrap {
  align-items: center;
  align-self: center;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  min-width: 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.product-card-wrapper .quick-add .quick-add__submit.button:not(.card-product__group-btn) .icon-wrap {
  display: none;
}

.product-card-wrapper .quick-add .quick-add__submit.button:not(.card-product__group-btn) .loading__spinner {
  color: currentColor;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.product-card-wrapper .quick-add .quick-add__submit.button:not(.card-product__group-btn).loading > span,
.product-card-wrapper .quick-add .quick-add__submit.button:not(.card-product__group-btn).loading::after {
  opacity: 0;
}

.product-card-wrapper .quick-add .quick-add__submit.button:not(.card-product__group-btn)[disabled],
.product-card-wrapper .quick-add .quick-add__submit.button:not(.card-product__group-btn)[aria-disabled="true"] {
  --quick-add-premium-bg: #f2f2f2;
  --quick-add-premium-text: rgb(17 17 17 / 0.55);
  --quick-add-premium-shadow: none;
  padding-inline: 1.2rem;
}

.product-card-wrapper .quick-add .quick-add__submit.button:not(.card-product__group-btn)[disabled]::after,
.product-card-wrapper .quick-add .quick-add__submit.button:not(.card-product__group-btn)[aria-disabled="true"]::after {
  display: none;
}

@media (hover: hover) {
  .product-card-wrapper .quick-add .quick-add__submit.button:not(.card-product__group-btn):hover:not([disabled]) {
    --button-background-color: var(--quick-add-premium-bg-hover);
    --button-border-color: rgb(17 17 17 / 0.16);
    --button-color: var(--quick-add-premium-text-hover);
    background: var(--quick-add-premium-bg-hover);
    box-shadow: 0 0.9rem 2.2rem rgb(17 17 17 / 0.13);
    color: var(--quick-add-premium-text-hover);
    transform: translateY(-0.2rem);
  }

  .product-card-wrapper .quick-add .quick-add__submit.button:not(.card-product__group-btn):hover:not([disabled])::after {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 749px) {
  .product-card-wrapper .quick-add .quick-add__submit.button:not(.card-product__group-btn) {
    --button-font-size: 0.78rem;
    gap: 0.4rem;
    letter-spacing: 0.05em;
    min-height: 2.65rem;
    padding: 0.42rem 0.55rem;
  }

  .product-card-wrapper .quick-add .quick-add__submit.button:not(.card-product__group-btn)::after {
    height: 1.55rem;
    right: auto;
    width: 1.55rem;
  }
}

/* card hover */
@media screen and (min-width: 1025px) {
  .card--quickadd-type-text .card-product__group-wrapper .card--block-button {
    position: absolute;
    bottom: 0;
    opacity: var(--opacity-0);
    transform: translateY(100%);
  }

  .card-product__group-wrapper .card--block-button,
  .card-wrapper .card--block-content > *,
  .card-product__group-wrapper.quick-add-type-icon,
  .card-product__group-wrapper:not(.quick-add-type-icon) .card-product__group,
  .card-wrapper :is(.card-marquee, .card__countdown),
  .card-wrapper .card-badge-is-bottom-right:has(.card__countdown, card-marquee) .card__badge {
    transition: opacity var(--duration-medium) ease-in-out, transform var(--duration-medium) ease-in-out;
  }

  .card-product__group-wrapper.quick-add-type-icon,
  .card-product__group-wrapper:not(.quick-add-type-icon) .card-product__group {
    opacity: var(--opacity-0);
    transform: translateX(0.5rem);
  }
}

@media (hover: hover) and (min-width: 1025px) {
  .card-wrapper .card--block-content .card--block-button {
    opacity: var(--opacity-0);
    transform: translateY(1rem);
  }

  :is(.card-wrapper:not(.card--block):hover .card__countdown,
    .card-wrapper.card--block:hover .card--block-media__bottom .card__countdown),
  .card-wrapper:hover :is(.card--block-media__bottom .card-marquee, .card--block-content > *:not(.card--block-button)) {
    opacity: var(--opacity-0);
  }

  .card-wrapper:not(.card--block):hover .card__countdown {
    transform: translateX(-50%) translateY(0.5rem);
  }

  .card-wrapper.card--block:hover .card--block-media__bottom .card__countdown,
  .card-wrapper:hover .card--block-media__bottom .card-marquee {
    transform: translateY(0.5rem);
  }

  .card-wrapper:hover .card-badge-is-bottom-right:has(.card__countdown, card-marquee) .card__badge {
    transform: translateY(3rem);
  }

  .card-wrapper:hover .card--block-button {
    opacity: var(--opacity-100);
    transform: translateY(0);
  }

  .card-wrapper:hover :is(.card-product__group-wrapper.quick-add-type-icon, .card-product__group-wrapper:not(.quick-add-type-icon) .card-product__group) {
    opacity: var(--opacity-100);
    transform: translateX(0);
  }

  .card-wrapper:hover .card--block-content > *:not(.card--block-button) {
    transform: translateY(1rem);
  }

  .card-wrapper:hover .card--block-content .card--block-button {
    opacity: var(--opacity-100);
    transform: translateY(0);
  }
}

/* card tablet */
@media screen and (max-width: 1024px) {
  .card--block-blocks {
    display: flex;
    flex-direction: column;
  }

  .card--block-media__bottom {
    position: static;
    display: flex;
    flex-direction: column;
    order: -1;
  }

  .card--block-media__bottom .card--block-marquee {
    order: -1;
  }

  .card--block-media__bottom .spacer {
    order: 0;
  }

  .card--block-media__bottom .card--block-countdown {
    order: 1;
  }
}

/* card mobile */
@media screen and (max-width: 749px) {
  .card.card--quickadd-type-icon > .card--block-button .card-product__group-btn .text {
    display: inline-block;
    z-index: 1;
  }
}

.shopify-section-group-popup-group {
  .card__content {
    padding: 0px;
  }

  .card__badge.custom {
    top: 0;
    left: 0;

    .badge {
      padding: 4px;
    }
  }
}

.card__heading .text {
  text-align: var(--text-align);
}

.card--block-title .card__heading .text {
  text-align: var(--text-align-default);
}

/* product card list */
.product-card-list .quick-add {
  grid-row-start: 3;
  padding: 0 1rem;
}

.product-card-list .card__inner {
  width: 10rem;
  min-width: 10rem;
}

.product-card-list .card__content {
  padding: .5rem 0;
}

.product-card-list .card__information {
  padding: 0 1rem .5rem;
}

.product-card-list .quick-add__submit {
  padding: .5rem;
}

@media (min-width: 750px) and (max-width: 1024px) {
  .product-card-list-video-item .card__inner {
    width: 6rem;
    min-width: 6rem;
  }
}

/* Editorial product card */
.product-grid {
  --product-grid-gap-desktop: 28px;
  --product-grid-gap-mobile: 14px;
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  .product-grid {
    --product-grid-gap-desktop: 20px;
  }
}

.product-card-wrapper:not(.product-card-list) {
  height: 100%;
}

.product-card-wrapper:not(.product-card-list) > .card,
.product-card-wrapper:not(.product-card-list).card--block > .card {
  background: transparent;
  border: 0;
  box-shadow: none;
  gap: 0 !important;
  padding: 0 !important;
  transition:
    box-shadow 400ms cubic-bezier(.22, .61, .36, 1),
    transform 400ms cubic-bezier(.22, .61, .36, 1);
}

@media (hover: hover) {
  .product-card-wrapper:not(.product-card-list):hover > .card {
    box-shadow: 0 20px 60px rgb(0 0 0 / 0.08);
    transform: translateY(-4px);
  }
}

/* ── Image container ── */
.product-card-wrapper:not(.product-card-list) .card__inner,
.product-card-wrapper:not(.product-card-list) .card--block-media {
  background: #f4f4f4 !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  isolation: isolate;
  overflow: hidden !important;
  position: relative;
}

.product-card-wrapper:not(.product-card-list) .card__media {
  border-radius: 12px;
  margin: 0;
  width: 100%;
}

.product-card-wrapper:not(.product-card-list) .card__media .media,
.product-card-wrapper:not(.product-card-list) .card--block-media .media {
  background: #f4f4f4;
}

.product-card-wrapper:not(.product-card-list) .card__media .media img,
.product-card-wrapper:not(.product-card-list) .card--block-media .media img {
  object-fit: cover;
  transition:
    opacity 400ms cubic-bezier(.22, .61, .36, 1),
    transform 400ms cubic-bezier(.22, .61, .36, 1);
}

@media (hover: hover) {
  .product-card-wrapper:not(.product-card-list):hover .media.media--hover-effect > img:first-child:only-child,
  .product-card-wrapper:not(.product-card-list):hover .media.media--hover-effect > img:first-child:not(:only-child),
  .product-card-wrapper:not(.product-card-list):hover .media.media--hover-effect > img + img {
    transform: scale(1.04);
  }

  .product-card-wrapper:not(.product-card-list):hover .media.media--hover-effect > img:first-child:not(:only-child) {
    opacity: 0;
  }

  .product-card-wrapper:not(.product-card-list):hover .media.media--hover-effect > img + img {
    opacity: 1;
  }
}

/* ── Sale / badge pill ── */
.product-card-wrapper:not(.product-card-list) .card__badge {
  inset: 12px auto auto 12px !important;
  padding: 0 !important;
  z-index: 4;
}

.product-card-wrapper:not(.product-card-list) .card__badge .badge {
  align-items: center;
  background: #c3192e;
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  height: 24px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  min-width: 0;
  padding: 6px 10px !important;
  text-transform: none;
}

/* ── Wishlist / action group — top-right, fades in on hover (desktop) ── */
.product-card-wrapper:not(.product-card-list) .card-product__group-wrapper {
  inset: 0 0 auto auto;
  pointer-events: none;
  position: absolute;
  z-index: 5;
}

.product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .card-product__group {
  padding: 12px !important;
}

.product-card-wrapper:not(.product-card-list) .card-product__group-item:not(.card-wishlist),
.product-card-wrapper:not(.product-card-list) .quickview-button,
.product-card-wrapper:not(.product-card-list) .compare-button {
  display: none !important;
}

.product-card-wrapper:not(.product-card-list) .card-product__group-btn.wishlist-button {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 16px rgb(0 0 0 / 0.12);
  color: #555;
  height: 34px;
  opacity: 0;
  pointer-events: auto;
  transition:
    background 200ms ease,
    color 200ms ease,
    opacity 300ms ease,
    transform 300ms ease;
  transform: translateY(-4px);
  width: 34px;
}

.product-card-wrapper:not(.product-card-list) .card-product__group-btn.wishlist-button svg {
  fill: none;
  height: 16px;
  stroke: currentColor;
  width: 16px;
}

/* Reveal wishlist on card hover (desktop) */
@media (hover: hover) {
  .product-card-wrapper:not(.product-card-list):hover .card-product__group-btn.wishlist-button {
    opacity: 1;
    transform: translateY(0);
  }

  .product-card-wrapper:not(.product-card-list) .card-product__group-btn.wishlist-button:hover,
  .product-card-wrapper:not(.product-card-list) .card-product__group-btn.wishlist-button.wishlist-added {
    background: #111;
    color: #fff;
  }
}

/* Wishlist always visible on touch / mobile */
@media (hover: none) {
  .product-card-wrapper:not(.product-card-list) .card-product__group-btn.wishlist-button {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Premium Quick Add overlay ── */
.epc-quick-add {
  bottom: 0;
  left: 0;
  padding: 0 16px 16px;
  position: absolute;
  right: 0;
  z-index: 6;
}

.epc-quick-add .epc-quick-add__btn {
  align-items: center;
  background: #111 !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 20px rgb(0 0 0 / 0.15) !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  gap: 8px;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.15em !important;
  line-height: 1;
  min-height: 40px;
  padding: 0 16px !important;
  pointer-events: auto;
  text-transform: uppercase !important;
  transition: background 250ms ease, transform 250ms ease !important;
  width: 100%;
}

@media (hover: hover) {
  .epc-quick-add .epc-quick-add__btn:hover {
    background: #c3192e !important;
  }
}

.epc-quick-add .epc-quick-add__btn svg {
  flex-shrink: 0;
  height: 14px;
  width: 14px;
}

/* Null out any ::before / ::after from base button styles */
.epc-quick-add .epc-quick-add__btn::before,
.epc-quick-add .epc-quick-add__btn::after {
  display: none !important;
}

.epc-quick-add .epc-quick-add__btn .loading__spinner {
  color: currentColor;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.epc-quick-add .epc-quick-add__btn.loading > span,
.epc-quick-add .epc-quick-add__btn.loading > svg {
  opacity: 0;
}

.epc-quick-add .epc-quick-add__btn[disabled] {
  background: rgba(108, 112, 109, 0.9) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: none !important;
  cursor: default;
}

/* Desktop: hidden by default, slides up on card hover */
@media (hover: hover) and (min-width: 750px) {
  .epc-quick-add {
    opacity: 0;
    transform: translateY(8px);
    transition:
      opacity 300ms cubic-bezier(.22, .61, .36, 1),
      transform 300ms cubic-bezier(.22, .61, .36, 1);
  }

  .product-card-wrapper:not(.product-card-list):hover .epc-quick-add {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile / touch: always visible */
@media (hover: none), (max-width: 749px) {
  .epc-quick-add {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

/* ── Card content area (below image) ── */
.product-card-wrapper:not(.product-card-list) > .card > .card__content,
.product-card-wrapper:not(.product-card-list).card--block .card-product-information {
  padding: 0;
}

.product-card-wrapper:not(.product-card-list) .card__information,
.product-card-wrapper:not(.product-card-list) .card-product-information {
  padding: 16px 0 0 !important;
  text-align: left;
}

/* ── Vendor ── */
.product-card-wrapper:not(.product-card-list) .caption-with-letter-spacing,
.product-card-wrapper:not(.product-card-list) .card--block-vendor,
.product-card-wrapper:not(.product-card-list) .card--block-vendor a {
  color: #888 !important;
  display: block;
  font-size: 10px !important;
  font-weight: 500;
  letter-spacing: 0.25em !important;
  line-height: 1.2;
  margin: 0 0 6px;
  text-decoration: none;
  text-transform: uppercase;
}

/* ── Product title ── */
.product-card-wrapper:not(.product-card-list) .card__heading,
.product-card-wrapper:not(.product-card-list) .card--block-title {
  color: #111;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.35;
  margin: 0;
}

.product-card-wrapper:not(.product-card-list) .card__heading .full-unstyled-link,
.product-card-wrapper:not(.product-card-list) .card--block-title a {
  color: inherit;
  display: -webkit-box;
  overflow: hidden;
  text-decoration: none;
  transition: color 240ms ease;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (hover: hover) {
  .product-card-wrapper:not(.product-card-list) .card__heading .full-unstyled-link:hover,
  .product-card-wrapper:not(.product-card-list) .card--block-title a:hover {
    color: #be2332;
  }
}

/* ── Pricing ── */
.product-card-wrapper:not(.product-card-list) .card-information,
.product-card-wrapper:not(.product-card-list) .card-price {
  margin-top: 8px;
  text-align: left !important;
}

.product-card-wrapper:not(.product-card-list) .card-information .price,
.product-card-wrapper:not(.product-card-list) .card-price .price {
  color: #111;
  display: block;
  font-size: 16px !important;
  font-weight: 700;
  text-align: left !important;
}

.product-card-wrapper:not(.product-card-list) .card-information .price__container,
.product-card-wrapper:not(.product-card-list) .card-price .price__container {
  display: flex !important;
  gap: 6px !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  width: auto !important;
}

.product-card-wrapper:not(.product-card-list) .price--on-sale .price__sale {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 6px;
  justify-content: flex-start;
}

.product-card-wrapper:not(.product-card-list) .price--on-sale .price-item--sale.price-item--last,
.product-card-wrapper:not(.product-card-list) .price:not(.price--on-sale) .price__regular .price-item--regular {
  color: #111;
  font-size: 16px !important;
  font-weight: 700;
}

.product-card-wrapper:not(.product-card-list) .price--on-sale .price-item--regular {
  color: #888 !important;
  font-size: 13px !important;
  font-weight: 400;
  opacity: 1;
  text-decoration: line-through;
}

.product-card-wrapper:not(.product-card-list) .price-item--percent {
  display: none;
}

/* ── Swatches and size preview ── */
.product-card-wrapper:not(.product-card-list) .card__bottom,
.product-card-wrapper:not(.product-card-list) .card--block-variant {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 0 0 !important;
}

.product-card-wrapper:not(.product-card-list) .card__swatch .swatch-list {
  gap: 6px !important;
  justify-content: flex-start !important;
  margin: 0;
}

.product-card-wrapper:not(.product-card-list) .card__swatch .swatch {
  background: var(--swatch--background, var(--swatch--background-color, #e5e5e5));
  background-size: cover;
  border: 1px solid rgb(0 0 0 / 0.08);
  border-radius: 50%;
  height: 10px;
  min-height: 10px;
  min-width: 10px;
  transition: transform 220ms ease, box-shadow 220ms ease;
  width: 10px;
}

.product-card-wrapper:not(.product-card-list) .card__swatch .swatch-item.active .swatch {
  box-shadow: 0 0 0 1px #111, 0 0 0 3px #fff;
}

@media (hover: hover) {
  .product-card-wrapper:not(.product-card-list) .card__swatch .swatch-item:hover .swatch {
    transform: scale(1.2);
  }
}

/* ── Size preview ── */
.card-size-preview {
  color: #888;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  gap: 0 4px;
  justify-content: flex-end;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0;
}

/* ── Block-style card (flex builder / section.liquid) quick-add overlay ── */
.product-card-wrapper:not(.product-card-list) .card--block-media > .card--block-blocks .card--block-button {
  bottom: 12px;
  left: 12px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 12px;
  transform: translateY(0);
  width: auto !important;
  z-index: 5;
}

@media (hover: hover) and (min-width: 750px) {
  .product-card-wrapper:not(.product-card-list) .card--block-media > .card--block-blocks .card--block-button {
    opacity: 0;
    transform: translateY(12px);
    transition:
      opacity 400ms cubic-bezier(.22, .61, .36, 1),
      transform 400ms cubic-bezier(.22, .61, .36, 1);
  }

  .product-card-wrapper:not(.product-card-list):hover .card--block-media > .card--block-blocks .card--block-button {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

/* ── Google Font: Cormorant Garamond (editorial serif) ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&display=swap');
