

/* Start:/bitrix/templates/zlatiks_modern/assets/css/theme.css?178797894698742*/
:root {
    --zl-ink: #202122;
    --zl-navy: #1b2b4c;
    --zl-navy-deep: #1e2d3d;
    --zl-gold: #b18a4a;
    --zl-canvas: #faf8f3;
    --zl-white: #ffffff;
    --zl-muted: #60656d;
    --zl-line: #ded8cd;
    --zl-soft: #f2efe8;
    --zl-success: #31724a;
    --zl-danger: #a73b3b;
    --zl-container: 1280px;
    --zl-page-x: clamp(20px, 4vw, 64px);
    --zl-serif: "Zlatiks Serif", "Noto Serif", "PT Serif", Georgia, serif;
    --zl-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --zl-focus: 0 0 0 3px rgba(177, 138, 74, 0.35);
}

@font-face {
    font-family: "Zlatiks Serif";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/bitrix/fonts/pt_serif-regular.ttf") format("truetype");
}

@font-face {
    font-family: "Zlatiks Serif";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/bitrix/fonts/pt_serif-bold.ttf") format("truetype");
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    color-scheme: light;
    scroll-behavior: smooth;
}

body.zl-page {
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
    color: var(--zl-ink);
    background: var(--zl-canvas);
    font-family: var(--zl-sans);
    font-size: 16px;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.zl-lock {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
summary,
a {
    -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
summary:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--zl-gold);
    outline-offset: 3px;
    box-shadow: var(--zl-focus);
}

[hidden] {
    display: none !important;
}

.zl-container {
    width: min(100%, calc(var(--zl-container) + var(--zl-page-x) * 2));
    margin-inline: auto;
    padding-inline: var(--zl-page-x);
}

.zl-skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    padding: 10px 16px;
    color: var(--zl-white);
    background: var(--zl-navy);
    border-radius: 4px;
    transform: translateY(-160%);
}

.zl-skip-link:focus {
    transform: translateY(0);
}

.zl-header {
    position: sticky;
    top: 0;
    z-index: 100;
    color: var(--zl-ink);
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(27, 43, 76, 0.09);
}

.zl-header__desktop {
    display: flex;
    min-height: 100px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.zl-header__brand-group,
.zl-header__actions {
    display: flex;
    align-items: center;
}

.zl-header__brand-group {
    gap: 34px;
}

.zl-header__actions {
    gap: 26px;
}

.zl-logo {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.zl-logo img {
    display: block;
    width: 183px;
    height: 74px;
    object-fit: contain;
}

.zl-catalog-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    color: var(--zl-white);
    background: var(--zl-navy);
    border: 1px solid var(--zl-navy);
    border-radius: 4px;
    font-weight: 650;
    text-decoration: none;
    transition: transform 160ms ease, background-color 160ms ease;
}

.zl-catalog-button:hover {
    background: #24385f;
    transform: translateY(-1px);
}

.zl-catalog-button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.zl-catalog-button .zl-catalog-button__chevron {
    width: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.zl-header-phone {
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1.2;
}

.zl-header-phone__number {
    color: var(--zl-ink);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.zl-header-phone__number .phone1,
.zl-header-phone__number div {
    display: inline;
}

.zl-header-phone__number br {
    display: none;
}

.zl-header-phone__callback {
    margin-top: 5px;
    color: var(--zl-muted);
    font-size: 12px;
    text-underline-offset: 3px;
}

.zl-icon-action {
    position: relative;
    display: inline-flex;
    min-width: 72px;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    color: var(--zl-ink);
    font-size: 12px;
    text-decoration: none;
}

.zl-icon-action:hover {
    color: var(--zl-navy);
}

.zl-icon-action__icon {
    position: relative;
    display: inline-flex;
}

.zl-icon-action svg,
.zl-mobile-icon svg,
.zl-search-trigger svg,
.zl-header-search__close svg,
.zl-mobile-drawer button svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.zl-badge {
    position: absolute;
    top: -9px;
    right: -10px;
    display: inline-flex;
    min-width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    padding-inline: 4px;
    color: var(--zl-white);
    background: #8a7100;
    border: 2px solid var(--zl-white);
    border-radius: 99px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.zl-category-nav {
    min-height: 52px;
    border-top: 1px solid rgba(27, 43, 76, 0.07);
}

.zl-category-nav__inner {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2.2vw, 30px);
}

.zl-category-nav a,
.zl-category-nav summary,
.zl-search-trigger {
    color: var(--zl-ink);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.zl-category-nav a:hover,
.zl-category-nav summary:hover,
.zl-search-trigger:hover {
    color: var(--zl-gold);
}

.zl-category-nav__more {
    position: relative;
}

.zl-category-nav__more summary {
    display: flex;
    min-height: 44px;
    align-items: center;
    cursor: pointer;
    list-style: none;
}

.zl-category-nav__more summary::-webkit-details-marker {
    display: none;
}

.zl-category-nav__more summary::after {
    width: 7px;
    height: 7px;
    margin-left: 8px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transform: rotate(45deg) translateY(-2px);
}

.zl-category-nav__dropdown {
    position: absolute;
    top: calc(100% - 2px);
    right: 0;
    display: grid;
    min-width: 250px;
    padding: 12px;
    background: var(--zl-white);
    border: 1px solid var(--zl-line);
    border-radius: 4px;
    box-shadow: 0 18px 45px rgba(27, 43, 76, 0.12);
}

.zl-category-nav__dropdown a {
    padding: 10px 12px;
}

.zl-search-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
}

.zl-search-trigger svg {
    width: 20px;
    height: 20px;
}

.zl-header-search {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding-block: 20px;
    background: var(--zl-white);
    border-top: 1px solid var(--zl-line);
    box-shadow: 0 18px 40px rgba(27, 43, 76, 0.1);
}

.zl-header-search__form label {
    display: block;
    margin-bottom: 8px;
    color: var(--zl-navy);
    font-family: var(--zl-serif);
    font-size: 18px;
    font-weight: 700;
}

.zl-header-search__field {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 8px;
}

.zl-header-search input {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    color: var(--zl-ink);
    background: var(--zl-white);
    border: 1px solid var(--zl-line);
    border-radius: 4px;
}

.zl-header-search button[type="submit"] {
    min-width: 120px;
    padding: 0 22px;
    color: var(--zl-white);
    background: var(--zl-navy);
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}

.zl-header-search__close {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    color: var(--zl-navy);
    background: transparent;
    border: 0;
    cursor: pointer;
}

.zl-header__mobile {
    display: none;
}

.zl-main {
    min-height: 58vh;
}

.zl-content {
    padding-top: clamp(34px, 5vw, 64px);
    padding-bottom: clamp(64px, 8vw, 110px);
}

.zl-content h1,
.zl-content h2,
.zl-content h3 {
    color: var(--zl-navy-deep);
    font-family: var(--zl-serif);
    text-wrap: balance;
}

.zl-content h1 {
    margin: 0 0 34px;
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.12;
}

.zl-content h2 {
    font-size: clamp(26px, 2.8vw, 36px);
    line-height: 1.2;
}

.zl-content h3 {
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.25;
}

.zl-content p {
    max-width: 78ch;
}

.zl-footer {
    height: auto;
    min-height: 0;
    color: rgba(255, 255, 255, 0.76);
    background: var(--zl-navy-deep);
}

.zl-footer__desktop {
    display: grid;
    grid-template-columns: 1.3fr repeat(3, 1fr);
    gap: clamp(34px, 5vw, 80px);
    padding-top: 38px;
    padding-bottom: 42px;
}

.zl-footer__brand {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.zl-footer__logo img {
    display: block;
    width: 183px;
    height: 74px;
    object-fit: contain;
}

.zl-footer__phone {
    margin-top: 20px;
    color: var(--zl-white);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.zl-footer__callback {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    text-underline-offset: 3px;
}

.zl-footer__brand p {
    max-width: 260px;
    margin: 18px 0 0;
    font-size: 13px;
    line-height: 1.6;
}

.zl-footer__column {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.zl-footer__column h2 {
    margin: 8px 0 18px;
    color: var(--zl-white);
    font-family: var(--zl-sans);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.zl-footer__column a {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
}

.zl-footer__column a + a {
    margin-top: 12px;
}

.zl-footer__column a:hover,
.zl-footer__legal a:hover {
    color: var(--zl-white);
}

.zl-footer__legal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 0;
    padding-top: 8px;
    padding-bottom: 24px;
    color: rgba(255, 255, 255, 0.48);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 11px;
}

.zl-footer__legal div {
    display: flex;
    gap: 28px;
}

.zl-footer__legal a {
    text-decoration: none;
}

.zl-footer__mobile,
.zl-mobile-drawer,
.zl-drawer-backdrop {
    display: none;
}

@media (max-width: 1120px) {
    .zl-header__desktop {
        gap: 18px;
    }

    .zl-header__brand-group {
        gap: 18px;
    }

    .zl-header__actions {
        gap: 14px;
    }

    .zl-logo img {
        width: 180px;
    }

    .zl-category-nav__inner {
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .zl-category-nav__inner::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 1023px) {
    :root {
        --zl-page-x: 20px;
    }

    .zl-header__desktop,
    .zl-category-nav {
        display: none;
    }

    .zl-header__mobile {
        display: grid;
        min-height: 72px;
        align-items: center;
        grid-template-columns: 1fr auto 1fr;
        padding: 8px 18px;
    }

    .zl-header__mobile-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
    }

    .zl-logo--mobile {
        grid-column: 2;
    }

    .zl-logo--mobile img {
        width: 132px;
        height: 54px;
    }

    .zl-mobile-icon,
    .zl-header__mobile .zl-icon-action {
        position: relative;
        display: inline-flex;
        width: 38px;
        min-width: 38px;
        height: 44px;
        min-height: 44px;
        align-items: center;
        justify-content: center;
        padding: 0;
        color: var(--zl-ink);
        background: transparent;
        border: 0;
        cursor: pointer;
        text-decoration: none;
    }

    .zl-header__mobile > .zl-mobile-icon {
        justify-self: start;
    }

    .zl-header__mobile .zl-icon-action__label {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .zl-header__mobile .zl-icon-action__icon {
        display: inline-flex;
    }

    .zl-header__mobile .zl-icon-action svg,
    .zl-mobile-icon svg {
        width: 25px;
        height: 25px;
    }

    .zl-header__mobile .zl-badge {
        top: -8px;
        right: -9px;
    }

    .zl-mobile-drawer {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 300;
        display: flex;
        width: min(88vw, 390px);
        padding: 22px;
        color: var(--zl-navy);
        background: var(--zl-white);
        box-shadow: 18px 0 50px rgba(27, 43, 76, 0.18);
        flex-direction: column;
        transform: translateX(-105%);
        transition: transform 220ms ease;
        overflow-y: auto;
    }

    .zl-mobile-drawer.is-open {
        transform: translateX(0);
    }

    .zl-mobile-drawer__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 18px;
        border-bottom: 1px solid var(--zl-line);
        font-family: var(--zl-serif);
        font-size: 28px;
        font-weight: 700;
    }

    .zl-mobile-drawer__head button {
        display: inline-flex;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        padding: 0;
        color: var(--zl-navy);
        background: transparent;
        border: 0;
    }

    .zl-mobile-drawer__nav {
        display: grid;
        padding-block: 14px;
    }

    .zl-mobile-drawer__nav a,
    .zl-mobile-drawer__utility a {
        padding: 13px 0;
        border-bottom: 1px solid rgba(222, 216, 205, 0.72);
        text-decoration: none;
    }

    .zl-mobile-drawer__utility {
        display: grid;
        margin-top: auto;
        padding-top: 22px;
        color: var(--zl-muted);
        font-size: 14px;
    }

    .zl-drawer-backdrop {
        position: fixed;
        inset: 0;
        z-index: 250;
        display: block;
        opacity: 0;
        background: rgba(27, 43, 76, 0.42);
        backdrop-filter: blur(2px);
        transition: opacity 220ms ease;
    }

    .zl-drawer-backdrop.is-visible {
        opacity: 1;
    }

    .zl-header-search {
        position: fixed;
        top: 72px;
    }

    .zl-header-search__field {
        grid-template-columns: 1fr auto;
    }

    .zl-header-search button[type="submit"] {
        min-width: 92px;
        padding-inline: 14px;
    }

    .zl-header-search__close {
        position: absolute;
        top: 12px;
        right: 12px;
    }

    .zl-content {
        padding-top: 28px;
        padding-bottom: 70px;
    }

    .zl-content h1 {
        margin-bottom: 28px;
        font-size: clamp(31px, 8vw, 42px);
    }

    .zl-footer__desktop {
        display: none;
    }

    .zl-footer__mobile {
        display: flex;
        align-items: center;
        padding-top: 46px;
        flex-direction: column;
    }

    .zl-footer__mobile .zl-footer__logo img {
        width: 164px;
        height: 74px;
    }

    .zl-footer__mobile .zl-footer__phone {
        margin: 18px 0 34px;
        font-family: var(--zl-serif);
        font-size: 20px;
        font-weight: 500;
    }

    .zl-footer__mobile details {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.11);
    }

    .zl-footer__mobile details:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    }

    .zl-footer__mobile summary {
        position: relative;
        display: flex;
        min-height: 66px;
        align-items: center;
        justify-content: space-between;
        color: var(--zl-white);
        cursor: pointer;
        font-family: var(--zl-serif);
        font-size: 21px;
        list-style: none;
    }

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

    .zl-footer__mobile summary::after {
        width: 10px;
        height: 10px;
        margin-right: 5px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        content: "";
        transform: rotate(45deg) translateY(-3px);
        transition: transform 160ms ease;
    }

    .zl-footer__mobile details[open] summary::after {
        transform: rotate(225deg) translate(-2px, -1px);
    }

    .zl-footer__mobile details div {
        display: grid;
        padding: 0 0 18px 4px;
        gap: 10px;
    }

    .zl-footer__mobile details a {
        color: rgba(255, 255, 255, 0.72);
        font-size: 14px;
        text-decoration: none;
    }

    .zl-footer__legal {
        align-items: center;
        padding-top: 36px;
        padding-bottom: 42px;
        border-top: 0;
        flex-direction: column-reverse;
        text-align: center;
    }

    .zl-footer__legal div {
        gap: 10px 18px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .zl-header__mobile {
        padding-inline: 14px;
    }

    .zl-header__mobile-actions {
        gap: 4px;
    }

    .zl-logo--mobile img {
        width: 116px;
        height: 50px;
    }

    .zl-header-search__form label {
        padding-right: 48px;
        font-size: 17px;
    }
}

/* Product detail */
.zl-product-page .zl-breadcrumbs {
    margin-bottom: 34px;
}

.zl-product-layout {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: clamp(42px, 5vw, 68px);
    margin-bottom: 70px;
}

.zl-product-gallery {
    min-width: 0;
}

.zl-product-gallery__main {
    position: relative;
    display: flex;
    width: 100%;
    aspect-ratio: 4 / 5;
    align-items: center;
    justify-content: center;
    padding: clamp(16px, 2.2vw, 30px);
    overflow: hidden;
    background: var(--zl-white);
    border: 1px solid rgba(32, 33, 34, 0.13);
    border-radius: 6px;
}

.zl-product-gallery__main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.zl-product-gallery__watermark {
    position: absolute;
    right: 22px;
    bottom: 18px;
    color: rgba(27, 43, 76, 0.5);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.zl-product-gallery__main > .zl-product-status--gallery,
.zl-product-gallery__favorite {
    display: none;
}

.zl-product-gallery__empty {
    color: #89857d;
    font-family: var(--zl-serif);
    font-size: 19px;
}

.zl-product-gallery__thumbs {
    display: flex;
    gap: 12px;
    margin-top: 14px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

.zl-product-gallery__thumbs button {
    display: inline-flex;
    width: 78px;
    height: 78px;
    align-items: center;
    justify-content: center;
    flex: 0 0 78px;
    padding: 4px;
    overflow: hidden;
    background: var(--zl-white);
    border: 1px solid var(--zl-line);
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.68;
}

.zl-product-gallery__thumbs button:hover,
.zl-product-gallery__thumbs button.is-active {
    border-color: var(--zl-navy);
    opacity: 1;
}

.zl-product-gallery__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zl-product-summary {
    position: sticky;
    top: 180px;
    display: flex;
    min-width: 0;
    align-items: flex-start;
    flex-direction: column;
}

.zl-product-status {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 10px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.07em;
    line-height: 1.2;
    text-transform: uppercase;
}

.zl-product-status.is-stock {
    color: #315e3b;
    background: #edf2eb;
}

.zl-product-status.is-order {
    color: #7a5b2e;
    background: #f5efe4;
}

.zl-product-status.is-check {
    color: #575d68;
    background: #eff0f2;
}

.zl-product-summary h1 {
    margin: 0 0 22px;
    color: var(--zl-navy-deep);
    font-family: var(--zl-serif);
    font-size: clamp(32px, 3vw, 39px);
    font-weight: 700;
    line-height: 1.15;
}

.zl-product-summary__price {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 10px;
}

.zl-product-summary__price strong {
    color: var(--zl-navy-deep);
    font-size: 25px;
    font-weight: 750;
}

.zl-product-summary__price del {
    color: #8a8a86;
    font-size: 14px;
}

.zl-product-summary__article {
    margin: 0 0 22px;
    color: var(--zl-muted);
    font-size: 12px;
}

.zl-product-specs {
    width: 100%;
    margin: 0 0 25px;
}

.zl-product-specs div {
    display: flex;
    min-height: 42px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(32, 33, 34, 0.1);
    font-size: 14px;
}

.zl-product-specs dt {
    color: var(--zl-muted);
}

.zl-product-specs dd {
    max-width: 62%;
    margin: 0;
    color: var(--zl-navy-deep);
    font-weight: 650;
    text-align: right;
}

.zl-product-offers {
    width: 100%;
    margin: 0 0 24px;
    padding: 0;
    border: 0;
}

.zl-product-offers legend {
    margin-bottom: 9px;
    padding: 0;
    color: var(--zl-muted);
    font-size: 12px;
}

.zl-product-offers label {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    margin: 0 8px 8px 0;
    cursor: pointer;
}

.zl-product-offers input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.zl-product-offers span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 13px;
    background: var(--zl-white);
    border: 1px solid var(--zl-line);
    border-radius: 4px;
}

.zl-product-offers input:checked + span {
    color: var(--zl-white);
    background: var(--zl-navy);
    border-color: var(--zl-navy);
}

.zl-product-actions {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

.zl-product-buy {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    color: var(--zl-white);
    background: var(--zl-navy);
    border: 1px solid var(--zl-navy);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.zl-product-buy:hover {
    background: #24385f;
}

.zl-product-favorite {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    color: var(--zl-navy);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

.zl-product-favorite svg {
    width: 21px;
    height: 21px;
    fill: transparent;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.zl-product-favorite[aria-pressed="true"] {
    color: #8b6a34;
    border-color: rgba(177, 138, 74, 0.5);
}

.zl-product-favorite[aria-pressed="true"] svg {
    fill: currentColor;
}

.zl-product-summary > .zl-help-link {
    margin-bottom: 14px;
}

.zl-product-summary__note,
.zl-product-summary__craft {
    max-width: 520px;
    color: var(--zl-muted);
    font-size: 12px;
}

.zl-product-summary__note {
    margin: 0;
}

.zl-product-summary__note a {
    color: var(--zl-gold);
}

.zl-product-summary__craft {
    margin: 18px 0 0;
    line-height: 1.55;
}

.zl-product-details {
    margin-bottom: 88px;
    border-top: 1px solid rgba(32, 33, 34, 0.13);
}

.zl-product-details details {
    border-bottom: 1px solid rgba(32, 33, 34, 0.13);
}

.zl-product-details summary {
    position: relative;
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
    color: var(--zl-navy-deep);
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    list-style: none;
}

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

.zl-product-details summary::after {
    width: 10px;
    height: 10px;
    margin-right: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transform: rotate(45deg) translateY(-3px);
}

.zl-product-details details[open] summary::after {
    transform: rotate(225deg) translate(-2px, -1px);
}

.zl-product-details__content {
    max-width: none;
    padding: 0 0 28px;
    color: #51565b;
    font-size: 15px;
    line-height: 1.7;
}

.zl-product-details__content > :first-child {
    margin-top: 0;
}

.zl-product-details__content img,
.zl-product-details__content iframe {
    max-width: 100%;
}

.zl-product-details__content table {
    width: 100%;
    border-collapse: collapse;
}

.zl-product-details__content td,
.zl-product-details__content th {
    padding: 9px;
    border-bottom: 1px solid rgba(32, 33, 34, 0.1);
    text-align: left;
}

.zl-related-products {
    margin-top: 84px;
}

.zl-related-products > h2 {
    margin: 0 0 30px;
    color: var(--zl-navy-deep);
    font-family: var(--zl-serif);
    font-size: 29px;
}

.zl-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.zl-related-card {
    min-width: 0;
    overflow: hidden;
    background: var(--zl-white);
    border: 1px solid var(--zl-line);
    border-radius: 6px;
    transition: transform 200ms ease, border-color 200ms ease;
}

.zl-related-card:hover {
    border-color: rgba(177, 138, 74, 0.65);
    transform: translateY(-3px);
}

.zl-related-card__media {
    position: relative;
    aspect-ratio: 3 / 4;
    padding: 14px;
    background: #f7f5ef;
}

.zl-related-card__media > a,
.zl-related-card__media > a > span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.zl-related-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: var(--zl-white);
}

.zl-related-card__media .has-watermark > span {
    position: absolute;
    right: 8px;
    bottom: 6px;
    color: rgba(27, 43, 76, 0.48);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zl-related-card__empty {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #89857d;
}

.zl-related-card__body {
    display: flex;
    min-height: 126px;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    gap: 12px;
    text-align: center;
}

.zl-related-card__body a {
    text-decoration: none;
}

.zl-related-card__body h3 {
    margin: 0;
    color: var(--zl-navy-deep);
    font-family: var(--zl-serif);
    font-size: 17px;
    line-height: 1.3;
}

.zl-related-card__body strong {
    margin-top: auto;
    font-size: 17px;
}

@media (max-width: 1023px) {
    .zl-product-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .zl-product-gallery__main {
        aspect-ratio: 1 / 1;
    }

    .zl-product-summary {
        position: static;
    }
}

@media (max-width: 640px) {
    .zl-product-page .zl-breadcrumbs {
        margin-bottom: 18px;
    }

    .zl-product-gallery__main {
        padding: 10px;
    }

    .zl-product-gallery__main > .zl-product-status--gallery {
        position: absolute;
        z-index: 2;
        bottom: 12px;
        left: 12px;
        display: inline-flex;
        margin: 0;
    }

    .zl-product-gallery__favorite {
        position: absolute;
        z-index: 2;
        top: 12px;
        right: 12px;
        display: inline-flex;
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
        padding: 0;
        color: var(--zl-navy);
        background: rgba(255, 255, 255, 0.94);
        border: 0;
        border-radius: 50%;
        cursor: pointer;
    }

    .zl-product-gallery__favorite svg {
        width: 25px;
        height: 25px;
        fill: transparent;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.8;
    }

    .zl-product-gallery__favorite[aria-pressed="true"] svg {
        fill: currentColor;
    }

    .zl-product-gallery__thumbs button {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }

    .zl-product-summary h1 {
        grid-column: 1 / -1;
        grid-row: 1;
        margin-bottom: 16px;
        font-size: 29px;
    }

    .zl-product-summary {
        display: grid;
        align-items: center;
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 14px;
    }

    .zl-product-summary > .zl-product-status {
        display: none;
    }

    .zl-product-summary__price {
        grid-column: 1;
        grid-row: 2;
        margin: 0;
    }

    .zl-product-summary__price strong {
        font-size: 23px;
    }

    .zl-product-summary__article {
        grid-column: 1 / -1;
        grid-row: 3;
        margin-top: 15px;
    }

    .zl-product-specs {
        grid-column: 1 / -1;
        grid-row: 4;
    }

    .zl-product-offers {
        grid-column: 1 / -1;
        grid-row: 5;
    }

    .zl-product-actions {
        display: contents;
    }

    .zl-product-buy {
        min-width: 188px;
        min-height: 50px;
        grid-column: 2;
        grid-row: 2;
        padding-inline: 18px;
        font-size: 14px;
    }

    .zl-product-favorite {
        display: none;
    }

    .zl-product-summary > .zl-help-link {
        grid-column: 1 / -1;
        grid-row: 6;
        margin-top: 28px;
    }

    .zl-product-summary__note {
        grid-column: 1 / -1;
        grid-row: 7;
    }

    .zl-product-summary__craft {
        grid-column: 1 / -1;
        grid-row: 8;
    }

    .zl-product-details {
        margin-bottom: 62px;
    }

    .zl-product-details summary {
        min-height: 64px;
    }

    .zl-related-products {
        margin-top: 62px;
    }

    .zl-related-products > h2 {
        font-size: 25px;
    }

    .zl-related-grid {
        display: flex;
        gap: 12px;
        margin-right: -20px;
        padding-right: 20px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
    }

    .zl-related-card {
        flex: 0 0 min(45vw, 280px);
        scroll-snap-align: start;
    }

    .zl-related-card__media {
        padding: 7px;
    }

    .zl-related-card__body {
        min-height: 112px;
        padding: 14px 8px;
    }

    .zl-related-card__body h3 {
        display: -webkit-box;
        overflow: hidden;
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .zl-related-card__body strong {
        font-size: 15px;
    }
}

/* Search results */
.zl-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.zl-search-results {
    padding-bottom: 4px;
}

.zl-search-results__breadcrumbs {
    margin-bottom: 26px;
}

.zl-search-results__head {
    margin-bottom: 34px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(32, 33, 34, 0.1);
}

.zl-content .zl-search-results__title {
    margin: 0;
    color: var(--zl-navy-deep);
    font-size: 36px;
    line-height: 1.15;
}

.zl-search-results__form {
    width: min(100%, 480px);
    margin-top: 22px;
}

.zl-search-results__field {
    position: relative;
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
}

.zl-search-results__field input {
    width: 100%;
    height: 100%;
    padding: 0 52px 0 14px;
    color: var(--zl-navy);
    background: var(--zl-white);
    border: 1px solid var(--zl-line);
    border-radius: 4px;
    outline: 0;
    font-size: 15px;
    -webkit-appearance: none;
    appearance: none;
}

.zl-search-results__field input::-webkit-search-cancel-button {
    margin-right: 4px;
}

.zl-search-results__field input:focus {
    border-color: rgba(27, 43, 76, 0.7);
}

.zl-search-results__field button {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    width: 48px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--zl-navy);
    background: transparent;
    border: 0;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.zl-search-results__field button:hover {
    color: var(--zl-gold);
}

.zl-search-results__field svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 2;
}

.zl-content .zl-search-results__summary {
    max-width: none;
    margin: 12px 0 0;
    color: var(--zl-muted);
    font-size: 14px;
}

.zl-search-results > .zl-catalog-result-meta {
    display: none;
}

.zl-search-results .zl-product-card__image-wrap img {
    object-fit: cover;
}

.zl-search-results__empty {
    display: flex;
    min-height: 310px;
    align-items: flex-start;
    padding: 52px 0 24px;
    flex-direction: column;
}

.zl-content .zl-search-results__empty h2 {
    margin: 0 0 12px;
    font-size: 28px;
}

.zl-content .zl-search-results__empty p {
    margin: 0;
    color: var(--zl-muted);
    font-size: 15px;
}

.zl-search-results__empty a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    padding: 0 22px;
    color: var(--zl-white);
    background: var(--zl-navy);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
}

.zl-search-results__empty a:hover {
    background: #24385f;
}

@media (max-width: 640px) {
    .zl-search-results__breadcrumbs {
        margin-bottom: 22px;
        font-size: 13px;
    }

    .zl-search-results__head {
        margin-bottom: 24px;
        padding-bottom: 22px;
        border-bottom: 0;
    }

    .zl-content .zl-search-results__title {
        font-size: 28px;
        line-height: 1.18;
    }

    .zl-search-results__form {
        margin-top: 22px;
    }

    .zl-search-results__field,
    .zl-search-results__field button {
        height: 46px;
    }

    .zl-search-results__field input {
        padding-right: 52px;
        font-size: 16px;
    }

    .zl-content .zl-search-results__summary {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.45;
    }

    .zl-search-results .zl-product-grid {
        gap: 20px 12px;
    }

    .zl-search-results .zl-product-card__media {
        aspect-ratio: 1 / 1;
        padding: 0;
        background: var(--zl-soft);
    }

    .zl-search-results .zl-product-card__image-wrap {
        border-radius: 0;
    }

    .zl-search-results .zl-product-card__status {
        top: auto;
        bottom: 10px;
        left: 10px;
        max-width: calc(100% - 20px);
        padding: 6px 8px;
        font-size: 10px;
        letter-spacing: 0;
        text-transform: none;
    }

    .zl-search-results .zl-favorite-button {
        top: 10px;
        right: 10px;
        width: 38px;
        height: 38px;
    }

    .zl-search-results .zl-product-card__body {
        min-height: 144px;
        align-items: flex-start;
        padding: 16px 14px 18px;
        gap: 14px;
        text-align: left;
    }

    .zl-search-results .zl-product-card__body h2 {
        font-size: 14px;
        line-height: 1.3;
    }

    .zl-search-results .zl-product-card__price {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .zl-search-results .zl-product-card__price strong {
        font-size: 16px;
    }

    .zl-search-results .zl-pagination {
        width: 100%;
        margin: 48px 0 0;
    }

    .zl-search-results .zl-load-more {
        width: 100%;
        min-height: 48px;
    }

    .zl-search-results .zl-pagination__pages {
        display: none;
    }

    .zl-search-results__empty {
        min-height: 260px;
        padding-top: 30px;
    }

    .zl-content .zl-search-results__empty h2 {
        font-size: 24px;
    }

    .zl-search-results__empty a {
        width: 100%;
        min-height: 48px;
    }
}

/* Basket */
.zl-cart-page .zl-breadcrumbs {
    margin-bottom: 58px;
}

.zl-cart-page > h1 {
    margin: 0 0 64px;
    color: var(--zl-navy-deep);
    font-family: var(--zl-serif);
    font-size: clamp(40px, 5vw, 54px);
    line-height: 1.05;
}

.zl-cart-message {
    margin-bottom: 24px;
    padding: 16px 18px;
    border-radius: 6px;
}

.zl-cart-message--error {
    color: #7c2d27;
    background: #f8ebe8;
}

.zl-cart-layout {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
    gap: clamp(42px, 5vw, 70px);
    margin-bottom: 96px;
}

.zl-cart-items {
    border-top: 1px solid rgba(32, 33, 34, 0.13);
}

.zl-cart-item {
    display: grid;
    min-width: 0;
    align-items: start;
    grid-template-columns: 180px minmax(0, 1fr) 170px;
    gap: 28px;
    padding: 38px 0;
    border-bottom: 1px solid rgba(32, 33, 34, 0.13);
}

.zl-cart-item__media {
    display: flex;
    width: 180px;
    height: 210px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--zl-muted);
    background: var(--zl-white);
    border-radius: 5px;
    text-decoration: none;
}

.zl-cart-item__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.zl-cart-item__content {
    min-width: 0;
    padding-top: 4px;
}

.zl-cart-item__content h2 {
    margin: 0 0 14px;
    color: var(--zl-navy-deep);
    font-family: var(--zl-serif);
    font-size: 22px;
    line-height: 1.25;
}

.zl-cart-item__content h2 a {
    color: inherit;
    text-decoration: none;
}

.zl-cart-item__content .zl-product-status {
    margin-bottom: 18px;
}

.zl-cart-item__props {
    max-width: 440px;
    margin: 0 0 15px;
    color: var(--zl-muted);
    font-size: 12px;
}

.zl-cart-item__props div {
    display: flex;
    gap: 7px;
}

.zl-cart-item__props dt::after {
    content: ":";
}

.zl-cart-item__props dd {
    margin: 0;
}

.zl-cart-item__links {
    display: flex;
    gap: 22px;
}

.zl-cart-item__links button,
.zl-cart-item__links a {
    padding: 0;
    color: var(--zl-muted);
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    text-decoration: none;
}

.zl-cart-item__links button:hover,
.zl-cart-item__links a:hover {
    color: var(--zl-navy);
}

.zl-cart-item__purchase {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
}

.zl-cart-item__price {
    display: flex;
    min-height: 36px;
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
}

.zl-cart-item__price strong {
    color: var(--zl-navy-deep);
    font-size: 21px;
    white-space: nowrap;
}

.zl-cart-item__price del {
    color: var(--zl-muted);
    font-size: 12px;
}

.zl-cart-quantity {
    display: grid;
    width: 150px;
    min-height: 48px;
    align-items: center;
    grid-template-columns: 44px 1fr 44px;
    overflow: hidden;
    background: var(--zl-white);
    border: 1px solid rgba(27, 43, 76, 0.2);
    border-radius: 5px;
}

.zl-cart-quantity button {
    height: 100%;
    padding: 0;
    color: var(--zl-navy-deep);
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 22px;
}

.zl-cart-quantity input {
    width: 100%;
    padding: 0;
    color: var(--zl-navy-deep);
    background: transparent;
    border: 0;
    font-size: 18px;
    text-align: center;
    appearance: textfield;
}

.zl-cart-quantity input::-webkit-inner-spin-button,
.zl-cart-quantity input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.zl-cart-summary {
    position: sticky;
    top: 180px;
    padding: 40px 36px;
    background: #f3f4f5;
    border-radius: 6px;
}

.zl-cart-summary h2 {
    margin: 0 0 34px;
    color: var(--zl-navy-deep);
    font-family: var(--zl-serif);
    font-size: 30px;
}

.zl-cart-summary dl {
    display: grid;
    gap: 20px;
    margin: 0 0 30px;
    color: var(--zl-muted);
}

.zl-cart-summary dl div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
}

.zl-cart-summary dd {
    margin: 0;
    color: var(--zl-text);
    text-align: right;
}

.zl-cart-summary__total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 30px;
    padding-top: 28px;
    border-top: 1px solid rgba(32, 33, 34, 0.1);
    font-size: 18px;
    font-weight: 700;
}

.zl-cart-summary__total strong {
    color: var(--zl-navy);
    font-size: 28px;
    white-space: nowrap;
}

.zl-cart-summary__checkout {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    color: var(--zl-white);
    background: var(--zl-navy);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 750;
    letter-spacing: 0.03em;
    text-decoration: none;
    text-transform: uppercase;
}

.zl-cart-summary__checkout:hover {
    background: #24385f;
}

.zl-cart-refresh {
    display: block;
    margin: 14px auto 0;
    padding: 4px;
    color: var(--zl-muted);
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
}

.zl-cart-empty {
    min-height: 390px;
    margin-bottom: 72px;
}

.zl-cart-empty__icon {
    display: none;
}

.zl-cart-empty h2 {
    margin: 0 0 15px;
    color: var(--zl-navy-deep);
    font-size: 22px;
}

.zl-cart-empty p {
    margin: 0 0 30px;
    color: var(--zl-muted);
    font-size: 16px;
}

.zl-cart-empty .zl-cart-empty__title {
    margin-bottom: 14px;
    color: var(--zl-navy-deep);
    font-size: 16px;
    font-weight: 500;
}

.zl-cart-empty > a {
    display: inline-flex;
    min-width: 228px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    color: var(--zl-white);
    background: var(--zl-navy);
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
}

.zl-cart-unavailable {
    margin: -50px 0 80px;
    padding: 24px;
    background: #f5efe4;
    border-radius: 6px;
}

.zl-cart-unavailable h2 {
    margin-top: 0;
    font-family: var(--zl-serif);
}

@media (max-width: 1023px) {
    .zl-cart-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .zl-cart-summary {
        position: static;
    }
}

@media (max-width: 640px) {
    .zl-cart-page .zl-breadcrumbs {
        margin-bottom: 28px;
    }

    .zl-cart-page > h1 {
        margin-bottom: 34px;
        font-size: 36px;
    }

    .zl-cart-layout {
        gap: 36px;
        margin-bottom: 56px;
    }

    .zl-cart-item {
        grid-template-columns: 122px minmax(0, 1fr);
        gap: 18px;
        padding: 28px 0;
    }

    .zl-cart-item__media {
        width: 122px;
        height: 156px;
    }

    .zl-cart-item__content {
        padding-top: 0;
    }

    .zl-cart-item__content h2 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .zl-cart-item__content .zl-product-status {
        margin-bottom: 12px;
    }

    .zl-cart-item__links {
        gap: 18px;
    }

    .zl-cart-item__purchase {
        grid-column: 2;
        gap: 14px;
    }

    .zl-cart-item__price strong {
        font-size: 20px;
    }

    .zl-cart-quantity {
        width: 148px;
    }

    .zl-cart-summary {
        padding: 0;
        background: transparent;
    }

    .zl-cart-summary h2 {
        margin-bottom: 24px;
        font-size: 28px;
    }

    .zl-cart-summary dl div:nth-child(2) {
        display: none;
    }

    .zl-cart-summary__checkout {
        width: 100%;
        min-height: 58px;
    }

    .zl-cart-empty {
        min-height: 300px;
        margin-bottom: 0;
    }

    .zl-cart-empty h2 {
        font-size: 22px;
    }

    .zl-cart-empty p {
        font-size: 15px;
    }

    .zl-cart-empty > a {
        width: 100%;
        min-height: 58px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Personalization and custom-made gifts */
.zl-content:has(.zl-customization-page) {
    padding-bottom: 72px;
}

.zl-customization-page {
    width: 100%;
}

.zl-customization-page .zl-breadcrumbs {
    margin-bottom: 24px;
}

.zl-customization-eyebrow {
    margin: 0 0 14px;
    color: var(--zl-gold);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.zl-customization-hero {
    position: relative;
    display: grid;
    min-height: 560px;
    align-items: center;
    padding: clamp(44px, 7vw, 92px);
    color: var(--zl-white);
    background:
        linear-gradient(120deg, rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 34px 34px,
        linear-gradient(30deg, rgba(177, 138, 74, .08), transparent 46%),
        var(--zl-navy-deep);
    border-radius: 6px;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: clamp(48px, 8vw, 120px);
    overflow: hidden;
}

.zl-customization-hero::after {
    position: absolute;
    right: -140px;
    bottom: -230px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(177, 138, 74, .19);
    border-radius: 50%;
    box-shadow: 0 0 0 46px rgba(177, 138, 74, .035), 0 0 0 92px rgba(177, 138, 74, .025);
    content: "";
}

.zl-customization-hero__content,
.zl-customization-plaque {
    position: relative;
    z-index: 1;
}

.zl-customization-hero h1 {
    max-width: 760px;
    margin: 0 0 28px;
    color: var(--zl-white);
    font-size: clamp(40px, 5.2vw, 72px);
    line-height: 1.04;
}

.zl-customization-hero__lead {
    max-width: 670px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.58;
}

.zl-customization-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 38px;
}

.zl-customization-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 720;
    text-decoration: none;
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.zl-customization-button:hover {
    transform: translateY(-1px);
}

.zl-customization-button--primary,
.zl-customization-button--gold {
    color: var(--zl-navy-deep);
    background: #d5b16d;
    border-color: #d5b16d;
}

.zl-customization-button--primary:hover,
.zl-customization-button--gold:hover {
    background: #e0bf7d;
    border-color: #e0bf7d;
}

.zl-customization-button--secondary {
    color: var(--zl-white);
    background: transparent;
    border-color: rgba(255, 255, 255, .36);
}

.zl-customization-button--secondary:hover {
    border-color: rgba(255, 255, 255, .75);
}

.zl-customization-plaque {
    width: min(100%, 430px);
    margin-inline: auto;
    padding: 12px;
    background: linear-gradient(135deg, #7f632e, #e0bd74 26%, #9b7838 58%, #d9b46c);
    border: 1px solid rgba(255, 239, 191, .48);
    border-radius: 3px;
    box-shadow: 0 34px 56px rgba(0, 0, 0, .32), inset 0 0 0 1px rgba(255, 255, 255, .2);
    transform: rotate(-2.5deg);
}

.zl-customization-plaque__surface {
    display: flex;
    min-height: 240px;
    align-items: center;
    justify-content: center;
    padding: 34px;
    color: #2b2111;
    background:
        repeating-linear-gradient(102deg, transparent 0 3px, rgba(255, 255, 255, .035) 4px),
        linear-gradient(145deg, #d7b46d, #a9823e 50%, #dfbe77);
    border: 1px solid rgba(69, 49, 15, .42);
    box-shadow: inset 0 0 28px rgba(74, 46, 8, .2);
    flex-direction: column;
    text-align: center;
}

.zl-customization-plaque__mark {
    font-family: var(--zl-serif);
    font-size: 44px;
    font-style: italic;
    line-height: 1;
}

.zl-customization-plaque__line {
    width: 56px;
    height: 1px;
    margin: 17px 0;
    background: rgba(43, 33, 17, .55);
}

.zl-customization-plaque strong {
    font-family: var(--zl-serif);
    font-size: clamp(22px, 2.4vw, 31px);
    font-weight: 700;
    letter-spacing: .02em;
}

.zl-customization-plaque small {
    margin-top: 9px;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.zl-customization-plaque__pin {
    position: absolute;
    width: 9px;
    height: 9px;
    background: #705626;
    border: 1px solid rgba(255, 239, 188, .5);
    border-radius: 50%;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .3);
}

.zl-customization-plaque__pin--one { top: 18px; left: 18px; }
.zl-customization-plaque__pin--two { top: 18px; right: 18px; }
.zl-customization-plaque__pin--three { right: 18px; bottom: 18px; }
.zl-customization-plaque__pin--four { bottom: 18px; left: 18px; }

.zl-customization-services,
.zl-customization-paths,
.zl-customization-process,
.zl-customization-terms {
    margin-top: clamp(76px, 10vw, 132px);
}

.zl-customization-section-head {
    display: grid;
    align-items: end;
    margin-bottom: 42px;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
    column-gap: clamp(40px, 8vw, 120px);
}

.zl-customization-section-head .zl-customization-eyebrow {
    grid-column: 1 / -1;
}

.zl-customization-section-head h2 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(34px, 4vw, 52px);
}

.zl-customization-section-head > p:last-child {
    margin: 0;
    color: var(--zl-muted);
    font-size: 16px;
    line-height: 1.7;
}

.zl-customization-services__grid {
    display: grid;
    background: var(--zl-line);
    border: 1px solid var(--zl-line);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
}

.zl-customization-services__grid article {
    min-height: 250px;
    padding: clamp(26px, 3.5vw, 42px);
    background: var(--zl-white);
}

.zl-customization-services__grid article > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: var(--zl-gold);
    font-family: var(--zl-serif);
    font-size: 24px;
}

.zl-customization-service-icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.zl-customization-services__grid h3 {
    margin: 24px 0 10px;
    font-family: var(--zl-sans);
    font-size: 19px;
    font-weight: 750;
}

.zl-customization-services__grid p {
    margin: 0;
    color: var(--zl-muted);
    font-size: 14px;
    line-height: 1.65;
}

.zl-customization-paths .zl-customization-section-head,
.zl-customization-process .zl-customization-section-head,
.zl-customization-terms .zl-customization-section-head {
    display: block;
}

.zl-customization-paths__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zl-customization-path {
    min-height: 520px;
    padding: clamp(36px, 5vw, 64px);
}

.zl-customization-path--light {
    background: #eee9df;
}

.zl-customization-path--dark {
    color: var(--zl-white);
    background: var(--zl-navy);
}

.zl-customization-path__label {
    margin: 0 0 90px;
    color: var(--zl-gold);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.zl-customization-path h3 {
    max-width: 480px;
    margin: 0 0 22px;
    font-size: clamp(28px, 3.2vw, 42px);
}

.zl-customization-path--dark h3 {
    color: var(--zl-white);
}

.zl-customization-path > p:not(.zl-customization-path__label) {
    margin: 0;
    color: var(--zl-muted);
    line-height: 1.72;
}

.zl-customization-path--dark > p:not(.zl-customization-path__label) {
    color: rgba(255, 255, 255, .72);
}

.zl-customization-path ul {
    display: grid;
    margin: 34px 0 0;
    padding: 0;
    gap: 13px;
    list-style: none;
}

.zl-customization-path li {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
}

.zl-customization-path li::before {
    position: absolute;
    top: .68em;
    left: 0;
    width: 10px;
    height: 1px;
    background: var(--zl-gold);
    content: "";
}

.zl-customization-process__list {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--zl-line);
    list-style: none;
}

.zl-customization-process__list li {
    display: grid;
    align-items: start;
    padding: 30px 0;
    border-bottom: 1px solid var(--zl-line);
    grid-template-columns: 80px minmax(220px, .7fr) minmax(300px, 1.3fr);
    gap: 28px;
}

.zl-customization-process__list li > span {
    color: var(--zl-gold);
    font-family: var(--zl-serif);
    font-size: 18px;
}

.zl-customization-process__list li > div {
    display: contents;
}

.zl-customization-process__list h3 {
    margin: 0;
    font-family: var(--zl-sans);
    font-size: 18px;
    font-weight: 750;
}

.zl-customization-process__list p {
    margin: 0;
    color: var(--zl-muted);
    line-height: 1.68;
}

.zl-customization-process__note {
    max-width: 820px;
    margin: 34px 0 0 auto;
    padding-left: 22px;
    color: var(--zl-muted);
    border-left: 2px solid var(--zl-gold);
    font-size: 14px;
    line-height: 1.7;
}

.zl-customization-terms__list {
    margin: 0;
}

.zl-customization-terms__list > div {
    display: grid;
    min-height: 112px;
    align-items: start;
    padding: 28px 0;
    border-top: 1px solid var(--zl-line);
    grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr);
    gap: 40px;
}

.zl-customization-terms__list > div:last-child {
    border-bottom: 1px solid var(--zl-line);
}

.zl-customization-terms__list dt {
    color: var(--zl-navy-deep);
    font-family: var(--zl-serif);
    font-size: 22px;
    font-weight: 700;
}

.zl-customization-terms__list dd {
    max-width: 760px;
    margin: 0;
    color: var(--zl-muted);
    line-height: 1.7;
}

.zl-customization-final {
    display: grid;
    align-items: center;
    margin-top: clamp(76px, 10vw, 132px);
    padding: clamp(38px, 6vw, 74px);
    color: var(--zl-white);
    background: var(--zl-navy-deep);
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 56px;
}

.zl-customization-final h2 {
    max-width: 760px;
    margin: 0 0 16px;
    color: var(--zl-white);
    font-size: clamp(32px, 4vw, 50px);
}

.zl-customization-final p:not(.zl-customization-eyebrow) {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    line-height: 1.7;
}

.zl-customization-final .zl-customization-button {
    min-width: 190px;
}

@media (max-width: 980px) {
    .zl-customization-hero {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .zl-customization-plaque {
        width: min(72%, 430px);
        margin-top: 16px;
    }

    .zl-customization-section-head {
        display: block;
    }

    .zl-customization-section-head > p:last-child {
        margin-top: 20px;
    }

    .zl-customization-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .zl-content:has(.zl-customization-page) {
        padding-top: 24px;
        padding-bottom: 44px;
    }

    .zl-customization-page .zl-breadcrumbs {
        margin-bottom: 18px;
    }

    .zl-customization-hero {
        padding: 36px 22px 42px;
        gap: 40px;
        border-radius: 0;
    }

    .zl-customization-hero h1 {
        font-size: clamp(36px, 11vw, 48px);
    }

    .zl-customization-hero__lead {
        font-size: 17px;
    }

    .zl-customization-actions {
        display: grid;
    }

    .zl-customization-button {
        width: 100%;
    }

    .zl-customization-plaque {
        width: 94%;
    }

    .zl-customization-plaque__surface {
        min-height: 190px;
        padding: 26px;
    }

    .zl-customization-services,
    .zl-customization-paths,
    .zl-customization-process,
    .zl-customization-terms {
        margin-top: 70px;
    }

    .zl-customization-section-head {
        margin-bottom: 28px;
    }

    .zl-customization-section-head h2 {
        font-size: 34px;
    }

    .zl-customization-services__grid,
    .zl-customization-paths__grid {
        grid-template-columns: 1fr;
    }

    .zl-customization-services__grid article {
        min-height: 0;
        padding: 28px 24px;
    }

    .zl-customization-services__grid h3 {
        margin-top: 16px;
    }

    .zl-customization-path {
        min-height: 0;
        padding: 38px 24px 44px;
    }

    .zl-customization-path__label {
        margin-bottom: 48px;
    }

    .zl-customization-process__list li {
        padding: 24px 0;
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 6px 14px;
    }

    .zl-customization-process__list li > div {
        display: block;
    }

    .zl-customization-process__list p {
        margin-top: 8px;
    }

    .zl-customization-process__note {
        margin-top: 26px;
    }

    .zl-customization-terms__list > div {
        min-height: 0;
        padding: 24px 0;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .zl-customization-final {
        margin-top: 70px;
        padding: 38px 24px;
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Keep catalog-style pagination on the search page. */
.zl-search-results .zl-pagination {
    display: flex;
    align-items: center;
    margin: 58px 0 70px;
    flex-direction: column;
    gap: 0;
}

.zl-search-results .zl-pagination a,
.zl-search-results .zl-pagination span {
    border: 0;
}

.zl-search-results .zl-load-more {
    min-width: 210px;
    min-height: 46px;
    padding: 0 26px;
    color: var(--zl-white);
    background: var(--zl-navy);
    border-radius: 4px;
}

.zl-search-results .zl-load-more:hover {
    color: var(--zl-white);
    background: #24385f;
}

.zl-search-results .zl-pagination__pages {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.zl-search-results .zl-pagination__pages a,
.zl-search-results .zl-pagination__pages span {
    min-width: 34px;
    min-height: 34px;
    padding: 0;
    color: var(--zl-muted);
    background: transparent;
}

.zl-search-results .zl-pagination__pages a:hover {
    color: var(--zl-gold);
    background: transparent;
}

.zl-search-results .zl-pagination__pages .is-current {
    color: var(--zl-navy);
    background: transparent;
    border-bottom: 2px solid var(--zl-gold);
}

@media (max-width: 640px) {
    .zl-search-results .zl-pagination {
        width: 100%;
        margin: 48px 0 0;
    }

    .zl-search-results .zl-load-more {
        width: 100%;
        min-height: 48px;
    }

    .zl-search-results .zl-pagination__pages {
        display: none;
    }
}

/* Catalog */
.zl-catalog-root-heading,
.zl-catalog-heading {
    margin-bottom: 34px;
}

.zl-eyebrow {
    margin: 0 0 10px;
    color: var(--zl-gold);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.zl-catalog-root-heading h1,
.zl-catalog-heading h1 {
    margin-bottom: 12px;
    font-size: clamp(36px, 3vw, 44px);
}

.zl-catalog-root-heading > p:last-child,
.zl-catalog-heading__row > div > p {
    max-width: 760px;
    margin: 0;
    color: #45494f;
    font-size: 15px;
}

.zl-breadcrumbs {
    display: flex;
    min-height: 40px;
    align-items: center;
    gap: 9px;
    margin-bottom: 28px;
    color: var(--zl-muted);
    font-size: 13px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

.zl-breadcrumbs::-webkit-scrollbar {
    display: none;
}

.zl-breadcrumbs a {
    color: #3f4144;
    text-decoration: none;
}

.zl-breadcrumbs a:hover {
    color: var(--zl-gold);
}

.zl-breadcrumbs > span[aria-hidden="true"] {
    color: #98938a;
}

.zl-catalog-heading__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
}

.zl-help-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 3px;
    color: var(--zl-gold);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.zl-help-link:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.zl-subcategory-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 32px;
    overflow-x: auto;
    scrollbar-width: none;
}

.zl-subcategory-nav::-webkit-scrollbar {
    display: none;
}

.zl-subcategory-nav a {
    padding-bottom: 10px;
    color: #54595d;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    font-weight: 550;
    text-decoration: none;
    white-space: nowrap;
}

.zl-subcategory-nav a:hover,
.zl-subcategory-nav a.is-active {
    color: var(--zl-navy);
    border-color: var(--zl-gold);
}

.zl-catalog-toolbar {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
    padding: 18px 0;
    border-top: 1px solid rgba(32, 33, 34, 0.1);
    border-bottom: 1px solid rgba(32, 33, 34, 0.1);
}

.zl-catalog-filter {
    position: relative;
}

.zl-catalog-filter > summary {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 9px;
    padding: 0 16px;
    color: var(--zl-ink);
    background: transparent;
    border: 1px solid rgba(32, 33, 34, 0.18);
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 650;
    list-style: none;
}

.zl-catalog-filter > summary::-webkit-details-marker {
    display: none;
}

.zl-catalog-filter > summary:hover,
.zl-catalog-filter[open] > summary {
    color: var(--zl-navy);
    border-color: rgba(27, 43, 76, 0.5);
}

.zl-catalog-filter > summary svg,
.zl-catalog-filter__head svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
}

.zl-catalog-filter__panel {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: min(520px, calc(100vw - 40px));
    max-height: min(680px, calc(100vh - 190px));
    padding: 24px;
    background: var(--zl-white);
    border: 1px solid rgba(32, 33, 34, 0.12);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(27, 43, 76, 0.14);
    overflow-y: auto;
}

.zl-catalog-filter__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    color: var(--zl-navy-deep);
    font-family: var(--zl-serif);
    font-size: 25px;
}

.zl-catalog-filter__head button {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--zl-navy);
    background: transparent;
    border: 0;
    cursor: pointer;
}

.zl-catalog-filter__panel .bx-filter {
    width: 100%;
    min-width: 0;
    color: var(--zl-ink);
    background: transparent;
    font-family: var(--zl-sans);
}

.zl-catalog-filter__panel .bx-filter-section,
.zl-catalog-filter__panel .bx-filter-parameters-box,
.zl-catalog-filter__panel .bx-filter-parameters-box-container {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.zl-catalog-filter__panel .bx-filter-title {
    display: none;
}

.zl-catalog-filter__panel .bx-filter-parameters-box {
    margin: 0;
    padding: 16px 0;
    border-top: 1px solid rgba(32, 33, 34, 0.1);
}

.zl-catalog-filter__panel .bx-filter-parameters-box-title {
    color: var(--zl-navy-deep);
    font-size: 14px;
    font-weight: 700;
}

.zl-catalog-filter__panel input[type="text"],
.zl-catalog-filter__panel input[type="number"],
.zl-catalog-filter__panel select {
    min-height: 42px;
    color: var(--zl-ink);
    background: var(--zl-white);
    border: 1px solid var(--zl-line);
    border-radius: 4px;
}

.zl-catalog-filter__panel .btn,
.zl-catalog-filter__panel input[type="submit"] {
    min-height: 44px;
    padding: 0 18px;
    color: var(--zl-white);
    background: var(--zl-navy);
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}

.zl-catalog-filter__panel .btn-link,
.zl-catalog-filter__panel input[type="reset"] {
    color: var(--zl-gold);
    background: transparent;
}

.zl-catalog-filter__panel .bx-filter-popup-result {
    position: static;
    display: block;
    margin-top: 12px;
    color: var(--zl-muted);
    background: var(--zl-soft);
    border: 0;
}

.zl-smart-filter {
    display: grid;
    gap: 4px;
}

.zl-smart-filter__group {
    min-width: 0;
    margin: 0;
    padding: 20px 0;
    border: 0;
    border-top: 1px solid rgba(32, 33, 34, 0.1);
}

.zl-smart-filter__group legend {
    width: 100%;
    margin: 0 0 13px;
    padding: 0;
    color: var(--zl-navy-deep);
    font-size: 14px;
    font-weight: 750;
}

.zl-smart-filter__price {
    display: grid;
    align-items: end;
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
}

.zl-smart-filter__price label {
    display: grid;
    gap: 6px;
}

.zl-smart-filter__price label > span {
    color: var(--zl-muted);
    font-size: 12px;
}

.zl-smart-filter__price input {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 0 12px;
    color: var(--zl-ink);
    background: var(--zl-white);
    border: 1px solid var(--zl-line);
    border-radius: 4px;
}

.zl-smart-filter__options {
    display: grid;
    gap: 10px;
}

.zl-smart-filter__option {
    display: grid;
    min-height: 30px;
    align-items: center;
    grid-template-columns: 20px 1fr auto;
    gap: 9px;
    cursor: pointer;
    font-size: 14px;
}

.zl-smart-filter__option input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--zl-navy);
}

.zl-smart-filter__option small {
    color: #8a8a86;
    font-size: 11px;
}

.zl-smart-filter__option.is-disabled {
    cursor: not-allowed;
    opacity: 0.42;
}

.zl-smart-filter__actions {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 18px;
}

.zl-smart-filter__actions button {
    min-height: 44px;
    padding: 0 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 650;
}

.zl-smart-filter__actions button:first-child {
    color: var(--zl-white);
    background: var(--zl-navy);
    border: 1px solid var(--zl-navy);
}

.zl-smart-filter__actions button:last-child {
    color: var(--zl-gold);
    background: transparent;
    border: 1px solid transparent;
}

.zl-smart-filter__actions button:hover:first-child {
    background: #24385f;
}

.zl-smart-filter__actions button:hover:last-child {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.zl-catalog-sort {
    display: grid;
    align-items: center;
    grid-template-columns: auto minmax(210px, 250px);
    gap: 10px;
    color: var(--zl-muted);
    font-size: 13px;
}

.zl-catalog-sort__control {
    position: relative;
    width: 100%;
    min-width: 0;
}

.zl-catalog-sort__trigger {
    display: flex;
    width: 100%;
    height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 14px;
    color: var(--zl-ink);
    background: transparent;
    border: 1px solid rgba(32, 33, 34, 0.18);
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
}

.zl-catalog-sort__trigger::after {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    margin: -4px 2px 0 0;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transform: rotate(45deg);
    transition: transform 160ms ease;
}

.zl-catalog-sort__trigger[aria-expanded="true"]::after {
    margin-top: 4px;
    transform: rotate(225deg);
}

.zl-catalog-sort__trigger:focus-visible {
    border-color: rgba(27, 38, 66, 0.5);
    box-shadow: var(--zl-focus);
    outline: none;
}

.zl-catalog-sort__menu {
    position: absolute;
    z-index: 80;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    padding: 4px;
    background: var(--zl-white);
    border: 1px solid var(--zl-line);
    border-radius: 4px;
    box-shadow: 0 8px 22px rgba(30, 45, 61, 0.12);
}

.zl-catalog-sort__menu[hidden] {
    display: none;
}

.zl-catalog-sort__option {
    display: block;
    width: 100%;
    min-height: 36px;
    padding: 8px 10px;
    color: var(--zl-ink);
    background: transparent;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.zl-catalog-sort__option.is-selected {
    color: #1b2642;
    background: transparent;
    font-weight: 500;
}

.zl-catalog-sort__option:hover,
.zl-catalog-sort__option:focus-visible {
    background: rgba(177, 138, 74, 0.08);
    outline: none;
}

.zl-catalog-result-meta {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 14px;
    color: var(--zl-muted);
    font-size: 12px;
}

.zl-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 46px 30px;
}

.zl-product-card {
    min-width: 0;
    overflow: hidden;
    background: var(--zl-white);
    border: 1px solid var(--zl-line);
    border-radius: 6px;
    transition: transform 220ms ease, border-color 220ms ease;
}

.zl-product-card:hover {
    border-color: rgba(177, 138, 74, 0.7);
    transform: translateY(-3px);
}

.zl-product-card__media {
    position: relative;
    aspect-ratio: 1 / 1;
    padding: 0;
    background: #f7f5ef;
    overflow: hidden;
}

.zl-product-card__media > a,
.zl-product-card__image-wrap {
    display: block;
    width: 100%;
    height: 100%;
}

.zl-product-card__image-wrap {
    position: relative;
    overflow: hidden;
    background: var(--zl-white);
    border-radius: 0;
}

.zl-product-card__image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease;
}

.zl-product-card:hover .zl-product-card__image-wrap img {
    transform: scale(1.025);
}

.zl-product-card__watermark {
    position: absolute;
    right: 10px;
    bottom: 8px;
    color: rgba(27, 43, 76, 0.52);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zl-product-card__no-image {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #8b877f;
    background: linear-gradient(145deg, #f8f5ee, #eee9df);
    font-family: var(--zl-serif);
}

.zl-product-card__status {
    position: absolute;
    top: 26px;
    left: 26px;
    z-index: 2;
    padding: 7px 10px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
}

.zl-product-card__status.is-stock {
    color: #315e3b;
    background: #edf2eb;
}

.zl-product-card__status.is-order {
    color: #7a5b2e;
    background: #f5efe4;
}

.zl-product-card__status.is-check {
    color: #575d68;
    background: #eff0f2;
}

.zl-favorite-button {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 3;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--zl-ink);
    background: rgba(255, 255, 255, 0.94);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: color 160ms ease, transform 160ms ease;
}

.zl-favorite-button:hover {
    color: var(--zl-gold);
    transform: scale(1.05);
}

.zl-favorite-button svg {
    width: 22px;
    height: 22px;
    fill: transparent;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.zl-favorite-button[aria-pressed="true"] {
    color: #8b6a34;
}

.zl-favorite-button[aria-pressed="true"] svg {
    fill: currentColor;
}

.zl-product-card__body {
    display: flex;
    min-height: 142px;
    align-items: center;
    justify-content: space-between;
    padding: 22px 22px 24px;
    flex-direction: column;
    gap: 16px;
    text-align: center;
}

.zl-product-card__body > a {
    text-decoration: none;
}

.zl-product-card__body h2 {
    margin: 0;
    color: var(--zl-navy-deep);
    font-family: var(--zl-serif);
    font-size: 18px;
    font-weight: 650;
    line-height: 1.3;
}

.zl-product-card__body > a:hover h2 {
    color: var(--zl-gold);
}

.zl-product-card__price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 9px;
}

.zl-product-card__price strong {
    color: var(--zl-ink);
    font-size: 18px;
    font-weight: 700;
}

.zl-product-card__price del {
    color: #8a8a86;
    font-size: 13px;
}

.zl-pagination {
    display: flex;
    align-items: center;
    margin: 58px 0 70px;
    flex-direction: column;
}

.zl-load-more {
    display: inline-flex;
    min-width: 210px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    color: var(--zl-white);
    background: var(--zl-navy);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
}

.zl-load-more:hover {
    background: #24385f;
}

.zl-pagination__pages {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.zl-pagination__pages a,
.zl-pagination__pages span {
    display: inline-flex;
    min-width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    color: var(--zl-muted);
    text-decoration: none;
}

.zl-pagination__pages a:hover {
    color: var(--zl-gold);
}

.zl-pagination__pages .is-current {
    color: var(--zl-navy);
    border-bottom: 2px solid var(--zl-gold);
    font-weight: 750;
}

.zl-section-description {
    width: 100%;
    max-width: none;
    margin: 60px 0 68px;
    padding: 0;
    color: #4f5358;
    font-size: 15px;
    text-align: left;
}

.zl-section-description > :is(p, h2, h3, h4, ul, ol, blockquote, table, div) {
    width: 100%;
    max-width: none;
}

.zl-section-description :is(p, h2, h3, h4, li) {
    text-align: left !important;
}

.zl-section-description > :is(h2, h3) {
    text-wrap: wrap;
}

.zl-section-description > :first-child {
    margin-top: 0;
}

.zl-section-description > :last-child {
    margin-bottom: 0;
}

.zl-section-description img,
.zl-section-description iframe {
    max-width: 100%;
}

.zl-section-guide {
    margin: 68px 0 76px;
    color: #4f5358;
}

.zl-section-guide h2 {
    margin: 0 0 14px;
    color: var(--zl-navy-deep);
    font-family: var(--zl-serif);
    font-size: 29px;
    line-height: 1.2;
}

.zl-section-guide__lead {
    max-width: 760px;
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 1.6;
}

.zl-section-guide__columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px;
}

.zl-section-guide__columns h3 {
    margin: 0 0 8px;
    color: var(--zl-navy-deep);
    font-size: 15px;
}

.zl-section-guide__columns p {
    margin: 0;
    font-size: 14px;
    line-height: 1.58;
}

.zl-section-guide > a {
    display: inline-flex;
    gap: 6px;
    margin-top: 34px;
    color: var(--zl-gold);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.zl-section-guide > a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.zl-catalog-empty {
    display: flex;
    min-height: 320px;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    background: var(--zl-white);
    border-radius: 8px;
    flex-direction: column;
    text-align: center;
}

.zl-catalog-empty h2 {
    margin: 0 0 10px;
}

.zl-favorites-empty {
    min-height: 360px;
    padding-top: 22px;
}

.zl-favorites-empty h2 {
    margin: 0 0 12px;
    color: var(--zl-navy-deep);
    font-family: var(--zl-sans);
    font-size: 16px;
    font-weight: 500;
}

.zl-favorites-empty p {
    margin: 0 0 28px;
    color: var(--zl-muted);
    font-size: 14px;
}

.zl-favorites-empty a {
    display: inline-flex;
    min-width: 200px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    color: var(--zl-white);
    background: var(--zl-navy);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.zl-favorites-empty a:hover {
    background: #24385f;
}

.zl-catalog-empty p {
    margin: 0 0 24px;
    color: var(--zl-muted);
}

.zl-catalog-empty a {
    color: var(--zl-gold);
}

.zl-root-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.zl-root-category-card {
    position: relative;
    display: grid;
    min-width: 0;
    overflow: hidden;
    color: var(--zl-white);
    background: var(--zl-navy-deep);
    border-radius: 7px;
    grid-template-rows: auto 1fr;
    text-decoration: none;
}

.zl-root-category-card__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #ece8de;
}

.zl-root-category-card__media::after {
    position: absolute;
    inset: auto 0 0;
    height: 48%;
    background: linear-gradient(to top, rgba(30, 45, 61, 0.36), transparent);
    content: "";
}

.zl-root-category-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.zl-root-category-card:hover .zl-root-category-card__media img {
    transform: scale(1.035);
}

.zl-root-category-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 25% 20%, rgba(177, 138, 74, 0.32), transparent 32%),
        linear-gradient(145deg, #293954, #18263c);
}

.zl-root-category-card__body {
    display: flex;
    min-height: 92px;
    justify-content: center;
    padding: 20px 54px 20px 22px;
    flex-direction: column;
}

.zl-root-category-card__body strong {
    font-family: var(--zl-serif);
    font-size: 21px;
    line-height: 1.25;
}

.zl-root-category-card__body span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.zl-root-category-card__arrow {
    position: absolute;
    right: 22px;
    bottom: 27px;
    color: var(--zl-gold);
    font-size: 23px;
    transition: transform 180ms ease;
}

.zl-root-category-card:hover .zl-root-category-card__arrow {
    transform: translateX(4px);
}

@media (max-width: 1023px) {
    .zl-catalog-heading__row {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .zl-catalog-heading__row .zl-help-link {
        align-self: flex-start;
    }

    .zl-subcategory-nav {
        margin-right: calc(var(--zl-page-x) * -1);
        margin-left: calc(var(--zl-page-x) * -1);
        padding-inline: var(--zl-page-x);
    }

    .zl-catalog-filter__panel {
        position: fixed;
        top: 72px;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        max-height: none;
        padding: 22px 20px 34px;
        border: 0;
        border-radius: 0;
    }

    .zl-product-grid,
    .zl-root-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .zl-page--catalog .zl-content {
        padding-top: 46px;
    }
}

.zl-page--catalog .zl-content:has(.zl-section-description),
.zl-page--catalog .zl-content:has(.zl-section-guide) {
    padding-bottom: 0;
}

@media (max-width: 640px) {
    .zl-catalog-root-heading,
    .zl-catalog-heading {
        margin-bottom: 26px;
    }

    .zl-breadcrumbs {
        margin-bottom: 18px;
    }

    .zl-catalog-toolbar {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .zl-catalog-filter > summary {
        width: 100%;
        justify-content: center;
    }

    .zl-catalog-sort {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .zl-catalog-sort__control,
    .zl-catalog-sort__trigger {
        width: 100%;
    }

    .zl-product-grid {
        gap: 20px 10px;
    }

    .zl-product-card__media {
        padding: 0;
    }

    .zl-product-card__status {
        top: 12px;
        left: 12px;
        max-width: calc(100% - 58px);
        padding: 5px 6px;
        font-size: 8px;
    }

    .zl-favorite-button {
        top: 9px;
        right: 9px;
        width: 36px;
        height: 36px;
    }

    .zl-product-card__body {
        min-height: 118px;
        padding: 15px 8px 17px;
        gap: 12px;
    }

    .zl-product-card__body h2 {
        display: -webkit-box;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.3;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .zl-product-card__price {
        align-items: center;
        flex-direction: column-reverse;
        gap: 1px;
    }

    .zl-product-card__price strong {
        font-size: 15px;
    }

    .zl-product-card__price del {
        font-size: 11px;
    }

    .zl-root-category-grid {
        gap: 11px;
    }

    .zl-root-category-card__body {
        min-height: 82px;
        padding: 13px 34px 13px 13px;
    }

    .zl-root-category-card__body strong {
        font-size: 15px;
    }

    .zl-root-category-card__body span {
        font-size: 10px;
    }

    .zl-root-category-card__arrow {
        right: 12px;
        bottom: 22px;
        font-size: 18px;
    }
}

.zl-reviews-page {
    padding-bottom: 0;
}

.zl-page--reviews .zl-main {
    min-height: 0;
}

.zl-page--reviews .zl-content {
    padding-bottom: 68px;
}

.zl-reviews-page__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 32px;
}

.zl-reviews-page__head h1 {
    margin: 0;
    color: var(--zl-navy-deep);
    font-family: var(--zl-serif);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 400;
    line-height: 1.08;
}

.zl-reviews-page__head p {
    max-width: 720px;
    margin: 13px 0 0;
    color: var(--zl-muted);
}

.zl-reviews-grid {
    display: grid;
    align-items: start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.zl-review-card {
    display: flex;
    min-width: 0;
    min-height: 0;
    height: auto;
    align-self: start;
    padding: clamp(22px, 3vw, 32px);
    background: var(--zl-white);
    border: 1px solid var(--zl-line);
    border-radius: 7px;
    flex-direction: column;
}

.zl-review-card__head {
    display: flex;
    align-items: center;
    gap: 13px;
}

.zl-review-card__avatar {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: var(--zl-white);
    background: var(--zl-navy);
    border-radius: 50%;
    font-family: var(--zl-serif);
    font-size: 20px;
}

.zl-review-card__head h2 {
    margin: 0;
    color: var(--zl-navy-deep);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.25;
}

.zl-review-card__head time {
    color: var(--zl-muted);
    font-size: 13px;
}

.zl-review-card__product {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin: 16px 0 0;
    color: var(--zl-muted);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
}

.zl-review-card__product:hover {
    text-decoration: underline;
}

.zl-review-card__product--text {
    color: var(--zl-muted);
    font-weight: 500;
}

.zl-review-card__text {
    margin-top: 12px;
    color: var(--zl-ink);
    font-size: 15px;
    line-height: 22px;
}

.zl-review-card__reply {
    margin-top: 22px;
    padding: 16px 18px;
    background: var(--zl-soft);
    border-left: 3px solid var(--zl-gold);
    border-radius: 0 5px 5px 0;
}

.zl-review-card__reply strong {
    color: var(--zl-navy-deep);
    font-size: 13px;
}

.zl-review-card__reply p {
    margin: 6px 0 0;
    color: var(--zl-muted);
    font-size: 14px;
}

.zl-reviews-page__empty {
    padding: 28px;
    background: var(--zl-white);
    border: 1px solid var(--zl-line);
    border-radius: 7px;
}

.zl-pagination {
    display: grid;
    align-items: center;
    margin-top: 34px;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
}

.zl-pagination a,
.zl-pagination span {
    display: inline-flex;
    min-width: 40px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border: 1px solid var(--zl-line);
    border-radius: 4px;
    text-decoration: none;
}

.zl-pagination a:hover,
.zl-pagination span[aria-current="page"] {
    color: var(--zl-white);
    background: var(--zl-navy);
    border-color: var(--zl-navy);
}

.zl-pagination__pages {
    display: flex;
    gap: 6px;
}

.zl-pagination__direction:last-child {
    justify-self: end;
}

.zl-pagination.zl-pagination--reviews {
    display: flex;
    align-items: center;
    margin: 44px 0 0;
    gap: 0;
    grid-template-columns: none;
    flex-direction: column;
}

.zl-pagination--reviews .zl-load-more {
    min-width: 210px;
    min-height: 46px;
    padding: 0 26px;
    color: var(--zl-white);
    background: var(--zl-navy);
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 650;
}

.zl-pagination--reviews .zl-load-more:hover {
    color: var(--zl-white);
    background: #24385f;
    border-color: transparent;
}

.zl-pagination--reviews .zl-load-more.is-loading {
    cursor: wait;
    opacity: 0.7;
}

.zl-pagination--reviews .zl-pagination__pages {
    margin-top: 16px;
}

.zl-pagination--reviews .zl-pagination__ellipsis,
.zl-pagination--reviews .zl-pagination__ellipsis:hover {
    min-width: 24px;
    padding-right: 4px;
    padding-left: 4px;
    color: var(--zl-muted);
    background: transparent;
    border-color: transparent;
}

.zl-pagination.zl-pagination--catalog {
    display: flex;
    align-items: center;
    margin: 56px 0 0;
    gap: 0;
    grid-template-columns: none;
    flex-direction: column;
}

.zl-pagination--catalog .zl-load-more {
    min-width: 210px;
    min-height: 46px;
    padding: 0 26px;
    color: var(--zl-white);
    background: var(--zl-navy);
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 650;
}

.zl-pagination--catalog .zl-load-more:hover {
    color: var(--zl-white);
    background: #24385f;
    border-color: transparent;
}

.zl-pagination--catalog .zl-load-more.is-loading {
    cursor: wait;
    opacity: 0.7;
}

.zl-pagination--catalog .zl-pagination__pages {
    margin-top: 16px;
}

/* Desktop content pages: contacts and delivery/payment */
.zl-static-page > .zl-breadcrumbs {
    margin-bottom: 44px;
}

.zl-static-page > h1 {
    margin-bottom: 46px;
    font-size: clamp(38px, 3.3vw, 50px);
}

.zl-contacts-hero {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(260px, 0.72fr) minmax(480px, 1.28fr);
    gap: clamp(48px, 7vw, 110px);
}

.zl-contacts-details {
    display: grid;
    gap: 34px;
}

.zl-contacts-details section h2 {
    margin: 0 0 12px;
    color: var(--zl-navy);
    font-family: var(--zl-sans);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zl-contacts-details section p {
    margin: 0;
    line-height: 1.65;
}

.zl-contacts-details section > a {
    display: block;
    width: fit-content;
    color: var(--zl-ink);
}

.zl-contacts-details section > a + a {
    margin-top: 8px;
    color: var(--zl-navy);
}

.zl-contacts-details .zl-contacts-phone {
    font-size: 20px;
    font-weight: 650;
    text-decoration: none;
}

.zl-contacts-map__placeholder {
    display: flex;
    min-height: 400px;
    align-items: center;
    justify-content: center;
    color: #b9bec6;
    background: #f0f1f3;
    border: 1px solid #e0e2e6;
    border-radius: 4px;
}

.zl-contacts-map__placeholder svg {
    width: 42px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.zl-contacts-map > a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    color: var(--zl-ink);
    font-weight: 600;
    text-decoration: none;
}

.zl-contacts-map > a:hover {
    color: var(--zl-gold);
}

.zl-company-details {
    margin-top: 88px;
}

.zl-company-details > h2,
.zl-contact-form > h2 {
    margin: 0 0 30px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--zl-line);
    font-size: 30px;
}

.zl-company-details dl {
    margin: 0;
}

.zl-company-details dl > div {
    display: grid;
    min-height: 46px;
    align-items: center;
    padding: 10px 0;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px;
}

.zl-company-details dl > div + div {
    border-top: 1px solid rgba(32, 33, 34, 0.1);
}

.zl-company-details dt {
    color: var(--zl-muted);
}

.zl-company-details dd {
    margin: 0;
    text-align: left;
}

.zl-contact-form {
    max-width: 760px;
    margin-top: 88px;
}

.zl-contact-form .mfeedback .mf-name,
.zl-contact-form .mfeedback .mf-email,
.zl-contact-form .mfeedback .mf-message {
    width: 100%;
    padding-bottom: 20px;
}

.zl-contact-form .mfeedback input,
.zl-contact-form .mfeedback textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    background: var(--zl-white);
    border: 1px solid #cfd2d5;
    border-radius: 4px;
}

.zl-contact-form .mfeedback textarea {
    min-height: 150px;
    resize: vertical;
}

.zl-contact-form .mfeedback button[type="submit"] {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    color: var(--zl-white);
    background: var(--zl-navy);
    border: 1px solid var(--zl-navy);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
}

.zl-page--info .zl-main {
    min-height: 0;
}

.zl-page--info .zl-content {
    padding-bottom: 68px;
}

.zl-page--info .zl-info-page {
    width: 100%;
    max-width: 820px;
}

.zl-page--info .zl-static-page > h1 {
    margin-bottom: 35px;
    font-size: clamp(36px, 3vw, 42px);
}

.zl-page--info .zl-info-page__content > h2 {
    margin: 0 0 17px;
    font-size: 34px;
}

.zl-page--info .zl-info-page__content > h3 {
    margin: 26px 0 11px;
    font-size: 25px;
}

.zl-page--info .zl-info-page__content p,
.zl-page--info .zl-info-page__content li {
    font-size: 17px;
    line-height: 1.72;
}

.zl-page--info .zl-info-page__content ol {
    max-width: 820px;
    padding-left: 24px;
}

.zl-page--info .zl-info-page__content > :last-child {
    margin-bottom: 0;
}

.zl-main:has(.zl-policy-page) {
    min-height: 0;
}

.zl-content:has(.zl-policy-page) {
    padding-bottom: 68px;
}

.zl-policy-page {
    width: 100%;
    max-width: none;
}

.zl-policy-page > h1 {
    margin-bottom: 35px;
    font-size: clamp(36px, 3vw, 42px);
    text-transform: none;
}

.zl-policy-page__content {
    font-size: 16px;
    line-height: 25px;
}

.zl-policy-page__content > h2 {
    margin: 28px 0 14px;
    font-size: 26px;
    line-height: 1.25;
}

.zl-policy-page__content > h2:first-child {
    margin-top: 0;
}

.zl-policy-page__content > p {
    max-width: none;
    margin: 0 0 14px;
}

.zl-policy-page__content > ul,
.zl-policy-page__content > ol {
    margin: 0 0 14px;
    padding-left: 24px;
}

.zl-policy-page__content li + li {
    margin-top: 6px;
}

.zl-policy-page__content > :last-child {
    margin-bottom: 0;
}

/* FAQ: compact, content-led accordion */
.zl-main:has(.zl-faq-page) {
    min-height: 0;
}

.zl-content:has(.zl-faq-page) {
    padding-bottom: 68px;
}

.zl-faq-page {
    width: 100%;
    max-width: 820px;
}

.zl-faq-page > h1 {
    margin-bottom: 24px;
    color: var(--zl-navy-deep);
    font-family: var(--zl-serif);
    font-size: clamp(36px, 3vw, 42px);
}

.zl-content .zl-faq-page__intro {
    max-width: 820px;
    margin: 0 0 30px;
    color: var(--zl-muted);
    font-size: 16px;
    line-height: 25px;
}

.zl-faq-page__intro a,
.zl-faq-item__answer a {
    color: var(--zl-navy);
    text-underline-offset: 3px;
}

.zl-faq-accordion {
    border-top: 1px solid var(--zl-line);
}

.zl-faq-item {
    border-bottom: 1px solid var(--zl-line);
}

.zl-faq-item__question {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
    color: var(--zl-navy-deep);
    cursor: pointer;
    font-size: 17px;
    font-weight: 650;
    line-height: 24px;
    list-style: none;
}

.zl-faq-item__question::-webkit-details-marker {
    display: none;
}

.zl-faq-item__question::after {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    margin-right: 3px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transform: rotate(45deg) translateY(-2px);
    transition: transform 180ms ease;
}

.zl-faq-item[open] > .zl-faq-item__question::after {
    transform: rotate(225deg) translate(-2px, -2px);
}

.zl-faq-item__answer {
    padding: 0 40px 20px 0;
    font-size: 16px;
    line-height: 25px;
}

.zl-content .zl-faq-item__answer p {
    max-width: none;
    margin: 0 0 14px;
}

.zl-faq-item__answer ul,
.zl-faq-item__answer ol {
    margin: 0 0 14px;
    padding-left: 24px;
}

.zl-faq-item__answer > :first-child {
    margin-top: 0;
}

.zl-faq-item__answer > :last-child {
    margin-bottom: 0;
}

/* Desktop article listing and article detail */
.zl-articles-page > .zl-breadcrumbs,
.zl-article-page > .zl-breadcrumbs {
    margin-bottom: 42px;
}

.zl-articles-page > h1 {
    margin-bottom: 18px;
}

.zl-articles-grid {
    display: grid;
    margin-top: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 52px 32px;
}

.zl-article-card {
    min-width: 0;
}

.zl-article-card__image,
.zl-related-article__image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #ede8dc;
    border-radius: 4px;
}

.zl-article-card__image img,
.zl-related-article__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 360ms ease;
}

.zl-article-card:hover .zl-article-card__image img,
.zl-related-article:hover .zl-related-article__image img {
    transform: scale(1.025);
}

.zl-article-card__placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: rgba(177, 138, 74, 0.72);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.38), transparent 55%),
        linear-gradient(145deg, #f3eee3, #dfd5c2);
    font-family: var(--zl-serif);
    font-size: 30px;
    font-style: italic;
}

.zl-article-card__body {
    padding-top: 18px;
}

.zl-article-card__body h2,
.zl-related-article h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.25;
}

.zl-article-card__body h2 a,
.zl-related-article h3 a {
    color: var(--zl-navy-deep);
    text-decoration: none;
}

.zl-article-card__body h2 a:hover,
.zl-related-article h3 a:hover {
    color: var(--zl-gold);
}

.zl-article-card__body p,
.zl-related-article p {
    margin: 0 0 14px;
    color: var(--zl-muted);
    line-height: 1.55;
}

.zl-article-card__more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--zl-gold);
    font-weight: 650;
    text-decoration: none;
}

.zl-articles-pagination {
    display: flex;
    margin-top: 62px;
    flex-direction: column;
}

.zl-articles-empty {
    padding: 48px 0;
}

.zl-article-page {
    max-width: 980px;
}

.zl-article-page__head {
    margin-bottom: 34px;
}

.zl-article-page__head h1 {
    margin-bottom: 14px;
}

.zl-content .zl-article-page__lead {
    max-width: 70ch;
    margin: 0 0 12px;
    color: var(--zl-muted);
    font-size: 18px;
    line-height: 1.55;
}

.zl-article-page__head time {
    color: var(--zl-muted);
    font-size: 13px;
}

.zl-article-page__hero {
    overflow: hidden;
    margin: 0 0 38px;
    background: var(--zl-soft);
    border-radius: 4px;
}

.zl-article-page__hero img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 620px;
    object-fit: cover;
}

.zl-article-page__content {
    max-width: 76ch;
    font-size: 17px;
    line-height: 1.72;
}

.zl-article-page__content h2 {
    margin: 40px 0 16px;
    font-size: 30px;
}

.zl-article-page__content h3 {
    margin: 32px 0 14px;
    font-size: 24px;
}

.zl-article-page__content img {
    max-width: 100%;
    height: auto;
}

.zl-article-page__back {
    display: inline-flex;
    margin-top: 34px;
    color: var(--zl-navy);
    font-weight: 650;
    text-decoration: none;
}

.zl-related-articles {
    margin-top: 82px;
    padding-top: 42px;
    border-top: 1px solid var(--zl-line);
}

.zl-related-articles > h2 {
    margin: 0 0 28px;
}

.zl-related-articles__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.zl-related-article h3 {
    margin-top: 16px;
    font-size: 19px;
}

@media (max-width: 760px) {
    .zl-reviews-page__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .zl-reviews-grid {
        grid-template-columns: 1fr;
    }

    .zl-pagination {
        grid-template-columns: 1fr 1fr;
    }

    .zl-pagination__pages {
        display: none;
    }

    .zl-static-page > .zl-breadcrumbs {
        margin-bottom: 24px;
    }

    .zl-static-page > h1 {
        margin-bottom: 32px;
    }

    .zl-contacts-hero,
    .zl-company-details dl {
        grid-template-columns: 1fr;
    }

    .zl-contacts-hero {
        gap: 38px;
    }

    .zl-contacts-map__placeholder {
        min-height: 260px;
    }

    .zl-company-details,
    .zl-contact-form {
        margin-top: 56px;
    }

    .zl-company-details dl > div {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 12px 0;
    }

    .zl-company-details dd {
        text-align: left;
    }

    .zl-articles-grid,
    .zl-related-articles__grid {
        grid-template-columns: 1fr;
    }

    .zl-articles-grid {
        gap: 38px;
    }

    .zl-article-card__body h2 {
        font-size: 21px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* End */


/* Start:/local/components/zlatiks/feedback/templates/callback-modal/style.css?17879768794462*/
.zl-callback-modal[hidden] {
    display: none;
}

.zl-callback-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 24px;
}

.zl-callback-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 27, 47, .62);
    backdrop-filter: blur(4px);
}

.zl-callback-modal__dialog {
    position: relative;
    width: min(100%, 540px);
    max-height: calc(100dvh - 48px);
    overflow: auto;
    padding: 34px;
    border: 1px solid rgba(27, 43, 76, .1);
    border-radius: 24px;
    background: #fffdf9;
    box-shadow: 0 28px 80px rgba(15, 27, 47, .28);
}

.zl-callback-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f1f2f4;
    color: #1b2b4c;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.zl-callback-modal__head h2,
.zl-callback-modal__success h2 {
    margin: 0 48px 8px 0;
    color: #17243b;
    font-size: clamp(36px, 3vw, 38px);
    line-height: 1.08;
}

.zl-callback-modal__head > p:last-child,
.zl-callback-modal__success p {
    margin: 0 0 18px;
    color: #626873;
    font-size: 16px;
    line-height: 1.5;
}

.zl-callback-form {
    display: grid;
    gap: 13px;
}

.zl-callback-form__field {
    display: grid;
    gap: 6px;
    color: #252a32;
    font-weight: 650;
}

.zl-callback-form__field b {
    color: #a7442f;
}

.zl-callback-form__field input,
.zl-callback-form__field textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cfd3da;
    border-radius: 12px;
    background: #fff;
    color: #20242b;
    font: inherit;
    font-weight: 400;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.zl-callback-form__field input {
    height: 50px;
    padding: 0 16px;
}

.zl-callback-form__field textarea {
    height: 86px;
    min-height: 86px;
    padding: 11px 16px;
    resize: vertical;
}

.zl-callback-form__field input:focus,
.zl-callback-form__field textarea:focus {
    border-color: #b68a25;
    box-shadow: 0 0 0 4px rgba(182, 138, 37, .14);
}

.zl-callback-form__field input[aria-invalid="true"] {
    border-color: #b53a2e;
}

.zl-callback-modal__button {
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    background: #1b2642;
    color: #fff;
    font-size: 16px;
    font-weight: 750;
    letter-spacing: .02em;
    cursor: pointer;
    transition: background-color 160ms ease, transform 160ms ease;
}

.zl-callback-modal__button:hover {
    background: #263c68;
}

.zl-callback-modal__button:active {
    transform: translateY(1px);
}

.zl-callback-modal__close:focus-visible,
.zl-callback-modal__button:focus-visible {
    outline: 3px solid rgba(182, 138, 37, .42);
    outline-offset: 3px;
}

.zl-callback-form__privacy {
    margin: -2px 0 0;
    color: #777d86;
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
}

.zl-callback-form__privacy a {
    color: inherit;
    text-decoration: underline;
}

.zl-callback-form__honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.zl-callback-modal__errors {
    margin: 0 0 18px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff0ed;
    color: #8c2f24;
}

.zl-callback-modal__errors p {
    margin: 0;
}

.zl-callback-modal__success {
    text-align: center;
}

.zl-callback-modal__success-icon {
    display: grid;
    width: 64px;
    height: 64px;
    margin: 0 auto 22px;
    place-items: center;
    border-radius: 50%;
    background: #e6f4eb;
    color: #17743a;
    font-size: 32px;
    font-weight: 800;
}

.zl-callback-modal__success h2 {
    margin-right: 0;
}

.zl-callback-modal__success .zl-callback-modal__button {
    width: 100%;
}

@media (max-width: 640px) {
    .zl-callback-modal {
        align-items: end;
        padding: 0;
    }

    .zl-callback-modal__dialog {
        width: 100%;
        max-height: calc(100dvh - 16px);
        padding: 30px 20px 22px;
        border-radius: 22px 22px 0 0;
    }

    .zl-callback-modal__head h2,
    .zl-callback-modal__success h2 {
        font-size: 36px;
    }

    .zl-callback-modal__close {
        top: 12px;
        right: 12px;
    }
}

/* End */


/* Start:/bitrix/templates/zlatiks_modern/styles.css?1787903917170*/
/* Стили контентного редактора будут добавляться по мере переноса информационных страниц. */


/* End */
/* /bitrix/templates/zlatiks_modern/assets/css/theme.css?178797894698742 */
/* /local/components/zlatiks/feedback/templates/callback-modal/style.css?17879768794462 */
/* /bitrix/templates/zlatiks_modern/styles.css?1787903917170 */
