/* Homepage P17 hidden catalog overlay and mobile navigation drawer. Loaded non-blocking and activated before interaction. */
/* Catalog v28 and exact prototype header actions */
html.wp-catalog-open,
body.wp-catalog-open {
    overflow: hidden !important;
    overscroll-behavior: none;
}

@media (min-width: 761px) {
    html.wp-catalog-open .wp-site-header-v27 {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }}

.wp-site-header-v27 .wp-catalog-panel-v28 {
    --wp-catalog-top: 95px;
    --wp-catalog-arrow-up-right: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2Ij48cGF0aCBkPSJNMjA4LDMySDE1MmE4LDgsMCwwLDAsMCwxNmgzNi42OUwxMjIuMzQsMTE0LjM0YTgsOCwwLDAsMCwxMS4zMiwxMS4zMkwyMDAsNTkuMzFWOTZhOCw4LDAsMCwwLDE2LDBWNDBBOCw4LDAsMCwwLDIwOCwzMlpNMTkyLDEyMGE4LDgsMCwwLDAtOCw4djcySDU2VjcyaDcyYTgsOCwwLDAsMCwwLTE2SDU2QTE2LDE2LDAsMCwwLDQwLDcyVjIwMGExNiwxNiwwLDAsMCwxNiwxNkgxODRhMTYsMTYsMCwwLDAsMTYtMTZWMTI4QTgsOCwwLDAsMCwxOTIsMTIwWiIvPjwvc3ZnPg==");
    --wp-catalog-arrow-right: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2Ij48cGF0aCBkPSJNMjIxLjY2LDEzMy42NmwtNzIsNzJhOCw4LDAsMCwxLTExLjMyLTExLjMyTDE5Ni42OSwxMzZINDBhOCw4LDAsMCwxLDAtMTZIMTk2LjY5bC01OC4zNS01OC4zNGE4LDgsMCwwLDEsMTEuMzItMTEuMzJsNzIsNzJBOCw4LDAsMCwxLDIyMS42NiwxMzMuNjZaIi8+PC9zdmc+");
    --wp-catalog-caret-right: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2Ij48cGF0aCBkPSJNMTgxLjY2LDEzMy42NmwtODAsODBhOCw4LDAsMCwxLTExLjMyLTExLjMyTDE2NC42OSwxMjgsOTAuMzQsNTMuNjZhOCw4LDAsMCwxLDExLjMyLTExLjMybDgwLDgwQTgsOCwwLDAsMSwxODEuNjYsMTMzLjY2WiIvPjwvc3ZnPg==");
    position: fixed;
    z-index: 90;
    top: var(--wp-catalog-top);
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-height: none;
    height: calc(100vh - var(--wp-catalog-top));
    height: calc(100dvh - var(--wp-catalog-top));
    display: block;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: none;
    pointer-events: none;
    border: 0;
    border-top: 1px solid rgba(196, 30, 80, .12);
    border-radius: 0;
    background: linear-gradient(135deg, #fff8f0 0%, #fffdf9 56%, #fff4f7 100%);
    padding: 0;
    box-shadow: none;
    overscroll-behavior: none;
    transition: opacity .16s ease, visibility .16s ease;
}

.wp-site-header-v27 .wp-catalog-wrap:hover .wp-catalog-panel-v28[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.wp-site-header-v27 .wp-catalog-panel-v28.is-open,
.wp-site-header-v27 .wp-catalog-panel-v28[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.wp-catalog-wrap:hover .wp-catalog-caret {
    transform: none;
}

.wp-catalog-trigger[aria-expanded="true"] .wp-catalog-caret {
    transform: rotate(180deg);
}

.wp-catalog-layout {
    height: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    align-items: stretch;
    gap: 28px;
    padding-block: 16px;
}

.wp-catalog-root-list {
    min-width: 0;
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid var(--wp-v27-line);
    border-radius: 8px;
    background: #fff;
    padding: 8px;
    box-shadow: 0 12px 28px rgba(83, 54, 42, .07);
    scrollbar-width: thin;
    scrollbar-color: rgba(196, 30, 80, .35) transparent;
}

.wp-catalog-root-item {
    width: 100%;
    min-height: 34px;
    display: grid;
    grid-template-columns: 19px minmax(0, 1fr) 15px;
    align-items: center;
    gap: 7px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: var(--wp-v27-ink);
    padding: 2px 7px;
    text-align: left;
    transition: background .14s ease, color .14s ease, transform .14s ease;
}

.wp-catalog-root-item > span:nth-child(2) {
    min-width: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.08;
}

.wp-catalog-root-item::after,
.wp-catalog-mobile-root > button::after,
.wp-catalog-level2-select::after,
.wp-catalog-content-heading > a::after,
.wp-catalog-level2-item > a::after,
.wp-catalog-level-heading a::after,
.wp-catalog-level3-links > a::after,
.wp-catalog-more-card > strong::after {
    content: "";
    display: block;
    background: currentColor;
}

.wp-catalog-root-item::after,
.wp-catalog-mobile-root > button::after,
.wp-catalog-level2-select::after {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    -webkit-mask: var(--wp-catalog-caret-right) center / contain no-repeat;
    mask: var(--wp-catalog-caret-right) center / contain no-repeat;
}

.wp-catalog-content-heading > a::after,
.wp-catalog-level2-item > a::after,
.wp-catalog-level-heading a::after {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    -webkit-mask: var(--wp-catalog-arrow-up-right) center / contain no-repeat;
    mask: var(--wp-catalog-arrow-up-right) center / contain no-repeat;
}

.wp-catalog-level3-links > a::after,
.wp-catalog-more-card > strong::after {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    -webkit-mask: var(--wp-catalog-arrow-right) center / contain no-repeat;
    mask: var(--wp-catalog-arrow-right) center / contain no-repeat;
}

.wp-catalog-root-item::after {
    justify-self: end;
    color: var(--wp-v27-red);
}

.wp-catalog-root-icon {
    width: 19px;
    height: 19px;
    display: grid;
    place-items: center;
    color: var(--wp-v27-red);
}

.wp-catalog-root-icon img,
.wp-catalog-root-icon svg {
    width: 18px;
    height: 18px;
    display: block;
    object-fit: contain;
}

.wp-catalog-root-item:hover,
.wp-catalog-root-item:focus-visible {
    background: #fff3f5;
    color: var(--wp-v27-pink);
    transform: translateX(2px);
}

.wp-catalog-root-item.is-active {
    background: var(--wp-v27-pink);
    color: #fff;
    box-shadow: 0 7px 16px rgba(196, 30, 80, .17);
}

.wp-catalog-root-item.is-active .wp-catalog-root-icon,
.wp-catalog-root-item.is-active::after {
    color: #fff;
}

.wp-catalog-root-item.is-active .wp-catalog-root-icon img {
    filter: brightness(0) invert(1);
}

.wp-catalog-stage,
.wp-catalog-content,
.wp-catalog-root-panel {
    min-width: 0;
    min-height: 0;
}

.wp-catalog-stage {
    height: 100%;
}

.wp-catalog-content {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid var(--wp-v27-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    padding: 0 26px 28px;
    box-shadow: 0 12px 30px rgba(90, 60, 43, .07);
    scrollbar-width: thin;
    scrollbar-color: rgba(196, 30, 80, .35) transparent;
}

.wp-catalog-root-panel[hidden],
.wp-catalog-level-panel[hidden] {
    display: none !important;
}

.wp-catalog-content-top {
    position: sticky;
    z-index: 2;
    top: 0;
    background: #fff;
}

.wp-catalog-content-heading {
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #eee4dc;
}

.wp-catalog-content-heading > span {
    font-family: "TT Norms", "Cocon-Regular", Arial, sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
}

.wp-catalog-content-heading > a {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(196, 30, 80, .3);
    border-radius: 5px;
    color: var(--wp-v27-pink);
    text-decoration: none;
    transition: border-color .14s ease, background .14s ease, color .14s ease;
}

.wp-catalog-content-heading > a:hover,
.wp-catalog-content-heading > a:focus-visible {
    border-color: var(--wp-v27-pink);
    background: var(--wp-v27-pink);
    color: #fff;
}

.wp-catalog-level2 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    border-bottom: 1px solid #eee4dc;
    padding-block: 10px 12px;
}

.wp-catalog-level2-item {
    min-width: 0;
    min-height: 40px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    overflow: hidden;
    border: 1px solid var(--wp-v27-line);
    border-radius: 5px;
    background: #fffaf7;
    color: #4c4845;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    transition: border-color .14s ease, background .14s ease, color .14s ease;
}

.wp-catalog-level2-select {
    min-width: 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: 0;
    background: transparent;
    color: inherit;
    padding: 7px 9px 7px 10px;
    font: inherit;
    line-height: inherit;
    text-align: left;
}

.wp-catalog-level2-select > span {
    min-width: 0;
}

.wp-catalog-level2-select::after {
    flex: 0 0 auto;
    color: var(--wp-v27-red);
    transition: transform .14s ease;
}

.wp-catalog-level2-item > a {
    min-height: 40px;
    display: grid;
    place-items: center;
    border-left: 1px solid var(--wp-v27-line);
    color: var(--wp-v27-red);
    text-decoration: none;
}

.wp-catalog-level2-item:hover,
.wp-catalog-level2-item:focus-within {
    border-color: rgba(196, 30, 80, .42);
    background: #fff0f4;
    color: var(--wp-v27-pink);
}

.wp-catalog-level2-item > a:hover,
.wp-catalog-level2-item > a:focus-visible {
    background: var(--wp-v27-pink);
    color: #fff;
}

.wp-catalog-level2-item.is-active {
    border-color: var(--wp-v27-pink);
    background: #fff0f5;
    color: var(--wp-v27-pink);
    box-shadow: inset 3px 0 0 var(--wp-v27-pink);
}

.wp-catalog-level2-item.is-active .wp-catalog-level2-select::after {
    transform: rotate(90deg);
}

.wp-catalog-level-panel {
    padding-top: 9px;
}

.wp-catalog-level-heading {
    min-height: 22px;
    border-left: 3px solid var(--wp-v27-red);
    color: var(--wp-v27-pink);
    padding: 2px 0 0 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
}

.wp-catalog-level-heading a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: inherit;
    text-decoration: none;
}

.wp-catalog-level-heading.has-model-sort {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 0;
}

.wp-catalog-level-heading.has-model-sort > a {
    min-width: 0;
    flex: 1 1 auto;
}

.wp-catalog-sort {
    box-sizing: border-box;
    width: 274px;
    max-width: 42%;
    height: 38px;
    flex: 0 1 274px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
    border: 1px solid #e3d9d2;
    border-radius: 999px;
    background: #fff;
    padding: 3px;
}

.wp-catalog-sort > button {
    min-width: 0;
    border: 0;
    border-radius: 999px;
    appearance: none;
    background: transparent;
    color: #605a56;
    padding: 0 10px;
    font: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.wp-catalog-sort > button.is-active {
    background: var(--wp-v27-pink);
    color: #fff;
    font-weight: 700;
}

.wp-catalog-sort > button:focus-visible {
    outline: 2px solid var(--wp-v27-red);
    outline-offset: 2px;
}

@media (min-width: 761px) {
    .wp-catalog-level-panel.has-model-sort.is-third-long .wp-catalog-level-heading.has-model-sort {
        min-height: 32px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(180px, 230px);
        align-items: center;
        justify-content: normal;
        column-gap: 12px;
        border-left: 0;
        padding: 0;
    }

    .wp-catalog-level-panel.has-model-sort.is-third-long .wp-catalog-level-heading.has-model-sort > a {
        grid-column: 1;
        min-height: 22px;
        align-self: center;
        border-left: 3px solid var(--wp-v27-red);
        padding-left: 10px;
        flex: none;
    }

    .wp-catalog-level-panel.has-model-sort .wp-catalog-sort {
        grid-column: 2;
        justify-self: start;
        width: 220px;
        max-width: calc(100% - 9px);
        height: 32px;
        margin-left: 9px;
        flex: none;
        gap: 3px;
        padding: 3px;
    }

    .wp-catalog-level-panel.has-model-sort .wp-catalog-sort > button {
        padding: 0 12px;
        font-size: 11px;
    }

    .wp-catalog-level3-links.is-columns-2[data-catalog-sort-links] {
        grid-template-rows: repeat(var(--wp-catalog-link-rows), auto);
        grid-auto-flow: column;
    }}

.wp-catalog-level-body {
    margin-top: 2px;
}

.wp-catalog-level3-links {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 0;
}

.wp-catalog-level3-links.is-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
}

.wp-catalog-level3-links > a {
    min-width: 0;
    min-height: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-radius: 4px;
    color: #4c4845;
    padding: 2px 7px 2px 10px;
    font-size: 13.65px;
    line-height: 1.16;
    text-decoration: none;
}

.wp-catalog-level3-links > a::after {
    flex: 0 0 auto;
    opacity: 0;
    color: var(--wp-v27-red);
    transform: translateX(-3px);
    transition: opacity .14s ease, transform .14s ease;
}

.wp-catalog-level3-links > a:hover,
.wp-catalog-level3-links > a:focus-visible {
    background: #fff0f4;
    color: var(--wp-v27-pink);
}

.wp-catalog-level3-links > a:hover::after,
.wp-catalog-level3-links > a:focus-visible::after {
    opacity: 1;
    transform: translateX(0);
}

.wp-catalog-level-panel.has-third-previews.is-third-long .wp-catalog-level-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 230px);
    align-items: start;
    gap: 14px;
}

.wp-catalog-level-panel.has-third-previews.is-third-short .wp-catalog-level-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 44%);
    align-items: start;
    gap: 14px;
}

.wp-catalog-preview-grid {
    box-sizing: border-box;
    display: grid;
    gap: 10px;
    padding-top: 8px;
}

.wp-catalog-preview-grid.is-terminal-root,
.wp-catalog-preview-grid.is-promoted {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wp-catalog-preview-grid.is-terminal-root {
    gap: 14px;
    padding-top: 16px;
}

.wp-catalog-preview-grid.is-terminal-second,
.wp-catalog-preview-grid.is-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wp-catalog-preview-grid.is-compact {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    align-self: start;
    border-left: 1px solid #eee4dc;
    padding: 0 0 0 14px;
}

.wp-catalog-level-panel.is-third-short .wp-catalog-preview-grid.is-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wp-catalog-preview,
.wp-catalog-more-card {
    min-width: 0;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 6px;
    text-decoration: none;
}

.wp-catalog-preview {
    border: 1px solid var(--wp-v27-line);
    background: #fffaf7;
    box-shadow: 0 7px 18px rgba(83, 54, 42, .055);
}

.wp-catalog-preview.is-desktop-balance-hidden {
    display: none;
}

.wp-catalog-preview img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .18s ease;
}

.wp-catalog-preview:hover img,
.wp-catalog-preview:focus-visible img {
    transform: scale(1.025);
}

.wp-catalog-more-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
    border: 1px solid var(--wp-v27-pink);
    background: var(--wp-v27-pink);
    color: #fff;
    padding: 16px;
    text-align: center;
    box-shadow: 0 7px 18px rgba(196, 30, 80, .18);
    transition: background .16s ease, transform .16s ease, box-shadow .16s ease;
}

.wp-catalog-more-card > span {
    max-width: 210px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.25;
}

.wp-catalog-more-card > strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-size: 17px;
    line-height: 1.1;
    white-space: nowrap;
}

.wp-catalog-more-card:hover,
.wp-catalog-more-card:focus-visible {
    background: #a91945;
    color: #fff;
    box-shadow: 0 10px 24px rgba(196, 30, 80, .28);
    transform: translateY(-2px);
}

.wp-catalog-more-card.is-compact {
    min-height: 0;
    aspect-ratio: 3 / 2;
    gap: 9px;
    padding: 10px;
}

.wp-catalog-more-card.is-compact > span {
    max-width: 150px;
    font-size: 11.5px;
}

.wp-catalog-more-card.is-compact > strong {
    font-size: 14px;
}

.wp-catalog-mobile-bar,
.wp-catalog-mobile-root,
.wp-catalog-mobile-ribbon {
    display: none;
}

@media (max-width: 1100px) and (min-width: 761px) {

    .wp-catalog-layout {
        grid-template-columns: 230px minmax(0, 1fr);
        gap: 16px;
        padding-block: 12px;
    }

    .wp-catalog-level2 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }}

@media (max-width: 900px) and (min-width: 761px) {

    .wp-catalog-layout {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 12px;
    }

    .wp-catalog-level2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }}

@media (max-width: 760px) {

    .wp-site-header-v27 .wp-catalog-panel-v28 {
        --wp-catalog-top: 0px;
        z-index: 180;
        top: 0;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        border: 0;
        background: #fff;
        transform: translateX(-102%);
        opacity: 1;
        transition: transform .2s ease, visibility .2s ease;
    }

    .wp-site-header-v27 .wp-catalog-panel-v28.is-open,
    .wp-site-header-v27 .wp-catalog-panel-v28[aria-hidden="false"] {
        transform: translateX(0);
    }

    .wp-catalog-mobile-bar {
        position: relative;
        z-index: 5;
        min-height: 64px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        border-bottom: 1px solid #eee4dc;
        background: rgba(255, 255, 255, .98);
        padding: 9px 16px;
    }

    .wp-catalog-mobile-bar > strong {
        min-width: 0;
        overflow: hidden;
        color: var(--wp-v27-ink);
        font-family: "TT Norms", "Cocon-Regular", Arial, sans-serif;
        font-size: 22px;
        line-height: 1;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .wp-catalog-mobile-back,
    .wp-catalog-mobile-close {
        border: 0;
        color: var(--wp-v27-pink);
    }

    .wp-catalog-mobile-back {
        min-width: 0;
        min-height: 42px;
        display: none;
        align-items: center;
        gap: 8px;
        background: transparent;
        padding: 0 6px 0 1px;
        font-size: 13px;
        font-weight: 700;
    }

    .wp-catalog-panel-v28[data-mobile-view="detail"] .wp-catalog-mobile-back {
        display: inline-flex;
    }

    .wp-catalog-panel-v28[data-mobile-view="detail"] .wp-catalog-mobile-bar > strong {
        display: none;
    }

    .wp-catalog-mobile-close {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: #fff0f4;
        padding: 0;
    }

    .wp-catalog-layout {
        width: 100%;
        height: calc(100% - 64px);
        display: block;
        padding: 0;
    }

    .wp-catalog-root-list {
        display: none;
    }

    .wp-catalog-stage {
        height: 100%;
        overflow: hidden;
    }

    .wp-catalog-mobile-root {
        height: 100%;
        display: block;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 4px 16px 28px;
    }

    .wp-catalog-mobile-root > button {
        width: 100%;
        min-height: 44px;
        display: grid;
        grid-template-columns: 22px minmax(0, 1fr) 16px;
        align-items: center;
        gap: 9px;
        border: 0;
        border-bottom: 1px solid var(--wp-v27-line);
        background: transparent;
        color: var(--wp-v27-ink);
        padding: 3px 5px 3px 3px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.18;
        text-align: left;
    }

    .wp-catalog-mobile-root > button::after {
        justify-self: end;
        color: var(--wp-v27-red);
    }

    .wp-catalog-mobile-root > button:hover,
    .wp-catalog-mobile-root > button:focus-visible {
        background: #fff0f4;
        color: var(--wp-v27-pink);
    }

    .wp-catalog-panel-v28[data-mobile-view="detail"] .wp-catalog-mobile-root {
        display: none;
    }

    .wp-catalog-mobile-ribbon {
        min-height: 72px;
        align-items: center;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        overflow-anchor: none;
        overscroll-behavior-inline: contain;
        scroll-padding-inline: 45%;
        scroll-snap-type: x mandatory;
        touch-action: pan-x;
        border-bottom: 1px solid #eee4dc;
        padding-inline: 45%;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .wp-catalog-panel-v28[data-mobile-view="detail"] .wp-catalog-mobile-ribbon {
        display: flex;
    }

    .wp-catalog-mobile-ribbon::-webkit-scrollbar {
        display: none;
    }

    .wp-catalog-mobile-ribbon-item {
        flex: 0 0 auto;
        scroll-snap-align: center;
    }

    .wp-catalog-mobile-ribbon-item > button {
        width: 88px;
        min-height: 48px;
        border: 0;
        background: transparent;
        color: #7b7470;
        padding: 6px 3px;
        font-size: 10.5px;
        font-weight: 600;
        line-height: 1.12;
        text-align: center;
    }

    .wp-catalog-mobile-ribbon-item > a {
        display: none;
    }

    .wp-catalog-mobile-ribbon-item.is-active > button {
        display: none;
    }

    .wp-catalog-mobile-ribbon-item.is-active > a {
        max-width: 220px;
        display: block;
        border-bottom: 2px solid rgba(196, 30, 80, .28);
        color: var(--wp-v27-ink);
        overflow-wrap: anywhere;
        padding: 10px 4px 7px;
        font-family: "TT Norms", "Cocon-Regular", Arial, sans-serif;
        font-size: clamp(19px, 5.4vw, 23px);
        font-weight: 700;
        line-height: 1.04;
        letter-spacing: -.025em;
        text-align: center;
        text-decoration: none;
    }

    .wp-catalog-content {
        height: calc(100% - 72px);
        display: none;
        overflow-x: hidden;
        border: 0;
        border-radius: 0;
        background: #fff;
        padding: 0 16px 28px;
        box-shadow: none;
    }

    .wp-catalog-panel-v28[data-mobile-view="detail"] .wp-catalog-content {
        display: block;
    }

    .wp-catalog-content-heading {
        display: none;
    }

    .wp-catalog-level2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 68px;
        gap: 7px;
        padding-block: 10px 12px;
    }

    .wp-catalog-level2-item {
        height: 68px;
        grid-template-columns: minmax(0, 1fr) 38px;
        font-size: 11.5px;
        line-height: 1.15;
    }

    .wp-catalog-level2-select,
    .wp-catalog-level2-item > a {
        min-height: 68px;
        height: 68px;
    }

    .wp-catalog-level2-select {
        padding: 6px 6px 6px 9px;
    }

    .wp-catalog-level-panel {
        padding-top: 12px;
    }

    .wp-catalog-level-heading {
        min-height: 27px;
        margin-bottom: 6px;
        padding-top: 4px;
        font-size: 13px;
    }

    .wp-catalog-level-heading.has-model-sort {
        min-height: 29px;
        align-items: center;
        gap: 8px;
        margin-bottom: 7px;
        padding-top: 0;
    }

    .wp-catalog-level-heading.has-model-sort > a {
        font-size: 12px;
        line-height: 1.12;
    }

    .wp-catalog-sort {
        width: 150px;
        max-width: 45vw;
        height: 28px;
        flex: 0 1 150px;
        gap: 1px;
        padding: 2px;
    }

    .wp-catalog-sort > button {
        padding: 0 5px;
        font-size: 9.5px;
    }

    .wp-catalog-level-panel.has-third-previews.is-third-long .wp-catalog-level-body,
    .wp-catalog-level-panel.has-third-previews.is-third-short .wp-catalog-level-body {
        display: block;
    }

    .wp-catalog-level3-links,
    .wp-catalog-level3-links.is-columns-2 {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: none;
        grid-auto-flow: row;
        column-gap: 0;
    }

    .wp-catalog-level3-links > a {
        min-height: 38px;
        border-bottom: 1px solid rgba(238, 228, 220, .78);
        padding: 7px 6px 7px 10px;
        font-size: 14px;
        line-height: 1.22;
    }

    .wp-catalog-level3-links > a::after {
        opacity: 1;
        transform: none;
    }

    .wp-catalog-preview-grid,
    .wp-catalog-preview-grid.is-terminal-root,
    .wp-catalog-preview-grid.is-promoted,
    .wp-catalog-preview-grid.is-terminal-second,
    .wp-catalog-preview-grid.is-compact,
    .wp-catalog-level-panel.is-third-long .wp-catalog-preview-grid.is-compact,
    .wp-catalog-level-panel.is-third-short .wp-catalog-preview-grid.is-compact {
        box-sizing: border-box;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-flow: row;
        grid-auto-rows: auto;
        gap: 8px;
        border-left: 0;
        margin: 0;
        padding: 12px 0 0;
    }

    .wp-catalog-preview-grid > .wp-catalog-preview,
    .wp-catalog-preview-grid > .wp-catalog-more-card {
        grid-column: auto;
        grid-row: auto;
        width: auto;
        min-width: 0;
    }

    .wp-catalog-preview-grid > .wp-catalog-more-card,
    .wp-catalog-more-card.is-compact {
        grid-column: auto;
        grid-row: auto;
        min-height: 0;
        aspect-ratio: 3 / 2;
    }

    .wp-catalog-preview,
    .wp-catalog-more-card {
        border-radius: 6px;
    }

    .wp-catalog-preview.is-desktop-balance-hidden {
        display: block;
    }

    .wp-catalog-preview.is-mobile-balance-hidden {
        display: none;
    }

    .wp-catalog-more-card {
        gap: 7px;
        padding: 10px 8px;
    }

    .wp-catalog-more-card > span,
    .wp-catalog-more-card.is-compact > span {
        max-width: 145px;
        font-size: 10.5px;
        line-height: 1.18;
    }

    .wp-catalog-more-card > strong,
    .wp-catalog-more-card.is-compact > strong {
        gap: 5px;
        font-size: 13px;
    }

    html.wp-menu-open,
    body.wp-menu-open {
        overflow: hidden !important;
        overscroll-behavior: none;
    }

    .wp-menu-drawer {
        position: fixed;
        z-index: 190;
        inset: 72px 0 0;
        top: 72px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        max-height: none;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-end;
        gap: 0;
        visibility: hidden;
        opacity: 0;
        transform: none;
        pointer-events: none;
        background: rgba(29, 23, 24, .62);
        padding: 0;
        box-shadow: none;
        transition: opacity .1s ease, visibility 0s linear .1s;
    }

    .wp-menu-drawer.active {
        visibility: visible;
        opacity: 1;
        transform: none;
        pointer-events: auto;
        transition: opacity .16s ease, visibility 0s;
    }

    .wp-menu-drawer-panel {
        width: min(390px, 100vw);
        height: 100%;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        display: block;
        overscroll-behavior: contain;
        background: #fffaf7;
        box-shadow: -24px 0 55px rgba(0, 0, 0, .25);
        transform: translateX(24px);
        opacity: .65;
        transition: transform .22s ease, opacity .22s ease;
        scrollbar-width: thin;
        scrollbar-color: rgba(196, 30, 80, .35) transparent;
    }

    .wp-menu-drawer.active .wp-menu-drawer-panel {
        transform: translateX(0);
        opacity: 1;
    }

    .wp-menu-drawer-header {
        position: sticky;
        z-index: 3;
        top: 0;
        min-height: 68px;
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr) 44px;
        align-items: center;
        gap: 9px;
        border-bottom: 1px solid #eee4dc;
        background: rgba(255, 255, 255, .97);
        padding: 7px 16px;
        backdrop-filter: blur(10px);
    }

    .wp-menu-drawer-header > a {
        width: 48px;
        height: 50px;
        display: grid;
        place-items: center;
    }

    .wp-menu-drawer-header img {
        width: 47px;
        height: 47px;
        object-fit: contain;
    }

    .wp-menu-drawer-header > span {
        min-width: 0;
        display: grid;
        gap: 1px;
    }

    .wp-menu-drawer-header small {
        color: #857c76;
        font-size: 9.5px;
        font-weight: 700;
        letter-spacing: .09em;
        line-height: 1;
        text-transform: uppercase;
    }

    .wp-menu-drawer-header strong {
        color: var(--wp-v27-ink);
        font-family: "TT Norms", "Cocon-Regular", Arial, sans-serif;
        font-size: 24px;
        line-height: 1;
        letter-spacing: -.025em;
    }

    .wp-menu-drawer-header button {
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
        border: 0;
        border-radius: 50%;
        background: #fff0f4;
        color: var(--wp-v27-pink);
        padding: 0;
    }

    .wp-menu-drawer-body {
        display: grid;
        gap: 14px;
        padding: 14px 16px max(20px, env(safe-area-inset-bottom));
    }

    .wp-menu-catalog-card {
        width: 100%;
        min-height: 58px;
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr) 18px;
        align-items: center;
        gap: 10px;
        border: 0;
        border-radius: 9px;
        background: linear-gradient(135deg, #d42159 0%, #b71949 100%);
        color: #fff;
        padding: 8px 13px 8px 10px;
        text-align: left;
        box-shadow: 0 9px 22px rgba(196, 30, 80, .22);
    }

    .wp-menu-catalog-icon {
        width: 38px;
        height: 38px;
        display: grid;
        place-items: center;
        border-radius: 8px;
        background: rgba(255, 255, 255, .15);
    }

    .wp-menu-catalog-card > span:nth-child(2) {
        min-width: 0;
        display: grid;
        gap: 2px;
    }

    .wp-menu-catalog-card strong {
        font-size: 14.5px;
        line-height: 1.1;
        text-transform: uppercase;
    }

    .wp-menu-catalog-card small {
        color: rgba(255, 255, 255, .78);
        font-size: 9.5px;
    }

    .wp-menu-catalog-card > svg {
        justify-self: end;
    }

    .wp-menu-section {
        display: grid;
        gap: 7px;
    }

    .wp-menu-section > h2 {
        display: block;
        margin: 0;
        color: #857c76;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9.5px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .wp-main-links {
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        flex: none;
        gap: 7px;
    }

    .wp-main-links li,
    .wp-main-links a {
        width: 100%;
        min-width: 0;
        display: block;
    }

    .wp-main-links a {
        min-height: 72px;
        display: grid;
        grid-template-columns: 27px minmax(0, 1fr) 13px;
        align-items: start;
        gap: 6px;
        border: 1px solid #eadfd7;
        border-radius: 8px;
        background: #fff;
        color: var(--wp-v27-ink);
        padding: 11px 8px 9px;
        text-align: left;
        text-decoration: none;
        white-space: normal;
        box-shadow: 0 5px 14px rgba(83, 54, 42, .045);
    }

    .wp-main-links a:hover,
    .wp-main-links a:focus-visible,
    .wp-main-links .is-active > a {
        border-color: rgba(196, 30, 80, .28);
        background: #fff;
        color: var(--wp-v27-pink);
    }

    .wp-menu-primary-icon {
        width: 27px;
        height: 27px;
        display: block;
        border-radius: 7px;
        background: #fff0f4;
        color: var(--wp-v27-pink);
        padding: 5px;
    }

    .wp-menu-primary-arrow {
        display: block;
        justify-self: end;
        color: var(--wp-v27-red);
    }

    .wp-menu-primary-copy {
        min-width: 0;
        display: grid;
        gap: 3px;
        padding-top: 1px;
    }

    .wp-menu-primary-desktop {
        display: none;
    }

    .wp-menu-primary-copy > strong {
        display: block;
        color: inherit;
        font-size: 12px;
        line-height: 1.05;
    }

    .wp-menu-primary-copy > small {
        display: block;
        color: #857c76;
        font-size: 8.5px;
        font-weight: 400;
        line-height: 1.15;
    }

    .wp-menu-drawer .wp-header-utility,
    .wp-site-header-v27.is-compact .wp-menu-drawer .wp-header-utility {
        position: static;
        display: contents;
        visibility: inherit;
        opacity: 1;
        transform: none;
        pointer-events: inherit;
        white-space: normal;
    }

    .wp-menu-buyers {
        display: grid;
    }

    .wp-utility-links {
        display: block;
        overflow: hidden;
        border: 1px solid #eadfd7;
        border-radius: 8px;
        background: #fff;
    }

    .wp-utility-links a {
        min-height: 42px;
        display: grid;
        grid-template-columns: 24px minmax(0, 1fr) 14px;
        align-items: center;
        gap: 8px;
        color: #4c4845;
        padding: 5px 10px;
        font-size: 11.5px;
        font-weight: 600;
        line-height: 1.15;
        text-decoration: none;
    }

    .wp-utility-links a + a {
        border-top: 1px solid #eee4dc;
    }

    .wp-menu-service-icon,
    .wp-menu-service-arrow,
    .wp-menu-service-mobile {
        display: block;
    }

    .wp-menu-service-icon,
    .wp-menu-service-arrow {
        color: var(--wp-v27-red);
    }

    .wp-menu-service-arrow {
        justify-self: end;
    }

    .wp-menu-service-desktop {
        display: none;
    }

    .wp-menu-account {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .wp-menu-account a {
        position: relative;
        min-width: 0;
        min-height: 58px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        border: 1px solid #eadfd7;
        border-radius: 8px;
        background: #fff;
        color: #4c4845;
        padding: 6px 3px;
        font-size: 9.5px;
        font-weight: 700;
        text-decoration: none;
    }

    .wp-menu-account svg {
        color: var(--wp-v27-pink);
    }

    .wp-menu-account b {
        position: absolute;
        top: 5px;
        right: 8px;
        min-width: 16px;
        height: 16px;
        display: grid;
        place-items: center;
        border-radius: 9px;
        background: var(--wp-v27-pink);
        color: #fff;
        padding-inline: 4px;
        font-size: 8px;
    }

    .wp-menu-account b[hidden] {
        display: none;
    }

    .wp-menu-language {
        min-height: 42px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        border-top: 1px solid #eee4dc;
        border-bottom: 1px solid #eee4dc;
        padding-block: 7px;
    }

    .wp-menu-language > span {
        color: #675f5a;
        font-size: 11px;
        font-weight: 600;
    }

    .wp-menu-language > div {
        display: grid;
        grid-template-columns: repeat(2, 39px);
        overflow: hidden;
        border: 1px solid rgba(196, 30, 80, .28);
        border-radius: 16px;
    }

    .wp-menu-language strong,
    .wp-menu-language a {
        height: 28px;
        display: grid;
        place-items: center;
        border: 0;
        background: transparent;
        color: var(--wp-v27-pink);
        font-size: 10px;
        font-weight: 700;
        text-decoration: none;
    }

    .wp-menu-language strong {
        background: var(--wp-v27-pink);
        color: #fff;
    }

    .wp-menu-help {
        min-height: 65px;
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr) auto;
        align-items: center;
        gap: 10px;
        border-radius: 9px;
        background: #2c2928;
        color: #fff;
        padding: 9px 12px 9px 10px;
        text-decoration: none;
    }

    .wp-menu-help > span:first-child {
        width: 38px;
        height: 38px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: var(--wp-v27-orange);
        color: #fff;
    }

    .wp-menu-help > span:nth-child(2) {
        min-width: 0;
        display: grid;
        gap: 2px;
    }

    .wp-menu-help small {
        color: rgba(255, 255, 255, .64);
        font-size: 9px;
    }

    .wp-menu-help strong {
        color: #fff;
        font-size: 13.5px;
        white-space: nowrap;
    }

    .wp-menu-help > span:last-child {
        color: #ffb69c;
        font-size: 9.5px;
        font-weight: 700;
    }}
