
.tf-product-grid { display: grid; gap: 24px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1199px){ .tf-product-grid{ grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 767px){ .tf-product-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); } }

.card-product.product-style-2{ background:#fff; border-radius:16px; overflow:hidden; box-shadow:0 4px 14px rgba(0,0,0,.05); }
.card-product .product-img, .img-box { display:block; position:relative; width:100%; padding-top:125%; background:#e8e2dd; }
.card-product .product-img img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; border:0; }
.img-box.blank::after{ content:""; position:absolute; inset:0; background:#e8e2dd; }
.card-product_info{ padding:14px 16px 18px; }
.card-product_info .name-product{ display:block; min-height:44px; }
.price-wrap .price-new{ font-weight:600; }
