.product-card{border-radius:40px;width:100%;height:320px;overflow:hidden}@media(min-width:768px){.product-card{height:350px}}@media(min-width:1024px){.product-card{height:480px}}.product-card__wrapper{position:relative;width:100%;height:100%;display:flex;padding:40px}.product-card__wrapper div{margin-top:auto;position:relative;z-index:1;color:#fff}.product-card__wrapper h3{font-size:2.25rem;line-height:2.5rem;margin-bottom:8px;line-height:45px}.product-card__wrapper strong{font-size:14px;line-height:16px;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.product-card__wrapper strong span{white-space:nowrap}.product-card__wrapper strong span:not(:last-child):after{content:"•";display:inline-block;margin-left:8px}.product-card__wrapper img,.product-card__wrapper video{display:block;position:absolute;top:0;left:0;width:inherit;height:inherit;object-fit:cover;-webkit-clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);transform:scale(1.15)}.product-container h2{margin-bottom:40px}.product-container__grid{display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px}@media(min-width:768px){.product-container__grid{grid-template-columns:repeat(2,1fr)}}