@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 {
    width: 100%;
   }
  .order_now_btn {
    width: 98%;
    margin-left:0;
}
    .pro_img {
        width: 100% !important;
        aspect-ratio: 1 / 1 !important;
        height: auto !important;
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
        overflow: hidden;
        background: #f8fafc;
    }
    .pro_img img {
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: 1 / 1 !important;
        object-fit: cover !important;
        display: block !important;
    }
    header#navbar_top {
        position: inherit;
    }
    .product_sliders,
    .main_product_inner,
    .category-product {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-gap: 10px !important;
    }
    .cat_img {
        width: 62px !important;
        height: 62px !important;
        border-radius: 50% !important;
        margin: 0 auto 6px auto !important;
        overflow: hidden !important;
        border: 2px solid #fed7aa !important;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05) !important;
        background: #fff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .cat_img a {
        display: flex !important;
        width: 100% !important;
        height: 100% !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .cat_img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    .topcategory {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 14px 6px !important;
        padding: 10px 4px !important;
    }
    .cat_name a {
        font-size: 11.5px !important;
        font-weight: 600 !important;
        color: #1e293b !important;
        line-height: 1.25 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        text-align: center !important;
    }
    .payment-method-wrappers {
        grid-template-columns: repeat(2, 1fr);
    }
    .product_item {
        border-radius: 12px !important;
        margin-bottom: 12px !important;
        padding-bottom: 10px !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    }
    .pro_des {
        padding: 8px 8px 4px 8px !important;
    }
    .pro_name a {
        font-size: 13px !important;
        line-height: 1.35 !important;
        height: 35px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        color: #0f172a !important;
    }
    .pro_price {
        margin: 4px 0 !important;
        display: flex !important;
        align-items: baseline !important;
        gap: 6px !important;
        flex-wrap: wrap !important;
    }
    .pro_price .new_price {
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #fe5200 !important;
    }
    .pro_price .old_price {
        font-size: 12px !important;
        color: #94a3b8 !important;
    }
    .pro_btn {
        padding: 0 8px !important;
    }
    .addcartbutton {
        height: 34px !important;
        font-size: 11.5px !important;
        padding: 0 6px !important;
        border-radius: 8px !important;
        font-weight: 700 !important;
    }
    .card_qty_stepper_wrap {
        height: 34px !important;
        border-radius: 8px !important;
    }
    .pro_discount_badge {
        width: 36px !important;
        height: 36px !important;
        top: 6px !important;
        right: 6px !important;
    }
    .pro_discount_badge .disc_val {
        font-size: 9.5px !important;
    }
    .pro_discount_badge .disc_lbl {
        font-size: 6.5px !important;
    }
    .filter_sort {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
        padding: 4px 0 !important;
        margin-top: 10px !important;
    }
    .filter_btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        background: #fe5200 !important;
        color: #fff !important;
        height: 38px !important;
        padding: 0 14px !important;
        border-radius: 8px !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        cursor: pointer !important;
        border: none !important;
        flex-shrink: 0 !important;
        transition: all 0.2s ease !important;
        box-shadow: 0 2px 6px rgba(254, 82, 0, 0.25) !important;
    }
    .filter_btn:after {
        content: ' ফিল্টার';
        font-size: 12px;
    }
    .page-sort {
        flex-grow: 1 !important;
    }
    .page-sort select {
        height: 38px !important;
        border-radius: 8px !important;
        font-size: 13px !important;
        border-color: #e2e8f0 !important;
    }
    .filter_sidebar {
        position: fixed !important;
        visibility: hidden !important;
        opacity: 0 !important;
        top: 0 !important;
        left: -320px !important;
        width: 300px !important;
        max-width: 85vw !important;
        height: 100vh !important;
        transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
        background: #ffffff !important;
        z-index: 99999 !important;
        padding: 16px !important;
        box-shadow: 5px 0 25px rgba(0, 0, 0, 0.15) !important;
        overflow-y: auto !important;
    }
    .filter_sidebar.active {
        left: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .filter_close {
        background: #f1f5f9 !important;
        color: #0f172a !important;
        padding: 10px 14px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        border-radius: 8px !important;
        margin-bottom: 14px !important;
        cursor: pointer !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        border: 1px solid #e2e8f0 !important;
    }
    .sidebar-menu {
        display: none;
    }
      li.mobile_home {
        border: 2px solid #ddd;
        margin-top: -35px;
        background: #f77213;
        padding-top: 15px;
        border-radius: 50%;
        width: 75px;
        height: 75px;
    }
    
    li.mobile_home a {
        color: #fff;
    }
    
	.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;
    padding-top: 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;
}
.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: #f77213;
}

.mobile-search {
    background-color: #ffffff;
    padding: 0 14px 12px 14px;
    position: relative;
}
.mobile-search form {
    display: flex;
    align-items: center;
    border: 1.5px solid #e2e8f0;
    border-radius: 25px;
    background-color: #f8fafc;
    height: 42px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease;
}
.mobile-search form:focus-within {
    border-color: #fe5200;
    background-color: #ffffff;
    box-shadow: 0 4px 14px rgba(254, 82, 0, 0.12);
}
.mobile-search form svg,
.mobile-search form i {
    font-size: 15px;
    color: #fff;
}
.mobile-search form input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0 16px;
    font-size: 13.5px;
    color: #1e293b;
    outline: none;
    height: 100%;
}
.mobile-search form button {
    border: none;
    background: #fe5200;
    color: #ffffff;
    width: 44px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0 23px 23px 0;
    transition: background 0.15s ease;
}
.mobile-search form button:hover {
    background: #ea580c;
}
.mobile-search .search_result {
    position: absolute;
    top: calc(100% - 4px);
    left: 14px;
    right: 14px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid #e2e8f0;
    max-height: 60vh;
    overflow-y: auto;
    z-index: 999999;
}
.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;
}
.mobile-menu span.menu-category-toggle.active i {
    transition: transform 0.3s ease;
}
.mobile-menu span.menu-category-toggle.active i {
    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;
}
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: 10px 0;
    padding-left: 60px;
}
header .toggle {
    margin-top: 0;
    padding-left: 30px;
}
.mobile-menu-social .mobile-social-list .mobile-social-link i {
    color: #c0c0c0;
    font-size: 16px;
}
.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;
}
    .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: 0;
	}
	.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;
	}
	.mobile-top {
	    background: #108BC3;
	    padding: 8px 0;
	}
	.mobile-top ul{
		text-align: right;
	}
	.mobile-top ul li a {
	    color: #fff;
	    margin: 0 5px;
	}
    .mobile-header {
        display: block !important;
        background-color: #ffffff !important;
        position: sticky !important;
        top: 0 !important;
        z-index: 9990 !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    }
    .mobile-logo {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 14px !important;
        height: 60px !important;
        background: #ffffff !important;
    }
    .menu-bar {
        margin-top: 0 !important;
    }
    .menu-bar a.toggle {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        height: 38px !important;
        background: #f8fafc !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 8px !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
    }
    .menu-bar a.toggle:active {
        background: #e2e8f0 !important;
        transform: scale(0.96);
    }
    .menu-bar i {
        font-size: 19px !important;
        color: #1e293b !important;
    }
    .menu-logo {
        flex: 1 !important;
        text-align: center !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .menu-logo a {
        display: inline-block !important;
    }
    .menu-logo img {
        max-height: 42px !important;
        max-width: 170px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
        margin: 0 auto !important;
    }
    .menu-bag {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        height: 38px !important;
        background: #fff7ed !important;
        border: 1px solid #ffedd5 !important;
        border-radius: 8px !important;
        color: #ea580c !important;
        position: relative !important;
        cursor: pointer !important;
        margin: 0 !important;
        transition: all 0.2s ease !important;
    }
    .menu-bag:active {
        background: #ffedd5 !important;
        transform: scale(0.96);
    }
    .menu-bag .margin-shopping {
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 100% !important;
        position: static !important;
    }
    .menu-bag i {
        font-size: 19px !important;
        color: #ea580c !important;
    }
    .menu-bag .mobilecart-qty {
        position: absolute !important;
        top: -6px !important;
        right: -6px !important;
        background: #fe5200 !important;
        color: #ffffff !important;
        font-size: 11px !important;
        font-weight: 800 !important;
        min-width: 20px !important;
        height: 20px !important;
        border-radius: 10px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 4px !important;
        box-shadow: 0 2px 6px rgba(254, 82, 0, 0.45) !important;
        border: 1.5px solid #ffffff !important;
        line-height: 1 !important;
    }
    .slider-item {
        height: auto !important;
        aspect-ratio: 2.2 / 1 !important;
        min-height: 140px !important;
        max-height: 220px !important;
        margin-top: 0 !important;
        overflow: hidden !important;
        border-radius: 10px !important;
    }
    .slider-item a,
    .slider-item img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
        border-radius: 10px !important;
    }
    .footer-about p {
        text-align: center;
    }
    .footer-bottom {
        margin-bottom: 0 !important;
        padding-bottom: 77px !important;
    }
    .footer-about {
        text-align: center;
        padding: 0 15px;
    }
    /* Fixed App Dock on Mobile */
    body {
        padding-bottom: calc(65px + env(safe-area-inset-bottom, 0px)) !important;
    }
    .footer_nav {
        display: block !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 60px !important;
        background: rgba(255, 255, 255, 0.98) !important;
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        border-top: 1px solid #e2e8f0 !important;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06) !important;
        z-index: 9995 !important;
        padding: 6px 0 !important;
        padding-bottom: calc(6px + env(safe-area-inset-bottom, 0px)) !important;
    }
    .footer_nav ul {
        display: flex !important;
        justify-content: space-around !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        height: 100% !important;
    }
    .footer_nav ul li {
        flex: 1 !important;
        text-align: center !important;
        position: relative !important;
    }
    .footer_nav ul li a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        color: #64748b !important;
        text-decoration: none !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        transition: all 0.2s ease !important;
        gap: 3px !important;
    }
    .footer_nav ul li a:hover,
    .footer_nav ul li a:active,
    .footer_nav ul li.active a {
        color: #fe5200 !important;
    }
    .footer_nav ul li a i {
        font-size: 18px !important;
        line-height: 1 !important;
    }
    /* Floating Home Button */
    li.mobile_home {
        margin-top: -24px !important;
        border: none !important;
        background: transparent !important;
        padding-top: 0 !important;
        width: auto !important;
        height: auto !important;
    }
    li.mobile_home a {
        width: 48px !important;
        height: 48px !important;
        border-radius: 50% !important;
        background: linear-gradient(135deg, #fe5200 0%, #ea580c 100%) !important;
        color: #ffffff !important;
        box-shadow: 0 4px 14px rgba(254, 82, 0, 0.45) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 auto !important;
    }
    li.mobile_home a i {
        font-size: 20px !important;
        color: #ffffff !important;
    }
    li.mobile_home a span:last-child {
        display: none !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;
}
}
@media only screen and (min-width:767px) and (max-width:991px) {
.menu-product{
	display: none;
}
.product_sliders,
.main_product_inner,
.category-product {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 12px !important;
}
}
@media only screen and (min-width:992px) and (max-width:1140px) {


}
@media only screen and (min-width:1141px){


}

/* ========================================================
   TABLET & MULTI-DEVICE CART SIDEBAR OPTIMIZATION
   Ensures Cart Drawer and Bottom Action Buttons are
   ALWAYS visible, accessible, and never cut off on tablets & mobiles
   ======================================================== */
@media screen and (min-width: 576px) and (max-width: 1024px) {
    .side_cart_drawer {
        width: 420px !important;
        max-width: 88vw !important;
        top: 0 !important;
        bottom: 0 !important;
        height: 100% !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
        z-index: 999999 !important;
    }
    .side_cart_content {
        height: 100% !important;
        max-height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        flex: 1 1 auto !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }
    .side_cart_header {
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        padding: 16px 20px !important;
    }
    .side_cart_body {
        flex: 1 1 auto !important;
        min-height: 0 !important;
        max-height: 100% !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        overscroll-behavior: contain !important;
        padding: 16px 20px !important;
    }
    .side_cart_footer {
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        margin-top: auto !important;
        position: sticky !important;
        bottom: 0 !important;
        background: #ffffff !important;
        z-index: 20 !important;
        padding: 14px 20px calc(16px + env(safe-area-inset-bottom, 0px)) 20px !important;
        box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.08) !important;
        border-top: 1px solid #f1f5f9 !important;
    }
    .side_cart_subtotal_row {
        margin-bottom: 12px !important;
    }
    .side_cart_btn {
        padding: 14px 18px !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        letter-spacing: 0.5px !important;
        border-radius: 10px !important;
        cursor: pointer !important;
        touch-action: manipulation !important;
        -webkit-tap-highlight-color: transparent !important;
    }
}

/* Tablet Landscape & Short Viewports */
@media screen and (max-height: 750px) {
    .side_cart_header {
        padding: 10px 16px !important;
    }
    .side_cart_title {
        font-size: 15px !important;
    }
    .side_cart_body {
        padding: 10px 16px !important;
    }
    .side_cart_item {
        padding: 8px 10px !important;
        gap: 10px !important;
    }
    .side_cart_item_img {
        width: 52px !important;
        height: 52px !important;
    }
    .side_cart_footer {
        padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)) 16px !important;
    }
    .side_cart_subtotal_row {
        margin-bottom: 8px !important;
        font-size: 14px !important;
    }
    .side_cart_btn {
        padding: 11px 14px !important;
        font-size: 13.5px !important;
    }
}