.hero{position:relative;border-radius:0;overflow:hidden;margin-bottom:4rem;background:linear-gradient(135deg,var(--color-surface) 0%,var(--color-background) 100%);border-bottom:1px solid var(--color-border);border-top:none;border-left:none;border-right:none;box-shadow:var(--shadow-sm);display:flex;align-items:center;min-height:60vh;width:100%}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:0;animation:kenBurns 20s ease-in-out infinite alternate}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#000c,#0006);z-index:1}.hero-content-wrapper{position:relative;z-index:2;width:100%;padding:4rem 2rem}.hero-full{justify-content:center}.hero-full .hero-content-wrapper{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1000px}.hero-full .hero-text-content{max-width:800px}.hero-full .hero-bg:after{background:#0009}.hero-minimal{background:var(--color-surface);border-bottom:1px solid var(--color-border)}.hero-minimal .hero-content-wrapper{text-align:center;padding:6rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1000px;margin:0 auto}.hero-minimal .hero-title{color:var(--color-text);font-size:clamp(2rem,4vw,3.5rem)}.hero-minimal .hero-subtitle{color:var(--color-text-muted)}.hero-minimal .badge{display:inline-block;background:rgba(var(--color-primary-rgb),.1);color:var(--color-primary);border:1px solid rgba(var(--color-primary-rgb),.2);padding:.5rem 1rem;border-radius:99px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.hero-carousel .hero-content-wrapper{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:center;padding:5rem 0 5rem calc((100vw - 1440px)/2 + 2rem);width:100%;max-width:100%}@media(max-width:1480px){.hero-carousel .hero-content-wrapper{padding:5rem 0 5rem 4rem}}.hero-carousel-side{display:flex;gap:1.5rem;overflow-x:auto;padding-right:3rem;padding-bottom:1rem;scrollbar-width:none;-ms-overflow-style:none}.hero-carousel-side::-webkit-scrollbar{display:none}.carousel-product-card{flex:0 0 auto;width:220px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .3s ease;text-decoration:none;display:flex;flex-direction:column}.carousel-product-card:hover{transform:translateY(-5px);border-color:var(--color-primary)}.carousel-product-card img{width:100%;height:220px;object-fit:cover;border-bottom:1px solid var(--color-border)}.carousel-product-info{padding:1rem;text-align:left}.carousel-product-info h4{font-size:1rem;color:var(--color-text);margin-bottom:.5rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.carousel-product-info .price{color:var(--color-primary);font-weight:700}.hero-split .hero-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;padding:0;width:100%;max-width:100%}.hero-split .hero-text-content{padding:5rem var(--spacing-8) 5rem calc((100vw - 1440px)/2 + 2rem);display:flex;flex-direction:column;justify-content:center}@media(max-width:1480px){.hero-split .hero-text-content{padding:5rem 3rem 5rem 4rem}}.hero-split .hero-image-side{height:100%;width:100%}.hero-split .hero-image-side img{width:100%;height:100%;object-fit:cover;min-height:50vh;border-radius:0;box-shadow:none}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes kenBurns{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em;opacity:0;animation:slideUpFade .8s cubic-bezier(.16,1,.3,1) forwards}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.25rem);margin-bottom:2.5rem;line-height:1.6;font-weight:400;color:var(--color-text-muted);opacity:0;animation:slideUpFade .8s cubic-bezier(.16,1,.3,1) .15s forwards}.hero:not(.no-bg).hero-full .hero-title,.hero:not(.no-bg).hero-full .hero-subtitle{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero:not(.no-bg).hero-full .hero-subtitle{color:#ffffffe6}.hero:not(.no-bg).hero-full .hero-cta{background-color:#fff;color:#000;border:none;font-weight:600;padding:1rem 2.5rem;font-size:1.1rem;border-radius:99px;transition:transform .3s ease,box-shadow .3s ease}.hero:not(.no-bg).hero-full .hero-cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.hero-cta{background-color:var(--color-primary);color:var(--color-text-on-primary);padding:1rem 2.5rem;font-size:1.1rem;border-radius:99px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:600;transition:all .4s cubic-bezier(.16,1,.3,1);border:none;opacity:0;animation:slideUpFade .8s cubic-bezier(.16,1,.3,1) .3s forwards}.hero-cta:hover{background-color:var(--color-primary-hover);transform:translateY(-4px) scale(1.02);box-shadow:0 10px 20px rgba(var(--color-primary-rgb),.4)}.mb-6,.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-8{margin-top:2rem}.categories-grid{display:flex;overflow-x:auto;gap:var(--spacing-4);padding-bottom:1rem;scrollbar-width:none;-ms-overflow-style:none}.categories-grid::-webkit-scrollbar{display:none}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-6)}.brands-grid{display:flex;overflow-x:auto;gap:var(--spacing-4);padding-bottom:1rem;scrollbar-width:none;-ms-overflow-style:none}.brands-grid::-webkit-scrollbar{display:none}.category-card{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--spacing-4) var(--spacing-6);text-align:center;transition:var(--transition-normal);display:flex;align-items:center;justify-content:center;min-height:50px;flex:0 0 auto;min-width:150px}.category-card:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.category-name{font-size:var(--text-sm);font-weight:500}.brand-card{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--spacing-4);text-align:center;transition:var(--transition-normal);display:flex;justify-content:center;align-items:center;min-height:80px;flex:0 0 auto;min-width:150px}.brand-card:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.brand-logo{max-height:40px;max-width:100%;object-fit:contain}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.hero-split .hero-content-wrapper,.hero-carousel .hero-content-wrapper{grid-template-columns:1fr}.hero-split .hero-text-content{padding:3rem 2rem;text-align:center}.hero-carousel .hero-content-wrapper{padding:3rem 0}.hero-carousel .hero-text-content{padding:0 2rem;text-align:center}.hero-carousel-side{padding:0 2rem}}@media(max-width:768px){.hero{min-height:40vh}.hero-content-wrapper{padding:3rem 1.5rem}.hero-split .hero-image-side img{min-height:300px}.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.hero-bg-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.hero-bg-container:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#000000d9,#00000073);z-index:1}.hero-video-bg{width:100%;height:100%;object-fit:cover}.hero-grid-featured{background:linear-gradient(135deg,var(--color-surface) 0%,var(--color-background) 100%)}.hero-grid-featured .hero-content-wrapper{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:center;padding:5rem 0 5rem calc((100vw - 1440px)/2 + 2rem);width:100%;max-width:100%}@media(max-width:1480px){.hero-grid-featured .hero-content-wrapper{padding:5rem 0 5rem 4rem}}.hero-grid-side{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding-right:3rem}.grid-product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .3s ease,border-color .3s ease;text-decoration:none;display:flex;flex-direction:column}.grid-product-card:hover{transform:translateY(-5px);border-color:var(--color-primary)}.grid-product-card img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-bottom:1px solid var(--color-border)}.grid-product-info{padding:1rem;text-align:left}.grid-product-info h4{font-size:.9rem;color:var(--color-text);margin-bottom:.5rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grid-product-info .price{color:var(--color-primary);font-weight:700;font-size:.9rem}@media(max-width:992px){.hero-grid-featured .hero-content-wrapper{grid-template-columns:1fr;padding:3rem 0}.hero-grid-featured .hero-text-content{padding:0 2rem;text-align:center}.hero-grid-side{padding:0 2rem}}@media(max-width:640px){.hero-grid-side{grid-template-columns:repeat(2,1fr)}.grid-product-card.card-2{display:none}}.hero-editorial{min-height:70vh;justify-content:flex-start;padding:4rem calc((100vw - 1440px)/2 + 2rem)}@media(max-width:1480px){.hero-editorial{padding:4rem}}.hero-editorial .hero-bg:after{background:linear-gradient(135deg,#000000bf,#00000040)}.editorial-card{background-color:rgba(var(--color-surface-hover-rgb, 30, 33, 48),.15);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:3.5rem;max-width:550px;box-shadow:var(--shadow-lg);position:relative;z-index:5;text-align:left;animation:fadeIn .8s ease-out}.hero-editorial .hero-title{font-family:Outfit,Playfair Display,Times New Roman,serif;font-weight:700;font-size:clamp(2rem,3.5vw,3rem);line-height:1.2;color:#fff;text-shadow:none;background:none;-webkit-text-fill-color:initial;margin-bottom:1.5rem}.hero-editorial .hero-subtitle{color:#ffffffe6;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}.hero-editorial .badge{display:inline-block;background-color:var(--color-primary);color:var(--color-text-on-primary);padding:.35rem .75rem;font-size:.75rem;border-radius:var(--radius-full);text-transform:uppercase;font-weight:700;letter-spacing:.05em}@media(max-width:768px){.hero-editorial{padding:2rem 1rem;min-height:50vh}.editorial-card{padding:2rem 1.5rem;max-width:100%}}
