.product-card{display:flex;flex-direction:column;border-radius:10px;cursor:pointer}.product-card:hover{box-shadow:0 4px 8px #0000001a;transition:all .3s ease}.product-card-top{padding:1rem}.product-card-image img{width:100%;height:auto;object-fit:cover}.product-card-bottom{display:flex;flex-direction:column;gap:1rem;background-color:var(--white);padding:2rem 1rem 1rem;flex:1;border-radius:0 0 20px 20px}.product-card-title{text-align:center;font-size:.9rem;font-weight:500}.product-card-price-container{display:flex;align-items:center;gap:.5rem;justify-content:center}.product-card-compare-price{text-decoration:line-through;color:var(--text-color);font-size:.9rem}.product-card-price{font-size:1.2rem;font-weight:700;color:var(--black)}.product-card-savings{text-align:center;color:var(--highlight-color-secondary);font-size:.9rem;font-weight:700}.product-card-description{text-align:center;font-size:.9rem;color:var(--text-color);flex:1}.product-card-buttons{display:flex;gap:.5rem}.product-card-buttons .button{font-size:.65rem;padding:.75rem .25rem}
/*# sourceMappingURL=/cdn/shop/t/3/assets/product-card.css.map */
