.skart-topbar {
        background: #f5f6f8;
        border-bottom: 1px solid #ececec;
        font-size: 13px;
        color: #4b5563;
    }
    .skart-topbar-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        width: 100%;
        max-width: 1300px;
        margin-right: auto;
        margin-left: auto;
        padding: 8px 0;
        box-sizing: border-box;
    }
    .skart-topbar a {
        color: #4b5563;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        white-space: nowrap;
    }
    .skart-topbar a:hover { color: #E53E3E; }
    .skart-topbar .fa { color: #E53E3E; }
    .skart-topbar-left { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
    .skart-topbar-left .sep { width: 1px; height: 14px; background: #d7dbe0; }
    .skart-topbar-center { flex: 1; text-align: center; font-weight: 600; color: #374151; }
    .skart-topbar-right { display: flex; align-items: center; gap: 22px; flex-shrink: 0; }
    @media (max-width: 991.98px) {
        .skart-topbar-center { display: none; }
        .skart-topbar-inner { padding: 7px 14px; gap: 12px; }
        .skart-topbar-left { gap: 12px; }
        .skart-topbar-right { gap: 16px; }
    }
    @media (max-width: 575.98px) {
        .skart-topbar { font-size: 12px; }
        .skart-topbar-left a .txt { display: none; }
        .skart-topbar-right a:nth-child(3) { display: none; }
    }

    .skart-topbar.skart-topbar--home {
        position: relative;
        z-index: 1400;
        border-bottom: 0;
        background: #E53E3E;
        color: #fff8f5;
    }

    .skart-topbar.skart-topbar--home .skart-topbar-inner {
        min-height: 42px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .skart-topbar.skart-topbar--home a,
    .skart-topbar.skart-topbar--home .skart-topbar-center {
        color: #fff8f5;
    }

    .skart-topbar.skart-topbar--home .fa {
        color: #ffffff;
    }

    .skart-header.skart-header--home {
        position: absolute;
        right: 0;
        left: 0;
        z-index: 1350;
        border-bottom: 1px solid rgba(77, 42, 33, .10);
        background:
            linear-gradient(180deg, rgba(255, 252, 247, .96) 0%, rgba(255, 252, 247, .82) 64%, rgba(255, 252, 247, .48) 100%);
        box-shadow: none;
        backdrop-filter: blur(8px);
    }

    .skart-header.skart-header--home .skart-header-content {
        min-height: 112px;
        padding: 16px clamp(24px, 3vw, 58px);
    }

    .skart-header.skart-header--home .skart-logo {
        width: 150px;
        min-width: 150px;
    }

    .skart-header.skart-header--home .skart-nav {
        gap: clamp(18px, 2.2vw, 38px);
    }

    .skart-header.skart-header--home .skart-nav a,
    .skart-header.skart-header--home .skart-nav-btn {
        color: #E53E3E;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: .015em;
    }

    .skart-header.skart-header--home .skart-nav a:hover,
    .skart-header.skart-header--home .skart-nav a.active,
    .skart-header.skart-header--home .skart-nav-btn:hover {
        color: #C53030;
    }

    .skart-header.skart-header--home .skart-nav a::after,
    .skart-header.skart-header--home .skart-nav-btn::after {
        bottom: -7px;
        height: 1px;
        background: #E53E3E;
    }

    .skart-header.skart-header--home .skart-search-box {
        width: clamp(190px, 15vw, 265px);
        margin: 0 clamp(10px, 1.4vw, 22px);
    }

    .skart-header.skart-header--home .skart-search-box form {
        overflow: hidden;
        border: 1px solid rgba(75, 41, 34, .17);
        border-radius: 999px;
        background: rgba(255, 255, 255, .58);
        box-shadow: 0 8px 24px rgba(77, 42, 33, .07);
        backdrop-filter: blur(10px);
    }

    .skart-header.skart-header--home .skart-search-box input {
        border: 0;
        background: transparent;
    }

    .skart-header.skart-header--home .skart-search-btn {
        border-radius: 50%;
        background: #7b2730;
    }

    .skart-header.skart-header--home .skart-icon-btn {
        color: #442a24;
        background: rgba(255, 255, 255, .42);
        border-color: rgba(75, 41, 34, .11);
        backdrop-filter: blur(8px);
    }

    .skart-header.skart-header--home .skart-icon-btn:hover {
        color: #ffffff;
        background: #7b2730;
    }

    .skart-header.skart-header--home .skart-cart-shell {
        border-radius: 999px;
        background: rgba(255, 255, 255, .42);
        backdrop-filter: blur(8px);
    }

    @media (max-width: 991.98px) {
        .skart-header.skart-header--home .skart-header-content {
            min-height: 88px;
            padding: 10px 18px;
        }

        .skart-header.skart-header--home .skart-logo {
            width: 124px;
            min-width: 124px;
        }
    }

    @media (max-width: 768px) {
        .skart-header.skart-header--home {
            background: rgba(255, 252, 247, .90);
        }

        .skart-header.skart-header--home .skart-header-content {
            min-height: 76px;
            padding: 8px 12px;
        }

        .skart-header.skart-header--home .skart-logo {
            width: 108px;
            min-width: 108px;
        }

        .skart-header.skart-header--home .skart-nav.active {
            background: rgba(255, 252, 247, .98);
            box-shadow: 0 18px 32px rgba(53, 31, 25, .14);
        }
    }

    /* Homepage editorial header: fully transparent over the hero */
    .skart-header.skart-header--home {
        top: 42px;
        border: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    .skart-header.skart-header--home .skart-header-content {
        width: 100%;
        max-width: 1300px;
        min-height: 108px;
        justify-content: flex-start;
        margin-right: auto;
        margin-left: auto;
        padding: 14px 0;
        box-sizing: border-box;
    }

    @media (max-width: 1347.98px) {
        .skart-topbar-inner {
            padding-right: 24px;
            padding-left: 24px;
        }

        .skart-header.skart-header--home .skart-header-content {
            padding-right: 24px;
            padding-left: 24px;
        }
    }

    .skart-header.skart-header--home .skart-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        width: auto;
        min-width: 0;
        transform: translate(-50%, -50%);
    }

    .skart-home-wordmark {
        display: flex;
        align-items: center;
        flex-direction: column;
        color: #E53E3E;
        line-height: 1;
        text-align: center;
        text-decoration: none;
        text-shadow: 0 2px 16px rgba(255, 255, 255, .75);
    }

    .skart-home-wordmark strong {
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(31px, 2.6vw, 46px);
        font-style: italic;
        font-weight: 500;
        letter-spacing: -.055em;
    }

    .skart-home-wordmark small {
        margin-top: 7px;
        font-size: 8px;
        font-weight: 800;
        letter-spacing: .24em;
        text-transform: uppercase;
    }

    .skart-header.skart-header--home .skart-mobile-menu-toggle {
        display: inline-flex;
        width: 46px;
        height: 46px;
        align-items: center;
        justify-content: center;
        margin: 0 10px 0 0;
        border: 0;
        border-radius: 50%;
        color: #E53E3E;
        background: transparent;
        font-size: 24px;
        text-shadow: 0 2px 12px rgba(255, 255, 255, .75);
        transition: color .25s ease, transform .25s ease;
    }

    .skart-header.skart-header--home .skart-mobile-menu-toggle:hover {
        color: #C53030;
        background: transparent;
        transform: scale(1.06);
    }

    .skart-header.skart-header--home .skart-nav {
        display: none;
    }

    .skart-header.skart-header--home .skart-nav.active {
        position: absolute;
        top: calc(100% + 6px);
        left: 50%;
        z-index: 1450;
        display: flex;
        width: min(calc(100vw - 48px), 1300px);
        align-items: center;
        justify-content: center;
        gap: clamp(20px, 3vw, 44px);
        padding: 16px 28px;
        border: 1px solid rgba(75, 41, 34, .10);
        border-radius: 4px;
        background: rgba(255, 252, 248, .96);
        box-shadow: 0 18px 45px rgba(53, 31, 25, .15);
        backdrop-filter: blur(16px);
        transform: translateX(-50%);
    }

    .skart-header.skart-header--home .skart-search-box {
        position: relative;
        display: block !important;
        width: 46px;
        margin: 0;
        transition: width .3s ease;
    }

    .skart-header.skart-header--home #mobile-search {
        display: none !important;
    }

    .skart-header.skart-header--home .skart-search-box form {
        justify-content: flex-end;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    .skart-header.skart-header--home .skart-search-box input {
        position: absolute;
        left: 0;
        width: 0;
        padding: 0;
        border: 0;
        opacity: 0;
        pointer-events: none;
        transition: width .3s ease, padding .3s ease, opacity .2s ease;
    }

    .skart-header.skart-header--home .skart-search-btn {
        z-index: 2;
        width: 46px;
        height: 46px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        color: #E53E3E;
        background: transparent;
        font-size: 20px;
        text-shadow: 0 2px 12px rgba(255, 255, 255, .75);
        transition: color .25s ease, transform .25s ease;
    }

    .skart-header.skart-header--home .skart-search-btn:hover {
        color: #C53030;
        background: transparent;
        transform: scale(1.06);
    }

    .skart-header.skart-header--home.is-search-open .skart-search-box {
        width: 270px;
    }

    .skart-header.skart-header--home.is-search-open .skart-search-box form {
        padding: 3px;
        border: 1px solid rgba(75, 41, 34, .17);
        border-radius: 999px;
        background: rgba(255, 252, 248, .88);
        box-shadow: 0 12px 28px rgba(53, 31, 25, .12);
        backdrop-filter: blur(14px);
    }

    .skart-header.skart-header--home.is-search-open .skart-search-box input {
        position: static;
        width: calc(100% - 46px);
        padding: 9px 8px 9px 15px;
        opacity: 1;
        pointer-events: auto;
    }

    .skart-header.skart-header--home .skart-icons {
        margin-left: auto;
        gap: 14px;
    }

    .skart-header.skart-header--home .skart-icons > a.skart-icon-btn,
    .skart-header.skart-header--home .skart-icons > .d-sm-none {
        display: none !important;
    }

    .skart-header.skart-header--home .skart-icon-btn {
        width: 46px;
        height: 46px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        color: #E53E3E;
        background: transparent;
        font-size: 22px;
        text-shadow: 0 2px 12px rgba(255, 255, 255, .75);
        backdrop-filter: none;
        transition: color .25s ease, transform .25s ease;
    }

    .skart-header.skart-header--home .skart-icon-btn:hover {
        color: #C53030;
        background: transparent;
        transform: translateY(-2px);
    }

    .skart-header.skart-header--home .skart-cart-shell {
        border-radius: 0;
        background: transparent;
        backdrop-filter: none;
    }

    .skart-header.skart-header--home .skart-cart-link {
        width: 46px;
        height: 46px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        color: #E53E3E;
        background: transparent;
        box-shadow: none;
    }

    .skart-header.skart-header--home .skart-cart-link:hover {
        color: #C53030;
        border: 0;
        box-shadow: none;
        transform: translateY(-2px);
    }

    .skart-header.skart-header--home .skart-cart-icon-wrap {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        color: inherit;
        background: transparent;
        font-size: 22px;
        text-shadow: 0 2px 12px rgba(255, 255, 255, .75);
    }

    .skart-header.skart-header--home .skart-cart-text {
        display: none;
    }

    .skart-header.skart-header--home .skart-badge {
        top: 1px;
        right: 0;
        border-color: rgba(255, 252, 248, .92);
        background: #E53E3E;
    }

    @media (max-width: 768px) {
        .skart-header.skart-header--home {
            background: transparent;
        }

        .skart-header.skart-header--home .skart-header-content {
            min-height: 74px;
            padding: 8px 12px;
            flex-wrap: nowrap !important;
        }

        .skart-home-wordmark strong {
            font-size: 28px;
        }

        .skart-home-wordmark small {
            display: none;
        }

        .skart-header.skart-header--home .skart-mobile-menu-toggle,
        .skart-header.skart-header--home .skart-search-btn,
        .skart-header.skart-header--home .skart-icon-btn,
        .skart-header.skart-header--home .skart-cart-link,
        .skart-header.skart-header--home .skart-cart-icon-wrap {
            width: 38px;
            height: 38px;
        }

        .skart-header.skart-header--home .skart-mobile-menu-toggle {
            margin-right: 2px;
            order: 1;
        }

        .skart-header.skart-header--home #desktop-search {
            width: 38px !important;
            flex: 0 0 38px;
            order: 2;
        }

        .skart-header.skart-header--home .skart-icons {
            order: 4;
        }

        .skart-header.skart-header--home.is-search-open #desktop-search {
            position: absolute;
            top: calc(100% + 4px);
            right: 12px;
            left: 12px;
            width: auto !important;
            flex: 1 1 auto;
        }

        .skart-header.skart-header--home .skart-icons {
            gap: 2px;
        }

        .skart-header.skart-header--home .skart-nav.active {
            top: calc(100% + 4px);
            width: calc(100vw - 24px);
            align-items: stretch;
            flex-direction: column;
            gap: 0;
            padding: 10px 18px;
        }
    }

    /* Homepage sticky header */
    .skart-header.skart-header--home {
        transition:
            top .3s ease,
            background-color .3s ease,
            border-color .3s ease,
            box-shadow .3s ease,
            backdrop-filter .3s ease;
    }

    .skart-header.skart-header--home.is-sticky {
        position: fixed;
        top: 0;
        border-bottom: 1px solid rgba(74, 32, 30, .10);
        background: rgba(255, 247, 247, .98);
        box-shadow: 0 8px 28px rgba(48, 24, 20, .08);
        backdrop-filter: blur(16px);
    }

    .skart-header.skart-header--home.is-sticky .skart-header-content {
        min-height: 84px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .skart-header.skart-header--home.is-sticky .skart-home-wordmark {
        text-shadow: none;
    }

    .skart-header.skart-header--home.is-sticky .skart-home-wordmark strong {
        font-size: clamp(28px, 2.2vw, 38px);
    }

    .skart-header.skart-header--home.is-sticky .skart-mobile-menu-toggle,
    .skart-header.skart-header--home.is-sticky .skart-search-btn,
    .skart-header.skart-header--home.is-sticky .skart-icon-btn,
    .skart-header.skart-header--home.is-sticky .skart-cart-icon-wrap {
        text-shadow: none;
    }

    /* Homepage off-canvas navigation */
    body.skart-drawer-open {
        overflow: hidden;
    }

    .skart-home-drawer {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 2200;
        display: flex;
        width: min(440px, 88vw);
        flex-direction: column;
        color: #351915;
        background: #fffdfa;
        box-shadow: 20px 0 55px rgba(45, 20, 15, .18);
        visibility: hidden;
        transform: translateX(-104%);
        transition: transform .42s cubic-bezier(.22, 1, .36, 1), visibility .42s;
    }

    .skart-home-drawer.is-open {
        visibility: visible;
        transform: translateX(0);
    }

    .skart-home-menu-backdrop {
        position: fixed;
        inset: 0;
        z-index: 2150;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        background: rgba(46, 25, 20, .48);
        cursor: default;
        opacity: 0;
        visibility: hidden;
        backdrop-filter: blur(1.5px);
        transition: opacity .32s ease, visibility .32s;
    }

    .skart-home-menu-backdrop.is-open {
        opacity: 1;
        visibility: visible;
    }

    .skart-home-drawer-head {
        display: flex;
        min-height: 92px;
        align-items: center;
        justify-content: space-between;
        padding: 20px 24px;
        border-bottom: 1px solid #ebe3dd;
    }

    .skart-home-drawer-brand {
        color: #4a201e;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 25px;
        font-style: italic;
        text-decoration: none;
    }

    .skart-home-drawer-close {
        display: inline-flex;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        border: 0;
        color: #351915;
        background: transparent;
        font-size: 23px;
        cursor: pointer;
        transition: color .2s ease, transform .25s ease;
    }

    .skart-home-drawer-close:hover {
        color: #a6262f;
        transform: rotate(90deg);
    }

    .skart-home-drawer-nav {
        flex: 1 1 auto;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .skart-home-drawer-link,
    .skart-home-drawer-login {
        display: flex;
        min-height: 60px;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        padding: 15px 25px;
        border-bottom: 1px solid #ebe3dd;
        color: #351915;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: .13em;
        line-height: 1.35;
        text-decoration: none;
        text-transform: uppercase;
        transition: color .22s ease, background-color .22s ease, padding-left .22s ease;
    }

    .skart-home-drawer-link::after {
        content: "\203A";
        color: #b79280;
        font-family: Georgia, serif;
        font-size: 23px;
        opacity: 0;
        transform: translateX(-8px);
        transition: opacity .22s ease, transform .22s ease;
    }

    .skart-home-drawer-link:hover,
    .skart-home-drawer-login:hover {
        color: #a6262f;
        background: #fff6f1;
        padding-left: 31px;
    }

    .skart-home-drawer-link:hover::after {
        opacity: 1;
        transform: translateX(0);
    }

    .skart-home-drawer-login {
        flex: 0 0 auto;
        justify-content: flex-start;
        border-top: 1px solid #ebe3dd;
    }

    .skart-home-drawer-login i {
        width: 20px;
        font-size: 20px;
        text-align: center;
    }

    .skart-home-drawer-social {
        display: grid;
        min-height: 72px;
        flex: 0 0 auto;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
        border-top: 1px solid #ebe3dd;
        background: #fff;
    }

    .skart-home-drawer-social a {
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #ebe3dd;
        color: #351915;
        font-size: 24px;
        text-decoration: none;
        transition: color .2s ease, background-color .2s ease;
    }

    .skart-home-drawer-social a:last-child {
        border-right: 0;
    }

    .skart-home-drawer-social a:hover {
        color: #a6262f;
        background: #fff6f1;
    }

    .skart-home-drawer-category {
        position: relative;
    }

    .skart-home-drawer-category-toggle {
        width: 100%;
        border: 0;
        background: transparent;
        text-align: left;
        cursor: pointer;
    }

    .skart-home-drawer-category-toggle::after {
        opacity: 1;
        transform: none;
    }

    .skart-home-drawer-category.is-open > .skart-home-drawer-category-toggle {
        color: #a6262f;
        background: #fff6f1;
    }

    .skart-home-drawer-mega {
        color: #351915;
        background:
            linear-gradient(135deg, rgba(255, 247, 242, .96), rgba(255, 255, 255, .99));
    }

    .skart-home-drawer-mega-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 25px 30px 19px;
        border-bottom: 1px solid #eadfd8;
    }

    .skart-home-drawer-mega-head strong {
        font-family: Georgia, "Times New Roman", serif;
        font-size: 25px;
        font-weight: 500;
    }

    .skart-home-drawer-mega-head a {
        color: #a6262f;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .12em;
        text-decoration: none;
        text-transform: uppercase;
    }

    .skart-home-drawer-mega-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 38px;
        padding: 28px 30px 34px;
    }

    .skart-home-drawer-mega-column {
        min-width: 0;
    }

    .skart-home-drawer-mega-title {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 11px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eadfd8;
        color: #351915;
        font-size: 15px;
        font-weight: 800;
        text-decoration: none;
    }

    .skart-home-drawer-mega-title i {
        display: inline-flex;
        width: 31px;
        height: 31px;
        align-items: center;
        justify-content: center;
        flex: 0 0 31px;
        border-radius: 50%;
        color: #a6262f;
        background: #fff0e9;
    }

    .skart-home-drawer-mega-title:hover {
        color: #a6262f;
        text-decoration: none;
    }

    .skart-home-drawer-mega-links {
        display: grid;
        gap: 3px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .skart-home-drawer-mega-links a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 7px 9px;
        border-radius: 5px;
        color: #5d4841;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        transition: color .2s ease, background-color .2s ease, transform .2s ease;
    }

    .skart-home-drawer-mega-links a::after {
        color: #b79280;
        content: "\203A";
        font-family: Georgia, serif;
        font-size: 18px;
    }

    .skart-home-drawer-mega-links a:hover {
        color: #a6262f;
        background: #ffffff;
        transform: translateX(4px);
    }

    @media (min-width: 769px) {
        .skart-home-drawer-nav {
            overflow: visible;
        }

        .skart-home-drawer-category {
            position: static;
        }

        .skart-home-drawer-mega {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 100%;
            z-index: -1;
            width: min(720px, calc(100vw - 440px));
            overflow-y: auto;
            border-left: 1px solid #eadfd8;
            box-shadow: 24px 0 55px rgba(45, 20, 15, .13);
            opacity: 0;
            visibility: hidden;
            transform: translateX(-18px);
            transition:
                opacity .28s ease,
                transform .38s cubic-bezier(.22, 1, .36, 1),
                visibility .28s;
        }

        .skart-home-drawer-category:hover > .skart-home-drawer-mega,
        .skart-home-drawer-category:focus-within > .skart-home-drawer-mega,
        .skart-home-drawer-category.is-open > .skart-home-drawer-mega {
            z-index: 1;
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
        }
    }

    @media (max-width: 575.98px) {
        .skart-header.skart-header--home.is-sticky .skart-header-content {
            min-height: 68px;
        }

        .skart-header.skart-header--home.is-sticky .skart-home-wordmark strong {
            font-size: 25px;
        }

        .skart-home-drawer {
            width: min(360px, 90vw);
        }

        .skart-home-drawer-head {
            min-height: 78px;
            padding: 14px 18px;
        }

        .skart-home-drawer-link,
        .skart-home-drawer-login {
            min-height: 56px;
            padding-right: 20px;
            padding-left: 20px;
            font-size: 13px;
        }
    }

    @media (max-width: 768px) {
        .skart-home-drawer-category-toggle::after {
            content: "\f107";
            font-family: FontAwesome;
            font-size: 15px;
            transition: transform .25s ease;
        }

        .skart-home-drawer-category.is-open > .skart-home-drawer-category-toggle::after {
            transform: rotate(180deg);
        }

        .skart-home-drawer-mega {
            position: static;
            max-height: 0;
            overflow: hidden;
            border-bottom: 0;
            opacity: 0;
            transition: max-height .5s cubic-bezier(.22, 1, .36, 1), opacity .25s ease;
        }

        .skart-home-drawer-category.is-open > .skart-home-drawer-mega {
            max-height: 72vh;
            overflow-y: auto;
            border-bottom: 1px solid #eadfd8;
            opacity: 1;
        }

        .skart-home-drawer-mega-head {
            padding: 17px 20px 13px;
        }

        .skart-home-drawer-mega-head strong {
            font-size: 19px;
        }

        .skart-home-drawer-mega-grid {
            display: block;
            padding: 8px 20px 18px;
        }

        .skart-home-drawer-mega-column {
            padding: 11px 0;
        }

        .skart-home-drawer-mega-title {
            margin-bottom: 5px;
            padding-bottom: 7px;
            font-size: 14px;
        }

        .skart-home-drawer-mega-title i {
            width: 27px;
            height: 27px;
            flex-basis: 27px;
        }

        .skart-home-drawer-mega-links a {
            padding: 7px 6px 7px 37px;
            font-size: 12px;
        }
    }

    /* Inner pages use the compact editorial header in normal document flow.
       Sticky positioning keeps it visible without covering the page content. */
    .skart-header.skart-header--home.skart-header--inner,
    .skart-header.skart-header--home.skart-header--inner.is-sticky {
        position: sticky;
        top: 0;
        border-bottom: 1px solid rgba(74, 32, 30, .10);
        background: rgba(255, 247, 247, .98);
        box-shadow: 0 8px 28px rgba(48, 24, 20, .08);
        backdrop-filter: blur(16px);
    }

    .skart-header.skart-header--home.skart-header--inner .skart-header-content {
        min-height: 84px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .skart-header.skart-header--home.skart-header--inner .skart-home-wordmark,
    .skart-header.skart-header--home.skart-header--inner .skart-mobile-menu-toggle,
    .skart-header.skart-header--home.skart-header--inner .skart-search-btn,
    .skart-header.skart-header--home.skart-header--inner .skart-icon-btn,
    .skart-header.skart-header--home.skart-header--inner .skart-cart-icon-wrap {
        text-shadow: none;
    }

    @media (max-width: 768px) {
        .skart-header.skart-header--home.skart-header--inner .skart-header-content {
            min-height: 70px;
            padding: 8px 14px;
        }
    }
