.hero{width:100%;height:56.25vw;position:relative;overflow:hidden}.hero-video{object-fit:cover;z-index:-2;width:100%;height:56.25vw;position:absolute;top:0;left:0}.hero-overlay{z-index:-1;background:linear-gradient(135deg,#0009,#0006);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{text-align:center;color:var(--primary-light);z-index:1;max-width:700px;padding:1rem;position:absolute;top:80%;left:50%;transform:translate(-50%,-50%)}.hero-title{letter-spacing:-.03em;text-shadow:0 2px 4px #00000080;margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.2}.hero-subtitle{opacity:.95;text-shadow:0 1px 3px #0006;margin-bottom:1.5rem;font-size:1.125rem;font-weight:400}.hero-cta{background:var(--primary-light);color:var(--text-primary);box-shadow:var(--shadow-medium);border-radius:50px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.hero-cta:hover{box-shadow:var(--shadow-large);color:var(--accent-cyan);border:5px solid var(--accent-cyan);border-radius:10px;transform:translateY(-2px)}.banner-slider{width:80vw;max-width:1100px;height:350px}.slide{height:300px}.categories{background:var(--bg-light);padding:1rem 0;overflow:hidden}.container{flex-direction:column;justify-content:center;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.section-title{text-align:center;color:var(--text-primary);margin-bottom:.75rem;font-weight:700}.categories{background:#fff8e7;padding:1.5rem 0}.categories-slider{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;gap:1rem;max-width:90vw;margin:auto 10px;padding:.5rem 1rem;display:flex;overflow:auto!important}.categories-slider::-webkit-scrollbar{display:none}.category-card{background:var(--bg-card);scroll-snap-align:start;cursor:pointer;min-width:140px;max-width:180px;color:var(--text-primary);border:2px solid #d3d3d3;border-radius:10px;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:4px 4px #d3d3d3}.category-card:hover{background:#fff8e7;transform:translateY(-5px)scale(1.02);box-shadow:6px 6px #d3d3d3}.category-image{border:2px solid #d3d3d3;border-radius:50%;width:70px;height:70px;margin-bottom:.25rem;overflow:hidden}.category-image img{object-fit:cover;object-position:center;width:100%;height:100%}.category-title{color:var(--text-primary);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:0 .25rem;font-size:.95rem;font-weight:600;overflow:hidden}.products{padding:4rem 0}.product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-top:1rem;padding:0 1rem;display:grid}.product-card{background:var(--bg-card);box-shadow:var(--shadow-soft);height:400px;color:inherit;border-radius:12px;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-3px)}.product-image{height:220px;position:relative;overflow:hidden}.product-image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{background:var(--accent-gold);color:var(--text-primary);z-index:2;text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:.3rem .9rem;font-size:.8rem;font-weight:600;position:absolute;top:.75rem;left:.75rem;box-shadow:0 2px 4px #0003}.product-badge.shine{background:linear-gradient(45deg,var(--accent-gold)0%,var(--shine-color)30%,var(--accent-cyan)50%,var(--shine-color)70%,var(--accent-gold)100%);text-shadow:0 1px 2px #0003;background-size:300% 300%;border:1px solid #ffffff4d;animation:3s ease-in-out infinite shine}@keyframes shine{0%{background-position:0%}50%{background-position:200%}to{background-position:0%}}.product-info{flex-direction:column;flex:1;justify-content:space-between;padding:1rem;display:flex}.product-brand{color:var(--text-light);margin-bottom:.5rem;font-size:.85rem;font-weight:500}.product-title{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.5rem;font-size:1rem;font-weight:600;overflow:hidden}.product-price{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.price-current{color:var(--text-primary);font-size:1.125rem;font-weight:700}.price-original{color:var(--text-light);font-size:.875rem;text-decoration:line-through}.add-to-cart{background:var(--text-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:100%;padding:.75rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.add-to-cart:hover{background:var(--accent-cyan);transform:translateY(-1px)}.add-to-cart span{transition:opacity .3s}.add-to-cart:hover span{opacity:0}.add-to-cart:before{content:"";opacity:0;background:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"white\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z\"/></svg>") 50% no-repeat;width:24px;height:24px;transition:opacity .3s;position:absolute;top:50%;left:-30px;transform:translateY(-50%)}.add-to-cart:hover:before{opacity:1;animation:1.2s linear infinite slide-cart}@keyframes slide-cart{0%{opacity:0;left:-30px}10%{opacity:1}90%{opacity:1}to{opacity:0;left:calc(100% - 30px)}}.banner{background:var(--bg-light);padding:2rem 0}.banner-image{object-fit:cover;width:100%;height:350px;box-shadow:var(--shadow-medium);border-radius:12px}@media (max-width:768px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.search-input{width:180px}.hero{max-height:400px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-cta{padding:.75rem 1.5rem;font-size:.9rem}.category-card{flex:0 0 33.33%}.product-card{height:360px}.product-image{height:200px}.banner-slider{width:90vw;height:300px}.banner-image{height:250px}.container{padding:0 1rem}.footer-content{text-align:center;grid-template-columns:1fr;gap:2rem}.footer-section h3:after{left:50%;transform:translate(-50%)}.newsletter-form{flex-direction:column;align-items:center}.newsletter-input{max-width:100%}.social-links{justify-content:center;gap:1.5rem}.social-links svg{width:28px;height:28px}.product-badge{padding:.25rem .75rem;font-size:.75rem}}@media (max-width:480px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}.product-image{height:180px}.hero{max-height:300px}.hero-title{font-size:2rem}.hero-subtitle{font-size:.875rem}.hero-cta{padding:.7rem 1.2rem;font-size:.85rem}.search-input{width:50px}.logo img{height:52px}.product-badge{padding:.2rem .6rem;font-size:.7rem}.banner-image,.banner-slider{height:200px}}
