.product-category-showcase{padding:clamp(4rem,7vw,7rem) 0;background:#fff}.product-category-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:3rem}.product-category-cards>a{position:relative;min-height:390px;overflow:hidden;background:#002a33;color:#fff}.product-category-cards img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.78;transition:transform .7s,opacity .5s}.product-category-cards>a:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,31,39,.9),rgba(0,31,39,.05) 70%)}.product-category-cards>a:hover img{transform:scale(1.045);opacity:.92}.product-category-cards span{position:absolute;z-index:2;inset:auto 0 0;padding:1.7rem;display:grid;grid-template-columns:1fr auto}.product-category-cards small{grid-column:1/3;color:#a9cbd1;margin-bottom:.7rem}.product-category-cards b{font-size:clamp(1.5rem,2.5vw,2.5rem)}.product-category-cards em{font-size:1.5rem;font-style:normal}@media(max-width:900px){.product-category-cards{grid-template-columns:1fr 1fr}.product-category-cards>a{min-height:300px}}@media(max-width:560px){.product-category-cards{grid-template-columns:1fr}.product-category-cards>a{min-height:340px}}
