.home-container{min-height:100vh;overflow-x:hidden;width:100%;max-width:100vw}.hero-section{padding:0;text-align:center;color:white;animation:fadeIn .6s ease-in-out;width:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;min-height:420px;position:relative;overflow:hidden}.hero-bg-blur{position:absolute;inset:-10%;background:url(/5ec3371d6db46.png) 50%/cover no-repeat;filter:blur(18px) brightness(.55);z-index:0}.hero-bg-img{position:absolute;inset:0;background:url(/5ec3371d6db46.png) 50%/contain no-repeat;z-index:1}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 0,rgba(0,0,0,.45));z-index:2}.hero-content{position:relative;z-index:3;max-width:700px;margin:0 auto;width:100%;padding:2rem 1rem 0}.hero-title{font-size:2rem;font-weight:600;margin-bottom:1rem;line-height:1.3;text-shadow:0 1px 6px rgba(0,0,0,.15);letter-spacing:-.01em}.hero-subtitle{font-size:.9375rem;font-weight:400;margin-bottom:2rem;opacity:.9;line-height:1.7;text-shadow:none}.hero-search{display:flex;gap:.75rem;width:100%;max-width:560px;margin:1.25rem auto 0;padding-bottom:2rem}.hero-search-input-wrapper{flex:1 1;position:relative;display:flex;align-items:center}.hero-search-icon{position:absolute;left:1rem;color:#9ca3af;pointer-events:none}.hero-search-input{width:100%;padding:.875rem 2.75rem .875rem 3rem;border:none;border-radius:.625rem;font-size:1rem;color:#111827;background-color:rgba(255,255,255,.97);box-shadow:0 4px 20px rgba(0,0,0,.15);transition:box-shadow .2s ease}.hero-search-input:focus{outline:none;box-shadow:0 4px 24px rgba(0,0,0,.25)}.hero-search-input::placeholder{color:#9ca3af}.hero-search-clear{position:absolute;right:.75rem;padding:.25rem;background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;align-items:center;border-radius:.25rem}.hero-search-clear:hover{color:#374151}.hero-search-btn{padding:.875rem 1.75rem;white-space:nowrap;border-radius:.625rem;font-size:1rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-large{padding:.75rem 1.5rem;font-size:.875rem;font-weight:500}.hero-tagline{text-align:center;color:var(--primary-color);font-size:.9375rem;font-weight:500;padding:.875rem 1rem;background:#fff;border-bottom:1px solid var(--border-light);letter-spacing:.01em;line-height:1.5}.categories-section,.cta-section,.featured-section{padding:2.5rem 1rem;max-width:1280px;margin:0 auto;width:100%;box-sizing:border-box}.section-header{text-align:center;margin-bottom:3rem;animation:fadeIn .6s ease-in-out}.section-title{font-size:1.5rem;font-weight:600;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;letter-spacing:-.01em}.section-subtitle{font-size:.875rem;color:var(--text-secondary);max-width:600px;margin:0 auto;font-weight:400}.section-footer{text-align:center;margin-top:3rem}.featured-products{animation:fadeIn .8s ease-in-out}.featured-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.featured-empty,.featured-error,.featured-loading{padding:3rem}.categories-section{background-color:var(--background)}.categories-carousels{animation:fadeIn .8s ease-in-out}.categories-empty,.categories-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1.5rem;color:var(--text-secondary)}.cta-section{background:linear-gradient(135deg,rgba(234,88,12,.1),rgba(245,158,11,.1));border-radius:1rem;margin:2rem auto;animation:fadeIn 1s ease-in-out}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem;letter-spacing:-.01em}.cta-text{font-size:.875rem;color:var(--text-secondary);margin-bottom:1.75rem;line-height:1.7;font-weight:400}@media (max-width:1024px){.categories-grid,.featured-products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width:768px){.hero-section{min-height:210px}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.875rem}.hero-search{max-width:400px;margin-top:1.875rem}.section-title{font-size:1.25rem}.section-subtitle{font-size:.8125rem}.categories-section,.cta-section,.featured-section{padding:3rem 1rem}.categories-grid,.featured-products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.cta-title{font-size:1.125rem}.cta-text{font-size:.8125rem}}@media (max-width:640px){.hero-section{min-height:180px}.hero-title{font-size:1.25rem}.categories-grid,.featured-products-grid{grid-template-columns:1fr}.section-title{font-size:1.125rem}}.featured-products{width:100%;animation:fadeIn .6s ease-in-out;background:#fff;border-radius:.875rem;border:1px solid #e8e8e8;box-shadow:0 2px 12px rgba(0,0,0,.07);padding:1.25rem 1rem}.featured-empty,.featured-error,.featured-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:1.5rem;color:var(--text-secondary);text-align:center}.featured-empty p,.featured-error p{font-size:1rem;margin:0}.featured-products .carousel-container{position:relative;padding:0 3rem;width:100%;box-sizing:border-box}.featured-products .carousel-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0;scrollbar-width:none;-ms-overflow-style:none}.featured-products .carousel-track::-webkit-scrollbar{display:none}.featured-products .carousel-item{flex:0 0 300px;min-width:300px}.featured-products .carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:white;border:2px solid var(--border);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.1)}.featured-products .carousel-button:hover{background:var(--primary-color);border-color:var(--primary-color);color:white;box-shadow:0 6px 20px rgba(234,88,12,.3);transform:translateY(-50%) scale(1.1)}.featured-products .carousel-button:active{transform:translateY(-50%) scale(.95)}.featured-products .carousel-button svg{stroke:currentColor}.featured-products .carousel-button-left{left:0}.featured-products .carousel-button-right{right:0}@media (max-width:1024px){.featured-products .carousel-item{flex:0 0 280px;min-width:280px}}@media (max-width:768px){.featured-products .carousel-container{padding:0 2.5rem}.featured-products .carousel-item{flex:0 0 260px;min-width:260px}.featured-products .carousel-button{width:40px;height:40px}.featured-products .carousel-button svg{width:20px;height:20px}}@media (max-width:640px){.featured-products .carousel-container{padding:0 2rem}.featured-products .carousel-item{flex:0 0 240px;min-width:240px}.featured-products .carousel-button{width:36px;height:36px}.featured-products .carousel-button svg{width:18px;height:18px}}@media (max-width:480px){.featured-products .carousel-container{padding:0}.featured-products .carousel-button{display:none}.featured-products .carousel-item{flex:0 0 85vw;min-width:85vw}.featured-products .carousel-track{padding-left:7.5vw}}.category-carousel{margin-bottom:1.25rem;animation:fadeIn .6s ease-in-out;width:100%;background:#fff;border-radius:.875rem;border:1px solid #e8e8e8;box-shadow:0 2px 12px rgba(0,0,0,.07);padding:1.25rem 1rem}.category-carousel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.category-info{text-align:left;flex:1 1}.category-carousel-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:capitalize;letter-spacing:-.01em}.category-carousel-count{font-size:1.125rem;color:var(--text-secondary);margin:.5rem 0 0}.btn-view-all{display:flex;align-items:flex-start;gap:.5rem;white-space:nowrap}.category-carousel-footer{display:none;margin-top:1.5rem;text-align:center}.btn-view-all-mobile{display:none;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;width:100%;max-width:400px;margin:0 auto}.carousel-container{position:relative;width:100%;box-sizing:border-box;padding:0 20px}.carousel-wrapper{position:relative}.carousel-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;padding:.75rem 0;scrollbar-width:none;-ms-overflow-style:none}.carousel-track::-webkit-scrollbar{display:none}.carousel-item{flex:0 0 256px;min-width:256px}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:28px;height:28px;border-radius:50%;border:1px solid rgba(0,0,0,.12);background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;box-shadow:0 1px 4px rgba(0,0,0,.08);padding:0}.carousel-arrow:hover{background:white;color:var(--primary-color);border-color:rgba(220,38,38,.25);box-shadow:0 2px 8px rgba(0,0,0,.12)}.carousel-arrow-left{left:-18px}.carousel-arrow-right{right:-18px}@media (max-width:1024px){.carousel-item{flex:0 0 240px;min-width:240px}}@media (max-width:768px){.category-carousel-header{flex-direction:column;align-items:center}.category-info{width:100%}.btn-view-all{display:none}.category-carousel-footer{display:block}.btn-view-all-mobile{display:flex}.category-carousel-title{font-size:1rem}.category-carousel-count{font-size:.875rem}.carousel-item{flex:0 0 260px;min-width:260px}}@media (max-width:640px){.category-carousel{margin-bottom:.75rem;padding:1rem .75rem}.category-carousel-title{font-size:.9375rem}.category-carousel-count{font-size:.8125rem}.carousel-item{flex:0 0 240px;min-width:240px}}@media (max-width:480px){.carousel-item{flex:0 0 85vw;min-width:85vw}.carousel-arrow{display:none}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}