@import"https://cdn.jsdelivr.net/npm/vazirmatn@33.0.2/Vazirmatn-font-face.css";:root{--background: #ffffff;--foreground: #1a1a1c;--primary: #166534;--primary-hover: #14532d;--secondary: #d97706;--saffron: #eab308;--saffron-light: #fef08a;--bg-light: #fafbfc;--bg-warm: #fefdfb;--glass-bg: rgba(255, 255, 255, .82);--glass-border: rgba(255, 255, 255, .35);--shadow-sm: 0 1px 3px rgba(22, 101, 52, .06);--shadow-md: 0 4px 24px rgba(22, 101, 52, .08);--shadow-lg: 0 12px 48px rgba(22, 101, 52, .12);--shadow-glow: 0 0 0 1px rgba(22, 101, 52, .08), 0 8px 24px rgba(22, 101, 52, .12);--green-800: #166534;--green-700: #15803d;--green-600: #16a34a;--green-300: #86efac;--green-200: #bbf7d0;--green-100: #dcfce7;--green-50: #f0fdf4;--dark-green: #0f3d1f;--dark-green-soft: #14532d;--gray-50: #f8faf9;--gray-100: #f1f5f4;--gray-200: #e2e8e6;--gray-300: #cbd5d2;--gray-400: #94a39e;--gray-500: #647870;--gray-600: #475952;--gray-700: #36433e;--gray-800: #1e2623;--gray-900: #0f1412;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.25rem;--radius-2xl: 1.5rem;--radius-full: 9999px}html{scroll-behavior:smooth}.fade-in{animation:fadeIn .8s ease-out forwards}.slide-up{animation:slideUp .8s cubic-bezier(.2,.8,.2,1) forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.glass{background:var(--glass-bg);backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border:1px solid var(--glass-border)}*{box-sizing:border-box}body{color:var(--foreground);background:var(--gray-50);font-family:Vazirmatn,Arial,sans-serif;margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;background-image:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(22,101,52,.04),transparent 50%);pointer-events:none;z-index:0}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}a:focus-visible,button:focus-visible{outline:2px solid var(--green-600);outline-offset:2px;border-radius:.25rem}button:focus-visible{outline-offset:2px}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 1024px){.container{padding:0 1.5rem}}header{position:sticky;top:0;z-index:1000;background:var(--glass-bg);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--gray-200);box-shadow:0 1px #fffc inset}.header-inner{display:flex;align-items:center;justify-content:space-between;height:5rem;max-width:1280px;margin:0 auto;padding:0 1rem}.header-logo{flex-shrink:0;display:flex;align-items:center;gap:.75rem;transition:opacity .2s}.header-logo:hover{opacity:.9}.header-logo img,.header-logo-img{height:2.75rem;width:auto;display:block}@media (min-width: 768px){.header-logo img,.header-logo-img{height:3.25rem}}.header-logo-text{font-size:1.35rem;font-weight:800;color:var(--green-800);letter-spacing:-.02em}@media (min-width: 768px){.header-logo-text{font-size:1.5rem}}.nav-desktop{display:none}@media (min-width: 768px){.nav-desktop{display:flex;align-items:center;gap:2rem;font-weight:500;color:var(--gray-700)}.nav-desktop a{position:relative;transition:color .2s}.nav-desktop a:hover{color:var(--green-800)}.nav-desktop a:after{content:"";position:absolute;bottom:-4px;right:0;width:0;height:2px;background:var(--green-800);transition:width .25s ease}.nav-desktop a:hover:after{width:100%;left:0;right:auto}}.header-actions{display:flex;align-items:center;gap:1rem}.header-actions a,.header-actions button{padding:.5rem;color:var(--gray-600);background:none;border:none;cursor:pointer;font-size:1rem}.header-actions a:hover,.header-actions button:hover{color:var(--green-800)}.cart-link{position:relative}.cart-badge{position:absolute;top:-.25rem;right:-.25rem;background:#dc2626;color:#fff;font-size:.625rem;font-weight:700;min-width:1rem;height:1rem;border-radius:9999px;display:flex;align-items:center;justify-content:center}.cart-badge.empty{display:none}.search-modal{position:fixed;inset:0;z-index:2000;background:#fffc;backdrop-filter:blur(20px);display:none;align-items:flex-start;justify-content:center;padding-top:5rem}.search-modal.open{display:flex}.search-container{width:100%;max-width:600px;padding:1rem}.search-input-wrapper{position:relative;display:flex;align-items:center;gap:1rem;background:#fff;padding:.5rem 1.5rem;border-radius:9999px;box-shadow:var(--shadow-lg);border:1px solid var(--gray-100)}#search-query{flex:1;border:none;padding:.75rem 0;font-size:1.25rem;outline:none;background:transparent}.search-results{margin-top:2rem;max-height:60vh;overflow-y:auto;display:grid;gap:1rem}.search-result-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:1rem;transition:all .2s;border:1px solid transparent}.search-result-item:hover{border-color:var(--primary);background:var(--bg-light)}.search-result-item img{width:4rem;height:4rem;object-fit:contain;border-radius:.5rem;background:var(--gray-50)}.search-close{background:var(--gray-100);border:none;width:2.5rem;height:2.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;cursor:pointer}.search-close:hover{background:var(--gray-200)}.menu-btn{display:block;padding:.5rem}@media (min-width: 768px){.menu-btn{display:none}}.mobile-menu{display:none;background:#fff;border-top:1px solid var(--gray-100);position:absolute;left:0;right:0;top:100%;box-shadow:0 10px 15px -3px #0000001a;padding:1rem 1.5rem;flex-direction:column;gap:.5rem}.mobile-menu.open{display:flex}.mobile-menu a{padding:.75rem 0;border-bottom:1px solid var(--gray-50);font-weight:500;color:var(--gray-700)}main{flex:1;position:relative;z-index:1}.hero{position:relative;height:600px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,61,31,.65) 0%,transparent 45%),linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 40%),linear-gradient(to bottom,rgba(0,0,0,.2),transparent 25%);z-index:1}.hero-content{position:relative;z-index:10;padding:1rem}.hero-content>*{animation:slideUp .8s cubic-bezier(.2,.8,.2,1) backwards}.hero-content>*:nth-child(1){animation-delay:.1s}.hero-content>*:nth-child(2){animation-delay:.2s}.hero-content>*:nth-child(3){animation-delay:.3s}.hero-content>*:nth-child(4){animation-delay:.4s}.hero-content>*:nth-child(5){animation-delay:.5s}.hero-content>*:nth-child(6){animation-delay:.6s}.hero-content>*:nth-child(7){animation-delay:.7s}.hero-content>*:nth-child(8){animation-delay:.8s}.hero-content>*:nth-child(9){animation-delay:.9s}.hero h1{font-size:2.25rem;font-weight:900;margin-bottom:1.5rem;line-height:1.25;letter-spacing:-.02em;text-shadow:0 2px 12px rgba(0,0,0,.45),0 0 40px rgba(0,0,0,.2)}.hero h1 span{color:var(--saffron-light);text-shadow:0 0 20px rgba(234,179,8,.3)}.hero-subtitle{font-size:1.125rem;color:#ffffffe6;margin-bottom:2.5rem;max-width:42rem;margin-left:auto;margin-right:auto}.hero-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3rem}.hero-badge{display:flex;align-items:center;gap:.5rem;background:#ffffff1f;backdrop-filter:blur(12px);padding:.6rem 1.25rem;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.25);font-weight:700;font-size:.875rem;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s}.hero-badge:hover{background:#ffffff38;border-color:#fff6;transform:translateY(-2px);box-shadow:0 4px 16px #00000026}@media (min-width: 768px){.hero h1{font-size:3.75rem}.hero-subtitle{font-size:1.25rem}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--green-700) 0%,var(--green-800) 100%);color:#fff;border-radius:var(--radius-full);font-weight:700;padding:.875rem 1.75rem;box-shadow:0 4px 14px #16653459;transition:all .25s ease;border:none;cursor:pointer;font-size:1rem;font-family:inherit}.btn-primary:hover{background:linear-gradient(180deg,var(--green-600) 0%,var(--green-700) 100%);transform:translateY(-2px);box-shadow:0 8px 24px #16653466}.btn-primary:focus-visible{outline:2px solid var(--green-600);outline-offset:3px}.add-to-cart-btn{display:flex;align-items:center;justify-content:center;gap:.35rem;border:2px solid var(--green-700);border-radius:var(--radius-full);background:var(--green-50);color:var(--green-800);font-weight:600;padding:.5rem 1rem;box-shadow:0 1px 3px #1665341a;transition:all .25s ease;cursor:pointer;font-family:inherit}.add-to-cart-btn:hover{background:var(--green-800);color:#fff;border-color:var(--green-800);box-shadow:0 4px 12px #16653440;transform:translateY(-1px)}.stats-section{padding:3.5rem 0;background:#fff;border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100)}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;border-radius:var(--radius-lg);transition:transform .25s ease,box-shadow .25s ease}.stat-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.stat-icon{width:4rem;height:4rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:1.875rem;margin-bottom:1rem}.stat-icon.green{background:var(--green-50)}.stat-icon.yellow{background:#fefce8}.stat-icon.orange{background:#fff7ed}.stat-icon.teal{background:#f0fdfa}.stat-value{font-size:1.875rem;font-weight:900;color:var(--gray-900);margin-bottom:.25rem}.stat-label{color:var(--gray-500);font-weight:500}.section-header{text-align:center;max-width:42rem;margin:0 auto 4rem}.section-header h2{font-size:2.25rem;font-weight:900;color:var(--gray-900);margin-bottom:.75rem;letter-spacing:-.02em}.section-header h2:after{content:"";display:block;width:3rem;height:4px;background:linear-gradient(90deg,var(--green-600),var(--saffron));border-radius:var(--radius-full);margin:1rem auto 0}.section-header p{font-size:1.125rem;color:var(--gray-500)}.section-cta{text-align:center;margin-top:4rem}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 640px){.categories-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (min-width: 1024px){.categories-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.category-card{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);transition:all .3s cubic-bezier(.2,.8,.2,1);text-decoration:none;color:var(--gray-800)}.category-card:hover{box-shadow:var(--shadow-glow);border-color:var(--green-300);transform:translateY(-4px)}.category-card-img-wrap{width:100%;aspect-ratio:1;overflow:hidden;background:var(--gray-50)}.category-card-img-wrap{position:relative}.category-card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-card:hover .category-card-img-wrap img{transform:scale(1.06)}.category-card-name{padding:.75rem 1rem;font-weight:700;font-size:.95rem;transition:color .2s}.category-card:hover .category-card-name{color:var(--green-800)}.about-badges{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.about-badge{display:flex;align-items:center;gap:.75rem;font-weight:700;color:var(--gray-800)}.about-badge-icon{width:3rem;height:3rem;border-radius:9999px;background:var(--green-50);display:flex;align-items:center;justify-content:center;font-size:1.25rem}.about-badge:last-of-type .about-badge-icon{background:#fefce8}.products-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:#fff;border-radius:var(--radius-2xl);overflow:hidden;border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);transition:all .35s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-glow);border-color:var(--green-200)}.product-card-image{position:relative;width:100%;aspect-ratio:1;background:linear-gradient(180deg,var(--gray-50) 0%,var(--gray-100) 100%);padding:1.25rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card-image-link{display:block;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card img{width:100%;height:100%;object-fit:contain;transition:transform .4s ease}.product-card:hover img{transform:scale(1.08)}.product-badge{position:absolute;top:1rem;right:1rem;font-size:.625rem;font-weight:700;padding:.25rem .5rem;border-radius:9999px;z-index:10}.product-badge.popular{background:var(--saffron);color:var(--gray-900)}.product-badge.new{background:var(--green-600);color:#fff}.product-card-body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.product-card h3{font-weight:700;color:var(--gray-800);font-size:1.125rem;margin-bottom:.5rem}.product-card h3:hover{color:var(--green-800)}.product-card-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:1rem}.product-price{font-size:1.125rem;font-weight:700;color:var(--gray-900)}.product-price span{font-size:.75rem;font-weight:400;color:var(--gray-500);margin-right:.25rem}.product-detail-image-wrap{position:relative;min-height:320px;height:100%;background:var(--gray-50);border-radius:1.5rem;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:2rem}.product-detail-img{max-width:100%;max-height:400px;width:auto;height:auto;object-fit:contain}@media (min-width: 1024px){.product-detail-image-wrap{min-height:420px}.product-detail-img{max-height:480px}}input[type=text],input[type=email],input[type=tel],input[type=number],textarea{width:100%;border:1px solid var(--gray-300);border-radius:.5rem;padding:.5rem 1rem;font-size:1rem;font-family:inherit;transition:all .2s}input:focus,textarea:focus{outline:none;border-color:var(--green-800);box-shadow:0 0 0 2px #16653433}footer{background:linear-gradient(180deg,var(--dark-green) 0%,var(--dark-green-soft) 100%);color:#fff;padding:4rem 0 2rem;margin-top:auto;border-top:3px solid rgba(234,179,8,.25)}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.footer-brand img{height:2.5rem;width:auto}.footer-brand h3{font-size:1.25rem;font-weight:700}.footer-brand p,.footer-desc,.footer-contact{color:#ffffffb3;font-size:.875rem;line-height:1.6}.footer-desc{margin-bottom:1rem}.footer-contact>div{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;font-size:.875rem}.footer-contact svg{color:#fbbf24;flex-shrink:0}.footer-title{font-size:1.125rem;font-weight:700;margin-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:.5rem;display:inline-block}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffffb3;font-size:.875rem}.footer-links a:hover{color:var(--saffron-light)}.footer-categories .footer-category-link{display:flex;align-items:center;gap:.5rem}.footer-categories .footer-category-link img{width:1.75rem;height:1.75rem;object-fit:cover;border-radius:.35rem;flex-shrink:0;transition:transform .2s}.footer-categories .footer-category-link:hover img{transform:scale(1.1)}.footer-socials{display:flex;gap:1rem;margin-bottom:2rem}.footer-socials a{background:#ffffff1a;padding:.5rem;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,transform .2s}.footer-socials a:hover{background:var(--saffron);color:var(--gray-900);transform:scale(1.05)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;font-size:.75rem;color:#ffffff80}@media (min-width: 768px){.footer-bottom{flex-direction:row}}.footer-bottom a:hover{color:#fff}.category-hero{position:relative;height:220px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:2rem;border-radius:0 0 1.5rem 1.5rem;box-shadow:var(--shadow-md)}@media (min-width: 768px){.category-hero{height:280px;border-radius:0 0 2rem 2rem}}.category-hero-bg{position:absolute;inset:0;z-index:0}.category-hero-bg img{width:100%;height:100%;object-fit:cover}.category-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(22,101,52,.4),transparent 50%),linear-gradient(to top,#000000b3,#0003);z-index:1}.category-hero-content{position:relative;z-index:2;text-align:center;color:#fff}.category-hero-title{font-size:2rem;font-weight:900;margin:0 0 .5rem;text-shadow:0 2px 12px rgba(0,0,0,.5)}.category-hero-count{font-size:1rem;opacity:.95;margin:0}@media (min-width: 768px){.category-hero{height:280px}.category-hero-title{font-size:2.5rem}}.shop-layout{display:flex;flex-direction:column;gap:2rem;padding:3rem 0}@media (min-width: 768px){.shop-layout{flex-direction:row}}.shop-sidebar{width:100%;flex-shrink:0}@media (min-width: 768px){.shop-sidebar{width:16rem}}.shop-filters{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 1px 3px #0000000d;position:sticky;top:6rem}.shop-filters h2{display:flex;align-items:center;gap:.5rem;color:var(--green-800);font-weight:700;font-size:1.125rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-100)}.filter-list{list-style:none;padding:0;margin:0}.filter-list li{margin-bottom:.5rem}.filter-list a{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;border-radius:.5rem;color:var(--gray-600);transition:all .2s}.filter-list a.filter-link-all{display:block}.filter-list .filter-link-img{width:2.5rem;height:2.5rem;object-fit:cover;border-radius:.5rem;flex-shrink:0}.filter-list a:hover,.filter-list a.active{background:var(--green-50);color:var(--green-800);font-weight:700}.filter-list a.active{border-right:3px solid var(--green-800);padding-right:calc(1rem - 3px)}.shop-main{flex:1}.shop-product-item{min-height:0}.shop-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.shop-header h1{font-size:1.5rem;font-weight:700;color:var(--gray-900)}.shop-count{color:var(--gray-500);font-size:.875rem}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;min-height:50vh;text-align:center}.cart-empty-icon{width:6rem;height:6rem;background:var(--gray-100);border-radius:9999px;display:flex;align-items:center;justify-content:center;color:var(--gray-400);margin-bottom:1.5rem}.cart-empty h1{font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1rem}.cart-empty p{color:var(--gray-500);margin-bottom:2rem;max-width:24rem}.cart-layout{display:flex;flex-direction:column;gap:2rem;padding:3rem 0}@media (min-width: 1024px){.cart-layout{flex-direction:row}}.cart-items{flex:1;display:flex;flex-direction:column;gap:1rem}.cart-item{background:#fff;padding:1rem;border-radius:1rem;border:1px solid var(--gray-100);box-shadow:0 1px 3px #0000000d;display:flex;gap:1rem;align-items:center}.cart-item-image{width:6rem;height:6rem;background:var(--gray-50);border-radius:.5rem;flex-shrink:0;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:contain;padding:.5rem}.cart-item-info{flex:1}.cart-item-info h3{font-weight:700;color:var(--gray-800);margin-bottom:.25rem}.cart-item-price{color:var(--green-700);font-weight:500}.cart-item-qty{display:flex;align-items:center;border:1px solid var(--gray-200);border-radius:.5rem;height:2.25rem}.cart-item-qty button{width:2rem;height:100%;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--gray-600)}.cart-item-qty button:hover{background:var(--gray-50)}.cart-item-qty span{width:2rem;text-align:center;font-weight:700;font-size:.875rem}.cart-item-remove{padding:.5rem;color:#dc2626;background:none;border:none;cursor:pointer;border-radius:.5rem}.cart-item-remove:hover{background:#fef2f2}.cart-summary{width:100%}@media (min-width: 1024px){.cart-summary{width:33.333%}}.cart-summary-box{background:#fff;padding:1.5rem;border-radius:1rem;border:1px solid var(--gray-100);box-shadow:0 1px 3px #0000000d;position:sticky;top:6rem}.cart-summary-box h2{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.cart-summary-row{display:flex;justify-content:space-between;color:var(--gray-600);margin-bottom:.75rem}.cart-summary-total{border-top:1px solid var(--gray-100);padding-top:.75rem;display:flex;justify-content:space-between;font-weight:700;font-size:1.125rem;color:var(--gray-900)}.cart-summary-actions{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.btn-whatsapp{display:block;width:100%;padding:.75rem;background:#25d366;color:#fff;border-radius:9999px;font-weight:700;text-align:center;transition:background .2s}.btn-whatsapp:hover{background:#20bd5a}.checkout-layout{display:grid;grid-template-columns:1fr;gap:2rem;padding:3rem 0;max-width:64rem;margin:0 auto}@media (min-width: 768px){.checkout-layout{grid-template-columns:2fr 1fr}}.checkout-form-section{background:#fff;padding:2rem;border-radius:1.5rem;box-shadow:0 1px 3px #0000000d;border:1px solid var(--gray-100)}.checkout-form-section h2{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.form-grid{grid-template-columns:repeat(2,1fr)}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:700;color:var(--gray-700)}.form-group.full-width{grid-column:1 / -1}@media (min-width: 640px){.form-row-grid{grid-template-columns:repeat(2,1fr)!important}}.product-detail{padding:3rem 0}.product-detail-layout{display:flex;flex-direction:column;background:#fff;border-radius:var(--radius-2xl);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--gray-200)}@media (min-width: 1024px){.product-detail-layout{flex-direction:row}}.product-detail-image{width:100%;min-height:400px;background:var(--gray-50);padding:2rem;display:flex;align-items:center;justify-content:center}@media (min-width: 1024px){.product-detail-image{width:50%}}.product-detail-image img{max-width:400px;width:100%;height:auto}.product-visual{position:relative}.product-detail-img-fallback{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;z-index:0;background:var(--gray-50)}.product-visual #product-canvas{position:relative;z-index:1}.product-detail-info{padding:2rem}@media (min-width: 1024px){.product-detail-info{width:50%;padding:3rem}}.product-detail-badges{display:flex;gap:.5rem;margin-bottom:1rem}.product-detail-badges span{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700}.product-detail-badges .organic{background:var(--green-100);color:var(--green-800)}.product-detail-badges .new{background:#dbeafe;color:#1d4ed8}.product-detail-info h1{font-size:1.875rem;font-weight:900;color:var(--gray-900);margin-bottom:1.5rem;line-height:1.2}.product-detail-price{font-size:1.5rem;font-weight:700;color:var(--green-800);margin-bottom:2rem}.product-detail-price span{font-size:.875rem;font-weight:400;color:var(--gray-500);margin-right:.5rem}.product-detail-desc{color:var(--gray-600);line-height:1.75;font-size:1.125rem;margin-bottom:2rem}.product-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.qty-stepper{display:flex;align-items:center;border:2px solid rgba(22,101,52,.2);border-radius:9999px;background:#fff;height:3rem}.qty-stepper button{padding:0 1rem;color:var(--green-800);background:none;border:none;cursor:pointer;height:100%}.qty-stepper button:hover{background:var(--green-50)}.qty-stepper span{width:3rem;text-align:center;font-weight:700;font-size:1.125rem;color:var(--gray-800)}.blog-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding:4rem 0}@media (min-width: 768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:#fff;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);transition:box-shadow .3s ease,transform .3s ease,border-color .3s;display:flex;flex-direction:column}.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--green-200)}.blog-card-image{position:relative;height:14rem;width:100%;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover}.blog-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.blog-card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.blog-meta{display:flex;align-items:center;gap:1rem;font-size:.75rem;color:var(--gray-500);margin-bottom:1rem}.blog-card h2{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem;line-clamp:2}.blog-card h2:hover{color:var(--green-800)}.blog-excerpt{color:var(--gray-600);font-size:.875rem;margin-bottom:1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--green-800);font-weight:700;font-size:.875rem;padding-top:1rem;border-top:1px solid var(--gray-50)}.blog-link:hover{gap:.75rem}.post-hero{position:relative;height:400px;display:flex;align-items:center;justify-content:center;text-align:center}.post-hero-bg{position:absolute;inset:0}.post-hero-bg img{width:100%;height:100%;object-fit:cover;filter:blur(4px) brightness(.5)}.post-hero-content{position:relative;z-index:10;padding:1rem}.post-hero-content h1{font-size:1.875rem;font-weight:900;color:#fff;margin-bottom:1.5rem;max-width:56rem;margin-left:auto;margin-right:auto}.post-meta{display:flex;align-items:center;justify-content:center;gap:1.5rem;font-size:.875rem;color:#fffc}.post-content{max-width:48rem;margin:-5rem auto 5rem;position:relative;z-index:20;padding:0 1rem}.post-content-inner{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a;border:1px solid var(--gray-100)}.post-content-inner h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}.post-content-inner h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.5rem}.post-content-inner p{margin-bottom:1rem;line-height:1.75;color:var(--gray-700)}.success-screen{display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.success-box{background:#fff;padding:2rem;border-radius:1.5rem;box-shadow:0 10px 15px -3px #0000001a;max-width:28rem;width:100%;text-align:center}.success-icon{width:5rem;height:5rem;background:var(--green-50);color:var(--green-700);border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2.5rem}.success-box h1{font-size:1.5rem;font-weight:900;color:var(--gray-900);margin-bottom:1rem}.success-box p{color:var(--gray-500);margin-bottom:2rem}.success-actions{display:flex;flex-direction:column;gap:.75rem}.newsletter-section{padding:5rem 0;background:linear-gradient(180deg,var(--dark-green) 0%,var(--dark-green-soft) 100%);position:relative}.newsletter-content{max-width:56rem;margin:0 auto;text-align:center;color:#fff}.newsletter-content h2{font-size:1.875rem;font-weight:900;margin-bottom:1.5rem}@media (min-width: 768px){.newsletter-content h2{font-size:3rem}}.newsletter-content>p{font-size:1.125rem;color:#ffffffb3;margin-bottom:2.5rem}.newsletter-form{display:flex;flex-direction:column;gap:1rem;max-width:32rem;margin:0 auto}@media (min-width: 640px){.newsletter-form{flex-direction:row}}.newsletter-form input{flex:1;padding:1rem 1.5rem;border-radius:9999px;border:none;font-size:1rem}.newsletter-form button{background:var(--saffron);color:var(--gray-900);font-weight:700;padding:1rem 2rem;border-radius:var(--radius-full);border:none;cursor:pointer;font-family:inherit;transition:all .25s ease;box-shadow:0 4px 14px #eab30859}.newsletter-form button:hover{background:var(--saffron-light);transform:translateY(-2px);box-shadow:0 8px 24px #eab30866}.newsletter-form button:focus-visible{outline:2px solid white;outline-offset:2px}.about-hero{position:relative;height:400px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.about-hero-bg{position:absolute;inset:0}.about-hero-bg img{width:100%;height:100%;object-fit:cover;filter:brightness(.5)}.about-hero-content{position:relative;z-index:10;padding:1rem}.about-hero-content h1{font-size:2.25rem;font-weight:900;margin-bottom:1rem}.about-hero-content p{font-size:1.25rem;opacity:.9}.about-section{padding:5rem 1rem;max-width:56rem;margin:0 auto;text-align:center}.about-section h2{font-size:1.875rem;font-weight:700;color:var(--gray-800);margin-bottom:2rem}.about-section p{font-size:1.125rem;color:var(--gray-600);line-height:1.75;margin-bottom:1.5rem}.about-values{padding:5rem 1rem;background:var(--green-50)}.about-values-inner{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;align-items:center}@media (min-width: 768px){.about-values-inner{flex-direction:row}}.about-values-image{width:100%;height:20rem;border-radius:1rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}@media (min-width: 768px){.about-values-image{width:50%;height:20rem}}.about-values-image img{width:100%;height:100%;object-fit:contain;padding:2rem;background:#fff}.about-values-content{width:100%}@media (min-width: 768px){.about-values-content{width:50%}}.about-values-content h3{font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1.5rem}.about-values-list{list-style:none;padding:0;margin:0}.about-values-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.about-values-list span{color:var(--green-600);font-size:1.25rem}.contact-header{text-align:center;max-width:42rem;margin:0 auto 4rem;padding:4rem 1rem 0}.contact-header h1{font-size:2.25rem;font-weight:900;color:var(--gray-900);margin-bottom:1rem}.contact-header p{font-size:1.125rem;color:var(--gray-500)}.contact-cards{display:grid;grid-template-columns:1fr;gap:2rem;max-width:64rem;margin:0 auto 4rem;padding:0 1rem}@media (min-width: 768px){.contact-cards{grid-template-columns:repeat(3,1fr)}}.contact-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 1px 3px #0000000d;border:1px solid var(--gray-100);display:flex;flex-direction:column;align-items:center;text-align:center}.contact-card-icon{width:4rem;height:4rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.contact-card-icon.blue{background:#dbeafe;color:#2563eb}.contact-card-icon.green{background:var(--green-50);color:var(--green-700)}.contact-card-icon.yellow{background:#fefce8;color:#ca8a04}.contact-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.contact-card p{color:var(--gray-500);margin-bottom:1rem;font-size:.875rem}.contact-form-section{max-width:64rem;margin:0 auto 4rem;padding:0 1rem}.contact-form-box{background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a;border:1px solid var(--gray-100);display:flex;flex-direction:column}@media (min-width: 768px){.contact-form-box{flex-direction:row}}.contact-form-social{background:var(--dark-green);color:#fff;padding:2.5rem}.contact-form-social h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.contact-form-social>p{color:#ffffffb3;margin-bottom:2rem}.contact-form-form{padding:2.5rem;flex:1}.contact-form-form h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.contact-form-form .form-group{margin-bottom:1rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;color:var(--gray-500)}.breadcrumb a:hover{color:var(--green-800)}.back-btn{display:inline-flex;align-items:center;gap:.5rem;color:var(--gray-500);background:#fff;padding:.5rem 1rem;border-radius:.5rem;border:1px solid var(--gray-100);box-shadow:0 1px 3px #0000000d;margin-bottom:2rem}.back-btn:hover{color:var(--green-800)}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.empty-state{background:#fff;border-radius:1rem;padding:3rem;text-align:center;color:var(--gray-500);border:1px solid var(--gray-100)}.empty-state a{color:var(--green-700);font-weight:600}.empty-state a:hover{text-decoration:underline}.page-section{padding:4rem 0}.page-section.alt{background:linear-gradient(180deg,var(--gray-50) 0%,var(--bg-warm) 100%)}.page-section.white{background:#fff}.about-story{display:flex;flex-direction:column;gap:4rem;align-items:center;max-width:72rem;margin:0 auto}@media (min-width: 768px){.about-story{flex-direction:row;align-items:flex-start}}.about-story-text{max-width:42rem}.about-story-text h2{font-size:2.25rem;font-weight:900;color:var(--gray-900);margin-bottom:1.5rem}.about-story-text p{font-size:1.125rem;color:var(--gray-600);line-height:1.75;margin-bottom:1.5rem}.about-story-visual{max-width:28rem}.about-story-visual img{width:100%;height:auto;border-radius:1rem;box-shadow:var(--shadow-md)}.product-card img[data-fallback],.product-detail-image img[data-fallback],.cart-item-image img[data-fallback]{background:var(--gray-100);object-fit:contain}
