/*
 Theme Name:    My Child Theme
 Theme URI:     https://seehaus-design-net
 Description:   Anpassen, damit es gut aussieht!
 Author:        Liam Seehaus
 Author URI:    https://seehaus-design-net
 Template:      hello-elementor
 Version:       1.0.0
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/





.qodef-woo-product-title.woocommerce-loop-product__title {
	color: black ;
}

.qodef-woo-product-heading {
	
	display : flex;
	flex-direction: column;

}


text {

	color: grey;

	
}


.text-on-image {
    position: absolute;
    top: 10px; /* Anpassen der vertikalen Position */
    right: 10px; /* Anpassen der horizontalen Position */
    background-color: #ffcc00; /* Hintergrundfarbe des Textes */
    padding: 5px; /* Platz um den Text herum */
    border-radius: 5px; /* Abrunden der Ecken */
    z-index: 1; /* Um sicherzustellen, dass der Text über dem Bild liegt */
    /* Weitere Stile für den Text hier hinzufügen */
	opacity: 0;
}



li.product:hover .text-on-image {
    opacity: 1; /* Bei Hover auf 100% Opazität einblenden */
}


.button.product_type_variable.add_to_cart_button.qodef--with-icon {
	display: none;
	
}

body, html {
			margin: 0;
			padding: 0;
			width: 100%;
			height: 100%;
		}
		

#custom-overlay-button {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    background-color: #333; /* Beispielhintergrund */
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
	z-index: 9999;
}


