.featured-products__wrapper{column-gap:30px;display:flex;gap:30px;justify-content:center;justify-items:center;margin-top:50px;row-gap:30px}.featured-products__item{align-items:center;background-color:#fff;border-radius:4px;box-shadow:0 0 0 1px #dedede,0 0 0 transparent;display:flex;flex:1;flex-direction:column;justify-content:space-between;text-align:center}.featured-products__item:hover{box-shadow:0 0 0 1px #dedede,0 4px 20px rgba(0,0,0,.2);transition:all .2s ease-in-out}.featured-products__image-wrapper img{border-radius:4px 4px 0 0}.featured-products__image-wrapper .featured-products__image_hover{display:none}.featured-products__image-wrapper:hover .featured-products__image_hover{display:block}.featured-products__image-wrapper:hover .featured-products__image{display:none}.featured-products__description{display:flex;flex-direction:column;padding:15px 10px}.featured-products__description p{margin:0}.featured-products__description-price{font-size:1.8rem;font-weight:700}.featured-products__description-btw{color:var(--light-gray-500);font-size:1.5rem;font-weight:400}.featured-products__buttons{padding:0 0 30px}@media (max-width:992px){.featured-products__wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(250px,100%),1fr))}}