@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary:#1a1a1a;--secondary:#6d7175;--accent:#008060;--bg-main:#fff;--bg-soft:#f6f6f7;--border:#e1e3e5;--text-main:#202223;--text-muted:#6d7175;--white:#fff;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{background-color:var(--bg-soft);color:var(--text-main);margin:0;padding:0;line-height:1.5}.container{max-width:1400px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4{color:var(--primary);letter-spacing:-.01em;margin:0;font-weight:700}.title-large{text-align:center;font-size:2.8rem;font-weight:800}.title-medium{font-size:1.75rem}.btn-primary{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.9rem;font-weight:700;transition:opacity .2s;display:flex}.btn-primary:hover{opacity:.9}.filter-bar{justify-content:center;gap:.75rem;margin:2rem 0 4rem;display:flex}.filter-chip{border:1px solid var(--border);cursor:pointer;color:var(--text-muted);background:#fff;border-radius:100px;padding:.6rem 1.8rem;font-size:.8rem;font-weight:700;transition:all .2s}.filter-chip:hover{border-color:#d1d3d6}.filter-chip.active{color:#fff;background:#1a1a1a;border-color:#1a1a1a}.checkout-page{max-width:1200px;margin:0 auto;padding:3rem 0 6rem}.checkout-container{align-items:flex-start;gap:4rem;display:flex}.checkout-left{flex:1.2}.checkout-right{flex:1;position:sticky;top:100px}.checkout-title{margin-bottom:2rem;font-size:2rem;font-weight:800}.section-title{color:var(--primary);border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.1rem;font-weight:700}.form-section{margin-bottom:3rem}.checkout-form-main .form-group{margin-bottom:1.5rem}.checkout-form-main label{color:var(--text-muted);text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.8rem;font-weight:700;display:flex}.checkout-form-main input,.checkout-form-main textarea{box-sizing:border-box;border:1px solid var(--border);border-radius:8px;width:100%;padding:1rem;font-family:inherit;font-size:1rem}.payment-notice{background:#f0f7f5;border:1px solid #d1e9e0;border-radius:12px;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.notice-icon{color:var(--accent)}.payment-notice p{color:#2e5145;margin:0;font-size:.9rem;line-height:1.4}.order-summary-card{box-shadow:var(--shadow-md);border:1px solid var(--border);background:#fff;border-radius:16px;padding:2.5rem}.summary-title{margin-bottom:2rem;font-size:1.25rem;font-weight:700}.summary-item{align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.item-img-box{width:64px;height:64px;position:relative}.item-img-box img{object-fit:cover;border:1px solid var(--border);border-radius:8px;width:100%;height:100%}.item-qty{background:var(--secondary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.item-info-box{flex:1}.item-name{margin:0;font-size:.95rem;font-weight:600}.item-type{color:var(--text-muted);text-transform:capitalize;margin:.2rem 0;font-size:.8rem}.item-price{font-size:.95rem;font-weight:700}.summary-totals{border-top:1px solid var(--border);padding-top:1.5rem}.total-row{justify-content:space-between;margin-bottom:.75rem;display:flex}.total-row.sub{color:var(--text-muted);font-size:.95rem}.total-row.main{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.5rem;font-size:1.4rem;font-weight:800}.total-amount{align-items:center;gap:.5rem;display:flex}.currency{color:var(--text-muted);font-size:.8rem;font-weight:500}.trust-badges{border-top:1px solid var(--border);justify-content:center;margin-top:2rem;padding-top:2rem;display:flex}.trust-badge{color:var(--text-muted);flex-direction:column;align-items:center;gap:.5rem;display:flex}.trust-badge p{text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:.75rem;font-weight:700}.overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#00000080;justify-content:center;align-items:flex-start;padding:4rem 2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.drawer-overlay{z-index:3000;opacity:0;visibility:hidden;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;transition:all .3s;position:fixed;inset:0}.drawer-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.cart-drawer{z-index:3001;width:100%;max-width:450px;box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.cart-drawer.open{transform:translate(0)}.drawer-header{border-bottom:1px solid var(--border);justify-content:flex-end;align-items:center;padding:1.5rem 2rem;display:flex}.drawer-content{flex-direction:column;flex:1;align-items:center;padding:3rem 2rem;display:flex;overflow-y:auto}.empty-cart-icon{color:#c4c4c4;background:#f4f4f4;border-radius:12px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:2rem;display:flex}.empty-cart-text{color:var(--text-muted);margin-bottom:3rem;font-size:1rem}.drawer-footer{border-top:1px solid var(--border);padding:2rem}.cart-item{border-bottom:1px solid var(--bg-soft);gap:1rem;width:100%;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.cart-item img{object-fit:cover;border-radius:4px;width:80px;height:80px}.cart-item-info{flex:1}.cart-item-info h4{margin-bottom:.25rem;font-size:.9rem}.cart-item-info .price{color:var(--text-muted);font-size:.85rem}.remove-item{color:#ff4d4d;cursor:pointer;background:0 0;border:none;margin-top:.5rem;padding:0;font-size:.75rem;font-weight:600}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide{animation:.4s ease-out forwards slideInUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade{animation:.4s ease-out forwards fadeIn}.loader{border:4px solid #f3f3f3;border-top:4px solid var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=900px){.title-large{font-size:2rem}.container{padding:0 1.5rem}}
