.headerContainer{justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1.5rem;display:flex}.logo{color:#333;flex-shrink:0;align-items:center;gap:.5rem;font-size:clamp(1.2rem,4vw,1.5rem);font-weight:800;display:flex}.searchForm{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-storefront);max-width:500px;transition:all var(--transition-standard);flex:1;align-items:center;gap:.75rem;padding:.6rem 1.2rem;display:flex}.searchForm:focus-within{border-color:var(--color-accent)}.cartButton{border-radius:var(--radius-storefront);background:var(--color-surface);border:1px solid var(--color-border);color:#333;width:3rem;height:3rem;transition:all var(--transition-standard);justify-content:center;align-items:center;display:flex;position:relative}.cartButton:hover{background:var(--color-surface-hover);border-color:var(--color-accent);transform:translateY(-2px)}.hero{text-align:center;background:#fff;border-bottom:1px solid #f5f5f5;padding:3rem 1.5rem}.heroTitle{color:#333;margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.2}.heroSubtitle{color:var(--color-text-secondary);max-width:650px;margin:0 auto;font-size:clamp(1rem,3vw,1.25rem);line-height:1.6}.sectionTitle{align-items:center;gap:1rem;margin-bottom:2rem;font-size:clamp(1.5rem,5vw,2rem);font-weight:800;display:flex}.sectionTitle:after{content:"";background:#f5f5f5;flex:1;height:1px}.categoryCard{text-align:center;transition:all var(--transition-standard);background:#fff;border:1px solid #e0e0e0;border-radius:12px;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1rem;display:flex;position:relative}.categoryCard:hover{border-color:var(--color-accent)}.categoryCard h3{margin:0;font-size:.95rem;font-weight:600}.categoryCard:hover h3{color:var(--color-accent)}.productImage{aspect-ratio:1;object-fit:contain;background:#fff;width:100%}.productInfo{flex-direction:column;flex:1;padding:1rem;display:flex}.productName{margin-bottom:.4rem;font-size:1rem;font-weight:700;line-height:1.3}.productPrice{color:var(--color-accent);margin-bottom:.5rem;font-size:1.15rem;font-weight:800}.productMeta{color:var(--color-text-secondary);justify-content:space-between;margin-bottom:.75rem;font-size:.8rem;display:flex}.addToCartBtn{width:100%;margin-top:auto}.glow-product-card:hover{transition:box-shadow .3s,border-color .3s;box-shadow:0 0 15px rgba(var(--theme-product-glow-color-rgb),var(--theme-product-glow-opacity))!important;border-color:var(--theme-product-glow-color,#28a745)!important}.glow-add-to-cart{color:#fff;box-shadow:0 0 15px rgba(var(--theme-add-to-cart-glow-color-rgb),calc(var(--theme-add-to-cart-glow-opacity) - .2));transition:box-shadow .3s,background-color .3s;background-color:var(--theme-add-to-cart-glow-color,#28a745)!important}.glow-add-to-cart:hover{filter:brightness(.95)}.glow-site-frame{box-shadow:inset 0 0 25px rgba(var(--theme-page-glow-color-rgb),var(--theme-page-glow-opacity));z-index:50}@media (max-width:640px){.headerContainer{gap:.5rem;padding:.5rem 1rem}.searchForm{flex:100%;order:3;margin-top:.25rem}}@media (max-width:480px){.headerContainer{gap:.5rem;padding:.6rem 1rem}.searchForm{flex:100%;order:3;max-width:100%}.hero{margin-bottom:.5rem;padding:2rem 1rem}.heroTitle{font-size:1.6rem;line-height:1.4}.heroSubtitle{font-size:.95rem}.sectionTitle{margin-bottom:1rem;font-size:1.3rem}.categoryCard{padding:1.25rem .75rem}.categoryCard h3{font-size:.9rem}.gridProducts{grid-template-columns:repeat(2,1fr);gap:.75rem}.productImage{height:160px}.productInfo{padding:.75rem}.productName{font-size:.9rem}.productPrice{margin-bottom:.3rem;font-size:1rem}.productMeta{margin-bottom:.5rem;font-size:.75rem}.cartButton{width:2.5rem;height:2.5rem}}@media (max-width:360px){.headerContainer{padding:.5rem .75rem}.categoryCard{padding:1rem .5rem}.categoryCard h3{font-size:.8rem}.gridProducts{gap:.5rem}.productImage{height:140px}}@media (min-width:768px){.hero{padding:4rem 2rem}.heroTitle{font-size:3rem}}
