/* ==========================================================================
   Frontend Responsive Stylesheet
   Sections are grouped by viewport, then by storefront area.
   ========================================================================== */

/*==== DESKTOP VISIBILITY RULES ====*/
@media only screen and (min-width:767px) {
    .mobile-menu {
        display: none;
    }
    .mobile-search {
        display: none;
    }

}


/*==== MOBILE LAYOUT RULES ====*/
@media only screen and (min-width:320px) and (max-width:767px) {
    .category-slider,
    .brand-slider,
    .product_slider {
        display: flex !important;
        gap: 8px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding-bottom: 4px;
        scroll-snap-type: inline proximity;
        scrollbar-width: none;
    }

    .main_slider {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
    }

    .main_slider::-webkit-scrollbar {
        display: none;
    }

    .main_slider.owl-carousel:not(.owl-loaded) .slider-item {
        display: block !important;
        flex: 0 0 100%;
        scroll-snap-align: start;
    }

    .category-slider::-webkit-scrollbar,
    .brand-slider::-webkit-scrollbar,
    .product_slider::-webkit-scrollbar {
        display: none;
    }

    .category-slider > .cat-item,
    .brand-slider > .brand-item {
        flex: 0 0 calc(33.333% - 6px);
        scroll-snap-align: start;
    }

    .product_slider > .product_item {
        flex: 0 0 calc(50% - 4px);
        scroll-snap-align: start;
    }

    .contact-wrapper {
        bottom: 5px;
        right: 7px;
    }
     .col-sm-3.mb__hide_hbe {
        display: none;
    }
    div#variable-modal {
        padding: 10px;
    }
    .payment-methods {
        flex-wrap: wrap;
    }
   .payment_method {
        width: calc(24% - 4px) !important;
    }
    .payment_method {
        padding: 5px;
    }
    #variable-modal .modal-view {
        width: 100%;
        padding: 20px;
    }
    .close-variable-button {
        right: 0;
        top: 0;
    }
    .dimage_item img {
        object-fit: contain;
        pointer-events: none;
    }

    .checkout-shipping .card-header {
        padding: 15px;
    }
    .coupon-section{
        display: none;
    }
    .pro_img {
        height: auto;
    }
    .menu-logo {
        height: 40px;
    }

    /* Grid and card spacing */
    .logo-item {
        height: 40px;
        text-align: center;
    }

    .product_sliders {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .cat_img a {
        display: block;
        height: 100%;
    }

    .cat_img img {
        height: 100%;
    }

    .cat_img {
        height: 50px;
        text-align: center;
    }
    .sidebar-menu {
        display: block;
        background: #f5f7f9;
        margin: 0;
        border-radius: 3px;
    }
    li.mobile_home a {
        color: #fff;
    }
    .fixed_whats a {
        bottom: 5px;
        right: 10px;
    }
    .scrolltop {
        display: none !important;
    }

    .mobile_hide {
        display: none;
    }

    .desktop_hide {
        display: block;
    }
    .sorting-section {
        margin-top: -15px;
    }
    .card-body.cartlist {
        overflow-x: scroll;
    }
    .section-title-header .section-title-name {
        font-size: 15px;
    }

    #content {
        margin-left: 0;
        padding-top: 0;
    }

    .page-sort {
        padding-right: 6px;
    }

    .showing-data {
        display: none;
    }

    .home-slider-container {
        width: 100%;
        margin-left: 0;
    }
    .slider-item img {
        border-radius: 0;
    }
    .container {
        max-width: initial;
    }

    .category-breadcrumb {
        justify-content: center;
    }
    .category-product {
        grid-template-columns: repeat(2, 1fr);
    }
    /* Slide-out mobile menu */
    .mobile-menu.active {
        left: 0;
    }

    .mobile-menu {
        width: 300px;
        left: -300px;
        position: fixed;
        top: 0;
        z-index: 99999;
        background-color: #fff;
        height: 100vh;
        transition: all 0.3s ease;
        overflow-y: auto;
    }

    .mobile-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }

    .mobile-menu::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .mobile-menu::-webkit-scrollbar-thumb {
        background-color: var(--secondary-color);
    }

    /* Mobile footer links */
     .mobilemenu-bottom {
        border: 1px solid #ddd;
        padding: 20px  20px;;
    }

    .mobilemenu-bottom ul li {
        display: block;
        padding: 8px 0;
    }
    .mobilemenu-bottom ul li a{
       color: #222;
    }

    /* Mobile category tiles */

    .cat_item {
        padding: 5px;
    }
    
    .cat-img img {
        padding: 0px;
    }
    .cat-name {
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
    }
    .m-hide {
        display: none !important;
    }
    .footer-menu.use_link_m ul li {
        font-size: 16px;
    }
    .footer-menu.use_link_m ul li a {
        padding: 0 !important;
        margin: 0 !important;
    }
    .footer-menu ul li a {
        margin-bottom: 5px;
    }
    .mobile-search {
        background-color: #fff;
        padding: 0px 6px;
        padding-top: 0;
        display: block;
    }

    /* Mobile menu header */
    .mobile-menu-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding: 10px 15px;
    }

    .logo-image img {
        height: 40px;
        width: auto;
    }

    .mobile-menu-close {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .mobile-menu-close i {
        font-size: 22px;
    }

    .first-nav .parent-category {
        display: block;
        line-height: 33px;
    }

    .first-nav .menu-category-list {
        display: block;
    }

    .first-nav .menu-category-list .menu-category-link {
        padding: 10px 0;
        display: block;
        padding-left: 20px;
    }

    .first-nav .parent-category .menu-category-name {
        display: block;
        padding: 10px;
        padding-left: 20px;
        text-transform: capitalize;
        font-weight: 600;
        color: #222;
    }

    .mobile-menu li.parent-category {
        position: relative;
    }

    .mobile-menu span.menu-category-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
    }
    li.parent-category img {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        background: #f1f1f1;
        overflow: hidden;
        border: 1px solid #ddd;
        margin-right: 5px;
    }

    .mobile-menu span.menu-category-toggle.active i {
        transition: transform 0.3s ease;
        transform: rotate(180deg);
    }

    .second-nav {
        padding: 0 0px;
        background-color: #fff;
    }

    .second-nav.active {
        min-height: 15px;
    }

    .parent-subcategory {
        display: block;
        position: relative;
        padding: 0px;
    }

    .parent-subcategory .menu-subcategory-name {
        display: block;
        padding: 10px;
        padding-left: 40px;
        font-weight: 600;
    }

    span.menu-subcategory-toggle {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
    }

    span.menu-subcategory-toggle.active i {
        transition: transform 0.3s ease;
    }

    span.menu-subcategory-toggle.active i {
        transform: rotate(180deg);
    }

    li.childcategory {
        display: block;
    }

    ul.third-nav {
        padding: 0;
        background-color: #f2f2f2;
    }

    li.parent-category.active {
        background-color: rgba(0, 0, 0, .05);
    }

    li.parent-subcategory.active {
        background-color: #fff;
    }

    .menu-childcategory-name {
        display: block;
        padding: 0px;
        padding-left: 60px;
    }

    header .toggle {
        margin-top: 0;
        padding-left: 12px;
        font-size: 22px;
    }
    .main-search.mobile-search {
        margin-top: 0;
        padding: 8px 15px;
        background: #f7f7f7;
    }
    .main-search.mobile-search form {
        height: 40px;
        border-width: 1px;
    }
    .mobile-menu-social .mobile-social-list .mobile-social-link {
        border: 2px solid #c0c0c0;
        padding: 5px 13px;
        border-radius: 5px;
        display: block;
    }

    .mobile-menu-social .mobile-menu-social {
        display: flex;
        column-gap: 5px;
        padding-left: 20px;
    }

    /* Header collapse */
    .logo-area {
        display: none;
    }

    .menu-area {
        display: none;
    }

    .header-left {
        justify-content: center;
    }

    .header-right {
        display: none;
    }

    /* Product detail / cart utilities */
    .category-item {
        padding: 5px 0;
    }

    .category-item p {
        font-weight: 400;
    }

    .qty-cart .quantity {
        height: 35px;
        margin-left: 4px;
    }

    .quantity .minus, .quantity .plus {
        height: 35px;
        line-height: 35px;
        width: 35px;
        font-size: 35px;
    }

    .d-flex.single_product.col-sm-6 {
        margin-left: 4px;
        margin-top: 10px;
    }

    .qty-cart {
        width: auto !important;
    }

    .cus-order-2 {
        order: 0;
    }

    .cus-order-1 {
        order: 1;
    }

    .chheckout-section {
        padding: 10px 0;
    }

    .cart_details {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .success-img img {
        width: 200px;
    }

    .main_product_inner {
        grid-template-columns: 1fr 1fr;
    }

    .qty-cart {
        grid-template-columns: 130px auto;
    }

    .quantity .minus {
        width: 40px;
    }

    .quantity .plus {
        width: 40px;
    }

    .compare_store.mobile-show {
        display: block !important;
        line-height: 42px;
        text-align: center;
    }

    .add-to-cart.mobile-fix {
        position: fixed;
        bottom: 64px;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 10px;
        margin: 0 10px;
    }

    /* Footer + home sections */
    .delivery-partner {
        text-align: left !important;
    }
    .payment-methods {
        gap: 8px;
    }
    .footer-top {
        padding: 30px 0;
    }

    .front-view-flex {
        padding: 10px 0px;
    }

    .front_category_title h1 {
        font-size: 20px;
    }

    .front-view-item {
        margin-bottom: 15px;
    }

    .front-view-title a {
        font-size: 13px;
    }

    .home-page-section-title-box h3 {
        font-size: 20px;
    }

    .category-banner-products {
        padding: 20px 5px;
    }

    .flash-product-section .col-sm-4 {
        padding: 10px 10px !important;
    }

    .flash_all {
        margin-top: 10px;
    }

    .slider-section .offset-sm-3 {
        padding-left: 5px;
    }

    .main-header {
        display: none;
    }
    
    .details-product {
        margin-top: 0px;
    }

    .mobile-header {
        display: block;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        padding-bottom: 6px;
    }

    .mobile-top {
        background: #108BC3;
        padding: 8px 0;
    }

    .mobile-top ul {
        text-align: right;
    }

    .mobile-top ul li a {
        color: #fff;
        margin: 0 5px;
    }

    .mobile-logo {
        text-align: center;
        padding: 11px 0;
        display: grid;
        grid-template-columns: 40px auto 40px 50px;
        align-items: center;
        padding-right: 10px;
    }
    .main-search {
        position: absolute;
        width: 100%;
        background: white;
        padding: 9px 7px 12px;
        display: none;
        z-index: 9;
        margin: 0px;
    }

    ul.facilities-inner {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 9px;
    }
    .faciliti-item {
        gap: 10px;
        padding: 4px 4px;
    }

    .faciliti-item p {
        font-weight: 500;
        font-size: 13px;
    }
    .faciliti-item img {
        width: 35px;
    }

    .fixed-top .mobile-logo i {
        margin-bottom: 0px;
        color: #000 !important;
    }
    .marquee-item-wrap {
        height: 30px;
        line-height: 30px;
    }

   .menu-logo img {
        height: 50px;
        width: auto;
        max-width: 150px;
        margin-top: -3px;
    }
    /*.dimage_item {*/
    /*    height: 275px;*/
    /*}*/
    .footer-menu {
        padding-left: 20px;
    }

   ul.social_link {
    margin-top: 10px;
}
    a.mobile-social-link {
        text-align: center !important;
    }


 .search_product {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 999999;
    border: 1px solid #ddd;
    top: 0;
    right: 0;
}

    .menu-bar {
        margin-top: 0;
    }

    .menu-bag .margin-shopping {
        position: relative;
        width: 30px;
    }

    .menu-bag .margin-shopping span i.fa-solid.fa-bag-shopping {
        font-size: 22px;
    }

    .menu-bag {
        margin-top: 9px;
        display: flex;
        justify-content: flex-end;
        margin-right: 1px;
    }

    .menu-bag i {
        font-size: 20px;
    }

    .menu-bag ul li a {
        margin-right: 15px;
        position: relative;
    }

    .menu-bag .margin-shopping span {
        position: absolute;
        display: inline-block;
        background-color: var(--secondary-color);
        height: 19px;
        border-radius: 50px;
        padding: 1px 6px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        top: -9px;
        right: -9px;
    }
    .slider-section {
        margin: 0px 0;
    }
    .slider-item {
        height: 150px;
        margin-top: 0px;
    }
    .banner-right {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-top: 15px;
    }
    .banner-right-item {
        height: 85px;
    }
    .banner-right .item-1 {
        margin-bottom: 0;
    }
    .pro_btn {
        padding: 0px 0px;
        padding-bottom: 5px;
    }
    button.owl-next,button.owl-prev {
        font-size: 22px !important;
    }

    .section-title h3,
    .section-title h2 {
        font-size: 14px;
        font-weight: 600;
    }
    .category-title h3 {
        font-size: 14px;
    }
    .footer-bottom {
        padding: 12px 0;
    }
    .footer-about p {
        margin: 0px 0px;
    }
    .footer-menu .title {
        margin-top: 15px;
    }
    .footer-about {
        padding-left: 20px;
    }
    .footer-hotlint{
        margin-bottom: 0;
    }
    li.title.text-center {
        text-align: left !important;
    }
    .social_link {
        justify-content: left;
    }

    li.mobile_home {
        border: 2px solid #ddd;
        margin-top: -27px;
        background: var(--secondary-color);
        padding-top: 15px;
        border-radius: 50%;
        width: 75px;
        height: 75px;
    }
    .pro_btn button {
        padding: 0;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
     .cart_btn a {
        font-size: 14px;
    }

    .mobile_home span i {
        width: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        margin-right: 22px;
    }

    a.view_more_btn {
        text-align: right;
        float: right;
        background: var(--secondary-color);
        text-transform: capitalize;
        font-size: 15px;
        padding: 7px 15px;
        color: #fff;
        font-family: "Lato", sans-serif;
        border-radius: 50px;
    }

    .section-title-left h4 {
        font-size: 16px;
    }

    .section-title-right a {
        font-size: 13px;
    }

    .product-info .name {
        height: 70px;
    }

    .product-info {
        padding: 15px 10px;
    }

    .row>* {
        padding-right: calc(var(--bs-gutter-x) * .3);
        padding-left: calc(var(--bs-gutter-x) * .3);
    }

    .footer-top {
        padding-bottom: 25px;
        padding-top: 25px;
    }


    .category-sidebar {
        position: fixed;
        z-index: 9999;
        width: 100%;
        top: 0;
        background: #fff;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: 0.35s all;
    }


    .page-title h5 {
        font-size: 16px;
    }

    .product-section {
        margin-top: 0;
    }
    .filter_btn {
        height: 36px;
        line-height: 36px;
    }
    .category-breadcrumb {
        margin-bottom: 10px;
    }

    .category-sidebar.active {
        visibility: visible;
        opacity: 1;
    }

    .auth-section, .checkout-shipping {
        margin-top: 5px;
    }

    .payment-form .gap-3 {
        gap: 0 !important;
    }

    .close-modal {
        left: 50%;
        top: -17px;
        transform: translateX(-50%);
    }

    .vcart-section {
        margin-top: 60px;
    }

    .menu-product {
        display: none;
    }
    .details-product {
        padding: 0px;
    }
    .details_right {
        padding: 0px 0px;
    }
    .details-wishlist {
        display: none !important;
    }

    a.details-wishlist.compare_store.cursor {
        display: none !important;
    }
}

/*==== TABLET ADJUSTMENTS ====*/
@media only screen and (min-width:767px) and (max-width:991px) {
    .menu-product {
        display: none;
    }

}

/*==== HEADER + HERO REDESIGN FINAL OVERRIDES START ====*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
        background: #fff;
    }

    .marquee-item-wrap {
        display: none;
    }

    .main-header {
        display: none;
    }

    .is-inner-page #navbar_top {
        min-height: 106px;
    }

    .mobile-header {
        display: block;
        width: 100%;
        max-width: 100vw;
        background: #fff;
        border-bottom: 1px solid #e4e6ea;
        padding: 8px 13px 10px;
        box-sizing: border-box;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        transform: translateY(0);
        transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
        will-change: transform;
    }

    .is-inner-page .mobile-header {
        border-bottom-color: rgba(15, 23, 42, 0.08);
        box-shadow: 0 5px 16px rgba(15, 23, 42, 0.06);
    }

    .is-home-page .mobile-header {
        box-shadow: none;
    }

    .mobile-header.fixed-top {
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        padding: 8px 13px 10px;
        background: #fff;
        border-bottom-color: #e7e7e7;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
        transform: translateY(0);
    }

    .mobile-header.is-sticking {
        animation: mobileHeaderStick 0.28s ease both;
    }

    .mobile-header.is-unsticking {
        animation: mobileHeaderUnstick 0.2s ease both;
    }

    @keyframes mobileHeaderStick {
        from {
            transform: translateY(-12px);
            opacity: 0.94;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes mobileHeaderUnstick {
        from {
            transform: translateY(0);
        }
        to {
            transform: translateY(0);
        }
    }

    .mobile-logo {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        align-items: center;
        gap: 8px;
        width: 100%;
        max-width: 100%;
        padding: 0;
        padding-right: 0;
        text-align: center;
    }

    header .toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        min-height: 34px;
        margin-top: 0;
        padding-left: 0;
        font-size: 22px;
        color: #151515;
    }

    .menu-bar,
    .menu-bag {
        margin: 0;
    }

    .menu-logo {
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-logo img {
        height: 54px;
        width: auto;
        max-width: 155px;
        margin-top: 0;
        object-fit: contain;
    }

    .menu-bag {
        justify-content: center;
    }

    .menu-bag i {
        font-size: 22px;
        color: #151515;
    }

    .menu-bag .margin-shopping {
        position: relative;
        width: 30px;
        min-height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .menu-bag .margin-shopping span {
        top: -6px;
        right: -8px;
        height: 18px;
        min-width: 18px;
        padding: 0 5px;
        line-height: 18px;
        background: var(--secondary-color);
        color: #fff;
        font-size: 11px;
    }

    .mobile-header .main-search {
        position: relative;
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 4px 0 0;
        padding: 0;
        background: transparent;
        z-index: 10020;
        overflow: visible;
    }

    .mobile-header .main-search form {
        height: 42px;
        width: 100%;
        max-width: 100%;
        border: 2px solid var(--secondary-color);
        border-radius: 6px;
        background: #fff;
        box-sizing: border-box;
    }

    .mobile-header .main-search form button {
        order: 1;
        flex: 0 0 42px;
        color: var(--secondary-color);
        background: #fff;
    }

    .mobile-header .main-search form input {
        order: 2;
        padding: 0 8px;
        font-size: 14px !important;
        background: #fff;
    }

    .mobile-header .main-search .mobile-search-submit {
        order: 3;
        display: inline-flex;
        flex: 0 0 62px;
        margin: 4px;
        height: calc(100% - 8px);
        border-radius: 5px;
        background: var(--secondary-color);
        color: #fff;
        font-size: 13px;
        font-weight: 700;
    }

    .mobile-header .search_result {
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        right: 0;
        z-index: 10030;
    }

    .mobile-header .search_result .search_product {
        top: 0;
        z-index: 10030;
        max-height: min(60vh, 420px);
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
    }


    .contact-wrapper {
        right: 12px;
        bottom: 15px;
    }

    .contact-btn {
        width: 46px;
        height: 46px;
    }

    .icon-item {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

  .slider-section {
        margin-top: 15px;
        overflow: hidden;
    }


    .slider-item {
        height: auto;
        aspect-ratio: 366 / 126;
        margin-top: 0;
    }

    .slider-item img {
        border-radius: 6px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 768px) {
    .mobile-header {
        display: none !important;
    }

    .main-header {
        min-height: 148px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .logo-header {
        grid-template-columns: 190px minmax(280px, 1fr) 205px;
        gap: 18px;
    }

    .main-menu > ul {
        gap: 18px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .main-menu > ul::-webkit-scrollbar {
        display: none;
    }
}
/*==== HEADER + HERO REDESIGN FINAL OVERRIDES END ====*/

/*==== CATEGORY CARD RESPONSIVE OVERRIDES START ====*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .section-title {
        margin: 16px 0 10px;
    }

    .section-title h2,
    .section-title h3 {
        font-size: 20px;
    }

    .section-title .view_all,
    a.view_all {
        font-size: 14px;
    }

    .category-slider > .cat-item,
    .brand-slider > .brand-item {
        flex: 0 0 calc(45% - 6px);
    }

    .cat-item {
        height: 136px;
        min-height: 136px;
        padding: 14px 10px 12px;
        border-radius: 8px;
    }

    .cat-img {
        flex-basis: 62px;
        width: 62px;
        height: 62px;
        margin-bottom: 10px;
    }

    .cat-name {
        font-size: 14px;
        min-height: 34px;
    }
}
/*==== CATEGORY CARD RESPONSIVE OVERRIDES END ====*/

/*==== PRODUCT CARD + QUICK VIEW RESPONSIVE START ====*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .pro_img {
        height: 150px;
        padding: 26px 12px 10px;
    }

    .pro_des {
        padding: 0 12px 12px;
    }

    .pro_name {
        height: 39px;
        min-height: 39px;
        margin-bottom: 7px;
    }

    .pro_name a {
        font-size: 14px;
    }

    .pro_rating {
        margin-bottom: 9px;
        font-size: 12px;
    }

    .pro_purchase_row {
        grid-template-columns: minmax(0, 1fr) 58px;
        gap: 7px;
        margin-bottom: 10px;
    }

    .pro_price p {
        gap: 5px;
        font-size: 17px;
    }

    .pro_price del {
        font-size: 12px;
    }

    .product_item .add-cart-button button {
        font-size: 13px;
    }

    .product_item .cart_btn a,
    .product_item .cart_btn button,
    .product_item .variable-modal {
        font-size: 15px;
    }

    #custom-modal {
        width: calc(100vw - 22px);
        max-height: calc(100vh - 28px);
        overflow-y: auto;
    }

    .quick-view-grid {
        grid-template-columns: 1fr;
    }

    .quick-view-media {
        min-height: 230px;
        padding: 28px 20px 18px;
    }

    .quick-view-media img {
        max-height: 210px;
    }

    .quick-view-content {
        padding: 24px 20px 22px;
    }

    .quick-view-content h3 {
        font-size: 20px;
    }

    .quick-view-price .quick-view-current-price {
        font-size: 23px;
    }

    .quick-view-actions {
        grid-template-columns: 1fr;
    }

    .quick-view-submit-row {
        grid-template-columns: 1fr;
    }

    .quick-view-quantity {
        width: 116px;
    }
}
/*==== PRODUCT CARD + QUICK VIEW RESPONSIVE END ====*/

/*==== FOOTER RESPONSIVE POLISH START ====*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    footer {
        margin-top: 0;
    }

    .footer-top {
        padding: 22px 0 20px;
        background: #f7f7f7;
    }

    .footer-grid {
        row-gap: 0;
    }

    .footer-about,
    .footer-menu {
        padding: 14px 14px;
        border-bottom: 1px solid #e9e9e9;
    }

    .footer-about {
        padding-right: 14px;
        padding-left: 14px;
    }

    .footer-about a img {
        width: 132px;
    }

    .footer-about p {
        margin: 9px 0 10px;
        font-size: 14px;
        line-height: 1.42;
    }

    .footer-menu .title,
    .footer-title {
        margin: 0 0 12px;
        font-size: 18px;
    }

    .footer-menu ul li a,
    .footer-contact-link {
        margin: 0 0 10px;
        font-size: 14px;
    }

    .footer-contact-link {
        align-items: flex-start;
    }

    .social_link {
        justify-content: flex-start;
        gap: 7px;
    }

    .social_link li a {
        width: 32px;
        height: 32px;
        line-height: 1;
    }

    .delivery-partner {
        margin-top: 10px;
        text-align: left !important;
    }

    .delivery-partner img {
        max-width: 118px;
        max-height: 38px;
    }
}
/*==== FOOTER RESPONSIVE POLISH END ====*/

/*==== HOME MOBILE COMPACT SPACING START ====*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .is-home-page .slider-section .container,
    .is-home-page .facilities-section .container,
    .is-home-page .home-category .container,
    .is-home-page .homeproduct .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .is-home-page section.facilities-section {
        margin-top: 14px;
        margin-bottom: 4px;
    }

    .is-home-page ul.facilities-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .is-home-page .faciliti-item {
        min-height: 40px;
        padding: 5px 8px;
        gap: 8px;
        align-items: center;
    }

   .is-home-page .faciliti-item img {
        width: 20px;
        flex: 0 0 12px;
        height: 20px;
    }
    .is-home-page .faciliti-item p {
        margin: 0;
        font-size: 13px;
        line-height: 1.2;
        display: flex;
        align-items: center;
    }

    .is-home-page .product_slider {
        gap: 6px;
    }

    .is-home-page .product_slider > .product_item {
        flex: 0 0 calc(50% - 3px);
    }

    .is-home-page .pro_img {
        height: 140px;
        padding: 24px 10px 8px;
    }

    .is-home-page .pro_des {
        padding: 0 10px 10px;
    }

    .is-home-page .pro_name {
        height: 36px;
        min-height: 36px;
        margin-bottom: 6px;
    }

    .is-home-page .pro_name a {
        font-size: 13px;
        line-height: 1.24;
    }

    .is-home-page .pro_rating {
        margin-bottom: 8px;
        font-size: 11px;
    }

    .is-home-page .pro_purchase_row {
        grid-template-columns: minmax(0, 1fr) 52px;
        gap: 6px;
        margin-bottom: 8px;
    }

    .is-home-page .pro_price p {
        gap: 4px;
        font-size: 15px;
    }

    .is-home-page .pro_price del {
        font-size: 11px;
    }

    .is-home-page .product_item .add-cart-button button {
        font-size: 12px;
    }

    .is-home-page .product_item .cart_btn a,
    .is-home-page .product_item .cart_btn button,
    .is-home-page .product_item .variable-modal {
        font-size: 14px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 389px) {
    .is-home-page .slider-section .container,
    .is-home-page .facilities-section .container,
    .is-home-page .home-category .container,
    .is-home-page .homeproduct .container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .is-home-page .faciliti-item {
        min-height: 50px;
        padding: 7px 8px;
    }

    .is-home-page .faciliti-item p {
        font-size: 12px;
    }

    .is-home-page .product_slider {
        gap: 5px;
    }

    .is-home-page .product_slider > .product_item {
        flex-basis: calc(50% - 2.5px);
    }

    .is-home-page .pro_img {
        height: 132px;
        padding: 22px 8px 8px;
    }

    .is-home-page .pro_des {
        padding: 0 8px 9px;
    }

    .is-home-page .pro_name a {
        font-size: 12.5px;
    }

    .is-home-page .pro_price p {
        font-size: 14px;
    }
}
/*==== HOME MOBILE COMPACT SPACING END ====*/
