:root {
    --pb-paper: #f5f0e7;
    --pb-paper-light: #fffdf8;
    --pb-ink: #241e22;
    --pb-plum: #392a35;
    --pb-plum-dark: #211a20;
    --pb-coral: #ef6d50;
    --pb-yellow: #f2dc73;
    --pb-sage: #b9ceb9;
    --pb-blue: #b9cede;
    --pb-lilac: #cabbd4;
    --pb-line: rgba(36, 30, 34, 0.18);
    --pb-radius: 22px;
    --pb-shadow-soft: 0 18px 50px rgba(36, 30, 34, 0.09);
    --pb-shadow-card: 0 10px 34px rgba(36, 30, 34, 0.08);

    /* Bridge the earlier account/components palette into this design system. */
    --ph-ink: var(--pb-ink);
    --ph-muted: rgba(36, 30, 34, 0.62);
    --ph-primary: var(--pb-plum);
    --ph-primary-dark: var(--pb-plum-dark);
    --ph-accent: var(--pb-coral);
    --ph-accent-soft: #f8ded5;
    --ph-surface: var(--pb-paper);
    --ph-surface-alt: #e8eee5;
    --ph-border: var(--pb-line);
}

html {
    scroll-behavior: smooth;
}

body.page {
    overflow-x: hidden;
    color: var(--pb-ink);
    background: var(--pb-paper);
}

::selection {
    color: var(--pb-paper-light);
    background: var(--pb-coral);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(239, 109, 80, 0.46);
    outline-offset: 3px;
}

button:focus-visible {
    outline: 3px solid rgba(239, 109, 80, 0.58) !important;
    outline-offset: 3px;
}

/* Editorial wordmark: text remains sharp and accessible at every density. */
.brand-wordmark {
    display: inline-flex;
    width: auto;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    color: var(--pb-ink);
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.brand-wordmark:hover,
.brand-wordmark:focus {
    color: var(--pb-ink);
}

.brand-wordmark__name {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 0.86;
}

.brand-wordmark__name > span {
    color: var(--pb-coral);
}

.brand-wordmark__tagline {
    margin-top: 7px;
    padding-left: 2px;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.19em;
    line-height: 1;
    text-transform: uppercase;
}

/* Cleaner, roomier header while retaining the same navigation controls. */
.page__w {
    padding-top: 64px;
}

.header {
    height: 64px;
    border-bottom: 1px solid var(--pb-line);
    background: rgba(255, 253, 248, 0.94);
    box-shadow: none;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.header__inner {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 18px;
}

.header__logo {
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
}

.header__burger {
    width: 64px;
    margin-left: -12px;
}

.burger__i {
    border-color: var(--pb-ink);
}

.burger__t {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.header__user-nav {
    margin-right: -4px;
}

.user-nav__box {
    margin: 0 4px;
}

.user-nav__amount {
    background: var(--pb-yellow);
    color: var(--pb-ink);
}

.user-nav .search .search-functions {
    height: 64px;
    background: var(--pb-paper-light);
}

.user-nav .search .search-window {
    height: calc(100vh - 64px);
    background: var(--pb-paper-light);
}

.home-kicker {
    display: block;
    margin-bottom: 16px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.17em;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 34px;
}

.home-section-heading h2 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 0.96;
}

.home-section-heading__count {
    flex: 0 0 auto;
    padding-bottom: 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    white-space: nowrap;
}

/* Hero borrows the editorial scale of the reference, not its imagery. */
.home-editorial-hero {
    padding: 18px 18px 0;
}

.home-editorial-hero__inner {
    display: grid;
    max-width: 1504px;
    min-height: 590px;
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
    overflow: hidden;
    border-radius: 28px;
    background: var(--pb-plum);
}

.home-editorial-hero__copy {
    display: flex;
    min-width: 0;
    padding: clamp(58px, 7vw, 108px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: var(--pb-paper-light);
}

.home-editorial-hero__copy .home-kicker {
    color: var(--pb-yellow);
}

.home-editorial-hero__title {
    max-width: 760px;
    margin: 0;
    color: var(--pb-paper-light);
    font-size: clamp(54px, 7vw, 104px);
    font-weight: 700;
    letter-spacing: -0.075em;
    line-height: 0.89;
}

.home-editorial-hero__intro {
    max-width: 570px;
    margin: 32px 0 0;
    color: rgba(255, 253, 248, 0.77);
    font-size: clamp(15px, 1.5vw, 19px);
    line-height: 1.55;
}

.home-editorial-hero__cta {
    display: inline-flex;
    min-height: 54px;
    margin-top: 34px;
    padding: 12px 18px 12px 24px;
    align-items: center;
    gap: 30px;
    border-radius: 999px;
    color: var(--pb-ink);
    background: var(--pb-paper-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.home-editorial-hero__cta:hover {
    color: var(--pb-ink);
    background: var(--pb-yellow);
    transform: translateY(-2px);
}

.home-arrow {
    display: inline-grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    color: var(--pb-paper-light);
    background: var(--pb-ink);
    font-size: 15px;
}

.home-editorial-hero__visual {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--pb-coral);
}

.home-editorial-hero__visual::before {
    content: "";
    position: absolute;
    width: 74%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--pb-yellow);
}

.home-editorial-hero__visual img {
    position: relative;
    z-index: 2;
    display: block;
    width: min(88%, 620px);
    height: auto;
    filter: drop-shadow(0 32px 28px rgba(33, 26, 32, 0.2));
    transform: rotate(-2deg);
}

.home-editorial-hero__orbit {
    position: absolute;
    z-index: 1;
    border: 2px solid rgba(36, 30, 34, 0.72);
    border-radius: 50%;
}

.home-editorial-hero__orbit--one {
    width: 82%;
    aspect-ratio: 1;
    transform: rotate(18deg) scaleY(0.58);
}

.home-editorial-hero__orbit--two {
    width: 104%;
    aspect-ratio: 1;
    transform: rotate(-24deg) scaleY(0.52);
}

.home-editorial-hero__stamp {
    position: absolute;
    right: 28px;
    bottom: 24px;
    z-index: 3;
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    border: 1px solid var(--pb-ink);
    border-radius: 50%;
    color: var(--pb-ink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.15;
    text-align: center;
}

/* Illustrated category directory. */
.home-categories {
    padding: 96px 20px 104px;
}

.home-categories__inner,
.home-products .main-product__inner,
.home-journal__inner {
    max-width: 1320px;
}

.home-categories__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.home-category-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 320px;
    padding: 18px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(36, 30, 34, 0.12);
    border-radius: var(--pb-radius);
    color: var(--pb-ink);
    background: var(--pb-yellow);
    text-decoration: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.home-category-card--tone-2 {
    background: var(--pb-sage);
}

.home-category-card--tone-3 {
    background: var(--pb-blue);
}

.home-category-card--tone-4 {
    background: var(--pb-lilac);
}

.home-category-card:hover {
    color: var(--pb-ink);
    border-color: rgba(36, 30, 34, 0.45);
    box-shadow: 0 16px 38px rgba(36, 30, 34, 0.12);
    transform: translateY(-5px);
}

.home-category-card__number {
    position: relative;
    z-index: 2;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.home-category-card__illustration {
    display: flex;
    min-height: 205px;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
}

.home-category-card__illustration img {
    display: block;
    width: min(78%, 190px);
    height: auto;
    transition: transform 0.3s ease;
}

.home-category-card:hover .home-category-card__illustration img {
    transform: rotate(-3deg) scale(1.04);
}

.home-category-card__footer {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 0;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.home-category-card__name {
    min-width: 0;
    font-size: clamp(16px, 1.55vw, 22px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.home-category-card__arrow {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border: 1px solid rgba(36, 30, 34, 0.4);
    border-radius: 50%;
    font-size: 15px;
}

/* Product cards keep their interaction model but receive the new visual system. */
.home-products {
    background: var(--pb-paper-light);
}

.home-products .main-product__inner {
    padding: 96px 20px 108px;
}

.home-products .main-product__t {
    margin: 0;
}

.home-products .product-content__list {
    gap: 22px 16px;
}

.goods-i {
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 18px;
    background: var(--pb-paper-light);
    box-shadow: 0 8px 30px rgba(36, 30, 34, 0.07);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.goods-i:hover {
    border-color: rgba(36, 30, 34, 0.24);
    box-shadow: 0 16px 40px rgba(36, 30, 34, 0.12);
    transform: translateY(-4px);
}

.goods-i .goods-i__img-i,
.goods-i .lazy-holder {
    background: #f1eee8;
}

.goods-i .lazy-img {
    mix-blend-mode: multiply;
}

.goods-i .bottom-block {
    padding: 18px 16px 20px;
}

.goods-i .name,
.goods-i .description {
    text-align: left;
}

.goods-i .name {
    color: var(--pb-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.goods-i .description {
    color: rgba(36, 30, 34, 0.58);
    line-height: 1.45;
}

.goods-i .price {
    justify-content: flex-start;
    color: var(--pb-plum);
    font-size: 15px;
    font-weight: 700;
}

.goods-i .favorites {
    top: 14px;
    right: 14px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 253, 248, 0.9);
}

/* The wishlist screen uses a dedicated remove control and intentionally hides
   the regular heart action. Keep that established interaction intact. */
.favorites__inner .goods-i .favorites {
    display: none;
}

/* Six newest blog posts form a magazine-style closing block. */
.home-journal {
    padding: 98px 20px 108px;
    color: var(--pb-paper-light);
    background: var(--pb-plum-dark);
}

.home-journal .home-kicker {
    color: var(--pb-yellow);
}

.home-journal .home-section-heading h2 {
    color: var(--pb-paper-light);
}

.home-text-link {
    display: inline-flex;
    padding: 0 0 8px;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid rgba(255, 253, 248, 0.58);
    color: var(--pb-paper-light);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
}

.home-text-link:hover {
    color: var(--pb-yellow);
    border-bottom-color: var(--pb-yellow);
}

.home-journal__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 16px;
}

.home-article-card {
    min-width: 0;
    overflow: hidden;
    border-radius: 18px;
    color: var(--pb-ink);
    background: var(--pb-paper-light);
}

.home-article-card__image {
    position: relative;
    display: block;
    aspect-ratio: 1.56;
    overflow: hidden;
    background: var(--pb-sage);
}

.home-article-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.home-article-card__placeholder {
    position: relative;
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    overflow: hidden;
    color: var(--pb-ink);
    background: var(--pb-sage);
}

.home-article-card__placeholder::before,
.home-article-card__placeholder::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(36, 30, 34, 0.55);
    border-radius: 50%;
}

.home-article-card__placeholder::before {
    width: 72%;
    aspect-ratio: 1;
    transform: scaleY(0.52) rotate(18deg);
}

.home-article-card__placeholder::after {
    width: 48%;
    aspect-ratio: 1;
    transform: scaleY(0.62) rotate(-31deg);
}

.home-article-card__placeholder > span {
    position: relative;
    z-index: 1;
    color: var(--pb-paper-light);
    font-size: clamp(62px, 9vw, 118px);
    font-weight: 700;
    letter-spacing: -0.08em;
}

.home-article-card:hover .home-article-card__image img {
    transform: scale(1.035);
}

.home-article-card__index {
    position: absolute;
    top: 14px;
    left: 14px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    color: var(--pb-paper-light);
    background: var(--pb-plum-dark);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.home-article-card__body {
    display: flex;
    min-height: 270px;
    padding: 22px;
    flex-direction: column;
}

.home-article-card time {
    margin-bottom: 13px;
    color: rgba(36, 30, 34, 0.5);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.home-article-card h3 {
    margin: 0;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.home-article-card h3 a {
    color: var(--pb-ink);
    text-decoration: none;
}

.home-article-card p {
    display: -webkit-box;
    margin: 16px 0 24px;
    color: rgba(36, 30, 34, 0.67);
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.home-article-card__read {
    display: inline-flex;
    margin-top: auto;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid var(--pb-line);
    padding-top: 14px;
    color: var(--pb-ink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-decoration: none;
    text-transform: uppercase;
}

.home-article-card__read:hover {
    color: var(--pb-coral);
}

/* Legacy informational blocks now sit on the same editorial canvas. */
.main-about,
.home-seo {
    background: var(--pb-paper);
}

.main-about__inner,
.home-seo .about-us__inner {
    max-width: 1100px;
}

.main-about__tx-box,
.main-about__descr-box,
.home-seo {
    color: var(--pb-ink);
    line-height: 1.65;
}

/* Footer keeps the same information hierarchy with stronger color blocking. */
.footer__top.footer-products {
    color: var(--pb-ink);
    background: var(--pb-yellow);
}

.footer-products__inner {
    max-width: 760px;
}

.footer-products__title,
.footer-products__link {
    color: var(--pb-ink);
}

.footer__bottom {
    background: var(--pb-plum-dark);
}

.footer__bottom-inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.brand-wordmark--footer {
    width: auto;
    height: auto;
    color: var(--pb-paper-light);
}

.brand-wordmark--footer:hover,
.brand-wordmark--footer:focus {
    color: var(--pb-paper-light);
}

.brand-wordmark--footer .brand-wordmark__name {
    font-size: 32px;
}

.brand-wordmark--footer .brand-wordmark__tagline {
    color: rgba(255, 253, 248, 0.62);
}

@media screen and (min-width: 768px) {
    .page__w {
        padding-top: 72px;
    }

    .header {
        height: 72px;
    }

    .user-nav .search .search-functions {
        height: 72px;
    }

    .user-nav .search .search-window {
        height: auto;
    }

    .header__inner {
        padding-right: 28px;
        padding-left: 28px;
    }

    .brand-wordmark__name {
        font-size: 34px;
    }

    .brand-wordmark__tagline {
        font-size: 8px;
    }

    .home-products .product-content__list {
        gap: 24px 18px;
    }
}

@media screen and (min-width: 1200px) {
    .page__w {
        padding-top: 78px;
    }

    .header {
        height: 78px;
    }

    .user-nav .search .search-functions {
        height: 78px;
    }

    .header__inner {
        padding-right: 38px;
        padding-left: 38px;
    }

    .brand-wordmark__name {
        font-size: 38px;
    }

    .brand-wordmark__tagline {
        font-size: 8px;
    }

    .home-editorial-hero {
        padding-top: 24px;
    }

    .home-products .product-content__list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .footer__bottom-inner {
        max-width: none;
    }
}

@media screen and (max-width: 1023px) {
    .home-editorial-hero__inner {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
    }

    .home-editorial-hero__copy {
        padding: 58px 42px;
    }

    .home-editorial-hero__title {
        font-size: clamp(48px, 7vw, 72px);
    }

    .home-categories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-journal__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .brand-wordmark__name {
        font-size: 27px;
    }

    .brand-wordmark__tagline {
        margin-top: 5px;
        font-size: 6px;
    }

    .burger__t {
        display: none;
    }

    .home-editorial-hero {
        padding: 10px 10px 0;
    }

    .home-editorial-hero__inner {
        grid-template-columns: minmax(0, 1fr);
        border-radius: 20px;
    }

    .home-editorial-hero__copy {
        padding: 44px 24px 40px;
    }

    .home-editorial-hero__title {
        font-size: clamp(43px, 14vw, 62px);
        line-height: 0.93;
    }

    .home-editorial-hero__intro {
        margin-top: 24px;
        font-size: 14px;
    }

    .home-editorial-hero__cta {
        min-height: 50px;
        margin-top: 28px;
        gap: 20px;
    }

    .home-editorial-hero__visual {
        min-height: 310px;
    }

    .home-editorial-hero__visual img {
        width: min(82%, 400px);
    }

    .home-editorial-hero__stamp {
        right: 16px;
        bottom: 14px;
        width: 58px;
        height: 58px;
        font-size: 8px;
    }

    .home-categories,
    .home-journal {
        padding: 72px 12px 78px;
    }

    .home-products .main-product__inner {
        padding: 72px 12px 80px;
    }

    .home-section-heading {
        align-items: flex-start;
        gap: 18px;
        margin-bottom: 26px;
    }

    .home-section-heading h2 {
        font-size: clamp(34px, 11vw, 48px);
    }

    .home-section-heading__count {
        padding-top: 4px;
        padding-bottom: 0;
        font-size: 9px;
    }

    .home-kicker {
        margin-bottom: 12px;
        font-size: 9px;
    }

    .home-categories__grid {
        gap: 10px;
    }

    .home-category-card {
        min-height: 238px;
        padding: 13px;
        border-radius: 16px;
    }

    .home-category-card__illustration {
        min-height: 150px;
    }

    .home-category-card__illustration img {
        width: min(84%, 130px);
    }

    .home-category-card__name {
        font-size: 14px;
    }

    .home-category-card__arrow {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
        font-size: 12px;
    }

    .home-products .product-content__list {
        gap: 12px 10px;
    }

    .goods-i {
        border-radius: 14px;
    }

    .goods-i .bottom-block {
        padding: 13px 10px 15px;
    }

    .goods-i .favorites {
        top: 8px;
        right: 8px;
        width: 32px;
        height: 32px;
    }

    .home-journal .home-section-heading {
        display: block;
    }

    .home-text-link {
        margin-top: 20px;
    }

    .home-journal__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .home-article-card__body {
        min-height: 0;
        padding: 19px;
    }

    .home-article-card h3 {
        font-size: 23px;
    }

    .home-article-card p {
        margin-bottom: 20px;
    }

    .footer-products__list {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media screen and (max-width: 374px) {
    .header__inner {
        padding-right: 12px;
        padding-left: 12px;
    }

    .brand-wordmark__name {
        font-size: 24px;
    }

    .brand-wordmark__tagline {
        display: none;
    }

    .home-category-card {
        min-height: 216px;
    }

    .home-category-card__illustration {
        min-height: 132px;
    }

    .home-category-card__name {
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .home-editorial-hero__cta,
    .home-category-card,
    .home-category-card__illustration img,
    .goods-i,
    .home-article-card__image img {
        transition: none;
    }
}

/* --------------------------------------------------------------------------
   Unified storefront language
   These overrides intentionally load after the legacy theme. They preserve
   its interaction model while bringing catalogue, checkout and service pages
   into the same warm editorial system as the home page.
   -------------------------------------------------------------------------- */

.load,
.product-page::after {
    background-color: var(--pb-paper);
}

.lazy-holder .lazy-preload,
.search .preloader {
    background: #eee8de;
}

.lazy-holder .lazy-preload img {
    width: 36px;
    height: 36px;
    opacity: 0.6;
}

.goods-i .goods-i__img-i,
.goods-i .lazy-holder,
.cart-order__img-w,
.cart__img-i,
.popup__product-img-w {
    background: #eee8de;
}

.goods-i img.lazy-bg,
.goods-i img.lazy-img,
.cart-order__img-w img,
.cart__img-i img,
.popup__product-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: multiply;
}

.goods-i .lazy-bg:not(img),
.cart-order__img-w .lazy-bg,
.cart__img-i .lazy-bg {
    background-color: #eee8de;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-blend-mode: multiply;
}

.goods-i.unavailable {
    border-color: rgba(57, 42, 53, 0.18);
}

.goods-i.unavailable .unavailable-overlay {
    z-index: 3;
    background: rgba(238, 232, 222, 0.7);
    -webkit-backdrop-filter: grayscale(0.6);
    backdrop-filter: grayscale(0.6);
}

.goods-i.unavailable .unavailable-overlay .text {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    min-height: 34px;
    padding: 8px 12px;
    align-items: center;
    border: 1px solid rgba(57, 42, 53, 0.2);
    border-radius: 999px;
    color: var(--pb-paper-light);
    background: var(--pb-plum);
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
}

/* Wordmark fits between the existing mobile controls without changing UX. */
.header__logo {
    max-width: calc(100vw - 150px);
}

.brand-wordmark__name {
    overflow: hidden;
    max-width: 100%;
    text-overflow: clip;
}

.brand-wordmark__tagline {
    letter-spacing: 0.15em;
}

/* Shared headings, breadcrumbs and pagination. */
.hero-banner {
    width: calc(100% - 24px);
    max-width: 1540px;
    min-height: 190px;
    margin: 12px auto 0;
    padding: clamp(34px, 6vw, 82px);
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: var(--pb-radius);
    background:
        radial-gradient(circle at 86% 22%, rgba(242, 220, 115, 0.92) 0 10%, transparent 10.5%),
        linear-gradient(120deg, var(--pb-plum) 0 68%, #6e5164 68% 100%);
}

.hero-banner__t {
    max-width: 1050px;
    margin: 0;
    color: var(--pb-paper-light);
    font-size: clamp(38px, 5.2vw, 72px);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 0.94;
    text-align: left;
}

.top-nav__inner {
    max-width: 1540px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.top-nav__inner .breadcrumbs {
    margin-bottom: 18px;
}

.breadcrumbs,
.breadcrumbs__box,
.breadcrumbs a,
.breadcrumbs__lk,
.breadcrumbs__a-i,
.breadcrumbs__current {
    color: rgba(36, 30, 34, 0.68);
}

.breadcrumbs__box {
    gap: 9px;
    align-items: center;
    scrollbar-width: thin;
}

.breadcrumbs__a-i[aria-current="page"],
.breadcrumbs__current,
.current-title {
    color: var(--pb-ink);
    font-weight: 700;
}

.breadcrumbs__dot,
.breadcrumbs__i::before,
.breadcrumbs__i:first-child::after,
.breadcrumbs__a-i--first::after {
    background: var(--pb-coral);
}

.pagination .pagination__lk,
.pagination .pagination__tx,
.pagination .pagination__next,
.pagination .pagination__prev,
.pagination > li > a,
.pagination > li > span {
    display: grid;
    min-width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid var(--pb-line);
    border-radius: 50%;
    color: var(--pb-ink);
    background: var(--pb-paper-light);
}

.pagination .pagination__tx,
.pagination > .active > span {
    color: var(--pb-paper-light);
    background: var(--pb-plum);
    border-color: var(--pb-plum);
}

/* Buttons: scoped so icon-only controls and third-party widgets keep working. */
:where(.product-card, .product-content, .cart-order, .checkout, .popup__i, .account-auth-page, .profile-section, .faq-section, .editorial-page, .success-page) .btn__btn,
.catalog-card-actions button,
.contacts-page__cta,
.faq-section__question-btn,
.editorial-button {
    display: inline-flex;
    min-height: 52px;
    padding: 12px 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--pb-plum);
    border-radius: 999px;
    color: var(--pb-paper-light);
    background: var(--pb-plum);
    box-shadow: none;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

:where(.product-card, .product-content, .cart-order, .checkout, .popup__i, .account-auth-page, .profile-section, .faq-section, .editorial-page, .success-page) .btn__btn::before,
.catalog-card-actions button::before,
.faq-section__question-btn-bg {
    display: none;
}

:where(.product-card, .product-content, .cart-order, .checkout, .popup__i, .account-auth-page, .profile-section, .faq-section, .editorial-page, .success-page) .btn__btn-tx {
    color: inherit;
    mix-blend-mode: normal;
}

:where(.product-card, .product-content, .cart-order, .checkout, .popup__i, .account-auth-page, .profile-section, .faq-section, .editorial-page, .success-page) .btn__btn:hover,
.catalog-card-actions button:hover,
.contacts-page__cta:hover,
.faq-section__question-btn:hover,
.editorial-button:hover {
    color: var(--pb-paper-light);
    background: var(--pb-coral);
    border-color: var(--pb-coral);
    transform: translateY(-1px);
}

/* Catalogue toolbar, filters and result layouts. */
.category .top-nav-sliders .slider::after {
    background: linear-gradient(90deg, transparent, var(--pb-paper));
}

.category .top-nav-sliders .slider .swiper-slide,
.category .top-nav-sliders .slider .swiper-button,
.sort__ac,
.sort__list,
.settings-bar,
.option-filter {
    border-color: var(--pb-line);
    color: var(--pb-ink);
    background: var(--pb-paper-light);
}

.category .top-nav-sliders .slider .swiper-slide {
    border: 1px solid var(--pb-line);
    border-radius: 999px;
    box-shadow: none;
}

.category .top-nav-sliders .slider .swiper-slide:hover {
    border-color: var(--pb-coral);
    background: #f8ded5;
}

.sort {
    gap: 12px;
    padding: 7px;
    border: 1px solid var(--pb-line);
    border-radius: 999px;
    background: var(--pb-paper-light);
}

.sort__t {
    margin-left: 12px;
    margin-right: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sort__ac {
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #eee8de;
}

.sort__list {
    top: calc(100% + 8px);
    padding: 8px;
    border: 1px solid var(--pb-line);
    border-radius: 16px;
    box-shadow: var(--pb-shadow-card);
}

.sort__lk {
    padding: 10px 12px;
    border-radius: 10px;
    color: var(--pb-ink);
}

.sort__lk:hover,
.sort__lk--ac {
    color: var(--pb-plum);
    background: var(--pb-yellow);
}

.settings-bar {
    height: 48px;
    max-width: 420px;
    overflow: hidden;
    border: 1px solid var(--pb-line);
    border-radius: 999px;
}

.settings-bar__filter-btn {
    color: var(--pb-ink);
}

.settings-bar__sort-btn,
.option-filter__btn {
    border-color: var(--pb-line);
}

.settings-bar__sort-ic path {
    stroke: var(--pb-ink);
}

.option-filter__btn-ic rect,
.option-filter__btn--ac .option-filter__btn-ic rect {
    fill: var(--pb-plum);
}

.option-filter__btn--ac {
    background: var(--pb-yellow);
}

.mob-sort {
    border: 1px solid var(--pb-line);
    border-radius: 18px 18px 0 0;
    color: var(--pb-ink);
    background: var(--pb-paper-light);
}

.mob-sort__lk,
.mob-sort__lk--ac {
    color: var(--pb-ink);
}

.mob-sort__lk--ac {
    background: var(--pb-yellow);
}

.product-content__inner,
.favorites__inner,
.search-results-page .product-content__inner {
    max-width: 1540px;
    margin-right: auto;
    margin-left: auto;
}

.special-page,
.compare-page__inner,
.search-results-page .product-content__inner,
.favorites__inner {
    padding-top: 38px;
    padding-bottom: 90px;
}

.catalog-toolbar select,
.profile-section__ip,
.faq-section__question-in,
.faq-section__question-itx,
.editorial-field,
.form-control {
    color: var(--pb-ink);
    border: 1px solid var(--pb-line);
    border-radius: 14px;
    background: var(--pb-paper-light);
}

.catalog-card-actions button {
    min-height: 42px;
    padding: 9px 14px;
    font-size: 10px;
}

.catalog-card-actions button + button {
    color: var(--pb-plum);
    background: transparent;
}

.compare-table {
    overflow: hidden;
    border-radius: 18px;
    background: var(--pb-paper-light);
}

.filters {
    color: var(--pb-paper-light);
    background: var(--pb-plum-dark);
}

.filters .panel {
    background: var(--pb-plum-dark);
}

.filters .filter-item .filter-content .checkbox-field input:checked + .checkmark,
.filters .filter-item.price-filter .filter-content #price-range-slider.noUi-target .noUi-connect,
.filters .filter-item.price-filter .filter-content #price-range-slider.noUi-target .noUi-handle {
    border-color: var(--pb-yellow);
    background: var(--pb-yellow);
}

.filters-active-holder .active-filter {
    border: 1px solid var(--pb-line);
    border-radius: 999px;
    color: var(--pb-ink);
    background: var(--pb-paper-light);
}

.category .info-content {
    padding: clamp(44px, 7vw, 88px) 0 clamp(70px, 9vw, 120px);
    color: rgba(36, 30, 34, 0.72);
    background: #eee8de;
}

.category .info-content .container {
    max-width: 1280px;
}

.category .info-content h2 {
    margin-bottom: 20px;
    color: var(--pb-ink);
    font-size: clamp(25px, 3.5vw, 40px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.category .info-content .tags {
    gap: 8px;
}

.category .info-content .tags .tag-wrapper {
    margin-right: 0;
}

.category .info-content .tags .tag {
    display: inline-flex;
    min-height: 40px;
    padding: 9px 16px;
    align-items: center;
    border: 1px solid var(--pb-line);
    border-radius: 999px;
    color: var(--pb-plum);
    background: var(--pb-paper-light);
}

.category .info-content .tags .tag:hover {
    color: var(--pb-ink);
    border-color: var(--pb-coral);
    background: var(--pb-yellow);
}

.category .info-content .questions {
    margin-right: 0;
    margin-left: 0;
}

.category .info-content .questions .accordion-item {
    overflow: hidden;
    border: 1px solid var(--pb-line);
    border-radius: 16px;
    background: var(--pb-paper-light);
}

.category .info-content .questions .accordion-panel {
    min-height: 58px;
    color: var(--pb-ink);
    background: var(--pb-yellow);
}

.category .info-content .questions .accordion-panel .btn__drop-list .btn__drop-list-i {
    background: var(--pb-plum);
}

.category .info-content .questions .content-wrapper {
    color: rgba(36, 30, 34, 0.72);
}

.category .info-content .questions .content-wrapper .link {
    color: var(--pb-plum);
    border-color: var(--pb-coral);
}

.category .info-content .table-wrapper {
    margin-right: 0;
    margin-left: 0;
    overflow-x: auto;
    border-radius: 16px;
}

.category .info-content .price-table td,
.category .info-content .price-table th {
    border-color: var(--pb-line);
}

.category .info-content .price-table tr,
.category .info-content .price-table tr:nth-child(odd) {
    background: var(--pb-paper-light);
}

.category .info-content .price-table tr:nth-child(even) {
    background: #e8eee5;
}

.category .info-content .price-table tr:first-child {
    color: var(--pb-paper-light);
    background: var(--pb-plum);
}

.main-product-slider__tag,
.main-product-slider__panel,
.main-product-slider__lk {
    color: var(--pb-ink);
    border-color: var(--pb-line);
    background: #eee8de;
}

.main-product-slider__panel {
    overflow: hidden;
    border: 1px solid var(--pb-line);
    border-radius: 999px;
    box-shadow: none;
}

.main-product-slider__btn {
    border-color: var(--pb-line);
}

.main-product-slider__btn:hover {
    background: var(--pb-plum);
}

.size-list > div > div {
    border-color: var(--pb-line);
}

.size-list > div > div:hover,
.size-list > div > div span:hover,
.size-list > div > div span:hover::before {
    background: #eee8de;
}

.brands__inner {
    max-width: 1280px;
    padding-top: clamp(44px, 7vw, 90px);
    padding-bottom: clamp(70px, 9vw, 120px);
}

.brands__a-btn,
.brands__btn,
.brands__btn--ac {
    border-color: var(--pb-line);
    border-radius: 999px;
    color: var(--pb-plum);
    background: var(--pb-paper-light);
}

.brands__btn--ac,
.brands__btn:hover {
    color: var(--pb-ink);
    border-color: var(--pb-coral);
    background: var(--pb-yellow);
}

.brands__list-box {
    padding: 24px;
    border: 1px solid var(--pb-line);
    border-radius: 18px;
    background: var(--pb-paper-light);
    box-shadow: var(--pb-shadow-card);
}

.brands__brands-list-lk {
    color: var(--pb-plum);
}

/* Product page: warmer image surface and wider, calmer information column. */
.product-card .product-gallery,
.product-card .gallery-wrapper,
.product-card .swiper-container,
.product-card .swiper-slide,
.product-card .desktop-pagination figure {
    background: #eee8de;
}

.product-card .gallery-wrapper,
.product-card .swiper-container,
.product-card .desktop-pagination figure {
    border-radius: 18px;
}

.product-card .product-gallery img {
    mix-blend-mode: multiply;
}

.product-card .product-info .wrapper {
    padding: clamp(20px, 2.6vw, 42px);
    border: 1px solid var(--pb-line);
    border-radius: 20px;
    background: rgba(255, 253, 248, 0.76);
    box-shadow: var(--pb-shadow-soft);
}

.product-card .product-info .product-title {
    color: var(--pb-ink);
    font-size: clamp(28px, 3vw, 46px);
    letter-spacing: -0.05em;
    line-height: 0.98;
}

.product-card .product-info .brand-row .brand {
    color: var(--pb-plum);
}

.product-card .product-info .brand-row .vendor-code,
.product-card .product-info .description-row,
.product-card .full-info .info-block {
    color: rgba(36, 30, 34, 0.64);
}

.product-card .product-info .price-row {
    color: var(--pb-plum);
}

.product-card .product-info .price-row .old-price {
    color: rgba(36, 30, 34, 0.44);
}

.product-availability {
    display: inline-flex;
    min-height: 34px;
    margin-bottom: 18px;
    padding: 7px 12px;
    align-items: center;
    border: 1px solid rgba(61, 97, 67, 0.25);
    border-radius: 999px;
    color: #315a39;
    background: #dfeade;
    font-size: 12px;
    font-weight: 700;
}

.variant-groups,
.options-row {
    border-top-color: var(--pb-line);
}

.variant-chip,
.options-row .option-item label {
    min-height: 42px;
    border-color: rgba(57, 42, 53, 0.2);
    border-radius: 999px;
    color: var(--pb-plum);
    background: #e8eee5;
    font-size: 12px;
}

.variant-chip.is-active,
.options-row .option-item input:checked + label {
    border-color: var(--pb-plum);
    color: var(--pb-paper-light);
    background: var(--pb-plum);
}

.product-card .product-info .functions-row .btn-buy.white {
    color: var(--pb-plum);
    border-color: var(--pb-plum);
    background: transparent;
}

.product-card .product-info .functions-row .btn-buy.white .btn__btn-tx {
    color: inherit;
}

.product-card .product-info .functions-row .btn-container.fixed {
    padding: 12px;
    border-top: 1px solid var(--pb-line);
    background: rgba(255, 253, 248, 0.94);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.anchors-block {
    gap: 8px;
    padding: 10px;
    overflow-x: auto;
    border: 1px solid var(--pb-line);
    border-radius: 999px;
    background: #eee8de;
    scrollbar-width: none;
}

.anchors-block::-webkit-scrollbar {
    display: none;
}

.anchors-block .item {
    flex: 0 0 auto;
}

.anchors-block .anchor {
    display: inline-flex;
    min-height: 36px;
    padding: 8px 14px;
    align-items: center;
    border: 0;
    border-radius: 999px;
    color: var(--pb-ink);
    font-size: 10px;
    font-weight: 700;
}

.anchors-block .active .anchor {
    color: var(--pb-paper-light);
    background: var(--pb-plum);
}

.product-card .full-info .info-block {
    border-color: var(--pb-line);
}

.product-card .full-info .info-block .title {
    color: var(--pb-ink);
    font-weight: 700;
}

.product-card .full-info .info-block .product-parameters-list .product-parameters-item .description,
.product-card .full-info .info-block .product-parameters-list .product-parameters-item a {
    color: var(--pb-plum);
}

.offer-banner {
    border-radius: var(--pb-radius);
    color: var(--pb-ink);
    background: var(--pb-coral);
}

.offer-section__row:last-child {
    background: var(--pb-blue);
}

/* Modal, search and cart surfaces no longer appear as accidental white slabs. */
.popup {
    padding: 12px;
    background: rgba(33, 26, 32, 0.76);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
}

.popup__i {
    width: calc(100% - 24px);
    max-height: calc(100dvh - 24px);
    padding: clamp(30px, 6vw, 68px);
    overflow-y: auto;
    border: 1px solid var(--pb-line);
    border-radius: 22px;
    color: var(--pb-ink);
    background: var(--pb-paper-light);
    box-shadow: 0 28px 90px rgba(33, 26, 32, 0.32);
}

.popup__t {
    margin-bottom: 28px;
    color: var(--pb-ink);
    font-size: clamp(23px, 4vw, 38px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
}

.popup__product-i {
    gap: 20px;
    padding: 16px;
    border-radius: 16px;
    background: #eee8de;
}

.popup__product-i::before {
    display: none;
}

.popup__product-img-w {
    overflow: hidden;
    border-radius: 12px;
}

.popup__product-btn:first-child {
    color: var(--pb-plum);
    border-color: var(--pb-plum);
    background: transparent;
}

.popup__ip,
.checkout__ip,
.checkout__list-t,
.account-auth-page .account-auth__input,
.profile-section__ip,
.faq-section__question-in,
.faq-section__question-itx {
    width: 100%;
    min-height: 54px;
    padding: 12px 16px;
    color: var(--pb-ink);
    border: 1px solid var(--pb-line);
    border-radius: 14px;
    background: var(--pb-paper-light);
    outline: none;
    text-transform: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.popup__ip:focus,
.checkout__ip:focus,
.checkout__list-t:focus,
.account-auth-page .account-auth__input:focus,
.profile-section__ip:focus,
.faq-section__question-in:focus,
.faq-section__question-itx:focus {
    border-color: var(--pb-coral);
    background: var(--pb-paper-light);
    box-shadow: 0 0 0 4px rgba(239, 109, 80, 0.15);
}

.search-functions,
.search-window,
.user-nav .search .search-functions,
.user-nav .search .search-window {
    color: var(--pb-ink);
    background: var(--pb-paper-light);
}

.search-window__result-i,
.search-window .search-result-i {
    border-color: var(--pb-line);
}

.search-window__result-i:hover,
.search-window .search-result-i:hover {
    background: #f8efd0;
}

.cart {
    width: min(92vw, 420px);
    color: var(--pb-ink);
    background: var(--pb-paper);
    border-left: 1px solid var(--pb-line);
    box-shadow: -24px 0 70px rgba(33, 26, 32, 0.18);
}

.cart__counter {
    color: var(--pb-ink);
    background: var(--pb-yellow);
}

.cart__list {
    height: calc(100% - 112px);
    padding: 56px 12px 150px;
}

.cart__list-i {
    margin-bottom: 10px;
    padding: 18px;
    border: 1px solid var(--pb-line);
    border-radius: 18px;
    background: var(--pb-paper-light);
    box-shadow: none;
}

.cart__t {
    color: var(--pb-ink);
}

.cart__descr-list {
    color: rgba(36, 30, 34, 0.58);
}

.cart__footer {
    padding: 10px;
    background: rgba(245, 240, 231, 0.96);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.cart__box {
    overflow: hidden;
    border: 1px solid var(--pb-line);
    border-radius: 999px;
    color: var(--pb-ink);
    background: var(--pb-yellow);
}

.cart__box--style-bg {
    color: var(--pb-paper-light);
    background: var(--pb-plum);
}

.cart__lk,
.cart__box--style-bg .cart__i {
    color: inherit;
}

.cart__lk:hover {
    color: var(--pb-paper-light);
    background: var(--pb-coral);
    box-shadow: none;
}

/* Cart page and checkout. */
.cart-order {
    align-items: flex-start;
    min-height: 60vh;
}

.cart-order__inner {
    max-width: 1180px;
    padding-top: clamp(42px, 7vw, 92px);
    padding-bottom: clamp(70px, 9vw, 120px);
}

.cart-order__t,
.checkout__t {
    color: var(--pb-ink);
    font-size: clamp(30px, 5vw, 54px);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;
    text-transform: none;
}

.cart-order__i {
    overflow: hidden;
    border: 1px solid var(--pb-line);
    border-radius: 18px;
    background: var(--pb-paper-light);
    box-shadow: var(--pb-shadow-card);
}

.cart-order__remove {
    background: var(--pb-plum);
}

.cart-order__a-t,
.cart-order__lk {
    color: var(--pb-plum);
}

.cart-order__options {
    gap: 12px;
    flex-wrap: wrap;
}

.cart-order__options-i {
    min-width: 0;
}

.cart-order__box-inner,
.cart-order__message {
    padding: 24px;
    border: 1px solid var(--pb-line);
    border-radius: 18px;
    background: var(--pb-paper-light);
}

.checkout__inner {
    max-width: 980px;
    padding-top: 0;
}

.checkout__box-w {
    padding: clamp(22px, 4vw, 42px);
    border: 1px solid var(--pb-line);
    border-radius: 22px;
    background: rgba(255, 253, 248, 0.74);
    box-shadow: var(--pb-shadow-card);
}

.checkout__box-w:not(:last-child) {
    margin-bottom: 18px;
}

.checkout__a-t {
    color: var(--pb-ink);
    font-size: clamp(21px, 3vw, 32px);
    font-weight: 700;
    letter-spacing: -0.035em;
    text-transform: none;
}

.checkout__ip::placeholder,
.checkout__list-t::placeholder {
    color: rgba(36, 30, 34, 0.54);
}

.checkout__checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.checkout__checkbox-i {
    min-height: 42px;
    padding: 10px 16px 10px 42px;
    align-items: center;
    border: 1px solid var(--pb-line);
    border-radius: 999px;
    background: #eee8de;
}

.checkout__checkbox-i:not(:last-child) {
    margin-bottom: 0;
}

.checkout__checkbox-i::before {
    left: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid var(--pb-plum);
    background: transparent;
}

.checkout__checkbox-i::after {
    left: 24px;
    width: 8px;
    height: 8px;
    background: var(--pb-plum);
}

.checkout__checkbox-i--ac {
    border-color: var(--pb-plum);
    background: var(--pb-yellow);
}

.checkout__list {
    top: calc(100% + 6px);
    max-height: min(300px, 45vh);
    height: auto;
    overflow-y: auto;
    border: 1px solid var(--pb-line);
    border-radius: 14px;
    background: var(--pb-paper-light);
    box-shadow: var(--pb-shadow-card);
}

.checkout__list-i {
    border-radius: 10px;
}

.checkout__list-i:hover {
    background: var(--pb-yellow);
}

.checkout .err--lbl,
.err--lbl {
    color: #a23b38;
    font-size: 12px;
    line-height: 1.35;
}

.checkout .err--ip {
    border-color: #c34b45;
    box-shadow: 0 0 0 3px rgba(195, 75, 69, 0.12);
}

/* Confirmation pages: the final step keeps the same editorial language as
   catalogue, checkout and account screens. */
.success-page {
    min-height: 70vh;
    background:
        radial-gradient(circle at 88% 12%, rgba(242, 220, 115, 0.34), transparent 24%),
        radial-gradient(circle at 10% 72%, rgba(185, 206, 185, 0.35), transparent 28%),
        var(--pb-paper);
}

.success-page > .main__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px clamp(76px, 10vw, 140px);
}

.success-page .top-nav {
    margin-bottom: 0;
}

.success-page .thanks {
    position: relative;
    display: grid;
    width: min(820px, 100%);
    min-height: clamp(340px, 42vw, 510px);
    margin: clamp(26px, 5vw, 72px) auto 0;
    padding: clamp(46px, 8vw, 94px);
    align-content: center;
    justify-items: start;
    gap: 18px;
    overflow: hidden;
    border: 1px solid var(--pb-line);
    border-radius: clamp(22px, 3vw, 34px);
    background: rgba(255, 253, 248, 0.84);
    box-shadow: var(--pb-shadow-soft);
    isolation: isolate;
}

.success-page .thanks::before {
    position: absolute;
    z-index: -1;
    top: -94px;
    right: -72px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: var(--pb-coral);
    content: "";
    opacity: 0.88;
}

.success-page .thanks::after {
    position: absolute;
    z-index: -1;
    right: 104px;
    bottom: -54px;
    width: 154px;
    height: 154px;
    border-radius: 50%;
    background: var(--pb-yellow);
    content: "";
}

.success-page .thanks__t {
    display: block;
    max-width: 650px;
    margin: 0;
    color: var(--pb-plum);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(46px, 7vw, 82px);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 0.96;
}

.success-page .thanks__descr {
    display: block;
    max-width: 590px;
    margin: 0;
    color: rgba(36, 30, 34, 0.72);
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.5;
}

.success-page .thanks__btn {
    min-width: 220px;
    margin-top: 12px;
}

/* Account, profile and FAQ components. */
.account-auth-page {
    min-height: 70vh;
    background: var(--pb-paper);
}

.account-auth-page .account-auth {
    padding-top: clamp(46px, 7vw, 92px);
}

.account-auth-page .account-auth__inner {
    max-width: 640px;
    padding: clamp(24px, 5vw, 58px);
    border: 1px solid var(--pb-line);
    border-radius: 24px;
    background: rgba(255, 253, 248, 0.72);
    box-shadow: var(--pb-shadow-soft);
}

.account-auth-page .account-auth__title {
    color: var(--pb-ink);
    font-size: clamp(38px, 6vw, 64px);
    letter-spacing: -0.06em;
    line-height: 0.94;
    text-transform: none;
}

.account-auth__tabs {
    gap: 6px;
    padding: 6px;
    border: 1px solid var(--pb-line);
    border-radius: 999px;
    background: #eee8de;
}

.account-auth__tab,
.account-auth__tab + .account-auth__tab {
    border: 0;
    border-radius: 999px;
    color: var(--pb-ink);
}

.account-auth__tab--active {
    color: var(--pb-paper-light);
    background: var(--pb-plum);
}

.account-auth__message {
    border-radius: 12px;
}

.account-auth__google {
    border-color: var(--pb-line);
    border-radius: 999px;
    color: var(--pb-ink);
    background: #eee8de;
}

.profile-section__inner {
    max-width: 1180px;
    padding: clamp(44px, 7vw, 90px) 20px;
}

.profile-section__box,
.profile-section__form,
.order-table,
.order-a-table {
    border: 1px solid var(--pb-line);
    border-radius: 20px;
    background: var(--pb-paper-light);
}

.profile-section__list-i::before {
    background: var(--pb-coral);
}

.profile-section__list-lk {
    color: var(--pb-plum);
}

.faq-section {
    padding: clamp(44px, 8vw, 100px) 20px;
    background: var(--pb-paper);
}

.faq-section__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.faq-section__answers-box,
.faq-section__question-form {
    overflow: hidden;
    border: 1px solid var(--pb-line);
    border-radius: 20px;
    background: var(--pb-paper-light);
    box-shadow: none;
}

.faq-section__answers-i {
    border-color: var(--pb-line);
}

.faq-section__question-itx {
    min-height: 130px;
    resize: vertical;
}

/* Blog and information content, including legacy modules. */
.blog-post-layout,
.editorial-page,
.editorial-blog,
.information-page,
.not-found-page {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: clamp(34px, 6vw, 84px) 20px clamp(72px, 10vw, 130px);
}

.blog-post-layout .main_description,
.editorial-page__content,
.information-page__content {
    color: var(--pb-ink);
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.72;
}

.blog-post-layout .main_description a,
.editorial-page__content a,
.information-page__content a,
.content a.relocate,
.blog-inside a:not(.btn__btn) {
    color: var(--pb-plum);
    border-bottom: 2px solid var(--pb-coral);
    text-decoration: none;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.blog-post-layout .main_description a:hover,
.editorial-page__content a:hover,
.information-page__content a:hover,
.content a.relocate:hover,
.blog-inside a:not(.btn__btn):hover {
    color: var(--pb-coral);
    background: rgba(242, 220, 115, 0.42);
}

.blog-post-layout .main_description p a,
.blog-post-layout .main_description li a,
.editorial-page__content p a,
.editorial-page__content li a {
    display: inline;
    white-space: normal;
}

.blog-anchor-sidebar__inner {
    overflow: hidden;
    border: 1px solid var(--pb-line);
    border-radius: 18px;
    background: #eee8de;
    box-shadow: var(--pb-shadow-card);
}

.blog-anchor-sidebar__title {
    color: var(--pb-ink);
}

.blog-anchor-nav__link {
    border-color: rgba(36, 30, 34, 0.12);
    color: rgba(36, 30, 34, 0.7);
}

.blog-anchor-nav__link:hover,
.blog-anchor-nav__link:focus,
.blog-anchor-nav__link.is-active {
    color: var(--pb-ink);
    background: var(--pb-yellow);
}

.editorial-blog__title,
.editorial-page__title,
.information-page__title,
.not-found-page__title,
.blog > h1 {
    margin: 0 0 clamp(28px, 5vw, 56px);
    color: var(--pb-ink);
    font-size: clamp(42px, 7vw, 84px);
    font-weight: 700;
    letter-spacing: -0.065em;
    line-height: 0.92;
}

.editorial-blog__grid,
.blog_grid_holder,
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.editorial-blog__card,
.blog_grid_holder .blog_item,
.blog-grid .blog-box {
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--pb-line);
    border-radius: 20px;
    background: var(--pb-paper-light);
    box-shadow: var(--pb-shadow-card);
}

.blog_grid_holder .blog_item .summary,
.blog-grid .blog-box .text,
.editorial-blog__card-body {
    padding: 20px;
}

.blog_grid_holder .blog_item .image,
.blog-grid .blog-box .image,
.editorial-blog__card-image {
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    background: #eee8de;
}

.blog_grid_holder .blog_item .image img,
.blog-grid .blog-box .image img,
.editorial-blog__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_grid_holder .blog_item .blog_title,
.blog-grid .blog-box .text,
.editorial-blog__card-title {
    color: var(--pb-ink);
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.blog_grid_holder .blog_item .blog_title a,
.blog-grid .blog-box .text a,
.editorial-blog__card-title a {
    color: inherit;
}

.blog_stats,
.editorial-blog__meta {
    border-color: var(--pb-line);
    color: rgba(36, 30, 34, 0.58);
}

.main_description,
.content-second,
.some-description,
.information-page__panel,
.editorial-page__panel {
    border-radius: 20px;
    color: var(--pb-ink);
    background: transparent;
}

.blog-bg,
.content-image-boxes .image,
.slider-wrapper-blog {
    overflow: hidden;
    border-radius: var(--pb-radius);
}

.contacts-page,
.content,
.blog-inside,
.sitemap-page,
.tracking-page {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.contacts-page__cta {
    width: max-content;
    max-width: 100%;
}

.contacts-page__layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
    gap: 18px;
}

.contacts-page__panel,
.contacts-page__map {
    min-height: 460px;
    overflow: hidden;
    border: 1px solid var(--pb-line);
    border-radius: 22px;
    background: var(--pb-paper-light);
    box-shadow: var(--pb-shadow-card);
}

.contacts-page__panel {
    display: flex;
    padding: clamp(26px, 4vw, 48px);
    flex-direction: column;
    justify-content: space-between;
}

.contacts-page__list {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 14px;
    color: rgba(36, 30, 34, 0.72);
    font-size: clamp(15px, 1.5vw, 19px);
    line-height: 1.5;
    list-style: none;
}

.contacts-page__list a {
    color: var(--pb-plum);
    text-decoration: none;
}

.contacts-page__action {
    margin-top: 32px;
}

.info {
    padding: clamp(32px, 6vw, 76px) 20px clamp(76px, 10vw, 130px);
}

.info__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 300px);
    max-width: 1240px;
    gap: 28px;
    align-items: start;
}

.info__box {
    max-width: none;
    margin-bottom: 0;
    padding: clamp(26px, 5vw, 58px);
    border: 1px solid var(--pb-line);
    border-radius: 22px;
    background: var(--pb-paper-light);
    box-shadow: var(--pb-shadow-card);
}

.info__t {
    display: block;
    margin-bottom: 34px;
    color: var(--pb-ink);
    font-size: clamp(38px, 6vw, 68px);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 0.95;
}

.info__tx-box {
    color: rgba(36, 30, 34, 0.72);
    font-size: clamp(15px, 1.4vw, 19px);
    line-height: 1.7;
}

.info__tx-box h2 {
    margin: 42px 0 18px;
    color: var(--pb-ink);
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1;
}

.info__tx-box a {
    color: var(--pb-plum);
    border-bottom: 2px solid var(--pb-coral);
    text-decoration: none;
}

.info__list {
    display: grid;
    position: sticky;
    top: 100px;
    padding: 18px;
    border: 1px solid var(--pb-line);
    border-radius: 18px;
    background: #eee8de;
}

.info__list-i {
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--pb-ink);
}

.info__list-i:not(:last-child) {
    margin-bottom: 4px;
}

.info__list-lk {
    color: var(--pb-plum);
}

.info__list-lk:hover {
    color: var(--pb-coral);
}

.faq-page {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.faq-page > .legacy-page__inner {
    padding-right: 20px;
    padding-left: 20px;
}

.faq-section {
    padding-top: 0;
}

.faq-section__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
    gap: 18px;
    align-items: start;
}

.faq-section__answers-w {
    display: grid;
    gap: 14px;
}

.faq-section__answers-box {
    padding: clamp(20px, 3vw, 32px);
}

.faq-section__answers-t,
.faq-section__a-t {
    display: block;
    margin-bottom: 20px;
    color: var(--pb-ink);
    font-size: clamp(21px, 2.5vw, 30px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.faq-section__answers-i {
    padding: 18px 0;
    border-top: 1px solid var(--pb-line);
}

.faq-section__answers-a-t {
    display: block;
    margin-bottom: 10px;
    color: var(--pb-plum);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.faq-section__answers-tx {
    color: rgba(36, 30, 34, 0.68);
    line-height: 1.62;
}

.faq-section__question-w {
    position: sticky;
    top: 100px;
}

.faq-section__question-form {
    display: grid;
    padding: clamp(22px, 4vw, 40px);
    gap: 12px;
}

.faq-section__question-form label:not(:empty) {
    color: #a23b38;
    font-size: 12px;
}

.faq-section__question-btn {
    width: 100%;
    margin-top: 8px;
}

.faq-section__question-btn::after {
    content: attr(data-tx);
}

.profile-section .authorization__t,
.favorites > .authorization__t,
.purchase-history__a-t,
.purchase-history__t {
    display: block;
    margin: 0 0 40px;
    color: var(--pb-ink);
    font-size: clamp(38px, 6vw, 68px);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 0.95;
    text-transform: none;
}

.profile-section__box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: clamp(22px, 4vw, 42px);
}

.profile-section__i {
    padding: 24px;
    border-radius: 16px;
    background: #eee8de;
}

.profile-section__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding: clamp(22px, 4vw, 42px);
}

.profile-section__row {
    display: flex;
    grid-column: 1 / -1;
    gap: 12px;
    flex-wrap: wrap;
}

.favorites {
    padding: clamp(38px, 7vw, 86px) 20px clamp(76px, 9vw, 120px);
}

.favorites > .authorization__t,
.favorites__inner {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.favorites__inner {
    padding: 0;
}

.favorites__box {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.purchase-history__inner {
    max-width: 1180px;
    padding: clamp(44px, 7vw, 90px) 20px clamp(76px, 9vw, 120px);
}

.purchase-history__table-w {
    overflow-x: auto;
    border: 1px solid var(--pb-line);
    border-radius: 20px;
    background: var(--pb-paper-light);
}

.order-table {
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.order-table__row:nth-child(odd) {
    background: #eee8de;
}

.order-table__row--head {
    color: var(--pb-paper-light);
    background: var(--pb-plum) !important;
}

.order-table__col,
.order-table__col:not(:last-child) {
    border-color: var(--pb-line);
}

.order-table__lk {
    color: var(--pb-plum);
}

.order-product__inner {
    max-width: 1180px;
    padding: clamp(44px, 7vw, 90px) 20px clamp(76px, 9vw, 120px);
}

.order-product__table-w {
    overflow-x: auto;
    border: 1px solid var(--pb-line);
    border-radius: 20px;
    background: var(--pb-paper-light);
}

.order-a-table {
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: var(--pb-paper-light);
    box-shadow: none;
}

.order-a-table__row:nth-child(odd) {
    background: #eee8de;
}

.order-a-table__row--head {
    color: var(--pb-paper-light);
    background: var(--pb-plum) !important;
}

.order-a-table__col,
.order-a-table__col:not(:last-child),
.order-a-table__row:not(:last-child) {
    border-color: var(--pb-line);
}

.order-a-table__lk {
    color: var(--pb-plum);
}

/* Semantic replacements for templates that previously depended on unloaded
   Bootstrap helpers. */
.legacy-page {
    min-height: 60vh;
    padding: 0 20px clamp(76px, 9vw, 130px);
    background: var(--pb-paper);
}

.legacy-page__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.legacy-page__breadcrumbs {
    padding: 24px 0 clamp(34px, 6vw, 72px);
}

.editorial-breadcrumbs {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 8px 20px;
    align-items: center;
    overflow-x: auto;
    color: rgba(36, 30, 34, 0.58);
    font-size: 13px;
    list-style: none;
    scrollbar-width: none;
}

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

.editorial-breadcrumbs li {
    position: relative;
    flex: 0 0 auto;
}

.editorial-breadcrumbs li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--pb-coral);
    transform: translateY(-50%);
}

.editorial-breadcrumbs a {
    color: var(--pb-plum);
    text-decoration: none;
}

.editorial-breadcrumbs [aria-current="page"] {
    color: var(--pb-ink);
    font-weight: 700;
}

.legacy-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
}

.legacy-page__layout.has-left-sidebar {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}

.legacy-page__layout.has-right-sidebar {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
}

.legacy-page__layout.has-left-sidebar.has-right-sidebar {
    grid-template-columns: minmax(190px, 240px) minmax(0, 1fr) minmax(190px, 240px);
}

.legacy-page__sidebar {
    min-width: 0;
}

.legacy-page__content {
    min-width: 0;
}

.legacy-page__header {
    max-width: 980px;
    margin-bottom: clamp(34px, 5vw, 62px);
}

.legacy-page__title {
    margin: 0;
    color: var(--pb-ink);
    font-size: clamp(42px, 7vw, 84px);
    font-weight: 700;
    letter-spacing: -0.065em;
    line-height: 0.92;
    text-transform: none;
}

.legacy-page__intro {
    margin-top: 22px;
    color: rgba(36, 30, 34, 0.68);
    font-size: clamp(16px, 1.7vw, 21px);
    line-height: 1.65;
}

.legacy-page__pagination {
    display: flex;
    margin-top: 40px;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
}

.legacy-page__pagination--centered {
    justify-content: center;
}

.legacy-page__empty {
    padding: 34px;
    border: 1px solid var(--pb-line);
    border-radius: 18px;
    background: var(--pb-paper-light);
}

.blog-archive__grid,
.article-index__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
}

.blog-card,
.article-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--pb-line);
    border-radius: 20px;
    background: var(--pb-paper-light);
    box-shadow: var(--pb-shadow-card);
}

.blog-card__body,
.article-card__body {
    display: flex;
    min-height: 100%;
    padding: 20px;
    flex-direction: column;
}

.blog-card__media,
.article-card__media {
    display: block;
    aspect-ratio: 4 / 3;
    margin: 14px 0 0;
    overflow: hidden;
    border: 0;
    border-radius: 14px;
    background: #eee8de;
}

.article-card__media {
    margin: 0;
    border-radius: 0;
}

.blog-card__image,
.article-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.blog-card:hover .blog-card__image,
.article-card:hover .article-card__image {
    transform: scale(1.035);
}

.blog-card__title,
.article-card__title {
    margin: 0 0 14px;
    color: var(--pb-ink);
    font-size: clamp(22px, 2.2vw, 31px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.blog-card__title a,
.article-card__title a {
    color: inherit;
    text-decoration: none;
}

.blog-card__meta {
    order: 2;
    margin: 16px 0 0;
    padding: 14px 0 0;
    border-top: 1px solid var(--pb-line);
    border-bottom: 0;
}

.blog-card__media {
    order: 1;
}

.blog-card__excerpt {
    order: 3;
    margin-top: 14px;
    color: rgba(36, 30, 34, 0.66);
    font-size: 14px;
    line-height: 1.55;
}

.blog-card__read {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    margin-top: 18px;
    padding-bottom: 4px;
    gap: 12px;
    color: var(--pb-plum);
    border-bottom: 2px solid var(--pb-coral);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.article-page__hero {
    width: calc(100% - 40px);
    max-width: 1440px;
    min-height: clamp(280px, 52vw, 690px);
    margin: 0 auto clamp(44px, 7vw, 86px);
    border-radius: var(--pb-radius);
    background-attachment: scroll !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.article-page__article {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px clamp(64px, 9vw, 120px);
}

.article-page__header {
    margin-bottom: clamp(42px, 7vw, 80px);
}

.article-page__date {
    margin-top: 18px;
    color: rgba(36, 30, 34, 0.58);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.editorial-rich-text {
    color: var(--pb-ink);
    font-size: clamp(16px, 1.55vw, 20px);
    line-height: 1.72;
}

.article-page__lead {
    margin-top: 30px;
    font-size: clamp(19px, 2.2vw, 27px);
    line-height: 1.55;
}

.article-page__section {
    margin: clamp(38px, 6vw, 74px) 0;
}

.article-page__images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: clamp(38px, 6vw, 74px) 0;
}

.article-page__image {
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
    background: #eee8de;
}

.article-page__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-page__slider {
    border: 1px solid var(--pb-line);
    background: #eee8de;
}

.article-page__related {
    padding: clamp(58px, 8vw, 100px) 20px;
    background: var(--pb-plum-dark);
}

.article-page__related-heading,
.article-page__related .content {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.article-page__related-heading .text {
    margin: 0 0 34px;
    color: var(--pb-paper-light);
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;
}

.sitemap-page__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.sitemap-page__group,
.tracking-page__panel,
.not-found-page__panel {
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid var(--pb-line);
    border-radius: 22px;
    background: var(--pb-paper-light);
    box-shadow: var(--pb-shadow-card);
}

.sitemap-page__list,
.sitemap-page__list ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sitemap-page__list ul {
    margin: 10px 0 8px 16px;
    padding-left: 16px;
    border-left: 1px solid var(--pb-line);
}

.sitemap-page__list a {
    color: var(--pb-plum);
    text-decoration: none;
}

.sitemap-page__label {
    font-weight: 700;
}

.tracking-page__content {
    max-width: 760px;
}

.tracking-page__field {
    display: grid;
    gap: 9px;
}

.editorial-field__label {
    color: var(--pb-ink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.editorial-field__control {
    min-height: 56px;
    padding: 12px 16px;
}

.not-found-page__content {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.not-found-page__panel {
    background:
        radial-gradient(circle at 82% 18%, var(--pb-yellow) 0 9%, transparent 9.5%),
        var(--pb-paper-light);
}

.not-found-page__code {
    margin: 0 0 10px;
    color: var(--pb-coral);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(90px, 19vw, 210px);
    font-weight: 700;
    letter-spacing: -0.08em;
    line-height: 0.75;
}

.not-found-page__action {
    margin-top: 26px;
}

/* Footer keeps its split layout while inheriting the updated wordmark. */
.footer-products__link:hover {
    color: var(--pb-coral);
}

@media screen and (min-width: 1200px) {
    .product-card {
        width: 100%;
        max-width: 1540px;
        grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.68fr);
        gap: 64px;
        padding-right: 42px;
        padding-left: 42px;
    }

    .product-card .product-gallery .gallery-wrapper,
    .product-card .full-info {
        width: min(46vw, 620px);
    }

    .product-card .product-gallery .swiper-container {
        height: min(48vw, 650px);
    }

    .product-card .product-info .wrapper {
        top: 104px;
    }

    .anchors-block {
        display: flex;
        padding: 8px;
    }

    .anchors-block .item {
        margin-bottom: 0;
    }

    .category .sort {
        margin-left: 312px;
    }

    .filters,
    .filters .panel {
        color: var(--pb-ink);
        background: transparent;
    }

    .filters .panel {
        padding: 20px;
        border: 1px solid var(--pb-line);
        border-radius: 18px;
        background: rgba(255, 253, 248, 0.64);
    }

    .filters .panel .name,
    .filters .filter-item .filter-panel,
    .filters .filter-item .filter-content .checkbox-field input:checked ~ .text,
    .filters .filter-item.price-filter .filter-content .price-row {
        color: var(--pb-ink);
    }

    .filters .filter-item .filter-content .checkbox-field .text {
        color: rgba(36, 30, 34, 0.64);
    }

    .filters .filter-item .filter-content .checkbox-field input:checked + .checkmark,
    .filters .filter-item.price-filter .filter-content #price-range-slider.noUi-target .noUi-connect,
    .filters .filter-item.price-filter .filter-content #price-range-slider.noUi-target .noUi-handle {
        border-color: var(--pb-plum);
        background: var(--pb-plum);
    }
}

@media screen and (max-width: 1023px) {
    .editorial-blog__grid,
    .blog_grid_holder,
    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cart-order__descr-box {
        grid-template-columns: minmax(0, 150px) minmax(0, 1fr);
        gap: 18px;
    }

    .legacy-page__layout.has-left-sidebar,
    .legacy-page__layout.has-right-sidebar,
    .legacy-page__layout.has-left-sidebar.has-right-sidebar {
        grid-template-columns: minmax(0, 1fr);
    }

    .legacy-page__sidebar {
        order: 2;
    }

    .blog-archive__grid,
    .article-index__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contacts-page__layout,
    .faq-section__inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .contacts-page__panel,
    .contacts-page__map {
        min-height: 360px;
    }

    .faq-section__question-w,
    .info__list {
        position: static;
    }
}

@media screen and (max-width: 767px) {
    .header__logo {
        max-width: calc(100vw - 145px);
    }

    .brand-wordmark__name {
        font-size: clamp(17px, 5.6vw, 23px);
        letter-spacing: -0.045em;
    }

    .brand-wordmark__tagline {
        display: none;
    }

    .hero-banner {
        width: calc(100% - 20px);
        min-height: 150px;
        padding: 28px 22px;
        border-radius: 18px;
    }

    .hero-banner__t {
        font-size: clamp(34px, 11vw, 50px);
    }

    .top-nav__inner {
        padding: 18px 12px;
    }

    .product-content__inner,
    .special-page,
    .favorites__inner {
        padding-right: 10px;
        padding-left: 10px;
    }

    .settings-bar {
        max-width: none;
    }

    .filters {
        width: 100%;
        border-radius: 22px 22px 0 0;
    }

    .product-card {
        padding-right: 12px;
        padding-left: 12px;
    }

    .product-card .product-info .wrapper {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .product-card .product-info .product-title {
        font-size: clamp(28px, 9vw, 39px);
    }

    .product-card .product-info .brand-row {
        align-items: flex-start;
        gap: 12px;
    }

    .variant-group__values {
        padding-bottom: 7px;
    }

    .product-card .product-info .functions-row {
        grid-template-rows: auto;
    }

    .product-card .product-info .functions-row .btn__btn {
        min-height: 50px;
    }

    .anchors-block {
        top: 64px;
        margin-right: -6px;
        margin-left: -6px;
    }

    .popup__i {
        padding: 34px 20px 24px;
        border-radius: 18px;
    }

    .popup__product-i {
        align-items: flex-start;
    }

    .popup__product-img-w {
        width: 82px;
        flex: 0 0 82px;
    }

    .cart-order__i {
        grid-template-columns: 42px 76px minmax(0, 1fr);
    }

    .cart-order__descr-box {
        display: block;
        min-width: 0;
        padding: 14px 12px;
    }

    .cart-order__a-t {
        overflow-wrap: anywhere;
    }

    .checkout__box-w {
        padding: 22px 16px;
        border-radius: 18px;
    }

    .checkout__checkbox {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .success-page > .main__inner {
        padding-right: 12px;
        padding-bottom: 80px;
        padding-left: 12px;
    }

    .success-page .thanks {
        min-height: 360px;
        margin-top: 18px;
        padding: 52px 24px 38px;
        gap: 16px;
        border-radius: 20px;
    }

    .success-page .thanks::before {
        top: -92px;
        right: -96px;
        width: 220px;
        height: 220px;
    }

    .success-page .thanks::after {
        right: 24px;
        bottom: -62px;
        width: 128px;
        height: 128px;
    }

    .success-page .thanks__t {
        max-width: calc(100% - 28px);
        font-size: clamp(42px, 14vw, 58px);
    }

    .success-page .thanks__btn {
        width: 100%;
        min-width: 0;
    }

    .account-auth-page .account-auth {
        padding: 34px 12px 80px;
    }

    .account-auth-page .account-auth__inner {
        padding: 28px 16px;
        border-radius: 18px;
    }

    .editorial-blog__grid,
    .blog_grid_holder,
    .blog-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .blog-post-layout,
    .editorial-page,
    .editorial-blog,
    .information-page,
    .not-found-page {
        padding-right: 12px;
        padding-left: 12px;
    }

    .footer__bottom-inner,
    .footer-products__inner {
        padding-right: 20px;
        padding-left: 20px;
    }

    .legacy-page {
        padding-right: 12px;
        padding-left: 12px;
    }

    .legacy-page__breadcrumbs {
        padding-top: 18px;
        padding-bottom: 36px;
    }

    .legacy-page__pagination {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog-archive__grid,
    .article-index__grid,
    .sitemap-page__columns,
    .article-page__images {
        grid-template-columns: minmax(0, 1fr);
    }

    .article-page__hero {
        width: calc(100% - 24px);
        border-radius: 18px;
    }

    .article-page__article {
        padding-right: 12px;
        padding-left: 12px;
    }

    .faq-page > .legacy-page__inner {
        padding-right: 12px;
        padding-left: 12px;
    }

    .info {
        padding-right: 12px;
        padding-left: 12px;
    }

    .info__inner,
    .profile-section__box,
    .profile-section__form {
        grid-template-columns: minmax(0, 1fr);
    }

    .profile-section__row {
        grid-column: auto;
    }

    .favorites {
        padding-right: 10px;
        padding-left: 10px;
    }

    .favorites__box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 10px;
    }
}

@media screen and (max-width: 374px) {
    .header__logo {
        max-width: calc(100vw - 138px);
    }

    .brand-wordmark__name {
        font-size: 16px;
    }

    .goods-i.unavailable .unavailable-overlay .text {
        right: 7px;
        bottom: 7px;
        left: 7px;
        padding-right: 7px;
        padding-left: 7px;
        font-size: 8px;
    }

    .cart-order__i {
        grid-template-columns: 36px 62px minmax(0, 1fr);
    }
}
