/*
Theme Name: LATU Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.woocommerce-cart-form .cross-sells {display:none;}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.box-shadow, .box-shadow-2, .box-shadow-2-hover:hover, .row-box-shadow-2 .col-inner, .row-box-shadow-2-hover .col-inner:hover {
	border-radius: 8px;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.2), 0 6px 12px rgba(0, 0, 0, 0.3) !important;
}

.product-small .box {
	border-radius: 8px;
}

.box-image {
	border-top-left-radius: 8px;  /* Radius für die obere linke Ecke */
    border-top-right-radius: 8px; /* Radius für die obere rechte Ecke */
}



.pwb-brands-col3 {
  border: 1px solid #ccc;     /* feiner grauer Rand */
  box-sizing: border-box;     /* Padding und Border werden zur Gesamtgröße gerechnet */
  height: 180px;              /* alle Kästchen sind nun 120px hoch */
  padding: 8px;               /* innen etwas Luft für Bild/Text */
  display: flex;              /* Bild/Text zentrieren */
  align-items: center;        /* vertikal zentrieren */
  justify-content: center;    /* horizontal zentrieren */
  overflow: hidden;           /* Überlauf verhindert, dass Inhalt hinausragt */
}
.pwb-brands-col3 img {
  max-height: 100%;           /* Bild passt sich der Höhe an */
  max-width: 100%;            /* Bild wird nicht breiter als der Container */
  object-fit: contain;        /* Bild bleibt proportional */
}

