@font-face {
    font-family: "Source Serif Pro Logo";
    src: url("../fonts/SourceSerifPro-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Overhaul pass: black showroom, fewer boxes, stronger product hierarchy. */
.front-page {
    background:
        radial-gradient(circle at 72% 5%, rgba(224, 189, 112, 0.12), transparent 30rem),
        linear-gradient(180deg, #050505 0%, var(--color-bg) 42%, #050505 100%);
}

.hero {
    min-height: calc(100dvh - 112px);
    display: grid;
    align-items: center;
    padding: 44px 0 34px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(224, 189, 112, 0.28), transparent);
}

.hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
    gap: clamp(34px, 6vw, 92px);
}

.hero__content h1 {
    max-width: 760px;
    font-size: clamp(50px, 6.6vw, 92px);
    line-height: 0.94;
    letter-spacing: 0;
}

.hero__content p {
    max-width: 560px;
    margin-top: 28px;
    color: rgba(244, 239, 228, 0.76);
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.55;
}

.hero-actions {
    gap: 14px;
    margin-top: 34px;
}

.hero__visual {
    min-height: clamp(430px, 58dvh, 620px);
    align-items: stretch;
}

.hero-product-stage {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    border-radius: 8px;
    border-color: rgba(224, 189, 112, 0.22);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        radial-gradient(circle at 50% 28%, rgba(224, 189, 112, 0.24), transparent 18rem),
        linear-gradient(145deg, #191712, #070707 68%);
    background-size: 64px 64px, 64px 64px, auto, auto;
    box-shadow: 0 44px 120px rgba(0, 0, 0, 0.54);
}

.hero-product-stage::before {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(224, 189, 112, 0.12);
    border-radius: 8px;
    filter: blur(0.2px);
}

.climate-device {
    width: min(88%, 640px);
    min-height: 330px;
}

.climate-device__body {
    min-height: 122px;
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(218, 214, 204, 0.96)),
        #f2f0e9;
    box-shadow:
        inset 0 -24px 32px rgba(0, 0, 0, 0.1),
        0 34px 74px rgba(0, 0, 0, 0.36);
}

.climate-device__air {
    left: 6%;
    right: 6%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(224, 189, 112, 0.85), rgba(255, 255, 255, 0.5), transparent);
}

.hero-panel {
    max-width: 210px;
    border-radius: 6px;
    background: rgba(8, 8, 7, 0.78);
    backdrop-filter: blur(16px);
    font-size: 13px;
}

.hero-panel--top {
    top: 28px;
    left: 28px;
}

.hero-panel--bottom {
    right: 28px;
    bottom: 28px;
}

.hero-proof-section {
    padding: 0 0 86px;
}

.hero-proof {
    gap: 0;
    border-top: 1px solid rgba(224, 189, 112, 0.22);
    border-bottom: 1px solid rgba(224, 189, 112, 0.14);
}

.hero-proof div {
    border: 0;
    border-right: 1px solid rgba(224, 189, 112, 0.14);
    border-radius: 0;
    background: transparent;
    padding: 26px 28px;
}

.hero-proof div:last-child {
    border-right: 0;
}

.hero-proof dt {
    font-size: clamp(30px, 3vw, 44px);
    letter-spacing: 0;
}

.hero-proof dd {
    color: rgba(216, 202, 177, 0.62);
    font-size: 14px;
}

.section {
    padding: 86px 0;
}

.section-panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
        #070707;
}

.section-head {
    align-items: end;
    margin-bottom: 34px;
}

.section-head h2 {
    max-width: 820px;
    font-size: clamp(34px, 4.2vw, 64px);
    line-height: 0.98;
    letter-spacing: 0;
}

.category-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid rgba(224, 189, 112, 0.16);
    background: rgba(224, 189, 112, 0.16);
}

.category-card {
    min-height: 270px;
    grid-column: span 2;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 82% 14%, rgba(224, 189, 112, 0.12), transparent 11rem),
        #090909;
    padding: clamp(24px, 2.6vw, 42px);
    transform: none;
}

.category-card:nth-child(1),
.category-card:nth-child(4) {
    grid-column: span 3;
}

.category-card:hover {
    background:
        radial-gradient(circle at 80% 12%, rgba(224, 189, 112, 0.2), transparent 14rem),
        #0f0e0b;
    transform: none;
}

.category-card__icon {
    width: 34px;
    height: 34px;
    margin-bottom: auto;
    border-radius: 50%;
    background: transparent;
    color: var(--color-gold-strong);
}

.category-card h3 {
    max-width: 420px;
    margin-top: 34px;
    font-size: clamp(25px, 2.8vw, 44px);
    line-height: 0.98;
}

.category-card p {
    max-width: 360px;
    color: rgba(216, 202, 177, 0.64);
}

.fit-finder__grid,
.service-vrf__grid,
.brands-reviews__grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
    gap: clamp(42px, 8vw, 124px);
}

.fit-finder__grid > div:first-child,
.service-vrf__grid > div:first-child,
.brands-reviews__grid > div:first-child {
    max-width: 780px;
}

.fit-finder h2,
.service-vrf h2,
.brands-reviews h2 {
    font-size: clamp(34px, 4.4vw, 66px);
    line-height: 0.98;
}

.fit-options {
    gap: 0;
    border-top: 1px solid rgba(224, 189, 112, 0.18);
}

.fit-options a {
    border: 0;
    border-bottom: 1px solid rgba(224, 189, 112, 0.18);
    border-radius: 0;
    background: transparent;
    padding: 24px 0;
}

.fit-options a:hover {
    transform: translateX(10px);
}

.products,
.tonkoff-product-grid,
.woocommerce ul.products {
    gap: 1px;
    border: 1px solid rgba(224, 189, 112, 0.14);
    background: rgba(224, 189, 112, 0.14);
}

.woocommerce ul.products li.product,
.tonkoff-product-card {
    background: #070707;
}

.tonkoff-product-card {
    border: 0;
    border-radius: 0;
    transition: background 0.22s ease, transform 0.22s ease;
}

.tonkoff-product-card:hover {
    background: #10100e;
    box-shadow: none;
    transform: none;
}

.tonkoff-product-card--wide {
    grid-column: span 2;
}

.product-card__media {
    aspect-ratio: 1.08 / 1;
    background:
        radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.96), rgba(226, 223, 216, 0.9) 44%, rgba(128, 121, 108, 0.5) 100%);
    border-bottom: 1px solid rgba(8, 8, 7, 0.28);
}

.product-card__body {
    padding: 22px;
}

.product-card__topline {
    min-height: auto;
    margin-bottom: 12px;
}

.product-card__category,
.product-card__status {
    font-size: 11px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.product-card__title {
    min-height: 72px;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.18;
    font-weight: 760;
}

.product-card__specs {
    min-height: auto;
    margin-bottom: 20px;
}

.product-card__specs div {
    padding: 8px 0;
    border-color: rgba(230, 212, 173, 0.12);
}

.product-card__bottom {
    gap: 18px;
}

.woocommerce ul.products li.product .price,
.product-card__price {
    font-size: clamp(21px, 2vw, 28px);
    line-height: 1;
}

.product-card__actions {
    grid-template-columns: 1fr;
}

.product-card__details {
    justify-content: center;
    min-height: 40px;
    border: 1px solid rgba(224, 189, 112, 0.22);
    border-radius: var(--radius-sm);
}

.shop-hero {
    margin-top: 28px;
    padding: 0;
    border: 0;
    background: transparent;
}

.shop-hero__inner {
    min-height: 360px;
    border: 1px solid rgba(224, 189, 112, 0.16);
    border-radius: 8px;
    background:
        radial-gradient(circle at 82% 4%, rgba(224, 189, 112, 0.14), transparent 24rem),
        linear-gradient(135deg, #11100e, #050505 70%);
}

.shop-hero h1 {
    max-width: 780px;
    font-size: clamp(44px, 5.6vw, 82px);
    line-height: 0.92;
}

.shop-loop-shell {
    margin-top: 46px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    margin-bottom: 28px;
}

.woocommerce .woocommerce-ordering select {
    min-height: 54px;
    border-radius: 6px;
}

.tonkoff-single-product {
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    gap: clamp(42px, 6vw, 92px);
    align-items: start;
}

.woocommerce div.product div.images {
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 20%, #fff, #e9e5dc 48%, #817a6d 100%);
}

.woocommerce div.product div.images img {
    filter: drop-shadow(0 34px 40px rgba(0, 0, 0, 0.24));
}

.single-product__summary {
    padding-top: 12px;
}

.woocommerce div.product .product_title {
    max-width: 720px;
    font-size: clamp(42px, 5vw, 76px);
    line-height: 0.95;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: clamp(32px, 3.6vw, 52px);
}

.woocommerce-product-details__short-description {
    max-width: 610px;
}

.woocommerce-tabs {
    border-radius: 8px;
}

.tonkoff-empty-cart {
    display: grid;
    place-items: center;
    min-height: 360px;
    padding: 54px 24px;
    border: 1px solid rgba(224, 189, 112, 0.16);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 0%, rgba(224, 189, 112, 0.14), transparent 20rem),
        #070707;
    text-align: center;
}

.woocommerce-cart .page-hero {
    padding: 54px 0 42px;
}

.woocommerce-cart .page-hero h1 {
    font-size: clamp(42px, 5vw, 58px);
}

.tonkoff-empty-cart span {
    color: var(--color-gold-strong);
    font-size: 13px;
    font-weight: 760;
}

.tonkoff-empty-cart h2 {
    max-width: 680px;
    margin: 12px auto 0;
    font-size: clamp(30px, 3.4vw, 48px);
    line-height: 0.98;
}

.tonkoff-empty-cart p {
    max-width: 560px;
    margin: 18px auto 0;
    color: var(--color-text-soft);
    font-size: 17px;
}

.tonkoff-empty-cart__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.tonkoff-empty-cart .button-warm {
    color: #11100d;
}

.tonkoff-empty-cart .button-secondary {
    color: var(--color-text);
}

.tonkoff-empty-cart + .wp-block-woocommerce-cart,
.tonkoff-empty-cart + .wp-block-woocommerce-empty-cart-block,
.tonkoff-empty-cart ~ .wp-block-woocommerce-cart,
.tonkoff-empty-cart ~ .wp-block-woocommerce-empty-cart-block {
    display: none !important;
}

@media (max-width: 1180px) {
    .hero__grid,
    .fit-finder__grid,
    .service-vrf__grid,
    .brands-reviews__grid,
    .tonkoff-single-product {
        grid-template-columns: 1fr;
    }

    .hero__visual {
        min-height: 470px;
    }

    .products.columns-4,
    .tonkoff-product-grid,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .hero {
        min-height: auto;
        padding: 56px 0 30px;
    }

    .hero__grid {
        gap: 34px;
    }

    .hero__content h1 {
        font-size: clamp(40px, 12vw, 52px);
        line-height: 0.98;
    }

    .hero__visual {
        min-height: 360px;
    }

    .hero-product-stage {
        min-height: 360px;
    }

    .climate-device {
        width: 86%;
        min-height: 240px;
    }

    .hero-panel {
        position: static;
        max-width: none;
        margin-top: 10px;
    }

    .hero-panel--bottom {
        display: none;
    }

    .hero-proof,
    .category-grid,
    .products.columns-4,
    .tonkoff-product-grid,
    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .hero-proof div {
        border-right: 0;
        border-bottom: 1px solid rgba(224, 189, 112, 0.14);
    }

    .hero-proof div:last-child {
        border-bottom: 0;
    }

    .category-card,
    .category-card:nth-child(1),
    .category-card:nth-child(4),
    .tonkoff-product-card--wide {
        grid-column: auto;
    }

    .section {
        padding: 62px 0;
    }

    .section-head {
        display: grid;
        gap: 18px;
        align-items: start;
    }

    .shop-hero__inner {
        min-height: auto;
        padding: 34px 24px;
    }

    .woocommerce div.product .product_title {
        font-size: clamp(36px, 11vw, 48px);
    }
}

:root {
    --color-bg: #080807;
    --color-bg-elevated: #0f0e0c;
    --color-surface: #15130f;
    --color-surface-2: #1d1913;
    --color-surface-3: #262117;
    --color-charcoal: #211d18;
    --color-line: rgba(230, 212, 173, 0.16);
    --color-line-strong: rgba(230, 212, 173, 0.28);
    --color-text: #f4efe4;
    --color-text-soft: #d8cab1;
    --color-muted: #9c907c;
    --color-gold: #c59a4a;
    --color-gold-strong: #e0bd70;
    --color-gold-dark: #7d5a24;
    --color-success: #86c89a;
    --color-danger: #e28a76;
    --shadow-soft: 0 28px 70px rgba(0, 0, 0, 0.38);
    --shadow-card: 0 20px 52px rgba(0, 0, 0, 0.28);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 22px;
    --container: 1180px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at 86% -18%, rgba(224, 189, 112, 0.12), transparent 32rem),
        linear-gradient(180deg, #070706 0%, #0a0908 48%, #100f0d 100%);
    color: var(--color-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

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

svg {
    width: 1.1em;
    height: 1.1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.container {
    width: min(100% - 40px, var(--container));
    margin-inline: auto;
}

.screen-reader-text,
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    z-index: 1000;
    top: 16px;
    left: 16px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 14px;
    overflow: visible;
    clip: auto;
    border-radius: var(--radius-sm);
    background: var(--color-gold);
    color: #0c0a07;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid rgba(224, 189, 112, 0.62);
    outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: inherit;
    line-height: 1.08;
    letter-spacing: 0;
}

h1 {
    max-width: 920px;
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 680;
}

h2 {
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 650;
}

h3 {
    font-size: 21px;
    font-weight: 650;
}

p {
    margin-top: 0;
}

.section {
    padding: 96px 0;
}

.section-panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
        var(--color-bg-elevated);
    border-block: 1px solid rgba(230, 212, 173, 0.08);
}

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

.section-kicker {
    margin: 0 0 12px;
    color: var(--color-gold-strong);
    font-size: 13px;
    font-weight: 680;
    letter-spacing: 0;
    text-transform: none;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--color-gold-strong);
    font-weight: 720;
    white-space: nowrap;
}

.text-link:hover,
.primary-nav a:hover,
.topbar a:hover,
.footer-col a:hover,
.footer-bottom a:hover {
    color: var(--color-text);
}

.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.added_to_cart {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border: 1px solid var(--color-line-strong);
    border-radius: var(--radius-sm);
    background: var(--color-surface-2);
    color: var(--color-text);
    font-size: 15px;
    font-weight: 740;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.woocommerce a.add_to_cart_button,
.woocommerce button.single_add_to_cart_button,
.mobile-sticky-cta__cart[href*="add-to-cart="] {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transform: translateZ(0);
    transition:
        transform 160ms cubic-bezier(0.23, 1, 0.32, 1),
        box-shadow 180ms cubic-bezier(0.23, 1, 0.32, 1),
        background 180ms cubic-bezier(0.23, 1, 0.32, 1),
        border-color 180ms cubic-bezier(0.23, 1, 0.32, 1),
        color 180ms cubic-bezier(0.23, 1, 0.32, 1),
        filter 180ms cubic-bezier(0.23, 1, 0.32, 1);
}

.woocommerce a.add_to_cart_button::after,
.woocommerce button.single_add_to_cart_button::after,
.mobile-sticky-cta__cart[href*="add-to-cart="]::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.08) 42%, rgba(255, 255, 255, 0.26) 50%, rgba(255, 255, 255, 0.08) 58%, transparent 100%);
    opacity: 0;
    transform: translateX(-135%);
    pointer-events: none;
}

.woocommerce a.add_to_cart_button:active,
.woocommerce button.single_add_to_cart_button:active,
.mobile-sticky-cta__cart[href*="add-to-cart="]:active,
.woocommerce a.add_to_cart_button.is-pressing,
.woocommerce button.single_add_to_cart_button.is-pressing,
.mobile-sticky-cta__cart[href*="add-to-cart="].is-pressing {
    transform: scale(0.975) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18) !important;
}

.woocommerce a.add_to_cart_button.loading::after,
.woocommerce a.add_to_cart_button.is-loading::after,
.woocommerce button.single_add_to_cart_button.is-loading::after,
.mobile-sticky-cta__cart[href*="add-to-cart="].is-loading::after {
    opacity: 1;
    animation: tonkoff-cart-sheen 700ms cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

.woocommerce a.add_to_cart_button.is-added,
.woocommerce button.single_add_to_cart_button.is-added,
.mobile-sticky-cta__cart[href*="add-to-cart="].is-added {
    border-color: rgba(224, 189, 112, 0.82) !important;
    box-shadow: 0 0 0 1px rgba(224, 189, 112, 0.24), 0 18px 34px rgba(189, 140, 56, 0.22) !important;
    animation: tonkoff-cart-success 220ms cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes tonkoff-cart-sheen {
    from {
        transform: translateX(-135%);
    }

    to {
        transform: translateX(135%);
    }
}

@keyframes tonkoff-cart-success {
    0% {
        transform: scale(0.975);
    }

    60% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

.tonkoff-cart-toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 140;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    width: min(420px, calc(100vw - 32px));
    padding: 14px 14px 14px 16px;
    border: 1px solid rgba(224, 189, 112, 0.18);
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0%, rgba(224, 189, 112, 0.12), transparent 12rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
        rgba(9, 9, 8, 0.96);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(16px);
    color: var(--color-text);
    opacity: 0;
    transform: translateY(14px) scale(0.97);
    pointer-events: none;
    transition:
        opacity 180ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 220ms cubic-bezier(0.23, 1, 0.32, 1);
}

.tonkoff-cart-toast.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.tonkoff-cart-toast__copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.tonkoff-cart-toast__eyebrow {
    color: rgba(224, 189, 112, 0.84);
    font-size: 11px;
    font-weight: 760;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tonkoff-cart-toast__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.tonkoff-cart-toast__action {
    min-height: 42px;
    padding-inline: 16px;
    white-space: nowrap;
}

.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.added_to_cart:hover {
    border-color: rgba(224, 189, 112, 0.55);
    background: var(--color-surface-3);
    color: var(--color-text);
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.button-warm,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    border-color: rgba(224, 189, 112, 0.74);
    background: linear-gradient(180deg, var(--color-gold-strong), var(--color-gold));
    color: #141009;
}

.button-warm:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: linear-gradient(180deg, #ebcc83, #bd8c38);
    color: #11100d;
}

.button-secondary,
.button-ghost {
    background: rgba(255, 255, 255, 0.03);
    color: var(--color-text);
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    background: rgba(8, 8, 7, 0.86);
    border-bottom: 1px solid rgba(230, 212, 173, 0.12);
    backdrop-filter: blur(18px);
}

.topbar {
    border-bottom: 1px solid rgba(230, 212, 173, 0.08);
    color: var(--color-muted);
    font-size: 13px;
}

.topbar__inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.topbar__links {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-primary-row {
    border-bottom: 1px solid rgba(230, 212, 173, 0.1);
}

.header-primary-row__inner {
    position: relative;
    min-height: 74px;
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
    align-items: center;
    gap: 22px;
}

.header-nav-row {
    position: relative;
    border-bottom: 1px solid rgba(230, 212, 173, 0.08);
}

.header-nav-row__inner {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    justify-self: center;
}

.site-brand__logo {
    --logo-mark-size: 48px;
    --logo-word-size: 25px;
    --logo-gap: 10px;
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: var(--logo-gap);
    line-height: 1;
    white-space: nowrap;
}

.site-brand__logo--footer {
    width: auto;
    --logo-mark-size: 56px;
    --logo-word-size: 29px;
}

.site-brand__lion {
    width: var(--logo-mark-size);
    height: var(--logo-mark-size);
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.28));
}

.site-brand__wordmark {
    color: var(--color-gold);
    font-family: "Source Serif Pro Logo", "Source Serif Pro", Georgia, serif;
    font-size: var(--logo-word-size);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.95;
    text-transform: uppercase;
}

.site-brand__mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--color-line-strong);
    border-radius: var(--radius-sm);
    color: var(--color-gold-strong);
    font-weight: 780;
}

.site-brand__text {
    display: grid;
    gap: 0;
    margin-left: 12px;
    line-height: 1.05;
}

.site-brand__text small {
    color: var(--color-muted);
    font-size: 12px;
    text-transform: uppercase;
}

.primary-nav {
    width: 100%;
    flex: 1 1 auto;
}

.primary-nav__mobile {
    display: none;
}

.primary-nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 1.45vw, 26px);
    padding: 0;
    margin: 0;
    list-style: none;
}

.primary-nav__item {
    display: flex;
    align-items: center;
}

.primary-nav__link,
.primary-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    color: var(--color-text-soft);
    font-size: 14px;
    font-weight: 650;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.primary-nav__link {
    position: relative;
}

.primary-nav__link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(224, 189, 112, 0.76), transparent);
    opacity: 0;
    transform: scaleX(0.36);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.primary-nav__link:hover,
.primary-nav__link:focus-visible {
    color: var(--color-text);
}

.primary-nav__link:hover::after,
.primary-nav__link:focus-visible::after,
.primary-nav__item--has-mega:hover > .primary-nav__link::after,
.primary-nav__item--has-mega:focus-within > .primary-nav__link::after,
.primary-nav__item--has-mega.is-open > .primary-nav__link::after {
    opacity: 1;
    transform: scaleX(1);
}

.site-mega-menu {
    position: absolute;
    z-index: 120;
    top: 100%;
    right: 0;
    left: 0;
    padding: 0 clamp(20px, 4vw, 54px) 28px;
    color: var(--color-text);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.site-mega-menu::before {
    content: "";
    position: absolute;
    inset: -16px 0 auto;
    height: 18px;
}

.primary-nav__item--has-mega:hover .site-mega-menu,
.primary-nav__item--has-mega:focus-within .site-mega-menu,
.primary-nav__item--has-mega.is-open .site-mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.primary-nav__item--has-mega.is-suppressed .site-mega-menu,
.primary-nav__item--has-mega.is-suppressed:focus-within .site-mega-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: none;
}

.site-mega-menu__inner {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(220px, 0.86fr) minmax(320px, 1.1fr);
    gap: clamp(24px, 3vw, 44px);
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: 30px;
    border: 1px solid rgba(224, 189, 112, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(224, 189, 112, 0.09), transparent 34%),
        linear-gradient(180deg, rgba(25, 23, 18, 0.98), rgba(9, 9, 8, 0.99));
    box-shadow: 0 32px 82px rgba(0, 0, 0, 0.46);
}

.site-mega-menu__column {
    min-width: 0;
}

.site-mega-menu__eyebrow {
    margin: 0 0 14px;
    color: rgba(224, 189, 112, 0.72);
    font-size: 12px;
    font-weight: 740;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-mega-menu__title {
    margin: 0;
    color: var(--color-text);
    font-size: 24px;
    line-height: 1.15;
}

.site-mega-menu__description {
    margin-top: 14px;
    color: rgba(244, 239, 228, 0.72);
    font-size: 14px;
    line-height: 1.55;
}

.site-mega-menu__description p {
    margin: 0;
}

.site-mega-menu__all-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    color: var(--color-gold-strong);
    font-size: 14px;
    font-style: normal;
    font-weight: 780;
}

.site-mega-menu__all-link svg {
    width: 16px;
    height: 16px;
}

.site-mega-menu__list {
    display: grid;
    gap: 3px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mega-menu__list a {
    min-height: 46px;
    display: grid;
    align-content: center;
    gap: 3px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(230, 212, 173, 0.09);
    color: rgba(244, 239, 228, 0.86);
    font-size: 14px;
    line-height: 1.28;
}

.site-mega-menu__list a:hover,
.site-mega-menu__list a:focus-visible,
.site-mega-menu__all-link:hover,
.site-mega-menu__all-link:focus-visible,
.site-mega-menu__all-link:focus-visible {
    color: var(--color-gold-strong);
}

.site-mega-menu__list small {
    color: rgba(244, 239, 228, 0.48);
    font-size: 12px;
}

.site-mega-menu__empty {
    margin: 0;
    color: rgba(244, 239, 228, 0.58);
    font-size: 14px;
    line-height: 1.52;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    justify-self: end;
}

.icon-button,
.menu-toggle {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--color-line);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    color: var(--color-text);
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.menu-toggle {
    display: none;
}

.icon-button:hover,
.menu-toggle:hover {
    border-color: rgba(224, 189, 112, 0.55);
    background: rgba(224, 189, 112, 0.08);
}

.cart-link {
    position: relative;
}

.cart-link span {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--color-gold);
    color: #11100d;
    font-size: 11px;
    font-weight: 800;
}

.header-phone {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid var(--color-line-strong);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--color-text);
    font-size: 14px;
    font-weight: 720;
    justify-self: start;
}

.header-search {
    padding: 0 0 18px;
}

.header-search form,
.woocommerce-product-search {
    display: flex;
    gap: 10px;
}

.woocommerce-product-search button,
.search-submit {
    min-height: 48px;
    padding: 0 18px;
    border: 0;
    border-radius: var(--radius-sm);
    background: var(--color-gold);
    color: #11100d;
    font-weight: 760;
    cursor: pointer;
}

.header-search input[type="search"],
.woocommerce-product-search input[type="search"],
.search-field,
.input-text,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.045);
    color: var(--color-text);
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 52px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.045);
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 6.25 8 10.75l4.5-4.5' stroke='%23E0BD70' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, right 16px center;
    background-size: auto, 14px 14px;
}

select:hover {
    border-color: rgba(224, 189, 112, 0.36);
    background-color: rgba(255, 255, 255, 0.06);
}

select:invalid {
    color: rgba(216, 202, 177, 0.62);
}

select::-ms-expand {
    display: none;
}

select option,
select optgroup {
    color: var(--color-text);
    background: #14110d;
}

select option[value=""] {
    color: rgba(216, 202, 177, 0.62);
}

select option:checked {
    background: linear-gradient(180deg, rgba(224, 189, 112, 0.22), rgba(224, 189, 112, 0.16));
}

textarea {
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    color: rgba(216, 202, 177, 0.48);
}

.header-search input:focus,
.woocommerce-product-search input:focus,
.input-text:focus,
input:focus,
textarea:focus,
select:focus {
    border-color: rgba(224, 189, 112, 0.7);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 0 4px rgba(197, 154, 74, 0.14);
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 64px 0 42px;
}

.hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
    gap: 44px;
    align-items: center;
}

.hero__content h1 {
    max-width: 800px;
    font-size: clamp(38px, 4vw, 52px);
    line-height: 1.02;
    text-wrap: balance;
}

.hero__content p {
    max-width: 610px;
    margin: 22px 0 0;
    color: var(--color-text-soft);
    font-size: 18px;
    line-height: 1.58;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

.hero-proof-section {
    padding: 0 0 70px;
}

.hero-proof div {
    padding: 18px 20px;
    border: 1px solid rgba(230, 212, 173, 0.12);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.025);
}

.hero-proof dt {
    color: var(--color-gold-strong);
    font-size: 25px;
    font-weight: 760;
    line-height: 1;
}

.hero-proof dd {
    margin: 7px 0 0;
    color: var(--color-muted);
    font-size: 13px;
}

.hero__visual {
    position: relative;
    min-height: 390px;
    display: grid;
    place-items: center;
}

.hero-product-stage {
    width: min(100%, 450px);
    min-height: 320px;
    display: grid;
    place-items: center;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 50% 28%, rgba(224, 189, 112, 0.18), transparent 17rem),
        linear-gradient(150deg, #191611, #0f0e0c 62%, #080807);
    box-shadow: var(--shadow-soft);
}

.climate-device {
    position: relative;
    width: 82%;
    min-height: 220px;
    display: grid;
    place-items: center;
}

.climate-device__body {
    width: 100%;
    min-height: 96px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    gap: 16px;
    padding: 24px 34px;
    border: 1px solid rgba(230, 212, 173, 0.2);
    border-radius: 18px;
    background: linear-gradient(180deg, #f1efe8, #cfc7b7);
    box-shadow: inset 0 -20px 28px rgba(0, 0, 0, 0.08), 0 24px 50px rgba(0, 0, 0, 0.28);
}

.climate-device__logo {
    --logo-mark-size: 42px;
    --logo-word-size: 24px;
    --logo-gap: 8px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--logo-gap);
    line-height: 1;
    white-space: nowrap;
}

.climate-device__body > span:not(.climate-device__logo) {
    width: 58%;
    height: 6px;
    border-radius: 999px;
    background: rgba(20, 19, 17, 0.16);
}

.climate-device__air {
    position: absolute;
    left: 16%;
    right: 16%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(224, 189, 112, 0.7), transparent);
    animation: tonkoff-air 4.5s ease-in-out infinite;
}

.air-one { top: 62%; }
.air-two { top: 70%; animation-delay: 0.7s; }
.air-three { top: 78%; animation-delay: 1.4s; }

.hero-panel {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 250px;
    padding: 14px 16px;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    background: rgba(21, 19, 15, 0.86);
    box-shadow: var(--shadow-card);
    color: var(--color-text-soft);
    font-size: 14px;
    font-weight: 680;
}

.hero-panel svg {
    color: var(--color-gold-strong);
    flex: 0 0 auto;
}

.hero-panel--top { top: 42px; left: 0; }
.hero-panel--bottom { right: 0; bottom: 32px; }

@keyframes tonkoff-air {
    0%, 100% { opacity: 0.35; transform: translateY(0) scaleX(0.92); }
    50% { opacity: 1; transform: translateY(12px) scaleX(1.07); }
}

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

.category-card,
.trust-grid article,
.product-trust article,
.metric-grid div,
.info-cards article,
.solution-grid article,
.process-list article,
.contact-card,
.contact-brief,
.installation-summary,
.brief-side,
.brief-intro,
.podbor-form,
.install-detail-grid article {
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.category-card {
    position: relative;
    overflow: hidden;
    min-height: 218px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(224, 189, 112, 0.1), transparent 13rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014));
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.category-card:hover,
.tonkoff-product-card:hover {
    border-color: rgba(224, 189, 112, 0.38);
    transform: translateY(-3px);
}

.category-card__icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border-radius: var(--radius-sm);
    background: rgba(197, 154, 74, 0.12);
    color: var(--color-gold-strong);
}

.category-card h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.08;
}

.category-card p {
    margin: 0 0 20px;
    color: var(--color-muted);
}

.category-card__more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
    color: var(--color-gold-strong);
    font-weight: 720;
}

.solution-grid {
    counter-reset: solution-card;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.solution-grid article {
    position: relative;
    overflow: hidden;
    min-height: 252px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    border-color: rgba(230, 212, 173, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        radial-gradient(circle at 86% 8%, rgba(224, 189, 112, 0.16), transparent 10rem),
        linear-gradient(145deg, rgba(31, 28, 22, 0.94), rgba(10, 9, 8, 0.96) 72%);
    background-size: 46px 46px, 46px 46px, auto, auto;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
    isolation: isolate;
    transition: transform 220ms cubic-bezier(0.23, 1, 0.32, 1), border-color 220ms ease, box-shadow 220ms ease;
}

.solution-grid article::before {
    content: "0" counter(solution-card);
    counter-increment: solution-card;
    position: absolute;
    top: 24px;
    left: 28px;
    color: rgba(224, 189, 112, 0.72);
    font-size: 13px;
    font-weight: 760;
    letter-spacing: 0.08em;
}

.solution-grid article::after {
    content: "";
    position: absolute;
    inset: auto 24px 24px auto;
    width: 96px;
    height: 96px;
    border: 1px solid rgba(224, 189, 112, 0.18);
    border-radius: 50%;
    background:
        linear-gradient(90deg, transparent 49%, rgba(224, 189, 112, 0.16) 50%, transparent 51%),
        linear-gradient(180deg, transparent 49%, rgba(224, 189, 112, 0.16) 50%, transparent 51%);
    opacity: 0.72;
    transform: translate(24px, 24px);
    z-index: -1;
}

.solution-grid h3 {
    max-width: 11ch;
    margin: 0 0 14px;
    color: var(--color-text);
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1;
    font-weight: 680;
}

.solution-grid p {
    max-width: 31ch;
    margin: 0;
    color: rgba(216, 202, 177, 0.82);
    font-size: 15px;
    line-height: 1.55;
}

@media (hover: hover) and (pointer: fine) {
    .solution-grid article:hover {
        border-color: rgba(224, 189, 112, 0.42);
        box-shadow: 0 30px 74px rgba(0, 0, 0, 0.34);
        transform: translateY(-4px);
    }
}

.fit-finder__grid,
.service-vrf__grid,
.brands-reviews__grid,
.page-hero__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 44px;
    align-items: center;
}

.fit-finder p,
.service-vrf p,
.page-hero p:not(.section-kicker),
.brief-intro p {
    color: var(--color-text-soft);
    font-size: 18px;
}

.fit-options {
    display: grid;
    gap: 12px;
}

.fit-options a {
    display: grid;
    gap: 6px;
    padding: 22px;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.035);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.fit-options a:hover {
    border-color: rgba(224, 189, 112, 0.45);
    transform: translateX(4px);
}

.fit-options strong {
    font-size: 18px;
}

.fit-options span {
    color: var(--color-muted);
}

.products,
.tonkoff-product-grid,
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}

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

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
}

.woocommerce ul.products li.product,
.tonkoff-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0;
}

.tonkoff-product-card {
    overflow: hidden;
    border: 1px solid rgba(230, 212, 173, 0.12);
    border-radius: var(--radius-md);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.014));
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.tonkoff-product-card:hover {
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.tonkoff-product-card--wide {
    grid-column: span 2;
    display: grid !important;
    grid-template-columns: 1.05fr 0.95fr;
}

.product-card__media {
    --product-card-media-padding: 22px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.06 / 1;
    min-height: 0;
    padding: var(--product-card-media-padding);
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.96), rgba(236, 232, 224, 0.88) 42%, rgba(177, 166, 145, 0.45) 100%);
}

.tonkoff-product-card--wide .product-card__media {
    aspect-ratio: auto;
    min-height: 100%;
}

.woocommerce ul.products li.product a img,
.product-card__media img {
    position: absolute;
    inset: var(--product-card-media-padding);
    width: calc(100% - (var(--product-card-media-padding) * 2));
    height: calc(100% - (var(--product-card-media-padding) * 2));
    margin: 0;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.24));
    transition: transform 0.28s ease;
}

.tonkoff-product-card:hover .product-card__media img {
    transform: translateY(-4px) scale(1.025);
}

.product-card__placeholder svg {
    width: 78px;
    height: 78px;
    color: rgba(224, 189, 112, 0.45);
}

.product-card__sale,
.onsale,
.product-card__flag {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    min-height: auto;
    padding: 7px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 232, 160, 0.64);
    background:
        linear-gradient(135deg, rgba(255, 246, 194, 0.98) 0%, rgba(236, 190, 81, 0.98) 38%, rgba(184, 124, 28, 0.98) 100%);
    box-shadow: 0 10px 22px rgba(178, 122, 24, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.46);
    color: #171206;
    font-size: 12px;
    font-weight: 780;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.product-card__flag {
    left: auto;
    right: 14px;
    background: rgba(8, 8, 7, 0.72);
    color: var(--color-gold-strong);
    border: 1px solid var(--color-line-strong);
    box-shadow: none;
    letter-spacing: 0;
    text-transform: none;
}

.product-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 18px;
}

.tonkoff-product-card--wide .product-card__body {
    padding: 28px;
}

.product-card__topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    min-height: 28px;
    margin-bottom: 10px;
}

.product-card__category {
    max-width: 58%;
    overflow: hidden;
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 640;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none;
}

.product-card__category a {
    color: inherit;
}

.product-card__status {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 24px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(134, 200, 154, 0.12);
    color: var(--color-success);
    font-size: 12px;
    font-weight: 720;
    white-space: nowrap;
}

.product-card__status.is-order {
    background: rgba(224, 189, 112, 0.12);
    color: var(--color-gold-strong);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.product-card__title {
    min-height: 62px;
    margin: 0 0 14px;
    padding: 0;
    color: var(--color-text);
    font-size: 17px;
    line-height: 1.28;
    font-weight: 680;
}

.tonkoff-product-card--wide .product-card__title {
    font-size: 24px;
    min-height: auto;
}

.product-card__title a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.product-card__areas,
.tonkoff-area-switcher__options {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 14px;
}

.tonkoff-area-option {
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid var(--color-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    color: var(--color-text-soft);
    font-size: 13px;
    font-weight: 720;
    cursor: pointer;
}

.tonkoff-area-option.is-active,
.tonkoff-area-option:hover {
    border-color: rgba(224, 189, 112, 0.7);
    background: rgba(197, 154, 74, 0.16);
    color: var(--color-gold-strong);
}

.product-card__specs {
    display: grid;
    gap: 0;
    min-height: 68px;
    margin: 0 0 16px;
}

.product-card__specs div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 6px 0;
    border-top: 1px solid rgba(230, 212, 173, 0.09);
    color: var(--color-muted);
    font-size: 13px;
}

.product-card__specs dt,
.product-card__specs dd {
    margin: 0;
}

.product-card__specs dd {
    max-width: 56%;
    color: var(--color-text-soft);
    font-weight: 680;
    text-align: right;
}

.product-card__bottom {
    display: grid;
    gap: 13px;
    margin-top: auto;
}

.woocommerce ul.products li.product .price,
.product-card__price {
    display: block;
    margin: 0;
    color: var(--color-text);
    font-size: 21px;
    font-weight: 760;
}

.product-card__price del {
    color: var(--color-muted);
    font-size: 0.82em;
}

.product-card__price ins {
    text-decoration: none;
}

.product-card__actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
}

.product-card__actions .button,
.product-card__actions .added_to_cart {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    font-size: 14px;
}

.product-card__actions .added_to_cart {
    display: none !important;
}

.product-card__details {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: var(--color-gold-strong);
    font-size: 14px;
    font-weight: 720;
    white-space: nowrap;
}

.trust-grid,
.product-trust,
.process-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.process-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-grid article,
.product-trust article,
.process-list article,
.install-detail-grid article {
    padding: 24px;
}

.trust-grid svg,
.product-trust svg,
.install-detail-grid svg,
.contact-card svg {
    width: 34px;
    height: 34px;
    margin-bottom: 16px;
    color: var(--color-gold-strong);
}

.trust-grid p,
.product-trust p,
.process-list p,
.install-detail-grid p {
    margin: 10px 0 0;
    color: var(--color-muted);
}

.service-vrf {
    background:
        radial-gradient(circle at 82% 20%, rgba(197, 154, 74, 0.11), transparent 24rem),
        #0b0a09;
}

.engineering-card {
    display: grid;
    gap: 14px;
}

.engineering-card div {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.035);
}

.engineering-card span,
.process-list span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(197, 154, 74, 0.12);
    color: var(--color-gold-strong);
    font-weight: 760;
    flex: 0 0 auto;
}

.process-list span {
    margin-bottom: 18px;
}

.brand-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.brand-strip span {
    padding: 11px 14px;
    border: 1px solid var(--color-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    color: var(--color-text-soft);
    font-weight: 720;
}

.brands-reviews blockquote {
    margin: 0;
    padding: 32px;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    background: linear-gradient(145deg, rgba(197, 154, 74, 0.12), rgba(255, 255, 255, 0.035));
}

.brands-reviews blockquote p {
    color: var(--color-text);
    font-size: 22px;
    line-height: 1.45;
}

.brands-reviews cite {
    color: var(--color-muted);
    font-style: normal;
    font-weight: 720;
}

.about-page {
    background:
        radial-gradient(circle at 12% 8%, rgba(224, 189, 112, 0.08), transparent 30rem),
        linear-gradient(180deg, #070706 0%, var(--color-bg) 48%, #050505 100%);
}

.about-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(58px, 7vw, 88px) 0 74px;
    border-bottom: 1px solid rgba(230, 212, 173, 0.08);
}

.about-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(224, 189, 112, 0.24), transparent);
}

.about-hero__grid,
.about-proof__grid,
.about-cases__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(460px, 1.04fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: center;
}

.about-hero__content h1 {
    max-width: 720px;
    font-size: clamp(42px, 4.8vw, 66px);
    line-height: 0.98;
}

.about-hero__content p:not(.section-kicker),
.about-proof__lead p,
.about-cases__intro p {
    max-width: 660px;
    margin: 22px 0 0;
    color: rgba(216, 202, 177, 0.82);
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.58;
}

.about-hero__media {
    position: relative;
    min-height: clamp(420px, 46vw, 560px);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(10, 1fr);
}

.about-hero__media::before {
    content: "";
    position: absolute;
    inset: 9% 4% 10% 10%;
    border: 1px solid rgba(224, 189, 112, 0.16);
    border-radius: 50%;
    opacity: 0.75;
}

.about-hero__photo,
.about-cases__item {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(230, 212, 173, 0.18);
    border-radius: 8px;
    background: var(--color-surface);
    box-shadow: 0 26px 72px rgba(0, 0, 0, 0.34);
}

.about-hero__photo img,
.about-cases__item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.9) contrast(1.04);
    transition: transform 260ms cubic-bezier(0.23, 1, 0.32, 1), filter 260ms ease;
}

.about-hero__photo::after,
.about-cases__item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.34));
    pointer-events: none;
}

.about-hero__photo--1 {
    z-index: 2;
    grid-column: 1 / 9;
    grid-row: 1 / 8;
}

.about-hero__photo--2 {
    z-index: 3;
    grid-column: 7 / 13;
    grid-row: 2 / 6;
}

.about-hero__photo--3 {
    z-index: 1;
    grid-column: 4 / 12;
    grid-row: 6 / 11;
}

.about-proof__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
}

.about-proof__lead h2,
.about-cases__intro h2 {
    max-width: 780px;
    font-size: clamp(34px, 4.2vw, 56px);
}

.about-proof__stats {
    counter-reset: about-proof;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid rgba(230, 212, 173, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(145deg, rgba(31, 28, 22, 0.78), rgba(10, 9, 8, 0.96));
    background-size: 48px 48px, 48px 48px, auto;
}

.about-proof__stats div {
    min-height: 174px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border-right: 1px solid rgba(230, 212, 173, 0.1);
    border-bottom: 1px solid rgba(230, 212, 173, 0.1);
}

.about-proof__stats div:nth-child(2n) {
    border-right: 0;
}

.about-proof__stats div:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.about-proof__stats strong {
    color: var(--color-text);
    font-size: clamp(28px, 3.8vw, 46px);
    line-height: 0.95;
    font-weight: 720;
}

.about-proof__stats span {
    max-width: 23ch;
    color: var(--color-muted);
    font-size: 14px;
    line-height: 1.45;
}

.about-principles__grid {
    display: grid;
    grid-template-columns: 1.18fr 0.82fr 1fr;
    gap: 18px;
}

.about-principles__grid article {
    position: relative;
    overflow: hidden;
    min-height: 230px;
    padding: 26px;
    border: 1px solid var(--color-line);
    border-radius: 8px;
    background:
        radial-gradient(circle at 100% 0%, rgba(224, 189, 112, 0.11), transparent 12rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
    transition: transform 220ms cubic-bezier(0.23, 1, 0.32, 1), border-color 220ms ease, box-shadow 220ms ease;
}

.about-principles__grid article:first-child {
    grid-row: span 2;
    min-height: 100%;
}

.about-principles__grid article:nth-child(4) {
    grid-column: span 2;
}

.about-principles__grid svg {
    width: 34px;
    height: 34px;
    margin-bottom: 26px;
    color: var(--color-gold-strong);
}

.about-principles__grid h3 {
    max-width: 14ch;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1;
}

.about-principles__grid p {
    max-width: 42ch;
    margin: 14px 0 0;
    color: var(--color-muted);
}

.about-cases__layout {
    grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
    align-items: start;
}

.about-cases__intro {
    position: sticky;
    top: 132px;
}

.about-cases__gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 126px;
    gap: 14px;
}

.about-cases__item--1 {
    grid-column: span 4;
    grid-row: span 3;
}

.about-cases__item--2 {
    grid-column: span 2;
    grid-row: span 2;
}

.about-cases__item--3 {
    grid-column: span 2;
    grid-row: span 2;
}

.about-cases__item--4 {
    grid-column: span 6;
    grid-row: span 2;
}

@media (hover: hover) and (pointer: fine) {
    .about-hero__photo:hover img,
    .about-cases__item:hover img {
        filter: saturate(1) contrast(1.08);
        transform: scale(1.035);
    }

    .about-principles__grid article:hover {
        border-color: rgba(224, 189, 112, 0.4);
        box-shadow: 0 26px 70px rgba(0, 0, 0, 0.3);
        transform: translateY(-3px);
    }
}

.page-hero {
    padding: 76px 0;
    background:
        radial-gradient(circle at 88% 18%, rgba(197, 154, 74, 0.12), transparent 26rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent);
    border-bottom: 1px solid rgba(230, 212, 173, 0.08);
}

.page-hero-compact h1 {
    max-width: 900px;
    font-size: clamp(34px, 4.2vw, 52px);
    text-wrap: balance;
}

.entry-content-shell,
.content-grid {
    padding: 58px 0 86px;
}

.entry-content {
    max-width: 820px;
    color: var(--color-text-soft);
}

.entry-content > *:first-child {
    margin-top: 0;
}

.entry-content a {
    color: var(--color-gold-strong);
    font-weight: 700;
}

.empty-state {
    max-width: 720px;
    padding: 46px;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.035);
    text-align: center;
}

.empty-state svg {
    width: 48px;
    height: 48px;
    color: var(--color-gold-strong);
}

.site-footer {
    background: #060605;
    color: var(--color-text);
    border-top: 1px solid rgba(230, 212, 173, 0.1);
}

.footer-cta {
    padding: 48px 0;
    background:
        linear-gradient(135deg, rgba(197, 154, 74, 0.18), rgba(255, 255, 255, 0.03)),
        #100e0b;
    border-bottom: 1px solid rgba(230, 212, 173, 0.12);
}

.footer-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.footer-cta h2 {
    font-size: clamp(26px, 4vw, 42px);
}

.footer-cta p {
    max-width: 700px;
    margin: 12px 0 0;
    color: var(--color-text-soft);
}

.footer-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 0 0 auto;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 34px;
    padding: 58px 0 34px;
}

.footer-brand p,
.footer-bottom,
.footer-col a {
    color: var(--color-muted);
}

.footer-brand p {
    max-width: 340px;
    margin-top: 18px;
}

.footer-col {
    display: grid;
    align-content: start;
    gap: 10px;
}

.footer-col h3 {
    margin-bottom: 8px;
    color: var(--color-text);
    font-size: 14px;
    text-transform: uppercase;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0 28px;
    border-top: 1px solid rgba(230, 212, 173, 0.1);
    font-size: 13px;
}

.mobile-sticky-cta {
    display: none;
}

.commerce-main {
    padding: 0 0 90px;
}

.commerce-container {
    padding-top: 38px;
}

.woocommerce-breadcrumb {
    margin: 0 0 20px;
    color: var(--color-muted);
    font-size: 14px;
}

.woocommerce-breadcrumb a {
    color: var(--color-gold-strong);
}

.shop-hero {
    padding: 28px 0 18px;
}

.shop-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 24px;
    align-items: center;
    padding: 34px;
    border: 1px solid rgba(230, 212, 173, 0.12);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 100% 0%, rgba(197, 154, 74, 0.16), transparent 22rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
}

.shop-hero h1 {
    font-size: clamp(32px, 4vw, 48px);
}

.shop-hero p,
.shop-hero__description {
    max-width: 700px;
    margin: 10px 0 0;
    color: var(--color-text-soft);
    font-size: 16px;
}

.shop-hero__tools {
    display: grid;
    gap: 12px;
}

.shop-hero__tools a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.035);
    color: var(--color-text);
    font-weight: 720;
}

.shop-loop-shell {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    margin: 0 0 22px;
    color: var(--color-muted);
}

.woocommerce .woocommerce-ordering select {
    min-width: 240px;
}

.woocommerce-notices-wrapper {
    margin-bottom: 18px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border: 1px solid var(--color-line);
    border-left: 4px solid var(--color-gold);
    border-radius: var(--radius-sm);
    background: var(--color-surface);
    color: var(--color-text-soft);
    box-shadow: none;
}

.woocommerce-error {
    border-left-color: var(--color-danger);
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: var(--color-gold-strong);
}

.tonkoff-single-product {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: 48px;
}

.tonkoff-single-product::before,
.tonkoff-single-product::after {
    display: none;
}

.single-product__gallery,
.single-product__summary {
    min-width: 0;
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
    width: auto;
    float: none;
}

.woocommerce div.product div.images {
    padding: 28px;
    border: 1px solid rgba(230, 212, 173, 0.12);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.92), rgba(236, 232, 224, 0.8) 38%, rgba(197, 154, 74, 0.15) 100%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
}

.woocommerce div.product div.images img {
    filter: drop-shadow(0 20px 32px rgba(0, 0, 0, 0.3));
}

.woocommerce div.product .product_title {
    font-size: clamp(32px, 3.7vw, 52px);
    font-weight: 650;
    text-wrap: balance;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin: 22px 0;
    color: var(--color-text);
    font-size: 32px;
    font-weight: 760;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: var(--color-muted);
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}

.woocommerce-product-details__short-description {
    color: var(--color-text-soft);
    font-size: 18px;
}

.tonkoff-area-switcher--single {
    display: grid;
    gap: 12px;
    margin: 24px 0 14px;
    padding: 18px;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.035);
}

.tonkoff-area-switcher__head,
.tonkoff-area-switcher__meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: var(--color-muted);
    font-size: 13px;
}

.tonkoff-area-switcher__head strong,
.tonkoff-area-switcher__meta b {
    color: var(--color-text-soft);
}

.woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 22px 0 0;
}

.woocommerce div.product form.cart .variations {
    width: 100%;
    margin: 0 0 8px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
    display: block;
    padding: 0 0 8px;
    color: var(--color-text-soft);
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
}

.woocommerce-variation-price {
    margin: 12px 0;
}

.woocommerce .quantity .qty {
    width: 86px;
    min-height: 48px;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.045);
    color: var(--color-text);
}

.product-consult {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.product-consult p {
    margin: 0;
    color: var(--color-muted);
    font-size: 14px;
}

.product-trust,
.product-service-story,
.woocommerce-tabs,
.related.products,
.up-sells {
    grid-column: 1 / -1;
}

.product-trust {
    margin: 50px 0 20px;
}

.product-service-story {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 28px;
    align-items: center;
    margin: 36px 0 10px;
    padding: 30px;
    border: 1px solid rgba(230, 212, 173, 0.12);
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(197, 154, 74, 0.12), rgba(255, 255, 255, 0.025));
}

.product-service-story span {
    color: var(--color-gold-strong);
    font-size: 13px;
    font-weight: 680;
    text-transform: none;
}

.product-service-story__steps {
    display: grid;
    gap: 12px;
}

.product-service-story__steps article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 16px;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.03);
}

.product-service-story__steps strong {
    color: var(--color-gold-strong);
}

.product-service-story__steps p {
    margin: 0;
    color: var(--color-text-soft);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 46px 0 24px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    border: 1px solid var(--color-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 16px;
    color: var(--color-text-soft);
    font-weight: 720;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-color: rgba(224, 189, 112, 0.55);
    background: rgba(197, 154, 74, 0.13);
}

.woocommerce div.product .woocommerce-tabs .panel {
    color: var(--color-text-soft);
}

.related.products,
.up-sells {
    margin-top: 46px;
}

.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content {
    max-width: none;
}

.woocommerce table.shop_table {
    overflow: hidden;
    border: 1px solid rgba(230, 212, 173, 0.12);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.035);
    color: var(--color-text-soft);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 16px;
    border-color: var(--color-line);
}

.woocommerce table.shop_table th {
    color: var(--color-text);
    font-weight: 720;
}

.woocommerce table.shop_table a {
    color: var(--color-text);
}

.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
    padding: 26px;
    border: 1px solid rgba(230, 212, 173, 0.12);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.035);
}

.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading {
    margin-bottom: 18px;
    font-size: 24px;
}

.woocommerce-checkout #payment {
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.035);
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom-color: var(--color-line);
}

.woocommerce-checkout #payment div.payment_box {
    background: var(--color-surface-2);
    color: var(--color-text-soft);
}

.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: var(--color-surface-2);
}

.woocommerce-cart-form,
.woocommerce-checkout form.checkout {
    margin-top: 18px;
}

.woocommerce form .form-row label {
    color: var(--color-text-soft);
    font-weight: 720;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 16px;
}

.woocommerce form .form-row .required {
    color: var(--color-gold-strong);
}

.woocommerce-terms-and-conditions-wrapper {
    color: var(--color-muted);
}

.woocommerce-terms-and-conditions-wrapper a,
.f152-checkout-consent a,
.podbor-consent a {
    color: var(--color-gold-strong);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.wc-block-cart,
.wc-block-checkout {
    color: var(--color-text-soft);
}

.wc-block-components-sidebar,
.wc-block-components-main,
.wc-block-cart-items,
.wc-block-components-totals-wrapper,
.wc-block-components-order-summary,
.wc-block-components-panel,
.wc-block-components-radio-control,
.wc-block-components-checkout-step__container {
    color: var(--color-text-soft);
}

.wc-block-components-sidebar .wc-block-components-totals-wrapper,
.wc-block-components-order-summary,
.wc-block-components-panel,
.wc-block-components-radio-control,
.wc-block-cart-items,
.wc-block-cart__totals-title,
.wc-block-components-totals-coupon,
.wc-block-components-totals-shipping,
.wc-block-components-totals-footer-item {
    border-color: var(--color-line) !important;
}

.wc-block-components-sidebar {
    padding: 24px !important;
    border: 1px solid rgba(230, 212, 173, 0.12);
    border-radius: var(--radius-md);
    background:
        radial-gradient(circle at 100% 0%, rgba(224, 189, 112, 0.09), transparent 18rem),
        rgba(255, 255, 255, 0.035);
}

.wc-block-components-sidebar-layout {
    gap: 34px !important;
}

@media (min-width: 992px) {
    .wc-block-cart.wc-block-components-sidebar-layout,
    .wp-block-woocommerce-filled-cart-block.wc-block-components-sidebar-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
        align-items: start;
    }

    .wc-block-cart.wc-block-components-sidebar-layout > .wc-block-components-main,
    .wp-block-woocommerce-filled-cart-block.wc-block-components-sidebar-layout > .wc-block-components-main {
        grid-column: 1;
        min-width: 0;
    }

    .wc-block-cart.wc-block-components-sidebar-layout > .wc-block-components-sidebar,
    .wc-block-cart.wc-block-components-sidebar-layout > .wc-block-cart__sidebar,
    .wc-block-cart.wc-block-components-sidebar-layout > .wp-block-woocommerce-cart-totals-block,
    .wp-block-woocommerce-filled-cart-block.wc-block-components-sidebar-layout > .wc-block-components-sidebar,
    .wp-block-woocommerce-filled-cart-block.wc-block-components-sidebar-layout > .wc-block-cart__sidebar,
    .wp-block-woocommerce-filled-cart-block.wc-block-components-sidebar-layout > .wp-block-woocommerce-cart-totals-block {
        grid-column: 2;
        width: 100%;
        max-width: 100%;
        position: sticky;
        top: 24px;
        align-self: start;
        justify-self: stretch;
    }
}

.wc-block-cart-items,
.wc-block-components-checkout-step__container,
.wc-block-components-order-summary,
.wc-block-components-panel {
    border-radius: var(--radius-md);
}

.wc-block-components-title,
.wc-block-components-checkout-step__title,
.wc-block-cart__totals-title,
.wc-block-components-sidebar h2,
.wc-block-components-product-name,
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
    color: var(--color-text) !important;
}

.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-text-input input,
.wc-blocks-components-select__container,
.wc-blocks-components-select__select,
.wc-block-components-address-form__address_2-toggle {
    border: 1px solid var(--color-line) !important;
    border-radius: var(--radius-sm) !important;
    background: rgba(255, 255, 255, 0.045) !important;
    color: var(--color-text) !important;
    box-shadow: none !important;
}

.wc-block-components-text-input label,
.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-blocks-components-select__label,
.wc-block-components-checkbox label,
.wc-block-components-address-form__address_2-toggle,
.wc-block-components-totals-coupon-link {
    color: var(--color-text-soft) !important;
}

.wc-blocks-components-select .wc-blocks-components-select__expand {
    fill: var(--color-gold-strong) !important;
}

.wc-block-components-text-input input::placeholder {
    color: rgba(216, 202, 177, 0.52) !important;
}

.wc-block-components-button,
.wc-block-cart__submit-button {
    border-radius: var(--radius-sm) !important;
    background: linear-gradient(180deg, var(--color-gold-strong), var(--color-gold)) !important;
    color: #11100d !important;
    font-weight: 760 !important;
    text-decoration: none !important;
}

.wc-block-components-button:hover,
.wc-block-cart__submit-button:hover {
    filter: brightness(1.04);
}

.wc-block-components-product-metadata,
.wc-block-components-totals-item__description,
.wc-block-components-checkout-step__description,
.wc-block-components-checkbox__label {
    color: var(--color-muted) !important;
}

.wp-block-woocommerce-empty-cart-block {
    display: grid;
    min-height: 260px;
    padding: 48px 0 42px;
    place-items: center;
    text-align: center;
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title,
.wp-block-woocommerce-empty-cart-block .with-empty-cart-icon {
    max-width: 620px;
    margin: 0 auto !important;
    color: var(--color-text) !important;
    font-size: clamp(24px, 3vw, 34px) !important;
    line-height: 1.08 !important;
}

.wp-block-woocommerce-empty-cart-block .with-empty-cart-icon::before {
    display: none !important;
}

.wp-block-woocommerce-empty-cart-block .wp-block-separator,
.wp-block-woocommerce-empty-cart-block .wp-block-separator + .wp-block-heading {
    display: none !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__products,
.wp-block-woocommerce-empty-cart-block .wc-block-grid,
.wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new,
.wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new ul {
    display: none !important;
}

.info-grid,
.contact-grid,
.podbor-grid,
.install-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
    gap: 38px;
    align-items: start;
}

.contact-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.contact-card,
.contact-brief,
.brief-intro,
.podbor-form,
.installation-summary,
.brief-side {
    padding: 26px;
}

.contact-card {
    display: grid;
    align-content: start;
    gap: 12px;
}

.contact-card > a {
    color: var(--color-gold-strong);
    font-size: 20px;
    font-weight: 750;
}

.contact-brief ul,
.installation-summary ul {
    margin: 18px 0 0;
    padding-left: 20px;
    color: var(--color-text-soft);
}

.installation-summary span,
.brief-side strong {
    display: block;
    margin-bottom: 8px;
    color: var(--color-gold-strong);
    font-weight: 760;
    text-transform: none;
    font-size: 13px;
}

.brief-side span {
    color: var(--color-text-soft);
}

.brief-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.brief-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid var(--color-line);
    border-radius: 999px;
    color: var(--color-text-soft);
}

.podbor-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.podbor-form label {
    display: grid;
    gap: 8px;
    color: var(--color-text-soft);
    font-weight: 720;
}

.podbor-form input[data-ru-phone] {
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums;
}

.podbor-form.is-submitting {
    pointer-events: none;
}

.podbor-form [data-podbor-submit] {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition:
        transform 160ms cubic-bezier(0.23, 1, 0.32, 1),
        box-shadow 180ms cubic-bezier(0.23, 1, 0.32, 1),
        filter 180ms cubic-bezier(0.23, 1, 0.32, 1),
        opacity 180ms cubic-bezier(0.23, 1, 0.32, 1);
}

.podbor-form [data-podbor-submit]::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.08) 42%, rgba(255, 255, 255, 0.24) 50%, rgba(255, 255, 255, 0.08) 58%, transparent 100%);
    opacity: 0;
    transform: translateX(-135%);
    pointer-events: none;
}

.podbor-form [data-podbor-submit].is-submitting {
    transform: scale(0.985);
    filter: saturate(1.04);
}

.podbor-form [data-podbor-submit].is-submitting::after {
    opacity: 1;
    animation: tonkoff-cart-sheen 780ms cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

.podbor-form select,
.woocommerce .woocommerce-ordering select,
.woocommerce div.product form.cart .variations select {
    min-height: 56px;
    border-radius: 16px;
}

.podbor-form__wide {
    grid-column: 1 / -1;
}

.podbor-consent {
    grid-template-columns: auto 1fr;
    align-items: start;
    font-size: 14px;
    font-weight: 500 !important;
    color: var(--color-muted) !important;
}

.podbor-consent input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

.form-notice {
    grid-column: 1 / -1;
    padding: 14px 16px;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-sm);
    color: var(--color-text-soft);
    transform-origin: center top;
}

.form-notice--success {
    border-color: rgba(134, 200, 154, 0.36);
    background: rgba(134, 200, 154, 0.1);
    animation: tonkoff-form-notice-in 260ms cubic-bezier(0.23, 1, 0.32, 1);
}

.form-notice--error {
    border-color: rgba(226, 138, 118, 0.36);
    background: rgba(226, 138, 118, 0.1);
}

@keyframes tonkoff-form-notice-in {
    0% {
        opacity: 0;
        transform: translateY(12px) scale(0.97);
        filter: blur(2px);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

.pagination,
.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    gap: 8px;
    border: 0;
    margin-top: 34px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}

.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    min-width: 42px;
    min-height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--color-line);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.035);
    color: var(--color-text-soft);
    font-weight: 720;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.page-numbers.current {
    border-color: var(--color-gold);
    background: var(--color-gold);
    color: #11100d;
}

.f152-banner,
.f152-popup__window,
.comment-form-f152,
.f152-checkout-consent {
    --f152-bg: #11100d;
    --f152-text: #f4efe4;
    --f152-link: #e0bd70;
    --f152-btn-bg: #c59a4a;
    --f152-btn-text: #11100d;
    --f152-border: rgba(230, 212, 173, 0.18);
    --f152-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

@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;
    }
}

@media (max-width: 1080px) {
    .hero__grid,
    .fit-finder__grid,
    .service-vrf__grid,
    .brands-reviews__grid,
    .shop-hero__inner,
    .tonkoff-single-product,
    .product-service-story,
    .page-hero__grid,
    .about-hero__grid,
    .about-proof__grid,
    .about-cases__layout {
        grid-template-columns: 1fr;
    }

    .hero__visual {
        min-height: 410px;
    }

    .about-hero__media {
        min-height: 520px;
    }

    .about-cases__intro {
        position: static;
    }

    .products.columns-4,
    .tonkoff-product-grid,
    .products,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .info-grid,
    .process-list,
    .solution-grid,
    .info-cards,
    .about-principles__grid,
    .contact-grid,
    .podbor-grid,
    .install-detail-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-principles__grid article:first-child,
    .about-principles__grid article:nth-child(4) {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (min-width: 861px) and (max-width: 1180px) {
    .header-primary-row__inner {
        gap: 12px;
    }

    .site-brand__logo {
        --logo-mark-size: 40px;
        --logo-word-size: 21px;
        --logo-gap: 8px;
    }

    .primary-nav__list {
        gap: 9px;
    }

    .primary-nav__link,
    .primary-nav a {
        font-size: 12.5px;
    }

    .site-mega-menu__inner {
        grid-template-columns: minmax(220px, 1fr) minmax(190px, 0.8fr) minmax(260px, 1fr);
        gap: 20px;
        padding: 24px;
    }
}

@media (max-width: 860px) {
    .topbar {
        display: none;
    }

    .header-primary-row__inner {
        grid-template-columns: 44px minmax(0, 1fr) auto;
        min-height: 66px;
        gap: 10px;
    }

    .header-phone {
        width: 42px;
        height: 42px;
        justify-content: center;
        padding: 0;
        border-radius: 50%;
    }

    .header-phone span {
        display: none;
    }

    .header-nav-row {
        border-bottom: 0;
    }

    .header-nav-row__inner {
        min-height: 0;
    }

    .site-brand__logo {
        --logo-mark-size: 40px;
        --logo-word-size: 21px;
        --logo-gap: 8px;
    }

    .menu-toggle {
        display: inline-grid;
    }

    .menu-toggle span:not(.screen-reader-text) {
        width: 18px;
        height: 2px;
        display: block;
        margin: 2px 0;
        border-radius: 999px;
        background: currentColor;
    }

    .primary-nav {
        position: fixed;
        z-index: 130;
        top: 66px;
        right: 0;
        bottom: auto;
        left: 0;
        width: 100vw;
        height: calc(100vh - 66px);
        height: calc(100dvh - 66px);
        display: none;
        flex-direction: column;
        gap: 18px;
        padding: 18px 20px calc(24px + env(safe-area-inset-bottom));
        overflow-y: auto;
        border-top: 1px solid var(--color-line);
        background: rgba(8, 8, 7, 0.98);
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(0);
        transition: opacity 0.2s ease, visibility 0.2s ease;
    }

    .primary-nav.is-open {
        display: flex;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .primary-nav__list {
        display: grid;
        justify-content: stretch;
        gap: 4px;
    }

    .primary-nav__item {
        display: block;
    }

    .primary-nav__link,
    .primary-nav a {
        width: 100%;
        min-height: 50px;
        justify-content: space-between;
        border-bottom: 1px solid var(--color-line);
    }

    .primary-nav__link::after {
        right: auto;
        bottom: 0;
        width: 42px;
        transform-origin: left center;
    }

    .primary-nav__item--has-mega > .primary-nav__link {
        padding-right: 28px;
    }

    .primary-nav__item--has-mega > .primary-nav__link::before {
        content: "+";
        position: absolute;
        right: 0;
        color: rgba(224, 189, 112, 0.86);
        font-size: 20px;
        font-weight: 360;
        transition: transform 0.18s ease;
    }

    .primary-nav__item--has-mega.is-open > .primary-nav__link::before {
        transform: rotate(45deg);
    }

    .site-mega-menu {
        position: static;
        display: none;
        padding: 0 0 14px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        transition: none;
    }

    .site-mega-menu::before {
        display: none;
    }

    .primary-nav__item--has-mega:hover .site-mega-menu,
    .primary-nav__item--has-mega:focus-within .site-mega-menu {
        display: none;
    }

    .primary-nav__item--has-mega.is-open .site-mega-menu,
    .primary-nav__item--has-mega.is-open:focus-within .site-mega-menu,
    .primary-nav__item--has-mega.is-open:hover .site-mega-menu {
        display: block;
    }

    .site-mega-menu__inner {
        grid-template-columns: 1fr;
        gap: 18px;
        width: 100%;
        padding: 16px;
        border-radius: 8px;
        background:
            linear-gradient(180deg, rgba(224, 189, 112, 0.08), transparent 54%),
            rgba(255, 255, 255, 0.035);
        box-shadow: none;
    }

    .site-mega-menu__eyebrow {
        margin-bottom: 8px;
        font-size: 11px;
    }

    .site-mega-menu__title {
        font-size: 20px;
    }

    .site-mega-menu__description,
    .site-mega-menu__empty {
        font-size: 13px;
    }

    .site-mega-menu__list a {
        min-height: 42px;
        padding: 7px 0;
    }

    .primary-nav__mobile {
        display: grid;
        gap: 14px;
        margin-top: auto;
        padding-top: 18px;
        border-top: 1px solid var(--color-line);
    }

    .primary-nav__search .woocommerce-product-search {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .primary-nav__cta {
        width: 100%;
    }

    .primary-nav__contacts {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .primary-nav__contacts a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 10px 12px;
        border: 1px solid var(--color-line);
        border-radius: var(--radius-sm);
        background: rgba(255, 255, 255, 0.035);
        color: var(--color-text);
        font-weight: 720;
    }

    .primary-nav__contacts a:first-child {
        grid-column: 1 / -1;
        background: rgba(197, 154, 74, 0.15);
        color: var(--color-gold-strong);
    }

    .header-actions {
        margin-left: auto;
    }

    .section {
        padding: 68px 0;
    }

    .section-head,
    .footer-cta__inner,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero {
        padding: 56px 0 60px;
    }

    .hero-proof,
    .category-grid,
    .trust-grid,
    .product-trust,
    .process-list,
    .podbor-form {
        grid-template-columns: 1fr;
    }

    .info-grid,
    .solution-grid,
    .info-cards,
    .about-principles__grid,
    .contact-grid,
    .podbor-grid,
    .install-detail-grid {
        grid-template-columns: 1fr;
    }

    .footer-main {
        grid-template-columns: 1fr;
    }

    .tonkoff-product-card--wide {
        grid-column: span 1;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 28px, var(--container));
    }

    body {
        padding-bottom: 66px;
    }

    h1 {
        font-size: 38px;
    }

    .header-search-toggle {
        display: none;
    }

    .hero__content p,
    .shop-hero p,
    .fit-finder p {
        font-size: 16px;
    }

    .hero__visual {
        min-height: 330px;
    }

    .about-hero {
        padding: 52px 0 62px;
    }

    .about-hero__content h1 {
        font-size: clamp(36px, 11vw, 48px);
    }

    .about-hero__media {
        min-height: 430px;
    }

    .about-hero__photo--1 {
        grid-column: 1 / 10;
        grid-row: 1 / 7;
    }

    .about-hero__photo--2 {
        grid-column: 6 / 13;
        grid-row: 2 / 5;
    }

    .about-hero__photo--3 {
        grid-column: 3 / 13;
        grid-row: 6 / 11;
    }

    .about-proof__stats {
        grid-template-columns: 1fr;
    }

    .about-proof__stats div,
    .about-proof__stats div:nth-child(2n),
    .about-proof__stats div:nth-last-child(-n + 2) {
        min-height: 136px;
        border-right: 0;
        border-bottom: 1px solid rgba(230, 212, 173, 0.1);
    }

    .about-proof__stats div:last-child {
        border-bottom: 0;
    }

    .about-cases__gallery {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .about-cases__item--1,
    .about-cases__item--2,
    .about-cases__item--3,
    .about-cases__item--4 {
        grid-column: auto;
        grid-row: auto;
        aspect-ratio: 4 / 3;
    }

    .hero-product-stage {
        min-height: 280px;
    }

    .hero-panel {
        position: static;
        margin-top: 10px;
    }

    .products.columns-4,
    .tonkoff-product-grid,
    .products,
    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .shop-hero__inner,
    .page-hero {
        padding: 20px;
    }

    .woocommerce .woocommerce-result-count,
    .woocommerce .woocommerce-ordering {
        float: none;
        width: 100%;
    }

    .woocommerce .woocommerce-ordering select {
        width: 100%;
        min-width: 0;
    }

    .page-hero {
        padding-block: 54px;
    }

    .product-card__media {
        --product-card-media-padding: 18px;
    }

    .product-card__actions {
        grid-template-columns: 1fr;
    }

    .product-card__details {
        justify-content: center;
        min-height: 38px;
    }

    .woocommerce div.product form.cart {
        display: grid;
    }

    .woocommerce div.product div.summary {
        display: flex;
        flex-direction: column;
    }

    .woocommerce div.product p.price,
    .woocommerce div.product span.price {
        order: 1;
        margin: 14px 0 12px;
    }

    .tonkoff-area-switcher--single {
        order: 2;
    }

    .woocommerce div.product form.cart {
        order: 3;
        margin-top: 8px;
    }

    .product-consult {
        order: 4;
    }

    .woocommerce-product-details__short-description {
        order: 5;
        margin-top: 18px;
        font-size: 16px;
    }

    .single-product .product_meta {
        order: 8;
        margin-top: 16px;
    }

    .woocommerce .quantity .qty,
    .woocommerce div.product form.cart .button {
        width: 100%;
    }

    .podbor-form__wide {
        grid-column: auto;
    }

    .mobile-sticky-cta {
        position: fixed;
        z-index: 120;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
        background: rgba(8, 8, 7, 0.94);
        border-top: 1px solid var(--color-line);
        backdrop-filter: blur(14px);
    }

    .mobile-sticky-cta a {
        min-height: 44px;
        display: grid;
        place-items: center;
        border-radius: var(--radius-sm);
        background: var(--color-surface-2);
        color: var(--color-text);
        font-weight: 760;
    }

    .mobile-sticky-cta a:last-child,
    .mobile-sticky-cta--product .mobile-sticky-cta__consult {
        background: var(--color-gold);
        color: #11100d;
    }

    .mobile-sticky-cta--product .mobile-sticky-cta__cart {
        background: var(--color-surface-2);
        color: var(--color-text);
    }

    .f152-banner {
        bottom: 64px !important;
    }
}

/* Final showroom overrides. Keep this block last. */
.front-page {
    background:
        radial-gradient(circle at 72% 5%, rgba(224, 189, 112, 0.12), transparent 30rem),
        linear-gradient(180deg, #050505 0%, var(--color-bg) 42%, #050505 100%);
}

.front-page .hero {
    min-height: calc(100dvh - 112px);
    display: grid;
    align-items: center;
    padding: 44px 0 34px;
}

.front-page .hero__grid {
    grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
    gap: clamp(34px, 5vw, 76px);
}

.front-page .hero__content h1 {
    max-width: 650px;
    font-size: clamp(48px, 5.2vw, 70px);
    line-height: 0.94;
    letter-spacing: 0;
}

.front-page .hero__content p {
    max-width: 560px;
    margin-top: 28px;
    color: rgba(244, 239, 228, 0.76);
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.55;
}

.front-page .hero__visual {
    min-height: clamp(430px, 58dvh, 620px);
    align-items: stretch;
}

.front-page .hero-product-stage {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    border-radius: 8px;
    border-color: rgba(224, 189, 112, 0.22);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        radial-gradient(circle at 50% 28%, rgba(224, 189, 112, 0.24), transparent 18rem),
        linear-gradient(145deg, #191712, #070707 68%);
    background-size: 64px 64px, 64px 64px, auto, auto;
    box-shadow: 0 44px 120px rgba(0, 0, 0, 0.54);
}

.front-page .climate-device {
    width: min(88%, 640px);
    min-height: 330px;
}

.front-page .climate-device__body {
    min-height: 122px;
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(218, 214, 204, 0.96)),
        #f2f0e9;
    box-shadow:
        inset 0 -24px 32px rgba(0, 0, 0, 0.1),
        0 34px 74px rgba(0, 0, 0, 0.36);
}

.front-page .climate-device__air {
    left: 6%;
    right: 6%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(224, 189, 112, 0.85), rgba(255, 255, 255, 0.5), transparent);
}

.front-page .hero-panel {
    max-width: 210px;
    border-radius: 6px;
    background: rgba(8, 8, 7, 0.78);
    backdrop-filter: blur(16px);
    font-size: 13px;
}

.front-page .hero-panel--top {
    top: 28px;
    left: 28px;
}

.front-page .hero-panel--bottom {
    right: 28px;
    bottom: 28px;
}

.front-page .hero-proof-section {
    padding: 0 0 86px;
}

.front-page .hero-proof {
    gap: 0;
    border-top: 1px solid rgba(224, 189, 112, 0.22);
    border-bottom: 1px solid rgba(224, 189, 112, 0.14);
}

.front-page .hero-proof div {
    border: 0;
    border-right: 1px solid rgba(224, 189, 112, 0.14);
    border-radius: 0;
    background: transparent;
    padding: 26px 28px;
}

.front-page .hero-proof div:last-child {
    border-right: 0;
}

.front-page .hero-proof dt {
    font-size: clamp(30px, 3vw, 44px);
}

.front-page .section {
    padding: 86px 0;
}

.front-page .section-panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
        #070707;
}

.front-page .section-head {
    align-items: end;
    margin-bottom: 34px;
}

.front-page .section-head h2 {
    max-width: 820px;
    font-size: clamp(34px, 4.2vw, 64px);
    line-height: 0.98;
}

.front-page .category-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid rgba(224, 189, 112, 0.16);
    background: rgba(224, 189, 112, 0.16);
}

.front-page .category-card {
    min-height: 270px;
    grid-column: span 2;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 82% 14%, rgba(224, 189, 112, 0.12), transparent 11rem),
        #090909;
    padding: clamp(24px, 2.6vw, 42px);
    transform: none;
}

.front-page .category-card:nth-child(1),
.front-page .category-card:nth-child(4) {
    grid-column: span 3;
}

.front-page .category-card:hover {
    background:
        radial-gradient(circle at 80% 12%, rgba(224, 189, 112, 0.2), transparent 14rem),
        #0f0e0b;
    transform: none;
}

.front-page .category-card__icon {
    width: 34px;
    height: 34px;
    margin-bottom: auto;
    border-radius: 50%;
    background: transparent;
}

.front-page .category-card h3 {
    max-width: 420px;
    margin-top: 34px;
    font-size: clamp(25px, 2.8vw, 44px);
    line-height: 0.98;
}

.front-page .category-card p {
    max-width: 360px;
    color: rgba(216, 202, 177, 0.64);
}

.front-page .fit-finder__grid,
.front-page .service-vrf__grid,
.front-page .brands-reviews__grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
    gap: clamp(42px, 8vw, 124px);
}

.front-page .fit-finder h2,
.front-page .service-vrf h2,
.front-page .brands-reviews h2 {
    font-size: clamp(34px, 4.4vw, 66px);
    line-height: 0.98;
}

.front-page .fit-options {
    gap: 0;
    border-top: 1px solid rgba(224, 189, 112, 0.18);
}

.front-page .fit-options a {
    border: 0;
    border-bottom: 1px solid rgba(224, 189, 112, 0.18);
    border-radius: 0;
    background: transparent;
    padding: 24px 0;
}

.front-page .fit-options a:hover {
    transform: translateX(10px);
}

.products,
.tonkoff-product-grid,
.woocommerce ul.products {
    gap: 1px;
    border: 1px solid rgba(224, 189, 112, 0.14);
    background: rgba(224, 189, 112, 0.14);
}

.woocommerce ul.products li.product,
.tonkoff-product-card {
    background: #070707;
}

.tonkoff-product-card {
    border: 0;
    border-radius: 0;
    transition: background 0.22s ease;
}

.tonkoff-product-card:hover {
    background: #10100e;
    box-shadow: none;
    transform: none;
}

.product-card__media {
    aspect-ratio: 1.08 / 1;
    background:
        radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.96), rgba(226, 223, 216, 0.9) 44%, rgba(128, 121, 108, 0.5) 100%);
    border-bottom: 1px solid rgba(8, 8, 7, 0.28);
}

.product-card__body {
    padding: 22px;
}

.product-card__topline {
    justify-content: flex-end;
}

.product-card__category {
    display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.product-card__title {
    min-height: 48px;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.18;
    font-weight: 760;
}

.product-card__title a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.product-card__specs {
    min-height: auto;
    margin-bottom: 20px;
}

.product-card__specs div {
    padding: 8px 0;
    border-color: rgba(230, 212, 173, 0.12);
}

.woocommerce ul.products li.product .price,
.product-card__price {
    font-size: clamp(21px, 2vw, 28px);
}

.product-card__actions {
    grid-template-columns: 1fr;
}

.product-card__details {
    justify-content: center;
    min-height: 40px;
    border: 1px solid rgba(224, 189, 112, 0.22);
    border-radius: var(--radius-sm);
}

.shop-hero {
    margin-top: 28px;
    padding: 0;
    border: 0;
    background: transparent;
}

.shop-hero__inner {
    min-height: 360px;
    border: 1px solid rgba(224, 189, 112, 0.16);
    border-radius: 8px;
    background:
        radial-gradient(circle at 82% 4%, rgba(224, 189, 112, 0.14), transparent 24rem),
        linear-gradient(135deg, #11100e, #050505 70%);
}

.shop-hero h1 {
    max-width: 780px;
    font-size: clamp(44px, 5.6vw, 82px);
    line-height: 0.92;
}

.shop-loop-shell {
    margin-top: 46px;
}

.catalog-category-nav {
    margin-top: 28px;
}

.catalog-category-nav__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
    gap: 20px 28px;
    align-items: end;
    margin-bottom: 18px;
}

.catalog-category-nav__head h2 {
    margin: 8px 0 0;
    font-size: clamp(28px, 3.4vw, 46px);
    line-height: 0.98;
}

.catalog-category-nav__head p:last-child {
    max-width: 420px;
    margin: 0;
    color: rgba(244, 239, 228, 0.68);
    font-size: 15px;
    line-height: 1.55;
}

.catalog-category-nav__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid rgba(224, 189, 112, 0.14);
    background: rgba(224, 189, 112, 0.14);
}

.catalog-category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 188px;
    padding: 22px;
    background:
        radial-gradient(circle at 84% 10%, rgba(224, 189, 112, 0.12), transparent 12rem),
        #080808;
    color: var(--color-text);
    text-decoration: none;
    transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.catalog-category-card:hover {
    background:
        radial-gradient(circle at 82% 8%, rgba(224, 189, 112, 0.18), transparent 14rem),
        #0f0e0b;
    color: var(--color-text);
}

.catalog-category-card:focus-visible {
    outline: 2px solid rgba(224, 189, 112, 0.64);
    outline-offset: -2px;
}

.catalog-category-card.is-active {
    background:
        radial-gradient(circle at 82% 0%, rgba(224, 189, 112, 0.24), transparent 16rem),
        linear-gradient(180deg, rgba(224, 189, 112, 0.08), transparent 48%),
        #11100d;
    box-shadow: inset 0 0 0 1px rgba(224, 189, 112, 0.56);
}

.catalog-category-card__eyebrow {
    color: rgba(216, 202, 177, 0.58);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.catalog-category-card__title {
    display: block;
    max-width: 18ch;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1;
    font-weight: 760;
}

.catalog-category-card__description {
    display: block;
    max-width: 34ch;
    color: rgba(244, 239, 228, 0.68);
    font-size: 14px;
    line-height: 1.55;
}

.catalog-category-card__count {
    margin-top: auto;
    color: rgba(224, 189, 112, 0.86);
    font-size: 12px;
    font-weight: 700;
}

.catalog-category-card--all .catalog-category-card__title {
    max-width: 14ch;
}

.catalog-category-card--brand {
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 188px;
    padding-top: 24px;
}

.catalog-category-card--brand .catalog-category-card__title {
    max-width: none;
}

.catalog-category-card--brand .catalog-category-card__count {
    margin-top: 0;
}

.catalog-category-card__logo {
    display: grid;
    place-items: center;
    width: min(100%, 168px);
    min-height: 82px;
    padding: 16px 18px;
    border: 1px solid rgba(224, 189, 112, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        rgba(12, 12, 11, 0.86);
}

.catalog-category-card__logo-image {
    display: block;
    max-width: 100%;
    max-height: 54px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.catalog-category-card__placeholder {
    color: rgba(244, 239, 228, 0.82);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-wrap: balance;
}

.woocommerce .woocommerce-ordering select {
    min-height: 54px;
    border-radius: 6px;
}

.tonkoff-single-product {
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    gap: clamp(42px, 6vw, 92px);
}

.woocommerce div.product div.images {
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 20%, #fff, #e9e5dc 48%, #817a6d 100%);
}

.single-product__summary {
    padding-top: 12px;
}

.woocommerce div.product .product_title {
    max-width: 720px;
    font-size: clamp(42px, 5vw, 76px);
    line-height: 0.95;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: clamp(32px, 3.6vw, 52px);
}

.tonkoff-empty-cart {
    display: grid;
    place-items: center;
    min-height: 360px;
    padding: 54px 24px;
    border: 1px solid rgba(224, 189, 112, 0.16);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 0%, rgba(224, 189, 112, 0.14), transparent 20rem),
        #070707;
    text-align: center;
}

.tonkoff-empty-cart span {
    color: var(--color-gold-strong);
    font-size: 13px;
    font-weight: 760;
}

.tonkoff-empty-cart h2 {
    max-width: 680px;
    margin: 12px auto 0;
    font-size: clamp(32px, 4vw, 58px);
    line-height: 0.98;
}

.tonkoff-empty-cart p {
    max-width: 560px;
    margin: 18px auto 0;
    color: var(--color-text-soft);
    font-size: 17px;
}

.tonkoff-empty-cart__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.tonkoff-empty-cart + .wp-block-woocommerce-cart,
.tonkoff-empty-cart + .wp-block-woocommerce-empty-cart-block,
.tonkoff-empty-cart ~ .wp-block-woocommerce-cart,
.tonkoff-empty-cart ~ .wp-block-woocommerce-empty-cart-block {
    display: none !important;
}

@media (max-width: 1180px) {
    .front-page .hero__grid,
    .front-page .fit-finder__grid,
    .front-page .service-vrf__grid,
    .front-page .brands-reviews__grid,
    .catalog-category-nav__head,
    .tonkoff-single-product {
        grid-template-columns: 1fr;
    }

    .catalog-category-nav__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .products.columns-4,
    .tonkoff-product-grid,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .front-page .hero {
        min-height: auto;
        padding: 56px 0 30px;
    }

    .front-page .hero__content h1 {
        font-size: clamp(40px, 12vw, 52px);
        line-height: 0.98;
    }

    .front-page .hero__visual,
    .front-page .hero-product-stage {
        min-height: 360px;
    }

    .front-page .climate-device {
        width: 86%;
        min-height: 240px;
    }

    .front-page .hero-panel {
        position: static;
        max-width: none;
        margin-top: 10px;
    }

    .front-page .hero-panel--bottom {
        display: none;
    }

    .front-page .hero-proof,
    .front-page .category-grid,
    .products.columns-4,
    .tonkoff-product-grid,
    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .front-page .hero-proof div {
        border-right: 0;
        border-bottom: 1px solid rgba(224, 189, 112, 0.14);
    }

    .front-page .category-card,
    .front-page .category-card:nth-child(1),
    .front-page .category-card:nth-child(4),
    .tonkoff-product-card--wide {
        grid-column: auto;
    }

    .front-page .section {
        padding: 62px 0;
    }

    .catalog-category-nav__head {
        margin-bottom: 16px;
    }

    .catalog-category-nav__head p:last-child {
        max-width: 34rem;
    }

    .catalog-category-nav__list {
        grid-auto-flow: column;
        grid-auto-columns: minmax(244px, 78vw);
        grid-template-columns: none;
        overflow-x: auto;
        padding-bottom: 8px;
        overscroll-behavior-x: contain;
        scrollbar-width: thin;
    }

    .catalog-category-card {
        min-height: 176px;
    }

    .catalog-category-card__title {
        font-size: 22px;
    }

    .shop-hero__inner {
        min-height: auto;
        padding: 34px 24px;
    }
}

.catalog-showcase {
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
    margin-top: 28px;
}

.catalog-showcase__main {
    min-width: 0;
}

.catalog-rail__panel {
    position: sticky;
    top: 122px;
    overflow: hidden;
    border: 1px solid rgba(224, 189, 112, 0.14);
    border-radius: 30px;
    background:
        radial-gradient(circle at 100% 0%, rgba(224, 189, 112, 0.12), transparent 18rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        #090908;
}

.catalog-rail__intro {
    padding: 24px 24px 20px;
}

.catalog-rail__kicker {
    margin: 0;
    color: rgba(224, 189, 112, 0.84);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.catalog-rail__intro h2 {
    margin: 10px 0 0;
    font-size: clamp(28px, 2.4vw, 38px);
    line-height: 0.96;
}

.catalog-rail__intro p {
    margin: 12px 0 0;
    color: rgba(244, 239, 228, 0.64);
    font-size: 14px;
    line-height: 1.55;
}

.catalog-rail__nav {
    padding: 0 16px 16px;
}

.catalog-rail__all {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
    padding: 16px;
    border: 1px solid rgba(224, 189, 112, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.02);
    color: var(--color-text);
    text-decoration: none;
    transition: border-color 0.22s ease, background 0.22s ease;
}

.catalog-rail__all span {
    font-size: 20px;
    font-weight: 760;
}

.catalog-rail__all small {
    color: rgba(244, 239, 228, 0.58);
    font-size: 13px;
}

.catalog-rail__all:hover,
.catalog-rail__all.is-active {
    border-color: rgba(224, 189, 112, 0.42);
    background:
        radial-gradient(circle at 100% 0%, rgba(224, 189, 112, 0.14), transparent 10rem),
        rgba(255, 255, 255, 0.04);
}

.catalog-rail__groups {
    display: grid;
    gap: 8px;
}

.catalog-rail__group {
    padding: 8px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.015);
    transition: background 0.22s ease;
}

.catalog-rail__group.is-active {
    background: rgba(255, 255, 255, 0.03);
}

.catalog-rail__group-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 18px;
    color: var(--color-text);
    text-decoration: none;
}

.catalog-rail__group-link:hover,
.catalog-rail__group-link.is-current {
    background:
        linear-gradient(180deg, rgba(224, 189, 112, 0.11), rgba(224, 189, 112, 0.05)),
        rgba(255, 255, 255, 0.02);
}

.catalog-rail__group-name {
    font-size: 18px;
    font-weight: 720;
    line-height: 1.08;
}

.catalog-rail__group-count {
    color: rgba(224, 189, 112, 0.82);
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

.catalog-rail__brands {
    display: grid;
    gap: 8px;
    padding: 6px 8px 8px;
}

.catalog-rail__brand {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 18px;
    color: var(--color-text-soft);
    text-decoration: none;
    transition: background 0.22s ease, color 0.22s ease;
}

.catalog-rail__brand:hover,
.catalog-rail__brand.is-active {
    background: rgba(255, 255, 255, 0.045);
    color: var(--color-text);
}

.catalog-rail__brand-logo {
    display: grid;
    place-items: center;
    min-height: 50px;
    padding: 8px;
    border: 1px solid rgba(224, 189, 112, 0.12);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.catalog-rail__brand-logo .catalog-category-card__logo-image {
    display: block;
    max-width: 100%;
    max-height: 30px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.catalog-rail__brand-logo .catalog-category-card__placeholder {
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}

.catalog-rail__brand-copy {
    display: grid;
    gap: 3px;
}

.catalog-rail__brand-copy strong {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
}

.catalog-rail__brand-copy small {
    color: rgba(244, 239, 228, 0.54);
    font-size: 12px;
}

.catalog-showcase .shop-loop-shell {
    align-items: end;
    margin: 0 0 24px;
    padding: 0 4px;
}

.catalog-showcase ul.products,
.catalog-showcase .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 30px !important;
    column-gap: 30px !important;
    border: 0;
    background: transparent;
}

.catalog-showcase .woocommerce ul.products li.product,
.catalog-showcase .tonkoff-product-card {
    background: transparent;
}

.catalog-showcase .tonkoff-product-card,
.catalog-showcase .woocommerce ul.products li.product.tonkoff-product-card {
    overflow: hidden;
    border: 1px solid rgba(224, 189, 112, 0.14);
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(224, 189, 112, 0.08), transparent 16rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        #090908;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.catalog-showcase .tonkoff-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(224, 189, 112, 0.28);
    box-shadow: 0 32px 70px rgba(0, 0, 0, 0.36);
}

.catalog-showcase .tonkoff-product-card--wide {
    display: flex !important;
    grid-column: auto;
    grid-template-columns: none;
}

.catalog-showcase .product-card__media {
    --product-card-media-padding: 0px;
    aspect-ratio: 1.02 / 1;
    min-height: 288px;
    padding: 0;
    border-bottom: 1px solid rgba(224, 189, 112, 0.08);
    background:
        radial-gradient(circle at 50% 0%, rgba(248, 243, 233, 0.14), transparent 26rem),
        linear-gradient(180deg, #1f1b16 0%, #0d0c0a 100%);
}

.catalog-showcase .product-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 5, 5, 0.14) 100%);
    pointer-events: none;
}

.catalog-showcase .woocommerce ul.products li.product a img,
.catalog-showcase .product-card__media img {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    filter: none !important;
    transform: scale(1.01);
}

.catalog-showcase .tonkoff-product-card:hover .product-card__media img {
    transform: scale(1.04);
}

.catalog-showcase .product-card__placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

.catalog-showcase .product-card__placeholder svg {
    width: 86px;
    height: 86px;
}

.catalog-showcase .product-card__sale,
.catalog-showcase .product-card__flag {
    top: 18px;
    left: 18px;
}

.catalog-showcase .product-card__flag {
    left: auto;
    right: 18px;
}

.catalog-showcase .product-card__body {
    gap: 0;
    padding: 16px 16px 18px;
}

.catalog-showcase .product-card__topline {
    min-height: 0;
    margin-bottom: 12px;
    justify-content: flex-start;
}

.catalog-showcase .product-card__category {
    display: none;
}

.catalog-showcase .product-card__title {
    min-height: 0;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.14;
    font-weight: 760;
}

.catalog-showcase .product-card__title a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.catalog-showcase .product-card__bottom {
    gap: 12px;
}

.catalog-showcase .product-card__price {
    font-size: clamp(20px, 1.45vw, 26px);
    line-height: 1;
}

.catalog-showcase .product-card__actions {
    grid-template-columns: 1fr;
    gap: 10px;
}

.catalog-showcase .product-card__details,
.catalog-showcase .product-card__actions .button,
.catalog-showcase .product-card__actions .added_to_cart {
    min-height: 44px;
    border-radius: 999px;
}

.front-page .products-showcase ul.products,
.front-page .products-showcase .tonkoff-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 30px !important;
    column-gap: 30px !important;
    border: 0;
    background: transparent;
}

.front-page .products-showcase .woocommerce ul.products li.product,
.front-page .products-showcase .tonkoff-product-card {
    background: transparent;
}

.front-page .products-showcase .tonkoff-product-card,
.front-page .products-showcase .woocommerce ul.products li.product.tonkoff-product-card {
    overflow: hidden;
    border: 1px solid rgba(224, 189, 112, 0.14);
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(224, 189, 112, 0.08), transparent 16rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        #090908;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.front-page .products-showcase .tonkoff-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(224, 189, 112, 0.28);
    box-shadow: 0 32px 70px rgba(0, 0, 0, 0.36);
    background:
        radial-gradient(circle at 100% 0%, rgba(224, 189, 112, 0.08), transparent 16rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        #090908;
}

.front-page .products-showcase .tonkoff-product-card--wide {
    display: flex !important;
    grid-column: auto;
    grid-template-columns: none;
}

.front-page .products-showcase .product-card__media {
    --product-card-media-padding: 0px;
    aspect-ratio: 1.02 / 1;
    min-height: 288px;
    padding: 0;
    border-bottom: 1px solid rgba(224, 189, 112, 0.08);
    background:
        radial-gradient(circle at 50% 0%, rgba(248, 243, 233, 0.14), transparent 26rem),
        linear-gradient(180deg, #1f1b16 0%, #0d0c0a 100%);
}

.front-page .products-showcase .product-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 5, 5, 0.14) 100%);
    pointer-events: none;
}

.front-page .products-showcase .woocommerce ul.products li.product a img,
.front-page .products-showcase .product-card__media img {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    filter: none !important;
    transform: scale(1.01);
}

.front-page .products-showcase .tonkoff-product-card:hover .product-card__media img {
    transform: scale(1.04);
}

.front-page .products-showcase .product-card__placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

.front-page .products-showcase .product-card__placeholder svg {
    width: 86px;
    height: 86px;
}

.front-page .products-showcase .product-card__sale,
.front-page .products-showcase .product-card__flag {
    top: 18px;
    left: 18px;
}

.front-page .products-showcase .product-card__flag {
    left: auto;
    right: 18px;
}

.front-page .products-showcase .product-card__body {
    gap: 0;
    padding: 16px 16px 18px;
}

.front-page .products-showcase .product-card__topline {
    min-height: 0;
    margin-bottom: 12px;
    justify-content: flex-start;
}

.front-page .products-showcase .product-card__category {
    display: none;
}

.front-page .products-showcase .product-card__title {
    min-height: 0;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.14;
    font-weight: 760;
}

.front-page .products-showcase .product-card__title a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.front-page .products-showcase .product-card__bottom {
    gap: 12px;
}

.front-page .products-showcase .product-card__price {
    font-size: clamp(20px, 1.45vw, 26px);
    line-height: 1;
}

.front-page .products-showcase .product-card__actions {
    grid-template-columns: 1fr;
    gap: 10px;
}

.front-page .products-showcase .product-card__details,
.front-page .products-showcase .product-card__actions .button,
.front-page .products-showcase .product-card__actions .added_to_cart {
    min-height: 44px;
    border-radius: 999px;
}

/* Front-page editorial product grid. Catalog cards intentionally remain unchanged. */
.front-page .products-showcase .tonkoff-product-grid {
    grid-auto-flow: dense;
    align-items: stretch;
}

.front-page .products-showcase .tonkoff-product-card--featured,
.front-page .products-showcase .woocommerce ul.products li.product.tonkoff-product-card--featured {
    display: grid !important;
    grid-column: span 2;
    grid-row: span 1;
    grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.8fr);
    grid-template-rows: minmax(288px, auto) auto;
    min-height: 0;
    border-color: rgba(224, 189, 112, 0.3);
    background:
        radial-gradient(circle at 24% 15%, rgba(224, 189, 112, 0.16), transparent 24rem),
        linear-gradient(145deg, #1d1914 0%, #090908 64%);
}

.front-page .products-showcase .tonkoff-product-card--featured .product-card__media {
    grid-column: 1;
    grid-row: 1;
    min-height: 288px;
    aspect-ratio: 1.35 / 1;
    border-right: 1px solid rgba(224, 189, 112, 0.12);
    border-bottom: 0;
    background:
        radial-gradient(circle at 50% 34%, rgba(248, 243, 233, 0.18), transparent 30rem),
        linear-gradient(180deg, #272018 0%, #0c0b09 100%);
}

.front-page .products-showcase .tonkoff-product-card--featured .product-card__media img,
.front-page .products-showcase .woocommerce ul.products li.product.tonkoff-product-card--featured a img {
    object-fit: cover !important;
    padding: 0;
    transform: scale(1);
}

.front-page .products-showcase .tonkoff-product-card--featured .product-card__body {
    display: contents;
}

.front-page .products-showcase .tonkoff-product-card--featured .product-card__topline {
    align-self: start;
    margin: 0;
    padding: 0;
}

.front-page .products-showcase .tonkoff-product-card--featured .product-card__content {
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: end;
    padding: 22px clamp(24px, 3vw, 40px) 26px;
    border-top: 1px solid rgba(224, 189, 112, 0.1);
}

.front-page .products-showcase .tonkoff-product-card--featured .product-card__title {
    margin: 0 0 12px;
    font-size: clamp(24px, 2.25vw, 36px);
    line-height: 1;
    letter-spacing: -0.035em;
}

.front-page .products-showcase .tonkoff-product-card--featured .product-card__description {
    max-width: 82ch;
    margin: 0;
    color: rgba(248, 243, 233, 0.68);
    font-size: 14px;
    line-height: 1.45;
}

.front-page .products-showcase .tonkoff-product-card--featured .product-card__description > :first-child {
    margin-top: 0;
}

.front-page .products-showcase .tonkoff-product-card--featured .product-card__description > :last-child {
    margin-bottom: 0;
}

.front-page .products-showcase .tonkoff-product-card--featured .product-card__bottom {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    gap: 20px;
    padding: clamp(24px, 3vw, 40px);
    border-left: 1px solid rgba(224, 189, 112, 0.1);
}

.front-page .products-showcase .tonkoff-product-card--featured .product-card__price {
    font-size: clamp(28px, 2.5vw, 38px);
}

.front-page .products-showcase .tonkoff-product-card--featured .product-card__price:not(:has(del)) {
    white-space: nowrap;
}

.front-page .products-showcase .tonkoff-product-card--featured .product-card__price del,
.front-page .products-showcase .tonkoff-product-card--featured .product-card__price ins {
    display: block;
    width: fit-content;
    white-space: nowrap;
}

.front-page .products-showcase .tonkoff-product-card--featured .product-card__actions {
    grid-template-columns: 1fr;
}

.front-page .products-showcase .product-card__actions .button,
.front-page .products-showcase .product-card__actions .added_to_cart {
    transition: transform 140ms cubic-bezier(0.23, 1, 0.32, 1), background-color 180ms ease, border-color 180ms ease;
}

.front-page .products-showcase .product-card__actions .button:active,
.front-page .products-showcase .product-card__actions .added_to_cart:active {
    transform: scale(0.97);
}

@media (hover: hover) and (pointer: fine) {
    .front-page .products-showcase .tonkoff-product-card:hover {
        transform: translateY(-3px);
    }

    .front-page .products-showcase .tonkoff-product-card--featured:hover .product-card__media img {
        transform: scale(1.025);
    }
}

@media (max-width: 1180px) {
    .catalog-showcase {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .catalog-rail__panel {
        position: static;
        border-radius: 24px;
    }

    .catalog-rail__intro {
        padding: 20px 20px 16px;
    }

    .catalog-rail__nav {
        padding: 0 12px 12px;
    }

    .catalog-rail__groups {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .catalog-showcase ul.products,
    .catalog-showcase .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 24px !important;
        column-gap: 24px !important;
    }

    .front-page .products-showcase ul.products,
    .front-page .products-showcase .tonkoff-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 24px !important;
        column-gap: 24px !important;
    }

    .catalog-showcase .product-card__media {
        min-height: 300px;
    }

    .front-page .products-showcase .product-card__media {
        min-height: 300px;
    }

    .front-page .products-showcase .tonkoff-product-card--featured,
    .front-page .products-showcase .woocommerce ul.products li.product.tonkoff-product-card--featured {
        grid-column: 1 / -1;
        grid-row: span 1;
        min-height: 0;
    }

}

@media (max-width: 760px) {
    .catalog-showcase {
        gap: 16px;
    }

    .catalog-rail__panel {
        border-radius: 22px;
    }

    .catalog-rail__intro h2 {
        font-size: 30px;
    }

    .catalog-rail__groups {
        grid-template-columns: 1fr;
    }

    .catalog-rail__brand {
        grid-template-columns: 50px minmax(0, 1fr);
    }

    .catalog-showcase ul.products,
    .catalog-showcase .woocommerce ul.products {
        grid-template-columns: 1fr;
        row-gap: 16px !important;
        column-gap: 16px !important;
    }

    .front-page .products-showcase ul.products,
    .front-page .products-showcase .tonkoff-product-grid {
        grid-template-columns: 1fr;
        row-gap: 16px !important;
        column-gap: 16px !important;
    }

    .catalog-showcase .tonkoff-product-card,
    .catalog-showcase .woocommerce ul.products li.product.tonkoff-product-card {
        border-radius: 24px;
    }

    .front-page .products-showcase .tonkoff-product-card,
    .front-page .products-showcase .woocommerce ul.products li.product.tonkoff-product-card {
        border-radius: 24px;
    }

    .catalog-showcase .product-card__media {
        min-height: 280px;
    }

    .front-page .products-showcase .product-card__media {
        min-height: 280px;
    }

    .front-page .products-showcase .tonkoff-product-card--featured,
    .front-page .products-showcase .woocommerce ul.products li.product.tonkoff-product-card--featured {
        grid-column: span 1;
        grid-row: span 1;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        min-height: 0;
    }

    .front-page .products-showcase .tonkoff-product-card--featured .product-card__media {
        min-height: 330px;
        aspect-ratio: 1.08 / 1;
        border-right: 0;
        border-bottom: 1px solid rgba(224, 189, 112, 0.12);
    }

    .front-page .products-showcase .tonkoff-product-card--featured .product-card__media img,
    .front-page .products-showcase .woocommerce ul.products li.product.tonkoff-product-card--featured a img {
        padding: 0;
    }

    .front-page .products-showcase .tonkoff-product-card--featured .product-card__body {
        display: grid;
        gap: 0;
        padding: 22px;
    }

    .front-page .products-showcase .tonkoff-product-card--featured .product-card__topline {
        grid-column: auto;
        grid-row: auto;
        margin-bottom: 0;
        padding: 0;
    }

    .front-page .products-showcase .tonkoff-product-card--featured .product-card__content {
        grid-column: auto;
        grid-row: auto;
        padding: 0;
        border-top: 0;
    }

    .front-page .products-showcase .tonkoff-product-card--featured .product-card__title {
        margin: 18px 0 12px;
        font-size: clamp(28px, 9vw, 38px);
    }

    .front-page .products-showcase .tonkoff-product-card--featured .product-card__description {
        display: -webkit-box;
        overflow: hidden;
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .front-page .products-showcase .tonkoff-product-card--featured .product-card__bottom {
        grid-column: auto;
        grid-row: auto;
        padding: 0;
        border-left: 0;
    }

    .catalog-showcase .product-card__title {
        min-height: 0;
        font-size: 19px;
    }

    .front-page .products-showcase .product-card__title {
        min-height: 0;
        font-size: 19px;
    }

    .tonkoff-cart-toast {
        right: 16px;
        bottom: 16px;
        width: calc(100vw - 24px);
        grid-template-columns: 1fr;
    }

    .tonkoff-cart-toast__action {
        width: 100%;
    }
}

.single-product-showcase {
    margin-top: 18px;
}

.single-product-showcase .tonkoff-single-product {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.86fr);
    gap: 34px;
    align-items: start;
}

.single-product-showcase .single-product__gallery-shell,
.single-product-showcase .single-product__summary,
.single-product-showcase .single-product__description-block,
.single-product-showcase .product-trust,
.single-product-showcase .product-service-story,
.single-product-showcase .related.products,
.single-product-showcase .up-sells {
    min-width: 0;
}

.single-product-showcase .single-product__gallery-shell {
    overflow: hidden;
    border-radius: 32px;
    background: transparent;
}

.single-product-showcase .single-product__gallery {
    padding: 0;
}

.single-product-showcase div.product div.images {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.single-product-showcase .woocommerce-product-gallery__wrapper,
.single-product-showcase div.product div.images .flex-viewport,
.single-product-showcase div.product div.images .woocommerce-product-gallery__image {
    height: clamp(430px, 42vw, 560px);
}

.single-product-showcase .woocommerce-product-gallery__wrapper {
    display: block;
}

.single-product-showcase div.product div.images .woocommerce-product-gallery__trigger {
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(244, 239, 228, 0.18);
    border-radius: 50%;
    background: rgba(8, 8, 7, 0.72);
    color: var(--color-text);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
    transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1), background 180ms ease, border-color 180ms ease;
}

.single-product-showcase div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 50%;
    box-sizing: border-box;
}

.single-product-showcase div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    position: absolute;
    top: 26px;
    left: 26px;
    width: 10px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: left center;
}

.single-product-showcase div.product div.images .woocommerce-product-gallery__trigger > span {
    display: none;
}

.single-product-showcase div.product div.images .woocommerce-product-gallery__trigger:active {
    transform: scale(0.97);
}

.single-product-showcase div.product div.images .flex-viewport {
    overflow: hidden;
    border-radius: 32px;
}

.single-product-showcase div.product div.images .woocommerce-product-gallery__image {
    margin: 0 !important;
}

.single-product-showcase div.product div.images .woocommerce-product-gallery__image a,
.single-product-showcase div.product div.images .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.single-product-showcase div.product div.images .woocommerce-product-gallery__image img,
.single-product-showcase div.product div.images img.wp-post-image {
    object-fit: cover !important;
    object-position: center !important;
    filter: none !important;
}

.single-product-showcase .flex-control-thumbs {
    display: flex !important;
    gap: 12px;
    align-items: center;
    margin: 0 !important;
    padding: 14px !important;
    overflow-x: auto;
    overflow-y: hidden;
    background: rgba(8, 8, 7, 0.88);
    scrollbar-width: thin;
    scrollbar-color: rgba(224, 189, 112, 0.42) rgba(255, 255, 255, 0.08);
    scroll-snap-type: x proximity;
}

.single-product-showcase .flex-control-thumbs li {
    width: 82px !important;
    flex: 0 0 82px;
    margin: 0 !important;
    list-style: none;
    scroll-snap-align: start;
}

.single-product-showcase .flex-control-thumbs img {
    width: 100%;
    height: 82px;
    display: block;
    border: 1px solid rgba(230, 212, 173, 0.14);
    border-radius: 16px;
    object-fit: cover !important;
    object-position: center !important;
    opacity: 0.58 !important;
    cursor: pointer;
    transition: opacity 180ms ease, border-color 180ms ease, transform 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.single-product-showcase .flex-control-thumbs .flex-active {
    opacity: 1 !important;
    border-color: rgba(224, 189, 112, 0.76);
    box-shadow: 0 0 0 1px rgba(224, 189, 112, 0.28);
}

.single-product-showcase .flex-control-thumbs img:active {
    transform: scale(0.97);
}

.single-product-showcase .flex-control-thumbs::-webkit-scrollbar {
    height: 8px;
}

.single-product-showcase .flex-control-thumbs::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
}

.single-product-showcase .flex-control-thumbs::-webkit-scrollbar-thumb {
    background: rgba(224, 189, 112, 0.42);
    border-radius: 999px;
}

@media (hover: hover) and (pointer: fine) {
    .single-product-showcase div.product div.images .woocommerce-product-gallery__trigger:hover {
        border-color: rgba(224, 189, 112, 0.42);
        background: rgba(8, 8, 7, 0.84);
    }

    .single-product-showcase .flex-control-thumbs img:hover {
        opacity: 0.84 !important;
        border-color: rgba(224, 189, 112, 0.46);
    }
}

.single-product-showcase .single-product__summary {
    align-self: stretch;
    padding: 12px 0 0;
}

.single-product-showcase div.product .product_title {
    max-width: 16ch;
    font-size: clamp(26px, 2.6vw, 38px) !important;
    line-height: 0.98 !important;
    font-weight: 700 !important;
}

.single-product-showcase div.product p.price,
.single-product-showcase div.product span.price {
    margin: 18px 0;
    font-size: clamp(28px, 2.8vw, 38px);
}

.single-product-showcase .woocommerce-product-details__short-description {
    margin-top: 16px;
    color: rgba(244, 239, 228, 0.7);
    font-size: 16px;
    line-height: 1.7;
}

.single-product-showcase .tonkoff-area-switcher--single {
    margin: 20px 0 12px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
        #0e0d0b;
}

.single-product-showcase div.product form.cart {
    gap: 14px;
    margin-top: 18px;
}

.single-product-showcase .quantity .qty {
    min-height: 50px;
    border-radius: 999px;
}

.single-product-showcase .product-consult {
    margin-top: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(224, 189, 112, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.02);
}

.single-product-showcase .single-product__description-block,
.single-product-showcase .product-trust,
.single-product-showcase .product-service-story,
.single-product-showcase .related.products,
.single-product-showcase .up-sells {
    grid-column: 1 / -1;
}

.single-product-showcase .single-product__description-block {
    display: grid;
    grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
    gap: 28px;
    margin-top: 8px;
    padding: 32px;
    border: 1px solid rgba(224, 189, 112, 0.14);
    border-radius: 32px;
    background:
        radial-gradient(circle at 100% 0%, rgba(224, 189, 112, 0.1), transparent 18rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
        #090908;
}

.single-product__description-head span {
    color: rgba(224, 189, 112, 0.84);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.single-product__description-head h2 {
    margin: 12px 0 0;
    font-size: clamp(28px, 2.4vw, 38px);
    line-height: 0.98;
}

.single-product__description-content {
    color: rgba(244, 239, 228, 0.78);
    font-size: 16px;
    line-height: 1.8;
}

.single-product__description-content > :first-child {
    margin-top: 0;
}

.single-product__description-content > :last-child {
    margin-bottom: 0;
}

.single-product-showcase .product-trust {
    margin: 28px 0 0;
}

.single-product-showcase .product-service-story {
    margin: 22px 0 0;
}

.single-product-showcase .related.products,
.single-product-showcase .up-sells {
    display: grid;
    gap: 24px;
    margin-top: 34px;
}

.single-product-showcase .related.products > h2,
.single-product-showcase .up-sells > h2 {
    margin: 0;
    font-size: clamp(30px, 2.8vw, 42px);
    line-height: 1;
}

.single-product-showcase .related.products ul.products,
.single-product-showcase .up-sells ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 30px !important;
    column-gap: 30px !important;
    border: 0;
    width: min(100%, calc(100vw - 80px));
    max-width: 1360px;
    margin: 0;
    background: transparent;
}

.single-product-showcase .related.products .tonkoff-product-card,
.single-product-showcase .up-sells .tonkoff-product-card,
.single-product-showcase .related.products ul.products li.product.tonkoff-product-card,
.single-product-showcase .up-sells ul.products li.product.tonkoff-product-card {
    overflow: hidden;
    border: 1px solid rgba(224, 189, 112, 0.14);
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(224, 189, 112, 0.08), transparent 16rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        #090908;
}

.single-product-showcase .related.products .product-card__media,
.single-product-showcase .up-sells .product-card__media {
    min-height: 320px;
    padding: 0;
    border-bottom: 1px solid rgba(224, 189, 112, 0.08);
    background:
        radial-gradient(circle at 50% 0%, rgba(248, 243, 233, 0.14), transparent 26rem),
        linear-gradient(180deg, #1f1b16 0%, #0d0c0a 100%);
}

.single-product-showcase .related.products .product-card__media img,
.single-product-showcase .up-sells .product-card__media img {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    filter: none !important;
}

.single-product-showcase .related.products .product-card__body,
.single-product-showcase .up-sells .product-card__body {
    padding: 18px 18px 20px;
}

.single-product-showcase .related.products .product-card__topline,
.single-product-showcase .up-sells .product-card__topline {
    min-height: 0;
    margin-bottom: 14px;
    justify-content: flex-start;
}

.single-product-showcase .related.products .product-card__category,
.single-product-showcase .up-sells .product-card__category,
.single-product-showcase .related.products .product-card__specs,
.single-product-showcase .up-sells .product-card__specs,
.single-product-showcase .related.products .product-card__price,
.single-product-showcase .up-sells .product-card__price,
.single-product-showcase .related.products .product-card__details,
.single-product-showcase .up-sells .product-card__details,
.single-product-showcase .related.products .product-card__areas,
.single-product-showcase .up-sells .product-card__areas {
    display: none !important;
}

.single-product-showcase .related.products .product-card__title,
.single-product-showcase .up-sells .product-card__title {
    min-height: 0;
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 760;
}

.single-product-showcase .related.products .product-card__bottom,
.single-product-showcase .up-sells .product-card__bottom {
    gap: 0;
}

.single-product-showcase .related.products .product-card__actions,
.single-product-showcase .up-sells .product-card__actions {
    grid-template-columns: 1fr;
    gap: 10px;
}

.single-product-showcase .related.products .product-card__actions .button,
.single-product-showcase .related.products .product-card__actions .added_to_cart,
.single-product-showcase .up-sells .product-card__actions .button,
.single-product-showcase .up-sells .product-card__actions .added_to_cart {
    min-height: 46px;
    border-radius: 999px;
}

@media (max-width: 1180px) {
    .single-product-showcase .tonkoff-single-product {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .single-product-showcase .single-product__description-block {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 26px;
    }

    .single-product-showcase .woocommerce-product-gallery__wrapper,
    .single-product-showcase div.product div.images .flex-viewport,
    .single-product-showcase div.product div.images .woocommerce-product-gallery__image {
        height: clamp(400px, 62vw, 560px);
    }

    .single-product-showcase .related.products ul.products,
    .single-product-showcase .up-sells ul.products {
        row-gap: 24px !important;
        column-gap: 24px !important;
        width: 100%;
    }
}

@media (max-width: 760px) {
    .single-product-showcase .single-product__gallery-shell {
        border-radius: 24px;
    }

    .single-product-showcase div.product div.images .flex-viewport {
        border-radius: 24px;
    }

    .single-product-showcase .woocommerce-product-gallery__wrapper,
    .single-product-showcase div.product div.images .flex-viewport,
    .single-product-showcase div.product div.images .woocommerce-product-gallery__image {
        height: clamp(300px, 88vw, 420px);
    }

    .single-product-showcase .single-product__description-block {
        padding: 22px;
        border-radius: 24px;
    }

    .single-product-showcase .related.products ul.products,
    .single-product-showcase .up-sells ul.products {
        grid-template-columns: 1fr;
        row-gap: 16px !important;
        column-gap: 16px !important;
    }

    .single-product-showcase .related.products .tonkoff-product-card,
    .single-product-showcase .up-sells .tonkoff-product-card,
    .single-product-showcase .related.products ul.products li.product.tonkoff-product-card,
    .single-product-showcase .up-sells ul.products li.product.tonkoff-product-card {
        border-radius: 24px;
    }

    .single-product-showcase .related.products .product-card__media,
    .single-product-showcase .up-sells .product-card__media {
        min-height: 280px;
    }

    .single-product-showcase div.product .product_title {
        font-size: 30px !important;
    }
}
