@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#0a6b2e;--green-dark:#084d20;--green-light:#1a8b3f;--green-bg:#e8f5e9;--red:#d32f2f;--orange:#e65100;--bg:#f4f4f4;--white:#fff;--gray-bg:#fafafa;--text:#1a1a1a;--text-mid:#555;--text-light:#888;--text-muted:#aaa;--border:#e5e5e5;--shadow:0 1px 3px #0000000f;--shadow-hover:0 4px 12px #0000001a;--radius:8px}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:1rem}.container{max-width:1240px;margin:0 auto;padding:0 20px}.page{min-height:60vh;padding-top:30px;padding-bottom:50px}.btn{border-radius:6px;align-items:center;gap:8px;padding:10px 22px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:var(--green-dark)}.btn-outline{border:2px solid var(--green);color:var(--green)}.btn-outline:hover{background:var(--green);color:#fff}.btn-lg{padding:12px 28px;font-size:1rem}.btn-block{justify-content:center;width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.header{z-index:100;background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:56px;display:flex}.logo{flex-shrink:0;align-items:center;display:flex}.logo-svg{width:auto;height:36px}.nav{display:none}.cart-btn{color:var(--text);padding:6px;font-size:1.3rem;transition:all .2s;position:relative}.cart-btn:hover{color:var(--green)}.cart-count{background:var(--green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-3px;right:-6px}.mobile-menu-btn{color:var(--text);padding:6px;font-size:1.2rem;display:none}.hero-slider{aspect-ratio:16/5;background:var(--green-bg);width:100%;position:relative;overflow:hidden}.hero-slide{opacity:0;pointer-events:none;transition:opacity .6s;position:absolute;inset:0}.hero-slide.active{opacity:1;pointer-events:all}.hero-slide img{object-fit:cover;width:100%;height:100%}.slider-arrow{z-index:10;color:var(--green-dark);cursor:pointer;background:#ffffffd9;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 6px #00000026}.slider-arrow:hover{background:#fff;box-shadow:0 3px 10px #0003}.slider-prev{left:12px}.slider-next{right:12px}.hero-overlay,.hero-content,.hero-buttons{display:none}.section{padding:30px 0 40px}.section-gray{background:var(--gray-bg)}.section-header{text-align:center;margin-bottom:28px}.section-header h2{margin-bottom:4px;font-size:1.4rem;font-weight:700}.section-header p{color:var(--text-light);font-size:.9rem}.section-footer{text-align:center;margin-top:28px}.products-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;transition:box-shadow .2s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-hover)}.product-image-wrap{aspect-ratio:1;background:#f9f9f9;position:relative;overflow:hidden}.product-image-wrap img{object-fit:cover;width:100%;height:100%}.discount-badge{background:var(--green);color:#fff;letter-spacing:.3px;z-index:2;border-radius:0 0 6px;padding:4px 8px;font-size:.65rem;font-weight:700;position:absolute;top:0;left:0}.product-info{flex-direction:column;flex:1;padding:12px 14px 14px;display:flex}.product-title{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:.8rem;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.product-rating{align-items:center;gap:4px;margin-bottom:8px;display:flex}.stars{gap:1px;display:flex}.star-filled{color:#f9a825;font-size:.65rem}.star-empty{color:#ddd;font-size:.65rem}.review-count{color:var(--text-muted);font-size:.7rem}.product-price-row{align-items:baseline;gap:6px;margin-bottom:2px;display:flex}.current-price{color:var(--text);font-size:1.1rem;font-weight:700}.old-price{color:var(--text-muted);font-size:.8rem;text-decoration:line-through}.limited-deal{color:var(--red);margin-top:2px;margin-bottom:8px;font-size:.7rem;font-weight:600}.buy-now-btn{background:var(--green);color:#fff;letter-spacing:.5px;cursor:pointer;border:none;border-radius:5px;width:100%;margin-top:auto;padding:9px 0;font-size:.8rem;font-weight:700;transition:background .2s}.buy-now-btn:hover{background:var(--green-dark)}.delivery-text{text-align:center;color:var(--text-muted);margin-top:8px;font-size:.68rem}.badge{color:#fff;border-radius:4px;padding:3px 10px;font-size:.7rem;font-weight:700;position:absolute;top:10px}.badge.sale{background:var(--red);left:10px}.badge.featured{background:var(--green);right:10px}.categories-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.category-card{border-radius:var(--radius);height:160px;position:relative;overflow:hidden}.category-card img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.category-card:hover img{transform:scale(1.05)}.category-overlay{background:linear-gradient(#0000,#000000a6);align-items:flex-end;padding:14px;display:flex;position:absolute;inset:0}.category-overlay h3{color:#fff;font-size:1rem;font-weight:600}.cta-banner{background:var(--green-dark);text-align:center;color:#fff;padding:50px 0}.cta-banner h2{margin-bottom:10px;font-size:1.8rem;font-weight:700}.cta-banner p{opacity:.85;margin-bottom:20px;font-size:1rem}.features{background:var(--white);padding:40px 0}.features-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.feature-card{text-align:center;padding:16px}.feature-card svg{color:var(--green);margin-bottom:8px;font-size:1.8rem}.feature-card h3{margin-bottom:2px;font-size:.9rem}.feature-card p{color:var(--text-light);font-size:.8rem}.page-header{margin-bottom:20px}.page-header h1{font-size:1.4rem;font-weight:700}.page-header p{color:var(--text-light);font-size:.85rem}.shop-filters{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:20px;display:flex}.filter-group{flex-wrap:wrap;gap:6px;display:flex}.filter-btn{border:1px solid var(--border);background:var(--white);border-radius:50px;padding:6px 14px;font-size:.78rem;font-weight:500;transition:all .2s}.filter-btn.active,.filter-btn:hover{background:var(--green);color:#fff;border-color:var(--green)}.sort-select{border:1px solid var(--border);background:var(--white);border-radius:6px;outline:none;padding:6px 12px;font-size:.8rem}.pd-page{min-height:60vh;padding:24px 0 50px}.pd-flash-banner{background:var(--green-dark);color:#fff;text-align:center;letter-spacing:.5px;border-radius:10px 10px 0 0;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:.82rem;font-weight:600;display:flex}.flash-icon{color:#ffc107}.pd-card{background:var(--white);border:1px solid var(--border);border-radius:0 0 12px 12px;margin-bottom:40px;overflow:hidden}.pd-grid{grid-template-columns:1fr 1fr;gap:0;display:grid}.pd-image-section{justify-content:center;align-items:center;padding:32px;display:flex}.pd-image-wrap{background:#f9f9f9;border-radius:10px;width:100%;max-width:420px;overflow:hidden}.pd-image-wrap img{object-fit:cover;width:100%;height:auto}.pd-info-section{padding:32px 32px 32px 0}.pd-title{color:var(--text);margin-bottom:14px;font-size:1.35rem;font-weight:700;line-height:1.4}.pd-rating-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;display:flex}.pd-star-badge{background:var(--green-bg);color:var(--green);border-radius:4px;align-items:center;gap:4px;padding:3px 8px;font-size:.8rem;font-weight:700;display:inline-flex}.pd-star-badge svg{color:#f9a825;font-size:.65rem}.pd-rating-text{color:var(--text-mid);font-size:.8rem}.pd-bought{color:var(--green);align-items:center;gap:4px;font-size:.78rem;font-weight:500;display:inline-flex}.pd-bought svg{font-size:.7rem}.pd-price-section{align-items:baseline;gap:10px;margin-bottom:10px;display:flex}.pd-price{color:var(--text);font-size:2rem;font-weight:800}.pd-old-price{color:var(--text-muted);font-size:1.05rem;text-decoration:line-through}.pd-discount-badge{background:var(--green-bg);color:var(--green);border-radius:4px;padding:4px 10px;font-size:.78rem;font-weight:700}.pd-offer-timer{color:var(--green);align-items:center;gap:6px;margin-bottom:14px;font-size:.82rem;font-weight:500;display:flex}.timer-icon{font-size:.75rem}.pd-stock-alert{color:var(--text-mid);background:#fff8e1;border:1px solid #ffe082;border-radius:6px;align-items:center;gap:8px;margin-bottom:18px;padding:10px 14px;font-size:.82rem;display:flex}.stock-icon{color:var(--orange);font-size:.8rem}.pd-stock-alert strong{color:var(--green)}.pd-benefits{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px;display:grid}.pd-benefit{color:var(--text-mid);align-items:center;gap:8px;font-size:.8rem;display:flex}.pd-benefit svg{color:var(--text-light);flex-shrink:0;font-size:.85rem}.pd-buy-btn{background:var(--green);color:#fff;letter-spacing:.5px;cursor:pointer;border:none;border-radius:8px;width:100%;margin-bottom:14px;padding:16px;font-size:1.05rem;font-weight:700;transition:background .2s}.pd-buy-btn:hover{background:var(--green-dark)}.pd-payment-info{text-align:center}.pd-payment-info p{color:var(--text-muted);justify-content:center;align-items:center;gap:4px;margin-bottom:4px;font-size:.7rem;display:flex}.pd-payment-info svg{font-size:.65rem}.pd-trust-bar{border-top:1px solid var(--border);color:var(--green);justify-content:center;align-items:center;gap:8px;padding:14px;font-size:.82rem;font-weight:500;display:flex}.trust-check{font-size:.85rem}.pd-related{margin-top:10px}.pd-related h2{margin-bottom:20px;font-size:1.3rem;font-weight:700}.price{color:var(--text);font-size:1.1rem;font-weight:700}.original-price{color:var(--text-muted);font-size:.85rem;text-decoration:line-through}.cart-overlay{z-index:200;opacity:0;pointer-events:none;background:#00000073;transition:opacity .3s;position:fixed;inset:0}.cart-overlay.open{opacity:1;pointer-events:all}.cart-sidebar{z-index:201;background:#fff;flex-direction:column;width:390px;height:100vh;transition:right .3s;display:flex;position:fixed;top:0;right:-420px;box-shadow:-4px 0 16px #0000001a}.cart-sidebar.open{right:0}.cart-header{border-bottom:1px solid var(--border);background:var(--white);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.cart-header h3{color:var(--text);align-items:center;gap:8px;font-size:1rem;display:flex}.close-cart{color:var(--text-light);font-size:1.1rem}.close-cart:hover{color:var(--text)}.cart-items{flex:1;padding:14px 20px;overflow-y:auto}.empty-cart{height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex}.cart-item{border-bottom:1px solid var(--border);gap:14px;padding:14px 0;display:flex}.cart-item img{object-fit:cover;border-radius:6px;width:64px;height:64px}.cart-item-info{flex:1}.cart-item-info h4{margin-bottom:3px;font-size:.85rem;font-weight:500}.cart-item-price{color:var(--green);margin-bottom:6px;font-size:.9rem;font-weight:700}.cart-item-actions{align-items:center;gap:6px;display:flex}.cart-item-actions button{border:1px solid var(--border);border-radius:4px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.65rem;transition:all .2s;display:flex}.cart-item-actions button:hover{background:var(--gray-bg)}.remove-btn{color:var(--red)!important;border-color:var(--red)!important}.cart-footer{border-top:1px solid var(--border);padding:16px 20px}.cart-total{justify-content:space-between;margin-bottom:14px;font-size:1.05rem;font-weight:700;display:flex}.co-page{padding:30px 0 60px}.co-heading-card{background:var(--white);border:1px solid var(--border);border-radius:10px;margin-bottom:0;padding:20px 28px}.co-heading{color:var(--text);font-size:1.5rem;font-weight:700}.co-trust-strip{background:var(--green-bg);border-radius:0 0 10px 10px;flex-wrap:wrap;gap:24px;margin-bottom:24px;padding:12px 28px;display:flex}.co-trust-strip span{color:var(--green);align-items:center;gap:6px;font-size:.8rem;font-weight:500;display:inline-flex}.co-grid{grid-template-columns:1.3fr .7fr;align-items:start;gap:24px;display:grid}.co-card{background:var(--white);border:1px solid var(--border);border-radius:10px;margin-bottom:20px;padding:28px}.co-section-title{color:var(--text);border-bottom:1px solid var(--border);align-items:center;gap:8px;margin-bottom:20px;padding-bottom:14px;font-size:1.1rem;font-weight:700;display:flex}.co-field{margin-bottom:14px}.co-field input{border:1px solid var(--border);border-radius:8px;outline:none;width:100%;padding:13px 16px;font-size:.9rem;transition:border .2s}.co-field input:focus{border-color:var(--green);box-shadow:0 0 0 2px #0a6b2e14}.co-error{color:#e53935;margin-top:4px;font-size:.8rem;display:block}.co-phone-field{position:relative}.co-phone-prefix{color:var(--text-mid);border-right:1px solid var(--border);padding-right:10px;font-size:.9rem;font-weight:500;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.co-phone-field input{padding-left:60px}.co-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.co-payment-toggle{gap:16px;margin-bottom:16px;display:flex}.co-radio{color:var(--text);cursor:pointer;align-items:center;gap:6px;font-size:.9rem;font-weight:500;display:inline-flex}.co-radio input[type=radio]{accent-color:var(--green);width:16px;height:16px}.co-offer-banner{background:#e8f5e9;border:1px solid #c8e6c9;border-radius:8px;margin-bottom:14px;padding:14px 18px}.co-offer-title{color:var(--green-dark);font-size:.9rem;font-weight:700}.co-offer-sub{color:var(--text-mid);margin-top:2px;font-size:.78rem}.co-card-activate{color:var(--green);background:#f0faf3;border-radius:6px;align-items:center;gap:8px;margin-bottom:18px;padding:10px 14px;font-size:.82rem;font-weight:500;display:flex}.co-card-activate svg{color:#1e88e5}.co-card-heading{color:var(--text);margin-bottom:14px;font-size:1rem;font-weight:600}.co-return-note{text-align:center;color:var(--green);margin:16px 0;font-size:.82rem;font-weight:500}.co-submit-btn{background:var(--green-dark);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:8px;padding:16px;font-size:1rem;font-weight:700;transition:background .2s}.co-submit-btn:hover{background:var(--green)}.co-submit-btn:disabled{opacity:.6;cursor:not-allowed}.co-summary-section{position:sticky;top:90px}.co-summary-card{margin-bottom:0}.co-summary-product{align-items:flex-start;gap:14px;padding-bottom:18px;display:flex}.co-summary-product img{object-fit:cover;border:1px solid var(--border);border-radius:8px;width:70px;height:70px}.co-summary-name{color:var(--text);font-size:.88rem;font-weight:500;line-height:1.4}.co-summary-qty{color:var(--text-light);margin-top:4px;font-size:.78rem}.co-summary-divider{border-top:1px solid var(--border);margin-bottom:14px}.co-summary-row{color:var(--text-mid);justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.85rem;display:flex}.co-discount-row{color:var(--green)}.co-total-row{color:var(--text);border-top:1px solid var(--border);margin-top:4px;margin-bottom:12px;padding-top:8px;font-size:1.05rem;font-weight:700}.co-meta-row{font-size:.8rem}.co-free-tag{color:var(--green);font-weight:700}.co-secure-note{color:var(--text-mid);background:#fffde7;border-radius:6px;align-items:center;gap:6px;margin-top:14px;padding:10px 14px;font-size:.78rem;display:flex}.co-secure-note svg{color:#f9a825;font-size:.75rem}.form-group{margin-bottom:12px}.form-group label{color:var(--text-mid);margin-bottom:5px;font-size:.8rem;font-weight:500;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border);border-radius:6px;outline:none;width:100%;padding:9px 12px;font-size:.9rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--green);box-shadow:0 0 0 2px #0a6b2e1a}.image-upload-area{flex-direction:column;gap:8px;display:flex}.image-upload-preview{border:1px solid var(--border);border-radius:8px;width:100px;height:100px;overflow:hidden}.image-upload-preview img{object-fit:cover;width:100%;height:100%}.upload-btn{background:var(--green);color:#fff;cursor:pointer;border-radius:6px;align-items:center;gap:6px;width:fit-content;padding:9px 16px;font-size:.85rem;font-weight:500;transition:opacity .2s;display:inline-flex}.upload-btn:hover{opacity:.9}.upload-or{color:var(--text-mid);font-size:.8rem}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}.settings-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:24px}.settings-section-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.settings-section-header h3{margin:0;font-size:1.1rem}.settings-desc{color:var(--text-mid);margin:2px 0 0;font-size:.85rem}.settings-form{max-width:480px}.settings-form .form-group{margin-bottom:16px}.settings-hint{color:var(--text-mid);margin-top:4px;font-size:.78rem;display:block}.oc-page{padding:50px 0 80px}.oc-card{background:var(--white);border:1px solid var(--border);text-align:center;border-radius:12px;max-width:580px;margin:0 auto;padding:50px 40px}.oc-icon{color:var(--green);margin-bottom:20px;font-size:4rem}.oc-heading{color:var(--text);margin-bottom:16px;font-size:1.8rem;font-weight:700}.oc-text{color:var(--text-mid);margin-bottom:12px;font-size:.95rem;line-height:1.6}.oc-bold{color:var(--text);margin-bottom:12px;font-size:1rem;font-weight:700;line-height:1.5}.oc-hindi{color:var(--text-mid);margin-bottom:16px;font-size:.95rem;line-height:1.7}.oc-thanks{color:var(--text-light);margin-bottom:28px;font-size:.85rem;font-style:italic}.oc-home-btn{background:var(--green-dark);color:var(--white);border-radius:8px;padding:14px 36px;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-block}.oc-home-btn:hover{background:var(--green)}.empty-state{text-align:center;color:var(--text-light);padding:50px 20px}.empty-state h2,.empty-state h3{margin-bottom:10px}.admin-login-page{justify-content:center;align-items:center;display:flex}.admin-login{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-hover);text-align:center;width:100%;max-width:380px;padding:36px}.admin-login-icon{color:var(--green);margin-bottom:14px;font-size:2.2rem}.admin-login h2{margin-bottom:24px;font-size:1.3rem;font-weight:700}.admin-hint{color:var(--text-muted);margin-top:14px;font-size:.75rem}.admin-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.admin-header h1{font-size:1.4rem;font-weight:700}.admin-stats{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px;display:grid}.stat-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);align-items:center;gap:14px;padding:18px;display:flex}.stat-card svg{color:var(--green);font-size:1.6rem}.stat-card h3{font-size:1.4rem}.stat-card p{color:var(--text-light);font-size:.8rem}.admin-tabs{border-bottom:2px solid var(--border);gap:2px;margin-bottom:20px;display:flex}.admin-tabs button{color:var(--text-light);border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-2px;padding:10px 20px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.admin-tabs button.active{color:var(--green);border-bottom-color:var(--green)}.admin-section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;background:var(--white);border-radius:var(--radius);border:1px solid var(--border);width:100%;overflow:hidden}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid var(--border);padding:10px 14px;font-size:.82rem}.admin-table th{background:var(--gray-bg);text-transform:uppercase;letter-spacing:.5px;color:var(--text-light);font-size:.72rem;font-weight:600}.table-img{object-fit:cover;border-radius:6px;width:44px;height:44px}.icon-btn{border-radius:6px;padding:6px;font-size:.85rem;transition:all .2s}.icon-btn.edit{color:var(--green)}.icon-btn.edit:hover{background:#0a6b2e14}.icon-btn.delete{color:var(--red)}.icon-btn.delete:hover{background:#d32f2f14}.status-select{border:1px solid var(--border);border-radius:6px;padding:4px 8px;font-size:.75rem;font-weight:600}.payment-info{font-family:monospace;font-size:.78rem}.text-muted{color:var(--text-muted);font-size:.8rem}.icon-btn.view{color:#0984e3}.icon-btn.view:hover{background:#0984e314}.status-pending{color:#e17055}.status-processing{color:#0984e3}.status-shipped{color:#6c5ce7}.status-delivered{color:var(--green)}.status-cancelled{color:var(--red)}.modal-overlay{z-index:300;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{border-radius:var(--radius);background:#fff;width:100%;max-width:580px;max-height:90vh;padding:26px;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.modal-header h3{font-size:1.2rem;font-weight:700}.modal-header button{color:var(--text-light);font-size:1.1rem}.form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-grid .full-width{grid-column:1/-1}.checkbox-label{cursor:pointer;align-items:center;gap:8px;display:flex!important}.checkbox-label input[type=checkbox]{width:auto}.modal-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;margin-top:18px;padding-top:18px;display:flex}.footer{color:var(--text);background:oklch(98% 0 -1)}.footer-top{border-bottom:1px solid var(--border)}.footer-top-inner{justify-content:space-between;align-items:flex-start;gap:40px;padding:36px 0 28px;display:flex}.footer-brand{max-width:380px}.footer-brand-title{color:var(--text);margin-bottom:8px;font-size:1.15rem;font-weight:700}.footer-brand p{color:var(--text-mid);margin-bottom:14px;font-size:.82rem;line-height:1.6}.social-links{gap:14px;display:flex}.social-links a{color:var(--text);opacity:.7;font-size:1.1rem;transition:all .2s}.social-links a:hover{opacity:1}.footer-download h4{color:var(--text);margin-bottom:12px;font-size:.95rem;font-weight:600}.app-btns{gap:10px;display:flex}.app-btn{color:#fff;background:#222;border-radius:6px;align-items:center;gap:8px;padding:8px 14px;text-decoration:none;transition:all .2s;display:flex}.app-btn:hover{background:#333}.app-btn svg{font-size:1.3rem}.app-btn div{flex-direction:column;display:flex}.app-btn small{opacity:.65;font-size:.55rem}.app-btn span{font-size:.82rem;font-weight:600}.footer-links{border-bottom:1px solid var(--border);padding:16px 0}.footer-links h4{color:var(--text);margin-bottom:10px;font-size:.85rem;font-weight:600}.links-row{flex-wrap:wrap;gap:6px 20px;display:flex}.links-row a{color:var(--text-mid);font-size:.75rem;transition:all .2s}.links-row a:hover{color:var(--green)}.footer-trust{border-bottom:1px solid var(--border);padding:20px 0}.trust-row{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.trust-item{background:var(--white);border-radius:var(--radius);text-align:center;border:1px solid var(--border);flex-direction:column;align-items:center;gap:6px;padding:16px 10px;display:flex}.trust-icon-circle{background:var(--green-bg);width:40px;height:40px;color:var(--green);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.trust-item span{color:var(--text);font-size:.75rem;font-weight:500}.footer-bottom{border-top:1px solid var(--border);padding:14px 0}.footer-bottom-inner{color:var(--text-light);justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.made-in{align-items:center;gap:3px;display:flex}.heart{color:#e53935;font-size:.65rem}.order-detail-modal{max-width:620px}.order-detail-content{flex-direction:column;display:flex}.order-status-banner{background:var(--gray-bg);border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:12px 16px;display:flex}.status-badge{color:#fff;border-radius:4px;padding:5px 12px;font-size:.78rem;font-weight:700}.status-badge.status-pending{background:#e17055}.status-badge.status-processing{background:#0984e3}.status-badge.status-shipped{background:#6c5ce7}.status-badge.status-delivered{background:var(--green)}.status-badge.status-cancelled{background:var(--red)}.order-date{color:var(--text-light);align-items:center;gap:5px;font-size:.8rem;display:flex}.detail-section{border-bottom:1px solid var(--border);padding:16px 0}.detail-section:last-child{border-bottom:none}.detail-section h4{color:var(--green-dark);align-items:center;gap:6px;margin-bottom:12px;font-size:.9rem;font-weight:600;display:flex}.detail-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.detail-item{align-items:flex-start;gap:10px;display:flex}.detail-icon{color:var(--green);flex-shrink:0;margin-top:2px;font-size:.9rem}.detail-item label{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);font-size:.65rem;font-weight:600}.detail-item p{color:var(--text);margin-top:1px;font-size:.85rem}.payment-card-display{margin-top:4px}.card-visual{color:#fff;background:linear-gradient(135deg,#084d20,#0a6b2e,#1a8b3f);border-radius:12px;max-width:360px;padding:20px 24px;position:relative;overflow:hidden;box-shadow:0 6px 20px #0a6b2e4d}.card-visual:before{content:"";background:#ffffff0f;border-radius:50%;width:100px;height:100px;position:absolute;top:-25px;right:-25px}.card-visual:after{content:"";background:#ffffff0a;border-radius:50%;width:140px;height:140px;position:absolute;bottom:-35px;right:35px}.card-chip{background:linear-gradient(135deg,#ffc107,#ffca28);border-radius:5px;width:36px;height:24px;margin-bottom:16px}.card-number-display{letter-spacing:2.5px;margin-bottom:16px;font-family:Courier New,monospace;font-size:1.15rem;font-weight:600}.card-bottom{gap:28px;display:flex}.card-label{letter-spacing:1px;opacity:.65;margin-bottom:1px;font-size:.6rem;display:block}.card-value{letter-spacing:1px;font-size:.9rem;font-weight:600;display:block}.order-items-list{flex-direction:column;display:flex}.order-item-row{border-bottom:1px solid var(--border);background:var(--white);justify-content:space-between;align-items:center;padding:9px 12px;display:flex}.order-item-row:first-child{border-radius:6px 6px 0 0}.order-item-row:last-child{border-bottom:none;border-radius:0 0 6px 6px}.order-item-info{align-items:center;gap:10px;display:flex}.order-item-name{font-size:.85rem;font-weight:500}.order-item-qty{color:var(--text-muted);background:var(--gray-bg);border-radius:4px;padding:2px 7px;font-size:.72rem}.order-item-price{color:var(--green);font-weight:700}.order-detail-total{background:var(--gray-bg);border-radius:6px;justify-content:space-between;margin-top:6px;padding:12px;font-size:1.05rem;font-weight:700;display:flex}.status-update-row{align-items:center;gap:10px;display:flex}.status-update-row .status-select{padding:7px 14px;font-size:.85rem}.main-content{min-height:calc(100vh - 56px)}.sc-page{padding:30px 0 60px}.sc-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:32px}.sc-heading{color:var(--text);margin-bottom:24px;font-size:1.6rem;font-weight:700}.sc-table-header{color:var(--text-mid);grid-template-columns:3fr 1fr 1fr 1fr;gap:16px;padding-bottom:12px;font-size:.85rem;font-weight:600;display:grid}.sc-divider{border-top:1px solid var(--border)}.sc-item-row{grid-template-columns:3fr 1fr 1fr 1fr;align-items:center;gap:16px;padding:24px 0;display:grid}.sc-product-info{align-items:center;gap:16px;display:flex}.sc-product-img{object-fit:cover;border:1px solid var(--border);border-radius:8px;width:90px;height:90px}.sc-product-name{color:var(--text);font-size:.95rem;font-weight:500;line-height:1.4}.sc-col-price,.sc-col-qty,.sc-col-total{color:var(--text);font-size:.95rem;font-weight:500}.sc-bottom{justify-content:space-between;align-items:flex-end;gap:24px;padding:24px 0 16px;display:flex}.sc-summary p{color:var(--text);margin-bottom:6px;font-size:.9rem}.sc-summary strong{margin-right:4px}.sc-return{font-weight:500;color:var(--green)!important}.sc-checkout-btn{background:var(--green-dark);color:var(--white);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:16px 40px;font-size:1rem;font-weight:700;transition:background .2s}.sc-checkout-btn:hover{background:var(--green)}.sc-trust{border-top:1px solid var(--border);flex-wrap:wrap;gap:24px;padding-top:16px;display:flex}.sc-trust span{color:var(--green);align-items:center;gap:6px;font-size:.82rem;font-weight:500;display:inline-flex}@media (width<=1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.search-box input{width:110px}.hero-slider{aspect-ratio:16/7}.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.categories-grid{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr;gap:20px}.product-detail-image img{height:280px}.pd-grid{grid-template-columns:1fr}.pd-image-section,.pd-info-section{padding:20px}.pd-title{font-size:1.1rem}.pd-price{font-size:1.5rem}.pd-benefits{grid-template-columns:1fr 1fr}.sc-table-header{display:none}.sc-item-row{grid-template-columns:1fr;gap:8px}.sc-col-price:before{content:"Price: ";font-weight:600}.sc-col-qty:before{content:"Qty: ";font-weight:600}.sc-col-total:before{content:"Total: ";font-weight:600}.sc-bottom{flex-direction:column;align-items:stretch}.sc-card{padding:20px}.co-grid{grid-template-columns:1fr}.co-summary-section{position:static}.footer-top-inner{flex-direction:column;gap:24px}.trust-row{grid-template-columns:repeat(2,1fr)}.footer-bottom-inner{text-align:center;flex-direction:column;gap:4px}.admin-stats,.form-grid{grid-template-columns:1fr}.cart-sidebar{width:100%;right:-100%}.shop-filters{flex-direction:column;align-items:flex-start}.slider-arrow{width:30px;height:30px;font-size:.75rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (width<=480px){.hero-slider{aspect-ratio:16/8}.slider-arrow{display:none}.products-grid{grid-template-columns:repeat(2,1fr);gap:8px}.product-info{padding:8px 10px 12px}.product-title{font-size:.72rem}.current-price{font-size:.95rem}.old-price{font-size:.7rem}.buy-now-btn{padding:7px;font-size:.72rem}.delivery-text{font-size:.6rem}.categories-grid{grid-template-columns:1fr}.trust-row{grid-template-columns:repeat(2,1fr)}.search-box{display:none}.app-btns{flex-direction:column}.features-grid{grid-template-columns:1fr 1fr}}
