.product-range{background:#fff;border-top:1px solid var(--color-border, #e5e7eb);border-bottom:1px solid var(--color-border, #e5e7eb);padding-block:0 1rem;box-sizing:border-box}section.product-range.section-light:not(.nbe-section--fullbleed){background:#fff;padding-block:40px 3rem;padding-inline:0}html.dark .product-range{background:#0f172a;border-top-color:rgba(148,163,184,0.2);border-bottom-color:rgba(148,163,184,0.2)}.product-range__inner{max-width:1400px;margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2.5rem);box-sizing:border-box;display:flex;flex-direction:column;gap:clamp(1.25rem,3vw,2rem)}.product-range__title{font-family:"Roboto",system-ui,sans-serif;font-size:38px;font-weight:700;line-height:1.2;color:#1f2933;text-align:center;margin:0;letter-spacing:-0.02em;flex:0 0 auto}html.dark .product-range__title{color:#f8fafc}.product-range__carousel{box-sizing:border-box;padding:0;min-height:0;flex:0 1 auto;min-width:0}.product-range__grid{display:flex;flex-wrap:nowrap;gap:24px;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px;align-items:flex-start}.product-range__grid::-webkit-scrollbar{display:none}.product-range-card--clone{pointer-events:none}.product-range-card{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:20px;flex:0 0 330px;width:330px;max-width:min(330px,85vw);color:#fff;text-decoration:none;scroll-snap-align:start;-webkit-tap-highlight-color:transparent;transition:transform 0.35s ease}.product-range-card__media{position:relative;flex:0 0 240px;width:100%;height:240px;border-radius:8px;overflow:hidden;isolation:isolate;box-shadow:0 4px 16px rgba(15,23,42,0.08);transition:box-shadow 0.35s ease}.product-range-card:focus{outline:none}.product-range-card:focus-visible{outline:3px solid #2563eb;outline-offset:3px;z-index:2}.product-range-card__media::before{content:"";position:absolute;inset:0;z-index:0;background-image:var(--product-range-bg);background-size:cover;background-position:center;transform:scale(1);transition:transform 0.35s ease}.product-range-card__media::after{content:"";position:absolute;inset:0;z-index:1;background-color:rgba(0,0,0,0.45);pointer-events:none;transition:background-color 0.35s ease}.product-range-card__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:20px;box-sizing:border-box;min-height:100%;padding:22px;text-align:left;transition:opacity 0.3s ease,transform 0.3s ease}.product-range-card__category{display:block;font-family:"Roboto",system-ui,sans-serif;font-size:15px;font-weight:700;line-height:20px;margin:0 0 20px;color:#fff}.product-range-card__title{display:block;flex:0 0 auto;width:100%;max-width:330px;font-family:"Roboto",system-ui,sans-serif;font-size:14px;font-weight:500;line-height:18px;margin:0;padding:0 6px;text-align:center;text-transform:uppercase;color:#1f2933;white-space:normal}html.dark .product-range-card__title{color:#f8fafc}.product-range-card__category-link{display:inline-flex;align-items:center;text-decoration:none;color:inherit;padding:0.25rem 0}.product-range-card__category-link:focus{outline:none}.product-range-card__category-link:focus-visible{outline:3px solid #2563eb;outline-offset:3px;border-radius:8px}.product-range-card__products{display:block;font-family:"Roboto",system-ui,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin:0;color:#fff;padding-top:40px}.product-range-card__name,.product-range-card__sep{font-weight:400}.product-range-card__code{font-weight:700}.product-range-card__desc{display:block;font-family:"Roboto",system-ui,sans-serif;font-size:13px;font-weight:400;line-height:16px;color:#fff;margin:0}@media(min-width:769px){.product-range__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;overflow-x:visible;scroll-snap-type:none;padding-bottom:0}.product-range-card{flex:none;width:auto;max-width:none}.product-range-card__media{flex:0 0 auto;height:auto;aspect-ratio:330 / 240}.product-range-card__title{max-width:none}.product-range-card--clone{display:none}}@media(min-width:1100px){.product-range__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}}@media(max-width:768px){.product-range__title{font-size:clamp(1.75rem,6vw,38px)}.product-range-card{flex:0 0 min(330px,85vw);width:min(330px,85vw)}.product-range-card__media{flex:0 0 auto;height:auto;aspect-ratio:330 / 240}.product-range-card__content{padding:16px}.product-range-card__title{font-size:14px;font-weight:500;line-height:18px}.product-range-card__products{font-size:15px;line-height:20px}.product-range-card__desc{font-size:11px;line-height:14px}}.product-range-card--everyday{--product-range-bg: url(/assets/images/opt/heroes/hero-home-1.webp)}.product-range-card--heavy-duty{--product-range-bg: url(/assets/images/opt/product-line/Product_Card_09_ES.webp)}.product-range-card--specialised{--product-range-bg: url(/assets/images/opt/product-line/hero_slide2.webp)}.product-range-card--pvc{--product-range-bg: url(/assets/images/opt/product-line/Product_Card_PVC.webp)}@media(prefers-reduced-motion:reduce){.product-range-card{transition:none}.product-range-card__media::before,.product-range-card__media::after{transition:none}.product-range-card__media{transition:none}.product-range-card__content{transition:none}}@media(hover:hover)and (pointer:fine){.product-range-card:hover,.product-range-card:focus-visible{transform:translateY(-2px)}.product-range-card:hover .product-range-card__media,.product-range-card:focus-visible .product-range-card__media{box-shadow:0 12px 28px rgba(15,23,42,0.14)}.product-range-card:hover .product-range-card__media::after,.product-range-card:focus-visible .product-range-card__media::after{background-color:rgba(0,0,0,0.32)}.product-range-card:hover .product-range-card__media::before,.product-range-card:focus-visible .product-range-card__media::before{transform:scale(1.03)}}@media(prefers-reduced-motion:reduce){@media(hover:hover)and (pointer:fine){.product-range-card:hover .product-range-card__media::before,.product-range-card:focus-visible .product-range-card__media::before{transform:none}}}.product-range__footer{margin:clamp(1.5rem,3vw,2rem) 0 0;text-align:center;font-size:0.875rem;color:var(--text-muted, #64748b);line-height:1.5}html.dark .product-range__footer{color:#94a3b8}.product-range__footer a{font-weight:600;color:var(--primary-color, #1e293b);text-decoration:none}.product-range__footer a:hover{text-decoration:underline}html.dark .product-range__footer a{color:#e2e8f0}
