*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--body-font);color:var(--text-color);background-color:var(--background-color)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero{text-align:center;color:#fff;background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;height:100vh;display:flex}.hero-content h1{font-size:4rem;font-family:var(--heading-font);margin-bottom:1rem}.hero-content p{margin-bottom:2rem;font-size:1.5rem}.cta-button{color:#fff;border-radius:5px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:opacity .3s;display:inline-block}.cta-button:hover{opacity:.9}.featured-collection{padding:5rem 0}.section-title{text-align:center;font-size:2.5rem;font-family:var(--heading-font);margin-bottom:3rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.product-card{background:#fff;border-radius:10px;transition:transform .3s;overflow:hidden;box-shadow:0 2px 5px #0000001a}.product-card:hover{transform:translateY(-5px)}.product-image{height:300px;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.sale-badge{color:#fff;border-radius:3px;padding:5px 10px;font-size:.8rem;position:absolute;top:10px;right:10px}.product-info{padding:1.5rem}.product-info h3{margin-bottom:.5rem}.product-category{color:#666;margin-bottom:.5rem;font-size:.9rem}.product-price{margin-bottom:1rem}.original-price{color:#999;margin-right:.5rem;text-decoration:line-through}.sale-price{font-weight:700}.view-product{color:#fff;background:#333;border-radius:3px;padding:.5rem 1rem;font-size:.9rem;text-decoration:none;display:inline-block}.categories-section{background:#f8f8f8;padding:5rem 0}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.category-card{cursor:pointer;border-radius:10px;height:300px;position:relative;overflow:hidden}.category-card img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.category-card:hover img{transform:scale(1.1)}.category-content{color:#fff;background:linear-gradient(#0000,#000c);padding:2rem;position:absolute;bottom:0;left:0;right:0}.category-content h3{margin-bottom:.5rem;font-size:1.5rem}.newsletter-section{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:5rem 0}.newsletter-content h2{margin-bottom:1rem;font-size:2.5rem}.newsletter-content p{margin-bottom:2rem;font-size:1.2rem}.newsletter-form{gap:1rem;max-width:500px;margin:0 auto;display:flex}.newsletter-form button{color:#fff;cursor:pointer;background:#333;border:none;border-radius:5px;padding:1rem 2rem}.footer{color:#fff;padding:4rem 0 2rem}.footer-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto;padding:0 20px;display:grid}.footer-section h3,.footer-section h4{margin-bottom:1.5rem}.footer-section p{opacity:.8;margin-bottom:1rem;line-height:1.6}.footer-section a{color:#fff;opacity:.8;margin-bottom:.5rem;text-decoration:none;transition:opacity .3s;display:block}.footer-section a:hover{opacity:1}.social-links{gap:1rem;display:flex}.social-links a{font-size:1.5rem}.newsletter-form{margin-top:1rem;display:flex}.newsletter-form input{border:none;border-radius:5px 0 0 5px;flex:1;padding:.8rem}.newsletter-form button{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:0 5px 5px 0;padding:.8rem 1.5rem}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:2rem}.shop-header{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);margin-bottom:3rem;padding:4rem 0}.shop-header h1{font-size:3rem}.shop-container{grid-template-columns:250px 1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:0 20px;display:grid}.sidebar{background:#fff;border-radius:10px;height:fit-content;padding:1.5rem}.filter-section{margin-bottom:2rem}.filter-section h3{margin-bottom:1rem;font-size:1.2rem}.filter-option{cursor:pointer;margin-bottom:.5rem;display:block}.filter-option input{margin-right:.5rem}@media (width<=768px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.2rem}.shop-container{grid-template-columns:1fr}.newsletter-form{flex-direction:column}}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}
