@media(max-width: 1650px) {
    .icon-bottom-left {
        left: 20px;
    }

    .icon-top-right {
        right: 20px;
    }
}

@media(max-width: 1475px) {
    .icon-bottom-left,
    .icon-bottom-right {
        top: inherit;
        bottom: 50px;
    }

    .icon-bottom-right {
        right: 34px;
    }
}

@media(max-width: 1400px) {
    .owl-theme .owl-nav .owl-prev {
        left: -60px;
    }

    .owl-theme .owl-nav .owl-next {
        right: -60px;
    }
}

@media(max-width: 1350px) {
    .wrapper-spacer {
        padding: 30px;
    }

    .wrapper-spacer-bg .home-slider {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gallery-slider.gallery-uniq {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media(max-width: 1300px) {
    .chef-part .icon-bottom-left {
        bottom: 40px;
        top: inherit;
        max-width: 40px;
    }

    .owl-theme .owl-nav .owl-prev,
    .owl-theme .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }

    .wrapper-spacer-bg .owl-theme .owl-nav .owl-prev,
    .wrapper-spacer-bg .owl-theme .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }

    .wrapper-spacer-bg .owl-theme .owl-nav .owl-prev:hover,
    .wrapper-spacer-bg .owl-theme .owl-nav .owl-next:hover {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }

    .owl-theme .owl-nav .owl-prev:hover,
    .owl-theme .owl-nav .owl-next:hover {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }

    .owl-theme .owl-nav .owl-prev {
        left: -25px;
    }

    .owl-theme .owl-nav .owl-next {
        right: -25px;
    }
}

@media(max-width: 1200px) {
    .menu-main li {
        margin-right: 9px;
    }

    .header-collect {
        margin-right: 18px;
    }

    .food-item:after {
        width: 140px;
        margin-right: 25px;
    }

    .social-round li {
        margin-right: 10px;
    }

    .product-blog {
        padding: 0 25px;
    }

    .slick-prev {
        left: 10px;
    }

    .slick-next {
        right: 10px;
    }

    .wrapper-spacer {
        padding: 20px;
    }

    .wrapper-spacer-bg .home-slider {
        padding-left: 20px;
        padding-right: 20px;
    }

    .address-blog {
        padding-right: 6%;
    }

    .gallery-slider.gallery-uniq {
        padding-left: 50px;
        padding-right: 50px;
    }

    .feature-label .feature-info span {
        margin-right: 10px;
    }

    .header-transparent .header-info {
        margin-left: 20px;
    }

    .header-transparent .logo {
        width: 16%;
    }

    .service-port-next {
        margin-top: 30px;
    }

    .shop-single .filter-btn {
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .chef-blog .social-top li {
        margin-right: 10px;
    }
}

@media(min-width: 320px) {
    .sticky-fixed {
        position: fixed !important;
        left: 0px !important;
        top: 0px !important;
        background: #8f13a8;
    }

    .sticky-fixed .logo>a {
        width: 72px !important;
        top: 0px !important;
    }

    .sticky-fixed .header-bottom {
        padding: 0px !important;
    }

    .header-expert.sticky-fixed {
        background: #F6F3EC;
    }

    .sticky-fixed .header-top {
        display: none;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
}

@media(min-width: 992px) and (max-width: 1200px) {
    .chef-col {
        width: 33.33%;
    }
}

@media(max-width: 991px) {

    /* Header Part */
    .hidden-body {
        overflow: hidden;
        height: 100%;
    }

    /* Unified mobile header layout for all pages */
    /* Unified mobile header across all pages */
    .header-top {
        padding: 10px 0 4px;
        min-height: 0;
        background: #8f13a8;
    }

    .header-top-inner {
        position: relative;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
        z-index: 1350;
        width: calc(100% - 24px);
        background: #8f13a8;
        border-radius: 14px;
        padding: 10px 14px;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
        margin: 0 auto 12px;
        color: #fff;
    }

    .header-top-left,
    .header-top-right {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .header-top-left .top-cell,
    .header-top-right .social-top {
        display: inline-flex;
        align-items: center;
        font-size: 13px;
        color: #fff;
        gap: 8px;
    }

    .header-top-left .top-cell span {
        font-weight: 600;
        display: block;
        line-height: 1.2;
        color: #fff;
    }

    .header-top-left .top-cell img {
        max-width: 16px;
    }

    .header-top-left .fa-instagram {
        font-size: 18px;
        color: #fff;
    }

    .header-top-right .social-top ul {
        display: inline-flex;
        gap: 12px;
        margin: 0;
    }

    .header-top-right {
        order: 2;
    }

    .header-bottom .container {
        position: relative;
        padding: 18px 22px 14px;
    }

    .menu-icon {
        order: 1;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: none;
        margin: 0;
        z-index: 2001;
        display: flex;
        align-items: center;
    }

    .logo {
        order: 2;
        width: auto;
        flex: 1 1 0;
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        z-index: 1500;
    }

    .logo>a {
        position: relative;
        top: 0;
        left: auto !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        width: 90px;
        margin: 0 auto;
    }

    .header-info {
        order: 3;
        width: auto;
        float: none;
        padding: 0;
        z-index: 1450;
        position: static;
        margin-left: auto;
        display: flex;
    }

    .header-info-inner {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: flex-end;
        width: 100%;
    }

    .shop-cart.header-collect {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        display: flex;
        align-items: center;
        z-index: 2002;
        margin-left: auto;
    }

    .menu-main {
        order: 4;
        width: 100%;
        float: none;
        margin-top: 12px;
    }

    /* Slide-in mobile menu */
    .menu-main {
        position: fixed;
        inset: 0;
        height: 100vh;
        overflow-y: auto;
        background: #8f13a8 !important; /* Forced purple burger overlay on all pages */
        z-index: 1600;
        width: 100%;
        padding: 130px 26px 32px;
        -webkit-transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
        -moz-transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
        -ms-transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
        -o-transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
        transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
        overflow-x: hidden;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        pointer-events: none;
        box-shadow: -8px 0 24px rgba(0, 0, 0, 0.16);
        -webkit-overflow-scrolling: touch;
    }

    .drop-mega-part p {
        margin: 0px;
    }

    .header-expert .menu-main li a {
        color: #ffffff;
    }

    .menu-main.open {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    .menu-main li .drop-nav li a,
    .menu-main li.mega-menu .drop-nav li a {
        color: #ffffff;
    }

    .menu-main li {
        width: 100%;
        margin-bottom: 6px;
    }

    .menu-main li.mega-menu {
        position: relative;
    }

    .menu-main ul>li.has-child:hover>a:after{
        display: none;
    }

    .menu-main li a {
        padding: 11px 18px;
        padding-right: 46px;
        font-size: 16px;
        letter-spacing: 0.2px;
        line-height: 1.35;
        border-radius: 12px;
    }

    .menu-main ul>li.open>.drop-nav-arrow {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .drop-nav-arrow {
        display: block;
        position: absolute;
        top: 4px;
        right: 8px;
        padding: 12px 12px;
        font-size: 24px;
        cursor: pointer;
        color: #ffffff;
    }

    .drop-has-child>a::after {
        display: none;
    }

    .menu-main li.has-child .drop-nav .drop-nav {
        left: inherit;
        top: inherit;
        border: none;
    }

    .logo {
        position: relative;
        z-index: 1500;
    }

    .menu-main li.mega-menu .drop-nav,
    .menu-main li.has-child .drop-nav {
        position: inherit;
        right: inherit;
        top: inherit;
        background: inherit;
        padding: 4px 0 8px 18px;
        min-width: 100%;
        display: none;
    }

    .menu-main ul>li:hover>.drop-nav {
        display: none;
    }

    .menu-main li .drop-nav a,
    .menu-main li.mega-menu .drop-nav {
        color: #ededed;
    }

    .mega-title {
        margin-bottom: 15px;
        margin-top: 15px;
        color: #c19942;
        font-size: 16px;
    }

    .menu-main ul>li.mega-menu:hover>a:before,
    .menu-main ul>li.has-child:hover>a:before {
        display: none;
    }

    .mega-position {
        bottom: 0;
        margin-bottom: 0;
        margin-right: 0;
        float: left;
    }

    .menu-icon {
        display: block;
        position: relative;
        z-index: 2001;
    }

    .menu-main ul>li.has-child>ul.drop-nav:before,
    .menu-main li.has-child .drop-nav:after {
        display: none;
    }

    .menu-main ul>li.mega-menu>ul.drop-nav:before,
    .menu-main li.mega-menu .drop-nav:after {
        display: none;
    }

    .menu-main li.mega-menu .drop-nav,
    .menu-main li.has-child .drop-nav {
        margin-top: 0px;
    }

    .menu-main li .drop-nav li {
        padding-left: 0px;
    }

    .menu-main li .drop-nav li a {
        padding: 10px 14px 10px 8px !important;
        font-size: 15px;
        line-height: 1.3;
    }

    .mega-position {
        display: none;
    }

    .menu-main ul>li:hover>.drop-nav,
    .menu-main ul>li>.drop-nav {
        box-shadow: none !important;
    }

    .menu-main>ul>li>a:before {
        display: none;
    }

    /* Header End */
    .social-round li a {
        width: 35px;
        height: 35px;
        line-height: 33px;
        font-size: 14px;
    }

    .owl-theme .owl-nav .owl-prev {
        left: -10px;
    }

    .owl-theme .owl-nav .owl-next {
        right: -10px;
    }

    .food-blog .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .food-blog .col-xs-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .food-item:after {
        margin-right: 20px;
        width: 60px;
    }

    .menu-list h5 {
        font-size: 17px;
    }

    .portfolioFilter a {
        padding-right: 30px;
        padding-left: 30px;
    }

    .icon-top-right,
    .icon-top-left {
        top: 20px;
    }

    .product-blog {
        padding: 0 15px;
    }

    .top-cell {
        font-size: 14px;
    }

    .social-top li {
        margin-right: 13px;
    }

    .modal .close {
        right: -10px;
    }

    .header-info {
        float: left;
    }

    .header-info-inner {
        float: left;
    }

    .menu-main {
        float: right;
    }

    .search-part {
        display: none;
    }

    .header-collect {
        margin-right: 10px;
    }

    .header-collect a>img {
        max-width: 25px;
        margin-right: 6px;
    }

    .book-table.header-collect img {
        position: relative;
        top: -3px;
    }

    .book-md {
        display: none;
    }

    .book-sm {
        display: block;
        float: right;
        padding: 15px 0 13px;
    }

    .feature-info {
        padding: 15px;
    }

    /* Tap-to-open cart ("Articles") on mobile */
    .cart-wrap {
        position: fixed;
        left: auto;
        right: 14px;
        top: calc(72px + env(safe-area-inset-top));
        z-index: 2200;
        display: none;
        pointer-events: none;
        width: calc(100vw - 32px);
        max-width: 320px;
    }

    .shop-cart:hover .cart-blog:before {
        right: inherit;
        left: 55px;
    }

    .shop-cart.cart-open .cart-wrap {
        display: block;
        pointer-events: auto;
    }

    .shop-cart.cart-open .cart-blog:before {
        display: none;
    }

    .cart-blog {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Footer Round */
    .wrapper-spacer {
        padding: 15px 5px;
    }

    .wrapper-spacer-bg .home-slider {
        padding-left: 5px;
        padding-right: 5px;
    }

    .header-part.header-on {
        top: 60px;
    }

    .address-blog {
        width: 50%;
        padding-right: 5%;
    }

    .gallery-slider.gallery-uniq {
        padding-left: 65px;
        padding-right: 65px;
    }

    .footer-round-right {
        width: 35%;
    }

    .footer-xs-middle {
        padding: 25px 15px 30px;
    }

    .footer-xs-left {
        padding-right: 15px;
    }

    .footer-form {
        font-size: 13px;
    }

    .footer-xs-right {
        padding-left: 15px;
    }

    .footer-form-top h3 {
        font-size: 19px;
    }

    .header-transparent .header-info {
        margin-left: 0px;
    }

    .header-transparent .logo {
        text-align: center;
        float: none;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .header-part.header-transparent .logo>a {
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        -o-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
    }

    .header-part.header-transparent {
        top: 30px;
    }

    .header-transparent .header-bottom {
        padding: 0px;
    }

    .header-expert .header-bottom {
        padding: 15px 0;
    }

    .header-part.header-expert {
        top: 0px;
    }

    .header-part.header-expert .logo>a {
        top: -15px;
    }

    .header-expert .menu-icon a span {
        background: #8f13a8;
    }

    .service-port-next {
        margin-top: 0px;
    }

    .comment-img {
        max-width: 90px;
    }

    .comment-info {
        margin-left: 110px;
    }

    .blog-list-outer .feature-img {
        width: 100%;
        padding-right: 0px;
    }

    .blog-list-outer .feature-info {
        padding-left: 0px;
        width: 100%;
        padding-top: 15px;
    }

    .payment-mode img {
        margin: 15px 0;
    }

    .product-cart {
        padding-right: 15px;
    }

    .btn-medium {
        padding-right: 20px;
        padding-left: 20px;
    }

    .form-common {
        padding-left: 15px;
        padding-right: 15px;
    }

    .time-list .week-name {
        min-width: 130px;
    }

    .contact-blog-row {
        padding: 15px;
    }

    .contact-icon {
        margin-top: 20px;
    }

    .contact-blog-row p {
        margin-top: 25px;
    }

    .wide-grid-item,
    .big-grid-item,
    .small-grid-item {
        padding: 7px;
    }
}

@media(min-width: 320px) and (max-width: 991px) {
    .address-blog {
        margin: 15px 0;
    }

    .map-top {
        padding: 35px 0;
    }

    .feature-label .feature-img,
    .feature-label .feature-info {
        width: 100%;
    }

    .gallery-pagination li {
        margin-right: 5px;
    }

    .gallery-pagination li .pagination-prev,
    .gallery-pagination li .pagination-next {
        padding: 0 20px;
    }

    .share-tag .social {
        width: 100%;
    }

    .share-tag h5 {
        width: 100%;
        margin-right: 0px;
    }

    .food-blog-inner h2 {
        font-size: 30px;
    }
}

@media(min-width: 320px) and (max-width: 1200px) {
    .share-tag .social li {
        margin-right: 0px;
    }

    .share-tag .tag-btn {
        margin-right: 5px;
        min-width: 62px;
        padding: 0 7px;
    }

    .comment-inner-list h5 {
        padding-right: 50%;
    }

    .comment-date {
        width: 48%;
    }
}

@media(max-width: 767px) {

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 19px;
    }

    h6 {
        font-size: 17px;
    }

    .menu-main {
        padding-top: 130px;
    }

    .header-bottom .container {
        padding: 18px 22px 14px;
    }

    .logo>a {
        width: 90px;
    }

    .menu-icon a {
        margin-top: 0;
        margin-left: 0;
    }

    .shop-cart.header-collect {
        right: auto;
        left: auto;
        margin-left: auto;
    }

    /* Compact contact/phone bar for mobile */
    .header-top {
        padding: 10px 0 4px;
        min-height: 0;
        background: #8f13a8;
    }

    .header-top-inner {
        position: relative;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
        z-index: 1350;
        width: calc(100% - 24px);
        background: #8f13a8;
        border-radius: 14px;
        padding: 10px 14px;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
        margin: 0 auto 12px;
        color: #fff;
    }

    .header-top-left,
    .header-top-right {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .header-top-left .top-cell,
    .header-top-right .social-top {
        display: inline-flex;
        align-items: center;
        font-size: 13px;
        color: #fff;
        gap: 8px;
    }

    .header-top-left .top-cell span {
        font-weight: 600;
        display: block;
        line-height: 1.2;
        color: #fff;
    }

    .header-top-left .top-cell img {
        max-width: 16px;
    }

    .header-top-left .fa-instagram {
        font-size: 18px;
        color: #fff;
    }

    .header-top-right .social-top ul {
        display: inline-flex;
        gap: 12px;
        margin: 0;
    }

    .header-top-right {
        order: 2;
    }

    .book-sm,
    .icon-top-right,
    .icon-top-left,
    .icon-bottom-left,
    .icon-bottom-right {
        display: none;
    }

    .header-bottom {
        padding-top: 0;
    }

    .header-bottom .container {
        position: relative;
        padding: 14px 22px 12px;
    }

    .menu-icon {
        order: 1;
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto;
        transform: none;
        margin: 0;
        z-index: 2001;
        display: flex;
        align-items: center;
    }

    .logo {
        order: 2;
        width: auto;
        flex: 1 1 0;
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        z-index: 1500;
    }

    .logo>a {
        position: relative;
        top: 0;
        left: auto !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        width: 96px;
        margin: 0 auto;
    }

    .sticky-fixed .logo {
        width: auto;
        flex: 1 1 0;
        float: none;
    }

    .sticky-fixed .logo>a {
        position: relative;
        top: 0 !important;
        left: auto !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        margin: 0 auto;
    }

    .header-info {
        order: 3;
        width: auto;
        float: none;
        padding: 0;
        z-index: 1450;
        position: static;
        margin-left: auto;
        display: flex;
    }

    .header-info-inner {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: flex-end;
        width: 100%;
    }

    .shop-cart.header-collect {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        display: flex;
        align-items: center;
        z-index: 2002;
        margin-left: auto;
    }

    /* Normalize cart/"Articles" trigger sizing on mobile */
    .shop-cart.header-collect .cart-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 10px;
        background: rgba(255, 255, 255, 0.12);
        border-radius: 14px;
        font-size: 14px;
        line-height: 1.15;
    }

    .shop-cart.header-collect .cart-link img {
        max-width: 20px;
        margin: 0;
    }

    .shop-cart.header-collect .cart-link span {
        font-weight: 700;
        display: inline-block;
        min-width: 18px;
    }

    .menu-main {
        order: 4;
        width: 100%;
        float: none;
        margin-top: 12px;
    }

	    .cart-wrap {
	        position: fixed;
	        left: auto;
	        right: 14px;
	        transform: none;
	        top: calc(72px + env(safe-area-inset-top));
	        z-index: 2200;
	        display: none;
	        pointer-events: none;
	        width: auto;
	        max-width: 320px;
	    }

    .shop-cart.cart-open .cart-wrap {
        display: block;
        pointer-events: auto;
    }

    .shop-cart.cart-open .cart-blog:before {
        display: none;
    }

	    .cart-blog {
	        display: inline-block;
	        min-width: 0;
	        max-width: calc(100vw - 40px);
	        padding: 12px 12px;
	    }

	    /* Cart dropdown buttons: keep centered on mobile */
	    .cart-blog .cart-btn {
	        display: flex;
	        flex-direction: column;
	        align-items: center;
	        width: 100%;
	    }

	    .cart-blog .cart-btn a {
	        margin-left: 0 !important;
	        margin-right: 0 !important;
	        float: none !important;
	    }

	    .cart-blog .cart-btn a + a {
	        margin-top: 8px;
	    }

    .cart-blog .cart-btn a:last-child {
        margin-bottom: 0;
    }

    .drop-mega-part {
        font-size: 14px;
    }

    .wrapper-spacer-bg .header-part.header-on {
        top: 20px;
    }

    .wrapper-spacer-bg .header-on .logo>a {
        top: -10px;
    }

    .menu-icon a {
        margin: 0;
    }

    .header-top-left,
    .header-top-right {
        width: 100%;
        text-align: left;
    }

    .language-menu ul {
        text-align: left;
    }

    .language-menu ul {
        z-index: 99999;
    }

    .hidden-body .header-top {
        display: none;
    }

    .hidden-body .header-bottom {
        margin-top: 20px;
    }

    .food-item:after {
        display: none;
    }

    .feature-info span {
        margin-right: 15px;
    }

    .copy-right {
        text-align: center;
    }

    .footer-inner {
        margin-bottom: 20px;
    }

    .copyright-before {
        margin-bottom: 20px;
    }

    .copyright-after {
        margin-bottom: 40px;
    }

    .tparrows.preview1,
    .tparrows.preview1:after {
        background-size: 40px 40px !important;
    }

    .button-white {
        font-size: 15px !important;
        padding: 8px 15px !important;
        width: 180px !important;
    }

    .footer-xs-left{
        width: 100%;
        padding-right: 0px;
    }

    .footer-xs-middle{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer-xs-right{
        width: 100%;
        position: inherit;
        padding-left: 0px;
    }

    .footer-form-left{
        width: 100%;
        text-align: center;
    }

    .footer-form-right{
        width: 100%;
        text-align: center;
    }

    .footer-form-right .social-top{
        width: 100%;
    }

    /* Footer Round */
    .wrapper-spacer,
    .wrapper-spacer-bg .home-slider {
        padding: 0px;
    }

    .home-ride,
    .home-ride .tp-banner-container,
    .home-ride .tp-banner,
    .home-ride .tp-banner li,
    .home-ride .tp-bgimg,
    .home-ride .slotholder {
        border-radius: 0px !important;
    }

    .header-part.header-on {
        top: 50px;
    }

    .header-on .logo>a {
        top: -10px;
    }

    .header-part.header-on {
        top: 20px;
    }

    .hidden-body .header-on .header-bottom {
        margin-top: 0px;
    }

    .content-middle {
        width: 100%;
        float: left;
    }

    .radius-part,
    .map-address-inner,
    .map-top,
    .map-bottom,
    .map-address-inner img,
    .map-address-inner iframe {
        border-radius: 0px !important;
    }

    .feature-label .feature-img {
        width: 100%;
    }

    .feature-label .feature-info {
        width: 100%;
    }

    .gallery-slider.gallery-uniq {
        padding-left: 70px;
        padding-right: 70px;
    }

    .address-blog {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 25px;
    }

    .address-blog:last-child {
        margin-bottom: 0px;
    }

    section {
        padding: 30px 0;
    }

    .footer-round {
        margin-top: 15px;
    }

    .footer-round {
        border-radius: 0px !important;
    }

    .footer-round-left,
    .footer-round-middle,
    .footer-round-right {
        width: 100%;
        margin-top: 0px;
        text-align: center;
    }

    .footer-round-left,
    .footer-round-middle {
        margin-bottom: 20px;
    }

    .footer-round-right .social-top {
        float: none;
    }

    .map-top {
        padding: 20px 0;
        text-align: center;
    }

    .footer-mix {
        padding-bottom: 30px;
    }

    .dishes-expand .slick-prev,
    .dishes-expand .slick-prev:focus,
    .dishes-expand .slick-prev:hover,
    .dishes-expand .slick-next,
    .dishes-expand .slick-next:focus,
    .dishes-expand .slick-next:hover {
        background-size: 40px 40px;
        height: 40px;
        width: 40px;
    }

    .dishes-expand .slick-prev {
        left: 5px;
    }

    .dishes-expand .slick-next {
        right: 5px;
    }

    .product-blog {
        padding: 0 35px;
    }

    .header-expert .header-bottom {
        padding: 0px;
    }

    .header-part.header-expert {
        position: absolute;
        top: 20px;
    }

    .header-expert .menu-icon a span {
        background: #ffffff;
    }

    .hidden-body .header-expert .header-bottom {
        margin-top: 0px;
    }

    .footer-inset .social-top {
        margin-bottom: 25px;
    }

    .equal-inset {
        height: auto !important;
    }

    .service-track-inner{
        margin-bottom: 20px;
    }

    .discount-left {
        padding: 0 0 50px 0;
    }

    .copyright-after .social-round {
        float: none;
    }

    .service-port-next {
        margin-top: 30px;
    }

    .service-port-prev img {
        left: 0px;
        top: 0px;
    }

    .pagination-prev span,
    .pagination-next span {
        display: none;
    }

    .gallery-pagination li .pagination-prev,
    .gallery-pagination li .pagination-next {
        width: 40px;
        height: 40px;
        padding: 0px;
        text-align: center;
        line-height: 38px;
    }

    .gallery-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }

    .pagination-prev .fa,
    .pagination-next .fa {
        margin: 0px;
    }

    .gallery-pagination li {
        margin-right: 10px;
    }

    .blog-left-section {
        margin-bottom: 30px;
    }

    .blog-single blockquote {
        padding: 20px 15px 20px 60px;
    }

    .blog-single blockquote .quote {
        left: 5px;
    }

    .share-tag .tag-btn {
        margin: 0 5px 15px 0;
        min-width: 62px;
        padding: 0 12px;
    }

    .share-tag .social li {
        margin-right: 0px;
    }

    .plain-btn {
        padding: 10px 15px;
    }

    .comment-inner-list h5 {
        padding-right: 0px;
    }

    .comment-date {
        position: inherit;
        width: 100%;
        display: inline-block;
        top: inherit;
        right: inherit;
        text-align: left;
    }

    .blog-left-section.blog-righted {
        margin-top: 50px;
    }

    .shop-checkout-right {
        margin-top: 50px;
    }

    ul.checkout-bar li {
        width: 30.5%;
        font-size: 10px;
    }

    .checkout-wrap-more ul.checkout-bar li {
        width: 19%;
        font-size: 8px;
    }

    .shop-checkout-left,
    .shop-checkout-right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .slick-shop-thumb {
        margin-bottom: 25px;
    }

    .price-textbox input {
        width: 100%;
    }

	    .price-textbox {
	        max-width: 100%;
	        width: 100%;
	    }

	    /* Cart (Panier) — mobile qty stepper must stay in one row: [ - ] [ qty ] [ + ] */
	    body.page-cart table.shop-cart-table td[data-label="Quantité"] .price-textbox {
	        width: auto;
	        max-width: none;
	        display: inline-flex;
	        align-items: center;
	        justify-content: center;
	        gap: 10px;
	        white-space: nowrap;
	    }

	    body.page-cart table.shop-cart-table td[data-label="Quantité"] .price-textbox button {
	        flex: 0 0 auto;
	    }

	    body.page-cart table.shop-cart-table td[data-label="Quantité"] .minus-text,
	    body.page-cart table.shop-cart-table td[data-label="Quantité"] .plus-text {
	        position: static;
	        top: auto;
	        left: auto;
	        right: auto;
	    }

	    body.page-cart table.shop-cart-table td[data-label="Quantité"] .qty-input {
	        width: 56px;
	        max-width: 56px;
	        min-width: 56px;
	        margin: 0;
	        flex: 0 0 auto;
	    }

    .shop-single .filter-btn {
        width: 100%;
        margin-left: 0px;
    }

    .tab-part .nav-tabs>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }

    table.shop-cart-table th,
    table.shop-cart-table td {
        display: block;
        padding: 10px;
    }

    table.shop-cart-table tr {
        border: 1px solid #372727;
        display: block;
        border-top: none;
    }

    table.shop-cart-table tr:first-child {
        border-top: 2px solid #372727;
    }

    table.shop-cart-table td {
        border-bottom: 1px solid #372727;
    }

    table.shop-cart-table thead {
        display: none;
    }

    table.shop-cart-table thead th:first-child {
        border-radius: 0px;
        padding-left: 10px;
    }

    table.shop-cart-table thead th:last-child {
        border-radius: 0px;
        padding-left: 10px;
    }

    table.shop-cart-table .shop-cart-close {
        border: none;
        transform: none !important;
        position: inherit;
        margin: 0px;
    }

    table.shop-cart-table tbody th {
        display: block;
        color: #ffffff;
    }

    .product-cart-detail .btn-medium {
        width: 100%;
        margin-top: 15px;
    }

    .cupon-part {
        margin: 15px 0 0;
        width: 100%;
    }

    .shop-cart-list {
        padding-left: 15px;
        padding-right: 15px;
    }

    .register-wrap {
        margin-top: 50px;
    }

    .track-oder-inner h3 {
        font-size: 18px;
        line-height: normal;
    }

    .track-status {
        padding-left: 30px;
    }

    .track-oder {
        padding: 35px 15px 30px;
    }

    .clock-track-icon {
        min-width: 80px;
    }

    .error-404-title {
        font-size: 80px;
        margin-bottom: 10px;
        line-height: 50px;
    }

    .error-404-title img {
        max-width: 70px;
    }

    .error-404 {
        float: left;
        width: 100%;
        padding: 15px 0 20px 0;
    }

    .error-404-inner {
        font-size: 13px;
        line-height: normal;
        margin-top: 22%;
    }

    .contact-part .form {
        margin-bottom: 50px;
    }

    .accordion-part .panel-title a {
        padding-left: 20px;
    }

    .accordion-part .panel-body {
        padding: 20px;
    }

    .terms-left {
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .terms-right li.active a,
    .terms-right li:hover a {
        margin-left: 0px;
        width: 100%;
        padding: 11px 30px;
    }

    section.home-icon {
        padding-bottom: 100px;
    }

    .anna-form-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .team-single-right {
        margin-top: 40px;
    }

    .team-single-right h3 {
        font-size: 24px;
    }

    .wide-grid-item,
    .big-grid-item,
    .small-grid-item {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .galleryportfolio a {
        font-size: 15px;
        padding: 7px 10px;
    }

    .galleryportfolio {
        margin-bottom: 40px;
    }
}

/* =========================
   MOBILE HEADER HARD-LOCK (FINAL)
   ========================= */
@media (max-width: 991px) {
  /* Kill "transparent header" centering that creates tap-overlaps */
  .header-transparent .logo,
  .header-part.header-transparent .logo,
  .header-part.header-transparent .logo > a {
    left: auto !important;
    right: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
  }

  /* Place items into stable columns */
  .header-bottom .menu-icon {
    grid-column: 1 !important;
    justify-self: start !important;
    float: none !important;
    width: auto !important;
    position: relative !important;
    left: 0 !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    z-index: 4000 !important;
  }

  .header-bottom .logo {
    grid-column: 2 !important;
    justify-self: center !important;
    float: none !important;
    width: auto !important;
    position: relative !important;
    z-index: 2000 !important;

    /* Critical: prevent the logo container from stealing taps */
    pointer-events: none !important;
  }
  .header-bottom .logo > a {
    pointer-events: auto !important;
    display: inline-flex !important;
  }

  .header-bottom .header-info {
    grid-column: 3 !important;
    justify-self: end !important;
    float: none !important;
    width: auto !important;
    position: relative !important;
    margin-left: 0 !important;
    z-index: 6000 !important;
    pointer-events: auto !important;
  }

  /* Make "Articles" reliably tappable */
  .header-bottom .shop-cart.header-collect,
  .header-bottom .shop-cart.header-collect a,
  .header-bottom a.nav-articles,
  .header-bottom a.cart-link {
    position: relative !important;
    z-index: 7000 !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: manipulation;
  }

  /* White card always above everything */
  .header-bottom .cart-wrap {
    z-index: 99999 !important;
  }

  .header-bottom .shop-cart.cart-open .cart-wrap {
    display: block !important;
    pointer-events: auto !important;
  }

  /* Disable WOW animations on small devices to prevent focus/scroll glitches */
  .wow {
    visibility: visible !important;
    opacity: 1 !important;
    animation-name: none !important;
    animation-duration: 0s !important;
    animation-fill-mode: none !important;
    transform: none !important;
  }

  /* Grid layout for header controls (mobile) */
  .header-bottom .container {
    display: grid !important;
    grid-template-columns: 56px 1fr max-content;
    align-items: center;
    gap: 12px;
  }

  /* Keep cart + checkout blocks visible when WOW is disabled on mobile */
  .home-icon .wow,
  .shop-cart .wow,
  #co-merged .wow,
  .checkout-wrap.wow,
  .shop-cart-list.wow,
  .cart-total.wow {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
  }

  /* Checkout: keep form layer above header/menu overlays on mobile */
  body.checkout-page .main-part,
  body.checkout-page #co-merged,
  body.checkout-page .shop-checkout-box,
  body.checkout-page .checkout-wrap {
    position: relative;
    z-index: 4000;
  }

  body.checkout-page .shop-checkout-left,
  body.checkout-page .shop-checkout-right {
    position: relative;
    z-index: 4001;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.checkout-page .jq-selectbox,
  body.checkout-page .jq-selectbox__select,
  body.checkout-page .jq-radio,
  body.checkout-page .jq-checkbox {
    pointer-events: auto !important;
    touch-action: manipulation;
  }

  /* Neutralize any extra footer/map triggers on checkout mobile */
  body.checkout-page .icon-find,
  body.checkout-page .icon-find-location {
    display: none !important;
    pointer-events: none !important;
  }

  /* Same protections for cart page on mobile */
  body.cart-page .top-arrow,
  body.cart-page .icon-find,
  body.cart-page .icon-find-location {
    display: none !important;
    pointer-events: none !important;
  }

  /* Kill lingering preload overlay on cart/checkout for mobile */
  body.cart-page #pre-loader,
  body.page-cart #pre-loader,
  body.checkout-page #pre-loader,
  body.page-checkout #pre-loader {
    display: none !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }

  /* On checkout, hide any back-to-top overlay that can grab taps */
  body.checkout-page .top-arrow {
    display: none !important;
    pointer-events: none !important;
  }
}
