:root{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#2a2a2a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-black: #2a2a2a;--color-white: #ffffff;--color-gray-dark: #7a7a7a;--color-gray-medium: #9a9a9a;--color-gray-light: #e5e5e5;--color-gray-bg: #fafafa;--color-error: #d32f2f;--color-success: #4caf50;--font-xs: .85rem;--font-sm: .95rem;--font-base: 1rem;--font-md: 1.1rem;--font-lg: 1.3rem;--font-xl: 2rem;--font-2xl: 2.2rem;--font-3xl: 2.7rem;--font-hero: 3.2rem}a{font-weight:500;color:var(--color-black);text-decoration:inherit;transition:opacity .3s}a:hover{opacity:.6}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;color:var(--color-black);background-color:var(--color-white)}h1{font-size:var(--font-hero);line-height:1.1;font-weight:500;letter-spacing:-.02em}button{border-radius:0;border:none;padding:1rem 2rem;font-size:var(--font-sm);font-weight:500;font-family:inherit;background-color:var(--color-black);color:var(--color-white);cursor:pointer;transition:background-color .3s;text-transform:uppercase;letter-spacing:.05em}button:hover{background-color:#3a3a3a}button:focus,button:focus-visible{outline:2px solid var(--color-black);outline-offset:2px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fafafa;padding:24px}.auth-container{background:#fff;border:1px solid #e5e5e5;border-radius:4px;padding:48px;width:100%;max-width:420px;position:relative}.close-button{position:absolute;top:20px;right:24px;background:none;border:none;font-size:24px;color:#666;cursor:pointer;text-decoration:none;transition:color .2s}.close-button:hover{color:#000}.auth-header{text-align:center;margin-bottom:32px}.auth-logo{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:8px}.logo-icon{width:24px;height:24px;color:#6b5d4f}.auth-title{font-size:28px;font-weight:600;color:#1a1a1a;letter-spacing:-.5px}.auth-subtitle{color:#666;font-size:.9rem}.form-group{margin-bottom:20px}.form-input{width:100%;padding:13px 16px;border:1px solid #e5e5e5;border-radius:4px;font-size:.9rem;background:#fff;color:#000;transition:border-color .2s;font-family:inherit}.form-input:focus{outline:none;border-color:#000}.form-input::placeholder{color:#999}.password-input-container{position:relative}.password-input{padding-right:60px}.password-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;color:#666;font-size:.8rem;font-weight:500;cursor:pointer;transition:color .2s}.password-toggle:hover{color:#000}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;font-size:.85rem}.checkbox-container{display:flex;align-items:center;cursor:pointer;color:#666;font-weight:500}.checkbox-container input[type=checkbox]{margin-right:8px;width:16px;height:16px}.forgot-password{color:#000;text-decoration:none;font-weight:500;transition:opacity .2s}.forgot-password:hover{opacity:.7}.auth-button{width:100%;padding:13px;background:#000;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:opacity .2s;margin-bottom:20px;font-family:inherit}.auth-button:hover:not(:disabled){opacity:.8}.auth-button:disabled{opacity:.5;cursor:not-allowed}.auth-divider{text-align:center;margin:24px 0;position:relative;color:#999;font-size:.8rem;font-weight:500}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e5e5;z-index:1}.auth-divider span{background:#fff;padding:0 16px;position:relative;z-index:2}.google-auth-container{margin-bottom:24px}.google-auth-container #google-signin-button{width:100%;display:flex;justify-content:center}.auth-switch{text-align:center;color:#666;font-size:.85rem}.auth-link{color:#000;text-decoration:none;font-weight:600;transition:opacity .2s}.auth-link:hover{opacity:.7}.error-message{background:#fff5f5;color:#c53030;padding:11px 16px;border-radius:4px;font-size:.85rem;font-weight:500;margin-bottom:20px;border:1px solid #feb2b2}.success-message{background:#f0fff4;color:#2f855a;padding:11px 16px;border-radius:4px;font-size:.85rem;font-weight:500;margin-bottom:20px;border:1px solid #9ae6b4}@media(max-width:480px){.auth-container{padding:32px 24px}.auth-title{font-size:28px}}html,body{margin:0;padding:0;width:100%;min-height:100vh;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;line-height:1.6;color:#2a2a2a;background:#fff;-webkit-font-smoothing:antialiased}.homepage{width:100%;min-height:100vh;background:#fff;margin:0;padding:0}.top-info-bar{background:#2a2a2a;color:#fff;text-align:center;padding:.6rem;font-size:.8rem;letter-spacing:.02em;width:100%}.main-header{border-bottom:1px solid #e5e5e5;background:#fff;position:sticky;top:0;z-index:100;width:100%}.header-top{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;width:100%;gap:2rem}.header-logo{text-decoration:none}.header-search{flex:1;max-width:500px}.search-wrapper{position:relative}.header-search-input{width:100%;padding:.75rem 3rem .75rem 1rem;border:1px solid #e5e5e5;border-radius:4px;font-size:.9rem;transition:border-color .3s}.header-search-input:focus{outline:none;border-color:#2a2a2a}.header-search-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.1rem;cursor:pointer;padding:.5rem;transition:opacity .3s}.header-search-btn:hover{opacity:.6}.search-dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 4px 12px #0000001a;max-height:400px;overflow-y:auto;z-index:1000}.search-result-item{display:flex;gap:1rem;padding:.75rem 1rem;cursor:pointer;transition:background .2s;border-bottom:1px solid #f5f5f5}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:#fafafa}.search-result-item img{width:60px;height:60px;object-fit:cover;border-radius:4px}.search-result-info{flex:1;display:flex;flex-direction:column;justify-content:center}.search-result-title{font-size:.9rem;font-weight:500;color:#2a2a2a;margin-bottom:.25rem}.search-result-price{font-size:.85rem;color:#7a7a7a;font-weight:500}.header-icons{display:flex;gap:1rem;align-items:center}.auth-btn{padding:.6rem 1.3rem;border:1px solid #e5e5e5;background:#fff;color:#2a2a2a;text-decoration:none;font-size:.85rem;font-weight:400;transition:all .3s;cursor:pointer}.auth-btn:hover{border-color:#2a2a2a}.auth-btn.signup{background:#2a2a2a;color:#fff;border-color:#2a2a2a}.auth-btn.signup:hover{background:#3a3a3a}.main-navigation{display:flex;justify-content:center;gap:2rem;padding:1rem 2rem;border-top:1px solid #f5f5f5;width:100%}.nav-link{color:#7a7a7a;text-decoration:none;font-size:.85rem;font-weight:400;transition:color .3s;letter-spacing:.02em}.main-content{padding-top:0;width:100%}.hero-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem 2rem;width:100%;align-items:center}.hero-content{padding:2rem}.hero-label{display:inline-block;background:#2a2a2a;color:#fff;padding:.4rem 1rem;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.hero-heading{font-size:2.6rem;font-weight:500;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.1}.hero-description{font-size:1rem;color:#7a7a7a;margin-bottom:2rem;line-height:1.6}.hero-button{display:inline-block;background:#2a2a2a;color:#fff;padding:.9rem 2.2rem;text-decoration:none;font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:background .3s}.hero-button:hover{background:#3a3a3a}.hero-image img{width:100%;height:600px;object-fit:cover}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:1.8rem;font-weight:500;margin-bottom:.5rem;letter-spacing:-.02em}.section-header p{font-size:.9rem;color:#7a7a7a}.categories-section{padding:5rem 2rem;width:100%;border-top:1px solid #f5f5f5}.categories-carousel{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1rem;scrollbar-width:thin}.categories-carousel::-webkit-scrollbar{height:6px}.categories-carousel::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:3px}.category-item{min-width:200px;text-decoration:none;transition:transform .3s}.category-item:hover{transform:translateY(-4px)}.category-image{margin-bottom:.75rem}.category-image img{width:100%;height:280px;object-fit:cover;border:1px solid #f0f0f0}.category-label{display:block;font-size:.7rem;color:#9a9a9a;letter-spacing:.1em;margin-bottom:.25rem}.category-name{font-size:.9rem;font-weight:400;color:#2a2a2a}.featured-product{padding:5rem 2rem;background:#fafafa;width:100%}.featured-content{width:100%;text-align:center}.featured-content h2{font-size:1.7rem;font-weight:500;margin-bottom:.5rem}.featured-tagline{font-size:.95rem;color:#7a7a7a;margin-bottom:3rem}.featured-variants{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.variant-card{position:relative;text-align:center}.variant-badge{position:absolute;top:10px;left:10px;background:#2a2a2a;color:#fff;padding:.4rem .9rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.variant-card img{width:100%;height:400px;object-fit:cover;margin-bottom:1rem;border:1px solid #f0f0f0}.variant-name{font-size:.9rem;margin-bottom:.5rem}.variant-price{font-size:.95rem;font-weight:500}.featured-cta{display:inline-block;background:#2a2a2a;color:#fff;padding:.9rem 2.2rem;text-decoration:none;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;transition:background .3s}.featured-cta:hover{background:#3a3a3a}.bestsellers-section,.newin-section{padding:5rem 2rem;width:100%;border-top:1px solid #f5f5f5}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}.product-card{position:relative;text-decoration:none;transition:transform .3s}.product-card:hover{transform:translateY(-4px)}.product-badge{position:absolute;top:10px;left:10px;background:#2a2a2a;color:#fff;padding:.4rem .9rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;z-index:1}.product-badge.low-stock{background:#d32f2f}.product-card img{width:100%;height:400px;object-fit:cover;margin-bottom:1rem;border:1px solid #f0f0f0}.product-brand{font-size:.75rem;color:#9a9a9a;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.4rem}.product-name{font-size:.9rem;font-weight:400;color:#2a2a2a;margin-bottom:.5rem}.product-price{font-size:.95rem;font-weight:500}.view-all-link{display:block;text-align:center;color:#2a2a2a;text-decoration:none;font-size:.9rem;font-weight:500;margin-top:2rem;transition:opacity .3s}.view-all-link:hover{opacity:.6}.store-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:5rem 2rem;width:100%;border-top:1px solid #f5f5f5}.store-content h2{font-size:1.8rem;font-weight:500;margin-bottom:.5rem}.store-subtitle{font-size:.95rem;color:#7a7a7a;margin-bottom:2rem}.store-hours{margin-bottom:2rem;line-height:1.8}.store-hours strong{display:block;margin-bottom:.5rem}.store-address{margin-bottom:1rem;color:#7a7a7a}.store-link{color:#2a2a2a;text-decoration:none;font-weight:500;transition:opacity .3s}.store-link:hover{opacity:.6}.store-image img{width:100%;height:500px;object-fit:cover}.mission-section{padding:5rem 2rem;width:100%;text-align:center;border-top:1px solid #f5f5f5}.mission-statement{font-size:2.2rem;font-weight:500;margin-bottom:.5rem;letter-spacing:-.02em}.mission-tagline{font-size:1rem;color:#7a7a7a;margin-bottom:4rem}.mission-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem}.mission-card{padding:2rem;background:#fafafa}.mission-card h3{font-size:.95rem;font-weight:500;margin-bottom:.5rem}.mission-card p{font-size:.85rem;color:#7a7a7a;line-height:1.6}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.benefit-card{padding:2rem;border:1px solid #e5e5e5}.benefit-card h3{font-size:.95rem;font-weight:500;margin-bottom:.5rem}.benefit-card p{font-size:.85rem;color:#7a7a7a}.newsletter-section{padding:5rem 2rem;background:#fafafa;width:100%}.newsletter-card{max-width:600px;margin:0 auto;text-align:center}.newsletter-card h2{font-size:1.8rem;font-weight:500;margin-bottom:1rem}.newsletter-card p{font-size:.9rem;color:#7a7a7a;margin-bottom:2rem}.newsletter-form{display:flex;gap:1rem}.newsletter-form input{flex:1;padding:.9rem;border:1px solid #e5e5e5;font-size:.9rem}.newsletter-form button{background:#2a2a2a;color:#fff;padding:.9rem 1.8rem;border:none;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:background .3s}.newsletter-form button:hover{background:#3a3a3a}.browse-section{padding:5rem 2rem;width:100%;text-align:center;border-top:1px solid #f5f5f5}.browse-section h2{font-size:1.8rem;font-weight:500;margin-bottom:.5rem}.browse-section p{font-size:.9rem;color:#7a7a7a;margin-bottom:3rem}.browse-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.browse-link{padding:.9rem;border:1px solid #e5e5e5;text-decoration:none;color:#2a2a2a;font-size:.85rem;transition:background .3s}.browse-link:hover{background:#fafafa}.footer{background:#2a2a2a;color:#fff;padding:4rem 2rem 2rem;width:100%}.footer-content{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:3rem}.footer-col h4{font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.footer-col a,.footer-col p{display:block;color:#b5b5b5;text-decoration:none;font-size:.85rem;margin-bottom:.6rem;transition:color .3s}.footer-col a:hover{color:#fff}.footer-rating{margin-bottom:1rem}.footer-bottom{width:100%;padding-top:2rem;border-top:1px solid #3a3a3a;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#8a8a8a}.payment-methods{display:flex;gap:1rem;align-items:center}@media(max-width:1024px){.header-top{flex-wrap:wrap}.header-search{order:3;max-width:100%;width:100%}.main-navigation{overflow-x:auto;justify-content:flex-start}.hero-section{grid-template-columns:1fr}.featured-variants{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:repeat(3,1fr)}.mission-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}.store-section,.benefits-grid{grid-template-columns:1fr}.browse-grid{grid-template-columns:repeat(3,1fr)}.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem}}:root{--primary-blue: #3E6FE8;--secondary-blue: #6A87F2;--background-grey: #F7F9FC;--text-dark: #111827;--card-white: #FFFFFF;--gold-accent: #FFB020;--font-family: "Inter", "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;--radius-button: 14px;--radius-card: 20px;--shadow-card: 0 4px 20px rgba(62, 111, 232, .08);--shadow-button: 0 2px 8px rgba(62, 111, 232, .15);--spacing-xs: 8px;--spacing-sm: 16px;--spacing-md: 24px;--spacing-lg: 32px;--spacing-xl: 48px}.dashboard{min-height:100vh;background:#f7faff;display:flex;flex-direction:column}.dashboard-header{background:#fff;height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;border-radius:0 0 20px 20px;box-shadow:0 2px 10px #3e6fe80d;position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center;gap:40px}.logo{display:flex;align-items:center;gap:10px;font-size:1.5rem;font-weight:700;color:var(--primary-blue)}.logo-icon{font-size:1.8rem}.header-nav{display:flex;gap:20px}.nav-btn{background:none;border:none;padding:10px 20px;border-radius:25px;font-weight:500;cursor:pointer;transition:all .2s ease}.nav-btn.active{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:#fff}.nav-btn:hover:not(.active){background:#f7faff}.header-right{display:flex;align-items:center;gap:20px}.orders-summary{background:#e8f2ff;color:var(--primary-blue);padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:500}.header-icon{background:none;border:none;font-size:1.2rem;padding:8px;border-radius:50%;cursor:pointer;transition:all .2s ease}.header-icon:hover{background:#f7faff}.user-profile{display:flex;align-items:center;gap:10px}.logout-btn{background:none;border:1px solid var(--primary-blue);color:var(--primary-blue);padding:6px 12px;border-radius:15px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.logout-btn:hover{background:var(--primary-blue);color:#fff}.dashboard-body{display:flex;flex:1;gap:0}.sidebar{width:280px;background:#fff;padding:30px 20px;border-right:1px solid #E8F2FF;height:calc(100vh - 80px);overflow-y:auto}.sidebar-section{margin-bottom:30px}.sidebar-section h4{color:#666;font-size:.8rem;text-transform:uppercase;margin-bottom:15px;font-weight:600}.sidebar-item{display:flex;align-items:center;gap:12px;padding:12px 15px;border-radius:18px;cursor:pointer;transition:all .2s ease;margin-bottom:5px}.sidebar-item:hover{background:#f7faff}.sidebar-item.active{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:#fff}.sidebar-icon{font-size:1.1rem}.recent-order{background:#f7faff;padding:10px 15px;border-radius:15px;margin-bottom:8px;font-size:.9rem;color:#666}.main-content{flex:1;padding:30px;overflow-y:auto}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.content-header h1{font-size:2rem;font-weight:600;color:var(--text-dark)}.filter-bar{display:flex;align-items:center;gap:20px}.filter-buttons{display:flex;gap:10px}.filter-btn{background:#fff;border:1px solid #E8F2FF;padding:8px 20px;border-radius:20px;cursor:pointer;transition:all .2s ease}.filter-btn.active{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.filter-icons{display:flex;gap:10px}.filter-icon{background:#fff;border:1px solid #E8F2FF;padding:8px;border-radius:50%;cursor:pointer;transition:all .2s ease}.filter-icon:hover{background:#f7faff}.promo-banners{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px}.promo-card{padding:30px;border-radius:28px;color:#fff;position:relative;overflow:hidden}.promo-card.green{background:linear-gradient(135deg,#4ade80,#22c55e)}.promo-card.yellow{background:linear-gradient(135deg,#fde047,#facc15);color:#1f2937}.promo-card h3{font-size:1.3rem;font-weight:600;margin-bottom:15px}.promo-btn{background:#fff;color:#22c55e;border:none;padding:10px 20px;border-radius:20px;font-weight:500;cursor:pointer}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-bottom:40px}.product-card{background:#fff;border-radius:25px;padding:20px;box-shadow:0 4px 20px #3e6fe814;transition:all .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #3e6fe826}.product-card img{width:100%;height:260px;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:20px;transition:transform .3s ease;position:relative;z-index:2}.product-card:hover img{transform:scale(1.05)}.color-dots{display:flex;gap:10px;margin-bottom:16px;position:relative;z-index:2}.dot{width:14px;height:14px;border-radius:50%;border:2px solid white;box-shadow:var(--shadow-sm);transition:transform .2s ease}.dot:hover{transform:scale(1.2)}.dot.brown{background:#8b4513}.dot.black{background:#000}.dot.blue{background:#3b82f6}.dot.grey{background:#6b7280}.dot.navy{background:#1e3a8a}.dot.red{background:#ef4444}.dot.pink{background:#ec4899}.dot.white{background:#fff}.product-info .category{color:var(--text-muted);font-size:.75rem;text-transform:uppercase;font-weight:600;letter-spacing:.05em;position:relative;z-index:2}.product-info h4{font-size:1.125rem;font-weight:600;margin:8px 0 16px;color:var(--text-primary);line-height:1.4;position:relative;z-index:2}.product-footer{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.price{background:var(--primary);color:#fff;padding:8px 16px;border-radius:var(--radius-lg);font-weight:600;font-size:14px;box-shadow:var(--shadow-sm)}.wishlist{background:none;border:none;font-size:1.25rem;cursor:pointer;opacity:.6;transition:all .2s ease;padding:8px;border-radius:var(--radius)}.wishlist:hover{opacity:1;transform:scale(1.1);background:var(--surface-hover)}.featured-cards{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:48px}.feature-card{padding:32px;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.feature-card.peach{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.feature-card.white{background:var(--background);border:1px solid var(--border-light)}.feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:24px;letter-spacing:-.025em}.feature-content img{width:140px;height:170px;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.mini-products{display:flex;gap:12px;margin-bottom:20px}.mini-products img{width:64px;height:64px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:transform .2s ease}.mini-products img:hover{transform:scale(1.05)}.see-all-btn{background:var(--primary);color:#fff;border:none;padding:10px 24px;border-radius:var(--radius);cursor:pointer;font-weight:600;font-size:14px;transition:all .2s ease}.see-all-btn:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:var(--shadow)}.large-feature{background:var(--background);border-radius:var(--radius-xl);padding:48px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-lg);margin-bottom:48px;border:1px solid var(--border-light);position:relative;overflow:hidden}.large-feature:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f608,#8b5cf608);z-index:1}.feature-text{position:relative;z-index:2}.feature-text h2{font-size:2.75rem;font-weight:700;color:var(--text-primary);margin-bottom:12px;letter-spacing:-.025em;line-height:1.1}.feature-text p{font-size:1.25rem;color:var(--text-secondary);font-weight:500}.large-feature img{width:320px;height:220px;object-fit:cover;border-radius:var(--radius-lg);position:relative;z-index:2;box-shadow:var(--shadow)}.dashboard-footer{background:var(--background);padding:40px;border-top:1px solid var(--border-light);margin-top:auto}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.footer-logo{display:flex;align-items:center;gap:12px;font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-links{display:flex;gap:32px}.footer-links a{text-decoration:none;color:var(--text-secondary);font-weight:500;transition:all .2s ease;font-size:14px}.footer-links a:hover{color:var(--text-primary);transform:translateY(-1px)}.social-icons{display:flex;gap:16px;font-size:1.25rem}.social-icons span{padding:8px;border-radius:var(--radius);transition:all .2s ease;cursor:pointer}.social-icons span:hover{background:var(--surface-hover);transform:translateY(-2px)}@media(max-width:1200px){.sidebar{width:260px}.main-content{padding:32px}}@media(max-width:1024px){.sidebar{width:240px}.products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.main-content{padding:24px}}@media(max-width:768px){.dashboard-body{flex-direction:column}.sidebar{width:100%;height:auto;position:relative}.main-content{padding:20px}.promo-banners,.featured-cards{grid-template-columns:1fr;gap:20px}.large-feature{flex-direction:column;text-align:center;gap:24px;padding:32px 24px}.header-nav{display:none}.header-left{gap:24px}.content-header h1{font-size:1.875rem}}@media(max-width:480px){.dashboard-header{padding:0 20px}.main-content{padding:16px}.products-grid{grid-template-columns:1fr;gap:16px}.feature-text h2{font-size:2rem}.footer-content{flex-direction:column;gap:20px;text-align:center}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;background:#fff;color:#2a2a2a;line-height:1.6}.nav-container{display:flex;justify-content:space-between;align-items:center;width:100%;margin:0 auto}.products-main{width:100%;padding:0}.products-hero{text-align:center;margin-bottom:3rem;padding:3rem 2rem 0}.products-hero h1{font-size:2.2rem;font-weight:500;color:#2a2a2a;margin-bottom:.5rem;letter-spacing:-.02em}.products-hero p{color:#7a7a7a;font-size:.95rem}.filters-section{padding:0 2rem 2rem;width:100%;margin:0 auto}.filters-title{font-size:1.3rem;font-weight:500;color:#2a2a2a;margin-bottom:1.5rem;letter-spacing:-.02em}.search-bar-container{display:flex;gap:.8rem;margin-bottom:1.5rem;max-width:600px}.search-bar-input{flex:1;padding:.7rem .9rem;border:1px solid #e5e5e5;border-radius:0;font-size:.9rem;background:#fff;color:#2a2a2a}.search-bar-input:focus{outline:none;border-color:#2a2a2a}.search-bar-btn{padding:.7rem 1.3rem;background:#2a2a2a;color:#fff;border:none;border-radius:0;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s}.search-bar-btn:hover{background:#3a3a3a}.filters-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.more-categories{flex:1;min-width:200px}.category-dropdown{width:100%;padding:.7rem .9rem;border:1px solid #e5e5e5;border-radius:0;background:#fff;font-size:.9rem;color:#2a2a2a;cursor:pointer}.category-dropdown:focus{outline:none;border-color:#2a2a2a}.sort-filter-controls{display:flex;gap:.8rem;flex-wrap:wrap}.sort-select,.filter-toggle-btn,.clear-filters-btn{padding:.7rem 1.1rem;border:1px solid #e5e5e5;background:#fff;border-radius:0;cursor:pointer;font-weight:400;font-size:.85rem;color:#2a2a2a;transition:all .2s}.sort-select:hover,.filter-toggle-btn:hover{border-color:#2a2a2a}.sort-select:focus{outline:none;border-color:#2a2a2a}.clear-filters-btn{background:#2a2a2a;color:#fff;border-color:#2a2a2a}.clear-filters-btn:hover{background:#3a3a3a}.advanced-filters{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e5e5;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.filter-group{display:flex;flex-direction:column;gap:.8rem}.filter-group>label{font-weight:500;font-size:.9rem;color:#2a2a2a}.price-filter{display:flex;align-items:center;gap:.8rem}.brand-filter{display:flex;flex-direction:column;gap:.6rem;max-height:200px;overflow-y:auto}.checkbox-label{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:#2a2a2a;cursor:pointer}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.rating-select{padding:.6rem;border:1px solid #e5e5e5;border-radius:0;font-size:.85rem;color:#2a2a2a;background:#fff;cursor:pointer}.rating-select:focus{outline:none;border-color:#2a2a2a}.price-input{width:120px;padding:.6rem;border:1px solid #e5e5e5;border-radius:0;font-size:.85rem;color:#2a2a2a}.price-input:focus{outline:none;border-color:#2a2a2a}.price-filter span{color:#7a7a7a;font-size:.85rem}.apply-filter-btn{padding:.6rem 1.3rem;background:#2a2a2a;color:#fff;border:none;border-radius:0;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s}.apply-filter-btn:hover{background:#3a3a3a}.products-container{padding:2rem;width:100%;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem;padding:0 2rem;width:100%;margin:0 auto 2rem}.product-card{position:relative;background:#fff;border:1px solid #e5e5e5;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column}.wishlist-heart{position:absolute;top:10px;right:10px;min-width:36px;width:36px;height:36px;background:#fff;border:2px solid #2a2a2a;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s;color:#2a2a2a;flex-shrink:0}.wishlist-heart:hover{background:#fafafa}.wishlist-heart.active{background:red;border-color:red;color:#fff}.wishlist-heart.active:hover{background:#e60000;border-color:#e60000}.product-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.product-image{position:relative;height:280px;overflow:hidden;background:#fafafa}.product-img{width:100%;height:100%;object-fit:contain}.product-overlay,.product-card:hover .product-overlay,.quick-view{display:none}.quick-view:hover{background:#3a3a3a}.product-info{padding:1.5rem;display:flex;flex-direction:column;gap:.8rem;flex:1}.product-name{font-size:.95rem;font-weight:500;color:#2a2a2a;margin:0;line-height:1.4}.product-description{font-size:.85rem;color:#7a7a7a;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-rating{display:flex;align-items:center;gap:.6rem;font-size:.85rem}.stars{color:#2a2a2a;font-size:.8rem;letter-spacing:2px}.rating-text{color:#7a7a7a;font-size:.85rem;font-weight:500}.product-price{font-size:1.1rem;font-weight:500;color:#2a2a2a;margin:.5rem 0}.add-to-cart{width:100%;padding:.8rem;background:#2a2a2a;color:#fff;border:none;border-radius:0;cursor:pointer;font-weight:500;font-size:.85rem;transition:background .2s;margin-top:auto}.add-to-cart:hover{background:#3a3a3a}.no-products{text-align:center;padding:4rem 2rem;max-width:600px;margin:0 auto}.no-products-icon{font-size:3rem;margin-bottom:1rem;display:block;color:#7a7a7a}.no-products h3{font-size:1.3rem;font-weight:500;color:#2a2a2a;margin-bottom:.5rem}.no-products p{color:#7a7a7a;font-size:.9rem}.pagination{display:flex;justify-content:center;align-items:center;gap:.6rem;margin-top:3rem;padding:2rem}.pagination-btn{padding:.7rem 1rem;border:1px solid #e5e5e5;background:#fff;border-radius:0;cursor:pointer;font-weight:400;font-size:.9rem;color:#2a2a2a;transition:all .2s;min-width:44px}.pagination-btn.active{background:#2a2a2a;color:#fff;border-color:#2a2a2a;font-weight:500}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.loading{text-align:center;padding:4rem 2rem}.loading-spinner{width:40px;height:40px;border:3px solid #e5e5e5;border-top-color:#2a2a2a;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.loading p{font-size:.95rem;color:#7a7a7a}@media(max-width:768px){.nav-container{flex-direction:column;gap:1rem}.products-hero h1{font-size:2.2rem}.filters-header{flex-direction:column;align-items:stretch}.sort-filter-controls{flex-direction:column;width:100%}.sort-select,.filter-toggle-btn,.clear-filters-btn{width:100%}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;padding:0 1rem}.product-image{height:300px}.price-filter{flex-direction:column;align-items:stretch}.price-input{width:100%}}.product-detail-page{min-height:100vh;background:#fff}.product-detail-container{max-width:1400px;margin:0 auto;padding:3rem 2rem}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image-container{position:relative;width:100%;height:600px}.main-image{width:100%;height:100%;object-fit:cover;border:1px solid #e5e5e5}.image-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#2a2a2acc;color:#fff;border:none;width:50px;height:50px;font-size:1.5rem;cursor:pointer;transition:background .2s;z-index:10}.image-nav-btn:hover{background:#2a2a2a}.image-nav-btn.prev{left:1rem}.image-nav-btn.next{right:1rem}.image-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.image-gallery img{width:100%;height:120px;object-fit:cover;border:1px solid #e5e5e5;cursor:pointer;transition:opacity .2s}.image-gallery img:hover{opacity:.7}.image-gallery img.active{border-color:#2a2a2a;border-width:2px}.product-info-detail h1{font-size:1.7rem;font-weight:500;color:#2a2a2a;margin-bottom:1rem;letter-spacing:-.02em}.product-rating{display:flex;align-items:center;gap:.6rem;margin-bottom:1.5rem}.product-price-detail{font-size:1.7rem;font-weight:500;color:#2a2a2a;margin-bottom:1.5rem}.product-description-detail{font-size:.9rem;color:#7a7a7a;line-height:1.7;margin-bottom:2rem}.product-meta{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#fafafa;border:1px solid #e5e5e5}.meta-item{display:flex;gap:1rem}.meta-label{font-weight:500;color:#2a2a2a;min-width:80px;font-size:.9rem}.meta-value{color:#7a7a7a;font-size:.9rem}.add-to-cart-btn{width:100%;padding:1rem;background:#2a2a2a;color:#fff;border:none;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s}.loading,.error{text-align:center;padding:4rem 2rem;font-size:1rem;color:#7a7a7a}.reviews-section{margin-top:4rem;padding-top:3rem;border-top:1px solid #e5e5e5}.reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.reviews-header h2{font-size:1.5rem;font-weight:500;color:#2a2a2a}.write-review-btn{padding:.7rem 1.5rem;background:#2a2a2a;color:#fff;border:none;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s}.write-review-btn:hover{background:#3a3a3a}.review-form{background:#fafafa;padding:2rem;margin-bottom:2rem;border:1px solid #e5e5e5}.review-form .form-group{margin-bottom:1.5rem}.review-form label{display:block;font-weight:500;margin-bottom:.5rem;font-size:.9rem;color:#2a2a2a}.review-form select,.review-form textarea{width:100%;padding:.7rem;border:1px solid #e5e5e5;font-size:.9rem;font-family:inherit;background:#fff}.review-form select:focus,.review-form textarea:focus{outline:none;border-color:#2a2a2a}.review-form textarea{resize:vertical}.submit-review-btn{padding:.8rem 2rem;background:#2a2a2a;color:#fff;border:none;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s}.submit-review-btn:hover{background:#3a3a3a}.reviews-list{display:flex;flex-direction:column;gap:1.5rem}.no-reviews{text-align:center;padding:3rem;color:#7a7a7a;font-size:.95rem}.review-item{padding:1.5rem;border:1px solid #e5e5e5;background:#fff}.review-header-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.review-rating{color:#2a2a2a;font-size:1rem}.review-date{color:#7a7a7a;font-size:.8rem}.review-author{font-weight:500;color:#2a2a2a;margin-bottom:.5rem;font-size:.9rem}.review-text{color:#2a2a2a;line-height:1.6;font-size:.9rem}.recommendations-section{margin-top:4rem;padding-top:3rem;border-top:1px solid #e5e5e5}.recommendations-section h2{font-size:1.5rem;font-weight:500;color:#2a2a2a;margin-bottom:2rem;text-align:center}.recommendations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.recommendation-card{text-decoration:none;border:1px solid #e5e5e5;transition:all .3s}.recommendation-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.recommendation-card img{width:100%;height:250px;object-fit:cover}.recommendation-card h3{padding:1rem;font-size:.9rem;font-weight:500;color:#2a2a2a;margin:0}.rec-price{padding:0 1rem 1rem;font-size:.95rem;font-weight:500;color:#2a2a2a;margin:0}@media(max-width:768px){.product-detail-grid{grid-template-columns:1fr;gap:2rem}.main-image{height:400px}.image-gallery{grid-template-columns:repeat(3,1fr)}.recommendations-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.cart-page{min-height:100vh;background-color:#fff;color:#2a2a2a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cart-container{max-width:1400px;margin:0 auto;padding:3rem 2rem}.cart-container h1{font-size:1.8rem;font-weight:500;margin-bottom:2rem;letter-spacing:-.02em;color:#2a2a2a}.cart-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.cart-item{display:flex;align-items:center;padding:1.5rem;border:1px solid #e5e5e5;background:#fff;margin-bottom:1rem}.cart-item-image{width:100px;height:100px;object-fit:cover;border:1px solid #e5e5e5;margin-right:1.5rem;background-color:#fafafa}.cart-item-details{flex:1}.cart-item-details h3{font-size:.95rem;font-weight:500;margin-bottom:.5rem;color:#2a2a2a}.cart-item-price{color:#7a7a7a;font-size:.85rem}.cart-item-actions{display:flex;flex-direction:column;align-items:center;margin:0 2rem}.quantity-controls{display:flex;align-items:center;border:1px solid #e5e5e5;margin-bottom:.5rem}.quantity-controls button{background:none;border:none;padding:.5rem .8rem;cursor:pointer;font-size:1rem;color:#2a2a2a;transition:background .2s}.quantity-controls button:hover{background:#fafafa}.quantity-controls span{padding:0 .8rem;font-weight:500;font-size:.9rem}.remove-btn{background:none;border:none;color:#d32f2f;font-size:.75rem;cursor:pointer;transition:opacity .2s}.remove-btn:hover{opacity:.7}.cart-item-total{font-size:.95rem;font-weight:600;min-width:80px;text-align:right;color:#2a2a2a}.cart-summary{background-color:#fafafa;padding:2rem;border:1px solid #e5e5e5;height:fit-content}.cart-summary h2{font-size:1.2rem;font-weight:500;margin-bottom:1.5rem;border-bottom:1px solid #e5e5e5;padding-bottom:1rem;color:#2a2a2a}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.9rem;color:#7a7a7a}.summary-total{display:flex;justify-content:space-between;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e5e5;font-size:1.1rem;font-weight:600;color:#2a2a2a}.checkout-btn{width:100%;padding:.9rem;background-color:#2a2a2a;color:#fff;border:none;font-size:.85rem;font-weight:500;margin-top:2rem;cursor:pointer;transition:background .2s}.checkout-btn:hover{background:#3a3a3a}.empty-cart{text-align:center;padding:4rem 0}.empty-cart p{font-size:1.1rem;color:#7a7a7a;margin-bottom:2rem}.continue-shopping-btn{display:inline-block;padding:.9rem 1.8rem;background-color:#2a2a2a;color:#fff;text-decoration:none;font-size:.85rem;font-weight:500;transition:background .2s}.continue-shopping-btn:hover{background:#3a3a3a}@media(max-width:768px){.cart-content{grid-template-columns:1fr}.nav-container{flex-direction:column;gap:1rem}.cart-container{padding:2rem 1rem}}.orders-page{min-height:100vh;background:#fff}.products-nav{background:#fff;border-bottom:1px solid #e5e5e5;padding:1rem 2rem;position:sticky;top:0;z-index:100}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.orders-container{max-width:1400px;margin:0 auto;padding:3rem 2rem}.orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.orders-header h1{font-size:1.8rem;font-weight:500;color:#2a2a2a;letter-spacing:-.02em}.status-filter{padding:.65rem .9rem;border:1px solid #e5e5e5;font-size:.9rem;background:#fff;font-weight:400;color:#2a2a2a;cursor:pointer;transition:border-color .2s}.status-filter:focus{outline:none;border-color:#2a2a2a}.orders-list{display:grid;gap:1.5rem}.order-card{background:#fff;padding:1.5rem;border:1px solid #e5e5e5;transition:box-shadow .2s}.order-card:hover{box-shadow:0 4px 12px #00000014}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e5}.order-id{font-weight:500;color:#2a2a2a;font-size:.95rem}.order-status{padding:.35rem .7rem;font-size:.75rem;font-weight:500;text-transform:capitalize}.status-pending{background:#fef3c7;color:#92400e}.status-processing{background:#dbeafe;color:#1e40af}.status-shipped{background:#e0e7ff;color:#4338ca}.status-delivered{background:#d1fae5;color:#065f46}.status-cancelled{background:#fee2e2;color:#991b1b}.order-details{margin-bottom:1rem}.order-details p{margin:.5rem 0;color:#7a7a7a;font-size:.85rem}.order-details strong{color:#2a2a2a}.order-items-preview{display:flex;gap:.5rem;align-items:center;margin:1rem 0;padding:1rem;background:#fafafa;border:1px solid #e5e5e5}.order-item-mini{display:flex;align-items:center;gap:.3rem}.order-item-mini img{width:40px;height:40px;object-fit:cover;border:1px solid #e5e5e5}.order-item-mini span{font-size:.75rem;color:#7a7a7a;font-weight:500}.order-items-preview>span{font-size:.8rem;color:#7a7a7a;margin-left:.5rem}.order-actions{display:flex;gap:.75rem}.order-actions .edit-btn,.order-actions .delete-btn{padding:.6rem 1.2rem;border:none;cursor:pointer;font-weight:500;font-size:.8rem;transition:all .2s}.order-actions .edit-btn{background:#2a2a2a;color:#fff}.order-actions .edit-btn:hover{background:#3a3a3a}.order-actions .delete-btn{background:#fff;color:#2a2a2a;border:1px solid #e5e5e5}.order-actions .delete-btn:hover{background:#fafafa}.pagination-btn{padding:.65rem 1.3rem;border:1px solid #e5e5e5;background:#fff;cursor:pointer;font-weight:400;font-size:.85rem;transition:all .2s;color:#2a2a2a}.pagination-btn:hover:not(:disabled){background:#2a2a2a;color:#fff;border-color:#2a2a2a}.page-info{color:#7a7a7a;font-weight:400;font-size:.85rem}.modal-content{background:#fff;padding:2rem;width:90%;max-width:500px;border:1px solid #e5e5e5}.modal-content h2{margin-bottom:1rem;color:#2a2a2a;font-weight:500;font-size:1.5rem}.modal-content p{color:#7a7a7a;margin-bottom:1.5rem;font-size:.9rem}.status-buttons{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0}.status-btn{padding:.7rem;border:1px solid #e5e5e5;background:#fff;cursor:pointer;font-weight:400;font-size:.85rem;transition:all .2s;color:#2a2a2a}.status-btn:hover{background:#fafafa;border-color:#2a2a2a}.close-btn{width:100%;padding:.7rem;background:#2a2a2a;color:#fff;border:none;cursor:pointer;font-weight:500;font-size:.85rem;transition:background .2s}.close-btn:hover{background:#3a3a3a}.loading{text-align:center;padding:3rem;font-size:.95rem;color:#7a7a7a}@media(max-width:768px){.nav-container{flex-direction:column;gap:1rem}.orders-header{flex-direction:column;align-items:stretch;gap:1rem}.status-filter{width:100%}}.reviews-page{min-height:100vh;background:#fafafa}.reviews-nav{background:#faf9f7fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #d4cfc7;padding:.5rem 1.5rem;position:sticky;top:0;z-index:100}.reviews-nav .nav-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;transition:opacity .2s}.reviews-nav .nav-logo:hover{opacity:.7}.logo-icon{width:18px;height:18px;color:#6b5d4f}.logo-text{font-size:1rem;font-weight:600;color:#1a1a1a;letter-spacing:-.3px}.logo-accent{font-weight:400;color:#8b7d6b}.main-nav{display:flex;gap:1.2rem;align-items:center}.reviews-nav .nav-link{color:#6b5d4f;text-decoration:none;font-size:.85rem;font-weight:400;transition:color .2s}.reviews-nav .nav-link:hover{color:#1a1a1a}.reviews-container{width:100%;margin:0 auto;padding:3rem 4rem}.reviews-container h1{font-size:1.8rem;font-weight:600;color:#000;margin-bottom:2rem;letter-spacing:-.5px}.reviews-list{display:grid;gap:1.5rem}.review-card{background:#fff;padding:1.5rem;border:1px solid #e5e5e5;border-radius:4px;transition:box-shadow .2s}.review-card:hover{box-shadow:0 4px 12px #00000014}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.review-rating{font-size:.95rem;color:#000}.review-date{color:#666;font-size:.85rem}.review-comment{color:#000;line-height:1.6;margin-bottom:1rem;font-size:.9rem}.review-meta{display:flex;gap:2rem;color:#666;font-size:.85rem;margin-bottom:1rem;padding-top:1rem;border-top:1px solid #e5e5e5}.review-actions{display:flex;gap:.75rem}.review-actions .edit-btn,.review-actions .delete-btn{padding:.45rem .9rem;border:none;border-radius:4px;cursor:pointer;font-weight:500;font-size:.85rem;transition:opacity .2s}.review-actions .edit-btn{background:#000;color:#fff}.review-actions .edit-btn:hover{opacity:.8}.review-actions .delete-btn{background:#fff;color:#000;border:1px solid #e5e5e5}.review-actions .delete-btn:hover{background:#fafafa}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.pagination-btn{padding:.65rem 1.3rem;border:1px solid #e5e5e5;background:#fff;border-radius:4px;cursor:pointer;font-weight:500;font-size:.9rem;transition:all .2s}.pagination-btn:hover:not(:disabled){border-color:#000}.pagination-btn:disabled{opacity:.3;cursor:not-allowed}.page-info{color:#666;font-weight:500;font-size:.9rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:4px;width:90%;max-width:500px;border:1px solid #e5e5e5}.modal-content h2{margin-bottom:1.5rem;color:#000;font-weight:600;font-size:1.5rem}.modal-content form{display:flex;flex-direction:column;gap:1rem}.modal-content label{font-weight:500;color:#000;font-size:.9rem}.modal-content select,.modal-content textarea{padding:.65rem;border:1px solid #e5e5e5;border-radius:4px;font-size:.9rem;font-family:inherit}.modal-content select:focus,.modal-content textarea:focus{outline:none;border-color:#000}.modal-content textarea{min-height:120px;resize:vertical}.modal-actions{display:flex;gap:1rem;margin-top:1rem}.save-btn,.cancel-btn{flex:1;padding:.65rem;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:opacity .2s}.save-btn{background:#000;color:#fff}.save-btn:hover{opacity:.8}.cancel-btn{background:#fff;color:#000;border:1px solid #e5e5e5}.cancel-btn:hover{background:#fafafa}.loading{text-align:center;padding:3rem;font-size:.95rem;color:#666}.account-page{min-height:100vh;background:#faf9f7}.account-nav{background:#fff;border-bottom:1px solid #e5e5e5;padding:1rem 2rem}.account-nav .logo-text{font-size:1.4rem;font-weight:600;color:#2a2a2a;letter-spacing:-.02em}.account-nav .logo-accent{font-weight:400;color:#7a7a7a}.account-container{width:100%;margin:0 auto;padding:3rem 4rem}.account-header{text-align:center;margin-bottom:3rem}.account-avatar{width:100px;height:100px;border-radius:50%;background:#2a2a2a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:600;margin:0 auto 1.5rem}.account-header h1{font-size:2.2rem;font-weight:600;color:#2a2a2a;margin-bottom:.5rem;letter-spacing:-.02em}.account-subtitle{color:#7a7a7a;font-size:1.1rem}.account-content{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:2rem}.account-section{margin-bottom:2rem}.account-section h2{font-size:1.5rem;font-weight:600;color:#2a2a2a;margin-bottom:1.5rem;letter-spacing:-.02em}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.info-item label{display:block;font-size:.95rem;font-weight:500;color:#7a7a7a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.info-item p{font-size:1.1rem;color:#2a2a2a;font-weight:500}.account-actions{display:flex;gap:1rem;padding-top:2rem;border-top:1px solid #e5e5e5}.action-btn{flex:1;padding:1rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;text-align:center}.action-btn.secondary{background:#f5f5f5;color:#2a2a2a;border:1px solid #e5e5e5}.action-btn.secondary:hover{background:#e5e5e5}.action-btn.logout{background:#2a2a2a;color:#fff}.action-btn.logout:hover{background:#3a3a3a}@media(max-width:768px){.info-grid{grid-template-columns:1fr}.account-actions{flex-direction:column}}.wishlist-page{min-height:100vh;background:#fff}.wishlist-container{max-width:1400px;margin:0 auto;padding:3rem 2rem}.wishlist-container h1{font-size:2rem;font-weight:500;color:#2a2a2a;margin-bottom:.5rem}.wishlist-count{color:#7a7a7a;font-size:.9rem;margin-bottom:2rem}.empty-wishlist{text-align:center;padding:4rem 2rem}.empty-wishlist svg{margin:0 auto 1.5rem;color:#d0d0d0}.empty-wishlist h3{font-size:1.3rem;font-weight:500;color:#2a2a2a;margin-bottom:.5rem}.empty-wishlist p{color:#7a7a7a;font-size:.9rem;margin-bottom:2rem}.shop-btn{display:inline-block;padding:.8rem 2rem;background:#2a2a2a;color:#fff;text-decoration:none;font-size:.85rem;font-weight:500;transition:background .2s}.shop-btn:hover{background:#3a3a3a}.wishlist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.wishlist-card{position:relative;background:#fff;border:1px solid #e5e5e5;transition:all .3s}.wishlist-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.remove-wishlist-btn{position:absolute;top:10px;right:10px;min-width:36px;width:36px;height:36px;background:#fff;border:2px solid #2a2a2a;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s;flex-shrink:0;font-size:1.5rem;line-height:1;color:#2a2a2a}.remove-wishlist-btn:hover{background:red;color:#fff;border-color:red}.wishlist-image{height:280px;overflow:hidden;background:#fafafa;cursor:pointer}.wishlist-image img{width:100%;height:100%;object-fit:contain}.wishlist-info{padding:1.5rem}.wishlist-info h3{font-size:.95rem;font-weight:500;color:#2a2a2a;margin-bottom:.8rem;line-height:1.4}.wishlist-price{font-size:1.1rem;font-weight:500;color:#2a2a2a;margin-bottom:1rem}.add-to-cart-btn{width:100%;padding:.8rem;border:none;background:#2a2a2a;color:#fff;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.add-to-cart-btn:hover{background:#3a3a3a}@media(max-width:1024px){.wishlist-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}html{width:100%;overflow-x:hidden}body{margin:0;padding:0;width:100%;min-height:100vh;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;line-height:1.6;color:#2a2a2a;background:#fff;-webkit-font-smoothing:antialiased}#root,.app{width:100%;min-height:100vh}.products-nav{background:#fff;border-bottom:1px solid #e5e5e5;padding:1rem 0;position:sticky;top:0;z-index:100;width:100%}.nav-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.nav-left{display:flex;align-items:center;gap:2rem}.nav-logo{text-decoration:none}.logo-text{font-size:1.2rem;font-weight:600;color:#2a2a2a;letter-spacing:-.02em}.logo-accent{font-weight:400;color:#7a7a7a}.main-nav{display:flex;gap:1.5rem;align-items:center}.nav-link{color:#7a7a7a;text-decoration:none;font-size:.85rem;font-weight:400;transition:color .2s}.nav-link:hover{color:#2a2a2a}.dashboard{background:#fff;border-radius:0;padding:4rem;box-shadow:none;border:1px solid #e5e5e5;text-align:center;width:100%;position:relative;overflow:hidden}.dashboard-header{margin-bottom:3rem}.dashboard h1{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:500;color:#2a2a2a;margin-bottom:1rem;letter-spacing:-.02em}.dashboard-subtitle{color:#7a7a7a;font-size:1.3rem;margin-bottom:2rem;font-weight:400}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem}.stat-card{background:#fafafa;border-radius:0;padding:2.5rem 2rem;text-align:center;border:1px solid #e5e5e5;transition:all .3s ease;box-shadow:none}.stat-card:hover{transform:translateY(-3px);background:#fff}.stat-number{font-size:2.7rem;font-weight:500;color:#2a2a2a;margin-bottom:.5rem}.stat-label{color:#7a7a7a;font-size:1.1rem;font-weight:400}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2.5rem;margin-bottom:4rem;text-align:left}.dashboard-card{background:#fff;border-radius:0;padding:2.5rem;border:1px solid #e5e5e5;transition:all .3s ease;box-shadow:none}.dashboard-card:hover{transform:translateY(-3px);border-color:#2a2a2a}.dashboard-card h3{color:#2a2a2a;margin-bottom:1.5rem;font-size:1.5rem;font-weight:500}.order-list,.product-list{display:flex;flex-direction:column;gap:1rem}.order-item,.product-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#fafafa;border-radius:0;font-size:1.05rem;transition:all .3s ease;border:1px solid #e5e5e5}.order-item:hover,.product-item:hover{background:#fff;border-color:#2a2a2a}.order-id{font-weight:500;color:#2a2a2a}.order-status{padding:.5rem 1.2rem;border-radius:0;font-size:.95rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.order-status.pending{background:#2a2a2a;color:#fff;border:none}.order-status.completed{background:#4caf50;color:#fff;border:none}.order-status.shipped{background:#7a7a7a;color:#fff;border:none}.order-amount{font-weight:500;color:#2a2a2a;font-size:1.2rem}.product-name{color:#2a2a2a;font-weight:500}.product-sales{color:#7a7a7a;font-size:1rem;font-weight:400}.dashboard-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.action-button{padding:1rem 2.5rem;border:none;border-radius:0;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:.95rem;text-decoration:none;display:inline-block;min-width:140px;text-transform:uppercase;letter-spacing:.05em}.action-button.primary{background:#2a2a2a;color:#fff;box-shadow:none}.action-button.secondary{background:#fff;color:#2a2a2a;border:1px solid #2a2a2a}.action-button:hover{transform:translateY(-3px)}.action-button.primary:hover{background:#3a3a3a}.action-button.secondary:hover{background:#2a2a2a;color:#fff}.logout-button{background:#2a2a2a;color:#fff;border:none;padding:1rem 2.5rem;border-radius:0;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:none;text-transform:uppercase;letter-spacing:.05em;font-size:.95rem}.logout-button:hover{transform:translateY(-3px);background:#3a3a3a}.public-features{margin-bottom:4rem;text-align:center}.public-features h3{color:#2a2a2a;margin-bottom:3rem;font-size:2.2rem;font-weight:500}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.feature-item{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:#fafafa;border-radius:0;border:1px solid #e5e5e5;transition:all .3s ease;box-shadow:none}.feature-item:hover{transform:translateY(-3px);background:#fff;border-color:#2a2a2a}.feature-icon{font-size:3rem}.feature-item span:last-child{color:#2a2a2a;font-weight:500;font-size:1.2rem}@media(max-width:768px){.dashboard{padding:2.5rem 2rem;margin:1rem;border-radius:0}.dashboard-actions{flex-direction:column;align-items:center}.dashboard-grid{grid-template-columns:1fr}.dashboard-stats,.feature-grid{grid-template-columns:repeat(2,1fr)}}
