@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@700;800&display=swap');
:root{--store-green:#14532d;--store-lime:#84cc16;--store-cream:#f7f5ed;--store-ink:#152018;--store-line:#dfe7df;--store-red:#dc2626;--store-deep:#082f1c;--store-gold:#e8ad24}
*,*:before,*:after{box-sizing:border-box}.store-shell{font-family:inherit;color:var(--store-ink);background:#fff}.store-container{width:min(1180px,calc(100% - 32px));margin:auto}.store-top{background:#0d3d22;color:#fff;padding:9px 0;font-size:14px}.store-top .store-container,.store-head,.store-actions,.store-row{display:flex;align-items:center;gap:16px}.store-top .store-container{justify-content:space-between}.store-top a{color:#fff}.store-header{position:sticky;top:0;z-index:90;background:#fff;border-bottom:1px solid var(--store-line)}.store-head{min-height:76px}.store-logo{font-weight:900;font-size:25px;color:var(--store-green);text-decoration:none}.store-logo small{display:block;font-size:10px;letter-spacing:1.4px;color:#68756b}.store-search{flex:1;position:relative}.store-search input{width:100%;height:48px;border:1px solid #bdcbbf;border-radius:8px;padding:0 52px 0 16px}.store-search button{position:absolute;right:0;top:0;width:48px;height:48px;border:0;background:var(--store-green);color:#fff;border-radius:0 8px 8px 0}.store-actions{margin-left:auto}.store-icon{position:relative;width:44px;height:44px;border:1px solid var(--store-line);border-radius:50%;display:grid;place-items:center;color:var(--store-green);background:#fff;cursor:pointer;text-decoration:none}.store-count{position:absolute;right:-5px;top:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:12px;background:var(--store-red);color:#fff;font:bold 11px/20px sans-serif;text-align:center}.store-nav{background:var(--store-green)}.store-nav ul{display:flex;gap:4px;list-style:none;margin:0;padding:0}.store-nav a{display:block;color:#fff;text-decoration:none;padding:14px 15px;font-weight:700;font-size:14px}.store-nav a:hover,.store-nav a:focus{background:#0d3d22}.store-mobile{display:none}.page-hero{background:linear-gradient(110deg,#0d3d22,#267141);color:#fff;padding:64px 0}.page-hero h1{font-size:clamp(34px,5vw,58px);margin:0 0 10px}.crumbs a{color:#d9f99d}.store-main{padding:54px 0}.catalog-layout{display:grid;grid-template-columns:260px 1fr;gap:28px}.filter-box{border:1px solid var(--store-line);border-radius:12px;padding:20px;align-self:start}.filter-box h3{margin:0 0 18px}.filter-group{padding:16px 0;border-top:1px solid var(--store-line)}.filter-group label{display:block;margin:9px 0}.catalog-tools{display:flex;justify-content:space-between;gap:12px;margin-bottom:22px}.catalog-tools select,.field{height:46px;border:1px solid #c9d4ca;border-radius:7px;padding:0 12px;background:#fff}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{position:relative;border:1px solid var(--store-line);border-radius:14px;overflow:hidden;background:#fff;transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:0 16px 38px #14331b17}.product-media{height:210px;background:#eef4ec;overflow:hidden;position:relative}.product-media img{width:100%;height:100%;object-fit:cover;transition:.4s}.product-card:hover img{transform:scale(1.06)}.badge{position:absolute;top:12px;left:12px;background:var(--store-red);color:#fff;border-radius:5px;padding:5px 8px;font-size:12px;font-weight:800}.product-quick{position:absolute;right:10px;top:10px;display:grid;gap:7px}.product-quick button{width:38px;height:38px;border:0;border-radius:50%;background:#fff;color:var(--store-green);box-shadow:0 4px 14px #0002;cursor:pointer}.product-body{padding:17px}.product-cat{color:#69816d;text-transform:uppercase;font-size:11px;letter-spacing:1px}.product-body h3{font-size:17px;margin:7px 0}.product-body h3 a{color:var(--store-ink);text-decoration:none}.stars{color:#e5a000;font-size:13px}.price{font-size:20px;font-weight:900;color:var(--store-green);margin:9px 0}.price del{font-size:13px;color:#89918b;margin-left:7px}.stock{font-size:12px;color:#16803b}.card-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.store-btn{min-height:44px;border:0;border-radius:7px;padding:10px 15px;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;gap:7px}.store-btn.primary{background:var(--store-green);color:#fff}.store-btn.gold{background:#e7a80c;color:#17210f}.store-btn.light{border:1px solid var(--store-green);color:var(--store-green);background:#fff}.store-btn.danger{background:#fee2e2;color:#991b1b}.empty{padding:50px;text-align:center;border:1px dashed #aab8ab;border-radius:12px}.drawer-backdrop,.modal-backdrop{position:fixed;inset:0;background:#0009;z-index:190;opacity:0;visibility:hidden;transition:.25s}.drawer-backdrop.open,.modal-backdrop.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(430px,100%);background:#fff;z-index:200;transform:translateX(105%);transition:.3s;display:flex;flex-direction:column}.cart-drawer.open{transform:none}.drawer-head,.drawer-foot{padding:20px;border-bottom:1px solid var(--store-line)}.drawer-head{display:flex;justify-content:space-between}.drawer-body{padding:18px;overflow:auto;flex:1}.drawer-item{display:grid;grid-template-columns:66px 1fr auto;gap:12px;padding:13px 0;border-bottom:1px solid var(--store-line)}.drawer-item img{width:66px;height:66px;object-fit:cover;border-radius:8px}.drawer-foot{border-top:1px solid var(--store-line);border-bottom:0}.drawer-total{display:flex;justify-content:space-between;font-size:20px;font-weight:900;margin-bottom:15px}.close-x{border:0;background:transparent;font-size:25px;cursor:pointer}.store-modal{position:fixed;z-index:210;left:50%;top:50%;width:min(780px,calc(100% - 28px));max-height:90vh;overflow:auto;background:#fff;border-radius:16px;transform:translate(-50%,-45%) scale(.96);opacity:0;visibility:hidden;transition:.25s;padding:25px}.store-modal.open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.modal-close{position:absolute;right:16px;top:13px}.quick-grid,.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.quick-grid img,.detail-main-img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px}.qty{display:inline-flex;border:1px solid #bdc9be;border-radius:6px;overflow:hidden}.qty button,.qty input{width:40px;height:40px;border:0;background:#fff;text-align:center}.toast{position:fixed;left:50%;bottom:30px;z-index:300;background:#123b22;color:#fff;border-radius:8px;padding:13px 20px;transform:translate(-50%,30px);opacity:0;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:15px;border-bottom:1px solid var(--store-line);text-align:left}.cart-product{display:flex;align-items:center;gap:12px}.cart-product img{width:70px;height:70px;object-fit:cover;border-radius:8px}.totals{margin:25px 0 0 auto;width:min(420px,100%);background:var(--store-cream);padding:24px;border-radius:12px}.total-line{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #d9dfd4}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-group label{display:block;font-weight:700;margin-bottom:7px}.form-group input,.form-group select,.form-group textarea{width:100%;min-height:46px;border:1px solid #c7d1c8;border-radius:7px;padding:11px}.form-group.full{grid-column:1/-1}.account-grid{display:grid;grid-template-columns:240px 1fr;gap:28px}.account-menu{background:#123d24;padding:16px;border-radius:12px}.account-menu a{display:block;color:#fff;padding:13px;text-decoration:none;border-radius:6px}.account-menu a:hover{background:#ffffff14}.content-card{border:1px solid var(--store-line);border-radius:12px;padding:25px}.compare-wrap{overflow:auto}.compare-table{min-width:760px;width:100%;border-collapse:collapse}.compare-table td,.compare-table th{border:1px solid var(--store-line);padding:14px}.search-results{position:absolute;top:51px;left:0;right:0;background:#fff;box-shadow:0 12px 30px #0002;border-radius:8px;z-index:99;max-height:360px;overflow:auto}.search-hit{display:flex;gap:11px;padding:10px;border-bottom:1px solid #eee;text-decoration:none;color:#172018}.search-hit img{width:48px;height:48px;object-fit:cover;border-radius:6px}.promo-strip{padding:44px 0;background:var(--store-cream)}.store-section-title{text-align:center;margin-bottom:30px}.store-section-title h2{font-size:clamp(28px,4vw,44px);margin:0}.footer-store{background:#092d19;color:#dceade;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:32px}.footer-store h3{color:#fff}.footer-store a{color:#dceade;text-decoration:none}.footer-store ul{list-style:none;padding:0}.footer-store li{margin:9px 0}.footer-bottom{border-top:1px solid #ffffff24;margin-top:35px;padding-top:20px;text-align:center;font-size:13px}.mobile-filter-btn{display:none}
@media(max-width:800px){.store-top{display:none}.store-head{min-height:64px}.store-logo{font-size:20px}.store-logo small,.account-label{display:none}.store-search{position:absolute;left:16px;right:16px;top:68px}.store-header{padding-bottom:58px}.store-nav{display:none}.store-mobile{display:grid}.catalog-layout{display:block}.filter-box{position:fixed;z-index:220;left:0;top:0;bottom:0;width:min(330px,90%);background:#fff;transform:translateX(-105%);transition:.3s;overflow:auto}.filter-box.open{transform:none}.mobile-filter-btn{display:inline-flex}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-media{height:165px}.product-body{padding:12px}.card-buttons{grid-template-columns:1fr}.quick-grid,.detail-grid,.form-grid,.account-grid{grid-template-columns:1fr}.form-group.full{grid-column:auto}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{padding:14px 0;border-bottom:1px solid var(--store-line)}.cart-table td{border:0;padding:6px 0}.footer-grid{grid-template-columns:1fr 1fr}.store-main{padding:38px 0}.page-hero{padding:40px 0}}
@media(max-width:460px){.store-container{width:min(100% - 22px,1180px)}.store-actions{gap:5px}.store-icon{width:40px;height:40px}.products-grid{grid-template-columns:1fr 1fr}.product-media{height:140px}.product-body h3{font-size:14px}.card-buttons .buy-now{display:none}.footer-grid{grid-template-columns:1fr}.store-modal{padding:19px}.quick-grid{gap:14px}}
.home-commerce-actions{display:flex;align-items:center;gap:7px}.home-commerce-actions .store-icon{width:40px;height:40px}
@media(max-width:1100px){.home-commerce-actions{display:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Premium inner-page identity */
.store-shell{font-family:'Manrope',Arial,sans-serif;line-height:1.65}.store-shell h1,.store-shell h2{font-family:'Playfair Display',Georgia,serif;line-height:1.12}.store-shell .store-container{width:min(1240px,calc(100% - 32px))}.store-shell .store-top{background:var(--store-deep);font-size:13px}.store-shell .store-header{box-shadow:0 8px 28px #173c2410}.store-shell .store-head{min-height:84px}.store-shell .store-logo{display:flex;align-items:center;gap:10px;line-height:1}.store-logo-mark{width:48px;height:48px;border-radius:15px 15px 15px 3px;background:linear-gradient(145deg,var(--store-green),#2e8a4b);color:#fff;display:grid;place-items:center;font-size:25px;box-shadow:0 8px 20px #14532d30}.store-logo-copy{font-size:26px;font-weight:900}.store-shell .store-search{max-width:580px;margin-left:30px}.store-shell .store-search:before{content:'All Products';position:absolute;left:0;top:0;height:52px;display:flex;align-items:center;padding:0 15px;border-right:1px solid var(--store-line);font-size:11px;font-weight:800;color:var(--store-green)}.store-shell .store-search input{height:52px;border:2px solid #d7e3d8;border-radius:12px;padding:0 56px 0 112px;background:#f9fbf8;font-family:inherit}.store-shell .store-search button{right:4px;top:4px;width:44px;height:44px;border-radius:9px}.store-shell .store-icon{border-radius:13px;font-size:19px;transition:.25s}.store-shell .store-icon:hover{background:var(--store-green);color:#fff;transform:translateY(-2px)}.inner-menu-toggle{display:none}.store-shell .store-nav{background:linear-gradient(90deg,var(--store-deep),var(--store-green));position:relative}.store-shell .store-nav .store-container>ul{align-items:center;gap:1px}.store-shell .store-nav a,.mega-trigger{color:#fff;text-decoration:none;padding:15px 16px;font-weight:700;font-size:13px;border:0;background:transparent;font-family:inherit;cursor:pointer}.mega-parent{position:static}.mega-trigger{background:var(--store-gold)!important;color:#17331e!important;padding-inline:22px!important}.mega-menu{position:absolute;left:50%;top:100%;width:min(1180px,calc(100% - 32px));transform:translate(-50%,14px);background:#fff;border-radius:0 0 18px 18px;box-shadow:0 24px 60px #061b1090;padding:24px;display:grid;grid-template-columns:repeat(4,1fr) 1.25fr;gap:15px;opacity:0;visibility:hidden;transition:.25s;pointer-events:none}.mega-parent:hover .mega-menu,.mega-parent:focus-within .mega-menu,.mega-parent.open .mega-menu{opacity:1;visibility:visible;transform:translate(-50%,0);pointer-events:auto}.store-shell .mega-card{position:relative;min-height:145px;border-radius:12px;overflow:hidden;color:#fff!important;padding:0!important}.mega-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.mega-card:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#061d12e8,transparent 80%)}.mega-card span{position:absolute;z-index:2;left:14px;bottom:12px;font-size:14px;font-weight:800}.mega-promo{background:linear-gradient(140deg,#edf7e8,#fbf2cf);padding:20px;border-radius:12px;color:var(--store-deep)}.mega-promo b{font-family:'Playfair Display',serif;font-size:23px;display:block}.store-shell .mega-promo a{display:inline-flex;background:var(--store-green);border-radius:7px;margin-top:12px;padding:10px 13px}.store-shell .page-hero{position:relative;overflow:hidden;background:linear-gradient(110deg,#082f1cf2,#267141e8),url('https://images.unsplash.com/photo-1625246333195-78d9c38ad449?q=80&w=1800&auto=format&fit=crop') center/cover;padding:76px 0}.store-shell .page-hero:after{content:'✦';position:absolute;right:7%;top:5%;font-size:190px;color:#fff;opacity:.05}.store-shell .page-hero h1{font-size:clamp(38px,5vw,62px);margin:8px 0 12px}.store-shell .page-hero p{font-size:17px;max-width:700px;color:#edf6ef}.store-shell .crumbs{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.store-shell .store-main{padding:64px 0}.store-shell .footer-store{background:linear-gradient(130deg,#061f13,#0d4227);position:relative;overflow:hidden}.store-shell .footer-store:before{content:'KRISHINOVA';position:absolute;left:3%;bottom:-35px;font:800 110px/1 'Playfair Display',serif;color:#fff;opacity:.025}.store-shell .footer-store h3{font-family:'Playfair Display',serif;font-size:22px}.store-shell .footer-store a:hover{color:#d9f99d;padding-left:3px}
@media(max-width:800px){.store-shell .store-head{min-height:68px}.store-shell .store-logo-copy{font-size:20px}.store-shell .store-logo-mark{width:42px;height:42px}.store-shell .store-search{margin-left:0}.inner-menu-toggle{display:grid}.store-shell .store-nav{position:fixed;z-index:205;left:0;top:0;bottom:0;width:min(340px,88%);transform:translateX(-105%);transition:.3s;overflow:auto;padding:20px 0;background:var(--store-deep)}.store-shell .store-nav.open{transform:none}.store-shell .store-nav .store-container{width:100%}.store-shell .store-nav .store-container>ul{display:block}.store-shell .store-nav a,.mega-trigger{width:100%;text-align:left;padding:14px 20px}.mega-menu{position:static;width:100%;transform:none!important;display:none;grid-template-columns:1fr 1fr;padding:12px;background:#0c3d25;opacity:1;visibility:visible;box-shadow:none;border-radius:0}.mega-parent.open .mega-menu{display:grid}.mega-promo{grid-column:1/-1}.store-shell .mega-card{min-height:110px}.store-shell .page-hero{padding:48px 0}.store-shell .page-hero:after{font-size:100px}.store-shell .store-main{padding:42px 0}}

/* Homepage footer reused verbatim across all inner pages */
.unified-footer{background:#082f1c;color:#d9e8dd;padding:64px 0 22px;position:relative;overflow:hidden}.unified-footer:before{content:'KRISHINOVA';position:absolute;left:2%;bottom:-34px;font:800 110px/1 'Playfair Display',serif;color:#fff;opacity:.025}.unified-footer .footer-top{display:grid;grid-template-columns:1.45fr .8fr 1fr 1.15fr;gap:44px}.unified-footer .brand-name{font:800 28px/1 'Playfair Display',serif;color:#fff}.unified-footer .footer-seed{color:var(--store-gold)}.unified-footer .footer-text{color:#bcd0c1;margin:20px 0;max-width:330px}.unified-footer .footer-social{display:flex;gap:9px}.unified-footer .footer-social a{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#ffffff10;border:1px solid #ffffff1c;color:#fff;text-decoration:none;font-weight:800}.unified-footer .footer-social a:hover{background:var(--store-gold);color:#12351f}.unified-footer .footer-title{font:700 19px/1.2 'Playfair Display',serif;color:#fff;margin:0 0 24px;position:relative}.unified-footer .footer-title:after{content:'';display:block;width:35px;height:3px;background:var(--store-gold);margin-top:10px;border-radius:3px}.unified-footer ul{list-style:none;padding:0;margin:0}.unified-footer li{margin:11px 0}.unified-footer a{color:#d9e8dd;text-decoration:none;transition:.2s}.unified-footer a:hover{color:#d9f99d;padding-left:3px}.unified-footer .footer-contact li{display:grid;grid-template-columns:27px 1fr;gap:7px}.unified-footer .contact-symbol{color:var(--store-gold);font-size:18px}.unified-footer .footer-bottom{border-top:1px solid #ffffff1a;margin-top:45px;padding-top:22px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;font-size:12px}.unified-footer .payment-icons{color:#fff;font-weight:800;letter-spacing:.4px}.unified-footer .footer-credits{text-align:right}.unified-footer .footer-credits span{display:block}
@media(max-width:900px){.unified-footer .footer-top{grid-template-columns:1fr 1fr}.unified-footer .footer-bottom{grid-template-columns:1fr;text-align:center}.unified-footer .footer-credits{text-align:center}}
@media(max-width:520px){.unified-footer{padding-top:48px}.unified-footer .footer-top{grid-template-columns:1fr;gap:28px}.unified-footer:before{font-size:62px}}

/* Expanded iconic marketplace header */
body.store-shell{margin:0;padding:0;width:100%;overflow-x:hidden}.shared-commerce-chrome{width:100%}.store-shell .store-top{padding:11px 0;background:linear-gradient(90deg,#061f13,#104b2b)}.store-shell .store-head{min-height:96px}.store-shell .store-logo-mark{width:56px;height:56px;font-size:18px;border-radius:18px 18px 18px 4px;border:2px solid #ffffff;outline:1px solid #d7e5d9}.store-shell .store-logo-copy{font-size:29px}.store-shell .store-search{max-width:640px}.store-shell .store-search input{height:58px;font-size:14px;box-shadow:inset 0 1px 2px #00000008}.store-shell .store-search:before{height:58px}.store-shell .store-search button{width:48px;height:48px;top:5px;right:5px}.store-shell .store-icon{width:50px;height:50px}.store-shell .store-nav{border-bottom:3px solid var(--store-gold)}.store-shell .store-nav .store-container>ul{justify-content:space-between}.store-shell .store-nav li:not(.mega-parent){flex:1}.store-shell .store-nav li:not(.mega-parent)>a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:56px;padding:10px 11px;white-space:nowrap;border-left:1px solid #ffffff0c}.nav-glyph{width:28px;height:28px;border-radius:8px;background:#ffffff10;display:grid;place-items:center;font-size:15px;transition:.2s}.store-shell .store-nav a:hover .nav-glyph,.store-shell .store-nav a:focus .nav-glyph{background:var(--store-gold);color:var(--store-deep);transform:rotate(-5deg) scale(1.05)}.store-shell .mega-trigger{min-height:56px}.pre-services-products{background:linear-gradient(180deg,#f5f8f2,#fff);padding:72px 0}.pre-services-products .store-section-title p{max-width:650px;margin:10px auto;color:#66746a}.pre-services-products .products-grid{grid-template-columns:repeat(3,1fr)}
@media(max-width:1050px){.store-shell .store-nav li:not(.mega-parent)>a{font-size:0}.store-shell .store-nav li:not(.mega-parent)>a .nav-glyph{font-size:15px}.pre-services-products .products-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:800px){body.store-shell{margin:0}.store-shell .store-head{min-height:74px}.store-shell .store-logo-mark{width:44px;height:44px}.store-shell .store-logo-copy{font-size:21px}.store-shell .store-nav .store-container>ul{display:block}.store-shell .store-nav li:not(.mega-parent)>a{font-size:14px;justify-content:flex-start}.pre-services-products{padding:48px 0}.pre-services-products .products-grid{grid-template-columns:repeat(2,1fr)}}

/* Exact homepage footer rules for inner pages */
body.store-shell>.site-footer{background:#0b3d24;color:#f7f1df;padding-top:80px;font-family:'Manrope',Arial,sans-serif}body.store-shell>.site-footer .container{width:min(1180px,calc(100% - 32px));margin:auto}body.store-shell>.site-footer .footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:60px}body.store-shell>.site-footer .footer-brand .brand-name{font-family:'Playfair Display',Georgia,serif;font-size:1.75rem;font-weight:800;color:#fff;margin-bottom:16px;display:block}body.store-shell>.site-footer .text-gold,body.store-shell>.site-footer .footer-contact i{color:#e4ad32}body.store-shell>.site-footer .footer-text{margin-bottom:24px;opacity:.8}body.store-shell>.site-footer .footer-social{display:flex;gap:16px}body.store-shell>.site-footer .footer-social a{width:40px;height:40px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;text-decoration:none;transition:.25s}body.store-shell>.site-footer .footer-social a:hover{background:#e4ad32;color:#0b3d24;transform:translateY(-3px)}body.store-shell>.site-footer .footer-title{font-family:'Playfair Display',Georgia,serif;color:#fff;font-size:1.25rem;margin:0 0 24px;position:relative;padding-bottom:12px}body.store-shell>.site-footer .footer-title:after{content:'';position:absolute;bottom:0;left:0;width:40px;height:2px;background:#e4ad32}body.store-shell>.site-footer ul{list-style:none;padding:0;margin:0}body.store-shell>.site-footer .footer-links li{margin-bottom:12px}body.store-shell>.site-footer a{color:inherit;text-decoration:none}body.store-shell>.site-footer .footer-links a{opacity:.8;display:inline-block;transition:.25s}body.store-shell>.site-footer .footer-links a:hover{opacity:1;color:#e4ad32;transform:translateX(5px)}body.store-shell>.site-footer .footer-contact li{display:flex;gap:12px;margin-bottom:16px;opacity:.8}body.store-shell>.site-footer .footer-contact i{margin-top:5px}body.store-shell>.site-footer .footer-bottom{border-top:1px solid #ffffff1a;padding:24px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:.875rem;opacity:.8}body.store-shell>.site-footer .payment-icons{display:flex;gap:10px;font-size:25px}body.store-shell>.site-footer .footer-credits{text-align:right}body.store-shell>.site-footer .footer-credits span{display:inline-block;margin-left:16px}
@media(max-width:991px){body.store-shell>.site-footer .footer-top{grid-template-columns:1fr 1fr}}
@media(max-width:576px){body.store-shell>.site-footer{padding-top:55px}body.store-shell>.site-footer .footer-top{grid-template-columns:1fr;gap:30px}body.store-shell>.site-footer .footer-bottom{flex-direction:column;text-align:center}body.store-shell>.site-footer .footer-credits{text-align:center}body.store-shell>.site-footer .footer-credits span{display:block;margin:8px 0}}

/* Animated farmer-support strip */
.store-shell .store-top{position:relative;overflow:hidden;padding:13px 0;font-size:15px;font-weight:600;background:linear-gradient(100deg,#041c10 0%,#0b3d24 48%,#125d34 100%)}.store-shell .store-top:after{content:'';position:absolute;top:0;bottom:0;width:180px;background:linear-gradient(90deg,transparent,#ffffff12,transparent);transform:skewX(-22deg);animation:supportShine 6s linear infinite;pointer-events:none}.support-cluster{display:flex;align-items:center;gap:20px}.support-title{display:flex;align-items:center;gap:8px;color:#f6c94c;text-transform:uppercase;letter-spacing:1.1px;font-size:13px}.support-spark{font-size:18px;animation:sparkSpin 5s linear infinite}.support-link{display:inline-flex;align-items:center;gap:8px!important;color:#f5fbf7!important;text-decoration:none;transition:.25s}.support-link:hover{color:#d9f99d!important;transform:translateY(-1px)}.support-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#ffffff14;border:1px solid #ffffff24;color:#f6c94c;font-size:14px;transition:.25s}.support-link:hover .support-icon{background:#f6c94c;color:#17341e;transform:scale(1.08)}.support-whatsapp{display:inline-flex;align-items:center;gap:9px;background:#20b95a;color:#fff!important;border:1px solid #6bed93;border-radius:999px;padding:7px 15px;text-decoration:none;font-weight:800;box-shadow:0 5px 18px #0003;transition:.25s}.support-whatsapp:hover{background:#25d366;transform:translateY(-2px);box-shadow:0 8px 22px #16a34a55}.whatsapp-pulse{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#149344;animation:whatsPulse 1.8s ease-out infinite}.support-arrow{transition:.25s}.support-whatsapp:hover .support-arrow{transform:translateX(4px)}
@keyframes supportShine{from{left:-220px}to{left:calc(100% + 220px)}}@keyframes sparkSpin{50%{transform:rotate(180deg) scale(1.15)}to{transform:rotate(360deg)}}@keyframes whatsPulse{0%{box-shadow:0 0 0 0 #ffffff80}70%{box-shadow:0 0 0 9px #ffffff00}to{box-shadow:0 0 0 0 #ffffff00}}
@media(max-width:800px){.store-shell .store-top{display:block;padding:10px 0;font-size:13px}.store-shell .store-top .store-container{display:flex;gap:8px}.support-cluster{gap:10px;overflow:auto;scrollbar-width:none}.support-title,.mail-link{display:none}.support-whatsapp{font-size:0;padding:7px 9px;flex:0 0 auto}.support-whatsapp .whatsapp-pulse,.support-whatsapp .support-arrow{font-size:14px}.support-icon{width:27px;height:27px}}
@media(prefers-reduced-motion:reduce){.store-shell .store-top:after,.support-spark,.whatsapp-pulse{animation:none!important}}

/* Rich inner-page section system */
.inner-premium{background:#fff}.inner-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:-38px;position:relative;z-index:3}.inner-kpi{background:#fff;border:1px solid #dfe9e0;border-radius:16px;padding:22px;box-shadow:0 14px 35px #173c2415;display:flex;align-items:center;gap:14px}.inner-kpi-icon,.inner-card-icon{width:48px;height:48px;flex:0 0 auto;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#e9f7e8,#f9edc4);color:var(--store-green);font-size:21px}.inner-kpi strong{display:block;font:800 24px/1 'Playfair Display',serif;color:var(--store-green)}.inner-kpi span{font-size:12px;color:#69776c}.inner-section{padding:76px 0}.inner-section.soft{background:linear-gradient(180deg,#f6f8f2,#edf4ea)}.inner-split{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:60px}.inner-image-wrap{position:relative}.inner-image-wrap>img{width:100%;height:480px;object-fit:cover;border-radius:28px 8px 28px 8px;box-shadow:0 22px 55px #173c2430}.inner-image-badge{position:absolute;right:-22px;bottom:28px;width:155px;background:var(--store-gold);color:#18351f;padding:18px;border-radius:16px;font-weight:800;box-shadow:0 12px 30px #0002}.inner-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--store-green);font-weight:800;text-transform:uppercase;letter-spacing:1.3px;font-size:12px}.inner-heading{font-size:clamp(31px,4vw,48px);margin:12px 0 18px}.inner-lead{font-size:17px;color:#5d6d61}.inner-checks{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0}.inner-check{display:flex;gap:10px;align-items:flex-start;font-weight:700}.inner-check i{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#dff3db;color:var(--store-green);font-style:normal}.inner-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.inner-card{background:#fff;border:1px solid #dfe8df;border-radius:18px;padding:26px;position:relative;overflow:hidden;transition:.3s}.inner-card:after{content:'';position:absolute;width:90px;height:90px;border-radius:50%;right:-35px;top:-35px;background:#edf6e9;transition:.3s}.inner-card:hover{transform:translateY(-7px);box-shadow:0 20px 45px #153c2318;border-color:#b9d5bb}.inner-card:hover:after{transform:scale(1.5);background:#e5f1cf}.inner-card h3{margin:18px 0 8px;font-size:19px}.inner-card p{color:#647268;margin:0}.chart-panel{background:#092f1c;color:#fff;border-radius:24px;padding:36px;display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center;box-shadow:0 22px 55px #092f1c35}.chart-panel h2{font-size:34px;margin:0 0 12px}.chart-bars{display:grid;gap:16px}.chart-row{display:grid;grid-template-columns:100px 1fr 42px;align-items:center;gap:12px;font-size:12px}.chart-track{height:10px;border-radius:10px;background:#ffffff1a;overflow:hidden}.chart-fill{display:block;height:100%;width:var(--value);border-radius:10px;background:linear-gradient(90deg,var(--store-gold),#a3e635);animation:chartGrow 1.2s ease both}.inner-process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:steps}.process-step{position:relative;padding:25px 20px 22px 25px;border-left:3px solid #d9e8d8;background:#fff;border-radius:0 14px 14px 0;counter-increment:steps}.process-step:before{content:'0' counter(steps);font:800 30px/1 'Playfair Display',serif;color:#d6e5d5}.process-step h3{margin:14px 0 6px}.inner-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:220px;gap:14px}.inner-gallery figure{margin:0;border-radius:16px;overflow:hidden;position:relative}.inner-gallery figure:first-child{grid-row:span 2}.inner-gallery img{width:100%;height:100%;object-fit:cover;transition:.5s}.inner-gallery figure:hover img{transform:scale(1.08)}.inner-gallery figcaption{position:absolute;left:12px;bottom:12px;background:#082f1dcc;color:#fff;padding:7px 10px;border-radius:7px;font-size:12px}.inner-faq{display:grid;grid-template-columns:1fr 1fr;gap:14px}.inner-faq details{border:1px solid #dce7dc;border-radius:13px;background:#fff;padding:18px}.inner-faq summary{font-weight:800;cursor:pointer;color:#173c24}.inner-faq details p{color:#68766b}.inner-cta{background:linear-gradient(115deg,#dca527,#f4cf63);border-radius:24px;padding:40px;display:flex;align-items:center;justify-content:space-between;gap:25px;color:#17351f}.inner-cta h2{font-size:34px;margin:0 0 8px}.inner-cta .store-btn{background:#0b3d24;color:#fff}.inner-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.inner-map{width:100%;height:420px;border:0;border-radius:20px}.reveal-up{animation:revealUp .75s ease both}.delay-1{animation-delay:.12s}.delay-2{animation-delay:.24s}@keyframes chartGrow{from{width:0}}@keyframes revealUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
@media(max-width:900px){.inner-kpis,.inner-process{grid-template-columns:1fr 1fr}.inner-split,.chart-panel,.inner-contact-grid{grid-template-columns:1fr}.inner-cards{grid-template-columns:1fr 1fr}.inner-image-wrap>img{height:390px}.inner-gallery{grid-template-columns:1fr 1fr}.inner-gallery figure:first-child{grid-row:auto}.inner-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.inner-section{padding:48px 0}.inner-kpis,.inner-cards,.inner-process,.inner-faq,.inner-checks{grid-template-columns:1fr}.inner-kpis{margin-top:-20px}.inner-kpi{padding:17px}.inner-split{gap:32px}.inner-image-wrap>img{height:300px;border-radius:20px}.inner-image-badge{right:10px;bottom:10px}.chart-panel{padding:24px;gap:25px}.chart-row{grid-template-columns:76px 1fr 34px}.inner-gallery{grid-template-columns:1fr;grid-auto-rows:210px}.inner-cta{padding:27px}.inner-cta h2{font-size:28px}}

/* Universal call, enquiry and WhatsApp actions */
.floating-actions{position:fixed;right:24px;bottom:24px;z-index:185;display:flex;flex-direction:column;gap:12px}.float-btn{position:relative;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;color:#fff!important;text-decoration:none;font-size:21px;box-shadow:0 10px 28px #061c1260;transition:.25s}.float-btn.call{background:#2387d5}.float-btn.enquiry{background:var(--store-gold);color:#17351f!important}.float-btn.whatsapp{background:#25d366;animation:floatPulse 2s infinite}.float-btn:hover{transform:translateY(-4px) scale(1.06)}.float-btn span{position:absolute;right:66px;white-space:nowrap;background:#082f1c;color:#fff;border-radius:7px;padding:7px 10px;font-size:11px;font-weight:800;opacity:0;transform:translateX(8px);pointer-events:none;transition:.2s}.float-btn:hover span,.float-btn:focus span{opacity:1;transform:none}@keyframes floatPulse{50%{box-shadow:0 10px 28px #061c1260,0 0 0 9px #25d36620}}
.universal-faq-section{background:linear-gradient(180deg,#f7faf5,#edf4ea)}.inner-faq details{padding:22px 24px;box-shadow:0 7px 22px #173c2409}.inner-faq summary{font-size:16px}.inner-faq details[open]{border-color:#a8cdaa;box-shadow:0 12px 28px #173c2412}.inner-faq details[open] summary{color:var(--store-green)}
.contact-info-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:30px}.contact-info-cards>a,.contact-info-cards>div{min-height:118px;display:flex;align-items:center;gap:14px;padding:20px;background:#fff;border:1px solid #dce7dc;border-radius:16px;text-decoration:none;color:var(--store-ink);box-shadow:0 10px 28px #173c2410;transition:.25s}.contact-info-cards>a:hover{transform:translateY(-5px);border-color:#9dc6a0;box-shadow:0 17px 35px #173c241b}.contact-info-cards i{width:46px;height:46px;flex:0 0 auto;border-radius:13px;display:grid;place-items:center;background:var(--store-green);color:#fff;font-style:normal;font-size:20px}.contact-info-cards small,.contact-info-cards b{display:block}.contact-info-cards small{color:#718075;font-size:11px;margin-bottom:4px}.contact-info-cards b{font-size:13px;word-break:break-word}.contact-rich{background:#f6f8f2}
@media(max-width:950px){.contact-info-cards{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.floating-actions{right:12px;bottom:78px;gap:9px}.float-btn{width:48px;height:48px;font-size:18px}.float-btn span{display:none}.contact-info-cards{grid-template-columns:1fr}.inner-faq details{padding:18px}}
@media(prefers-reduced-motion:reduce){.float-btn.whatsapp{animation:none}}
