:root{--primary: #1a56db;--primary-dark: #1e3a8a;--primary-light: #3b82f6;--navy: #0f172a;--light-blue: #eff6ff;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-500: #64748b;--gray-700: #334155;--gray-900: #0f172a;--white: #ffffff;--success: #10b981;--danger: #ef4444;--warning: #f59e0b;--radius: 12px;--shadow: 0 4px 6px -1px rgb(0 0 0 / .08), 0 2px 4px -2px rgb(0 0 0 / .06);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .08), 0 4px 6px -4px rgb(0 0 0 / .05)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--gray-900);background:var(--gray-50);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;border:none;transition:all .2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn:disabled{opacity:.6;cursor:not-allowed}.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.input{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:8px;font-size:1rem;transition:border-color .2s}.input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1a56db26}.label{display:block;font-weight:500;margin-bottom:.4rem;color:var(--gray-700);font-size:.9rem}.badge{display:inline-block;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.badge-sale{background:#fee2e2;color:#b91c1c}.badge-new{background:#dbeafe;color:#1d4ed8}.skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.promo-bar{background:#0f172a;color:#fff;text-align:center;font-size:.8125rem;padding:.5rem 1rem;display:none}.navbar{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:50}.navbar-inner{max-width:1280px;margin:0 auto;padding:0 1.25rem;height:70px;display:flex;align-items:center;gap:1.25rem}.logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;flex-shrink:0}.logo-icon{width:40px;height:40px;background:#2563eb;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;position:relative}.logo-d{font-weight:800;font-size:1.25rem;line-height:1}.logo-house{position:absolute;width:14px;height:14px;bottom:6px;right:6px;opacity:.9}.logo-text{font-weight:700;font-size:1.2rem;color:#0f172a;letter-spacing:-.02em}.search-form{flex:1;max-width:520px;position:relative;display:none}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8}.search-input{width:100%;padding:.7rem 1rem .7rem 2.7rem;border:1.5px solid #e2e8f0;border-radius:999px;font-size:.95rem;background:#f8fafc;outline:none;transition:all .2s}.search-input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1f}.nav-actions{display:none;align-items:center;gap:1.5rem}.nav-item{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:#475569;font-size:.75rem;font-weight:500;position:relative;transition:color .2s}.nav-item:hover{color:#2563eb}.cart-item{position:relative}.cart-badge{position:absolute;top:-6px;right:-8px;background:#ef4444;color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px}.mobile-cart{display:flex;position:relative;color:#0f172a;margin-left:auto}.category-nav{display:none;max-width:1280px;margin:0 auto;padding:0 1.25rem;gap:.25rem;border-top:1px solid #f1f5f9;overflow-x:auto}.cat-link{padding:.85rem 1rem;font-size:.9rem;font-weight:500;color:#64748b;text-decoration:none;white-space:nowrap;border-bottom:2px solid transparent;transition:all .2s}.cat-link:hover,.cat-link.active{color:#2563eb;border-bottom-color:#2563eb}.bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e2e8f0;padding:.5rem 0 calc(.5rem + env(safe-area-inset-bottom));z-index:50;box-shadow:0 -4px 12px #0000000d}.bottom-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;text-decoration:none;color:#94a3b8;font-size:.7rem;font-weight:500;padding:.35rem 0;transition:color .2s}.bottom-item.active{color:#2563eb}.home-page{padding-bottom:3rem}.hero{background-color:#1e3a8a;background-position:center;background-size:cover;background-repeat:no-repeat;color:#fff;padding:3rem 1.25rem 7rem;position:relative;overflow:hidden;isolation:isolate;transition:background-image .5s ease}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(90deg,#0f172ad1,#0f172a59)}.hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:1}.hero-badge{display:inline-block;background:#fff3;color:#fff;font-size:.75rem;font-weight:600;padding:.3rem .75rem;border-radius:999px;margin-bottom:1rem;letter-spacing:.5px}.hero h1{font-size:2rem;font-weight:800;line-height:1.2;margin-bottom:.75rem}.hero h1 span{color:#93c5fd}.hero p{font-size:1rem;opacity:.9;margin-bottom:1.5rem;max-width:420px;line-height:1.5}.hero-btn{display:inline-block;background:#fff;color:#1e40af;padding:.85rem 1.6rem;border-radius:999px;font-weight:700;text-decoration:none;font-size:.95rem}.hero-product-rail{position:absolute;z-index:2;right:1.25rem;bottom:1rem;left:1.25rem;display:flex;gap:.65rem;overflow-x:auto;padding:.2rem .1rem;scrollbar-width:thin}.hero-product-thumb{flex:0 0 72px;width:72px;height:58px;overflow:hidden;border:2px solid rgb(255 255 255 / .55);border-radius:8px;background:#fff;box-shadow:0 4px 14px #0003;opacity:.85;transition:transform .2s ease,opacity .2s ease,border-color .2s ease}.hero-product-thumb:hover,.hero-product-thumb.active{border-color:#fff;opacity:1;transform:translateY(-3px)}.hero-product-thumb img{width:100%;height:100%;object-fit:cover}.section{max-width:1100px;margin:0 auto;padding:2.5rem 1.25rem 0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.section-header h2{font-size:1.35rem;font-weight:800;color:#0f172a}.view-all{font-size:.9rem;color:#2563eb;font-weight:500;text-decoration:none}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}.category-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem .75rem;text-align:center;text-decoration:none;color:inherit;transition:all .2s}.category-card:hover{border-color:#2563eb;box-shadow:0 4px 12px #2563eb1a}.category-icon{font-size:1.8rem;margin-bottom:.5rem}.category-card h3{font-size:.85rem;font-weight:600;color:#0f172a;margin:0}.category-card.skeleton{height:100px;background:#f1f5f9;border:none}.why-section{margin-top:1rem}.why-title{text-align:center;font-size:1.4rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.why-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.35rem 1rem;text-align:center}.why-icon{font-size:1.6rem;margin-bottom:.6rem}.why-card h3{font-size:.95rem;font-weight:700;color:#0f172a;margin-bottom:.35rem}.why-card p{font-size:.8rem;color:#64748b;margin:0;line-height:1.4}@media (min-width: 640px){.categories-grid{grid-template-columns:repeat(6,1fr)}.products-grid{grid-template-columns:repeat(3,1fr)}.why-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 900px){.hero{padding:4.5rem 2rem 8rem}.hero h1{font-size:3rem}.hero p{font-size:1.1rem}.products-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}.section-header h2{font-size:1.5rem}}.shop-page{padding:1.5rem 0 3rem;min-height:70vh}.shop-layout{display:grid;grid-template-columns:1fr;gap:2rem}.filters-sidebar{display:none}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.filters-header h3{font-size:1.1rem;font-weight:700}.clear-btn{background:none;border:none;color:#2563eb;font-size:.875rem;cursor:pointer}.filter-group h4{font-size:.95rem;font-weight:600;margin-bottom:.75rem;color:#0f172a}.filter-item{display:flex;align-items:center;gap:.6rem;padding:.45rem 0;font-size:.9rem;color:#475569;cursor:pointer}.filter-item input{accent-color:#2563eb}.shop-header h1{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.results-count{color:#64748b;font-size:.95rem}.category-chips{display:flex;gap:.6rem;overflow-x:auto;padding:1rem 0;margin-bottom:.5rem;scrollbar-width:none}.category-chips::-webkit-scrollbar{display:none}.chip{flex-shrink:0;padding:.45rem 1rem;border-radius:999px;border:1.5px solid #e2e8f0;background:#fff;font-size:.875rem;font-weight:500;color:#475569;cursor:pointer;transition:all .2s}.chip.active{background:#2563eb;color:#fff;border-color:#2563eb}.chip:hover:not(.active){border-color:#2563eb;color:#2563eb}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.filters-btn{display:flex;align-items:center;gap:.4rem;padding:.55rem 1rem;border:1.5px solid #e2e8f0;border-radius:.6rem;background:#fff;font-size:.9rem;font-weight:500;cursor:pointer}.sort-box{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#475569}.sort-box select{padding:.5rem .8rem;border:1.5px solid #e2e8f0;border-radius:.6rem;background:#fff;font-size:.9rem;cursor:pointer}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.skeleton-card{height:280px;background:#f1f5f9;border-radius:1rem;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.empty-state{text-align:center;padding:4rem 1rem;color:#64748b}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem}.filter-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:100;display:flex;align-items:flex-end}.filter-drawer{background:#fff;width:100%;max-height:80vh;border-radius:1.25rem 1.25rem 0 0;padding:1.25rem;overflow-y:auto}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.drawer-header h3{font-size:1.15rem;font-weight:700}.drawer-header button{background:none;border:none;font-size:1.3rem;cursor:pointer}.product-card{display:grid;grid-template-rows:auto 1fr;background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;width:91%;overflow:hidden;min-height:0}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014;border-color:#bfdbfe}.product-image-wrap{position:relative;aspect-ratio:1 / .82;background:#f8fafc;overflow:hidden}.product-image{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.product-card:hover .product-image{transform:scale(1.05)}.discount-badge{position:absolute;top:10px;left:10px;background:#dc2626;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .55rem;border-radius:999px;z-index:2}.wishlist-btn{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;color:#94a3b8;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .2s;z-index:2}.wishlist-btn:hover,.wishlist-btn.is-active{color:#ef4444;background:#fef2f2}.product-info{padding:.65rem .75rem .75rem;display:flex;flex-direction:column;min-height:0}.product-name{font-size:.82rem;font-weight:700;color:#0f172a;margin:0 0 .25rem;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;line-height:1.25;min-height:2.05em}.product-price{display:flex;align-items:center;gap:.5rem;margin:0 0 .55rem}.current-price{font-size:.95rem;font-weight:700;color:#2563eb}.original-price{font-size:.8rem;color:#94a3b8;text-decoration:line-through}.add-to-cart-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.45rem .5rem;background:#2563eb;color:#fff;border:none;border-radius:.5rem;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .2s}.add-to-cart-btn:hover{background:#1d4ed8}.orders-page{max-width:900px;margin:0 auto;padding:1.5rem 1.25rem 3rem}.orders-loading{text-align:center;padding:4rem 1rem;color:#64748b;font-size:1.1rem}.orders-header{margin-bottom:1.75rem}.orders-header h1{font-size:1.75rem;font-weight:800;color:#0f172a;margin-bottom:.35rem}.orders-header p{color:#64748b;font-size:.95rem}.orders-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;padding-bottom:4px}.tab-btn{display:flex;align-items:center;gap:.4rem;padding:.55rem 1rem;border-radius:999px;border:1.5px solid #e2e8f0;background:#fff;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;white-space:nowrap;transition:all .2s}.tab-btn.active{background:#2563eb;border-color:#2563eb;color:#fff}.tab-count{background:#00000014;font-size:.75rem;padding:.1rem .45rem;border-radius:999px;font-weight:600}.tab-btn.active .tab-count{background:#ffffff40}.orders-empty{text-align:center;padding:4rem 1rem;color:#64748b}.orders-empty .btn-primary{display:inline-block;margin-top:1rem;background:#2563eb;color:#fff;padding:.7rem 1.5rem;border-radius:999px;text-decoration:none;font-weight:600}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem;transition:box-shadow .2s}.order-card:hover{box-shadow:0 8px 24px #0000000f}.order-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.order-card-top h3{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.2rem}.order-date{font-size:.8rem;color:#94a3b8;margin:0}.status-badge{font-size:.75rem;font-weight:600;padding:.3rem .7rem;border-radius:999px}.status-completed{background:#d1fae5;color:#065f46}.order-items-preview{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.item-thumbs{display:flex;gap:.4rem}.thumb{width:42px;height:42px;border-radius:8px;background:#f1f5f9;overflow:hidden;display:flex;align-items:center;justify-content:center}.thumb-placeholder{font-size:1.1rem}.thumb.more{background:#e2e8f0;font-size:.75rem;font-weight:600;color:#475569}.order-total{text-align:right}.total-amount{display:block;font-size:1.1rem;font-weight:700;color:#0f172a}.total-label{font-size:.75rem;color:#94a3b8}.view-details-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.7rem 1rem;background:#f8fafc;border-radius:.75rem;color:#2563eb;font-weight:600;font-size:.9rem;text-decoration:none;transition:background .2s}.view-details-btn:hover{background:#eff6ff}.order-details-page{max-width:1100px;margin:0 auto;padding:1.5rem 1.25rem 3rem}.loading-state{text-align:center;padding:4rem 1rem;color:#64748b}.back-link{display:inline-block;color:#2563eb;font-size:.9rem;font-weight:500;text-decoration:none;margin-bottom:1rem}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.75rem;gap:1rem;flex-wrap:wrap}.order-header h1{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:.25rem}.order-date{font-size:.875rem;color:#64748b;margin:0}.status-badge{font-size:.8rem;font-weight:600;padding:.35rem .85rem;border-radius:999px}.status-delivered{background:#d1fae5;color:#065f46}.status-ongoing{background:#dbeafe;color:#1e40af}.status-cancelled{background:#fee2e2;color:#991b1b}.status-pending{background:#fef3c7;color:#92400e}.order-layout{display:grid;grid-template-columns:1fr;gap:1.5rem}.card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.35rem}.card h2,.card h3{font-size:1.05rem;font-weight:700;color:#0f172a;margin-bottom:1.25rem}.timeline{display:flex;flex-direction:column;gap:0}.timeline-item{display:flex;gap:1rem;padding-bottom:1.5rem;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-item:not(:last-child):before{content:"";position:absolute;left:9px;top:22px;bottom:0;width:2px;background:#e2e8f0}.timeline-item.completed:not(:last-child):before{background:#2563eb}.timeline-dot{width:20px;height:20px;border-radius:50%;background:#e2e8f0;border:3px solid white;box-shadow:0 0 0 2px #e2e8f0;flex-shrink:0;margin-top:2px}.timeline-item.completed .timeline-dot{background:#2563eb;box-shadow:0 0 0 2px #2563eb}.timeline-item.current .timeline-dot{background:#16a34a;box-shadow:0 0 0 2px #16a34a}.timeline-content h4{font-size:.95rem;font-weight:600;color:#0f172a;margin-bottom:.15rem}.timeline-content p{font-size:.8rem;color:#64748b;margin:0}.products-list{display:flex;flex-direction:column;gap:1rem}.product-row{display:flex;align-items:center;gap:1rem}.product-img{width:56px;height:56px;object-fit:cover;border-radius:8px;background:#f1f5f9}.product-info{flex:1}.product-info h4{font-size:.95rem;font-weight:600;margin-bottom:.2rem}.product-info p{font-size:.8rem;color:#64748b;margin:0}.product-price{font-weight:700;font-size:.95rem;color:#0f172a}.address-name{font-weight:600;color:#0f172a!important}.address-phone{margin-top:.5rem!important;color:#2563eb!important}.summary-row{display:flex;justify-content:space-between;margin-bottom:.7rem;font-size:.9rem;color:#475569}.summary-row.discount{color:#16a34a}.summary-row.total{font-size:1.1rem;font-weight:700;color:#0f172a;border-top:1px solid #e2e8f0;padding-top:.85rem;margin-top:.5rem}.payment-status{margin-top:1rem;font-size:.85rem;color:#16a34a;font-weight:500}.action-buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.btn-outline{padding:.85rem;border:1.5px solid #e2e8f0;background:#fff;border-radius:.75rem;font-weight:600;color:#334155;cursor:pointer}.btn-primary{padding:.85rem;background:#2563eb;color:#fff;border:none;border-radius:.75rem;font-weight:600;cursor:pointer}.profile-page{max-width:1000px;margin:0 auto;padding:1.5rem 1.25rem 3rem}.profile-header h1{font-size:1.75rem;font-weight:800;color:#0f172a;margin-bottom:.25rem}.profile-layout{display:grid;grid-template-columns:1fr;gap:1.5rem}.profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;padding:2rem 1.5rem;text-align:center}.avatar{background:#dbeafe;color:#2563eb;font-size:1.8rem;font-weight:700;border-radius:999px;width:80px;height:80px;padding:3px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.user-name{font-size:1.35rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.user-email{font-size:.9rem;color:#64748b;margin-bottom:1.25rem}.edit-btn{display:inline-flex;align-items:center;gap:.4rem;background:#2563eb;color:#fff;padding:.7rem 1.5rem;border-radius:999px;font-weight:600;font-size:.9rem;text-decoration:none;margin-bottom:1.75rem}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.stat-item{background:#f8fafc;border-radius:.85rem;padding:.9rem .5rem}.stat-icon{font-size:1.2rem;margin-bottom:.3rem}.stat-value{font-size:1.1rem;font-weight:700;color:#0f172a}.stat-label{font-size:.75rem;color:#64748b}.info-card,.links-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;padding:1.5rem;margin-bottom:1.25rem}.info-card h3,.links-card h3{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.3rem}.info-desc{font-size:.85rem;color:#94a3b8;margin-bottom:1.25rem}.info-row{display:flex;justify-content:space-between;padding:.7rem 0;border-bottom:1px solid #f1f5f9;font-size:.95rem}.info-row:last-child{border-bottom:none}.info-label{color:#64748b}.info-value{font-weight:500;color:#0f172a}.menu-item{display:flex;align-items:center;gap:.9rem;padding:.9rem 0;border-bottom:1px solid #f1f5f9;text-decoration:none;color:inherit}.menu-item:last-child{border-bottom:none}.menu-icon{font-size:1.2rem;width:28px;text-align:center}.menu-text{flex:1}.menu-text strong{display:block;font-size:.95rem;font-weight:600;color:#0f172a}.menu-text small{font-size:.8rem;color:#94a3b8}.menu-arrow{color:#94a3b8;font-size:1.2rem}.logout-btn{width:100%;padding:.95rem;background:#ef4444;color:#fff;border:none;border-radius:.85rem;font-weight:600;font-size:1rem;cursor:pointer;margin-top:.5rem}.logout-btn:hover{background:#dc2626}.product-details-page{max-width:1200px;margin:0 auto;padding:1.5rem 1.25rem 3rem}.loading-skeleton,.not-found{text-align:center;padding:4rem 1rem;color:#64748b}.not-found h2{margin-bottom:1rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#94a3b8;margin-bottom:1.5rem;flex-wrap:wrap}.product-layout{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}.product-gallery{display:flex;flex-direction:column;gap:1rem}.main-image{background:#f8fafc;border-radius:1rem;overflow:hidden;aspect-ratio:1}.main-image img{width:100%;height:100%;object-fit:cover}.thumbnails{display:flex;gap:.6rem;overflow-x:auto;padding-bottom:4px}.thumb{flex-shrink:0;width:64px;height:64px;border-radius:8px;overflow:hidden;border:2px solid transparent;background:none;padding:0;cursor:pointer}.thumb.active{border-color:#2563eb}.thumb img{width:100%;height:100%;object-fit:cover}.product-title{font-size:1.6rem;font-weight:800;color:#0f172a;margin-bottom:.75rem;line-height:1.3}.rating-row{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stars{color:#f59e0b;font-size:.95rem}.rating-text{font-size:.85rem;color:#64748b}.price-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.current-price{font-size:1.8rem;font-weight:800;color:#2563eb}.original-price{font-size:1.1rem;color:#94a3b8;text-decoration:line-through}.discount-badge{background:#2563eb;color:#fff;font-size:.8rem;font-weight:600;padding:.25rem .6rem;border-radius:6px}.stock-status{font-size:.9rem;font-weight:600;margin-bottom:1.25rem}.stock-status.in-stock{color:#16a34a}.stock-status.out-of-stock{color:#dc2626}.quantity-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.qty-label{font-size:.95rem;font-weight:500;color:#334155}.qty-control{display:flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:.6rem;overflow:hidden}.avatar img,.profile-photo-preview{width:100%;height:100%;object-fit:cover}.profile-form-page,.addresses-page{max-width:1000px;margin:0 auto;padding:2rem 1.25rem 4rem}.profile-form-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.profile-form-header h1{margin-bottom:.35rem}.profile-form-header p{color:var(--gray-500)}.profile-form-card{display:grid;grid-template-columns:190px 1fr;gap:2rem;background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:1.5rem}.profile-photo-editor,.profile-form-fields,.password-card,.address-form{display:flex;flex-direction:column;gap:1rem}.profile-photo-editor{align-items:center;text-align:center}.profile-photo-preview,.profile-photo-placeholder{width:128px;height:128px;border-radius:50%;object-fit:cover}.profile-photo-placeholder{display:grid;place-items:center;background:var(--light-blue);color:var(--primary);font-size:2.5rem;font-weight:800}.profile-photo-editor small{color:var(--gray-500);font-size:.75rem}.profile-form-fields label,.profile-form-card>label,.address-form label{display:flex;flex-direction:column;gap:.4rem;color:var(--gray-700);font-size:.9rem;font-weight:600}.profile-form-fields input,.profile-form-card input,.address-form input{width:100%;padding:.75rem .85rem;border:1px solid var(--gray-300);border-radius:8px;font:inherit;color:var(--gray-900)}.profile-form-fields input:focus,.profile-form-card input:focus,.address-form input:focus{outline:2px solid rgba(26,86,219,.18);border-color:var(--primary)}.profile-form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.profile-secondary-link{margin-top:1rem;border:0;background:none;color:var(--primary);font-weight:700}.addresses-layout{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:1.5rem;align-items:start}.address-form{display:flex}.address-form h2{font-size:1.1rem}.checkbox-label{flex-direction:row!important;align-items:center;gap:.5rem!important}.checkbox-label input{width:auto}.saved-address-list{display:grid;gap:.85rem}.saved-address-card{display:flex;justify-content:space-between;gap:1rem;background:#fff;border:1px solid var(--gray-200);border-radius:10px;padding:1.1rem}.saved-address-card p{color:var(--gray-700);font-size:.9rem}.saved-address-title{color:var(--primary);font-weight:800;margin-bottom:.35rem}.saved-address-actions{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:flex-end;gap:.5rem}.saved-address-actions button{border:0;background:none;color:var(--primary);font-size:.8rem;font-weight:700}.saved-address-actions .danger-text{color:var(--danger)}@media (max-width: 700px){.profile-form-header,.saved-address-card{align-items:flex-start;flex-direction:column}.profile-form-card,.addresses-layout{grid-template-columns:1fr}.profile-form-actions,.saved-address-actions{justify-content:flex-start}}.qty-control button{width:40px;height:40px;border:none;background:#f8fafc;font-size:1.2rem;cursor:pointer;color:#0f172a}.qty-control span{width:48px;text-align:center;font-weight:600}.action-buttons{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.btn-add-cart{background:#2563eb;color:#fff;border:none;padding:.95rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer}.btn-add-cart:disabled{opacity:.5;cursor:not-allowed}.btn-buy-now{background:#fff;color:#2563eb;border:1.5px solid #2563eb;padding:.95rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer}.btn-buy-now:disabled{opacity:.5;cursor:not-allowed}.product-badges{display:flex;gap:.5rem;margin-bottom:1.25rem}.badge{font-size:.75rem;font-weight:600;padding:.3rem .7rem;border-radius:6px}.badge.new{background:#dbeafe;color:#1e40af}.badge.bestseller{background:#fef3c7;color:#92400e}.short-desc p{font-size:.95rem;color:#475569;line-height:1.6}.extra-sections{display:grid;grid-template-columns:1fr;gap:1.5rem}.section-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem}.section-card h2{font-size:1.15rem;font-weight:700;margin-bottom:1rem;color:#0f172a}.section-card p{font-size:.95rem;color:#475569;line-height:1.7}.specs-table{display:flex;flex-direction:column}.spec-row{display:flex;justify-content:space-between;padding:.7rem 0;border-bottom:1px solid #f1f5f9;font-size:.9rem}.spec-row:last-child{border-bottom:none}.spec-row span:first-child{color:#64748b}.spec-row span:last-child{font-weight:500;color:#0f172a}.cart-page{max-width:1100px;margin:0 auto;padding:1.5rem 1.25rem 3rem}.cart-loading,.cart-empty{text-align:center;padding:4rem 1rem}.cart-empty h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.cart-empty p{color:#64748b;margin-bottom:1.5rem}.cart-header h1{font-size:1.6rem;font-weight:800;color:#0f172a;margin-bottom:.25rem}.breadcrumb{font-size:.85rem;color:#94a3b8;margin-bottom:1.75rem}.breadcrumb a{color:#2563eb;text-decoration:none}.cart-layout{display:grid;grid-template-columns:1fr;gap:1.75rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;align-items:flex-start}.item-image{width:80px;height:80px;object-fit:cover;border-radius:.6rem;background:#f1f5f9;flex-shrink:0}.item-details{flex:1;min-width:0}.item-details h3{font-size:.95rem;font-weight:600;color:#0f172a;margin-bottom:.2rem;line-height:1.3}.item-desc{font-size:.8rem;color:#94a3b8;margin-bottom:.4rem}.item-price{font-size:.95rem;font-weight:700;color:#2563eb;margin-bottom:.6rem}.item-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.qty-control{display:flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:.5rem;overflow:hidden}.qty-control button{width:32px;height:32px;border:none;background:#f8fafc;font-size:1rem;cursor:pointer;color:#0f172a}.qty-control button:disabled{opacity:.4;cursor:not-allowed}.qty-control span{width:36px;text-align:center;font-weight:600;font-size:.9rem}.remove-btn{background:none;border:none;color:#ef4444;font-size:.85rem;font-weight:500;cursor:pointer;padding:0}.item-total{font-weight:700;font-size:1rem;color:#0f172a;white-space:nowrap}.order-summary h3{font-size:1.15rem;font-weight:700;margin-bottom:1.25rem;color:#0f172a}.summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.95rem;color:#475569}.summary-row .muted{color:#94a3b8;font-size:.85rem}.summary-row.total{font-size:1.15rem;font-weight:700;color:#0f172a;border-top:1px solid #e2e8f0;padding-top:.9rem;margin-top:.5rem;margin-bottom:1.5rem}.checkout-btn{width:100%;background:#2563eb;color:#fff;border:none;padding:.95rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;margin-bottom:1rem}.checkout-btn:hover{background:#1d4ed8}.continue-shopping{display:block;text-align:center;color:#2563eb;font-size:.9rem;font-weight:500;text-decoration:none}.btn-primary{display:inline-block;background:#2563eb;color:#fff;padding:.8rem 1.6rem;border-radius:999px;text-decoration:none;font-weight:600}.wishlist-page{max-width:1200px;margin:0 auto;padding:1.5rem 1.25rem 3rem}.wishlist-loading{text-align:center;padding:4rem 1rem;color:#64748b;font-size:1.05rem}.wishlist-header{margin-bottom:2rem}.wishlist-header h1{font-size:1.7rem;font-weight:800;color:#0f172a;display:flex;align-items:center;gap:.75rem;margin-bottom:.4rem}.item-count{background:#2563eb;color:#fff;font-size:.8rem;font-weight:600;padding:.25rem .7rem;border-radius:999px}.subtitle{font-size:.95rem;color:#64748b;margin:0}.wishlist-empty{text-align:center;padding:4rem 1rem}.empty-icon{font-size:3.5rem;color:#cbd5e1;margin-bottom:1rem}.wishlist-empty h2{font-size:1.4rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.wishlist-empty p{color:#64748b;margin-bottom:1.75rem}.btn-primary{display:inline-block;background:#2563eb;color:#fff;padding:.85rem 1.8rem;border-radius:999px;font-weight:600;text-decoration:none;font-size:.95rem}.btn-primary:hover{background:#1d4ed8}.wishlist-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.checkout-page{max-width:1100px;margin:0 auto;padding:1.5rem 1.25rem 3rem}.checkout-steps{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.step{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#94a3b8}.step-number{width:26px;height:26px;border-radius:50%;background:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600}.step-line{width:40px;height:2px;background:#e2e8f0}.page-title{font-size:1.6rem;font-weight:800;color:#0f172a;margin-bottom:.3rem}.page-subtitle{color:#64748b;margin-bottom:1.75rem}.checkout-layout{display:grid;grid-template-columns:1fr;gap:1.75rem}.checkout-form{display:flex;flex-direction:column;gap:1.5rem}.form-section{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem}.form-section h3{font-size:1.1rem;font-weight:700;margin-bottom:.3rem;color:#0f172a}.section-desc{font-size:.85rem;color:#94a3b8;margin-bottom:1.25rem}.form-row{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1.5px solid #e2e8f0;border-radius:.6rem;font-size:.95rem;outline:none;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb}.delivery-options{display:flex;flex-direction:column;gap:.75rem}.delivery-option{display:flex;gap:.85rem;padding:1rem;border:1.5px solid #e2e8f0;border-radius:.85rem;cursor:pointer;transition:all .2s}.delivery-option.selected{border-color:#2563eb;background:#eff6ff}.delivery-option input{margin-top:3px;accent-color:#2563eb}.option-content{flex:1}.option-top{display:flex;justify-content:space-between;margin-bottom:.2rem}.option-top strong{font-size:.95rem;color:#0f172a}.option-price{font-weight:700;color:#2563eb;font-size:.95rem}.option-content p{font-size:.8rem;color:#64748b;margin:0}.btn-continue{background:#2563eb;color:#fff;border:none;padding:1rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;width:100%}.btn-continue:disabled{opacity:.6;cursor:not-allowed}.back-link{display:block;text-align:center;color:#2563eb;font-size:.9rem;font-weight:500;text-decoration:none;margin-top:.5rem}.edit-cart{font-size:.85rem;color:#2563eb;text-decoration:none}.total-row.grand-total{font-size:1.15rem;font-weight:700;color:#0f172a;margin-top:.5rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.empty-cart{color:#94a3b8;font-size:.9rem}.payment-page{max-width:1100px;margin:0 auto;padding:1.5rem 1.25rem 3rem}.payment-loading{text-align:center;padding:4rem 1rem;color:#64748b}.checkout-steps{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-bottom:1.75rem;flex-wrap:wrap}.step{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:#94a3b8}.step-number{width:24px;height:24px;border-radius:50%;background:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.step.active .step-number,.step.completed .step-number{background:#2563eb;color:#fff}.step.active .step-label,.step.completed .step-label{color:#0f172a;font-weight:600}.step-line{width:32px;height:2px;background:#e2e8f0}.step-line.active{background:#2563eb}.payment-header h1{font-size:1.6rem;font-weight:800;color:#0f172a;margin-bottom:.3rem}.payment-header p{color:#64748b;margin-bottom:1.5rem}.payment-layout{display:grid;grid-template-columns:1fr;gap:1.75rem}.method-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.25rem}.method-tab{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1rem;border:1.5px solid #e2e8f0;border-radius:.75rem;background:#fff;font-weight:600;font-size:.9rem;color:#475569;cursor:pointer;transition:all .2s}.method-tab.active{border-color:#2563eb;background:#eff6ff;color:#2563eb}.tab-icon{font-size:1.1rem}.payment-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem}.payment-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.75rem;color:#0f172a}.amount-label{font-size:.95rem;color:#475569;margin-bottom:1.25rem}.amount-label strong{color:#0f172a;font-size:1.1rem}.form-group{margin-bottom:1.1rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#334155;margin-bottom:.4rem}.form-group input,.form-group select{width:100%;padding:.75rem 1rem;border:1.5px solid #e2e8f0;border-radius:.6rem;font-size:.95rem;outline:none;background:#fff}.form-group input:focus,.form-group select:focus{border-color:#2563eb}.upload-area{border:1.5px dashed #cbd5e1;border-radius:.85rem;background:#f8fafc;overflow:hidden}.upload-label{display:block;cursor:pointer;padding:1.75rem 1rem;text-align:center}.upload-content .upload-icon{font-size:2rem;display:block;margin-bottom:.5rem}.upload-content strong{display:block;font-size:.95rem;color:#0f172a;margin-bottom:.35rem}.upload-content p{font-size:.8rem;color:#64748b;margin:0;line-height:1.4}.preview-wrapper{position:relative;padding:1rem;text-align:center}.preview-image{max-width:100%;max-height:180px;border-radius:.5rem;object-fit:contain}.remove-image{margin-top:.75rem;background:#fee2e2;color:#b91c1c;border:none;padding:.4rem .9rem;border-radius:.5rem;font-size:.85rem;font-weight:500;cursor:pointer}.btc-section{margin-bottom:1.25rem}.btc-title{font-weight:600;margin-bottom:1rem;color:#0f172a}.qr-wrapper{display:flex;justify-content:center;margin-bottom:1.25rem}.qr-code{width:180px;height:180px;border-radius:.75rem;border:1px solid #e2e8f0;padding:8px;background:#fff}.address-box{display:flex;align-items:center;gap:.5rem;background:#f1f5f9;padding:.75rem 1rem;border-radius:.6rem;margin-bottom:1rem}.address-box code{flex:1;font-size:.8rem;word-break:break-all;color:#0f172a}.copy-btn{background:#fff;border:1px solid #e2e8f0;padding:.4rem .75rem;border-radius:.4rem;font-size:.8rem;font-weight:500;cursor:pointer;white-space:nowrap}.info-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:.6rem;padding:.9rem 1rem;font-size:.85rem;color:#1e40af;line-height:1.5}.extra-instructions{margin-top:.5rem;font-size:.8rem}.btn-primary{width:100%;background:#2563eb;color:#fff;border:none;padding:.95rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;margin-top:.5rem}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.secure-note{text-align:center;font-size:.8rem;color:#94a3b8;margin-top:1rem}.warning-box{background:#fff7ed;color:#9a5b00;padding:1rem;border-radius:.6rem;font-size:.9rem}.order-summary{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;height:fit-content}.summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.summary-header h3{font-size:1.1rem;font-weight:700;margin:0}.edit-link{font-size:.85rem;color:#2563eb;text-decoration:none}.summary-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.summary-item{display:flex;gap:.75rem;align-items:center}.summary-item img{width:48px;height:48px;object-fit:cover;border-radius:8px;background:#f1f5f9}.item-info strong{display:block;font-size:.9rem;font-weight:600;color:#0f172a;margin-bottom:.15rem}.item-total{font-weight:600;font-size:.9rem;color:#0f172a}.summary-totals{border-top:1px solid #e2e8f0;padding-top:1rem}.total-row{display:flex;justify-content:space-between;margin-bottom:.6rem;font-size:.95rem;color:#475569}.secure-badge{margin-top:1.25rem;font-size:.8rem;color:#64748b;text-align:center}.order-success-page{max-width:1000px;margin:0 auto;padding:2rem 1.25rem 3.5rem}.loading-state,.error-state{text-align:center;padding:4rem 1rem;color:#64748b}.error-state h2{color:#0f172a;margin-bottom:.5rem}.error-state p{margin-bottom:1.5rem}.success-header{text-align:center;margin-bottom:2.5rem}.success-icon{width:72px;height:72px;background:#d1fae5;color:#059669;font-size:2.2rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.success-header h1{font-size:1.75rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.order-number{font-size:.95rem;color:#64748b;margin-bottom:.5rem}.order-number strong{color:#2563eb}.thank-you{font-size:.95rem;color:#64748b;max-width:420px;margin:0 auto;line-height:1.5}.success-layout{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem}.summary-card h2{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem;color:#0f172a}.items-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.item-row{display:flex;align-items:center;gap:1rem}.item-image{width:56px;height:56px;object-fit:cover;border-radius:8px;background:#f1f5f9;flex-shrink:0}.item-info{flex:1;min-width:0}.item-info strong{display:block;font-size:.95rem;font-weight:600;color:#0f172a;margin-bottom:.15rem}.item-info span{font-size:.8rem;color:#64748b}.item-price{font-weight:600;font-size:.95rem;color:#0f172a}.no-items{color:#94a3b8;font-size:.9rem}.totals{border-top:1px solid #e2e8f0;padding-top:1rem}.total-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.95rem;color:#475569}.total-row.grand{font-size:1.15rem;font-weight:700;color:#0f172a;margin-top:.5rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.side-cards{display:flex;flex-direction:column;gap:1.25rem}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.35rem}.info-card h3{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.9rem;display:flex;align-items:center;gap:.4rem}.icon{font-size:1.1rem}.address-content p{font-size:.9rem;color:#334155;margin-bottom:.25rem;line-height:1.4}.address-content .name{font-weight:600;color:#0f172a}.address-content .phone{margin-top:.5rem;color:#2563eb}.payment-badge{display:inline-block;background:#eff6ff;color:#1e40af;font-size:.85rem;font-weight:600;padding:.35rem .75rem;border-radius:6px;margin-bottom:.5rem}.payment-status{font-size:.85rem;color:#64748b}.action-buttons{display:flex;flex-direction:column;gap:.75rem;max-width:420px;margin:0 auto}.btn-primary{background:#2563eb;color:#fff;border:none;padding:.95rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;text-align:center;text-decoration:none}.btn-outline{background:#fff;color:#2563eb;border:1.5px solid #2563eb;padding:.95rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:1rem;text-align:center;text-decoration:none}@media (min-width: 768px){.success-header h1{font-size:2rem}.success-layout{grid-template-columns:1.4fr 1fr;gap:1.75rem}.action-buttons{flex-direction:row;justify-content:center;max-width:none}.btn-primary,.btn-outline{min-width:200px}}@media (min-width: 900px){.payment-layout{grid-template-columns:1.4fr 1fr;gap:2rem}.order-summary{position:sticky;top:100px}.qr-code{width:200px;height:200px}}@media (min-width: 768px){.form-row{grid-template-columns:1fr 1fr}}@media (min-width: 900px){.checkout-layout{grid-template-columns:1.5fr 1fr;gap:2rem}.order-summary{position:sticky;top:100px}}@media (min-width: 640px){.wishlist-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (min-width: 900px){.wishlist-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.wishlist-header h1{font-size:1.9rem}}@media (min-width: 900px){.cart-layout{grid-template-columns:1fr 340px;gap:2rem}.cart-item{padding:1.25rem}.item-image{width:100px;height:100px}.order-summary{position:sticky;top:100px}}@media (min-width: 900px){.product-layout{grid-template-columns:1fr 1fr;gap:3rem}.product-title{font-size:1.9rem}.action-buttons{flex-direction:row}.btn-add-cart,.btn-buy-now{flex:1}.extra-sections{grid-template-columns:1fr 1fr}}@media (min-width: 768px){.profile-layout{grid-template-columns:320px 1fr;gap:2rem}.profile-card{position:sticky;top:100px}.stats-row{margin-top:.5rem}}@media (min-width: 900px){.order-layout{grid-template-columns:1.4fr 1fr;gap:1.75rem}.order-header h1{font-size:1.75rem}.action-buttons{flex-direction:row}.btn-outline,.btn-primary{flex:1}}@media (min-width: 768px){.orders-page{padding:2rem 1.5rem 4rem}.orders-header h1{font-size:2rem}.order-card{padding:1.5rem}.thumb{width:48px;height:48px}}@media (min-width: 900px){.shop-layout{grid-template-columns:240px 1fr}.filters-sidebar{display:block;position:sticky;top:100px;height:fit-content;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem}.filters-btn{display:none}.products-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.category-chips{display:none}}@media (min-width: 1200px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 640px){.categories-grid{grid-template-columns:repeat(4,1fr);gap:.7rem}.category-card{padding:1rem .3rem}.category-icon{font-size:1.6rem}.category-card h3{font-size:.72rem}}@media (min-width: 768px){.categories-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}.category-card{padding:1.75rem 1rem}.category-icon{font-size:2.2rem}.category-card h3{font-size:.95rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width: 767px){.bottom-nav{display:flex}body{padding-bottom:70px}}@media (min-width: 768px){.promo-bar,.search-form{display:block}.nav-actions{display:flex}.mobile-cart{display:none}.category-nav{display:flex}.logo-text{display:inline}}@media (max-width: 767px){.logo-text{display:none}.navbar-inner{height:60px}.search-form{display:block;max-width:none}.search-input{font-size:.875rem;padding:.6rem 1rem .6rem 2.5rem}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 768px){.container{padding:0 .75rem}}
