/** Shopify CDN: Minification failed

Line 338:17 Expected identifier but found "!"
Line 1635:12 Expected ":"

**/
/* ================================
GLOBAL OVERRIDES
================================ */

/* === Buttons === */
.btn,
.push-btn__surface,
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded::before {
  font-size: 1.375rem !important;
}
@media (max-width: 990px) {
  .push-btn__surface,
  .shopify-payment-button__button,
.shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded::before {
  font-size: 1.063rem !important;
  }
}

/* Filter button/sort button */
.filter-btn .push-btn__surface {
  font-family: var(--heading-font-stack);
  color: #F21F0F;
  background-color: #FCF7EC;   /* your bg */
  border: 2px solid #F21F0F;    /* border color */
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  padding-right: 18px;
  box-shadow: none !important;  
}
/* Hover state */
button.filter-btn:hover .push-btn__surface {
  background-color: #F21F0F !important;
  color: #FCF7EC !important;
}
@media (max-width: 990px) {
  .filter-btn .push-btn__surface {
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: none !important;  
}
}

/* === scrolling text === */
scrolling-items-content {
  text-transform: uppercase;
}

/* === product text === */
.product-highlight {
  font-size: 1.5rem !important;
  font-family: var(--main-font-stack);
  text-transform: capitalize;
}
  @media (max-width: 990px) {
    .product-highlight { 
      font-size: 1.125rem !important;
  }
}

.price,
[data-product-price],
.product__price,
.product-tile [data-product-price] {
    font-size: 1.5rem;
    color: #0E140F;
  }
  @media (max-width: 990px) {
.price,
[data-product-price],
.product__price,
.product-tile [data-product-price] {
      font-size: 1.125rem;
  }
}

.product-tile h3 {
    font-size: 1.5rem;
    font-family: var(--heading-font-stack);
    color: #0E140F;
  }
  @media (max-width: 990px) {
      .product-tile h3 {
    font-size: 1.125rem;
  }
}

/* === page subheading - details pages === */
.page-subheading {
  font-family: "Des Montilles";
  font-size: 2.125rem !important;
  margin-top: -1rem;
}
/* === rich text content === */
.rte p {
  font-size: 1.25rem; 
  font-family: var(--main-font-stack);
  text-transform: none;
}
@media (max-width: 990px) {
      .rte p {
    font-size: 1rem;
  }
}

/* === rich text lists === */
.rte ul,
.rte ol,
.rte li {
  font-size: 1.25rem;
}
@media (max-width: 990px) {
.rte ul,
.rte ol,
.rte li {
  font-size: 1rem;
  }
}



/* ================================
NAV OVERRIDES
================================ */

/* === Cart Button (Base) === */
#CartButton {
  background-color: #f21f0f;
  color: #FFF3D4;
  font-size: 1.375rem;
  font-weight: 600;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 1rem;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

/* === Cart Button (Mobile) === */
@media (max-width: 990px) {
  #CartButton {
    font-size: 1rem;
    padding: 10px 14px;
  }
}

.site-header a {
  font-size: 1.375rem;
}

/* Give the header a red bottom border ONLY when it’s stuck/active */
.site-header.bg-scheme-background,
.site-header.header-is-active {
  border-bottom-color: #f21f0f;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

@media (max-width: 990px) {
  /* Hide logo by default on mobile */
  .site-header .site-header__logo-link {
    display: none;
  }

  /* Show it only when nav is active or stuck */
  .site-header.bg-scheme-background .site-header__logo-link,
  .site-header.header-is-active .site-header__logo-link {
    display: block;
  }
}

/* Background + overall text colour of sidebar nav */
.sidebar-nav {
  color: #f21f0f;
  background-color: #FFF3D4;
  height: 100%;
}

.sidebar-nav .font-heading {
    font-size: 3rem;
    font-weight: 400;
    font-family: var(--main-font-stack);
    text-transform: none;
}
#customer_register_link, #customer_login_link {
    font-size: 1.125rem;
    text-transform: uppercase;
}
.sidebar-nav input {
      color: #f21f0f;
      border: 2px solid #f21f0f;
      background: transparent;
      border-radius: 6px;
}

/* Remove every possible focus ring in the sidebar nav */
.sidebar-nav input,
.sidebar-nav .input,
.sidebar-nav .field,
.sidebar-nav .field:focus-within {
  outline: none;
  box-shadow: none;
  --tw-ring-shadow: 0 0 #0000;
  --tw-ring-offset-shadow: 0 0 #0000;
  border-color: #f21f0f;
}


.sidebar-nav ul .icon {
  width: 28px !important;
  height: 28px !important;
}

/* Custom cart drawer overlay color */
.fixed.inset-0.bg-scheme-text\/75 {
  background-color: rgba(0, 0, 0, 0.5) !important; /* cream overlay */
}

.cart-drawer-message {
    font-family: var(--heading-font-stack);
    color: #000000 !important;
}


/* ================================
SCROLLING MARQUEE - HOME
================================ */
/* Desktop + tablet */
#scrolling-text-template--18108288434241__scrolling_text_nNa3qc scrolling-items-content > * {
  margin-right: 2rem;
  margin-bottom: 1.3vw;
}

/* Mobile */
@media (max-width: 990px) {
  #scrolling-text-template--18108288434241__scrolling_text_nNa3qc scrolling-items-content > * {
    margin-right: 0.75rem;
    margin-bottom: 0.4rem;
  }
}

/* ================================
SCROLLING MARQUEE - COLLECTION PAGE
================================ */
/* Desktop + tablet */
#shopify-section-template--18108288401473__scrolling_text_LTacDy scrolling-items-content > * {
  margin-right: 2rem;
  margin-bottom: 1.3vw;
  margin-top: 1.3vw;
}

/* Mobile */
@media (max-width: 990px) {
  #shopify-section-template--18108288401473__scrolling_text_LTacDy scrolling-items-content > * {
    margin-right: 0.75rem;
    margin-bottom: 0.4rem;
    margin-top: 0.4rem;
  }
}

/* ================================
FREE SHIPPING BAR
================================ */

/* Desktop / tablet defaults */
  #scrolling-text-sections--18108288892993__free_shipping_bar_JXYhFc .text-sm {
    font-family: var(--heading-font-stack);
    text-transform: uppercase;
    font-size: 1.125rem;
  }

  #scrolling-text-sections--18108288892993__free_shipping_bar_JXYhFc scrolling-items-surface {
    gap: 2.2rem; /* desktop/tablet default */
  }

  /* Mobile adjustments */
  @media (max-width: 990px) {
    #scrolling-text-sections--18108288892993__free_shipping_bar_JXYhFc .text-sm {
      font-size: 0.813rem; /* smaller on mobile */
    }

    #scrolling-text-sections--18108288892993__free_shipping_bar_JXYhFc scrolling-items-surface {
      gap: 0rem; /* tighter gap on mobile */
    }
  }

/* ================================
COLLECTION FOCUS CAROUSEL - HOME
================================ */

  #shopify-section-template--18108288434241__collection-focus-carousel h2 {
    font-size: 6rem;
    color: #f21f0f;
    font-family: var(--heading-font-stack);
  }
  @media (max-width: 990px) {
     #shopify-section-template--18108288434241__collection-focus-carousel h2 {
    font-size: 3.75rem;
  }
}
  
  #shopify-section-template--18108288434241__collection-focus-carousel .inline-rte {
    font-size: 6.875rem;
    font-family: "Des Montilles";
    color: #0E140F;
    max-width: 100%;
    margin-top: -1rem;
    line-height: 65%;
  }
    @media (max-width: 990px) {
        #shopify-section-template--18108288434241__collection-focus-carousel .inline-rte {
    font-size: 4.5rem;
    margin-top: -0.8rem;
  }
}

/* Mobile adjustments */
@media (max-width: 990px) {
 #shopify-section-template--18108288434241__collection-focus-carousel {
   .product-tile__featured-media {
    height: 400px;
    display: flex;
    align-items: center;     /* centers vertically */
    justify-content: center; /* centers horizontally */
}
 img, .media {
   height: 400px !important;
   width: 400px; !important;
   object-fit: cover;
  }
  .product-media-object {
    height: 400px;
  }
}
}
/* MOBILE: keep the overlay hidden and untouchable */
@media (max-width: 990px), (hover: none) {
  /* Target the overlay that has Tailwind class `will-change-[opacity]` */
  #shopify-section-template--18108288434241__collection-focus-carousel .will-change-\[opacity\] {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: none !important;
  }
  /* Even if parent `.group` gets :hover or :focus-within, keep it off */
  #shopify-section-template--18108288434241__collection-focus-carousel .group:hover .will-change-\[opacity\],
  #shopify-section-template--18108288434241__collection-focus-carousel .group:focus-within .will-change-\[opacity\] {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: none !important;
  }
}
/* Mobile: remove hover/click scale/translate on tiles */
@media (max-width: 990px), (hover: none) {
  #shopify-section-template--18108288434241__collection-focus-carousel .product-media-object {
    transform: none !important;
    transition: none !important;
  }


 
}


#shopify-section-template--18108288434241__collection-focus-carousel .controls {
  margin-top: auto;
  align-self: flex-end;
}

button.splide__arrow .push-btn__surface {
  background: transparent;
  color: #0E140F;
  border-width: 2px;
  border-color: #0E140F;
  border-radius: 99rem;
}

/* ================================
Image with Highlights Section - Homepage + About page
================================ */

/* text overrides */
#shopify-section-template--18108288434241__image-with-highlights h2,
#shopify-section-template--18108288729153__highlights_with_bg_img_xXdQcq h2 {
    font-size: 1.875rem;
}
  @media (max-width: 990px) {
     #shopify-section-template--18108288434241__image-with-highlights h2,
     #shopify-section-template--18108288729153__highlights_with_bg_img_xXdQcq h2 {
    font-size: 1.375rem;
  }
}
#shopify-section-template--18108288434241__image-with-highlights .inline-rte,
#shopify-section-template--18108288729153__highlights_with_bg_img_xXdQcq .inline-rte {
    font-size: 1.25rem;
    line-height: 100%; 
}
  @media (max-width: 990px) {
     #shopify-section-template--18108288434241__image-with-highlights .inline-rte,
     #shopify-section-template--18108288729153__highlights_with_bg_img_xXdQcq .inline-rte {
    font-size: 1rem;
  }
}

/* card size overrides */
#shopify-section-template--18108288434241__image-with-highlights .card__surface,
#shopify-section-template--18108288729153__highlights_with_bg_img_xXdQcq .card__surface {
  min-height: 160px;
}
  @media (max-width: 990px) {
     #shopify-section-template--18108288434241__image-with-highlights .card__surface,
     #shopify-section-template--18108288729153__highlights_with_bg_img_xXdQcq .card__surface  {
    min-height: 1rem;
  }
}

/* card dropshadow */
#shopify-section-template--18108288434241__image-with-highlights .card__surface,
#shopify-section-template--18108288729153__highlights_with_bg_img_xXdQcq .card__surface  {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3);
}
  @media (max-width: 990px) {
     #shopify-section-template--18108288434241__image-with-highlights .card__surface,
     #shopify-section-template--18108288729153__highlights_with_bg_img_xXdQcq .card__surface  {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  }
}
#shopify-section-template--18108288434241__image-with-highlights .splide__track,
#shopify-section-template--18108288729153__highlights_with_bg_img_xXdQcq .splide__track {
  padding-bottom: 10px;
}
#shopify-section-template--18108288434241__image-with-highlights .card::after,
#shopify-section-template--18108288729153__highlights_with_bg_img_xXdQcq .card::after {
  content: none !important;
  display: none !important; /* ensures it doesn’t render at all */
}


/* section max width */
#shopify-section-template--18108288434241__image-with-highlights .section-content,
#shopify-section-template--18108288729153__highlights_with_bg_img_xXdQcq .section-content {
  max-width: 1440px;
}

@media (min-width: 990px) {
  #shopify-section-template--18108288729153__highlights_with_bg_img_xXdQcq .section-content {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}



/* ================================
Full Bleed Split Image - Homepage
================================ */

#shopify-section-template--18108288434241__full_bleed_image_ACwyUT p {
  font-size: 1.5rem;
}
@media (max-width: 990px) {
     #shopify-section-template--18108288434241__full_bleed_image_ACwyUT p {
  font-size: 1.125rem;
}
}

#shopify-section-template--18108288434241__full_bleed_image_ACwyUT h2 {
  font-size: 6rem;
}
@media (max-width: 990px) {
     #shopify-section-template--18108288434241__full_bleed_image_ACwyUT h2 {
  font-size: 3.75rem;
  margin-bottom: 4rem;
}
}



/* ================================
Custom Button - Homepage
================================ */

#shopify-section-template--18108288434241__custom_liquid_pgxChh .section-content {
  padding-top: 0 !important;
}



/* ================================
IMAGE WITH TEXT OVERLAY - HOME
================================ */

#shopify-section-template--18108288434241__image_with_text_overlay_YqEdBE h2 {
    font-size: 6rem;
    color: #FFF3D4;
    font-family: var(--heading-font-stack);
  }
  @media (max-width: 990px) {
     #shopify-section-template--18108288434241__image_with_text_overlay_YqEdBE h2 {
    font-size: 3.75rem;
  }
}
#shopify-section-template--18108288434241__image_with_text_overlay_YqEdBE .inline-rte {
    font-size: 6.875rem;
    font-family: "Des Montilles";
    color: #FFF3D4;
    max-width: 100%;
    margin-top: -1rem;
    line-height: 65%;
  }
    @media (max-width: 990px) {
        #shopify-section-template--18108288434241__image_with_text_overlay_YqEdBE .inline-rte {
    font-size: 4.5rem;
    margin-top: -0.8rem;
  }
}
#shopify-section-template--18108288434241__image_with_text_overlay_YqEdBE .max-w-lg {
  max-width: 36rem;
}


/* ================================
REVIEW CAROUSEL - HOME & ABOUT
================================ */

#slideshow-template--18108288434241__featured-testimonials .splide__track {
  outline: 2px solid #f21f0f;
  padding-top: 64px;
  padding-bottom: 64px;
  border-radius: 0px;
  background-color: #FFF3D4;
}

#shopify-section-template--18108288499777__featured_testimonials_qgJCBV .splide__track {
  outline: 2px solid #f21f0f;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 140px;
  padding-right: 140px;
  border-radius: 0px;
  background-color: #FFF3D4;
}
@media (max-width: 990px) {
#shopify-section-template--18108288499777__featured_testimonials_qgJCBV .splide__track {
  padding-left: 10px;
  padding-right: 10px;
  }
}

#shopify-section-template--18108288499777__featured_testimonials_qgJCBV .splide__track {
  margin-bottom: 3rem;
}
@media (max-width: 990px) {
#shopify-section-template--18108288499777__featured_testimonials_qgJCBV .splide__track {
  margin-bottom: 8rem;
  }
}

#shopify-section-template--18108288499777__featured_testimonials_qgJCBV .splide__arrow {
  display: none;
}

/* section max width */
#slideshow-template--18108288434241__featured-testimonials,
#shopify-section-template--18108288499777__featured_testimonials_qgJCBV .splide__track {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

#shopify-section-template--18108288434241__featured-testimonials h2.inline-heading-rte.font-heading, 
#shopify-section-template--18108288499777__featured_testimonials_qgJCBV h2.inline-heading-rte.font-heading {
  background: #f21f0f !important; 
  outline: 2px solid #f21f0f;
  color: #FFF3D4;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.875rem;
}
@media (max-width: 990px) {
#shopify-section-template--18108288434241__featured-testimonials h2.inline-heading-rte.font-heading, 
#shopify-section-template--18108288499777__featured_testimonials_qgJCBV h2.inline-heading-rte.font-heading {
  font-size: 1.375rem;
  }
}

#shopify-section-template--18108288499777__featured_testimonials_qgJCBV p,
#shopify-section-template--18108288434241__featured-testimonials p {
  font-size: 3.25rem;
  font-family:  var(--main-font-stack);
  text-transform: none;
}
@media (max-width: 990px) {
#shopify-section-template--18108288499777__featured_testimonials_qgJCBV p,
#shopify-section-template--18108288434241__featured-testimonials p {
  font-size: 1.875rem;
}
}

#shopify-section-template--18108288434241__featured-testimonials .font-heading.heading-secondary.break-words,
#shopify-section-template--18108288499777__featured_testimonials_qgJCBV .font-heading.heading-secondary.break-words {
  color: #f21f0f;
}
@media (max-width: 990px) {
#shopify-section-template--18108288434241__featured-testimonials .font-heading.heading-secondary.break-words, 
#shopify-section-template--18108288499777__featured_testimonials_qgJCBV .font-heading.heading-secondary.break-words {
  font-size: 1.125rem;
}
}
#shopify-section-template--18108288434241__featured-testimonials .tracking-rating,
#shopify-section-template--18108288499777__featured_testimonials_qgJCBV .tracking-rating {
  color: #f21f0f;
}

#shopify-section-template--18108288434241__featured-testimonials .section-content,
#shopify-section-template--18108288499777__featured_testimonials_qgJCBV .section-content {
  margin-left: var(--section-x-padding);
  margin-right: var(--section-x-padding);
}

#shopify-section-template--18108288434241__featured-testimonials .splide__arrows,
#shopify-section-template--18108288434241__featured-testimonials .splide__arrows {
  padding-right: 0px;
}

@media (max-width: 990px) {
#shopify-section-template--18108288434241__featured-testimonials .break-words {
  padding-left: 1rem;
  padding-right: 1rem;
}
}


/* ================================
IMAGE WITH TEXT OVERLAY - HOME + ABOUT
================================ */

#shopify-section-template--18108288434241__image_with_text_overlay_6n4GDh h2,
#shopify-section-template--18108288499777__image_with_text_overlay_jwEbma h2 {
  font-size: 1.875rem;
  color: #f21f0f;
}
@media (max-width: 990px) {
#shopify-section-template--18108288434241__image_with_text_overlay_6n4GDh h2,
#shopify-section-template--18108288499777__image_with_text_overlay_jwEbma h2 {
  font-size: 1.375rem;
}
}

#shopify-section-template--18108288434241__image_with_text_overlay_6n4GDh .inline-rte.mt-5,
#shopify-section-template--18108288499777__image_with_text_overlay_jwEbma .inline-rte.mt-5 {
  font-size: 5.125rem;
  line-height: 100%;
}

#shopify-section-template--18108288434241__image_with_text_overlay_6n4GDh .max-w-lg,
#shopify-section-template--18108288499777__image_with_text_overlay_jwEbma .max-w-lg {
  max-width: 100%;
}
@media (max-width: 990px) {
#shopify-section-template--18108288434241__image_with_text_overlay_6n4GDh .inline-rte,
#shopify-section-template--18108288499777__image_with_text_overlay_jwEbma .inline-rte {
  font-size: 3.375rem !important;
}
}

/* === Buttons === */
/* Base button styling */
#shopify-section-template--18108288434241__image_with_text_overlay_6n4GDh .push-btn__surface,
#shopify-section-template--18108288499777__image_with_text_overlay_jwEbma .push-btn__surface {
  background-color:rgba(254, 238, 172, 0) !important;
  border: 2px solid #F21F0F !important;
  border-radius: 10px;
  color: #F21F0F !important;
  transition: all 0.3s ease;
}

#shopify-section-template--18108288434241__image_with_text_overlay_6n4GDh .push-btn:hover .push-btn__surface,
#shopify-section-template--18108288499777__image_with_text_overlay_jwEbma .push-btn:hover .push-btn__surface {
  background-color: #F21F0F !important;
  color: #FFF3D4 !important;
  border-color: #F21F0F !important;
}



/* ================================
NEWSLETTER SUBSCRIBE - HOME
================================ */

[id*="__newsletter"] .section-content {
  max-width: 988px;
  margin-left: auto;
  margin-right: auto;
}

[id*="__newsletter"] .section-content h2 {
  font-size: 3.625rem;
}
@media (max-width: 990px) {
[id*="__newsletter"] .section-content h2 {
  font-size: 2.25rem;
}
}

[id*="customer-form"][id*="__newsletter"] {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

[id*="__newsletter"] .push-btn__surface {
  font-size: 1.25rem;
}

@media (max-width: 990px) {
[id*="__newsletter"] .push-btn__surface {
  font-size: 1rem;
} 
}
[id*="__newsletter"] .input-group-field  {
  font-size: 1.25rem;
}
@media (max-width: 990px) {
[id*="__newsletter"] .input-group-field {
  font-size: 1rem;
}
}
/* ================================
GLOBAL FOOTER - these are in the footer.liquid
================================ */

/* ================================
COLLECTION PAGE  - these are in the main-collection-product-grid.liquid
================================ */

@media (max-width: 990px) {
#shopify-section-template--18108288401473__image_with_text_overlay_L4JbzJ .section-content,
  #shopify-section-template--18108288401473__image_with_text_overlay_L4JbzJ .object-wrapper.pt-half-screen-height img {
    height: 280px;
  }
}


/* ================================
CONTACT PAGE 
================================ */

/* Targets labels only within the contact form */
#ContactForm label {
  font-family: var(--heading-font-stack);
  font-size: 1.125rem;
  text-transform: uppercase;
}
@media (max-width: 990px) {
#ContactForm label {
  font-size: 1.063rem;
}
}
#ContactForm input[type="text"],
#ContactForm input[type="email"],
#ContactForm input[type="tel"],
#ContactForm textarea {
  font-size: 1.25rem;
}
@media (max-width: 990px) {
  #ContactForm input[type="text"],
  #ContactForm input[type="email"],
  #ContactForm input[type="tel"],
  #ContactForm textarea {
    font-size: 1rem;
  }
}
@media (max-width: 990px) {
#shopify-section-template--18108288532545__main .py-section-vertical-spacing {
  padding-bottom: 18rem;
}
}
/* ================================
BLOG PAGE 
================================ */
/* Object wrapper border */
#shopify-section-template--18108288335937__main .object-wrapper {
  border: 2px solid #F21F0F;
  overflow: hidden;
}

/* Card surface shadow */
#shopify-section-template--18108288335937__main .card__surface {
  box-shadow: 12px 12px 0 0 #FEEDAC;
}

/* H2 headings: same element has both classes */
#shopify-section-template--18108288335937__main .font-heading.heading-secondary {
  color: var(--Smoky-Black, #0E140F);
  font-feature-settings: 'salt' on;

  /* Desktop / Subheading */
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%; /* 27px */
  text-transform: uppercase;
}

/* Time/meta line: all classes on the same element; escape the 2.5 */
#shopify-section-template--18108288335937__main time.font-body.mt-2\.5.block.text-base {
  margin-top: 8px;
  color: var(--Smoky-Black, #0E140F);
  text-align: center;

  /* Desktop / Accent Body */
  font-family: "Des Montilles", serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 67%; /* ~22.78px */
}

.blog-subtitle {
  margin-top: 8px;
  color: var(--Cream, #FFF3D4);

  /* Desktop / Accent Body */
  font-family: "Des Montilles", serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 67%; /* ~22.78px */
  text-align: center;
  text-transform: capitalize;
  
}

/* Smooth zoom effect on image when card is hovered */
.card__surface .media__styled-element {
  transition: transform 0.5s ease;
  transform: scale(1);
}

.card__surface:hover .media__styled-element {
  transform: scale(1.1);
}

.media__styled-element {
  transform-origin: center center;
  display: block; /* ensures transform works cleanly on inline images */
}

/* Top section padding between headings and content */
.blog-subtitle {
  padding-bottom: 1.5rem;
}

/* ======================
   BLOG PAGE MOBILE (990px)
   ====================== */
@media (max-width: 990px) {
  /* Subheading shrinks to 22px */
  #shopify-section-template--18108288335937__main .font-heading.heading-secondary {
    font-size: 22px;
  }

  /* Accent body shrinks to 28px */
  .blog-subtitle,
  #shopify-section-template--18108288335937__main time.font-body.mt-2\.5.block.text-base {
    font-size: 28px;
  }
}

/* Top section padding between headings and content */
@media (max-width: 990px) {
  .blog-subtitle {
  padding-bottom: 3rem;
}
}
@media (max-width: 990px) {
  #shopify-section-template--18108288335937__main .font-heading.heading-feature {
  padding-top: 3rem;
}
}

/* ======================
   ABOUT PAGE
   ====================== */

   #shopify-section-template--18108288499777__rich_text_jpfX9T .inline-heading-rte.font-heading {
    color: var(--Fire-Red, #F21F0F);
    text-align: center;

    /* Desktop/Heading 1 */
    font-size: 96px;
    font-style: normal;
    font-weight: 800;
    line-height: 90%; /* 86.4px */
    text-transform: uppercase;
   }

    #shopify-section-template--18108288499777__rich_text_jpfX9T .font-main.mt-5.rte.mx-auto.leading-snug p {
      color: var(--Smoky-Black, #0E140F);
      font-family: "Des Montilles" !important;
      font-size: 110px;
      font-style: normal;
      font-weight: 400;
      line-height: 65%;
    }

    #shopify-section-template--18108288499777__rich_text_jpfX9T .font-main.mt-5.rte.mx-auto.leading-snug {
      margin-top: -1rem !important;
    }

    #shopify-section-template--18108288499777__rich_text_WPDpDP .font-main.rte.mx-auto.leading-snug p{
      color: var(--Smoky-Black, #0E140F);
      text-align: center;
      font-feature-settings: 'dlig' on;
      font-size: 52px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%; /* 52px */
    }

    #shopify-section-template--18108288499777__rich_text_ba8VTY .mx-auto.max-w-site.lg\:w-2\/3 {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    #shopify-section-template--18108288499777__rich_text_ba8VTY .inline-heading-rte.font-heading {
      color: var(--Fire-Red, #F21F0F);
      font-feature-settings: 'salt' on;

      /* Desktop/Subheading Italic */
      font-size: 30px;
      font-style: italic;
      font-weight: 800;
      line-height: 120%; /* 36px */
      text-transform: uppercase;
    }

    #shopify-section-template--18108288499777__rich_text_ba8VTY .font-main.mt-5.rte.mx-auto.leading-snug p{
      color: var(--Fire-Red, #F21F0F);

      /* Desktop/Heading 1 */
      font-family: 'PP Right Grotesk Narrow' ;
      font-size: 96px ;
      font-style: normal ;
      font-weight: 800 ;
      line-height: 90% ; /* 86.4px */
      text-transform: uppercase ;
    }

    #shopify-section-template--18108288499777__rich_text_ba8VTY .font-main.mt-5.rte.mx-auto.leading-snug {
      margin-top: 0px;
    }

    #shopify-section-template--18108288499777__rich_text_ba8VTY .relative.z-shape-divider.mx-auto.text-center{
      text-align:left;
    }

    #shopify-section-template--18108288499777__rich_text_TBCEyx .font-main p{
      color: var(--Smoky-Black, #0E140F);
      text-align: center;
      font-feature-settings: 'dlig' on;

      /* Desktop/Large Body */
      font-size: 52px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%; /* 52px */
    }

    #shopify-section-template--18108288499777__shape_carousel_NBgbQf .w-full {
      border: 2px solid #F21F0F;
    }

    #shopify-section-template--18108288499777__feature_text_with_offset_images_e38cHB .section-content {
      padding-top: 0px;
      padding-bottom: 0px;
    }

    #shopify-section-template--18108288499777__rich_text_jpfX9T .section-content {
      padding-bottom: 1rem;
    }

    #shopify-section-template--18108288499777__rich_text_WPDpDP .section-content {
      padding-top: 1rem;
    }

    .highlight-rich-text {
      font-family: var(--heading-font-stack);
      text-transform: uppercase;
    }

    #slideshow-template--18108288499777__shape_carousel_NBgbQf .splide__arrows {
      display: none;
    }
    #slideshow-template--18108288499777__shape_carousel_NBgbQf .splide__list {
  display: flex !important;
  align-items: flex-end !important;
}
@media (max-width: 990px) {
  /* control the gap between slides */
  #slideshow-template--18108288499777__shape_carousel_NBgbQf-list > .splide__slide {
    margin-right: 10px !important;
  }
}

    /* ======================
   ABOUT PAGE MOBILE (990px)
   ====================== */
  @media (max-width: 990px) {
  #shopify-section-template--18108288499777__rich_text_jpfX9T .inline-heading-rte.font-heading {
    font-size: 60px;
   }
  #shopify-section-template--18108288499777__rich_text_jpfX9T .font-main.mt-5.rte.mx-auto.leading-snug p{
    font-size: 72px;
  }
  #shopify-section-template--18108288499777__rich_text_WPDpDP .font-main.rte.mx-auto.leading-snug p{
    font-size: 30px;
  }
  #shopify-section-template--18108288499777__rich_text_ba8VTY .inline-heading-rte.font-heading {
    font-size: 22px;
  }
  #shopify-section-template--18108288499777__rich_text_ba8VTY .font-main.mt-5.rte.mx-auto.leading-snug p{
    font-size: 60px;
  }
  #shopify-section-template--18108288499777__rich_text_TBCEyx .font-main p{
    font-size: 30px;
  }
}

/* ======================
PRODUCT PAGE
====================== */

.product-media button .push-btn__surface {
  background: transparent;
  color: #0E140F;
  border-width: 2px;
  border-color: #0E140F;
  border-radius: 99rem;
}

.product-block-description p {
  font-size: 1.5rem;
}
@media (max-width: 990px) {
.product-block-description p {
  font-size: 1.125rem;
  }
}

/* === product page tabs === */

button[role="tab"] {
  font-family: var(--heading-font-stack);
  color: #F21F0F;
  font-size: 1.125rem;
}

.feature-icon-list svg.theme-icon {
  color: #f21f0f;
}
.feature-icon-list .border-current {
    border-color: #F21F0F;
}

@media (max-width: 990px) {
.product-media .splide__arrows {
  display: none;
  }
}

#shopify-section-template--18108288729153__rich_text_HxjxEF h2 {
    font-size: 6rem;
    color: #FFF3D4;
    font-family: var(--heading-font-stack);
  }
  @media (max-width: 990px) {
     #shopify-section-template--18108288729153__rich_text_HxjxEF h2 {
    font-size: 3.75rem;
  }
}
#shopify-section-template--18108288729153__rich_text_HxjxEF p {
    font-size: 6.875rem;
    font-family: "Des Montilles";
    color: #0E140F;
    max-width: 100%;
    margin-top: -1rem;
    line-height: 65%;
  }
    @media (max-width: 990px) {
        #shopify-section-template--18108288729153__rich_text_HxjxEF p {
    font-size: 4.5rem;
    margin-top: -0.8rem;
  }
}
#shopify-section-template--18108288729153__rich_text_HxjxEF .section-content {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.add-to-cart-btn .push-btn__surface,
.add-to-cart-btn .push-btn__surface::before,
.add-to-cart-btn .push-btn__surface::after {
  box-shadow: none !important;
}
.add-to-cart-btn.shopify-payment-button__button,
.shopify-payment-button__button.add-to-cart-btn,
.shopify-payment-button__button.add-to-cart-btn::before,
.shopify-payment-button__button.add-to-cart-btn::after {
  box-shadow: none !important;
}

#shopify-section-template--18108288729153__text_columns_with_images_prqg9h .card::after {
  content: none !important;
  display: none !important; /* ensures it doesn’t render at all */
}

#shopify-section-template--18108288729153__text_columns_with_images_prqg9h .card__surface {
  outline: 2px dashed #f21f0f;
  outline-offset: 1.2rem;
  border: 2px solid #f21f0f;
  padding: 2rem;
}
@media (max-width: 990px) {
     #shopify-section-template--18108288729153__text_columns_with_images_prqg9h .card__surface {
    outline-offset: 0.6rem;
  padding: 1rem;
  }
}

#shopify-section-template--18108288729153__text_columns_with_images_prqg9h ul {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media (max-width: 990px) {
     #shopify-section-template--18108288729153__text_columns_with_images_prqg9h ul {
    padding-left: 0.6rem;
  padding-right: 0.6rem;
  gap: 1.3rem;
  }
}

/* === key ingredients === */

#shopify-section-template--18108288729153__text_columns_with_images_prqg9h h2 {
  font-size: 96px;
  color: #f21f0f;
  text-align: left;
  padding-bottom: 1rem;
}
@media (max-width: 990px) {
     #shopify-section-template--18108288729153__text_columns_with_images_prqg9h h2 {
    font-size: 60px;
  }
}

#shopify-section-template--18108288729153__text_columns_with_images_prqg9h h3 {
  font-family: var(--main-font-stack);
  font-size: 60px;
  text-transform: none;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 990px) {
     #shopify-section-template--18108288729153__text_columns_with_images_prqg9h h3 {
font-size: 54px;
  }
}

#shopify-section-template--18108288729153__text_columns_with_images_prqg9h p {
  font-size: 20px;
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 990px) {
     #shopify-section-template--18108288729153__text_columns_with_images_prqg9h p {
font-size: 16px;
  }
}

#shopify-section-template--18108288729153__text_columns_with_images_prqg9h .media {
  max-width: 15rem;
}
@media (max-width: 990px) {
     #shopify-section-template--18108288729153__text_columns_with_images_prqg9h .media {
max-width: none;
  }
}

/* === full ingredient list === */

#shopify-section-template--18108288729153__faq_NKEpnP .break-words {
  font-size: 38px;
}
@media (max-width: 990px) {
     #shopify-section-template--18108288729153__faq_NKEpnP .break-words {
font-size: 24px;
  }
}

#shopify-section-template--18108288729153__faq_NKEpnP p {
  color: #0E140F;
  max-width: 600px;
}

#shopify-section-template--18108288729153__faq_NKEpnP ul {
  max-width: 100%;
  border-bottom: 2px solid #F21F0F;
}

#shopify-section-template--18108288729153__faq_NKEpnP .section-content {
  padding-top: 0px;
}

/* === faqs === */

#shopify-section-template--18108288729153__faq_jcwybh h2 {
  font-size: 58px !important;
}
@media (max-width: 990px) {
     #shopify-section-template--18108288729153__faq_jcwybh h2 {
      font-size: 36px !important;
  }
}

#shopify-section-template--18108288729153__faq_jcwybh .break-words {
  font-size: 30px;
}
@media (max-width: 990px) {
     #shopify-section-template--18108288729153__faq_jcwybh .break-words {
      font-size: 22px;
  }
}

#shopify-section-template--18108288729153__faq_jcwybh p {
  color: #0E140F;
  max-width: 600px;
}
#shopify-section-template--18108288729153__faq_jcwybh ul {
  gap: 1rem;
}
@media (max-width: 990px) {
     #shopify-section-template--18108288729153__faq_jcwybh ul {
      gap: 0rem;
  }
}


/* === recommended products === */

#shopify-section-template--18108288729153__related-products h2 {
font-size: 70px;
color: #f21f0f;
text-align: left;
}
@media (max-width: 990px) {
     #shopify-section-template--18108288729153__related-products h2 {
  font-size: 60px;
}
}

#shopify-section-template--18108288729153__related-products .lg\:grid-cols-2 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 990px) {
     #shopify-section-template--18108288729153__related-products .lg\:grid-cols-2 {
  grid-template-columns: auto;
}
}

#shopify-section-template--18108288729153__related-products .media__styled-element {
  background-color: #FFFFFF;
}

.product-content span[data-product-price] {
  font-size: 30px !important;
}

/* ==========================================================================
   1. SUMMARY HEADER & LAYOUT
   ========================================================================== */

/* Main Header Text ("REVIEWS") */
.kl_reviews__summary__header {
    font-size: 58px !important;
    line-height: 90%; /* 52.2px */
    text-transform: uppercase;
    border-bottom-color: #7F051A !important;
}

/* Summary Container Spacing & Border */
.kl_reviews__summary {
    border-bottom-color: #F21F0F !important;
    border-bottom-width: 2px !important;
    margin-bottom: 24px !important;
}

/* Top Layout: Pushes Average Rating (Left) and Histogram (Right) apart */
.kl_reviews__summary__rating--1-1 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 100% !important;
}

/* Average Rating Section Alignment */
.kl_reviews__summary__average_and_stars {
    justify-content: left !important;
    align-items: start !important;
}

/* "1 Review" Text Count */
.kl_reviews__summary__stars__count {
    font-family: 'instrument-serif', serif !important;
    font-size: 20px !important;
    color: #FFF3D4 !important;
}


/* ==========================================================================
   2. HISTOGRAM
   ========================================================================== */

/* Histogram Block Layout */
.kl_reviews__histogram {
    margin: 0 0 24px 0 !important;
    width: auto !important;
    min-width: 300px;
}

/* Histogram Row Alignment */
.kl_reviews__histogram__row {
    align-items: center !important;
    gap: 8px;
}

/* Histogram Text (Numbers & Percentages) */
.kl_reviews__histogram__rating,
.kl_reviews__histogram__value {
    font-size: 18px !important;
    font-family: 'instrument-serif', serif !important;
    line-height: 1 !important;
}

/* Histogram Stars Size */
.kl_reviews__histogram__row svg {
    width: 22px !important;
    height: 22px !important;
}

/* Histogram Bars (Background & Foreground) */
.kl_reviews__histogram__bar--background {
    height: 18px !important;
    background-color: rgba(254, 237, 172, 0.5) !important;
    border-radius: 0 !important;
}

.kl_reviews__histogram__bar--foreground {
    height: 18px !important;
    background-color: #FEEDAC !important;
    border-radius: 0 !important;
}


/* ==========================================================================
   3. TABS (REVIEWS / QUESTIONS)
   ========================================================================== */

/* Tab Container */
.kl_reviews__list__tabs {
    border-bottom-color: #F21F0F !important;
    border-bottom-width: 2px !important;
    margin-bottom: 24px !important;
    flex-direction: row-reverse !important;
}

/* Individual Tab Button Text */
.kl_reviews__list__tab {
    text-transform: uppercase !important;
    font-size: 30px !important;
    font-family: 'instrument-serif', serif !important;
}

/* Tab Button Count Number */
.kl_reviews__list__tab small {
    font-size: 30px !important;
    font-family: 'instrument-serif', serif !important;
}

/* Specific Padding Override for Active Tab Button */
.kl_reviews__reviews_list.kl_reviews__reviews_list.kl_reviews__reviews_list button.kl_reviews__list__tab {
    padding: 8px 0px 16px 0px !important; /* Top 8px, Right 0, Bottom 16px, Left 0 */
}


/* ==========================================================================
   4. FILTERS & SEARCH BAR
   ========================================================================== */

/* --- Borders & Containers --- */

/* Default Border for Pills & Search */
.kl_reviews__filters__pill, 
.kl_reviews__search {
    border-width: 2px !important;
    border-color: red !important;
    border-radius: 8px !important;
}

/* Specific Override for Filter Pills inside the review list (Darker Red) */
.kl_reviews__reviews_list .kl_reviews__filters__pill select,
.kl_reviews__reviews_list .kl_reviews__filters__pill button {
    border-width: 2px !important;
    border-color: #7F051A !important;
    border-radius: 8px !important;
}

/* Remove default background/border for the Rating Filter specifically */
#kl_reviews__filter_reviews_rating {
    background-color: transparent !important;
    border-color: transparent !important;
    border: none !important;
    outline: none !important;
}

/* --- Filter Info (Text & Divider) --- */

/* Filter Info Text Size */
.kl_reviews__filter_info {
    font-size: 22px !important;
    font-family: 'instrument-serif', serif !important;
}

/* Filter Info Divider Line */
.kl_reviews__filter_info__divider {
    border-top: 2px solid #F21F0F !important;
    border-bottom: none !important;
    opacity: 1 !important;
    height: 0 !important;
}

/* --- Typography & Spacing (Dropdowns, Buttons, Options) --- */

/* Shared styles for Dropdowns, Buttons, and their text */
.kl_reviews__filters__pill select, 
.kl_reviews__filters__pill button,
.kl_reviews__filters__pill button span {
    font-family: 'instrument-serif', serif !important;
    font-size: 22px !important;
}

/* Specific padding for the clickable elements */
.kl_reviews__filters__pill select, 
.kl_reviews__filters__pill button {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
}

/* Dropdown Options (The list items) */
.kl_reviews__filters__pill select option {
    font-family: 'instrument-serif', serif !important;
    font-size: 22px !important;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
}

/* --- Search Input Specifics --- */

/* Search Text & Placeholder */
.kl_reviews__search .kl_reviews__input_with_search_icon,
.kl_reviews__search .kl_reviews__input_with_search_icon::placeholder {
    font-family: 'instrument-serif', serif !important;
    font-size: 22px !important;
}

/* Placeholder Specific Color */
.kl_reviews__search .kl_reviews__input_with_search_icon::placeholder {
    color: red !important;
    opacity: 1;
}


/* ==========================================================================
   5. BUTTONS & HOVER STATES
   ========================================================================== */

/* --- "Write a Review" Button --- */
.kl_reviews__button {
    font-size: 22px !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-family: 'instrument-serif', serif !important;
    text-transform: uppercase !important;
}

/* Hover: "Write a Review" Button (Dark) */
.kl_reviews__button:hover {
    background-color: #0E140F !important;
    border-color: #0E140F !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
    transition: all 0.2s ease;
}

/* --- "With Media" / Filter Buttons --- */

/* Hover: "With Media" Filter Button (Red) */
.kl_reviews__filters__pill button:hover {
    background-color: rgb(105, 3, 20) !important;
    border-color: #F21F0F !important;
    color: #FFFFFF !important;
    transition: all 0.2s ease;
}


/* ==========================================================================
   6. INDIVIDUAL REVIEW ITEMS
   ========================================================================== */

.kl_reviews__review__author {
    font-size: 30px !important;
}

.kl_reviews__review__content {
    font-size: 24px !important;
    font-family: 'instrument-serif', serif !important;
}

.kl_reviews__review__timestamp {
    font-size: 24px !important;
    font-family: 'instrument-serif', serif !important;
}

/* Option 1: Override the Klaviyo Variable (Cleanest method) */
:root, .klaviyo-star-rating-widget {
    --kl-reviews-stars-star-color: #F21F0F !important; 
}

/* Option 2: Hard override for the SVG Gradient stops (failsafe) */
.kl_reviews__star--fill {
    stop-color: #F21F0F !important;
}

.kl_reviews__star_rating_widget__label{
  font-size:22px!important;
}

/* ==========================================================================
VARIANT SELECTOR
========================================================================== */
/* --- SHAPES NATIVE VARIANT: INACTIVE STATE --- */
.variant-input label.btn {
    padding-left: 24px !important; 
    padding-right: 24px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FCF7EC !important; 
    color: #F21F0F !important; 
    border: 2px solid #F21F0F !important; 
}
@media only screen and (max-width: 767px) {
    .variant-input label.btn {
        font-size: 18px !important;
        padding-left: 12px !important; 
        padding-right: 12px !important;
    }
}

/* --- SHAPES NATIVE VARIANT: ACTIVE STATE --- */
.variant-input input.peer:checked + label.btn {
    background-color: #F21F0F !important; 
    color: #FFF3D4 !important; 
    border: 2px solid #F21F0F !important; 
}
/* ==========================================================================
RECHARGE SUBSCRIPTION APP
========================================================================== */


/* --- 1. CLEAR INNER BACKGROUNDS--- */
recharge-subscription-widget::part(rc-purchase-option__sub-container),
recharge-subscription-widget::part(rc-purchase-option__label),
recharge-subscription-widget::part(rc-purchase-option__prices) {
    background: transparent !important;
    background-color: transparent !important;
}

/* --- 2. INACTIVE BUTTONS (Base State)--- */
recharge-subscription-widget::part(rc-purchase-option) {
    border: 1px solid #F21F0F !important; 
    color: #0E140F !important; 
    background: transparent !important;
    background-color: transparent !important; 
}

/* --- 3. ACTIVE BUTTONS (Selected State)--- */
recharge-subscription-widget::part(rc-purchase-option__selected) {
    border: 1px solid #F21F0F !important; 
    color: #0E140F !important; 
    background: #FFF3D4 !important; 
    background-color: #FFF3D4 !important; 
}

/* --- 3. THE TITLES ("Subscribe & Save", "Buy Once")--- */
recharge-subscription-widget::part(rc-purchase-option__label) {
      font-family: var(--heading-font-stack);
      text-transform: uppercase;
      font-size: 20px;
}
@media only screen and (max-width: 767px) {
  recharge-subscription-widget::part(rc-purchase-option__label) {
      font-size: 16px;
}
}

/* --- 4. THE DISCOUNT BADGE ("Save up to 15%")--- */
recharge-subscription-widget::part(rc-purchase-option__badge) {
    font-family: var(--heading-font-stack);
    text-tra
    background-color: #F21F0F !important;
    color: #ffffff !important; 
    font-size: 16px !important;
}

@media only screen and (max-width: 767px) {
  recharge-subscription-widget::part(rc-purchase-option__badge) {
  font-size: 14px !important;
}
}

/* --- 5. THE RADIALS (RADIO ICONS)--- */
recharge-subscription-widget::part(rc-purchase-option__checked-indicator) {
    --rc-widget-brand-color: #F21F0F !important; 
    --rc-radio-color: #F21F0F !important;
}

/* --- SELLING PLANS: ACTIVE BUTTON (Overrides [data-checked])--- */
recharge-subscription-widget::part(rc-plans-button__selected) {
    /* Overrides var(--rc-widget-brand-color) */
    background: #FFFFFF !important; 
    /* Overrides var(--rc-widget-brand-contrast-color) */
    color: #0E140F !important; 
}

