.product-range-section{background:var(--white);padding:100px 5%}.product-range-section .section-inner{max-width:1300px;margin:0 auto}.product-range-section .section-badge{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:12px;font-size:.78rem;font-weight:600;display:inline-block}.product-range-section .section-title{color:var(--green-dark);margin-bottom:18px;font-family:Roboto,sans-serif;font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:700;line-height:1.2}.product-range-section .section-subtitle{color:var(--text-muted);max-width:580px;font-size:1.05rem;line-height:1.7}.product-range-section .product-tabs{flex-wrap:wrap;gap:8px;margin-bottom:48px;display:flex}.product-range-section .tab-btn{border:2px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:100px;padding:10px 22px;font-family:Roboto,sans-serif;font-size:.88rem;font-weight:500;transition:all .2s}.product-range-section .tab-btn:hover,.product-range-section .tab-btn.active{background:var(--gold);border-color:var(--gold);color:#fff}.product-range-section .products-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:24px;display:grid}.product-range-section .product-card{background:var(--cream);border:1px solid var(--border);cursor:pointer;border-radius:18px;transition:all .3s;overflow:hidden}.product-range-section .product-card:hover{border-color:var(--gold-light);transform:translateY(-6px);box-shadow:0 16px 40px #1a5c2a24}.product-range-section .product-img{background:#fff;justify-content:center;align-items:center;height:200px;display:flex;overflow:hidden}.product-range-section .product-img picture{display:contents}.product-range-section .product-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-range-section .product-card:hover .product-img img{transform:scale(1.08)}.product-range-section .product-info{padding:18px}.product-range-section .product-info h4{color:var(--green-dark);margin-bottom:6px;font-family:Roboto,sans-serif;font-size:1.05rem;font-weight:600}.product-range-section .product-info p{color:var(--text-muted);margin-bottom:14px;font-size:.82rem;line-height:1.5}.product-range-section .product-tag{text-transform:uppercase;letter-spacing:.06em;border-radius:100px;padding:4px 10px;font-size:.72rem;font-weight:600;display:inline-block}.product-range-section .tag-retail{color:var(--green);background:#1a5c2a1a}.product-range-section .tag-bulk{color:var(--gold);background:#c8921a1f}.product-range-section .tag-export{color:var(--green-mid);background:#1a5c2a0f}
