@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@400;500;600;700&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:15px;scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;color:#1a1a2e;background:#f1f3f6;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;transition:color .2s}
ul{list-style:none}
button{cursor:pointer;font-family:inherit}
input,select,textarea{font-family:inherit}
address{font-style:normal}

/* === LAYOUT === */
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}
.page-wrap{background:#f1f3f6;min-height:100vh}

/* === TOP HEADER BAR === */
.top-header{background:#1B6B3A;padding:0}
.top-header-inner{display:flex;align-items:stretch;height:56px;gap:0}
.logo-area{display:flex;align-items:center;padding:0 16px 0 8px;min-width:200px;background:#1B6B3A}
.logo-area img{height:44px;width:auto}
.search-area{flex:1;display:flex;align-items:center;padding:8px 0}
.search-bar{display:flex;width:100%;height:40px;border-radius:4px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.15)}
.search-bar select{height:100%;border:none;background:#f3f3f3;padding:0 10px;font-size:.78rem;color:#333;font-weight:600;cursor:pointer;border-right:1px solid #ddd;min-width:110px;outline:none}
.search-bar input{flex:1;height:100%;border:none;padding:0 14px;font-size:.9rem;color:#1a1a1a;outline:none;background:#fff}
.search-bar button{height:100%;padding:0 18px;background:#2E8B57;border:none;color:#fff;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background .2s}
.search-bar button:hover{background:#1B6B3A}
.header-right{display:flex;align-items:center;gap:0;padding:0 8px}
.hdr-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 14px;color:#fff;height:56px;border:none;background:transparent;font-size:.72rem;font-weight:500;gap:2px;white-space:nowrap;transition:background .2s;cursor:pointer;position:relative}
.hdr-btn:hover{background:rgba(255,255,255,.08)}
.hdr-btn .hdr-label{font-size:.68rem;color:rgba(255,255,255,.8);line-height:1}
.hdr-btn .hdr-val{font-size:.82rem;font-weight:700;color:#fff;line-height:1}
.cart-count{position:absolute;top:8px;right:8px;background:#FF9900;color:#111;font-size:.6rem;font-weight:800;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}

/* === NAV BAR === */
.nav-bar{background:#2E8B57;padding:0}
.nav-bar-inner{display:flex;align-items:center;height:38px;gap:0;overflow-x:auto;scrollbar-width:none}
.nav-bar-inner::-webkit-scrollbar{display:none}
.nav-link{display:flex;align-items:center;height:38px;padding:0 12px;color:rgba(255,255,255,.92);font-size:.8rem;font-weight:500;white-space:nowrap;transition:all .2s;border-radius:2px;gap:4px}
.nav-link:hover,.nav-link.active{background:rgba(255,255,255,.15);color:#fff}
.nav-link.featured{border:1px solid rgba(255,255,255,.4);border-radius:3px;font-weight:700}

/* === HERO BANNER === */
.hero-section{background:#fff;margin-bottom:10px}
.hero-grid{display:grid;grid-template-columns:220px 1fr 180px;gap:0;min-height:340px}
.hero-categories{background:#fff;border-right:1px solid #e8e8e8;padding:8px 0;overflow-y:auto}
.hero-cat-item{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;font-size:.8rem;color:#222;cursor:pointer;transition:background .15s;gap:8px}
.hero-cat-item:hover{background:#f0f7f3;color:#1B6B3A}
.hero-cat-item span{color:#aaa;font-size:.7rem}
.hero-main{position:relative;overflow:hidden;background:linear-gradient(135deg,#e8f5ee 0%,#d4edda 50%,#c3e6cb 100%)}
.hero-slide{position:absolute;inset:0;display:flex;align-items:center;padding:40px 48px;opacity:0;transition:opacity .6s;pointer-events:none}
.hero-slide.active{opacity:1;pointer-events:all}
.hero-slide-content{max-width:380px}
.hero-tag{display:inline-block;background:#1B6B3A;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:2px;margin-bottom:14px}
.hero-slide-content h1{font-family:'Poppins',sans-serif;font-size:2.1rem;font-weight:700;color:#1a1a2e;line-height:1.2;margin-bottom:10px}
.hero-slide-content p{font-size:.88rem;color:#444;margin-bottom:22px;line-height:1.65}
.hero-slide-content .hero-cta{display:inline-flex;align-items:center;gap:8px;background:#1B6B3A;color:#fff;padding:11px 24px;border-radius:4px;font-size:.85rem;font-weight:700;transition:background .2s}
.hero-slide-content .hero-cta:hover{background:#145228}
.hero-img-placeholder{flex:1;display:flex;align-items:center;justify-content:center}
.hero-frame{width:220px;height:260px;background:rgba(255,255,255,.5);border-radius:12px;border:2px dashed rgba(27,107,58,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:rgba(27,107,58,.5);text-align:center;padding:20px}
.hero-frame p{font-size:.75rem;font-weight:600;line-height:1.5}
.hero-dots{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:6px}
.hero-dot{width:8px;height:8px;border-radius:50%;background:rgba(27,107,58,.3);cursor:pointer;transition:all .2s}
.hero-dot.active{background:#1B6B3A;width:20px;border-radius:4px}
.hero-sidebar{background:#fff;border-left:1px solid #e8e8e8;padding:12px;display:flex;flex-direction:column;gap:10px}
.hero-side-card{background:linear-gradient(135deg,#f0f7f3,#e8f5ee);border-radius:8px;padding:12px;text-align:center;border:1px solid #d4edda;cursor:pointer;transition:transform .2s}
.hero-side-card:hover{transform:scale(1.02)}
.hero-side-card h4{font-size:.78rem;font-weight:700;color:#1B6B3A;margin-bottom:4px}
.hero-side-card p{font-size:.68rem;color:#666}

/* === SECTION STRIP === */
.section-strip{background:#fff;margin-bottom:10px;border-radius:2px}
.strip-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 12px;border-bottom:1px solid #f0f0f0}
.strip-title{font-family:'Poppins',sans-serif;font-size:1.15rem;font-weight:700;color:#1a1a2e}
.strip-title span{color:#1B6B3A}
.strip-see-all{font-size:.8rem;font-weight:600;color:#1B6B3A;display:flex;align-items:center;gap:4px}
.strip-see-all:hover{text-decoration:underline}
.strip-body{padding:14px 18px 18px}

/* === PRODUCT CARD (Flipkart/Amazon style) === */
.products-row{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#e8e8e8}
.product-card{background:#fff;display:flex;flex-direction:column;transition:box-shadow .2s;cursor:pointer;position:relative}
.product-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.12);z-index:1}
.product-card-link{display:flex;flex-direction:column;flex:1;color:inherit}
.product-img-box{aspect-ratio:1/1;overflow:hidden;background:#f8f8f8;display:flex;align-items:center;justify-content:center;position:relative}
.product-img-box img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform .3s}
.product-card:hover .product-img-box img{transform:scale(1.05)}
.product-img-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#bbb}
.product-img-placeholder p{font-size:.68rem;text-align:center;line-height:1.4;color:#ccc}
.product-tag{position:absolute;top:0;left:0;background:#1B6B3A;color:#fff;font-size:.62rem;font-weight:800;padding:3px 8px;letter-spacing:.04em}
.product-tag.sale{background:#e53935}
.product-info{padding:10px 12px 14px;flex:1;display:flex;flex-direction:column}
.product-brand{font-size:.68rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px}
.product-title{font-size:.82rem;font-weight:600;color:#1a1a2e;line-height:1.4;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-rating{display:flex;align-items:center;gap:5px;margin-bottom:7px}
.rating-pill{background:#1B6B3A;color:#fff;font-size:.67rem;font-weight:700;padding:2px 6px;border-radius:3px;display:flex;align-items:center;gap:2px}
.rating-count{font-size:.7rem;color:#888}
.product-price-row{display:flex;align-items:baseline;gap:6px;margin-bottom:3px}
.product-price{font-size:1.05rem;font-weight:800;color:#1a1a2e}
.product-old-price{font-size:.78rem;color:#999;text-decoration:line-through}
.product-discount{font-size:.75rem;font-weight:700;color:#388e3c}
.product-card-footer{padding:0 12px 12px;margin-top:auto}
.btn-atc{width:100%;padding:9px 0;background:#FF9900;border:none;color:#111;font-size:.8rem;font-weight:800;border-radius:3px;letter-spacing:.03em;transition:background .2s}
.btn-atc:hover{background:#e68900}
.btn-atc.out{background:#ccc;color:#888;cursor:not-allowed}

/* === CATEGORY GRID === */
.cat-scroll{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:#e8e8e8}
.cat-tile{background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px 10px;cursor:pointer;transition:all .2s;text-align:center}
.cat-tile:hover{background:#f0f7f3}
.cat-tile-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:10px;font-size:1.6rem}
.cat-tile h4{font-size:.75rem;font-weight:700;color:#222;line-height:1.35}

/* === INFO STRIP === */
.info-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#e8e8e8;margin-bottom:10px}
.info-tile{background:#fff;display:flex;align-items:center;gap:14px;padding:16px 20px}
.info-icon{width:40px;height:40px;border-radius:50%;background:#f0f7f3;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#1B6B3A}
.info-tile h4{font-size:.82rem;font-weight:700;color:#1a1a2e;margin-bottom:2px}
.info-tile p{font-size:.73rem;color:#777;line-height:1.4}

/* === DEALS BANNER === */
.deals-banner{background:linear-gradient(135deg,#1B6B3A 0%,#2E8B57 60%,#52B788 100%);padding:30px 32px;border-radius:4px;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.deals-banner-text h2{font-family:'Poppins',sans-serif;font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:6px}
.deals-banner-text p{font-size:.88rem;color:rgba(255,255,255,.82);max-width:440px;line-height:1.7}
.deals-banner a{background:#FF9900;color:#111;padding:12px 28px;border-radius:3px;font-size:.85rem;font-weight:800;white-space:nowrap;transition:background .2s}
.deals-banner a:hover{background:#e68900}

/* === PAGE HERO === */
.page-hero{background:#fff;border-bottom:1px solid #e8e8e8;padding:14px 0}
.page-hero h1{font-family:'Poppins',sans-serif;font-size:1.3rem;font-weight:700;color:#1a1a2e;margin-top:6px}

/* === BREADCRUMB === */
.breadcrumb{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#888;flex-wrap:wrap}
.breadcrumb a{color:#1B6B3A;font-weight:500}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb-sep{color:#ccc}

/* === SHOP LAYOUT === */
.shop-layout{display:grid;grid-template-columns:220px 1fr;gap:10px}
.shop-sidebar{background:#fff;border-radius:2px;height:fit-content;position:sticky;top:70px}
.sidebar-section{padding:14px 16px;border-bottom:1px solid #f0f0f0}
.sidebar-section:last-child{border-bottom:none}
.sidebar-title{font-size:.82rem;font-weight:800;color:#1a1a2e;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}
.sidebar-link{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:.8rem;color:#333;cursor:pointer;transition:color .2s}
.sidebar-link:hover,.sidebar-link.active{color:#1B6B3A;font-weight:600}
.sidebar-link input[type=radio]{accent-color:#1B6B3A}
.shop-main{}
.sort-bar{background:#fff;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;margin-bottom:8px;border-radius:2px}
.sort-bar span{font-size:.8rem;color:#888}
.sort-bar select{border:1px solid #ddd;padding:6px 10px;border-radius:3px;font-size:.8rem;color:#333;outline:none;cursor:pointer}
.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.shop-grid .product-card{border:1px solid #f0f0f0}

/* === PRODUCT DETAIL === */
.detail-layout{display:grid;grid-template-columns:360px 1fr;gap:10px;align-items:start}
.detail-img-panel{background:#fff;border-radius:2px;padding:24px;position:sticky;top:70px}
.detail-main-img{aspect-ratio:1/1;border:1px solid #f0f0f0;border-radius:4px;overflow:hidden;margin-bottom:12px;display:flex;align-items:center;justify-content:center;background:#f8f8f8}
.detail-main-img img{width:100%;height:100%;object-fit:contain;padding:16px}
.detail-frame{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#ccc;text-align:center;padding:32px}
.detail-frame p{font-size:.78rem;color:#bbb;line-height:1.5}
.detail-info{background:#fff;border-radius:2px;padding:24px}
.detail-brand{font-size:.78rem;font-weight:700;color:#1B6B3A;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}
.detail-name{font-family:'Poppins',sans-serif;font-size:1.4rem;font-weight:700;color:#1a1a2e;line-height:1.3;margin-bottom:10px}
.detail-rating{display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:1px solid #f0f0f0;margin-bottom:14px}
.detail-price-block{margin-bottom:16px}
.detail-price-label{font-size:.75rem;color:#888;margin-bottom:4px}
.detail-price-main{font-size:2rem;font-weight:800;color:#1a1a2e}
.detail-price-old{font-size:.88rem;color:#999;text-decoration:line-through;margin-left:8px}
.detail-price-off{font-size:.88rem;font-weight:700;color:#388e3c;margin-left:6px}
.detail-desc{font-size:.85rem;color:#555;line-height:1.8;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid #f0f0f0}
.detail-meta-row{display:flex;gap:10px;align-items:center;margin-bottom:10px;font-size:.82rem}
.detail-meta-label{color:#888;min-width:90px;font-weight:500}
.detail-meta-val{color:#1a1a2e;font-weight:600}
.detail-qty-row{display:flex;align-items:center;gap:12px;margin:18px 0}
.detail-qty-label{font-size:.82rem;font-weight:700;color:#1a1a2e}
.qty-box{display:flex;align-items:center;border:1px solid #ddd;border-radius:3px;overflow:hidden}
.qty-box button{width:34px;height:34px;border:none;background:#f5f5f5;font-size:1.1rem;font-weight:700;color:#333;transition:background .2s}
.qty-box button:hover{background:#e8e8e8}
.qty-box input{width:46px;height:34px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;font-size:.9rem;font-weight:700;outline:none}
.detail-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}
.btn-buy-now{flex:1;padding:14px 0;background:#FF9900;border:none;color:#111;font-size:.88rem;font-weight:800;border-radius:3px;transition:background .2s;letter-spacing:.02em}
.btn-buy-now:hover{background:#e68900}
.btn-add-cart{flex:1;padding:14px 0;background:#1B6B3A;border:none;color:#fff;font-size:.88rem;font-weight:800;border-radius:3px;transition:background .2s;letter-spacing:.02em}
.btn-add-cart:hover{background:#145228}
.delivery-box{background:#f9f9f9;border:1px solid #e8e8e8;border-radius:4px;padding:14px 16px;margin-bottom:18px}
.delivery-box h4{font-size:.8rem;font-weight:700;color:#1a1a2e;margin-bottom:8px}
.delivery-row{display:flex;align-items:flex-start;gap:8px;font-size:.78rem;color:#555;margin-bottom:6px}
.delivery-row:last-child{margin-bottom:0}
.delivery-row svg{flex-shrink:0;color:#1B6B3A;margin-top:1px}
.certif-strip{display:flex;gap:16px;flex-wrap:wrap;padding-top:16px;border-top:1px solid #f0f0f0}
.certif-item{font-size:.72rem;color:#666;display:flex;align-items:center;gap:5px}
.certif-item svg{color:#1B6B3A}

/* === CART === */
.cart-layout{display:grid;grid-template-columns:1fr 320px;gap:10px;align-items:start}
.cart-panel{background:#fff;border-radius:2px;padding:18px}
.cart-panel h2{font-family:'Poppins',sans-serif;font-size:1.15rem;font-weight:700;color:#1a1a2e;padding-bottom:14px;border-bottom:1px solid #f0f0f0;margin-bottom:14px}
.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:14px;padding:16px 0;border-bottom:1px solid #f5f5f5;align-items:start}
.cart-item:last-child{border-bottom:none}
.cart-item-img{width:90px;height:90px;border:1px solid #f0f0f0;border-radius:3px;display:flex;align-items:center;justify-content:center;background:#f8f8f8;overflow:hidden}
.cart-item-img img{width:100%;height:100%;object-fit:contain;padding:6px}
.cart-item-name{font-size:.85rem;font-weight:600;color:#1a1a2e;margin-bottom:4px}
.cart-item-meta{font-size:.75rem;color:#888;margin-bottom:8px}
.cart-item-price{font-size:1rem;font-weight:800;color:#1a1a2e}
.cart-qty-ctrl{display:flex;align-items:center;border:1px solid #ddd;border-radius:2px;overflow:hidden;width:fit-content}
.cart-qty-ctrl button{width:28px;height:28px;border:none;background:#f5f5f5;font-size:1rem;font-weight:700;color:#333}
.cart-qty-ctrl input{width:36px;height:28px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;font-size:.82rem;outline:none}
.cart-remove{font-size:.75rem;color:#1B6B3A;cursor:pointer;margin-top:8px;display:inline-block;font-weight:600}
.cart-remove:hover{text-decoration:underline}
.order-summary-panel{background:#fff;border-radius:2px;padding:18px;position:sticky;top:70px}
.order-summary-panel h3{font-size:.78rem;font-weight:800;color:#888;text-transform:uppercase;letter-spacing:.08em;padding-bottom:12px;border-bottom:1px solid #f0f0f0;margin-bottom:14px}
.summary-line{display:flex;justify-content:space-between;font-size:.82rem;color:#555;margin-bottom:10px}
.summary-line.total{font-size:1rem;font-weight:800;color:#1a1a2e;border-top:1px solid #f0f0f0;padding-top:12px;margin-top:6px}
.summary-line.total span:last-child{color:#388e3c}
.checkout-btn{width:100%;padding:13px 0;background:#FF9900;border:none;color:#111;font-size:.9rem;font-weight:800;border-radius:3px;margin-top:16px;transition:background .2s;letter-spacing:.02em}
.checkout-btn:hover{background:#e68900}
.savings-badge{background:#f0f7f3;border-radius:2px;padding:10px 14px;margin-top:14px;font-size:.78rem;color:#1B6B3A;font-weight:600}

/* === CHECKOUT === */
.checkout-layout{display:grid;grid-template-columns:1fr 340px;gap:10px;align-items:start}
.checkout-panel{background:#fff;border-radius:2px;padding:20px;margin-bottom:10px}
.checkout-panel h3{font-family:'Poppins',sans-serif;font-size:.95rem;font-weight:700;color:#1a1a2e;padding-bottom:12px;border-bottom:1px solid #f0f0f0;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.checkout-panel h3 .step-num{width:24px;height:24px;background:#1B6B3A;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;flex-shrink:0}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-group{margin-bottom:14px}
.form-group label{display:block;font-size:.75rem;font-weight:700;color:#444;margin-bottom:5px;text-transform:uppercase;letter-spacing:.04em}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 13px;border:1px solid #ddd;border-radius:3px;font-size:.88rem;color:#1a1a2e;outline:none;transition:border-color .2s;background:#fff}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1B6B3A;box-shadow:0 0 0 2px rgba(27,107,58,.08)}
.form-group textarea{resize:vertical;min-height:90px}
.pay-btn{width:100%;padding:14px 0;background:#FF9900;border:none;color:#111;font-size:.92rem;font-weight:800;border-radius:3px;margin-top:6px;transition:background .2s;letter-spacing:.02em}
.pay-btn:hover{background:#e68900}

/* === TESTIMONIALS === */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.testi-card{background:#fff;border-radius:2px;padding:18px;border-left:3px solid #1B6B3A}
.testi-stars{color:#FF9900;font-size:.85rem;margin-bottom:8px;letter-spacing:2px}
.testi-text{font-size:.82rem;color:#555;line-height:1.7;margin-bottom:12px;font-style:italic}
.testi-author strong{font-size:.82rem;font-weight:700;color:#1a1a2e;display:block}
.testi-author span{font-size:.72rem;color:#999}

/* === ABOUT === */
.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:start}
.about-panel{background:#fff;border-radius:2px;padding:28px}
.about-panel h2{font-family:'Poppins',sans-serif;font-size:1.3rem;font-weight:700;color:#1a1a2e;margin-bottom:14px;line-height:1.35}
.about-panel p{font-size:.85rem;color:#555;line-height:1.8;margin-bottom:12px}
.about-panel blockquote{border-left:3px solid #1B6B3A;padding:12px 16px;background:#f0f7f3;border-radius:0 4px 4px 0;font-size:.88rem;font-style:italic;color:#2a4a35;margin:16px 0;line-height:1.65}
.about-check{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;font-size:.82rem;color:#444}
.about-check svg{color:#1B6B3A;flex-shrink:0;margin-top:2px}
.cert-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-top:16px}
.cert-item{background:#f0f7f3;border-radius:4px;padding:12px;text-align:center;border:1px solid #d4edda}
.cert-item strong{display:block;font-size:.72rem;color:#1B6B3A;font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px}
.cert-item span{font-size:.7rem;color:#666}

/* === CONTACT === */
.contact-layout{display:grid;grid-template-columns:1fr 340px;gap:10px;align-items:start}

/* === TRACK ORDER === */
.track-panel{background:#fff;border-radius:2px;padding:28px;max-width:560px;margin:0 auto}
.track-status{background:#f0f7f3;border-radius:4px;padding:16px;margin-top:16px}
.track-row{display:flex;justify-content:space-between;margin-bottom:8px;font-size:.82rem}
.track-row:last-child{margin-bottom:0}

/* === ALERT === */
.alert{padding:12px 16px;border-radius:3px;font-size:.82rem;font-weight:600;margin-bottom:16px}
.alert-success{background:#e8f5e9;color:#1b5e20;border:1px solid #a5d6a7}
.alert-error{background:#ffebee;color:#b71c1c;border:1px solid #ef9a9a}
.alert-info{background:#e3f2fd;color:#0d47a1;border:1px solid #90caf9}

/* === STATUS BADGE === */
.badge{display:inline-block;padding:2px 9px;border-radius:3px;font-size:.68rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.badge-placed{background:#e3f2fd;color:#1565c0}
.badge-confirmed{background:#e8f5e9;color:#1b5e20}
.badge-processing{background:#fff3e0;color:#e65100}
.badge-shipped{background:#f3e5f5;color:#4a148c}
.badge-delivered{background:#e8f5e9;color:#1b5e20}
.badge-cancelled{background:#ffebee;color:#b71c1c}
.badge-paid{background:#e8f5e9;color:#1b5e20}
.badge-pending{background:#fff3e0;color:#e65100}
.badge-failed{background:#ffebee;color:#b71c1c}

/* === EMPTY STATE === */
.empty-state{text-align:center;padding:60px 20px;background:#fff}
.empty-state h3{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:700;color:#888;margin-bottom:10px}
.empty-state p{font-size:.85rem;color:#aaa;margin-bottom:20px}

/* === PAGINATION === */
.pagination{display:flex;justify-content:center;gap:4px;margin-top:24px}
.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:2px;font-size:.82rem;font-weight:700;border:1px solid #ddd;background:#fff;color:#333;transition:all .2s}
.pagination a:hover{background:#f0f7f3;border-color:#1B6B3A;color:#1B6B3A}
.pagination span.active{background:#1B6B3A;color:#fff;border-color:#1B6B3A}

/* === TOAST === */
.toast-wrap{position:fixed;bottom:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:8px}
.toast{background:#1a1a2e;color:#fff;padding:12px 18px;border-radius:4px;font-size:.82rem;font-weight:600;box-shadow:0 8px 24px rgba(0,0,0,.25);animation:toastIn .25s ease;max-width:300px;display:flex;align-items:center;gap:10px}
.toast.ok{border-left:3px solid #52b788}
.toast.err{border-left:3px solid #ef5350}
@keyframes toastIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}

/* === FOOTER === */
.site-footer{background:#0d1a11;padding-top:40px;margin-top:10px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr 1.2fr;gap:32px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.07)}
.footer-logo img{height:42px;filter:brightness(0) invert(1);opacity:.85;margin-bottom:12px}
.footer-tagline{font-size:.82rem;color:rgba(255,255,255,.5);line-height:1.75}
.footer-col h4{font-size:.78rem;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}
.footer-col ul li{margin-bottom:9px}
.footer-col ul li a{font-size:.78rem;color:rgba(255,255,255,.5);transition:color .2s}
.footer-col ul li a:hover{color:#52b788}
.footer-col address p{font-size:.78rem;color:rgba(255,255,255,.5);margin-bottom:9px;line-height:1.65}
.footer-col address a{color:#52b788}
.footer-cert{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}
.footer-cert span{font-size:.68rem;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.5);padding:3px 9px;border-radius:2px}
.footer-bottom{padding:14px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.footer-bottom p{font-size:.72rem;color:rgba(255,255,255,.3)}

/* === ADMIN === */
.admin-layout{display:grid;grid-template-columns:220px 1fr;min-height:100vh}
.admin-side{background:#0d1a11;display:flex;flex-direction:column}
.admin-side-logo{padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.08)}
.admin-side-logo img{height:36px;filter:brightness(0) invert(1);opacity:.85}
.admin-nav a{display:flex;align-items:center;gap:10px;padding:11px 18px;font-size:.8rem;font-weight:600;color:rgba(255,255,255,.55);border-left:3px solid transparent;transition:all .2s}
.admin-nav a:hover,.admin-nav a.on{color:#52b788;background:rgba(82,183,136,.07);border-left-color:#52b788}
.admin-body{background:#f1f3f6;padding:24px;overflow-y:auto}
.admin-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}
.admin-topbar h1{font-family:'Poppins',sans-serif;font-size:1.3rem;font-weight:700;color:#1a1a2e}
.admin-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}
.admin-card{background:#fff;border-radius:4px;padding:18px;border-left:4px solid #1B6B3A}
.admin-card.blue{border-left-color:#1565c0}
.admin-card.amber{border-left-color:#f57f17}
.admin-card.purple{border-left-color:#6a1b9a}
.admin-card h4{font-size:.7rem;font-weight:800;color:#888;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.admin-card strong{font-family:'Poppins',sans-serif;font-size:1.8rem;font-weight:700;color:#1a1a2e;display:block}
.admin-table-wrap{background:#fff;border-radius:4px;overflow:hidden;border:1px solid #e8e8e8}
.admin-table-wrap table{width:100%;border-collapse:collapse}
.admin-table-wrap th{background:#f5f5f5;padding:10px 14px;text-align:left;font-size:.7rem;font-weight:800;color:#666;text-transform:uppercase;letter-spacing:.07em;border-bottom:1px solid #e8e8e8}
.admin-table-wrap td{padding:11px 14px;font-size:.8rem;border-bottom:1px solid #f5f5f5;vertical-align:middle;color:#333}
.admin-table-wrap tr:last-child td{border-bottom:none}
.admin-table-wrap tr:hover td{background:#fafafa}
.admin-panel{background:#fff;border-radius:4px;padding:20px;border:1px solid #e8e8e8;margin-bottom:14px}
.admin-panel h3{font-size:.85rem;font-weight:800;color:#1a1a2e;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid #f0f0f0}
.img-upload-zone{border:2px dashed #ddd;border-radius:4px;padding:20px;text-align:center;cursor:pointer;transition:border-color .2s;background:#fafafa}
.img-upload-zone:hover{border-color:#1B6B3A;background:#f0f7f3}
.img-upload-zone p{font-size:.78rem;color:#999;margin-top:8px;line-height:1.5}
.img-preview-box{display:none;margin-top:12px;border-radius:4px;overflow:hidden;border:1px solid #e8e8e8}
.img-preview-box img{width:100%;max-height:200px;object-fit:contain;background:#f8f8f8;padding:8px}
.prod-thumb{width:48px;height:48px;object-fit:contain;border-radius:3px;border:1px solid #f0f0f0;background:#f8f8f8;padding:3px}
.no-img-thumb{width:48px;height:48px;border-radius:3px;border:1px dashed #ddd;background:#f8f8f8;display:flex;align-items:center;justify-content:center}
.tag-btns{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px}
.tag-btn{padding:5px 14px;border-radius:20px;border:1px solid #ddd;background:#fff;font-size:.75rem;font-weight:600;cursor:pointer;color:#555;transition:all .2s}
.tag-btn:hover,.tag-btn.on{background:#1B6B3A;color:#fff;border-color:#1B6B3A}
.modal-bg{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:8000;align-items:center;justify-content:center;padding:20px}
.modal-bg.open{display:flex}
.modal-box{background:#fff;border-radius:6px;padding:28px;width:100%;max-width:580px;max-height:90vh;overflow-y:auto}
.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}
.modal-head h3{font-family:'Poppins',sans-serif;font-size:1rem;font-weight:700;color:#1a1a2e}
.modal-close{background:none;border:none;font-size:1.4rem;color:#aaa;cursor:pointer;line-height:1}

/* === RESPONSIVE === */
@media(max-width:1024px){
  .hero-grid{grid-template-columns:180px 1fr}
  .hero-sidebar{display:none}
  .products-row{grid-template-columns:repeat(4,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr;gap:20px}
  .detail-layout{grid-template-columns:300px 1fr}
}
@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr}
  .hero-categories{display:none}
  .products-row{grid-template-columns:repeat(3,1fr)}
  .shop-layout{grid-template-columns:1fr}
  .shop-sidebar{display:none}
  .cart-layout,.checkout-layout,.about-layout,.contact-layout{grid-template-columns:1fr}
  .order-summary-panel{position:static}
  .detail-layout{grid-template-columns:1fr}
  .detail-img-panel{position:static}
  .admin-layout{grid-template-columns:1fr}
  .admin-side{display:none}
  .admin-cards{grid-template-columns:repeat(2,1fr)}
  .cat-scroll{grid-template-columns:repeat(4,1fr)}
  .info-strip{grid-template-columns:repeat(2,1fr)}
  .testi-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .logo-area{min-width:120px}
  .logo-area img{height:36px}
  .search-bar select{display:none}
  .hdr-btn .hdr-label{display:none}
  .nav-bar-inner{gap:0}
  .nav-link{padding:0 9px;font-size:.75rem}
  .hero-slide-content h1{font-size:1.4rem}
  .products-row{grid-template-columns:repeat(2,1fr)}
  .shop-grid{grid-template-columns:repeat(2,1fr)}
  .cat-scroll{grid-template-columns:repeat(3,1fr)}
  .info-strip{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .admin-cards{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .deals-banner{flex-direction:column;text-align:center}
  .testi-grid{grid-template-columns:1fr}
  .cert-grid{grid-template-columns:1fr}
  .detail-actions{flex-direction:column}
}
@media(max-width:400px){
  .products-row{grid-template-columns:repeat(2,1fr)}
}
