@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;600;700&display=swap");:root{--primary:#2d6a4f;--primary-dark:#1b4332;--primary-light:#52b788;--accent:#d68a32;--bg:#fdfaf5;--bg-white:#fff;--text:#1a1c18;--text-muted:#5c6059;--text-light:#9ca3af;--border:#e2e4df;--radius:0px;--transition:all 0.4s cubic-bezier(0.165,0.84,0.44,1)}*{box-sizing:border-box}body,html{overflow-x:hidden;width:100%}body{font-family:Outfit,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;margin:0;padding:0}::selection{background:var(--primary);color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none;margin:0;padding:0}button{cursor:pointer}button,input,select,textarea{font-family:Outfit,sans-serif}input,select,textarea{max-width:100%;box-sizing:border-box}h1,h2,h3,h4,h5,h6,p,span{word-wrap:break-word;overflow-wrap:break-word}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;box-sizing:border-box}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:768px){.container{padding:0 2rem}}@media (min-width:1024px){.container{padding:0 3rem}}@media (min-width:1600px){.container{max-width:1500px;padding:0 4rem}}@media (min-width:1920px){.container{max-width:1650px;padding:0 5rem}}@media (min-width:2560px){.container{max-width:1900px;padding:0 6rem}}.section{padding:5rem 0}@media (min-width:1600px){.section{padding:6rem 0}}@media (min-width:2560px){.section{padding:7rem 0}}.section-sm{padding:3rem 0}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.5rem);color:var(--primary-dark);font-weight:700}@media (min-width:2560px){.section-title{font-size:4rem}}.section-subtitle{font-size:1.1rem;color:var(--text-muted);margin-top:.5rem}@media (min-width:1600px){.section-subtitle{font-size:1.2rem}}@media (min-width:2560px){.section-subtitle{font-size:1.35rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:50px;font-size:.95rem;font-weight:600;border:2px solid transparent;cursor:pointer;transition:var(--transition);white-space:nowrap;font-family:Outfit,sans-serif}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px rgba(45,106,79,.3)}.btn-accent{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-accent:hover{background:#e06d00;transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--primary);border-color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-white{background:#fff;color:var(--primary);border-color:#fff}.btn-white:hover{background:transparent;color:#fff;border-color:#fff}.btn-sm{padding:.5rem 1.1rem;font-size:.85rem}.btn-lg{padding:.9rem 2.2rem;font-size:1.05rem}.btn-full{width:100%}.btn-danger{background:#ef4444;color:#fff;border-color:#ef4444}.btn-danger:hover{background:#dc2626}.btn-ghost{background:transparent;color:var(--text-muted);border-color:var(--border)}.btn-ghost:hover{background:var(--bg);color:var(--text)}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.88rem;font-weight:600;margin-bottom:.45rem}.form-input{width:100%;padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.95rem;color:var(--text);background:#fff;transition:var(--transition);outline:none}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(45,106,79,.12)}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-error{font-size:.82rem;color:#ef4444;margin-top:.25rem}.alert{padding:.85rem 1rem;border-radius:var(--radius-sm);font-size:.9rem;margin-bottom:1rem}.alert-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.alert-success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.alert-info{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.stars{display:flex;gap:2px}.star{color:#d1d5db;font-size:.9rem}.star.filled{color:#f59e0b}.rating-count{font-size:.78rem;color:var(--text-muted);margin-left:4px}.badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:50px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.badge-discount{background:#ef4444;color:#fff}.badge-bestseller{background:var(--accent);color:#fff}.badge-featured{background:var(--primary);color:#fff}.badge-success{background:#dcfce7;color:#16a34a}.badge-warning{background:#fef9c3;color:#854d0e}.badge-error{background:#fee2e2;color:#dc2626}.badge-info{background:#dbeafe;color:#1d4ed8}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto}.spinner-sm{width:20px;height:20px;border-width:2px}@keyframes spin{to{transform:rotate(1turn)}}.loading-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1rem;color:var(--text-muted)}.empty-state{text-align:center;padding:4rem 1rem;color:var(--text-muted)}.empty-state .empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{font-size:1.3rem;color:var(--text);margin-bottom:.5rem}.empty-state p{margin-bottom:1.5rem}.page-header{background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff;padding:3rem 0;text-align:center}.page-header h1{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:.5rem}.page-header p{opacity:.85;font-size:1rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted);padding:1rem 0}.breadcrumb a{color:var(--primary)}.breadcrumb a:hover{text-decoration:underline}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:2rem;gap:2rem}@media (min-width:1400px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.25rem}}@media (min-width:1800px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem}}@media (min-width:2560px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:3rem}}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:1.75rem;gap:1.75rem}@media (min-width:1400px){.categories-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem}}@media (min-width:1800px){.categories-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2.25rem}}@media (min-width:2560px){.categories-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2.5rem}}.product-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:var(--transition);position:relative}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.product-card-badges{position:absolute;top:10px;left:10px;z-index:2;display:flex;flex-direction:column;gap:4px}.product-img-wrap{position:relative;height:260px;overflow:hidden;background:var(--bg)}@media (min-width:1600px){.product-img-wrap{height:300px}}@media (min-width:2560px){.product-img-wrap{height:350px}}.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-img-wrap img{transform:scale(1.06)}.product-overlay{position:absolute;inset:0;background:rgba(0,0,0,.36);display:flex;align-items:center;justify-content:center;gap:.5rem;opacity:0;transition:var(--transition)}.product-card:hover .product-overlay{opacity:1}.overlay-btn{width:40px;height:40px;border-radius:50%;background:#fff;color:var(--text);border:none;display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;transition:var(--transition)}.overlay-btn:hover{background:var(--primary);color:#fff;transform:scale(1.1)}.product-info{padding:1rem 1.1rem 1.25rem}.product-category{font-size:.72rem;color:var(--primary);font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.3rem}.product-name{font-size:.95rem;font-weight:600;margin-bottom:.5rem;line-height:1.4}.product-name a:hover{color:var(--primary)}.product-price{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.price-current{font-size:1.15rem;font-weight:700;color:var(--primary-dark)}.price-original{font-size:.85rem;color:var(--text-light);text-decoration:line-through}.btn-add-cart{width:100%;background:var(--primary);color:#fff;border:none;border-radius:8px;padding:.65rem 1rem;font-size:.88rem;font-weight:600;cursor:pointer;transition:var(--transition)}.btn-add-cart:hover{background:var(--primary-dark);transform:translateY(-1px)}.category-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border);cursor:pointer;transition:var(--transition);text-align:center}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--primary-light)}.category-img{height:150px;overflow:hidden}@media (min-width:1600px){.category-img{height:180px}}@media (min-width:2560px){.category-img{height:220px}}.category-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-card:hover .category-img img{transform:scale(1.08)}.category-name{padding:.75rem .5rem;font-size:.9rem;font-weight:600;color:var(--primary-dark)}.features-bar{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;padding:2rem 0}@media (min-width:1400px){.features-grid{gap:3rem;padding:2.5rem 0}}@media (min-width:1800px){.features-grid{gap:4rem;padding:3rem 0}}.feature-item{gap:1rem}.feature-icon,.feature-item{display:flex;align-items:center}.feature-icon{width:48px;height:48px;background:rgba(45,106,79,.1);border-radius:12px;justify-content:center;font-size:1.4rem;flex-shrink:0}.feature-text strong{display:block;font-size:.9rem;font-weight:600}.feature-text span{font-size:.8rem;color:var(--text-muted)}.hero{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary) 70%,var(--accent) 100%);min-height:75vh;display:flex;align-items:center;position:relative;overflow:hidden}@media (min-width:1600px){.hero{min-height:80vh}}@media (min-width:2560px){.hero{min-height:85vh}}.hero:before{content:"";position:absolute;inset:0;background:url(https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=1400) 50%/cover no-repeat;opacity:.1}.hero-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;position:relative;z-index:1;padding:4rem 0}@media (min-width:1400px){.hero-container{gap:5rem;padding:5rem 0}}@media (min-width:1800px){.hero-container{gap:6rem;padding:6rem 0}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);border-radius:50px;padding:.4rem 1rem;font-size:.85rem;color:#fff;font-weight:500;margin-bottom:1.25rem}.hero h1{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,4.5rem);color:#fff;line-height:1.2;font-weight:700;margin-bottom:1rem}@media (min-width:2560px){.hero h1{font-size:5.5rem}}.hero h1 span{color:#a7f3d0}.hero-desc{font-size:1.15rem;color:hsla(0,0%,100%,.85);margin-bottom:2rem;max-width:600px}@media (min-width:1600px){.hero-desc{font-size:1.25rem;max-width:700px}}@media (min-width:2560px){.hero-desc{font-size:1.4rem;max-width:800px}}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-stats{display:flex;gap:2.5rem;margin-top:3rem}.hero-stat strong{display:block;font-size:1.6rem;font-weight:800;color:#fff}.hero-stat span{font-size:.85rem;color:hsla(0,0%,100%,.75)}.hero-img-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.hero-img-grid .img-tall{grid-row:span 2}.hero-img-grid img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-lg);object-fit:cover}.promo-banner{background:linear-gradient(135deg,var(--primary-dark),var(--primary));border-radius:var(--radius-lg);padding:2.5rem 3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative;overflow:hidden}.promo-banner:before{content:"🌿";position:absolute;right:15%;font-size:8rem;opacity:.07;top:50%;transform:translateY(-50%)}.promo-text h2{font-family:Playfair Display,serif;font-size:1.8rem;color:#fff;margin-bottom:.5rem}.promo-text p{color:hsla(0,0%,100%,.8)}.promo-code{background:hsla(0,0%,100%,.15);border:1px dashed hsla(0,0%,100%,.5);border-radius:8px;padding:.4rem 1rem;color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:3px;display:inline-block;margin-top:.75rem}.why-us-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:2rem;gap:2rem}@media (min-width:1400px){.why-us-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem}}@media (min-width:1800px){.why-us-grid{gap:3rem}}.why-card{background:#fff;padding:2rem;border-radius:var(--radius);border:1px solid var(--border);text-align:center;transition:var(--transition)}.why-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.why-icon{font-size:2.5rem;margin-bottom:1rem}.why-title{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:var(--primary-dark)}.why-desc{font-size:.88rem;color:var(--text-muted)}.cart-layout{display:grid;grid-template-columns:1fr 340px;grid-gap:2rem;gap:2rem;align-items:start}.cart-item{display:flex;gap:1rem;padding:1.25rem;border-radius:var(--radius-sm);background:#fff;border:1px solid var(--border);margin-bottom:1rem;transition:var(--transition)}.cart-item:hover{box-shadow:var(--shadow-sm)}.cart-item-img{width:90px;height:90px;border-radius:8px;overflow:hidden;flex-shrink:0}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1 1}.cart-item-name{font-weight:600;margin-bottom:.25rem}.cart-item-price{color:var(--primary);font-weight:700;font-size:1.05rem}.qty-control{gap:.5rem;margin-top:.5rem}.qty-btn,.qty-control{display:flex;align-items:center}.qty-btn{width:30px;height:30px;border-radius:6px;border:1.5px solid var(--border);background:var(--bg);font-size:1rem;font-weight:600;cursor:pointer;justify-content:center;transition:var(--transition)}.qty-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.qty-value{font-weight:600;min-width:24px;text-align:center}.order-summary{background:#fff;border-radius:var(--radius);border:1px solid var(--border);padding:1.5rem;position:-webkit-sticky;position:sticky;top:90px}.order-summary h3{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem;border-bottom:1px solid var(--border);padding-bottom:.75rem}.summary-row{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.75rem;color:var(--text-muted)}.summary-row.total{font-size:1.05rem;font-weight:700;color:var(--text);border-top:1px solid var(--border);padding-top:.75rem;margin-top:.5rem}.checkout-layout{display:grid;grid-template-columns:1fr 340px;grid-gap:2rem;gap:2rem;align-items:start}.checkout-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;margin-bottom:1.5rem}.checkout-card h3{font-size:1rem;font-weight:700;margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}.payment-option{border:2px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.25rem;cursor:pointer;transition:var(--transition);display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.payment-option.selected{border-color:var(--primary);background:rgba(45,106,79,.05)}.payment-option input{accent-color:var(--primary);width:18px;height:18px}.profile-layout{display:grid;grid-template-columns:240px 1fr;grid-gap:2rem;gap:2rem;align-items:start}.profile-sidebar{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;position:-webkit-sticky;position:sticky;top:90px}.profile-head{background:linear-gradient(135deg,var(--primary-dark),var(--primary));padding:2rem;text-align:center;color:#fff}.profile-avatar{width:70px;height:70px;background:hsla(0,0%,100%,.2);border-radius:50%;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto .75rem}.profile-avatar,.profile-nav a{display:flex;align-items:center}.profile-nav a{gap:.75rem;padding:.9rem 1.25rem;font-size:.9rem;font-weight:500;transition:var(--transition);border-left:3px solid transparent}.profile-nav a.active,.profile-nav a:hover{background:rgba(45,106,79,.06);color:var(--primary);border-left-color:var(--primary)}.order-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.25rem;transition:var(--transition)}.order-card:hover{box-shadow:var(--shadow)}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.order-id{font-weight:700;color:var(--primary-dark)}.order-date{font-size:.82rem;color:var(--text-muted);margin-top:.2rem}.order-items-preview{display:flex;gap:.5rem;flex-wrap:wrap}.order-item-img{width:54px;height:54px;border-radius:8px;overflow:hidden;border:1px solid var(--border)}.order-item-img img{width:100%;height:100%;object-fit:cover}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2.5rem}.page-btn{width:38px;height:38px;border-radius:8px;border:1.5px solid var(--border);background:#fff;color:var(--text);cursor:pointer;font-weight:500;transition:var(--transition);font-family:Outfit,sans-serif}.page-btn.active,.page-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.filter-sidebar{background:#fff;border-radius:var(--radius);padding:1.5rem;border:1px solid var(--border);position:-webkit-sticky;position:sticky;top:90px}.filter-group{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.filter-group:last-child{border-bottom:none;margin-bottom:0}.filter-group h4{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:.75rem}.price-inputs{display:flex;gap:.5rem;align-items:center}.price-input{width:100%;padding:.5rem .75rem;border:1.5px solid var(--border);border-radius:6px;font-size:.85rem;font-family:Outfit,sans-serif;outline:none}.price-input:focus{border-color:var(--primary)}.filter-check{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;margin-bottom:.5rem}.filter-check input{accent-color:var(--primary)}.category-pills{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.category-pill{padding:.4rem 1rem;border-radius:50px;border:1.5px solid var(--border);font-size:.85rem;cursor:pointer;transition:all .2s;font-family:Outfit,sans-serif;background:#fff;color:var(--text)}.category-pill.active,.category-pill:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.sort-select{padding:.5rem 1rem;border:1.5px solid var(--border);border-radius:8px;font-family:Outfit,sans-serif;font-size:.9rem;color:var(--text);cursor:pointer;background:#fff;outline:none}.sort-select:focus{border-color:var(--primary)}.product-detail-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}.product-main-img{width:100%;border-radius:var(--radius);overflow:hidden;margin-bottom:1rem;height:420px}.product-main-img img{width:100%;height:100%;object-fit:cover}.product-thumbnails{display:flex;gap:.75rem;overflow-x:auto}.thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid var(--border);flex-shrink:0;transition:var(--transition)}.thumbnail.active,.thumbnail:hover{border-color:var(--primary)}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-detail-category{font-size:.8rem;color:var(--primary);font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.product-detail-name{font-family:Playfair Display,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:var(--primary-dark);margin-bottom:.75rem;line-height:1.3}.product-detail-price{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.product-detail-price .price-current{font-size:1.75rem;font-weight:800;color:var(--primary-dark)}.product-detail-price .price-original{font-size:1rem;color:var(--text-muted);text-decoration:line-through}.product-detail-price .discount-pct{font-size:.85rem;background:#fef2f2;color:#dc2626;padding:.2rem .6rem;border-radius:50px;font-weight:700}.qty-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.review-card{background:var(--bg);border-radius:var(--radius-sm);padding:1.25rem;margin-bottom:1rem}.review-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.reviewer-avatar{width:38px;height:38px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.reviewer-name{font-weight:600;font-size:.9rem}.review-date{font-size:.78rem;color:var(--text-muted)}@media (max-width:1200px){.container{padding:0 1.5rem}.hero-container{gap:2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.category-staggered{grid-template-columns:repeat(2,1fr)!important;gap:2rem!important}.category-staggered>*{margin-top:0!important}}@media (max-width:1024px){.hero-img-grid{display:none}.hero-container{grid-template-columns:1fr;text-align:center;padding:3rem 0}.hero-actions,.hero-stats{justify-content:center}.cart-layout,.checkout-layout{grid-template-columns:1fr}.order-summary{position:static;top:auto}.profile-layout{grid-template-columns:1fr}.profile-sidebar{position:static;top:auto}.features-grid{gap:1.25rem}.features-grid,.why-us-grid{grid-template-columns:repeat(2,1fr)}.product-detail-layout{grid-template-columns:1fr;gap:2rem}.filter-sidebar{position:static;top:auto;margin-bottom:2rem}.responsive-split{grid-template-columns:1fr!important;gap:4rem!important}.footer-grid{grid-template-columns:repeat(2,1fr)!important;gap:3rem!important}}@media (max-width:768px){.container{padding:0 1rem}.section{padding:3rem 0}.hero{min-height:450px}.hero h1{font-size:clamp(1.8rem,5vw,2.4rem)}.hero-desc{font-size:1rem}.hero-stats{flex-wrap:wrap;gap:1.5rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%}.promo-banner{flex-direction:column;text-align:center;padding:2rem 1.5rem}.promo-text h2{font-size:1.4rem}.features-grid,.form-row{grid-template-columns:1fr}.features-grid{gap:1rem}.feature-item{padding:.75rem;background:var(--bg);border-radius:var(--radius-sm)}.categories-grid,.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.why-us-grid{grid-template-columns:1fr}.cart-item{flex-direction:column;align-items:flex-start}.cart-item-img{width:100%;height:180px}.product-card-badges{top:8px;left:8px}.product-img-wrap{height:180px}.section-title{font-size:clamp(1.5rem,4vw,2rem)}.section-subtitle{font-size:.95rem}.page-header{padding:2rem 1rem}.page-header h1{font-size:clamp(1.5rem,4vw,2rem)}.footer-grid{gap:2.5rem!important}.category-staggered,.footer-grid{grid-template-columns:1fr!important}.category-staggered{gap:2rem!important}}@media (max-width:640px){.btn-lg{padding:.8rem 1.5rem;font-size:.95rem}.hero{min-height:380px}.hero-badge{font-size:.8rem;padding:.35rem .85rem}.hero-stat strong{font-size:1.3rem}.hero-stat span{font-size:.8rem}.promo-banner{padding:1.5rem 1rem}.promo-text h2{font-size:1.2rem}.promo-code{font-size:.95rem;letter-spacing:2px}.checkout-card,.order-summary{padding:1.25rem}.product-main-img{height:320px}.qty-row{flex-direction:column;align-items:stretch}.qty-control{justify-content:center}}@media (max-width:480px){.container{padding:0 .875rem}.section{padding:2.5rem 0}.products-grid{grid-template-columns:1fr;gap:1rem}.categories-grid{grid-template-columns:repeat(2,1fr);gap:.875rem}.features-grid{grid-template-columns:1fr;gap:.875rem}.feature-icon{width:40px;height:40px;font-size:1.2rem}.feature-text strong{font-size:.85rem}.feature-text span{font-size:.75rem}.hero{min-height:320px}.hero-stats{gap:1rem}.hero-stat{flex:1 1;min-width:100px}.product-img-wrap{height:240px}.product-info{padding:.875rem}.product-name{font-size:.9rem}.price-current{font-size:1.05rem}.btn-add-cart{padding:.6rem .875rem;font-size:.85rem}.category-img{height:100px}.category-name{padding:.6rem .5rem;font-size:.85rem}.why-card{padding:1.5rem}.why-icon{font-size:2rem}.why-title{font-size:.95rem}.why-desc{font-size:.85rem}.order-card{padding:1.25rem}.pagination{gap:.375rem}.page-btn{width:34px;height:34px;font-size:.85rem}.profile-head{padding:1.5rem}.profile-avatar{width:60px;height:60px;font-size:1.5rem}.profile-nav a{padding:.75rem 1rem;font-size:.85rem}.product-main-img{height:280px}.thumbnail{width:70px;height:70px}.product-detail-price .price-current{font-size:1.5rem}.review-card{padding:1rem}.btn{padding:.65rem 1.5rem;font-size:.9rem}.btn-sm{padding:.45rem 1rem;font-size:.82rem}}@media (max-width:360px){.hero-stats{flex-direction:column;align-items:center;text-align:center}.categories-grid{grid-template-columns:1fr}.hero-actions .btn{font-size:.9rem;padding:.75rem 1.25rem}}