@media only screen and (min-width:767px) {
    .mobile-menu {
        display: none;
    }

    .mobile-search {
        display: none;
    }

    .mobile-filter-toggle {
        display: none;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .d-flex.single_product {
        display: block !important;
        width: 100%;
    }

    .add_cart_btn,
    .order_now_btn,
    .hotline-whatsapp-grid a {
        height: 40px !important;
        font-size: 0.90rem !important;
        flex: 1 1 0% !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .product_item,
    .wist_item,
    .product_item.wist_item,
    .cat-product-card {
        padding: 5px !important;
        border-radius: 10px !important;
        margin-bottom: 0 !important;
    }

    .sale-badge {
        top: 6px !important;
        right: 6px !important;
        left: auto !important;
    }

    .sale-badge-box {
        padding: 3px 8px !important;
    }

    .sale-badge-text {
        font-size: 10px !important;
    }

    .pro_img,
    .product_item .pro_img,
    .cat-product-card .pro_img {
        height: 170px !important;
        border-radius: 8px !important;
    }

    .pro_name,
    .product_item .pro_name,
    .cat-product-card .pro_name {
        height: 22px !important;
        -webkit-line-clamp: 1 !important;
        line-clamp: 1 !important;
    }

    .pro_name a,
    .product_item .pro_name a,
    .cat-product-card .pro_name a {
        font-size: 13.5px !important;
        line-height: 1.3 !important;
    }

    .pro_price p,
    .product_item .pro_price p,
    .cat-product-card .current-price {
        font-size: 14.5px !important;
        font-weight: 700 !important;
    }

    .pro_price del,
    .product_item .pro_price del,
    .cat-product-card .old-price {
        font-size: 14.5px !important;
        font-weight: 600 !important;
    }

    .pro_btn button,
    .pro_btn .addcartbutton,
    .pro_btn a,
    .cart_btn a,
    .cat-order-btn {
        padding: 7px 8px !important;
        font-size: 12px !important;
        border-radius: 8px !important;
    }

    header#navbar_top {
        position: sticky !important;
        top: 0 !important;
        z-index: 1000 !important;
    }

    .timer_inner {
        justify-content: space-between !important;
        align-items: center !important;
        gap: 6px !important;
    }

    .timer_container {
        margin-left: auto !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }

    .timer_inner .syotimer-cell {
        min-width: 35px !important;
        padding: 4px 4px 3px 4px !important;
        border-radius: 6px !important;
    }

    .syotimer-cell__value {
        font-size: 13px !important;
    }

    .syotimer-cell__unit {
        font-size: 7.5px !important;
    }

    .view_more_wrapper {
        margin-top: 18px !important;
        margin-bottom: 10px !important;
    }

    a.view_more_btn {
        padding: 9px 20px !important;
        font-size: 13.5px !important;
    }

    .top-cat-capsule {
        padding: 8px 6px 8px 6px !important;
        border-radius: 16px !important;
        margin: 2px !important;
    }

    .top-cat-thumb {
        max-width: 64px !important;
        border-radius: 14px !important;
    }

    .top-cat-name {
        font-size: 11.5px !important;
    }

    .top-cat-arrow {
        display: none !important;
    }

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

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

    .cat_img img {
        height: 100%;
    }

    .cat_img {
        height: 75px;
        text-align: center;
    }

    .cat-archive-wrapper {
        padding-top: 8px !important;
        margin-top: 0px !important;
    }

    .topcategory {
        grid-template-columns: repeat(3, 1fr);
    }

    .payment-method-wrappers {
        grid-template-columns: repeat(2, 1fr);
    }

    .filter_sort {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        padding: 0 !important;
        margin-top: 0 !important;
    }

    .filter_sidebar {
        position: fixed !important;
        visibility: hidden !important;
        opacity: 0 !important;
        top: 0 !important;
        left: -330px !important;
        width: 310px !important;
        max-width: 86vw !important;
        height: 100vh !important;
        height: 100dvh !important;
        z-index: 99999 !important;
        background: #ffffff !important;
        transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
        box-shadow: 8px 0 35px rgba(27, 77, 62, 0.22) !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        border-right: 1px solid rgba(27, 77, 62, 0.15) !important;
    }

    .filter_sidebar.active {
        visibility: visible !important;
        opacity: 1 !important;
        left: 0 !important;
    }

    .filter_sidebar_inner,
    .filter-sidebar-inner {
        padding: 16px 18px 24px 18px !important;
    }

    .mobile-filter-trigger {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        background: var(--theme-primary) !important;
        color: #ffffff !important;
        padding: 8px 18px !important;
        border-radius: 50px !important;
        font-size: 13.5px !important;
        font-weight: 600 !important;
        cursor: pointer !important;
        width: auto !important;
        height: auto !important;
        box-shadow: 0 3px 10px rgba(27, 77, 62, 0.2) !important;
        transition: all 0.2s ease !important;
    }

    .mobile-filter-trigger:hover {
        background: var(--theme-primary-hover) !important;
    }

    .filter_close {
        background: var(--theme-primary-gradient) !important;
        padding: 14px 18px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #ffffff !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
        margin: 0 !important;
        width: 100% !important;
        cursor: pointer !important;
        box-shadow: 0 4px 14px rgba(27, 77, 62, 0.18) !important;
    }

    .filter_close span,
    .filter_close i,
    .filter_close svg {
        color: #ffffff !important;
        stroke: #ffffff !important;
    }

    .btn-close-filter {
        width: 32px !important;
        height: 32px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
        background: rgba(255, 255, 255, 0.18) !important;
        color: #ffffff !important;
        transition: all 0.25s ease !important;
    }

    .btn-close-filter:hover {
        background: rgba(255, 255, 255, 0.35) !important;
        transform: rotate(90deg) scale(1.05) !important;
    }

    .main_product_inner.cat-grid-container,
    .category-product.cat-grid-container,
    .cat-grid-container {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .pro_des,
    .product_item .pro_des,
    .cat-product-card .pro_des {
        padding: 8px 6px 6px 6px !important;
        justify-content: flex-start !important;
        gap: 2px !important;
    }

    .pro_name,
    .product_item .pro_name,
    .cat-product-card .pro_name {
        height: auto !important;
        min-height: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 2px !important;
        padding: 0 !important;
    }

    .pro_name a,
    .product_item .pro_name a,
    .cat-product-card .pro_name a {
        font-size: 13px !important;
        line-height: 1.25 !important;
    }

    .pro_price,
    .product_item .pro_price,
    .cat-product-card .pro_price {
        margin-top: 2px !important;
        margin-bottom: 4px !important;
    }

    .pro_price p,
    .product_item .pro_price p,
    .cat-product-card .pro_price p {
        margin-bottom: 0 !important;
    }

    .cat-product-card .current-price {
        font-size: 14px !important;
    }

    .cat-product-card .old-price {
        font-size: 11.5px !important;
    }

    .pro_btn,
    .product_item .pro_btn,
    .cat-product-card .pro_btn {
        margin-top: auto !important;
        padding-top: 0px !important;
    }

    .cat-hero-card {
        padding: 10px 14px !important;
        border-radius: 10px !important;
    }

    .cat-bc-home {
        font-size: 12px !important;
    }

    .cat-bc-current {
        font-size: 12px !important;
        max-width: 140px !important;
    }

    .cat-count-badge {
        padding: 4px 10px !important;
        font-size: 11px !important;
    }

    .sorting-section.cat-toolbar-card,
    .cat-toolbar-card {
        padding: 8px 12px !important;
        border-radius: 10px !important;
        margin-bottom: 16px !important;
    }

    .cat-toolbar-card>div {
        flex-wrap: nowrap !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        min-width: 0 !important;
        gap: 6px !important;
    }

    .cat-toolbar-left {
        flex: 0 1 auto !important;
        min-width: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    .cat-toolbar-right {
        flex: 0 0 auto !important;
        min-width: 0 !important;
        display: flex !important;
        align-items: center !important;
        margin-left: auto !important;
    }

    .mobile-filter-trigger {
        padding: 6px 12px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
        gap: 6px !important;
        flex-shrink: 0 !important;
    }

    .mobile-filter-trigger span {
        white-space: nowrap !important;
    }

    .showing-data {
        display: none !important;
    }

    .custom-sort-select {
        font-size: 12px !important;
        padding: 6px 22px 6px 8px !important;
        height: 34px !important;
        min-width: 0 !important;
        max-width: 145px !important;
        background-position: right 6px center !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
    }

    .cat-seo-card {
        padding: 18px 20px !important;
        font-size: 13.5px !important;
        border-radius: 12px !important;
    }

    .filter_sidebar.active::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
        background-color: #f3f4f6;
    }

    .filter_sidebar.active::-webkit-scrollbar {
        width: 5px;
        background-color: #f3f4f6;
    }

    .filter_sidebar.active::-webkit-scrollbar-thumb {
        background-color: var(--theme-primary);
        border-radius: 10px;
    }

    .sidebar-menu {
        display: none;
    }

    /* .scrolltop display controlled in style.css */
    .hightlight_cont ul {

        padding-left: 5px;
    }

    .mobile_hide {
        display: none;
    }

    .desktop_hide {
        display: block;
    }

    .sorting-section {
        margin-top: 0 !important;
    }

    .card-body.cartlist {
        overflow-x: scroll;
    }

    .section-title-header .section-title-name {
        font-size: 15px;
    }

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

    .meta_description {
        display: none;
    }

    .mm-ocd {
        display: none;
    }

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

    .mobile-filter-toggle {
        display: flex;
        justify-content: center;
        margin: 10px 0;
        align-items: center;
        column-gap: 10px;
        display: none;
    }

    .mobile-filter-toggle span {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 500;
    }

    .home-slider-container {
        width: 100%;
        margin-left: 0;
    }

    .feature-products p {
        padding-left: 20px;
    }

    .feature-products {
        position: fixed;
        top: 0;
        z-index: 99999;
        background-color: #ffffff;
        left: -300px;
        width: 300px;
        padding-top: 10px;
        height: 100vh;
        overflow-y: auto;
        transition: all 0.3s ease;
    }

    .category-breadcrumb {
        justify-content: center;
    }

    .feature-products.active {
        left: 0;
    }

    /* Premium & Aesthetic Mobile Side Drawer System */
    #page-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(10, 24, 18, 0.65);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        z-index: 99998;
        display: none;
        transition: all 0.35s ease;
    }

    .mobile-menu {
        width: 310px;
        left: -320px;
        position: fixed;
        top: 0;
        z-index: 999999;
        background: linear-gradient(165deg, var(--theme-primary-dark) 0%, #03392a 100%);
        height: 100vh;
        transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), left 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: none;
        overflow: hidden;
        backdrop-filter: blur(25px);
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }

    .mobile-menu.active {
        left: 0;
        box-shadow: 20px 0 60px rgba(0, 0, 0, 0.65);
    }

    .mobile-menu-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 16px;
        background: var(--theme-primary);
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(10px);
    }

    .logo-image img {
        height: 36px;
        width: auto;
        object-fit: contain;
        filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
    }

    .mobile-menu-close {
        width: 32px;
        height: 32px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.15);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all 0.25s ease;
        color: #ffffff;
    }

    .mobile-menu-close:hover {
        background: #ffdf00;
        color: var(--theme-primary);
        transform: rotate(90deg) scale(1.05);
    }

    .mobile-menu-close i,
    .mobile-menu-close svg {
        font-size: 16px;
        color: inherit;
        transition: color 0.25s ease;
    }

    .first-nav {
        flex-grow: 1;
        overflow-y: auto;
        padding: 8px 10px 16px 10px;
        margin: 0;
    }

    .first-nav::-webkit-scrollbar {
        width: 4px;
    }

    .first-nav::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
    }

    .mobile-menu li.parent-category {
        position: relative;
        margin-bottom: 3px;
        border-radius: 8px;
        list-style: none;
        width: 100%;
    }

    .first-nav .parent-category .menu-category-name {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 6px 36px 6px 10px;
        border-radius: 8px;
        font-size: 0.88rem;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.92);
        text-transform: capitalize;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.05);
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
        text-decoration: none !important;
        width: 100%;
        box-sizing: border-box;
    }

    .first-nav .parent-category .menu-category-name::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 3px;
        background: #ffdf00;
        opacity: 0;
        transition: opacity 0.25s ease;
    }

    .side_cat_img {
        width: 24px;
        height: 24px;
        object-fit: cover;
        border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        background: rgba(255, 255, 255, 0.08);
        padding: 1px;
        flex-shrink: 0;
    }

    .first-nav .parent-category.active>.menu-category-name,
    .first-nav .parent-category:hover>.menu-category-name {
        color: #ffdf00;
        background: rgba(255, 255, 255, 0.09);
        border-color: rgba(255, 255, 255, 0.12);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .first-nav .parent-category.active>.menu-category-name::before {
        opacity: 1;
    }

    .mobile-menu span.menu-category-toggle {
        position: absolute;
        right: 5px;
        top: 4px;
        display: flex;
        width: 28px;
        height: 28px;
        border-radius: 6px;
        justify-content: center;
        align-items: center;
        color: rgba(255, 255, 255, 0.7);
        background: rgba(255, 255, 255, 0.05);
        transition: all 0.25s ease;
        cursor: pointer;
    }

    .mobile-menu span.menu-category-toggle:hover,
    .mobile-menu span.menu-category-toggle.active {
        background: rgba(255, 255, 255, 0.15);
        color: #ffdf00;
    }

    .mobile-menu span.menu-category-toggle i {
        transition: transform 0.25s ease;
        font-size: 14px;
    }

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

    /* Mobile Menu Footer & Action Shortcuts Aesthetic Overhaul */
    .mobile-menu-footer {
        padding: 14px !important;
        background: rgba(5, 18, 13, 0.95) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
        backdrop-filter: blur(15px) !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        flex-shrink: 0 !important;
    }

    .mobile-menu-actions {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        width: 100% !important;
    }

    .mobile-action-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        width: 100% !important;
        padding: 10px 14px !important;
        border-radius: 10px !important;
        font-size: 0.88rem !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }

    .mobile-action-btn i,
    .mobile-action-btn svg {
        font-size: 16px !important;
        width: 18px !important;
        height: 18px !important;
        flex-shrink: 0 !important;
        stroke-width: 2.2px !important;
    }

    .mobile-action-btn.hotline {
        background: rgba(0, 158, 96, 0.12) !important;
        color: var(--theme-primary) !important;
        border: 1px solid rgba(0, 158, 96, 0.3) !important;
    }

    .mobile-action-btn.hotline:hover {
        background: var(--theme-primary) !important;
        color: var(--theme-primary-dark) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 14px rgba(0, 158, 96, 0.3) !important;
    }

    .mobile-action-btn.track {
        background: rgba(254, 205, 3, 0.12) !important;
        color: #ffdf00 !important;
        border: 1px solid rgba(254, 205, 3, 0.3) !important;
    }

    .mobile-action-btn.track:hover {
        background: #ffdf00 !important;
        color: var(--theme-primary-dark) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 14px rgba(254, 205, 3, 0.35) !important;
    }

    /* Integrated Subcategories Inside Parent Category Section */
    .second-nav {
        padding: 3px 0 3px 10px;
        margin: 2px 0 2px 8px;
        background: transparent;
        border-left: 2px solid rgba(255, 255, 255, 0.12);
        border-radius: 0;
        box-shadow: none;
    }

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

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

    .parent-subcategory .menu-subcategory-name {
        display: block;
        padding: 7px 34px 7px 10px !important;
        background: rgba(255, 255, 255, 0.04);
        border-radius: 6px;
        color: rgba(255, 255, 255, 0.92) !important;
        font-size: 0.92rem !important;
        font-weight: 600 !important;
        text-transform: capitalize;
        transition: all 0.2s ease;
        word-break: break-word;
        text-decoration: none !important;
    }

    .parent-subcategory .menu-subcategory-name::before {
        content: '';
        display: inline-block;
        vertical-align: -1px;
        width: 3px;
        height: 10px;
        background: rgba(52, 211, 153, 0.8);
        border-radius: 2px;
        margin-right: 6px;
        transition: background 0.2s ease;
    }

    .parent-subcategory.active .menu-subcategory-name,
    .parent-subcategory .menu-subcategory-name:hover {
        color: #ffdf00 !important;
        background: rgba(255, 255, 255, 0.09);
    }

    .parent-subcategory.active .menu-subcategory-name::before,
    .parent-subcategory .menu-subcategory-name:hover::before {
        background: #ffdf00;
    }

    span.menu-subcategory-toggle {
        position: absolute;
        top: 3px !important;
        right: 3px !important;
        display: flex;
        width: 28px !important;
        height: 28px !important;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        opacity: 0.9;
        cursor: pointer;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.08);
        transition: all 0.25s ease;
    }

    span.menu-subcategory-toggle:hover,
    span.menu-subcategory-toggle.active {
        background: rgba(52, 211, 153, 0.3);
        color: #ffdf00 !important;
        opacity: 1;
    }

    span.menu-subcategory-toggle i,
    span.menu-subcategory-toggle svg {
        transition: transform 0.25s ease;
        font-size: 13px;
    }

    span.menu-subcategory-toggle.active i,
    span.menu-subcategory-toggle.active svg {
        transform: rotate(180deg);
        color: #ffdf00 !important;
    }

    li.childcategory {
        display: block;
    }

    ul.third-nav {
        padding: 3px 0 3px 12px;
        background-color: transparent;
        list-style: none !important;
        margin: 2px 0 !important;
    }

    .childcategory .menu-childcategory-name {
        display: flex;
        align-items: center;
        padding: 5px 8px;
        color: #cbd5e1 !important;
        font-size: 0.92rem !important;
        font-weight: 600 !important;
        border-radius: 6px;
        transition: all 0.22s ease;
        word-break: break-word;
        text-decoration: none !important;
    }

    .childcategory .menu-childcategory-name::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--theme-primary);
        opacity: 0.8;
        margin-right: 8px;
        flex-shrink: 0;
        transition: transform 0.22s ease, background 0.22s ease, opacity 0.22s ease;
    }

    .childcategory .menu-childcategory-name:hover {
        background: rgba(52, 211, 153, 0.15);
        color: #ffffff !important;
        transform: translateX(4px);
    }

    .childcategory .menu-childcategory-name:hover::before {
        opacity: 1;
        transform: scale(1.4);
        background: #ffdf00;
    }

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

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

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

    header .toggle {
        margin-top: 0;
        padding-left: 30px;
    }

    .mobile-menu-social .mobile-social-list .mobile-social-link i {
        color: #dddddd;
        font-size: 16px;
    }

    .mobile-menu-social .mobile-social-list .mobile-social-link {
        border: 2px solid #dddddd;
        padding: 5px 13px;
        border-radius: 5px;
        display: block;
    }

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

    .logo-area {
        display: none;
    }

    .menu-area {
        display: none;
    }

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

    .header-right {
        display: none;
    }

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

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

    /* --- Checkout Section Mobile --- */
    .checkout-section {
        padding: 20px 0 40px;
    }

    .checkout-progress {
        margin-bottom: 20px;
        padding: 0 8px;
        gap: 0;
    }

    .checkout-progress-step .step-icon {
        width: 38px;
        height: 38px;
    }

    .checkout-progress-step .step-icon svg,
    .checkout-progress-step .step-icon i {
        width: 16px;
        height: 16px;
    }

    .checkout-progress-step .step-label {
        font-size: 11px;
    }

    .step-connector {
        max-width: 60px;
        margin: 0 6px;
        margin-bottom: 22px;
    }

    .checkout-card {
        border-radius: 12px;
    }

    .checkout-card-header {
        padding: 14px 16px;
    }

    .checkout-card-body {
        padding: 16px;
    }

    .checkout-card-footer {
        padding: 12px 16px;
    }

    .checkout-instruction {
        padding: 12px;
        gap: 10px;
    }

    .checkout-instruction .instruction-icon {
        width: 28px;
        height: 28px;
    }

    .checkout-instruction p {
        font-size: 13px;
    }

    .checkout-form-group {
        margin-bottom: 16px;
    }

    .checkout-form-group label {
        font-size: 14px;
        gap: 6px;
    }

    .checkout-input {
        height: 44px;
        font-size: 14px;
        padding: 10px 14px;
        border-radius: 8px;
    }

    .payment-card-content {
        padding: 12px;
        gap: 10px;
    }

    .payment-card-icon {
        width: 38px;
        height: 38px;
        border-radius: 8px;
    }

    .payment-card-icon svg,
    .payment-card-icon i {
        width: 18px;
        height: 18px;
    }

    .payment-card-title {
        font-size: 14px;
    }

    .payment-card-desc {
        font-size: 11px;
    }

    .checkout-cta {
        height: 48px;
        font-size: 15px;
        border-radius: 10px;
    }

    .trust-badges {
        gap: 16px;
    }

    .trust-badge {
        font-size: 11px;
    }

    .cart_details {
        margin-bottom: 16px;
    }

    .summary-header-content h5 {
        font-size: 15px;
    }

    .order-item {
        padding: 10px;
        gap: 10px;
        border-radius: 10px;
    }

    .order-item-image img {
        width: 52px;
        height: 52px;
        border-radius: 8px;
    }

    .order-item-name {
        font-size: 13px;
    }

    .qty-stepper {
        height: 28px;
        border-radius: 6px;
    }

    .qty-stepper .qty-btn {
        width: 26px;
        height: 28px;
        font-size: 16px;
    }

    .qty-stepper input {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }

    .price-amount {
        font-size: 14px;
    }

    .order-item-remove {
        width: 26px;
        height: 26px;
    }

    .delivery-pills {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 4px !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        padding: 4px 2px !important;
    }

    .delivery-pill {
        flex: 1 1 0px !important;
        min-width: 0 !important;
        justify-content: center !important;
        padding: 8px 6px !important;
        gap: 4px !important;
    }

    .delivery-pill:hover {
        transform: none !important;
    }

    .pill-radio {
        width: 14px !important;
        height: 14px !important;
        border-width: 1.5px !important;
    }

    .pill-radio::after {
        width: 6px !important;
        height: 6px !important;
    }

    .pill-text {
        font-size: 11.5px !important;
        white-space: nowrap !important;
    }

    .pill-price {
        font-size: 10.5px !important;
        padding: 2px 5px !important;
        flex-shrink: 0 !important;
    }

    .grand-total-value {
        font-size: 18px !important;
    }

    .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-top {
        padding: 30px 0;
    }

    .footer-menu ul li img {
        margin: 0 auto;
        display: block;
    }

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

    .mobile-header {
        display: block;
        background-color: #ffffff;
    }

    .mobile-top {
        background: #93c5fd;
        padding: 8px 0;
    }

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

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

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

    .mobile-logo {
        display: grid;
        grid-template-columns: 16% 68% 16%;
        text-align: center;
        font-size: 16px;
        height: 70px;
        align-items: center;
    }

    .fixed-top .mobile-logo {
        margin-bottom: 0px;
    }

    .menu-logo img {
        width: auto;
        height: 50px;
        margin-top: 0;
    }

    .footer-menu ul li a {
        text-align: center;
        text-transform: capitalize;
    }

    .main-search.mobile-search {
        margin: 18px 0;
        padding: 0 10px;
    }

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

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

    .menu-bag .margin-shopping span {
        position: absolute;
        display: inline-block;
        background-color: var(--theme-primary);
        height: 20px;
        border-radius: 50px;
        padding: 1px 7px;
        font-size: 12px;
        font-weight: 700;
        color: #ffffff;
        top: -10px;
        right: 0;
    }

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

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

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

    .menu-bag li span {
        background: #db2c2c;
        font-size: 10px;
        color: #ffffff;
        position: absolute;
        top: 0;
        left: 12px;
        width: 15px;
        height: 15px;
        border-radius: 50px;
        line-height: 15px;
    }

    .slider-item {
        height: 180px;
        margin-top: 0px;
    }

    .footer-about p {
        text-align: center;
    }

    .footer-bottom {
        margin-bottom: 24px;
        padding-bottom: 77px;
    }

    .footer-about {
        text-align: center;
        padding: 0 15px;
    }

    .footer-hotline {
        display: flex;
        width: max-content;
        margin-right: auto;
        margin-left: 0;
    }

    .footer_nav {
        display: block;
    }

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

    .feature-title ul {
        text-align: center;
        overflow-y: scroll;
    }

    .feature-title h4 {
        text-align: center;
        margin-bottom: 10px;
    }

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

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

    .close_filter {
        position: absolute;
        top: 0;
        right: 12px;
        border: 2px solid #dddddd;
        font-size: 19px;
        padding: 0px 10px;
        border-radius: 50px;
        background: var(--theme-secondary);
        color: #ffffff;
    }

    .close_filter,
    .show_filter {
        display: block;
    }

    .show_filter {
        display: inline-block;
        margin-right: 10px;
        margin-left: 8px;
    }

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

    .product-section {
        margin-top: 0;
    }

    .sort-form select {
        font-size: 14px;
    }

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

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

    .checkout-section .select2-container--default .select2-selection--single {
        height: 44px !important;
        border-radius: 8px !important;
    }

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

    .modal-view.quick-product {
        width: 100%;
    }

    .quick-product .short_description,
    .quick-product .details_short {
        display: none;
    }

    .quick-product-img {
        width: 20%;
    }

    .quick-product-content {
        width: 80%;
    }

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

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

    .menu-product {
        display: none;
    }

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

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

/* --- Checkout Tablet Responsive --- */
@media only screen and (min-width:768px) and (max-width:991px) {
    .checkout-section {
        padding: 30px 0 50px;
    }

    .checkout-progress {
        margin-bottom: 28px;
    }

    .step-connector {
        max-width: 80px;
    }

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

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

    .cart_details {
        margin-bottom: 20px;
    }

    .checkout-card {
        border-radius: 14px;
    }
}

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

    .product_sliders,
    .main_product_inner {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 12px !important;
    }

    .main_product_inner.cat-grid-container,
    .category-product.cat-grid-container,
    .cat-grid-container {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1140px) {

    .product_sliders,
    .main_product_inner {
        grid-template-columns: repeat(5, 1fr) !important;
        gap: 12px !important;
    }

    .main_product_inner.cat-grid-container,
    .category-product.cat-grid-container,
    .cat-grid-container {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 12px !important;
    }
}

@media only screen and (min-width:1141px) {

    .product_sliders,
    .main_product_inner {
        grid-template-columns: repeat(5, 1fr) !important;
        gap: 14px !important;
    }

    .main_product_inner.cat-grid-container,
    .category-product.cat-grid-container,
    .cat-grid-container {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 14px !important;
    }
}

/* =========================================================
   MODERN CONTACT PAGE & STATIC PAGE — RESPONSIVE
   ========================================================= */

/* --- Mobile (320px - 767px) --- */
@media only screen and (max-width: 767px) {

    /* Breadcrumb */
    .modern-breadcrumb-section {
        padding: 10px 0;
    }

    .modern-breadcrumb {
        font-size: 12px;
        gap: 4px;
    }

    .modern-breadcrumb-sep {
        display: inline-flex;
    }

    .modern-breadcrumb-sep i,
    .modern-breadcrumb-sep svg {
        width: 12px !important;
        height: 12px !important;
    }

    /* Hero */
    .contact-hero-section {
        padding: 24px 0 20px;
    }

    .contact-hero-icon-wrap {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        margin-bottom: 14px;
    }

    .contact-hero-icon-wrap i,
    .contact-hero-icon-wrap svg {
        width: 22px !important;
        height: 22px !important;
    }

    .contact-hero-title {
        font-size: 20px;
    }

    .contact-hero-subtitle {
        font-size: 13px;
        line-height: 1.6;
    }

    /* Contact Info Cards */
    .contact-cards-section {
        padding: 20px 0 8px;
    }

    .contact-cards-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .contact-card-inner {
        padding: 20px 18px;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 14px;
    }

    .contact-info-card .contact-icon-box {
        margin: 0;
        width: 48px;
        height: 48px;
        flex-shrink: 0;
    }

    .contact-info-card .contact-icon-box i,
    .contact-info-card .contact-icon-box svg {
        width: 22px !important;
        height: 22px !important;
    }

    .contact-card-title {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .contact-card-value {
        font-size: 14px;
    }

    /* Contact Form Section */
    .contact-form-section {
        padding: 8px 0 32px;
    }

    .contact-form-section .page-content-card {
        padding: 1.25rem;
    }

    .contact-form-header {
        margin-bottom: 20px;
        padding-bottom: 14px;
    }

    .contact-form-title {
        font-size: 17px;
    }

    .contact-form-title i,
    .contact-form-title svg {
        width: 18px !important;
        height: 18px !important;
    }

    .checkout-form-group label {
        font-size: 13.5px;
    }

    .checkout-input {
        height: 44px;
        font-size: 14px;
        padding: 10px 14px;
    }

    .contact-textarea {
        min-height: 110px;
    }

    .contact-submit-btn {
        padding: 12px 20px;
        font-size: 15px;
        border-radius: 10px;
    }

    /* Map Card */
    .contact-map-card .page-content-card,
    .contact-map-card {
        padding: 1.25rem;
    }

    .contact-map-wrapper iframe {
        min-height: 220px;
    }

    .contact-map-title {
        font-size: 15px;
    }

    /* WhatsApp CTA */
    .whatsapp-cta-inner {
        padding: 20px 16px;
    }

    .whatsapp-cta-icon {
        width: 46px;
        height: 46px;
    }

    .whatsapp-cta-text h5 {
        font-size: 14px;
    }

    .whatsapp-cta-text p {
        font-size: 12px;
    }

    .whatsapp-cta-btn {
        padding: 9px 20px;
        font-size: 13px;
    }

    /* Hours Card */
    .contact-hours-card {
        padding: 1.25rem;
    }

    .contact-hours-item {
        padding: 10px 14px;
    }

    .hours-day,
    .hours-time {
        font-size: 13px;
    }

    /* Static Page */
    .static-page-section {
        padding: 20px 0 32px;
    }

    .static-page-section .page-content-card {
        padding: 1.25rem;
    }

    .static-page-section .page-header h2 {
        font-size: 18px;
    }

    /* Success Alert */
    .contact-success-alert {
        padding: 12px 14px;
        font-size: 13px;
        gap: 8px;
    }

    .contact-success-alert i,
    .contact-success-alert svg {
        width: 18px !important;
        height: 18px !important;
    }
}

/* --- Tablet (768px - 991px) --- */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* Contact Cards */
    .contact-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .contact-card-inner {
        padding: 24px 20px;
    }

    /* Hero */
    .contact-hero-section {
        padding: 32px 0 28px;
    }

    .contact-hero-title {
        font-size: 24px;
    }

    /* Form Section */
    .contact-form-section .col-lg-7,
    .contact-form-section .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-form-section .page-content-card {
        padding: 2rem;
    }

    /* Static Page */
    .static-page-section .page-content-card {
        padding: 2rem;
    }
}

/* --- Small Desktop (992px - 1199px) --- */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .contact-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .contact-card-inner {
        padding: 24px 18px;
    }

    .contact-card-value {
        font-size: 15px;
    }
}