/*
Theme Name:     Veda Child
Theme URI: 		http://wedesignthemes.com/veda/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Veda theme powered by DesignThemes
Template:       veda
Version:        1.0
*/
.meine-product-box {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.meine-product-box:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.meine-product-img img {
    max-width: 100%;
    height: auto;
}
.meine-product-title {
    font-size: 16px;
    margin: 10px 0;
}
.meine-product-price {
    font-weight: bold;
    margin-bottom: 10px;
}
.meine-grundpreis {
    font-size: 12px;
    color: #555;
    margin-top: 3px;
}
.meine-product-button {
    margin-top: 10px;
}
.meine-product-img {
    position: relative;
    overflow: hidden;
}

.meine-product-img img.secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease;
}
