@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";
.product-card{background:#fff;border:1px solid #ccc;border-radius:10px;height:100%;padding:12px;transition:all .3s;box-shadow:0 4px 14px #0000000f}.product-card:hover{transform:translateY(-4px)}.product-card-image{background:#d6d6d6;border-radius:8px;height:150px;overflow:hidden}.product-card-body{padding-top:14px}.product-card-title{color:#c39b22;margin-bottom:6px;font-family:Montserrat,sans-serif;font-size:18px;font-weight:600}.product-card-desc{color:#6b7280;margin-bottom:8px;font-family:Source Sans Pro,sans-serif;font-size:14px}.product-card-link{color:#c9a227;font-size:12px;font-weight:500;text-decoration:none}.product-card.active .product-card.active .product-card-link{color:#c9a227;font-family:Source Sans Pro,sans-serif;font-size:14px}
