.vthink-v8-container { display: grid; }
.vthink-v8-product { position: relative; }
.vthink-v8-product-image img { transition: all 0.3s; }
.add-to-cart-btn, .wishlist-btn { transition: all 0.3s; }
.add-to-cart-btn:active { transform: scale(0.98); }
.wishlist-btn:active { transform: scale(0.95); }
@media (max-width: 768px) { .vthink-v8-container { gap: 15px !important; } }
@media (max-width: 480px) { .vthink-v8-container { gap: 10px !important; } }
