:root{--aside-width:400px;--cart-aside-summary-height-with-discount:300px;--cart-aside-summary-height:250px;--grid-item-width:355px;--header-height:80px;--color-primary:#111;--color-accent:#0070f3;--color-accent-hover:#0051bb;--color-text:#171717;--color-text-muted:#666;--color-bg:#fff;--color-bg-alt:#f7f7f7;--color-border:#eaeaea;--color-success:#0070f3;--color-error:red;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-base:.3s cubic-bezier(.4, 0, .2, 1);--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 4px 10px #00000014;--shadow-lg:0 10px 30px #0000001a}*{box-sizing:border-box}body{color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;margin:0;font-weight:700;line-height:1.2}a{color:inherit;transition:var(--transition-fast);text-decoration:none}img{max-width:100%;height:auto;display:block}.header{height:var(--header-height);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;border-bottom:1px solid var(--color-border);background:#fffc;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:sticky;top:0}.header-menu-desktop{align-items:center;gap:2rem;display:flex}.header-menu-item{opacity:.7;font-size:.9375rem;font-weight:500}.header-menu-item:hover{opacity:1}.header-ctas{align-items:center;gap:1.5rem;display:flex}.top-banner{background:var(--color-primary);color:#fff;text-align:center;letter-spacing:.05em;text-transform:uppercase;padding:.5rem;font-size:.875rem;font-weight:500}.hero{text-align:center;color:#fff;background-image:linear-gradient(#0006,#0006),url(https://images.unsplash.com/photo-1441986300917-64674bd600d8?auto=format&fit=crop&q=80&w=2000);background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;margin-bottom:4rem;padding:10rem 2rem;display:flex;position:relative;overflow:hidden}.hero h1{color:#fff;text-shadow:0 2px 10px #0000004d;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,5rem)}.hero p{color:#eaeaea;text-shadow:0 1px 5px #0000004d;max-width:600px;margin-bottom:2.5rem;font-size:1.25rem}.hero .button{background:var(--color-bg);color:var(--color-primary)}.hero .button:hover{background:#f0f0f0;transform:translateY(-2px)}.categories-section{max-width:1200px;margin:0 auto 6rem;padding:0 2rem}.categories-section h2{text-align:center;margin-bottom:2.5rem;font-size:2rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.category-card{aspect-ratio:4/3;border-radius:12px;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative;overflow:hidden}.category-card img{object-fit:cover;z-index:0;width:100%;height:100%;transition:transform .6s cubic-bezier(.165,.84,.44,1);position:absolute;top:0;left:0}.category-card:hover img{transform:scale(1.08)}.category-card .overlay{z-index:1;background:#0000004d;transition:background .3s;position:absolute;inset:0}.category-card:hover .overlay{background:#0006}.category-card h3{z-index:2;color:#fff;letter-spacing:1px;font-size:1.5rem;font-weight:700;position:relative}.trust-badges{border-bottom:1px solid var(--color-border);background:#fff;flex-wrap:wrap;justify-content:center;gap:3rem;margin-bottom:4rem;padding:2rem;display:flex}.badge-item{color:var(--color-text-muted);align-items:center;gap:.75rem;font-size:.875rem;font-weight:600;display:flex}.badge-icon{width:24px;height:24px;color:var(--color-accent)}.recommended-products{max-width:1200px;margin:0 auto 6rem;padding:0 2rem}.recommended-products h2{text-align:center;margin-bottom:2.5rem;font-size:1.5rem}.recommended-products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2.5rem 1.5rem;display:grid}.product-item{flex-direction:column;gap:1rem;display:flex}.product-image-wrapper{aspect-ratio:1;background:#f1f1f1;border-radius:12px;position:relative;overflow:hidden}.product-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.product-item:hover .product-image-wrapper img{transform:scale(1.08)}.product-item h4{margin:0;font-size:1rem;font-weight:600}.product-item .price{color:var(--color-text-muted);font-size:.9375rem}.button{background:var(--color-primary);color:#fff;cursor:pointer;transition:var(--transition-fast);border:none;border-radius:50px;justify-content:center;align-items:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;display:inline-flex}.button:hover{box-shadow:var(--shadow-md);background:#333;transform:translateY(-2px)}.footer{border-top:1px solid var(--color-border);background:#f9f9f9;margin-top:auto;padding:4rem 2rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;max-width:1200px;margin:0 auto;display:grid}.footer-section h4{text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.875rem}.footer-links{flex-direction:column;gap:.75rem;display:flex}.footer-links a{color:var(--color-text-muted);font-size:.9375rem}.footer-links a:hover{color:var(--color-primary)}.newsletter-section{background:var(--color-bg-alt);text-align:center;padding:6rem 2rem}.newsletter-section h2{margin-bottom:1rem;font-size:2rem}.newsletter-section p{color:var(--color-text-muted);max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto}.newsletter-form{gap:.5rem;max-width:400px;margin:0 auto;display:flex}@media (width<=480px){.newsletter-form{flex-direction:column}}.newsletter-form input{border:1px solid var(--color-border);border-radius:50px;outline:none;flex:1;padding:.875rem 1rem;font-family:inherit;font-size:1rem}.newsletter-form input:focus{border-color:var(--color-primary)}.newsletter-form button{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:.875rem 1.5rem;font-weight:600;transition:opacity .2s}.newsletter-form button:hover{opacity:.9}.testimonials-section{text-align:center;background:#fff;padding:6rem 2rem}.testimonials-section h2{margin-bottom:3rem;font-size:2rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.testimonial-card{background:var(--color-bg-alt);text-align:left;border-radius:12px;padding:2rem}.testimonial-card .stars{color:#ffb800;margin-bottom:1rem;font-size:1.25rem}.testimonial-card p{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:1rem;font-style:italic;line-height:1.6}.testimonial-author{color:var(--color-primary);font-weight:600}.as-seen-on{text-align:center;background:var(--color-bg-alt);margin-bottom:5rem;padding:3rem 2rem}.as-seen-on p{color:var(--color-text-muted);letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem;font-size:.8125rem;font-weight:600}.logos-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.features-section{text-align:center;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;max-width:1200px;margin:0 auto 6rem;padding:0 2rem;display:grid}.feature{background:var(--color-bg);border:1px solid var(--color-border);transition:transform var(--transition-fast), box-shadow var(--transition-fast);border-radius:12px;padding:2rem}.feature:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.feature-icon{background:var(--color-bg-alt);width:64px;height:64px;color:var(--color-accent);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.feature h3{color:var(--color-primary);margin-bottom:.75rem;font-size:1.25rem}.feature p{color:var(--color-text-muted);line-height:1.6}.promo-banner{text-align:center;color:#fff;background-image:linear-gradient(#00000080,#0009),url(https://images.unsplash.com/photo-1445205170230-053b83016050?auto=format&fit=crop&q=80&w=2000);background-position:50%;background-size:cover;background-attachment:fixed;margin-bottom:6rem;padding:8rem 2rem}.promo-content{max-width:700px;margin:0 auto}.promo-banner h2{color:#fff;text-shadow:0 2px 10px #0000004d;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem)}.promo-banner p{color:#eaeaea;margin-bottom:2rem;font-size:1.125rem}.promo-banner .button{color:var(--color-primary);background:#fff}.promo-banner .button:hover{background:var(--color-bg-alt);transform:translateY(-2px)}.cart-toggle-btn{cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;display:flex;position:relative}.cart-badge{background:var(--color-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.6875rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-6px;right:-8px}.cart-overlay{z-index:998;opacity:0;visibility:hidden;background:#00000080;transition:opacity .3s;position:fixed;inset:0}.cart-overlay.active{opacity:1;visibility:visible}.cart-sidebar{z-index:999;width:420px;max-width:100vw;height:100vh;box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.cart-sidebar.open{transform:translate(0)}.cart-sidebar-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-sidebar-header h3{font-size:1.125rem}.cart-close-btn{cursor:pointer;opacity:.6;background:0 0;border:none;padding:.25rem .5rem;font-size:1.25rem;transition:opacity .2s}.cart-close-btn:hover{opacity:1}.cart-sidebar-body{flex:1;padding:1rem 1.5rem;overflow-y:auto}.cart-empty{text-align:center;padding:4rem 1rem}.cart-empty-icon{margin-bottom:1rem;font-size:3rem}.cart-empty p{color:var(--color-text-muted);margin-bottom:2rem}.cart-line-item{border-bottom:1px solid var(--color-border);align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.cart-item-image{background:var(--color-bg-alt);border-radius:8px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-details{flex-direction:column;flex:1;gap:.25rem;display:flex}.cart-item-details h4{font-size:.9375rem;font-weight:600;line-height:1.3}.cart-item-variant{color:var(--color-text-muted);font-size:.8125rem}.cart-item-price{font-size:.9375rem;font-weight:600}.cart-item-qty{border:1px solid var(--color-border);border-radius:6px;align-items:center;gap:0;width:fit-content;margin-top:.5rem;display:flex;overflow:hidden}.cart-item-qty button{background:var(--color-bg-alt);cursor:pointer;border:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;font-weight:600;transition:background .15s;display:flex}.cart-item-qty button:hover{background:var(--color-border)}.cart-item-qty span{text-align:center;width:36px;font-size:.875rem;font-weight:600}.cart-item-remove{cursor:pointer;opacity:.4;background:0 0;border:none;padding:.25rem;font-size:1rem;transition:opacity .15s}.cart-item-remove:hover{opacity:1}.cart-sidebar-footer{border-top:1px solid var(--color-border);background:var(--color-bg-alt);padding:1.5rem}.cart-subtotal-row{justify-content:space-between;margin-bottom:.5rem;font-size:1.125rem;display:flex}.cart-shipping-note{color:var(--color-text-muted);margin-bottom:1rem;font-size:.8125rem}.cart-checkout-btn{text-align:center;background:var(--color-accent);width:100%;padding:1rem;font-size:1rem}.cart-checkout-btn:hover{background:var(--color-accent-hover)}.product-modal-overlay{z-index:1000;background:#0009;animation:.2s fadeIn;position:fixed;inset:0}.product-modal{z-index:1001;background:#fff;border-radius:16px;width:90vw;max-width:900px;max-height:90vh;animation:.3s slideUp;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 25px 50px #0003}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.product-modal-close{cursor:pointer;z-index:10;background:#0000000f;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:background .15s;display:flex;position:absolute;top:1rem;right:1rem}.product-modal-close:hover{background:#0000001f}.product-modal-content{grid-template-columns:1fr 1fr;gap:0;display:grid}@media (width<=700px){.product-modal-content{grid-template-columns:1fr}}.product-gallery{background:var(--color-bg-alt);border-radius:16px 0 0 16px;padding:2rem}.product-gallery-main{border-radius:12px;margin-bottom:1rem;overflow:hidden}.product-gallery-main img{aspect-ratio:1;object-fit:cover;width:100%}.product-gallery-thumbs{gap:.5rem;display:flex}.product-gallery-thumbs .thumb{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:8px;width:60px;height:60px;padding:0;transition:border-color .2s;overflow:hidden}.product-gallery-thumbs .thumb.active{border-color:var(--color-primary)}.product-gallery-thumbs .thumb img{object-fit:cover;width:100%;height:100%}.product-info-panel{flex-direction:column;gap:1.25rem;padding:2rem;display:flex}.product-info-panel h2{font-size:1.5rem;line-height:1.3}.product-detail-price{color:var(--color-accent);font-size:1.5rem;font-weight:700}.product-description{color:var(--color-text-muted);font-size:.9375rem;line-height:1.7}.product-description p{margin:0}.product-variants label,.product-quantity label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:.5rem;font-size:.8125rem;font-weight:600;display:block}.variant-options{flex-wrap:wrap;gap:.5rem;display:flex}.variant-btn{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s}.variant-btn:hover{border-color:var(--color-primary)}.variant-btn.selected{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.qty-selector{border:1px solid var(--color-border);border-radius:8px;align-items:center;width:fit-content;display:flex;overflow:hidden}.qty-selector button{background:var(--color-bg-alt);cursor:pointer;border:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;font-weight:600;transition:background .15s;display:flex}.qty-selector button:hover{background:var(--color-border)}.qty-selector span{text-align:center;width:48px;font-size:1rem;font-weight:600}.add-to-cart-btn{border-radius:12px;width:100%;padding:1rem;font-size:1.0625rem;transition:all .2s}.add-to-cart-btn.added{background:#22c55e}.add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.product-trust{color:var(--color-text-muted);flex-wrap:wrap;gap:1rem;font-size:.8125rem;display:flex}.product-quick-view{color:#fff;text-align:center;background:#000000bf;padding:.75rem;font-size:.875rem;font-weight:600;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.product-item:hover .product-quick-view{transform:translateY(0)}.product-item{cursor:pointer}.loading-spinner{text-align:center;padding:3rem}.spinner{border:3px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
