@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Inter+Tight:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green-900:#0f2e1e;--green-800:#1a3a2a;--green-700:#2d5a3e;--green-600:#4a7a58;--green-500:#6b9a6e;--terracotta:#b85a3b;--terracotta-light:#d47a5a;--gold:#b8960c;--gold-light:#d4b02e;--cream:#fbf7f0;--cream-dark:#f0ebe0;--ink:#2a2018;--ink-light:#5a4a3a;--white:#fff;--border:#e0d8cc;--shadow-sm:0 1px 3px #2a20180f;--shadow-md:0 4px 16px #2a201814;--shadow-lg:0 8px 32px #2a20181f;--font-display:"Playfair Display", Georgia, serif;--font-body:"Inter Tight", -apple-system, BlinkMacSystemFont, sans-serif;--fs-xs:clamp(.7rem, 1.5vw, .8rem);--fs-sm:clamp(.8rem, 1.8vw, .95rem);--fs-md:clamp(.9rem, 2vw, 1.1rem);--fs-lg:clamp(1.2rem, 3vw, 1.8rem);--fs-xl:clamp(1.6rem, 4.5vw, 3rem);--fs-2xl:clamp(2rem, 5.5vw, 4.2rem);--fs-3xl:clamp(2.2rem, 7vw, 5.6rem);--space-section:clamp(3rem, 8vw, 8rem);--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--header-h:70px}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;scroll-padding-top:var(--header-h)}body{font-family:var(--font-body);font-size:var(--fs-sm);color:var(--ink);background:var(--cream);line-height:1.7;overflow-x:clip}img{max-width:100%;height:auto;display:block}a{color:var(--terracotta);text-decoration:none;transition:color .2s}a:hover{color:var(--terracotta-light)}::selection{background:var(--gold);color:var(--ink)}.container{width:min(92%,1200px);margin:0 auto}.section-label{font-family:var(--font-display);font-size:var(--fs-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--green-600);margin-bottom:.75rem;font-style:italic;font-weight:400}.section-title{font-family:var(--font-display);font-size:var(--fs-xl);color:var(--green-800);margin-bottom:1.5rem;font-weight:700;line-height:1.2}.btn{border-radius:var(--radius-sm);font-weight:600;font-size:var(--fs-sm);font-family:var(--font-body);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;align-items:center;gap:.5rem;min-height:44px;padding:.75rem 1.5rem;line-height:1;text-decoration:none;transition:all .2s cubic-bezier(.23,1,.32,1);display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{background:var(--terracotta);color:var(--cream)}.btn-primary:hover{background:var(--terracotta-light);color:var(--cream)}.btn-secondary{color:var(--ink);border:1.5px solid var(--ink);background:0 0}.btn-secondary:hover{background:var(--ink);color:var(--cream)}.btn-green{background:var(--green-700);color:var(--cream)}.btn-green:hover{background:var(--green-600);color:var(--cream)}@media (width<=600px){.section-title{margin-bottom:1rem}.btn{font-size:var(--fs-sm);padding:.7rem 1.25rem}}[data-lang-gu],[data-lang-hi],html[lang=gu] [data-lang-en]{display:none}html[lang=gu] [data-lang-gu]{display:inline}html[lang=hi] [data-lang-en]{display:none}html[lang=hi] [data-lang-hi]{display:inline}html[lang=gu] p[data-lang-gu],html[lang=gu] h2[data-lang-gu],html[lang=gu] h1[data-lang-gu],html[lang=gu] h3[data-lang-gu],html[lang=gu] div[data-lang-gu],html[lang=gu] span[data-lang-gu].block-lang,html[lang=hi] p[data-lang-hi],html[lang=hi] h2[data-lang-hi],html[lang=hi] h1[data-lang-hi],html[lang=hi] h3[data-lang-hi],html[lang=hi] div[data-lang-hi],html[lang=hi] span[data-lang-hi].block-lang{display:block}html[lang=gu] h2[data-lang-en],html[lang=gu] p[data-lang-en],html[lang=gu] div[data-lang-en],html[lang=hi] h2[data-lang-en],html[lang=hi] p[data-lang-en],html[lang=hi] div[data-lang-en]{display:none}.lang-toggle{cursor:pointer;font-size:.8rem;font-family:var(--font-body);color:var(--ink);background:#f0ebe0cc;border:1px solid #e0d8cc80;border-radius:4px;min-height:36px;padding:.3rem .6rem}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.whatsapp-fab{z-index:9999;cursor:pointer;background:#25d366;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 16px #25d36659}.whatsapp-fab:hover{transform:scale(1.05)}.whatsapp-fab svg{fill:#fff;width:28px;height:28px}@media (width<=640px){.whatsapp-fab{width:48px;height:48px;bottom:1rem;right:1rem}.whatsapp-fab svg{width:24px;height:24px}}.page-loader{z-index:99999;background:var(--cream);justify-content:center;align-items:center;transition:opacity .35s;display:flex;position:fixed;inset:0}.page-loader.loaded{opacity:0;pointer-events:none}.page-loader-logo{width:70px;height:auto;animation:1s linear infinite loaderSpin}@keyframes loaderSpin{to{transform:rotate(360deg)}}@media (width<=640px){.page-loader-logo{width:56px}}@media (width<=480px){:root{--space-section:2.5rem}}.hero-section{background:linear-gradient(135deg,#0f2e1e 0%,#1a3a2a 35%,#2d5a3e 65%,#4a7a58 100%);justify-content:center;align-items:center;min-height:100vh;padding:7rem 5% 5rem;display:flex;position:relative;overflow:hidden}.hero-bg-noise{pointer-events:none;opacity:.35;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px 256px;position:absolute;inset:0}.hero-herb{pointer-events:none;opacity:.08;z-index:0;position:absolute}.hero-herb--1{aspect-ratio:1;background:radial-gradient(at 30% 70%,#b8960c80 0%,#0000 70%);border-radius:50%;width:clamp(180px,22vw,340px);animation:22s ease-in-out infinite heroFloat1;top:-8%;left:-4%}.hero-herb--2{aspect-ratio:1;background:radial-gradient(at 60% 30%,#b85a3b66 0%,#0000 65%);border-radius:40% 60% 60% 40%;width:clamp(100px,14vw,200px);animation:18s ease-in-out infinite heroFloat2;top:12%;right:-3%}.hero-herb--3{aspect-ratio:1;background:radial-gradient(#fbf7f026 0%,#0000 60%);border-radius:50% 30%;width:clamp(120px,16vw,240px);animation:26s ease-in-out infinite heroFloat3;bottom:15%;left:2%}.hero-herb--4{aspect-ratio:1;background:radial-gradient(at 40% 60%,#b8960c59 0%,#0000 60%);border-radius:30% 70% 40% 60%;width:clamp(140px,18vw,280px);animation:20s ease-in-out infinite reverse heroFloat1;bottom:-5%;right:8%}.hero-herb--5{aspect-ratio:1;background:radial-gradient(#4a7a5840 0%,#0000 60%);border-radius:60% 40% 30% 70%;width:clamp(200px,26vw,400px);animation:24s ease-in-out infinite heroFloat2;top:40%;left:50%;transform:translate(-50%)}@keyframes heroFloat1{0%,to{transform:translateY(0)rotate(0)scale(1)}33%{transform:translateY(-30px)rotate(4deg)scale(1.03)}66%{transform:translateY(18px)rotate(-3deg)scale(.97)}}@keyframes heroFloat2{0%,to{transform:translateY(0)rotate(0)scale(1)}25%{transform:translateY(-20px)rotate(-5deg)scale(1.04)}50%{transform:translateY(12px)rotate(3deg)scale(.98)}75%{transform:translateY(-10px)rotate(-2deg)scale(1.02)}}@keyframes heroFloat3{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-40px)rotate(6deg)}}.hero-content-wrap{text-align:center;z-index:1;max-width:900px;position:relative}.hero-label{letter-spacing:.18em;text-transform:uppercase;color:#fbf7f08c;margin-bottom:1.25rem;font-family:Playfair Display,serif;font-size:clamp(.75rem,1.5vw,.9rem);font-style:italic;animation:.8s ease-out .2s both heroFadeUp}.hero-title{margin-bottom:1.75rem}.hero-title-sub{color:#fbf7f080;letter-spacing:.1em;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:clamp(.85rem,1.8vw,1.15rem);font-style:italic;animation:.8s ease-out .4s both heroFadeUp;display:none}.hero-title-sub[data-lang-en],html[lang=gu] .hero-title-sub[data-lang-gu]{display:block}html[lang=gu] .hero-title-sub[data-lang-en]{display:none}html[lang=hi] .hero-title-sub[data-lang-hi]{display:block}html[lang=hi] .hero-title-sub[data-lang-en]{display:none}.hero-title-main{color:#fbf7f0;letter-spacing:-.02em;text-shadow:0 2px 40px #0000004d;max-width:14em;margin-left:auto;margin-right:auto;font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4.5vw,3.8rem);font-weight:700;line-height:1.15;animation:1s cubic-bezier(.16,1,.3,1) .6s both heroReveal;display:none}.hero-title-main[data-lang-en],html[lang=gu] .hero-title-main[data-lang-gu]{display:block}html[lang=gu] .hero-title-main[data-lang-en]{display:none}html[lang=hi] .hero-title-main[data-lang-hi]{display:block}html[lang=hi] .hero-title-main[data-lang-en]{display:none}.hero-metrics{justify-content:center;align-items:center;gap:0;margin-bottom:1.5rem;animation:.8s ease-out .9s both heroFadeUp;display:flex}.hero-metric{flex-direction:column;align-items:center;padding:0 1.75rem;display:flex}.hero-metric-num{color:#b8960c;text-shadow:0 0 30px #b8960c4d;margin-bottom:.2rem;font-family:Playfair Display,serif;font-size:clamp(1.6rem,4vw,2.8rem);font-weight:700;line-height:1}.hero-metric-label{letter-spacing:.08em;text-transform:uppercase;color:#fbf7f08c;font-size:clamp(.65rem,1.2vw,.8rem);display:none}.hero-metric-label[data-lang-en],html[lang=gu] .hero-metric-label[data-lang-gu]{display:block}html[lang=gu] .hero-metric-label[data-lang-en]{display:none}html[lang=hi] .hero-metric-label[data-lang-hi]{display:block}html[lang=hi] .hero-metric-label[data-lang-en]{display:none}.hero-metric-divider{background:#fbf7f026;flex-shrink:0;width:1px;height:clamp(28px,4vw,44px)}.hero-usp{color:#fbf7f0b3;backdrop-filter:blur(4px);background:#b8960c1a;border:1px solid #b8960c33;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.5rem 1.25rem;font-size:clamp(.7rem,1.3vw,.85rem);animation:.8s ease-out 1.1s both heroFadeUp;display:inline-flex}.hero-usp-icon{flex-shrink:0;font-size:1.1em}.hero-desc{color:#fbf7f0b3;max-width:600px;margin:0 auto 2.5rem;padding:0 1rem;font-size:clamp(.85rem,1.8vw,1.05rem);line-height:1.7;animation:.8s ease-out 1.3s both heroFadeUp}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;animation:.8s ease-out 1.5s both heroFadeUp;display:flex}.hero-btn{padding:1rem 2.5rem;font-size:clamp(.85rem,1.5vw,1rem);position:relative;overflow:hidden}.hero-btn--primary{transition:transform .25s,box-shadow .25s}.hero-btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #2e7d3266}.hero-btn--outline{color:#fbf7f0;border-color:#fbf7f099;transition:background .25s,border-color .25s,transform .25s}.hero-btn--outline:hover{background:#fbf7f01a;border-color:#fbf7f0e6;transform:translateY(-2px)}.hero-btn--outline:after{content:"";border-radius:inherit;opacity:0;pointer-events:none;background:linear-gradient(135deg,#fbf7f01a,#0000 50%);transition:opacity .4s;position:absolute;inset:-2px}.hero-btn--outline:hover:after{opacity:1}.hero-scroll{z-index:1;flex-direction:column;align-items:center;gap:.35rem;animation:1s ease-out 2.2s both heroFadeIn;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll-text{letter-spacing:.15em;text-transform:uppercase;color:#fbf7f04d;font-size:.6rem;display:none}.hero-scroll-text[data-lang-en],html[lang=gu] .hero-scroll-text[data-lang-gu]{display:block}html[lang=gu] .hero-scroll-text[data-lang-en]{display:none}html[lang=hi] .hero-scroll-text[data-lang-hi]{display:block}html[lang=hi] .hero-scroll-text[data-lang-en]{display:none}.hero-scroll-arrow{color:#fbf7f059;font-size:1rem;animation:2.4s ease-in-out infinite heroBounce}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes heroReveal{0%{opacity:0;clip-path:inset(0 0 100%)}to{opacity:1;clip-path:inset(0)}}@keyframes heroFadeIn{0%{opacity:0}to{opacity:1}}@keyframes heroBounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.homepage{scroll-snap-type:y proximity;scroll-padding-top:60px}.homepage>section.section-white,.homepage>section.section-cream,.homepage>section.section-cta,.homepage>astro-island:has(section.hero-section){scroll-snap-align:start;min-height:80vh}.homepage>astro-island:has(footer){scroll-snap-align:start}@media (width<=640px){.homepage{scroll-padding-top:56px}.hero-section{min-height:92vh;padding:6rem 5% 4rem}.hero-metric{padding:0 1rem}.hero-buttons{flex-direction:column;align-items:stretch;padding:0 1rem}.hero-btn{text-align:center;justify-content:center;width:100%}.hero-desc{padding:0}.hero-scroll{bottom:1.25rem}}.flip-card{perspective:1000px;cursor:pointer;background:0 0;border-radius:12px;outline:none}.flip-card-inner{aspect-ratio:3/4;width:100%;transform-style:preserve-3d;transition:transform .5s cubic-bezier(.23,1,.32,1);position:relative}@media (hover:hover){.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}}.flip-card.is-flipped .flip-card-inner{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{backface-visibility:hidden;border-radius:12px;position:absolute;inset:0;overflow:hidden}.flip-card-front{background:#f0ebe0}.flip-card-back{background:linear-gradient(135deg,#1a3a2a 0%,#2d5a3e 100%);justify-content:center;align-items:center;padding:1.5rem;display:flex;transform:rotateY(180deg)}.flip-card-img{object-fit:cover;width:100%;height:100%;display:block}.flip-card-front-label{color:#fbf7f0;text-align:center;pointer-events:none;background:linear-gradient(#0000,#0009);padding:2rem 1rem 1rem;font-family:Playfair Display,serif;font-size:clamp(.9rem,2.5vw,1.15rem);font-weight:600;position:absolute;bottom:0;left:0;right:0}.flip-card-hint{color:#1a3a2a;opacity:.85;pointer-events:none;background:#fbf7f0e6;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .2s;display:flex;position:absolute;bottom:1rem;right:1rem}.flip-card:hover .flip-card-hint{opacity:0}.flip-card-back-content{text-align:center;color:#fbf7f0}.flip-card-title{color:#fbf7f0;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600}.flip-card-desc{opacity:.8;margin-bottom:.75rem;font-size:.85rem;line-height:1.6}.flip-card-price{color:#b8960c;margin-bottom:1rem;font-size:1.15rem;font-weight:700}.flip-card-btn{background:#b85a3b;justify-content:center;width:100%;min-height:36px;padding:.6rem 1.25rem;font-size:.8rem}@media (width<=640px){.flip-card-inner{aspect-ratio:3/4}}@media (width<=768px){.desktop-nav{display:none!important}header>div>button{display:flex!important}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes arrowMove{0%,to{transform:translate(0)}50%{transform:translate(6px)}}.mobile-overlay{z-index:-1;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.mobile-overlay-bg{background:#0f2e1ef7;animation:.3s both overlayFadeIn;position:fixed;inset:0}.mobile-nav{flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:320px;padding:2rem;display:flex;position:relative}.mobile-link{color:#fbf7f0;cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.75rem 2rem;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:600;text-decoration:none;transition:transform .2s,color .2s,background .2s;animation:.4s both slideUpFadeIn;display:flex;position:relative}.mobile-link:hover{color:#d4b02e;background:#d4b02e14;transform:scale(1.05)}.mobile-link:active{transform:scale(.97)}.mobile-link-text{flex-direction:column;align-items:center;display:flex}.mobile-link-en{font-family:Playfair Display,serif}.mobile-link-gu,.mobile-link-hi{opacity:.5;margin-top:.1rem;font-family:Inter Tight,sans-serif;font-size:.7rem;font-weight:400}.mobile-link-arrow{opacity:0;font-size:1rem;transition:all .25s;transform:translate(-8px)}.mobile-link:hover .mobile-link-arrow{opacity:.7;animation:1s ease-in-out infinite arrowMove;transform:translate(0)}.mobile-nav-divider{background:#fbf7f033;width:60px;height:1px;margin:1rem 0;animation:.4s .4s both slideUpFadeIn}.mobile-nav-extras{flex-direction:column;align-items:center;gap:1rem;width:100%;animation:.4s both slideUpFadeIn;display:flex}.mobile-cart-btn{color:#fbf7f0;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#b85a3b;border-radius:8px;align-items:center;gap:.6rem;padding:.75rem 2.5rem;font-family:Inter Tight,sans-serif;font-size:1.05rem;font-weight:600;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex;position:relative}.mobile-cart-btn:hover{background:#d47a5a;transform:scale(1.04)}.mobile-cart-btn:active{transform:scale(.97)}.mobile-cart-badge{color:#fbf7f0;box-sizing:border-box;background:#2d5a3e;border-radius:50%;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 4px;font-size:.65rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-6px;right:-6px}.product-grid-wrapper{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.product-actions{gap:.5rem;display:flex}.product-actions button,.product-actions a{text-align:center;flex:1;justify-content:center}.cart-summary{text-align:center;background:#fff;border:1px solid #6b9a6e4d;border-radius:12px;max-width:500px;margin:2rem auto;padding:2rem}.cart-summary-title{color:#1a3a2a;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:600}.cart-total{color:#b85a3b;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}@media (width<=640px){.product-grid-wrapper{grid-template-columns:1fr;gap:1.25rem;max-width:400px}.product-actions{flex-direction:column}.product-actions button,.product-actions a{width:100%}.cart-summary{margin-left:1rem;margin-right:1rem}}@media (width>=641px) and (width<=900px){.product-grid-wrapper{grid-template-columns:repeat(2,1fr)}}.checkout-grid{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;max-width:1000px;margin:0 auto;display:grid}.checkout-grid>.checkout-summary{order:2}.checkout-grid>div:not(.checkout-summary){order:1}.checkout-section-title{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--green-600);border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.5rem;font-size:.8rem}.checkout-field{margin-bottom:.85rem}.checkout-label{color:var(--ink-light);margin-bottom:.35rem;font-size:.85rem;font-weight:500;display:block}.required{color:var(--terracotta)}.checkout-submit{background:var(--terracotta);width:100%;color:var(--cream);cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--font-body);border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.8rem;transition:background .2s;display:inline-flex}.checkout-submit:hover{background:var(--terracotta-light)}.checkout-note{color:var(--ink-light);text-align:center;opacity:.75;margin-top:.75rem;font-size:.8rem}.checkout-summary{background:var(--white);border:1px solid #6b9a6e40;border-radius:12px;align-self:start;padding:1.5rem;position:relative;top:0}.checkout-empty{text-align:center;color:var(--ink-light);flex-direction:column;align-items:center;gap:.5rem;padding:2rem .5rem;display:flex}.checkout-empty svg{opacity:.3;margin-bottom:.25rem}.checkout-empty-text{margin:0;font-size:.95rem}.checkout-empty-link{background:var(--green-700);color:var(--cream);border-radius:6px;margin-top:.5rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-block}.checkout-empty-link:hover{background:var(--green-600);color:var(--cream)}.checkout-item{border-bottom:1px solid #e0d8cc4d;align-items:center;gap:.75rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.checkout-item:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.checkout-item-img{object-fit:cover;background:var(--cream-dark);border-radius:8px;flex-shrink:0;width:56px;height:56px}.checkout-item-info{flex:1;min-width:0}.checkout-item-title{font-family:var(--font-display);color:var(--green-800);margin:0 0 .35rem;font-size:.9rem;font-weight:600}.checkout-qty{align-items:center;gap:.4rem;display:inline-flex}.qty-btn{border:1px solid var(--border);background:var(--cream);cursor:pointer;width:26px;height:26px;color:var(--green-700);border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1rem;font-weight:600;line-height:1;transition:all .15s;display:flex}.qty-btn:hover{background:var(--green-700);color:var(--cream);border-color:var(--green-700)}.qty-val{text-align:center;min-width:1.2rem;color:var(--ink);font-size:.9rem;font-weight:600}.checkout-divider{border:none;border-top:1px solid #e0d8cc66;margin:.75rem 0}.checkout-total-row{color:var(--green-800);justify-content:space-between;font-size:1rem;font-weight:700;display:flex}@media (width<=768px){.checkout-grid{grid-template-columns:1fr;gap:1.5rem}.checkout-grid>.checkout-summary,.checkout-grid>div:not(.checkout-summary){order:0}}@media (width<=480px){.checkout-summary{padding:1rem}}
