.product-card{background-color:var(--white-color);border-radius:1rem;display:flex;flex-direction:column;gap:1rem}.product-card__image{border-radius:.25rem;aspect-ratio:1/1;border-radius:1rem 1rem 0 0;object-fit:cover}.product-card__title{margin:0 0 1rem;font-size:32px;line-height:1.2;letter-spacing:-.02em;color:var(--primary-color);@media screen and (min-width:800px){font-size:clamp(1rem,3vw,2rem)}}.product-card__content{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.product-card__subcontent{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.product-card__variant{margin:0 0 1.5rem;display:block;@media screen and (min-width:800px){margin-bottom:2rem}}.product-card__btn{padding:.5rem 0;width:100%;margin-bottom:1rem;text-align:center;transition:background-color .2s ease-in,color .2s ease-in}.product-card__btn:hover{background-color:var(--primary-color);color:var(--white-color)}