@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=DM+Sans:wght@400;500;600;700&family=Krub:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
:root{--green:#427a2f;--dark:#1a1d1a;--soft:#e8f2e9;--cream:#fbf7ef;--line:#dbe5da;--muted:#5d685b}*{box-sizing:border-box}body{margin:0;color:var(--dark);font:15px/1.5 Krub,system-ui,sans-serif;background:#fff}.shell{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid var(--line)}.nav-row{min-height:78px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:8px;color:var(--green);text-decoration:none;font-weight:700;font-size:21px}.brand img{width:44px;height:44px;object-fit:contain}.search{display:flex;align-items:center;flex:1;max-width:510px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.search input{width:100%;border:0;padding:12px 15px;outline:0;font:inherit}.search button{border:0;background:var(--green);color:#fff;align-self:stretch;width:48px;font-size:24px;cursor:pointer}.quick-links{margin-left:auto;display:flex;align-items:center;gap:18px}.quick-links a{color:var(--dark);font-weight:600;text-decoration:none}.cart-link span{display:inline-grid;place-items:center;background:var(--green);color:#fff;border-radius:50%;width:21px;height:21px;font-size:12px}.hero{background:linear-gradient(115deg,#f9f2e4 0%,#eff5ec 55%,#dcefdc 100%);overflow:hidden}.hero-grid{min-height:425px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:36px}.eyebrow{margin:0 0 8px;color:var(--green);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hero h1,.page-intro h1,.detail-copy h1,.cart-page>h1{font:700 clamp(34px,5vw,58px)/1.07 'DM Sans','Segoe UI',sans-serif;margin:0}.lead{max-width:560px;font-size:18px;color:var(--muted);margin:20px 0 28px}.button{display:inline-flex;justify-content:center;align-items:center;padding:12px 20px;border:1px solid var(--green);border-radius:9px;background:var(--green);color:#fff;text-decoration:none;font:600 14px Krub,system-ui;cursor:pointer}.button:hover{background:#315d23}.hero-art{height:350px;position:relative}.hero-art:before{content:'';position:absolute;width:320px;height:320px;border-radius:50%;background:#b9d8ad;right:2%;top:15px}.hero-art img{position:absolute;inset:0;margin:auto;width:300px;height:300px;object-fit:cover;border-radius:36% 64% 44% 56%/47% 42% 58% 53%;box-shadow:0 20px 45px #315d2340}.section{padding:72px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.section-heading h2{margin:0;font:700 30px/1.2 'DM Sans','Segoe UI',sans-serif}.section-heading>a,.back-link,.result-bar a{color:var(--green);font-weight:700;text-decoration:none}.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:14px}.category-card{min-width:0;padding:10px 8px;color:var(--dark);background:#fff;text-align:center;text-decoration:none;border:1px solid var(--line);border-radius:16px;box-shadow:0 4px 14px #1a1d1a0a;transition:.2s}.category-card:hover{transform:translateY(-3px);border-color:#a7ca9c}.category-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:11px}.category-card span{display:block;margin-top:8px;font-size:12px;font-weight:600;line-height:1.2}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 5px 18px #1a1d1a0a}.product-image{position:relative;display:block;background:#f4f7f3}.product-image img{display:block;width:100%;aspect-ratio:1.08;object-fit:cover}.product-image b{position:absolute;top:10px;left:10px;border-radius:20px;padding:4px 8px;background:#f2a12b;color:#231700;font-size:11px}.product-copy{padding:14px}.product-copy h3{font-size:15px;line-height:1.35;margin:6px 0 2px}.product-copy h3 a{color:inherit;text-decoration:none}.product-copy p{margin:0;color:var(--muted);font-size:12px}.rating{font-size:12px;font-weight:700;color:#a75c00}.price{display:flex;gap:8px;align-items:center;margin:10px 0}.price strong,.detail-price strong{font-size:18px}.price del,.detail-price del{color:#788177}.button-small{padding:9px 12px;width:100%;background:#fff;color:var(--green)}.button-small:hover{background:var(--soft)}.trust{background:var(--green);color:#fff}.trust-grid{padding:25px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.trust-grid div{display:flex;flex-direction:column;gap:2px}.trust-grid span{font-size:13px;opacity:.85}.site-footer{padding:38px 0;background:#1f321b;color:#fff}.site-footer p{margin:3px 0 14px;color:#d4e4d1}.site-footer small{opacity:.7}.page-intro{padding:60px 0 45px;background:var(--cream)}.page-intro h1{font-size:45px}.page-intro p{color:var(--muted);margin-bottom:0}.catalog-layout{display:grid;grid-template-columns:230px 1fr;gap:34px;padding:42px 0 76px}.filters{border-right:1px solid var(--line);padding-right:22px}.filters h2{font-size:16px;margin:0 0 13px}.filters a{display:block;padding:9px 10px;margin:2px 0;color:var(--muted);text-decoration:none;border-radius:8px}.filters a.active,.filters a:hover{background:var(--soft);color:var(--green);font-weight:700}.result-bar{display:flex;justify-content:space-between;margin:0 0 18px;color:var(--muted);font-size:14px}.product-detail{padding:54px 0 80px;display:grid;grid-template-columns:minmax(330px,.9fr) minmax(300px,1fr);gap:68px}.detail-image{background:#edf4eb;border-radius:22px;min-height:430px;display:grid;place-items:center}.detail-image img{width:85%;height:85%;max-height:440px;object-fit:contain;border-radius:18px}.detail-copy h1{font-size:43px;margin:5px 0 12px}.detail-copy .rating{font-size:14px}.rating span{color:var(--muted);font-weight:400;margin-left:5px}.measure{color:var(--muted)}.detail-price{display:flex;align-items:center;gap:12px;margin:20px 0}.detail-price strong{font-size:30px}.detail-price em{padding:4px 8px;border-radius:6px;background:var(--soft);color:var(--green);font-size:12px;font-style:normal;font-weight:700}.description{color:var(--muted);max-width:620px}.add-form{margin:24px 0}.benefits{padding-left:20px;color:var(--muted);font-size:14px}.cart-page{padding:50px 0 80px}.cart-page>h1{font-size:44px;margin-bottom:25px}.cart-layout{display:grid;grid-template-columns:1fr 330px;gap:36px}.cart-items{border-top:1px solid var(--line)}.cart-item{display:grid;grid-template-columns:82px 1fr 115px auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.cart-item img{width:82px;height:82px;object-fit:cover;border-radius:10px}.cart-item h2{font-size:16px;margin:0}.cart-item p{margin:3px 0;color:var(--muted)}.quantity-form{display:flex;gap:6px}.quantity-form input{width:45px;padding:7px;border:1px solid var(--line);border-radius:6px}.quantity-form button,.link-button{border:0;background:transparent;color:var(--green);font:600 13px Krub;cursor:pointer}.order-summary{height:max-content;padding:22px;border:1px solid var(--line);border-radius:14px;background:var(--cream)}.order-summary h2{margin-top:0;font-size:18px}.order-summary>div{display:flex;justify-content:space-between;gap:10px;margin:14px 0;font-size:14px}.order-summary .total{font-size:17px}.order-summary .button{width:100%;margin-top:10px}.empty{padding:46px;border:1px dashed #a8c59f;border-radius:14px;text-align:center;background:#fbfdfb}.empty h2{font:700 29px 'DM Sans','Segoe UI',sans-serif;margin:0}.empty p{color:var(--muted);margin-bottom:20px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:900px){.nav-row{gap:14px}.brand span,.quick-links>a:first-child{display:none}.category-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.product-detail{gap:36px}.cart-layout{grid-template-columns:1fr}.filters{border:0;padding:0;display:flex;overflow:auto;gap:6px}.filters h2{display:none}.filters a{white-space:nowrap}.catalog-layout{grid-template-columns:1fr;gap:24px}}
@media(max-width:620px){.shell{width:min(100% - 28px,1160px)}.site-header{position:static}.nav-row{min-height:66px;flex-wrap:wrap;padding:10px 0}.search{order:3;flex-basis:100%}.quick-links{margin-left:auto}.hero-grid{min-height:auto;padding:50px 0;grid-template-columns:1fr}.hero-art{display:none}.section{padding:45px 0}.section-heading h2{font-size:26px}.category-grid{grid-template-columns:repeat(4,1fr);gap:9px}.category-card{padding:7px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-copy{padding:11px}.product-copy h3{font-size:13px}.trust-grid{grid-template-columns:1fr;gap:14px}.page-intro{padding:42px 0 34px}.page-intro h1,.cart-page>h1{font-size:36px}.catalog-layout{padding:28px 0 50px}.product-detail{padding:32px 0 55px;grid-template-columns:1fr}.detail-image{min-height:310px}.detail-copy h1{font-size:34px}.cart-item{grid-template-columns:62px 1fr auto}.cart-item img{width:62px;height:62px}.quantity-form{grid-column:2/3}.cart-item>form:last-child{grid-column:3/4;grid-row:1/3}.cart-page{padding-top:35px}}/* API content, account panel, and dashboard */
.flash{padding:11px 0;font-weight:600;background:#e8f2e9;color:#315d23}.flash.error{background:#fff0ed;color:#a12a19}.flash.notice{background:#fff7df;color:#815600}.account-link{display:flex;align-items:center;gap:7px}.account-link i,.avatar{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:var(--green);color:#fff;font-style:normal;font-size:13px}.sign-in{padding:8px 12px;border:1px solid var(--green);border-radius:8px;color:var(--green)!important}.hero-actions{display:flex;align-items:center;gap:18px}.text-action{color:var(--green);font-weight:700;text-decoration:none}.slide-stack{position:relative;width:100%;height:100%}.hero-slide{display:none;position:absolute;inset:0;margin:auto;width:300px;height:300px;object-fit:cover;border-radius:36% 64% 44% 56%/47% 42% 58% 53%;box-shadow:0 20px 45px #315d2340}.hero-slide.current{display:block}.api-section{background:linear-gradient(115deg,var(--section-color,#fff) 0%,#fff 54%);border-radius:20px;padding:34px 22px;margin-bottom:42px}.section-description{max-width:600px;margin:5px 0 0;color:var(--muted)}.why{padding:72px 0;background:#f5f8f3}.why-grid,.story-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.why-grid article{padding:18px;background:#fff;border:1px solid var(--line);border-radius:14px}.why-grid img{width:45px;height:45px;object-fit:cover;border-radius:10px}.why-grid h3{margin:12px 0 5px;font-size:16px}.why-grid p{margin:0;color:var(--muted);font-size:13px}.story-grid{grid-template-columns:repeat(3,1fr)}.story-grid article{padding:22px;background:var(--cream);border-radius:14px}.story-grid p{margin:0 0 18px;font:600 18px/1.5 'DM Sans','Segoe UI',sans-serif}.card-actions{display:flex;gap:8px;align-items:center}.card-actions > form:first-child{flex:1}.heart{width:38px;height:38px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--green);font-size:21px;cursor:pointer}.auth-page{min-height:calc(100vh - 160px);padding:70px 16px;background:linear-gradient(135deg,#f9f2e4,#edf5ea)}.auth-card{max-width:560px;margin:auto;padding:34px;background:#fff;border-radius:18px;box-shadow:0 18px 45px #1a1d1a15}.auth-card h1{font:700 38px 'DM Sans','Segoe UI',sans-serif;margin:0}.auth-card>div>p:not(.eyebrow){color:var(--muted)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;margin:27px 0 20px;border-bottom:1px solid var(--line)}.auth-tabs a{padding:10px;text-align:center;color:var(--muted);text-decoration:none}.auth-tabs .active{border-bottom:3px solid var(--green);color:var(--green);font-weight:700}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid label{display:grid;gap:6px;font-size:13px;font-weight:700}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:10px;font:400 14px Krub;outline:0}.form-grid textarea{min-height:90px;resize:vertical}.form-grid input:focus,.form-grid textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #e8f2e9}.form-grid .wide{grid-column:1/-1}.form-grid .button{width:max-content}.auth-note{margin-bottom:0;color:var(--muted);font-size:13px}.account-layout{display:grid;grid-template-columns:260px 1fr;gap:44px;padding:48px 0 80px}.account-nav{height:max-content;border:1px solid var(--line);border-radius:14px;overflow:hidden}.account-summary{display:flex;align-items:center;gap:10px;padding:17px;background:var(--soft)}.account-summary .avatar{width:42px;height:42px;font-size:16px}.account-summary div:last-child{display:grid}.account-summary span{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis}.account-nav nav{padding:8px}.account-nav a,.account-nav button{display:block;width:100%;padding:10px;border:0;border-radius:7px;background:transparent;color:var(--muted);text-align:left;text-decoration:none;font:500 14px Krub;cursor:pointer}.account-nav a.active,.account-nav a:hover,.account-nav button:hover{background:var(--soft);color:var(--green);font-weight:700}.account-content h1{font:700 40px 'DM Sans','Segoe UI',sans-serif;margin:0}.account-lead{max-width:620px;color:var(--muted)}.dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:28px 0}.dashboard-grid a{display:grid;gap:4px;padding:18px;border:1px solid var(--line);border-radius:12px;color:var(--dark);text-decoration:none}.dashboard-grid a:hover{border-color:#98bf8c;background:#fbfdfb}.dashboard-grid span{font-size:13px;color:var(--muted)}.profile-card{margin-top:30px;padding:25px;border:1px solid var(--line);border-radius:14px}.profile-card h2{margin:0 0 18px;font-size:20px}.data-list{border-top:1px solid var(--line)}.data-list article{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.data-list article>div{display:grid;gap:4px}.data-list span{font-size:13px;color:var(--muted)}.data-list em{width:max-content;padding:4px 8px;border-radius:5px;background:var(--soft);color:var(--green);font-size:12px;font-style:normal}.saved-card{position:relative}.saved-card>.link-button{margin:8px 0 0}.wallet-balance{display:grid;gap:2px;margin:24px 0;padding:24px;border-radius:16px;background:linear-gradient(120deg,var(--green),#78a46c);color:#fff}.wallet-balance b{font:700 36px 'DM Sans','Segoe UI',sans-serif}.credit{color:#19743f}.debit{color:#bc3924}.address-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:24px 0}.address-grid article{padding:18px;border:1px solid var(--line);border-radius:12px}.address-grid p{color:var(--muted);font-size:14px}.doctors-page{padding:45px 0 80px}.doctor-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.doctor-card{display:grid;grid-template-columns:145px 1fr;gap:20px;padding:18px;border:1px solid var(--line);border-radius:16px}.doctor-card>img{width:145px;height:170px;object-fit:cover;border-radius:11px;background:var(--soft)}.doctor-card h2{margin:7px 0;font-size:21px}.doctor-card p{margin:4px 0;color:var(--muted);font-size:13px}.doctor-card b{display:block;margin:12px 0}.doctor-card .button{padding:9px 12px}.doctor-status{font-size:11px;color:#8a5d10}.doctor-status.online{color:#19743f}.booking-card{margin:35px 0;padding:25px;border-radius:16px;background:var(--cream)}.booking-card h2{font:700 27px 'DM Sans','Segoe UI',sans-serif;margin-top:0}.support-page{display:grid;grid-template-columns:310px 1fr;gap:40px;padding:48px 0 80px}.support-box{height:max-content;padding:24px;border-radius:14px;background:var(--soft)}.support-box h2,.faq-list h2{margin-top:0;font-size:22px}.support-box p{color:var(--muted)}.faq-list details{border-bottom:1px solid var(--line);padding:16px 0}.faq-list summary{cursor:pointer;font-weight:700}.faq-list details div{padding:12px 0 0;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;padding-bottom:25px}.footer-grid a{display:block;margin:5px 0;color:#d4e4d1;text-decoration:none}
@media(max-width:900px){.quick-links>a:nth-child(2),.account-link span{display:none}.why-grid{grid-template-columns:repeat(2,1fr)}.account-layout{grid-template-columns:1fr;gap:24px}.account-nav nav{display:flex;gap:4px;overflow:auto}.account-nav a,.account-nav button{white-space:nowrap;width:auto}.doctor-grid{grid-template-columns:1fr}.support-page{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.hero-actions{gap:12px}.api-section{margin-left:14px;margin-right:14px;padding:26px 14px}.why-grid,.story-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.form-grid .button{width:100%}.account-layout{padding-top:30px}.dashboard-grid{grid-template-columns:1fr}.account-content h1{font-size:34px}.address-grid{grid-template-columns:1fr}.doctor-card{grid-template-columns:92px 1fr;gap:13px}.doctor-card>img{width:92px;height:125px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:not(:first-child){display:flex;gap:12px;flex-wrap:wrap}.footer-grid a{margin:0}.hero-slide{width:250px;height:250px}}/* App-home conversion: section styles match the Flutter home screen. */
.mobile-app-header,.mobile-concern-strip,.mobile-bottom-nav{display:none}.app-section{padding:28px 0;background:var(--section-color,#fff)}.app-section .section-heading{margin-bottom:14px}.app-section .section-heading h2{font-size:23px}.product-rail,.feature-rail,.why-rail,.story-rail{display:flex;overflow-x:auto;gap:14px;padding:2px 0 10px;scroll-snap-type:x proximity;scrollbar-width:none}.product-rail::-webkit-scrollbar,.feature-rail::-webkit-scrollbar,.why-rail::-webkit-scrollbar,.story-rail::-webkit-scrollbar{display:none}.rail-item{flex:0 0 210px;scroll-snap-align:start}.feature-product{position:relative;flex:0 0 310px;min-height:260px;overflow:hidden;border-radius:16px;background:#eef5ec;color:#fff;text-decoration:none;scroll-snap-align:start}.feature-product img{width:100%;height:260px;object-fit:cover}.feature-product:after{content:'';position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#162415b8)}.feature-product span,.feature-product b{position:absolute;left:15px;z-index:1}.feature-product span{bottom:38px;font:700 21px/1.15 'DM Sans','Segoe UI',sans-serif}.feature-product b{bottom:15px}.combo-rail .rail-item{flex-basis:270px}.why-rail article{position:relative;flex:0 0 220px;height:190px;overflow:hidden;border-radius:13px;scroll-snap-align:start;background:#e8f2e9}.why-rail img{width:100%;height:100%;object-fit:cover}.why-rail article:after{content:'';position:absolute;inset:35% 0 0;background:linear-gradient(transparent,#152615db)}.why-rail article div{position:absolute;z-index:1;bottom:13px;left:13px;right:13px;color:#fff}.why-rail h3{margin:0;font-size:16px}.why-rail p{margin:3px 0 0;font-size:11px;line-height:1.3}.doctor-promo{display:flex;align-items:center;justify-content:space-between;min-height:230px;margin-top:12px;margin-bottom:20px;padding:28px 36px;overflow:hidden;border-radius:18px;background:linear-gradient(115deg,#d5e8d2,#a6cfa0)}.doctor-promo p{margin:0;color:#315d23;font-weight:700}.doctor-promo h2{margin:3px 0;font:700 32px 'DM Sans','Segoe UI',sans-serif}.doctor-promo span{display:block;margin-bottom:18px;color:#456341}.doctor-promo img{width:170px;height:190px;object-fit:cover;align-self:end;border-radius:80px 80px 0 0;mix-blend-mode:multiply}.testimonial-app{background:#fbf7ef}.story-rail article{flex:0 0 290px;padding:20px;border-radius:14px;background:#fff5df;scroll-snap-align:start}.story-rail p{margin:0 0 15px;font:600 18px/1.45 'DM Sans','Segoe UI',sans-serif}.category-tabs{display:flex;gap:8px;overflow-x:auto;margin:0 0 14px;scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}.category-tabs button{flex:0 0 auto;padding:7px 13px;border:1px solid #e4e8e3;border-radius:18px;background:#f5f6f8;color:var(--muted);font:700 12px Krub;cursor:pointer}.category-tabs button.active{background:var(--green);border-color:var(--green);color:#fff}.tag-hidden{display:none}
@media(max-width:620px){body{padding-bottom:62px;font-size:13px}.site-header{display:none}.mobile-app-header{display:block;padding:8px 0 9px;background:#fff;box-shadow:0 2px 8px #1a1d1a0b}.mobile-top{display:flex;align-items:center;gap:9px;margin-bottom:8px}.mini-brand{display:flex;align-items:center;gap:3px;color:var(--green);font-size:10px;font-weight:700;text-decoration:none}.mini-brand img{width:28px;height:28px;object-fit:contain}.delivery{flex:1;overflow:hidden;color:#4a5248;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.mobile-user{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--green);color:#fff;text-decoration:none;font-size:12px}.mobile-search{display:flex;overflow:hidden;border:1px solid #e3e7e2;border-radius:7px;background:#f8faf8}.mobile-search input{flex:1;border:0;outline:0;background:transparent;padding:9px;font:11px Krub}.mobile-search button{width:34px;border:0;background:transparent;color:var(--green);font-size:19px}.mobile-concern-strip{display:block;padding:8px 0 4px;background:#fff}.mobile-concern-strip .shell{display:flex;justify-content:space-between;gap:8px;overflow:hidden}.mobile-concern-strip a{flex:0 0 62px;color:var(--dark);font-size:9px;font-weight:600;line-height:1.1;text-align:center;text-decoration:none}.mobile-concern-strip img{width:52px;height:52px;object-fit:cover;border:1px solid #edf0ec;border-radius:50%;padding:2px}.mobile-concern-strip span{display:block;display:-webkit-box;overflow:hidden;margin-top:3px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.app-banner{background:#fff}.app-banner .hero-grid{display:block;min-height:0;padding:0}.app-banner .hero-grid>div:first-child{display:none}.app-banner .hero-art{display:block;height:155px}.app-banner .slide-stack{height:155px}.app-banner .hero-slide{display:none;position:absolute;inset:0;width:100%;height:155px;margin:0;border-radius:10px;box-shadow:none}.app-banner .hero-slide.current{display:block}.app-banner .hero-slide img{width:100%;height:100%;object-fit:cover;border-radius:10px}.shop-by{padding:15px 0 10px}.shop-by .section-heading{margin-bottom:10px}.shop-by .section-heading h2,.app-section .section-heading h2{font:900 16px Krub,system-ui,sans-serif}.shop-by .eyebrow{display:none}.app-category-grid{grid-template-columns:repeat(4,1fr);gap:12px 9px}.app-category-grid .category-card{padding:0;border:0;box-shadow:none}.app-category-grid .category-card img{border-radius:10px;background:#f5f5f5}.app-category-grid .category-card span{margin-top:5px;font-size:9px}.app-section{padding:18px 0}.app-section .section-heading{align-items:center;margin-bottom:9px}.app-section .section-heading a{font-size:10px;white-space:nowrap}.section-description{margin-top:2px;font-size:10px;line-height:1.25}.product-rail{gap:9px;padding-bottom:4px}.rail-item{flex-basis:147px}.product-card{border-radius:9px}.product-copy{padding:7px}.product-copy h3{font-size:10px;min-height:27px;margin:2px 0}.product-copy p,.rating{font-size:9px}.price{gap:4px;margin:5px 0}.price strong{font-size:12px}.price del{font-size:9px}.button-small{padding:6px 7px;font-size:9px}.product-image b{top:5px;left:5px;padding:3px 5px;font-size:8px}.heart{width:28px;height:28px;font-size:16px}.feature-rail{gap:10px}.feature-product{flex-basis:245px;min-height:235px;border-radius:10px}.feature-product img{height:235px}.feature-product span{bottom:32px;left:11px;font-size:16px}.feature-product b{bottom:11px;left:11px;font-size:11px}.combo-rail .rail-item{flex-basis:142px}.why-rail{gap:10px}.why-rail article{flex-basis:160px;height:145px;border-radius:8px}.why-rail article div{bottom:9px;left:9px;right:9px}.why-rail h3{font-size:12px}.why-rail p{font-size:8px}.doctor-promo{min-height:155px;margin:6px 14px 18px;padding:18px;border-radius:9px}.doctor-promo p{font-size:10px}.doctor-promo h2{font-size:23px}.doctor-promo span{max-width:165px;margin-bottom:10px;font-size:9px}.doctor-promo .button{padding:7px 11px;font-size:9px}.doctor-promo img{width:105px;height:120px}.story-rail article{flex-basis:210px;padding:13px}.story-rail p{font-size:13px}.mobile-bottom-nav{position:fixed;z-index:20;bottom:0;left:0;right:0;display:flex;justify-content:space-around;padding:6px 8px 5px;border-top:1px solid #e5e9e4;background:#fff;box-shadow:0 -2px 8px #1a1d1a0b}.mobile-bottom-nav a{position:relative;display:grid;justify-items:center;gap:1px;color:#6c756b;font-size:9px;text-decoration:none}.mobile-bottom-nav a:first-child{color:var(--green)}.mobile-bottom-nav span{font-size:19px;line-height:1}.mobile-bottom-nav i{position:absolute;top:-3px;right:-9px;display:grid;place-items:center;width:14px;height:14px;border-radius:50%;background:var(--green);color:#fff;font-size:8px;font-style:normal}.site-footer{display:none}.trust{display:none}}/* Brand, showcase, and vertical sign-in redesign */
.hero h1{font-family:'DM Sans','Segoe UI',sans-serif;font-size:clamp(46px,5.6vw,74px);font-weight:600;letter-spacing:-.035em}.brand span,.mini-brand span{display:none}.brand img{width:68px;height:68px}.nav-row{min-height:92px}.brand{gap:0}.quick-links{gap:22px}.quick-links a:first-child{color:var(--green)}.style-1 .section-heading h2,.style-2 .section-heading h2{font:600 43px/1 'DM Sans','Segoe UI',sans-serif;letter-spacing:-.025em}.style-1 .feature-product,.style-2 .feature-product{flex-basis:385px;min-height:360px;border-radius:18px}.style-1 .feature-product img,.style-2 .feature-product img{height:360px}.style-1 .feature-product span,.style-2 .feature-product span{font-size:29px;bottom:46px}.style-1 .feature-product b,.style-2 .feature-product b{font-size:18px;bottom:19px}.app-preloader{position:fixed;z-index:100;inset:0;display:grid;place-items:center;background:#fbfdf9;transition:opacity .45s ease,visibility .45s ease;animation:auto-hide-preloader 0.4s ease 2.5s forwards}.app-preloader.is-hidden{visibility:hidden;opacity:0;pointer-events:none!important}@keyframes auto-hide-preloader{to{visibility:hidden;opacity:0;pointer-events:none}}.app-preloader>div{display:grid;justify-items:center;gap:12px;color:var(--green);font:600 13px 'DM Sans',sans-serif;letter-spacing:.02em}.app-preloader img{width:78px;height:78px;object-fit:contain;animation:preload-pulse 1.15s ease-in-out infinite}.vertical-auth{position:relative;display:grid;place-items:center;min-height:calc(100vh - 92px);overflow:hidden;padding:55px 25px;background:linear-gradient(135deg,#f7f1e4 0%,#eff6ed 47%,#d8ebd7 100%)}.auth-shell{position:relative;z-index:1;display:grid;grid-template-columns:minmax(340px,1.05fr) minmax(380px,.95fr);width:min(1060px,100%);overflow:hidden;border:1px solid #ffffffaf;border-radius:26px;background:#ffffff8f;box-shadow:0 24px 60px #23411926;backdrop-filter:blur(13px);animation:card-arrive .75s cubic-bezier(.2,.8,.2,1) both}.auth-visual{position:relative;display:flex;min-height:620px;flex-direction:column;overflow:hidden;padding:38px;background:linear-gradient(150deg,#245f2d,#528b3f 55%,#a3c692);color:#fff}.auth-visual:after{content:'';position:absolute;inset:auto -20% -34% auto;width:360px;height:360px;border-radius:50%;background:#e9f4db2e}.auth-logo{position:relative;z-index:1;display:grid;place-items:center;width:78px;height:78px;border-radius:22px;background:#fff;box-shadow:0 9px 20px #0c301b42}.auth-logo img{width:65px;height:65px;object-fit:contain}.auth-visual-copy{position:relative;z-index:1;margin-top:58px;max-width:390px}.auth-visual-copy .eyebrow{color:#e5f4df}.auth-visual-copy h1{margin:0;font:600 52px/.97 'DM Sans','Segoe UI',sans-serif;letter-spacing:-.045em}.auth-visual-copy p:not(.eyebrow){margin:16px 0 0;color:#e6f1e3;font:400 16px/1.55 'DM Sans',sans-serif}.auth-art{position:absolute;right:14px;bottom:0;width:270px;height:270px;animation:auth-float 6s ease-in-out infinite}.auth-art img{width:100%;height:100%;object-fit:cover;border-radius:50% 50% 0 0;mix-blend-mode:screen;opacity:.78}.leaf{position:absolute;z-index:1;display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#e7f5db;color:#427a2f;font-size:20px;box-shadow:0 8px 20px #10391c45}.leaf-one{top:20px;right:22px;animation:leaf-drift 4.4s ease-in-out infinite}.leaf-two{bottom:92px;left:-11px;animation:leaf-drift 5.2s .8s ease-in-out infinite reverse}.auth-points{position:relative;z-index:1;display:grid;gap:10px;margin-top:auto;font:500 13px 'DM Sans',sans-serif}.auth-points span{display:flex;align-items:center;gap:8px;color:#f1faef}.vertical-card{align-self:center;justify-self:center;width:min(430px,100%);margin:0;padding:46px;background:transparent;box-shadow:none}.auth-card-head h2{margin:0;font:600 43px/1 'DM Sans','Segoe UI',sans-serif;letter-spacing:-.035em}.auth-card-head p:not(.eyebrow){margin:12px 0 0;color:#637061;font:400 14px/1.5 'DM Sans',sans-serif}.vertical-card .auth-tabs{margin:30px 0 25px}.vertical-form{grid-template-columns:1fr;gap:17px}.vertical-form label{font-family:'DM Sans',sans-serif;font-size:12px}.vertical-form input,.vertical-form select{border-color:#d9e4d6;background:#fff;padding:13px}.vertical-form .button{width:100%;margin-top:4px;padding:14px;border-radius:10px;font-family:'DM Sans',sans-serif;justify-content:space-between}.vertical-form .button span{font-size:20px;line-height:0}.back-home{display:inline-block;margin-top:27px;color:#427a2f;font:600 13px 'DM Sans',sans-serif;text-decoration:none}.orb{position:absolute;border-radius:50%;filter:blur(1px);opacity:.6}.orb-one{top:-130px;right:10%;width:360px;height:360px;background:#c8e2bd;animation:orb-drift 12s ease-in-out infinite}.orb-two{bottom:-180px;left:2%;width:430px;height:430px;background:#f5dca7;animation:orb-drift 14s -3s ease-in-out infinite reverse}@keyframes preload-pulse{50%{transform:scale(1.09) rotate(4deg);filter:drop-shadow(0 8px 12px #427a2f35)}}@keyframes card-arrive{from{transform:translateY(22px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes auth-float{50%{transform:translateY(-15px) rotate(1.8deg)}}@keyframes leaf-drift{50%{transform:translate(9px,-10px) rotate(20deg)}}@keyframes orb-drift{50%{transform:translate(36px,28px) scale(1.1)}}@media(max-width:760px){.brand img{width:54px;height:54px}.nav-row{min-height:72px}.quick-links{gap:12px}.quick-links a:nth-child(3){display:none}.vertical-auth{min-height:100vh;padding:0;background:#f6f8f3}.auth-shell{display:block;width:100%;border:0;border-radius:0;box-shadow:none;background:transparent}.auth-visual{min-height:300px;padding:24px;border-radius:0 0 34px 34px}.auth-logo{width:58px;height:58px;border-radius:17px}.auth-logo img{width:49px;height:49px}.auth-visual-copy{margin-top:24px;max-width:280px}.auth-visual-copy h1{font-size:38px}.auth-visual-copy p:not(.eyebrow){font-size:13px}.auth-art{right:8px;width:170px;height:170px}.auth-points{display:none}.vertical-card{width:100%;padding:35px 26px}.auth-card-head h2{font-size:38px}.orb{display:none}.style-1 .feature-product,.style-2 .feature-product{flex-basis:245px;min-height:235px}.style-1 .feature-product img,.style-2 .feature-product img{height:235px}.style-1 .feature-product span,.style-2 .feature-product span{font-size:16px;bottom:32px}.style-1 .feature-product b,.style-2 .feature-product b{font-size:11px;bottom:11px}.style-1 .section-heading h2,.style-2 .section-heading h2{font:900 16px Krub,system-ui,sans-serif}}
/* Checkout and Razorpay payment */
.checkout-page{padding:50px 0 80px}.checkout-heading{margin-bottom:28px}.checkout-heading>a{display:inline-block;margin-bottom:18px;color:var(--green);font-weight:700;text-decoration:none}.checkout-heading h1{margin:0;font:600 48px/1 'DM Sans','Segoe UI',sans-serif;letter-spacing:-.035em}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:30px;align-items:start}.checkout-main{display:grid;gap:18px}.checkout-card,.checkout-summary{padding:24px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 8px 24px #1a1d1a08}.checkout-card h2,.checkout-summary h2{margin:0 0 17px;font-size:20px}.address-option,.payment-option{display:flex;gap:12px;align-items:flex-start;padding:15px 0;border-top:1px solid var(--line);cursor:pointer}.address-option:first-of-type,.payment-option:first-of-type{border-top:0}.address-option input,.payment-option input{margin:5px 0 0;accent-color:var(--green)}.address-option span,.payment-option span{display:grid;gap:3px}.address-option small,.payment-option small{color:var(--muted);font-size:13px}.checkout-card .text-action{display:inline-block;margin-top:8px}.order-note{display:grid;gap:7px;margin-top:13px;color:var(--muted);font-size:13px;font-weight:700}.order-note textarea{min-height:82px;padding:10px;border:1px solid var(--line);border-radius:8px;resize:vertical;font:inherit}.checkout-summary{position:sticky;top:110px;background:var(--cream)}.checkout-summary>div{display:flex;justify-content:space-between;gap:14px;margin:13px 0;font-size:14px}.checkout-summary hr{border:0;border-top:1px solid var(--line);margin:18px 0}.checkout-summary .checkout-total{padding-top:4px;font-size:18px}.checkout-summary .button{width:100%;margin-top:17px}.checkout-summary>p{margin:14px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.checkout-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.payment-page{display:grid;min-height:calc(100vh - 224px);place-items:center;padding:64px 20px;background:radial-gradient(circle at 20% 10%,#e5f2df 0,transparent 35%),linear-gradient(135deg,#fbf7ef,#eff6ed)}.payment-card{width:min(470px,100%);padding:42px;border:1px solid #fff;border-radius:22px;background:#ffffffd9;text-align:center;box-shadow:0 20px 48px #1f321b1d}.payment-card h1{margin:0;font:600 43px/1 'DM Sans','Segoe UI',sans-serif;letter-spacing:-.035em}.payment-card>p:not(.eyebrow){color:var(--muted)}.payment-loader{display:grid;justify-items:center;gap:12px;margin:28px 0;color:var(--green);font-weight:700}.payment-loader img{width:70px;height:70px;object-fit:contain;animation:preload-pulse 1.15s ease-in-out infinite}.payment-card .link-button{font-size:14px;text-decoration:underline}@media(max-width:800px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static;grid-row:1}.checkout-heading h1{font-size:40px}}@media(max-width:620px){.checkout-page{padding:30px 0 48px}.checkout-heading{margin-bottom:20px}.checkout-heading h1{font-size:35px}.checkout-card,.checkout-summary{padding:18px;border-radius:12px}.checkout-summary{grid-row:auto}.payment-page{min-height:calc(100vh - 62px);padding:30px 14px}.payment-card{padding:33px 22px}.payment-card h1{font-size:38px}}
/* Reusable web popup used for app dialogs and bottom sheets. */
body.modal-open{overflow:hidden}.app-modal[hidden]{display:none}.app-modal{position:fixed;z-index:120;inset:0;display:grid;place-items:center;padding:20px}.app-modal-backdrop{position:absolute;inset:0;background:#10221486;backdrop-filter:blur(3px);animation:modal-fade .18s ease-out}.app-modal-card{position:relative;width:min(430px,100%);padding:33px;border:1px solid #ffffffb8;border-radius:22px;background:#fff;box-shadow:0 28px 70px #10221452;outline:0;animation:modal-arrive .24s cubic-bezier(.2,.8,.2,1)}.app-modal-close{position:absolute;top:13px;right:13px;width:33px;height:33px;border:0;border-radius:50%;background:#f0f5ef;color:#315d23;font-size:23px;line-height:1;cursor:pointer}.app-modal-icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:18px;border-radius:17px;background:var(--soft);color:var(--green);font-size:28px;font-weight:700}.app-modal-card h2{margin:0;font:600 37px/1 'DM Sans','Segoe UI',sans-serif;letter-spacing:-.03em}.app-modal-card>p:not(.eyebrow){margin:12px 0 25px;color:var(--muted);font:400 15px/1.5 'DM Sans',system-ui,sans-serif}.app-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.app-modal-actions .button{min-height:46px}.app-modal-actions .button-small{background:#fff;color:var(--green)}.js-cart-form button:disabled{cursor:wait;opacity:.7}@keyframes modal-fade{from{opacity:0}to{opacity:1}}@keyframes modal-arrive{from{transform:translateY(18px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@media(max-width:620px){.app-modal{align-items:end;padding:0}.app-modal-card{width:100%;padding:28px 22px calc(28px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;animation:sheet-arrive .25s cubic-bezier(.2,.8,.2,1)}.app-modal-card h2{font-size:34px}.app-modal-actions{grid-template-columns:1fr}.app-modal-actions .button:first-child{order:2}@keyframes sheet-arrive{from{transform:translateY(100%)}to{transform:translateY(0)}}}
/* Flutter-equivalent courier and franchisee selection sheet. */
.delivery-sheet-card{max-height:min(700px,88vh);overflow:auto}.sheet-handle{width:42px;height:4px;margin:-13px auto 23px;border-radius:3px;background:#ced7cd}.delivery-sheet-card h2{margin:0;font:600 37px/1 'DM Sans','Segoe UI',sans-serif;letter-spacing:-.03em}.delivery-intro{margin:10px 0 22px;color:var(--muted);font:400 15px/1.5 'DM Sans',system-ui,sans-serif}.delivery-choice,.store-choice{display:flex;width:100%;align-items:center;gap:14px;margin:10px 0;padding:16px;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--dark);text-align:left;cursor:pointer;transition:border-color .2s,background .2s}.delivery-choice:hover,.store-choice:hover{border-color:var(--green);background:#fbfdfb}.delivery-choice-icon{display:grid;flex:0 0 46px;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--soft);color:var(--green);font-size:23px}.delivery-choice>span:nth-child(2),.store-choice>span:nth-child(2){display:grid;gap:3px;min-width:0}.delivery-choice b,.store-choice b{font-size:16px}.delivery-choice small,.store-choice small{overflow:hidden;color:var(--muted);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.delivery-choice i,.store-choice i{margin-left:auto;color:var(--green);font-size:27px;font-style:normal}.sheet-back{margin:0 0 14px;padding:0;border:0;background:transparent;color:var(--green);font-size:20px;cursor:pointer}.delivery-loader,.delivery-empty{display:grid;justify-items:center;gap:9px;padding:30px 12px;color:var(--muted);text-align:center}.delivery-empty b{color:#b3422b;font-size:17px}.delivery-empty span{font-size:14px}.store-list{margin-top:14px}@media(max-width:620px){.delivery-sheet-card{max-height:85vh}.delivery-sheet-card h2{font-size:33px}.delivery-choice,.store-choice{padding:14px}.delivery-choice b,.store-choice b{font-size:15px}}
/* Reliability and refreshed cart/footer refinements. */
.product-out-of-stock{opacity:.72}.sold-out{border-color:#b7bdb6!important;background:#edf0ec!important;color:#6c746b!important;cursor:not-allowed}.style-1 .feature-product,.style-2 .feature-product{min-height:430px}.style-1 .feature-product img,.style-2 .feature-product img{height:430px}.quantity-form{align-items:center}.quantity-form input{display:none}.quantity-form output{display:grid;place-items:center;min-width:34px;font-weight:700}.qty-button{display:grid;place-items:center;width:31px;height:31px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--green);font-size:20px;line-height:1;cursor:pointer}.qty-button:hover{background:var(--soft)}.cart-item.is-updating{opacity:.55;pointer-events:none}.footer-refined{align-items:start}.footer-brand{max-width:330px}.footer-brand a{display:inline-flex;width:54px;height:54px;padding:4px;border-radius:14px;background:#fff}.footer-brand img{width:100%;height:100%;object-fit:contain}.footer-refined b{display:block;margin:7px 0 12px;color:#fff;font-size:15px}.footer-refined p{margin:12px 0 8px}.footer-refined span{color:#b9d2b4;font-size:12px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:17px;border-top:1px solid #ffffff2e;color:#b9d2b4}.vertical-auth .auth-orb{display:none}@media(max-width:760px){.style-1 .feature-product,.style-2 .feature-product{min-height:270px}.style-1 .feature-product img,.style-2 .feature-product img{height:270px}.footer-bottom{display:grid;gap:4px}.cart-item{grid-template-columns:62px 1fr auto}.quantity-form{grid-column:2/3}.cart-item>form:last-child{grid-column:3/4;grid-row:1/3}}
/* Feature-card product controls and restored quick-care shortcuts. */
.quick-care-strip{display:block;padding:13px 0 10px;border-bottom:1px solid var(--line);background:#fff}.quick-care-strip .shell{display:flex;gap:18px;align-items:flex-start;overflow-x:auto;scrollbar-width:none}.quick-care-strip .shell::-webkit-scrollbar{display:none}.quick-care-strip a{display:grid;flex:0 0 78px;justify-items:center;gap:6px;color:var(--dark);font-size:12px;font-weight:700;line-height:1.15;text-align:center;text-decoration:none}.quick-care-strip img{width:62px;height:62px;object-fit:cover;border:2px solid #e1edde;border-radius:50%;padding:2px;background:#fff}.feature-product{overflow:hidden}.feature-product .feature-link{display:block;height:100%;color:#fff;text-decoration:none}.style-1 .feature-product img,.style-2 .feature-product img{object-fit:contain;object-position:center;background:#edf5eb}.feature-add-form{position:absolute;z-index:3;right:14px;bottom:14px}.feature-add-form button{min-width:94px;padding:9px 14px;border:1px solid #fff;border-radius:9px;background:var(--green);color:#fff;font:700 13px Krub,system-ui,sans-serif;cursor:pointer;box-shadow:0 5px 14px #14261355}.feature-add-form button:disabled{opacity:.7}.feature-sold-out{position:absolute;z-index:3;right:14px;bottom:16px;padding:8px 11px;border-radius:8px;background:#ffffffdf;color:#697368;font:700 12px Krub,system-ui,sans-serif}.style-1 .feature-product span,.style-2 .feature-product span{bottom:76px}.style-1 .feature-product b,.style-2 .feature-product b{bottom:42px}.cart-item .qty-button{touch-action:manipulation}@media(max-width:620px){.quick-care-strip{padding:8px 0 4px}.quick-care-strip .shell{gap:8px}.quick-care-strip a{flex-basis:62px;font-size:9px}.quick-care-strip img{width:52px;height:52px}.style-1 .feature-product img,.style-2 .feature-product img{object-fit:contain}.feature-add-form{right:10px;bottom:9px}.feature-add-form button{min-width:64px;padding:6px 9px;font-size:10px}.style-1 .feature-product span,.style-2 .feature-product span{bottom:48px}.style-1 .feature-product b,.style-2 .feature-product b{bottom:26px}}
/* Interface typography and resilient delivery picker. */
.hero h1,.style-1 .section-heading h2,.style-2 .section-heading h2,.auth-visual-copy h1,.auth-card-head h2,.checkout-heading h1,.payment-card h1,.app-modal-card h2,.delivery-sheet-card h2{font-family:'DM Sans',Krub,system-ui,sans-serif;font-weight:700;letter-spacing:-.028em}.app-modal-card h2,.delivery-sheet-card h2{font-size:29px;line-height:1.15}.delivery-sheet-card .button-small{width:100%;margin-top:8px;padding:12px;font-size:14px}@media(max-width:620px){.app-modal-card h2,.delivery-sheet-card h2{font-size:26px}}

/* App-matched concern row, full image visibility, and solid add actions. */
.quick-care-strip .shell{justify-content:flex-start}.quick-care-strip a{flex-basis:94px}.quick-care-strip img{object-fit:cover}.section-heading h2,.page-intro h1,.detail-copy h1,.cart-page>h1,.account-content h1,.auth-card h1,.empty h2,.checkout-heading h1,.payment-card h1,.app-modal-card h2,.delivery-sheet-card h2{font-family:'DM Sans',Krub,system-ui,sans-serif;font-weight:700;letter-spacing:-.028em}.product-image img,.product-card .product-image img,.rail-item .product-image img,.feature-product img{object-fit:cover!important;object-position:center;background:#f6f8f4}.product-image{min-height:220px}.feature-product{min-height:470px}.style-1 .feature-product img,.style-2 .feature-product img{height:470px}.product-card .button-small,.rail-item .button-small,.feature-add-form button{background:#315d23;border-color:#315d23;color:#fff}.product-card .button-small:hover,.rail-item .button-small:hover,.feature-add-form button:hover{background:#23491a;border-color:#23491a}@media(max-width:760px){.quick-care-strip a{flex-basis:72px}.product-image{min-height:150px}.feature-product{min-height:300px}.style-1 .feature-product img,.style-2 .feature-product img{height:300px}}
/* Full-width banner slider, larger mark, and policy pages. */
.app-banner{padding:16px 0;background:#edf4eb}.app-banner .hero-grid{display:block;min-height:0}.app-banner .hero-copy{display:none}.app-banner .hero-art{width:100%;height:clamp(250px,34vw,470px);background:#dfeadc;border-radius:18px;overflow:hidden}.app-banner .slide-stack{width:100%;height:100%}.app-banner .hero-slide{inset:0;display:none;width:100%;height:100%;margin:0;border-radius:0;box-shadow:none;background:#dfeadc}.app-banner .hero-slide.current{display:block}.app-banner .hero-slide img{display:block;width:100%;height:100%;border-radius:0;box-shadow:none;object-fit:contain;object-position:center;background:#dfeadc}.brand img{width:92px;height:92px}.nav-row{min-height:112px}.policy-page{padding:48px 0 82px;background:#f7faf6}.policy-hero{margin:20px 0 25px;padding:30px;border-radius:18px;background:linear-gradient(130deg,#315d23,#5b9948);color:#fff}.policy-hero .eyebrow{color:#e4f3dd}.policy-hero h1{margin:0;font:700 38px/1.12 'DM Sans',Krub,system-ui,sans-serif;letter-spacing:-.03em}.policy-hero p:last-child{max-width:620px;margin:12px 0 0;color:#eff8ec}.policy-list{display:grid;gap:14px}.policy-list article{padding:22px 24px;border:1px solid var(--line);border-radius:14px;background:#fff}.policy-list h2{margin:0 0 12px;color:var(--green);font:700 19px/1.25 'DM Sans',Krub,system-ui,sans-serif}.policy-list ul{display:grid;gap:9px;margin:0;padding-left:21px;color:var(--muted)}.policy-list li::marker{color:var(--green)}.policy-updated{margin:20px 0 0;color:var(--muted);font-size:13px}@media(max-width:760px){.app-banner{padding:8px 0}.app-banner .hero-art{height:220px;border-radius:0}.brand img{width:68px;height:68px}.nav-row{min-height:82px}.policy-page{padding:28px 0 55px}.policy-hero{padding:24px 20px;border-radius:14px}.policy-hero h1{font-size:30px}.policy-list article{padding:18px}.policy-list h2{font-size:18px}}
/* Fixed full-bleed slider, compact product tiles, cart limit, and search suggestions. */
.app-banner{padding:0}.app-banner .shell{width:100%;max-width:none}.app-banner .hero-art{height:420px;border-radius:0}.app-banner .hero-slide img{object-fit:contain;background:#dfeadc}.style-1 .feature-product,.style-2 .feature-product{min-height:410px}.style-1 .feature-product img,.style-2 .feature-product img{height:410px;object-fit:contain!important}.style-1 .feature-product span,.style-2 .feature-product span{bottom:66px;font:700 23px/1.05 'DM Sans',Krub,system-ui,sans-serif}.style-1 .feature-product b,.style-2 .feature-product b{bottom:41px}.style-1 .feature-product .feature-add-form,.style-2 .feature-product .feature-add-form{bottom:13px}.app-section:has(.combo-rail){margin-left:0;margin-right:0;padding-left:0;padding-right:0;border-radius:0}.app-section:has(.combo-rail) .shell{width:min(100% - 36px,1440px);max-width:none}.button:disabled,.feature-add-form button:disabled{cursor:not-allowed;opacity:.58;background:#6c746b!important;border-color:#6c746b!important}.search,.mobile-search{position:relative}.search-suggestions{position:absolute;z-index:35;top:calc(100% + 6px);left:0;right:0;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 15px 30px #1a1d1a20}.search-suggestions a{display:flex;align-items:center;gap:10px;padding:9px 12px;color:var(--dark);text-decoration:none}.search-suggestions a+a{border-top:1px solid var(--line)}.search-suggestions a:hover{background:var(--soft)}.search-suggestions img{width:35px;height:35px;object-fit:contain;border-radius:7px;background:#f4f7f3}.search-suggestions span{display:grid;gap:1px;min-width:0}.search-suggestions b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.search-suggestions small{color:var(--green);font-weight:700}.search-suggestions .no-results{display:block;padding:12px;color:var(--muted);font-size:13px}@media(max-width:760px){.app-banner .hero-art{height:235px}.style-1 .feature-product,.style-2 .feature-product{min-height:300px}.style-1 .feature-product img,.style-2 .feature-product img{height:300px}.style-1 .feature-product span,.style-2 .feature-product span{bottom:52px;font-size:16px}.style-1 .feature-product b,.style-2 .feature-product b{bottom:30px}.api-section:has(.combo-rail) .shell{width:100%}}
/* Customer functionality from the current app: offers, alerts, reviews, and referrals. */
.offers-page{padding:46px 0 80px;background:#f7faf6}.offer-hero{margin-bottom:30px;padding:32px;border-radius:20px;background:linear-gradient(135deg,#315d23,#1e3d1a);color:#fff}.offer-hero .eyebrow{color:#dcefd6}.offer-hero h1,.utility-heading h1{margin:0;font:700 38px/1.12 'DM Sans',Krub,system-ui,sans-serif;letter-spacing:-.03em}.offer-hero p:last-child{margin:10px 0 0;color:#edf8e9}.offer-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:0 0 34px}.offer-tiles article{display:grid;gap:7px;overflow:hidden;padding:13px;border:1px solid var(--line);border-radius:14px;background:#fff}.offer-tiles img{width:100%;height:155px;object-fit:contain;background:#eff5ed}.offer-tiles span{color:var(--muted);font-size:13px}.utility-page{padding:48px 0 80px}.utility-heading{margin:0 0 24px}.notification-list,.review-list{display:grid;gap:12px}.notification-list article,.review-list article{display:flex;gap:14px;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff}.notification-list article>div{display:grid;gap:4px}.notification-list p,.review-list p{margin:0;color:var(--muted)}.notification-list small,.review-list small{color:var(--muted);font-size:12px}.notice-icon{display:grid;flex:0 0 35px;place-items:center;width:35px;height:35px;border-radius:50%;background:var(--soft);color:var(--green)}.review-form{display:grid;gap:14px;margin:0 0 26px;padding:20px;border:1px solid var(--line);border-radius:14px;background:var(--cream)}.review-form label{display:grid;gap:6px;font-weight:700}.review-form select,.review-form textarea{width:100%;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff;font:inherit}.review-form textarea{min-height:95px;resize:vertical}.review-list article{display:grid;gap:7px}.review-stars{color:#db9300;letter-spacing:2px}.product-review-link{display:inline-block;margin-bottom:16px}.referral-total{display:grid;gap:7px;margin:0 0 30px;padding:26px;border-radius:18px;background:linear-gradient(135deg,#82cd47,#2d5a27);color:#fff}.referral-total p,.referral-total span{margin:0;color:#f0f8ec}.referral-total strong{font:700 35px/1 'DM Sans',sans-serif}@media(max-width:760px){.offers-page,.utility-page{padding:30px 0 55px}.offer-hero{padding:24px}.offer-hero h1,.utility-heading h1{font-size:30px}.offer-tiles{grid-template-columns:1fr 1fr;gap:10px}.offer-tiles img{height:115px}.quick-links a:nth-child(3){display:none}}
/* App-sized feature sections, contained Combo Deals, direct concern routing, and fast loading. */
.app-banner{width:100%;overflow:hidden}.app-banner .shell{width:100%;max-width:none;margin:0}.app-banner .hero-art{width:100%;height:clamp(260px,31vw,440px)}.style-1 .feature-product,.style-2 .feature-product{height:auto;min-height:0;aspect-ratio:1/1}.style-1 .feature-product img,.style-2 .feature-product img{width:100%;height:100%;object-fit:cover!important;object-position:center}.style-1 .feature-product span,.style-2 .feature-product span{bottom:64px;font:700 clamp(16px,1.7vw,24px)/1.08 'DM Sans',Krub,system-ui,sans-serif}.style-1 .feature-product b,.style-2 .feature-product b{bottom:40px}.app-section:has(.combo-rail){margin:0 14px;padding:22px 0;border:1px solid var(--line);border-radius:18px;background:var(--section-color,#fff);overflow:hidden}.app-section:has(.combo-rail) .shell{width:calc(100% - 34px);max-width:none}.app-section:has(.combo-rail) .combo-rail{width:100%;padding-right:0}.doctor-promo{min-height:0;aspect-ratio:2/1;overflow:hidden}.doctor-promo img{height:100%;object-fit:contain;object-position:right bottom}.app-preloader{background:radial-gradient(circle at 50% 42%,#f4faf0 0,#fff 55%)}.app-preloader>div{gap:8px}.app-preloader img{width:62px;height:62px;animation-duration:.8s}.app-preloader span{font-size:11px}@media(max-width:760px){.app-banner .hero-art{height:220px}.style-1 .feature-product,.style-2 .feature-product{aspect-ratio:1/1}.style-1 .feature-product span,.style-2 .feature-product span{bottom:50px;font-size:15px}.style-1 .feature-product b,.style-2 .feature-product b{bottom:28px}.app-section:has(.combo-rail){margin:0 8px;padding:15px 0;border-radius:14px}.app-section:has(.combo-rail) .shell{width:calc(100% - 20px)}.doctor-promo{aspect-ratio:1.8/1}}
/* Boxed full-width banner and Flutter-style concern destination. */
.app-banner{padding:16px 0;background:#fff}.app-banner .shell{width:min(100% - 32px,1540px);margin:auto}.app-banner .hero-art{height:clamp(280px,32vw,460px);border-radius:22px;box-shadow:0 12px 28px #26451b16}.app-banner .hero-slide img{border-radius:22px}.care-page{padding:44px 0 80px;background:#f8faf7}.care-heading{margin-bottom:26px}.care-heading h1{margin:0;font:700 38px/1.1 'DM Sans',Krub,system-ui,sans-serif;letter-spacing:-.03em}.care-heading p:last-child{margin:8px 0 0;color:var(--muted);font-size:17px}.care-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}@media(max-width:760px){.app-banner{padding:8px 0}.app-banner .shell{width:calc(100% - 16px)}.app-banner .hero-art{height:210px;border-radius:16px}.app-banner .hero-slide img{border-radius:16px}.care-page{padding:30px 0 55px}.care-heading h1{font-size:30px}.care-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}
/* Responsive concern shortcuts and app-inspired account profile. */
.app-banner .shell{width:min(100% - 12px,1700px)}.quick-care-strip{border:0;padding:14px 0;background:#fff}.quick-care-strip .shell{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;width:min(100% - 28px,760px);overflow:visible}.quick-care-strip a{min-width:0;display:grid;gap:7px;font-family:'DM Sans',Krub,sans-serif;font-size:12px}.quick-care-strip img{width:100%;height:auto;aspect-ratio:1.15/1;object-fit:cover;border:0;border-radius:12px;padding:0;background:#eef4ed}.account-overview{padding:36px 0 76px;background:#f5f7f5}.account-overview .shell{max-width:760px}.profile-banner{display:flex;align-items:center;gap:14px;padding:20px;border-radius:18px;background:linear-gradient(110deg,#1f702b,#3e963b);color:#fff}.profile-avatar{display:grid;place-items:center;width:58px;height:58px;border:2px solid #fff;border-radius:50%;background:#ffffff36;color:#fff;font:700 26px 'DM Sans',sans-serif}.profile-banner>div:nth-child(2){display:grid;gap:3px}.profile-banner b{font:700 18px 'DM Sans',sans-serif}.profile-banner span{color:#e9f6e6;font-size:13px}.profile-banner>a{margin-left:auto;color:#fff;font-size:25px;text-decoration:none}.profile-orders,.profile-action-grid a{color:var(--dark);text-decoration:none}.profile-orders{display:flex;align-items:center;gap:13px;margin:14px 0;padding:19px;border-radius:15px;background:#fff;box-shadow:0 4px 14px #1b3b1a0d}.profile-orders>span,.profile-action-grid span,.profile-balance span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#e5f2e4;color:var(--green);font-size:20px}.profile-orders em{margin-left:auto;color:#2583bf;font-style:normal;font-weight:700;font-size:13px}.profile-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.profile-action-grid a{display:grid;justify-items:center;gap:7px;padding:19px 10px;border-radius:15px;background:#fff;box-shadow:0 4px 14px #1b3b1a0d;text-align:center}.profile-action-grid b{font-size:14px}.profile-action-grid small{color:#2583bf;font-weight:700}.profile-balance{margin:14px 0;padding:4px 16px;border-radius:16px;background:#d9efd9}.profile-balance a{display:flex;align-items:center;gap:11px;padding:13px 0;color:var(--dark);text-decoration:none}.profile-balance a+a{border-top:1px dashed #b9d4b6}.profile-balance div{display:grid;gap:1px}.profile-balance small{color:var(--muted)}.profile-balance strong{margin-left:auto}.profile-group-title{margin:25px 4px 10px;font:700 15px 'DM Sans',sans-serif}.profile-link-list{display:grid;border-radius:15px;background:#fff;box-shadow:0 4px 14px #1b3b1a0d;overflow:hidden}.profile-link-list a{display:flex;align-items:center;gap:13px;padding:14px 16px;color:var(--dark);text-decoration:none;font-size:14px}.profile-link-list a+a{border-top:1px dashed #dce5db}.profile-link-list span{width:20px;color:#263526;font-size:18px;text-align:center}.profile-link-list i{margin-left:auto;color:#aab1aa;font-size:22px;font-style:normal}.account-edit-card{margin-top:25px;padding:20px;border-radius:15px;background:#fff}.account-edit-card h2{margin:0 0 16px;font:700 20px 'DM Sans',sans-serif}.ayurdoot-card{padding:32px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,#eef8ec,#fff);text-align:center}.ayurdoot-card>span{display:grid;place-items:center;width:58px;height:58px;margin:auto;border-radius:16px;background:var(--green);color:#fff;font-size:28px}.ayurdoot-card h2{font-family:'DM Sans',sans-serif}.ayurdoot-card p{color:var(--muted)}@media(max-width:620px){.app-banner .shell{width:calc(100% - 8px)}.quick-care-strip .shell{width:calc(100% - 20px);gap:8px}.quick-care-strip a{font-size:10px}.quick-care-strip img{border-radius:9px}.account-overview{padding:18px 0 50px}.account-overview .shell{width:calc(100% - 28px)}.account-edit-card .form-grid{grid-template-columns:1fr}.profile-banner{padding:17px}}
/* v20: compact concern shortcuts, contained deal rail, product art fit, account sidebar, and live cart. */
.app-banner{padding:12px 0;background:#fff}.app-banner .shell{width:min(calc(100% - 20px),1700px);margin-inline:auto}.app-banner .hero-art{height:clamp(255px,30vw,450px);border-radius:20px}.app-banner .hero-slide img{border-radius:20px;object-fit:contain;background:#dfeadc}
.quick-care-strip{padding:10px 0 12px}.quick-care-strip .shell{width:min(calc(100% - 20px),1700px);grid-template-columns:repeat(4,112px);justify-content:start;gap:12px}.quick-care-strip a{gap:5px;font:600 11px/1.15 'DM Sans',Krub,system-ui,sans-serif;text-align:left}.quick-care-strip img{width:112px;height:82px;aspect-ratio:auto;object-fit:cover;object-position:center;border-radius:9px}.quick-care-strip span{padding-left:2px}
.app-section:has(.combo-rail){width:min(calc(100% - 32px),1540px);margin:0 auto 28px;padding:24px 0;border:1px solid var(--line);border-radius:18px;background:var(--section-color,#fff);overflow:hidden}.app-section:has(.combo-rail) .shell{width:calc(100% - 40px);max-width:none}.app-section:has(.combo-rail) .section-heading h2{color:var(--green);font-family:'DM Sans',Krub,system-ui,sans-serif}.app-section:has(.combo-rail) .combo-rail{width:100%;padding-right:0}
.style-1 .feature-product,.style-2 .feature-product{height:clamp(340px,28vw,430px);min-height:0;aspect-ratio:auto;background:linear-gradient(180deg,#f6f8f5 0%,#eef3ed 53%,#536455 100%)}.style-1 .feature-product img,.style-2 .feature-product img{display:block;width:100%;height:62%;object-fit:contain!important;object-position:center top;background:#f7f9f6}.style-1 .feature-product:after,.style-2 .feature-product:after{inset:48% 0 0;background:linear-gradient(180deg,transparent 0%,#455548 76%,#3c4a3e 100%)}.style-1 .feature-product span,.style-2 .feature-product span{right:106px;bottom:51px;font:700 clamp(16px,1.55vw,23px)/1.08 'DM Sans','Segoe UI',sans-serif}.style-1 .feature-product b,.style-2 .feature-product b{bottom:27px;font:700 15px 'DM Sans',Krub,system-ui,sans-serif}.style-1 .feature-product .feature-add-form,.style-2 .feature-product .feature-add-form{right:14px;bottom:18px}.style-1 .feature-product .feature-add-form button,.style-2 .feature-product .feature-add-form button{min-width:94px;border:0;border-radius:10px;background:#2f6d20;font-family:'DM Sans',Krub,system-ui,sans-serif}
.floating-cart{position:fixed;z-index:30;right:26px;bottom:26px;display:flex;align-items:center;gap:10px;padding:12px 15px;border-radius:16px;background:#265f20;color:#fff;box-shadow:0 12px 28px #13350f3d;text-decoration:none;font:600 13px 'DM Sans',Krub,system-ui,sans-serif}.floating-cart[hidden]{display:none}.floating-cart>span{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:#ffffff22;font-size:18px}.floating-cart b{display:grid;gap:1px}.floating-cart b i{font-style:normal}.floating-cart em{margin-left:5px;color:#e1f1dc;font-style:normal;font-size:12px}.cart-flying-image{position:fixed;z-index:100;pointer-events:none;object-fit:contain;border-radius:12px;box-shadow:0 8px 20px #16241544;transition:transform .58s cubic-bezier(.2,.85,.3,1),opacity .58s ease}
.account-overview-layout{display:grid;grid-template-columns:245px minmax(0,1fr);gap:30px;align-items:start}.account-sidebar{position:sticky;top:20px;overflow:hidden;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 8px 24px #1f4b1d0d}.account-sidebar-user{display:flex;align-items:center;gap:11px;padding:17px;background:#e8f2e6}.account-sidebar-user>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--green);color:#fff;font:700 18px 'DM Sans',sans-serif}.account-sidebar-user div{display:grid;gap:2px;min-width:0}.account-sidebar-user b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-sidebar-user small{color:var(--muted);font-size:11px}.account-sidebar nav{display:grid;padding:8px}.account-sidebar a{padding:10px 11px;border-radius:8px;color:var(--muted);font:600 13px 'DM Sans',Krub,system-ui,sans-serif;text-decoration:none}.account-sidebar a:hover,.account-sidebar a.active{background:#eaf4e8;color:var(--green)}.account-overview-main{min-width:0}
@media(max-width:760px){.app-banner{padding:8px 0}.app-banner .shell{width:calc(100% - 16px)}.app-banner .hero-art,.app-banner .hero-slide img{border-radius:15px}.app-banner .hero-art{height:210px}.quick-care-strip .shell{width:calc(100% - 22px);grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.quick-care-strip img{width:100%;height:68px;border-radius:9px}.quick-care-strip a{font-size:9px;line-height:1.1}.app-section:has(.combo-rail){width:calc(100% - 16px);margin-bottom:18px;padding:16px 0;border-radius:14px}.app-section:has(.combo-rail) .shell{width:calc(100% - 24px)}.style-1 .feature-product,.style-2 .feature-product{height:320px}.style-1 .feature-product span,.style-2 .feature-product span{right:88px;bottom:47px;font-size:16px}.style-1 .feature-product b,.style-2 .feature-product b{bottom:24px}.floating-cart{right:14px;bottom:78px;padding:10px 12px;border-radius:14px}.floating-cart em{display:none}.account-overview-layout{display:block}.account-sidebar{display:none}}
.cart-arrived{animation:cart-arrived .38s ease both}@keyframes cart-arrived{50%{transform:scale(1.16)}100%{transform:scale(1)}}

/* Give the desktop account sidebar and profile overview their intended width. */
.account-overview .shell{max-width:1180px}
@media(max-width:760px){.account-overview .shell{max-width:760px}}

/* v22: one aligned desktop content box for shortcuts, banner, and Combo Deals. */
@media(min-width:761px){
  .quick-care-strip .shell,.app-banner .shell{width:min(calc(100% - 48px),1180px)}
  .app-banner{padding:16px 0 20px}
  .app-banner .hero-art{width:100%;height:min(500px,calc((100vw - 48px)/2.15));min-height:330px;aspect-ratio:2.15/1;border-radius:20px}
  .app-section:has(.combo-rail){width:min(calc(100% - 48px),1180px);margin:0 auto 30px}
  .app-section:has(.combo-rail) .shell{width:calc(100% - 44px)}
}
@media(max-width:760px){
  .app-banner .hero-art{height:auto;min-height:0;aspect-ratio:1.8/1}
}
/* v23: show the banner and Ayur Care art at their natural image dimensions. */
.app-banner .hero-art{height:auto!important;min-height:0;aspect-ratio:auto;overflow:hidden}
.app-banner .slide-stack{height:auto!important;position:relative}
.app-banner .hero-slide{display:none}
.app-banner .hero-slide.current{position:relative;inset:auto;display:block;width:100%;height:auto}
.app-banner .hero-slide.current img{position:static;display:block;width:100%;height:auto!important;max-height:none;margin:0;object-fit:fill;border-radius:inherit;background:transparent}
.section-ayur-care .feature-product{height:auto;min-height:0;aspect-ratio:auto;background:#f6f8f5}
.section-ayur-care .feature-product img{width:100%;height:auto!important;max-height:none;object-fit:contain!important;object-position:center top;background:transparent}
.section-ayur-care .feature-product:after{inset:46% 0 0}
/* v24: keep Hair and Skincare Essentials product artwork full-width and uncropped. */
.section-hair-essentials .feature-product,.section-skincare-essentials .feature-product{height:auto;min-height:0;aspect-ratio:auto;background:#f6f8f5}
.section-hair-essentials .feature-product img,.section-skincare-essentials .feature-product img{display:block;width:100%;height:auto!important;max-height:none;object-fit:contain!important;object-position:center top;background:transparent}
.section-hair-essentials .feature-product:after,.section-skincare-essentials .feature-product:after{inset:46% 0 0}
/* v25: Skincare Essentials uses regular product cards; preserve each full image ratio. */
.section-skincare-essentials .product-image{width:100%;background:#f6f8f5}
.section-skincare-essentials .product-image img{display:block;width:100%;height:auto!important;aspect-ratio:auto!important;max-height:none;object-fit:contain!important;object-position:center;background:transparent}
/* v26: preserve full-width natural product imagery in Our Bestsellers. */
.section-our-bestsellers .product-image{width:100%;background:#f6f8f5}
.section-our-bestsellers .product-image img{display:block;width:100%;height:auto!important;aspect-ratio:auto!important;max-height:none;object-fit:contain!important;object-position:center;background:transparent}
/* v27: preserve full-width natural product imagery in Combo Deals. */
.section-combo-deals .product-image{width:100%;background:#f6f8f5}
.section-combo-deals .product-image img{display:block;width:100%;height:auto!important;aspect-ratio:auto!important;max-height:none;object-fit:contain!important;object-position:center;background:transparent}
/* v28: purpose-built Ayurvedic Doctor consultation banner. */
.doctor-expert-banner{display:block;margin-top:22px;margin-bottom:28px;padding:0;overflow:hidden;border-radius:20px;background:#b6ebfa;box-shadow:0 10px 26px #1a82a71a}
.doctor-expert-banner a,.doctor-expert-banner img{display:block;width:100%}
.doctor-expert-banner img{height:auto;max-height:none;object-fit:contain}
@media(max-width:760px){.doctor-expert-banner{margin-top:16px;margin-bottom:20px;border-radius:14px}.doctor-expert-banner img{min-height:0}}
/* v30: catalog grid product images use their full natural dimensions. */
.catalog-layout .product-image{width:100%;background:#f6f8f5}
.catalog-layout .product-image img{display:block;width:100%;height:auto!important;aspect-ratio:auto!important;max-height:none;object-fit:contain!important;object-position:center;background:transparent}
/* v31: product detail artwork is full width and follows its natural height. */
.product-detail .detail-image{min-height:0;display:block;background:#f6f8f5}
.product-detail .detail-image img{display:block;width:100%;height:auto!important;max-height:none;object-fit:contain!important;object-position:center;border-radius:inherit}
/* v32: Flutter-equivalent concern pages use the category banner API and category product IDs. */
.care-back{display:inline-block;margin-bottom:18px;color:var(--green);font:600 14px 'DM Sans',Krub,system-ui,sans-serif;text-decoration:none}.care-banner{display:block;overflow:hidden;margin:0 0 18px;border-radius:20px;background:#eff6ed;box-shadow:0 8px 24px #214b1a10}.care-banner img{display:block;width:100%;height:auto;max-height:none;object-fit:cover}.care-subtitle{margin:0 0 24px;color:var(--muted);font:500 20px 'DM Sans',Krub,system-ui,sans-serif}@media(max-width:760px){.care-banner{border-radius:15px}.care-subtitle{font-size:17px}}
/* v33: top shortcuts are backend-managed style-3 sections, matching Flutter's section-products flow. */
.section-products-page{padding:38px 0 78px;background:#f7f9f6}.section-products-heading h1{margin:0 0 18px;font:700 38px/1.1 'DM Sans',Krub,system-ui,sans-serif;letter-spacing:-.03em}.section-products-banner{overflow:hidden;margin:0 0 22px;border-radius:18px;background:#edf5eb;box-shadow:0 8px 24px #214b1a12}.section-products-banner img{display:block;width:100%;height:auto;max-height:none;object-fit:cover}.section-products-description{margin:0 0 22px;color:var(--muted);font:500 19px 'DM Sans',Krub,system-ui,sans-serif}.section-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}@media(max-width:760px){.section-products-page{padding:24px 0 55px}.section-products-heading h1{font-size:29px}.section-products-banner{border-radius:14px}.section-products-description{font-size:17px}.section-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}
/* v34: Flutter-style circular shortcut icons with a clean layered border and shadow. */
.quick-care-strip img{width:84px;height:84px;aspect-ratio:1/1;justify-self:center;object-fit:cover;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #cfe2cc,0 7px 16px #1d4a1c24;background:#f1f6f0}
.quick-care-strip a{justify-items:center;text-align:center}.quick-care-strip span{padding-left:0}
@media(min-width:761px){.quick-care-strip .shell{grid-template-columns:repeat(4,112px)}.quick-care-strip img{width:84px;height:84px}}
@media(max-width:760px){.quick-care-strip img{width:min(70px,100%);height:auto;aspect-ratio:1/1;border-width:2px;box-shadow:0 0 0 1px #cfe2cc,0 5px 12px #1d4a1c20}}
/* v35: Shop By keeps category and care-by-concern states separate, like Flutter. */
.concern-tags{display:flex;gap:8px;overflow-x:auto;margin:-4px 0 14px;padding-bottom:2px;scrollbar-width:none}.concern-tags[hidden]{display:none}.concern-tags button{flex:0 0 auto;padding:8px 12px;border:1px solid #dce5db;border-radius:999px;background:#fff;color:var(--dark);font:600 13px 'DM Sans',Krub,system-ui,sans-serif;cursor:pointer}.concern-tags button.active{border-color:var(--green);background:var(--green);color:#fff}
/* v36: use backend Category and Care by Concern tags as Flutter does. */
.category-grid .tag-hidden{display:none}

/* v37: vertically crop 10% at each banner edge, with a smooth active-slide transition. */
.app-banner .hero-art{position:relative}.app-banner .slide-stack{position:relative;overflow:hidden}.app-banner .hero-slide{position:absolute;inset:0;display:block;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .58s ease,transform .58s ease}.app-banner .hero-slide.current{position:relative;inset:auto;opacity:1;visibility:visible;pointer-events:auto}.app-banner .hero-slide img,.app-banner .hero-slide.current img{width:100%;height:auto!important;transform:scaleY(1.25);transform-origin:center;transition:transform .58s ease}.hero-bullets{position:absolute;z-index:4;bottom:14px;left:50%;display:flex;gap:7px;transform:translateX(-50%)}.hero-bullets button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#ffffffa8;box-shadow:0 1px 4px #18301740;cursor:pointer;transition:width .25s ease,background .25s ease}.hero-bullets button.active{width:23px;background:var(--green)}@media(max-width:760px){.hero-bullets{bottom:10px}.hero-bullets button{width:7px;height:7px}.hero-bullets button.active{width:19px}}
/* v38: crop banner artwork with cover; never scale it vertically. */
.app-banner .hero-slide.current{aspect-ratio:2.65/1}
.app-banner .hero-slide img,.app-banner .hero-slide.current img{height:100%!important;transform:none!important;object-fit:cover!important;object-position:center}
@media(max-width:760px){.app-banner .hero-slide.current{aspect-ratio:1.8/1}}
/* v39: retain approximately 7% crop at the top and bottom of each banner image. */
.app-banner .hero-slide.current{aspect-ratio:2.47/1}
@media(max-width:760px){.app-banner .hero-slide.current{aspect-ratio:1.67/1}}
/* v40: Ayur Care follows the app rail—image-led cards, quiet price badge, and no pre-selection stock label. */
.section-ayur-care .feature-rail{scroll-snap-type:none;scrollbar-width:none;overscroll-behavior-x:contain}
.section-ayur-care .feature-rail::-webkit-scrollbar{display:none}
.section-ayur-care .feature-product span{display:none}
.section-ayur-care .feature-product b{left:14px;right:auto;bottom:14px;z-index:2;display:inline-flex;align-items:center;min-height:31px;padding:5px 10px;border:1px solid #ffffffb8;border-radius:9px;background:#fffffff0;color:#245b25;font-family:'DM Sans','Segoe UI',sans-serif;font-size:.9rem;font-weight:800;line-height:1;letter-spacing:0;box-shadow:0 5px 16px #1432142e}
.section-ayur-care .feature-add-form{z-index:3}
@media(max-width:760px){.section-ayur-care .feature-product b{left:11px;bottom:11px;min-height:27px;padding:4px 8px;font-size:.8rem}}
/* v41: Style 9 Combo Deals matches the app’s horizontal deal cards. */
.section-combo-deals .section-heading{align-items:center}
.section-combo-deals .section-heading h2{color:#1b4d22;font-family:'DM Sans','Segoe UI',sans-serif;font-size:clamp(1.55rem,2.15vw,2rem);font-weight:900;letter-spacing:-.045em}
.section-combo-deals .combo-title-first{color:#1b4d22}.section-combo-deals .combo-title-second{color:#ff5722}
.section-combo-deals .section-heading>a{padding:9px 16px;border:1.5px solid #1b4d22;border-radius:999px;color:#1b4d22;font-weight:800}
.combo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.combo-product{display:grid;grid-template-columns:minmax(150px,35%) minmax(0,1fr);overflow:hidden;min-height:190px;border:1px solid #e5ebe3;border-radius:22px;background:#fff;box-shadow:0 6px 18px #1635170b}
.combo-product-image{display:flex;align-items:center;justify-content:center;min-width:0;background:#f7f8f5}
.combo-product-image img{display:block;width:100%;height:auto;max-height:230px;object-fit:contain}
.combo-product-copy{display:flex;min-width:0;flex-direction:column;padding:18px}
.combo-saving{margin-bottom:5px;color:#e66a10;font-size:.76rem;font-weight:900;letter-spacing:.04em}
.combo-product h3{margin:0;color:#1b4d22;font-family:'DM Sans','Segoe UI',sans-serif;font-size:1.12rem;line-height:1.3}
.combo-product h3 a{color:inherit;text-decoration:none}
.combo-product-copy>p{display:-webkit-box;margin:7px 0;color:#72776f;font-size:.95rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.combo-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:10px}
.combo-price{display:flex;align-items:baseline;gap:7px;white-space:nowrap}.combo-price strong{font-size:1.35rem;color:#202420}.combo-price del{color:#9a9e98;font-size:.9rem}
.combo-bottom form{margin:0}.combo-bottom .button{min-width:122px;border-radius:999px;padding:10px 16px;background:#2f7e31}.combo-stock-note{color:#8a4b27;font-weight:700}
@media(max-width:760px){.section-combo-deals .section-heading>a{padding:7px 12px;font-size:.82rem}.combo-grid{grid-template-columns:1fr;gap:12px}.combo-product{grid-template-columns:33% 1fr;min-height:156px;border-radius:17px}.combo-product-copy{padding:13px}.combo-product h3{font-size:1rem}.combo-product-copy>p{font-size:.86rem}.combo-price strong{font-size:1.18rem}.combo-bottom .button{min-width:102px;padding:9px 12px}}
/* v42: enforce a genuine scrolling Ayur Care rail and full-width artwork on its section page. */
.section-ayur-care .feature-rail{overflow-x:auto!important;display:flex!important}
.section-ayur-care .feature-product{flex:0 0 min(380px,78vw)}
.section-products-page .product-image{display:block;width:100%;background:#f6f8f5}
.section-products-page .product-image img{display:block;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center;background:transparent}
.section-combo-deals .combo-bottom .button,.section-combo-deals .combo-bottom .button:visited{color:#fff!important}
@media(max-width:760px){.section-ayur-care .feature-product{flex-basis:78vw}}
/* v43: backend-driven Hair Essentials overlays and valid product metadata only. */
.section-hair-essentials .feature-product:after{inset:42% 0 0;background:linear-gradient(180deg,transparent 0%,#17281848 36%,#152316dc 100%)}
.section-hair-essentials .feature-product .feature-category,.section-hair-essentials .feature-product .feature-title,.section-hair-essentials .feature-product .feature-description,.section-hair-essentials .feature-product .feature-mrp{position:absolute;left:18px;right:18px;z-index:2;color:#fff}
.section-hair-essentials .feature-product .feature-category{bottom:128px;font-family:'DM Sans','Segoe UI',sans-serif;font-size:.74rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.section-hair-essentials .feature-product .feature-title{bottom:94px;font-family:'DM Sans','Segoe UI',sans-serif;font-size:clamp(1.12rem,1.55vw,1.5rem);font-weight:900;line-height:1.16}
.section-hair-essentials .feature-product .feature-description{bottom:60px;margin:0;font-family:'DM Sans','Segoe UI',sans-serif;font-size:.92rem;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.section-hair-essentials .feature-product .feature-mrp{bottom:36px;font-family:'DM Sans','Segoe UI',sans-serif;font-size:.9rem;color:#e2e7e1;text-decoration-thickness:1px}
.section-hair-essentials .feature-product>b{left:18px;bottom:15px;font-family:'DM Sans','Segoe UI',sans-serif;font-size:1.25rem;color:#fff}
.section-hair-essentials .feature-product .feature-add-form{right:16px;bottom:16px;z-index:4}.section-hair-essentials .feature-product .feature-add-form button{min-width:132px;border-radius:999px;padding:11px 17px;color:#fff}
.section-products-page .section-products-grid .product-image,.section-products-page .section-products-grid .product-image img{width:100%!important}.section-products-page .section-products-grid .product-image img{height:auto!important;max-width:none!important}
.product-card .rating{color:#a64f27}.product-card .product-image>b{background:#f4a13a;color:#4d2e00}
@media(max-width:760px){.section-hair-essentials .feature-product .feature-category{left:14px;right:14px;bottom:116px}.section-hair-essentials .feature-product .feature-title{left:14px;right:14px;bottom:84px}.section-hair-essentials .feature-product .feature-description{left:14px;right:14px;bottom:53px;font-size:.82rem}.section-hair-essentials .feature-product .feature-mrp{left:14px;right:14px;bottom:32px}.section-hair-essentials .feature-product>b{left:14px;bottom:13px;font-size:1.1rem}.section-hair-essentials .feature-product .feature-add-form{right:12px;bottom:12px}.section-hair-essentials .feature-product .feature-add-form button{min-width:112px;padding:9px 13px}}
/* v44: tappable Why Ayurtirth detail cards and calmer Hair title sizing. */
.section-hair-essentials .feature-product .feature-title{font-size:clamp(.98rem,1.18vw,1.18rem)}
.why-rail .why-card{position:relative;display:block;flex:0 0 220px;height:190px;overflow:hidden;border-radius:13px;background:#e8f2e9;color:#fff;text-decoration:none;scroll-snap-align:start}.why-rail .why-card img{width:100%;height:100%;object-fit:cover}.why-rail .why-card:after{content:'';position:absolute;inset:35% 0 0;background:linear-gradient(transparent,#152615db)}.why-rail .why-card div{position:absolute;z-index:1;bottom:13px;left:13px;right:13px}.why-rail .why-card h3{margin:0;font-size:16px}.why-rail .why-card p{margin:3px 0 0;font-size:11px;line-height:1.3}.why-rail .why-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px #18371822}
.why-detail-page{padding:38px 0 78px;background:#f7f9f6}.why-detail-card{overflow:hidden;border:1px solid #e4ebe1;border-radius:20px;background:#fff;box-shadow:0 10px 28px #17391812}.why-detail-card>img{display:block;width:100%;max-height:420px;object-fit:cover}.why-detail-copy{padding:28px}.why-detail-copy h1{margin:0;font:800 clamp(1.8rem,3vw,2.5rem)/1.12 'DM Sans','Segoe UI',sans-serif;color:#172217}.why-detail-short{margin:10px 0 20px;color:#677067;font:500 1.05rem/1.5 'DM Sans','Segoe UI',sans-serif}.why-detail-body{padding-top:20px;border-top:1px solid #e4e9e2;color:#354037;font:400 1rem/1.65 'DM Sans','Segoe UI',sans-serif}@media(max-width:760px){.why-rail .why-card{flex-basis:160px;height:145px;border-radius:10px}.why-rail .why-card div{bottom:9px;left:9px;right:9px}.why-rail .why-card h3{font-size:12px}.why-rail .why-card p{font-size:8px}.why-detail-page{padding:24px 0 55px}.why-detail-card{border-radius:14px}.why-detail-copy{padding:19px}}
/* v45: profile-style Why details, with image anchored on the left. */
.why-detail-card{display:grid;grid-template-columns:minmax(260px,34%) minmax(0,1fr);align-items:stretch}.why-detail-card>img{width:100%;height:100%;min-height:360px;max-height:none;object-fit:cover;object-position:center}.why-detail-copy{display:flex;flex-direction:column;justify-content:center}.policy-api-content{padding:24px;border:1px solid #e4ebe1;border-radius:16px;background:#fff;color:#354037;font:400 1rem/1.65 'DM Sans','Segoe UI',sans-serif;box-shadow:0 8px 24px #1739180e}@media(max-width:760px){.why-detail-card{display:block}.why-detail-card>img{height:auto;min-height:0;max-height:310px;object-fit:cover}.policy-api-content{padding:18px;border-radius:13px}}
/* v46: refined navigation, compact auth, and four-column payment-ready footer. */
html,body,button,input,select,textarea{font-family:'DM Sans','Segoe UI',Tahoma,sans-serif!important}.site-header{top:10px;width:min(1240px,calc(100% - 28px));margin:0 auto 10px;border:1px solid #e3ebe1;border-radius:16px;box-shadow:0 8px 22px #19351a16}.nav-row{min-height:72px;padding:0 18px}.brand img{width:64px;height:64px}.brand span{font-family:'DM Sans','Segoe UI',sans-serif}.quick-links{gap:10px;padding:6px;border-radius:12px;background:#f4f8f3;box-shadow:inset 0 0 0 1px #e4ece2}.quick-links a{padding:7px 8px;border-radius:8px}.quick-links a:hover{background:#fff;color:#2f7830;box-shadow:0 3px 10px #21452114}.site-footer{margin-top:34px;padding:42px 0 18px;background:radial-gradient(circle at 8% 8%,#365e31 0,#19341a 42%,#102510 100%);border-top:4px solid #477e38}.footer-grid{grid-template-columns:1.45fr repeat(3,1fr);gap:42px;padding-bottom:30px}.footer-grid>div{min-width:0}.footer-grid b{display:block;margin-bottom:12px;color:#fff;font:800 .94rem 'DM Sans','Segoe UI',sans-serif}.footer-grid a{margin:8px 0;color:#d9ead5;font-size:.93rem}.footer-grid a:hover{color:#fff;text-decoration:underline}.footer-brand img{width:72px;height:72px;padding:8px;border-radius:18px;background:#fff;object-fit:contain}.footer-brand p{max-width:290px;font-size:1rem}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:16px;border-top:1px solid #ffffff2d}.footer-payments{display:flex;align-items:center;justify-content:flex-end;gap:7px;color:#d9ead5;font-size:.78rem}.footer-payments i{display:inline-grid;place-items:center;min-width:32px;height:20px;padding:0 4px;border-radius:4px;background:#fff;font:800 9px/1 'DM Sans','Segoe UI',sans-serif;font-style:normal}.footer-payments .visa{color:#173b8d}.footer-payments .mastercard{color:#fff;background:linear-gradient(90deg,#e93b33 0 48%,#f9b52b 49%)}.footer-payments .rupay{color:#176b4a}.footer-payments .upi{color:#5a3e98}.auth-shell{width:min(850px,100%);grid-template-columns:minmax(285px,.9fr) minmax(330px,1fr)}.auth-visual{min-height:500px;padding:30px}.auth-logo{width:62px;height:62px}.auth-logo img{width:52px;height:52px}.auth-visual-copy{margin-top:38px}.auth-visual-copy h1{font-size:39px}.auth-art{width:210px;height:210px}.vertical-card{width:min(360px,100%);padding:34px}.auth-card-head h2{font-size:34px}.vertical-card .auth-tabs{margin:22px 0 18px}.vertical-form{gap:13px}.vertical-form input,.vertical-form select{padding:10px}.vertical-form .button{padding:11px}.why-detail-page,.why-detail-card{visibility:visible!important;opacity:1!important}.why-detail-card{min-height:0}@media(max-width:900px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:22px}.quick-links{gap:4px}.quick-links a{padding:6px}.brand img{width:58px;height:58px}}@media(max-width:760px){.site-header{top:0;width:100%;margin:0;border-radius:0}.brand img{width:54px;height:54px}.footer-grid{grid-template-columns:1fr 1fr;gap:24px}.footer-grid .footer-brand{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-payments{justify-content:flex-start}.auth-shell{display:block;width:min(420px,100%)}.auth-visual{display:none}.vertical-card{width:100%;padding:28px}.auth-page{padding:28px 14px}.why-detail-page{display:block!important}.why-detail-card{display:block!important}}
/* v47: unified typography scale and resilient franchisee application sheet. */
:root{--font-ui:'DM Sans','Segoe UI',Tahoma,sans-serif;--type-section:clamp(1.45rem,2.1vw,1.8rem);--type-subtitle:clamp(.92rem,1.2vw,1.05rem);--type-card-title:clamp(1rem,1.3vw,1.16rem)}body{font-family:var(--font-ui)!important;font-size:15px;line-height:1.5}.app-section .section-heading h2,.shop-by .section-heading h2,.why-app .section-heading h2{font-family:var(--font-ui)!important;font-size:var(--type-section)!important;font-weight:850;letter-spacing:-.035em;line-height:1.15}.section-description,.app-section .section-heading .section-description{font-family:var(--font-ui)!important;font-size:var(--type-subtitle)!important;line-height:1.4}.product-card h3,.combo-product h3,.feature-title{font-family:var(--font-ui)!important;font-size:var(--type-card-title)!important;line-height:1.25}.site-header:before{content:'';position:absolute;inset:0 auto 0 0;width:5px;border-radius:16px 0 0 16px;background:linear-gradient(#6fac51,#2d7431)}.nav-row{position:relative}.brand{min-width:max-content}.search{box-shadow:inset 0 1px 2px #173f1710}.quick-links{background:linear-gradient(180deg,#fbfdfb,#edf5ec)}.quick-links .sign-in{background:#fff}.franchisee-apply{display:grid;justify-items:start;gap:10px;text-align:left}.franchisee-apply .button{margin-top:4px}.delivery-text-button{padding:0;border:0;background:none;color:#2f7830;font:700 .86rem var(--font-ui);cursor:pointer;text-decoration:underline}.form-select{width:100%;padding:10px 14px;border:1px solid #d0d7ce;border-radius:12px;background-color:#f9fafb;color:#1a202c;font-size:0.95rem;outline:none;transition:border-color 0.2s}.form-select:focus{border-color:#2f7830;background-color:#fff}.location-step-note{font-size:0.9rem;color:#4a5568;line-height:1.45;margin-bottom:12px}.store-location-step b{display:block;margin-bottom:6px;font-size:0.88rem;color:#2d3748}@media(max-width:760px){:root{--type-section:1.45rem;--type-subtitle:.94rem;--type-card-title:1rem}.site-header:before{width:3px}.app-section{padding:22px 0}.app-section .section-heading{margin-bottom:11px}.quick-links{box-shadow:none;background:transparent}}
/* v48: aligned catalog actions and clear mobile navigation. */
.product-card{display:flex;min-height:100%;flex-direction:column}.product-copy{display:flex;flex:1;min-height:210px;flex-direction:column}.product-copy h3{display:-webkit-box;min-height:2.5em;margin:5px 0 4px;font-size:.98rem!important;line-height:1.25!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-copy p{min-height:1.5em}.product-copy .price{margin:10px 0 12px}.product-copy .card-actions{margin-top:auto;align-items:flex-end}.product-copy .card-actions .button{align-self:stretch;color:#fff!important;background:#2f6d20}.product-copy .card-actions .heart{flex:0 0 38px}.catalog-layout .product-card{height:100%}.catalog-layout .product-copy{min-height:230px}.mobile-bottom-nav{border:1px solid #dfe8dc;border-bottom:0;border-radius:20px 20px 0 0;background:#fffffff7;box-shadow:0 -7px 24px #1d361b1c;backdrop-filter:blur(12px)}.mobile-bottom-nav a{min-width:58px;padding:4px 3px;border-radius:10px;font-family:var(--font-ui);font-size:10px;font-weight:700}.mobile-bottom-nav a:first-child{background:#edf6ea}.mobile-bottom-nav span{font-size:21px}@media(max-width:760px){.product-copy{min-height:190px;padding:12px}.catalog-layout .product-copy{min-height:198px}.product-copy h3{font-size:.91rem!important}.mobile-bottom-nav{padding:8px 11px calc(7px + env(safe-area-inset-bottom))}.mobile-bottom-nav a{font-size:10px}}
.card-actions{display:flex!important;flex-direction:row!important;gap:8px!important;align-items:center!important;justify-content:space-between!important;width:100%!important;margin-top:auto!important;}
.card-actions > form:first-child{flex:1!important;}
.card-actions .button{height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:9px!important;font-weight:700!important;}
.card-actions .heart{width:38px!important;height:38px!important;flex:0 0 38px!important;border:1.5px solid #d0ded0!important;border-radius:9px!important;background:#fff!important;color:#2f6d20!important;font-size:20px!important;cursor:pointer!important;display:grid!important;place-items:center!important;transition:all .15s ease!important;margin:0!important;padding:0!important;}
.card-actions .heart:hover{border-color:#2f6d20!important;background:#eef6ed!important;}
.card-qty-stepper{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;background:#ffffff!important;border:1px solid #dcf0d9!important;border-radius:10px!important;padding:0 6px!important;height:38px!important;flex:1!important;box-sizing:border-box!important;box-shadow:0 1px 3px rgba(0,0,0,0.04)!important;}
.card-qty-stepper .inline-qty-form{display:inline-flex!important;flex:0 0 auto!important;margin:0!important;padding:0!important;width:auto!important;}
.card-qty-stepper .qty-btn{width:32px!important;height:32px!important;background:transparent!important;border:none!important;color:#2f6d20!important;font-size:22px!important;font-weight:800!important;cursor:pointer!important;display:grid!important;place-items:center!important;border-radius:8px!important;transition:background .15s ease,transform .1s ease!important;line-height:1!important;padding:0!important;}
.card-qty-stepper .qty-btn:hover{background:#edf7eb!important;color:#1e4c16!important;}
.card-qty-stepper .qty-btn:active{transform:scale(.9)!important;}
.card-qty-stepper .qty-val{color:#111827!important;font-weight:800!important;font-size:16px!important;padding:0 10px!important;min-width:24px!important;text-align:center!important;user-select:none!important;}
.product-card .product-category{display:block;font-size:0.65rem;font-weight:600;color:#c5a880;letter-spacing:0.04em;text-transform:uppercase;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.product-card .product-short-desc{margin:2px 0 3px;font-size:0.8rem;line-height:1.3;color:#5d685b;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;min-height:0!important;}
.product-card .product-measure{margin:2px 0 4px;font-size:0.78rem;font-weight:700;color:#4a5568;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:0!important;}
.product-image b,.product-card .product-image b{display:none!important;}
.app-preloader.is-hidden{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}
/* v55: Ensure product images fill 100% width of box without empty side margins */
.product-image{width:100%!important;aspect-ratio:1/1!important;overflow:hidden!important;min-height:0!important;}
.product-image img,.product-card .product-image img,.rail-item .product-image img,.offers-page .product-image img,.catalog-layout .product-image img,.section-products-page .product-image img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;object-position:center!important;background:transparent!important;}
.offer-tiles img{width:100%!important;object-fit:cover!important;}
/* High-visibility 3D Glowing Movable Cart Icon & Floating Button */
.floating-cart{position:fixed!important;z-index:99!important;right:28px!important;bottom:28px!important;display:flex!important;align-items:center!important;gap:14px!important;padding:10px 22px 10px 12px!important;border-radius:999px!important;background:linear-gradient(135deg,#1b4d18 0%,#2d7a27 50%,#154012 100%)!important;color:#fff!important;box-shadow:0 14px 35px rgba(22,60,20,0.45),0 0 20px rgba(92,192,82,0.4)!important;border:1.5px solid rgba(175,238,166,0.4)!important;backdrop-filter:blur(10px)!important;}
.floating-cart>span{display:flex!important;align-items:center!important;justify-content:center!important;width:48px!important;height:48px!important;border-radius:50%!important;background:rgba(255,255,255,0.15)!important;box-shadow:inset 0 0 10px rgba(255,255,255,0.25),0 0 14px rgba(135,235,125,0.5)!important;overflow:visible!important;}
.cart-gif-icon{width:48px!important;height:48px!important;object-fit:contain!important;display:block!important;filter:drop-shadow(0 4px 8px rgba(0,0,0,0.3)) drop-shadow(0 0 10px rgba(100,235,90,0.7))!important;animation:cart-glowing-pulse 1.8s cubic-bezier(0.4,0,0.2,1) infinite!important;}
.floating-cart b{font-size:14px!important;font-weight:800!important;line-height:1.2!important;}
.floating-cart em{font-size:13px!important;font-weight:700!important;color:#e4f7df!important;margin-left:8px!important;}
.cart-icon-wrap{display:inline-grid!important;place-items:center!important;}
.mobile-cart-gif{width:28px!important;height:28px!important;object-fit:contain!important;display:block!important;filter:drop-shadow(0 2px 5px rgba(60,180,50,0.5))!important;animation:cart-glowing-pulse 1.8s ease-in-out infinite!important;}
@keyframes cart-glowing-pulse{0%,100%{transform:translateY(0) scale(1);filter:drop-shadow(0 4px 8px rgba(0,0,0,0.3)) drop-shadow(0 0 10px rgba(100,235,90,0.7));}50%{transform:translateY(-4px) scale(1.12);filter:drop-shadow(0 8px 16px rgba(0,0,0,0.35)) drop-shadow(0 0 18px rgba(130,255,120,0.95));}}
/* Fix doubled background box on footer logo */
.footer-brand a{display:inline-block!important;width:auto!important;height:auto!important;padding:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;}
.footer-brand img{display:block!important;width:72px!important;height:72px!important;padding:8px!important;border-radius:18px!important;background:#ffffff!important;object-fit:contain!important;}
/* Increase top header logo size further */
.brand img{width:120px!important;height:120px!important;max-height:120px!important;object-fit:contain!important;}
.mini-brand img{width:52px!important;height:52px!important;object-fit:contain!important;}
.site-header .nav-row{min-height:105px!important;}
@media(max-width:760px){.brand img{width:90px!important;height:90px!important;}.mini-brand img{width:44px!important;height:44px!important;}}