.product-grid{grid-template-columns:repeat(auto-fill,minmax(295px,1fr));align-items:stretch;gap:20px;display:grid}@media (max-width:991px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:767px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.product-card{border:1px solid var(--border);cursor:pointer;background-color:#fff;border-radius:8px;height:100%;padding:12px;text-decoration:none;transition:all .3s;display:block}.product-card:hover{transform:translateY(-4px)}.product-card .image-wrapper{background:#edeef2;border-radius:8px;justify-content:center;align-items:center;padding:20px 11px;display:flex}@media (max-width:767px){.product-card .image-wrapper{padding:10px}}.product-card .image-wrapper img{object-fit:contain;max-width:100%;height:120px}@media (max-width:767px){.product-card .image-wrapper img{height:90px}}.product-card .card-body{margin-top:12px;padding:0}.product-card .card-body .product-title{justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}@media (max-width:767px){.product-card .card-body .product-title{flex-direction:column;align-items:flex-start;gap:5px}}.product-card .card-body .product-title h4{color:var(--text);margin-bottom:0;font-size:16px;font-weight:600;line-height:normal}@media (max-width:767px){.product-card .card-body .product-title h4{min-height:40px}}.product-card .card-body .product-title h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-card .card-body .product-title .rating{align-items:center;gap:6px;margin-bottom:0;display:flex}.product-card .card-body .product-title .rating span{color:var(--text);font-size:14px;font-weight:500}.product-card .card-body .product-title .rating img{width:16px;height:16px}.product-card .card-body .price-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.product-card .card-body .price-row .left-price{flex-direction:column;gap:4px;display:flex}.product-card .card-body .price-row .left-price .price{color:var(--text);font-size:20px;font-weight:700}@media (max-width:767px){.product-card .card-body .price-row .left-price .price{font-size:18px}}.product-card .card-body .price-row .left-price .old-price{color:var(--primary);font-size:14px;font-weight:500;text-decoration:line-through}.product-card .card-body .price-row .cart-btn{border:1px solid var(--primary);width:40px;height:40px;color:var(--primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .35s;display:flex}@media (max-width:767px){.product-card .card-body .price-row .cart-btn{width:32px;height:32px}}.product-card .card-body .price-row .cart-btn:hover{background:var(--primary)}.product-card .card-body .price-row .cart-btn:hover svg path{fill:#fff}.product-card .card-body .price-row .cart-btn svg path{fill:var(--primary)}
