/** Shopify CDN: Minification failed

Line 176:0 Expected "}" to go with "{"

**/
a.product-modal,
a[data-fancybox*="quick-view"] {
  display: none !important;
}

#content .section-title.span-12 h1 {
  display: none !important;
}

a.slg-hero__media-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .slg-hero__media-wrap {
    max-height: 600px;
  }
  .slg-hero__image {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
  }
  .slg-hero__eyebrow {
    font-size: 28px;
  }
  .slg-hero__heading {
    font-size: clamp(32px, 4.8vw, 54px);
  }
  .slg-hero__subheading {
    font-size: clamp(24px, 1.6vw, 22px);
    margin-top: 10px;
  }
footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
  }
.section-title.span-12 h1 {
  display: none !important;
}
#content h1.title {
  display: none !important;
}
.breadcrumb,
.breadcrumbs,
nav.breadcrumb,
.page-breadcrumbs {
  display: none !important;
}
#content .section-title,
#content .breadcrumb-container,
#content .page-header,
.collection-header {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#content > .row:first-child {
  display: none !important;
}
div#breadcrumb {
  display: none !important;
}

/* =============================================
   Image with Text blocks — Explore the Collection
   ============================================= */

/* Card-style container: constrain width, center, add subtle background */
.image-with-text-wrapper.grid_wrapper {
  max-width: 1100px;
  margin: 25px auto;
  background: #f9f8f6;
  grid-column-gap: 0;
  grid-row-gap: 0;
  align-items: stretch;
}

/* Force 50/50 split instead of 33/67 */
.image-with-text-wrapper .text-with-image.contained:not(.text_section) {
  grid-column: auto / span 6 !important;
}
.image-with-text-wrapper .text-with-image.text_section {
  grid-column: auto / span 6 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: center !important;
  padding: 40px 50px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

/* Kill inherited left-align and margin on all children */
.image-with-text-wrapper .text-with-image.text_section .rte,
.image-with-text-wrapper .text-with-image.text_section .rte p,
.image-with-text-wrapper .text-with-image.text_section h3,
.image-with-text-wrapper .text-with-image.text_section .cta {
  text-align: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Product name — bolder and larger */
.image-with-text-wrapper .text-with-image.text_section h3.text-title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
}

/* Description text — slightly larger */
.image-with-text-wrapper .text-with-image.text_section .rte,
.image-with-text-wrapper .text-with-image.text_section .rte p {
  font-size: 18px;
  line-height: 1.6;
}

/* CTA button — center it */
.image-with-text-wrapper .text-with-image.text_section .cta {
  text-align: center !important;
  margin-top: 15px;
}

/* Make image fill its column height for a clean edge */
.image-with-text-wrapper .box-ratio {
  height: 100%;
  padding-bottom: 0 !important;
}
.image-with-text-wrapper .box-ratio img {
  position: relative !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Right-layout image (mobile-image wrapper) */
.image-with-text-wrapper .mobile-image {
  grid-column: auto / span 6 !important;
}
.image-with-text-wrapper .mobile-image .text-with-image {
  grid-column: unset !important;
  width: 100%;
}

/* Section spacing between blocks */
section[id="image-rows"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 35px;
}

/* Mobile: stack vertically */
@media screen and (max-width: 740px) {
  .image-with-text-wrapper.grid_wrapper {
    margin: 15px auto;
  }
  .image-with-text-wrapper .text-with-image.text_section {
    padding: 25px 20px !important;
  }
  .image-with-text-wrapper .box-ratio {
    height: auto;
    padding-bottom: 100% !important;
  }
  .image-with-text-wrapper .box-ratio img {
    position: absolute !important;
  }
}
