/*
Theme Name: Vitic Child
Theme URI: http://wpbingosite.com/wordpress/vitic/
Template: vitic
Author: Wpbingo
Author URI: http://wpbingosite.com/
Description: Vitic is a modern, clean and professional WooCommerce WordPress theme. It is built to well suit for any online stores: electronics store, fashion store, jewelry store...
Tags: blog,two-columns,left-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-logo,custom-menu,editor-style,featured-images,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.3.4.1771965874
Updated: 2026-02-24 20:44:34

*/

/* =============================================
   Productthumbnails - volledig weergeven
   ============================================= */
.products-list.grid .product-wapper .products-thumb .product-thumb-hover {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.products-list.grid .product-wapper .products-thumb .product-thumb-hover .wp-post-image,
.products-list.grid .product-wapper .products-thumb .product-thumb-hover .hover-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain;
    background: #f8f8f8;
}
