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

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

/* 1. Ocultar thumbnails galeria producto */
.product-thumbnails {
    display: none !important;
}

/* 2. Reducir altura foto principal */
.woocommerce-product-gallery .woocommerce-product-gallery__image {
    max-height: 450px !important;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
    max-height: 450px !important;
    object-fit: contain !important;
}

/* 3. Cards con boton siempre al fondo - repuestos y accesorios */
.fpl-product-card {
    display: flex !important;
    flex-direction: column !important;
}
.fpl-card-body {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}
.fpl-card-btn {
    margin-top: auto !important;
}

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


}