@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) {
    .payment-method-wrappers {
        grid-template-columns: repeat(2, 1fr);
    }
    .filter_sort {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        padding: 0 6px;
        margin-top: 12px;
    }
    .filter_sidebar {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        top: 30px;
        transition: 0.35s all;
        background: #fff;
    }
    .filter_sidebar.active {
        background: #fff;
        z-index: 9999;
        height: 100%;
        width: 97%;
        top: 2px;
        visibility: visible;
        opacity: 1;
        overflow-y: auto;
    }
    .filter_sidebar.active::-webkit-scrollbar-track
    {
    	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    	background-color: #F5F5F5;
    }
    
    .filter_sidebar.active::-webkit-scrollbar
    {
    	width: 6px;
    	background-color: #F5F5F5;
    }
    
    .filter_sidebar.active::-webkit-scrollbar-thumb
    {
    	background-color: #00aef0;
    }

    .filter_btn {
        display: inline-block;
        background: var(--primary-color);
        color: #fff;
        width: 55px;
        height: 33px;
        line-height: 33px;
        font-size: 17px;
        border: 1px solid #ddd;
        text-align: center;
        text-transform: capitalize;
        cursor: pointer;
    }
    .filter_close {
        background: #00aef0;
        padding: 10px 15px;
        font-size: 18px;
        color: #fff;
        border-radius: 5px;
        margin: 8px 0;
        cursor: pointer;
        display: block;
    }
    .sidebar-menu {
        display: none;
    }
	/* ===== HOME FLOATING CIRCLE (REMOVED - STYLES UNIFIED IN ACTIVE TABS) ===== */
    
	.scrolltop {
	    display: none !important;
	}
    .hightlight_cont ul {

    padding-left: 5px;
}
    .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; 
   }
   .meta_description {
   	display: none;
   }
	.mm-ocd {
    display: none;
   }
    .page-sort {
        padding-right: 6px;
    }
    .showing-data {
        display: none;
    }
    .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: #fff;
    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;
}

.mobile-menu.active {
    left: 0;
    box-shadow: 6px 0 30px rgba(0, 0, 0, 0.12) !important;
}
.mobile-menu {
    width: 300px;
    left: -300px;
    position: fixed;
    top: 0;
    z-index: 99999;
    background: #ffffff !important;
    height: 100vh;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    overflow-y: auto;
    border-right: 1px solid #e2e8f0 !important;
}
.mobile-menu::-webkit-scrollbar-track
{
    background-color: #f8fafc !important;
}

.mobile-menu::-webkit-scrollbar
{
    width: 5px !important;
    background-color: #f8fafc !important;
}

.mobile-menu::-webkit-scrollbar-thumb
{
    background-color: #cbd5e1 !important;
    border-radius: 10px !important;
}

.mobile-search {
    background-color: #ffffff !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}
.mobile-search form {
    display: flex !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 50px !important;
    background-color: #f8fafc !important;
    height: 42px !important;
    padding: 3px 3px 3px 12px !important;
    overflow: hidden !important;
    position: relative !important;
    align-items: center !important;
    transition: all 0.25s ease !important;
}
.mobile-search form:focus-within {
    border-color: var(--primary-color) !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px var(--primary-color-33) !important;
}
.mobile-search form svg,
.mobile-search form i {
    height: 16px !important;
    width: 16px !important;
    color: #64748b !important;
}
.mobile-search form input {
    text-align: left !important;
    padding-left: 8px !important;
    padding-right: 48px !important;
    color: #1e293b !important;
    font-size: 13.5px !important;
    background: transparent !important;
    border: none !important;
    height: 100% !important;
    flex: 1 !important;
    min-width: 0 !important;
    font-weight: 500 !important;
    outline: none !important;
}
.mobile-search form input::placeholder {
    color: #94a3b8 !important;
}
.mobile-search form button {
    background-color: var(--primary-color) !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    position: absolute !important;
    right: 3px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: 0 2px 6px var(--primary-color-33) !important;
    transition: all 0.2s ease !important;
}
.mobile-search form button:hover {
    filter: brightness(1.1) !important;
}
.mobile-menu-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 16px 20px !important;
    background: #f8fafc !important;
}
.logo-image img {
    height: 38px !important;
    width: auto !important;
    filter: none !important;
}
.mobile-menu-close {
    height: 36px !important;
    width: 36px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #e2e8f0 !important;
    border-radius: 50% !important;
    color: #475569 !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
}
.mobile-menu-close:active,
.mobile-menu-close:hover {
    background: var(--primary-color) !important;
    color: #ffffff !important;
    transform: rotate(90deg) !important;
}
.mobile-menu-close i {
    font-size: 16px !important;
    font-weight: 700 !important;
}
.first-nav .parent-category {
    display: block !important;
    border-bottom: 1px solid #f1f5f9 !important;
}
.first-nav .parent-category .menu-category-name {
    display: flex !important;
    align-items: center !important;
    padding: 14px 20px !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    color: #334155 !important;
    text-transform: capitalize !important;
    transition: all 0.25s ease !important;
    border-left: 3px solid transparent !important;
}
.first-nav .parent-category .menu-category-name i {
    color: #64748b !important;
    margin-right: 12px !important;
    transition: all 0.25s ease !important;
}
.first-nav .parent-category:hover .menu-category-name i {
    color: var(--primary-color) !important;
    transform: scale(1.15) !important;
}
.first-nav .parent-category .menu-category-name img.side_cat_img {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    object-fit: contain !important;
    margin-right: 12px !important;
    background: #f1f5f9 !important;
    padding: 4px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
    transition: all 0.25s ease !important;
}
.first-nav .parent-category .menu-category-name:active,
.first-nav .parent-category .menu-category-name:hover {
    color: var(--primary-color) !important;
    background: #f8fafc !important;
    border-left-color: var(--primary-color) !important;
}
.first-nav .parent-category:hover .menu-category-name img.side_cat_img {
    background: var(--primary-color) !important;
    transform: scale(1.1) !important;
}
.mobile-menu li.parent-category {
    position: relative !important;
}
.mobile-menu span.menu-category-toggle {
    position: absolute !important;
    right: 6px !important;
    top: 5px !important;
    display: flex !important;
    width: 44px !important;
    height: 44px !important;
    justify-content: center !important;
    align-items: center !important;
    color: #64748b !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
}
.mobile-menu span.menu-category-toggle:active,
.mobile-menu span.menu-category-toggle:hover {
    color: var(--primary-color) !important;
}
.mobile-menu span.menu-category-toggle.active i {
    transition: transform 0.3s ease !important;
    transform: rotate(180deg) !important;
}
.second-nav {
    padding: 6px 0 !important;
    background-color: #f8fafc !important;
    border-left: 1px dashed #cbd5e1 !important;
    margin-left: 34px !important;
}
.second-nav.active {
    min-height: 15px !important;
}
.parent-subcategory {
    display: block !important;
    position: relative !important;
    padding: 0px !important;
}
.parent-subcategory .menu-subcategory-name {
    display: block !important;
    padding: 10px 15px !important;
    color: #475569 !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    transition: all 0.25s ease !important;
}
.parent-subcategory .menu-subcategory-name:active,
.parent-subcategory .menu-subcategory-name:hover {
    color: var(--primary-color) !important;
    padding-left: 19px !important;
}
span.menu-subcategory-toggle {
    position: absolute !important;
    top: 5px !important;
    right: 6px !important;
    display: flex !important;
    width: 38px !important;
    height: 38px !important;
    justify-content: center !important;
    align-items: center !important;
    color: #64748b !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
}
span.menu-subcategory-toggle:active,
span.menu-subcategory-toggle:hover {
    color: var(--primary-color) !important;
}
span.menu-subcategory-toggle.active i {
    transition: transform 0.3s ease !important;
    transform: rotate(180deg) !important;
}
li.childcategory {
    display: block !important;
}
ul.third-nav {
    padding: 6px 0 !important;
    background-color: #f1f5f9 !important;
    border-left: 1px dashed #cbd5e1 !important;
    margin-left: 15px !important;
}
li.parent-category.active {
    background-color: #f8fafc !important;
}
li.parent-subcategory.active {
    background-color: transparent !important;
}
.menu-childcategory-name {
    display: block !important;
    padding: 8px 15px !important;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    transition: all 0.25s ease !important;
}
.menu-childcategory-name:active,
.menu-childcategory-name:hover {
    color: var(--primary-color) !important;
    padding-left: 19px !important;
}
header .toggle {
    margin-top: 0;
    padding-left: 0 !important;
}
.mobile-menu-social .mobile-social-list .mobile-social-link i {
    color: #64748b !important;
    font-size: 16px !important;
}
.mobile-menu-social .mobile-social-list .mobile-social-link {
    border: 1px solid #e2e8f0 !important;
    padding: 6px 14px !important;
    border-radius: 6px !important;
    display: block !important;
    background: #f8fafc !important;
    transition: all 0.2s ease !important;
}
.mobile-menu-social .mobile-social-list .mobile-social-link:hover {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.mobile-menu-social .mobile-social-list .mobile-social-link:hover i {
    color: #ffffff !important;
}
.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;
	}
	.cus-order-1 {
	    order: 1;
	}
	.chheckout-section {
	    padding: 10px 0;
	}
	.cart_details{
	    margin-bottom: 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-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: #fff;
	    z-index: 9999;
	    position: sticky;
	    top: 0;
	    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	}
	.mobile-top {
	    background: #108BC3;
	    padding: 8px 0;
	}
	.mobile-top ul{
		text-align: right;
	}
	.mobile-top ul li a {
	    color: #fff;
	    margin: 0 5px;
	}
	.menu-bar i {
    font-size: 22px;
}
.mobile-logo {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    text-align: center;
    font-size: 16px;
    height: 70px;
    align-items: center;
    padding: 0 16px !important;
    box-sizing: border-box !important;
}
	.fixed-top .mobile-logo {
		margin-bottom: 0px;
	}
.menu-logo img {
    width: auto;
    height: 60px !important;
    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 {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}
.menu-bar a.toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    color: #334155 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02) !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
}
.menu-bar a.toggle i {
    font-size: 16px !important;
    color: inherit !important;
}
.menu-bar a.toggle:active,
.menu-bar a.toggle:focus {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px var(--primary-color-33) !important;
}

.menu-bag {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin-right: 0 !important;
}
.menu-bag .margin-shopping {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    color: #334155 !important;
    position: relative !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02) !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
}
.menu-bag .margin-shopping i {
    font-size: 16px !important;
    color: inherit !important;
}
.menu-bag .margin-shopping:active,
.menu-bag .margin-shopping:focus {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px var(--primary-color-33) !important;
}
.menu-bag .margin-shopping .mobilecart-qty {
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    background: var(--primary-color) !important;
    color: #ffffff !important;
    height: 18px !important;
    width: 18px !important;
    line-height: 18px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    border-radius: 50% !important;
    text-align: center !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15) !important;
    border: 1.5px solid #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    transition: all 0.25s ease !important;
}
.menu-bag .margin-shopping:active .mobilecart-qty {
    background: #ffffff !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
	.menu-bag ul li a {
	    margin-right: 15px;
	    position: relative;
	}
	.menu-bag li span {
	    background: #E62E04;
	    font-size: 10px;
	    color: #fff;
	    position: absolute;
	    top: 0;
	    left: 12px;
	    width: 15px;
	    height: 15px;
	    border-radius: 50px;
	    line-height: 15px;
	}

	.slider-item {
	    height: 150px;
	    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;
    }
	/* ===== MODERN BOTTOM NAV BAR WITH SLIDING NOTCH & ROUNDED EDGES ===== */
	.footer_nav {
	    display: flex !important;
	    align-items: flex-end !important;
	    justify-content: center !important;
	    background: transparent !important;
	    backdrop-filter: none !important;
	    -webkit-backdrop-filter: none !important;
	    border-top: none !important;
	    box-shadow: none !important;
	    height: 96px !important; /* increased height to prevent floating icon clipping */
	    padding: 0 !important;
	    position: fixed !important;
	    bottom: 0 !important;
	    left: 0 !important;
	    right: 0 !important;
	    width: 100% !important;
	    z-index: 9999 !important;
	    border-radius: 0 !important;
	    pointer-events: none !important;
	    overflow: visible !important;
	}
	/* Remove global pseudo background so backgrounds are handled per-tab */
	.footer_nav::before {
	    content: none !important;
	}
	.footer_nav ul {
	    display: flex !important;
	    width: 100% !important;
	    height: 64px !important;
	    align-items: center !important;
	    justify-content: space-around !important;
	    margin: 0 !important;
	    padding: 0 !important;
	    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
	    list-style: none !important;
	    grid-template-columns: none !important;
	    position: relative !important;
	    z-index: 1 !important;
	    align-self: flex-end !important;
	    pointer-events: auto !important;
	    overflow: visible !important;
	}
	.footer_nav ul li {
	    flex: 1 !important;
	    height: 100% !important;
	    display: flex !important;
	    align-items: center !important;
	    justify-content: center !important;
	    position: relative !important;
	    pointer-events: auto !important;
	    overflow: visible !important;
	}
	
	/* Individual tab backgrounds to form a continuous bar with notch */
	.footer_nav ul li::before {
	    content: '' !important;
	    position: absolute !important;
	    bottom: 0 !important;
	    left: -1px !important;
	    right: -1px !important;
	    height: 64px !important;
	    background: #1e293b !important;
	    z-index: 0 !important;
	    transition: all 0.35s ease !important;
	}
	
	/* Rounded edges for the far-left and far-right of the navigation bar */
	.footer_nav ul li:first-child::before {
	    border-radius: 28px 0 0 0 !important;
	}
	.footer_nav ul li:last-child::before {
	    border-radius: 0 28px 0 0 !important;
	}
	
	/* Smooth sliding notch cutout background on the active tab */
	.footer_nav ul li.active::before {
	    background-image: 
	        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='64' viewBox='0 0 60 64'><path d='M 0 0 L 5 0 C 15 0, 16 36, 30 36 C 44 36, 45 0, 55 0 L 60 0 L 60 64 L 0 64 Z' fill='%231e293b'/></svg>"),
	        linear-gradient(#1e293b, #1e293b),
	        linear-gradient(#1e293b, #1e293b) !important;
	    background-position: 
	        center top,
	        left top,
	        right top !important;
	    background-size: 
	        60px 64px,
	        calc(50% - 28px) 100%,
	        calc(50% - 28px) 100% !important;
	    background-repeat: no-repeat !important;
	}
	
	.footer_nav ul li a {
	    display: flex !important;
	    flex-direction: column !important;
	    align-items: center !important;
	    justify-content: center !important;
	    text-decoration: none !important;
	    width: 100% !important;
	    height: 100% !important;
	    position: relative !important;
	    z-index: 2 !important;
	}
	
	/* Inactive items styling */
	.footer_nav ul li:not(.active) a .footer-icon-wrap {
	    width: auto !important;
	    height: auto !important;
	    background: transparent !important;
	    border-radius: 0 !important;
	    margin-top: 0 !important;
	    box-shadow: none !important;
	    transform: scale(1) !important;
	    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
	}
	.footer_nav ul li:not(.active) a .footer-icon-wrap i {
	    color: rgba(255, 255, 255, 0.45) !important;
	    font-size: 20px !important;
	    transition: all 0.3s ease !important;
	}
	.footer_nav ul li:not(.active) a .footer-label {
	    color: rgba(255, 255, 255, 0.45) !important;
	    font-size: 10px !important;
	    font-weight: 500 !important;
	    letter-spacing: 0.2px !important;
	    margin-top: 3px !important;
	    transition: all 0.3s ease !important;
	    text-transform: capitalize !important;
	}
	
	/* Hover effects for inactive tabs */
	.footer_nav ul li:not(.active) a:hover i,
	.footer_nav ul li:not(.active) a:hover .footer-label {
	    color: rgba(255, 255, 255, 0.75) !important;
	}
	
	/* Active items styling: Floating circular icon and highlighted label */
	.footer_nav ul li.active a .footer-icon-wrap {
	    width: 56px !important;
	    height: 56px !important;
	    background: var(--primary-color) !important;
	    border-radius: 50% !important;
	    display: flex !important;
	    align-items: center !important;
	    justify-content: center !important;
	    margin-top: -28px !important;
	    margin-bottom: 1px !important;
	    box-shadow: 0 4px 15px var(--primary-color-38), 0 2px 8px rgba(0, 0, 0, 0.2) !important;
	    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
	    transform: scale(1) !important;
	    position: relative !important;
	    z-index: 10 !important;
	}
	.footer_nav ul li.active a:active .footer-icon-wrap {
	    transform: scale(0.88) !important;
	    box-shadow: 0 2px 8px var(--primary-color-33) !important;
	}
	.footer_nav ul li.active a .footer-icon-wrap i {
	    color: #ffffff !important;
	    font-size: 22px !important;
	    transition: all 0.3s ease !important;
	}
	.footer_nav ul li.active a .footer-label {
	    color: rgba(255, 255, 255, 0.9) !important;
	    font-size: 9px !important;
	    font-weight: 600 !important;
	    text-transform: uppercase !important;
	    letter-spacing: 0.3px !important;
	    margin-top: 4px !important;
	    transition: all 0.3s ease !important;
	}
	
	/* Cart quantity badge on dark bar */
	.footer-cart-icon-wrap .mobilecart-qty {
	    position: absolute !important;
	    top: -6px !important;
	    right: -10px !important;
	    background: var(--primary-color) !important;
	    color: #ffffff !important;
	    height: 16px !important;
	    width: 16px !important;
	    line-height: 16px !important;
	    font-size: 9px !important;
	    font-weight: 700 !important;
	    border-radius: 50% !important;
	    text-align: center !important;
	    box-shadow: 0 2px 6px rgba(0,0,0,0.3) !important;
	    border: 1.5px solid #1e293b !important;
	    display: flex !important;
	    align-items: center !important;
	    justify-content: center !important;
	    padding: 0 !important;
	    transition: all 0.3s ease !important;
	}
	
	/* Style adjustment for cart badge when the Cart tab is active to ensure readability */
	.footer_nav ul li.active .footer-cart-icon-wrap .mobilecart-qty {
	    background: #ffffff !important;
	    color: var(--primary-color) !important;
	    border: 1.5px solid var(--primary-color) !important;
	}
	.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: #fff;
	    left: 0;
	    visibility: hidden;
	    opacity: 0;
	    transition: 0.35s all;
	}
	.close_filter {
	    position: absolute;
	    top: 0;
	    right: 12px;
	    border: 2px solid #ddd;
	    font-size: 19px;
	    padding: 0px 10px;
	    border-radius: 50px;
	    background: #d3b520;
	    color: #fff;
	}
	.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;
    }
	.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;
    }
    .whatsapp-float {
        bottom: 80px !important;
    }
}
@media only screen and (min-width:767px) and (max-width:991px) {
.menu-product{
	display: none;
}

}
@media only screen and (min-width:992px) and (max-width:1140px) {


}
@media only screen and (min-width:1141px){


}

/* =====================================================
   Global Mobile Overflow Prevention
   ===================================================== */
@media only screen and (max-width: 767px) {
    /* Prevent images/media from overflowing */
    img, video, iframe, embed, object {
        max-width: 100% !important;
    }

    /* Fix images inside product description / rich text */
    .description img,
    .description p img,
    .description figure img {
        max-width: 100% !important;
        height: auto !important;
        display: block;
    }

    /* Fix wide tables in product description */
    .description table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100% !important;
    }

    /* Fix iframe/video embed in description */
    .description iframe,
    .description embed,
    .description video {
        max-width: 100% !important;
        width: 100% !important;
    }

    /* Nested container inside product-section — remove extra horizontal padding */
    .product-section > .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Ensure product-section rows don't bleed */
    .product-section .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .product-section .row > [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }
}
