: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{margin-bottom:1rem;font-size:3.5rem}.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)}
