.top-bar-account a{color:#fff;font-weight:600;background:#ffffff26;padding:.4rem 1.3rem;border-radius:30px;margin-right:3rem}.products-range{padding:5rem 2rem;background:var(--light-beige)}.products-header{text-align:center;margin-bottom:3rem}.products-header .section-tag{margin-bottom:1rem}.products-header .section-title{margin-bottom:.5rem}.products-header .section-title span{color:var(--purple-accent)}.section-desc{color:var(--medium-gray);max-width:650px;margin:0 auto;font-size:1.1rem}.category-section{margin-bottom:4rem}.category-title{font-size:1.8rem;color:var(--primary-green);margin-bottom:2rem;padding-bottom:.5rem;border-bottom:3px solid var(--purple-accent);display:inline-block}.products-grid-category{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.product-card-category{background:var(--pure-white);border-radius:20px;padding:1.5rem;box-shadow:var(--neu-shadow-sm);transition:all .3s var(--transition-smooth);border:1px solid var(--light-gray)}.product-card-category:hover{transform:translateY(-5px);box-shadow:var(--glass-shadow);border-color:var(--purple-accent)}.product-image{width:100%;height:180px;background-size:cover;background-position:center;border-radius:12px;margin-bottom:1rem}.product-icon{width:60px;height:60px;background:var(--gradient-purple);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.product-icon i{font-size:1.8rem;color:#fff}.product-card-category h3{font-size:1.3rem;margin-bottom:.75rem;color:var(--primary-green)}.product-benefits-list{list-style:none;margin:1rem 0}.product-benefits-list li{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem;color:var(--medium-gray);font-size:.9rem}.product-benefits-list li i{color:var(--purple-accent);font-size:.8rem}.product-usage{background:var(--purple-soft);padding:1rem;border-radius:12px;margin-top:1rem}.product-usage p{font-size:.85rem;color:var(--purple-accent);font-weight:600;margin-bottom:.3rem}.product-usage small{font-size:.8rem;color:var(--medium-gray)}.product-usage ul{list-style:none;margin-top:.5rem}.product-usage ul li{font-size:.8rem;color:var(--medium-gray);margin-bottom:.25rem}.product-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.product-tag{background:var(--light-beige);padding:.25rem .75rem;border-radius:20px;font-size:.7rem;color:var(--purple-accent);font-weight:600}.shop-now-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;color:var(--purple-accent);font-weight:600;font-size:.9rem;transition:gap .3s}.shop-now-btn:hover{gap:.8rem;color:var(--purple-light)}@media (max-width: 768px){.products-range{padding:3rem 1rem}.category-title{font-size:1.5rem}.products-grid-category{grid-template-columns:1fr}}
