.products__list{display:flex;flex-wrap:wrap;gap:1.5rem}.products__product{background-color:#fff;border:5px solid #d3d3d3;flex:0 0 100%;padding:0}@media screen and (min-width:768px){.products[data-products="2"] .products__product{flex:0 0 calc(50% - 0.75rem)}.products[data-products="3"] .products__product{flex:0 0 calc(33.33333% - 1rem)}.products[data-products="4"] .products__product{flex:0 0 calc(25% - 1.125rem)}}.products__product-image-wrapper{border-bottom:5px solid #d3d3d3;padding-bottom:65%;position:relative;width:100%}.products__image{height:100%;object-fit:cover;object-position:center;position:absolute;width:100%}.products__product-image-wrapper a:hover .products__image{filter:grayscale(0)}.products__content{padding:30px 15px}.products__tags{font-size:18px;text-transform:uppercase}.cta-link>a{background-color:transparent;background-image:-webkit-gradient(linear,left top,right top,from(currentColor),to(currentColor));background-image:-webkit-linear-gradient(left,currentColor,currentColor);background-image:-o-linear-gradient(left,currentColor,currentColor);background-image:linear-gradient(90deg,currentColor,currentColor);background-position:bottom .125em left;background-repeat:no-repeat;background-size:0 .075em;text-decoration:none}.cta-link>a:focus,.cta-link>a:hover{background-size:100% .075em}