.sand-products-hero{position:relative;min-height:540px;padding:160px 0 96px;background:var(--brand-primary-dark);overflow:hidden}.sand-products-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(40,34,43,.86),rgba(70,33,89,.58))}.sand-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sand-hero-overlay-copy{position:relative;z-index:2;max-width:860px}.sand-hero-overlay-copy .sand-eyebrow,.sand-hero-overlay-copy h1,.sand-hero-overlay-copy p{color:#fff}.sand-hero-overlay-copy h1{font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1;font-weight:800}.sand-product-catalog{background:var(--brand-bg)}.sand-category-block+.sand-category-block{margin-top:56px}.sand-category-block h2{border-left:5px solid var(--brand-primary);padding-left:16px}.sand-category-desc{max-width:860px;color:var(--brand-text)}.sand-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;margin-top:24px}.sand-product-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}.sand-product-card{border:1px solid var(--brand-border);background:#fff;transition:transform .2s,box-shadow .2s}.sand-product-card:hover{transform:translateY(-4px);box-shadow:var(--sand-shadow)}.sand-product-card a{display:grid;color:var(--brand-text)}.sand-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.sand-product-card h3{font-size:1.05rem;margin:18px 18px 6px;color:var(--brand-text)}.sand-product-card span{margin:0 18px 18px;color:var(--brand-primary);font-weight:800}@media (max-width:991px){.sand-product-grid,.sand-product-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.sand-products-hero{padding-top:120px}.sand-product-grid,.sand-product-grid:has(> :nth-child(4):last-child){grid-template-columns:1fr}}