/** Shopify CDN: Minification failed

Line 8:9 Expected identifier but found whitespace
Line 8:38 Unexpected "/"

**/
   L4V v62 — final mobile polish after live-device QA
   Scope: mobile layout safety, footer/newsletter containment,
   product ATC containment, review premium scroll, brand-story alignment.
   ========================================================= */

/* 1) Homepage hero: stable mobile caption width, less vertical stacking, no off-canvas fallback on refresh/cache. */
@media (max-width: 767.98px){
  body.page-type-index #carousel-carousel,
  body.template-index #carousel-carousel{
    overflow: hidden !important;
  }
  body.page-type-index #carousel-carousel .carousel-item,
  body.template-index #carousel-carousel .carousel-item{
    min-height: 560px !important;
  }
  body.page-type-index #carousel-carousel .carousel-caption,
  body.template-index #carousel-carousel .carousel-caption,
  body.page-type-index #carousel-carousel [class*="carousel-caption-mobile"],
  body.template-index #carousel-carousel [class*="carousel-caption-mobile"]{
    width: min(92vw, 430px) !important;
    max-width: min(92vw, 430px) !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }
  body.page-type-index #carousel-carousel .carousel-caption h1,
  body.page-type-index #carousel-carousel .carousel-caption h2,
  body.page-type-index #carousel-carousel .carousel-caption .h1,
  body.page-type-index #carousel-carousel .carousel-caption .h2,
  body.template-index #carousel-carousel .carousel-caption h1,
  body.template-index #carousel-carousel .carousel-caption h2,
  body.template-index #carousel-carousel .carousel-caption .h1,
  body.template-index #carousel-carousel .carousel-caption .h2{
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(30px, 8.2vw, 39px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.025em !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-wrap: balance !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  body.page-type-index #carousel-carousel .carousel-caption .rte,
  body.page-type-index #carousel-carousel .carousel-caption p,
  body.template-index #carousel-carousel .carousel-caption .rte,
  body.template-index #carousel-carousel .carousel-caption p{
    width: min(88vw, 390px) !important;
    max-width: min(88vw, 390px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(18px, 5vw, 22px) !important;
    line-height: 1.36 !important;
    text-align: center !important;
  }
}

/* 2) Product ATC row: never allow quantity + add-to-cart to push outside the viewport, also on older product templates. */
@media (max-width: 767.98px){
  body[class*="product"] main form[action*="/cart/add"],
  body.template-product main form[action*="/cart/add"],
  .product-content form[action*="/cart/add"],
  #product-template form[action*="/cart/add"],
  #product-template-l4v-premium form[action*="/cart/add"]{
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  body[class*="product"] main form[action*="/cart/add"] .row,
  body[class*="product"] main form[action*="/cart/add"] .d-flex,
  body[class*="product"] main form[action*="/cart/add"] .input-group,
  .product-content form[action*="/cart/add"] .row,
  .product-content form[action*="/cart/add"] .d-flex,
  .product-content form[action*="/cart/add"] .input-group{
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
  body[class*="product"] main form[action*="/cart/add"] button[type="submit"],
  body[class*="product"] main form[action*="/cart/add"] .btn-atc,
  body[class*="product"] main form[action*="/cart/add"] .product-form__submit,
  .product-content form[action*="/cart/add"] button[type="submit"],
  .product-content form[action*="/cart/add"] .btn-atc,
  .product-content form[action*="/cart/add"] .product-form__submit{
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
  }
  body[class*="product"] main form[action*="/cart/add"] .quantity,
  body[class*="product"] main form[action*="/cart/add"] .quantity-selector,
  body[class*="product"] main form[action*="/cart/add"] .qty,
  .product-content form[action*="/cart/add"] .quantity,
  .product-content form[action*="/cart/add"] .quantity-selector,
  .product-content form[action*="/cart/add"] .qty{
    flex: 0 0 116px !important;
    max-width: 116px !important;
    min-width: 104px !important;
  }
}
@media (max-width: 374.98px){
  body[class*="product"] main form[action*="/cart/add"] .d-flex,
  body[class*="product"] main form[action*="/cart/add"] .input-group,
  .product-content form[action*="/cart/add"] .d-flex,
  .product-content form[action*="/cart/add"] .input-group{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  body[class*="product"] main form[action*="/cart/add"] .quantity,
  body[class*="product"] main form[action*="/cart/add"] .quantity-selector,
  body[class*="product"] main form[action*="/cart/add"] .qty{
    max-width: 140px !important;
    justify-self: start !important;
  }
}

/* 3) Footer newsletter: input and button must stack and stay inside the dark footer on small screens. */
@media (max-width: 767.98px){
  footer,
  #footer,
  .shopify-section-footer{
    overflow-x: hidden !important;
  }
  footer .newsletter,
  footer .footer__newsletter,
  #shopify-section-footer .newsletter,
  #shopify-section-footer-group .newsletter{
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  footer .newsletter form,
  footer .footer__newsletter form,
  #shopify-section-footer .newsletter form,
  #shopify-section-footer-group .newsletter form{
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
  }
  footer .newsletter .input-group,
  footer .footer__newsletter .input-group,
  #shopify-section-footer .newsletter .input-group,
  #shopify-section-footer-group .newsletter .input-group{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
  }
  footer .newsletter input,
  footer .footer__newsletter input,
  #shopify-section-footer .newsletter input,
  #shopify-section-footer-group .newsletter input,
  footer .newsletter .btn,
  footer .footer__newsletter .btn,
  #shopify-section-footer .newsletter .btn,
  #shopify-section-footer-group .newsletter .btn,
  footer .newsletter button,
  footer .footer__newsletter button,
  #shopify-section-footer .newsletter button,
  #shopify-section-footer-group .newsletter button{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
  footer .newsletter .btn,
  footer .footer__newsletter .btn,
  #shopify-section-footer .newsletter .btn,
  #shopify-section-footer-group .newsletter .btn,
  footer .newsletter button,
  footer .footer__newsletter button,
  #shopify-section-footer .newsletter button,
  #shopify-section-footer-group .newsletter button{
    min-height: 58px !important;
  }
}

/* 4) Product Trustpilot row: keep Trustpilot + green blocks in one premium line on narrow phones; score falls neatly below. */
@media (max-width: 430px){
  #product-template-l4v-premium .l4v-trustpilot-inline{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    column-gap: 5px !important;
    row-gap: 6px !important;
    max-width: 100% !important;
    overflow: visible !important;
  }
  #product-template-l4v-premium .l4v-trustpilot-inline__starmark{
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    font-size: 18px !important;
  }
  #product-template-l4v-premium .l4v-trustpilot-inline__brand,
  #product-template-l4v-premium .l4v-trustpilot-inline__label{
    font-size: clamp(16px, 4.55vw, 18px) !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
  }
  #product-template-l4v-premium .l4v-trustpilot-inline__stars{
    display: inline-flex !important;
    flex: 0 0 auto !important;
    gap: 2px !important;
    white-space: nowrap !important;
    min-width: 0 !important;
  }
  #product-template-l4v-premium .l4v-trustpilot-inline__starbox{
    width: clamp(18px, 5vw, 20px) !important;
    height: clamp(18px, 5vw, 20px) !important;
    min-width: clamp(18px, 5vw, 20px) !important;
    font-size: clamp(13px, 3.6vw, 15px) !important;
  }
  #product-template-l4v-premium .l4v-trustpilot-inline__score{
    flex: 0 0 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    font-size: 17px !important;
    line-height: 1.15 !important;
  }
}
@media (max-width: 359.98px){
  #product-template-l4v-premium .l4v-trustpilot-inline__label{display:none !important;}
  #product-template-l4v-premium .l4v-trustpilot-inline__brand{font-size:18px !important;}
  #product-template-l4v-premium .l4v-trustpilot-inline__starbox{width:19px !important;height:19px !important;min-width:19px !important;}
}

/* 5) Brand story/product editorial sections: consistent alignment and safe side-padding. */
@media (max-width: 767.98px){
  #product-template-l4v-premium ~ .l4v-story,
  body.template-product .l4v-story,
  body[class*="product"] .l4v-story{
    overflow: hidden !important;
  }
  #product-template-l4v-premium ~ .l4v-story .l4v-story__inner,
  body.template-product .l4v-story .l4v-story__inner,
  body[class*="product"] .l4v-story .l4v-story__inner,
  body.page-type-index #shopify-section-l4v_brand_story_6Aa6g3 .l4v-story__inner,
  body.template-index #shopify-section-l4v_brand_story_6Aa6g3 .l4v-story__inner{
    width: 100% !important;
    max-width: min(100%, var(--l4v-story-max, 760px)) !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }
  .l4v-story__eyebrow,
  .l4v-story__title,
  .l4v-story__body,
  .l4v-story__body p{
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .l4v-story__title{
    font-size: clamp(34px, 9.2vw, 48px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.025em !important;
    max-width: 100% !important;
    text-wrap: balance !important;
  }
  .l4v-story__body,
  .l4v-story__body p{
    max-width: 100% !important;
    font-size: clamp(18px, 5.2vw, 22px) !important;
    line-height: 1.52 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}

/* 6) Review section: card shadow follows rounded corners, slider auto-scroll target exists, and mobile width stays premium. */
#l4v-review-showcase .l4v-reviews-marquee-v28,
#l4v-review-showcase .l4v-reviews-static-v28{
  border-radius: 28px !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#l4v-review-showcase .l4v-review-card{
  border-radius: 26px !important;
  overflow: hidden !important;
  box-shadow: 0 16px 36px rgba(34,25,15,.07) !important;
  background-clip: padding-box !important;
}
#l4v-review-showcase .l4v-review-card::before,
#l4v-review-showcase .l4v-review-card::after{
  border-radius: inherit !important;
}
@media (max-width: 767.98px){
  #l4v-review-showcase{
    overflow: hidden !important;
  }
  #l4v-review-showcase .container{
    padding-left: 18px !important;
    padding-right: 18px !important;
    overflow: visible !important;
  }
  #l4v-review-showcase .l4v-reviews-trust{
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
    border-radius: 999px !important;
  }
  #l4v-review-showcase .l4v-reviews-marquee-v28,
  #l4v-review-showcase .l4v-reviews-static-v28{
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 28px !important;
  }
  #l4v-review-showcase .l4v-reviews-track-v28{
    --l4v-review-viewport-v41: calc(100vw - 36px) !important;
    gap: 14px !important;
  }
  #l4v-review-showcase .l4v-review-card,
  #l4v-review-showcase .l4v-reviews-static-v28 .l4v-review-card{
    flex-basis: calc(100vw - 36px) !important;
    width: calc(100vw - 36px) !important;
    max-width: calc(100vw - 36px) !important;
    min-width: calc(100vw - 36px) !important;
  }
}

/* 7) Premium bundle: use one clean badge style on both desktop and mobile; hide old indication text by default. */
#product-template-l4v-premium .l4v-bundle-note{
  display: none !important;
}
#product-template-l4v-premium .l4v-bundle-price-box{
  border-radius: 22px !important;
  text-align: center !important;
}
#product-template-l4v-premium .l4v-bundle-price-box__save{
  border-radius: 999px !important;
  white-space: normal !important;
}
#product-template-l4v-premium .l4v-bundle-price-box.is-live .l4v-bundle-price-box__save{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
}
@media (max-width: 749px){
  #product-template-l4v-premium .l4v-bundle-price-box{
    padding: 18px 20px !important;
    text-align: left !important;
  }
  #product-template-l4v-premium .l4v-bundle-price-box__prices,
  #product-template-l4v-premium .l4v-bundle-price-box__save{
    justify-content: flex-start !important;
  }
}
