:root {
    --whispart-header-height: 82px;
    --whispart-header-ink: #111;
    --whispart-header-bg: #FFFFFF;
    --whispart-header-shadow: 0 8px 24px rgba(0, 0, 0, 0.045);
    --whispart-header-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --whispart-header-serif: "Cormorant Garamond", Georgia, serif;
    --whispart-header-icon-size: 20px;
    --whispart-header-icon-stroke: 1.15;
}

#shopline-section-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}

#shopline-section-header.menu-open {
    z-index: 1000;
}

.header {
    position: relative;
    color: var(--whispart-header-ink);
    background: transparent;
}

.header a:not(.button),
.header a:not(.button):hover {
    color: inherit;
    text-decoration: none;
}

.header summary {
    list-style: none;
}

.header summary::-webkit-details-marker {
    display: none;
}

.header__full_width {
    max-width: 100%;
}

.whispart-topbar {
    min-height: var(--whispart-header-height);
}

.whispart-topbar.has-bottom-line {
    border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.whispart-topbar .header__container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    height: var(--whispart-header-height);
    min-height: var(--whispart-header-height);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 30px;
    padding-left: clamp(64px, 4.5vw, 86px);
    padding-right: clamp(64px, 4.5vw, 86px);
    color: var(--whispart-header-ink);
    font-family: var(--whispart-header-sans);
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}

.whispart-topbar .header__container::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--whispart-header-bg);
    box-shadow: var(--whispart-header-shadow);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.header__brand {
    grid-column: 1;
    justify-self: start;
    font-family: var(--whispart-header-serif);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.header__nav {
    grid-column: 2;
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 24px;
    color: #111;
}

.header__nav-link {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal;
    text-transform: capitalize;
    transition: color 0.12s ease, opacity 0.12s ease;
}

.header a.header__nav-link:not(.button):hover,
.header a.header__nav-link:not(.button):focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.menu-item--highlight {
    color: var(--header-highlight-text-color, #111);
}

.header__icons {
    grid-column: 3;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 26px;
    color: #111;
}

.header__icon-link,
.header__icon-button,
.search-modal__submit-button,
.search-modal__close-button {
    position: relative;
    width: var(--whispart-header-icon-size);
    height: var(--whispart-header-icon-size);
    min-width: var(--whispart-header-icon-size);
    min-height: var(--whispart-header-icon-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    line-height: 1;
    appearance: none;
    -webkit-appearance: none;
}

.header__icon,
.header__icon-link .icon,
.header__icon-link svg,
.header__icon-button .icon,
.header__icon-button svg {
    width: var(--whispart-header-icon-size);
    height: var(--whispart-header-icon-size);
    max-width: var(--whispart-header-icon-size);
    max-height: var(--whispart-header-icon-size);
    display: block;
    fill: none;
    color: currentColor;
    stroke: currentColor;
    stroke-width: var(--whispart-header-icon-stroke);
    stroke-linecap: round;
    stroke-linejoin: round;
    overflow: visible;
}

.header__icon path,
.header__icon circle,
.header__icon ellipse,
.header__icon line,
.header__icon polyline,
.header__icon polygon,
.header__icon-link path,
.header__icon-link circle,
.header__icon-link ellipse,
.header__icon-link line,
.header__icon-link polyline,
.header__icon-link polygon,
.header__icon-button path,
.header__icon-button circle,
.header__icon-button ellipse,
.header__icon-button line,
.header__icon-button polyline,
.header__icon-button polygon {
    stroke: currentColor;
    stroke-width: var(--whispart-header-icon-stroke);
    stroke-linecap: round;
    stroke-linejoin: round;
}

#cart-icon-bubble {
    width: var(--whispart-header-icon-size);
    height: var(--whispart-header-icon-size);
    min-width: var(--whispart-header-icon-size);
    min-height: var(--whispart-header-icon-size);
}

#cart-icon-bubble-wrapper {
    position: relative;
    width: var(--whispart-header-icon-size);
    height: var(--whispart-header-icon-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#cart-icon-bubble-wrapper .icon,
#cart-icon-bubble-wrapper svg {
    width: var(--whispart-header-icon-size);
    height: var(--whispart-header-icon-size);
    display: block;
}

.header__cart-point {
    position: absolute;
    top: -5px;
    right: -7px;
    min-width: 13px;
    height: 13px;
    padding: 0 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
}

/* Search modal */
.header__search,
.header__search>details,
.header__search>details>summary {
    width: var(--whispart-header-icon-size);
    height: var(--whispart-header-icon-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header__search>details>.modal__content {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: grid;
    align-items: start;
    background: transparent;
}

.header__search .modal__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.56);
}

.search-modal__content {
    position: relative;
    z-index: 1;
    width: min(860px, calc(100vw - 48px));
    margin: 88px auto 0;
    padding: 24px;
    background: #fff;
    color: #111;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 1px;
    box-shadow: 0 22px 64px rgba(0, 0, 0, 0.14);
}

.search-modal__form {
    position: relative;
    padding-right: 58px;
}

.search-modal__field {
    position: relative;
    border-bottom: 1px solid rgba(17, 17, 17, 0.26);
}

.search-modal__input {
    width: 100%;
    height: 58px;
    min-height: 58px;
    padding: 0 52px 0 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-family: var(--whispart-header-sans);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1;
    box-shadow: none !important;
}

.search-modal__input::placeholder {
    color: rgba(17, 17, 17, 0.38);
    opacity: 1;
}

.search-modal__input:focus {
    outline: 0;
}

.search-modal__submit-button,
.search-modal__close-button {
    border: 0;
    background: transparent;
    color: #111;
    cursor: pointer;
}

.search-modal__submit-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    color: rgba(17, 17, 17, 0.82);
}

.search-modal__close-button {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(17, 17, 17, 0.84);
}

.search-modal__form .predictive-search {
    display: none;
    position: static;
    width: 100%;
    max-height: min(58vh, 520px);
    margin-top: 18px;
    overflow: hidden auto;
    background: #fff;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.search-modal__content[data-focus][open] .predictive-search,
.search-modal__content[data-focus][loading] .predictive-search {
    display: block;
}

.predictive-search__results:empty,
.predictive-search__loading-state:empty {
    display: none;
}

.search-modal__content .predictive-search__loading-state {
    display: none;
    min-height: 36px;
    padding: 12px 0 0;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.search-modal__content[loading] .predictive-search__results:empty~.predictive-search__loading-state {
    display: flex;
}

.search-modal__content .predictive-search__spinner,
.search-modal__content .predictive-search__spinner .icon {
    width: 18px;
    height: 18px;
}

.search-modal__content .predictive-search__head .predictive-search__spinner {
    display: none;
}

predictive-search.search-modal__content[data-focus][loading] .predictive-search__head .predictive-search__spinner {
    display: none;
}

.search-modal__content .predictive-search__suggested-menu {
    display: grid;
    gap: 10px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.search-modal__content .predictive-search__suggested-menu__item {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.search-modal__content .predictive-search__suggested-menu__link {
    color: rgba(17, 17, 17, 0.64);
    font-family: var(--whispart-header-sans);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
}

.search-modal__content .predictive-search__suggested-menu__link:hover,
.search-modal__content .predictive-search__suggested-menu__link:focus-visible {
    color: #111;
}

.search-modal__content .predictive-search__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 8px;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    color: rgba(17, 17, 17, 0.58);
    font-family: var(--whispart-header-sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.search-modal__content .predictive-search__rusults {
    color: rgba(17, 17, 17, 0.42);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.search-modal__content .predictive-search__results {
    max-height: inherit;
    overflow: visible;
}

.search-modal__content .predictive-search__results-list {
    display: block;
    margin: 0;
    padding: 0;
}

.search-modal__content .predictive-search__list-item {
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.search-modal__content .predictive-search__list-item>* {
    padding: 12px 0;
}

.search-modal__content .predictive-search__list-item[selected="true"]>*,
.search-modal__content .predictive-search__list-item:hover>* {
    background: transparent;
    color: #111;
}

.search-modal__content .predictive-search__item {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    align-items: center;
    color: #111;
    text-decoration: none;
}

.search-modal__content .predictive-search__item-image {
    display: block;
    width: 54px;
    height: 54px;
    object-fit: cover;
}

.search-modal__content .predictive-search__item-content {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.search-modal__content .predictive-search__item-head,
.search-modal__content .predictive-search__item-price {
    margin: 0;
    font-family: var(--whispart-header-sans);
}

.search-modal__content .predictive-search__item-head {
    color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

.search-modal__content .predictive-search__item-price {
    color: rgba(17, 17, 17, 0.48);
    font-size: 12px;
    line-height: 1.3;
}

.search-modal__content .predictive-search__term {
    width: 100%;
    margin: 12px 0 0;
    padding: 13px 0 0;
    border: 0;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 0;
    background: transparent;
    color: #111;
    font-family: var(--whispart-header-sans);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    text-transform: none;
    box-shadow: none;
}

.header__localization form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header__localization .dropdown-menu__button {
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

@media screen and (max-width: 959px) {
    :root {
        --whispart-header-height: 76px;
        --whispart-header-icon-size: 22px;
    }

    .whispart-topbar {
        min-height: var(--whispart-header-height);
    }

    .whispart-topbar .header__container {
        height: var(--whispart-header-height);
        min-height: var(--whispart-header-height);
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ws-header-left {
        grid-column: 1;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .header__brand {
        grid-column: 2;
        justify-self: center;
        font-size: 22px;
    }

    .header__icons {
        grid-column: 3;
        justify-self: end;
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .header__icons .header__icon-link,
    .header__icons .header__icon-button,
    .header__icons .header__search,
    .header__icons .header__search>details,
    .header__icons .header__search>details>summary,
    .header__icons #cart-icon-bubble,
    .header__icons #cart-icon-bubble-wrapper,
    .header__icons .header__icon,
    .header__icons .icon,
    .header__icons svg {
        width: var(--whispart-header-icon-size) !important;
        height: var(--whispart-header-icon-size) !important;
        min-width: var(--whispart-header-icon-size) !important;
        min-height: var(--whispart-header-icon-size) !important;
        max-width: var(--whispart-header-icon-size) !important;
        max-height: var(--whispart-header-icon-size) !important;
    }

    .header__icons .header__icon,
    .header__icons svg {
        stroke-width: var(--whispart-header-icon-stroke) !important;
    }

    .header__nav {
        display: none;
    }

    /* 手机端隐藏搜索按钮 */
    .header__icons .header__search>details>summary,
    .header__icons .header__icon--search {
        display: none !important;
    }

    .header__icons .header__search {
        display: block !important;
        width: 0 !important;
        min-width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        overflow: visible !important;
    }

    .search-modal__content {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: calc(env(safe-area-inset-top, 0px) + 14px) 16px 18px;
        border: 0;
        border-radius: 0;
        box-shadow: 0 14px 44px rgba(0, 0, 0, 0.12);
    }

    .search-modal__form {
        padding-right: 42px;
    }

    .search-modal__input {
        height: 52px;
        min-height: 52px;
        padding-right: 42px;
        font-size: 16px;
    }

    .search-modal__submit-button {
        width: 38px;
        height: 52px;
    }

    .search-modal__close-button {
        top: calc(env(safe-area-inset-top, 0px) + 23px);
        right: 16px;
        width: 28px;
        height: 28px;
    }

    .search-modal__form .predictive-search {
        max-height: calc(100vh - 96px);
        margin-top: 14px;
    }
}

@media screen and (max-width: 430px) {
    .whispart-topbar .header__container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header__icons {
        gap: 20px;
    }
}

body[data-template="product"],
body.pdp-optimized {
    padding-top: 0 !important;
}

body[data-template="product"] #shopline-section-header,
body[data-template="product"] #shopline-section-header .header,
body[data-template="product"] #shopline-section-header .whispart-topbar,
body.pdp-optimized #shopline-section-header,
body.pdp-optimized #shopline-section-header .header,
body.pdp-optimized #shopline-section-header .whispart-topbar {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body[data-template="product"] #shopline-section-header .whispart-topbar .header__container::before,
body.pdp-optimized #shopline-section-header .whispart-topbar .header__container::before {
    background: rgba(255, 255, 255, var(--ws-header-scroll-opacity, 0)) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, calc(var(--ws-header-scroll-opacity, 0) * 0.045)) !important;
}

body[data-template="product"] #shopline-section-header .header__brand,
body[data-template="product"] #shopline-section-header .header__nav,
body[data-template="product"] #shopline-section-header .header__nav-link,
body[data-template="product"] #shopline-section-header .header__icons,
body[data-template="product"] #shopline-section-header .header__icon-link,
body[data-template="product"] #shopline-section-header .header__icon-button,
body[data-template="product"] #shopline-section-header .header__icon-button *,
body[data-template="product"] #shopline-section-header summary,
body[data-template="product"] #shopline-section-header summary *,
body[data-template="product"] #shopline-section-header button,
body[data-template="product"] #shopline-section-header button *,
body.pdp-optimized #shopline-section-header .header__brand,
body.pdp-optimized #shopline-section-header .header__nav,
body.pdp-optimized #shopline-section-header .header__nav-link,
body.pdp-optimized #shopline-section-header .header__icons,
body.pdp-optimized #shopline-section-header .header__icon-link,
body.pdp-optimized #shopline-section-header .header__icon-button,
body.pdp-optimized #shopline-section-header .header__icon-button *,
body.pdp-optimized #shopline-section-header summary,
body.pdp-optimized #shopline-section-header summary *,
body.pdp-optimized #shopline-section-header button,
body.pdp-optimized #shopline-section-header button * {
    color: color-mix(in srgb, #fff calc((1 - var(--ws-header-scroll-opacity, 0)) * 100%), #111 calc(var(--ws-header-scroll-opacity, 0) * 100%)) !important;
}

body[data-template="product"] #shopline-section-header .header a.header__nav-link:not(.button):hover,
body[data-template="product"] #shopline-section-header .header a.header__nav-link:not(.button):focus-visible,
body.pdp-optimized #shopline-section-header .header a.header__nav-link:not(.button):hover,
body.pdp-optimized #shopline-section-header .header a.header__nav-link:not(.button):focus-visible {
    /* 颜色由 theme.html 的 color: inherit 统一接管 */
}

/* PDP 购物车数字徽章同步过渡 */
body[data-template="product"] .header__cart-point,
body.pdp-optimized .header__cart-point {
    background: color-mix(in srgb, #fff calc((1 - var(--ws-header-scroll-opacity, 0)) * 100%), #111 calc(var(--ws-header-scroll-opacity, 0) * 100%)) !important;
    color: color-mix(in srgb, #111 calc((1 - var(--ws-header-scroll-opacity, 0)) * 100%), #fff calc(var(--ws-header-scroll-opacity, 0) * 100%)) !important;
}

body[data-template="product"] #shopline-section-header .search-modal__content,
body[data-template="product"] #shopline-section-header .search-modal__content *,
body.pdp-optimized #shopline-section-header .search-modal__content,
body.pdp-optimized #shopline-section-header .search-modal__content * {
    color: #111 !important;
}

@media screen and (max-width: 959px) {

    body.ws-menu-open[data-template="product"] #shopline-section-header .ws-menu-btn,
    body.ws-menu-open[data-template="product"] #shopline-section-header .ws-menu-btn *,
    body.ws-menu-open.pdp-optimized #shopline-section-header .ws-menu-btn,
    body.ws-menu-open.pdp-optimized #shopline-section-header .ws-menu-btn * {
        color: #111 !important;
        stroke: #111 !important;
    }

    #shopline-section-header .header__icons .header__icon-link,
    #shopline-section-header .header__icons .header__icon-button,
    #shopline-section-header .header__icons .header__search,
    #shopline-section-header .header__icons .header__search>details,
    #shopline-section-header .header__icons .header__search>details>summary,
    #shopline-section-header .header__icons #cart-icon-bubble,
    #shopline-section-header .header__icons #cart-icon-bubble-wrapper,
    #shopline-section-header .header__icons .header__icon,
    #shopline-section-header .header__icons .icon,
    #shopline-section-header .header__icons svg {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
        min-height: 22px !important;
        max-width: 22px !important;
        max-height: 22px !important;
    }

    #shopline-section-header .header__icons .header__icon,
    #shopline-section-header .header__icons svg {
        stroke-width: 1.15 !important;
    }

    #shopline-section-header .header__icons .header__search {
        display: block !important;
        width: 0 !important;
        min-width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        max-width: 0 !important;
        max-height: 0 !important;
        overflow: visible !important;
    }

    #shopline-section-header .header__icons .header__search>details>summary {
        display: none !important;
    }

    #shopline-section-header .whispart-topbar,
    #shopline-section-header .header,
    #shopline-section-header .header__container {
        height: 76px !important;
        min-height: 76px !important;
        max-height: 76px !important;
    }
}

/* ========================================
   🍔  Mobile Menu Button & Slide-out Panel
   ======================================== */

.ws-header-left {
    display: none;
    align-items: center;
    gap: 10px;
}

.ws-menu-btn {
    display: block;
    position: relative;
    z-index: 1100;
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--whispart-header-ink);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.28s ease;
}

.ws-mobile-search {
    display: block;
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--whispart-header-ink);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.ws-mobile-search .header__icon {
    width: 20px;
    height: 20px;
    display: block;
}

.ws-menu-icon {
    display: block;
    width: 22px;
    height: 22px;
}

/* ---- 汉堡 ↔ ✕ 变形动画 ---- */
.ws-menu-icon__line {
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
        opacity 0.25s ease,
        stroke 0.28s ease;
}

.ws-menu-btn.is-active .ws-menu-icon__line--top {
    transform: translateY(5px) rotate(45deg);
}

.ws-menu-btn.is-active .ws-menu-icon__line--mid {
    opacity: 0;
}

.ws-menu-btn.is-active .ws-menu-icon__line--bot {
    transform: translateY(-5px) rotate(-45deg);
}

@media (max-width: 959px) {
    .ws-header-left {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .ws-menu-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .ws-mobile-search {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

.ws-menu-panel {
    position: fixed;
    inset: 0;
    z-index: 1050;
    pointer-events: none;
    visibility: hidden;
    transition: visibility 0s 0.35s;
}

.ws-menu-panel.is-open {
    pointer-events: auto;
    visibility: visible;
    transition: visibility 0s 0s;
}

.ws-menu-panel__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ws-menu-panel.is-open .ws-menu-panel__overlay {
    opacity: 1;
}

.ws-menu-panel__drawer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(320px, 80vw);
    background: #fff;
    color: #1a1a1a;
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.08);
}

.ws-menu-panel.is-open .ws-menu-panel__drawer {
    transform: translateX(0);
}

.ws-menu-panel__nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 80px 28px 32px;
}

.ws-menu-panel__link {
    display: block;
    padding: 18px 0;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgba(26, 26, 26, 0.8);
    text-decoration: none;
    border-bottom: 1px solid rgba(26, 26, 26, 0.06);
    transition: color 0.2s ease;
}

.ws-menu-panel__link:hover {
    color: #1a1a1a;
}

body.ws-menu-open {
    overflow: hidden;
}