@media (min-width: 769px) {
    body {
        --ngt-blog-menu-overlay-top: 138px;
    }

    body::after {
        content: "";
        position: fixed;
        top: var(--ngt-blog-menu-overlay-top);
        right: 0;
        bottom: 0;
        left: 0;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        opacity: 0;
        pointer-events: none;
        transition: none;
        z-index: -1;
    }

    #page > .header-title-breadcrumb,
    #page > .breadcrumb-wrapper-outer,
    #page > #primary {
        transition: filter 0.2s ease-in-out, opacity 0.2s ease-in-out;
    }

    body.ngt-blog-menu-open #page > .header-title-breadcrumb,
    body.ngt-blog-menu-open #page > .breadcrumb-wrapper-outer,
    body.ngt-blog-menu-open #page > #primary {
        filter: blur(2px);
        opacity: 0.72;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        color: #ffffff;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current_page_item > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
        background: transparent !important;
        color: #151515 !important;
        pointer-events: none !important;
        cursor: default !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        background-color: #ffffff;
        background-image: none;
        padding: 12px 0 8px;
        overflow: visible;
        isolation: isolate;
        filter: none;
        box-shadow:
            inset 0 14px 20px -18px rgba(18, 18, 18, 0.42),
            0 26px 30px rgba(94, 94, 94, 0.24);
        z-index: 1200;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 32px;
        background: linear-gradient(to bottom, rgba(18, 18, 18, 0.20) 0%, rgba(18, 18, 18, 0.08) 48%, rgba(18, 18, 18, 0) 100%);
        pointer-events: none;
        z-index: 4;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item {
        position: static !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        width: 25%;
        padding: 0.75rem 1.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        white-space: normal;
        line-height: 1.45;
        color: #111111;
        font-weight: 400;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        color: #ffffff;
        font-weight: 400;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
        top: 0 !important;
        margin-top: 0 !important;
        width: 75%;
        left: 25%;
        overflow: hidden;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {
        min-width: 0;
        flex: 0 0 auto;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item:first-child {
        width: 46.6667%;
        flex-basis: 46.6667%;
        max-width: 46.6667%;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item:last-child {
        width: 53.3333%;
        flex-basis: 53.3333%;
        max-width: 53.3333%;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
    #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu .textwidget a,
    #mega-menu-wrap-primary #mega-menu-primary p,
    #mega-menu-wrap-primary #mega-menu-primary .single-product-wrapper p,
    #mega-menu-wrap-primary #mega-menu-primary .navigation-category-description p,
    #mega-menu-wrap-primary #mega-menu-primary .navigation-category-description p a,
    #mega-menu-wrap-primary #mega-menu-primary .single-product-wrapper a.read-more {
        color: #111111;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,
    #mega-menu-wrap-primary #mega-menu-primary .navigation-subcategories,
    #mega-menu-wrap-primary #mega-menu-primary .navigation-product-description,
    #mega-menu-wrap-primary #mega-menu-primary .navigation-category-description,
    #mega-menu-wrap-primary #mega-menu-primary .menu-image-wrapper {
        position: relative;
        z-index: 2;
    }

    #mega-menu-wrap-primary #mega-menu-primary .navigation-subcategories {
        background-image: none;
        height: var(--ngt-blog-menu-inner-height, 100%);
        max-height: none;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: thin;
        scrollbar-color: #bdbdbd transparent;
    }

    #mega-menu-wrap-primary #mega-menu-primary .navigation-subcategories::-webkit-scrollbar,
    #mega-menu-wrap-primary #mega-menu-primary .navigation-product-description::-webkit-scrollbar,
    #mega-menu-wrap-primary #mega-menu-primary .navigation-category-description::-webkit-scrollbar {
        width: 8px;
    }

    #mega-menu-wrap-primary #mega-menu-primary .navigation-subcategories::-webkit-scrollbar-track,
    #mega-menu-wrap-primary #mega-menu-primary .navigation-product-description::-webkit-scrollbar-track,
    #mega-menu-wrap-primary #mega-menu-primary .navigation-category-description::-webkit-scrollbar-track {
        background: transparent;
    }

    #mega-menu-wrap-primary #mega-menu-primary .navigation-subcategories::-webkit-scrollbar-thumb,
    #mega-menu-wrap-primary #mega-menu-primary .navigation-product-description::-webkit-scrollbar-thumb,
    #mega-menu-wrap-primary #mega-menu-primary .navigation-category-description::-webkit-scrollbar-thumb {
        background: #bdbdbd;
        border-radius: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary .navigation-subcategories::-webkit-scrollbar-thumb:hover,
    #mega-menu-wrap-primary #mega-menu-primary .navigation-product-description::-webkit-scrollbar-thumb:hover,
    #mega-menu-wrap-primary #mega-menu-primary .navigation-category-description::-webkit-scrollbar-thumb:hover {
        background: #9e9e9e;
    }

    #mega-menu-wrap-primary #mega-menu-primary .navigation-subcategories li a {
        padding: 0.75rem 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        white-space: normal;
        line-height: 1.45;
        color: #111111;
        font-weight: 400;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }

    #mega-menu-wrap-primary #mega-menu-primary .navigation-subcategories li a:hover,
    #mega-menu-wrap-primary #mega-menu-primary .navigation-subcategories li a:focus {
        color: #ffffff;
        font-weight: 400;
    }

    #mega-menu-wrap-primary #mega-menu-primary .navigation-product-description,
    #mega-menu-wrap-primary #mega-menu-primary .navigation-category-description {
        height: var(--ngt-blog-menu-inner-height, 100%);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 1rem 0 0.75rem;
        box-sizing: border-box;
        scrollbar-width: thin;
        scrollbar-color: #bdbdbd transparent;
    }

    #mega-menu-wrap-primary #mega-menu-primary .menu-image-wrapper {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: var(--ngt-blog-menu-inner-height, 100%);
        min-height: var(--ngt-blog-menu-inner-height, 100%);
    }

    #mega-menu-wrap-primary #mega-menu-primary .menu-image-wrapper img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }

    #mega-menu-wrap-primary #mega-menu-primary .navigation-product-description .single-product-wrapper {
        height: auto;
        min-height: 100%;
        margin-right: 0;
        padding: 0 0.8rem 0 0;
        overflow: visible;
    }

    #mega-menu-wrap-primary #mega-menu-primary .navigation-product-description .single-product-wrapper:first-of-type:not([style]),
    #mega-menu-wrap-primary #mega-menu-primary .navigation-product-description .single-product-wrapper[style*="display: flex"] {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) clamp(150px, 32%, 210px);
        grid-template-areas:
            "text image"
            "button image";
        align-items: start;
        align-content: start;
        column-gap: 1.45rem;
        row-gap: 1.25rem;
    }

    #mega-menu-wrap-primary #mega-menu-primary .single-product-wrapper .img-wrapper {
        grid-area: image;
        float: none;
        width: 100%;
        height: auto !important;
        min-height: 0;
        max-height: 190px;
        margin: 0;
        padding: 0 !important;
        display: flex !important;
        align-items: flex-start;
        justify-content: center;
        justify-self: end;
        align-self: start;
    }

    #mega-menu-wrap-primary #mega-menu-primary .single-product-wrapper .img-wrapper img {
        display: block;
        width: auto;
        max-width: 100%;
        max-height: 190px;
        height: auto;
        padding: 0;
        object-fit: contain;
    }

    #mega-menu-wrap-primary #mega-menu-primary .single-product-wrapper p {
        grid-area: text;
        margin: 0;
        padding: 0 0.35rem 0 0.45rem;
        text-align: justify;
        font-size: 1.45rem;
        line-height: 1.62;
    }

    #mega-menu-wrap-primary #mega-menu-primary .navigation-category-description p {
        margin: 0;
        padding: 0 0.35rem 0 0.45rem;
        font-size: 1.45rem;
        line-height: 1.62;
        text-align: justify;
    }

    #mega-menu-wrap-primary #mega-menu-primary .single-product-wrapper p:empty {
        display: none;
    }

    #mega-menu-wrap-primary #mega-menu-primary .navigation-category-description {
        display: grid;
        align-content: start;
        align-items: start;
        justify-items: stretch;
        row-gap: 1.2rem;
    }

    #mega-menu-wrap-primary #mega-menu-primary .navigation-category-description.ngt-content-fits {
        align-content: center;
    }

    #mega-menu-wrap-primary #mega-menu-primary .single-product-wrapper .read-more,
    #mega-menu-wrap-primary #mega-menu-primary .navigation-category-description .read-more {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 232px !important;
        min-width: 232px;
        max-width: 232px;
        margin: 0 auto !important;
        padding: 14px 26px !important;
        background: #000000 !important;
        background-color: #000000 !important;
        background-image: none !important;
        color: #ffffff !important;
        border: 0 !important;
        box-shadow: none !important;
        float: none !important;
        position: static !important;
        line-height: 1;
        font-size: 1.38rem;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        text-decoration: none !important;
        text-align: center;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }

    #mega-menu-wrap-primary #mega-menu-primary .single-product-wrapper .read-more {
        grid-area: button;
        clear: both;
        justify-self: center;
        align-self: start;
    }

    #mega-menu-wrap-primary #mega-menu-primary .single-product-wrapper .read-more:hover,
    #mega-menu-wrap-primary #mega-menu-primary .single-product-wrapper .read-more:focus,
    #mega-menu-wrap-primary #mega-menu-primary .navigation-category-description .read-more:hover,
    #mega-menu-wrap-primary #mega-menu-primary .navigation-category-description .read-more:focus {
        background: #f2532b !important;
        background-color: #f2532b !important;
        background-image: none !important;
        color: #ffffff !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary .navigation-category-description p a:hover {
        color: #111111 !important;
    }

    #mega-menu-wrap-primary #mega-menu-item-1117 .ngt-dynamic-products-list {
        display: flex;
        flex-direction: column;
        gap: 1.45rem;
        padding-top: 15px;
    }

    #mega-menu-wrap-primary #mega-menu-item-1117 .ngt-menu-group {
        display: block;
    }

    #mega-menu-wrap-primary #mega-menu-item-1117 .ngt-menu-group-title {
        margin: 0 0 0.65rem;
        padding: 0 1rem;
        color: #111111;
        font-family: "Poppins", sans-serif;
        font-size: 1.08rem;
        font-weight: 700;
        letter-spacing: 0.18em;
        line-height: 1.25;
        text-align: center;
        text-transform: uppercase;
        user-select: none;
    }

    #mega-menu-wrap-primary #mega-menu-item-1117 .ngt-dynamic-group-list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block !important;
        width: 100% !important;
    }

    #mega-menu-wrap-primary #mega-menu-item-1117 .ngt-dynamic-group-list li {
        margin: 0;
        padding: 0;
        display: block !important;
        width: 100% !important;
    }

    #mega-menu-wrap-primary #mega-menu-item-1117 .ngt-dynamic-row {
        user-select: none;
        display: flex !important;
        width: 100% !important;
        max-width: none !important;
        margin-right: 0 !important;
        box-sizing: border-box;
    }

    #mega-menu-wrap-primary #mega-menu-item-1117 .ngt-dynamic-row.is-active,
    #mega-menu-wrap-primary #mega-menu-item-1117 .ngt-dynamic-row:hover,
    #mega-menu-wrap-primary #mega-menu-item-1117 .ngt-dynamic-row:focus {
        background: #f2532b;
        color: #ffffff !important;
    }

    #mega-menu-wrap-primary #mega-menu-item-1117 .ngt-dynamic-detail-panel {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1117 .navigation-product-description .single-product-wrapper.ngt-dynamic-detail-card {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) clamp(150px, 32%, 210px);
        grid-template-areas:
            "text image"
            "button image";
        align-items: start;
        align-content: center;
        column-gap: 1.45rem;
        row-gap: 1.15rem;
        width: 100%;
        min-height: 0 !important;
        height: auto !important;
        margin: auto 0 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1117 .navigation-product-description .single-product-wrapper.ngt-dynamic-detail-card.ngt-dynamic-image-only {
        display: flex !important;
        align-items: center;
        justify-content: center;
        min-height: 0 !important;
        height: auto !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1117 .navigation-product-description .single-product-wrapper.ngt-dynamic-detail-card.ngt-dynamic-image-only .img-wrapper {
        justify-self: center;
        align-self: center;
        max-height: 220px;
    }
}
