/* Responsive Styles */
@media screen and (max-width: 1280px) {
    .ss-product-card {
        width: calc(100% / 2 - 16px);
    }

    .ss-product-card img {
        width: 100%;
    }

    .ss-product-filter-header h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .m1-card__content-inner p.m1-card__desc {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .ss-card-feature .m1-card-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .ss-product-filter-header-icon {
        display: inline-flex;
        cursor: pointer;
    }

    .ss-product-filter-header, .filter-s-s {
        flex-wrap: wrap;
    }

    .filter-s-s {
        width: 100%;
    }

    .ss-product-filter-header h2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .ss-product-filter-body {
        position: fixed;
        top: 0;
        background: var(--color-bg-primary);
        z-index: 999;
        left: 0;
        height: 100%;
        transform: translateX(-100%);
        transition: all 0.3s ease-in-out;
        width: 100%;
        max-width: 320px;
        padding: 24px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0;
    }

    .ss-products {
        width: 100%;
    }

    .ss-product-filter-body.is-open {
        transform: translateX(0);
    }
    #ss-product-list {
        gap: 16px;
    }

    .ss-product-card {
        width: calc(100% / 2 - 8px);
    }
    .hide-desktop {
        display: block;
    }

    .m1-card__image .m1-card__title {
        font-size: 20px;
    }

    .lists-product-card .m1-card__desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        align-self: stretch;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 50px;
    }
}

@media screen and (max-width: 991px) {
    form.cart button.single_add_to_cart_button {
        width: 165px;
    }

    .lists-product-card {
        overflow-x: auto !important;
        width: 100% !important;
        /*min-width: 880px !important;*/
    }

    .compare-product>.e-con-inner .lists-product-card {
        min-width: 880px;
        margin: 0 auto;
    }

    .compare-product>.e-con-inner {
        overflow-x: auto;
    }
}

@media screen and (max-width: 767px) {
    .ss-card-feature .m1-card-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .ss-product-filter-header {
        margin-bottom: 48px;
    }

    .lists-product-card .m1-agent-card-price-current {
        font-size: 30px;
    }

    .ss-faq .wd-accordion-item {
        padding: 16px;
    }

    .ss-launch form p {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 0;
    }
    .link-get-in-touch p {
		text-align: center;
	}

    .shop_table_responsive tr {
        margin-top: 15px;
    }
    .ss-qfs .e-child:nth-child(2) {
        border-left: 0;
        border-right: 0;
    }
}

@media screen and (max-width: 567px) {
    input#ss-search {
        width: 100%;
    }
    .filter-s-s div {
        width: 100%;
    }

    select#ss-sort {
        width: 100%;
    }
    
    .ss-launch form p .wpcf7-form-control-wrap {
        width: 100%;
    }

    .ss-launch form p {
        padding: 0 15px;
    }

    .ss-custom-select-wrap {
        max-width: 100%;
    }

    .ss-product-card {
        width: 100%;
    }

    .link-get-in-touch .wd-text-block, .link-get-in-touch .wd-text-block .contact {
        text-align: center;
    }
    
}

@media screen and (min-width: 1024px) {
    .cart-widget-side.wd-side-hidden.wd-right {
        width: 400px;
    }
    .ss-qfs .e-child:nth-child(2) {
        border-top: 0;
        border-bottom: 0;
    }
}