:root {
    --evo-ink: #070707;
    --evo-ink-soft: #1a1717;
    --evo-paper: #f4efe8;
    --evo-paper-strong: #fffaf3;
    --evo-muted: #8a8178;
    --evo-line: rgba(7, 7, 7, 0.14);
    --evo-line-dark: rgba(255, 255, 255, 0.14);
    --evo-accent: #ff2d78;
    --evo-accent-deep: #c90042;
    --evo-red: #b50816;
    --evo-radius: 12px;
    --evo-radius-lg: 22px;
    --evo-shadow: 0 28px 90px rgba(7, 7, 7, 0.16);

    --font-heading: "Oswald", sans-serif;
    --font-body: "Manrope", sans-serif;

    --evo-font-display: var(--font-heading);
    --evo-font: var(--font-body);

    --evo-container: 1180px;
    --evo-container-wide: 1280px;
    --evo-container-narrow: 820px;
    --evo-page-padding: 24px;

    --evo-header-height: 76px;

    --evo-hover-speed: 0.22s;
    --evo-hover-speed-slow: 0.38s;
    --evo-hover-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

h1,
h2,
h3,
h4,
.site-logo,
.evolatex-logo,
.section-title {
    font-family: var(--font-heading);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

button,
.button,
.evolatex-button,
.site-nav,
.product-card__title,
.price {
    font-family: var(--font-body);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--evo-paper);
    color: var(--evo-ink);
    font-family: var(--evo-font);
    font-size: 16px;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.16em;
}

a:hover {
    color: var(--evo-accent-deep);
}

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

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

button {
    cursor: pointer;
}

.screen-reader-text {
    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 {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 9999;
    width: auto;
    height: auto;
    padding: 12px 16px;
    clip: auto;
    background: var(--evo-ink);
    color: #fff;
}

.evolatex-container {
    width: min(100% - calc(var(--evo-page-padding) * 2), var(--evo-container));
    margin-right: auto;
    margin-left: auto;
}

.evolatex-container--wide {
    width: min(100% - calc(var(--evo-page-padding) * 2), var(--evo-container-wide));
    margin-right: auto;
    margin-left: auto;
}

.evolatex-container--narrow {
    width: min(100% - calc(var(--evo-page-padding) * 2), var(--evo-container-narrow));
    margin-right: auto;
    margin-left: auto;
}

.evolatex-content-shell {
    padding: 0;
}

.evolatex-page {
    min-height: 60vh;
}

.evolatex-kicker {
    margin: 14px 0 14px;
    color: var(--evo-accent-deep);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 18px;
    color: var(--evo-ink);
    font-family: var(--evo-font-display);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

h1 {
    font-size: clamp(42px, 5vw, 78px);
}

h2 {
    font-size: clamp(32px, 3.6vw, 54px);
}

h3 {
    font-size: clamp(22px, 2vw, 32px);
}

p {
    margin: 0 0 18px;
}

.evolatex-entry-content {
    max-width: var(--evo-container-narrow);
}

.evolatex-entry-content h2,
.evolatex-entry-content h3 {
    margin-top: 46px;
}

.evolatex-entry-content a {
    font-weight: 700;
}

.evolatex-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.evolatex-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 22px;
    border: 1px solid var(--evo-ink);
    border-radius: 0;
    background: var(--evo-ink);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.evolatex-button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    border-color: var(--evo-accent-deep);
    background: var(--evo-accent-deep);
    color: #fff;
    transform: translateY(-1px);
}

.evolatex-button--accent,
.woocommerce button.single_add_to_cart_button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
    border-color: var(--evo-accent-deep);
    background: var(--evo-accent-deep);
    color: #fff;
}

.evolatex-button--accent:hover,
.woocommerce button.single_add_to_cart_button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover {
    border-color: var(--evo-ink);
    background: var(--evo-ink);
    color: #fff;
}

.evolatex-button--ghost {
    background: transparent;
    color: var(--evo-ink);
}

.evolatex-button--ghost:hover {
    border-color: var(--evo-ink);
    background: var(--evo-ink);
    color: #fff;
}

.evolatex-link {
    color: var(--evo-ink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: var(--evo-header-height);
    background: rgba(7, 7, 7, 0.82);
    color: #fff;
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--evo-line-dark);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.admin-bar .site-header {
    top: 32px;
}

.site-header.is-scrolled {
    background: rgba(7, 7, 7, 0.94);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.site-header__inner {
    display: grid;
    grid-template-columns: 180px 1fr auto;
    height: 100%;
    align-items: center;
    gap: 24px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.site-brand:hover {
    color: #fff;
}

.site-brand img {
    width: auto;
    max-height: 42px;
}

.site-brand__text,
.site-footer__logo {
    font-family: var(--evo-font-display);
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-nav {
    justify-self: center;
}

.site-nav__list {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-nav__list a {
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.09em;
    text-decoration: none;
    text-transform: uppercase;
}

.site-nav__list a:hover,
.site-nav__list .current-menu-item > a {
    color: #fff;
}

.site-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 44px;
}

.site-actions__cart {
    position: relative;
    display: inline-flex;
    color: #fff;
    text-decoration: none;
}

.evolatex-cart-count {
    position: absolute;
    top: -10px;
    right: -12px;
    display: grid;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    place-items: center;
    border-radius: 99px;
    background: var(--evo-accent);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}


.site-nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--evo-line-dark);
    background: transparent;
    color: #fff;
}

.site-nav-toggle span:not(.screen-reader-text) {
    display: block;
    width: 18px;
    height: 1px;
    margin: 5px auto;
    background: currentColor;
    transition: transform 0.18s ease, opacity 0.18s ease;
}

.evolatex-hero {
    position: relative;
    display: grid;
    min-height: 640px;
    overflow: hidden;
    background: #050505;
    color: #fff;
    isolation: isolate;
}

.evolatex-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: radial-gradient(circle at 78% 35%, rgba(255, 45, 120, 0.28), transparent 28%), linear-gradient(110deg, #050505 0%, #0e0d0d 52%, #1b080f 100%);
    background-position: center;
    background-size: cover;
    opacity: 0.82;
}

/* Hero доступен браузеру непосредственно из HTML. */
.evolatex-hero__image {
    position: absolute;
    inset: 0;
    z-index: -2;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    opacity: 0.82;
}

.evolatex-hero__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.62) 44%, rgba(0, 0, 0, 0.2) 100%);
}

.evolatex-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(220px, 340px);
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    padding-top: var(--evo-header-height);
}

.evolatex-hero h1,
.evolatex-hero h2,
.evolatex-hero h3 {
    color: #fff;
}

.evolatex-hero h1 {
    max-width: 600px;
    margin-bottom: 24px;
}

.evolatex-hero__content p:not(.evolatex-kicker) {
    max-width: 520px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
}

.evolatex-hero .evolatex-button--ghost {
    border-color: rgba(255, 255, 255, 0.64);
    color: #fff;
}

.evolatex-hero .evolatex-button--ghost:hover {
    border-color: #fff;
    background: #fff;
    color: var(--evo-ink);
}


.evolatex-section {
    padding: 88px 0;
}

.evolatex-section--compact {
    padding: 64px 0;
}

.evolatex-section-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.evolatex-section-head--row {
    display: flex;
    max-width: none;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

/* Главная - каталог изделий */

.evolatex-section--catalog {
    position: relative;
    padding: 58px 0 76px;
    background:
        radial-gradient(
            circle at 18% 0,
            rgba(255, 45, 120, 0.045),
            transparent 34%
        ),
        #e9e1d7;
}

.evolatex-section--catalog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(100% - calc(var(--evo-page-padding) * 2), var(--evo-container-wide));
    height: 1px;
    background: rgba(7, 7, 7, 0.12);
    transform: translateX(-50%);
    pointer-events: none;
}

/* Главная - заголовок каталога */

.evolatex-section--catalog .evolatex-section-head {
    max-width: 620px;
    margin-bottom: 30px;
}

.evolatex-section--catalog .evolatex-kicker {
    margin: 0 0 12px;
}

.evolatex-section--catalog h2 {
    max-width: 620px;
    margin: 0;
    font-size: clamp(38px, 4.2vw, 62px);
    line-height: 0.92;
}

/* Главная - сетка категорий */

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

/* Главная - карточка категории */

.evolatex-category-tile {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    background: #070707;
    color: #ffffff;
    text-decoration: none;
}

.evolatex-category-tile__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            #100f0f 0%,
            #26151c 48%,
            #5a1232 100%
        );
}

.evolatex-category-tile__media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.02) 0%,
            rgba(0, 0, 0, 0.18) 48%,
            rgba(0, 0, 0, 0.78) 100%
        );
    opacity: 0.9;
    pointer-events: none;
}

.evolatex-category-tile__media::after,
.evolatex-product-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.16);
    pointer-events: none;
}

.evolatex-category-tile__media img,
.evolatex-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform var(--evo-hover-speed-slow, 0.38s) var(--evo-hover-ease, ease),
        filter var(--evo-hover-speed-slow, 0.38s) var(--evo-hover-ease, ease);
}

.evolatex-category-tile:hover .evolatex-category-tile__media img,
.evolatex-product-card:hover .evolatex-product-card__media img {
    transform: scale(1.045);
    filter: contrast(1.06) saturate(1.04);
}

/* Название категории поверх изображения */

.evolatex-category-tile__title {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 3;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
    transition:
        color var(--evo-hover-speed, 0.22s) var(--evo-hover-ease, ease),
        transform var(--evo-hover-speed, 0.22s) var(--evo-hover-ease, ease);
}

.evolatex-category-tile__title::before {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    margin-bottom: 10px;
    background: var(--evo-accent);
}

.evolatex-category-tile:hover .evolatex-category-tile__title {
    color: #ffffff;
    transform: translateY(-2px);
}

/* Заглушка категории без изображения */

.evolatex-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(
            circle at 75% 24%,
            rgba(255, 45, 120, 0.42),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #080808 0%,
            #171113 48%,
            #431328 100%
        );
}

/* Главная - блок преимуществ */

.evolatex-benefits {
    padding: 28px 0 30px;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.32),
            rgba(255, 255, 255, 0)
        ),
        #e9e1d7;
    color: var(--evo-ink);
    border-top: 1px solid rgba(7, 7, 7, 0.08);
    border-bottom: 1px solid rgba(7, 7, 7, 0.08);
}

    .evolatex-benefits__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
    background: transparent;
}

/* Отдельная карточка преимущества */

.evolatex-benefit {
    display: grid;
    justify-items: center;
    color: var(--evo-ink);
    text-align: center;
    transition:
        transform var(--evo-hover-speed) var(--evo-hover-ease),
        color var(--evo-hover-speed) var(--evo-hover-ease);
}

.evolatex-benefit:hover {
    transform: translateY(-2px);
}

/* Иконка преимущества */

.evolatex-benefit__icon {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: var(--evo-ink);
    transition: color var(--evo-hover-speed) var(--evo-hover-ease);
}

.evolatex-benefit__icon svg {
    display: block;
    width: 34px;
    height: 34px;
}

.evolatex-benefit__icon svg path,
.evolatex-benefit__icon svg rect,
.evolatex-benefit__icon svg circle,
.evolatex-benefit__icon svg line,
.evolatex-benefit__icon svg polyline,
.evolatex-benefit__icon svg polygon {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.evolatex-benefit:hover .evolatex-benefit__icon {
    color: var(--evo-accent-deep);
}

/* Текст преимущества */

.evolatex-benefit strong {
    display: block;
    margin-bottom: 5px;
    color: var(--evo-ink);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.evolatex-benefit span {
    display: block;
    max-width: 190px;
    color: #4e4740;
    font-size: 13px;
    line-height: 1.35;
}

/* Главная - популярные изделия */

.evolatex-section--popular {
    position: relative;
    padding: 78px 0 96px;
    background:
        radial-gradient(
            circle at 85% 12%,
            rgba(255, 45, 120, 0.035),
            transparent 30%
        ),
        var(--evo-paper);
}

.evolatex-section--popular .evolatex-kicker,
.evolatex-section--popular .evolatex-link {
    display: none;
}

.evolatex-section-head--popular,
.evolatex-section--popular .evolatex-section-head {
    display: block;
    max-width: none;
    margin-bottom: 42px;
}

.evolatex-section-head--popular h2,
.evolatex-section--popular .evolatex-section-head h2 {
    max-width: 1040px;
    margin: 0;
    font-size: clamp(38px, 4.6vw, 68px);
    line-height: 0.92;
}

/* Главная - сетка популярных изделий */

.evolatex-product-grid,
.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px 28px;
    max-width: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Главная - карточка товара */

.evolatex-product-card {
    display: grid;
    min-width: 0;
    gap: 16px;
}

.evolatex-product-card__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #ded6cd;
    text-decoration: none;
}

.evolatex-product-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border: 1px solid rgba(7, 7, 7, 0.08);
    pointer-events: none;
}

.evolatex-product-card__media img,
.evolatex-product-card__media .evolatex-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.evolatex-product-card__media img {
    transition:
        transform var(--evo-hover-speed-slow) var(--evo-hover-ease),
        filter var(--evo-hover-speed-slow) var(--evo-hover-ease);
}

.evolatex-product-card:hover .evolatex-product-card__media img {
    transform: scale(1.045);
    filter: contrast(1.06) saturate(1.04);
}

.evolatex-product-card__body {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.evolatex-product-card__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 14px;
    color: var(--evo-accent-deep);
}

.evolatex-product-card__meta::after {
    content: "";
    display: block;
    width: 42px;
    height: 1px;
    background: currentColor;
    opacity: 0.72;
}

.evolatex-product-card__index {
    display: block;
    color: var(--evo-accent-deep);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.12em;
}

.evolatex-product-card__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
}

.evolatex-product-card__title {
    min-width: 0;
    margin: 0;
    color: var(--evo-ink);
    font-family: var(--evo-font);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.evolatex-product-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color var(--evo-hover-speed) var(--evo-hover-ease);
}

.evolatex-product-card:hover .evolatex-product-card__title a {
    color: var(--evo-accent-deep);
}

/* Цена в карточке товара — акцентный бейдж */
.evolatex-product-card__price,
.evolatex-product-card__price .price {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    align-self: start;
    padding: 8px 14px;
    border: 1px solid var(--evo-accent-deep);
    background: var(--evo-accent-deep);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    transition:
        background-color var(--evo-hover-speed) var(--evo-hover-ease),
        color var(--evo-hover-speed) var(--evo-hover-ease),
        border-color var(--evo-hover-speed) var(--evo-hover-ease),
        transform var(--evo-hover-speed) var(--evo-hover-ease),
        box-shadow var(--evo-hover-speed) var(--evo-hover-ease);
}

.evolatex-product-card__price .woocommerce-Price-amount,
.evolatex-product-card__price .woocommerce-Price-currencySymbol {
    color: inherit;
}

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

.evolatex-product-card__price del {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 700;
}

.evolatex-product-card:hover .evolatex-product-card__price,
.evolatex-product-card:hover .evolatex-product-card__price .price,
.evolatex-product-card__price:hover,
.evolatex-product-card__price .price:hover {
    border-color: var(--evo-accent-deep);
    background: #ffffff;
    color: var(--evo-accent-deep);
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(201, 0, 66, 0.12);
}

.evolatex-product-card:hover .evolatex-product-card__price del,
.evolatex-product-card__price:hover del {
    color: rgba(201, 0, 66, 0.56);
}

.evolatex-product-card__subtitle {
    color: #5f5750;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.evolatex-product-card__colors {
    display: flex;
    gap: 8px;
    align-items: center;
    min-height: 14px;
    margin-top: 4px;
}

.evolatex-product-card__colors span {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--swatch, #050505);
    box-shadow:
        inset 0 0 0 1px rgba(7, 7, 7, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.22);
}

/* Старую ссылку-кнопку внутри карточки скрываем.
   Правильно удалить её из content-product.php, но CSS не даст ей ломать вид. */

.evolatex-product-card__link {
    display: none;
}

/* Цена в карточке товара не должна наследовать крупные стили single product. */

.woocommerce div.product .evolatex-product-card__price span.price,
.woocommerce div.product .evolatex-product-card__price p.price {
    margin: 0;
    color: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.evolatex-single-product-page {
    padding-top: calc(var(--evo-header-height) + 42px);
}

.evolatex-single-product__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    gap: 72px;
    align-items: start;
}

.evolatex-single-product__gallery {
    min-width: 0;
}

.woocommerce div.product div.images {
    width: 100%;
    margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    margin: 0;
}

.woocommerce div.product div.images img {
    width: 100%;
    background: #e1dbd4;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 12px 0 0;
    margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: auto;
    overflow: hidden;
    background: #e1dbd4;
}

.evolatex-single-product__summary {
    position: sticky;
    top: calc(var(--evo-header-height) + 34px);
    padding: 34px;
    border: 1px solid var(--evo-line);
    background: var(--evo-paper-strong);
    box-shadow: var(--evo-shadow);
}

.evolatex-single-product__summary .product_title {
    margin-bottom: 18px;
    font-size: clamp(34px, 4.6vw, 68px);
}

.woocommerce div.product .evolatex-single-product__summary p.price,
.woocommerce div.product .evolatex-single-product__summary span.price {
    margin: 0 0 24px;
    color: var(--evo-ink);
    font-size: 28px;
    font-weight: 800;
}

.evolatex-single-product__excerpt {
    margin-bottom: 24px;
    color: #4e4740;
}

.evolatex-single-product__excerpt p:last-child {
    margin-bottom: 0;
}

.evolatex-product-note {
    display: grid;
    gap: 4px;
    margin: 0 0 18px;
    padding: 16px;
    border-left: 4px solid var(--evo-accent);
    background: rgba(255, 45, 120, 0.08);
}

.evolatex-product-note strong {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.evolatex-product-note span {
    color: #4e4740;
    font-size: 14px;
}

.woocommerce div.product form.cart {
    margin: 0 0 22px;
}

.woocommerce div.product form.cart .variations {
    margin: 0 0 18px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
    display: block;
    padding: 0;
    line-height: 1.4;
    text-align: left;
}

.woocommerce div.product form.cart .variations label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.woocommerce div.product form.cart .variations select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid var(--evo-line);
    border-radius: 0;
    background: #fff;
    color: var(--evo-ink);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: var(--evo-ink);
    line-height: 22px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}

.woocommerce div.product form.cart div.quantity {
    margin-right: 12px;
}

.woocommerce .quantity .qty {
    width: 74px;
    height: 48px;
    border: 1px solid var(--evo-line);
    background: #fff;
}

.woocommerce div.product form.cart .button {
    min-height: 48px;
}

.reset_variations {
    display: inline-block;
    margin-top: 8px;
    color: var(--evo-accent-deep);
    font-size: 12px;
    font-weight: 800;
}

.evolatex-single-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
}

.evolatex-product-facts {
    display: grid;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid var(--evo-line);
}

.evolatex-product-facts li {
    padding: 14px 0 14px 26px;
    border-bottom: 1px solid var(--evo-line);
    background: linear-gradient(var(--evo-accent), var(--evo-accent)) left 22px / 8px 8px no-repeat;
    color: #4e4740;
    font-size: 14px;
}

.evolatex-product-details,
.evolatex-related-section {
    padding: 82px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
    margin: 0 0 34px;
    overflow: visible;
    border-bottom: 1px solid var(--evo-line);
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.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: 14px 18px;
    border: 1px solid transparent;
    border-bottom: 0;
    color: #4e4740;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    border-color: var(--evo-line);
    background: var(--evo-paper-strong);
    color: var(--evo-ink);
}

.woocommerce div.product .woocommerce-tabs .panel {
    max-width: 940px;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2:first-child {
    display: none;
}

.evolatex-text-list {
    display: grid;
    gap: 10px;
    padding-left: 22px;
}

.evolatex-related-section .related > h2 {
    margin-bottom: 34px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    padding: 18px 20px;
    margin: 0 0 28px;
    border: 1px solid var(--evo-line);
    border-top: 4px solid var(--evo-accent-deep);
    background: #fff;
    color: var(--evo-ink);
}

.woocommerce-error {
    border-top-color: var(--evo-red);
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    color: var(--evo-accent-deep);
}

.evolatex-afterpay-card {
    margin: 0 0 32px;
    border: 1px solid var(--evo-line);
    background: var(--evo-paper-strong);
}

.evolatex-afterpay-card {
    padding: 30px;
}

.evolatex-afterpay-card__content {
    max-width: 720px;
}

.evolatex-afterpay-card h2 {
    margin-bottom: 12px;
}

.evolatex-order-number {
    display: inline-flex;
    padding: 8px 10px;
    background: rgba(255, 45, 120, 0.08);
    color: var(--evo-accent-deep);
    font-weight: 900;
}

.woocommerce-cart .evolatex-wc-page,
.woocommerce-checkout .evolatex-wc-page,
.woocommerce-account .evolatex-wc-page {
    padding: calc(var(--evo-header-height) + 54px) 0 84px;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
    width: min(100% - calc(var(--evo-page-padding) * 2), var(--evo-container));
    margin-right: auto;
    margin-left: auto;
}

.woocommerce table.shop_table {
    border: 1px solid var(--evo-line);
    border-radius: 0;
    background: #fff;
}

.woocommerce table.shop_table th {
    color: var(--evo-ink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    border-top: 1px solid var(--evo-line);
}

.woocommerce-cart table.cart img {
    width: 90px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    padding: 28px;
    border: 1px solid var(--evo-line);
    background: var(--evo-paper-strong);
}

.woocommerce-cart .cart-collaterals {
    margin-top: 30px;
}

.woocommerce form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
    gap: 34px;
}

.woocommerce form.checkout #customer_details,
.woocommerce form.checkout #order_review_heading,
.woocommerce form.checkout #order_review {
    min-width: 0;
}

.woocommerce form.checkout #customer_details {
    display: grid;
    gap: 24px;
}

.woocommerce form.checkout .col2-set .col-1,
.woocommerce form.checkout .col2-set .col-2 {
    float: none;
    width: 100%;
    padding: 0;
}

.woocommerce form.checkout .col2-set {
    width: 100%;
}

.woocommerce form.checkout #order_review_heading {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
}

.woocommerce form.checkout #order_review {
    grid-column: 2;
    grid-row: 1 / span 2;
    padding-top: 62px;
}

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

.woocommerce form .form-row label {
    margin-bottom: 6px;
    color: var(--evo-ink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.woocommerce form .form-row .required {
    color: var(--evo-accent-deep);
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-radius: 0;
    background: var(--evo-paper-strong);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: #fff;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #fff;
}

.woocommerce-MyAccount-navigation ul {
    display: grid;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 12px 14px;
    border: 1px solid var(--evo-line);
    background: #fff;
    font-weight: 800;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
    background: var(--evo-ink);
    color: #fff;
}

.evolatex-empty,
.evolatex-404 {
    max-width: 760px;
    padding: 120px 0;
}

/* Футер */

.site-footer {
    margin-top: 32px;
    padding: 76px 0 28px;
    background:
        radial-gradient(
            circle at 14% 0,
            rgba(255, 45, 120, 0.13),
            transparent 32%
        ),
        #050505;
    color: #ffffff;
}

.site-footer__top,
.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.4fr) minmax(160px, 0.6fr) minmax(180px, 0.6fr) minmax(160px, 0.5fr);
    gap: 54px;
    align-items: start;
}

.site-footer__brand {
    max-width: 460px;
}

.site-footer__logo {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-family: var(--evo-font-display);
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
}

.site-footer__logo:hover {
    color: #ffffff;
}

.site-footer__logo img,
.site-footer__logo .custom-logo {
    width: auto;
    max-height: 46px;
}

.site-footer__brand p {
    max-width: 420px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    line-height: 1.68;
}

.site-footer__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.site-footer__badges span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.74);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer__column h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-family: var(--evo-font);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.site-footer__menu {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer__menu a,
.site-footer__menu li {
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none;
}

.site-footer__menu a {
    transition:
        color var(--evo-hover-speed) var(--evo-hover-ease),
        transform var(--evo-hover-speed) var(--evo-hover-ease);
}

.site-footer__menu a:hover {
    color: #ffffff;
}

.site-footer__contacts a {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-top: 28px;
    margin-top: 58px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.48);
    font-size: 12px;
}

.site-footer__copyright {
    color: rgba(255, 255, 255, 0.48);
}

.site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-end;
}

.site-footer__legal a,
.site-footer__bottom a {
    color: rgba(255, 255, 255, 0.58);
    text-decoration: none;
}

.site-footer__legal a:hover,
.site-footer__bottom a:hover {
    color: #ffffff;
}

@media (max-width: 1180px) {
    .evolatex-product-grid,
    .products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .evolatex-section--catalog .evolatex-section-head {
        max-width: 620px;
    }

    .evolatex-single-product__grid {
        gap: 44px;
    }
}

@media (max-width: 980px) {
    :root {
        --evo-header-height: 68px;
    }

    .admin-bar .site-header {
        top: 46px;
    }

    .site-header__inner {
        grid-template-columns: 1fr auto auto;
        gap: 14px;
    }

    .site-nav-toggle {
        display: block;
        order: 3;
    }

    .site-nav {
        position: fixed;
        top: var(--evo-header-height);
        left: 0;
        display: none;
        width: 100%;
        padding: 24px 20px 32px;
        background: rgba(7, 7, 7, 0.98);
        border-top: 1px solid var(--evo-line-dark);
    }

    .admin-bar .site-nav {
        top: calc(var(--evo-header-height) + 46px);
    }

    .is-menu-open .site-nav {
        display: block;
    }

    .is-menu-open .site-nav-toggle span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .is-menu-open .site-nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    .is-menu-open .site-nav-toggle span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .site-nav__list {
        display: grid;
        gap: 0;
    }

    .site-nav__list li {
        border-bottom: 1px solid var(--evo-line-dark);
    }

    .site-nav__list a {
        display: block;
        padding: 18px 0;
        font-size: 15px;
    }


    .evolatex-hero {
        min-height: 620px;
    }

    .evolatex-hero__inner,
    .evolatex-single-product__grid,
    .woocommerce form.checkout {
        grid-template-columns: 1fr;
    }

    .evolatex-hero__inner {
        align-content: center;
        gap: 36px;
    }


    .evolatex-section-head--row {
        display: block;
    }
    .evolatex-benefits__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 28px;
    }

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

    .evolatex-single-product__summary {
        position: static;
    }

    .woocommerce form.checkout #order_review_heading,
    .woocommerce form.checkout #order_review {
        grid-column: auto;
        grid-row: auto;
    }

    .woocommerce form.checkout #order_review {
        padding-top: 0;
    }

    .site-footer__top,
    .site-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 42px 34px;
    }

    .site-footer__brand {
        grid-column: 1 / -1;
        max-width: 620px;
    }
}

@media (max-width: 640px) {
    :root {
        --evo-page-padding: 14px;
    }

    .evolatex-container,
    .evolatex-container--wide,
    .evolatex-container--narrow,
    .woocommerce-cart .woocommerce,
    .woocommerce-checkout .woocommerce,
    .woocommerce-account .woocommerce {
        width: min(100% - calc(var(--evo-page-padding) * 2), var(--evo-container));
    }

    h1 {
        font-size: clamp(40px, 13vw, 58px);
    }

    h2 {
        font-size: clamp(32px, 10vw, 46px);
    }

    .evolatex-hero {
        min-height: 620px;
    }

    .evolatex-hero::before,
    .evolatex-hero__image {
        opacity: 0.56;
    }

    .evolatex-hero__shade {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.92) 100%);
    }

    .evolatex-hero__content p:not(.evolatex-kicker) {
        font-size: 16px;
    }

    .evolatex-actions,
    .evolatex-single-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .evolatex-button,
    .button,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button,
    .woocommerce #respond input#submit {
        width: 100%;
    }

    .evolatex-section {
        padding: 56px 0;
    }

    .evolatex-section--popular {
        padding: 56px 0 64px;
    }

    .evolatex-section-head--popular h2,
    .evolatex-section--popular .evolatex-section-head h2 {
        max-width: 760px;
    }

    .evolatex-section--compact {
        padding: 48px 0;
    }

    .evolatex-product-grid,
    .products {
        grid-template-columns: 1fr;
    }

    .evolatex-benefits {
        padding: 28px 0;
    }

    .evolatex-benefits__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .evolatex-benefit {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        grid-template-areas:
            "icon title"
            "icon text";
        column-gap: 14px;
        row-gap: 4px;
        align-items: start;
        justify-items: stretch;
        text-align: left;
    }

    .evolatex-benefit__icon {
        grid-area: icon;
        width: 42px;
        height: 42px;
        margin: 0;
        align-self: start;
    }

    .evolatex-benefit__icon svg {
        width: 30px;
        height: 30px;
    }

    .evolatex-benefit strong {
        grid-area: title;
        margin: 2px 0 0;
        font-size: 12px;
        line-height: 1.25;
    }

    .evolatex-benefit span {
        grid-area: text;
        max-width: none;
        margin: 0;
        font-size: 13px;
        line-height: 1.45;
    }

    .evolatex-section--catalog {
        padding: 48px 0 58px;
    }

    .evolatex-section--catalog .evolatex-section-head {
        margin-bottom: 24px;
    }

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

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

    .evolatex-category-tile__title {
        right: 12px;
        bottom: 12px;
        left: 12px;
        font-size: 11px;
    }

    .evolatex-category-tile__title::before {
        width: 22px;
        margin-bottom: 8px;
    }

    .evolatex-product-card__media {
        aspect-ratio: 4 / 4.7;
    }

    .evolatex-product-card__body {
        gap: 7px;
    }

    .evolatex-product-card__main {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .evolatex-product-card__price,
    .evolatex-product-card__price .price {
        white-space: normal;
    }

    .evolatex-product-card__colors {
        margin-top: 2px;
    }

    .evolatex-single-product__summary {
        padding: 22px;
        box-shadow: none;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        display: grid;
        grid-template-columns: 1fr;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        display: block;
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        border-bottom: 1px solid var(--evo-line);
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        border-top: 0;
    }

    .site-footer__top,
    .site-footer__grid,
    .site-footer__bottom {
        display: grid;
        grid-template-columns: 1fr;
    }

    .site-footer__top,
    .site-footer__grid {
        gap: 34px;
    }

    .site-footer__legal {
        justify-content: flex-start;
    }
}


/* Главная - блок шагов заказа */

.evolatex-process {
    position: relative;
    padding: 46px 0 52px;
    background: #050505;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.evolatex-process::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(100% - calc(var(--evo-page-padding) * 2), var(--evo-container-wide));
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 45, 120, 0.28),
        rgba(255, 255, 255, 0.16),
        transparent
    );
    transform: translateX(-50%);
    pointer-events: none;
}

.evolatex-process__head {
    margin-bottom: 34px;
}

.evolatex-process__title {
    margin: 0;
    color: #ffffff;
    font-family: var(--evo-font-display);
    font-size: clamp(24px, 2vw, 32px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.evolatex-process__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px;
    align-items: start;
}

.evolatex-process__item {
    position: relative;
    min-width: 0;
    padding: 0 10px;
    text-align: center;
}

.evolatex-process__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 21px;
    left: calc(100% - 18px);
    width: 44px;
    height: 1px;
    background: rgba(255, 255, 255, 0.24);
}

.evolatex-process__item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 17px;
    left: calc(100% + 18px);
    width: 8px;
    height: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    transform: rotate(45deg);
}

.evolatex-process__icon {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.evolatex-process__icon img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
    opacity: 0.84;
    filter: brightness(0) invert(1);
    transition:
        opacity var(--evo-hover-speed, 0.22s) var(--evo-hover-ease, ease),
        transform var(--evo-hover-speed, 0.22s) var(--evo-hover-ease, ease),
        filter var(--evo-hover-speed, 0.22s) var(--evo-hover-ease, ease);
}

.evolatex-process__num {
    margin-bottom: 8px;
    color: var(--evo-accent);
    font-family: var(--evo-font);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.12em;
}

.evolatex-process__text {
    max-width: 170px;
    margin-right: auto;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

.evolatex-process__item:hover .evolatex-process__icon img {
    opacity: 1;
    transform: translateY(-2px);
    filter:
        brightness(0)
        saturate(100%)
        invert(29%)
        sepia(95%)
        saturate(3014%)
        hue-rotate(318deg)
        brightness(104%)
        contrast(101%);
}

.evolatex-process__item:hover .evolatex-process__text {
    color: #ffffff;
}

@media (max-width: 1100px) {
    .evolatex-process__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 36px;
    }

    .evolatex-process__item:nth-child(3)::after,
    .evolatex-process__item:nth-child(3)::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .evolatex-process {
        padding: 38px 0 42px;
    }

    .evolatex-process__head {
        margin-bottom: 28px;
    }

    .evolatex-process__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .evolatex-process__item {
        display: grid;
        grid-template-columns: 44px 42px 1fr;
        gap: 14px;
        align-items: center;
        padding: 0;
        text-align: left;
    }

    .evolatex-process__item:not(:last-child)::after,
    .evolatex-process__item:not(:last-child)::before {
        display: none;
    }

    .evolatex-process__icon {
        margin: 0;
    }

    .evolatex-process__num {
        margin: 0;
    }

    .evolatex-process__text {
        max-width: none;
        margin: 0;
    }
}

/* Главная - блок снятия мерок */

.evolatex-measure {
    position: relative;
    overflow: hidden;
    padding: 54px 0;
    background: var(--evo-paper);
    border-top: 1px solid rgba(7, 7, 7, 0.1);
    border-bottom: 1px solid rgba(7, 7, 7, 0.1);
}

/* Фон вынесен в отдельный слой, чтобы картинка занимала всю ширину секции. */

.evolatex-measure::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../img/measure-bg.webp");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    transform: scale(1.04);
    transform-origin: right center;
    filter: contrast(1.05) saturate(1.05);
    pointer-events: none;
}

/* Поверх фона кладём градиент, чтобы текстовая часть оставалась читаемой. */

.evolatex-measure::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(244, 239, 232, 0.98) 0%,
            rgba(244, 239, 232, 0.94) 42%,
            rgba(244, 239, 232, 0.66) 66%,
            rgba(7, 7, 7, 0.88) 100%
        );
    pointer-events: none;
}

.evolatex-measure__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(260px, 0.72fr)
        minmax(260px, 0.78fr)
        minmax(260px, 0.62fr);
    gap: 42px;
    align-items: center;
    min-height: 300px;
}

.evolatex-measure__content {
    max-width: 380px;
}

.evolatex-measure__content .evolatex-kicker {
    margin: 0 0 12px;
}

.evolatex-measure__content h2 {
    margin: 0 0 18px;
    font-size: clamp(28px, 2.6vw, 42px);
    line-height: 0.95;
}

.evolatex-measure__content p {
    margin: 0 0 22px;
    color: #4e4740;
    font-size: 14px;
    line-height: 1.65;
}

.evolatex-button--outline-dark {
    border-color: rgba(7, 7, 7, 0.44);
    background: transparent;
    color: var(--evo-ink);
}

.evolatex-button--outline-dark:hover {
    border-color: var(--evo-ink);
    background: var(--evo-ink);
    color: #ffffff;
}

/* Схема увеличена и обрезается контейнером, чтобы не выглядела маленькой вставкой. */

.evolatex-measure__scheme {
    display: flex;
    min-width: 0;
    height: 300px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.evolatex-measure__scheme img {
    width: 128%;
    max-width: none;
    height: auto;
    max-height: none;
    object-fit: cover;
    opacity: 0.94;
    filter: contrast(1.02);
    transform: translateY(22px) scale(1.08);
    transform-origin: center center;
}

.evolatex-measure__list {
    max-width: 320px;
}

.evolatex-measure__list ol {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: measure-list;
}

.evolatex-measure__list li {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 16px;
    align-items: baseline;
    color: #2c2926;
    font-size: 14px;
    line-height: 1.35;
    counter-increment: measure-list;
}

.evolatex-measure__list li::before {
    content: counter(measure-list);
    color: var(--evo-ink);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

/* Адаптив блока снятия мерок */

@media (max-width: 980px) {
    .evolatex-measure::before {
        opacity: 0.18;
        background-position: right center;
    }

    .evolatex-measure::after {
        background:
            linear-gradient(
                180deg,
                rgba(244, 239, 232, 0.98) 0%,
                rgba(244, 239, 232, 0.94) 100%
            );
    }

    .evolatex-measure__inner {
        grid-template-columns: 1fr 1fr;
        gap: 34px;
        min-height: 0;
    }

    .evolatex-measure__content {
        grid-column: 1 / -1;
        max-width: 620px;
    }

    .evolatex-measure__scheme {
        height: 280px;
        justify-content: flex-start;
    }

    .evolatex-measure__scheme img {
        width: 135%;
        transform: translateY(14px) scale(1.05);
    }
}

@media (max-width: 640px) {
    .evolatex-measure {
        padding: 44px 0;
    }

    .evolatex-measure::before {
        opacity: 0.12;
        background-position: 76% center;
    }

    .evolatex-measure__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .evolatex-measure__content h2 {
        font-size: clamp(32px, 10vw, 46px);
    }

    .evolatex-measure__scheme {
        height: 260px;
        justify-content: center;
        padding: 0;
    }

    .evolatex-measure__scheme img {
        width: 160%;
        transform: translateY(8px) scale(1.08);
    }

    .evolatex-measure__list {
        max-width: none;
    }

    .evolatex-measure__list ol {
        gap: 12px;
    }
}

/* Главная - SEO блок */

.evolatex-seo {
    position: relative;
    padding: 82px 0 90px;
    background:
        radial-gradient(
            circle at 12% 8%,
            rgba(255, 45, 120, 0.045),
            transparent 30%
        ),
        #f4efe8;
    border-top: 1px solid rgba(7, 7, 7, 0.08);
}

.evolatex-seo__inner {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    gap: 72px;
    align-items: start;
}

.evolatex-seo__head {
    position: sticky;
    top: calc(var(--evo-header-height) + 34px);
}

.evolatex-seo__head .evolatex-kicker {
    margin: 0 0 14px;
}

.evolatex-seo__head h2 {
    max-width: 420px;
    margin: 0;
    font-size: clamp(34px, 4vw, 60px);
    line-height: 0.95;
}

.evolatex-seo__content {
    display: grid;
    gap: 34px;
}

.evolatex-seo__lead {
    max-width: 820px;
}

.evolatex-seo__lead p {
    margin: 0;
    color: #2f2a26;
    font-size: clamp(18px, 1.55vw, 24px);
    font-weight: 500;
    line-height: 1.48;
}

.evolatex-seo__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.evolatex-seo__text {
    padding-top: 24px;
    border-top: 1px solid rgba(7, 7, 7, 0.16);
}

.evolatex-seo__text h3 {
    margin: 0 0 14px;
    font-family: var(--evo-font);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.evolatex-seo__text p {
    margin: 0;
    color: #4e4740;
    font-size: 14px;
    line-height: 1.72;
}

.evolatex-seo__note {
    max-width: 760px;
    padding: 22px 24px;
    border-left: 4px solid var(--evo-accent);
    background: rgba(255, 255, 255, 0.42);
}

.evolatex-seo__note p {
    margin: 0;
    color: #3c3631;
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 980px) {
    .evolatex-seo {
        padding: 66px 0 72px;
    }

    .evolatex-seo__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .evolatex-seo__head {
        position: static;
    }

    .evolatex-seo__head h2 {
        max-width: 760px;
    }
}

@media (max-width: 640px) {
    .evolatex-seo {
        padding: 54px 0 58px;
    }

    .evolatex-seo__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .evolatex-seo__note {
        padding: 18px;
    }
}

/* Футер - финальные переопределения для новой структуры */

@media (max-width: 980px) {
    .site-footer__top,
    .site-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 42px 34px;
    }

    .site-footer__brand {
        grid-column: 1 / -1;
        max-width: 620px;
    }
}

@media (max-width: 640px) {
    .site-footer {
        padding: 58px 0 24px;
    }

    .site-footer__top,
    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .site-footer__brand {
        max-width: none;
    }

    .site-footer__bottom {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 42px;
    }

    .site-footer__legal {
        justify-content: flex-start;
    }
}

/* Breadcrumbs */

.evolatex-breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 28px;
    padding: 0;
    color: #8d8379;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.evolatex-breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a {
    color: #6d645c;
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.evolatex-breadcrumbs a:hover,
.woocommerce .woocommerce-breadcrumb a:hover {
    color: var(--evo-accent-deep);
}

.evolatex-breadcrumbs__sep,
.woocommerce .woocommerce-breadcrumb .evolatex-breadcrumbs__sep {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(201, 0, 66, 0.55);
    font-size: 11px;
    line-height: 1;
    transform: translateY(-1px);
}

.evolatex-breadcrumbs > span:last-child,
.woocommerce .woocommerce-breadcrumb span:last-child {
    color: #403832;
    opacity: 0.95;
}

@media (max-width: 767px) {
    .evolatex-breadcrumbs,
    .woocommerce .woocommerce-breadcrumb {
        gap: 8px;
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 1.45;
    }

    .evolatex-breadcrumbs__sep,
    .woocommerce .woocommerce-breadcrumb .evolatex-breadcrumbs__sep {
        font-size: 10px;
    }
}

/* Breadcrumbs */

.evolatex-breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin: 0 0 28px;
    padding: 0;
    color: rgba(70, 62, 56, 0.7);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.01em;
}

.evolatex-breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a {
    color: rgba(70, 62, 56, 0.72);
    text-decoration: none;
    transition:
        color 0.25s ease,
        opacity 0.25s ease;
}

.evolatex-breadcrumbs a:hover,
.woocommerce .woocommerce-breadcrumb a:hover {
    color: var(--evo-accent-deep);
}

.evolatex-breadcrumbs__sep,
.woocommerce .woocommerce-breadcrumb .evolatex-breadcrumbs__sep {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 10px;
    color: var(--evo-accent-deep);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    opacity: 0.85;
    transform: translateY(-1px);
}

.evolatex-breadcrumbs span:last-child,
.woocommerce .woocommerce-breadcrumb span:last-child {
    color: rgba(30, 26, 23, 0.78);
}

@media (max-width: 767px) {
    .evolatex-breadcrumbs,
    .woocommerce .woocommerce-breadcrumb {
        gap: 7px;
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 1.45;
    }

    .evolatex-breadcrumbs__sep,
    .woocommerce .woocommerce-breadcrumb .evolatex-breadcrumbs__sep {
        font-size: 15px;
    }
}

/* Mobile gallery arrows alignment fix */

@media (max-width: 640px) {
    .evolatex-mobile-gallery-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Arial, sans-serif;
        font-size: 30px;
        font-weight: 400;
        line-height: 1;
    }

    .evolatex-mobile-gallery-arrow span {
        display: block;
        line-height: 1;
        transform: translateY(-1px);
    }

    .evolatex-mobile-gallery-arrow--prev span {
        transform: translate(-1px, -1px);
    }

    .evolatex-mobile-gallery-arrow--next span {
        transform: translate(1px, -1px);
    }
}

/* Mobile header order fix */

@media (max-width: 980px) {
    .site-header__inner {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 14px;
    }

    .site-nav-toggle {
        grid-column: 1;
        grid-row: 1;
        order: 0;
        justify-self: start;
    }

    .site-brand {
        grid-column: 2;
        grid-row: 1;
        justify-self: center;
    }

    .site-actions {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        min-width: 44px;
    }

    .site-actions__cart {
        display: inline-flex;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
    }

    .evolatex-cart-count {
        top: 5px;
        right: 3px;
        display: flex;
        width: 18px;
        min-width: 18px;
        height: 18px;
        align-items: center;
        justify-content: center;
        padding: 0;
        font-size: 10px;
        font-weight: 900;
        line-height: 18px;
        letter-spacing: 0;
        text-align: center;
    }
}

.skip-link {
    display: none !important;
}

/* Default WordPress page template */

.site-page.evolatex-document-page {
    min-height: 60vh;
    padding-top: calc(var(--evo-header-height) + 52px);
    padding-bottom: 80px;
    background: var(--evo-paper);
}

.evolatex-document-page .evolatex-content-shell {
    width: min(100% - calc(var(--evo-page-padding) * 2), 1180px);
    max-width: 1180px;
    margin-inline: auto;
    padding: 0;
}

.site-page.evolatex-document-page .evolatex-page-title {
    max-width: 100%;
    margin: 0 0 36px;
    color: var(--evo-ink);
    font-family: var(--evo-font-display);
    font-size: clamp(38px, 4.6vw, 64px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.evolatex-document-page .evolatex-entry-content {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #453e38;
    font-size: 16px;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

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

.evolatex-document-page .evolatex-entry-content h2,
.evolatex-document-page .evolatex-entry-content h3,
.evolatex-document-page .evolatex-entry-content h4 {
    color: var(--evo-ink);
    font-family: var(--evo-font);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
}

.evolatex-document-page .evolatex-entry-content h2 {
    margin: 40px 0 18px;
    font-size: clamp(22px, 2.2vw, 28px);
}

.evolatex-document-page .evolatex-entry-content h3 {
    margin: 30px 0 14px;
    font-size: 21px;
}

.evolatex-document-page .evolatex-entry-content h4 {
    margin: 26px 0 12px;
    font-size: 18px;
}

.evolatex-document-page .evolatex-entry-content p {
    margin: 0 0 18px;
    font-size: inherit;
    line-height: inherit;
}

.evolatex-document-page .evolatex-entry-content ul,
.evolatex-document-page .evolatex-entry-content ol {
    margin: 18px 0 26px;
    padding-left: 25px;
    line-height: 1.7;
}

.evolatex-document-page .evolatex-entry-content li {
    margin-bottom: 8px;
}

.evolatex-document-page .evolatex-entry-content li::marker {
    color: var(--evo-accent-deep);
    font-weight: 700;
}

.evolatex-document-page .evolatex-entry-content a {
    color: var(--evo-accent-deep);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
}

.evolatex-document-page .evolatex-entry-content a:hover {
    color: var(--evo-ink);
}

.evolatex-document-page .evolatex-entry-content strong {
    color: var(--evo-ink);
    font-weight: 700;
}

.evolatex-document-page .evolatex-entry-content hr {
    margin: 36px 0;
    border: 0;
    border-top: 1px solid #d7cec4;
}

/* Ordinary content tables, including Gutenberg. WooCommerce tables excluded. */
.evolatex-document-page .evolatex-entry-content .evolatex-table-scroll {
    width: 100%;
    max-width: 100%;
    margin: 24px 0 32px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    border: 1px solid #d7cec4;
    border-radius: 5px;
    background: #fbf8f3;
}

.evolatex-document-page .evolatex-table-scroll:focus-visible {
    outline: 2px solid var(--evo-accent-deep);
    outline-offset: 4px;
}

.evolatex-document-page .evolatex-entry-content table:not(.shop_table) {
    width: 100%;
    margin: 24px 0 32px;
    border-collapse: collapse;
    table-layout: auto;
    border: 1px solid #d7cec4;
    background: #fbf8f3;
    font-size: 15px;
    line-height: 1.65;
}

.evolatex-document-page .evolatex-entry-content .evolatex-table-scroll > table {
    margin: 0;
    border: 0;
}

.evolatex-document-page .evolatex-entry-content table:not(.shop_table) th,
.evolatex-document-page .evolatex-entry-content table:not(.shop_table) td {
    padding: 18px 20px;
    border: 1px solid #d7cec4;
    vertical-align: top;
    text-align: left;
    overflow-wrap: anywhere;
}

.evolatex-document-page .evolatex-entry-content table:not(.shop_table) th {
    background: #e9e2d9;
    color: #211d19;
    font-weight: 700;
}

.evolatex-document-page .evolatex-entry-content table:not(.shop_table) tbody tr:nth-child(even) td {
    background: #f3eee7;
}

.evolatex-document-page .evolatex-entry-content table:not(.shop_table) p:last-child {
    margin-bottom: 0;
}

.evolatex-document-page .evolatex-entry-content .wp-block-table {
    max-width: 100%;
    margin: 24px 0 32px;
}

.evolatex-document-page .wp-block-table .evolatex-table-scroll {
    margin: 0;
}

.evolatex-document-page .wp-block-table figcaption,
.evolatex-document-page table caption {
    padding: 12px;
    color: #65594f;
    text-align: left;
    font-size: 14px;
}

@media (max-width: 640px) {
    .site-page.evolatex-document-page {
        padding-top: calc(var(--evo-header-height) + 30px);
        padding-bottom: 52px;
    }

    .site-page.evolatex-document-page .evolatex-page-title {
        margin-bottom: 28px;
        font-size: clamp(30px, 8vw, 44px);
    }

    .evolatex-document-page .evolatex-entry-content {
        font-size: 15px;
        line-height: 1.7;
    }

    .evolatex-document-page .evolatex-entry-content h2 {
        margin-top: 32px;
    }

    .evolatex-document-page .evolatex-entry-content .evolatex-table-scroll table {
        min-width: 640px;
        font-size: 14px;
    }

    .evolatex-document-page .evolatex-entry-content table:not(.shop_table) th,
    .evolatex-document-page .evolatex-entry-content table:not(.shop_table) td {
        padding: 14px 16px;
    }
}

/* ---------------------------------
   Cart pages
--------------------------------- */

.woocommerce-cart .woocommerce-notices-wrapper {
    display: none !important;
}

.evolatex-cart-page {
    padding-top: calc(var(--evo-header-height) + 82px);
    padding-bottom: 96px;
    background: var(--evo-paper);
}

.admin-bar .evolatex-cart-page {
    padding-top: calc(var(--evo-header-height) + 114px);
}

.evolatex-cart-page__container {
    width: min(100% - calc(var(--evo-page-padding) * 2), var(--evo-container));
    margin-right: auto;
    margin-left: auto;
}

.evolatex-cart-page__head {
    margin-bottom: 34px;
}

.evolatex-cart-page__title {
    margin: 0;
    color: var(--evo-ink);
    font-family: var(--evo-font-display);
    font-size: clamp(58px, 7.6vw, 74px);
    font-weight: 500;
    line-height: 0.86;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.evolatex-cart-page__meta {
    margin-bottom: 28px;
    color: #5c544d;
    font-size: 18px;
    line-height: 1.5;
}

/* Empty cart */

.evolatex-empty-cart {
    position: relative;
    padding: 54px;
    overflow: hidden;
    border: 1px solid rgba(7, 7, 7, 0.12);
    background:
        radial-gradient(
            circle at 88% 18%,
            rgba(255, 45, 120, 0.1),
            transparent 30%
        ),
        var(--evo-paper-strong);
}

.evolatex-empty-cart::before {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(201, 0, 66, 0.16);
    border-radius: 50%;
    pointer-events: none;
}

.evolatex-empty-cart__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 680px) minmax(260px, 360px);
    gap: 72px;
    align-items: end;
}

.evolatex-empty-cart__main {
    max-width: 680px;
}

.evolatex-empty-cart__main .evolatex-kicker {
    margin: 0 0 16px;
}

.evolatex-empty-cart__main h2 {
    max-width: 640px;
    margin: 0 0 22px;
    color: var(--evo-ink);
    font-family: var(--evo-font-display);
    font-size: clamp(38px, 4.4vw, 68px);
    font-weight: 500;
    line-height: 0.92;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.evolatex-empty-cart__main p {
    max-width: 590px;
    margin: 0;
    color: #4e4740;
    font-size: 16px;
    line-height: 1.72;
}

.evolatex-empty-cart__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.evolatex-empty-cart__side {
    padding: 28px;
    border: 1px solid rgba(7, 7, 7, 0.12);
    background: rgba(255, 255, 255, 0.42);
}

.evolatex-empty-cart__mark {
    display: block;
    margin-bottom: 22px;
    color: var(--evo-accent-deep);
    font-family: var(--evo-font-display);
    font-size: 86px;
    font-weight: 500;
    line-height: 0.85;
}

.evolatex-empty-cart__side p {
    margin: 0;
    color: #4e4740;
    font-size: 14px;
    line-height: 1.65;
}

.evolatex-empty-cart__links {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 42px;
}

.evolatex-empty-cart__links a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 10px 13px;
    border: 1px solid rgba(7, 7, 7, 0.14);
    color: var(--evo-ink);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.evolatex-empty-cart__links a:hover {
    border-color: var(--evo-accent-deep);
    background: var(--evo-accent-deep);
    color: #ffffff;
}

.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop {
    display: none;
}

/* Cart with products */

.evolatex-cart {
    position: relative;
}

.evolatex-cart.is-updating {
    pointer-events: none;
}

.evolatex-cart.is-updating::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 10;
    background: rgba(244, 239, 232, 0.42);
    cursor: wait;
}

.evolatex-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 34px;
    align-items: start;
}

.evolatex-cart-layout__main {
    min-width: 0;
}

.evolatex-cart-layout__aside {
    position: sticky;
    top: calc(var(--evo-header-height) + 32px);
    display: grid;
    gap: 16px;
    min-width: 0;
}

.evolatex-cart-list {
    border-top: 1px solid rgba(7, 7, 7, 0.12);
}

.evolatex-cart-item {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 22px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(7, 7, 7, 0.12);
    transition:
        opacity 0.22s ease,
        transform 0.22s ease;
}

.evolatex-cart-item.is-removing {
    opacity: 0.35;
    transform: translateX(-8px);
}

.evolatex-cart-item__media {
    overflow: hidden;
    background: #ddd6cf;
}

.evolatex-cart-item__media a {
    display: block;
}

.evolatex-cart-item__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.12;
    object-fit: cover;
}

.evolatex-cart-item__content {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.evolatex-cart-item__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: start;
}

.evolatex-cart-item__title {
    margin: 0;
    color: var(--evo-ink);
    font-family: var(--evo-font);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.evolatex-cart-item__title a {
    color: inherit;
    text-decoration: none;
}

.evolatex-cart-item__title a:hover {
    color: var(--evo-accent-deep);
}

.evolatex-cart-item__color {
    margin: 8px 0 0;
    color: #5f5750;
    font-size: 14px;
    line-height: 1.45;
}

.evolatex-cart-item__color span {
    color: #8a8178;
}

.evolatex-cart-item__color strong {
    color: var(--evo-ink);
    font-weight: 800;
}

.evolatex-cart-item__price,
.evolatex-cart-item__price .amount {
    color: var(--evo-ink);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.evolatex-cart-item__bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
}

.evolatex-cart-item__remove {
    justify-self: start;
}

.evolatex-cart-item__remove-link {
    color: var(--evo-accent-deep);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.evolatex-cart-item__remove-link:hover {
    color: var(--evo-ink);
}

.evolatex-cart-item__qty-block,
.evolatex-cart-item__subtotal,
.evolatex-cart .quantity,
.evolatex-cart-actions,
.evolatex-cart__update-button {
    display: none !important;
}

/* Cart summary */

.evolatex-cart__summary {
    min-width: 0;
}

.evolatex-cart-summary {
    padding: 30px;
    border: 1px solid rgba(7, 7, 7, 0.14);
    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(255, 45, 120, 0.08),
            transparent 30%
        ),
        var(--evo-paper-strong);
}

.evolatex-cart-summary__title {
    margin: 0 0 24px;
    color: var(--evo-ink);
    font-family: var(--evo-font-display);
    font-size: clamp(30px, 3vw, 54px);
    font-weight: 500;
    line-height: 0.96;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.evolatex-cart-summary__rows {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(7, 7, 7, 0.14);
}

.evolatex-cart-summary__row,
.evolatex-cart-summary__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.evolatex-cart-summary__row {
    padding: 8px 0;
    color: var(--evo-ink);
    font-size: 16px;
}

.evolatex-cart-summary__row strong {
    font-size: 16px;
    font-weight: 700;
}

.evolatex-cart-summary__total {
    margin-bottom: 18px;
    color: var(--evo-ink);
}

.evolatex-cart-summary__total span {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.evolatex-cart-summary__total strong,
.evolatex-cart-summary__total .amount {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.evolatex-cart-summary__note {
    color: #6d645c;
    font-size: 14px;
    line-height: 1.55;
}

.evolatex-cart-summary__checkout {
    width: 100%;
}

.evolatex-cart-info {
    display: grid;
    gap: 10px;
}

.evolatex-cart-info__item {
    border-bottom: 1px solid rgba(7, 7, 7, 0.12);
}

.evolatex-cart-info__item summary {
    position: relative;
    padding: 14px 24px 14px 0;
    list-style: none;
    cursor: pointer;
    color: var(--evo-ink);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.evolatex-cart-info__item summary::-webkit-details-marker {
    display: none;
}

.evolatex-cart-info__item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    color: var(--evo-ink);
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
}

.evolatex-cart-info__item[open] summary::after {
    content: "–";
}

.evolatex-cart-info__content {
    padding: 0 0 14px;
}

.evolatex-cart-info__content p {
    margin: 0;
    color: #6d645c;
    font-size: 14px;
    line-height: 1.6;
}

/* Cart responsive */

@media (max-width: 980px) {
    .evolatex-cart-page {
        padding-top: calc(var(--evo-header-height) + 64px);
    }

    .admin-bar .evolatex-cart-page {
        padding-top: calc(var(--evo-header-height) + 110px);
    }

    .evolatex-empty-cart {
        padding: 42px;
    }

    .evolatex-empty-cart__inner,
    .evolatex-cart-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .evolatex-empty-cart__side {
        max-width: 460px;
    }

    .evolatex-cart-layout__aside {
        position: static;
    }

    .evolatex-cart-page__title {
        font-size: clamp(52px, 11vw, 92px);
    }
}

@media (max-width: 767px) {
    .evolatex-cart-page {
        padding-top: calc(var(--evo-header-height) + 46px);
        padding-bottom: 64px;
    }

    .evolatex-cart-page__head {
        margin-bottom: 28px;
    }

    .evolatex-cart-page__title {
        font-size: clamp(48px, 16vw, 72px);
    }

    .evolatex-cart-page__meta {
        margin-bottom: 18px;
        font-size: 16px;
    }

    .evolatex-empty-cart {
        padding: 28px 22px;
    }

    .evolatex-empty-cart__main h2 {
        font-size: clamp(32px, 10vw, 46px);
    }

    .evolatex-empty-cart__main p {
        font-size: 14px;
        line-height: 1.68;
    }

    .evolatex-empty-cart__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .evolatex-empty-cart__mark {
        font-size: 64px;
    }

    .evolatex-empty-cart__links {
        display: grid;
        grid-template-columns: 1fr;
    }

    .evolatex-empty-cart__links a {
        justify-content: center;
    }

    .evolatex-cart-item {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 14px;
        padding: 18px 0;
    }

    .evolatex-cart-item__top {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
    }

    .evolatex-cart-item__title {
        font-size: 15px;
    }

    .evolatex-cart-item__price,
    .evolatex-cart-item__price .amount {
        font-size: 15px;
    }

    .evolatex-cart-summary {
        padding: 22px 18px;
    }

    .evolatex-cart-summary__title {
        margin-bottom: 18px;
        font-size: 28px;
    }

    .evolatex-cart-summary__total span {
        font-size: 16px;
    }

    .evolatex-cart-summary__total strong,
    .evolatex-cart-summary__total .amount {
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .evolatex-cart-item__top {
        grid-template-columns: 1fr;
    }

    .evolatex-cart-item__price {
        justify-self: start;
    }
}
/* Checkout page */

.evolatex-checkout-page {
    padding-top: calc(var(--evo-header-height) + 82px);
    padding-bottom: 96px;
    background: var(--evo-paper);
}

.evolatex-checkout-page__container {
    width: min(100% - calc(var(--evo-page-padding) * 2), 1180px);
    margin-right: auto;
    margin-left: auto;
}

.evolatex-checkout-page__head {
    max-width: 760px;
    margin-bottom: 42px;
}

.evolatex-checkout-page__title {
    margin: 0 0 24px;
    color: var(--evo-ink);
    font-family: var(--evo-font-display);
    font-size: clamp(58px, 7.6vw, 74px);
    font-weight: 500;
    line-height: 0.88;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.evolatex-checkout-page__lead {
    position: relative;
    max-width: 820px;
    padding: 22px 26px 22px 74px;
    margin: 0;
    border: 1px solid rgba(7, 7, 7, 0.12);
    background: rgba(255, 255, 255, 0.34);
    color: #4e4740;
    font-size: 15px;
    line-height: 1.65;
}

.evolatex-checkout-page__lead::before {
    content: "01";
    position: absolute;
    top: 24px;
    left: 26px;
    color: var(--evo-accent-deep);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.14em;
}

/* Checkout layout */

.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 410px;
    gap: 42px;
    align-items: start;
    max-width: none;
    margin: 0;
}

.woocommerce-checkout #customer_details {
    display: block;
    min-width: 0;
}

.woocommerce-checkout .col2-set {
    display: grid;
    gap: 34px;
    width: 100%;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    float: none;
    width: 100%;
    padding: 0;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
    grid-column: 2;
}

.woocommerce-checkout #order_review_heading {
    grid-row: 1;
    margin: 0 0 18px;
}

.woocommerce-checkout #order_review {
    grid-row: 1;
    padding-top: 74px;
}

/* Checkout headings */

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout #order_review_heading {
    margin: 0 0 24px;
    color: var(--evo-ink);
    font-family: var(--evo-font-display);
    font-size: clamp(30px, 2.8vw, 46px);
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.woocommerce-checkout .woocommerce-additional-fields {
    margin-top: 38px;
}

.woocommerce-checkout .woocommerce-additional-fields h3 {
    font-size: clamp(26px, 2.2vw, 34px);
}

/* Checkout fields */

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
}

.woocommerce-checkout .form-row {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.woocommerce-checkout .form-row-wide,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #shipping_address_1_field,
.woocommerce-checkout #shipping_address_2_field,
.woocommerce-checkout #order_comments_field,
.woocommerce-checkout .notes {
    grid-column: 1 / -1;
}

.woocommerce-checkout .form-row label {
    display: block;
    margin: 0 0 8px;
    color: var(--evo-ink);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.woocommerce-checkout .form-row .required {
    color: var(--evo-accent-deep);
    text-decoration: none;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container--default .select2-selection--single {
    width: 100%;
    min-height: 52px;
    padding: 13px 15px;
    border: 1px solid rgba(7, 7, 7, 0.14);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.72);
    color: var(--evo-ink);
    font-size: 15px;
    line-height: 1.4;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.woocommerce-checkout textarea {
    min-height: 118px;
    resize: vertical;
}

.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
    outline: none;
    border-color: var(--evo-accent-deep);
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(201, 0, 66, 0.16);
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: var(--evo-ink);
    line-height: 1.4;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

/* Order summary */

.woocommerce-checkout #order_review {
    position: sticky;
    top: calc(var(--evo-header-height) + 32px);
    padding: 30px;
    border: 1px solid rgba(7, 7, 7, 0.13);
    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(255, 45, 120, 0.1),
            transparent 30%
        ),
        var(--evo-paper-strong);
}

.woocommerce-checkout #order_review table.shop_table {
    width: 100%;
    margin: 0 0 24px;
    border: 0;
    background: transparent;
}

.woocommerce-checkout #order_review table.shop_table thead {
    display: none;
}

.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
    padding: 13px 0;
    border-top: 1px solid rgba(7, 7, 7, 0.12);
    color: #4e4740;
    font-size: 14px;
    line-height: 1.45;
}

.woocommerce-checkout #order_review table.shop_table td {
    text-align: right;
}

.woocommerce-checkout #order_review table.shop_table .product-name {
    max-width: 220px;
    color: var(--evo-ink);
    text-align: left;
}

.woocommerce-checkout #order_review table.shop_table .product-total {
    color: var(--evo-ink);
    font-weight: 800;
    text-align: right;
    white-space: nowrap;
}

.woocommerce-checkout #order_review .cart-subtotal th,
.woocommerce-checkout #order_review .cart-subtotal td,
.woocommerce-checkout #order_review .order-total th,
.woocommerce-checkout #order_review .order-total td {
    color: var(--evo-ink);
}

.woocommerce-checkout #order_review .order-total th,
.woocommerce-checkout #order_review .order-total td {
    padding-top: 18px;
    font-size: 18px;
    font-weight: 900;
}

.woocommerce-checkout #order_review .order-total .amount {
    font-size: 20px;
    font-weight: 900;
}

/* Payment */

.woocommerce-checkout #payment {
    border-radius: 0;
    background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0 0 22px;
    border-bottom: 1px solid rgba(7, 7, 7, 0.12);
}

.woocommerce-checkout #payment ul.payment_methods li {
    color: var(--evo-ink);
    font-size: 14px;
    line-height: 1.55;
}

.woocommerce-checkout #payment div.payment_box {
    margin: 14px 0 0;
    padding: 16px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.6);
    color: #4e4740;
    font-size: 14px;
    line-height: 1.6;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

.woocommerce-checkout #payment .place-order {
    padding: 0;
    margin: 22px 0 0;
}

.woocommerce-checkout #place_order {
    width: 100%;
    min-height: 56px;
    border-color: var(--evo-accent-deep);
    background: var(--evo-accent-deep);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.woocommerce-checkout #place_order:hover {
    border-color: var(--evo-ink);
    background: var(--evo-ink);
}

/* Checkout notices */

.woocommerce-checkout .woocommerce-notices-wrapper {
    display: block !important;
    margin-bottom: 24px;
}

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info {
    margin: 0 0 22px;
}

/* Responsive checkout */

@media (max-width: 980px) {
    .evolatex-checkout-page {
        padding-top: calc(var(--evo-header-height) + 64px);
        padding-bottom: 76px;
    }

    .woocommerce-checkout form.checkout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #order_review {
        grid-column: auto;
        grid-row: auto;
    }

    .woocommerce-checkout #order_review {
        position: static;
        padding-top: 30px;
    }
}

@media (max-width: 640px) {
    .evolatex-checkout-page {
        padding-top: calc(var(--evo-header-height) + 46px);
        padding-bottom: 62px;
    }

    .evolatex-checkout-page__title {
        font-size: clamp(42px, 14vw, 64px);
    }

    .evolatex-checkout-page__lead {
        padding: 20px 20px 20px 54px;
        font-size: 14px;
    }

    .evolatex-checkout-page__lead::before {
        left: 20px;
    }

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
    .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
    .woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
        grid-template-columns: 1fr;
    }

    .woocommerce-checkout .form-row-wide,
    .woocommerce-checkout #billing_address_1_field,
    .woocommerce-checkout #billing_address_2_field,
    .woocommerce-checkout #shipping_address_1_field,
    .woocommerce-checkout #shipping_address_2_field,
    .woocommerce-checkout #order_comments_field,
    .woocommerce-checkout .notes {
        grid-column: auto;
    }

    .woocommerce-checkout #order_review {
        padding: 22px;
    }
}

/* Page titles size normalize */

.evolatex-page-title,
.evolatex-cart-page__title,
.evolatex-checkout-page__title {
    font-size: clamp(58px, 7.6vw, 74px);
}

@media (max-width: 640px) {
    .evolatex-page-title,
    .evolatex-cart-page__title,
    .evolatex-checkout-page__title {
        font-size: clamp(42px, 14vw, 58px);
    }
}

/* Checkout payment block */

.woocommerce-checkout #payment {
    background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    margin: 0 0 22px;
    border: 1px solid rgba(7, 7, 7, 0.22);
    background: rgba(255, 255, 255, 0.54);
}

.woocommerce-checkout #payment ul.payment_methods li {
    position: relative;
    padding: 18px 22px;
    margin: 0;
    color: var(--evo-ink);
    font-size: 18px;
    line-height: 1.45;
}

.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
    position: absolute;
    top: 22px;
    right: 22px;
    margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    display: block;
    margin: 0 0 18px;
    color: var(--evo-ink);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
}

.woocommerce-checkout #payment div.payment_box {
    padding: 0;
    margin: 0;
    background: transparent;
    color: #4e4740;
    font-size: 18px;
    line-height: 1.45;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

.woocommerce-checkout #payment .place-order {
    padding: 0;
    margin: 22px 0 0;
}

.woocommerce-checkout #place_order {
    width: 100%;
    min-height: 56px;
    border-color: var(--evo-accent-deep);
    background: var(--evo-accent-deep);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Checkout structure: the heading and review share one summary column. */
.woocommerce form.evolatex-checkout .evolatex-checkout__layout {
    display: grid;
    gap: 42px;
    align-items: start;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
}

.evolatex-checkout__details,
.evolatex-checkout__summary {
    min-width: 0;
}

.woocommerce form.evolatex-checkout #order_review_heading {
    margin: 0 0 24px;
}

.woocommerce form.evolatex-checkout #order_review {
    position: static;
    padding: 26px;
}

.evolatex-checkout__field-group + .evolatex-checkout__field-group {
    margin-top: 38px;
}

.woocommerce-checkout #billing_telegram_field[hidden] {
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods > li > label {
    padding-right: 30px;
    font-size: 16px;
}

.woocommerce-checkout #payment ul.payment_methods > li > input[type="radio"] {
    accent-color: #c90042;
}

.woocommerce-checkout #payment div.payment_box {
    font-size: 14px;
    line-height: 1.6;
}

.woocommerce-checkout .evolatex-payment-heading {
    margin: 28px 0 18px;
    font-family: var(--evo-font-display);
    font-size: 28px;
}

.woocommerce-checkout #order_review dl.variation {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.5;
}

@media (min-width: 641px) {
    body h1,
    .evolatex-hero h1,
    .evolatex-shop-hero h1,
    .site-page h1:first-child,
    .site-page .evolatex-entry-content > h1:first-child,
    .evolatex-product-summary__title {
        font-size: clamp(58px, 7.6vw, 74px);
    }
}

@media (max-width: 980px) {
    .woocommerce form.evolatex-checkout .evolatex-checkout__layout {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .woocommerce form.evolatex-checkout #order_review {
        padding: 18px;
    }
}


/* Payment card: no list marker, with the gateway logo aligned to its title. */
.woocommerce-checkout #payment ul.payment_methods {
    list-style: none;
    border: 0;
    background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods > li {
    list-style: none;
    padding: 20px;
    border: 1px solid rgba(7, 7, 7, 0.16);
    background: rgba(255, 255, 255, 0.54);
}

.woocommerce-checkout #payment ul.payment_methods > li::marker {
    content: '';
}

.woocommerce-checkout #payment ul.payment_methods > li > label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.woocommerce-checkout #payment ul.payment_methods > li > label img {
    float: none;
    flex: 0 0 auto;
    width: auto;
    max-width: 80px;
    height: auto;
    max-height: 28px;
    margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods > li > label br {
    display: none;
}

.woocommerce-checkout #order_review table.shop_table tfoot th {
    text-align: left;
}

.woocommerce-checkout #order_review table.shop_table tfoot td {
    text-align: right;
}

.woocommerce-checkout #order_review table.shop_table .woocommerce-shipping-totals td {
    text-align: left;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
    font-size: 13px;
    line-height: 1.65;
}

/* Compact product list in the checkout summary. */
.woocommerce-checkout #order_review .evolatex-review {
    table-layout: fixed;
    border: 0;
}

.woocommerce-checkout #order_review .evolatex-review td.product-name {
    width: 68%;
    padding: 18px 12px 18px 0;
}

.woocommerce-checkout #order_review .evolatex-review td.product-total {
    width: 32%;
    padding: 18px 0;
    vertical-align: top;
    font-size: 14px;
    white-space: normal;
}

.evolatex-review__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.evolatex-review__image {
    flex: 0 0 52px;
    overflow: hidden;
    background: #f4efe8;
}

.evolatex-review__image img {
    display: block;
    width: 52px;
    height: 68px;
    object-fit: cover;
}

.evolatex-review__info {
    min-width: 0;
}

.evolatex-review__name {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.evolatex-review__color {
    display: block;
    margin-top: 6px;
    color: #6a5d62;
    font-size: 12px;
    line-height: 1.5;
}

.woocommerce-checkout #order_review .evolatex-review tbody tr:first-child td {
    border-top: 0;
    padding-top: 0;
}

.woocommerce-checkout #order_review .evolatex-review tfoot th,
.woocommerce-checkout #order_review .evolatex-review tfoot td {
    padding: 14px 0;
    font-size: 14px;
}

.woocommerce-checkout #order_review .evolatex-review .order-total th,
.woocommerce-checkout #order_review .evolatex-review .order-total td {
    padding-top: 22px;
    font-size: 18px;
}

.woocommerce-checkout #order_review .evolatex-review .order-total .amount {
    color: #c90042;
    font-size: 22px;
}


/* Notices stay outside the two-column layout, including AJAX payment errors. */
.woocommerce form.evolatex-checkout {
    display: block;
}

.woocommerce form.evolatex-checkout > .woocommerce-NoticeGroup,
.woocommerce form.evolatex-checkout > .woocommerce-error,
.woocommerce form.evolatex-checkout > .woocommerce-message,
.woocommerce form.evolatex-checkout > .woocommerce-info {
    width: 100%;
    margin: 0 0 28px;
}

.woocommerce form.evolatex-checkout .woocommerce-error {
    list-style: none;
    padding: 18px 22px;
    border: 1px solid rgba(201, 0, 66, 0.24);
    border-left: 3px solid #c90042;
    background: #fff8fa;
    color: #3f242d;
}

.woocommerce form.evolatex-checkout .woocommerce-error::before,
.woocommerce form.evolatex-checkout .woocommerce-error > li::marker {
    display: none;
    content: '';
}

.woocommerce form.evolatex-checkout .woocommerce-error > li {
    list-style: none;
    margin: 0;
    line-height: 1.6;
}

/* Keep WooCommerce's interaction lock, without the white page veil. */
.woocommerce form.evolatex-checkout .blockUI.blockOverlay {
    opacity: 0 !important;
    background: transparent !important;
    cursor: wait !important;
}

.woocommerce form.evolatex-checkout .blockUI::before {
    display: none !important;
}

.woocommerce form.evolatex-checkout.processing #place_order {
    position: relative;
    padding-right: 46px;
    cursor: wait;
}

.woocommerce form.evolatex-checkout.processing #place_order::after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    content: '';
    animation: evolatex-checkout-loading 0.8s linear infinite;
}

@keyframes evolatex-checkout-loading {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .woocommerce form.evolatex-checkout.processing #place_order::after {
        animation: none;
    }
}


/* Delivery and grand total span both product columns. */
.woocommerce-checkout #order_review .evolatex-review .evolatex-delivery-row > td {
    padding: 20px 0;
    text-align: left;
}

.evolatex-delivery,
.evolatex-review__total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

.evolatex-delivery__title {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
}

.evolatex-delivery__rates {
    min-width: 0;
    text-align: right;
}

.evolatex-delivery__value {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.evolatex-delivery__value--free {
    color: #c90042;
}

.evolatex-delivery__option + .evolatex-delivery__option {
    margin-top: 10px;
}

.evolatex-delivery__option input[type="radio"] {
    margin-right: 6px;
    accent-color: #c90042;
}

.evolatex-delivery__unavailable {
    font-size: 13px;
    line-height: 1.5;
}

.woocommerce-checkout #order_review .evolatex-delivery__hint {
    margin: 10px 0 0;
    color: #6a5d62;
    font-size: 12px;
    line-height: 1.6;
}

.evolatex-delivery__hint .amount,
.evolatex-review__total-value .amount {
    white-space: nowrap;
}

.evolatex-review__total-value {
    min-width: 0;
    text-align: right;
}

.evolatex-review__total-value .includes_tax {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.5;
}

@media (max-width: 380px) {
    .woocommerce-checkout #order_review .evolatex-review .order-total .amount {
        font-size: 19px;
    }
}


.woocommerce-checkout .evolatex-checkout-consent {
    margin: 20px 0;
}

.woocommerce-checkout #payment .evolatex-checkout-consent > label.evolatex-checkout-consent__label {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    margin: 0;
    padding: 0;
    color: #3f3438;
    font-family: var(--evo-font-body, Manrope, sans-serif);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: left;
    text-transform: none;
    cursor: pointer;
}

.woocommerce-checkout #payment .evolatex-checkout-consent__label > span {
    min-width: 0;
    font: inherit;
    letter-spacing: inherit;
    text-transform: none;
}

.woocommerce-checkout #evolatex_personal_data_consent {
    appearance: auto;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin: 3px 0 0;
    accent-color: #c90042;
    cursor: pointer;
}

.woocommerce-checkout #evolatex_personal_data_consent:focus-visible {
    outline: 2px solid #c90042;
    outline-offset: 3px;
}

.woocommerce-checkout .evolatex-checkout-consent a {
    color: #c90042;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.woocommerce-checkout #place_order:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Checkout: принятие условий заказа */
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .form-row {
    padding: 0;
    margin: 18px 0;
}

.woocommerce-checkout #payment label.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    color: #4e4740;
    font-family: var(--evo-font);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: normal;
    text-transform: none;
    cursor: pointer;
}

.woocommerce-checkout #payment #terms {
    position: static;
    float: none;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin: 3px 0 0;
    accent-color: #c90045;
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions-checkbox-text {
    flex: 1;
    min-width: 0;
    font: inherit;
    letter-spacing: normal;
    text-transform: none;
}

.woocommerce-checkout #payment a.woocommerce-terms-and-conditions-link {
    color: #c90045;
    font: inherit;
    text-transform: none;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.woocommerce-checkout #payment a.woocommerce-terms-and-conditions-link:hover {
    color: #990035;
}

.woocommerce-checkout #payment label.woocommerce-form__label-for-checkbox > .required {
    flex: 0 0 auto;
    color: #c90045;
}