.product-card-wrapper{border-radius:12px;background:var(--Colors-Neutrals-White---50,#fdfdfd);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);padding:24px;display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:24px;cursor:pointer;height:320px}@media screen and (max-width:1024px){.product-card-wrapper{width:100%;height:320px}}.product-card-wrapper .image-wrapper{width:198px;height:132px}.product-card-wrapper .image-wrapper img{max-width:198px;max-height:132px;width:100%;height:100%;border-radius:12px;object-fit:contain}.product-card-wrapper .main-btn{border-radius:12px;padding:10px 20px;margin-top:auto;max-height:38px}