.awk-theme-header-shell,
.awk-theme-footer-shell {
    color: var(--awk-theme-text, #111827);
}

.awk-theme-header-shell.is-sticky {
    position: sticky;
    top: 0;
    z-index: 900;
}

.awk-theme-header {
    background: var(--awk-theme-header-bg, #fff);
    border-bottom: 1px solid var(--awk-theme-border, #e5e7eb);
    box-shadow: var(--awk-theme-shadow-subtle, 0 1px 2px rgba(15, 23, 42, .04));
    color: var(--awk-theme-header-text, var(--awk-theme-text, #111827));
}

.awk-theme-topbar,
.awk-theme-header-main,
.awk-theme-nav,
.awk-theme-marketbar,
.awk-theme-mobile-shortcuts,
.awk-theme-footer {
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: var(--awk-theme-page-gutter, 32px);
    padding-right: var(--awk-theme-page-gutter, 32px);
    width: 100%;
}

.awk-theme-topbar,
.awk-theme-header-main,
.awk-theme-nav,
.awk-theme-marketbar,
.awk-theme-mobile-shortcuts {
    max-width: var(--awk-theme-header-max-width, var(--awk-theme-layout-max-width, 1760px));
}

.awk-theme-footer {
    max-width: var(--awk-theme-footer-max-width, var(--awk-theme-layout-max-width, 1760px));
}

.awk-theme-topbar,
.awk-theme-header-main,
.awk-theme-nav,
.awk-theme-marketbar,
.awk-theme-mobile-shortcuts,
.awk-theme-footer {
    max-width: none;
}

.awk-theme-topbar {
    align-items: center;
    background: var(--awk-theme-topbar-bg, var(--awk-theme-soft-bg, #f3f4f6));
    color: var(--awk-theme-topbar-text, var(--awk-theme-text, #111827));
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    min-height: 36px;
}

.awk-theme-header-main {
    align-items: center;
    display: grid;
    gap: 22px;
    grid-template-columns: auto minmax(240px, 1fr) auto;
    min-height: 78px;
}

.awk-theme-logo,
.awk-theme-header .logo,
.awk-theme-footer-logo {
    color: var(--awk-theme-header-text, var(--awk-theme-text, #111827));
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
}

.awk-theme-header .logo {
    display: inline-flex;
    float: none;
    margin: 0;
    max-width: 190px;
}

.awk-theme-header .logo img {
    display: block;
    max-height: 54px;
    width: auto;
}

.awk-theme-actions,
.awk-theme-contact,
.awk-theme-social,
.awk-theme-footer-social,
.awk-theme-nav,
.awk-theme-marketbar,
.awk-theme-mobile-shortcuts {
    align-items: center;
    display: flex;
    gap: 14px;
}

.awk-theme-account {
    position: relative;
}

.awk-theme-icon-action,
.awk-theme-account-toggle {
    align-items: center;
    background: #fff;
    border: 1px solid var(--awk-theme-border, #e5e7eb);
    border-radius: 999px;
    color: var(--awk-theme-header-text, var(--awk-theme-text, #111827));
    display: inline-flex;
    height: 42px;
    justify-content: center;
    min-width: 42px;
    padding: 0 12px;
    text-decoration: none;
}

.awk-theme-icon-action:before,
.awk-theme-account-toggle:before,
.awk-theme-wishlist:before {
    font-family: 'luma-icons';
    font-size: 20px;
    line-height: 1;
}

.awk-theme-account-toggle:before {
    content: '\e627';
}

.awk-theme-wishlist:before {
    content: '\e600';
}

.awk-theme-icon-action span,
.awk-theme-account-toggle span {
    margin-left: 6px;
}

.awk-theme-search-toggle {
    display: none;
}

.awk-theme-search-toggle:before {
    content: '\e615';
}

.awk-theme-account-menu {
    background: #fff;
    border: 1px solid var(--awk-theme-border, #e5e7eb);
    border-radius: var(--awk-theme-inner-radius, 12px);
    box-shadow: var(--awk-theme-shadow, 0 12px 34px rgba(15, 23, 42, .08));
    display: none;
    min-width: 180px;
    padding: 8px;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 920;
}

.awk-theme-account:hover .awk-theme-account-menu,
.awk-theme-account:focus-within .awk-theme-account-menu,
.awk-theme-account.is-open .awk-theme-account-menu {
    display: grid;
    gap: 4px;
}

.awk-theme-account-menu a {
    border-radius: 8px;
    padding: 10px 12px;
}

.awk-theme-account-menu a:hover {
    background: var(--awk-theme-soft-bg, #f3f4f6);
}

.awk-theme-account .awk-theme-account-dashboard,
.awk-theme-account .awk-theme-account-logout,
.awk-theme-account.is-logged-in .awk-theme-account-login,
.awk-theme-account.is-logged-in .awk-theme-account-create {
    display: none;
}

.awk-theme-account.is-logged-in .awk-theme-account-dashboard,
.awk-theme-account.is-logged-in .awk-theme-account-logout {
    display: block;
}

.awk-theme-actions a,
.awk-theme-contact a,
.awk-theme-social a,
.awk-theme-nav a,
.awk-theme-mobile-shortcuts a {
    color: var(--awk-theme-header-text, var(--awk-theme-text, #111827));
    text-decoration: none;
}

.awk-theme-topbar a {
    color: var(--awk-theme-topbar-text, var(--awk-theme-text, #111827));
    text-decoration: none;
}

.awk-theme-footer a {
    color: var(--awk-theme-footer-text, #e5e7eb);
    text-decoration: none;
}

.awk-theme-actions a:hover,
.awk-theme-contact a:hover,
.awk-theme-social a:hover,
.awk-theme-footer a:hover,
.awk-theme-nav a:hover,
.awk-theme-mobile-shortcuts a:hover {
    color: var(--awk-theme-primary, #2563eb);
}

.awk-theme-cart,
.awk-theme-header .minicart-wrapper .action.showcart,
.awk-theme-search button,
.awk-theme-header .block-search .action.search,
.awk-theme-newsletter button {
    align-items: center;
    background: var(--awk-theme-primary, #2563eb);
    border: 1px solid var(--awk-theme-primary, #2563eb);
    border-radius: 999px;
    color: #fff !important;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
}

.awk-theme-header .minicart-wrapper {
    float: none;
    margin: 0;
}

.awk-theme-header .minicart-wrapper .action.showcart {
    gap: 6px;
    position: relative;
    text-decoration: none;
}

.awk-theme-header .minicart-wrapper .action.showcart:before {
    color: #fff;
}

.awk-theme-header .minicart-wrapper .block-minicart {
    display: none !important;
}

.awk-theme-header .minicart-wrapper .action.showcart .counter.qty {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: var(--awk-theme-primary, #2563eb) !important;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    height: 20px;
    justify-content: center;
    line-height: 1;
    margin-left: 2px;
    min-width: 20px;
    padding: 0 5px;
}

.awk-theme-header .minicart-wrapper .action.showcart .counter.qty.empty,
.awk-theme-header .minicart-wrapper .action.showcart .counter.qty:empty,
.awk-theme-header .minicart-wrapper .action.showcart .counter.qty.empty .counter-number,
.awk-theme-header .minicart-wrapper .action.showcart .counter-number:empty {
    display: none !important;
}

.awk-theme-header .minicart-wrapper .action.showcart .counter-number {
    color: var(--awk-theme-primary, #2563eb) !important;
    display: inline !important;
    font-size: 12px;
    line-height: 1;
}

.awk-theme-native-search,
.awk-theme-native-search .block-search {
    float: none;
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%;
}

.awk-theme-native-search form,
.awk-theme-header .block-search form {
    display: block;
    position: relative;
    width: 100%;
}

.awk-theme-search {
    align-items: center;
    background: #fff;
    border: 1px solid var(--awk-theme-border, #e5e7eb);
    border-radius: 999px;
    display: flex;
    min-height: 46px;
    overflow: hidden;
}

.awk-theme-header .block-search .control {
    border: 0;
    margin: 0;
    padding: 0;
}

.awk-theme-header .block-search input {
    border: 1px solid var(--awk-theme-border, #e5e7eb);
    border-radius: 999px;
    box-shadow: none;
    box-sizing: border-box;
    height: 46px;
    margin: 0;
    padding-left: 18px;
    padding-right: 58px;
    width: 100%;
}

.awk-theme-header .block-search .action.search {
    align-items: center;
    display: inline-flex;
    border-radius: 999px;
    font-size: 0;
    height: 38px;
    justify-content: center;
    min-height: 38px;
    min-width: 42px;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    z-index: 2;
}

.awk-theme-header .block-search .action.search:before {
    content: '\e615';
    color: #fff;
    font-family: 'luma-icons';
    font-size: 20px;
    line-height: 1;
    margin: 0;
}

.awk-theme-search-label {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.awk-theme-search input {
    border: 0;
    box-shadow: none;
    flex: 1;
    min-height: 44px;
    padding: 0 18px;
}

.awk-theme-search button {
    border-radius: 999px;
    min-height: 46px;
    min-width: 54px;
}

.awk-theme-search button:before {
    content: '\e615';
    font-family: 'luma-icons';
    font-size: 20px;
    line-height: 1;
    margin-right: 6px;
}

.awk-theme-nav {
    border-top: 1px solid var(--awk-theme-border, #e5e7eb);
    font-weight: 700;
    justify-content: center;
    min-height: 48px;
}

.awk-theme-header-centered .awk-theme-header-main {
    grid-template-columns: 1fr auto 1fr;
}

.awk-theme-header-centered .awk-theme-actions:first-child {
    justify-content: flex-start;
}

.awk-theme-header-centered .awk-theme-actions:last-child {
    justify-content: flex-end;
}

.awk-theme-header-commercial .awk-theme-topbar {
    background: var(--awk-theme-topbar-bg, var(--awk-theme-text, #111827));
    color: var(--awk-theme-topbar-text, #fff);
}

.awk-theme-header-commercial .awk-theme-topbar a {
    color: var(--awk-theme-topbar-text, #fff);
}

.awk-theme-header-marketplace .awk-theme-header-main {
    grid-template-columns: auto minmax(150px, 220px) minmax(320px, 1fr) auto;
}

.awk-theme-marketbar {
    background: var(--awk-theme-soft-bg, #f3f4f6);
    gap: 18px;
    justify-content: space-between;
    min-height: 48px;
}

.awk-theme-marketbar .awk-theme-nav {
    border-top: 0;
    flex: 1;
    justify-content: center;
    max-width: none;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
}

.awk-theme-menu-button {
    background: #fff;
    border: 1px solid var(--awk-theme-border, #e5e7eb);
    border-radius: 8px;
    color: var(--awk-theme-text, #111827);
    display: none;
    height: 42px;
    width: 42px;
}

.awk-theme-menu-button.nav-toggle {
    left: auto;
    position: static;
    top: auto;
}

.awk-theme-menu-button span {
    display: none;
}

.awk-theme-menu-button:before {
    content: '\e609';
    font-family: 'luma-icons';
    font-size: 22px;
    line-height: 1;
}

.awk-theme-mobile-shortcuts {
    display: none;
}

.awk-theme-footer-shell {
    background: var(--awk-theme-footer, #111827);
}

.awk-theme-footer {
    color: var(--awk-theme-footer-text, #e5e7eb);
    padding-bottom: 42px;
    padding-top: 42px;
}

.awk-theme-footer a {
    color: var(--awk-theme-footer-text, #e5e7eb);
}

.awk-theme-footer-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(240px, 1.2fr) repeat(auto-fit, minmax(190px, 1fr));
}

.awk-theme-footer-grid-large {
    grid-template-columns: minmax(240px, 1.2fr) repeat(auto-fit, minmax(190px, 1fr));
}

.awk-theme-footer-grid > div,
.awk-theme-footer-mega .awk-theme-footer-grid > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.awk-theme-footer strong {
    color: #fff;
}

.awk-theme-footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: block;
    font-size: 13px;
    margin-top: 28px;
    padding-top: 18px;
    width: 100%;
}

.awk-theme-footer small {
    display: block;
}

.awk-theme-footer-logo-image {
    display: block;
    max-height: 64px;
    max-width: 220px;
    width: auto;
}

.awk-theme-social-link {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #fff !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    height: 25px;
    justify-content: center;
    min-width: 25px;
    padding: 0;
}

.awk-theme-social-link svg {
    fill: currentColor;
    height: 14px;
    width: 14px;
}

.awk-theme-sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.awk-theme-header .awk-theme-social-link {
    background: var(--awk-theme-soft-bg, #f3f4f6);
    border-color: var(--awk-theme-border, #e5e7eb);
    color: var(--awk-theme-header-text, var(--awk-theme-text, #111827)) !important;
}

.awk-theme-footer-hero,
.awk-theme-footer-minimal,
.awk-theme-footer-compact {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
}

.awk-theme-footer-social-model {
    display: grid;
    gap: 24px;
}

.awk-theme-newsletter {
    display: flex;
    gap: 8px;
    max-width: 520px;
    width: 100%;
}

.awk-theme-footer-newsletter {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 560px;
    min-width: min(100%, 320px);
    width: 100%;
}

.awk-theme-footer-newsletter-column {
    grid-column: span 2;
    min-width: 0;
}

.awk-theme-newsletter-subtitle {
    margin: 0;
}

.awk-theme-newsletter input {
    border: 1px solid var(--awk-theme-border, #e5e7eb);
    border-radius: 999px;
    min-height: 42px;
    min-width: 220px;
    padding: 0 16px;
    width: 100%;
}

.searchsuite-autocomplete {
    left: 0;
    width: 100%;
}

.awk-theme-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.awk-theme-footer-badges span {
    background: rgba(255, 255, 255, .1);
    border-radius: 999px;
    color: #fff;
    padding: 8px 12px;
}

.awk-theme-nav-node {
    display: inline-flex;
    position: relative;
}

.awk-theme-nav-node > a {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.awk-theme-nav-icon {
    background: currentColor;
    border-radius: 999px;
    display: none;
    height: 7px;
    opacity: .45;
    width: 7px;
}

.awk-theme-nav-children {
    background: var(--awk-theme-card, #fff);
    border: 1px solid var(--awk-theme-border, #e5e7eb);
    border-radius: var(--awk-theme-inner-radius, 12px);
    box-shadow: var(--awk-theme-shadow, 0 12px 34px rgba(15, 23, 42, .08));
    display: none;
    left: 0;
    min-width: 220px;
    padding: 10px;
    position: absolute;
    top: 100%;
    z-index: 30;
}

.awk-theme-nav-node:hover .awk-theme-nav-children,
.awk-theme-nav-node:focus-within .awk-theme-nav-children {
    display: grid;
    gap: 4px;
}

@media (min-width: 768px) {
    .awk-theme-nav-node:hover .awk-theme-nav-children,
    .awk-theme-nav-node:focus-within .awk-theme-nav-children {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
    }

    .awk-theme-nav-children {
        box-sizing: border-box;
        gap: 6px 10px;
        max-height: 620px;
        max-width: calc(100vw - 48px);
        min-width: 520px;
        overflow: auto;
        padding: 14px;
        width: 760px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .awk-theme-nav-node:hover .awk-theme-nav-children,
    .awk-theme-nav-node:focus-within .awk-theme-nav-children {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }

    .awk-theme-nav-children {
        width: 540px;
    }
}

.awk-theme-nav-children a {
    border-radius: 8px;
    padding: 9px 10px;
}

.awk-theme-nav-children a:hover {
    background: var(--awk-theme-soft-bg, #f3f4f6);
}

.awk-theme-nav-static-block {
    background: var(--awk-theme-soft-bg, #f3f4f6);
    border: 1px solid var(--awk-theme-border, #e5e7eb);
    border-radius: var(--awk-theme-inner-radius, 12px);
    box-sizing: border-box;
    color: var(--awk-theme-text, #111827);
    display: block;
    grid-column: 1 / -1;
    min-width: 0;
    overflow: hidden;
    padding: 14px;
    width: 100%;
}

.awk-theme-nav-static-block [data-content-type='row'],
.awk-theme-nav-static-block [data-content-type='html'],
.awk-theme-nav-static-block [data-content-type='image'],
.awk-theme-nav-static-block .pagebuilder-column-group,
.awk-theme-nav-static-block .pagebuilder-column,
.awk-theme-nav-static-block .pagebuilder-banner-wrapper {
    max-width: 100%;
    width: 100%;
}

.awk-theme-nav-static-block img,
.awk-theme-nav-static-block picture,
.awk-theme-nav-static-block video {
    border-radius: calc(var(--awk-theme-inner-radius, 12px) - 4px);
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.awk-theme-nav-static-block .pagebuilder-banner-wrapper,
.awk-theme-nav-static-block .pagebuilder-poster-content {
    min-height: 120px;
}

.awk-theme-nav-static-block .pagebuilder-banner-wrapper img,
.awk-theme-nav-static-block [data-content-type='image'] img {
    object-fit: cover;
}

.awk-theme-nav-static-block p:last-child {
    margin-bottom: 0;
}

.awk-theme-nav-drawer-header,
.awk-theme-nav-account,
.awk-theme-nav-section-title {
    display: none;
}

.awk-theme-newsletter-layout-vertical .awk-theme-newsletter {
    align-items: stretch;
    flex-direction: column;
}

.awk-theme-newsletter-layout-vertical .awk-theme-newsletter input,
.awk-theme-newsletter-layout-vertical .awk-theme-newsletter button {
    width: 100%;
}

.awk-theme-social-mode-white .awk-theme-social-link {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .35);
    color: #fff !important;
}

.awk-theme-social-mode-theme .awk-theme-social-link {
    color: var(--awk-theme-primary, #2563eb) !important;
}

.awk-theme-social-mode-original .awk-theme-social-instagram {
    color: #e1306c !important;
}

.awk-theme-social-mode-original .awk-theme-social-facebook {
    color: #1877f2 !important;
}

.awk-theme-social-mode-original .awk-theme-social-youtube {
    color: #ff0000 !important;
}

.awk-theme-social-mode-original .awk-theme-social-tiktok {
    color: #111827 !important;
}

.awk-theme-social-mode-original .awk-theme-social-linkedin {
    color: #0a66c2 !important;
}

.awk-theme-social-mode-original .awk-theme-social-whatsapp {
    color: #25d366 !important;
}

.awk-theme-footer-seal,
.awk-theme-footer-column-image {
    display: block;
    height: auto;
    max-width: 150px;
}

.awk-theme-footer-custom-column p {
    margin: 0;
}

@media (max-width: 768px) {
    .awk-theme-header-shell.mobile-topbar-disabled .awk-theme-topbar {
        display: none;
    }

    .nav-toggle:not(.awk-theme-menu-button) {
        display: none !important;
    }

    .awk-theme-topbar,
    .awk-theme-header-main,
    .awk-theme-nav,
    .awk-theme-marketbar,
    .awk-theme-mobile-shortcuts,
    .awk-theme-footer {
        padding-left: 14px;
        padding-right: 14px;
    }

    .awk-theme-topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .awk-theme-header-main,
    .awk-theme-header-centered .awk-theme-header-main,
    .awk-theme-header-marketplace .awk-theme-header-main {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: flex-start;
        min-height: 64px;
    }

    .awk-theme-logo {
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .awk-theme-menu-button {
        align-items: center;
        display: inline-flex;
        justify-content: center;
        order: 1;
    }

    .awk-theme-header .logo {
        margin-right: auto;
        max-width: 150px;
        order: 2;
    }

    .awk-theme-header .logo img {
        max-height: 42px;
    }

    .awk-theme-header-main .awk-theme-search,
    .awk-theme-header-main .awk-theme-native-search {
        flex: 0 0 100%;
        order: 5;
    }

    .awk-theme-header > .awk-theme-search,
    .awk-theme-header > .awk-theme-native-search {
        border-radius: 10px;
        margin: 0 14px 12px;
    }

    .awk-theme-header .block-search {
        display: block;
        width: 100%;
    }

    .awk-theme-header .block-search .label {
        display: none;
    }

    .awk-theme-header .block-search input {
        position: static;
    }

    .awk-theme-header .block-search .action.search {
        display: inline-flex;
        height: 40px;
        min-height: 40px;
        min-width: 44px;
        position: absolute;
        right: 3px;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
    }

    .awk-theme-actions {
        gap: 8px;
        margin-left: auto;
        order: 3;
    }

    .awk-theme-search-toggle {
        display: inline-flex;
    }

    .awk-theme-search button,
    .awk-theme-header .minicart-wrapper .action.showcart {
        font-size: 0;
        min-width: 42px;
        padding: 0;
    }

    .awk-theme-search button:before {
        content: '\e615';
        font-family: 'luma-icons';
        font-size: 20px;
        line-height: 1;
    }

    .awk-theme-header:not(.is-search-open) .awk-theme-header-main .awk-theme-search,
    .awk-theme-header:not(.is-search-open) .awk-theme-header-main .awk-theme-native-search,
    .awk-theme-header:not(.is-search-open) > .awk-theme-search,
    .awk-theme-header:not(.is-search-open) > .awk-theme-native-search {
        display: none;
    }

    .awk-theme-header.is-search-open .awk-theme-header-main .awk-theme-search,
    .awk-theme-header.is-search-open .awk-theme-header-main .awk-theme-native-search,
    .awk-theme-header.is-search-open > .awk-theme-search,
    .awk-theme-header.is-search-open > .awk-theme-native-search {
        display: flex;
    }

    .awk-theme-header.is-search-open .awk-theme-search,
    .awk-theme-header.is-search-open .awk-theme-native-search {
        background: #fff;
        box-sizing: border-box;
        flex: 0 0 100%;
        width: 100%;
    }

    .awk-theme-header.is-search-open .awk-theme-native-search .block-search {
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        position: static;
        width: 100%;
    }

    .awk-theme-header.is-search-open .awk-theme-native-search .block-search .control {
        display: block;
        margin: 0;
        padding: 0;
    }

    .awk-theme-header.is-search-open .awk-theme-native-search .block-search input {
        display: block;
        left: auto;
        opacity: 1;
        position: static;
        width: 100%;
    }

    .awk-theme-header.is-search-open > .awk-theme-native-search {
        padding: 0 14px 12px;
    }

    .awk-theme-header.is-search-open .awk-theme-header-main .awk-theme-native-search {
        padding-top: 2px;
    }

    .awk-theme-header .minicart-wrapper .action.showcart .text,
    .awk-theme-header .minicart-wrapper .action.showcart .counter-label {
        display: none;
    }

    .awk-theme-header .minicart-wrapper .action.showcart .counter.qty {
        display: inline-flex;
        height: 18px;
        min-width: 18px;
        padding: 0 4px;
        position: absolute;
        right: -6px;
        top: -6px;
    }

    .awk-theme-icon-action,
    .awk-theme-account-toggle {
        font-size: 0;
        padding: 0;
    }

    .awk-theme-icon-action span,
    .awk-theme-account-toggle span {
        margin-left: 0;
    }

    .awk-theme-actions > a:not(.awk-theme-cart):not(.showcart),
    .awk-theme-header-centered .awk-theme-actions:first-child,
    .awk-theme-nav,
    .awk-theme-marketbar span {
        display: none;
    }

    .awk-theme-header-mobile-first .awk-theme-actions > .awk-theme-wishlist {
        display: inline-flex;
    }

    .awk-theme-marketbar {
        justify-content: center;
    }

    .awk-theme-header-marketplace .awk-theme-marketbar {
        display: none;
    }

    .nav-open .awk-theme-nav,
    .nav-before-open .awk-theme-nav {
        background: #fff;
        bottom: 0;
        box-shadow: 18px 0 44px rgba(15, 23, 42, .18);
        display: block;
        left: 0;
        max-width: 90vw;
        overflow-y: auto;
        padding: 0 16px 22px;
        position: fixed;
        top: 0;
        width: 360px;
        z-index: 1001;
    }

    .nav-open:before,
    .nav-before-open:before {
        background: rgba(15, 23, 42, .38);
        bottom: 0;
        content: '';
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1000;
    }

    .awk-theme-nav-drawer-header {
        align-items: center;
        background: #fff;
        border-bottom: 1px solid var(--awk-theme-border, #e5e7eb);
        display: flex;
        justify-content: space-between;
        margin: 0 -16px 12px;
        min-height: 64px;
        padding: 0 16px;
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .awk-theme-nav-drawer-logo {
        align-items: center;
        display: inline-flex;
        min-width: 0;
    }

    .awk-theme-nav-drawer-logo .logo,
    .awk-theme-nav-drawer-logo .awk-theme-logo {
        display: inline-flex;
        margin: 0;
        max-width: 150px;
    }

    .awk-theme-nav-drawer-logo img {
        display: block;
        max-height: 38px;
        width: auto;
    }

    .awk-theme-nav-close {
        align-items: center;
        background: var(--awk-theme-soft-bg, #f3f4f6);
        border: 1px solid var(--awk-theme-border, #e5e7eb);
        border-radius: 999px;
        display: inline-flex;
        height: 40px;
        justify-content: center;
        padding: 0;
        width: 40px;
    }

    .awk-theme-nav-close:before {
        color: var(--awk-theme-text, #111827);
        content: '\e616';
        font-family: 'luma-icons';
        font-size: 18px;
        line-height: 1;
    }

    .awk-theme-nav-account {
        background: var(--awk-theme-soft-bg, #f3f4f6);
        border: 1px solid var(--awk-theme-border, #e5e7eb);
        border-radius: 14px;
        display: grid;
        gap: 12px;
        margin: 0 0 18px;
        padding: 16px;
    }

    .awk-theme-nav-account strong {
        color: var(--awk-theme-text, #111827);
        font-size: 15px;
        font-weight: 800;
    }

    .awk-theme-nav-account-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .awk-theme-nav-account a {
        align-items: center;
        background: #fff;
        border: 1px solid var(--awk-theme-border, #e5e7eb);
        border-radius: 999px;
        color: var(--awk-theme-text, #111827);
        display: inline-flex;
        flex: 1 1 auto;
        font-weight: 700;
        justify-content: center;
        min-height: 40px;
        padding: 0 14px;
        text-decoration: none;
    }

    .awk-theme-nav-account a:hover {
        border-color: var(--awk-theme-primary, #2563eb);
        color: var(--awk-theme-primary, #2563eb);
    }

    .awk-theme-nav-section-title {
        align-items: center;
        color: var(--awk-theme-muted, #6b7280);
        display: flex;
        font-size: 12px;
        font-weight: 800;
        gap: 10px;
        letter-spacing: .04em;
        margin: 0 0 8px;
        text-transform: uppercase;
    }

    .awk-theme-nav-section-title:after {
        background: var(--awk-theme-border, #e5e7eb);
        content: '';
        flex: 1;
        height: 1px;
    }

    .nav-open .awk-theme-nav > a,
    .nav-open .awk-theme-nav-node > a,
    .nav-before-open .awk-theme-nav > a,
    .nav-before-open .awk-theme-nav-node > a {
        border: 1px solid transparent;
        border-radius: 12px;
        color: var(--awk-theme-text, #111827);
        display: flex;
        font-weight: 700;
        justify-content: flex-start;
        min-height: 46px;
        padding: 10px 12px;
        text-decoration: none;
    }

    .nav-open .awk-theme-nav > a:hover,
    .nav-open .awk-theme-nav-node > a:hover,
    .nav-before-open .awk-theme-nav > a:hover,
    .nav-before-open .awk-theme-nav-node > a:hover {
        background: var(--awk-theme-soft-bg, #f3f4f6);
        border-color: var(--awk-theme-border, #e5e7eb);
        color: var(--awk-theme-primary, #2563eb);
    }

    .nav-open .awk-theme-nav-icon,
    .nav-before-open .awk-theme-nav-icon {
        display: inline-block;
        flex: 0 0 auto;
        height: 9px;
        width: 9px;
    }

    .nav-open .awk-theme-nav-node,
    .nav-before-open .awk-theme-nav-node {
        display: block;
    }

    .nav-open .awk-theme-nav-children,
    .nav-before-open .awk-theme-nav-children {
        background: var(--awk-theme-soft-bg, #f3f4f6);
        border: 0;
        border-radius: 12px;
        box-shadow: none;
        display: grid;
        gap: 3px;
        margin: 0 0 8px 18px;
        min-width: 0;
        padding: 8px;
        position: static;
        width: auto;
    }

    .nav-open .awk-theme-nav-static-block,
    .nav-before-open .awk-theme-nav-static-block {
        background: #fff;
        min-width: 0;
        width: 100%;
    }

    .nav-open .awk-theme-nav-children a,
    .nav-before-open .awk-theme-nav-children a {
        border-radius: 9px;
        color: var(--awk-theme-muted, #6b7280);
        min-height: 38px;
        padding: 8px 10px;
        text-decoration: none;
    }

    .nav-open .awk-theme-nav-children a:hover,
    .nav-before-open .awk-theme-nav-children a:hover {
        background: #fff;
        color: var(--awk-theme-primary, #2563eb);
    }

    .awk-theme-mobile-shortcuts {
        background: #fff;
        border-top: 1px solid var(--awk-theme-border, #e5e7eb);
        display: flex;
        justify-content: space-around;
        min-height: 48px;
    }

    .nav-sections {
        background: #fff;
        display: block !important;
    }

    .nav-before-open .nav-sections {
        z-index: 999;
    }

    .nav-open .nav-sections {
        box-shadow: 0 18px 40px rgba(15, 23, 42, .16);
    }

    .nav-sections .navigation {
        background: #fff;
    }

    .nav-sections .navigation .level0 > .level-top {
        color: var(--awk-theme-text, #111827);
        font-weight: 700;
    }

    .awk-theme-footer-grid,
    .awk-theme-footer-grid-large,
    .awk-theme-footer-hero,
    .awk-theme-footer-minimal,
    .awk-theme-footer-compact {
        align-items: flex-start;
        display: grid;
        grid-template-columns: 1fr;
    }

    .awk-theme-newsletter {
        flex-direction: column;
    }

    .awk-theme-newsletter input,
    .awk-theme-newsletter button {
        width: 100%;
    }

    .awk-theme-footer-newsletter-column {
        grid-column: auto;
    }
}
