/*
Theme Name: Ewebot - Child
Author: GT3themes
Author URI: http://gt3themes.com
Description: -
Version: 1.0
Template: ewebot
*/
@import url("../ewebot/style.css");


@media (max-width: 768px) {
    /* Force list view for WooCommerce products */
    .woocommerce ul.products {
        display: block !important;
    }

    .woocommerce ul.products li.product {
        width: 100% !important;
        display: flex;
        align-items: center;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        background: #fff;
    }

    .woocommerce ul.products li.product img {
        width: 120px;
        height: auto;
        border-radius: 8px;
        margin-right: 15px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px;
        font-weight: bold;
    }

    .woocommerce ul.products li.product .price {
        font-size: 14px;
        color: #4CAF50;
        font-weight: bold;
    }

    .woocommerce ul.products li.product .button {
        background: #4CAF50;
        color: white;
        font-weight: bold;
        padding: 8px 10px;
        border-radius: 5px;
        width: auto;
        display: inline-block;
    }

    /* Ensure Add to Cart is always visible */
    .woocommerce ul.products li.product .button {
        display: inline-block !important;
    }
}

