/* ==========================================================================
   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) {

    .is-home-page .slider-section {
        margin: 4px 0 2px;
    }

    .customized-input-box .input-icon-label {
        top: 30px !important;
    }
    .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;
    }
    .form-group.mb-3 {
        margin-bottom: 10px !important;
    }

    .checkout-shipping .card-header {
        padding: 10px 15px;
    }
    .payment_method img {
        height: 23px;
    }
    button.order_place {
        margin-top: 20px;
    }
    .checkout-shipping h6 {
        font-size: 17px;
    }
    .checkout-shipping label {
        margin-bottom: 6px;
    }
    .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 {
        width: var(--storefront-shell-width);
        max-width: var(--storefront-shell-width);
    }

    .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;
    }

    #navbar_top {
        position: relative;
        min-height: var(--mobile-header-height, 106px);
        width: 100%;
        z-index: 10030;
        background: #fff;
    }
    
    .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, minmax(0, 1fr));
        gap: 12px;
    }
    .faciliti-item {
        min-height: 138px;
        gap: 8px;
        padding: 16px 12px 14px;
        border-radius: 12px;
    }

    .faciliti-item p {
        font-weight: 500;
        font-size: 12px;
        line-height: 1.3;
    }
    .faciliti-item img {
        width: 44px;
        height: 44px;
    }

    .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;
    }

    .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;
    }

    #navbar_top.is-sticky-scrolled .mobile-header {
        position: fixed;
        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);
        animation: mobileHeaderSlideDown 0.32s ease-out both;
    }

    @keyframes mobileHeaderSlideDown {
        from {
            transform: translateY(-100%);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .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;
    }

    .is-home-page .home-slider-container {
        width: 100%;
        max-width: none;
        padding-right: 5px;
        padding-left: 5px;
    }

    .is-home-page .slider-item {
        aspect-ratio: 366 / 126;
    }

    .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) {
    .main-header .logo-header {
        grid-template-columns: 150px minmax(220px, 1fr) 230px;
        gap: 10px;
    }

    .header-call-item {
        display: none !important;
    }

    .main-header .header-list-items ul > li {
        padding-right: 12px;
        padding-left: 12px;
    }

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

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

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-header .logo-header {
        grid-template-columns: 250px minmax(360px, 1fr) 430px;
        gap: 20px;
    }

    .main-header .header-list-items ul > li {
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1779px) {
    .main-header .logo-header {
        grid-template-columns: 300px minmax(420px, 1fr) 430px;
        gap: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .wishlist-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    .wishlist-page-section {
        padding: 24px 0 36px;
    }

    .wishlist-page-heading {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 18px;
    }

    .wishlist-page-heading h1 {
        font-size: 25px;
    }

    .wishlist-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .wishlist-page-image {
        padding: 10px;
    }

    .wishlist-page-content {
        padding: 11px;
    }

    .wishlist-page-name {
        min-height: 39px;
        font-size: 13px;
    }

    .wishlist-page-price {
        margin: 9px 0 12px;
        font-size: 15px;
    }

    .wishlist-page-actions > a {
        font-size: 12px;
    }
}

/*==== 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-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 ====*/
/*==== REFERENCE PRODUCT CARD MOBILE START ==== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .product_item .pro_img,
    .is-home-page .product_item .pro_img {
        width: calc(100% - 12px);
        height: auto;
        aspect-ratio: 1;
        margin: 6px 6px 0;
        padding: 0;
    }

    .product_item .discount {
        top: 11px;
        left: 6px;
    }

    .product_item .pro_des,
    .is-home-page .product_item .pro_des {
        padding: 8px 6px 7px;
    }

    .product_item .pro_name,
    .is-home-page .product_item .pro_name {
        height: 21px;
        min-height: 21px;
        margin: 0 0 4px;
    }

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

    .product_item .pro_purchase_row,
    .is-home-page .product_item .pro_purchase_row {
        display: block;
        margin-bottom: 7px;
    }

    .product_item .pro_price p,
    .is-home-page .product_item .pro_price p {
        justify-content: center;
        gap: 6px;
        font-size: 14px;
    }

    .product_item .pro_price del,
    .is-home-page .product_item .pro_price del {
        font-size: 12px;
    }

    .product_item .pro_btn,
    .product_item .cart_btn,
    .product_item .cart_btn form {
        height: 34px !important;
        min-height: 34px !important;
    }

    .product_item .cart_btn button,
    .product_item .variable-modal {
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        font-size: 15px;
        line-height: 34px !important;
    }
}
/*==== REFERENCE PRODUCT CARD MOBILE END ==== */
/*==== FEATURED HOME SECTIONS MOBILE START ==== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .featured-product-section .section-title {
        margin: 17px 0 11px;
    }

    .featured-product-section .section-title h2 {
        font-size: 18px;
    }

    .home-promo-banners {
        margin: 18px 0 6px;
    }

    .home-promo-banners .container {
        width: calc(100% - 12px);
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .home-promo-banner-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
/*==== FEATURED HOME SECTIONS MOBILE END ==== */
/*==== AJAX CART DRAWER MOBILE START ==== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .floating-cart-summary {
        top: 48%;
        width: 66px;
    }

    .floating-cart-icon {
        height: 31px;
        font-size: 22px;
    }

    .floating-cart-total {
        font-size: 11px;
    }

    .floating-cart-count {
        min-height: 26px;
        font-size: 12px;
    }

    .shopping-cart-drawer {
        top: 8px;
        right: 8px;
        width: calc(100% - 24px);
        height: calc(100vh - 16px);
        height: calc(100dvh - 16px);
        border-radius: 6px;
        box-shadow: -10px 0 28px rgba(15, 23, 42, 0.35);
    }

    .drawer-cart-item {
        grid-template-columns: 64px minmax(0, 1fr) 70px;
        gap: 9px;
        padding: 10px;
    }

    .drawer-cart-image {
        width: 64px;
        height: 64px;
    }

    .drawer-cart-name {
        font-size: 14px;
    }

    .drawer-cart-footer {
        padding: 15px 12px calc(12px + env(safe-area-inset-bottom));
    }
}
/*==== AJAX CART DRAWER MOBILE END ==== */
/*==== REFERENCE MOBILE HEADER START ==== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .mobile-header,
    #navbar_top.is-sticky-scrolled .mobile-header {
        padding: 0 12px;
        border-bottom: 1px solid #e5e7eb;
        background: #fff;
        box-shadow: 0 3px 10px rgba(15, 23, 42, 0.09);
    }

    .is-home-page .mobile-header {
        box-shadow: 0 3px 10px rgba(15, 23, 42, 0.09);
    }

    .mobile-logo {
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        gap: 8px;
        min-height: 56px;
    }

    header .toggle,
    .mobile-search-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        min-height: 34px;
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
        color: var(--primary-color);
        font-size: 22px;
        line-height: 1;
        transform: none;
    }

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

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

    .menu-bag {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .mobile-search-toggle i {
        color: var(--primary-color);
        font-size: 22px;
    }

    .mobile-header .main-search {
        position: relative;
        display: block;
        width: 100%;
        max-width: 100%;
        max-height: 0;
        margin: 0;
        padding: 0;
        z-index: 10020;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-6px);
        transition: max-height 0.22s ease, margin 0.22s ease, opacity 0.18s ease, transform 0.22s ease,
            visibility 0.22s ease;
    }

    .mobile-header .main-search.is-open {
        max-height: 46px;
        margin: 6px 0 8px;
        opacity: 1;
        overflow: visible;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .mobile-search-toggle:hover,
    .mobile-search-toggle:focus,
    .mobile-search-toggle:active,
    header .toggle:hover,
    header .toggle:focus,
    header .toggle:active {
        color: var(--primary-color);
        background: transparent;
        box-shadow: none !important;
        transform: none !important;
    }
}
/*==== REFERENCE MOBILE HEADER END ==== */
/*==== MOBILE SEARCH OVERLAY + SHELL GAP START ==== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .mobile-header,
    #navbar_top.is-sticky-scrolled .mobile-header {
        position: relative;
    }

    .mobile-header .main-search {
        position: absolute;
        top: calc(100% + 6px);
        right: 12px;
        left: 12px;
        width: auto;
        max-width: none;
        margin: 0;
    }

    .mobile-header .main-search.is-open {
        margin: 0;
    }

    .mobile-header .main-search form {
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.14);
    }

    .is-home-page .slider-section .container,
    .is-home-page .facilities-section .container,
    .is-home-page .home-category .container,
    .is-home-page .homeproduct .container,
    .is-home-page .home-promo-banners .container {
        width: var(--storefront-shell-width);
        max-width: var(--storefront-shell-width);
        padding-right: 0;
        padding-left: 0;
    }
}
/*==== MOBILE SEARCH OVERLAY + SHELL GAP END ==== */

/*==== MOBILE SEARCH BAR POLISH START ==== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    #navbar_top.is-sticky-scrolled .mobile-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 10030;
        background: #fff;
        box-shadow: 0 5px 14px rgba(15, 23, 42, 0.12);
    }

    .mobile-header .main-search {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        width: 100%;
        max-width: none;
        padding: 0 14px 8px;
        background: #fff;
        border-bottom: 1px solid #e5e7eb;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
    }

    .mobile-header .main-search.is-open {
        max-height: 56px;
        padding-top: 0;
        padding-bottom: 8px;
    }

    .mobile-header .main-search form {
        height: 40px;
        border: 1px solid var(--primary-color);
        border-radius: 2px;
        box-shadow: none;
    }

    .mobile-header .main-search form button:first-child {
        display: none;
    }

    .mobile-header .main-search form input {
        order: 1;
        padding: 0 16px;
        color: #333;
        font-size: 15px !important;
    }

    .mobile-header .main-search form input::placeholder {
        color: #929292;
        font-size: 15px;
    }

    .mobile-header .main-search .mobile-search-submit {
        order: 2;
        flex: 0 0 44px;
        margin: 0;
        height: 100%;
        border-radius: 0;
        background: #fff;
        color: var(--primary-color);
        font-size: 0;
    }

    .mobile-header .main-search .mobile-search-submit::before {
        content: "\f002";
        font-family: "Font Awesome 6 Free";
        font-size: 18px;
        font-weight: 900;
        line-height: 1;
    }

    .mobile-header .search_result {
        right: 14px;
        left: 14px;
    }
}
/*==== MOBILE SEARCH BAR POLISH END ==== */

/*==== MOBILE BOTTOM NAV START ==== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    body {
        padding-bottom: calc(66px + env(safe-area-inset-bottom));
    }

    .mobile-bottom-nav {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10035;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        min-height: 56px;
        padding: 6px 8px calc(5px + env(safe-area-inset-bottom));
        border-top: 1px solid #e7ecec;
        background: #fff;
        box-shadow: 0 -8px 18px rgba(15, 23, 42, 0.1);
    }

    .mobile-bottom-nav-link,
    .mobile-bottom-nav-link:hover,
    .mobile-bottom-nav-link:focus {
        position: relative;
        display: inline-flex;
        min-width: 0;
        min-height: 46px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 3px;
        color: #1f2933;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.1;
        text-align: center;
        text-decoration: none;
        border: 0;
        background: transparent;
        appearance: none;
    }

    .mobile-bottom-nav-link i {
        color: var(--primary-color);
        font-size: 18px;
        font-weight: 900;
        line-height: 1;
    }

    .mobile-bottom-nav-link span {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mobile-bottom-nav-link.active {
        color: var(--primary-color);
    }

    .mobile-bottom-cart-icon {
        position: relative;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-width: 22px;
        min-height: 20px;
        overflow: visible !important;
    }

    .mobile-bottom-cart .mobilecart-qty {
        position: absolute;
        top: -8px;
        right: -11px;
        display: inline-flex;
        min-width: 17px;
        height: 17px;
        align-items: center;
        justify-content: center;
        padding: 0 5px;
        border: 1px solid #fff;
        border-radius: 999px;
        background: var(--primary-color);
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        line-height: 15px;
        overflow: visible;
        box-shadow: 0 2px 4px rgba(15, 23, 42, 0.18);
    }

    .floating-cart-summary {
        display: none !important;
    }

    .contact-wrapper {
        bottom: calc(72px + env(safe-area-inset-bottom));
        z-index: 10045;
    }
}
/*==== MOBILE BOTTOM NAV END ==== */

/*==== FOOTER PROMO FACILITIES RESPONSIVE START ==== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer-promo-section {
        padding: 18px 0 18px;
    }

    .footer-promo-section .container {
        width: var(--storefront-shell-width);
        max-width: var(--storefront-shell-width);
        padding-right: 0;
        padding-left: 0;
    }

    .footer-promo-banner img {
        aspect-ratio: 16 / 7;
    }

    .footer-facilities-inner {
        display: none !important;
    }

    .footer-facility-icon {
        width: 64px;
        height: 64px;
        border-width: 5px;
    }

    .footer-facility-icon img {
        width: 30px;
        height: 30px;
    }

    .footer-facility-item {
        gap: 10px;
        min-height: 0;
    }

    .footer-facility-item strong {
        font-size: 14px;
    }

    .footer-facility-item small {
        margin-top: -2px;
        font-size: 12px;
    }
}
/*==== FOOTER PROMO FACILITIES RESPONSIVE END ==== */

/*==== REFERENCE FOOTER RESPONSIVE START ==== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer-reference-top {
        padding: 34px 0 22px;
    }

    .footer-reference-top .container,
    .footer-reference-bottom .container {
        width: var(--storefront-shell-width);
        max-width: var(--storefront-shell-width);
        padding-right: 0;
        padding-left: 0;
    }

    .footer-reference-grid {
        row-gap: 26px;
    }

    .footer-reference-about,
    .footer-reference-top .footer-menu {
        padding: 0;
        border-bottom: 0;
    }

    .footer-reference-about {
        max-width: none;
        padding-right: 0;
    }

    .footer-logo-link {
        height: 42px;
        margin-bottom: 18px;
    }

    .footer-reference-about .footer-logo-link img {
        max-width: 155px;
        height: 42px;
    }

    .footer-reference-about p {
        font-size: 15px;
        line-height: 1.55;
    }

    .footer-reference-top .footer-title {
        margin-bottom: 14px;
        font-size: 20px;
    }

    .footer-reference-top .footer-menu ul li {
        margin-bottom: 7px;
    }

    .footer-reference-top .footer-menu ul li a,
    .footer-reference-top .footer-menu ul li a:hover,
    .footer-reference-top .footer-menu ul li a:focus {
        font-size: 15px;
    }

    .footer-follow .footer-social {
        justify-content: flex-start;
        gap: 8px;
    }

    .footer-follow .footer-social li a,
    .footer-follow .footer-social li a:hover,
    .footer-follow .footer-social li a:focus {
        width: 38px;
        height: 38px;
        font-size: 19px;
    }

    .footer-follow .delivery-partner {
        width: 100%;
        max-width: 340px;
    }

    .footer-follow .delivery-partner img {
        height: 96px;
    }

    .footer-follow .footer-facebook-embed,
    .footer-follow .footer-facebook-embed iframe {
        width: 100% !important;
        max-width: 340px;
        height: 130px;
    }

    .footer-reference-bottom {
        padding: 13px 0 calc(13px + env(safe-area-inset-bottom));
    }

    .footer-bottom-text {
        margin: 0;
        font-size: 14px;
        text-align: center;
    }

    .footer-bottom-text a {
        font-size: 14px;
    }
}
/*==== REFERENCE FOOTER RESPONSIVE END ==== */

/*==== HOME MOBILE SIDE GUTTER 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,
    .is-home-page .home-promo-banners .container,
    .is-home-page .footer-promo-section .container,
    .is-home-page .footer-reference-top .container,
    .is-home-page .footer-reference-bottom .container,
    .is-home-page .footer-top .container,
    .is-home-page .footer-bottom .container {
        width: 100%;
        max-width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        margin-right: auto;
        margin-left: auto;
    }

    .is-home-page .home-slider-container,
    .is-home-page .main_slider,
    .is-home-page .product_slider {
        border-radius: 4px;
    }
}
/*==== HOME MOBILE SIDE GUTTER END ====*/

/*==== GLOBAL MOBILE PAGE GUTTER START ====*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        margin-right: auto;
        margin-left: auto;
    }

    .mobile-header,
    .mobile-bottom-nav,
    .shopping-cart-drawer {
        max-width: none;
    }

    .mobile-header .container,
    .mobile-bottom-nav .container,
    .shopping-cart-drawer .container {
        width: 100%;
        max-width: 100%;
    }
}
/*==== GLOBAL MOBILE PAGE GUTTER END ====*/

/*==== CHECKOUT MOBILE CLEANUP START ====*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .is-checkout-page .chheckout-section {
        padding-right: 0;
        padding-left: 0;
    }

    .is-checkout-page .chheckout-section > .container {
        width: 100%;
        max-width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

}
/*==== CHECKOUT MOBILE CLEANUP END ====*/

/*==== MOBILE CONTAINER OVERFLOW FIX START ====*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    .container,
    .footer-reference-top .container,
    .footer-reference-bottom .container,
    .footer-top .container,
    .footer-bottom .container,
    .footer-promo-section .container,
    .main-details-page .container,
    .pro_details_area .container,
    .chheckout-section > .container,
    .product-section .container,
    .category-showcase > .container,
    .auth-section .container,
    .checkout-shipping .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 12px !important;
        padding-left: 12px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        overflow-x: hidden;
    }

    .mobile-header,
    .mobile-bottom-nav {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .mobile-header .container,
    .mobile-bottom-nav .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
/*==== MOBILE CONTAINER OVERFLOW FIX END ====*/

/*==== MOBILE OFFCANVAS MENU RESET START ====*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .mobile-menu {
        position: fixed !important;
        top: 0;
        left: -86vw;
        width: 86vw !important;
        max-width: 320px !important;
        min-width: 280px;
        height: 100vh;
        height: 100dvh;
        z-index: 10050;
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(0);
        box-shadow: 12px 0 28px rgba(15, 23, 42, 0.18);
    }

    .mobile-menu.active {
        left: 0;
    }

    .mobile-menu,
    .mobile-menu *,
    .mobile-menu *::before,
    .mobile-menu *::after {
        box-sizing: border-box;
    }

    .mobile-menu-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 60px;
        padding: 10px 14px;
        border-bottom: 1px solid #e5e7eb;
    }

    .mobile-menu .logo-image {
        min-width: 0;
    }

    .mobile-menu .logo-image img {
        display: block;
        width: auto;
        max-width: 150px;
        height: 42px;
        object-fit: contain;
    }

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

    .mobile-menu .first-nav,
    .mobile-menu .second-nav,
    .mobile-menu .third-nav {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-menu .parent-category,
    .mobile-menu .parent-subcategory,
    .mobile-menu .childcategory {
        display: block;
        width: 100%;
    }

    .mobile-menu .menu-category-name,
    .mobile-menu .menu-subcategory-name,
    .mobile-menu .menu-childcategory-name {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 48px;
        padding: 10px 50px 10px 16px;
        color: #222;
        line-height: 1.25;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .mobile-menu .side_cat_img {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        margin-right: 8px;
        object-fit: cover;
    }

    .mobile-menu .menu-category-toggle,
    .mobile-menu .menu-subcategory-toggle {
        right: 0;
        top: 0;
        width: 48px;
        height: 48px;
    }
}
/*==== MOBILE OFFCANVAS MENU RESET END ====*/

/*==== MOBILE VIEWPORT OVERFLOW GUARD START ====*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden !important;
        background: #fff;
    }

    body.gotop {
        position: relative;
        min-width: 0;
    }

    #navbar_top,
    .mobile-header,
    .mobile-logo,
    main,
    section,
    footer,
    .main-details-page,
    .pro_details_area,
    .footer-reference-top,
    .footer-reference-bottom,
    .footer-top,
    .footer-bottom {
        max-width: 100vw;
        overflow-x: hidden;
    }

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

    .menu-bar,
    .menu-logo,
    .menu-bag {
        min-width: 0;
    }

    .menu-logo img {
        max-width: min(155px, 52vw);
    }

    .main-details-page .row,
    .pro_details_area .row,
    .footer-reference-top .row,
    .footer-reference-bottom .row,
    .footer-top .row,
    .footer-bottom .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .main-details-page .row > *,
    .pro_details_area .row > *,
    .footer-reference-top .row > *,
    .footer-reference-bottom .row > *,
    .footer-top .row > *,
    .footer-bottom .row > * {
        min-width: 0;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .main-details-page img,
    .pro_details_area img,
    .footer-reference-top img,
    .footer-reference-bottom img,
    .footer-top img,
    .footer-bottom img {
        max-width: 100%;
    }
}
/*==== MOBILE VIEWPORT OVERFLOW GUARD END ====*/

/*==== MOBILE SEARCH AND PRODUCT LIST ALIGNMENT FIX START ==== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    #navbar_top {
        overflow: visible !important;
    }

    .mobile-header {
        overflow: visible !important;
    }

    .mobile-header .main-search.is-open {
        max-height: none;
        overflow: visible;
        pointer-events: auto;
        z-index: 10060;
    }

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

    .mobile-header .search_result .search_product {
        width: 100%;
        max-height: min(62vh, 430px);
        overflow-y: auto;
        border: 1px solid #d8dde3;
        background: #fff;
        box-shadow: 0 12px 26px rgba(15, 23, 42, 0.16);
    }

    .product-filter-page {
        padding-top: 12px;
    }

    .product-filter-page .sorting-section {
        margin-top: 0;
    }

    .product-filter-page .category-breadcrumb {
        margin-top: 0;
        margin-bottom: 12px;
    }
}
/*==== MOBILE SEARCH AND PRODUCT LIST ALIGNMENT FIX END ==== */
