/** Shopify CDN: Minification failed

Line 810:18 Unexpected "{"
Line 810:27 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:consumer-testimonial (INDEX:16) */
/* ─── Font face ─── */
@font-face {
  font-family: "Scto Grotesk";
  src: local("Scto Grotesk A");
  font-display: swap;
}

/* ─── Section root ─── */
.ct {
  border-bottom: var(--ct-bottom-border, none);
}

/* ─── Layout: 40/60 grid ─── */
.ct__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

/* ─── Image column ─── */
.ct__image-col {
  overflow: hidden;
  padding: 40px;
  margin: 0px 40px;
}

.ct__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ct__image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-color: #ebebeb;
}

/* ─── Content column ─── */
.ct__content-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  max-width: 540px;
  padding: 40px;
}

/* ─── Stars ─── */
.ct__stars {
  display: flex;
  gap: 3px;
}

.ct__star {
  width: 27px;
  height: 27px;
}

/* ─── Heading ─── */
.ct__heading {
  margin: 0 0 16px;
  color: #000;
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: 16.455px;
  letter-spacing: -2.24px;
}

/* ─── Quote ─── */
.ct__quote,
.ct__quote p {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.4px;
}

.ct__quote {
  margin-bottom: 30px;
}

/* ─── Handle ─── */
.ct__handle {
  margin: 0;
  color: #000;
  font-size: 20px;
  margin-top: -18px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.4px;
}

/* ─── Product card ─── */
.ct__product-card {
  display: flex;
  gap: 0;
  align-items: stretch;
  background: #fff;
  border: 1px solid #000;
  overflow: hidden;
  margin-top: auto;
}

.ct__product-thumbnail {
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-right: 1px solid #000;
}

.ct__product-thumbnail-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ct__product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px;
}

.ct__product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}

.ct__product-title {
  margin: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 900;
}

.ct__product-price {
  margin: 0;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 900;
  font-family: "Scto Grotesk Black";
  white-space: nowrap;
}

.ct__product-subtitle {
  margin-top: -8px;
  font-size: 12px;
  color: #2D2A26;
}

/* Yotpo stars — hide everything except star icons */
.ct__product-stars .yotpo-sr-bottom-line-text,
.ct__product-stars .yotpo-sr-bottom-line-right-panel,
.ct__product-stars .avg-score,
.ct__product-stars .based-on,
.ct__product-stars .write-review-btn,
.ct__product-stars .text-m,
.ct__product-stars .yotpo-label,
.ct__product-stars .yotpo-sum {
  display: none !important;
}

.ct__atc-price {
  display: none;
}

.ct__product-atc-form {
  margin-top: auto;
}

.ct__product-atc {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: block;
  width: 100%;
  cursor: pointer;
  border: none;
  background: #F66646;
  color: #fff;
  padding: 12px 16px;
  border-radius: 9999px;
  transition: opacity 0.15s ease;
  text-align: center;
}

.ct__product-atc:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* ─── Quote + handle wrapper ─── */

@media (min-width: 1025px) {
  .ct__stars {
    margin-bottom: 40px;
  }
}

/* ─── Mobile ─── */
@media (max-width: 1024px) {
  .ct__star {
    width: 13px;
    height: 13px;
  }
  .ct__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "content";
  }

  .ct__image-col {
    grid-area: image;
    padding: 20px;
    margin: 0;
  }

  .ct__content-col {
    grid-area: content;
    padding: 0 20px 20px 20px;
    gap: 20px;
    max-width: 100%;
  }

  .ct__image {
    height: auto;
  }

  .ct__image-placeholder {
    min-height: 280px;
  }

  .ct__heading {
    font-size: 48px;
    letter-spacing: -1.92px;
    margin-bottom: 0;
  }

  .ct__quote {
    margin-bottom: 0;
  }

  .ct__quote,
  .ct__quote p {
    font-size: 16px;
  }

  .ct__handle {
    font-size: 14px;
    margin-top: 5px;
  }

  .ct__product-price {
    display: none;
  }

  .ct__atc-price {
    display: inline;
  }

  .ct__atc-price::before {
    content: " - ";
  }
}
/* END_SECTION:consumer-testimonial */

/* START_SECTION:hero-banner (INDEX:34) */
/* =============================================================
   HERO BANNER
   All CSS custom properties are injected per-section via <style>
   tag above: --hb-text-color, --hb-cta-color, --hb-cta-bg,
   --hb-cta-border-color, --hb-cta-radius, --hb-cta-border
   ============================================================= */

/* ─── Font face ─── */
@font-face {
  font-family: "Scto Grotesk A";
  src: local("Scto Grotesk A");
  font-display: swap;
}

/* ─── Banner root ─── */
.hero-banner {
  font-family: "Scto Grotesk A", "Scto Grotesk", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  display: block;
}

/* =============================================================
   OVERLAY INNERS — Modules A, B, D
   Background image is absolute (z-index: 0).
   All content layers sit above it (z-index: 1).
   ============================================================= */

.hero-banner__inner--overlay,
.hero-banner__inner--split,
.hero-banner__inner--product {
  position: relative;
  overflow: hidden;
}

/* ─── Background media — in normal flow so the image height drives the banner ─── */
.hero-banner__media {
  position: relative;
  z-index: 0;
  width: 100%;
}

.hero-banner__bg-image {
  display: block;
  width: 100%;
  height: auto;
}

.hero-banner__media-placeholder {
  width: 100%;
  height: 100%;
  background-color: #ebebeb;
}

/* =============================================================
   MODULE A — Content overlay
   ============================================================= */

/* Absolutely overlaid on the in-flow background image */
.hero-banner__content {
  position: absolute;
  z-index: 1;
  padding: 40px;
  max-width: 50%;
}

/* text_left: vertically centred, left half */
.hero-banner__content--left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* text_top: full-width strip pinned to the top of the banner */
.hero-banner__content--top {
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 1024px) {
  .hero-banner__content {
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
  }

  .hero-banner__content--left {
    top: 20px;
    transform: none;
  }
}

/* =============================================================
   MODULE B — Two columns over full-bleed background
   ============================================================= */

/* Absolutely overlaid on the in-flow background image */
.hero-banner__columns {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: stretch;
}

/* text_left layout: reverse column order so text appears on left */
.hero-banner__columns--reverse {
  flex-direction: row-reverse;
}

.hero-banner__column {
  flex: 1;
  overflow: hidden;
}

.hero-banner__column--image {
  position: relative;
}

.hero-banner__column--image .hero-banner__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner__column--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}

@media (max-width: 1024px) {
  .hero-banner__columns,
  .hero-banner__columns--reverse {
    flex-direction: column;
  }

  .hero-banner__column--text {
    padding: 20px;
  }
}

/* =============================================================
   MODULE C — True 50/50 split panels
   ============================================================= */

.hero-banner__inner--fifty-fifty {
  display: flex;
  align-items: stretch;
  /* No full-bleed background: each panel manages its own background */
}

.hero-banner__panel {
  flex: 1;
  overflow: hidden;
}

.hero-banner__panel--left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  /* Background color comes from the surrounding color scheme */
}

.hero-banner__panel--right {
  position: relative;
}

/* Fills the panel — panel height stretches to match the left panel via flex */
.hero-banner__panel-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .hero-banner__inner--fifty-fifty {
    flex-direction: column;
  }

  .hero-banner__panel--right {
    min-height: 260px;
  }
}

/* =============================================================
   MODULE D — Top-left overlay (eyebrow + headline, then product card)
   ============================================================= */

.hero-banner__overlay-bottom {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 500px;
}
.hero-banner__eyebrow {
  font-family: "Scto Grotesk Black";
}

@media (max-width: 1024px) {
  .hero-banner__overlay-bottom {
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: none;
  }
}

/* ─── Product card ─── */
.hero-banner__product-card {
  display: flex;
  gap: 0;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.40);
  border: 1px solid black;
  overflow: hidden;
  /* No border-radius — square block */
}

/* Square image block — matches aspect ratio 1:1 */
.hero-banner__product-thumbnail {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-right: 1px solid black;
}

.hero-banner__product-thumbnail-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Info column */
.hero-banner__product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 12px;
  justify-content: space-between;
}

.hero-banner__product-title-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-banner__product-title {
  margin: 0;
}

/* Subtitle — dusk metafield */
.hero-banner__product-subtitle {
  margin: 0;
  font-size: 14px;
  margin-bottom: 8px;
}

/* Yotpo stars — hide everything except the star icons */
.hero-banner__product-stars .yotpo-sr-bottom-line-text,
.hero-banner__product-stars .yotpo-sr-bottom-line-right-panel,
.hero-banner__product-stars .avg-score,
.hero-banner__product-stars .based-on,
.hero-banner__product-stars .write-review-btn,
.hero-banner__product-stars .text-m,
.hero-banner__product-stars .yotpo-label,
.hero-banner__product-stars .yotpo-sum {
  display: none !important;
}

@media (max-width: 1024px) {
  .hero-banner__product-stars {
    display: none !important;
  }
}

/* Full-width ATC */
.hero-banner__product-atc-form {
  margin-top: 12px;
}

.hero-banner__product-atc {
  font-family: "Scto Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 8.776px; /* 73.137% */
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 0.75px solid #000;
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 9999px;
  transition: opacity 0.15s ease;
  text-align: center;
}

.hero-banner__product-atc:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* ─── Overlay headline (Module D large heading) ─── */
.hero-banner__overlay-headline {
  color: var(--hb-text-color, #2d2a26);
  font-size: 52px;
  font-style: normal;
  font-weight: 900;
  line-height: 48.6px;
  letter-spacing: -3%;
  margin: 0;
}

@media (min-width: 1025px) {
  .hero-banner__overlay-headline {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -3%;
    margin-left: -5px;
  }
}

/* =============================================================
   SHARED TYPOGRAPHY — Eyebrow, Heading, Body, CTA
   Mobile-first. Same sizes across all module variants.
   ============================================================= */

/* ─── Eyebrow ─── */
.hero-banner__eyebrow {
  display: block;
  color: var(--hb-text-color, #2d2a26);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 9.36px;
  letter-spacing: -2%;
  text-transform: capitalize;
  margin-bottom: -5px;
}

@media (min-width: 1025px) {
  .hero-banner__eyebrow {
    font-size: 24px;
    font-weight: 500;
    line-height: 9.36px;
    letter-spacing: -2%;
  }
}

/* ─── Heading ─── */
.hero-banner__heading {
  font-family: "Scto Grotesk A", "Scto Grotesk", Arial, sans-serif;
  color: var(--hb-text-color, #2d2a26);
  font-size: 52px;
  font-style: normal;
  font-weight: 900;
  line-height: 48.6px;
  letter-spacing: -2.08px;
  margin: 0 0 16px;
}

@media (min-width: 1025px) {
  .hero-banner__heading {
    font-size: 48px;
    line-height: 48.6px;
    letter-spacing: -1.5px;
  }
}

/* ─── Body text ─── */
.hero-banner__body {
  font-family: "Scto Grotesk A", "Scto Grotesk", Arial, sans-serif;
  color: var(--hb-text-color, #2d2a26);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.28px;
  margin-bottom: 24px;
}

@media (min-width: 1025px) {
  .hero-banner__body {
    line-height: normal;
  }
}

/* ─── CTA button ─── */
.hero-banner__cta {
  display: inline-block;
  font-family: "Scto Grotesk A", "Scto Grotesk", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 8.776px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--hb-cta-color, #000000);
  background: var(--hb-cta-bg, #ffffff);
  border: var(--hb-cta-border, 0.75px solid #000000);
  border-radius: var(--hb-cta-radius, 9999px);
  padding: 14px 24px;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.hero-banner__cta:hover {
  opacity: 0.8;
}
/* END_SECTION:hero-banner */

/* START_SECTION:two-images-with-text (INDEX:96) */
/* ─── Font face ─── */
@font-face {
  font-family: "Scto Grotesk";
  src: local("Scto Grotesk A");
  font-display: swap;
}

/* ─── Section root ─── */
.two-img-text {
  font-family: "Scto Grotesk", sans-serif;
  border-bottom: var(--tit-bottom-border, none);
}

/* ─── Two-column layout ─── */
.two-img-text__inner {
  display: flex;
  align-items: stretch;
}

/* ─── Each panel ─── */
.two-img-text__panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* Dividing border — right side on desktop */
.two-img-text__panel--first {
  border-right: 1px solid var(--tit-border-color, #000);
}

/* ─── Image ─── */
.two-img-text__image-wrap {
  width: 100%;
  line-height: 0;
  padding: 40px;
  box-sizing: border-box;
}

.two-img-text__image {
  display: block;
  width: 100%;
  height: auto;
}

.two-img-text__image-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #ebebeb;
}

/* ─── Text content ─── */
.two-img-text__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0px 40px 40px 40px;
  gap: 20px;
}

/* ─── Heading — desktop ─── */
.two-img-text__heading {
  margin: 0;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 16.455px;
  letter-spacing: -1.2px;
  text-transform: capitalize;
}

/* ─── Subcopy — desktop ─── */
.two-img-text__subcopy {
  margin: 0;
  color: #2D2A26;
  font-family: "Scto Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.28px;
}

/* ─── CTA button ─── */
#shopify-section-{{ section.id }} .two-img-text__cta {
  align-self: center;
  min-width: 160px;
  margin: auto;
  padding-left: 45px;
  padding-right: 45px;
}

/* ─── Mobile ─── */
@media (max-width: 1024px) {
  .two-img-text__inner {
    flex-direction: column;
  }
  .two-img-text__content {
    padding: 20px;

  }
  /* Swap border from right to bottom on mobile */
  .two-img-text__panel--first {
    border-right: none;
    border-bottom: 1px solid var(--tit-border-color, #000);
  }

  .two-img-text__image-wrap {
    padding: 20px;
  }

  /* Heading — mobile */
  .two-img-text__heading {
    font-size: 24px;
    line-height: 8.587px;
    letter-spacing: -0.96px;
  }
}
/* END_SECTION:two-images-with-text */