/*
Theme Name: Lamaro Child Theme
Theme URI: http://lamaro.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Lamaro
Template: lamaro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: lamaro

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #CEBD88 !important;
}

/* Desktop: 2-column layout only inside single product content */
.single-product .site-main .product .woocommerce-product-gallery,
.single-product .site-main .product .summary {
    width: 48% !important;
    display: inline-block !important;
    vertical-align: top;
}

/* Tablet: stack full width */
@media (max-width: 991px) {

    .single-product .site-main .product .woocommerce-product-gallery,
    .single-product .site-main .product .summary {
        width: 100% !important;
        display: block;
    }
}

/* Mobile: stack full width */
@media (max-width: 767px) {

    .single-product .site-main .product .woocommerce-product-gallery,
    .single-product .site-main .product .summary {
        width: 100% !important;
    }
}

.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img,
.woocommerce ul.products[class*="columns-"] li.product img {
    width: 100% !important;
}

/* Target only product loop images */
.woocommerce ul.products li.product .image {
    width: 100% !important;
}