.home-container{flex-direction:column;width:100%;display:flex}.banner-carousel-section{width:100%}.banner-carousel{height:400px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.banner-slide{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.banner-slide h1{text-transform:uppercase;letter-spacing:2px;text-shadow:0 4px 10px #0003;color:#fff;margin-bottom:1rem;font-size:3.5rem;font-weight:800}.banner-ribbon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border-radius:99px;padding:.5rem 1.5rem;font-size:1.25rem;font-weight:600}.carousel-btn{z-index:10;background:#0003;border-radius:50%;width:50px;height:50px;padding:0;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn:hover{background:#0006}.carousel-btn.prev{left:1rem}.carousel-btn.next{right:1rem}.carousel-dots{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.carousel-dots .dot{cursor:pointer;background:#fff6;border-radius:50%;width:10px;height:10px;transition:all .2s}.carousel-dots .dot.active{background:#fff;border-radius:5px;width:24px}.alert-banner{background:#0d94881a;border:1px solid #0d948833;justify-content:center;align-items:center;gap:1rem;width:100%;margin:0 0 3rem;padding:1rem 4rem;display:flex}.alert-banner p{color:var(--text-secondary);margin:0;font-size:.95rem;font-weight:500;line-height:1.5}@media (max-width:768px){.banner-slide h1{font-size:2rem}.banner-ribbon{font-size:1rem}.alert-banner{text-align:center;flex-direction:column;padding:1rem}.products-grid{grid-template-columns:1fr}}.categories-section{margin-bottom:4rem}.section-header h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.categories-scroll{scrollbar-width:thin;scrollbar-color:var(--border-color) transparent;gap:1.5rem;padding-bottom:1rem;display:flex;overflow-x:auto}.categories-scroll::-webkit-scrollbar{height:6px}.categories-scroll::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:10px}.category-bubble{flex-direction:column;align-items:center;gap:1rem;min-width:150px;display:flex}.cat-img-wrapper{border:4px solid #fff;border-radius:16px;width:120px;height:120px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.cat-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.category-bubble:hover .cat-img-wrapper img{transform:scale(1.1)}.category-bubble h3{color:var(--text-primary);font-size:1.1rem;font-weight:600}.featured-section{margin-bottom:6rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:1.5rem;display:grid}.product-card{flex-direction:column;height:100%;display:flex}.product-badge{background:var(--primary);color:#fff;z-index:10;border-radius:99px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem;box-shadow:0 2px 4px #0d94884d}.product-image{background:#f9fafb;width:100%;height:240px;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.product-info{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.product-brand{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:500}.product-title{color:var(--text-primary);margin-bottom:auto;font-size:1.1rem;font-weight:600;line-height:1.4}.product-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;display:flex}.product-price{color:var(--text-primary);font-size:1.25rem;font-weight:800}.add-btn{padding:.5rem 1rem;font-size:.9rem}.view-all-wrapper{justify-content:center;margin-top:3rem;display:flex}
