.product-card{border-radius:8px;flex-direction:column;height:100%;padding:10px;transition:box-shadow .3s;display:flex;position:relative}.product-card:hover{box-shadow:0 4px 12px #00000014}.product-card-link{color:inherit;flex-direction:column;flex-grow:1;text-decoration:none;display:flex}.product-card-image-wrapper{aspect-ratio:1;border-radius:8px;width:100%;margin-bottom:15px;position:relative;overflow:hidden}.product-card-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-card-image{transform:scale(1.05)}.product-card-flag{color:#fff;text-transform:uppercase;background-color:#d0784e;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:700;position:absolute;top:10px;left:10px}.product-card-info{flex-direction:column;flex-grow:1;display:flex}.product-card-rating{color:#d0784e;margin-bottom:5px;font-size:.9rem}.rating-count{color:#999;font-size:.8rem}.product-card-title{color:#333;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.6em;margin:0 0 5px;font-family:Raleway,sans-serif;font-size:1rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card-subtitle{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-grow:1;margin:0 0 10px;font-size:.85rem;display:-webkit-box;overflow:hidden}.product-card-price{color:#333;margin-bottom:10px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.product-card-button{text-align:center;color:#d0784e;text-transform:uppercase;background-color:#0000;border:1px solid #d0784e;border-radius:20px;width:100%;margin-top:auto;padding:8px 0;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:block}.product-card-button:hover{color:#fff;background-color:#d0784e}@media (max-width:768px){.product-card{padding:6px}.product-card-title{height:2.4em;margin-bottom:2px;font-size:.8rem;overflow:hidden}.product-card-subtitle{display:none}.product-card-rating{font-size:.7rem}.product-card-price{margin-bottom:5px;font-size:.9rem}.product-card-button{border-radius:4px;padding:4px 0;font-size:.7rem}.product-card-image-wrapper{border-radius:4px;margin-bottom:5px}}
