.product-categories{padding:clamp(4rem,8vw,7rem) var(--gutter);background:var(--blue)}.product-category-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:2rem}.product-category-head h2{font-size:clamp(2.5rem,5vw,5rem);margin:0;line-height:.95}.product-category-head h2 em{color:var(--orange);font-style:normal}.product-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);max-width:1200px}.product-category-card{min-height:210px;padding:1.4rem;background:var(--paper);display:flex;flex-direction:column;justify-content:space-between;transition:background .2s,color .2s}.product-category-card:hover{background:var(--ink);color:var(--paper)}.product-category-card.is-active{background:var(--yellow)}.product-category-number{font:700 .7rem 'DM Sans';letter-spacing:.12em}.product-category-card h3{margin:.8rem 0 .3rem;font-size:1.3rem}.product-category-card p{margin:0;font-size:.82rem;line-height:1.5}.product-category-arrow{align-self:flex-end;font-size:1.2rem}@media(max-width:800px){.product-categories{padding:4rem 1.25rem}.product-category-head{display:block}.product-category-head .text-link{display:inline-block;margin-top:1rem}.product-category-grid{grid-template-columns:repeat(2,1fr)}.product-category-card{min-height:165px;padding:1rem}.product-category-card h3{font-size:1rem}.product-category-card p{font-size:.76rem}}
