.menu-toggle {
    display: none;
}

@media only screen and (max-width: 767px) {
    .menu-toggle {
        display: block;
    }

    .item-main-title {
        font-size: 24px !important;
    }

    .product-essential-wrapper {
        margin-bottom: 0px !important;
    }

    .trust-badges-panel {
        padding: 20px !important;
        gap: 20px !important;
    }

    .action-buttons-stack {
        margin: 15px 0 25px 0;
    }

    .btn-checkout.primary-gold {
        margin-bottom: 10px;
    }

    .btn-checkout {
        width: 100%;
    }

    .trust-badges-panel {
        padding: 15px;
    }

    .logo-area {
        padding: 10px 0 0;
    }

    .logo-area img {
        height: 80px;
    }

    .cms-title {
        font-size: 28px;
        text-align: center;
    }

    .contact-main-frame {
        border: transparent !important
    }

    .contact-info-panel {
        border-right: none !important;
        border-bottom: transparent !important;
        padding: 0 !important;
    }

    .contact-page-wrapper {
        padding: 25px 15px !important;
    }

    .contact-form-panel {
        padding: 35px 0 !important;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .welcome-hero-card h2 {
        margin: 0;
    }

    .products-area {
        padding: 0 15px;
    }

    .top-bar {
        display: block !important;
        text-align: center;
    }

    .top-socials {
        padding-top: 10px;
    }

    .slide-item {
        padding-bottom: 50% !important;
    }

    .prop-item h4 {
        font-size: 12px !important;
    }

    .header-container {
        padding: 0px 4% !important;
    }

    .pillar-img-box {
        height: 175px !important;
        margin-bottom: 0 !important;
    }

    .pillar-img-box img {
        object-position: center top;
    }

    .modern-wishlist {
        font-size: 18px !important;
    }

    .modern-img-container a {
        height: auto !important
    }

    .modern-product-info h4 {
        margin-top: 0 !important;
    }

    .modern-product-info {
        padding-top: 0 !important;
    }

    .props-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .prop-item h4 {
        margin: 0 !important
    }

    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .brand-info h2 {
        margin-top: 0 !important
    }

    .footer-bottom {
        padding: 10px 0 !important;
        display: block !important;
        text-align: center;
    }

    .payment-badges {
        justify-content: center;
    }

    .footer-main {
        padding: 35px 0 0 0 !important;
    }

    .info-wrap {
        display: block;
        padding: 20px 0px;
        text-align: center;
    }

    .info-wrap img {
        height: 25px;
    }

    .info-wrap h6 {
        font-size: 15px;
        font-weight: 700;
        margin-left: 0px;
        margin-top: 10px;
    }

    .category-cont {
        width: 50%;
    }

    .cat-4 {
        background-color: #f2ffde;
    }

    .cat-5 {
        background-color: #f2ffde;
    }

    .cat-9 {
        background-color: #f2ffde;
    }

    .fruit-vegetables h3 {
        font-size: 40px;
    }

    .nuts-inner {
        padding-left: 30px;
    }

    .cart-section-title,
    .checkout-title {
        padding: 0 15px !important;
    }

    .category-banner {
        min-height: 200px !important;
    }

    .top-footer p {
        margin: 30px 0px;
    }

    .site-carousel {
        margin-top: 68px;
    }

    button.owl-prev {
        position: absolute;
        left: 20px;
    }

    button.owl-prev img {
        width: 20px;
    }

    button.owl-next {
        position: absolute;
        right: 20px;
    }

    button.owl-next img {
        width: 20px;
    }

    .show-by {
        float: left;
        margin-top: 20px;
        margin-left: 20px;
    }

    .sort-by {
        float: left;
        margin-top: 20px;
    }

    .inner-carousel {
        margin-top: 68px;
    }

    .left-panel {
        position: fixed;
        width: 250px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 20;
        background-color: #ffffff;
        overflow-y: scroll;
        border-right: none;
        padding: 10px;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }

    .filter-active {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }

    .left-panel-outer {
        position: fixed;
        z-index: 15;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        -webkit-transition: width 0.3s ease-in-out;
        -moz-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
    }

    .outer-active {
        width: 100%;
    }

    .filter-icon {
        display: block;
        position: fixed;
        left: 0;
        top: 64%;
        padding: 4px 12px;
        background-color: #90d329;
        z-index: 5;
        color: #ffffff;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        cursor: pointer;
    }

    .filter-icon span {
        display: block;
        font-size: 18px;
    }

    .filter-close {
        position: absolute;
        display: block;
        top: 20px;
        right: 20px;
        padding: 2px 10px;
        background-color: #ffffff;
        font-size: 20px;
        color: #5f5f5f;
        cursor: pointer;
    }

    .details-outer {
        padding-top: 55px;
    }

    .product-details-cont {
        margin-top: 30px;
    }

    .usp-wrap {
        padding: 10px 0px;
    }

    .usp-wrap {
        display: block;
        padding: 10px 0px;
        text-align: center;
    }

    .usp-wrap h6 {
        margin-left: 0px;
        font-size: 12px;
        margin-top: 10px;
    }

    .usp-wrap h6 span {
        font-size: 12px;
    }

    .cart-info {
        margin-top: 20px;
    }

    .innerpage-outer {
        /* padding-top: 68px; */
    }


    .site-carousel {
        margin-top: 3px;
    }

    .mobile-logo img {
        height: 65px;
    }

    .prop-item {
        align-items: inherit !important;
        text-align: left;
        max-width: 280px;
        margin: 0 auto;
        width: 100%;
    }

    .value-props {
        padding: 30px 0 !important;
        margin: 40px 0 0 !important;
        border-bottom: transparent !important;
    }

    .item-main-title {
        font-size: 23px;
    }

    .action-buttons-stack {
        display: block !important
    }


    /* Hamburger */
    .menu-toggle {
        display: none;
        width: 40px;
        height: 40px;
        border: 0;
        background: transparent;
        padding: 8px;
        cursor: pointer;
    }

    .menu-toggle span {
        display: block;
        width: 24px;
        height: 2px;
        background: #000;
        margin: 5px auto;
    }

    /* Close button */
    .menu-close {
        display: none;
    }

    /* Overlay */
    .menu-overlay {
        display: none;
    }

    /* Desktop */
    .nav-links {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .nav-links a {
        text-decoration: none;
        color: #000;
    }

    .menu-toggle {
        display: block;
        position: absolute;
        right: 0;
    }

    .header-actions {
        margin-right: 37px;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: 0;

        width: 300px;
        max-width: 85%;
        height: 100vh;

        background: #fff;

        display: flex;
        flex-direction: column;
        align-items: flex-start;

        gap: 0;
        padding: 80px 30px 30px;

        z-index: 9999;

        transform: translateX(100%);
        transition: transform 0.4s ease;

        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
    }

    /* Open menu */
    .nav-links.active {
        transform: translateX(0);
    }

    .nav-links a {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }

    .product-info{
        min-width: auto !important
    }

    /* Close icon */
    .menu-close {
        display: block !important;

        position: absolute;
        top: 20px;
        right: 20px;

        border: 0;
        background: transparent;

        font-size: 32px;
        line-height: 1;
        cursor: pointer;
    }

    /* Dark background */
    /* .menu-overlay {
        position: fixed;
        inset: 0;

        background: rgba(0, 0, 0, 0.5);

        z-index: 9998;

        opacity: 0;
        visibility: hidden;

        transition: all 0.3s ease;
        display: block;
    } */

    /* .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    } */

    /* Prevent page scroll */
    body.menu-open {
        overflow: hidden;
    }

    .nav-links {
        display: flex !important;
    }
}