/* Mardrew mobile menu desktop override */
#mobile-header,
#mobile-header-sticky,
#mobile-header .mobile-header,
#mobile-header .mobile-main-bar,
#mobile-header .mobile-buttons-bar,
#mobile-header .js-mobile-menu,
#mobile-header .mobile-menu {
    display: none !important;
}

@media (min-width: 768px) {
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a {
        font-size: 8px !important;
        line-height: 1.05 !important;
        letter-spacing: 0 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a .mardrew-category-icon,
    body#index .mardrew-home-subcategory-panel .mardrew-category-icon {
        color: #d71920 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons {
        margin-left: auto !important;
        color: #25282c !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons .remove {
        display: none !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons .add {
        display: inline-block !important;
        font-size: 14px !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons .add::before {
        content: "\f105" !important;
    }
}

/* FINAL 20260824-14: catalog-style photographic thumbnails for category groups. */
@media (min-width: 768px) {
    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__group-link,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__group-link {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 7px !important;
        width: 100% !important;
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-category-thumb,
    header#header .mardrew-cat-tree-pane .mardrew-category-thumb {
        display: block !important;
        width: 104px !important;
        height: 68px !important;
        max-width: 100% !important;
        flex: 0 0 68px !important;
        object-fit: contain !important;
        object-position: center !important;
        opacity: 1 !important;
        filter: drop-shadow(0 5px 6px rgba(0, 0, 0, .13)) !important;
        transition: transform .2s ease !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__group-link:hover .mardrew-category-thumb,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__group-link:hover .mardrew-category-thumb {
        transform: translateY(-2px) scale(1.04) !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__group-link .mardrew-category-label,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__group-link .mardrew-category-label {
        display: block !important;
        width: 100% !important;
        min-height: 30px !important;
        line-height: 1.15 !important;
    }
}

/* FINAL RESPONSIVE SCALE — must stay at the end of this file.
   It replaces fixed menu sizes with viewport-based values so narrow windows
   shrink naturally and wide windows can breathe. */
@media (min-width: 768px) {
    body#index .mardrew-home-categories-layout {
        --mardrew-cat-col: clamp(178px, 18vw, 292px);
        --mardrew-cat-font: clamp(6.5px, 0.58vw, 9.5px);
        --mardrew-cat-row: clamp(27px, 2.65vw, 40px);
        --mardrew-cat-pad-x: clamp(7px, 0.8vw, 13px);
        --mardrew-cat-icon-box: clamp(20px, 2.15vw, 31px);
        --mardrew-cat-icon-size: clamp(11px, 1.15vw, 17px);
        --mardrew-cat-arrow-box: clamp(16px, 1.65vw, 25px);
        --mardrew-cat-arrow-size: clamp(8px, 0.9vw, 12px);
        --mardrew-hero-height: clamp(255px, 35vw, 520px);
        display: grid !important;
        grid-template-columns: var(--mardrew-cat-col) minmax(0, 1fr) !important;
        gap: 0 !important;
        align-items: stretch !important;
        width: min(100%, 1400px) !important;
        margin-inline: auto !important;
        min-height: var(--mardrew-hero-height) !important;
        overflow: visible !important;
    }

    body#index .mardrew-home-categories-layout .mardrew-category-tree {
        width: var(--mardrew-cat-col) !important;
        max-width: var(--mardrew-cat-col) !important;
        min-width: 0 !important;
        flex: 0 0 var(--mardrew-cat-col) !important;
        overflow: visible !important;
        background: #f5f5f5 !important;
        border-right: 1px solid #d9d9d9 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu {
        margin: 0 !important;
        padding: 0 !important;
        background: #f5f5f5 !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li {
        display: flex !important;
        align-items: stretch !important;
        min-height: var(--mardrew-cat-row) !important;
        height: auto !important;
        padding: 0 !important;
        border-bottom: 1px solid #dedede !important;
        background: #f7f7f7 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .category-sub-link {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: clamp(4px, 0.55vw, 8px) !important;
        padding: clamp(3px, 0.45vw, 6px) 4px clamp(3px, 0.45vw, 6px) var(--mardrew-cat-pad-x) !important;
        color: #25282c !important;
        font-size: var(--mardrew-cat-font) !important;
        line-height: 1.08 !important;
        font-weight: 800 !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        background: none !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a > .mardrew-category-icon {
        flex: 0 0 var(--mardrew-cat-icon-box) !important;
        width: var(--mardrew-cat-icon-box) !important;
        min-width: var(--mardrew-cat-icon-box) !important;
        height: clamp(16px, 1.8vw, 25px) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #d71920 !important;
        font-size: var(--mardrew-cat-icon-size) !important;
        line-height: 1 !important;
        border-right: 1px solid #cfd2d4 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a > .mardrew-category-label {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        display: block !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons {
        flex: 0 0 var(--mardrew-cat-arrow-box) !important;
        width: var(--mardrew-cat-arrow-box) !important;
        min-width: var(--mardrew-cat-arrow-box) !important;
        margin: 0 !important;
        align-self: stretch !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #25282c !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons > i {
        display: none !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons > i.add:first-child {
        display: inline-block !important;
        font-size: var(--mardrew-cat-arrow-size) !important;
        line-height: 1 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons > i.add:first-child::before {
        content: "\f105" !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse {
        display: none !important;
    }

    body#index .mardrew-home-categories-layout .mardrew-home-categories-banner,
    body#index .mardrew-home-categories-layout .mardrew-home-categories-banner__link,
    body#index .mardrew-home-categories-layout .mardrew-home-categories-banner__image {
        min-height: var(--mardrew-hero-height) !important;
        height: var(--mardrew-hero-height) !important;
    }

    body#index .mardrew-home-categories-layout .mardrew-home-categories-banner {
        position: relative !important;
        overflow: hidden !important;
        background: #f2f2f2 url("../img/mardrew_proline_banner.jpg") center center / cover no-repeat !important;
    }

    body#index .mardrew-home-subcategory-panel {
        top: clamp(8px, 1vw, 14px) !important;
        left: clamp(8px, 1vw, 14px) !important;
        right: clamp(8px, 1vw, 14px) !important;
        max-height: clamp(190px, 24vw, 315px) !important;
        padding: clamp(10px, 1.2vw, 16px) !important;
        background: rgba(255, 255, 255, 0.97) !important;
    }

    body#index .mardrew-home-subcategory-panel__title {
        font-size: clamp(12px, 1vw, 17px) !important;
        line-height: 1.12 !important;
    }

    body#index .mardrew-home-subcategory-panel__all {
        font-size: clamp(8px, 0.7vw, 10px) !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__list {
        grid-template-columns: repeat(auto-fit, minmax(clamp(105px, 12vw, 170px), 1fr)) !important;
        gap: clamp(6px, 1vw, 13px) clamp(10px, 1.2vw, 18px) !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__group-link {
        font-size: clamp(8px, 0.78vw, 11px) !important;
        line-height: 1.14 !important;
        gap: clamp(4px, 0.5vw, 7px) !important;
        margin-bottom: clamp(3px, 0.5vw, 5px) !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__item-link {
        font-size: clamp(7.5px, 0.72vw, 10px) !important;
        line-height: 1.2 !important;
    }
}

@media (min-width: 768px) and (max-width: 1040px) {
    body#index .mardrew-home-categories-layout {
        width: 100% !important;
    }
}

/* Mardrew final navigation corrections: keep after every Warehouse/custom override. */
@media (max-width: 767.98px) {
    #mardrew-mobile-bottom-nav,
    body > #mardrew-mobile-bottom-nav,
    nav#mardrew-mobile-bottom-nav.mardrew-mobile-bottom-nav {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 100200 !important;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        min-height: 64px !important;
        background: #fff !important;
        border-top: 1px solid #d9d9d9 !important;
        box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12) !important;
    }

    #mardrew-mobile-bottom-nav .mardrew-mobile-bottom-nav__item {
        flex: 1 1 20% !important;
        min-width: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 4px !important;
        padding: 8px 2px 9px !important;
        color: #25282c !important;
        font-size: 11px !important;
        line-height: 1.05 !important;
        text-align: center !important;
        text-decoration: none !important;
    }

    #mardrew-mobile-bottom-nav .mardrew-mobile-bottom-nav__item i {
        display: block !important;
        font-size: 22px !important;
        line-height: 1 !important;
    }

    body {
        padding-bottom: 72px !important;
    }

    #_mobile_iqitmegamenu-mobile .mobile-menu__content {
        margin: 0 !important;
        padding: 0 !important;
    }

    #_mobile_iqitmegamenu-mobile .mobile-menu__scroller {
        position: relative !important;
        height: auto !important;
        min-height: 100% !important;
        padding: 16px !important;
        overflow: visible !important;
    }

    #_mobile_iqitmegamenu-mobile .mardrew-mobile-drawer-categories {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    #_mobile_iqitmegamenu-mobile .mardrew-mobile-drawer-categories__title {
        margin: 0 0 12px !important;
        padding: 0 0 12px !important;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.18) !important;
        color: #555 !important;
        font-size: 20px !important;
        line-height: 1.2 !important;
        font-weight: 500 !important;
    }

    #_mobile_iqitmegamenu-mobile .mardrew-mobile-drawer-categories__tree,
    #_mobile_iqitmegamenu-mobile .mardrew-mobile-category-tree-render__list {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    #_mobile_iqitmegamenu-mobile .mardrew-mobile-category-tree-render__node {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid #ececec !important;
    }

    #_mobile_iqitmegamenu-mobile .mardrew-mobile-category-tree-render__link {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        display: block !important;
        padding: 12px 36px 12px 0 !important;
        color: #25282c !important;
        font-size: 14px !important;
        line-height: 1.18 !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        overflow-wrap: anywhere !important;
    }

    #_mobile_iqitmegamenu-mobile .mardrew-mobile-category-tree-render__link--depth-1 {
        padding-left: 14px !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        text-transform: none !important;
        color: #444 !important;
    }

    #_mobile_iqitmegamenu-mobile .mardrew-mobile-category-tree-render__link--depth-2 {
        padding-left: 26px !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        color: #666 !important;
    }

    #_mobile_iqitmegamenu-mobile .mardrew-mobile-drawer-categories__toggle {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        width: 34px !important;
        height: 42px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: #25282c !important;
        cursor: pointer !important;
    }

    #_mobile_iqitmegamenu-mobile .mardrew-mobile-drawer-categories__toggle i {
        transition: transform .18s ease !important;
    }

    #_mobile_iqitmegamenu-mobile .mardrew-mobile-category-tree-render__node.is-open > .mardrew-mobile-drawer-categories__toggle i {
        transform: rotate(90deg) !important;
    }

    #_mobile_iqitmegamenu-mobile .mardrew-mobile-category-tree-render__node > .mardrew-mobile-category-tree-render__list {
        flex: 0 0 100% !important;
        width: 100% !important;
        padding: 0 0 8px !important;
        border-top: 1px solid rgba(0, 0, 0, 0.04) !important;
    }
}

@media (min-width: 768px) {
    body#index .mardrew-home-categories-layout {
        grid-template-columns: 285px minmax(0, 1fr) !important;
        align-items: stretch !important;
        overflow: visible !important;
        min-height: 430px !important;
    }

    body#index .mardrew-home-categories-layout .mardrew-category-tree {
        width: 285px !important;
        max-width: 285px !important;
        flex: 0 0 285px !important;
        background: #f2f3f4 !important;
        overflow: visible !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li {
        min-height: 36px !important;
        display: flex !important;
        align-items: center !important;
        padding: 0 !important;
        border-bottom: 1px solid #dedede !important;
        background: #f7f7f7 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .category-sub-link {
        flex: 1 1 auto !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        min-width: 0 !important;
        padding: 5px 6px 5px 12px !important;
        font-size: 8px !important;
        line-height: 1.05 !important;
        font-weight: 800 !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        color: #25282c !important;
        text-decoration: none !important;
        background: none !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a > .mardrew-category-icon {
        flex: 0 0 28px !important;
        width: 28px !important;
        min-width: 28px !important;
        height: 22px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #d71920 !important;
        font-size: 16px !important;
        line-height: 1 !important;
        border-right: 1px solid #cfd2d4 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a > .mardrew-category-label {
        display: block !important;
        min-width: 0 !important;
        overflow-wrap: anywhere !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons {
        flex: 0 0 25px !important;
        width: 25px !important;
        min-width: 25px !important;
        align-self: stretch !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        color: #25282c !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons > i {
        display: none !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons > i.add:first-child {
        display: inline-block !important;
        font-size: 12px !important;
        line-height: 1 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons > i.add:first-child::before {
        content: "\f105" !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse {
        display: none !important;
    }

    body#index .mardrew-home-categories-layout .mardrew-home-categories-banner {
        position: relative !important;
        min-height: 430px !important;
        overflow: hidden !important;
        background: #f2f2f2 url("../img/mardrew_proline_banner.jpg") center center / cover no-repeat !important;
    }

    body#index .mardrew-home-subcategory-panel {
        top: 12px !important;
        left: 12px !important;
        right: 12px !important;
        max-height: 300px !important;
        padding: 14px 16px !important;
        background: rgba(255, 255, 255, 0.97) !important;
        border: 1px solid #e3e3e3 !important;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14) !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__list {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 10px 18px !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__group-link {
        font-size: 11px !important;
        line-height: 1.15 !important;
        gap: 7px !important;
        margin-bottom: 5px !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__item-link {
        font-size: 10px !important;
        line-height: 1.22 !important;
    }
}

@media (min-width: 768px) {
    body#index .mardrew-home-categories-layout {
        grid-template-columns: 300px minmax(0, 1fr) !important;
        gap: 0 !important;
        align-items: stretch !important;
    }

    body#index .mardrew-home-categories-layout .mardrew-category-tree {
        width: 300px !important;
        max-width: 300px !important;
        flex: 0 0 300px !important;
        overflow: visible !important;
        background: #f3f4f5 !important;
        border-right: 1px solid #d8d8d8 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu {
        box-shadow: none !important;
        border-radius: 0 !important;
        border: 0 !important;
        background: #f3f4f5 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu {
        background: #f3f4f5 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li {
        display: flex !important;
        align-items: center !important;
        min-height: 45px !important;
        padding: 0 !important;
        border-bottom: 1px solid #d9d9d9 !important;
        position: relative !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a {
        display: inline-flex !important;
        align-items: center !important;
        gap: 12px !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        padding: 8px 10px 8px 18px !important;
        color: #25282c !important;
        font-size: 9px !important;
        line-height: 1.08 !important;
        font-weight: 800 !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        background: none !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li.is-open,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li:hover {
        background: #fff !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li.is-open > a,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li:hover > a {
        color: #d71920 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a > .mardrew-category-icon {
        flex: 0 0 34px !important;
        width: 34px !important;
        min-width: 34px !important;
        height: 26px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #d71920 !important;
        font-size: 17px !important;
        line-height: 1 !important;
        border-right: 1px solid #d0d0d0 !important;
        opacity: 0.9 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a > .mardrew-category-label {
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 32px !important;
        width: 32px !important;
        min-width: 32px !important;
        align-self: stretch !important;
        margin: 0 !important;
        color: #25282c !important;
        cursor: pointer !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons .remove {
        display: none !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons .add {
        display: inline-block !important;
        font-size: 14px !important;
        line-height: 1 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons .add::before {
        content: "\f105" !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse {
        display: none !important;
    }

    body#index .mardrew-home-categories-banner {
        position: relative !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        border: 0 !important;
        background: #f2f2f2 url("../img/mardrew_proline_banner.jpg") center top / cover no-repeat !important;
    }

    body#index .mardrew-home-subcategory-panel {
        position: absolute !important;
        top: 18px !important;
        left: 18px !important;
        right: 18px !important;
        z-index: 5 !important;
        display: none !important;
        max-height: 270px !important;
        overflow: auto !important;
        padding: 18px 20px !important;
        background: rgba(255, 255, 255, 0.96) !important;
        border: 1px solid #e2e2e2 !important;
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16) !important;
    }

    body#index .mardrew-home-subcategory-panel.is-visible {
        display: block !important;
    }

    body#index .mardrew-home-subcategory-panel__head {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 16px !important;
        margin-bottom: 14px !important;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #e8e8e8 !important;
    }

    body#index .mardrew-home-subcategory-panel__title {
        font-size: 17px !important;
        line-height: 1.15 !important;
        font-weight: 800 !important;
        color: #25282c !important;
        text-transform: uppercase !important;
    }

    body#index .mardrew-home-subcategory-panel__all {
        font-size: 10px !important;
        line-height: 1 !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        color: #d71920 !important;
        text-decoration: none !important;
        white-space: nowrap !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__list {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 12px 18px !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__group-link {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        margin-bottom: 7px !important;
        color: #25282c !important;
        font-size: 11px !important;
        line-height: 1.15 !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-category-icon {
        color: #d71920 !important;
        opacity: 0.9 !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__item-link {
        color: #555 !important;
        font-size: 10px !important;
        line-height: 1.2 !important;
        text-decoration: none !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__children {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 0 0 12px !important;
        border-left: 1px solid #e6e6e6 !important;
    }
}

#desktop-header,
#desktop-header-container,
#desktop-header .header-nav,
#desktop-header .header-top,
#iqitmegamenu-wrapper,
#iqitmegamenu-horizontal,
#cbp-hrmenu1 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
}

#iqitmegamenu-wrapper,
#iqitmegamenu-horizontal,
#cbp-hrmenu1 {
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
}

#iqitmegamenu-horizontal nav#cbp-hrmenu > ul,
#iqitmegamenu-horizontal nav#cbp-hrmenu1 > ul,
#cbp-hrmenu1 > ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    width: max-content !important;
    min-width: max-content !important;
}

#iqitmegamenu-horizontal nav#cbp-hrmenu > ul > li,
#iqitmegamenu-horizontal nav#cbp-hrmenu1 > ul > li,
#cbp-hrmenu1 > ul > li {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
}

#iqitmegamenu-horizontal nav#cbp-hrmenu > ul > li > a,
#iqitmegamenu-horizontal nav#cbp-hrmenu1 > ul > li > a,
#cbp-hrmenu1 > ul > li > a,
#iqitmegamenu-horizontal .cbp-hrmenu-tab > a,
#iqitmegamenu-horizontal .cbp-main-link {
    white-space: nowrap !important;
}

#desktop-header,
#desktop-header-container,
#desktop-header .header-nav,
#desktop-header .header-top,
#iqitmegamenu-wrapper,
#iqitmegamenu-horizontal,
#cbp-hrmenu1 {
    overflow: visible !important;
}

.mardrew-mobile-topbar {
    display: none !important;
}

#mardrew-mobile-bottom-nav,
body > #mardrew-mobile-bottom-nav {
    display: none !important;
}

body > .mardrew-mobile-topbar {
    position: relative;
    z-index: 9999;
}

@media (max-width: 767.98px) {
    body {
        padding-bottom: 86px;
    }

    #desktop-header,
    #desktop-header-container,
    #desktop-header .header-nav,
    #desktop-header .header-top,
    .mardrew-menu-bar,
    #iqitmegamenu-wrapper,
    #iqitmegamenu-horizontal,
    #cbp-hrmenu1,
    #mardrew-home-categories-shell,
    .mardrew-category-tree,
    .mardrew-demo-home__hero-side {
        display: none !important;
    }

    #mobile-header,
    #mobile-header-sticky {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .mardrew-mobile-bottom-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10020;
        display: flex !important;
        align-items: stretch;
        justify-content: space-between;
        background: #fff;
        border-top: 1px solid #e6e6e6;
        box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
        padding-bottom: env(safe-area-inset-bottom);
    }

    .mardrew-mobile-bottom-nav__item {
        flex: 1 1 0;
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 8px 4px 10px;
        color: #4c4c4c;
        text-align: center;
        font-size: 11px;
        line-height: 1.05;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }

    .mardrew-mobile-bottom-nav__item i {
        font-size: 21px;
        line-height: 1;
    }

    .mardrew-mobile-bottom-nav__item:hover,
    .mardrew-mobile-bottom-nav__item:focus {
        color: #d41217;
        text-decoration: none;
    }

    .mardrew-mobile-bottom-nav__item span {
        display: block;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 767.98px) {
    #desktop-header,
    #desktop-header-container,
    #desktop-header .header-nav,
    #desktop-header .header-top,
    .mardrew-menu-bar,
    #iqitmegamenu-wrapper,
    #iqitmegamenu-horizontal,
    #cbp-hrmenu1,
    #mardrew-home-categories-shell,
    .mardrew-category-tree,
    .mardrew-demo-home__hero-side {
        display: none !important;
    }

    #mobile-header,
    #mobile-header-sticky {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .mardrew-mobile-top-header {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 12px 16px 14px;
        background: #fff;
        border-bottom: 1px solid #ececec;
    }

    .mardrew-mobile-top-header__logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mardrew-mobile-top-header__logo img {
        max-width: 180px;
        width: auto;
        height: auto;
    }

    .mardrew-mobile-top-header__search .input-group {
        width: 100%;
    }

    .mardrew-mobile-top-header__search .form-control {
        height: 48px;
        font-size: 16px;
        border-radius: 0;
    }

    .mardrew-mobile-top-header__search .search-btn {
        width: 52px;
    }

    .mardrew-mobile-menu-toggle {
        display: block !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .mardrew-mobile-menu-toggle .m-nav-btn {
        display: none !important;
    }

    .mardrew-mobile-menu-toggle .js-m-nav-btn-menu {
        display: none !important;
    }

    #_desktop_iqitmegamenu-mobile,
    #_mobile_iqitmegamenu-mobile {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 86px;
        width: min(88vw, 360px);
        max-width: 360px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translate3d(-102%, 0, 0);
        transition: transform 0.28s ease, visibility 0.28s ease, opacity 0.28s ease;
        visibility: hidden;
        opacity: 0;
        z-index: 10080 !important;
        background: #fff;
        box-shadow: 18px 0 38px rgba(0, 0, 0, 0.18);
    }

    body.mardrew-mobile-menu-open #_desktop_iqitmegamenu-mobile,
    body.mardrew-mobile-menu-open #_mobile_iqitmegamenu-mobile,
    #_desktop_iqitmegamenu-mobile.show,
    #_mobile_iqitmegamenu-mobile.show {
        transform: translate3d(0, 0, 0);
        visibility: visible;
        opacity: 1;
    }

    #mobile_menu_click_overlay {
        display: none;
        position: fixed;
        inset: 0;
        bottom: 86px;
        background: rgba(0, 0, 0, 0.35);
        z-index: 10040 !important;
    }

    body.mardrew-mobile-menu-open #mobile_menu_click_overlay {
        display: block;
    }

    #_desktop_iqitmegamenu-mobile .mobile-menu,
    #_mobile_iqitmegamenu-mobile .mobile-menu {
        height: 100%;
        min-height: 0;
        display: flex !important;
        flex-direction: column !important;
        background: #fff;
    }

    #_desktop_iqitmegamenu-mobile .mobile-menu__content,
    #_mobile_iqitmegamenu-mobile .mobile-menu__content {
        flex: 1 1 auto !important;
        min-height: 0 !important;
    }

    #_desktop_iqitmegamenu-mobile .mobile-menu__scroller,
    #_mobile_iqitmegamenu-mobile .mobile-menu__scroller {
        position: relative !important;
        height: auto !important;
        min-height: 0 !important;
    }

    #_desktop_iqitmegamenu-mobile .mobile-menu__tab,
    #_mobile_iqitmegamenu-mobile .mobile-menu__tab {
        position: relative;
    }

    .mardrew-mobile-category-tree-panel {
        padding: 0 !important;
        background: #fff !important;
    }

    .mardrew-mobile-category-tree-panel.mobile-menu__submenu--active {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow-y: visible !important;
        overflow-x: hidden !important;
        transform: none !important;
    }

    .mardrew-mobile-category-tree-panel.mobile-menu__tab--active {
        flex-wrap: wrap !important;
        align-items: flex-start !important;
    }

    .mardrew-mobile-category-tree-panel.position-absolute {
        position: absolute !important;
        inset: 0 !important;
    }

    .mardrew-mobile-category-tree-panel .block-categories,
    .mardrew-mobile-category-tree-panel .block-categories > .block-content {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .mardrew-mobile-category-tree-panel .block-categories {
        margin: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .mardrew-mobile-category-tree-panel .block-categories {
        display: none !important;
    }

    .mardrew-mobile-category-tree-panel .mardrew-mobile-category-tree-render {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .mardrew-mobile-category-tree-panel .mardrew-mobile-category-tree-render__list {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
    }

    .mardrew-mobile-category-tree-panel .mardrew-mobile-category-tree-render__node {
        margin: 0 !important;
        padding: 0 !important;
    }

    .mardrew-mobile-category-tree-panel .mardrew-mobile-category-tree-render__link {
        display: block !important;
        padding: 12px 0 !important;
        text-decoration: none !important;
        color: #222 !important;
        font-size: 15px !important;
        line-height: 1.25 !important;
        font-weight: 700 !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }

    .mardrew-mobile-category-tree-panel .mardrew-mobile-category-tree-render__link--depth-1 {
        font-size: 14px !important;
        padding-left: 10px !important;
        font-weight: 600 !important;
    }

    .mardrew-mobile-category-tree-panel .mardrew-mobile-category-tree-render__link--depth-2 {
        font-size: 13px !important;
        padding-left: 20px !important;
        color: #666 !important;
        font-weight: 500 !important;
    }

    .mardrew-mobile-category-tree-panel .mardrew-mobile-category-tree-render__list--depth-1 {
        margin-left: 0 !important;
        padding-left: 12px !important;
        border-left: 1px solid rgba(0, 0, 0, 0.06) !important;
    }

    .mardrew-mobile-category-tree-panel .mardrew-mobile-category-tree-render__list--depth-2 {
        margin-left: 0 !important;
        padding-left: 12px !important;
        border-left: 1px solid rgba(0, 0, 0, 0.06) !important;
    }

    .mardrew-mobile-category-tree-panel .block-title {
        display: none !important;
    }

    .mardrew-mobile-category-tree-panel .category-top-menu {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .mardrew-mobile-category-tree-panel .category-top-menu > ul.category-sub-menu {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        max-height: none !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        background: transparent !important;
        overflow: visible !important;
    }

    .mardrew-mobile-category-tree-panel .category-top-menu > ul.category-sub-menu > li {
        display: flex !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
        gap: 10px !important;
        flex-wrap: wrap !important;
    }

    .mardrew-mobile-category-tree-panel .category-top-menu > ul.category-sub-menu > li > a {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        font-size: 15px !important;
        line-height: 1.25 !important;
        padding: 10px 0 !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }

    .mardrew-mobile-category-tree-panel .js-mobile-menu__submenu {
        flex: 0 0 100% !important;
        flex-basis: 100% !important;
        flex-shrink: 0 !important;
        width: 100% !important;
        order: 3 !important;
    }

    .mardrew-mobile-category-tree-panel .category-top-menu > ul.category-sub-menu > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .mardrew-mobile-category-tree-panel .category-top-menu .collapse {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
        visibility: visible !important;
    }

    .mardrew-mobile-category-tree-panel .category-top-menu .collapse-icons {
        flex: 0 0 auto !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .mardrew-mobile-category-tree-render {
        display: block;
        width: 100%;
        height: auto;
    }

    .mardrew-mobile-category-tree-render__list {
        display: block;
        width: 100%;
    }

    .mardrew-mobile-category-tree-render .mardrew-cat-tree-pane__node {
        margin: 0 0 10px;
        padding: 0;
    }

    .mardrew-mobile-category-tree-render .mardrew-cat-tree-pane__group-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.25;
        color: #222;
        text-decoration: none;
        text-transform: uppercase;
    }

    .mardrew-mobile-category-tree-render .mardrew-cat-tree-pane__item-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 13px;
        line-height: 1.35;
        color: #666;
        text-decoration: none;
    }

    .mardrew-mobile-category-tree-render .mardrew-cat-tree-pane__children {
        list-style: none;
        margin: 8px 0 0 14px;
        padding: 0 0 0 12px;
        border-left: 1px solid rgba(0, 0, 0, 0.08);
    }

    .mardrew-mobile-category-tree-render .mardrew-cat-tree-pane__children .mardrew-cat-tree-pane__node {
        margin: 0;
        padding: 2px 0;
    }

    .mardrew-mobile-category-tree-render .mardrew-category-icon {
        flex: 0 0 18px;
        width: 18px;
        min-width: 18px;
        text-align: center;
        line-height: 1;
        color: #727b88;
        opacity: 0.92;
    }

    .mardrew-mobile-category-tree-render .mardrew-category-label {
        flex: 1 1 auto;
        min-width: 0;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .mardrew-mobile-category-tree-panel__banner {
        display: none;
    }

    .mardrew-mobile-category-tree-panel__layout {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .mardrew-home-categories-layout {
        display: flex !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        min-height: 430px !important;
        background: #fff !important;
        overflow: hidden !important;
    }

    .mardrew-home-categories-layout .mardrew-category-tree {
        flex: 0 0 290px !important;
        width: 290px !important;
        max-width: 290px !important;
        margin: 0 !important;
        background: #fbfbfb !important;
        border-right: 1px solid #e9e9e9 !important;
        overflow: auto !important;
    }

    .mardrew-home-categories-layout .category-top-menu {
        padding: 0 !important;
    }

    .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu {
        margin: 0 !important;
        padding: 0 !important;
    }

    .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li {
        border-bottom: 1px solid #ececec !important;
        flex-wrap: nowrap !important;
    }

    body#index .mardrew-home-categories-layout .mardrew-category-tree .category-top-menu.block-content > ul.category-sub-menu > li > a,
    body#index .mardrew-home-categories-layout .mardrew-category-tree .category-top-menu.block-content > ul.category-sub-menu > li > .category-sub-link {
        padding: 6px 8px !important;
        font-size: 6px !important;
        line-height: 0.95 !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.01em !important;
        display: block !important;
    }

    body#index .mardrew-home-categories-layout .mardrew-category-tree .category-top-menu.block-content > ul.category-sub-menu > li > .collapse-icons {
        flex: 0 0 16px !important;
        width: 16px !important;
        min-width: 16px !important;
        margin-right: 0 !important;
        opacity: 0.8 !important;
    }

    body#index .mardrew-home-categories-layout .mardrew-category-tree .category-top-menu.block-content > ul.category-sub-menu > li > .collapse-icons i {
        font-size: 8px !important;
    }

    .mardrew-home-categories-layout .mardrew-home-categories-banner {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        background: #fff !important;
        overflow: hidden !important;
    }

    .mardrew-home-categories-banner__link {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 430px !important;
        color: inherit !important;
        text-decoration: none !important;
    }

    .mardrew-home-categories-banner__image {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 430px !important;
        object-fit: cover !important;
        object-position: center top !important;
        opacity: 0 !important;
    }

    .mardrew-home-categories-banner__overlay {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        align-items: flex-start !important;
        gap: 8px !important;
        padding: 24px !important;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.18) 100%) !important;
    }

    .mardrew-home-categories-banner__eyebrow {
        display: inline-block !important;
        padding: 4px 10px !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.9) !important;
        color: #222 !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        letter-spacing: 0.04em !important;
        text-transform: uppercase !important;
    }

    .mardrew-home-categories-banner__title {
        max-width: 320px !important;
        color: #fff !important;
        font-size: 26px !important;
        line-height: 1.08 !important;
        font-weight: 800 !important;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35) !important;
    }

    .mardrew-home-categories-banner__cta {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 10px 16px !important;
        border: 1px solid rgba(255, 255, 255, 0.88) !important;
        color: #fff !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        letter-spacing: 0.01em !important;
        text-transform: uppercase !important;
    }

    .mardrew-mobile-category-tree-panel {
        display: flex !important;
        position: relative !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        min-height: 430px !important;
        padding: 0 !important;
        overflow: hidden !important;
        background: #fff !important;
    }

    .mardrew-mobile-category-tree-panel__layout {
        display: contents !important;
    }

    .mardrew-mobile-category-tree-panel__list,
    .mardrew-mobile-category-tree-panel .block-categories {
        position: relative !important;
        z-index: 1 !important;
        min-width: 0 !important;
        flex: 0 0 285px !important;
        width: 285px !important;
        max-width: 285px !important;
        background: #fbfbfb !important;
        border-right: 1px solid #e9e9e9 !important;
        overflow: auto !important;
    }

    .mardrew-mobile-category-tree-panel::after {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 285px !important;
        z-index: 0 !important;
        background: #fff url('../img/mardrew_proline_banner.jpg') right top / cover no-repeat !important;
    }

    .mardrew-mobile-category-tree-panel__list .block-categories,
    .mardrew-mobile-category-tree-panel__list .block-categories > .block-content,
    .mardrew-mobile-category-tree-panel .block-categories > .block-content {
        height: 100% !important;
    }

    .mardrew-mobile-category-tree-panel__banner {
        display: none !important;
    }

    .mardrew-mobile-category-tree-panel .block-title {
        display: block !important;
        margin: 0 !important;
        padding: 18px 18px 10px !important;
        font-size: 15px !important;
        line-height: 1.15 !important;
        font-weight: 500 !important;
        color: #555 !important;
        text-transform: none !important;
    }

    .mardrew-mobile-category-tree-panel .category-top-menu {
        padding: 0 !important;
    }

    .mardrew-mobile-category-tree-panel .category-top-menu > ul.category-sub-menu {
        padding: 0 !important;
        margin: 0 !important;
    }

    .mardrew-mobile-category-tree-panel .category-top-menu > ul.category-sub-menu > li {
        padding: 0 !important;
        border-bottom: 1px solid #ececec !important;
        flex-wrap: nowrap !important;
    }

    .mardrew-mobile-category-tree-panel .category-top-menu > ul.category-sub-menu > li > a {
        flex: 1 1 auto !important;
        padding: 11px 16px !important;
        font-size: 11px !important;
        line-height: 1.12 !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.01em !important;
    }

    .mardrew-mobile-category-tree-panel .category-top-menu > ul.category-sub-menu > li > .collapse-icons {
        flex: 0 0 30px !important;
        width: 30px !important;
        min-width: 30px !important;
        align-items: stretch !important;
        justify-content: center !important;
        align-self: stretch !important;
        margin-right: 8px !important;
        opacity: 0.8 !important;
    }

    .mardrew-mobile-category-tree-panel .category-top-menu > ul.category-sub-menu > li > .collapse-icons i {
        font-size: 12px !important;
    }

    .mardrew-mobile-category-tree-panel .collapse {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
        visibility: visible !important;
    }

    .mardrew-mobile-category-tree-panel .mardrew-mobile-category-tree-render {
        display: none !important;
    }
}

@media (min-width: 768px) {
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a {
        font-size: 8px !important;
        line-height: 1.05 !important;
        letter-spacing: 0 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a .mardrew-category-icon,
    body#index .mardrew-home-subcategory-panel .mardrew-category-icon {
        color: #d71920 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons {
        margin-left: auto !important;
        color: #25282c !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons .remove {
        display: none !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons .add {
        display: inline-block !important;
        font-size: 14px !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons .add::before {
        content: "\f105" !important;
    }
}

/* FINAL-FINAL 20260722: responsive desktop category/menu scaling. Keep this as the last block. */
@media (min-width: 768px) {
    body#index .mardrew-home-categories-layout {
        --mardrew-cat-col: clamp(170px, 18vw, 285px);
        --mardrew-cat-font: clamp(6px, 0.55vw, 9px);
        --mardrew-cat-row: clamp(26px, 2.5vw, 38px);
        --mardrew-cat-pad-x: clamp(6px, 0.75vw, 12px);
        --mardrew-cat-icon-box: clamp(18px, 2vw, 29px);
        --mardrew-cat-icon-size: clamp(10px, 1.05vw, 16px);
        --mardrew-cat-arrow-box: clamp(15px, 1.55vw, 24px);
        --mardrew-cat-arrow-size: clamp(8px, 0.85vw, 12px);
        --mardrew-hero-height: clamp(250px, 34vw, 500px);
        display: grid !important;
        grid-template-columns: var(--mardrew-cat-col) minmax(0, 1fr) !important;
        width: min(100%, 1400px) !important;
        margin-inline: auto !important;
        min-height: var(--mardrew-hero-height) !important;
        height: auto !important;
        overflow: visible !important;
    }

    body#index .mardrew-home-categories-layout .mardrew-category-tree {
        width: var(--mardrew-cat-col) !important;
        max-width: var(--mardrew-cat-col) !important;
        flex-basis: var(--mardrew-cat-col) !important;
        overflow: visible !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li {
        min-height: var(--mardrew-cat-row) !important;
        height: var(--mardrew-cat-row) !important;
        display: flex !important;
        align-items: stretch !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .category-sub-link {
        display: inline-flex !important;
        align-items: center !important;
        gap: clamp(3px, 0.5vw, 8px) !important;
        padding: clamp(2px, 0.35vw, 5px) 3px clamp(2px, 0.35vw, 5px) var(--mardrew-cat-pad-x) !important;
        font-size: var(--mardrew-cat-font) !important;
        line-height: 1.05 !important;
        font-weight: 800 !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a > .mardrew-category-icon {
        flex: 0 0 var(--mardrew-cat-icon-box) !important;
        width: var(--mardrew-cat-icon-box) !important;
        min-width: var(--mardrew-cat-icon-box) !important;
        height: clamp(15px, 1.7vw, 24px) !important;
        font-size: var(--mardrew-cat-icon-size) !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons {
        flex: 0 0 var(--mardrew-cat-arrow-box) !important;
        width: var(--mardrew-cat-arrow-box) !important;
        min-width: var(--mardrew-cat-arrow-box) !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons > i {
        display: none !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons > i.add:first-child {
        display: inline-block !important;
        font-size: var(--mardrew-cat-arrow-size) !important;
    }

    body#index .mardrew-home-categories-layout .mardrew-home-categories-banner,
    body#index .mardrew-home-categories-layout .mardrew-home-categories-banner__link,
    body#index .mardrew-home-categories-layout .mardrew-home-categories-banner__image {
        min-height: var(--mardrew-hero-height) !important;
        height: var(--mardrew-hero-height) !important;
    }

    body#index .mardrew-home-subcategory-panel {
        max-height: clamp(185px, 23vw, 305px) !important;
        padding: clamp(8px, 1.1vw, 16px) !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__list {
        grid-template-columns: repeat(auto-fit, minmax(clamp(96px, 11vw, 165px), 1fr)) !important;
        gap: clamp(5px, 0.9vw, 12px) clamp(8px, 1.1vw, 16px) !important;
    }

    body#index .mardrew-home-subcategory-panel__title {
        font-size: clamp(11px, 1vw, 16px) !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__group-link {
        font-size: clamp(7px, 0.72vw, 10.5px) !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__item-link {
        font-size: clamp(6.5px, 0.65vw, 9.5px) !important;
    }
}

/* FINAL-FINAL-FONT 20260722: beat older high-specificity font rules. */
@media (min-width: 768px) {
    body#index .mardrew-home-categories-layout .mardrew-category-tree .category-top-menu.block-content > ul.category-sub-menu > li > a,
    body#index .mardrew-home-categories-layout .mardrew-category-tree .category-top-menu.block-content > ul.category-sub-menu > li > .category-sub-link,
    body#index .mardrew-home-categories-layout .mardrew-category-tree .category-top-menu.block-content > ul.category-sub-menu > li > a .mardrew-category-label {
        font-size: clamp(6px, 0.55vw, 9px) !important;
        line-height: 1.05 !important;
    }

    body#index .mardrew-home-categories-layout .mardrew-category-tree .category-top-menu.block-content > ul.category-sub-menu > li > a > .mardrew-category-icon {
        font-size: clamp(10px, 1.05vw, 16px) !important;
    }
}

/* FINAL 20260722-4: technical category source must never print as raw text on page. */
body:not(.mardrew-mobile-menu-open) > .mardrew-mobile-category-tree-render,
body:not(.mardrew-mobile-menu-open) .mardrew-mobile-category-tree-render:not(.mardrew-mobile-drawer-categories__tree),
body#index .mardrew-home-categories-layout + .mardrew-mobile-category-tree-render {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

#_mobile_iqitmegamenu-mobile .mardrew-mobile-drawer-categories__tree {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
}

/* FINAL 20260722-5: mobile drawer categories collapsed by default. */
#_mobile_iqitmegamenu-mobile .mardrew-mobile-category-tree-render__node.has-children:not(.is-open) > .mardrew-mobile-category-tree-render__list {
    display: none !important;
}

#_mobile_iqitmegamenu-mobile .mardrew-mobile-category-tree-render__node.has-children.is-open > .mardrew-mobile-category-tree-render__list {
    display: block !important;
}

/* FINAL 20260722-6: cleaner category icons/separators. */
@media (min-width: 768px) {
    body#index .mardrew-home-categories-layout {
        --mardrew-cat-icon-box: clamp(26px, 2.55vw, 40px);
        --mardrew-cat-label-gap: clamp(6px, 0.75vw, 11px);
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a::before,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a::after,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li::before,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li::after,
    body#index .mardrew-home-categories-layout .mardrew-category-label::before,
    body#index .mardrew-home-categories-layout .mardrew-category-label::after,
    body#index .mardrew-home-categories-layout .mardrew-category-icon::before,
    body#index .mardrew-home-categories-layout .mardrew-category-icon::after {
        background-image: none !important;
        box-shadow: none !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a {
        gap: var(--mardrew-cat-label-gap) !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a > .mardrew-category-icon {
        flex-basis: var(--mardrew-cat-icon-box) !important;
        width: var(--mardrew-cat-icon-box) !important;
        min-width: var(--mardrew-cat-icon-box) !important;
        padding-right: clamp(7px, 0.8vw, 12px) !important;
        margin-right: clamp(2px, 0.35vw, 5px) !important;
        border-right: 1px solid #cfd2d4 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a > .mardrew-category-icon.fa-angle-right,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a > .mardrew-category-icon.fa-angle-down,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a > .mardrew-category-icon.fa-angle-up {
        display: none !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons > i:not(.add),
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons > i.remove {
        display: none !important;
    }
}

/* FINAL 20260722-6: cleaner left category icons. */
@media (min-width: 768px) {
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a > .mardrew-category-icon {
        margin-right: clamp(4px, 0.5vw, 8px) !important;
        padding-right: clamp(5px, 0.55vw, 9px) !important;
        border-right: 1px solid #d4d7da !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a::before,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a::after,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li::before,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li::after,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a .mardrew-category-icon::before,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a .mardrew-category-icon::after {
        background-image: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a > .mardrew-category-icon.fa-angle-right,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a > .mardrew-category-icon.fa-angle-down,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a > .mardrew-category-icon.fa-angle-up,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a > .mardrew-category-icon.fa-chevron-right,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a > .mardrew-category-icon.fa-chevron-down {
        display: none !important;
    }
}

/* FINAL 20260722-7: separator distance and no pseudo-arrows near category icons. */
@media (min-width: 768px) {
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a::before,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a::after,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li::before,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li::after,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .mardrew-category-label::before,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .mardrew-category-label::after {
        content: none !important;
        display: none !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a {
        gap: clamp(7px, 0.9vw, 13px) !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > a > .mardrew-category-icon {
        box-sizing: content-box !important;
        flex: 0 0 clamp(12px, 1.15vw, 18px) !important;
        width: clamp(12px, 1.15vw, 18px) !important;
        min-width: clamp(12px, 1.15vw, 18px) !important;
        padding-right: clamp(10px, 1.15vw, 16px) !important;
        margin-right: clamp(3px, 0.5vw, 7px) !important;
        border-right: 1px solid #d4d7da !important;
        text-align: center !important;
    }
}

/* FINAL 20260722-8: full-height rotating home categories banner. */
@media (min-width: 768px) {
    body#index .mardrew-home-categories-layout {
        align-items: stretch !important;
    }

    body#index .mardrew-home-categories-layout .mardrew-home-categories-banner {
        position: relative !important;
        height: auto !important;
        min-height: 100% !important;
        overflow: hidden !important;
        background: #111 !important;
    }

    body#index .mardrew-home-categories-slider {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        min-height: inherit !important;
        overflow: hidden !important;
        background: #111 !important;
    }

    body#index .mardrew-home-categories-slide {
        position: absolute !important;
        inset: 0 !important;
        display: block !important;
        opacity: 0 !important;
        z-index: 0 !important;
        pointer-events: none !important;
        transition: opacity 900ms ease-in-out !important;
    }

    body#index .mardrew-home-categories-slide.is-active {
        opacity: 1 !important;
        z-index: 1 !important;
        pointer-events: auto !important;
    }

    body#index .mardrew-home-categories-slide .mardrew-home-categories-banner__image {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        opacity: 1 !important;
        transform: none !important;
    }

    body#index .mardrew-home-categories-banner__overlay {
        z-index: 3 !important;
        pointer-events: none !important;
        background: linear-gradient(90deg, rgba(0, 0, 0, .46), rgba(0, 0, 0, .10) 58%, rgba(0, 0, 0, 0)) !important;
    }
}

/* FINAL 20260722-9: slightly larger desktop subcategory flyout. */
@media (min-width: 768px) {
    body#index .mardrew-home-categories-layout .mardrew-home-subcategory-panel {
        top: clamp(14px, 1vw, 18px) !important;
        left: clamp(18px, 1.7vw, 34px) !important;
        right: clamp(18px, 1.7vw, 34px) !important;
        min-height: clamp(360px, 30vw, 510px) !important;
        max-height: calc(100% - clamp(28px, 2vw, 36px)) !important;
        padding: clamp(14px, 1.25vw, 22px) clamp(18px, 1.65vw, 30px) !important;
    }

    body#index .mardrew-home-categories-layout .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__list {
        gap: clamp(10px, 1.2vw, 18px) clamp(18px, 1.8vw, 34px) !important;
    }
}

/* FINAL 20260813-1: vertically center right arrows in desktop category list. */
@media (min-width: 768px) {
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons {
        top: 50% !important;
        transform: translateY(-50%) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
    }

    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons i,
    body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li > .collapse-icons .add {
        line-height: 1 !important;
        transform: translateY(1px) !important;
    }
}

/* FINAL 20260814-1: functional cookie preferences modal using Mardrew artwork. */
body.iqitcookielaw-open {
    overflow: hidden !important;
}

#iqitcookielaw {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: clamp(16px, 4vw, 42px) !important;
    background: rgba(20, 23, 26, .68) !important;
    color: #292d31 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
}

#iqitcookielaw.iqitcookielaw-showed {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

#iqitcookielaw .iqitcookielaw__dialog {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(245px, 39%) 1fr !important;
    width: min(860px, calc(100vw - 32px)) !important;
    max-height: calc(100vh - 40px) !important;
    overflow: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 24px !important;
    background: #fff !important;
    box-shadow: 0 30px 100px rgba(0, 0, 0, .38) !important;
    text-align: left !important;
}

#iqitcookielaw .iqitcookielaw__visual {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    min-height: 470px !important;
    padding: 34px 30px !important;
    overflow: hidden !important;
    border-radius: 24px 0 0 24px !important;
    background:
        linear-gradient(180deg, rgba(28, 20, 14, .08) 25%, rgba(25, 15, 9, .82) 100%),
        url('/themes/warehouse/assets/img/mardrew_right_top.png') 35% center / cover no-repeat !important;
    color: #fff !important;
}

#iqitcookielaw .iqitcookielaw__eyebrow {
    display: inline-flex !important;
    align-self: flex-start !important;
    margin-bottom: 12px !important;
    padding: 7px 12px !important;
    border-radius: 999px !important;
    background: #f47b20 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}

#iqitcookielaw .iqitcookielaw__visual h2 {
    max-width: 270px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(28px, 2.8vw, 38px) !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
    letter-spacing: -.035em !important;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .42) !important;
}

#iqitcookielaw .iqitcookielaw__body {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    padding: clamp(28px, 3.5vw, 46px) !important;
}

#iqitcookielaw .iqitcookielaw__content {
    margin: 0 0 24px !important;
    padding: 0 !important;
    color: #4a5055 !important;
    font-size: clamp(14px, 1vw, 16px) !important;
    line-height: 1.62 !important;
}

#iqitcookielaw .iqitcookielaw__content p {
    margin: 0 !important;
}

#iqitcookielaw .iqitcookielaw__preferences {
    display: grid !important;
    gap: 10px !important;
    margin: 0 0 22px !important;
}

#iqitcookielaw .iqitcookielaw__preferences[hidden],
#iqitcookielaw .iqitcookielaw__button[hidden] {
    display: none !important;
}

#iqitcookielaw .iqitcookielaw__preference {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    border: 1px solid #e7e3de !important;
    border-radius: 14px !important;
    background: #faf9f7 !important;
    cursor: pointer !important;
}

#iqitcookielaw .iqitcookielaw__preference span,
#iqitcookielaw .iqitcookielaw__preference small {
    display: block !important;
}

#iqitcookielaw .iqitcookielaw__preference strong {
    color: #292d31 !important;
    font-size: 14px !important;
}

#iqitcookielaw .iqitcookielaw__preference small {
    margin-top: 3px !important;
    color: #73787c !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
}

#iqitcookielaw .iqitcookielaw__preference input {
    width: 20px !important;
    height: 20px !important;
    accent-color: #f47b20 !important;
}

#iqitcookielaw .iqitcookielaw__actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin-top: auto !important;
}

#iqitcookielaw .iqitcookielaw__button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 47px !important;
    margin: 0 !important;
    padding: 12px 17px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.15 !important;
    cursor: pointer !important;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}

#iqitcookielaw .iqitcookielaw__button--primary {
    grid-column: 1 / -1 !important;
    border: 1px solid #f47b20 !important;
    background: #f47b20 !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(244, 123, 32, .28) !important;
}

#iqitcookielaw .iqitcookielaw__button--primary:hover,
#iqitcookielaw .iqitcookielaw__button--primary:focus {
    border-color: #dd6818 !important;
    background: #dd6818 !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
}

#iqitcookielaw .iqitcookielaw__button--secondary {
    border: 1px solid #d9d5d0 !important;
    background: #fff !important;
    color: #33383c !important;
}

#iqitcookielaw .iqitcookielaw__button--link {
    border: 1px solid transparent !important;
    background: #f4f1ed !important;
    color: #5e5148 !important;
}

#iqitcookielaw .iqitcookielaw__privacy {
    align-self: center !important;
    margin-top: 18px !important;
    color: #76685f !important;
    font-size: 12px !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

@media (max-width: 767.98px) {
    #iqitcookielaw .iqitcookielaw__dialog {
        display: block !important;
        width: min(520px, calc(100vw - 24px)) !important;
        border-radius: 19px !important;
    }

    #iqitcookielaw .iqitcookielaw__visual {
        min-height: 150px !important;
        padding: 22px !important;
        border-radius: 19px 19px 0 0 !important;
        background-position: 50% 40% !important;
    }

    #iqitcookielaw .iqitcookielaw__visual h2 {
        max-width: 330px !important;
        font-size: 25px !important;
    }

    #iqitcookielaw .iqitcookielaw__eyebrow {
        margin-bottom: 7px !important;
        padding: 5px 9px !important;
        font-size: 10px !important;
    }

    #iqitcookielaw .iqitcookielaw__body {
        padding: 23px !important;
    }
}

@media (max-width: 420px) {
    #iqitcookielaw {
        padding: 10px !important;
    }

    #iqitcookielaw .iqitcookielaw__actions {
        grid-template-columns: 1fr !important;
    }

    #iqitcookielaw .iqitcookielaw__button--primary {
        grid-column: auto !important;
    }
}

/* FINAL 20260814-2: Mardrew orange accents in category navigation. */
body#index .mardrew-home-categories-layout .mardrew-category-icon,
body#index .mardrew-home-subcategory-panel .mardrew-category-icon,
.mardrew-mobile-category-tree-panel .mardrew-category-icon,
.mardrew-mobile-category-tree-render .mardrew-category-icon,
#mardrew-category-right-panel .mardrew-category-icon,
header#header .mardrew-vertical-panel .mardrew-category-icon {
    color: #f47b20 !important;
}

body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li.is-open > a,
body#index .mardrew-home-categories-layout .category-top-menu > ul.category-sub-menu > li:hover > a,
body#index .mardrew-home-subcategory-panel__all,
header#header .mardrew-vertical-panel .mardrew-cat-tree-pane__eyebrow {
    color: #f47b20 !important;
}

header#header .cbp-vertical-title,
#header .cbp-vertical-title,
.cbp-vertical-title {
    background-color: #f47b20 !important;
    border-color: #f47b20 !important;
    color: #fff !important;
    position: relative !important;
    cursor: pointer !important;
}

header#header .cbp-vertical-title:hover,
#header .cbp-vertical-title:hover,
.cbp-vertical-title:hover {
    background-color: #dd6818 !important;
    border-color: #dd6818 !important;
}

/* FINAL 20260814-3: keep the desktop hero away from the right viewport edge. */
@media (min-width: 768px) {
    body#index .mardrew-vertical-panel > .mardrew-home-categories-layout {
        box-sizing: border-box !important;
        padding-right: clamp(14px, 1.25vw, 24px) !important;
    }
}

/* FINAL 20260814-4: full orange desktop shopping-cart tile. */
@media (min-width: 992px) {
    #desktop-header .col-header-right {
        flex: 0 0 auto !important;
        width: clamp(250px, 18vw, 292px) !important;
        max-width: clamp(250px, 18vw, 292px) !important;
    }

    #desktop-header #ps-shoppingcart-wrapper,
    #desktop-header #ps-shoppingcart,
    #desktop-header #blockcart {
        width: clamp(205px, 15vw, 244px) !important;
        max-width: none !important;
        height: 66px !important;
        padding: 0 !important;
    }

    #desktop-header #cart-toogle {
        display: grid !important;
        grid-template-columns: 66px minmax(0, 1fr) 46px !important;
        align-items: stretch !important;
        width: 100% !important;
        height: 66px !important;
        padding: 0 !important;
        color: #222 !important;
        background: #f3f4f5 !important;
        text-decoration: none !important;
        overflow: visible !important;
    }

    #desktop-header #cart-toogle .mardrew-cart-icon-panel,
    #desktop-header #cart-toogle .mardrew-cart-arrow {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 66px !important;
        color: #fff !important;
        background: #f47b20 !important;
    }

    #desktop-header #cart-toogle .mardrew-cart-icon-panel .icon {
        position: relative !important;
        display: block !important;
        margin: 0 !important;
        color: #fff !important;
        font-size: 30px !important;
        line-height: 1 !important;
    }

    #desktop-header #cart-toogle .cart-products-count-btn {
        position: absolute !important;
        top: -9px !important;
        right: -13px !important;
        min-width: 25px !important;
        height: 19px !important;
        padding: 1px 6px !important;
        border: 2px solid #f47b20 !important;
        border-radius: 6px !important;
        background: #292929 !important;
        color: #fff !important;
        font-family: inherit !important;
        font-size: 11px !important;
        font-weight: 800 !important;
        line-height: 15px !important;
        text-align: center !important;
    }

    #desktop-header #cart-toogle .info-wrapper {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: flex-start !important;
        min-width: 0 !important;
        padding: 0 12px !important;
        color: #202124 !important;
        background: #f3f4f5 !important;
        line-height: 1.15 !important;
    }

    #desktop-header #cart-toogle .info-wrapper .title {
        display: block !important;
        margin: 0 0 4px !important;
        color: #202124 !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    #desktop-header #cart-toogle .cart-toggle-details {
        display: block !important;
        color: #202124 !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    #desktop-header #cart-toogle .mardrew-cart-arrow {
        font-size: 22px !important;
        transition: background-color .2s ease !important;
    }

    #desktop-header #cart-toogle:hover .mardrew-cart-icon-panel,
    #desktop-header #cart-toogle:hover .mardrew-cart-arrow {
        background: #dd6818 !important;
    }
}

/* FINAL 20260814-5: responsive single-line account and cart header layout. */
@media (min-width: 992px) {
    #desktop-header .header-top #desktop-header-container > .row {
        flex-wrap: nowrap !important;
    }

    #desktop-header .col-header-center {
        min-width: 0 !important;
    }

    #desktop-header .col-header-right {
        flex: 0 0 clamp(300px, 20vw, 350px) !important;
        width: clamp(300px, 20vw, 350px) !important;
        max-width: clamp(300px, 20vw, 350px) !important;
    }

    #desktop-header .col-header-right > .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: clamp(8px, .75vw, 12px) !important;
        width: 100% !important;
        margin: 0 !important;
    }

    #desktop-header #header-user-btn {
        flex: 0 0 clamp(28px, 2vw, 34px) !important;
        width: clamp(28px, 2vw, 34px) !important;
        max-width: clamp(28px, 2vw, 34px) !important;
        padding: 0 !important;
        text-align: center !important;
    }

    #desktop-header #header-user-btn .header-user-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: clamp(58px, 4.25vw, 66px) !important;
        padding: 0 !important;
    }

    #desktop-header #header-user-btn .icon {
        margin: 0 !important;
        font-size: clamp(20px, 1.65vw, 26px) !important;
        line-height: 1 !important;
    }

    #desktop-header #header-user-btn .title {
        display: none !important;
    }

    #desktop-header #ps-shoppingcart-wrapper,
    #desktop-header #ps-shoppingcart,
    #desktop-header #blockcart {
        flex: 0 1 clamp(250px, 16vw, 285px) !important;
        width: clamp(250px, 16vw, 285px) !important;
        max-width: clamp(250px, 16vw, 285px) !important;
        height: clamp(58px, 4.25vw, 66px) !important;
    }

    #desktop-header #cart-toogle {
        grid-template-columns: clamp(58px, 4.25vw, 66px) minmax(0, 1fr) clamp(42px, 3.1vw, 48px) !important;
        height: clamp(58px, 4.25vw, 66px) !important;
    }

    #desktop-header #cart-toogle .mardrew-cart-icon-panel,
    #desktop-header #cart-toogle .mardrew-cart-arrow {
        height: clamp(58px, 4.25vw, 66px) !important;
    }

    #desktop-header #cart-toogle .mardrew-cart-icon-panel .icon {
        font-size: clamp(26px, 2vw, 31px) !important;
    }

    #desktop-header #cart-toogle .info-wrapper {
        padding-inline: clamp(9px, .8vw, 13px) !important;
        overflow: hidden !important;
    }

    #desktop-header #cart-toogle .info-wrapper .title {
        max-width: 100% !important;
        overflow: hidden !important;
        font-size: clamp(11px, .82vw, 13px) !important;
        text-overflow: ellipsis !important;
    }

    #desktop-header #cart-toogle .cart-toggle-details {
        font-size: clamp(11px, .82vw, 13px) !important;
    }
}

/* FINAL 20260814-6: compact and visually balanced desktop cart. */
@media (min-width: 992px) {
    #desktop-header .col-header-right {
        flex-basis: clamp(252px, 17vw, 280px) !important;
        width: clamp(252px, 17vw, 280px) !important;
        max-width: clamp(252px, 17vw, 280px) !important;
    }

    #desktop-header .col-header-right > .row {
        gap: clamp(6px, .5vw, 8px) !important;
    }

    #desktop-header #header-user-btn {
        flex-basis: 28px !important;
        width: 28px !important;
        max-width: 28px !important;
    }

    #desktop-header #header-user-btn .header-user-btn,
    #desktop-header #ps-shoppingcart-wrapper,
    #desktop-header #ps-shoppingcart,
    #desktop-header #blockcart,
    #desktop-header #cart-toogle,
    #desktop-header #cart-toogle .mardrew-cart-icon-panel,
    #desktop-header #cart-toogle .mardrew-cart-arrow {
        height: clamp(50px, 3.45vw, 54px) !important;
    }

    #desktop-header #ps-shoppingcart-wrapper,
    #desktop-header #ps-shoppingcart,
    #desktop-header #blockcart {
        flex-basis: clamp(210px, 14vw, 230px) !important;
        width: clamp(210px, 14vw, 230px) !important;
        max-width: clamp(210px, 14vw, 230px) !important;
    }

    #desktop-header #cart-toogle {
        grid-template-columns: clamp(48px, 3.45vw, 54px) minmax(0, 1fr) clamp(34px, 2.45vw, 38px) !important;
    }

    #desktop-header #header-user-btn .icon {
        font-size: clamp(18px, 1.35vw, 22px) !important;
    }

    #desktop-header #cart-toogle .mardrew-cart-icon-panel .icon {
        font-size: clamp(22px, 1.6vw, 25px) !important;
    }

    #desktop-header #cart-toogle .cart-products-count-btn {
        top: -8px !important;
        right: -11px !important;
        min-width: 22px !important;
        height: 18px !important;
        padding: 1px 5px !important;
        font-size: 10px !important;
        line-height: 14px !important;
    }

    #desktop-header #cart-toogle .info-wrapper {
        padding-inline: clamp(8px, .6vw, 10px) !important;
    }

    #desktop-header #cart-toogle .info-wrapper .title {
        margin-bottom: 3px !important;
        font-size: clamp(10px, .72vw, 11.5px) !important;
    }

    #desktop-header #cart-toogle .cart-toggle-details {
        font-size: clamp(10px, .72vw, 11.5px) !important;
    }

    #desktop-header #cart-toogle .mardrew-cart-arrow {
        font-size: clamp(17px, 1.3vw, 20px) !important;
    }
}

/* FINAL 20260814-7: contact, wishlist and labelled account actions. */
@media (min-width: 992px) {
    #desktop-header .col-header-right {
        flex-basis: 360px !important;
        width: 360px !important;
        max-width: 360px !important;
    }

    #desktop-header .mardrew-header-action,
    #desktop-header #header-user-btn .header-user-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 34px !important;
        width: 34px !important;
        height: clamp(50px, 3.45vw, 54px) !important;
        padding: 0 !important;
        color: #202124 !important;
        text-decoration: none !important;
        white-space: nowrap !important;
    }

    #desktop-header .mardrew-header-action i,
    #desktop-header #header-user-btn .icon {
        margin: 0 !important;
        color: #202124 !important;
        font-size: clamp(20px, 1.45vw, 24px) !important;
        line-height: 1 !important;
    }

    #desktop-header .mardrew-header-action span,
    #desktop-header #header-user-btn .title {
        display: none !important;
    }

    #desktop-header #header-user-btn {
        flex: 0 0 34px !important;
        width: 34px !important;
        max-width: 34px !important;
    }

    #desktop-header .mardrew-header-action:hover,
    #desktop-header #header-user-btn .header-user-btn:hover {
        color: #f47b20 !important;
    }

    #desktop-header .mardrew-header-action:hover i,
    #desktop-header #header-user-btn .header-user-btn:hover .icon {
        color: #f47b20 !important;
    }
}

@media (min-width: 1200px) {
    #desktop-header .col-header-right {
        flex-basis: clamp(520px, 38vw, 610px) !important;
        width: clamp(520px, 38vw, 610px) !important;
        max-width: clamp(520px, 38vw, 610px) !important;
    }

    #desktop-header .mardrew-header-action,
    #desktop-header #header-user-btn,
    #desktop-header #header-user-btn .header-user-btn {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
    }

    #desktop-header .mardrew-header-action,
    #desktop-header #header-user-btn .header-user-btn {
        gap: clamp(6px, .55vw, 9px) !important;
        padding-inline: clamp(5px, .55vw, 9px) !important;
    }

    #desktop-header .mardrew-header-action span,
    #desktop-header #header-user-btn .title {
        display: inline-block !important;
        color: #202124 !important;
        font-size: clamp(10px, .72vw, 12px) !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    #desktop-header .mardrew-header-action i,
    #desktop-header #header-user-btn .icon {
        font-size: clamp(22px, 1.6vw, 27px) !important;
    }
}

/* FINAL 20260814-8: smaller logo and always-visible desktop action labels. */
@media (min-width: 992px) {
    #desktop-header .header-top {
        padding-block: clamp(16px, 1.25vw, 20px) !important;
    }

    #desktop-header #desktop_logo img {
        display: block !important;
        width: clamp(104px, 7vw, 112px) !important;
        max-width: clamp(104px, 7vw, 112px) !important;
        height: auto !important;
    }

    #desktop-header .col-header-left {
        flex: 0 0 auto !important;
        width: auto !important;
    }

    #desktop-header .col-header-right {
        flex-basis: clamp(440px, 38vw, 610px) !important;
        width: clamp(440px, 38vw, 610px) !important;
        max-width: clamp(440px, 38vw, 610px) !important;
    }

    #desktop-header .mardrew-header-action,
    #desktop-header #header-user-btn,
    #desktop-header #header-user-btn .header-user-btn {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
    }

    #desktop-header .mardrew-header-action,
    #desktop-header #header-user-btn .header-user-btn {
        gap: clamp(4px, .45vw, 8px) !important;
        padding-inline: clamp(3px, .45vw, 8px) !important;
    }

    #desktop-header .mardrew-header-action span,
    #desktop-header #header-user-btn .title {
        display: inline-block !important;
        color: #202124 !important;
        font-size: clamp(8.5px, .7vw, 11.5px) !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    #desktop-header .mardrew-header-action i,
    #desktop-header #header-user-btn .icon {
        font-size: clamp(18px, 1.45vw, 25px) !important;
    }

    #desktop-header #ps-shoppingcart-wrapper,
    #desktop-header #ps-shoppingcart,
    #desktop-header #blockcart {
        flex-basis: clamp(180px, 14vw, 230px) !important;
        width: clamp(180px, 14vw, 230px) !important;
        max-width: clamp(180px, 14vw, 230px) !important;
    }
}

/* FINAL 20260814-9: keep the full header compact and horizontal on tablets. */
@media (min-width: 768px) and (max-width: 991.98px) {
    #desktop-header .header-top {
        padding-block: 12px !important;
    }

    #desktop-header #desktop-header-container > .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        width: 100% !important;
        margin: 0 !important;
    }

    #desktop-header .col-header-left {
        flex: 0 0 92px !important;
        width: 92px !important;
        max-width: 92px !important;
        padding-inline: 6px !important;
    }

    #desktop-header #desktop_logo img {
        display: block !important;
        width: 80px !important;
        max-width: 80px !important;
        height: auto !important;
    }

    #desktop-header .col-header-center {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        padding-inline: 8px !important;
    }

    #desktop-header .col-header-right {
        flex: 0 0 clamp(382px, 48vw, 400px) !important;
        width: clamp(382px, 48vw, 400px) !important;
        max-width: clamp(382px, 48vw, 400px) !important;
        padding: 0 6px 0 0 !important;
    }

    #desktop-header .col-header-right > .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 3px !important;
        width: 100% !important;
        margin: 0 !important;
    }

    #desktop-header .mardrew-header-action,
    #desktop-header #header-user-btn,
    #desktop-header #header-user-btn .header-user-btn {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
    }

    #desktop-header .mardrew-header-action,
    #desktop-header #header-user-btn .header-user-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 3px !important;
        height: 46px !important;
        padding: 0 2px !important;
        color: #202124 !important;
        text-decoration: none !important;
        white-space: nowrap !important;
    }

    #desktop-header .mardrew-header-action i,
    #desktop-header #header-user-btn .icon {
        margin: 0 !important;
        color: #202124 !important;
        font-size: 17px !important;
        line-height: 1 !important;
    }

    #desktop-header .mardrew-header-action span,
    #desktop-header #header-user-btn .title {
        display: inline-block !important;
        color: #202124 !important;
        font-size: 7.5px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    #desktop-header #ps-shoppingcart-wrapper,
    #desktop-header #ps-shoppingcart,
    #desktop-header #blockcart {
        flex: 0 0 clamp(145px, 20vw, 165px) !important;
        width: clamp(145px, 20vw, 165px) !important;
        max-width: clamp(145px, 20vw, 165px) !important;
        height: 46px !important;
    }

    #desktop-header #cart-toogle {
        display: grid !important;
        grid-template-columns: 40px minmax(0, 1fr) 28px !important;
        align-items: stretch !important;
        width: 100% !important;
        height: 46px !important;
        padding: 0 !important;
        color: #202124 !important;
        background: #f3f4f5 !important;
        overflow: visible !important;
    }

    #desktop-header #cart-toogle .mardrew-cart-icon-panel,
    #desktop-header #cart-toogle .mardrew-cart-arrow {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 46px !important;
        color: #fff !important;
        background: #f47b20 !important;
    }

    #desktop-header #cart-toogle .mardrew-cart-icon-panel .icon {
        font-size: 19px !important;
    }

    #desktop-header #cart-toogle .cart-products-count-btn {
        top: -7px !important;
        right: -10px !important;
        min-width: 20px !important;
        height: 17px !important;
        padding: 1px 4px !important;
        font-size: 9px !important;
        line-height: 13px !important;
    }

    #desktop-header #cart-toogle .info-wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        min-width: 0 !important;
        padding-inline: 6px !important;
        color: #202124 !important;
        background: #f3f4f5 !important;
        overflow: hidden !important;
    }

    #desktop-header #cart-toogle .info-wrapper .title,
    #desktop-header #cart-toogle .cart-toggle-details {
        display: block !important;
        color: #202124 !important;
        overflow: hidden !important;
        font-size: 8px !important;
        line-height: 1.15 !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    #desktop-header #cart-toogle .mardrew-cart-arrow {
        font-size: 16px !important;
    }
}

/* FINAL 20260816-1: tighter and optically aligned desktop header controls. */
@media (min-width: 992px) {
    #desktop-header .col-header-center .search-widget form {
        width: min(100%, 480px) !important;
        height: 40px !important;
        margin-inline: auto !important;
    }

    #desktop-header .col-header-center .search-widget .input-group,
    #desktop-header .col-header-center .search-widget .form-search-control,
    #desktop-header .col-header-center .search-widget .search-btn {
        height: 40px !important;
        min-height: 40px !important;
    }

    #desktop-header .col-header-center .search-widget .form-search-control {
        padding-block: 7px !important;
        font-size: clamp(12px, .92vw, 14px) !important;
    }

    #desktop-header .col-header-center .search-widget .search-btn {
        width: 44px !important;
        padding: 0 !important;
    }

    #desktop-header .col-header-right {
        flex-basis: clamp(410px, 36vw, 540px) !important;
        width: clamp(410px, 36vw, 540px) !important;
        max-width: clamp(410px, 36vw, 540px) !important;
    }

    #desktop-header .mardrew-header-action,
    #desktop-header #header-user-btn .header-user-btn,
    #desktop-header #header-user-btn,
    #desktop-header #ps-shoppingcart-wrapper,
    #desktop-header #ps-shoppingcart,
    #desktop-header #blockcart,
    #desktop-header #cart-toogle,
    #desktop-header #cart-toogle .mardrew-cart-icon-panel,
    #desktop-header #cart-toogle .mardrew-cart-arrow {
        height: 44px !important;
    }

    #desktop-header .mardrew-header-contact,
    #desktop-header .mardrew-header-wishlist {
        transform: translateY(2px) !important;
    }

    #desktop-header #ps-shoppingcart-wrapper,
    #desktop-header #ps-shoppingcart,
    #desktop-header #blockcart {
        flex-basis: clamp(165px, 12vw, 195px) !important;
        width: clamp(165px, 12vw, 195px) !important;
        max-width: clamp(165px, 12vw, 195px) !important;
    }

    #desktop-header #cart-toogle {
        grid-template-columns: 46px minmax(0, 1fr) 32px !important;
    }

    #desktop-header #cart-toogle .mardrew-cart-icon-panel .icon {
        font-size: clamp(20px, 1.4vw, 23px) !important;
    }

    #desktop-header #cart-toogle .info-wrapper {
        padding-inline: 7px !important;
    }

    #desktop-header #cart-toogle .info-wrapper .title,
    #desktop-header #cart-toogle .cart-toggle-details {
        font-size: clamp(9px, .68vw, 10.5px) !important;
    }

    #desktop-header #cart-toogle .mardrew-cart-arrow {
        font-size: 17px !important;
    }
}

/* FINAL 20260817-1: optical alignment on tablets and smaller wide-screen logo. */
@media (min-width: 768px) and (max-width: 991.98px) {
    #desktop-header .mardrew-header-contact,
    #desktop-header .mardrew-header-wishlist {
        transform: translateY(2px) !important;
    }
}

@media (min-width: 1200px) {
    #desktop-header #desktop_logo img {
        width: clamp(76px, 5vw, 84px) !important;
        max-width: clamp(76px, 5vw, 84px) !important;
        height: auto !important;
    }
}

/* FINAL 20260817-3: one centered wide-screen axis for header, menu and hero. */
@media (min-width: 1600px) {
    #desktop-header #desktop-header-container {
        width: calc(100% - 40px) !important;
        max-width: 1400px !important;
        margin-inline: auto !important;
    }

    .mardrew-menu-bar #iqitmegamenu-wrapper,
    .mardrew-menu-bar #iqitmegamenu-horizontal {
        width: calc(100% - 40px) !important;
        max-width: 1400px !important;
        margin-inline: auto !important;
    }

    .mardrew-menu-bar #iqitmegamenu-horizontal {
        width: 100% !important;
    }
}

/* FINAL 20260817-4: full-width light-grey desktop navigation bar. */
@media (min-width: 768px) {
    .mardrew-menu-bar {
        background: #e3e5e7 !important;
        border-top: 1px solid #d3d5d7 !important;
        border-bottom: 1px solid #d3d5d7 !important;
    }

    .mardrew-menu-bar > .container,
    .mardrew-menu-bar #iqitmegamenu-wrapper,
    .mardrew-menu-bar .container-iqitmegamenu,
    .mardrew-menu-bar #iqitmegamenu-horizontal,
    .mardrew-menu-bar #cbp-hrmenu,
    .mardrew-menu-bar #cbp-hrmenu > ul,
    .mardrew-menu-bar #cbp-hrmenu > ul > li,
    .mardrew-menu-bar #cbp-hrmenu > ul > li > a {
        background-color: transparent !important;
    }
}

/* FINAL 20260817-6: rounded, rotating lower-left promotional tile. */
body#index .mardrew-lower-promo-slider {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    border-radius: clamp(12px, 1vw, 18px) !important;
    background: #1e1e1e !important;
    box-shadow: 0 14px 34px rgba(32, 24, 16, .11) !important;
    isolation: isolate !important;
}

body#index .mardrew-lower-promo-slider__track {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1200 / 530 !important;
    overflow: hidden !important;
}

body#index .mardrew-lower-promo-slider__slide {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 850ms ease-in-out !important;
}

body#index .mardrew-lower-promo-slider__slide.is-active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

body#index .mardrew-lower-promo-slider__slide img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
}

body#index .mardrew-lower-promo-slider__arrow {
    position: absolute !important;
    top: 50% !important;
    z-index: 4 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: clamp(32px, 2.5vw, 42px) !important;
    height: clamp(42px, 3.2vw, 54px) !important;
    padding: 0 !important;
    border: 0 !important;
    color: #fff !important;
    background: rgba(20, 20, 20, .42) !important;
    font-size: clamp(17px, 1.45vw, 24px) !important;
    line-height: 1 !important;
    opacity: .78 !important;
    transform: translateY(-50%) !important;
    transition: background-color .2s ease, opacity .2s ease !important;
}

body#index .mardrew-lower-promo-slider__arrow:hover {
    background: #f47b20 !important;
    opacity: 1 !important;
}

body#index .mardrew-lower-promo-slider__arrow--prev {
    left: 0 !important;
    border-radius: 0 8px 8px 0 !important;
}

body#index .mardrew-lower-promo-slider__arrow--next {
    right: 0 !important;
    border-radius: 8px 0 0 8px !important;
}

body#index .mardrew-lower-promo-slider__dots {
    position: absolute !important;
    right: 0 !important;
    bottom: clamp(10px, 1vw, 16px) !important;
    left: 0 !important;
    z-index: 4 !important;
    display: flex !important;
    justify-content: center !important;
    gap: 7px !important;
    pointer-events: none !important;
}

body#index .mardrew-lower-promo-slider__dot {
    width: 9px !important;
    height: 9px !important;
    min-width: 9px !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, .9) !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, .45) !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .25) !important;
    pointer-events: auto !important;
}

body#index .mardrew-lower-promo-slider__dot.is-active {
    border-color: #f47b20 !important;
    background: #f47b20 !important;
}

@media (max-width: 767.98px) {
    body#index .mardrew-lower-promo-slider {
        border-radius: 12px !important;
    }
}

/* FINAL 20260817-8: use one responsive content width above and below the hero. */
@media (min-width: 768px) {
    body#index .mardrew-home-categories-layout {
        width: calc(100% - 20px) !important;
        max-width: 1400px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    body#index .page-home {
        width: 100% !important;
        max-width: 1400px !important;
        box-sizing: border-box !important;
        padding-right: clamp(15px, 1.25vw, 24px) !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    body#index .page-home > .elementor,
    body#index .page-home > .elementor > .elementor-section {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    body#index .elementor-element-ht3znpt .elementor-element-2ui95f8 {
        flex: 0 0 70% !important;
        width: 70% !important;
        max-width: 70% !important;
    }

    body#index .elementor-element-ht3znpt .elementor-element-aj9rehe {
        flex: 0 0 30% !important;
        width: 30% !important;
        max-width: 30% !important;
    }
}

/* FINAL 20260817-11: square lower promo tiles aligned with the upper hero edge. */
body#index .elementor-element-ht3znpt .elementor-iqit-banner,
body#index .elementor-element-ht3znpt .elementor-iqit-banner > a,
body#index .elementor-element-ht3znpt .elementor-iqit-banner-img,
body#index .elementor-element-ht3znpt .elementor-iqit-banner-img img,
body#index .elementor-element-ht3znpt .carousel-inner,
body#index .elementor-element-ht3znpt .carousel-item,
body#index .elementor-element-ht3znpt .mardrew-lower-promo-slider {
    border-radius: 0 !important;
    overflow: hidden !important;
}

/* CONTACT 20260818-1: responsive contact page, isolated from Warehouse grid rules. */
body#contact .page-wrapper,
body#contact #wrapper {
    background: #f6f6f4 !important;
}

body#contact #wrapper .container,
body#contact #wrapper .container-fluid {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body#contact #wrapper .breadcrumb {
    width: min(100% - 40px, 1400px) !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 18px 0 !important;
    background: transparent !important;
}

body#contact #content-wrapper,
body#contact #main,
body#contact .page-content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body#contact .mardrew-contact-page {
    --contact-orange: #f47b20;
    --contact-orange-dark: #d9610a;
    --contact-ink: #222;
    --contact-muted: #696969;
    --contact-line: #e5e5e2;
    width: min(100% - 40px, 1400px) !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: clamp(26px, 3vw, 48px) 0 clamp(48px, 6vw, 86px) !important;
    color: var(--contact-ink) !important;
}

body#contact .mardrew-contact-hero {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 32px !important;
    margin-bottom: clamp(24px, 3vw, 42px) !important;
    padding-bottom: clamp(22px, 2.5vw, 34px) !important;
    border-bottom: 1px solid var(--contact-line) !important;
}

body#contact .mardrew-contact-eyebrow,
body#contact .mardrew-contact-card-kicker {
    display: block !important;
    margin-bottom: 10px !important;
    color: var(--contact-orange) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .16em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

body#contact .mardrew-contact-hero h1 {
    margin: 0 0 12px !important;
    color: var(--contact-ink) !important;
    font-size: clamp(38px, 4vw, 64px) !important;
    font-weight: 800 !important;
    letter-spacing: -.045em !important;
    line-height: 1 !important;
}

body#contact .mardrew-contact-hero-copy p {
    max-width: 720px !important;
    margin: 0 !important;
    color: var(--contact-muted) !important;
    font-size: clamp(16px, 1.35vw, 20px) !important;
    line-height: 1.55 !important;
}

body#contact .mardrew-contact-hero-badge {
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    gap: 14px !important;
    max-width: 340px !important;
    padding: 16px 20px !important;
    border: 1px solid #ead9cc !important;
    background: #fff8f2 !important;
}

body#contact .mardrew-contact-hero-badge > i {
    color: var(--contact-orange) !important;
    font-size: 27px !important;
}

body#contact .mardrew-contact-hero-badge strong,
body#contact .mardrew-contact-hero-badge span {
    display: block !important;
}

body#contact .mardrew-contact-hero-badge strong {
    margin-bottom: 3px !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
}

body#contact .mardrew-contact-hero-badge span {
    color: var(--contact-muted) !important;
    font-size: 13px !important;
}

body#contact .mardrew-contact-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.75fr) minmax(300px, .85fr) !important;
    align-items: start !important;
    gap: clamp(22px, 2.5vw, 36px) !important;
}

body#contact .mardrew-contact-form,
body#contact .mardrew-contact-card {
    margin: 0 !important;
    border: 1px solid var(--contact-line) !important;
    background: #fff !important;
    box-shadow: 0 18px 55px rgba(28, 28, 25, .07) !important;
}

body#contact .mardrew-contact-form-inner {
    padding: clamp(24px, 3vw, 44px) !important;
}

body#contact .mardrew-contact-form-header {
    margin-bottom: 28px !important;
}

body#contact .mardrew-contact-form-title,
body#contact .mardrew-contact-title,
body#contact .mardrew-contact-map-heading h2 {
    margin: 0 !important;
    color: var(--contact-ink) !important;
    font-weight: 800 !important;
    letter-spacing: -.025em !important;
    line-height: 1.12 !important;
}

body#contact .mardrew-contact-form-title {
    font-size: clamp(28px, 2.6vw, 38px) !important;
}

body#contact .mardrew-contact-form-subtitle {
    margin: 10px 0 0 !important;
    color: var(--contact-muted) !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}

body#contact .mardrew-contact-fields {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

body#contact .mardrew-contact-field-message,
body#contact .mardrew-contact-gdpr {
    grid-column: 1 / -1 !important;
}

body#contact .mardrew-contact-field,
body#contact .mardrew-contact-gdpr {
    min-width: 0 !important;
    margin: 0 !important;
}

body#contact .mardrew-contact-field .form-control-label,
body#contact .mardrew-contact-label-row {
    display: block !important;
    margin: 0 0 8px !important;
    color: #363636 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

body#contact .mardrew-contact-label-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

body#contact .mardrew-contact-label-row .form-control-label {
    margin: 0 !important;
}

body#contact .mardrew-contact-optional {
    color: #929292 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
}

body#contact .mardrew-contact-field .form-control {
    width: 100% !important;
    min-height: 52px !important;
    padding: 13px 15px !important;
    border: 1px solid #dcdcd8 !important;
    border-radius: 0 !important;
    background-color: #fbfbfa !important;
    color: var(--contact-ink) !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    box-shadow: none !important;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease !important;
}

body#contact .mardrew-contact-field .form-control:focus {
    border-color: var(--contact-orange) !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(244, 123, 32, .12) !important;
}

body#contact .mardrew-contact-field textarea.form-control {
    min-height: 180px !important;
    resize: vertical !important;
}

body#contact .mardrew-contact-file {
    padding: 10px !important;
}

body#contact .mardrew-contact-gdpr {
    color: var(--contact-muted) !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

body#contact .mardrew-contact-gdpr label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 9px !important;
}

body#contact .mardrew-contact-footer {
    margin-top: 22px !important;
    padding: 0 !important;
    text-align: left !important;
}

body#contact .mardrew-contact-submit {
    min-height: 52px !important;
    padding: 14px 26px !important;
    border: 1px solid var(--contact-orange) !important;
    border-radius: 0 !important;
    background: var(--contact-orange) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: .03em !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    box-shadow: none !important;
}

body#contact .mardrew-contact-submit:hover,
body#contact .mardrew-contact-submit:focus {
    border-color: var(--contact-orange-dark) !important;
    background: var(--contact-orange-dark) !important;
}

body#contact .mardrew-contact-card {
    position: sticky !important;
    top: 22px !important;
    padding: clamp(24px, 2.5vw, 36px) !important;
    background: #262626 !important;
    color: #fff !important;
}

body#contact .mardrew-contact-title {
    color: #fff !important;
    font-size: clamp(26px, 2.2vw, 34px) !important;
}

body#contact .mardrew-contact-card-intro {
    margin: 12px 0 28px !important;
    color: rgba(255, 255, 255, .68) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

body#contact .mardrew-contact-info-list {
    display: grid !important;
    gap: 12px !important;
}

body#contact .mardrew-contact-info-item {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 14px !important;
    min-width: 0 !important;
    padding: 15px !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    background: rgba(255, 255, 255, .055) !important;
    color: #fff !important;
    text-decoration: none !important;
}

body#contact a.mardrew-contact-info-item:hover {
    border-color: rgba(244, 123, 32, .7) !important;
    background: rgba(244, 123, 32, .1) !important;
}

body#contact .mardrew-contact-info-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 46px !important;
    height: 46px !important;
    background: var(--contact-orange) !important;
    color: #fff !important;
    font-size: 19px !important;
}

body#contact .mardrew-contact-info-content {
    min-width: 0 !important;
}

body#contact .mardrew-contact-info-label {
    margin-bottom: 4px !important;
    color: rgba(255, 255, 255, .58) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .07em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

body#contact .mardrew-contact-info-value {
    overflow-wrap: anywhere !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

body#contact .mardrew-contact-info-value strong {
    font-weight: 800 !important;
}

body#contact .mardrew-contact-info-arrow {
    color: var(--contact-orange) !important;
    font-size: 18px !important;
}

body#contact .mardrew-contact-map-col {
    margin-top: clamp(42px, 5vw, 72px) !important;
}

body#contact .mardrew-contact-map-heading {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 24px !important;
    margin-bottom: 20px !important;
}

body#contact .mardrew-contact-map-heading h2 {
    font-size: clamp(26px, 2.7vw, 38px) !important;
}

body#contact .mardrew-contact-map-heading a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding-bottom: 3px !important;
    border-bottom: 2px solid var(--contact-orange) !important;
    color: var(--contact-ink) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

body#contact .mardrew-contact-map-heading a i {
    color: var(--contact-orange) !important;
}

body#contact .mardrew-contact-map-frame {
    position: relative !important;
    overflow: hidden !important;
    min-height: 360px !important;
    border: 1px solid var(--contact-line) !important;
    background: #e8e8e5 !important;
    box-shadow: 0 18px 55px rgba(28, 28, 25, .08) !important;
}

body#contact .mardrew-contact-map-frame iframe {
    display: block !important;
    width: 100% !important;
    height: clamp(360px, 35vw, 500px) !important;
    border: 0 !important;
}

@media (max-width: 991.98px) {
    body#contact .mardrew-contact-page {
        width: min(100% - 32px, 860px) !important;
    }

    body#contact .mardrew-contact-layout {
        grid-template-columns: 1fr !important;
    }

    body#contact .mardrew-contact-card {
        position: static !important;
    }

    body#contact .mardrew-contact-info-list {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    body#contact .mardrew-contact-info-item {
        grid-template-columns: 42px minmax(0, 1fr) !important;
        align-items: start !important;
    }

    body#contact .mardrew-contact-info-icon {
        width: 42px !important;
        height: 42px !important;
    }

    body#contact .mardrew-contact-info-arrow {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    body#contact {
        overflow-x: hidden !important;
    }

    body#contact #desktop-header,
    body#contact #desktop-header-container,
    body#contact .mardrew-menu-bar,
    body#contact #iqitmegamenu-wrapper,
    body#contact #iqitmegamenu-horizontal {
        display: none !important;
    }

    body#contact #mobile-header,
    body#contact #mobile-header-sticky {
        display: block !important;
        visibility: visible !important;
        width: 100% !important;
        max-width: 100% !important;
        opacity: 1 !important;
    }

    body#contact #wrapper .breadcrumb {
        display: none !important;
    }

    body#contact .mardrew-contact-page {
        width: calc(100% - 24px) !important;
        padding-top: 24px !important;
        padding-bottom: 92px !important;
    }

    body#contact .mardrew-contact-hero {
        display: block !important;
        margin-bottom: 22px !important;
        padding-bottom: 20px !important;
    }

    body#contact .mardrew-contact-hero h1 {
        font-size: clamp(34px, 11vw, 46px) !important;
    }

    body#contact .mardrew-contact-hero-copy p {
        font-size: 15px !important;
    }

    body#contact .mardrew-contact-hero-badge {
        max-width: none !important;
        margin-top: 20px !important;
        padding: 13px 15px !important;
    }

    body#contact .mardrew-contact-form-inner,
    body#contact .mardrew-contact-card {
        padding: 20px !important;
    }

    body#contact .mardrew-contact-fields,
    body#contact .mardrew-contact-info-list {
        grid-template-columns: 1fr !important;
    }

    body#contact .mardrew-contact-form-header {
        margin-bottom: 22px !important;
    }

    body#contact .mardrew-contact-form-title {
        font-size: 28px !important;
    }

    body#contact .mardrew-contact-field .form-control {
        min-height: 50px !important;
        font-size: 16px !important;
    }

    body#contact .mardrew-contact-field textarea.form-control {
        min-height: 150px !important;
    }

    body#contact .mardrew-contact-submit {
        width: 100% !important;
    }

    body#contact .mardrew-contact-info-item {
        grid-template-columns: 42px minmax(0, 1fr) auto !important;
        align-items: center !important;
    }

    body#contact .mardrew-contact-info-arrow {
        display: block !important;
    }

    body#contact .mardrew-contact-map-col {
        margin-top: 38px !important;
    }

    body#contact .mardrew-contact-map-heading {
        display: block !important;
    }

    body#contact .mardrew-contact-map-heading a {
        margin-top: 14px !important;
    }

    body#contact .mardrew-contact-map-frame,
    body#contact .mardrew-contact-map-frame iframe {
        min-height: 320px !important;
        height: 320px !important;
    }
}

@media (max-width: 359.98px) {
    body#contact .mardrew-contact-page {
        width: calc(100% - 16px) !important;
    }

    body#contact .mardrew-contact-form-inner,
    body#contact .mardrew-contact-card {
        padding: 16px !important;
    }

    body#contact .mardrew-contact-info-item {
        padding: 12px !important;
    }
}

/* FINAL 20260823-6: photographic backgrounds for every desktop category flyout. */
@media (min-width: 768px) {
    body#index .mardrew-home-subcategory-panel,
    header#header .mardrew-cat-tree-pane {
        position: absolute !important;
        overflow: hidden !important;
        isolation: isolate !important;
        background-color: rgba(255, 255, 255, .72) !important;
        background-image: none !important;
    }

    body#index .mardrew-home-subcategory-panel::before,
    header#header .mardrew-cat-tree-pane::before {
        position: absolute !important;
        inset: 0 !important;
        z-index: 0 !important;
        display: block !important;
        content: "" !important;
        background-image: var(--mardrew-category-panel-image) !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
        opacity: .70 !important;
        filter: saturate(.88) contrast(.96) !important;
        pointer-events: none !important;
    }

    body#index .mardrew-home-subcategory-panel > *,
    header#header .mardrew-cat-tree-pane > * {
        position: relative !important;
        z-index: 1 !important;
        opacity: 1 !important;
    }

    body#index .mardrew-home-subcategory-panel[data-mardrew-category-theme="safety"],
    header#header .mardrew-cat-tree-pane[data-mardrew-category-theme="safety"] {
        --mardrew-category-panel-image: url('../img/mardrew-category-bg/safety-workwear-v1.webp');
    }

    body#index .mardrew-home-subcategory-panel[data-mardrew-category-theme="hand-tools"],
    header#header .mardrew-cat-tree-pane[data-mardrew-category-theme="hand-tools"] {
        --mardrew-category-panel-image: url('../img/mardrew-category-bg/hand-tools-v1.webp');
    }

    body#index .mardrew-home-subcategory-panel[data-mardrew-category-theme="power-tools"],
    header#header .mardrew-cat-tree-pane[data-mardrew-category-theme="power-tools"] {
        --mardrew-category-panel-image: url('../img/mardrew-category-bg/power-tools-v1.webp');
    }

    body#index .mardrew-home-subcategory-panel[data-mardrew-category-theme="welding"],
    header#header .mardrew-cat-tree-pane[data-mardrew-category-theme="welding"] {
        --mardrew-category-panel-image: url('../img/mardrew-category-bg/welding-electric-v1.webp');
    }

    body#index .mardrew-home-subcategory-panel[data-mardrew-category-theme="mechanical"],
    header#header .mardrew-cat-tree-pane[data-mardrew-category-theme="mechanical"] {
        --mardrew-category-panel-image: url('../img/mardrew-category-bg/mechanical-pneumatic-v1.webp');
    }

    body#index .mardrew-home-subcategory-panel[data-mardrew-category-theme="chemicals"],
    header#header .mardrew-cat-tree-pane[data-mardrew-category-theme="chemicals"] {
        --mardrew-category-panel-image: url('../img/mardrew-category-bg/chemicals-fasteners-v1.webp');
    }

    .mardrew-nav-flyout--manufacturers .cbp-hrsub-inner::before,
    .mardrew-nav-flyout--promotions .cbp-hrsub-inner::before {
        background-image: url('../img/mardrew-category-bg/power-tools-v1.webp') !important;
    }

    .mardrew-nav-flyout--about .cbp-hrsub-inner::before,
    .mardrew-nav-flyout--blog .cbp-hrsub-inner::before {
        background-image: url('../img/mardrew-category-bg/hand-tools-v1.webp') !important;
    }

    .mardrew-nav-flyout--delivery .cbp-hrsub-inner::before,
    .mardrew-nav-flyout--terms .cbp-hrsub-inner::before,
    .mardrew-nav-flyout--contact .cbp-hrsub-inner::before {
        background-image: url('../img/mardrew-category-bg/safety-workwear-v1.webp') !important;
    }
}

/* Mardrew authentication page */
body#authentication {
    --auth-orange: #fb7a1b;
    --auth-orange-dark: #dc5f07;
    --auth-ink: #202020;
    --auth-muted: #6c6c6c;
    --auth-line: #e5e5e5;
    --auth-soft: #f5f5f3;
}

body#authentication #wrapper {
    padding-top: clamp(24px, 4vw, 58px) !important;
    padding-bottom: clamp(42px, 6vw, 90px) !important;
    background: linear-gradient(135deg, #f3f3f0 0%, #fff 58%, #f8f2eb 100%) !important;
}

body#authentication #wrapper .breadcrumb,
body#authentication #main > .page-header {
    display: none !important;
}

body#authentication #content-wrapper,
body#authentication #main,
body#authentication #content {
    width: 100% !important;
    max-width: none !important;
}

body#authentication #content {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body#authentication .mardrew-auth-shell {
    display: grid !important;
    grid-template-columns: minmax(360px, .92fr) minmax(430px, 1.08fr) !important;
    width: min(calc(100% - 48px), 1320px) !important;
    min-height: 690px !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    border: 1px solid rgba(32, 32, 32, .08) !important;
    background: #fff !important;
    box-shadow: 0 28px 80px rgba(32, 25, 18, .15) !important;
}

body#authentication .mardrew-auth-visual {
    position: relative !important;
    display: flex !important;
    align-items: flex-end !important;
    min-width: 0 !important;
    padding: clamp(34px, 4vw, 64px) !important;
    isolation: isolate !important;
    background: #171513 url('../img/mardrew-auth/login-workshop-v1.png') center / cover no-repeat !important;
    color: #fff !important;
}

body#authentication .mardrew-auth-visual::before {
    position: absolute !important;
    z-index: -1 !important;
    inset: 0 !important;
    content: "" !important;
    background: linear-gradient(180deg, rgba(9, 8, 7, .08) 20%, rgba(9, 8, 7, .93) 100%) !important;
}

body#authentication .mardrew-auth-visual::after {
    position: absolute !important;
    z-index: -1 !important;
    top: 34px !important;
    left: 34px !important;
    width: 46px !important;
    height: 5px !important;
    content: "" !important;
    background: var(--auth-orange) !important;
}

body#authentication .mardrew-auth-visual-content {
    max-width: 470px !important;
}

body#authentication .mardrew-auth-kicker {
    display: inline-block !important;
    margin-bottom: 12px !important;
    color: var(--auth-orange) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
}

body#authentication .mardrew-auth-visual h2 {
    margin: 0 0 16px !important;
    color: #fff !important;
    font-size: clamp(38px, 4vw, 58px) !important;
    font-weight: 800 !important;
    line-height: 1.02 !important;
}

body#authentication .mardrew-auth-visual p {
    margin: 0 0 28px !important;
    color: rgba(255, 255, 255, .82) !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
}

body#authentication .mardrew-auth-benefits {
    display: grid !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body#authentication .mardrew-auth-benefits li {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

body#authentication .mardrew-auth-benefits i {
    display: grid !important;
    place-items: center !important;
    width: 26px !important;
    height: 26px !important;
    flex: 0 0 26px !important;
    border-radius: 50% !important;
    background: var(--auth-orange) !important;
    color: #fff !important;
    font-size: 11px !important;
}

body#authentication .mardrew-auth-panel {
    display: grid !important;
    place-items: center !important;
    min-width: 0 !important;
    padding: clamp(38px, 6vw, 86px) !important;
    background: #fff !important;
}

body#authentication .mardrew-auth-panel-inner {
    width: min(100%, 540px) !important;
}

body#authentication .mardrew-auth-panel h1 {
    margin: 0 0 12px !important;
    color: var(--auth-ink) !important;
    font-size: clamp(38px, 4vw, 54px) !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
}

body#authentication .mardrew-auth-intro {
    margin: 0 0 34px !important;
    color: var(--auth-muted) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

body#authentication .login-form,
body#authentication #login-form,
body#authentication #login-form section {
    width: 100% !important;
}

body#authentication #login-form .form-group {
    margin-bottom: 18px !important;
}

body#authentication #login-form label,
body#authentication #login-form .form-control-label {
    margin-bottom: 8px !important;
    color: #353535 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

body#authentication #login-form .form-control {
    min-height: 56px !important;
    padding: 14px 17px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: var(--auth-ink) !important;
    font-size: 15px !important;
    box-shadow: none !important;
    transition: border-color .2s ease, box-shadow .2s ease !important;
}

body#authentication #login-form .form-control:focus {
    border-color: var(--auth-orange) !important;
    box-shadow: 0 0 0 3px rgba(251, 122, 27, .13) !important;
}

body#authentication #login-form .input-group-btn,
body#authentication #login-form .input-group-btn .btn {
    min-height: 56px !important;
}

body#authentication #login-form .forgot-password {
    margin: -2px 0 24px !important;
    text-align: right !important;
}

body#authentication #login-form .forgot-password a {
    color: #565656 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    text-decoration-color: rgba(86, 86, 86, .35) !important;
    text-underline-offset: 3px !important;
}

body#authentication #login-form .forgot-password a:hover {
    color: var(--auth-orange-dark) !important;
}

body#authentication #login-form .form-footer {
    padding: 0 !important;
}

body#authentication #submit-login {
    width: 100% !important;
    min-height: 56px !important;
    border: 1px solid var(--auth-orange) !important;
    border-radius: 0 !important;
    background: var(--auth-orange) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: .03em !important;
    text-transform: uppercase !important;
    box-shadow: 0 12px 28px rgba(251, 122, 27, .24) !important;
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease !important;
}

body#authentication #submit-login:hover {
    background: var(--auth-orange-dark) !important;
    border-color: var(--auth-orange-dark) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 16px 32px rgba(220, 95, 7, .28) !important;
}

body#authentication .mardrew-auth-panel .no-account {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    margin-top: 24px !important;
    padding: 20px 0 !important;
    border-top: 1px solid var(--auth-line) !important;
    border-bottom: 1px solid var(--auth-line) !important;
    color: var(--auth-muted) !important;
    font-size: 13px !important;
}

body#authentication .mardrew-auth-panel .no-account a {
    color: var(--auth-ink) !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}

body#authentication .mardrew-auth-panel .no-account a:hover {
    color: var(--auth-orange-dark) !important;
}

body#authentication .mardrew-auth-panel .no-account i {
    margin-left: 7px !important;
    color: var(--auth-orange) !important;
}

body#authentication .mardrew-auth-support {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 22px !important;
    color: var(--auth-muted) !important;
    font-size: 12px !important;
}

body#authentication .mardrew-auth-support > i {
    color: var(--auth-orange) !important;
    font-size: 18px !important;
}

body#authentication .mardrew-auth-support a {
    color: var(--auth-ink) !important;
    font-weight: 700 !important;
}

body#authentication .alert {
    margin-bottom: 22px !important;
    border-radius: 0 !important;
}

@media (max-width: 991.98px) {
    body#authentication .mardrew-auth-shell {
        grid-template-columns: minmax(300px, .8fr) minmax(400px, 1.2fr) !important;
        width: min(calc(100% - 32px), 940px) !important;
    }

    body#authentication .mardrew-auth-visual {
        padding: 34px !important;
    }

    body#authentication .mardrew-auth-panel {
        padding: 46px 38px !important;
    }
}

@media (max-width: 767.98px) {
    body#authentication #wrapper {
        padding-top: 16px !important;
        padding-bottom: 92px !important;
    }

    body#authentication .mardrew-auth-shell {
        display: flex !important;
        flex-direction: column !important;
        width: calc(100% - 24px) !important;
        min-height: 0 !important;
    }

    body#authentication .mardrew-auth-visual {
        min-height: 270px !important;
        padding: 26px 24px !important;
        background-position: center 62% !important;
    }

    body#authentication .mardrew-auth-visual::after {
        top: 22px !important;
        left: 24px !important;
    }

    body#authentication .mardrew-auth-visual h2 {
        font-size: 36px !important;
    }

    body#authentication .mardrew-auth-visual p {
        max-width: 440px !important;
        margin-bottom: 0 !important;
        font-size: 14px !important;
    }

    body#authentication .mardrew-auth-benefits {
        display: none !important;
    }

    body#authentication .mardrew-auth-panel {
        display: block !important;
        padding: 36px 24px 40px !important;
    }

    body#authentication .mardrew-auth-panel h1 {
        font-size: 38px !important;
    }
}

@media (max-width: 479.98px) {
    body#authentication .mardrew-auth-shell {
        width: calc(100% - 16px) !important;
    }

    body#authentication .mardrew-auth-visual {
        min-height: 225px !important;
        padding: 24px 20px !important;
    }

    body#authentication .mardrew-auth-visual::after {
        left: 20px !important;
    }

    body#authentication .mardrew-auth-visual h2 {
        margin-bottom: 10px !important;
        font-size: 31px !important;
    }

    body#authentication .mardrew-auth-visual p {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

    body#authentication .mardrew-auth-panel {
        padding: 32px 20px 34px !important;
    }

    body#authentication .mardrew-auth-panel h1 {
        font-size: 34px !important;
    }

    body#authentication .mardrew-auth-intro {
        margin-bottom: 26px !important;
    }

    body#authentication .mardrew-auth-panel .no-account {
        display: grid !important;
        gap: 8px !important;
    }
}

/* FINAL 20260820: global desktop navigation flyouts */
@media (min-width: 768px) {
    html body .mardrew-menu-bar,
    .mardrew-menu-bar > .container,
    .mardrew-menu-bar #iqitmegamenu-wrapper,
    .mardrew-menu-bar #iqitmegamenu-horizontal,
    .mardrew-menu-bar #cbp-hrmenu,
    .mardrew-menu-bar #cbp-hrmenu > ul {
        overflow-x: visible !important;
        overflow-y: visible !important;
    }

    #iqitmegamenu-wrapper {
        position: relative !important;
        z-index: 1250 !important;
    }

    #cbp-hrmenu {
        position: relative !important;
    }

    #cbp-hrmenu > ul,
    #cbp-hrmenu > ul > li.mardrew-nav-panel-tab {
        position: static !important;
    }

    #cbp-hrmenu > ul > li.mardrew-nav-panel-tab > .mardrew-nav-flyout {
        display: block !important;
        top: 100% !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 10px 0 0 !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none !important;
        transform: translateY(10px);
        transition: opacity .2s ease, visibility .2s ease, transform .2s ease !important;
        z-index: 1300 !important;
    }

    #cbp-hrmenu > ul > li.mardrew-nav-panel-tab.cbp-hropen > .mardrew-nav-flyout,
    #cbp-hrmenu > ul > li.mardrew-nav-panel-tab:hover > .mardrew-nav-flyout {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0);
    }

    #cbp-hrmenu > ul > li.mardrew-nav-panel-tab > a .cbp-submenu-aindicator {
        display: inline-block !important;
        margin-left: 7px !important;
        font-size: 12px !important;
        color: #70757a !important;
        transition: transform .2s ease, color .2s ease !important;
    }

    #cbp-hrmenu > ul > li.mardrew-nav-panel-tab:hover > a .cbp-submenu-aindicator,
    #cbp-hrmenu > ul > li.mardrew-nav-panel-tab.cbp-hropen > a .cbp-submenu-aindicator {
        color: #f58220 !important;
        transform: rotate(180deg);
    }

    .mardrew-nav-flyout .cbp-hrsub-inner {
        position: relative !important;
        overflow: hidden !important;
        border: 0 !important;
        border-top: 3px solid #f58220 !important;
        border-radius: 0 0 4px 4px !important;
        background-color: #f7f4ee !important;
        background-image: none !important;
        box-shadow: 0 18px 44px rgba(28, 32, 36, .18) !important;
        isolation: isolate !important;
    }

    .mardrew-nav-flyout .cbp-hrsub-inner::before {
        position: absolute !important;
        inset: 0 !important;
        z-index: 0 !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        content: '' !important;
        display: block !important;
        opacity: .55 !important;
        pointer-events: none !important;
    }

    .mardrew-nav-flyout--manufacturers .cbp-hrsub-inner::before,
    .mardrew-nav-flyout--promotions .cbp-hrsub-inner::before {
        background-image: url('../img/mardrew-nav-bg/tools-photo.webp') !important;
    }

    .mardrew-nav-flyout--about .cbp-hrsub-inner::before,
    .mardrew-nav-flyout--blog .cbp-hrsub-inner::before {
        background-image: url('../img/mardrew-nav-bg/craft-photo.webp') !important;
    }

    .mardrew-nav-flyout--delivery .cbp-hrsub-inner::before,
    .mardrew-nav-flyout--terms .cbp-hrsub-inner::before,
    .mardrew-nav-flyout--contact .cbp-hrsub-inner::before {
        background-image: url('../img/mardrew-nav-bg/service-photo.webp') !important;
    }

    .mardrew-nav-flyout__container {
        position: relative !important;
        z-index: 1 !important;
        width: 100% !important;
        max-width: 1440px !important;
        margin: 0 auto !important;
        padding: 20px 26px 24px !important;
    }

    .mardrew-nav-flyout__heading {
        display: flex !important;
        align-items: flex-end !important;
        justify-content: space-between !important;
        gap: 24px !important;
        margin-bottom: 16px !important;
        padding-bottom: 14px !important;
        border-bottom: 1px solid #e7e9eb !important;
    }

    .mardrew-nav-flyout__eyebrow {
        display: block !important;
        margin-bottom: 4px !important;
        color: #f58220 !important;
        font-size: 10px !important;
        font-weight: 800 !important;
        letter-spacing: .12em !important;
        line-height: 1.2 !important;
        text-transform: uppercase !important;
    }

    .mardrew-nav-flyout__heading h5 {
        margin: 0 !important;
        color: #222 !important;
        font-size: 21px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
    }

    .mardrew-nav-flyout__all {
        color: #e66f0a !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        letter-spacing: .02em !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    .mardrew-nav-flyout__all i {
        margin-left: 8px !important;
        transition: transform .18s ease !important;
    }

    .mardrew-nav-flyout__all:hover i {
        transform: translateX(4px);
    }

    .mardrew-nav-flyout__cards {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 13px !important;
    }

    .mardrew-nav-flyout__content {
        display: grid !important;
        grid-template-columns: minmax(0, 1.85fr) minmax(300px, .75fr) !important;
        gap: 16px !important;
        align-items: stretch !important;
    }

    .mardrew-nav-flyout__visual {
        position: relative !important;
        display: block !important;
        min-width: 0 !important;
        min-height: 112px !important;
        overflow: hidden !important;
        border-radius: 4px !important;
        background: #1e2022 !important;
        color: #fff !important;
        isolation: isolate !important;
    }

    .mardrew-nav-flyout__visual::after {
        position: absolute !important;
        inset: 0 !important;
        z-index: 1 !important;
        background: linear-gradient(90deg, rgba(16, 17, 18, .94) 0%, rgba(16, 17, 18, .68) 50%, rgba(16, 17, 18, .08) 100%) !important;
        content: '' !important;
        transition: opacity .25s ease !important;
    }

    .mardrew-nav-flyout__visual img {
        width: 100% !important;
        height: 100% !important;
        min-height: 112px !important;
        object-fit: cover !important;
        object-position: center !important;
        transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .25s ease !important;
    }

    .mardrew-nav-flyout__visual > span {
        position: absolute !important;
        top: 50% !important;
        left: 19px !important;
        z-index: 2 !important;
        display: flex !important;
        width: min(68%, 260px) !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        transform: translateY(-50%) !important;
    }

    .mardrew-nav-flyout__visual small {
        margin-bottom: 5px !important;
        color: #ff9b43 !important;
        font-size: 9px !important;
        font-weight: 900 !important;
        letter-spacing: .12em !important;
        line-height: 1.2 !important;
        text-transform: uppercase !important;
    }

    .mardrew-nav-flyout__visual strong {
        color: #fff !important;
        font-size: clamp(15px, 1.1vw, 19px) !important;
        font-weight: 800 !important;
        line-height: 1.12 !important;
    }

    .mardrew-nav-flyout__visual b {
        margin-top: 10px !important;
        color: #fff !important;
        font-size: 10px !important;
        font-weight: 800 !important;
        letter-spacing: .04em !important;
        text-transform: uppercase !important;
    }

    .mardrew-nav-flyout__visual b i {
        margin-left: 6px !important;
        color: #ff8a25 !important;
        transition: transform .2s ease !important;
    }

    .mardrew-nav-flyout__visual:hover {
        color: #fff !important;
    }

    .mardrew-nav-flyout__visual:hover::after {
        opacity: .86 !important;
    }

    .mardrew-nav-flyout__visual:hover img {
        filter: saturate(1.08) brightness(1.04) !important;
        transform: scale(1.045) !important;
    }

    .mardrew-nav-flyout__visual:hover b i {
        transform: translateX(4px) !important;
    }

    .mardrew-nav-flyout__card {
        display: flex !important;
        min-width: 0 !important;
        min-height: 76px !important;
        align-items: center !important;
        gap: 14px !important;
        padding: 14px 16px !important;
        border: 1px solid #e5e7e9 !important;
        border-radius: 3px !important;
        background: rgba(255, 255, 255, .6) !important;
        color: #242628 !important;
        backdrop-filter: blur(3px) !important;
        -webkit-backdrop-filter: blur(3px) !important;
        transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease !important;
    }

    .mardrew-nav-flyout__card:hover {
        border-color: #f58220 !important;
        background: rgba(255, 255, 255, .96) !important;
        color: #242628 !important;
        box-shadow: 0 8px 20px rgba(245, 130, 32, .12) !important;
        transform: translateY(-2px);
    }

    .mardrew-nav-flyout__card > i {
        display: inline-flex !important;
        width: 42px !important;
        height: 42px !important;
        flex: 0 0 42px !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
        background: rgba(245, 130, 32, .12) !important;
        color: #f58220 !important;
        font-size: 18px !important;
    }

    .mardrew-nav-flyout__card span,
    .mardrew-nav-flyout__card strong,
    .mardrew-nav-flyout__card small {
        display: block !important;
        min-width: 0 !important;
    }

    .mardrew-nav-flyout__card strong {
        margin-bottom: 3px !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        line-height: 1.25 !important;
    }

    .mardrew-nav-flyout__card small {
        overflow: hidden !important;
        color: #74787c !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .mardrew-nav-flyout__brands {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 12px !important;
        margin: 0 !important;
    }

    .mardrew-nav-flyout__brands .mardrew-supplier-logo {
        display: flex !important;
        min-width: 0 !important;
        height: 50px !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 10px !important;
        border: 1px solid #e5e7e9 !important;
        border-radius: 3px !important;
        background: rgba(255, 255, 255, .84) !important;
        backdrop-filter: blur(3px) !important;
        -webkit-backdrop-filter: blur(3px) !important;
        transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
    }

    .mardrew-nav-flyout__brands .mardrew-supplier-logo:hover {
        border-color: #f58220 !important;
        box-shadow: 0 7px 18px rgba(28, 32, 36, .1) !important;
        transform: translateY(-2px);
    }

    .mardrew-nav-flyout__brands img {
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 36px !important;
        object-fit: contain !important;
    }

    #cbp-hrmenu > ul > li.mardrew-nav-panel-tab.cbp-hropen .mardrew-nav-flyout__card,
    #cbp-hrmenu > ul > li.mardrew-nav-panel-tab:hover .mardrew-nav-flyout__card,
    #cbp-hrmenu > ul > li.mardrew-nav-panel-tab.cbp-hropen .mardrew-nav-flyout__visual,
    #cbp-hrmenu > ul > li.mardrew-nav-panel-tab:hover .mardrew-nav-flyout__visual {
        animation: mardrewFlyoutReveal .32s both !important;
    }

    #cbp-hrmenu > ul > li.mardrew-nav-panel-tab.cbp-hropen .mardrew-nav-flyout__card:nth-child(2),
    #cbp-hrmenu > ul > li.mardrew-nav-panel-tab:hover .mardrew-nav-flyout__card:nth-child(2) {
        animation-delay: .035s !important;
    }

    #cbp-hrmenu > ul > li.mardrew-nav-panel-tab.cbp-hropen .mardrew-nav-flyout__card:nth-child(3),
    #cbp-hrmenu > ul > li.mardrew-nav-panel-tab:hover .mardrew-nav-flyout__card:nth-child(3) {
        animation-delay: .07s !important;
    }

    #cbp-hrmenu > ul > li.mardrew-nav-panel-tab.cbp-hropen .mardrew-nav-flyout__visual,
    #cbp-hrmenu > ul > li.mardrew-nav-panel-tab:hover .mardrew-nav-flyout__visual {
        animation-delay: .09s !important;
    }
}

@keyframes mardrewFlyoutReveal {
    from { opacity: 0; transform: translateY(7px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .mardrew-nav-flyout__container {
        padding: 17px 18px 20px !important;
    }

    .mardrew-nav-flyout__card {
        gap: 10px !important;
        padding: 12px !important;
    }

    .mardrew-nav-flyout__card > i {
        width: 36px !important;
        height: 36px !important;
        flex-basis: 36px !important;
        font-size: 16px !important;
    }

    .mardrew-nav-flyout__brands {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 768px) and (max-width: 979.98px) {
    .mardrew-nav-flyout__content {
        grid-template-columns: 1fr !important;
    }

    .mardrew-nav-flyout__visual {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .mardrew-nav-flyout {
        display: none !important;
    }
}

/* FINAL 20260819-6: responsive manufacturer directory. */
body#manufacturer {
    --brand-orange: #f47b20;
    --brand-orange-dark: #d85f0b;
    --brand-ink: #1f2328;
    --brand-muted: #697078;
    --brand-line: #e7e8ea;
    --brand-soft: #f5f6f7;
}

body#manufacturer #wrapper {
    background: #f5f5f3 !important;
}

body#manufacturer #content-wrapper,
body#manufacturer #main,
body#manufacturer .mardrew-brands-page {
    width: 100% !important;
    max-width: none !important;
}

body#manufacturer .mardrew-brands-page {
    padding-bottom: 72px !important;
}

body#manufacturer .mardrew-brands-hero {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    min-height: 360px !important;
    margin: 0 0 34px !important;
    padding: clamp(44px, 5vw, 76px) clamp(34px, 6vw, 92px) !important;
    overflow: hidden !important;
    color: #fff !important;
    background:
        linear-gradient(90deg, rgba(15, 16, 18, .95) 0%, rgba(15, 16, 18, .84) 48%, rgba(15, 16, 18, .22) 100%),
        url('../img/blog-mardrew-warsztat.jpg') center 54% / cover no-repeat !important;
}

body#manufacturer .mardrew-brands-hero::after {
    position: absolute !important;
    right: -90px !important;
    bottom: -155px !important;
    width: 390px !important;
    height: 390px !important;
    border: 90px solid rgba(244, 123, 32, .18) !important;
    border-radius: 50% !important;
    content: '' !important;
}

body#manufacturer .mardrew-brands-hero__content {
    position: relative !important;
    z-index: 1 !important;
    max-width: 760px !important;
}

body#manufacturer .mardrew-brands-hero__eyebrow,
body#manufacturer .mardrew-brands-toolbar__label {
    display: inline-flex !important;
    align-items: center !important;
    margin-bottom: 14px !important;
    color: var(--brand-orange) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
}

body#manufacturer .mardrew-brands-hero__eyebrow::before {
    width: 30px !important;
    height: 2px !important;
    margin-right: 11px !important;
    background: var(--brand-orange) !important;
    content: '' !important;
}

body#manufacturer .mardrew-brands-hero h1 {
    max-width: 690px !important;
    margin: 0 0 20px !important;
    color: #fff !important;
    font-size: clamp(42px, 5.1vw, 76px) !important;
    font-weight: 800 !important;
    line-height: .98 !important;
    letter-spacing: -.045em !important;
}

body#manufacturer .mardrew-brands-hero p {
    max-width: 690px !important;
    margin: 0 0 30px !important;
    color: rgba(255,255,255,.82) !important;
    font-size: clamp(16px, 1.4vw, 20px) !important;
    line-height: 1.55 !important;
}

body#manufacturer .mardrew-brands-hero__facts {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px 26px !important;
}

body#manufacturer .mardrew-brands-hero__facts span {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

body#manufacturer .mardrew-brands-hero__facts i {
    margin-right: 7px !important;
    color: var(--brand-orange) !important;
}

body#manufacturer .mardrew-brands-hero__number {
    position: relative !important;
    z-index: 1 !important;
    align-self: end !important;
    display: grid !important;
    min-width: 170px !important;
    padding: 24px 28px !important;
    border-left: 4px solid var(--brand-orange) !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: 0 20px 48px rgba(0,0,0,.22) !important;
}

body#manufacturer .mardrew-brands-hero__number strong {
    color: var(--brand-ink) !important;
    font-size: 46px !important;
    line-height: 1 !important;
}

body#manufacturer .mardrew-brands-hero__number span {
    margin-top: 5px !important;
    color: var(--brand-muted) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

body#manufacturer .ms-alphabetical {
    width: min(1480px, calc(100% - 48px)) !important;
    margin: 0 auto !important;
    padding: 38px clamp(22px, 3.5vw, 56px) 54px !important;
    background: #fff !important;
    box-shadow: 0 20px 55px rgba(30, 34, 38, .07) !important;
}

body#manufacturer .mardrew-brands-toolbar {
    display: flex !important;
    align-items: end !important;
    justify-content: space-between !important;
    gap: 28px !important;
    margin-bottom: 28px !important;
}

body#manufacturer .mardrew-brands-toolbar__label {
    margin-bottom: 5px !important;
}

body#manufacturer .mardrew-brands-toolbar h2 {
    margin: 0 !important;
    color: var(--brand-ink) !important;
    font-size: clamp(28px, 3vw, 42px) !important;
    font-weight: 800 !important;
    letter-spacing: -.035em !important;
}

body#manufacturer .mardrew-brands-search {
    position: relative !important;
    display: block !important;
    width: min(420px, 100%) !important;
    margin: 0 !important;
}

body#manufacturer .mardrew-brands-search i {
    position: absolute !important;
    top: 50% !important;
    left: 19px !important;
    z-index: 1 !important;
    color: var(--brand-orange) !important;
    font-size: 17px !important;
    transform: translateY(-50%) !important;
}

body#manufacturer .mardrew-brands-search input {
    width: 100% !important;
    height: 52px !important;
    padding: 0 18px 0 49px !important;
    border: 1px solid var(--brand-line) !important;
    border-radius: 0 !important;
    color: var(--brand-ink) !important;
    background: var(--brand-soft) !important;
    font-size: 15px !important;
    outline: 0 !important;
    transition: border-color .2s, box-shadow .2s, background .2s !important;
}

body#manufacturer .mardrew-brands-search input:focus {
    border-color: var(--brand-orange) !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(244,123,32,.12) !important;
}

body#manufacturer .ms-letter-selector {
    position: sticky !important;
    top: 8px !important;
    z-index: 4 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    margin: 0 0 34px !important;
    padding: 13px !important;
    border: 1px solid var(--brand-line) !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 10px 25px rgba(30,34,38,.06) !important;
}

body#manufacturer .ms-letter-selector a {
    display: grid !important;
    min-width: 34px !important;
    height: 34px !important;
    place-items: center !important;
    padding: 0 8px !important;
    color: var(--brand-ink) !important;
    background: var(--brand-soft) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    transition: color .2s, background .2s, transform .2s !important;
}

body#manufacturer .ms-letter-selector a:hover {
    color: #fff !important;
    background: var(--brand-orange) !important;
    transform: translateY(-2px) !important;
}

body#manufacturer .ms-letter-selector .ms-l-sep {
    display: none !important;
}

body#manufacturer .ms-letter-list {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 22px !important;
    padding: 28px 0 !important;
    border-top: 1px solid var(--brand-line) !important;
    scroll-margin-top: 80px !important;
}

body#manufacturer .ms-letter-list:first-child {
    border-top: 0 !important;
}

body#manufacturer .ms-letter {
    display: grid !important;
    width: 52px !important;
    height: 52px !important;
    place-items: center !important;
    color: #fff !important;
    background: var(--brand-orange) !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

body#manufacturer .mardrew-brands-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

body#manufacturer .mardrew-brand-card {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) 18px !important;
    align-items: center !important;
    min-height: 72px !important;
    padding: 8px 14px 8px 8px !important;
    border: 1px solid var(--brand-line) !important;
    color: var(--brand-ink) !important;
    background: #fff !important;
    text-decoration: none !important;
    transition: border-color .2s, box-shadow .2s, transform .2s !important;
}

body#manufacturer .mardrew-brand-card:hover {
    border-color: rgba(244,123,32,.55) !important;
    color: var(--brand-orange-dark) !important;
    box-shadow: 0 12px 25px rgba(31,35,40,.09) !important;
    transform: translateY(-2px) !important;
}

body#manufacturer .mardrew-brand-card__logo {
    display: grid !important;
    width: 48px !important;
    height: 48px !important;
    place-items: center !important;
    padding: 5px !important;
    overflow: hidden !important;
    background: var(--brand-soft) !important;
}

body#manufacturer .mardrew-brand-card__logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    mix-blend-mode: multiply !important;
}

body#manufacturer .mardrew-brand-card__name {
    overflow: hidden !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body#manufacturer .mardrew-brand-card > i {
    color: #a6a8aa !important;
    font-size: 18px !important;
    text-align: right !important;
}

body#manufacturer .mardrew-brand-card:hover > i {
    color: var(--brand-orange) !important;
}

body#manufacturer .mardrew-brands-empty {
    padding: 64px 20px !important;
    color: var(--brand-muted) !important;
    text-align: center !important;
}

body#manufacturer .mardrew-brands-empty i,
body#manufacturer .mardrew-brands-empty strong,
body#manufacturer .mardrew-brands-empty span {
    display: block !important;
}

body#manufacturer .mardrew-brands-empty i {
    margin-bottom: 16px !important;
    color: var(--brand-orange) !important;
    font-size: 34px !important;
}

body#manufacturer .mardrew-brands-empty strong {
    margin-bottom: 5px !important;
    color: var(--brand-ink) !important;
    font-size: 20px !important;
}

@media (max-width: 1199.98px) {
    body#manufacturer .mardrew-brands-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991.98px) {
    body#manufacturer .mardrew-brands-hero {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    body#manufacturer .mardrew-brands-hero__number {
        align-self: auto !important;
        justify-self: start !important;
    }

    body#manufacturer .mardrew-brands-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767.98px) {
    body#manufacturer #desktop-header,
    body#manufacturer #desktop-header-container,
    body#manufacturer .mardrew-menu-bar,
    body#manufacturer #iqitmegamenu-wrapper,
    body#manufacturer #iqitmegamenu-horizontal {
        display: none !important;
    }

    body#manufacturer #mobile-header,
    body#manufacturer #mobile-header-sticky {
        display: block !important;
        visibility: visible !important;
        width: 100% !important;
        max-width: 100% !important;
        opacity: 1 !important;
    }

    body#manufacturer,
    body#manufacturer #page,
    body#manufacturer #wrapper,
    body#manufacturer #content-wrapper,
    body#manufacturer #main {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body#manufacturer .mardrew-brands-page {
        padding-bottom: 92px !important;
    }

    body#manufacturer .mardrew-brands-hero {
        min-height: 0 !important;
        margin-bottom: 18px !important;
        padding: 38px 22px !important;
        background-position: 64% center !important;
    }

    body#manufacturer .mardrew-brands-hero h1 {
        font-size: clamp(38px, 12vw, 52px) !important;
    }

    body#manufacturer .mardrew-brands-hero p {
        font-size: 15px !important;
    }

    body#manufacturer .mardrew-brands-hero__facts {
        display: grid !important;
        gap: 9px !important;
    }

    body#manufacturer .mardrew-brands-hero__number {
        min-width: 146px !important;
        padding: 18px 21px !important;
    }

    body#manufacturer .mardrew-brands-hero__number strong {
        font-size: 36px !important;
    }

    body#manufacturer .ms-alphabetical {
        width: calc(100% - 20px) !important;
        padding: 26px 16px 36px !important;
    }

    body#manufacturer .mardrew-brands-toolbar {
        display: grid !important;
        gap: 20px !important;
    }

    body#manufacturer .mardrew-brands-search {
        width: 100% !important;
    }

    body#manufacturer .ms-letter-selector {
        position: static !important;
        gap: 5px !important;
        margin-bottom: 20px !important;
        padding: 9px !important;
    }

    body#manufacturer .ms-letter-selector a {
        min-width: 31px !important;
        height: 31px !important;
        padding: 0 6px !important;
        font-size: 12px !important;
    }

    body#manufacturer .ms-letter-list {
        grid-template-columns: 42px minmax(0, 1fr) !important;
        gap: 10px !important;
        padding: 20px 0 !important;
    }

    body#manufacturer .ms-letter {
        width: 40px !important;
        height: 40px !important;
        font-size: 19px !important;
    }

    body#manufacturer .mardrew-brands-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    body#manufacturer .mardrew-brand-card {
        min-height: 64px !important;
    }
}

@media (max-width: 359.98px) {
    body#manufacturer .mardrew-brands-hero {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    body#manufacturer .ms-alphabetical {
        width: calc(100% - 12px) !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    body#manufacturer .ms-letter-list {
        grid-template-columns: 34px minmax(0, 1fr) !important;
        gap: 7px !important;
    }

    body#manufacturer .ms-letter {
        width: 32px !important;
        height: 36px !important;
        font-size: 16px !important;
    }
}

/* CMS: regulamin sklepu */
body#cms.cms-id-3 {
    --terms-orange: #f47b20;
    --terms-orange-dark: #d95f0d;
    --terms-ink: #202225;
    --terms-muted: #687078;
    --terms-line: #e5e7e9;
    --terms-soft: #f5f6f7;
    --terms-warm: #fff7f0;
}

body#cms.cms-id-3 #wrapper,
body#cms.cms-id-3 #content-wrapper,
body#cms.cms-id-3 #main,
body#cms.cms-id-3 .page-cms-3 {
    background: #fff !important;
}

body#cms.cms-id-3 .page-cms-3 {
    padding: 0 0 72px !important;
}

body#cms.cms-id-3 .mardrew-terms {
    width: min(1320px, calc(100% - 48px)) !important;
    margin: 42px auto 0 !important;
    color: var(--terms-ink) !important;
}

body#cms.cms-id-3 .mardrew-terms * {
    box-sizing: border-box;
}

body#cms.cms-id-3 .mardrew-terms-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 330px;
    padding: clamp(48px, 6vw, 82px);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 88% 18%, rgba(244, 123, 32, .42), transparent 29%),
        linear-gradient(125deg, #191b1e 0%, #272b2f 62%, #34383c 100%);
}

body#cms.cms-id-3 .mardrew-terms-hero::before,
body#cms.cms-id-3 .mardrew-terms-hero::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}

body#cms.cms-id-3 .mardrew-terms-hero::before {
    width: 360px;
    height: 360px;
    right: -90px;
    top: -150px;
}

body#cms.cms-id-3 .mardrew-terms-hero::after {
    width: 220px;
    height: 220px;
    right: 100px;
    bottom: -150px;
}

body#cms.cms-id-3 .mardrew-terms-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

body#cms.cms-id-3 .mardrew-terms-kicker {
    display: block;
    margin-bottom: 12px;
    color: var(--terms-orange);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
}

body#cms.cms-id-3 .mardrew-terms-hero h1 {
    margin: 0 0 18px !important;
    color: #fff !important;
    font-size: clamp(44px, 5vw, 70px) !important;
    font-weight: 800 !important;
    letter-spacing: -.045em !important;
    line-height: 1 !important;
}

body#cms.cms-id-3 .mardrew-terms-hero p {
    max-width: 690px;
    margin: 0 !important;
    color: rgba(255, 255, 255, .78) !important;
    font-size: clamp(17px, 1.45vw, 21px) !important;
    line-height: 1.65 !important;
}

body#cms.cms-id-3 .mardrew-terms-hero-mark {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    width: 220px;
    padding-left: 42px;
    border-left: 1px solid rgba(255, 255, 255, .22);
}

body#cms.cms-id-3 .mardrew-terms-hero-mark i {
    color: var(--terms-orange);
    font-size: 46px;
}

body#cms.cms-id-3 .mardrew-terms-hero-mark span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

body#cms.cms-id-3 .mardrew-terms-highlights {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: -1px 34px 0;
    background: #fff;
    border: 1px solid var(--terms-line);
    box-shadow: 0 20px 44px rgba(20, 24, 28, .08);
}

body#cms.cms-id-3 .mardrew-terms-highlights article {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 25px 28px;
    border-right: 1px solid var(--terms-line);
}

body#cms.cms-id-3 .mardrew-terms-highlights article:last-child {
    border-right: 0;
}

body#cms.cms-id-3 .mardrew-terms-highlights i {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    color: var(--terms-orange);
    background: var(--terms-warm);
    font-size: 22px;
}

body#cms.cms-id-3 .mardrew-terms-highlights strong,
body#cms.cms-id-3 .mardrew-terms-highlights span {
    display: block;
}

body#cms.cms-id-3 .mardrew-terms-highlights strong {
    margin-bottom: 4px;
    color: var(--terms-ink);
    font-size: 16px;
    line-height: 1.35;
}

body#cms.cms-id-3 .mardrew-terms-highlights span {
    color: var(--terms-muted);
    font-size: 13px;
    line-height: 1.55;
}

body#cms.cms-id-3 .mardrew-terms-layout {
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
    margin-top: 72px;
}

body#cms.cms-id-3 .mardrew-terms-aside {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 18px;
}

body#cms.cms-id-3 .mardrew-terms-aside-card,
body#cms.cms-id-3 .mardrew-terms-aside-note,
body#cms.cms-id-3 .mardrew-terms-document {
    border: 1px solid var(--terms-line);
    background: #fff;
}

body#cms.cms-id-3 .mardrew-terms-aside-card {
    padding: 28px;
}

body#cms.cms-id-3 .mardrew-terms-aside-card h2 {
    margin: 0 0 24px !important;
    color: var(--terms-ink) !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
}

body#cms.cms-id-3 .mardrew-terms-aside-card ul {
    padding: 0;
    margin: 0 0 24px;
    list-style: none;
}

body#cms.cms-id-3 .mardrew-terms-aside-card li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    padding: 13px 0;
    color: var(--terms-muted);
    border-bottom: 1px solid var(--terms-line);
    font-size: 14px;
    line-height: 1.55;
}

body#cms.cms-id-3 .mardrew-terms-aside-card li i {
    padding-top: 3px;
    color: var(--terms-orange);
    font-size: 17px;
    text-align: center;
}

body#cms.cms-id-3 .mardrew-terms-aside-card a {
    color: inherit;
    overflow-wrap: anywhere;
}

body#cms.cms-id-3 .mardrew-terms-side-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--terms-ink) !important;
    font-size: 14px;
    font-weight: 800;
}

body#cms.cms-id-3 .mardrew-terms-side-link i {
    color: var(--terms-orange);
}

body#cms.cms-id-3 .mardrew-terms-aside-note {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 20px;
    background: var(--terms-soft);
}

body#cms.cms-id-3 .mardrew-terms-aside-note > i {
    color: var(--terms-orange);
    font-size: 28px;
}

body#cms.cms-id-3 .mardrew-terms-aside-note strong,
body#cms.cms-id-3 .mardrew-terms-aside-note a {
    display: block;
}

body#cms.cms-id-3 .mardrew-terms-aside-note strong {
    margin-bottom: 4px;
    font-size: 14px;
}

body#cms.cms-id-3 .mardrew-terms-aside-note a {
    color: var(--terms-muted);
    font-size: 13px;
    line-height: 1.45;
}

body#cms.cms-id-3 .mardrew-terms-document {
    min-width: 0;
    box-shadow: 0 18px 50px rgba(24, 28, 32, .06);
}

body#cms.cms-id-3 .mardrew-terms-document-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: 36px 44px 30px;
    border-bottom: 1px solid var(--terms-line);
}

body#cms.cms-id-3 .mardrew-terms-document-head h2 {
    margin: 0 !important;
    color: var(--terms-ink) !important;
    font-size: 34px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
}

body#cms.cms-id-3 .mardrew-terms-print {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    color: var(--terms-ink);
    background: var(--terms-soft);
    border: 1px solid var(--terms-line);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
}

body#cms.cms-id-3 .mardrew-terms-print:hover {
    color: #fff;
    background: var(--terms-orange);
    border-color: var(--terms-orange);
}

body#cms.cms-id-3 .mardrew-terms-content {
    padding: 42px 44px 50px !important;
    color: #454b51 !important;
    font-size: 16px !important;
    line-height: 1.82 !important;
    overflow-wrap: anywhere;
}

body#cms.cms-id-3 .mardrew-terms-content p {
    margin: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

body#cms.cms-id-3 .mardrew-terms-content span {
    color: inherit !important;
    font: inherit !important;
}

body#cms.cms-id-3 .mardrew-terms-content p > span:first-of-type {
    display: none !important;
}

body#cms.cms-id-3 .mardrew-terms-content p > span:nth-of-type(2) {
    display: block !important;
    margin: 0 0 30px !important;
    padding: 22px 24px !important;
    color: #4c3a2d !important;
    background: var(--terms-warm) !important;
    border-left: 4px solid var(--terms-orange) !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

body#cms.cms-id-3 .mardrew-terms-content p > span:nth-of-type(3) {
    display: block !important;
    margin: 8px 0 16px !important;
    color: var(--terms-ink) !important;
    font-size: 23px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
}

body#cms.cms-id-3 .mardrew-terms-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    margin-top: 64px;
    padding: 44px 52px;
    color: #fff;
    background: var(--terms-ink);
}

body#cms.cms-id-3 .mardrew-terms-cta h2 {
    margin: 0 0 8px !important;
    color: #fff !important;
    font-size: 34px !important;
    line-height: 1.15 !important;
}

body#cms.cms-id-3 .mardrew-terms-cta p {
    margin: 0 !important;
    color: rgba(255, 255, 255, .72) !important;
    font-size: 15px !important;
}

body#cms.cms-id-3 .mardrew-terms-cta > a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 22px;
    color: #fff !important;
    background: var(--terms-orange);
    font-size: 14px;
    font-weight: 800;
}

body#cms.cms-id-3 .mardrew-terms-cta > a:hover {
    background: var(--terms-orange-dark);
}

@media (max-width: 991.98px) {
    body#cms.cms-id-3 .mardrew-terms {
        width: min(100% - 28px, 760px) !important;
        margin-top: 26px !important;
    }

    body#cms.cms-id-3 .mardrew-terms-hero {
        min-height: 290px;
        padding: 44px 36px;
    }

    body#cms.cms-id-3 .mardrew-terms-hero-mark {
        display: none;
    }

    body#cms.cms-id-3 .mardrew-terms-highlights {
        grid-template-columns: 1fr;
        margin: 0;
    }

    body#cms.cms-id-3 .mardrew-terms-highlights article {
        border-right: 0;
        border-bottom: 1px solid var(--terms-line);
    }

    body#cms.cms-id-3 .mardrew-terms-highlights article:last-child {
        border-bottom: 0;
    }

    body#cms.cms-id-3 .mardrew-terms-layout {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 42px;
    }

    body#cms.cms-id-3 .mardrew-terms-aside {
        position: static;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575.98px) {
    body#cms.cms-id-3 #desktop-header,
    body#cms.cms-id-3 #desktop-header-container,
    body#cms.cms-id-3 .mardrew-menu-bar,
    body#cms.cms-id-3 #iqitmegamenu-wrapper,
    body#cms.cms-id-3 #iqitmegamenu-horizontal {
        display: none !important;
    }

    body#cms.cms-id-3 #mobile-header,
    body#cms.cms-id-3 #mobile-header-sticky {
        display: block !important;
        visibility: visible !important;
        width: 100% !important;
        max-width: 100% !important;
        opacity: 1 !important;
    }

    body#cms.cms-id-3,
    body#cms.cms-id-3 #wrapper,
    body#cms.cms-id-3 #content-wrapper,
    body#cms.cms-id-3 #main {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body#cms.cms-id-3 .page-cms-3 {
        padding-bottom: 38px !important;
    }

    body#cms.cms-id-3 .mardrew-terms {
        width: calc(100% - 20px) !important;
        margin-top: 18px !important;
    }

    body#cms.cms-id-3 .mardrew-terms-hero {
        min-height: 260px;
        padding: 38px 24px;
    }

    body#cms.cms-id-3 .mardrew-terms-hero h1 {
        font-size: 40px !important;
    }

    body#cms.cms-id-3 .mardrew-terms-hero p {
        font-size: 16px !important;
    }

    body#cms.cms-id-3 .mardrew-terms-highlights article {
        grid-template-columns: 46px minmax(0, 1fr);
        padding: 20px;
    }

    body#cms.cms-id-3 .mardrew-terms-highlights i {
        width: 46px;
        height: 46px;
    }

    body#cms.cms-id-3 .mardrew-terms-aside {
        grid-template-columns: 1fr;
    }

    body#cms.cms-id-3 .mardrew-terms-document-head {
        align-items: flex-start;
        padding: 27px 22px 23px;
    }

    body#cms.cms-id-3 .mardrew-terms-document-head h2 {
        font-size: 27px !important;
    }

    body#cms.cms-id-3 .mardrew-terms-print {
        padding: 10px;
        font-size: 0;
    }

    body#cms.cms-id-3 .mardrew-terms-print i {
        font-size: 16px;
    }

    body#cms.cms-id-3 .mardrew-terms-content {
        padding: 28px 22px 34px !important;
        font-size: 15px !important;
        line-height: 1.75 !important;
    }

    body#cms.cms-id-3 .mardrew-terms-content p > span:nth-of-type(2) {
        padding: 18px !important;
        font-size: 14px !important;
    }

    body#cms.cms-id-3 .mardrew-terms-cta {
        display: block;
        margin-top: 38px;
        padding: 32px 24px;
    }

    body#cms.cms-id-3 .mardrew-terms-cta h2 {
        font-size: 28px !important;
    }

    body#cms.cms-id-3 .mardrew-terms-cta > a {
        margin-top: 22px;
    }
}

@media print {
    body#cms.cms-id-3 header,
    body#cms.cms-id-3 footer,
    body#cms.cms-id-3 .mardrew-terms-hero,
    body#cms.cms-id-3 .mardrew-terms-highlights,
    body#cms.cms-id-3 .mardrew-terms-aside,
    body#cms.cms-id-3 .mardrew-terms-cta,
    body#cms.cms-id-3 .mardrew-terms-print {
        display: none !important;
    }

    body#cms.cms-id-3 .mardrew-terms,
    body#cms.cms-id-3 .mardrew-terms-layout {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }

    body#cms.cms-id-3 .mardrew-terms-document {
        border: 0 !important;
        box-shadow: none !important;
    }
}

/* CMS: Dostawa */
body#cms.cms-id-1 {
    --delivery-orange: #f47b20;
    --delivery-ink: #202225;
    --delivery-muted: #696d72;
    --delivery-line: #e5e5e5;
    --delivery-soft: #f6f6f4;
}

body#cms.cms-id-1 #wrapper,
body#cms.cms-id-1 #content-wrapper,
body#cms.cms-id-1 #main,
body#cms.cms-id-1 #content,
body#cms.cms-id-1 #wrapper > .container,
body#cms.cms-id-1 #wrapper .container-fluid {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body#cms.cms-id-1 .breadcrumb,
body#cms.cms-id-1 .page-header,
body#cms.cms-id-1 .page-footer {
    display: none !important;
}

body#cms.cms-id-1 .mardrew-delivery {
    width: min(1400px, calc(100% - 48px));
    margin: 42px auto 0;
    color: var(--delivery-ink);
}

body#cms.cms-id-1 .mardrew-delivery * {
    box-sizing: border-box;
}

body#cms.cms-id-1 .mardrew-delivery-hero {
    position: relative;
    min-height: clamp(470px, 46vw, 620px);
    overflow: hidden;
    background: #171717;
}

body#cms.cms-id-1 .mardrew-delivery-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

body#cms.cms-id-1 .mardrew-delivery-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 18, 18, .94) 0%, rgba(18, 18, 18, .72) 40%, rgba(18, 18, 18, .08) 73%);
}

body#cms.cms-id-1 .mardrew-delivery-hero-copy {
    position: relative;
    z-index: 2;
    width: min(650px, 60%);
    padding: clamp(70px, 8vw, 116px) clamp(34px, 6vw, 86px);
    color: #fff;
}

body#cms.cms-id-1 .mardrew-delivery-kicker {
    display: block;
    margin-bottom: 14px;
    color: var(--delivery-orange);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

body#cms.cms-id-1 .mardrew-delivery h1,
body#cms.cms-id-1 .mardrew-delivery h2,
body#cms.cms-id-1 .mardrew-delivery h3,
body#cms.cms-id-1 .mardrew-delivery p {
    margin-top: 0;
}

body#cms.cms-id-1 .mardrew-delivery-hero h1 {
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(44px, 5vw, 76px);
    line-height: .98;
    letter-spacing: -.045em;
}

body#cms.cms-id-1 .mardrew-delivery-hero-copy > p {
    max-width: 560px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(17px, 1.4vw, 21px);
    line-height: 1.55;
}

body#cms.cms-id-1 .mardrew-delivery-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 25px;
    border: 2px solid var(--delivery-orange);
    background: var(--delivery-orange);
    color: #fff !important;
    font-weight: 800;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

body#cms.cms-id-1 .mardrew-delivery-btn:hover {
    background: #fff;
    color: var(--delivery-orange) !important;
    transform: translateY(-2px);
}

body#cms.cms-id-1 .mardrew-delivery-hero-note {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    min-width: 250px;
    padding: 24px 30px;
    background: var(--delivery-orange);
    color: #fff;
}

body#cms.cms-id-1 .mardrew-delivery-hero-note strong {
    font-size: 25px;
    line-height: 1.15;
}

body#cms.cms-id-1 .mardrew-delivery-hero-note span {
    margin-top: 4px;
    color: rgba(255, 255, 255, .84);
    font-size: 13px;
}

body#cms.cms-id-1 .mardrew-delivery-promises {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--delivery-line);
    border-top: 0;
    background: #fff;
}

body#cms.cms-id-1 .mardrew-delivery-promises > div {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 17px;
    align-items: center;
    padding: 25px 30px;
    border-right: 1px solid var(--delivery-line);
}

body#cms.cms-id-1 .mardrew-delivery-promises > div:last-child {
    border-right: 0;
}

body#cms.cms-id-1 .mardrew-delivery-promises i {
    color: var(--delivery-orange);
    font-size: 31px;
    text-align: center;
}

body#cms.cms-id-1 .mardrew-delivery-promises strong,
body#cms.cms-id-1 .mardrew-delivery-promises span {
    display: block;
}

body#cms.cms-id-1 .mardrew-delivery-promises strong {
    margin-bottom: 4px;
    font-size: 16px;
}

body#cms.cms-id-1 .mardrew-delivery-promises span {
    color: var(--delivery-muted);
    font-size: 14px;
}

body#cms.cms-id-1 .mardrew-delivery-section {
    padding: 92px 0 84px;
}

body#cms.cms-id-1 .mardrew-delivery-heading {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: end;
    margin-bottom: 38px;
}

body#cms.cms-id-1 .mardrew-delivery-heading h2,
body#cms.cms-id-1 .mardrew-delivery-process h2,
body#cms.cms-id-1 .mardrew-delivery-help h2,
body#cms.cms-id-1 .mardrew-delivery-cta h2 {
    margin-bottom: 0;
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

body#cms.cms-id-1 .mardrew-delivery-heading > p {
    max-width: 430px;
    margin-bottom: 4px;
    color: var(--delivery-muted);
    font-size: 16px;
    line-height: 1.55;
}

body#cms.cms-id-1 .mardrew-delivery-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

body#cms.cms-id-1 .mardrew-delivery-card {
    position: relative;
    padding: 30px;
    border: 1px solid var(--delivery-line);
    background: #fff;
    box-shadow: 0 18px 50px rgba(26, 29, 31, .06);
}

body#cms.cms-id-1 .mardrew-delivery-card-featured {
    border-top: 4px solid var(--delivery-orange);
    padding-top: 27px;
}

body#cms.cms-id-1 .mardrew-delivery-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

body#cms.cms-id-1 .mardrew-delivery-card-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    background: #fff1e8;
    color: var(--delivery-orange);
    font-size: 24px;
}

body#cms.cms-id-1 .mardrew-delivery-card-tag {
    padding: 7px 10px;
    background: var(--delivery-soft);
    color: var(--delivery-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

body#cms.cms-id-1 .mardrew-delivery-card h3 {
    margin-bottom: 20px;
    font-size: 24px;
}

body#cms.cms-id-1 .mardrew-delivery-card > p {
    min-height: 48px;
    margin-bottom: 22px;
    color: var(--delivery-muted);
    line-height: 1.5;
}

body#cms.cms-id-1 .mardrew-delivery-card dl {
    margin: 0;
    padding: 0;
}

body#cms.cms-id-1 .mardrew-delivery-card dl > div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-top: 1px solid var(--delivery-line);
    color: var(--delivery-muted);
}

body#cms.cms-id-1 .mardrew-delivery-card dt,
body#cms.cms-id-1 .mardrew-delivery-card dd {
    margin: 0;
}

body#cms.cms-id-1 .mardrew-delivery-card dd {
    color: var(--delivery-ink);
    font-weight: 800;
    white-space: nowrap;
}

body#cms.cms-id-1 .mardrew-delivery-price-note {
    margin: 24px 0 0;
    padding: 18px 20px;
    background: var(--delivery-soft);
    color: var(--delivery-muted);
    font-size: 14px;
    line-height: 1.5;
}

body#cms.cms-id-1 .mardrew-delivery-price-note i {
    margin-right: 8px;
    color: var(--delivery-orange);
}

body#cms.cms-id-1 .mardrew-delivery-process {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: clamp(45px, 7vw, 110px);
    padding: 76px clamp(34px, 6vw, 86px);
    background: var(--delivery-ink);
    color: #fff;
}

body#cms.cms-id-1 .mardrew-delivery-process h2 {
    color: #fff;
}

body#cms.cms-id-1 .mardrew-delivery-process-copy > p {
    margin: 23px 0 0;
    color: rgba(255, 255, 255, .67);
    font-size: 16px;
    line-height: 1.65;
}

body#cms.cms-id-1 .mardrew-delivery-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: delivery-step;
}

body#cms.cms-id-1 .mardrew-delivery-steps li {
    position: relative;
    padding: 3px 0 25px 64px;
    counter-increment: delivery-step;
}

body#cms.cms-id-1 .mardrew-delivery-steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 43px;
    bottom: 3px;
    left: 21px;
    width: 1px;
    background: rgba(255, 255, 255, .18);
}

body#cms.cms-id-1 .mardrew-delivery-steps li > span {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .22);
    color: var(--delivery-orange);
    font-weight: 800;
}

body#cms.cms-id-1 .mardrew-delivery-steps strong,
body#cms.cms-id-1 .mardrew-delivery-steps p {
    display: block;
}

body#cms.cms-id-1 .mardrew-delivery-steps strong {
    margin-bottom: 5px;
    font-size: 17px;
}

body#cms.cms-id-1 .mardrew-delivery-steps p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    line-height: 1.5;
}

body#cms.cms-id-1 .mardrew-delivery-help {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: clamp(40px, 7vw, 100px);
    padding: 92px 0;
}

body#cms.cms-id-1 .mardrew-delivery-help-copy > p {
    margin: 23px 0 0;
    color: var(--delivery-muted);
    font-size: 16px;
    line-height: 1.65;
}

body#cms.cms-id-1 .mardrew-delivery-help-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body#cms.cms-id-1 .mardrew-delivery-help-grid > article {
    padding: 25px;
    border-left: 3px solid var(--delivery-orange);
    background: var(--delivery-soft);
}

body#cms.cms-id-1 .mardrew-delivery-help-grid > article > span {
    display: inline-grid;
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    place-items: center;
    background: #fff1e8;
    color: var(--delivery-orange);
    font-size: 13px;
    font-weight: 800;
}

body#cms.cms-id-1 .mardrew-delivery-help-grid h3 {
    margin-bottom: 7px;
    font-size: 17px;
}

body#cms.cms-id-1 .mardrew-delivery-help-grid p {
    margin: 0;
    color: var(--delivery-muted);
    font-size: 14px;
    line-height: 1.5;
}

body#cms.cms-id-1 .mardrew-delivery-cta {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    margin-bottom: 92px;
    padding: 46px clamp(30px, 5vw, 70px);
    background: var(--delivery-orange);
    color: #fff;
}

body#cms.cms-id-1 .mardrew-delivery-cta .mardrew-delivery-kicker,
body#cms.cms-id-1 .mardrew-delivery-cta h2 {
    color: #fff;
}

body#cms.cms-id-1 .mardrew-delivery-cta p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .82);
}

body#cms.cms-id-1 .mardrew-delivery-btn-light {
    flex: 0 0 auto;
    border-color: #fff;
    background: #fff;
    color: var(--delivery-ink) !important;
}

body#cms.cms-id-1 .mardrew-delivery-btn-light:hover {
    background: transparent;
    color: #fff !important;
}

@media (max-width: 991.98px) {
    body#cms.cms-id-1 .mardrew-delivery {
        width: calc(100% - 32px);
        margin-top: 26px;
    }

    body#cms.cms-id-1 .mardrew-delivery-hero-copy {
        width: 70%;
    }

    body#cms.cms-id-1 .mardrew-delivery-promises > div {
        grid-template-columns: 40px 1fr;
        padding: 20px 16px;
    }

    body#cms.cms-id-1 .mardrew-delivery-cards {
        grid-template-columns: 1fr;
    }

    body#cms.cms-id-1 .mardrew-delivery-process,
    body#cms.cms-id-1 .mardrew-delivery-help {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    body#cms.cms-id-1 {
        padding-bottom: 82px !important;
    }

    body#cms.cms-id-1 #desktop-header,
    body#cms.cms-id-1 .desktop-header-style-1,
    body#cms.cms-id-1 .desktop-header-style-2,
    body#cms.cms-id-1 .desktop-header-style-3 {
        display: none !important;
    }

    body#cms.cms-id-1 #mobile-header,
    body#cms.cms-id-1 .mobile-header-style-1,
    body#cms.cms-id-1 .mobile-header-style-2,
    body#cms.cms-id-1 .mobile-header-style-3 {
        display: block !important;
    }

    body#cms.cms-id-1 .mardrew-delivery {
        width: calc(100% - 20px);
        margin-top: 18px;
    }

    body#cms.cms-id-1 .mardrew-delivery-hero {
        min-height: 590px;
    }

    body#cms.cms-id-1 .mardrew-delivery-hero > img {
        object-position: 63% center;
    }

    body#cms.cms-id-1 .mardrew-delivery-hero-shade {
        background: linear-gradient(0deg, rgba(18, 18, 18, .96) 0%, rgba(18, 18, 18, .78) 47%, rgba(18, 18, 18, .08) 79%);
    }

    body#cms.cms-id-1 .mardrew-delivery-hero-copy {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 36px 24px 110px;
    }

    body#cms.cms-id-1 .mardrew-delivery-hero h1 {
        font-size: clamp(40px, 12vw, 55px);
    }

    body#cms.cms-id-1 .mardrew-delivery-hero-note {
        right: auto;
        left: 24px;
        min-width: 0;
        padding: 15px 18px;
    }

    body#cms.cms-id-1 .mardrew-delivery-hero-note strong {
        font-size: 19px;
    }

    body#cms.cms-id-1 .mardrew-delivery-promises {
        grid-template-columns: 1fr;
    }

    body#cms.cms-id-1 .mardrew-delivery-promises > div {
        border-right: 0;
        border-bottom: 1px solid var(--delivery-line);
    }

    body#cms.cms-id-1 .mardrew-delivery-promises > div:last-child {
        border-bottom: 0;
    }

    body#cms.cms-id-1 .mardrew-delivery-section,
    body#cms.cms-id-1 .mardrew-delivery-help {
        padding: 58px 0;
    }

    body#cms.cms-id-1 .mardrew-delivery-heading {
        display: block;
        margin-bottom: 28px;
    }

    body#cms.cms-id-1 .mardrew-delivery-heading > p {
        margin-top: 18px;
    }

    body#cms.cms-id-1 .mardrew-delivery-card {
        padding: 24px 20px;
    }

    body#cms.cms-id-1 .mardrew-delivery-process {
        gap: 38px;
        padding: 52px 24px;
    }

    body#cms.cms-id-1 .mardrew-delivery-help-grid {
        grid-template-columns: 1fr;
    }

    body#cms.cms-id-1 .mardrew-delivery-cta {
        display: block;
        margin-bottom: 58px;
        padding: 36px 24px;
    }

    body#cms.cms-id-1 .mardrew-delivery-cta .mardrew-delivery-btn {
        margin-top: 24px;
    }
}

@media (max-width: 359.98px) {
    body#cms.cms-id-1 .mardrew-delivery {
        width: calc(100% - 14px);
    }

    body#cms.cms-id-1 .mardrew-delivery-hero-copy {
        padding-right: 18px;
        padding-left: 18px;
    }
}

/* 20260819-1: slightly larger main category labels only. */
@media (min-width: 768px) {
    body#index .mardrew-home-categories-layout .mardrew-category-tree .category-top-menu.block-content > ul.category-sub-menu > li > a,
    body#index .mardrew-home-categories-layout .mardrew-category-tree .category-top-menu.block-content > ul.category-sub-menu > li > .category-sub-link,
    body#index .mardrew-home-categories-layout .mardrew-category-tree .category-top-menu.block-content > ul.category-sub-menu > li > a .mardrew-category-label {
        font-size: clamp(6.75px, .6vw, 10px) !important;
    }
}

/* Mardrew blog — CMS 14 */
body#cms.cms-id-14 {
    --blog-orange: #f47b20;
    --blog-ink: #202020;
    --blog-muted: #686868;
    --blog-paper: #f5f2ed;
    --blog-line: #dedbd5;
}

body#cms.cms-id-14 #wrapper,
body#cms.cms-id-14 #content-wrapper,
body#cms.cms-id-14 #main,
body#cms.cms-id-14 #content {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body#cms.cms-id-14 #wrapper .container,
body#cms.cms-id-14 #wrapper .container-fluid {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body#cms.cms-id-14 .breadcrumb,
body#cms.cms-id-14 .page-header,
body#cms.cms-id-14 .page-footer {
    display: none !important;
}

body#cms.cms-id-14 .mardrew-blog {
    width: min(1400px, calc(100% - 48px));
    margin: 42px auto 0;
    color: var(--blog-ink);
    font-family: inherit;
}

body#cms.cms-id-14 .mardrew-blog *,
body#cms.cms-id-14 .mardrew-blog *::before,
body#cms.cms-id-14 .mardrew-blog *::after {
    box-sizing: border-box;
}

body#cms.cms-id-14 .mardrew-blog img {
    display: block;
    width: 100%;
    max-width: 100%;
}

body#cms.cms-id-14 .mardrew-blog h1,
body#cms.cms-id-14 .mardrew-blog h2,
body#cms.cms-id-14 .mardrew-blog h3,
body#cms.cms-id-14 .mardrew-blog p {
    margin-top: 0;
}

body#cms.cms-id-14 .mardrew-blog-hero {
    position: relative;
    min-height: clamp(520px, 46vw, 680px);
    overflow: hidden;
    background: #171717;
}

body#cms.cms-id-14 .mardrew-blog-hero > img {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

body#cms.cms-id-14 .mardrew-blog-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12, 12, 12, .9) 0%, rgba(12, 12, 12, .72) 38%, rgba(12, 12, 12, .1) 75%);
}

body#cms.cms-id-14 .mardrew-blog-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 720px;
    padding: clamp(72px, 8vw, 118px) clamp(32px, 6vw, 84px);
    color: #fff;
}

body#cms.cms-id-14 .mardrew-blog-kicker {
    display: block;
    margin-bottom: 14px;
    color: var(--blog-orange);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

body#cms.cms-id-14 .mardrew-blog-hero h1 {
    max-width: 650px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(44px, 5.2vw, 76px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: .98;
}

body#cms.cms-id-14 .mardrew-blog-hero p {
    max-width: 610px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(17px, 1.4vw, 21px);
    line-height: 1.65;
}

body#cms.cms-id-14 .mardrew-blog-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 15px 25px;
    border: 2px solid var(--blog-orange);
    background: var(--blog-orange);
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .03em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

body#cms.cms-id-14 .mardrew-blog-btn:hover {
    border-color: #fff;
    background: #fff;
    color: var(--blog-ink) !important;
}

body#cms.cms-id-14 .mardrew-blog-hero-note {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    min-width: 245px;
    padding: 23px 28px;
    background: var(--blog-orange);
    color: #fff;
}

body#cms.cms-id-14 .mardrew-blog-hero-note strong,
body#cms.cms-id-14 .mardrew-blog-hero-note span {
    display: block;
}

body#cms.cms-id-14 .mardrew-blog-hero-note strong {
    font-size: 19px;
}

body#cms.cms-id-14 .mardrew-blog-hero-note span {
    margin-top: 3px;
    color: rgba(255,255,255,.82);
    font-size: 13px;
    text-transform: uppercase;
}

body#cms.cms-id-14 .mardrew-blog-topics {
    display: flex;
    align-items: center;
    gap: 0;
    overflow-x: auto;
    border-right: 1px solid var(--blog-line);
    border-bottom: 1px solid var(--blog-line);
    border-left: 1px solid var(--blog-line);
    background: #fff;
    white-space: nowrap;
}

body#cms.cms-id-14 .mardrew-blog-topics span,
body#cms.cms-id-14 .mardrew-blog-topics a {
    padding: 19px 25px;
    border-right: 1px solid var(--blog-line);
    color: var(--blog-ink);
    font-size: 14px;
    text-decoration: none;
}

body#cms.cms-id-14 .mardrew-blog-topics span {
    background: var(--blog-ink);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

body#cms.cms-id-14 .mardrew-blog-topics a:hover {
    color: var(--blog-orange);
}

body#cms.cms-id-14 .mardrew-blog-section {
    padding: clamp(72px, 8vw, 118px) 0 36px;
}

body#cms.cms-id-14 .mardrew-blog-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    align-items: end;
    gap: 44px;
    margin-bottom: 48px;
}

body#cms.cms-id-14 .mardrew-blog-heading h2,
body#cms.cms-id-14 .mardrew-blog-tip h2,
body#cms.cms-id-14 .mardrew-blog-guide h2,
body#cms.cms-id-14 .mardrew-blog-cta h2 {
    margin-bottom: 0;
    font-size: clamp(34px, 3.4vw, 54px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.05;
}

body#cms.cms-id-14 .mardrew-blog-heading > p {
    margin-bottom: 4px;
    color: var(--blog-muted);
    font-size: 17px;
    line-height: 1.65;
}

body#cms.cms-id-14 .mardrew-blog-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(360px, .86fr);
    border: 1px solid var(--blog-line);
    background: #fff;
}

body#cms.cms-id-14 .mardrew-blog-featured-image {
    position: relative;
    min-height: 470px;
    overflow: hidden;
}

body#cms.cms-id-14 .mardrew-blog-featured-image img {
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

body#cms.cms-id-14 .mardrew-blog-featured-image:hover img,
body#cms.cms-id-14 .mardrew-blog-card > a:hover img {
    transform: scale(1.035);
}

body#cms.cms-id-14 .mardrew-blog-featured-image > span {
    position: absolute;
    top: 22px;
    left: 22px;
    padding: 9px 13px;
    background: var(--blog-orange);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body#cms.cms-id-14 .mardrew-blog-featured-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 5vw, 70px);
}

body#cms.cms-id-14 .mardrew-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 16px;
    margin-bottom: 18px;
    color: var(--blog-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

body#cms.cms-id-14 .mardrew-blog-meta span + span {
    color: #8a8a8a;
}

body#cms.cms-id-14 .mardrew-blog-featured h3 {
    margin-bottom: 22px;
    font-size: clamp(28px, 2.5vw, 40px);
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.12;
}

body#cms.cms-id-14 .mardrew-blog-featured p {
    margin-bottom: 28px;
    color: var(--blog-muted);
    font-size: 16px;
    line-height: 1.7;
}

body#cms.cms-id-14 .mardrew-blog-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--blog-ink) !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase;
}

body#cms.cms-id-14 .mardrew-blog-link:hover {
    color: var(--blog-orange) !important;
}

body#cms.cms-id-14 .mardrew-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 24px;
}

body#cms.cms-id-14 .mardrew-blog-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid var(--blog-line);
    background: #fff;
}

body#cms.cms-id-14 .mardrew-blog-card > a {
    display: block;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

body#cms.cms-id-14 .mardrew-blog-card > a img {
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

body#cms.cms-id-14 .mardrew-blog-card-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
}

body#cms.cms-id-14 .mardrew-blog-card h3 {
    margin-bottom: 28px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.27;
}

body#cms.cms-id-14 .mardrew-blog-card .mardrew-blog-link {
    margin-top: auto;
}

body#cms.cms-id-14 .mardrew-blog-tip {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
    margin: 76px 0;
    padding: 42px 48px;
    background: var(--blog-ink);
    color: #fff;
}

body#cms.cms-id-14 .mardrew-blog-tip-icon {
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    background: var(--blog-orange);
    font-size: 36px;
}

body#cms.cms-id-14 .mardrew-blog-tip h2 {
    color: #fff;
    font-size: clamp(28px, 2.7vw, 42px);
}

body#cms.cms-id-14 .mardrew-blog-tip p {
    max-width: 850px;
    margin: 12px 0 0;
    color: rgba(255,255,255,.68);
    font-size: 15px;
    line-height: 1.65;
}

body#cms.cms-id-14 .mardrew-blog-tip > a {
    padding: 14px 19px;
    border: 1px solid rgba(255,255,255,.36);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

body#cms.cms-id-14 .mardrew-blog-tip > a:hover {
    border-color: var(--blog-orange);
    background: var(--blog-orange);
}

body#cms.cms-id-14 .mardrew-blog-guides {
    border-top: 1px solid var(--blog-line);
}

body#cms.cms-id-14 .mardrew-blog-guide {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 38px;
    padding: clamp(48px, 6vw, 82px);
    border-right: 1px solid var(--blog-line);
    border-bottom: 1px solid var(--blog-line);
    border-left: 1px solid var(--blog-line);
    scroll-margin-top: 90px;
}

body#cms.cms-id-14 .mardrew-blog-guide-number {
    color: var(--blog-orange);
    font-size: 54px;
    font-weight: 300;
    line-height: 1;
}

body#cms.cms-id-14 .mardrew-blog-guide h2 {
    margin-bottom: 24px;
}

body#cms.cms-id-14 .mardrew-blog-guide p,
body#cms.cms-id-14 .mardrew-blog-guide li {
    color: var(--blog-muted);
    font-size: 16px;
    line-height: 1.75;
}

body#cms.cms-id-14 .mardrew-blog-guide ul,
body#cms.cms-id-14 .mardrew-blog-guide ol {
    margin: 22px 0 0;
    padding-left: 22px;
}

body#cms.cms-id-14 .mardrew-blog-guide li::marker {
    color: var(--blog-orange);
    font-weight: 800;
}

body#cms.cms-id-14 .mardrew-blog-guide-dark {
    border-color: var(--blog-ink);
    background: var(--blog-paper);
}

body#cms.cms-id-14 .mardrew-blog-choice {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 28px;
    background: var(--blog-line);
}

body#cms.cms-id-14 .mardrew-blog-choice span {
    padding: 22px;
    background: #fff;
    color: var(--blog-muted);
}

body#cms.cms-id-14 .mardrew-blog-choice strong {
    display: block;
    margin-bottom: 7px;
    color: var(--blog-ink);
    font-size: 16px;
}

body#cms.cms-id-14 .mardrew-blog-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
    margin: 76px 0 96px;
    padding: 54px 58px;
    background: var(--blog-orange);
    color: #fff;
}

body#cms.cms-id-14 .mardrew-blog-cta .mardrew-blog-kicker,
body#cms.cms-id-14 .mardrew-blog-cta h2 {
    color: #fff;
}

body#cms.cms-id-14 .mardrew-blog-cta p {
    margin: 14px 0 0;
    color: rgba(255,255,255,.82);
    font-size: 16px;
}

body#cms.cms-id-14 .mardrew-blog-cta .mardrew-blog-btn {
    flex: 0 0 auto;
    border-color: #fff;
}

@media (max-width: 991.98px) {
    body#cms.cms-id-14 .mardrew-blog {
        width: calc(100% - 32px);
        margin-top: 28px;
    }

    body#cms.cms-id-14 .mardrew-blog-hero-copy {
        max-width: 660px;
    }

    body#cms.cms-id-14 .mardrew-blog-heading,
    body#cms.cms-id-14 .mardrew-blog-featured {
        grid-template-columns: 1fr;
    }

    body#cms.cms-id-14 .mardrew-blog-heading {
        gap: 18px;
    }

    body#cms.cms-id-14 .mardrew-blog-featured-image {
        min-height: 430px;
    }

    body#cms.cms-id-14 .mardrew-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body#cms.cms-id-14 .mardrew-blog-card:last-child {
        grid-column: 1 / -1;
    }

    body#cms.cms-id-14 .mardrew-blog-card:last-child {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    body#cms.cms-id-14 .mardrew-blog-tip {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    body#cms.cms-id-14 .mardrew-blog-tip > a {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 767.98px) {
    body#cms.cms-id-14 #desktop-header,
    body#cms.cms-id-14 .desktop-header-style-1,
    body#cms.cms-id-14 .desktop-header-style-2,
    body#cms.cms-id-14 .desktop-header-style-3 {
        display: none !important;
    }

    body#cms.cms-id-14 #mobile-header,
    body#cms.cms-id-14 .mobile-header-style-1,
    body#cms.cms-id-14 .mobile-header-style-2,
    body#cms.cms-id-14 .mobile-header-style-3 {
        display: block !important;
    }

    body#cms.cms-id-14 .mardrew-blog {
        width: calc(100% - 24px);
        margin-top: 18px;
        padding-bottom: 86px;
    }

    body#cms.cms-id-14 .mardrew-blog-hero {
        min-height: 600px;
    }

    body#cms.cms-id-14 .mardrew-blog-hero > img {
        object-position: 63% center;
    }

    body#cms.cms-id-14 .mardrew-blog-hero-shade {
        background: linear-gradient(0deg, rgba(12,12,12,.93) 0%, rgba(12,12,12,.72) 50%, rgba(12,12,12,.2) 100%);
    }

    body#cms.cms-id-14 .mardrew-blog-hero-copy {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 36px 24px 42px;
    }

    body#cms.cms-id-14 .mardrew-blog-hero h1 {
        font-size: clamp(39px, 12vw, 54px);
    }

    body#cms.cms-id-14 .mardrew-blog-hero p {
        font-size: 15px;
        line-height: 1.55;
    }

    body#cms.cms-id-14 .mardrew-blog-hero-note {
        display: none;
    }

    body#cms.cms-id-14 .mardrew-blog-topics span,
    body#cms.cms-id-14 .mardrew-blog-topics a {
        padding: 16px 18px;
        font-size: 12px;
    }

    body#cms.cms-id-14 .mardrew-blog-section {
        padding-top: 64px;
    }

    body#cms.cms-id-14 .mardrew-blog-heading {
        margin-bottom: 30px;
    }

    body#cms.cms-id-14 .mardrew-blog-heading h2,
    body#cms.cms-id-14 .mardrew-blog-guide h2,
    body#cms.cms-id-14 .mardrew-blog-cta h2 {
        font-size: 34px;
    }

    body#cms.cms-id-14 .mardrew-blog-heading > p {
        font-size: 15px;
    }

    body#cms.cms-id-14 .mardrew-blog-featured-image {
        min-height: 280px;
    }

    body#cms.cms-id-14 .mardrew-blog-featured-copy {
        padding: 28px 22px 34px;
    }

    body#cms.cms-id-14 .mardrew-blog-featured h3 {
        font-size: 28px;
    }

    body#cms.cms-id-14 .mardrew-blog-grid,
    body#cms.cms-id-14 .mardrew-blog-card:last-child {
        grid-template-columns: 1fr;
    }

    body#cms.cms-id-14 .mardrew-blog-card:last-child {
        display: flex;
    }

    body#cms.cms-id-14 .mardrew-blog-card-copy {
        padding: 24px 22px 28px;
    }

    body#cms.cms-id-14 .mardrew-blog-tip {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 19px;
        margin: 54px 0;
        padding: 28px 22px;
    }

    body#cms.cms-id-14 .mardrew-blog-tip-icon {
        width: 58px;
        height: 58px;
        font-size: 27px;
    }

    body#cms.cms-id-14 .mardrew-blog-tip h2 {
        font-size: 27px;
    }

    body#cms.cms-id-14 .mardrew-blog-tip p,
    body#cms.cms-id-14 .mardrew-blog-tip .mardrew-blog-kicker {
        grid-column: 1 / -1;
    }

    body#cms.cms-id-14 .mardrew-blog-tip > a {
        grid-column: 1 / -1;
    }

    body#cms.cms-id-14 .mardrew-blog-guide {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 38px 23px 42px;
    }

    body#cms.cms-id-14 .mardrew-blog-guide-number {
        font-size: 40px;
    }

    body#cms.cms-id-14 .mardrew-blog-guide p,
    body#cms.cms-id-14 .mardrew-blog-guide li {
        font-size: 15px;
    }

    body#cms.cms-id-14 .mardrew-blog-choice {
        grid-template-columns: 1fr;
    }

    body#cms.cms-id-14 .mardrew-blog-cta {
        display: block;
        margin: 54px 0 28px;
        padding: 38px 24px;
    }

    body#cms.cms-id-14 .mardrew-blog-cta .mardrew-blog-btn {
        width: 100%;
        margin-top: 26px;
    }
}

@media (max-width: 359.98px) {
    body#cms.cms-id-14 .mardrew-blog {
        width: calc(100% - 16px);
    }

    body#cms.cms-id-14 .mardrew-blog-hero-copy {
        padding-right: 18px;
        padding-left: 18px;
    }
}

/* Mardrew: CMS "O nas" */
body#cms.cms-id-4 {
    --about-orange: #f47b20;
    --about-orange-dark: #d85f0b;
    --about-ink: #202020;
    --about-muted: #686865;
    --about-warm: #f5f2ed;
    --about-line: #e5e2dc;
    overflow-x: hidden !important;
}

body#cms.cms-id-4 #wrapper {
    background: #fff !important;
}

body#cms.cms-id-4 #wrapper .breadcrumb,
body#cms.cms-id-4 #main > .page-header,
body#cms.cms-id-4 #main > .page-footer {
    display: none !important;
}

body#cms.cms-id-4 #wrapper .container,
body#cms.cms-id-4 #wrapper .container-fluid,
body#cms.cms-id-4 #content-wrapper,
body#cms.cms-id-4 #main,
body#cms.cms-id-4 .page-cms-4 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body#cms.cms-id-4 .mardrew-about {
    width: min(100% - 48px, 1400px) !important;
    margin: 0 auto !important;
    padding: clamp(34px, 5vw, 76px) 0 clamp(60px, 7vw, 100px) !important;
    color: var(--about-ink) !important;
}

body#cms.cms-id-4 .mardrew-about *,
body#cms.cms-id-4 .mardrew-about *::before,
body#cms.cms-id-4 .mardrew-about *::after {
    box-sizing: border-box !important;
}

body#cms.cms-id-4 .mardrew-about h1,
body#cms.cms-id-4 .mardrew-about h2,
body#cms.cms-id-4 .mardrew-about p {
    margin-top: 0 !important;
}

body#cms.cms-id-4 .mardrew-about-kicker {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 18px !important;
    color: var(--about-orange) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

body#cms.cms-id-4 .mardrew-about-kicker::before {
    width: 28px !important;
    height: 2px !important;
    background: currentColor !important;
    content: "" !important;
}

body#cms.cms-id-4 .mardrew-about-hero {
    display: grid !important;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr) !important;
    min-height: clamp(470px, 42vw, 610px) !important;
    background: #242424 !important;
    box-shadow: 0 28px 80px rgba(28, 26, 23, .16) !important;
}

body#cms.cms-id-4 .mardrew-about-hero-copy {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    min-width: 0 !important;
    padding: clamp(40px, 5.5vw, 76px) !important;
    color: #fff !important;
}

body#cms.cms-id-4 .mardrew-about-hero h1 {
    max-width: 650px !important;
    margin-bottom: 24px !important;
    color: #fff !important;
    font-size: clamp(42px, 4.6vw, 68px) !important;
    font-weight: 850 !important;
    letter-spacing: -.045em !important;
    line-height: 1.01 !important;
}

body#cms.cms-id-4 .mardrew-about-hero p {
    max-width: 590px !important;
    margin-bottom: 32px !important;
    color: rgba(255, 255, 255, .72) !important;
    font-size: clamp(16px, 1.25vw, 18px) !important;
    line-height: 1.7 !important;
}

body#cms.cms-id-4 .mardrew-about-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

body#cms.cms-id-4 .mardrew-about-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    min-height: 52px !important;
    padding: 14px 24px !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease !important;
}

body#cms.cms-id-4 .mardrew-about-btn:hover {
    transform: translateY(-2px) !important;
}

body#cms.cms-id-4 .mardrew-about-btn-primary {
    background: var(--about-orange) !important;
    color: #fff !important;
}

body#cms.cms-id-4 .mardrew-about-btn-primary:hover {
    background: var(--about-orange-dark) !important;
}

body#cms.cms-id-4 .mardrew-about-btn-secondary {
    border-color: rgba(255, 255, 255, .34) !important;
    color: #fff !important;
}

body#cms.cms-id-4 .mardrew-about-btn-secondary:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: var(--about-ink) !important;
}

body#cms.cms-id-4 .mardrew-about-hero-visual {
    position: relative !important;
    overflow: hidden !important;
    min-width: 0 !important;
    background-image: linear-gradient(90deg, rgba(36, 36, 36, .24), rgba(36, 36, 36, 0) 35%), url('../img/mardrew_bhp_banner.jpg') !important;
    background-position: 38% center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

body#cms.cms-id-4 .mardrew-about-hero-visual::before {
    position: absolute !important;
    inset: 0 !important;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    content: "" !important;
    pointer-events: none !important;
}

body#cms.cms-id-4 .mardrew-about-hero-label {
    position: absolute !important;
    right: 24px !important;
    bottom: 24px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 11px 15px !important;
    background: rgba(24, 24, 24, .86) !important;
    color: #fff !important;
    backdrop-filter: blur(8px) !important;
}

body#cms.cms-id-4 .mardrew-about-hero-label strong {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

body#cms.cms-id-4 .mardrew-about-hero-label span {
    padding-left: 10px !important;
    border-left: 1px solid rgba(255, 255, 255, .3) !important;
    color: rgba(255, 255, 255, .68) !important;
    font-size: 12px !important;
}

body#cms.cms-id-4 .mardrew-about-values {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin: 0 clamp(18px, 3vw, 48px) !important;
    border: 1px solid var(--about-line) !important;
    border-top: 0 !important;
    background: #fff !important;
    box-shadow: 0 20px 55px rgba(30, 28, 25, .08) !important;
}

body#cms.cms-id-4 .mardrew-about-value {
    position: relative !important;
    min-width: 0 !important;
    padding: clamp(30px, 3.2vw, 46px) !important;
    border-right: 1px solid var(--about-line) !important;
}

body#cms.cms-id-4 .mardrew-about-value:last-child {
    border-right: 0 !important;
}

body#cms.cms-id-4 .mardrew-about-value-number {
    position: absolute !important;
    top: 20px !important;
    right: 24px !important;
    color: #eeeae4 !important;
    font-size: 42px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

body#cms.cms-id-4 .mardrew-about-value > i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    margin-bottom: 24px !important;
    background: var(--about-orange) !important;
    color: #fff !important;
    font-size: 20px !important;
}

body#cms.cms-id-4 .mardrew-about-value h2 {
    margin-bottom: 12px !important;
    color: var(--about-ink) !important;
    font-size: clamp(20px, 1.7vw, 25px) !important;
    font-weight: 800 !important;
    letter-spacing: -.02em !important;
    line-height: 1.2 !important;
}

body#cms.cms-id-4 .mardrew-about-value p {
    margin-bottom: 0 !important;
    color: var(--about-muted) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

body#cms.cms-id-4 .mardrew-about-story {
    display: grid !important;
    grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr) !important;
    align-items: stretch !important;
    margin-top: clamp(64px, 8vw, 112px) !important;
    background: var(--about-warm) !important;
}

body#cms.cms-id-4 .mardrew-about-story-image {
    min-height: 500px !important;
    background: url('../img/mardrew_legacy_banner_1.jpg') 30% center / cover no-repeat !important;
}

body#cms.cms-id-4 .mardrew-about-story-copy {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding: clamp(42px, 6vw, 84px) !important;
}

body#cms.cms-id-4 .mardrew-about-story h2,
body#cms.cms-id-4 .mardrew-about-details h2,
body#cms.cms-id-4 .mardrew-about-cta h2 {
    margin-bottom: 22px !important;
    color: var(--about-ink) !important;
    font-size: clamp(34px, 3.6vw, 52px) !important;
    font-weight: 850 !important;
    letter-spacing: -.04em !important;
    line-height: 1.04 !important;
}

body#cms.cms-id-4 .mardrew-about-story-copy > p,
body#cms.cms-id-4 .mardrew-about-details-copy > p {
    margin-bottom: 28px !important;
    color: var(--about-muted) !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
}

body#cms.cms-id-4 .mardrew-about-audiences {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 24px !important;
    width: 100% !important;
}

body#cms.cms-id-4 .mardrew-about-audiences span {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 44px !important;
    border-bottom: 1px solid #ddd8cf !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

body#cms.cms-id-4 .mardrew-about-audiences i {
    width: 18px !important;
    color: var(--about-orange) !important;
    text-align: center !important;
}

body#cms.cms-id-4 .mardrew-about-details {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr) !important;
    gap: clamp(32px, 7vw, 110px) !important;
    align-items: center !important;
    padding: clamp(70px, 8vw, 120px) clamp(20px, 5vw, 76px) !important;
}

body#cms.cms-id-4 .mardrew-about-text-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding-bottom: 5px !important;
    border-bottom: 2px solid var(--about-orange) !important;
    color: var(--about-ink) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

body#cms.cms-id-4 .mardrew-about-company {
    border: 1px solid var(--about-line) !important;
    background: #fff !important;
    box-shadow: 0 22px 65px rgba(30, 28, 25, .09) !important;
}

body#cms.cms-id-4 .mardrew-about-company-row {
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 16px !important;
    min-width: 0 !important;
    padding: 20px 24px !important;
    border-bottom: 1px solid var(--about-line) !important;
    color: var(--about-ink) !important;
    text-decoration: none !important;
}

body#cms.cms-id-4 a.mardrew-about-company-row:hover {
    background: var(--about-warm) !important;
}

body#cms.cms-id-4 .mardrew-about-company-row > i {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 54px !important;
    height: 54px !important;
    background: var(--about-orange) !important;
    color: #fff !important;
    font-size: 20px !important;
}

body#cms.cms-id-4 .mardrew-about-company-row div {
    min-width: 0 !important;
}

body#cms.cms-id-4 .mardrew-about-company-row span,
body#cms.cms-id-4 .mardrew-about-company-row strong {
    display: block !important;
}

body#cms.cms-id-4 .mardrew-about-company-row span {
    margin-bottom: 4px !important;
    color: #92908b !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

body#cms.cms-id-4 .mardrew-about-company-row strong {
    overflow-wrap: anywhere !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
}

body#cms.cms-id-4 .mardrew-about-company-legal {
    padding: 16px 24px !important;
    background: #252525 !important;
    color: rgba(255, 255, 255, .62) !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
}

body#cms.cms-id-4 .mardrew-about-cta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;
    padding: clamp(38px, 5vw, 64px) clamp(30px, 6vw, 86px) !important;
    background: var(--about-orange) !important;
    color: #fff !important;
}

body#cms.cms-id-4 .mardrew-about-cta .mardrew-about-kicker {
    margin-bottom: 12px !important;
    color: rgba(255, 255, 255, .74) !important;
}

body#cms.cms-id-4 .mardrew-about-cta h2 {
    margin-bottom: 0 !important;
    color: #fff !important;
}

body#cms.cms-id-4 .mardrew-about-btn-light {
    flex: 0 0 auto !important;
    border-color: #fff !important;
    background: #fff !important;
    color: var(--about-ink) !important;
}

body#cms.cms-id-4 .mardrew-about-btn-light:hover {
    background: #262626 !important;
    border-color: #262626 !important;
    color: #fff !important;
}

@media (max-width: 991.98px) {
    body#cms.cms-id-4 .mardrew-about {
        width: min(100% - 32px, 900px) !important;
    }

    body#cms.cms-id-4 .mardrew-about-hero,
    body#cms.cms-id-4 .mardrew-about-story,
    body#cms.cms-id-4 .mardrew-about-details {
        grid-template-columns: 1fr !important;
    }

    body#cms.cms-id-4 .mardrew-about-hero-visual {
        min-height: 380px !important;
        background-position: center !important;
    }

    body#cms.cms-id-4 .mardrew-about-story-image {
        min-height: 420px !important;
    }

    body#cms.cms-id-4 .mardrew-about-details {
        gap: 36px !important;
    }
}

@media (max-width: 767.98px) {
    body#cms.cms-id-4 #desktop-header,
    body#cms.cms-id-4 #desktop-header-container,
    body#cms.cms-id-4 .mardrew-menu-bar,
    body#cms.cms-id-4 #iqitmegamenu-wrapper,
    body#cms.cms-id-4 #iqitmegamenu-horizontal {
        display: none !important;
    }

    body#cms.cms-id-4 #mobile-header,
    body#cms.cms-id-4 #mobile-header-sticky {
        display: block !important;
        visibility: visible !important;
        width: 100% !important;
        max-width: 100% !important;
        opacity: 1 !important;
    }

    body#cms.cms-id-4 .mardrew-about {
        width: calc(100% - 24px) !important;
        padding-top: 20px !important;
        padding-bottom: 92px !important;
    }

    body#cms.cms-id-4 .mardrew-about-hero {
        display: flex !important;
        flex-direction: column !important;
        min-height: 0 !important;
    }

    body#cms.cms-id-4 .mardrew-about-hero-copy {
        padding: 30px 22px 34px !important;
    }

    body#cms.cms-id-4 .mardrew-about-hero h1 {
        margin-bottom: 18px !important;
        font-size: clamp(36px, 11vw, 48px) !important;
    }

    body#cms.cms-id-4 .mardrew-about-hero p {
        margin-bottom: 24px !important;
        font-size: 15px !important;
    }

    body#cms.cms-id-4 .mardrew-about-actions,
    body#cms.cms-id-4 .mardrew-about-btn {
        width: 100% !important;
    }

    body#cms.cms-id-4 .mardrew-about-hero-visual {
        min-height: 260px !important;
        background-position: center !important;
    }

    body#cms.cms-id-4 .mardrew-about-hero-label {
        right: 14px !important;
        bottom: 14px !important;
    }

    body#cms.cms-id-4 .mardrew-about-values {
        grid-template-columns: 1fr !important;
        margin: 0 !important;
    }

    body#cms.cms-id-4 .mardrew-about-value {
        padding: 26px 22px !important;
        border-right: 0 !important;
        border-bottom: 1px solid var(--about-line) !important;
    }

    body#cms.cms-id-4 .mardrew-about-value:last-child {
        border-bottom: 0 !important;
    }

    body#cms.cms-id-4 .mardrew-about-value > i {
        margin-bottom: 18px !important;
    }

    body#cms.cms-id-4 .mardrew-about-story {
        margin-top: 54px !important;
    }

    body#cms.cms-id-4 .mardrew-about-story-image {
        min-height: 280px !important;
    }

    body#cms.cms-id-4 .mardrew-about-story-copy {
        padding: 34px 22px 38px !important;
    }

    body#cms.cms-id-4 .mardrew-about-story h2,
    body#cms.cms-id-4 .mardrew-about-details h2,
    body#cms.cms-id-4 .mardrew-about-cta h2 {
        font-size: 34px !important;
    }

    body#cms.cms-id-4 .mardrew-about-audiences {
        grid-template-columns: 1fr !important;
    }

    body#cms.cms-id-4 .mardrew-about-details {
        padding: 56px 10px !important;
    }

    body#cms.cms-id-4 .mardrew-about-company-row {
        grid-template-columns: 46px minmax(0, 1fr) !important;
        gap: 13px !important;
        padding: 16px !important;
    }

    body#cms.cms-id-4 .mardrew-about-company-row > i {
        width: 46px !important;
        height: 46px !important;
    }

    body#cms.cms-id-4 .mardrew-about-company-legal {
        padding: 15px 16px !important;
    }

    body#cms.cms-id-4 .mardrew-about-cta {
        display: block !important;
        padding: 34px 22px !important;
    }

    body#cms.cms-id-4 .mardrew-about-cta .mardrew-about-btn {
        margin-top: 24px !important;
    }
}

@media (max-width: 359.98px) {
    body#cms.cms-id-4 .mardrew-about {
        width: calc(100% - 16px) !important;
    }

    body#cms.cms-id-4 .mardrew-about-hero-copy,
    body#cms.cms-id-4 .mardrew-about-story-copy,
    body#cms.cms-id-4 .mardrew-about-cta {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }
}

/* FINAL 20260823-9b: foreground contrast must win over every earlier rule. */
@media (min-width: 768px) {
    body#index .mardrew-home-subcategory-panel,
    header#header .mardrew-cat-tree-pane {
        background-color: #fff !important;
        opacity: 1 !important;
    }

    body#index .mardrew-home-subcategory-panel::before,
    header#header .mardrew-cat-tree-pane::before {
        z-index: 0 !important;
        opacity: .70 !important;
    }

    body#index .mardrew-home-subcategory-panel::after,
    header#header .mardrew-cat-tree-pane::after {
        position: absolute !important;
        inset: 0 !important;
        z-index: 1 !important;
        display: block !important;
        content: "" !important;
        background: transparent !important;
        opacity: 1 !important;
        pointer-events: none !important;
    }

    body#index .mardrew-home-subcategory-panel > *,
    header#header .mardrew-cat-tree-pane > * {
        position: relative !important;
        z-index: 2 !important;
        opacity: 1 !important;
        filter: none !important;
    }

    body#index .mardrew-home-subcategory-panel :is(a, span, li, i, strong),
    header#header .mardrew-cat-tree-pane :is(a, span, li, i, strong) {
        opacity: 1 !important;
        filter: none !important;
    }

    body#index .mardrew-home-subcategory-panel__title,
    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__group-link,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__group-link {
        color: #202225 !important;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .92) !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__item-link,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__item-link {
        color: #3f4245 !important;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .92) !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-category-icon,
    header#header .mardrew-cat-tree-pane .mardrew-category-icon,
    body#index .mardrew-home-subcategory-panel__all {
        color: #f58220 !important;
        opacity: 1 !important;
    }
}

/* FINAL 20260824-15: readable photographic category cards. */
@media (min-width: 768px) {
    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__list,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__list {
        gap: 14px !important;
        align-items: stretch !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1 {
        min-width: 0 !important;
        padding: 10px 11px 12px !important;
        overflow: hidden !important;
        background: rgba(255, 255, 255, .95) !important;
        border: 1px solid rgba(255, 255, 255, .98) !important;
        border-radius: 7px !important;
        box-shadow: 0 7px 20px rgba(24, 25, 27, .16) !important;
        backdrop-filter: blur(5px) !important;
        transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1:hover,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1:hover {
        border-color: rgba(245, 130, 32, .72) !important;
        box-shadow: 0 10px 25px rgba(24, 25, 27, .22) !important;
        transform: translateY(-2px) !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-category-thumb,
    header#header .mardrew-cat-tree-pane .mardrew-category-thumb {
        display: block !important;
        width: 118px !important;
        height: 74px !important;
        max-width: 100% !important;
        flex: 0 0 74px !important;
        padding: 2px !important;
        object-fit: contain !important;
        object-position: center !important;
        background: #fff !important;
        border-radius: 5px !important;
        opacity: 1 !important;
        filter: none !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__group-link,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__group-link {
        gap: 5px !important;
        margin-bottom: 8px !important;
        color: #202225 !important;
        text-shadow: none !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__group-link .mardrew-category-label,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__group-link .mardrew-category-label {
        min-height: 26px !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        line-height: 1.15 !important;
        color: #202225 !important;
        text-shadow: none !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__children,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__children {
        padding-top: 7px !important;
        border-top: 1px solid #eceeef !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__item-link,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__item-link {
        color: #52565a !important;
        text-shadow: none !important;
    }
}

/* FINAL 20260824-16: compact, readable photographic submenu cards. */
@media (min-width: 768px) {
    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__list,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__list {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 11px !important;
        align-items: stretch !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1 {
        display: block !important;
        min-width: 0 !important;
        min-height: 0 !important;
        padding: 10px !important;
        background: rgba(255, 255, 255, .96) !important;
        border: 1px solid rgba(255, 255, 255, .98) !important;
        border-radius: 4px !important;
        box-shadow: 0 5px 16px rgba(23, 25, 27, .17) !important;
        backdrop-filter: blur(7px) !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__group-link,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__group-link {
        display: grid !important;
        grid-template-columns: 68px minmax(0, 1fr) !important;
        gap: 10px !important;
        align-items: center !important;
        min-height: 58px !important;
        margin: 0 0 8px !important;
        padding: 0 !important;
        text-align: left !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-category-thumb,
    header#header .mardrew-cat-tree-pane .mardrew-category-thumb {
        width: 68px !important;
        height: 54px !important;
        max-width: none !important;
        padding: 1px !important;
        object-fit: contain !important;
        background: #fff !important;
        border: 1px solid #eceff1 !important;
        border-radius: 3px !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__group-link .mardrew-category-label,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__group-link .mardrew-category-label {
        min-height: 0 !important;
        font-size: 12.5px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
        color: #202225 !important;
        text-shadow: none !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__children,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__children {
        margin: 0 !important;
        padding: 8px 0 0 !important;
        border-top: 1px solid #e4e7e9 !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__item-link,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__item-link {
        min-height: 21px !important;
        font-size: 11.5px !important;
        line-height: 1.32 !important;
        color: #3f4448 !important;
        text-shadow: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__list,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__list {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

/* FINAL 20260824-17: natural-height submenu columns without empty card space. */
@media (min-width: 768px) {
    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__list,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__list {
        display: block !important;
        column-count: 4 !important;
        column-gap: 11px !important;
    }

    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1 {
        display: inline-block !important;
        width: 100% !important;
        margin: 0 0 11px !important;
        vertical-align: top !important;
        break-inside: avoid !important;
        page-break-inside: avoid !important;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    body#index .mardrew-home-subcategory-panel .mardrew-cat-tree-pane__list,
    header#header .mardrew-cat-tree-pane .mardrew-cat-tree-pane__list {
        column-count: 3 !important;
    }
}

/* FINAL 20260824-18: ordered photo tiles with one shared details panel. */
@media (min-width: 768px) {
    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-cat-tree-pane__list,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-cat-tree-pane__list {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 9px !important;
        column-count: auto !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1 {
        display: block !important;
        width: auto !important;
        min-height: 94px !important;
        margin: 0 !important;
        padding: 7px !important;
        cursor: pointer !important;
        transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1:is(:hover, .is-active),
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1:is(:hover, .is-active) {
        border-color: #f58220 !important;
        box-shadow: 0 7px 18px rgba(25, 27, 29, .2) !important;
        transform: translateY(-1px) !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-cat-tree-pane__group-link,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-cat-tree-pane__group-link {
        grid-template-columns: 72px minmax(0, 1fr) !important;
        min-height: 78px !important;
        margin: 0 !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-category-thumb,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-category-thumb {
        width: 72px !important;
        height: 66px !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1 > .mardrew-cat-tree-pane__children,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1 > .mardrew-cat-tree-pane__children {
        display: none !important;
    }

    .mardrew-card-nav__details {
        display: none !important;
        margin-top: 11px !important;
        padding: 12px 14px 14px !important;
        background: rgba(255, 255, 255, .97) !important;
        border: 1px solid rgba(255, 255, 255, .98) !important;
        border-radius: 4px !important;
        box-shadow: 0 7px 20px rgba(23, 25, 27, .18) !important;
    }

    .mardrew-card-nav__details.has-links {
        display: block !important;
    }

    .mardrew-card-nav__details-title {
        margin-bottom: 10px !important;
        padding-bottom: 8px !important;
        color: #202225 !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        border-bottom: 2px solid #f58220 !important;
    }

    .mardrew-card-nav__details-links {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 3px 18px !important;
        max-height: 250px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: auto !important;
        list-style: none !important;
    }

    .mardrew-card-nav__details-links > li {
        min-width: 0 !important;
        padding: 2px 0 !important;
        break-inside: avoid !important;
    }

    .mardrew-card-nav__details-links .mardrew-cat-tree-pane__children {
        margin: 3px 0 0 !important;
        padding: 0 0 0 12px !important;
        border-left: 1px solid #e0e3e5 !important;
    }

    .mardrew-card-nav__details-links .mardrew-cat-tree-pane__item-link {
        min-height: 20px !important;
        color: #34383c !important;
        font-size: 11.5px !important;
        line-height: 1.3 !important;
        text-shadow: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-cat-tree-pane__list,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-cat-tree-pane__list,
    .mardrew-card-nav__details-links {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

/* FINAL 20260824-19: clean, fully opaque submenu typography. */
@media (min-width: 768px) {
    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-home-subcategory-panel__title,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-cat-tree-pane__title,
    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-card-nav__details-title,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-card-nav__details-title,
    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-cat-tree-pane__group-link .mardrew-category-label,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-cat-tree-pane__group-link .mardrew-category-label {
        color: #151515 !important;
        font-weight: 800 !important;
        text-shadow: none !important;
        -webkit-text-stroke: 0 transparent !important;
        filter: none !important;
        opacity: 1 !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-card-nav__details-links .mardrew-cat-tree-pane__item-link,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-card-nav__details-links .mardrew-cat-tree-pane__item-link,
    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-card-nav__details-links .mardrew-category-label,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-card-nav__details-links .mardrew-category-label {
        color: #171717 !important;
        font-weight: 700 !important;
        text-shadow: none !important;
        -webkit-text-stroke: 0 transparent !important;
        filter: none !important;
        opacity: 1 !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-card-nav__details-links .mardrew-cat-tree-pane__item-link,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-card-nav__details-links .mardrew-cat-tree-pane__item-link {
        display: inline-flex !important;
        align-items: flex-start !important;
        gap: .55em !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-card-nav__details-links .mardrew-category-icon,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-card-nav__details-links .mardrew-category-icon {
        flex: 0 0 auto !important;
        margin: 0 !important;
        color: #f58220 !important;
        text-shadow: none !important;
        -webkit-text-stroke: 0 transparent !important;
        opacity: 1 !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-card-nav__details-links .mardrew-cat-tree-pane__item-link::before,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-card-nav__details-links .mardrew-cat-tree-pane__item-link::before {
        margin-right: .55em !important;
        color: #f58220 !important;
        text-shadow: none !important;
        -webkit-text-stroke: 0 transparent !important;
        opacity: 1 !important;
    }
}

/* FINAL 20260824-20: brighter photo, no white category fields. */
@media (min-width: 768px) {
    body#index .mardrew-home-subcategory-panel.mardrew-card-nav,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav {
        background-color: #d2cec8 !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav::before,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav::before {
        opacity: .92 !important;
        filter: brightness(1.18) saturate(.88) contrast(.92) !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1 {
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1:is(:hover, .is-active),
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1:is(:hover, .is-active) {
        background: rgba(245, 130, 32, .13) !important;
        border: 0 !important;
        box-shadow: inset 3px 0 0 #f58220 !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-category-thumb,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-category-thumb {
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-card-nav__details,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-card-nav__details {
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
    }
}

/* FINAL 20260824-21: lighter canvas and thumbnails without white rectangles. */
@media (min-width: 768px) {
    body#index .mardrew-home-subcategory-panel.mardrew-card-nav::before,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav::before {
        opacity: .74 !important;
        filter: brightness(1.24) saturate(.86) contrast(.9) !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-category-thumb,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-category-thumb,
    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-category-thumb picture,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-category-thumb picture {
        background: transparent !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-category-thumb img,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-category-thumb img {
        background: transparent !important;
        mix-blend-mode: multiply !important;
    }
}

/* FINAL 20260824-22: blend the actual thumbnail images into the photo. */
@media (min-width: 768px) {
    body#index .mardrew-home-subcategory-panel.mardrew-card-nav img.mardrew-category-thumb,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav img.mardrew-category-thumb {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        mix-blend-mode: multiply !important;
    }
}

/* FINAL 20260824-23: brighter photo canvas with no white thumbnail fields. */
@media (min-width: 768px) {
    body#index .mardrew-home-subcategory-panel.mardrew-card-nav,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav {
        isolation: auto !important;
        background-color: #d8d2ca !important;
        background-image:
            linear-gradient(rgba(239, 232, 221, .1), rgba(239, 232, 221, .1)),
            var(--mardrew-category-panel-image) !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-blend-mode: screen, normal !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav::before,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav::before {
        display: none !important;
        content: none !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav .mardrew-cat-tree-pane__group-link,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav .mardrew-cat-tree-pane__group-link {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-card-nav img.mardrew-category-thumb,
    header#header .mardrew-cat-tree-pane.mardrew-card-nav img.mardrew-category-thumb {
        background: transparent !important;
        mix-blend-mode: multiply !important;
        opacity: 1 !important;
        filter: contrast(1.08) saturate(1.04) !important;
    }
}

/* FINAL 20260824-25: clean category showcase with cut-out thumbnails. */
@media (min-width: 768px) {
    body#index .mardrew-home-subcategory-panel.mardrew-category-showcase,
    header#header .mardrew-cat-tree-pane.mardrew-category-showcase {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) clamp(220px, 20vw, 330px) !important;
        grid-template-rows: auto minmax(0, 1fr) auto !important;
        gap: 20px 28px !important;
        padding: 24px 28px 22px !important;
        background: #fff !important;
        border: 1px solid #e2e4e6 !important;
        box-shadow: 0 18px 45px rgba(24, 28, 31, .16) !important;
        isolation: isolate !important;
        overflow: hidden !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-category-showcase::before,
    header#header .mardrew-cat-tree-pane.mardrew-category-showcase::before {
        display: none !important;
        content: none !important;
    }

    body#index .mardrew-category-showcase .mardrew-home-subcategory-panel__head,
    header#header .mardrew-category-showcase .mardrew-cat-tree-pane__header {
        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
        display: flex !important;
        align-items: center !important;
        min-height: 46px !important;
        margin: 0 !important;
        padding: 0 0 14px !important;
        border-bottom: 1px solid #dde0e3 !important;
    }

    body#index .mardrew-category-showcase .mardrew-home-subcategory-panel__title,
    header#header .mardrew-category-showcase .mardrew-cat-tree-pane__title {
        color: #202327 !important;
        font-size: clamp(19px, 1.35vw, 27px) !important;
        font-weight: 800 !important;
        line-height: 1.15 !important;
        text-shadow: none !important;
    }

    body#index .mardrew-category-showcase .mardrew-home-subcategory-panel__all,
    header#header .mardrew-category-showcase .mardrew-cat-tree-pane__all {
        display: none !important;
    }

    body#index .mardrew-category-showcase .mardrew-cat-tree-pane__list,
    header#header .mardrew-category-showcase .mardrew-cat-tree-pane__list {
        grid-column: 1 !important;
        grid-row: 2 !important;
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(118px, 1fr)) !important;
        align-content: start !important;
        align-items: start !important;
        gap: 26px 0 !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 4px 0 8px !important;
        overflow: visible !important;
    }

    body#index .mardrew-category-showcase .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1,
    header#header .mardrew-category-showcase .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1 {
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 13px !important;
        background: transparent !important;
        border: 0 !important;
        border-right: 1px solid #dfe2e5 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    body#index .mardrew-category-showcase .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1:is(:hover, .is-active),
    header#header .mardrew-category-showcase .mardrew-cat-tree-pane__list > .mardrew-cat-tree-pane__node--depth-1:is(:hover, .is-active) {
        background: transparent !important;
        box-shadow: none !important;
        transform: translateY(-2px) !important;
    }

    body#index .mardrew-category-showcase .mardrew-cat-tree-pane__group-link,
    header#header .mardrew-category-showcase .mardrew-cat-tree-pane__group-link {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 10px !important;
        min-height: 128px !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #202327 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        text-align: center !important;
        text-decoration: none !important;
    }

    body#index .mardrew-category-showcase img.mardrew-category-thumb,
    header#header .mardrew-category-showcase img.mardrew-category-thumb {
        display: block !important;
        width: 100% !important;
        max-width: 126px !important;
        height: 84px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        object-fit: contain !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        mix-blend-mode: normal !important;
        filter: drop-shadow(0 7px 8px rgba(20, 24, 27, .12)) !important;
        opacity: 1 !important;
        transition: transform .2s ease !important;
    }

    body#index .mardrew-category-showcase .mardrew-cat-tree-pane__node--depth-1:hover img.mardrew-category-thumb,
    header#header .mardrew-category-showcase .mardrew-cat-tree-pane__node--depth-1:hover img.mardrew-category-thumb {
        transform: scale(1.06) !important;
    }

    body#index .mardrew-category-showcase .mardrew-category-label,
    header#header .mardrew-category-showcase .mardrew-category-label {
        color: #202327 !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1.18 !important;
        text-transform: uppercase !important;
        text-shadow: none !important;
        -webkit-text-stroke: 0 transparent !important;
        opacity: 1 !important;
    }

    body#index .mardrew-category-showcase .mardrew-cat-tree-pane__node--depth-1 > .mardrew-cat-tree-pane__children,
    header#header .mardrew-category-showcase .mardrew-cat-tree-pane__node--depth-1 > .mardrew-cat-tree-pane__children,
    body#index .mardrew-category-showcase .mardrew-card-nav__details,
    header#header .mardrew-category-showcase .mardrew-card-nav__details {
        display: none !important;
    }

    .mardrew-category-showcase__promo {
        grid-column: 2 !important;
        grid-row: 2 !important;
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-end !important;
        min-height: 300px !important;
        padding: 28px !important;
        overflow: hidden !important;
        color: #fff !important;
        background-image: linear-gradient(180deg, rgba(14, 16, 18, .03) 25%, rgba(14, 16, 18, .78) 100%), var(--mardrew-category-panel-image) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        text-decoration: none !important;
    }

    .mardrew-category-showcase__promo-kicker {
        margin-bottom: 7px !important;
        color: #f58220 !important;
        font-size: 11px !important;
        font-weight: 800 !important;
        letter-spacing: .08em !important;
        text-transform: uppercase !important;
    }

    .mardrew-category-showcase__promo-title {
        max-width: 220px !important;
        color: #fff !important;
        font-size: clamp(20px, 1.45vw, 29px) !important;
        font-weight: 800 !important;
        line-height: 1.08 !important;
        text-shadow: 0 2px 12px rgba(0, 0, 0, .42) !important;
        text-transform: uppercase !important;
    }

    .mardrew-category-showcase__promo-button {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 42px !important;
        margin-top: 18px !important;
        padding: 0 17px !important;
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        border: 2px solid #fff !important;
    }

    .mardrew-category-showcase__footer {
        grid-column: 1 / -1 !important;
        grid-row: 3 !important;
        display: flex !important;
        justify-content: flex-end !important;
        margin: 0 !important;
        padding: 14px 0 0 !important;
        border-top: 1px solid #dde0e3 !important;
    }

    .mardrew-category-showcase__footer a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 46px !important;
        padding: 0 25px !important;
        color: #202327 !important;
        background: #f1f2f3 !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
    }

    .mardrew-category-showcase__footer a:hover {
        color: #fff !important;
        background: #f58220 !important;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    body#index .mardrew-category-showcase .mardrew-cat-tree-pane__list,
    header#header .mardrew-category-showcase .mardrew-cat-tree-pane__list {
        grid-template-columns: repeat(3, minmax(110px, 1fr)) !important;
    }

    body#index .mardrew-home-subcategory-panel.mardrew-category-showcase,
    header#header .mardrew-cat-tree-pane.mardrew-category-showcase {
        grid-template-columns: minmax(0, 1fr) 220px !important;
        gap: 16px 18px !important;
        padding: 20px !important;
    }
}
