.product-selection{display:block;width:100%}.product-selection .product-content{display:flex;flex-wrap:wrap;gap:20px}.product-selection .product{border:1px solid #e1e5ea;border-radius:12px;width:calc(100%/var(--desktop) - 20px)}.product-selection .product .image img{border-top-left-radius:12px;border-top-right-radius:12px;max-height:200px;object-fit:cover;width:100%}.product-selection .product{display:flex;flex-direction:column;padding-bottom:20px;text-align:center}.product-selection .info{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:.6rem}.product-selection .product h4{font-weight:600;margin-bottom:.8em;margin-top:10px}@media (max-width:767px){.product-selection .product{width:calc(100%/var(--mobile) - 15px)}}@media (min-width:768px) and (max-width:991px){.product-selection .product{width:calc(100%/var(--tablet) - 20px)}}