.product-cards{background-color:#e6e6e6}.product-cards h2{font-size:calc(1.5rem + .2vw)}.product-card-list{display:grid;gap:4rem;grid-template-columns:repeat(3,1fr)}.product-card{background-color:#fff;display:flex;flex-direction:column;gap:1rem;padding:.5rem;position:relative}.product-card__image{background-color:#e6e6e6;display:flex;justify-content:center;overflow:hidden}.product-card__image img{aspect-ratio:4/4;object-fit:contain;width:100%}.product-card__body{display:flex;flex-direction:column;gap:1rem;padding:0 1rem 1rem}.product-card__body h3{font-size:calc(1.2rem + .2vw);margin:0}.product-card__body p{margin:0}.product-card .tags{display:flex;flex-wrap:wrap;gap:.8rem;list-style:none;margin:0;padding:0}.product-card .tags .tag{background-color:#5cdaa2;color:#000;font-size:.8rem;font-weight:500;padding:.4rem .6rem}.product-card__link{align-self:flex-start;background-color:#1e408a;color:#fff;display:block;font-size:1.15rem;padding:.4rem .8rem}.product-card__link:after{content:"";inset:0;position:absolute}.product-card__link:focus,.product-card__link:hover{color:#fff}@media (max-width:1440px){.product-card-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.product-card-list{grid-template-columns:repeat(1,1fr)}.product-card__image img{aspect-ratio:5/3}}