/* ===============================
   RESPONSIVE BREAKPOINTS
   =============================== */

/* Large desktop (1440px+) */
@media (max-width: 1440px) {
    .lm-subcat-list {
        margin-left: 20px;
    }
    .lm-gallery{
        width: 600px;
    }
}

/* Desktop / laptop */
@media (max-width: 1200px) {
    .lm-gallery{
        width: 500px;
    }
    .lm-hero-title{
        font-size: 30px;
    }
}

/* Tablet landscape */
@media (max-width: 1024px) {
    .lm-usp-bar{
        display: none;
    }
    .shop-filters-top {
        display: none;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        -webkit-line-clamp: 4;
    }
    .lm-product-hero-grid {
        grid-template-columns: 1fr;
    }
    .lm-gallery-wrapper{
        margin-left: 75px;
        margin-right: 75px;
        margin-top: 20px;
    }
    .lm-hero-summary {
        margin-top: 0;
    }
    .lm-hero-title {
        font-size: 26px;
    }
    .lm-product-overview {
        grid-template-columns: 1fr;
    }
    .lm-product-bottom-content{
        margin: 15px;
    }
    .lm-product-overview-right{
        width: 40%;
        margin: auto;
    }
    .lm-gallery{
        width: 450px;
        margin: auto;
    }
    .lm-hero-title {
        display: none;
    }
    .lm-hero-title.mobile{
        display: block;
        font-weight: 600;
        font-size: 26px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lm-product-hero-grid{
        gap: 0;
    }
}

/* Tablet portrait */
@media (max-width: 768px) {
    .lm-category-hero-text h1{
        font-size: 28px !important;
    }
    .lm-category-hero-inner{
        display: block;
    }
}

/* Large phones */
@media (max-width: 600px) {
    .lm-gallery-wrapper{
       margin: 0;
    }
    .lm-thumb{
        width: 50px;
        height: 50px;
    }
    .lm-gallery{
        width: 90vw;
        margin-bottom: 10px;
    }
}

/* Small phones */
@media (max-width: 500px) {
    .lm-attribute-btn {
        width: auto;
    }
    .single_add_to_cart_button{
        font-size: 12px !important;
    }

}
@media (max-width: 380px) {
    .lm-thumb{
        width: 35px;
        height: 35px;
    }
}

.lm-gallery img.emoji{
    height: 100% !important;
} 