body{margin:0;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;background-color:#f9f9f9;color:#333}.container.svelte-w19n3l{width:90%;max-width:1400px;margin:0 auto}.content-section.svelte-w19n3l{margin:4rem 0}.content-section.svelte-w19n3l h2:where(.svelte-w19n3l){text-align:center;font-size:2.5rem;font-weight:800;margin-bottom:2.5rem;color:#222}header.svelte-w19n3l{position:sticky;top:0;z-index:1000;background-color:#fff;box-shadow:0 2px 10px #0000000d}.header-top.svelte-w19n3l{display:flex;justify-content:space-between;align-items:center;background-color:#111;color:#fff;padding:8px 5%;font-size:.8rem}.daily-promo.svelte-w19n3l{display:flex;align-items:center;gap:10px}.daily-promo.svelte-w19n3l p:where(.svelte-w19n3l){margin:0}.daily-promo.svelte-w19n3l .tag:where(.svelte-w19n3l){background-color:#e60023;padding:3px 8px;border-radius:3px;font-weight:700}.daily-promo.svelte-w19n3l a:where(.svelte-w19n3l){color:gold;text-decoration:none;font-weight:600;margin-left:5px}.header-top-links.svelte-w19n3l{display:flex;gap:20px}.header-top-links.svelte-w19n3l a:where(.svelte-w19n3l){text-decoration:none;color:#ccc;transition:color .3s}.header-top-links.svelte-w19n3l a:where(.svelte-w19n3l):hover{color:#fff}.header-main.svelte-w19n3l{display:flex;align-items:center;justify-content:space-between;padding:15px 5%}.logo.svelte-w19n3l{font-size:2.2rem;font-weight:900;text-decoration:none;color:#111}.main-nav.svelte-w19n3l{display:flex;gap:30px}.main-nav.svelte-w19n3l a:where(.svelte-w19n3l){text-decoration:none;color:#333;font-weight:600;font-size:1rem;position:relative;padding-bottom:5px}.main-nav.svelte-w19n3l a:where(.svelte-w19n3l):after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#111;transition:width .3s}.main-nav.svelte-w19n3l a:where(.svelte-w19n3l):hover:after,.main-nav.svelte-w19n3l a.active:where(.svelte-w19n3l):after{width:100%}.header-actions.svelte-w19n3l{display:flex;align-items:center;gap:15px}.search-container.svelte-w19n3l{display:flex;background:#f5f5f5;border-radius:30px}.search-input.svelte-w19n3l{padding:8px 15px;border:none;background:transparent;width:180px;outline:none}.search-btn.svelte-w19n3l{background:none;border:none;padding:0 15px;cursor:pointer;color:#555}.header-icon.svelte-w19n3l{font-size:1.2rem;color:#333}.menu-toggle.svelte-w19n3l{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;z-index:1100}.mobile-nav-overlay.svelte-w19n3l{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1050}.mobile-nav.svelte-w19n3l{position:fixed;top:0;right:0;width:80%;max-width:320px;height:100%;background:#fff;box-shadow:-5px 0 15px #0003;display:flex;flex-direction:column;padding:6rem 2rem 2rem;gap:1.5rem}.mobile-nav.svelte-w19n3l a:where(.svelte-w19n3l){font-size:1.2rem;color:#333;text-decoration:none;font-weight:600}.mobile-nav.svelte-w19n3l .active:where(.svelte-w19n3l){color:#e60023}.mobile-search-container.svelte-w19n3l{display:flex;width:100%;background:#f5f5f5;border-radius:30px;margin-bottom:1rem}.hero-section.svelte-w19n3l{height:600px;background-image:url(https://images.unsplash.com/photo-1552346154-21d32810aba3?ixlib=rb-4.0.3&auto=format&fit=crop&w=1400&h=600&q=80);background-size:cover;background-position:center;border-radius:10px;margin:20px 0;position:relative;display:flex;align-items:center;padding:0 5%}.hero-content.svelte-w19n3l{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.3) 50%,transparent 100%);display:flex;align-items:center;padding:0 5%;border-radius:10px}.hero-text-box.svelte-w19n3l{max-width:500px;color:#fff}.hero-text-box.svelte-w19n3l h1:where(.svelte-w19n3l){font-size:3.5rem;margin-bottom:15px;font-weight:900;line-height:1.1}.hero-text-box.svelte-w19n3l p:where(.svelte-w19n3l){font-size:1.2rem;margin-bottom:30px}.hero-cta.svelte-w19n3l{display:flex;gap:15px;flex-wrap:wrap}.cta-button.svelte-w19n3l{padding:12px 30px;border:none;border-radius:30px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s}.cta-button.svelte-w19n3l{background-color:#fff;color:#111}.secondary-cta.svelte-w19n3l{background-color:transparent;border:2px solid white;color:#fff}.cta-button.svelte-w19n3l:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0003}.promos-grid.svelte-w19n3l{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px}.promo-card.svelte-w19n3l{border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s}.promo-card.svelte-w19n3l:hover{transform:translateY(-5px)}.promo-image.svelte-w19n3l{height:350px;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:30px}.promo-text.svelte-w19n3l{color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.8)}.promo-text.svelte-w19n3l h3:where(.svelte-w19n3l){font-size:1.8rem;margin:0 0 10px}.promo-button.svelte-w19n3l{padding:10px 25px;background:#fff;border:none;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s}.promo-button.svelte-w19n3l:hover{background:#111;color:#fff}.featured-grid.svelte-w19n3l{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px}.product-card.svelte-w19n3l{background:#fff;border-radius:10px;text-align:left;box-shadow:0 5px 15px #00000014;transition:all .3s;cursor:pointer}.product-card.svelte-w19n3l:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0000001f}.product-image.svelte-w19n3l{height:250px;background-size:cover;background-position:center;border-radius:10px 10px 0 0}.product-card.svelte-w19n3l h4:where(.svelte-w19n3l){margin:15px 20px 5px;font-size:1.2rem;color:#222}.product-card.svelte-w19n3l p:where(.svelte-w19n3l){margin:0 20px 15px;font-size:1.1rem;font-weight:600;color:#e60023}.add-to-cart.svelte-w19n3l{display:block;width:calc(100% - 40px);margin:0 20px 20px;padding:10px;background:#111;color:#fff;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:background .3s}.add-to-cart.svelte-w19n3l:hover{background:#333}.newsletter-section.svelte-w19n3l{margin:4rem 0;background:#111;border-radius:15px;padding:4rem 2rem;color:#fff;text-align:center}.newsletter-content.svelte-w19n3l h2:where(.svelte-w19n3l){font-size:2.2rem;margin-bottom:15px}.newsletter-content.svelte-w19n3l p:where(.svelte-w19n3l){font-size:1.1rem;max-width:600px;margin:0 auto 30px;color:#ddd}.newsletter-form.svelte-w19n3l{display:flex;max-width:500px;margin:0 auto}.newsletter-form.svelte-w19n3l input:where(.svelte-w19n3l){flex:1;padding:15px 20px;border:none;border-radius:50px 0 0 50px;font-size:1rem;outline:none}.newsletter-form.svelte-w19n3l button:where(.svelte-w19n3l){padding:15px 30px;background:gold;color:#111;border:none;border-radius:0 50px 50px 0;font-weight:600;font-size:1rem;cursor:pointer;transition:background .3s}.newsletter-form.svelte-w19n3l button:where(.svelte-w19n3l):hover{background:#ffc400}footer.svelte-w19n3l{background:#111;color:#ccc;padding-top:4rem}.footer-container.svelte-w19n3l{width:90%;max-width:1400px;margin:0 auto}.footer-links.svelte-w19n3l{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;padding-bottom:3rem}.footer-col.svelte-w19n3l h4:where(.svelte-w19n3l){color:#fff;font-size:1.1rem;margin-bottom:20px}.footer-col.svelte-w19n3l ul:where(.svelte-w19n3l){list-style:none;padding:0}.footer-col.svelte-w19n3l ul:where(.svelte-w19n3l) li:where(.svelte-w19n3l){margin-bottom:10px}.footer-col.svelte-w19n3l ul:where(.svelte-w19n3l) a:where(.svelte-w19n3l){color:#aaa;text-decoration:none;transition:color .3s}.footer-col.svelte-w19n3l ul:where(.svelte-w19n3l) a:where(.svelte-w19n3l):hover{color:#fff}.social-links.svelte-w19n3l{display:flex;gap:15px}.social-links.svelte-w19n3l a:where(.svelte-w19n3l){display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#222;border-radius:50%;color:#fff;text-decoration:none;transition:background .3s}.social-links.svelte-w19n3l a:where(.svelte-w19n3l):hover{background:gold;color:#111}.footer-bottom.svelte-w19n3l{border-top:1px solid #333;padding:20px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;font-size:.9rem}.legal-links.svelte-w19n3l{display:flex;gap:20px}.legal-links.svelte-w19n3l a:where(.svelte-w19n3l){color:#aaa;text-decoration:none}.legal-links.svelte-w19n3l a:where(.svelte-w19n3l):hover{color:#fff}@media (max-width: 1024px){.main-nav.svelte-w19n3l,.search-container.svelte-w19n3l{display:none}.menu-toggle.svelte-w19n3l{display:block}.header-actions.svelte-w19n3l{gap:20px}}@media (max-width: 768px){.header-top.svelte-w19n3l{flex-direction:column;gap:10px;text-align:center}.header-top-links.svelte-w19n3l{display:none}.content-section.svelte-w19n3l h2:where(.svelte-w19n3l),.newsletter-content.svelte-w19n3l h2:where(.svelte-w19n3l){font-size:2rem}.hero-section.svelte-w19n3l{height:500px}.hero-text-box.svelte-w19n3l h1:where(.svelte-w19n3l){font-size:2.8rem}.hero-text-box.svelte-w19n3l p:where(.svelte-w19n3l){font-size:1.1rem}.footer-bottom.svelte-w19n3l{flex-direction:column;text-align:center}}@media (max-width: 480px){.container.svelte-w19n3l,.footer-container.svelte-w19n3l{width:95%}.header-top.svelte-w19n3l{padding:10px}.daily-promo.svelte-w19n3l p:where(.svelte-w19n3l){font-size:.8rem}.logo.svelte-w19n3l{font-size:1.8rem}.hero-section.svelte-w19n3l{height:400px;margin:10px 0}.hero-text-box.svelte-w19n3l{text-align:center;max-width:100%}.hero-content.svelte-w19n3l{background:#00000080;justify-content:center}.hero-text-box.svelte-w19n3l h1:where(.svelte-w19n3l){font-size:2.2rem}.hero-text-box.svelte-w19n3l p:where(.svelte-w19n3l){font-size:1rem;margin-bottom:20px}.hero-cta.svelte-w19n3l{justify-content:center;flex-direction:column;align-items:center}.cta-button.svelte-w19n3l{width:80%;max-width:250px}.content-section.svelte-w19n3l{margin:3rem 0}.content-section.svelte-w19n3l h2:where(.svelte-w19n3l){font-size:1.8rem;margin-bottom:2rem}.newsletter-form.svelte-w19n3l{flex-direction:column;gap:10px}.newsletter-form.svelte-w19n3l input:where(.svelte-w19n3l){border-radius:50px;text-align:center}.newsletter-form.svelte-w19n3l button:where(.svelte-w19n3l){border-radius:50px}.footer-links.svelte-w19n3l{grid-template-columns:1fr;text-align:center}.social-links.svelte-w19n3l{justify-content:center}}
