
/* =========================================================
   Eden Ayurveda V4 layout, hero, review and shop refinements
   ========================================================= */
:root{
  --site-content-width:1320px;
  --header-safe:126px;
}
.container,.container-wide{max-width:var(--site-content-width);width:calc(100% - 48px)}
.section,.section-sm{overflow:clip}
.section{padding-block:96px}
.section-sm{padding-block:72px}

/* Consistent, readable typography */
.section-heading{margin-bottom:44px}
.section-heading h2,
main .section h2,
.about-copy h2,
.highlight-copy h2,
.review-intro h2,
.faq-intro h2,
.contact-band h2,
.home-why-copy h2,
.home-help-card h2,
.product-detail-copy h2{
  font-size:clamp(34px,3.35vw,56px);
  line-height:1.08;
  letter-spacing:-.03em;
  overflow-wrap:anywhere;
}
.section-heading h2{max-width:760px}
.split-heading{align-items:flex-end;gap:54px}
.split-heading>div{min-width:0;flex:1}
.split-heading>p{flex:0 1 520px;margin-bottom:2px}
main h3{overflow-wrap:anywhere}
.lead{font-size:18px}

/* Exact viewport-height home slider and inner page titles */
.home-page .hero-slider,
.inner-hero{
  height:100svh;
  min-height:100svh;
  max-height:100svh;
}
.home-page .hero-content{
  height:100%;
  align-items:center;
  padding-top:var(--header-safe);
  padding-bottom:90px;
}
.home-page .hero-copy{max-width:760px}
.home-page .hero-copy h1{font-size:clamp(50px,5.4vw,82px);line-height:1.02}
.home-page .hero-copy p{font-size:clamp(16px,1.35vw,19px);max-width:640px}
.hero-slider-bottom{bottom:24px}
.inner-hero{align-items:center}
.inner-hero-content{width:100%;padding-top:var(--header-safe);padding-bottom:52px}
.inner-hero h1{max-width:800px;font-size:clamp(44px,5.1vw,76px);line-height:1.03}
.inner-hero p{max-width:660px;font-size:17px}
.breadcrumbs{margin-bottom:22px}

/* Header commerce actions */
.nav-actions{gap:10px}
.nav-icon{position:relative;display:grid;grid-template-columns:22px auto;align-items:center;gap:7px;min-height:44px;border-radius:999px;padding:0 10px;color:inherit;font-size:12px;font-weight:700;transition:background .25s ease,color .25s ease}
.nav-icon:hover{background:rgba(255,255,255,.12)}
.site-header.is-sticky .nav-icon:hover{background:rgba(53,65,40,.08)}
.nav-icon svg{width:22px;height:22px}
.cart-count{position:absolute;top:1px;left:25px;display:grid;min-width:18px;height:18px;place-items:center;border:2px solid transparent;border-radius:999px;padding:0 4px;background:var(--gold-300);color:var(--olive-950);font-size:10px;line-height:1}
.account-menu-wrap{position:relative}
.account-dropdown{position:absolute;top:calc(100% + 10px);right:0;display:grid;width:205px;border:1px solid var(--line);border-radius:18px;padding:12px;background:rgba(255,253,248,.98);box-shadow:var(--shadow-soft);color:var(--ink);opacity:0;visibility:hidden;transform:translateY(8px);transition:.22s ease}
.account-menu-wrap:hover .account-dropdown,.account-menu-wrap:focus-within .account-dropdown{opacity:1;visibility:visible;transform:none}
.account-dropdown>span{padding:6px 9px 10px;color:var(--olive-700);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.account-dropdown a{border-radius:10px;padding:9px;font-size:13px;font-weight:600}
.account-dropdown a:hover{background:var(--cream-100)}
.mobile-account-links{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}
.mobile-account-links a{display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:10px 8px;color:#fff;font-family:var(--sans);font-size:12px;text-align:center}

/* Home therapy heading and cards */
.home-therapies .section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,520px);align-items:end;gap:70px;max-width:none;margin-inline:0}
.home-therapies .section-heading h2{max-width:680px}
.home-therapies .section-heading p{max-width:520px;margin-bottom:4px}
.therapy-carousel-image{height:265px}
.therapy-carousel-body{min-height:260px;padding:26px}
.therapy-carousel-body h3{font-size:clamp(25px,2vw,31px)}

/* Reviews: keep quote and client details fully inside the card */
.reviews-section{overflow:hidden}
.review-layout{grid-template-columns:minmax(270px,.7fr) minmax(0,1.3fr);gap:70px}
.review-intro{min-width:0}
.review-intro h2{max-width:460px}
.review-stage{position:relative;width:100%;min-width:0;height:420px;min-height:420px}
.testimonial{
  inset:0;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  gap:14px;
  min-width:0;
  overflow:hidden;
  padding:clamp(28px,3.2vw,46px);
}
.quote-mark{font-size:44px;line-height:.7}
.testimonial>p{align-self:center;margin:0;font-size:clamp(22px,2.25vw,34px);line-height:1.28;overflow-wrap:anywhere}
.client-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;min-width:0;margin:0}
.client-row>div:nth-child(2){min-width:0}
.client-row strong,.client-row span{display:block;overflow-wrap:anywhere}
.client-row .stars{justify-self:end;white-space:nowrap}
.client-avatar{flex:0 0 auto}

/* CTA sections and edge-to-edge blocks */
.home-help-card{min-height:380px;padding:clamp(38px,5vw,68px)}
.home-help-card h2{max-width:780px}
.highlight-split{width:calc(100% - 48px);max-width:var(--site-content-width);min-height:610px;margin:0 auto;border-radius:36px;overflow:hidden}
.highlight-copy{padding:64px}
.contact-band h2{max-width:650px}

/* Cards and grids */
.home-offer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.home-offer-card,.therapy-carousel-card,.product-card,.price-card{min-width:0}
.home-offer-copy h3{font-size:clamp(25px,2.2vw,31px)}
.therapy-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.pricing-grid .price-card[data-price-type="products"]{grid-column:2}

/* Single product shop */
.shop-product-section{background:linear-gradient(180deg,var(--cream-50),var(--cream-100))}
.shop-product-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:72px;align-items:center}
.product-stage{position:relative;display:grid;min-height:650px;place-items:center;overflow:hidden;border:1px solid rgba(53,65,40,.12);border-radius:38px;background:radial-gradient(circle at 50% 35%,rgba(216,200,162,.85),transparent 31%),linear-gradient(145deg,#f8f1e4,#e5ddc9);box-shadow:var(--shadow)}
.product-stage:before,.product-stage:after{position:absolute;border:1px solid rgba(100,113,73,.22);border-radius:50%;content:""}
.product-stage:before{width:430px;height:430px}
.product-stage:after{width:570px;height:570px}
.product-leaves{position:absolute;inset:0;background:radial-gradient(ellipse at 12% 78%,rgba(100,113,73,.2) 0 8%,transparent 8.5%),radial-gradient(ellipse at 86% 24%,rgba(135,148,94,.22) 0 9%,transparent 9.5%)}
.product-jar{position:relative;z-index:2;width:min(330px,68%);filter:drop-shadow(0 34px 32px rgba(42,49,34,.25))}
.jar-lid{height:72px;border-radius:22px 22px 10px 10px;background:linear-gradient(90deg,#7e6d47,#c0a978 44%,#725f3c);box-shadow:inset 0 -8px 14px rgba(48,38,22,.2)}
.jar-body{position:relative;min-height:330px;border-radius:28px 28px 52px 52px;padding:55px 32px 36px;background:linear-gradient(90deg,#24281e,#56603f 42%,#262a20);color:#fff;text-align:center;box-shadow:inset 15px 0 22px rgba(255,255,255,.08),inset -16px 0 24px rgba(0,0,0,.2)}
.jar-mark{display:grid;width:70px;height:70px;place-items:center;margin:0 auto 22px;border:1px solid rgba(216,200,162,.7);border-radius:50%;color:var(--gold-300);font-family:var(--serif);font-size:29px}
.jar-body strong{display:block;font-family:var(--serif);font-size:38px;font-weight:500;letter-spacing:.18em}
.jar-body span{display:block;margin-top:8px;color:var(--gold-300);font-size:11px;letter-spacing:.26em;text-transform:uppercase}
.jar-body small{display:block;margin-top:44px;color:rgba(255,255,255,.65);font-size:12px;letter-spacing:.1em;text-transform:uppercase}
.product-info h2{margin-bottom:15px;font-size:clamp(38px,4vw,62px)}
.product-price{display:flex;align-items:baseline;gap:12px;margin:18px 0 24px;color:var(--olive-900);font-family:var(--serif);font-size:46px}
.product-price small{font-family:var(--sans);font-size:13px;color:var(--muted)}
.product-info .lead{color:var(--muted)}
.product-points{display:grid;grid-template-columns:1fr 1fr;gap:11px 22px;margin:28px 0;padding:0;list-style:none}
.product-points li{display:flex;gap:10px;color:#4d5548;font-size:14px}
.product-points li:before{color:var(--gold-600);content:"✦"}
.purchase-row{display:flex;align-items:center;gap:13px;flex-wrap:wrap;margin-top:30px}
.qty-control{display:grid;grid-template-columns:42px 54px 42px;height:54px;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:#fff}
.qty-control button,.qty-control input{border:0;background:transparent;text-align:center}
.qty-control button{cursor:pointer;font-size:20px}
.qty-control input{width:100%;outline:none;font-weight:700;-moz-appearance:textfield}
.qty-control input::-webkit-inner-spin-button{appearance:none}
.product-note{margin-top:18px;color:var(--muted);font-size:12px}
.product-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-feature{border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff}
.product-feature h3{font-family:var(--serif);font-size:25px;font-weight:500}
.product-feature p{margin:0;color:var(--muted);font-size:14px}
.product-home-band{background:linear-gradient(135deg,#e8e0ce,#f8f3e9)}
.product-home-card{display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:70px;border:1px solid rgba(53,65,40,.12);border-radius:38px;padding:52px;background:rgba(255,255,255,.62);box-shadow:var(--shadow-soft)}
.product-home-card .product-stage{min-height:500px}
.product-home-card .product-jar{width:min(255px,65%)}
.product-home-card .jar-lid{height:55px}
.product-home-card .jar-body{min-height:260px;padding-top:37px}
.product-home-card .jar-body strong{font-size:30px}

/* Cart, checkout and account */
.shop-shell{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:36px;align-items:start}
.cart-panel,.order-summary,.auth-card,.account-card,.checkout-card{border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:var(--shadow-soft)}
.cart-panel{padding:30px}
.cart-item{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:22px;align-items:center;border-bottom:1px solid var(--line);padding:22px 0}
.cart-item:first-child{padding-top:0}.cart-item:last-child{border-bottom:0;padding-bottom:0}
.cart-thumb{display:grid;width:110px;height:110px;place-items:center;border-radius:20px;background:linear-gradient(145deg,#ede4d3,#d1c29f)}
.cart-thumb span{display:grid;width:64px;height:70px;place-items:center;border-radius:10px 10px 18px 18px;background:var(--olive-900);color:var(--gold-300);font-family:var(--serif);font-size:25px}
.cart-item h3{margin:0 0 5px;font-family:var(--serif);font-size:26px;font-weight:500}
.cart-item p{margin:0;color:var(--muted);font-size:13px}
.cart-line-actions{display:flex;align-items:center;gap:12px;margin-top:14px}
.cart-remove{border:0;background:transparent;color:#8a5a4c;font-size:12px;font-weight:700;cursor:pointer}
.cart-line-price{font-family:var(--serif);font-size:27px;white-space:nowrap}
.order-summary{position:sticky;top:105px;padding:30px}
.order-summary h2{font-size:34px}
.summary-line{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:13px 0;color:var(--muted)}
.summary-total{display:flex;justify-content:space-between;gap:20px;padding:20px 0;font-family:var(--serif);font-size:28px}
.order-summary .button{width:100%}
.empty-cart{padding:45px 20px;text-align:center}
.empty-cart h2{font-size:38px}
.checkout-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:36px;align-items:start}
.checkout-card{padding:36px}
.checkout-card h2{font-size:36px}
.checkout-items{display:grid;gap:13px;margin-bottom:18px}
.checkout-product-row{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:13px}
.auth-shell{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:52px;align-items:center}
.auth-intro{padding:30px}
.auth-intro h2{font-size:clamp(38px,4vw,58px)}
.auth-card{padding:38px}
.auth-card h2{font-size:36px}
.auth-links{display:flex;justify-content:space-between;gap:18px;margin-top:18px;font-size:13px}
.account-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.account-card{padding:30px}
.account-card h3{font-family:var(--serif);font-size:28px;font-weight:500}
.account-card p{color:var(--muted)}
.account-card.wide{grid-column:span 2}
.demo-banner{border:1px solid rgba(181,157,104,.35);border-radius:18px;padding:16px 18px;background:rgba(216,200,162,.17);color:var(--olive-800);font-size:13px}
.form-status{margin-top:15px}
.form-status.success{color:#4d6a3f}.form-status.error{color:#9b4d42}
.shop-toast{position:fixed;z-index:1000;right:24px;bottom:90px;max-width:360px;border-radius:18px;padding:16px 18px;background:var(--olive-950);color:#fff;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(12px);transition:.25s ease}
.shop-toast.show{opacity:1;visibility:visible;transform:none}

/* Footer and general overflow guards */
.footer-main,.footer-links,.contact-band .container-wide{min-width:0}
.footer-links>div{min-width:0}
.footer-links a,.footer-links p{overflow-wrap:anywhere}
img{max-width:100%}

@media(max-width:1180px){
  .desktop-nav{gap:21px}
  .desktop-nav>li>a{font-size:13px}
  .nav-icon-label{display:none}
  .nav-icon{grid-template-columns:22px;padding-inline:9px}
  .home-therapies .section-heading{gap:42px}
  .review-layout{gap:48px}
}
@media(max-width:1100px){
  .home-therapies .section-heading{grid-template-columns:1fr;gap:20px}
  .home-therapies .section-heading p{max-width:680px}
  .review-layout,.shop-product-grid,.product-home-card,.auth-shell{grid-template-columns:1fr}
  .review-stage{height:390px;min-height:390px}
  .product-stage{min-height:570px}
  .product-home-card{gap:42px}
  .shop-shell,.checkout-grid{grid-template-columns:1fr}
  .order-summary{position:relative;top:auto}
  .highlight-copy{padding:48px}
  .account-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:820px){
  :root{--header-safe:106px}
  .section{padding-block:78px}
  .inner-hero h1{font-size:clamp(40px,9vw,62px)}
  .home-page .hero-copy h1{font-size:clamp(46px,10vw,68px)}
  .home-page .hero-content{display:block;padding-top:var(--header-safe);padding-bottom:130px}
  .review-layout{grid-template-columns:1fr;gap:34px}
  .review-intro h2{max-width:620px}
  .review-stage{height:410px;min-height:410px}
  .testimonial>p{font-size:clamp(22px,4.5vw,30px)}
  .home-offer-grid,.therapy-grid,.pricing-grid,.product-feature-grid{grid-template-columns:1fr 1fr}
  .pricing-grid .price-card[data-price-type="products"]{grid-column:auto}
  .highlight-split{grid-template-columns:1fr;width:calc(100% - 30px);min-height:0}
  .highlight-image{min-height:420px}
  .home-help-card{min-height:0}
  .shop-product-grid{gap:42px}
  .product-stage{min-height:500px}
  .product-points{grid-template-columns:1fr}
  .account-grid{grid-template-columns:1fr}
  .account-card.wide{grid-column:auto}
}
@media(max-width:560px){
  :root{--header-safe:94px}
  .container,.container-wide{width:calc(100% - 30px)}
  .section{padding-block:68px}
  .section-heading h2,main .section h2,.about-copy h2,.highlight-copy h2,.review-intro h2,.faq-intro h2,.contact-band h2,.home-why-copy h2,.home-help-card h2,.product-detail-copy h2{font-size:clamp(32px,10vw,44px)}
  .home-page .hero-copy h1{font-size:clamp(43px,12vw,61px)}
  .inner-hero h1{font-size:clamp(39px,11vw,56px)}
  .inner-hero-content{padding-bottom:34px}
  .home-offer-grid,.therapy-grid,.pricing-grid,.product-feature-grid{grid-template-columns:1fr}
  .review-stage{height:440px;min-height:440px}
  .testimonial{padding:25px}
  .testimonial>p{font-size:22px}
  .client-row{grid-template-columns:auto minmax(0,1fr)}
  .client-row .stars{display:none}
  .home-help-card{padding:34px 25px}
  .highlight-copy{padding:38px 26px}
  .product-home-card{padding:24px}
  .product-stage{min-height:430px}
  .product-stage:before{width:310px;height:310px}.product-stage:after{width:390px;height:390px}
  .product-jar{width:min(240px,70%)}
  .jar-lid{height:54px}.jar-body{min-height:260px;padding:38px 24px 28px}.jar-body strong{font-size:30px}
  .purchase-row .button{width:100%}
  .cart-panel,.order-summary,.checkout-card,.auth-card{padding:24px}
  .cart-item{grid-template-columns:82px minmax(0,1fr);gap:15px}
  .cart-thumb{width:82px;height:82px}.cart-line-price{grid-column:2;justify-self:start}
  .auth-links{flex-direction:column}
  .mobile-account-links{grid-template-columns:1fr}
}
@media(max-height:700px) and (min-width:821px){
  .home-page .hero-copy h1{font-size:clamp(46px,5vw,68px);margin-bottom:18px}
  .home-page .hero-copy p{margin-bottom:22px}
  .inner-hero h1{font-size:clamp(42px,5vw,64px)}
}

/* Final V4 conflict fixes */
.home-page .hero-content{width:calc(100% - 48px);margin-inline:auto}
.product-info .product-price{position:static;right:auto;bottom:auto;padding:0;border-radius:0;background:transparent;color:var(--olive-900);font-weight:500}
a[aria-disabled="true"]{pointer-events:none;opacity:.48}
@media(max-width:560px){.home-page .hero-content{width:calc(100% - 30px)}}
@media(max-width:560px){.whatsapp-float{display:none}}


/* =========================================================
   Product Gallery, Product Hero, Cart & Checkout Images
   ========================================================= */
.product-title-hero{overflow:hidden}
.product-title-hero .inner-hero-bg{background-position:center;background-size:cover}
.product-title-hero .inner-hero-bg:after{background:linear-gradient(90deg,rgba(17,26,14,.92) 0%,rgba(24,35,19,.72) 48%,rgba(24,35,19,.16) 100%)}
.product-title-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);align-items:center;gap:64px}
.product-title-copy{position:relative;z-index:2;min-width:0}
.product-title-copy h1{max-width:760px}
.product-title-image{position:relative;z-index:2;display:grid;place-items:center;height:min(72vh,700px);min-height:440px}
.product-title-image:before{position:absolute;width:min(35vw,520px);aspect-ratio:1;border:1px solid rgba(225,211,171,.28);border-radius:50%;content:""}
.product-title-image img{position:relative;width:min(42vw,590px);height:100%;object-fit:contain;filter:drop-shadow(0 35px 35px rgba(0,0,0,.35));transform:rotate(2deg)}
.commerce-title-hero .product-title-image{height:min(60vh,570px)}
.commerce-title-hero .product-title-image img{width:min(35vw,470px)}

.shop-product-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:start}
.product-gallery{position:sticky;top:105px;display:grid;grid-template-columns:112px minmax(0,1fr);gap:18px;min-width:0}
.product-thumbs{display:flex;flex-direction:column;gap:13px;max-height:680px;overflow-y:auto;overscroll-behavior:contain;padding:2px 7px 2px 2px;scrollbar-width:thin;scrollbar-color:var(--olive-500) transparent}
.product-thumbs::-webkit-scrollbar{width:5px}.product-thumbs::-webkit-scrollbar-thumb{border-radius:99px;background:var(--olive-500)}
.product-thumb{position:relative;flex:0 0 104px;overflow:hidden;border:1px solid rgba(53,65,40,.13);border-radius:18px;padding:0;background:#eee6d6;cursor:pointer;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}
.product-thumb:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(45,55,35,.12)}
.product-thumb.is-active{border-color:var(--gold-600);box-shadow:0 0 0 2px rgba(181,157,104,.22)}
.product-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.product-main-media{position:relative;display:grid;min-height:680px;place-items:center;overflow:hidden;border:1px solid rgba(53,65,40,.12);border-radius:34px;background:linear-gradient(145deg,#f8f2e6,#ddd2b9);box-shadow:var(--shadow)}
.product-main-media>img{display:block;width:100%;height:100%;min-height:680px;object-fit:cover;transition:opacity .22s ease,transform .38s ease}
.product-main-media.is-changing>img{opacity:.25;transform:scale(.985)}
.product-zoom{position:absolute;right:20px;bottom:20px;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.42);border-radius:999px;padding:11px 15px;background:rgba(31,42,25,.86);backdrop-filter:blur(12px);color:#fff;font-size:12px;font-weight:700;cursor:pointer}
.product-zoom span{font-size:18px;line-height:1}
.product-media-count{position:absolute;left:20px;bottom:20px;display:flex;align-items:baseline;gap:5px;border-radius:999px;padding:10px 14px;background:rgba(255,253,248,.88);backdrop-filter:blur(12px);color:var(--olive-900)}
.product-media-count strong{font-family:var(--serif);font-size:21px;font-weight:500}.product-media-count span{font-size:11px}
.product-lightbox{width:min(920px,calc(100% - 30px));max-width:none;border:0;border-radius:30px;padding:18px;background:#f4eddf;box-shadow:0 35px 100px rgba(13,18,11,.48)}
.product-lightbox::backdrop{background:rgba(12,17,10,.78);backdrop-filter:blur(9px)}
.product-lightbox img{display:block;width:100%;max-height:82vh;border-radius:22px;object-fit:contain;background:#e7dcc4}
.product-lightbox-close{position:absolute;z-index:2;top:28px;right:28px;display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:50%;background:rgba(29,39,24,.88);color:#fff;font-size:28px;cursor:pointer}

.cart-thumb{overflow:hidden;padding:0;background:#e7ddc8}
.cart-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.checkout-product-row{display:grid;grid-template-columns:68px minmax(0,1fr) auto;align-items:center;gap:13px;padding-bottom:15px}
.checkout-product-image{display:block;width:68px;height:68px;overflow:hidden;border-radius:14px;background:#e7ddc8}
.checkout-product-image img{display:block;width:100%;height:100%;object-fit:cover}
.checkout-product-copy{min-width:0}.checkout-product-copy strong{display:block;font-family:var(--serif);font-size:18px;font-weight:500;line-height:1.2}.checkout-product-copy span{display:block;margin-top:4px;color:var(--muted);font-size:12px}
.checkout-product-price{white-space:nowrap;font-family:var(--serif);font-size:19px}

@media(max-width:1100px){
 .product-title-layout{grid-template-columns:minmax(0,1fr) minmax(270px,.6fr);gap:30px}
 .product-title-image{height:min(62vh,580px);min-height:360px}
 .shop-product-grid{grid-template-columns:1fr;gap:52px}
 .product-gallery{position:relative;top:auto;max-width:860px;margin-inline:auto}
 .product-info{max-width:860px;margin-inline:auto}
}
@media(max-width:820px){
 .product-title-layout{grid-template-columns:1fr}
 .product-title-copy{align-self:end;padding-bottom:38px}
 .product-title-image{position:absolute;right:-12%;bottom:-5%;width:55%;height:56vh;min-height:0;opacity:.72}
 .product-title-hero .inner-hero-bg:after{background:linear-gradient(90deg,rgba(17,26,14,.94),rgba(24,35,19,.66))}
 .product-gallery{grid-template-columns:88px minmax(0,1fr);gap:13px}
 .product-thumbs{max-height:560px}
 .product-thumb{flex-basis:82px;border-radius:14px}
 .product-main-media,.product-main-media>img{min-height:560px}
}
@media(max-width:560px){
 .product-title-image{right:-28%;bottom:-4%;width:82%;height:52vh;opacity:.58}
 .commerce-title-hero .product-title-image{height:49vh}
 .product-gallery{display:flex;flex-direction:column-reverse}
 .product-thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:78px;max-height:none;overflow-x:auto;overflow-y:hidden;padding:2px 2px 7px}
 .product-thumb{height:78px;min-width:78px;flex-basis:auto}
 .product-main-media,.product-main-media>img{min-height:420px}
 .product-main-media{border-radius:24px}
 .product-zoom{right:13px;bottom:13px}.product-media-count{left:13px;bottom:13px}
 .checkout-product-row{grid-template-columns:58px minmax(0,1fr)}
 .checkout-product-image{width:58px;height:58px}.checkout-product-price{grid-column:2;justify-self:start}
}
