/*
Theme Name: TolidisParts.gr
Theme URI: https://kubik.gr
Description: Child theme for the TolidisParts
Author: Kubik Digital
Author URI: https://kubik.gr
Template: automize
Version: 1.0
*/

/* ------------------ */
/* KUBIK Custom Codes */

.banner-3 .lg\:mb-0 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: block;
    padding: 5px;
}

.woocommerce ul.products li.product a {
    position: relative;
    width: 100%;
    padding-top: 100%; /* creates a square container */
    overflow: hidden;
}

.woocommerce ul.products li.product a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

