.product-card{background-color:#efeef6;display:block;height:100%;position:relative;transition:all .3s}.product-card__lazy{display:flex;flex-direction:column;height:inherit}.product-card__image-wrapper img,.product-card__image-wrapper svg{display:block;height:25.5rem;-o-object-fit:cover;object-fit:cover;width:100%}.product-card__price{background-color:var(--button-primary-background-color);color:var(--button-primary-text-color);min-width:10rem;padding:1rem;position:absolute;right:0;text-align:center;top:0}.product-card__info{display:flex;flex-direction:column;height:100%;justify-content:space-between;text-align:center}.product-card__title{font-size:2.3rem;font-weight:700;margin:0;padding:2rem 4rem}.product-card__description{font-size:1.6rem;padding:0 2rem 2rem}.product-card__register{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:0 2rem 3rem}.product-card__register .button{align-items:center;display:flex;justify-content:center;width:15rem}@media(min-width:48em){.product-card:hover{box-shadow:0 0 1rem rgba(0,0,0,.1)}}
