/* Mobile Specific Overrides */
@media (max-width: 575px) {
    .product-cart-wrap {
        padding: 10px !important;
        margin-bottom: 15px !important;
    }
    .product-cart-wrap .product-img-action-wrap {
        padding: 10px !important;
        max-height: 150px;
        overflow: hidden;
    }
    .product-cart-wrap .product-content-wrap {
        padding: 5px !important;
    }
    .product-cart-wrap .product-content-wrap h2 {
        font-size: 14px !important;
        margin-bottom: 5px !important;
        height: 34px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .product-cart-wrap .product-price span {
        font-size: 14px !important;
    }
    .product-cart-wrap .product-category a {
        font-size: 11px !important;
    }
    .product-cart-wrap .add-cart .add {
        padding: 5px 10px !important;
        font-size: 11px !important;
    }
    .card-2 {
        padding: 10px 5px !important;
        margin: 0 5px !important;
    }
    .card-2 figure {
        margin-bottom: 5px !important;
    }
    .card-2 h6 {
        font-size: 11px !important;
        margin-bottom: 2px !important;
    }
    .card-2 span {
        font-size: 10px !important;
    }
    .hero-slider-1-arrow, .carausel-4-columns-arrow {
        display: none !important;
    }
    .slick-dots {
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin-top: 10px;
    }
    .slick-dots li {
        margin: 0 5px;
    }
    .slick-dots li button {
        font-size: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ccc;
        border: none;
        padding: 0;
    }
    .slick-dots li.slick-active button {
        background: #3BB77E;
    }
    .section-padding {
        padding: 20px 0 !important;
    }
    .page-header.breadcrumb-wrap {
        padding: 15px 0 !important;
    }
    .nav-tabs {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 5px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .nav-tabs::-webkit-scrollbar {
        display: none;
    }
    .nav-tabs .nav-item {
        white-space: nowrap;
    }
}

@media (max-width: 991px) {
    .primary-sidebar.mobile-filter-active {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        padding: 30px;
        overflow-y: auto;
    }
    .filter-close {
        display: none;
    }
    .primary-sidebar.mobile-filter-active .filter-close {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 24px;
        cursor: pointer;
    }
}
