.wh-artisanal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:40px}.wh-product-card{background:#fff;border:1px solid #eee;border-radius:4px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.wh-product-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(184,134,11,.15);border-color:#b8860b}.wh-img-wrap{display:block;height:250px;overflow:hidden}.wh-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.wh-product-card:hover .wh-img-wrap img{transform:scale(1.08)}.wh-details{padding:15px;text-align:center}.wh-title{display:block;font-family:"Playfair Display",serif!important;font-size:1rem;color:#222;text-decoration:none;font-weight:600}.wh-price{display:block;color:#b8860b;font-weight:500}@media (max-width:768px){.wh-artisanal-grid{grid-template-columns:1fr 1fr;gap:10px}.wh-img-wrap{height:180px}}