/** Shopify CDN: Minification failed

Line 438:85 Unexpected "/"

**/
.image-with-text .grid {
  margin-bottom: 0;
}

.image-with-text .grid__item {
  position: relative;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse {
    flex-direction: row-reverse;
  }
}

.image-with-text__media {
  min-height: 100%;
  overflow: visible;
}

.image-with-text__media--small {
  height: 19.4rem;
}

.image-with-text__media--medium {
  height: 29.6rem;
}

.image-with-text__media--large {
  height: 43.5rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--small {
    height: 31.4rem;
  }

  .image-with-text__media--medium {
    height: 46rem;
  }

  .image-with-text__media--large {
    height: 69.5rem;
  }
}

.image-with-text__media--placeholder {
  position: relative;
  overflow: hidden;
}

.image-with-text__media--placeholder:after {
  content: '';
  position: absolute;
  background: rgba(var(--color-foreground), 0.04);
}

.image-with-text__media--placeholder.image-with-text__media--adapt {
  height: 20rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--placeholder.image-with-text__media--adapt {
    height: 30rem;
  }
}

.image-with-text__media--placeholder > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.image-with-text__media--placeholder:is(.animate--ambient, .animate--zoom-in) > .svg-wrapper {
  top: 0;
  left: 0;
  transform: translate(0);
}

.image-with-text__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-self: center;
  padding: 4rem calc(4rem / var(--font-body-scale)) 5rem;
  position: relative;
  z-index: 1;
}

.image-with-text .grid__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item:after {
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item:after {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text .image-with-text__media-item > * {
  border-radius: var(--media-radius);
  overflow: hidden;
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text .global-media-settings {
  overflow: hidden !important;
}

.image-with-text .image-with-text__text-item > * {
  border-radius: var(--text-boxes-radius);
  overflow: hidden;
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item > *,
.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item > * {
  box-shadow: none;
}

@media screen and (max-width: 749px) {
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media .placeholder-svg {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap) .image-with-text__content {
    border-top: 0;
  }
}

.image-with-text__content--mobile-right > * {
  align-self: flex-end;
  text-align: left;
}

.image-with-text__content--mobile-center > * {
  align-self: center;
  text-align: left;
}

.image-with-text--overlap .image-with-text__content {
  width: 95%;
  margin: -3rem auto 0;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse .image-with-text__content {
    margin-left: auto;
  }

  .image-with-text__content--bottom {
    justify-content: flex-end;
    align-self: flex-end;
  }

  .image-with-text__content--top {
    justify-content: flex-start;
    align-self: flex-start;
  }

  .image-with-text__content--desktop-right > * {
    align-self: flex-end;
    text-align: left;
  }

  .image-with-text__content--desktop-left > * {
    align-self: flex-start;
    text-align: left !important;
  }

  .image-with-text__content--desktop-center > * {
    align-self: center;
    text-align: left;
  }

  .image-with-text--overlap .image-with-text__text-item {
    display: flex;
    padding: 3rem 0;
  }

  .image-with-text--overlap .image-with-text__content {
    height: auto;
    width: calc(100% + 4rem);
    min-width: calc(100% + 4rem);
    margin-top: 0;
    margin-left: -4rem;
  }

  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__content {
    margin-left: 0;
    margin-right: -4rem;
  }

  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__text-item {
    justify-content: flex-end;
  }

  .image-with-text--overlap .image-with-text__media-item--top {
    align-self: flex-start;
  }

  .image-with-text--overlap .image-with-text__media-item--middle {
    align-self: center;
  }

  .image-with-text--overlap .image-with-text__media-item--bottom {
    align-self: flex-end;
  }

  .image-with-text__media-item--small,
  .image-with-text__media-item--large + .image-with-text__text-item {
    flex-grow: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media
    img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media
    .placeholder-svg,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media
    img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media
    .placeholder-svg {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content {
    border-left: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content {
    border-right: 0;
  }
}

.image-with-text:not(.collapse-corners, .image-with-text--overlap) .image-with-text__media-item {
  z-index: 2;
}

/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.image-with-text.image-with-text--overlap .backround-transparent,
.image-with-text:not(.image-with-text--overlap) .background-transparent {
  background: transparent;
}

/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.image-with-text .gradient {
  transform: perspective(0);
}

.image-with-text__content {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  word-break: break-word;
}

@media screen and (min-width: 990px) {
  .image-with-text__content {
    padding: 6rem 7rem 7rem;
  }
}

.image-with-text__content > * + * {
  margin-top: 2rem;
  font-size:1.2rem;
}

.image-with-text__content > .image-with-text__text:empty ~ a {
  margin-top: 2rem;
}

.image-with-text__content > :first-child:is(.image-with-text__heading),
.image-with-text__text--caption + .image-with-text__heading,
.image-with-text__text--caption:first-child {
  margin-top: 0;
}

.image-with-text__content :last-child:is(.image-with-text__heading),
.image-with-text__text--caption {
  margin-bottom: 0;
}

.image-with-text__content .button + .image-with-text__text {
  margin-top: 2rem;
}

.image-with-text__content .image-with-text__text + .button {
  margin-top: 3rem;
}

.image-with-text__heading {
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
.image-with-text__text p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
}

@media screen and (min-width: 749px) {
.image-with-text__text p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}}

@media screen and (max-width: 749px) {
  .collapse-padding .image-with-text__grid .image-with-text__content {
    padding-left: 0;
    padding-right: 0;
    text-align:left;
  }
}

@media screen and (min-width: 750px) {
  .collapse-padding
    .image-with-text__grid:not(.image-with-text__grid--reverse)
    .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding-right: 0;
  }

  .collapse-padding
    .image-with-text__grid--reverse
    .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding-left: 0;
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .image-with-text .grid {
    margin-left: 0;
  }
}

/*
  Multirow
  note: consider removing from this stylesheet if multirow-specific styles increase signficantly
*/
.multirow__inner {
  display: flex;
  flex-direction: column;
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .multirow__inner {
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}
/* Existing CSS remains the same */

/* ===== Make the two buttons sit side-by-side ===== */

/* 1) Remove the vertical gap applied to sibling elements for the button wrapper */ */
 .image-with-text__content > .image-with-text__buttons {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.image-with-text__buttons {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;       
  gap: 1rem;             
  align-items: center;
  justify-content: flex-start;
}

/* Override justify with center for this element */


.image-with-text__buttons .button {
  display: inline-flex !important;
  width: auto !important;
  margin: 0 !important;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  padding: .75rem 1.25rem
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .image-with-text__buttons {
    flex-direction: column;
    gap: .75rem;
    align-items: stretch;
  }
  .image-with-text__buttons .button {
    width: 100% !important;
    justify-content: center;
  }
} 




/* Prevent the default sibling vertical margin from applying to the buttons wrapper */
.image-with-text__content > .image-with-text__buttons {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Mobile (stack vertically & full width) */
@media screen and (max-width: 749px) {
  .image-with-text__buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
    align-items: stretch !important;
    width: 100%;
  }

  .image-with-text__buttons .button {
    width: 100% !important;           /* full-width buttons on mobile */
    display: inline-flex !important;
    justify-content: center !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    white-space: normal !important;   /* allow wrap of long labels */
  }
}

/* Tablet & Desktop (side-by-side) */
@media screen and (min-width: 750px) {
  .image-with-text__buttons {
    display: flex !important;
    flex-direction: row !important;
    gap: 1rem !important;
    align-items: center !important;
    justify-content: flex-start;
  }

  .image-with-text__buttons .button {
    width: auto !important;           /* let buttons fit content */
    white-space: nowrap !important;   /* keep label on one line */
    margin: 0 !important;
  }
}





/* ===== Fix clipped "Add to Cart" button borders at bottom of cards ===== */

/* 1) Make likely parent containers allow the button to be visible */
.card,
.card__content,
.card__inner,
.product-card,
.product-card__content,
.product-grid-item,
.image-with-text__text-item,
.image-with-text__content {
  overflow: visible !important;     /* avoid cropping child corners/shadows */
  padding-bottom: 0.8rem !important; /* give a little breathing room for button border/shadow */
}

/* 2) Ensure button sits above other layers and not clipped by pseudo-elements */
.image-with-text__buttons,
.product-card__actions,
.card__actions,
.card .button,
.product-card .button,
.card__content .button {
  position: relative !important;
  z-index: 5 !important;
  box-sizing: border-box;
}

/* 3) Make sure button border / radius renders fully */
.image-with-text__buttons .button,
.product-card .button,
.card .button {
  width: auto !important;
  margin: 0 !important;
  border-width: 1px;
  border-style: solid;
  background-clip: padding-box; /* prevents parent backgrounds from bleeding into rounded corners */
}

/* 4) If a pseudo-element on the card is overlapping, push it behind */
.card::before,
.card::after,
.product-card::before,
.product-card::after,
.card__content::before,
.card__content::after {
  z-index: 1;
}

/* Small screen tweak if needed */
@media screen and (max-width: 749px) {
  .card,
  .product-card,
  .image-with-text__content {
    padding-bottom: 1rem !important;
  }
}


@media screen and (min-width: 750px) {
  /* Make sure the container holding product cards has padding */
  .grid, /* or your specific product grid container */
  .product-grid {
    padding-bottom: 3rem !important; /* enough space for button shadow */
    overflow: visible !important;
  }

  /* Add bottom padding to each product card and ensure visible overflow */
  .card,
  .product-card,
  .grid__item {
    padding-bottom: 1rem !important; /* breathing room inside the card */
    margin-bottom: 2rem !important;  /* spacing between rows */
    overflow: visible !important;
  }

  /* Specifically fix the last row items */
  .grid__item:last-child,
  .grid__item:nth-last-child(-n + 4) { /* adjust 4 to number of items per row */
    margin-bottom: 3rem !important;
    padding-bottom: 1rem !important;
    overflow: visible !important;
  }

  /* Make sure buttons are above and visible */
  .card .button,
  .product-card .button,
  .image-with-text__buttons .button {
    position: relative !important;
    z-index: 15 !important;
    box-sizing: border-box !important;
  }
}




