.tnb-storefront-header {
    position: sticky;
    top: 0;
    z-index: 220;
    margin-bottom: 24px;
}

.tnb-storefront-header__frame {
    position: relative;
    display: grid;
    grid-template-columns: 196px minmax(0, 1fr);
    gap: 18px;
    border: 1px solid rgba(107, 71, 51, 0.12);
    border-radius: 26px;
    background: rgba(252, 241, 219, 0.94);
    box-shadow: 0 18px 40px rgba(90, 60, 43, 0.08);
    backdrop-filter: blur(12px);
    padding: 14px 18px 14px 28px;
}

.tnb-storefront-header__frame:not(.is-logo-prominent) {
    grid-template-columns: minmax(0, 1fr);
}

.tnb-storefront-header__brand-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(252, 241, 219, 0.78), rgba(248, 236, 212, 0.9));
    border: 1px solid rgba(107, 71, 51, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    padding: 14px 12px;
    min-height: 128px;
    text-decoration: none;
    transform: translateX(10px);
}

.tnb-storefront-header__brand-panel img {
    width: 100%;
    max-width: 132px;
    height: auto;
    display: block;
    mix-blend-mode: normal !important;
    image-rendering: auto;
    -webkit-font-smoothing: subpixel-antialiased;
}

.tnb-storefront-header__content {
    min-width: 0;
    padding-left: 0;
}

.tnb-storefront-header__mobile-toggle {
    display: none;
}

.tnb-storefront-header__frame.is-logo-prominent .tnb-storefront-header__content {
    padding-left: 18px;
}

.tnb-storefront-header__bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.tnb-storefront-header__left,
.tnb-storefront-header__right {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.tnb-storefront-header__meta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.tnb-storefront-header__meta a,
.tnb-storefront-header__auth a {
    color: #3d3530;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.tnb-storefront-header__meta a:hover,
.tnb-storefront-header__auth a:hover {
    color: #6b4733;
}

.tnb-storefront-header__sep {
    color: rgba(61, 53, 48, 0.38);
    font-weight: 500;
}

.tnb-storefront-header__decor {
    display: flex;
    justify-content: center;
    min-width: 0;
    width: 100%;
}

.tnb-storefront-header__decor img {
    width: min(100%, 520px);
    height: auto;
    display: block;
    mix-blend-mode: multiply;
    opacity: 0.9;
    transform: translateX(clamp(24px, 2vw, 40px)) scale(0.8);
    transform-origin: center;
}

.tnb-storefront-header__right {
    justify-content: flex-end;
    white-space: nowrap;
}

.tnb-storefront-header__auth {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    min-width: 0;
}

.tnb-storefront-header__auth-name {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tnb-storefront-header__cartbtn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px 8px 12px;
    border: 1px solid rgba(107, 71, 51, 0.18);
    border-radius: 999px;
    background: #fff8ea;
    color: #3d3530;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.tnb-storefront-header__cartbtn:hover {
    background: #fff3dc;
    box-shadow: 0 10px 24px rgba(107, 71, 51, 0.12);
    transform: translateY(-1px);
}

.tnb-storefront-header__cartbtn img {
    width: 30px;
    height: 30px;
    display: block;
    mix-blend-mode: normal !important;
}

.tnb-storefront-header__carttext {
    font-weight: 700;
    font-size: 14px;
}

.tnb-storefront-header__cartcount {
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    background: #6b4733;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.tnb-storefront-header__search {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.tnb-storefront-header__searchbox {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 999px;
    background: #6b4733;
    padding: 6px 8px 6px 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 14px 28px rgba(107, 71, 51, 0.16);
}

.tnb-storefront-header__searchbox input {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-family: 'Outfit', sans-serif;
}

.tnb-storefront-header__searchbox input::placeholder {
    color: rgba(255, 255, 255, 0.72);
    font-style: italic;
}

.tnb-storefront-header__searchbtn {
    width: 42px !important;
    height: 42px !important;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.tnb-storefront-header__searchbtn:hover {
    background: rgba(255, 255, 255, 0.16);
}

.tnb-storefront-header__searchbtn svg {
    width: 24px !important;
    height: 24px !important;
    fill: #fff;
}

/* ── Search Autocomplete Dropdown ── */

.tnb-storefront-header__searchbox-wrap {
    position: relative;
    width: min(100%, 1220px);
    margin-inline: auto;
}

.tnb-storefront-header__frame.is-logo-prominent .tnb-storefront-header__searchbox-wrap {
    transform: translateX(clamp(8px, 1.2vw, 20px));
}

.tnb-storefront-header__searchbox-wrap .tnb-storefront-header__searchbox {
    width: 100%;
}

.tnb-search-dropdown[hidden] {
    display: none !important;
}

.tnb-search-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 240;
    max-height: 420px;
    overflow-y: auto;
    border-radius: 20px;
    border: 1px solid rgba(107, 71, 51, 0.14);
    background: rgba(255, 253, 248, 0.97);
    backdrop-filter: blur(16px);
    box-shadow:
        0 24px 48px rgba(47, 32, 23, 0.18),
        0 4px 12px rgba(107, 71, 51, 0.08);
    animation: tnbDropdownFadeIn 0.22s ease-out;
    scrollbar-width: thin;
    scrollbar-color: rgba(107, 71, 51, 0.2) transparent;
}

@keyframes tnbDropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tnb-search-dropdown__group {
    padding: 8px 0;
}

.tnb-search-dropdown__group+.tnb-search-dropdown__group {
    border-top: 1px solid rgba(107, 71, 51, 0.09);
}

.tnb-search-dropdown__group-title {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px 6px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #6b4733;
    opacity: 0.72;
}

.tnb-search-dropdown__group-title svg {
    flex-shrink: 0;
    opacity: 0.7;
}

/* ── Term suggestion items ── */

.tnb-search-dropdown__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px;
    color: #3d3530;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    transition: background 0.15s ease;
}

.tnb-search-dropdown__item:hover,
.tnb-search-dropdown__item.is-highlighted {
    background: rgba(107, 71, 51, 0.06);
}

.tnb-search-dropdown__item.is-highlighted {
    background: rgba(107, 71, 51, 0.1);
}

.tnb-search-dropdown__item--term {
    justify-content: space-between;
}

.tnb-search-dropdown__item-text {
    font-weight: 600;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tnb-search-dropdown__item-count {
    font-size: 12px;
    color: rgba(61, 53, 48, 0.48);
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ── Product suggestion items ── */

.tnb-search-dropdown__item--product {
    padding: 8px 18px;
}

.tnb-search-dropdown__thumb {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    object-fit: cover;
    background: #f7efe3;
    flex-shrink: 0;
    border: 1px solid rgba(107, 71, 51, 0.08);
}

.tnb-search-dropdown__item-info {
    flex: 1;
    min-width: 0;
}

.tnb-search-dropdown__item-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
    color: #3d3530;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tnb-search-dropdown__item-price {
    font-size: 13px;
    font-weight: 700;
    color: #6b4733;
    margin-top: 2px;
}

.tnb-search-dropdown__badge {
    font-size: 16px;
    flex-shrink: 0;
    line-height: 1;
}

.tnb-storefront-header__tags {
    display: flex;
    justify-content: space-between;
    gap: 0;
    flex-wrap: nowrap;
    width: min(100%, 1220px);
    margin-inline: auto;
    padding: 0 8px;
    overflow: hidden;
}

.tnb-storefront-header__frame.is-logo-prominent .tnb-storefront-header__tags {
    padding-left: 8px;
    transform: translateX(clamp(8px, 1.2vw, 20px));
}

.tnb-storefront-header__tags a {
    position: relative;
    color: #6b4733;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.3;
    white-space: nowrap;
    padding: 0 10px;
    flex: 0 1 auto;
}

.tnb-storefront-header__tags a:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(107, 71, 51, 0.42);
    font-weight: 500;
}

.tnb-storefront-header__tags a:hover {
    color: #3d3530;
}

.tnb-storefront-header__overlay[hidden],
.tnb-storefront-header__preview[hidden] {
    display: none !important;
}

.tnb-storefront-header__overlay {
    position: fixed;
    inset: 0;
    background: rgba(31, 22, 16, 0.24);
    z-index: 1700;
}

.tnb-storefront-header__preview {
    position: fixed;
    top: 108px;
    right: 32px;
    width: min(420px, calc(100vw - 32px));
    max-height: calc(100vh - 136px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    border: 1px solid rgba(107, 71, 51, 0.16);
    background: #fffdf8;
    box-shadow: 0 32px 54px rgba(47, 32, 23, 0.22);
    z-index: 1710;
}

.tnb-storefront-header__preview-head,
.tnb-storefront-header__preview-foot {
    padding: 18px 20px;
    background: #fff8ea;
}

.tnb-storefront-header__preview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgba(107, 71, 51, 0.1);
}

.tnb-storefront-header__preview-title {
    font-size: 18px;
    font-weight: 800;
    color: #3d3530;
}

.tnb-storefront-header__preview-close {
    border: none;
    background: transparent;
    color: #6b4733;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.tnb-storefront-header__preview-list {
    overflow: auto;
    padding: 14px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tnb-storefront-header__preview-item {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 12px;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px dashed rgba(107, 71, 51, 0.14);
}

.tnb-storefront-header__preview-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.tnb-storefront-header__preview-thumb {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    overflow: hidden;
    background: #f7efe3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tnb-storefront-header__preview-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tnb-storefront-header__preview-info {
    min-width: 0;
}

.tnb-storefront-header__preview-name {
    display: block;
    color: #3d3530;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 6px;
}

.tnb-storefront-header__preview-meta,
.tnb-storefront-header__preview-qty {
    color: rgba(61, 53, 48, 0.72);
    font-size: 13px;
    line-height: 1.4;
}

.tnb-storefront-header__preview-price {
    color: #6b4733;
    font-size: 14px;
    font-weight: 800;
    text-align: right;
    white-space: nowrap;
}

.tnb-storefront-header__preview-empty {
    padding: 22px 4px;
    color: rgba(61, 53, 48, 0.72);
    text-align: center;
    line-height: 1.6;
}

.tnb-storefront-header__preview-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    color: #3d3530;
    font-weight: 700;
}

.tnb-storefront-header__preview-subtotal {
    color: #6b4733;
    font-size: 18px;
    font-weight: 800;
}

.tnb-storefront-header__preview-actions {
    display: flex;
    gap: 10px;
}

.tnb-storefront-header__preview-actions a,
.tnb-storefront-header__preview-actions button {
    flex: 1;
    border-radius: 12px;
    padding: 12px 14px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.tnb-storefront-header__preview-actions button {
    border: 1px solid rgba(107, 71, 51, 0.18);
    background: #fff;
    color: #6b4733;
}

.tnb-storefront-header__preview-actions a {
    background: #6b4733;
    color: #fff;
    border: 1px solid #6b4733;
}

@media (max-width: 1560px) {
    .tnb-storefront-header__frame {
        padding: 16px 20px 16px 28px;
        gap: 18px;
    }

    .tnb-storefront-header__frame.is-logo-prominent .tnb-storefront-header__content {
        padding-left: 18px;
    }

    .tnb-storefront-header__bar {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px 18px;
    }

    .tnb-storefront-header__decor {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .tnb-storefront-header__decor img {
        width: min(100%, 480px);
        transform: none;
    }

    .tnb-storefront-header__meta a,
    .tnb-storefront-header__auth a {
        font-size: 17px;
    }

    .tnb-storefront-header__searchbox-wrap,
    .tnb-storefront-header__frame.is-logo-prominent .tnb-storefront-header__searchbox-wrap,
    .tnb-storefront-header__tags,
    .tnb-storefront-header__frame.is-logo-prominent .tnb-storefront-header__tags {
        width: 100%;
        transform: none;
    }
}

@media (max-width: 1280px) {

    .tnb-storefront-header__meta a,
    .tnb-storefront-header__auth a {
        font-size: 16px;
    }

    .tnb-storefront-header__carttext {
        font-size: 14px;
    }

    .tnb-storefront-header__tags {
        gap: 6px 0;
    }

    .tnb-storefront-header__tags a {
        font-size: 12px;
        padding: 0 10px;
    }
}

@media (max-width: 960px) {
    .tnb-storefront-header__frame {
        grid-template-columns: minmax(0, 1fr);
        padding: 16px 18px 14px;
        border-radius: 20px;
    }

    .tnb-storefront-header__brand-panel {
        min-height: auto;
        justify-content: flex-start;
        padding: 14px 16px;
        transform: none;
    }

    .tnb-storefront-header__brand-panel img {
        max-width: 122px;
    }

    .tnb-storefront-header__content {
        padding-left: 0;
    }

    .tnb-storefront-header__bar {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .tnb-storefront-header__left,
    .tnb-storefront-header__right,
    .tnb-storefront-header__meta,
    .tnb-storefront-header__auth {
        flex-wrap: wrap;
        white-space: normal;
    }

    .tnb-storefront-header__left {
        justify-content: center;
    }

    .tnb-storefront-header__meta {
        justify-content: center;
    }

    .tnb-storefront-header__right {
        justify-content: center;
        gap: 12px 18px;
    }

    .tnb-storefront-header__decor {
        justify-content: flex-start;
    }

    .tnb-storefront-header__decor img {
        width: min(100%, 560px);
        transform: translateX(28px) scale(0.9);
    }

    .tnb-storefront-header__meta a {
        font-size: 17px;
    }

    .tnb-storefront-header__frame.is-logo-prominent .tnb-storefront-header__searchbox-wrap,
    .tnb-storefront-header__frame.is-logo-prominent .tnb-storefront-header__tags {
        transform: none;
    }

    .tnb-storefront-header__preview {
        top: auto;
        right: 12px;
        left: 12px;
        bottom: 12px;
        width: auto;
        max-height: none;
    }
}

@media (max-width: 640px) {
    .tnb-storefront-header {
        margin-bottom: 18px;
    }

    .tnb-storefront-header__frame {
        padding: 14px;
        gap: 16px;
    }

    .tnb-storefront-header__brand-panel {
        min-height: 92px;
        justify-content: center;
        padding: 10px 14px;
    }

    .tnb-storefront-header__brand-panel img {
        max-width: 104px;
    }

    .tnb-storefront-header__left,
    .tnb-storefront-header__right,
    .tnb-storefront-header__meta,
    .tnb-storefront-header__auth {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .tnb-storefront-header__meta {
        gap: 10px;
    }

    .tnb-storefront-header__meta a {
        font-size: 16px;
    }

    .tnb-storefront-header__search {
        align-items: stretch;
        gap: 10px;
    }

    .tnb-storefront-header__searchbox-wrap {
        width: 100%;
        transform: none;
    }

    .tnb-storefront-header__searchbox {
        padding-left: 16px;
    }

    .tnb-storefront-header__decor img {
        width: min(100%, 320px);
        transform: translateX(12px) scale(0.88);
    }

    .tnb-storefront-header__tags {
        width: 100%;
        margin-inline: 0;
        padding-left: 0;
        transform: none;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px 14px;
        overflow: visible;
    }

    .tnb-storefront-header__tags a {
        padding: 0;
        font-size: 13px;
    }

    .tnb-storefront-header__tags a:not(:last-child)::after {
        display: none;
    }

    .tnb-storefront-header__cartbtn {
        width: 100%;
        justify-content: center;
    }

    .tnb-storefront-header__preview-item {
        grid-template-columns: 60px 1fr;
    }

    .tnb-storefront-header__preview-price {
        grid-column: 2;
        text-align: left;
    }

    .tnb-search-dropdown {
        border-radius: 16px;
        max-height: 340px;
    }

    .tnb-search-dropdown__item {
        padding: 8px 14px;
        font-size: 13px;
    }

    .tnb-search-dropdown__thumb {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .tnb-search-dropdown__group-title {
        padding: 6px 14px 4px;
        font-size: 10px;
    }
}

/* ── Language Switcher ── */
.tnb-lang-switcher {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin: 8px 12px;
    vertical-align: middle;
}

.tnb-lang-flags {
    display: flex;
    gap: 10px;
}

.tnb-lang-btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid transparent;
    padding: 0;
    background: none;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.tnb-lang-btn:hover {
    transform: scale(1.15);
}

.tnb-lang-btn.is-active {
    border-color: #6b4733;
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(107, 71, 51, 0.3);
}

.tnb-lang-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.tnb-lang-label {
    font-size: 11px;
    font-weight: 700;
    color: #6b4733;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (min-width: 769px) {
    .tnb-storefront-header--home .tnb-lang-switcher {
        position: absolute;
        top: 70px;
        right: 140px;
        margin: 0;
        z-index: 10;
    }
}

@media (max-width: 768px) {
    .tnb-lang-switcher {
        margin: 12px auto;
        width: 100%;
        justify-content: center;
    }
}

/* Unified mobile header and navigation drawer */
.tnb-storefront-header__mobile-search,
.tnb-storefront-header__mobile-drawer-head,
.tnb-storefront-header__mobile-categories,
.tnb-storefront-header__mobile-backdrop {
    display: none;
}

@media (max-width: 768px) {
    html,
    body {
        max-width: 100%;
        margin: 0 !important;
        overflow-x: hidden;
    }

    html.tnb-mobile-nav-open,
    body.tnb-mobile-nav-open {
        overflow: hidden !important;
        overscroll-behavior: none;
    }

    html.tnb-mobile-nav-open .tnb-weather-chip,
    body.tnb-mobile-nav-open .tnb-weather-chip {
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .tnb-container .tnb-sidebar,
    .tnb-container.is-mobile-menu-open .tnb-sidebar {
        display: none !important;
    }

    body .tnb-storefront-header,
    body .tnb-storefront-header--home {
        position: sticky !important;
        top: 0;
        z-index: 500;
        width: 100%;
        max-width: 100vw;
        margin: 0 0 14px !important;
        padding: 0 !important;
        box-sizing: border-box;
    }

    body .tnb-main > .tnb-storefront-header,
    body .tnb-main > .tnb-storefront-header--home {
        margin-left: -8px !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__frame,
    body .tnb-storefront-header--home .tnb-storefront-header__frame,
    body .tnb-storefront-header .tnb-storefront-header__frame.is-logo-prominent {
        display: grid !important;
        grid-template-columns: 70px minmax(0, 1fr) 44px !important;
        align-items: center !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 76px !important;
        padding: 8px 12px !important;
        box-sizing: border-box !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(107, 71, 51, 0.14) !important;
        border-radius: 0 !important;
        background: rgba(255, 248, 234, 0.98) !important;
        box-shadow: 0 8px 22px rgba(61, 42, 31, 0.1) !important;
        transform: none !important;
        filter: none !important;
        backdrop-filter: none !important;
    }

    body .tnb-storefront-header.is-mobile-menu-open .tnb-storefront-header__frame {
        z-index: 502 !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__brand-panel,
    body .tnb-storefront-header--home .tnb-storefront-header__brand-panel {
        grid-column: 1;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 70px !important;
        min-height: 58px !important;
        height: 58px !important;
        margin: 0 !important;
        padding: 2px !important;
        border: 0 !important;
        border-radius: 8px !important;
        background: transparent !important;
        box-shadow: none !important;
        transform: none !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__brand-panel img,
    body .tnb-storefront-header--home .tnb-storefront-header__brand-panel img {
        width: 66px !important;
        max-width: 66px !important;
        height: 54px !important;
        object-fit: contain;
        opacity: 1 !important;
        filter: none !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__mobile-search,
    body .tnb-storefront-header--home .tnb-storefront-header__mobile-search {
        grid-column: 2;
        display: flex !important;
        align-items: center;
        min-width: 0;
        max-width: 100%;
        height: 42px;
        padding: 3px 4px 3px 14px;
        overflow: hidden;
        box-sizing: border-box;
        border: 1px solid rgba(107, 71, 51, 0.18);
        border-radius: 999px;
        background: #fffdf8;
        box-shadow: 0 4px 14px rgba(107, 71, 51, 0.08);
    }

    .tnb-storefront-header__mobile-search input {
        flex: 1;
        width: 0 !important;
        min-width: 0;
        max-width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        background: transparent;
        color: #3d3530;
        font-size: 14px;
        outline: 0;
    }

    .tnb-storefront-header__mobile-search input::placeholder {
        color: #9a8c82;
        font-style: italic;
    }

    .tnb-storefront-header__mobile-search button {
        display: grid;
        place-items: center;
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #6b4733;
        cursor: pointer;
    }

    .tnb-storefront-header__mobile-search svg {
        width: 18px;
        height: 18px;
        fill: #fff;
    }

    body .tnb-storefront-header .tnb-storefront-header__mobile-toggle,
    body .tnb-storefront-header--home .tnb-storefront-header__mobile-toggle {
        grid-column: 3;
        position: static !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 10px !important;
        background: transparent !important;
        box-shadow: none !important;
        transform: none !important;
        cursor: pointer;
    }

    .tnb-storefront-header__mobile-toggle span {
        display: block !important;
        width: 24px !important;
        height: 2px !important;
        margin: 0 !important;
        border-radius: 99px;
        background: #3d3530 !important;
        transition: width 0.2s ease, transform 0.2s ease;
    }

    .tnb-storefront-header__mobile-toggle span:nth-child(2) {
        width: 18px !important;
        align-self: center;
    }

    body .tnb-storefront-header .tnb-storefront-header__content,
    body .tnb-storefront-header--home .tnb-storefront-header__content,
    body .tnb-storefront-header--home.is-mobile-menu-open .tnb-storefront-header__content {
        position: fixed !important;
        inset: 0 0 0 auto !important;
        z-index: 502;
        display: flex !important;
        flex-direction: column;
        width: min(86vw, 360px) !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        margin: 0 !important;
        padding: 0 16px 24px !important;
        box-sizing: border-box !important;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: hidden;
        border: 0 !important;
        border-left: 1px solid rgba(107, 71, 51, 0.16) !important;
        border-radius: 0 !important;
        background: #fffdf8 !important;
        box-shadow: -18px 0 45px rgba(38, 27, 20, 0.22) !important;
        opacity: 0;
        transform: translateX(104%) !important;
        transition: transform 0.28s ease, opacity 0.22s ease, visibility 0.28s;
    }

    body .tnb-storefront-header .tnb-storefront-header__content > *,
    body .tnb-storefront-header .tnb-storefront-header__bar > *,
    body .tnb-storefront-header .tnb-storefront-header__right > * {
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    body .tnb-storefront-header.is-mobile-menu-open .tnb-storefront-header__content,
    body .tnb-storefront-header--home.is-mobile-menu-open .tnb-storefront-header__content {
        visibility: visible;
        opacity: 1;
        transform: translateX(0) !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__mobile-backdrop {
        position: fixed;
        inset: 0;
        z-index: 501;
        display: block;
        width: 100vw;
        height: 100dvh;
        padding: 0;
        border: 0;
        background: rgba(28, 24, 21, 0.58);
        cursor: default;
    }

    .tnb-storefront-header__mobile-backdrop[hidden] {
        display: none !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__mobile-drawer-head {
        position: sticky;
        top: 0;
        z-index: 4;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        min-height: 72px;
        margin: 0 -16px 12px;
        padding: 12px 16px 10px 20px;
        border-bottom: 1px solid rgba(107, 71, 51, 0.12);
        background: rgba(255, 253, 248, 0.96);
        backdrop-filter: blur(12px);
    }

    .tnb-storefront-header__mobile-drawer-head strong {
        color: #3d3530;
        font-size: 20px;
        line-height: 1;
    }

    .tnb-storefront-header__mobile-drawer-head button {
        display: grid;
        place-items: center;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #f6ede0;
        color: #3d3530;
        font-size: 30px;
        font-weight: 300;
        line-height: 1;
        cursor: pointer;
    }

    body .tnb-storefront-header .tnb-storefront-header__bar,
    body .tnb-storefront-header--home .tnb-storefront-header__bar {
        display: flex !important;
        flex-direction: column;
        align-items: stretch !important;
        gap: 10px !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 0 14px !important;
        overflow-x: hidden;
        box-sizing: border-box !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__left,
    body .tnb-storefront-header .tnb-storefront-header__right,
    body .tnb-storefront-header .tnb-storefront-header__meta,
    body .tnb-storefront-header .tnb-storefront-header__auth {
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        justify-content: flex-start !important;
        text-align: left !important;
        white-space: normal !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__right {
        flex-direction: column;
        align-items: stretch !important;
        gap: 8px !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__meta,
    body .tnb-storefront-header .tnb-storefront-header__auth {
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
        padding: 12px 14px;
        overflow-x: hidden;
        box-sizing: border-box !important;
        border: 1px solid rgba(107, 71, 51, 0.12);
        border-radius: 8px;
        background: #fff8ea;
    }

    body .tnb-storefront-header .tnb-storefront-header__meta a,
    body .tnb-storefront-header .tnb-storefront-header__auth a {
        font-size: 14px !important;
        line-height: 1.35 !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__decor {
        display: none !important;
    }

    body .tnb-storefront-header .tnb-lang-switcher {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        margin: 0 !important;
        padding: 10px 14px;
        overflow-x: hidden;
        box-sizing: border-box !important;
        border: 1px solid rgba(107, 71, 51, 0.12);
        border-radius: 8px;
        background: #fff8ea;
    }

    body .tnb-storefront-header .tnb-lang-label {
        order: -1;
        font-size: 11px;
    }

    body .tnb-storefront-header .tnb-storefront-header__cartbtn {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        min-height: 48px;
        gap: 10px !important;
        justify-content: flex-start !important;
        padding: 8px 12px !important;
        box-sizing: border-box !important;
        border-radius: 8px !important;
        background: #6b4733 !important;
        color: #fff !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__cartbtn img {
        display: none !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__cartbtn::before {
        content: "";
        display: block;
        flex: 0 0 26px;
        width: 26px;
        height: 26px;
        background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.4 11.2a2 2 0 0 0 2 1.6h8.8a2 2 0 0 0 2-1.6L22 8H6'/%3E%3C/svg%3E");
    }

    body .tnb-storefront-header .tnb-storefront-header__carttext {
        display: inline !important;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 700 !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__cartcount {
        position: static !important;
        margin-left: auto;
        background: #fff8ea;
        color: #6b4733;
    }

    body .tnb-storefront-header .tnb-storefront-header__search,
    body .tnb-storefront-header--home .tnb-storefront-header__search {
        display: none !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__searchbox-wrap,
    body .tnb-storefront-header .tnb-storefront-header__frame.is-logo-prominent .tnb-storefront-header__searchbox-wrap {
        width: 100% !important;
        transform: none !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__searchbox {
        min-height: 46px;
        padding-left: 14px !important;
        border-radius: 8px !important;
        background: #6b4733 !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__searchbtn {
        width: 38px !important;
        height: 38px !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__tags {
        display: none !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__mobile-categories {
        display: block !important;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        padding-bottom: 16px;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    body .tnb-storefront-header .tnb-storefront-header__preview {
        z-index: 1710 !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__overlay {
        z-index: 1700 !important;
    }

    .tnb-storefront-header__mobile-categories-title {
        position: relative;
        top: auto;
        z-index: 3;
        width: calc(100% - 8px);
        margin: 0 4px;
        padding: 11px 14px;
        box-sizing: border-box;
        border-radius: 8px 8px 0 0;
        background: #6b4733;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }

    .tnb-storefront-header__mobile-category-list {
        display: block !important;
        width: calc(100% - 8px) !important;
        min-width: 0 !important;
        max-width: calc(100% - 8px) !important;
        max-height: min(42dvh, 330px);
        margin: 0 4px !important;
        padding: 0 !important;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        list-style: none;
        border: 1px solid rgba(107, 71, 51, 0.12);
        border-top: 0;
        border-radius: 0 0 8px 8px;
        background: #fff;
        scrollbar-width: thin;
        scrollbar-color: #a27b63 #f5ecdf;
    }

    .tnb-storefront-header__mobile-category-list li {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(107, 71, 51, 0.1) !important;
    }

    .tnb-storefront-header__mobile-category-list li:last-child {
        border-bottom: 0 !important;
    }

    .tnb-storefront-header__mobile-category-list a {
        position: relative;
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        padding: 11px 36px 11px 12px !important;
        overflow: hidden;
        box-sizing: border-box;
        color: #3d3530 !important;
        font-size: 14px !important;
        line-height: 1.25 !important;
        text-align: left;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    .tnb-storefront-header__mobile-category-list a::after {
        content: "›";
        position: absolute;
        top: 50%;
        right: 13px;
        color: #6b4733;
        font-size: 24px;
        font-weight: 400;
        transform: translateY(-52%);
    }

    .tnb-storefront-header__mobile-category-list a:hover,
    .tnb-storefront-header__mobile-category-list a:focus-visible {
        background: #fff8ea !important;
    }

    body .tnb-storefront-header .tnb-search-dropdown {
        position: static;
        max-height: 260px;
        margin-top: 8px;
        border-radius: 8px;
    }
}

@media (max-width: 420px) {
    body .tnb-storefront-header .tnb-storefront-header__frame,
    body .tnb-storefront-header--home .tnb-storefront-header__frame,
    body .tnb-storefront-header .tnb-storefront-header__frame.is-logo-prominent {
        grid-template-columns: 58px minmax(0, 1fr) 42px !important;
        gap: 7px !important;
        min-height: 70px !important;
        padding: 7px 8px !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__brand-panel,
    body .tnb-storefront-header--home .tnb-storefront-header__brand-panel {
        width: 58px !important;
        height: 52px !important;
        min-height: 52px !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__brand-panel img,
    body .tnb-storefront-header--home .tnb-storefront-header__brand-panel img {
        width: 56px !important;
        max-width: 56px !important;
        height: 48px !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__content,
    body .tnb-storefront-header--home .tnb-storefront-header__content,
    body .tnb-storefront-header--home.is-mobile-menu-open .tnb-storefront-header__content {
        width: min(88vw, 350px) !important;
        padding-inline: 14px !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__mobile-drawer-head {
        margin-inline: -14px;
        padding-inline: 18px 14px;
    }

    .tnb-storefront-header__mobile-search {
        padding-left: 11px;
    }

    .tnb-storefront-header__mobile-search input {
        font-size: 13px;
    }
}

/* Keep categories inside the mobile drawer rather than as a second floating panel. */
@media (max-width: 768px) {
    body .tnb-container.is-mobile-menu-open .tnb-sidebar {
        display: none !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__mobile-categories {
        flex: 0 0 auto;
        margin-top: 0;
        padding-bottom: 12px;
    }

    body .tnb-storefront-header .tnb-storefront-header__mobile-category-list:empty {
        display: none !important;
    }

    body .tnb-storefront-header .tnb-storefront-header__mobile-categories:has(.tnb-storefront-header__mobile-category-list:empty) {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tnb-storefront-header__content,
    .tnb-storefront-header__mobile-toggle span {
        transition: none !important;
    }
}

/* Home header: compact, predictable tablet composition. */
@media (min-width: 769px) and (max-width: 1180px) {
    body .tnb-storefront-header--home {
        margin-bottom: 16px;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__frame,
    body .tnb-storefront-header--home .tnb-storefront-header__frame.is-logo-prominent {
        position: relative !important;
        display: grid !important;
        grid-template-columns: 92px minmax(0, 1fr) !important;
        gap: 14px !important;
        min-height: 142px !important;
        padding: 10px 14px !important;
        overflow: visible !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__brand-panel {
        position: static !important;
        inset: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 92px !important;
        height: 122px !important;
        min-height: 122px !important;
        margin: 0 !important;
        padding: 5px !important;
        transform: none !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__brand-panel img {
        width: 88px !important;
        max-width: 88px !important;
        height: auto !important;
        max-height: 104px !important;
        object-fit: contain;
        opacity: 1;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__content,
    body .tnb-storefront-header--home .tnb-storefront-header__frame.is-logo-prominent .tnb-storefront-header__content {
        position: static !important;
        inset: auto !important;
        display: grid !important;
        grid-template-rows: auto auto !important;
        gap: 8px !important;
        width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        padding: 0 !important;
        overflow: visible !important;
        transform: none !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__bar {
        position: static !important;
        inset: auto !important;
        display: grid !important;
        grid-template-columns: minmax(100px, .75fr) minmax(130px, 1fr) minmax(300px, 1.55fr) !important;
        align-items: center !important;
        gap: 10px !important;
        width: 100% !important;
        min-width: 0 !important;
        height: 38px !important;
        margin: 0 !important;
        transform: none !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__left,
    body .tnb-storefront-header--home .tnb-storefront-header__decor,
    body .tnb-storefront-header--home .tnb-storefront-header__right,
    body .tnb-storefront-header--home .tnb-storefront-header__meta,
    body .tnb-storefront-header--home .tnb-storefront-header__auth,
    body .tnb-storefront-header--home .tnb-storefront-header__search,
    body .tnb-storefront-header--home .tnb-storefront-header__searchbox-wrap,
    body .tnb-storefront-header--home .tnb-storefront-header__searchbox,
    body .tnb-storefront-header--home .tnb-storefront-header__tags {
        position: static !important;
        inset: auto !important;
        min-width: 0 !important;
        height: auto !important;
        margin: 0 !important;
        transform: none !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__left,
    body .tnb-storefront-header--home .tnb-storefront-header__right {
        display: grid !important;
        grid-template-columns: minmax(0, auto) auto auto !important;
        align-items: center !important;
        gap: 8px !important;
        white-space: nowrap;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__left {
        justify-content: flex-start !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__right {
        justify-content: flex-end !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__meta,
    body .tnb-storefront-header--home .tnb-storefront-header__auth {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 7px !important;
        width: auto !important;
        max-width: 100% !important;
        padding: 0 !important;
        overflow: hidden !important;
        border: 0 !important;
        background: transparent !important;
        white-space: nowrap !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__meta a,
    body .tnb-storefront-header--home .tnb-storefront-header__auth a {
        overflow: hidden;
        font-size: 12px !important;
        line-height: 1.2 !important;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__decor {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__decor::after {
        display: none !important;
        content: none !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__decor img {
        width: min(100%, 230px) !important;
        max-width: 230px !important;
        max-height: 20px !important;
        object-fit: contain;
        transform: none !important;
    }

    body .tnb-storefront-header--home .tnb-lang-switcher {
        position: static !important;
        inset: auto !important;
        flex: 0 0 auto !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        width: auto !important;
        min-width: 56px !important;
        max-width: 66px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        border: 0 !important;
        background: transparent !important;
        transform: none !important;
    }

    body .tnb-storefront-header--home .tnb-lang-switcher__label,
    body .tnb-storefront-header--home .tnb-lang-switcher-label,
    body .tnb-storefront-header--home .tnb-lang-label {
        display: none !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__cartbtn,
    body .tnb-storefront-header--home .tnb-storefront-header__right .tnb-storefront-header__cartbtn {
        position: static !important;
        inset: auto !important;
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 104px !important;
        height: 36px !important;
        margin: 0 !important;
        padding: 4px 9px !important;
        transform: none !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__search {
        display: grid !important;
        gap: 6px !important;
        width: 100% !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__searchbox-wrap,
    body .tnb-storefront-header--home .tnb-storefront-header__searchbox,
    body .tnb-storefront-header--home .tnb-storefront-header__frame.is-logo-prominent .tnb-storefront-header__searchbox-wrap,
    body .tnb-storefront-header--home .tnb-storefront-header__frame.is-logo-prominent .tnb-storefront-header__searchbox {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__tags,
    body .tnb-storefront-header--home .tnb-storefront-header__frame.is-logo-prominent .tnb-storefront-header__tags {
        display: flex !important;
        gap: 14px !important;
        width: 100% !important;
        padding: 0 2px 2px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        scrollbar-width: none;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__tags::-webkit-scrollbar {
        display: none;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__tags a {
        flex: 0 0 auto !important;
        max-width: 160px !important;
        overflow: hidden !important;
        font-size: 9px !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    body .tnb-storefront-header--home .tnb-storefront-header__frame,
    body .tnb-storefront-header--home .tnb-storefront-header__frame.is-logo-prominent {
        grid-template-columns: 82px minmax(0, 1fr) !important;
        gap: 10px !important;
        min-height: 150px !important;
        padding: 10px 12px !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__brand-panel {
        width: 82px !important;
        height: 130px !important;
        min-height: 130px !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__brand-panel img {
        width: 80px !important;
        max-width: 80px !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__bar {
        grid-template-columns: minmax(72px, 1fr) minmax(340px, auto) !important;
        height: auto !important;
        min-height: 38px !important;
        gap: 8px !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__decor {
        display: none !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__auth {
        max-width: 160px !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__right {
        grid-template-columns: minmax(130px, 160px) 58px 122px !important;
        gap: 10px !important;
    }

    body .tnb-storefront-header--home .tnb-storefront-header__searchbox {
        min-height: 48px !important;
    }
}
