/** Shopify CDN: Minification failed

Line 673:0 Unexpected "}"
Line 937:0 Expected "}" to go with "{"

**/
.placeholder_svg_parent.product--corner-radius-true {
  border-radius: 1rem;
}
.product__card__thumbnail {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 749px) {
  .product__card__thumbnail .product__card__badges {
    top: 14px !important;
    left: 14px !important;
    gap: 4px !important;
  }

  .product__card__thumbnail .product__card__badges .badge {
    min-height: 16px !important;
    padding: 2px 5px !important;
    font-size: 7px !important;
  }
}
.product__card__image {
  display: flex;
}
.product__card__image img {
  width: 100%;
  height: auto;
}
.product__card__content {
  padding-top: 8px;
  position: relative;
  display: grid;
  gap: 0 !important;
}
.product__card__title {
  margin-bottom: 2px !important;
}
.product__card__title a {
  text-decoration: none;
  color: rgba(var(--color-foreground));
}
.product__card-title--link:hover {
  color: rgba(var(--text-link-hover-color));
}
@media only screen and (max-width: 575px) {
  .product__card__title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 479px) {
  .product__card__title {
    font-size: 1.6rem;
  }
}
.product__card__price {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4rem;
  display: flex;
  align-items: center;
  color: rgba(var(--color-foreground));
}
.product__card__price .price__compare {
  text-decoration: line-through;
}
/* Product card style 2 */
.product__cart--wrapper.product--card--style1 {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  z-index: 6;

  transform: none !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: none !important;

  background: transparent !important;
  box-shadow: none !important;
}
.product__card--cart-btn.button.cart-button--full-width {
  border-radius: 999px !important;
  overflow: hidden !important;
}
.product--card-action-buttons {
  position: absolute;
}
.product--card-action-buttons:not(.action--buttons-flex) {
  display: grid;
}
.product--card-action-buttons.action--buttons-flex {
  display: flex;
  gap: 0.5rem;
}
@media only screen and (min-width: 992px) {
  .product--card-action-buttons.buttons--position-top_right {
    right: 1.5rem;
    top: 1.5rem;
  }

  .product--card-action-buttons.buttons--position-top_left {
    left: 1.5rem;
    top: 1.5rem;
  }

  .product--card-action-buttons.buttons--position-bottom_left {
    left: 1.5rem;
    bottom: 1.5rem;
  }
  .product--card-action-buttons.buttons--position-bottom_right {
    right: 1.5rem;
    bottom: 1.5rem;
  }
  .product--card-action-buttons.buttons--position-middle_center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .product--card-action-buttons.buttons--position-bottom_center {
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.product__card--wishlist-btn,
.product--card-single-action-button {
  background: rgba(var(--proudct-button-background));
  border: none;
  width: 4.2rem;
  height: 4.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--proudct-button-color));
  box-shadow: 0 0 1rem -0.2rem rgba(var(--proudct-button-color), 0.1);
}
.action--buttons-round .product--card-single-action-button {
  border-radius: 100%;
}
.action--buttons-square .product--card-single-action-button {
  border-radius: 0.3rem;
}
.product__card--wishlist-btn > span,
.product--card-single-action-button > span {
  line-height: 0;
}
.product__card--wishlist-btn:hover,
.product--card-single-action-button:hover {
  background: rgba(var(--proudct-button-hover-background));
  color: rgba(var(--proudct-button-hover-color));
}
.product__card--wishlist-btn.loading::after,
.product--card-single-action-button.loading::after {
  left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  top: 1.1rem;
}

.product--card-single-action-button.loading:hover:after {
  border-color: rgba(var(--color-background));
  border-left-color: transparent;
}
.product__card:hover .product__cart--wrapper.product--card--style1 {
  transform: none !important;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: none !important;
}

.product__card:hover .product--card-single-action-button {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
button.compare__button.product--card-single-action-button {
  transition: all 0.5s ease 0s;
}
button.product__quick_view.product--card-single-action-button {
  transition: all 0.6s ease 0s;
}
/* Product card style 2 */
@media screen and (min-width: 992px) {
  .product__card__thumbnail:hover
    .media.media--hover-effect
    > img
    ~ img.secondary__img,
  .product__card__thumbnail:hover
    .media.media--hover-effect
    > img.secondary__img
    + img.secondary__img--new {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: none !important;
  }

  .product__card__thumbnail:hover
  .media.media--hover-effect
  > img:first-child:not(:only-child) {
  opacity: 1 !important;
}

  .product__card__thumbnail.second--image__hide:hover
    .media.media--hover-effect
    > img:first-child:not(:only-child) {
    opacity: 1;
  }
  .product__card__thumbnail:hover .media > img {
    transform: scale(1.03);
  }
  .product__card .media > img {
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      transfrom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .product__card .media > img:only-child {
    transition: transform var(--duration-long) ease;
  }
  button.product--card-single-action-button {
    position: relative;
    transform: translateY(1rem);
    opacity: 0;
    visibility: hidden;
  }
  .product--card-action-buttons {
    gap: 1rem;
  }

  .product__card--style_2
    .product--card-action-buttons:not(.action--buttons-flex) {
    gap: 0.6rem;
  }
  .product__card--cart-btn.loading:after {
    top: 1.3rem;
  }
  .product__card--cart-btn.loading:hover:after {
    border: 2.5px solid rgba(var(--proudct-cart-button-hover-color));
    border-left: 2.5px solid transparent;
  }
}

button.product__card__actions__btn.loading {
  background: var(--glass-white-bg) !important;
  color: transparent !important;
  border: 1px solid var(--glass-white-border) !important;
  box-shadow: var(--glass-white-shadow) !important;
  backdrop-filter: var(--glass-blur) !important;
  -webkit-backdrop-filter: var(--glass-blur) !important;
}
@media only screen and (max-width: 479px) {
  span.remove__wishlist svg {
    height: 18px;
    width: auto;
  }
}
.product__card--wishlist-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.product__card--cart-btn.cart-button--full-width {
  width: 100%;
}
.product__card--cart-btn.cart--custom-button-bg.button {
  background: transparent !important;
  background-color: transparent !important;

  color: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.58) !important;

  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -1px 0 rgba(255, 255, 255, 0.16) !important;

  overflow: hidden !important;
  isolation: isolate !important;
  position: relative !important;
}
.product__card--cart-btn.cart--custom-button-bg.button::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  border-radius: inherit !important;

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

  backdrop-filter: blur(34px) saturate(180%) contrast(1.05) !important;
  -webkit-backdrop-filter: blur(34px) saturate(180%) contrast(1.05) !important;

  pointer-events: none !important;
}
.product__card--cart-btn.cart--custom-button-bg.button:hover {
  background: transparent !important;
  background-color: transparent !important;

  color: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.58) !important;

  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -1px 0 rgba(255, 255, 255, 0.16) !important;
}
.product__card--cart-btn.cart--custom-button-bg.button > * {
  position: relative !important;
  z-index: 1 !important;
}
.product__card--cart-btn {
  gap: 0.5rem;
}
.product__card--cart-btn .action__btn--svg,
.product__card--cart-btn .action__btn--svg svg {
  position: relative;
  transform: translateY(0.5px);
}
.hooktheme-quick-view-trigger.product__card--cart-btn.loading:after {
  margin-left: -1rem;
  left: 50%;
}
.product__card__price + .product-card-action-buttons,
.product-card--rating + .product-card-action-buttons {
  margin-top: 1.2rem;
}
.product--inventory-stock + .product-card-action-buttons {
  margin-top: 1.5rem;
}
.product-card-action-buttons {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 991px) {
  .product-card-action-buttons {
    display: flex;
    gap: 1rem;
  }
  .product--card-single-action-button {
    width: 3.2rem;
    height: 3.2rem;
  }
  .product--card-single-action-button svg {
    width: 1.5rem;
  }
  .product__card--cart-btn.button.cart-button--full-width {
    padding: 0 0.3rem;
    font-size: 1.4rem;
    min-height: 4.2rem;
  }

  .product--card-single-action-button.loading:after {
    left: 0.8rem;
    width: 1rem;
    height: 1rem;
    top: 0.9rem;
  }
  .product__card--wishlist-btn.loading:after {
    left: 1.2rem;
    width: 1rem;
    height: 1rem;
    top: 1.1rem;
  }
  .text-center .product-card-action-buttons {
    justify-content: center;
  }
  .product--card-action-buttons {
    top: 1rem;
    right: 1rem;
    flex-direction: column;
    gap: 0.3rem !important;
  }
  /* Mobile button css  */
  .product--card-action-buttons-mobile {
    display: flex;
    border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  }
  .product--card-action-buttons-mobile > * {
    width: 50%;
    text-align: center;
  }
  .product__cart--wrapper > * {
    display: block;
  }
  .product--card-action-buttons-mobile .product--card-single-action-button {
    width: 100%;
    box-shadow: unset;
    border: unset;
    height: 4rem;
  }
  .product--card-action-buttons-mobile > * + * {
    border-left: 0.1rem solid rgba(var(--color-foreground), 0.1);
  }
  .product--card-action-buttons-mobile
    .product--card-single-action-button.loading:after {
    margin-left: -1rem;
    left: 50%;
    top: 1.1rem;
  }
  .product--card-action-buttons-mobile > *:only-child {
    width: 100%;
  }
}

@media only screen and (max-width: 749px) {
  .product__card--cart-btn svg {
    width: 2.1rem;
  }
  .wishlist__button svg {
    width: 1.7rem;
  }
  .product__card--wishlist-btn {
    top: 1rem;
    width: 3.7rem;
    height: 3.7rem;
  }
  .product--card-spacing-true .product__card--cart-btn svg {
    width: 1.8rem;
  }
  .product__card.product--corner-radius-true {
    padding-bottom: 1rem;
  }
  .product-card--rating ~ .product-card-action-buttons {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 1500px) {
  .product__card--cart-btn svg {
    width: 2.5rem;
  }
  .product--card-single-action-button svg {
    width: 1.8rem;
  }
}
.product__vendor {
  text-transform: capitalize;
}
/* Color swatches css  */
.product--color-swatch {
  position: relative;
  width: 2.7rem;
  height: 2.7rem;
  display: inline-flex;
  cursor: pointer;
  border: 0.2rem solid transparent;
  padding: 0.2rem;
  border-radius: 100%;
}
.product--color-swatch.checked-color {
  border-color: rgba(var(--color-foreground), 0.7);
}
.product--color-swatch-wrapper {
  display: flex;
  gap: 0.2rem;
  margin-top: 0.5rem;
  align-items: center;
}
.product--color-swatch .swatch--variant-tooltip {
  position: absolute;
  bottom: 100%;
  background: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  z-index: 9;
  padding: 6px 12px;
  border-radius: 2px;
  left: 50%;
  transform: translate(-50%, -70%);
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  pointer-events: none;
  line-height: 1;
  opacity: 0;
  font-size: 1.3rem;
  white-space: nowrap;
}
.product--color-swatch .variant--swatch-color {
  position: relative;
  width: 100%;
  box-shadow: inset 0 0 0 0.1rem rgb(var(--color-foreground), 0.1);
  border-radius: 50%;
  background-color: var(
    --color-swatch-background,
    var(--swatch-background-color)
  );
  background-image: var(--background-image, var(--swatch-background-image, var(--background-gradient, none)));
  background-size: cover;
  background-position: var(--background-position, var(--swatch-focal-point, center));
  background-repeat: no-repeat;
}
.product--color-swatch:hover .swatch--variant-tooltip {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.product--color-swatch .swatch--variant-tooltip:after {
  content: "";
  position: absolute;
  bottom: -1.6rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem;
  border-color: transparent transparent transparent;
  border-top-color: rgba(var(--color-button), var(--alpha-button-background));
  left: 50%;
  transform: translate(-50%);
}
.swiper-slide
  .product--color-swatch-wrapper
  .product--color-swatch:first-child
  .swatch--variant-tooltip {
  transform: translateY(-70%);
  left: 0;
}
.swiper-slide
  .product--color-swatch-wrapper
  .product--color-swatch:first-child:hover
  .swatch--variant-tooltip {
  transform: translateY(-40%);
}
.swiper-slide
  .product--color-swatch-wrapper
  .product--color-swatch:first-child
  .swatch--variant-tooltip:after {
  left: 10px;
}
.rest__of--color-variants {
  line-height: 1;
  width: 2.7rem;
  height: 2.7rem;
  display: flex;
  align-items: center;
  color: rgba(var(--color-foreground));
}
.product--color-swatch .variant--swatch-custom.variant--swatch-image {
  position: relative;
  line-height: 1;
  box-shadow: inset 0 0 0 0.1rem rgb(var(--color-foreground), 0.1);
  border-radius: 100%;
  width: 100%;
}
.product--color-swatch .variant--swatch-custom.variant--swatch-image > img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.product--color-swatch.product--color-swatch-image {
  width: 3.5rem;
  height: 3.5rem;
}

/* ===========================================
   Product Card Native & Custom Swatch Styles
   =========================================== */

/* Native swatch inside product card - uses .swatch component */
.product--color-swatch .swatch {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--swatch--background);
  background-size: cover;
  background-position: center;
  background-origin: border-box;
  box-shadow: inset 0 0 0 0.1rem rgb(var(--color-foreground), 0.1);
}

/* Square shape for native swatches */
.product--color-swatch .swatch.swatch--square {
  border-radius: 0.4rem;
}

/* Custom swatch with CSS background variables */
.product--color-swatch .swatch--custom {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: var(--color-swatch-background, var(--swatch-background-color, currentColor));
  background-image: var(--background-image, var(--swatch-background-image, var(--background-gradient, none)));
  background-size: cover;
  background-position: var(--background-position, var(--swatch-focal-point, center));
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 0.1rem rgb(var(--color-foreground), 0.1);
}

/* Square shape for custom swatches */
.product--color-swatch .swatch--custom.swatch--square {
  border-radius: 0.4rem;
}

/* Square shape for product card swatch container */
.product--color-swatch:has(.swatch--square) {
  border-radius: 0.4rem;
}

/* Fallback for browsers without :has() support */
.product--color-swatch-square {
  border-radius: 0.4rem;
}
.product__card__content.product--card-spacing-true {
  padding: 0.8rem 1.5rem 1.5rem !important;
}
.product__card.product--corner-radius-true {
  border-radius: 1rem;
  overflow: hidden;
}
.product-card--rating {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
.jdgm-star.jdgm--on:before {
  font-size: 1.2rem;
}
.product--inventory-stock {
  margin-top: 0.5rem;
}
/*  Product card badge marquee */
.product--badge-marquee {
  position: absolute;
  background: rgba(var(--color-background));
  color: rgba(var(--color-foreground));
  width: 100%;
  bottom: 0;
  padding: 0.4rem 0;
  transition: var(--transition);
}
.product--badge-marquee-text {
  margin: 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product--badge-marquee-text > svg {
  width: 1.8rem;
  fill: currentColor;
}
.product__card:hover .product--badge-marquee {
  opacity: 0;
  visibility: hidden;
}
.action__btn--svg svg {
  width: 1.6rem;
}
.product__card:is(.product--card-border) {
  border: 0.1rem solid rgba(var(--color-foreground), 0.08);
  padding: 1.5rem;
}
.product__card--cart-btn .action__btn--svg {
  line-height: 1;
}
.price.product__card__price dl > div > *:last-child {
  margin-right: 0;
}

.product__card:hover .deals__product--countdown {
  opacity: 0;
  visibility: hidden;
}
/* Card style 3  */
}
@media only screen and (min-width: 750px) {
    .product__card--cart-btn.product--cart-bottom.cart-button--full-width {
    border-radius: 5rem;
  }
  .product__card:is(.product--card-border) {
    padding: 2rem;
  }
  .product__card__content > * + .product__cart--wrapper.product__card--style3 {
    margin-top: 1.5rem;
  }
  .product__card--cart-btn.product--cart-bottom .action__btn--svg svg {
    width: 2rem;
  }
}
.product__card.product--corner-radius-true .product__card__thumbnail {
  border-radius: 1rem;
}
.product__card-title--link {
  font-family: var(--font-heading-family);
}
/* Product inventory */
.product__inventory {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product__inventory > span {
  color: rgba(var(--color-foreground));
}
@media only screen and (max-width: 749px) {
  .product--card-action-buttons-mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    width: calc(100% - 1.6rem) !important;
    margin: 0.6rem auto 0 !important;
    border: 0.1rem solid rgba(var(--color-foreground), 0.1) !important;
    border-radius: 1.8rem !important;
    overflow: hidden !important;
  }

  .product--card-action-buttons-mobile > * {
    width: 50% !important;
    flex: 0 0 50% !important;
    text-align: center !important;
  }

  .product--card-action-buttons-mobile > * + * {
    border-left: 0.1rem solid rgba(var(--color-foreground), 0.1) !important;
  }

  .product--card-action-buttons-mobile .product--card-single-action-button {
    width: 100% !important;
    height: 3.4rem !important;
    min-height: 3.4rem !important;
    min-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
  }

  .product--card-action-buttons-mobile .product--card-single-action-button svg {
    width: 1.45rem !important;
    height: 1.45rem !important;
    transform: translateY(1px) !important;
  }

  .product--card-action-buttons-mobile .product--card-single-action-button.loading:after {
    left: 50% !important;
    top: 50% !important;
    margin-left: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
}@media only screen and (max-width: 749px) {
  .product--card-action-buttons-mobile .product--card-single-action-button,
  .product--card-action-buttons-mobile .product__quick_view,
  .product--card-action-buttons-mobile .product__card__actions__btn,
  .product--card-action-buttons-mobile .product--card-single-action-button:hover,
  .product--card-action-buttons-mobile .product__quick_view:hover,
  .product--card-action-buttons-mobile .product__card__actions__btn:hover,
  .product--card-action-buttons-mobile .product--card-single-action-button:active,
  .product--card-action-buttons-mobile .product__quick_view:active,
  .product--card-action-buttons-mobile .product__card__actions__btn:active,
  .product--card-action-buttons-mobile .product--card-single-action-button:focus,
  .product--card-action-buttons-mobile .product__quick_view:focus,
  .product--card-action-buttons-mobile .product__card__actions__btn:focus,
  .product--card-action-buttons-mobile .product--card-single-action-button.loading,
  .product--card-action-buttons-mobile .product__quick_view.loading,
  .product--card-action-buttons-mobile .product__card__actions__btn.loading {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
    color: inherit !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .product--card-action-buttons-mobile .product--card-single-action-button svg,
  .product--card-action-buttons-mobile .product--card-single-action-button svg *,
  .product--card-action-buttons-mobile .product__quick_view svg,
  .product--card-action-buttons-mobile .product__quick_view svg *,
  .product--card-action-buttons-mobile .product__card__actions__btn svg,
  .product--card-action-buttons-mobile .product__card__actions__btn svg *,
  .product--card-action-buttons-mobile .product--card-single-action-button:hover svg,
  .product--card-action-buttons-mobile .product--card-single-action-button:hover svg *,
  .product--card-action-buttons-mobile .product__quick_view:hover svg,
  .product--card-action-buttons-mobile .product__quick_view:hover svg *,
  .product--card-action-buttons-mobile .product__card__actions__btn:hover svg,
  .product--card-action-buttons-mobile .product__card__actions__btn:hover svg *,
  .product--card-action-buttons-mobile .product--card-single-action-button:active svg,
  .product--card-action-buttons-mobile .product--card-single-action-button:active svg *,
  .product--card-action-buttons-mobile .product__quick_view:active svg,
  .product--card-action-buttons-mobile .product__quick_view:active svg *,
  .product--card-action-buttons-mobile .product__card__actions__btn:active svg,
  .product--card-action-buttons-mobile .product__card__actions__btn:active svg *,
  .product--card-action-buttons-mobile .product--card-single-action-button:focus svg,
  .product--card-action-buttons-mobile .product--card-single-action-button:focus svg *,
  .product--card-action-buttons-mobile .product__quick_view:focus svg,
  .product--card-action-buttons-mobile .product__quick_view:focus svg *,
  .product--card-action-buttons-mobile .product__card__actions__btn:focus svg,
  .product--card-action-buttons-mobile .product__card__actions__btn:focus svg *,
  .product--card-action-buttons-mobile .product--card-single-action-button.loading svg,
  .product--card-action-buttons-mobile .product--card-single-action-button.loading svg *,
  .product--card-action-buttons-mobile .product__quick_view.loading svg,
  .product--card-action-buttons-mobile .product__quick_view.loading svg *,
  .product--card-action-buttons-mobile .product__card__actions__btn.loading svg,
  .product--card-action-buttons-mobile .product__card__actions__btn.loading svg * {
    fill: inherit !important;
    stroke: inherit !important;
    color: inherit !important;
    filter: none !important;
  }
}@media only screen and (max-width: 749px) {
  .product--card-action-buttons-mobile--quickadd {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    background: transparent !important;
  }

  .product--card-action-buttons-mobile--quickadd > * {
    width: 100% !important;
    flex: none !important;
    border: 0 !important;
  }

  .product--card-action-buttons-mobile--quickadd .button,
  .product--card-action-buttons-mobile--quickadd .product__card--cart-btn,
  .product--card-action-buttons-mobile--quickadd .cart-button--full-width {
    width: 100% !important;
    min-height: 4rem !important;
    justify-content: center !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
  }
}@media only screen and (max-width: 749px) {

  /* quick add mobile - override old 2-button layout */
  .product--card-action-buttons-mobile.product--card-action-buttons-mobile--quickadd {
    display: block !important;
    width: calc(100% - 2.4rem) !important;
    margin: 0.4rem auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    overflow: visible !important;
  }

  .product--card-action-buttons-mobile.product--card-action-buttons-mobile--quickadd > * {
    width: 100% !important;
    flex: none !important;
    border: 0 !important;
    text-align: initial !important;
  }

  .product--card-action-buttons-mobile.product--card-action-buttons-mobile--quickadd > * + * {
    border-left: 0 !important;
  }

  .product--card-action-buttons-mobile.product--card-action-buttons-mobile--quickadd
    .button,
  .product--card-action-buttons-mobile.product--card-action-buttons-mobile--quickadd
    .product__card--cart-btn,
  .product--card-action-buttons-mobile.product--card-action-buttons-mobile--quickadd
    .cart-button--full-width {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: 3.6rem !important;
    min-height: 3.6rem !important;
    padding: 0 1.2rem !important;
    border-radius: 1.8rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    box-sizing: border-box !important;

    /* liquid glass */
background: var(--glass-white-bg) !important;
-webkit-backdrop-filter: var(--glass-blur) !important;
backdrop-filter: var(--glass-blur) !important;
border: 1px solid var(--glass-white-border) !important;
box-shadow: var(--glass-white-shadow) !important;

    color: #111 !important;
  }

  .product--card-action-buttons-mobile.product--card-action-buttons-mobile--quickadd
    .button::before,
  .product--card-action-buttons-mobile.product--card-action-buttons-mobile--quickadd
    .product__card--cart-btn::before,
  .product--card-action-buttons-mobile.product--card-action-buttons-mobile--quickadd
    .cart-button--full-width::before {
    content: none !important;
    display: none !important;
  }

  .product--card-action-buttons-mobile.product--card-action-buttons-mobile--quickadd
    .button svg,
  .product--card-action-buttons-mobile.product--card-action-buttons-mobile--quickadd
    .product__card--cart-btn svg,
  .product--card-action-buttons-mobile.product--card-action-buttons-mobile--quickadd
    .cart-button--full-width svg {
    width: 1.4rem !important;
    height: 1.4rem !important;
  }
.product__card__price,
.price.product__card__price,
.product__card__price .price-item,
.product__card__price dd,
.product__card__price dt {
  font-size: 1.3rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
}

.product__card__title,
.product__card__title a {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 749px) {
  .product--card-action-buttons-mobile .product__card--cart-btn,
  .product--card-action-buttons-mobile .product__card--cart-btn span,
  .product--card-action-buttons-mobile .product__card--cart-btn .action__btn--text {
    white-space: nowrap !important;
  }

  .product--card-action-buttons-mobile .product__card--cart-btn {
    min-width: 128px !important;
    padding-inline: 14px !important;
  }
}
