/** Shopify CDN: Minification failed

Line 1532: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 — Add to Cart ── */
.epc-quick-add {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: auto;
  z-index: 6;
  padding: 0;
  pointer-events: none;
}

.epc-quick-add .epc-quick-add__btn {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0 !important;
  border: 1px solid rgb(255 255 255 / 0.75) !important;
  border-radius: 50% !important;
  background: rgb(255 255 255 / 0.94) !important;
  color: #111 !important;
  box-shadow:
    0 8px 24px rgb(0 0 0 / 0.16),
    0 2px 6px rgb(0 0 0 / 0.08) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  pointer-events: auto;
  overflow: visible;
  transition:
    transform 220ms cubic-bezier(.22,.61,.36,1),
    background 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

/* Clear shopping-cart glyph */
.epc-quick-add .epc-quick-add__btn::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 13px;
  width: 17px;
  height: 13px;
  border: 1.8px solid currentColor;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  transform: skew(-8deg);
}

/* Cart handle */
.epc-quick-add .epc-quick-add__btn::after {
  content: "+";
  position: absolute;
  right: 7px;
  bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid #111;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  z-index: 3;
  transition:
    transform 220ms ease,
    background 220ms ease,
    color 220ms ease;
}

/* Cart wheels */
.epc-quick-add .epc-quick-add__btn > svg {
  position: relative;
  z-index: 2;
  width: 0 !important;
  height: 0 !important;
}

/* Wheel dots created without changing markup */
.epc-quick-add .epc-quick-add__btn span:first-child {
  position: relative;
}

/* Small tooltip on desktop */
.epc-quick-add .epc-quick-add__btn[aria-label]::after {
  /* Keep the plus badge; tooltip is supplied by the title attribute below
     if present, so no text is injected here. */
}

/* Loading state */
.epc-quick-add .epc-quick-add__btn.loading::before,
.epc-quick-add .epc-quick-add__btn.loading::after {
  opacity: 0;
}

.epc-quick-add .epc-quick-add__btn .loading__spinner {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 18px;
  height: 18px;
  color: currentColor;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.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: rgb(255 255 255 / 0.75) !important;
  color: rgb(17 17 17 / 0.45) !important;
  box-shadow: none !important;
  cursor: default;
}

.epc-quick-add .epc-quick-add__btn[disabled]::after {
  background: rgb(17 17 17 / 0.45);
  border-color: rgb(17 17 17 / 0.45);
}

/* Desktop: subtle reveal on product hover */
@media (hover: hover) and (min-width: 750px) {
  .epc-quick-add {
    opacity: 0;
    transform: translateY(7px) scale(.96);
    transition:
      opacity 240ms cubic-bezier(.22,.61,.36,1),
      transform 240ms cubic-bezier(.22,.61,.36,1);
  }

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

  .epc-quick-add .epc-quick-add__btn:hover {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
    box-shadow:
      0 12px 30px rgb(0 0 0 / 0.22),
      0 3px 8px rgb(0 0 0 / 0.10) !important;
    transform: translateY(-2px) scale(1.04);
  }

  .epc-quick-add .epc-quick-add__btn:hover::after {
    background: #fff;
    border-color: #fff;
    color: #111;
    transform: scale(1.08);
  }
}

/* Mobile / touch: always visible and slightly larger tap target */
@media (hover: none), (max-width: 749px) {
  .epc-quick-add {
    right: 10px;
    bottom: 10px;
    opacity: 1 !important;
    transform: none !important;
  }

  .epc-quick-add .epc-quick-add__btn {
    width: 44px;
    height: 44px;
    min-height: 44px;
  }
}

/* ── 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');

/* =========================================================
   MOBILE PRODUCT CARD ALIGNMENT FIX
   Universes RAW - Final
   ========================================================= */

@media screen and (max-width: 749px) {
  .product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 12px !important;
    row-gap: 28px !important;
    align-items: start !important;
  }

  .product-grid > .grid__item,
  .product-grid .grid__item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: start !important;
  }

  .product-card-wrapper:not(.product-card-list),
  .product-card-wrapper:not(.product-card-list) > .card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .product-card-wrapper:not(.product-card-list) > .card {
    display: block !important;
    position: relative !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__content {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__inner,
  .product-card-wrapper:not(.product-card-list) .card--block-media {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 5 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 12px !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__media .media,
  .product-card-wrapper:not(.product-card-list) .card__media img,
  .product-card-wrapper:not(.product-card-list) .card--block-media .media,
  .product-card-wrapper:not(.product-card-list) .card--block-media img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__information,
  .product-card-wrapper:not(.product-card-list) .card-product-information {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 12px 0 0 !important;
    text-align: left !important;
  }

  .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 {
    width: 100% !important;
    min-height: 12px !important;
    margin: 0 0 5px !important;
    line-height: 1.2 !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__heading,
  .product-card-wrapper:not(.product-card-list) .card--block-title {
    width: 100% !important;
    min-height: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    line-height: 1.35 !important;
    overflow: hidden !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__heading .full-unstyled-link,
  .product-card-wrapper:not(.product-card-list) .card--block-title a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
  }

  .product-card-wrapper:not(.product-card-list) .card-information,
  .product-card-wrapper:not(.product-card-list) .card-price {
    width: 100% !important;
    min-height: 23px !important;
    margin: 7px 0 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .product-card-wrapper:not(.product-card-list) .card-information .price,
  .product-card-wrapper:not(.product-card-list) .card-price .price {
    width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .product-card-wrapper:not(.product-card-list) .price__container {
    display: flex !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .product-card-wrapper:not(.product-card-list) .card-size-preview {
    position: static !important;
    display: flex !important;
    width: 100% !important;
    min-height: 12px !important;
    height: auto !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    justify-content: flex-start !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__bottom,
  .product-card-wrapper:not(.product-card-list) .card--block-variant {
    position: static !important;
    display: flex !important;
    width: 100% !important;
    min-height: 18px !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__badge {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 10 !important;
  }

  .product-card-wrapper:not(.product-card-list) .card-product__group-wrapper {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    z-index: 10 !important;
  }

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

  .product-card-wrapper:not(.product-card-list) .epc-quick-add {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    padding: 0 10px 10px !important;
    z-index: 9 !important;
  }

  .product-card-wrapper:not(.product-card-list) .epc-quick-add__btn {
    width: 100% !important;
  }

  .product-card-wrapper:not(.product-card-list):hover > .card,
  .product-card-wrapper:not(.product-card-list) > .card {
    transform: none !important;
  }

  .product-card-wrapper:not(.product-card-list),
  .product-card-wrapper:not(.product-card-list) *,
  .product-grid > .grid__item {
    box-sizing: border-box !important;
  }
}

/* =========================================================
   UNIVERSes RAW — MINIMAL LUXURY PRODUCT CARD FINISH
   Purpose: premium, quiet, product-first presentation.
   Keeps the product image dominant and removes visual clutter.
   ========================================================= */

:root {
  --ur-black: #111111;
  --ur-muted: #8a8a8a;
  --ur-line: rgba(17, 17, 17, 0.10);
  --ur-soft: #f6f6f4;
}

/* ---------------------------------------------------------
   PRODUCT GRID — QUIET, EVEN RHYTHM
   --------------------------------------------------------- */
.product-grid {
  --product-grid-gap-desktop: 30px;
  --product-grid-gap-mobile: 14px;
}

.product-card-wrapper:not(.product-card-list) {
  background: transparent !important;
  border: 0 !important;
}

.product-card-wrapper:not(.product-card-list) > .card,
.product-card-wrapper:not(.product-card-list).card--block > .card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* ---------------------------------------------------------
   IMAGE — HERO ELEMENT, NO VISUAL DISTRACTION
   --------------------------------------------------------- */
.product-card-wrapper:not(.product-card-list) .card__inner,
.product-card-wrapper:not(.product-card-list) .card--block-media {
  background: var(--ur-soft) !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.product-card-wrapper:not(.product-card-list) .card__media,
.product-card-wrapper:not(.product-card-list) .card__media .media,
.product-card-wrapper:not(.product-card-list) .card--block-media .media {
  border-radius: 10px !important;
}

.product-card-wrapper:not(.product-card-list) .card__media .media img,
.product-card-wrapper:not(.product-card-list) .card--block-media .media img {
  transition: transform 500ms cubic-bezier(.22,.61,.36,1), opacity 300ms ease !important;
}

/* Very subtle desktop interaction — never aggressive. */
@media (hover: hover) and (min-width: 750px) {
  .product-card-wrapper:not(.product-card-list):hover .card__media .media img,
  .product-card-wrapper:not(.product-card-list):hover .card--block-media .media img {
    transform: scale(1.015) !important;
  }
}

/* ---------------------------------------------------------
   SALE BADGE — SMALL BLACK LUXURY LABEL
   --------------------------------------------------------- */
.product-card-wrapper:not(.product-card-list) .card__badge {
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
  bottom: auto !important;
  padding: 0 !important;
  z-index: 8 !important;
}

.product-card-wrapper:not(.product-card-list) .card__badge .badge {
  min-width: 0 !important;
  width: auto !important;
  height: 22px !important;
  padding: 0 8px !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: rgba(17,17,17,.94) !important;
  color: #fff !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: .08em !important;
  line-height: 22px !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

/* Hide redundant badge styles when there is no discount. */
.product-card-wrapper:not(.product-card-list) .price-item--percent {
  display: none !important;
}

/* ---------------------------------------------------------
   WISHLIST — QUIET, SECONDARY CONTROL
   --------------------------------------------------------- */
.product-card-wrapper:not(.product-card-list) .card-product__group-wrapper {
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  z-index: 8 !important;
}

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

.product-card-wrapper:not(.product-card-list) .card-product__group-btn.wishlist-button {
  width: 30px !important;
  height: 30px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.72) !important;
  color: #333 !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px) !important;
}

.product-card-wrapper:not(.product-card-list) .card-product__group-btn.wishlist-button svg {
  width: 14px !important;
  height: 14px !important;
}

@media (hover: hover) and (min-width: 750px) {
  .product-card-wrapper:not(.product-card-list) .card-product__group-btn.wishlist-button {
    opacity: 0 !important;
    transform: translateY(-3px) !important;
    transition: opacity 220ms ease, transform 220ms ease, background 180ms ease !important;
  }

  .product-card-wrapper:not(.product-card-list):hover .card-product__group-btn.wishlist-button,
  .product-card-wrapper:not(.product-card-list) .card-product__group-btn.wishlist-button.wishlist-added {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

@media (hover: none), (max-width: 749px) {
  .product-card-wrapper:not(.product-card-list) .card-product__group-btn.wishlist-button {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* ---------------------------------------------------------
   QUICK ADD — DO NOT COVER PRODUCT PHOTOS ON MOBILE
   --------------------------------------------------------- */
@media (max-width: 749px) {
  .product-card-wrapper:not(.product-card-list) .epc-quick-add,
  .product-card-wrapper:not(.product-card-list) .card--block-media > .card--block-blocks .card--block-button {
    display: none !important;
  }
}

/* Desktop: discreet text button only on hover. */
@media (hover: hover) and (min-width: 750px) {
  .product-card-wrapper:not(.product-card-list) .epc-quick-add {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    padding: 0 !important;
    opacity: 0 !important;
    transform: translateY(5px) !important;
    transition: opacity 220ms ease, transform 220ms ease !important;
  }

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

  .product-card-wrapper:not(.product-card-list) .epc-quick-add .epc-quick-add__btn {
    height: 36px !important;
    min-height: 36px !important;
    border-radius: 3px !important;
    background: rgba(17,17,17,.94) !important;
    font-size: 9px !important;
    font-weight: 600 !important;
    letter-spacing: .13em !important;
    box-shadow: none !important;
  }
}

/* ---------------------------------------------------------
   INFORMATION — EDITORIAL / LUXURY TYPOGRAPHY
   --------------------------------------------------------- */
.product-card-wrapper:not(.product-card-list) .card__information,
.product-card-wrapper:not(.product-card-list) .card-product-information {
  padding: 13px 0 0 !important;
  text-align: left !important;
}

.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: #8b8b8b !important;
  font-family: inherit !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  letter-spacing: .18em !important;
  line-height: 1.2 !important;
  margin: 0 0 5px !important;
  text-transform: uppercase !important;
}

.product-card-wrapper:not(.product-card-list) .card__heading,
.product-card-wrapper:not(.product-card-list) .card--block-title {
  color: var(--ur-black) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: .005em !important;
  line-height: 1.32 !important;
  margin: 0 !important;
}

.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 !important;
  text-decoration: none !important;
}

@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: #555 !important;
  }
}

/* ---------------------------------------------------------
   PRICE — CLEAN, STRONG BUT NOT LOUD
   --------------------------------------------------------- */
.product-card-wrapper:not(.product-card-list) .card-information,
.product-card-wrapper:not(.product-card-list) .card-price {
  margin-top: 7px !important;
  padding: 0 !important;
  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 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

.product-card-wrapper:not(.product-card-list) .price__container,
.product-card-wrapper:not(.product-card-list) .price--on-sale .price__sale {
  align-items: baseline !important;
  display: flex !important;
  gap: 5px !important;
  justify-content: flex-start !important;
}

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

.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 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* ---------------------------------------------------------
   SIZES / SWATCHES — VERY SUBTLE
   --------------------------------------------------------- */
.product-card-wrapper:not(.product-card-list) .card__bottom,
.product-card-wrapper:not(.product-card-list) .card--block-variant {
  min-height: 14px !important;
  margin-top: 8px !important;
  padding: 0 !important;
}

.product-card-wrapper:not(.product-card-list) .card__swatch .swatch-list {
  gap: 5px !important;
}

.product-card-wrapper:not(.product-card-list) .card__swatch .swatch {
  width: 9px !important;
  min-width: 9px !important;
  height: 9px !important;
  min-height: 9px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  box-shadow: none !important;
}

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

.product-card-wrapper:not(.product-card-list) .card-size-preview {
  color: #999 !important;
  display: flex !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  gap: 0 4px !important;
  justify-content: flex-end !important;
  letter-spacing: .10em !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

/* ---------------------------------------------------------
   MOBILE — PRODUCT FIRST, ZERO CLUTTER
   --------------------------------------------------------- */
@media screen and (max-width: 749px) {
  .product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 12px !important;
    row-gap: 30px !important;
    align-items: start !important;
  }

  .product-grid > .grid__item,
  .product-grid .grid__item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: start !important;
  }

  .product-card-wrapper:not(.product-card-list),
  .product-card-wrapper:not(.product-card-list) > .card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .product-card-wrapper:not(.product-card-list) > .card {
    display: block !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__content {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__inner,
  .product-card-wrapper:not(.product-card-list) .card--block-media {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 5 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 10px !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__media .media,
  .product-card-wrapper:not(.product-card-list) .card__media img,
  .product-card-wrapper:not(.product-card-list) .card--block-media .media,
  .product-card-wrapper:not(.product-card-list) .card--block-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

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

  /* Keep title blocks uniform without looking boxed. */
  .product-card-wrapper:not(.product-card-list) .card__heading,
  .product-card-wrapper:not(.product-card-list) .card--block-title {
    min-height: 37px !important;
    height: 37px !important;
    overflow: hidden !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__heading .full-unstyled-link,
  .product-card-wrapper:not(.product-card-list) .card--block-title a {
    -webkit-line-clamp: 2 !important;
  }

  .product-card-wrapper:not(.product-card-list) .card-information,
  .product-card-wrapper:not(.product-card-list) .card-price {
    min-height: 18px !important;
    margin-top: 5px !important;
  }

  .product-card-wrapper:not(.product-card-list) .card-information .price,
  .product-card-wrapper:not(.product-card-list) .card-price .price {
    font-size: 13px !important;
  }

  .product-card-wrapper:not(.product-card-list) .price--on-sale .price-item--regular {
    font-size: 10px !important;
  }

  .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 {
    font-size: 13px !important;
  }

  /* Move size preview into the information flow. */
  .product-card-wrapper:not(.product-card-list) .card-size-preview {
    position: static !important;
    width: 100% !important;
    min-height: 10px !important;
    margin-top: 7px !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__bottom,
  .product-card-wrapper:not(.product-card-list) .card--block-variant {
    display: flex !important;
    width: 100% !important;
    min-height: 12px !important;
    margin-top: 7px !important;
    padding: 0 !important;
  }

  /* Hide overlay actions completely on mobile. */
  .product-card-wrapper:not(.product-card-list) .epc-quick-add,
  .product-card-wrapper:not(.product-card-list) .card--block-media > .card--block-blocks .card--block-button,
  .product-card-wrapper:not(.product-card-list) .card-product__group-wrapper {
    display: none !important;
  }

  /* Tiny, unobtrusive sale label. */
  .product-card-wrapper:not(.product-card-list) .card__badge {
    top: 8px !important;
    left: 8px !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__badge .badge {
    height: 20px !important;
    padding: 0 7px !important;
    font-size: 8px !important;
    line-height: 20px !important;
  }

  /* Remove all movement on touch. */
  .product-card-wrapper:not(.product-card-list):hover > .card,
  .product-card-wrapper:not(.product-card-list) > .card {
    transform: none !important;
    box-shadow: none !important;
  }
}

/* ---------------------------------------------------------
   TABLET — SAME QUIET SYSTEM
   --------------------------------------------------------- */
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .product-grid {
    column-gap: 20px !important;
    row-gap: 34px !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__inner,
  .product-card-wrapper:not(.product-card-list) .card--block-media {
    border-radius: 10px !important;
  }
}

/* ---------------------------------------------------------
   ACCESSIBILITY / PERFORMANCE
   --------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .product-card-wrapper:not(.product-card-list) * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* =========================================================
   UNIVERSes RAW — FINAL DYNAMIC BADGE POSITION SYSTEM
   Shopify Theme Editor controls Top/Bottom + Left/Right.
   This intentionally overrides older hard-coded badge rules.
   ========================================================= */

.product-card-wrapper:not(.product-card-list) .card__badge {
  position: absolute !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10 !important;
  align-self: auto !important;
  justify-self: auto !important;
  transform: none !important;
}

/* TOP LEFT */
.product-card-wrapper:not(.product-card-list) .card__badge.top.left,
.product-card-wrapper:not(.product-card-list) .card__badge.top-left {
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
  bottom: auto !important;
}

/* TOP RIGHT */
.product-card-wrapper:not(.product-card-list) .card__badge.top.right,
.product-card-wrapper:not(.product-card-list) .card__badge.top-right {
  top: 10px !important;
  right: 10px !important;
  bottom: auto !important;
  left: auto !important;
}

/* BOTTOM LEFT */
.product-card-wrapper:not(.product-card-list) .card__badge.bottom.left,
.product-card-wrapper:not(.product-card-list) .card__badge.bottom-left {
  top: auto !important;
  right: auto !important;
  bottom: 10px !important;
  left: 10px !important;
}

/* BOTTOM RIGHT */
.product-card-wrapper:not(.product-card-list) .card__badge.bottom.right,
.product-card-wrapper:not(.product-card-list) .card__badge.bottom-right {
  top: auto !important;
  right: 10px !important;
  bottom: 10px !important;
  left: auto !important;
}

/* Single-axis fallback for theme markup that uses separate
   top/bottom and left/right classes. */
.product-card-wrapper:not(.product-card-list) .card__badge.top:not(.bottom) {
  top: 10px !important;
  bottom: auto !important;
}

.product-card-wrapper:not(.product-card-list) .card__badge.bottom:not(.top) {
  top: auto !important;
  bottom: 10px !important;
}

.product-card-wrapper:not(.product-card-list) .card__badge.left:not(.right) {
  left: 10px !important;
  right: auto !important;
}

.product-card-wrapper:not(.product-card-list) .card__badge.right:not(.left) {
  right: 10px !important;
  left: auto !important;
}

/* Custom badge: preserve Shopify's selected position too. */
.product-card-wrapper:not(.product-card-list) .card__badge.custom {
  position: absolute !important;
  z-index: 10 !important;
}

/* Minimal luxury badge appearance. */
.product-card-wrapper:not(.product-card-list) .card__badge .badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  width: auto !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: rgba(17,17,17,.94) !important;
  color: #fff !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: .08em !important;
  line-height: 22px !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  white-space: nowrap !important;
}

/* Mobile: smaller, quieter positioning. */
@media screen and (max-width: 749px) {
  .product-card-wrapper:not(.product-card-list) .card__badge {
    z-index: 10 !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__badge.top.left,
  .product-card-wrapper:not(.product-card-list) .card__badge.top-left {
    top: 8px !important;
    left: 8px !important;
    right: auto !important;
    bottom: auto !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__badge.top.right,
  .product-card-wrapper:not(.product-card-list) .card__badge.top-right {
    top: 8px !important;
    right: 8px !important;
    bottom: auto !important;
    left: auto !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__badge.bottom.left,
  .product-card-wrapper:not(.product-card-list) .card__badge.bottom-left {
    top: auto !important;
    right: auto !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__badge.bottom.right,
  .product-card-wrapper:not(.product-card-list) .card__badge.bottom-right {
    top: auto !important;
    right: 8px !important;
    bottom: 8px !important;
    left: auto !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__badge.top:not(.bottom) {
    top: 8px !important;
    bottom: auto !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__badge.bottom:not(.top) {
    top: auto !important;
    bottom: 8px !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__badge.left:not(.right) {
    left: 8px !important;
    right: auto !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__badge.right:not(.left) {
    right: 8px !important;
    left: auto !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__badge .badge {
    height: 20px !important;
    padding: 0 7px !important;
    font-size: 8px !important;
    line-height: 20px !important;
    letter-spacing: .06em !important;
  }
}


/* =========================================================
   UNIVERSes RAW — FINAL MOBILE PRODUCT GRID
   EXACT MINIMAL / LUXURY LAYOUT
   ---------------------------------------------------------
   Goals:
   - perfectly aligned 2-column mobile cards
   - equal image heights
   - equal information starting points
   - quiet editorial typography
   - NEW badge ABOVE discount badge
   - discount badge BELOW NEW badge
   - no badges sharing one horizontal row
   - Shopify position setting remains respected
   ========================================================= */

@media screen and (max-width: 749px) {

  /* -------------------------------------------------------
     GRID
     ------------------------------------------------------- */
  .product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 14px !important;
    row-gap: 30px !important;
    align-items: start !important;
  }

  .product-grid > .grid__item,
  .product-grid .grid__item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: start !important;
  }

  /* -------------------------------------------------------
     CARD RESET
     ------------------------------------------------------- */
  .product-card-wrapper:not(.product-card-list),
  .product-card-wrapper:not(.product-card-list) > .card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  .product-card-wrapper:not(.product-card-list) > .card {
    display: block !important;
    position: relative !important;
    padding: 0 !important;
    gap: 0 !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__content {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  /* -------------------------------------------------------
     IMAGE — SAME SIZE FOR EVERY PRODUCT
     ------------------------------------------------------- */
  .product-card-wrapper:not(.product-card-list) .card__inner,
  .product-card-wrapper:not(.product-card-list) .card--block-media {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 5 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    background: #f6f6f4 !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__media,
  .product-card-wrapper:not(.product-card-list) .card__media .media,
  .product-card-wrapper:not(.product-card-list) .card--block-media .media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border-radius: 10px !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__media .media img,
  .product-card-wrapper:not(.product-card-list) .card--block-media .media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  /* -------------------------------------------------------
     BADGE CONTAINER
     -------------------------------------------------------
     Shopify's selected position determines where the whole
     badge stack sits. The two badges themselves are vertical.
     ------------------------------------------------------- */
  .product-card-wrapper:not(.product-card-list) .card__badge {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    width: max-content !important;
    max-width: calc(100% - 16px) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 20 !important;
  }

  /* Never allow badges to sit beside each other. */
  .product-card-wrapper:not(.product-card-list) .card__badge .badge {
    display: flex !important;
    flex: 0 0 auto !important;
    width: max-content !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 21px !important;
    min-height: 21px !important;
    margin: 0 !important;
    padding: 0 8px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 2px !important;
    background: rgba(17,17,17,.96) !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 8px !important;
    font-weight: 600 !important;
    letter-spacing: .08em !important;
    line-height: 21px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    box-shadow: none !important;
  }

  /* First badge = NEW / primary sale label. */
  .product-card-wrapper:not(.product-card-list) .card__badge .badge:first-child {
    order: 1 !important;
  }

  /* Second badge = discount percentage. */
  .product-card-wrapper:not(.product-card-list) .card__badge .badge:nth-child(2) {
    order: 2 !important;
  }

  /* Slightly stronger visual distinction for discount. */
  .product-card-wrapper:not(.product-card-list) .card__badge .badge:nth-child(2) {
    background: #111 !important;
  }

  /* -------------------------------------------------------
     PRODUCT INFORMATION — SAME STARTING POINT
     ------------------------------------------------------- */
  .product-card-wrapper:not(.product-card-list) .card__information,
  .product-card-wrapper:not(.product-card-list) .card-product-information {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 14px 0 0 !important;
    text-align: left !important;
  }

  /* -------------------------------------------------------
     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 {
    display: block !important;
    width: 100% !important;
    height: 14px !important;
    min-height: 14px !important;
    margin: 0 0 7px !important;
    overflow: hidden !important;
    color: #999 !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    letter-spacing: .22em !important;
    line-height: 14px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  /* -------------------------------------------------------
     TITLE — FIXED TWO-LINE HEIGHT
     ------------------------------------------------------- */
  .product-card-wrapper:not(.product-card-list) .card__heading,
  .product-card-wrapper:not(.product-card-list) .card--block-title {
    display: block !important;
    width: 100% !important;
    height: 43px !important;
    min-height: 43px !important;
    max-height: 43px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: #111 !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.42 !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__heading .full-unstyled-link,
  .product-card-wrapper:not(.product-card-list) .card--block-title a {
    display: -webkit-box !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    color: inherit !important;
    text-decoration: none !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  /* -------------------------------------------------------
     PRICE — ALWAYS ALIGNED
     ------------------------------------------------------- */
  .product-card-wrapper:not(.product-card-list) .card-information,
  .product-card-wrapper:not(.product-card-list) .card-price {
    width: 100% !important;
    min-height: 23px !important;
    margin: 7px 0 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .product-card-wrapper:not(.product-card-list) .card-information .price,
  .product-card-wrapper:not(.product-card-list) .card-price .price {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .product-card-wrapper:not(.product-card-list) .price__container {
    display: flex !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    width: 100% !important;
    margin: 0 !important;
  }

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

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

  .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 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  /* -------------------------------------------------------
     SIZE PREVIEW / SWATCHES — QUIET FOOTER
     ------------------------------------------------------- */
  .product-card-wrapper:not(.product-card-list) .card__bottom,
  .product-card-wrapper:not(.product-card-list) .card--block-variant {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 15px !important;
    margin: 7px 0 0 !important;
    padding: 0 !important;
  }

  .product-card-wrapper:not(.product-card-list) .card-size-preview {
    display: flex !important;
    width: 100% !important;
    height: 12px !important;
    min-height: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
    color: #999 !important;
    font-size: 9px !important;
    letter-spacing: .08em !important;
    line-height: 12px !important;
    white-space: nowrap !important;
  }

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

  .product-card-wrapper:not(.product-card-list) .card__swatch .swatch {
    width: 9px !important;
    height: 9px !important;
    min-width: 9px !important;
    min-height: 9px !important;
  }

  /* -------------------------------------------------------
     NO VISUAL JUMP FROM HOVER / TRANSFORMS ON MOBILE
     ------------------------------------------------------- */
  .product-card-wrapper:not(.product-card-list):hover > .card,
  .product-card-wrapper:not(.product-card-list) > .card {
    transform: none !important;
    box-shadow: none !important;
  }
}

/* =========================================================
   DESKTOP — KEEP THE SAME CLEAN PRODUCT RHYTHM
   ========================================================= */
@media screen and (min-width: 750px) {
  .product-grid {
    align-items: start !important;
  }

  .product-grid > .grid__item {
    align-self: start !important;
  }

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

/* =========================================================
   FINAL BADGE STACK — WORKS WITH ALL SHOPIFY POSITIONS
   The whole stack follows Shopify's selected position.
   NEW stays above the discount percentage.
   ========================================================= */

.product-card-wrapper:not(.product-card-list) .card__badge {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 4px !important;
  width: max-content !important;
  height: auto !important;
}

.product-card-wrapper:not(.product-card-list) .card__badge .badge {
  position: static !important;
  display: flex !important;
  width: max-content !important;
  height: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  align-items: center !important;
  justify-content: center !important;
}

/* NEW = upper label */
.product-card-wrapper:not(.product-card-list) .card__badge .badge:first-child {
  order: 1 !important;
}

/* DISCOUNT = lower label */
.product-card-wrapper:not(.product-card-list) .card__badge .badge:nth-child(2) {
  order: 2 !important;
}

@media screen and (max-width: 749px) {
  .product-card-wrapper:not(.product-card-list) .card__badge {
    gap: 3px !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__badge .badge {
    height: 20px !important;
    min-height: 20px !important;
    padding: 0 7px !important;
    font-size: 8px !important;
    line-height: 20px !important;
  }
}


/* =========================================================
   UNIVERSes RAW — PREMIUM FLOATING QUICK ADD
   Final override

   - Places the shopping-bag button at the bottom-right
     of the PRODUCT IMAGE, not the top-right.
   - Keeps wishlist at the top-right.
   - Compact premium circle.
   - Works on desktop + mobile.
   ========================================================= */

/*
 * IMPORTANT:
 * Ella places the product action group at the top-right.
 * The quick-add button can live inside that group.
 *
 * Make the ACTION WRAPPER cover the complete image so the
 * quick-add button can be anchored to its bottom-right edge.
 */
.product-card-wrapper:not(.product-card-list) .card-product__group-wrapper {
  position: absolute !important;
  inset: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;

  width: 100% !important;
  height: 100% !important;

  pointer-events: none !important;
  z-index: 30 !important;
}


/* Keep wishlist/action controls in their original top-right area. */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card-product__group {
  position: absolute !important;

  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;

  padding: 12px !important;

  pointer-events: none !important;
  z-index: 31 !important;
}


/* Wishlist itself remains clickable. */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card-wishlist,
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .wishlist-button {
  pointer-events: auto !important;
}


/* =========================================================
   QUICK ADD CONTAINER
   ========================================================= */

.product-card-wrapper:not(.product-card-list) .epc-quick-add {
  position: absolute !important;

  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;

  width: 42px !important;
  height: 42px !important;

  min-width: 42px !important;
  min-height: 42px !important;

  margin: 0 !important;
  padding: 0 !important;

  display: block !important;

  opacity: 1 !important;
  visibility: visible !important;

  transform: none !important;

  pointer-events: auto !important;

  z-index: 40 !important;
}


/* =========================================================
   QUICK ADD BUTTON
   ========================================================= */

.product-card-wrapper:not(.product-card-list)
.epc-quick-add .epc-quick-add__btn {

  position: relative !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 42px !important;
  height: 42px !important;

  min-width: 42px !important;
  min-height: 42px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 1px solid rgba(17, 17, 17, 0.08) !important;

  border-radius: 50% !important;

  background: rgba(255, 255, 255, 0.97) !important;

  color: #111111 !important;

  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.14),
    0 1px 3px rgba(0, 0, 0, 0.08) !important;

  cursor: pointer !important;

  overflow: hidden !important;

  letter-spacing: 0 !important;
  text-transform: none !important;

  transition:
    transform 220ms cubic-bezier(.22,.61,.36,1),
    background-color 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease !important;
}


/* =========================================================
   BAG ICON
   ========================================================= */

.product-card-wrapper:not(.product-card-list)
.epc-quick-add .epc-quick-add__btn svg {

  display: block !important;

  width: 19px !important;
  height: 19px !important;

  min-width: 19px !important;
  min-height: 19px !important;

  margin: 0 !important;

  color: currentColor !important;

  fill: none !important;
  stroke: currentColor !important;

  opacity: 1 !important;

  transition:
    transform 220ms cubic-bezier(.22,.61,.36,1) !important;
}


/* Remove inherited Ella button decorations. */
.product-card-wrapper:not(.product-card-list)
.epc-quick-add .epc-quick-add__btn::before,

.product-card-wrapper:not(.product-card-list)
.epc-quick-add .epc-quick-add__btn::after {

  display: none !important;
  content: none !important;
}


/* =========================================================
   DESKTOP
   ========================================================= */

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

  /*
   * Hidden until the user hovers the product card.
   * It fades + rises slightly from the bottom-right.
   */
  .product-card-wrapper:not(.product-card-list) .epc-quick-add {

    opacity: 0 !important;
    visibility: hidden !important;

    transform:
      translateY(7px)
      scale(.94) !important;

    transition:
      opacity 220ms ease,
      visibility 220ms ease,
      transform 220ms cubic-bezier(.22,.61,.36,1) !important;
  }


  .product-card-wrapper:not(.product-card-list):hover
  .epc-quick-add {

    opacity: 1 !important;
    visibility: visible !important;

    transform:
      translateY(0)
      scale(1) !important;
  }


  /*
   * Premium hover.
   */
  .product-card-wrapper:not(.product-card-list)
  .epc-quick-add .epc-quick-add__btn:hover {

    background: #111111 !important;

    border-color: #111111 !important;

    color: #ffffff !important;

    transform:
      translateY(-2px)
      scale(1.03) !important;

    box-shadow:
      0 8px 24px rgba(0, 0, 0, 0.22) !important;
  }


  .product-card-wrapper:not(.product-card-list)
  .epc-quick-add .epc-quick-add__btn:hover svg {

    transform: scale(1.08) !important;
  }
}


/* =========================================================
   TOUCH / MOBILE
   ========================================================= */

@media (hover: none), (max-width: 749px) {

  .product-card-wrapper:not(.product-card-list) .epc-quick-add {

    display: block !important;

    visibility: visible !important;
    opacity: 1 !important;

    top: auto !important;
    right: 9px !important;
    bottom: 9px !important;
    left: auto !important;

    width: 38px !important;
    height: 38px !important;

    min-width: 38px !important;
    min-height: 38px !important;

    transform: none !important;
  }


  .product-card-wrapper:not(.product-card-list)
  .epc-quick-add .epc-quick-add__btn {

    display: flex !important;

    width: 38px !important;
    height: 38px !important;

    min-width: 38px !important;
    min-height: 38px !important;
  }


  .product-card-wrapper:not(.product-card-list)
  .epc-quick-add .epc-quick-add__btn svg {

    width: 17px !important;
    height: 17px !important;

    min-width: 17px !important;
    min-height: 17px !important;
  }
}


/* =========================================================
   LOADING
   ========================================================= */

.product-card-wrapper:not(.product-card-list)
.epc-quick-add .epc-quick-add__btn.loading {

  pointer-events: none !important;
}


.product-card-wrapper:not(.product-card-list)
.epc-quick-add .epc-quick-add__btn.loading > svg {

  opacity: 0 !important;
}


.product-card-wrapper:not(.product-card-list)
.epc-quick-add .epc-quick-add__btn .loading__spinner {

  position: absolute !important;

  top: 50% !important;
  left: 50% !important;

  width: 18px !important;
  height: 18px !important;

  margin: 0 !important;

  transform:
    translate(-50%, -50%) !important;

  z-index: 2 !important;
}


.product-card-wrapper:not(.product-card-list)
.epc-quick-add .epc-quick-add__btn .loading__spinner .path {

  stroke: currentColor !important;
}


/* =========================================================
   FOCUS / ACCESSIBILITY
   ========================================================= */

.product-card-wrapper:not(.product-card-list)
.epc-quick-add .epc-quick-add__btn:focus-visible {

  outline: 2px solid #111111 !important;

  outline-offset: 3px !important;
}


/* =========================================================
   DISABLED / SOLD OUT
   ========================================================= */

.product-card-wrapper:not(.product-card-list)
.epc-quick-add .epc-quick-add__btn[disabled],

.product-card-wrapper:not(.product-card-list)
.epc-quick-add .epc-quick-add__btn[aria-disabled="true"] {

  opacity: .55 !important;

  cursor: default !important;

  box-shadow: none !important;

  transform: none !important;
}


/* =========================================================
   FINAL SAFETY OVERRIDES
   ========================================================= */

/*
 * Never let old Ella rules move the button to the top.
 */
.product-card-wrapper:not(.product-card-list)
.epc-quick-add {

  top: auto !important;
  left: auto !important;

  right: 12px !important;
  bottom: 12px !important;
}


/*
 * The image itself must remain the positioning area.
 */
.product-card-wrapper:not(.product-card-list)
.card__inner {

  position: relative !important;
}


/*
 * Keep quick-add above the image and sale badge.
 */
.product-card-wrapper:not(.product-card-list)
.epc-quick-add {

  z-index: 40 !important;
}


/*
 * Make sure the product image doesn't cover the bag.
 */
.product-card-wrapper:not(.product-card-list)
.card__inner .card__media {

  z-index: 0 !important;
}

/* ============================================================
   UNIVERSes RAW — QUICK ADD BAG
   Bottom-right of product image
   Premium / minimal / responsive
   ============================================================ */

/* ------------------------------------------------------------
   PRODUCT MEDIA MUST BE THE POSITIONING PARENT
   ------------------------------------------------------------ */

.card-product__media,
.card-product__media-wrapper,
.card-product__image-wrapper,
.card-product__media-basic,
.card-product__media-flex,
.card-product__media-inner {
  position: relative !important;
}


/* ------------------------------------------------------------
   QUICK ADD WRAPPER
   ------------------------------------------------------------ */

.card-product__media .universes-quick-add-overlay,
.card-product__media-wrapper .universes-quick-add-overlay,
.card-product__image-wrapper .universes-quick-add-overlay,
.card-product__media-basic .universes-quick-add-overlay,
.card-product__media-flex .universes-quick-add-overlay,
.card-product__media-inner .universes-quick-add-overlay {

  position: absolute !important;

  top: auto !important;
  left: auto !important;

  right: 10px !important;
  bottom: 10px !important;

  z-index: 50 !important;

  width: auto !important;
  height: auto !important;

  padding: 0 !important;
  margin: 0 !important;

  display: block !important;

  pointer-events: auto !important;
}


/* ------------------------------------------------------------
   QUICK ADD BUTTON
   ------------------------------------------------------------ */

.card-product__media .universes-quick-add-overlay .quick-add__submit,
.card-product__media-wrapper .universes-quick-add-overlay .quick-add__submit,
.card-product__image-wrapper .universes-quick-add-overlay .quick-add__submit,
.card-product__media-basic .universes-quick-add-overlay .quick-add__submit,
.card-product__media-flex .universes-quick-add-overlay .quick-add__submit,
.card-product__media-inner .universes-quick-add-overlay .quick-add__submit {

  position: relative !important;

  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;

  width: 46px !important;
  min-width: 46px !important;
  max-width: 46px !important;

  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;

  padding: 0 !important;
  margin: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 50% !important;

  border: 1px solid rgba(0, 0, 0, 0.08) !important;

  background: rgba(255, 255, 255, 0.97) !important;

  color: #111111 !important;

  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.14),
    0 1px 3px rgba(0, 0, 0, 0.08) !important;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  cursor: pointer !important;

  overflow: hidden !important;

  transform: translate3d(0, 0, 0);

  transition:
    transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.25s ease,
    background-color 0.2s ease !important;
}


/* ------------------------------------------------------------
   HOVER
   ------------------------------------------------------------ */

.card-product__media .universes-quick-add-overlay .quick-add__submit:hover,
.card-product__media-wrapper .universes-quick-add-overlay .quick-add__submit:hover,
.card-product__image-wrapper .universes-quick-add-overlay .quick-add__submit:hover,
.card-product__media-basic .universes-quick-add-overlay .quick-add__submit:hover,
.card-product__media-flex .universes-quick-add-overlay .quick-add__submit:hover,
.card-product__media-inner .universes-quick-add-overlay .quick-add__submit:hover {

  background: #ffffff !important;

  transform:
    translate3d(0, -3px, 0)
    scale(1.04);

  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.18),
    0 2px 5px rgba(0, 0, 0, 0.08) !important;
}


/* ------------------------------------------------------------
   ACTIVE / CLICK ANIMATION
   ------------------------------------------------------------ */

.card-product__media .universes-quick-add-overlay .quick-add__submit:active,
.card-product__media-wrapper .universes-quick-add-overlay .quick-add__submit:active,
.card-product__image-wrapper .universes-quick-add-overlay .quick-add__submit:active,
.card-product__media-basic .universes-quick-add-overlay .quick-add__submit:active,
.card-product__media-flex .universes-quick-add-overlay .quick-add__submit:active,
.card-product__media-inner .universes-quick-add-overlay .quick-add__submit:active {

  transform: scale(0.91) !important;

  transition-duration: 0.08s !important;
}


/* ------------------------------------------------------------
   BAG / CART ICON
   ------------------------------------------------------------ */

.universes-quick-add-overlay .quick-add__submit svg.icon-cart,
.universes-quick-add-overlay .quick-add__submit svg {

  width: 20px !important;
  height: 20px !important;

  min-width: 20px !important;
  min-height: 20px !important;

  margin: 0 !important;

  display: block !important;

  opacity: 1 !important;
}


/* ------------------------------------------------------------
   HIDE QUICK ADD TEXT
   ONLY FOR THE ICON VERSION
   ------------------------------------------------------------ */

.universes-quick-add-overlay .quick-add__submit .text-in-mb,
.universes-quick-add-overlay .quick-add__submit .button-overflow {

  display: none !important;
}


/* ------------------------------------------------------------
   MAKE SURE THE ICON IS CENTERED
   ------------------------------------------------------------ */

.universes-quick-add-overlay .quick-add__submit {

  text-align: center !important;
  line-height: 1 !important;
}


/* ------------------------------------------------------------
   LOADING STATE
   ------------------------------------------------------------ */

.universes-quick-add-overlay .quick-add__submit.loading {

  pointer-events: none !important;

  transform: scale(0.96) !important;
}


/* ------------------------------------------------------------
   LOADING SPINNER
   ------------------------------------------------------------ */

.universes-quick-add-overlay
.quick-add__submit
.loading__spinner {

  width: 18px !important;
  height: 18px !important;
}


/* ------------------------------------------------------------
   DISABLED
   ------------------------------------------------------------ */

.universes-quick-add-overlay .quick-add__submit[disabled] {

  opacity: 0.55 !important;

  cursor: not-allowed !important;

  transform: none !important;
}


/* ------------------------------------------------------------
   KEEP BADGE ABOVE / SEPARATE FROM BAG
   ------------------------------------------------------------ */

.card-product__media .card-product__badge,
.card-product__media-wrapper .card-product__badge {

  z-index: 20 !important;
}


/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media screen and (max-width: 749px) {

  .card-product__media .universes-quick-add-overlay,
  .card-product__media-wrapper .universes-quick-add-overlay,
  .card-product__image-wrapper .universes-quick-add-overlay,
  .card-product__media-basic .universes-quick-add-overlay,
  .card-product__media-flex .universes-quick-add-overlay,
  .card-product__media-inner .universes-quick-add-overlay {

    right: 8px !important;
    bottom: 8px !important;

    z-index: 50 !important;
  }


  .card-product__media .universes-quick-add-overlay .quick-add__submit,
  .card-product__media-wrapper .universes-quick-add-overlay .quick-add__submit,
  .card-product__image-wrapper .universes-quick-add-overlay .quick-add__submit,
  .card-product__media-basic .universes-quick-add-overlay .quick-add__submit,
  .card-product__media-flex .universes-quick-add-overlay .quick-add__submit,
  .card-product__media-inner .universes-quick-add-overlay .quick-add__submit {

    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;

    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
  }


  .universes-quick-add-overlay
  .quick-add__submit
  svg {

    width: 18px !important;
    height: 18px !important;
  }
}


/* ------------------------------------------------------------
   VERY SMALL PHONES
   ------------------------------------------------------------ */

@media screen and (max-width: 390px) {

  .card-product__media .universes-quick-add-overlay,
  .card-product__media-wrapper .universes-quick-add-overlay,
  .card-product__image-wrapper .universes-quick-add-overlay,
  .card-product__media-basic .universes-quick-add-overlay,
  .card-product__media-flex .universes-quick-add-overlay,
  .card-product__media-inner .universes-quick-add-overlay {

    right: 7px !important;
    bottom: 7px !important;
  }


  .card-product__media .universes-quick-add-overlay .quick-add__submit,
  .card-product__media-wrapper .universes-quick-add-overlay .quick-add__submit,
  .card-product__image-wrapper .universes-quick-add-overlay .quick-add__submit,
  .card-product__media-basic .universes-quick-add-overlay .quick-add__submit,
  .card-product__media-flex .universes-quick-add-overlay .quick-add__submit,
  .card-product__media-inner .universes-quick-add-overlay .quick-add__submit {

    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;

    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
  }
}


/* ------------------------------------------------------------
   DESKTOP
   ------------------------------------------------------------ */

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

  .card-product__media .universes-quick-add-overlay,
  .card-product__media-wrapper .universes-quick-add-overlay,
  .card-product__image-wrapper .universes-quick-add-overlay,
  .card-product__media-basic .universes-quick-add-overlay,
  .card-product__media-flex .universes-quick-add-overlay,
  .card-product__media-inner .universes-quick-add-overlay {

    right: 12px !important;
    bottom: 12px !important;
  }
}


/* ------------------------------------------------------------
   IMPORTANT:
   PREVENT THE THEME'S NORMAL QUICK ADD POSITIONING
   FROM MOVING THE BUTTON BACK TO THE TOP.
   ------------------------------------------------------------ */

.universes-quick-add-overlay,
.universes-quick-add-overlay.quick-add,
.universes-quick-add-overlay.card--block-button {

  top: auto !important;
  left: auto !important;

  right: 10px !important;
  bottom: 10px !important;

  transform: none;
}


/* ------------------------------------------------------------
   FINAL BUTTON OVERRIDE
   ------------------------------------------------------------ */

.universes-quick-add-overlay
.quick-add
.quick-add__submit {

  position: relative !important;

  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;

  margin: 0 !important;
}

/* =========================================================
   UNIVERSes RAW — FINAL BAG POSITION FIX
   Put the shopping-bag / wishlist-style action at the
   BOTTOM-RIGHT of the product image.
   This block intentionally comes LAST so it overrides all
   earlier theme positioning rules.
   ========================================================= */

.product-card-wrapper:not(.product-card-list) .card__inner,
.product-card-wrapper:not(.product-card-list) .card--block-media {
  position: relative !important;
}

/* Action wrapper: full image positioning context */
.product-card-wrapper:not(.product-card-list) .card-product__group-wrapper {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  z-index: 50 !important;
}

/* Action group itself: bottom-right */
.product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .card-product__group {
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  right: 10px !important;
  bottom: 10px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: none !important;
  z-index: 51 !important;
}

/* Keep only the bag/wishlist action visible */
.product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .card-product__group-item:not(.card-wishlist),
.product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .quickview-button,
.product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .compare-button {
  display: none !important;
}

/* Bag button */
.product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .card-product__group-btn.wishlist-button,
.product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .card-wishlist .wishlist-button {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;

  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 50% !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  background: rgba(255,255,255,.97) !important;
  color: #111 !important;
  box-shadow: 0 5px 18px rgba(0,0,0,.16) !important;

  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  transition:
    transform .22s cubic-bezier(.22,.61,.36,1),
    background-color .2s ease,
    color .2s ease,
    box-shadow .22s ease !important;
}

/* Bag icon */
.product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .card-product__group-btn.wishlist-button svg,
.product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .card-wishlist .wishlist-button svg {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  margin: 0 !important;
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
}

/* Desktop hover */
@media (hover: hover) and (min-width: 750px) {
  .product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .card-product__group-btn.wishlist-button:hover,
  .product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .card-wishlist .wishlist-button:hover {
    background: #111 !important;
    color: #fff !important;
    transform: translateY(-3px) scale(1.04) !important;
    box-shadow: 0 9px 24px rgba(0,0,0,.22) !important;
  }
}

/* Touch/mobile: always bottom-right */
@media screen and (max-width: 749px) {
  .product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .card-product__group {
    top: auto !important;
    left: auto !important;
    right: 8px !important;
    bottom: 8px !important;
    padding: 0 !important;
  }

  .product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .card-product__group-btn.wishlist-button,
  .product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .card-wishlist .wishlist-button {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
  }

  .product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .card-product__group-btn.wishlist-button svg,
  .product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .card-wishlist .wishlist-button svg {
    width: 19px !important;
    height: 19px !important;
  }
}

/* Very small phones */
@media screen and (max-width: 390px) {
  .product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .card-product__group {
    right: 7px !important;
    bottom: 7px !important;
  }

  .product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .card-product__group-btn.wishlist-button,
  .product-card-wrapper:not(.product-card-list) .card-product__group-wrapper .card-wishlist .wishlist-button {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
  }
}

/* Make sure no old top-right positioning survives */
.product-card-wrapper:not(.product-card-list) .card-badge-is-top-right .card-product__group-wrapper {
  left: 0 !important;
  right: 0 !important;
}

.product-card-wrapper:not(.product-card-list) .card-badge-is-top-right .card-product__group-wrapper .card-product__group {
  left: auto !important;
  right: 10px !important;
  top: auto !important;
  bottom: 10px !important;
}

@media screen and (max-width: 749px) {
  .product-card-wrapper:not(.product-card-list) .card-badge-is-top-right .card-product__group-wrapper .card-product__group {
    right: 8px !important;
    bottom: 8px !important;
  }
}

/* =========================================================
   UNIVERSes RAW — CORRECT QUICK ADD POSITION
   FINAL FIX

   Ella structure:
   .card-product__group-wrapper
      ├── .card-product__group      -> wishlist/top-right
      └── .card--block-button        -> quick-add

   The previous override positioned the GROUP, but not the
   actual .card--block-button. This pins only Quick Add to
   the bottom-right of the image.
   ========================================================= */

/* The action wrapper covers the media/image */
.product-card-wrapper:not(.product-card-list) .card-product__group-wrapper {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
  z-index: 30 !important;
}

/* Wishlist stays top-right */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card-product__group {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
  padding: 10px !important;
  pointer-events: none !important;
  z-index: 31 !important;
}

.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .wishlist-button,
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card-wishlist {
  pointer-events: auto !important;
}

/* ACTUAL QUICK ADD BLOCK — this is the important fix */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper > .card--block-button {
  position: absolute !important;

  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;

  width: auto !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;

  transform: none !important;

  pointer-events: auto !important;
  z-index: 40 !important;
}

/* The inner quick-add must stay compact */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper > .card--block-button .quick-add {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Icon Quick Add button */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper > .card--block-button
.quick-add__submit.card-product__group-btn {
  width: 44px !important;
  height: 44px !important;

  min-width: 44px !important;
  min-height: 44px !important;

  max-width: 44px !important;
  max-height: 44px !important;

  padding: 0 !important;
  margin: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 50% !important;

  background: rgba(255,255,255,.97) !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  color: #111 !important;

  box-shadow:
    0 5px 16px rgba(0,0,0,.16) !important;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  transform: translate3d(0,0,0) !important;

  transition:
    transform .25s cubic-bezier(.2,.8,.2,1),
    box-shadow .25s ease,
    background .2s ease !important;
}

/* Cart/bag icon */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper > .card--block-button
.quick-add__submit.card-product__group-btn .icon-cart,
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper > .card--block-button
.quick-add__submit.card-product__group-btn svg {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  margin: 0 !important;
}

/* Hide text in icon mode */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper > .card--block-button
.quick-add__submit.card-product__group-btn .text,
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper > .card--block-button
.quick-add__submit.card-product__group-btn .text-in-mb {
  display: none !important;
}

/* Hover */
@media (hover: hover) {
  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper > .card--block-button
  .quick-add__submit.card-product__group-btn:hover {
    background: #111 !important;
    color: #fff !important;

    transform:
      translate3d(0,-3px,0)
      scale(1.04) !important;

    box-shadow:
      0 9px 24px rgba(0,0,0,.20) !important;
  }
}

/* Click */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper > .card--block-button
.quick-add__submit.card-product__group-btn:active {
  transform: scale(.92) !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper > .card--block-button {
    top: auto !important;
    right: 8px !important;
    bottom: 8px !important;
    left: auto !important;

    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;

    display: block !important;
  }

  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper > .card--block-button .quick-add {
    width: auto !important;
    margin: 0 !important;
  }

  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper > .card--block-button
  .quick-add__submit.card-product__group-btn {
    width: 40px !important;
    height: 40px !important;

    min-width: 40px !important;
    min-height: 40px !important;

    max-width: 40px !important;
    max-height: 40px !important;
  }

  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper > .card--block-button
  .quick-add__submit.card-product__group-btn svg {
    width: 18px !important;
    height: 18px !important;
  }
}

/* =========================================================
   UNIVERSes RAW — FINAL QUICK ADD / BAG POSITION FIX
   ---------------------------------------------------------
   IMPORTANT:
   The actual Shopify/Ella Quick Add button is:
     .card-product__group-wrapper
       .card--block-button
         .quick-add__submit.card-product__group-btn

   This override targets that real element directly.
   Wishlist stays top-right; Quick Add stays bottom-right.
   ========================================================= */

/* The image/card is the positioning context. */
.product-card-wrapper:not(.product-card-list) .card__inner,
.product-card-wrapper:not(.product-card-list) .card--block-media {
  position: relative !important;
}

/* The action wrapper covers only the product-image area. */
.product-card-wrapper:not(.product-card-list) .card-product__group-wrapper {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  display: block !important;
  z-index: 50 !important;
}

/* Wishlist remains in the top-right. */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card-product__group {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 10px !important;
  pointer-events: none !important;
  z-index: 51 !important;
}

.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .wishlist-button,
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card-wishlist {
  pointer-events: auto !important;
}

/* =========================================================
   ACTUAL QUICK ADD CONTAINER
   ========================================================= */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card--block-button {
  position: absolute !important;
  top: auto !important;
  right: 10px !important;
  bottom: 10px !important;
  left: auto !important;

  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;

  margin: 0 !important;
  padding: 0 !important;

  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;

  pointer-events: auto !important;
  z-index: 52 !important;
}

/* Remove any theme width/stretching from the quick-add wrapper. */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card--block-button .quick-add {
  position: relative !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

/* =========================================================
   PREMIUM BAG BUTTON
   ========================================================= */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card--block-button
.quick-add__submit.card-product__group-btn {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;

  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border: 1px solid rgba(17,17,17,.08) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.97) !important;
  color: #111 !important;

  box-shadow:
    0 5px 16px rgba(0,0,0,.15),
    0 1px 3px rgba(0,0,0,.08) !important;

  opacity: 1 !important;
  visibility: visible !important;
  transform: translate3d(0,0,0) !important;
  pointer-events: auto !important;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  transition:
    transform .24s cubic-bezier(.22,.61,.36,1),
    background-color .2s ease,
    color .2s ease,
    box-shadow .24s ease !important;
}

/* Remove text — icon-only bag. */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card--block-button
.quick-add__submit.card-product__group-btn .text,
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card--block-button
.quick-add__submit.card-product__group-btn .text-in-mb {
  display: none !important;
}

/* Bag icon. */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card--block-button
.quick-add__submit.card-product__group-btn svg,
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card--block-button
.quick-add__submit.card-product__group-btn .icon-cart {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  margin: 0 !important;
  display: block !important;
}

/* =========================================================
   PREMIUM BAG + PLUS BADGE
   ---------------------------------------------------------
   Clean luxury icon treatment:
   - Minimal shopping-bag icon
   - Small circular "+" action badge
   - No filled black circle
   - No inherited theme overlay
   ========================================================= */

.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card--block-button
.quick-add__submit.card-product__group-btn {
  overflow: visible !important;
}

/* Remove the theme's original overlay pseudo-element. */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card--block-button
.quick-add__submit.card-product__group-btn::before {
  content: none !important;
  display: none !important;
}

/* Premium "+" badge attached to the bag. */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card--block-button
.quick-add__submit.card-product__group-btn::after {
  content: "+" !important;

  position: absolute !important;
  right: -3px !important;
  bottom: -3px !important;

  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  box-sizing: border-box !important;

  border: 2px solid #fff !important;
  border-radius: 50% !important;

  background: #111 !important;
  color: #fff !important;

  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1 !important;

  opacity: 1 !important;
  z-index: 4 !important;

  box-shadow:
    0 2px 6px rgba(0,0,0,.18) !important;

  transform: translate3d(0,0,0) scale(1) !important;

  transition:
    transform .22s cubic-bezier(.22,.61,.36,1),
    background-color .2s ease,
    color .2s ease !important;
}

/* Make the bag itself crisp and minimal. */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card--block-button
.quick-add__submit.card-product__group-btn svg {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.7 !important;
  vector-effect: non-scaling-stroke;
}

/* Hover: premium black bag with inverted plus badge. */
@media (hover: hover) and (min-width: 750px) {
  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper .card--block-button
  .quick-add__submit.card-product__group-btn:hover::after {
    background: #fff !important;
    color: #111 !important;
    border-color: #111 !important;
    transform: translate3d(0,0,0) scale(1.08) !important;
  }
}

/* Mobile: compact plus badge. */
@media screen and (max-width: 749px) {
  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper .card--block-button
  .quick-add__submit.card-product__group-btn::after {
    right: -3px !important;
    bottom: -3px !important;

    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    min-height: 15px !important;

    font-size: 10px !important;
  }
}

/* Desktop: appear smoothly when the product card is hovered. */
@media (hover: hover) and (min-width: 750px) {
  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper .card--block-button {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(7px) scale(.94) !important;
    transition:
      opacity .22s ease,
      visibility .22s ease,
      transform .24s cubic-bezier(.22,.61,.36,1) !important;
  }

  .product-card-wrapper:not(.product-card-list):hover
  .card-product__group-wrapper .card--block-button,
  .product-card-wrapper:not(.product-card-list):focus-within
  .card-product__group-wrapper .card--block-button {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
  }

  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper .card--block-button
  .quick-add__submit.card-product__group-btn:hover {
    background: #111 !important;
    color: #fff !important;
    transform: translateY(-3px) scale(1.04) !important;
    box-shadow: 0 9px 24px rgba(0,0,0,.22) !important;
  }
}

/* Touch/mobile: always visible at bottom-right. */
@media screen and (max-width: 749px) {
  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper .card--block-button {
    top: auto !important;
    right: 8px !important;
    bottom: 8px !important;
    left: auto !important;

    width: auto !important;
    height: auto !important;

    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper .card--block-button
  .quick-add__submit.card-product__group-btn {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
  }

  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper .card--block-button
  .quick-add__submit.card-product__group-btn svg {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
  }
}

/* Very small phones. */
@media screen and (max-width: 390px) {
  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper .card--block-button {
    right: 7px !important;
    bottom: 7px !important;
  }

  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper .card--block-button
  .quick-add__submit.card-product__group-btn {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
  }
}

/* Loading state. */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card--block-button
.quick-add__submit.card-product__group-btn.loading {
  pointer-events: none !important;
}

.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card--block-button
.quick-add__submit.card-product__group-btn.loading > svg {
  opacity: 0 !important;
}

.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card--block-button
.quick-add__submit.card-product__group-btn .loading__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2 !important;
}

/* Accessibility. */
.product-card-wrapper:not(.product-card-list)
.card-product__group-wrapper .card--block-button
.quick-add__submit.card-product__group-btn:focus-visible {
  outline: 2px solid #111 !important;
  outline-offset: 3px !important;
}

/* Reduced motion. */
@media (prefers-reduced-motion: reduce) {
  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper .card--block-button,
  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper .card--block-button
  .quick-add__submit.card-product__group-btn {
    transition: none !important;
    transform: none !important;
  }
}

/* =========================================================
   UNIVERSes RAW — FINAL DESKTOP PRODUCT CARD WIDTH FIX
   ---------------------------------------------------------
   Fixes the desktop product card showing the image at roughly
   50% width with an empty/grey area beside it.

   Cause:
   The theme's base .card:not(.ratio) uses display:flex while
   .card__inner is width:100%, allowing the image and content
   columns to compete for horizontal space.

   This override forces normal product cards into a vertical
   image -> information layout, matching the mobile behaviour.

   Quick Add remains positioned over the product image.
   Product-card-list is intentionally excluded.
   ========================================================= */

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

  /* ---------------------------------------------------------
     PRODUCT CARD — FULL WIDTH / VERTICAL FLOW
     --------------------------------------------------------- */
  .product-card-wrapper:not(.product-card-list) > .card {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    flex: none !important;
  }

  /* ---------------------------------------------------------
     PRODUCT IMAGE — FULL CARD WIDTH
     --------------------------------------------------------- */
  .product-card-wrapper:not(.product-card-list) .card__inner,
  .product-card-wrapper:not(.product-card-list) .card--block-media {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: none !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__media .media,
  .product-card-wrapper:not(.product-card-list) .card__media img,
  .product-card-wrapper:not(.product-card-list) .card--block-media .media,
  .product-card-wrapper:not(.product-card-list) .card--block-media img {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* ---------------------------------------------------------
     CARD CONTENT — BELOW IMAGE
     --------------------------------------------------------- */
  .product-card-wrapper:not(.product-card-list) > .card > .card__content,
  .product-card-wrapper:not(.product-card-list) .card__content {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: none !important;
  }

  .product-card-wrapper:not(.product-card-list) .card__information,
  .product-card-wrapper:not(.product-card-list) .card-product-information {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  /* ---------------------------------------------------------
     QUICK ADD — KEEP ON IMAGE BOTTOM-RIGHT
     --------------------------------------------------------- */
  .product-card-wrapper:not(.product-card-list) .card-product__group-wrapper {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
    z-index: 50 !important;
  }

  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper .card-product__group {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    padding: 10px !important;
    pointer-events: none !important;
    z-index: 51 !important;
  }

  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper .card-product__group .card-product__group-item,
  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper .card-product__group .card-product__group-btn {
    pointer-events: auto !important;
  }

  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper .card--block-button {
    position: absolute !important;
    top: auto !important;
    right: 10px !important;
    bottom: 10px !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    z-index: 52 !important;
  }

  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper
  .card--block-button
  .quick-add__submit.card-product__group-btn {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper
  .card--block-button
  .quick-add__submit.card-product__group-btn svg {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
  }

  /* ---------------------------------------------------------
     WISHLIST — TOP-RIGHT
     --------------------------------------------------------- */
  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper
  .card-product__group-btn.wishlist-button,
  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper
  .card-wishlist,
  .product-card-wrapper:not(.product-card-list)
  .card-product__group-wrapper
  .wishlist-button {
    pointer-events: auto !important;
  }
}


/* ==========================================================
   FINAL EPC QUICK ADD OVERRIDES
   Product-image corner Add to Cart control
   ========================================================== */
.product-card-wrapper .epc-quick-add,
.card .epc-quick-add {
  left: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  width: auto !important;
  padding: 0 !important;
}

.product-card-wrapper .epc-quick-add .epc-quick-add__btn,
.card .epc-quick-add .epc-quick-add__btn {
  width: 46px !important;
  min-width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Accessible focus ring */
.product-card-wrapper .epc-quick-add .epc-quick-add__btn:focus-visible,
.card .epc-quick-add .epc-quick-add__btn:focus-visible {
  outline: 2px solid #111 !important;
  outline-offset: 3px !important;
}

@media screen and (max-width: 749px) {
  .product-card-wrapper .epc-quick-add,
  .card .epc-quick-add {
    right: 9px !important;
    bottom: 9px !important;
  }

  .product-card-wrapper .epc-quick-add .epc-quick-add__btn,
  .card .epc-quick-add .epc-quick-add__btn {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }
}
