@charset "UTF-8";

.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    pointer-events: none;
    z-index: 9000001;
    opacity: 0;
    transition: opacity 0.2s ease;
    will-change: transform;
}

.custom-cursor.is-visible {
    opacity: 1;
}

.custom-cursor__default,
.custom-cursor__link {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.custom-cursor__link {
    opacity: 0;
}

.custom-cursor.is-link .custom-cursor__default {
    opacity: 0;
}

.custom-cursor.is-link .custom-cursor__link {
    opacity: 1;
}

/* @media (hover: hover) and (pointer: fine) {

    html,
    html *,
    html *::before,
    html *::after {
        cursor: none !important;
    }
}

@media (hover: none),
(pointer: coarse) {
    .custom-cursor {
        display: none !important;
    }
} */

.site-header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 30px;
}

.site-header__nav {
    display: flex;
    justify-content: center;
}

.site-menu {
    display: flex;
    align-items: center;
    gap: clamp(30px, 6.4vw, 82px);
}

.site-header {
    padding: 26px 0;
}

.site-header__actions {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.site-header__cart {
    position: relative;
}

.site-header__cart-count {
    position: absolute;
    right: -13px;
    font-size: 11px;
    top: -8px;
    background: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: var(--color-text);
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: var(--color-header-bg);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.site-header {
    position: absolute !important;
    transform: translateY(0px) !important;
}

body.home .site-header {
    background: transparent;
}

.site-header.is-hidden {
    transform: translateY(-100%);
}

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

body:not(.home) .site-main {
    padding-top: var(--header-height, 80px);
}

body.home .site-header__inner {
    color: #D6D6D6;
}

body.home .site-header__inner .site-header__account path:first-child {
    stroke: #D6D6D6;
}

body.home .site-header__inner .site-header__account path:last-child {
    fill: #D6D6D6;
}

body.home .site-header__inner .site-header__cart path {
    fill: #D6D6D6;
}

.site-menu a {
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.site-menu a,
.site-footer__menu a,
#menu-footer-menu a {
    position: relative;
    display: inline-block;
}

.site-menu a::after,
.site-footer__menu a::after,
#menu-footer-menu a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.site-menu a:hover::after,
.site-footer__menu a:hover::after,
#menu-footer-menu a:hover::after,
.site-menu .current-menu-item>a::after,
.site-menu .current-menu-ancestor>a::after,
#menu-footer-menu .current-menu-item>a::after,
#menu-footer-menu .current-menu-ancestor>a::after {
    transform: scaleX(1);
}

#menu-footer-menu {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.home-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.home-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.home-hero .container {
    position: relative;
    z-index: 1;
}

.home-hero__content {
    max-width: 700px;
}

.home-hero__title {
    margin: 0 0 20px;
}

.home-hero__title img {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
}

.home-hero__subtitle {
    margin: 0 0 105px;
    font-weight: 400;
    font-size: 24px;
    line-height: 158%;
    color: #e6e6e6;
}

.home-hero__button {
    color: var(--color-white);
    border-color: var(--color-white);
}

.home-hero__button:hover,
.home-hero__button:focus-visible {
    background: var(--color-white);
    color: var(--color-text);
}

/* .home .home-hero__button {
    padding-right: 16px;
    padding-left: 16px;
} */

.home-categories {
    margin-top: 36px;
    margin-bottom: 64px;
}

.home-categories__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2px;
    row-gap: 30px;
}

.home-categories__list .home-categories__link>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-categories__link {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.home-categories__name {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.home-architecture {
    margin-top: 64px;
    margin-bottom: 100px;
    padding-top: 78px;
    padding-bottom: 100px;
    background-color: var(--color-muted);
}

.home-architecture__text {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: 410px minmax(0, 668px);
    gap: 30px;
}

body .home-architecture__title {
    font-weight: 400;
    font-size: 24px;
    text-transform: inherit;
}

.home-promo {
    position: relative;
    min-height: clamp(400px, calc(49.58vw + 3px), 955px);
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--color-white);
}

.home-promo__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.home-promo .container {
    position: relative;
    z-index: 1;
}

.home-promo__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}

.home-promo__title {
    width: 100%;
    margin: 0;
}

.home-promo__title img {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
}

.home-promo__text {
    margin: 0;
    font-size: clamp(18px, 1.5vw, 24px);
    line-height: 1.4;
    color: #C6C5C6;
}


.home-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: clamp(500px, calc(48.96vw + 153px), 1093px);
}

.home-features__media {
    position: relative;
    overflow: hidden;
}

.home-features__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

.home-features__heading {
    position: relative;
    top: -54px;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    text-align: center;
    padding: 30px;
}

.home-features__title {
    margin: 0 0 8px;
    font-size: clamp(50px, 6.94vw, 130px);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-muted);
}

.home-features__subtitle {
    margin: 0;
    font-size: clamp(14px, 1vw, 18px);
    font-size: 24px;
    color: var(--color-muted);
}

.home-features__content {
    display: flex;
    align-items: center;
    padding: 0 clamp(30px, 8vw, 115px);
}

.home-features__list {
    display: flex;
    flex-direction: column;
    gap: clamp(50px, 6.25vw + -40px, 80px);
    width: 100%;
}

.home-features__item {
    display: flex;
    gap: 10px;
    flex-direction: column;
    max-width: 460px;
}

.home-features__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.home-features__item-title {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
}

.home-features__item-text {
    margin: 0;
    line-height: 1.4;
}

.home-promo {
    margin-bottom: 100px;
    margin-top: 100px;
}

.home-brand {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 77px;
    padding-left: clamp(30px, 8vw, 115px);
    min-height: clamp(500px, calc(48.96vw + 153px), 768px);
}

.home-brand__content {
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.home-brand__text {
    width: 100%;
}

.home-brand__text.text-editor p {
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 1.6;
}

.home-brand__text.text-editor p:last-child {
    margin-bottom: 0;
}

.home-brand__media {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 46px;
    padding-bottom: 82px;
}

.home-brand__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.home-brand__caption {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #C6C5C6;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    text-align: right;
}

.site-footer {
    background: radial-gradient(102.83% 110.15% at 100% -8.45%, #e5e2e2 0%, #e6e3e5 43.6%, #dbd8da 100%);
    margin-top: 100px;
    padding-top: 55px;
    padding-bottom: 25px;
}

#menu-footer-menu li a {
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #252424;
}

.site-footer__top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    position: relative;
}

.site-footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.site-footer__address {
    display: flex;
    margin-top: 35px;
}

.site-footer__map-link {
    font-size: 14px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.site-footer__logo {
    position: absolute;
    bottom: 10px;
    width: 58px;
    right: 0;
}

.footer-hr {
    background-color: var(--color-muted);
    height: 2px;
    width: 100%;
}

.site-footer__bottom {
    padding-top: 25px;
    font-size: 14px;
    display: flex;
}

.site-footer__legal-sep {
    margin: 0 10px;
}

.site-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.site-popup[aria-hidden="true"] {
    display: none;
}

.site-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(197, 197, 196, 0.4);
}

.site-popup__dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 756px;
    max-height: calc(100vh - 40px);
    background: #eae9eb;
    padding: 60px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-text);
}

.site-popup__content {
    /* overflow-y: auto; */
    flex: 1;
    min-height: 0;
    margin: 0 -20px;
    padding: 0 20px;
}

.account-orders .site-popup__content {
    overflow-y: auto;
}

.site-footer__cta .btn {
    border-width: 1px;
}

.site-footer__cta .btn:hover {
    border-width: 1px;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 48px;
    height: 48px;
    background-color: var(--color-muted);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s, background-color 0.2s ease;
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0s, background-color 0.2s ease;
}

.back-to-top:hover {
    transform: translateY(-4px);
}

.back-to-top.is-visible:hover {
    transform: translateY(-4px);
}

.catalog__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 2px;
    list-style: none;
}

.catalog__link {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.catalog__image {
    width: 100%;
    aspect-ratio: 720 / 507;
    object-fit: cover;
}

.catalog__name {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.archive-product__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 2px;
    list-style: none;
    padding: 0;
}

.product-card {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.product-card__media {
    display: block;
    width: 100%;
    aspect-ratio: 437 / 337;
    overflow: hidden;
}

.product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card__bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    margin-right: 20px;
}

.product-card__info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product-card__title {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.product-card__title a {
    color: inherit;
}

.product-card__price {
    font-size: 16px;
}

.product-card__btn {
    flex-shrink: 0;
    padding: 0 20px;
    height: 40px;
    font-size: 14px;
}

.product-card__btn.is-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}


body:not(.home) .site-main {
    margin-top: 90px;
}

.product-card__swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    margin: 15px 20px 17px 0;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
}

.product-card__swatch {
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    cursor: default;
}

.product-card__swatch--light {
    border: 1px solid var(--color-text);
}


body.mdev .text-editor.archive-product__description h2 {
    font-size: clamp(20px, calc(0.442vw + 18.34px), 24px);
    margin-bottom: 0;
}

.added_to_cart {
    display: none !important;
}

.product-card__btn.added::before {
    content: "Добавлено!";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-text);
    color: var(--color-white);
    border-radius: inherit;
}

.product-card__btn {
    position: relative;
    overflow: hidden;
}

.product-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    margin-bottom: 30px;
}

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

.product-gallery__main {
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    cursor: pointer;
}

.product-gallery__main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.2s ease;
}

.product-gallery__list {
    display: grid;
    gap: 1px;
    list-style: none;
    margin: 0;
    padding: 0;
    aspect-ratio: 1;
}

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

.product-gallery__list--2 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
}

.product-gallery__list--3,
.product-gallery__list--4 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.product-gallery__item {
    overflow: hidden;
    cursor: pointer;
}

.product-gallery__item a {
    display: block;
    width: 100%;
    height: 100%;
}

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

.product-gallery__nav {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
    gap: 0;
    margin-top: 20px;
}

.product-gallery__nav-btn {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-gallery__nav-btn:disabled {
    cursor: not-allowed;
}

.product-gallery__nav-btn svg path {
    fill: var(--color-text);
    transition: fill 0.2s ease;
}

.product-gallery__nav-btn:disabled svg path {
    fill: var(--color-muted);
}

.product-gallery__nav-btn--next svg {
    transform: rotate(180deg);
}


.single-product__attributes {
    background: var(--color-muted);
    padding: 50px 0;
}

body.mdev .single-product__attributes-title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 30px;
    font-weight: 600;
}

.product-attributes__row {
    display: grid;
    grid-template-columns: auto 1fr auto auto auto auto auto;
    grid-template-rows: auto 1px auto;
    column-gap: 74px;
    row-gap: 15px;
}

.product-attributes__row::before {
    content: '';
    grid-column: 1 / -1;
    grid-row: 2;
    height: 1px;
    background: var(--color-text);
}

.product-attributes__cell {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 1 / 4;
}

.product-attributes__labels,
.product-attributes__data {
    display: grid;
    grid-template-columns: auto 1fr auto auto auto auto auto;
    column-gap: 74px;
    align-items: start;
}

.product-attributes__labels {
    margin-bottom: 15px;
}

.product-attributes__divider {
    height: 1px;
    background: var(--color-text);
    border: none;
    margin: 0 0 15px;
}

.product-attributes {
    display: grid;
    grid-template-columns: auto 1fr auto auto auto auto auto;
    grid-template-rows: auto auto;
    column-gap: 74px;
    row-gap: 30px;
    position: relative;
}

.product-attributes::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(var(--color-text), var(--color-text)) no-repeat;
    background-position: 0 calc(var(--label-height, 30px) + 15px);
    background-size: 100% 1px;
    pointer-events: none;
    background-position: 0 35px;
}

.product-attributes__label {
    grid-row: 1;
    color: var(--color-text);
    font-weight: 600;
}

.product-attributes__value {
    grid-row: 2;
    text-transform: uppercase;
}

.product-attributes__swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 1px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-attributes__swatch {
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    cursor: pointer;
    transition: transform 0.15s ease, outline 0.15s ease;
}

.product-attributes__swatch--light {
    border: 1px solid var(--color-text);
}

.product-attributes__swatch:hover {
    transform: scale(1.1);
}

.product-attributes__swatch.is-active {
    border: 1px solid var(--color-text);
    outline-offset: 2px;
    width: 33px;
    height: 32px;
    margin: 0 1px;
    background-image: url(/wp-content/themes/maintheme/assets/img/logo.svg);
    background-size: calc(100% - 8px);
    background-position: center;
    background-repeat: no-repeat;
}

.product-attributes__options {
    display: flex;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: initial;
}

.product-attributes__option {
    cursor: pointer;
    transition: opacity 0.15s ease;
    font-weight: 400;
}

.product-attributes__option:hover {
    opacity: 0.7;
}

.product-attributes__option.is-active {
    font-weight: 700;
}

.product-attributes__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-attributes__values {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.single-product__extra-grid {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 60px;
}

.variations_form .variations,
.variations_form .reset_variations,
.variations_form .quantity,
.woocommerce-variation.single_variation {
    display: none !important;
}

.single_add_to_cart_button {
    position: relative;
    transition: opacity 0.2s ease;
}

.single_add_to_cart_button.loading {
    opacity: 0.6;
    pointer-events: none;
}

.single_add_to_cart_button.added::after {
    content: "Добавлено!";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-text);
    color: var(--color-white);
    border-radius: inherit;
}

.variations_form .reset_variations {
    display: none !important;
}

.variations_form .quantity {
    display: none;
}

.single-product__purchase {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-top: 44px;
}

.single-product__price {
    font-size: 18px;
    font-weight: 400;
}

.single-product__price .price {
    margin: 0;
}

.single-product__intro {
    margin-bottom: 60px;
}

.single-product__intro-grid {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 50px;
    align-items: start;
}

.single-product__intro-grid p {
    margin: 0;
}

body.mdev .single-product__description.text-editor h2 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 10px;
}

.single-product__extra-col {
    flex: 1 1 0;
    min-width: 0;
}

.single-product__extra-col.text-editor p:first-child {
    margin-top: 0;

}

/* .catalog>.container, */
.single-product__related>.container+.container,
.single-product>.container+.container {
    max-width: 1440px;
}


body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.woocommerce-account) .text-editor a {
    text-decoration: underline;
}


.page-projects__list {
    display: flex;
    flex-direction: column;
    gap: 37px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-projects__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.page-projects__image {
    width: 100%;
    height: auto;
    display: block;
}

.page-projects__name {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    text-transform: uppercase;
    color: var(--color-text);
}

.page-projects__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: var(--color-text);
}

.page-projects__info {
    max-width: 530px;
    margin: 0 0 0 auto;
}

.page-contacts {
    position: relative;
}

.page-contacts__title {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.page-contacts__lamp {
    position: absolute;
    top: calc(var(--header-height) * -1);
    right: 2%;
    max-width: 400px;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.page-contacts__grid {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 56px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.page-contacts__map img,
.page-contacts__map iframe {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.page-contacts__map iframe {
    height: 360px;
}

.page-contacts__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.page-contacts__contacts p {
    margin: 0 0 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: var(--color-text);
}

.page-contacts__contacts p:last-child {
    margin-bottom: 0;
}

.page-contacts__contacts a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.page-contacts__form-title {
    margin-bottom: 20px;
}

.page-contacts .wpcf7-form input[type="text"],
.page-contacts .wpcf7-form input[type="tel"],
.page-contacts .wpcf7-form input[type="email"],
.page-contacts .wpcf7-form textarea {
    background: var(--color-input-bg);
    border: none;
    border-radius: 53px;
    width: 100%;
    height: 51px;
    padding: 0 25px;
    font-family: inherit;
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: var(--color-text);
}

.page-contacts .wpcf7-form textarea {
    resize: none;
    padding-top: 14px;
}

.page-contacts .wpcf7-form input::placeholder,
.page-contacts .wpcf7-form textarea::placeholder {
    color: var(--color-text);
    opacity: 1;
}

.page-contacts .wpcf7-form .wpcf7-submit {
    /*  .btn pill кнопка */
}

.contact-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
    margin-bottom: 6px;
}

.contact-form__textarea {
    margin-bottom: 14px;
}

.contact-form__submit {
    display: flex;
    justify-content: flex-end;
}

.page-contacts__form-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    text-transform: uppercase;
    color: #252424;
}

.contact-form__acceptance {
    text-align: right;
    margin-bottom: 12px;
}

.contact-form__acceptance .wpcf7-list-item {
    margin: 0;
}

.contact-form__acceptance .wpcf7-list-item label {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-text);
}

.contact-form__textarea>.wpcf7-form-control-wrap {
    display: flex;
}

.contact-form__acceptance input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid var(--color-text);
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    transition: background 0.2s ease;
}

.contact-form__acceptance input[type="checkbox"]:checked {
    background: var(--color-text);
}

.contact-form__acceptance input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid var(--color-white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contact-form__acceptance .wpcf7-list-item-label a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.page-404 {
    position: relative;
    min-height: calc(100vh - var(--header-height, 80px));
    display: flex;
    align-items: center;
    padding: 65px 0;
}

.page-404__decor {
    position: absolute;
    height: auto;
    pointer-events: none;
    z-index: 0;
}

.page-404__decor--left {
    bottom: -100px;
    left: -3.5%;
    max-width: 280px;
}

.page-404__decor--right {
    right: 3%;
    max-width: 426px;
    top: calc(-75px - var(--header-height));
}

.page-404__content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.page-404__title {
    font-weight: 600;
    font-size: clamp(180px, 25vw, 400px);
    line-height: 1;
    color: var(--color-muted);
    margin-bottom: 60px;
}

.page-404__text {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 25px;
    color: var(--color-text);
}

.page-404__actions {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.page-404__title>svg {
    width: 100%;
    margin: 0 auto;
    max-width: 760px;
}

.page-stores {
    position: relative;
}

.page-stores__title {
    margin-bottom: 40px;
}

.page-stores__grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

.page-stores__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-stores__item {
    display: flex;
    gap: 30px;
    padding: 30px 0;
    border-bottom: 1px solid var(--color-muted);
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.page-stores__item:last-child {
    border-bottom: none;
}

.page-stores__item:hover,
.page-stores__item.is-active {
    opacity: 0.7;
}

.page-stores__logo {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    opacity: 0.95;
}

.page-stores__logo img {
    width: 100%;
    height: 100%;
}

.page-stores__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.page-stores__name {
    font-weight: 600;
    text-transform: uppercase;
}

.page-stores__hours {
    font-size: 16px;
    margin-top: -7px;
}

.page-stores__row {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 16px;
}

.page-stores__row strong {
    font-weight: 600;
    font-size: 18px;
}

.page-stores__metro {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.page-stores__metro::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #3AA63A;
    border-radius: 50%;
    display: inline-block;
}

.page-stores__map {
    width: 100%;
    height: 560px;
    background: var(--color-muted);
}


.cart-form__layout {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 60px;
    align-items: start;
}

.cart-form__items {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cart-form__item {
    display: grid;
    grid-template-columns: 120px auto auto auto auto auto auto;
    gap: 20px;
    align-items: center;
}

.cart-form__media {
    display: block;
    width: 120px;
    height: 84px;
    overflow: hidden;
}

.mdev .cart-form__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
}

.cart-form__name {
    font-weight: 400;
    text-transform: uppercase;
}

.cart-form__name a {
    color: inherit;
}

.cart-form__swatch {
    display: block;
    width: 28px;
    height: 28px;
}

.cart-form__price,
.cart-form__subtotal {
    white-space: nowrap;
}

.cart-form__qty {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-form__qty-btn {
    width: 32px;
    height: 32px;
    border: 1px solid var(--color-text);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    transition: all 0.2s ease;
}

.cart-form__qty-btn:hover {
    background: var(--color-muted);
    border: 1px solid var(--color-muted);
}

.cart-form__qty-input {
    width: 15px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 400;
    font-size: 18px;
    appearance: textfield;
    -moz-appearance: textfield;
    outline: 0;
}

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

.cart-form__remove {
    color: var(--color-text);
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.cart-form__remove:hover {
    opacity: 0.6;
}

.cart-form__totals {
    background: var(--color-input-bg);
    padding: 36px;
}

.cart-form__totals-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.cart-form__totals-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 30px;
}

.cart-form__totals-dots {
    flex: 1;
    border-bottom: 1px dotted var(--color-text);
    height: 0;
}

.cart-form__totals-amount {
    font-weight: 600;
}

.cart-form__checkout {
    width: 100%;
    justify-content: center;
}

.cart-empty {
    text-align: center;
    padding: 60px 0;
}

.cart-empty__text {
    margin-bottom: 30px;
}

.woocommerce-cart .site-header__cart {
    pointer-events: none;
    opacity: 0.2;
}

.cart-form__remove {
    display: flex;
    align-items: center;
}

.cart-form__remove>svg {
    position: relative;
    top: 1px;
}

.woocommerce-notices-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 400px;
    margin: 0;
    pointer-events: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    pointer-events: auto;
    background: var(--color-text);
    color: var(--color-white);
    padding: 16px 24px;
    margin-bottom: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    animation: notice-slide-in 0.3s ease;
    border-radius: 0 !important;
}

@keyframes notice-slide-in {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.checkout-form__layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 60px;
    align-items: start;
}

.checkout-section+.checkout-section {
    margin-top: 40px;
}

.checkout-section__title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.checkout-section__subtitle {
    color: var(--color-text);
    margin-bottom: 10px;
}

.checkout-fields-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

.checkout-field input[type="text"],
.checkout-field input[type="tel"],
.checkout-field input[type="email"],
.checkout-field textarea {
    width: 100%;
    height: 50px;
    padding: 0 24px;
    border: none;
    border-radius: 53px;
    background: var(--color-input-bg);
    font: inherit;
    color: var(--color-text);
    outline: none;
}

.checkout-field textarea {
    min-height: 100px;
    padding: 16px 24px;
    border-radius: 25px;
    resize: vertical;
}

.checkout-field--full {
    margin-top: 8px;
}

.checkout-field input::placeholder,
.checkout-field textarea::placeholder {
    color: var(--color-text);
    opacity: 0.7;
}

.checkout-field label {
    display: none;
}

.checkout-radio-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.checkout-radio-list--inline {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
}

.checkout-radio {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.checkout-radio input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkout-radio__box {
    width: 19px;
    height: 19px;
    border-radius: 53px;
    background: #fff;
    position: relative;
    flex-shrink: 0;
    transition: background 0.2s ease;
}

.checkout-radio input:checked+.checkout-radio__box::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 13px;
    top: calc(50% - 2px);
    left: calc(50% - -4px);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;utf8,<svg width='19' height='13' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.38734 12.5382L6 11.0977L17.5247 -0.00108367L18.912 1.4395L7.38734 12.5382Z' fill='%23252424'/><path d='M8.0375 10.702L6.65625 12.1484L0.00040445 5.79252L1.38165 4.34609L8.0375 10.702Z' fill='%23252424'/></svg>");
    background-repeat: no-repeat;
    background-size: 19px 13px;
}

.checkout-radio__label {
    font-weight: 500;
}

.checkout-payment-method__desc {
    margin-top: 12px;
    margin-left: 30px;
    padding: 12px 16px;
    background: var(--color-input-bg);
    border-radius: 12px;
    font-size: 14px;
}

.checkout-payment-method__desc p:last-child {
    margin-bottom: 0;
}

.checkout-summary {
    background: var(--color-input-bg);
    padding: 40px;
    position: sticky;
    top: 20px;
}

.checkout-summary__title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.checkout-summary__items {
    margin-bottom: 16px;
}

.checkout-summary__row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
}

.checkout-summary__dots {
    flex: 1;
    border-bottom: 1px dotted var(--color-text);
    height: 0;
}

.checkout-summary__total {
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.checkout-summary__pay {
    width: 100%;
    justify-content: center;
    margin-bottom: 24px;
}

.checkout-terms {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
}

.checkout-terms input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkout-terms__box {
    width: 20px;
    height: 20px;
    background: #fff;
    flex-shrink: 0;
    position: relative;
    margin-top: 2px;
    border-radius: 50%;
}

.checkout-terms input:checked+.checkout-terms__box::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 13px;
    top: calc(50% - 2px);
    left: calc(50% - -4px);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;utf8,<svg width='19' height='13' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.38734 12.5382L6 11.0977L17.5247 -0.00108367L18.912 1.4395L7.38734 12.5382Z' fill='%23252424'/><path d='M8.0375 10.702L6.65625 12.1484L0.00040445 5.79252L1.38165 4.34609L8.0375 10.702Z' fill='%23252424'/></svg>");
    background-repeat: no-repeat;
    background-size: 19px 13px;
}

.checkout-terms__text a {
    color: inherit;
    text-decoration: underline;
}

.woocommerce-NoticeGroup-checkout,
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
    margin-bottom: 30px;
}


.woocommerce-order-received .page-content__title {
    display: none;
}

.woocommerce-order-received .page-content__body,
.woocommerce-order-received .woocommerce,
.woocommerce-order-received .woocommerce-order {
    padding: 0;
}

.thankyou {
    position: relative;
}

.thankyou__decor {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    max-width: 326px;
    height: auto;
}

.thankyou__decor--left {
    top: 0;
    left: 0;
    top: calc(15px - var(--header-height));
}

.thankyou__decor--right {
    top: unset;
    right: 3%;
    bottom: -100px;
}

.thankyou__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.thankyou__title {
    font-weight: 600;
    font-size: 128px;
    line-height: 1;
    text-transform: uppercase;
    color: #cdcccd;
    margin-bottom: 24px;
}

.thankyou__lead {
    font-size: 18px;
    margin-bottom: 8px;
}

.thankyou__order {
    font-size: 18px;
    margin-bottom: 30px;
}

.thankyou__order strong {
    font-weight: 600;
}

.thankyou__contact {
    font-size: 18px;
    margin-bottom: 24px;
}

.thankyou__actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.thankyou__email {
    display: inline-block;
    color: inherit;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    font-size: 18px;
}

main.account-page,
main.checkout-page {
    background-image: url(/wp-content/themes/maintheme/assets/img/checkout-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

main.account-page {
    background-image: url(/wp-content/themes/maintheme/assets/img/account-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

main.account-page+.site-footer,
main.checkout-page+.site-footer {
    margin-top: 0;
}


.page-auth {
    position: relative;
}

.page-auth__decor {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    max-width: 280px;
    height: auto;
}

.page-auth__decor--left {
    top: calc(10px - var(--header-height));
    left: 0;
}

.page-auth__decor--right {
    top: calc(10px - var(--header-height));
    right: 0;
}

.page-auth__inner {
    position: relative;
    z-index: 1;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}

.page-auth__title {
    font-weight: 600;
    font-size: 64px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #cdcccd;
    margin-bottom: 40px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.page-auth__lead {
    margin-bottom: 30px;
    color: var(--color-text);
    opacity: 0.8;
}

.page-auth__form {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 60px;
}

.page-auth__field {
    width: 100%;
    height: 50px;
    padding: 0 24px;
    border: none;
    border-radius: 53px;
    background: var(--color-input-bg);
    font: inherit;
    color: var(--color-text);
    outline: none;
}

.page-auth__field::placeholder {
    color: var(--color-text);
    opacity: 0.7;
}

.page-auth__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.page-auth__row--center {
    justify-content: center;
}

.page-auth__check-box+span {
    font-weight: 500;
}

.page-auth__check {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
}

.page-auth__check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.page-auth__check-box {
    width: 20px;
    height: 20px;
    background: #fff;
    flex-shrink: 0;
    position: relative;
    border-radius: 50%;
}

.page-auth__check input:checked+.page-auth__check-box::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 13px;
    top: calc(50% - 2px);
    left: calc(50% - -4px);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;utf8,<svg width='19' height='13' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.38734 12.5382L6 11.0977L17.5247 -0.00108367L18.912 1.4395L7.38734 12.5382Z' fill='%23252424'/><path d='M8.0375 10.702L6.65625 12.1484L0.00040445 5.79252L1.38165 4.34609L8.0375 10.702Z' fill='%23252424'/></svg>");
    background-repeat: no-repeat;
    background-size: 19px 13px;
}

.page-auth__terms {
    margin-top: 24px;
    align-items: flex-start;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
}

.page-auth__terms .page-auth__check-box {
    margin-top: 2px;
}

.page-auth__terms a {
    color: inherit;
    text-decoration: underline;
}

.page-auth__hint {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}

.page-auth__hint a {
    color: inherit;
    text-decoration: underline;
}


.page-auth__field-wrap {
    position: relative;
}

.page-auth__field--password {
    padding-right: 56px;
}

.page-auth__field-toggle {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text);
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.page-auth__field-toggle:hover {
    opacity: 1;
}

.page-auth__field-toggle-icon--hide {
    display: none;
}

.page-auth__field-wrap.is-password-visible .page-auth__field-toggle-icon--show {
    display: none;
}

.page-auth__field-wrap.is-password-visible .page-auth__field-toggle-icon--hide {
    display: block;
}

.page-auth__field-toggle>svg {
    height: 24px;
    width: auto;
}


.page-auth>.container {
    position: relative;
}

.account-page {
    padding: 0;
}

.account-page__title {
    margin-bottom: 40px;
}

.account-page__layout {
    display: grid;
    grid-template-columns: 364px 1fr;
    gap: 50px;
    align-items: start;
}

.account-nav {
    background: var(--color-input-bg);
    padding: 32px 30px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.account-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.account-nav__list li {
    margin: 0;
}

.account-nav__list a {
    color: var(--color-text);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.5;
    transition: opacity 0.2s ease;
    text-decoration: none;
}

.account-nav__list a:hover,
.account-nav__list .is-active a {
    opacity: 1;
}

.account-nav__logout {
    color: var(--color-text);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.6;
    transition: opacity 0.2s ease;
    text-decoration: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}

.account-nav__logout:hover {
    opacity: 1;
}

.account-content {
    min-height: 400px;
}

body.mdev .account-orders__title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.account-orders__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.account-orders__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-muted);
}

.account-orders__item:first-child {
    padding-top: 0;
}

.account-orders__link {
    color: var(--color-text);
    text-decoration: none;
    flex: 1;
    text-align: left;
}

.account-orders__link:hover {
    text-decoration: underline;
}

.account-orders__status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.account-orders__status.is-processing::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #84a37c;
    display: inline-block;
}

.account-orders__pagination {
    display: flex;
    gap: 16px;
    margin-top: 30px;
}

.account-orders__empty {
    text-align: center;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.account-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.account-form__section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

body.mdev .account-form__title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.account-form__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
}

.account-form__row--three {
    grid-template-columns: repeat(3, 1fr);
}

.account-form__field {
    width: 100%;
    height: 50px;
    padding: 0 24px;
    border: none;
    border-radius: 53px;
    background: var(--color-input-bg);
    font: inherit;
    color: var(--color-text);
    outline: none;
}

.account-form__field::placeholder {
    color: var(--color-text);
    opacity: 0.7;
}

.account-form__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

.account-orders__link {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    text-align: left;
    flex: 1;
}

.account-orders__link:hover {
    text-decoration: underline;
}

.site-popup--order .site-popup__dialog {
    max-width: 760px;
    padding: 40px 50px;
}

.order-card__head {
    margin-bottom: 24px;
}

.order-card__number {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
}

.order-card__date {
    font-size: 16px;
}

.order-card__sep {
    height: 1px;
    background: var(--color-muted);
    margin: 24px 0;
}

.order-card__items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-card__item {
    display: grid;
    grid-template-columns: 100px 1fr auto auto;
    gap: 20px;
    align-items: center;
}

.order-card__media {
    width: 100px;
    height: 80px;
    overflow: hidden;
}

.order-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-card__name {
    font-weight: 500;
}

.order-card__swatch {
    display: block;
    width: 24px;
    height: 24px;
}

.order-card__pricing {
    white-space: nowrap;
    font-size: 14px;
}

.order-card__customer {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.order-card__customer p {
    margin: 0;
}

.order-card__divider {
    display: inline-block;
    width: 40px;
}

.order-card__comment {
    margin-top: 16px;
}

.order-card__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.site-popup .popup-form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.site-popup .input-container {
    margin: 0;
}

.site-popup .form-field {
    width: 100%;
    height: 50px;
    padding: 0 24px;
    border: none;
    border-radius: 53px;
    background: var(--color-input-bg);
    font: inherit;
    color: var(--color-text);
    outline: none;
}

.site-popup .form-field::placeholder {
    color: var(--color-text);
    opacity: 0.7;
}

.site-popup .acceptance-row {
    display: flex;
    justify-content: center;
    margin-top: 4px;
}

.site-popup .wpcf7-acceptance {
    display: inline-block;
}

.site-popup .wpcf7-list-item {
    margin: 0;
}

.site-popup .wpcf7-list-item-label {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.4;
    user-select: none;
}

.site-popup .wpcf7-acceptance input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #fff;
    margin: 0;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    top: 1px;
    border-radius: 50%;
}

.site-popup .wpcf7-acceptance input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 13px;
    top: calc(50% - 2px);
    left: calc(50% - -4px);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;utf8,<svg width='19' height='13' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.38734 12.5382L6 11.0977L17.5247 -0.00108367L18.912 1.4395L7.38734 12.5382Z' fill='%23252424'/><path d='M8.0375 10.702L6.65625 12.1484L0.00040445 5.79252L1.38165 4.34609L8.0375 10.702Z' fill='%23252424'/></svg>");
    background-repeat: no-repeat;
    background-size: 19px 13px;
}

.site-popup .wpcf7-list-item-label a {
    color: inherit;
    text-decoration: underline;
}

.site-popup .wpcf7-list-item>label {
    display: flex;
}

.site-popup__title {
    margin-bottom: 24px;
}

.site-popup .form-btn {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.site-popup .form-btn input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
}

.site-popup .wpcf7-spinner {
    position: absolute;
    right: 30%;
    top: 50%;
    transform: translateY(-50%);
}

.site-popup .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #c0392b;
    margin-top: 4px;
    padding-left: 24px;
}

.site-popup .wpcf7-response-output {
    margin: 12px 0 0;
    padding: 0;
    border: none;
    font-size: 13px;
    text-align: center;
}

.site-popup .success-sendform {
    position: absolute;
    inset: -20px;
    background: var(--color-popup-bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.site-popup .success-sendform[aria-hidden="false"] {
    opacity: 1;
    pointer-events: auto;
}

.site-popup .success-subtitle {
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
}


.site-popup__close {
    position: absolute;
    right: 25px;
    top: 25px;
}


.privacy-policy .text-editor h2,
.privacy-policy .text-editor h3,
.privacy-policy .text-editor h4 {
    margin-top: 32px;
    margin-bottom: 12px;
    text-transform: none;
    font-weight: 600;
}

.privacy-policy .text-editor h2 {
    font-size: 20px;
}

.privacy-policy .text-editor h3 {
    font-size: 18px;
}

.privacy-policy .text-editor h4 {
    font-size: 16px;
}

.privacy-policy .text-editor h2:first-child,
.privacy-policy .text-editor h3:first-child {
    margin-top: 0;
}

.privacy-policy .text-editor h2 strong {
    font-weight: inherit;
}

.privacy-policy .text-editor p {
    margin-bottom: 16px;
    line-height: 1.6;
}

.privacy-policy .text-editor p:last-child {
    margin-bottom: 0;
}

.privacy-policy .text-editor ul,
.privacy-policy .text-editor ol {
    margin: 0 0 16px;
    padding-left: 20px;
    list-style: disc;
}

.privacy-policy .text-editor li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.privacy-policy .text-editor a {
    text-decoration: underline;
}

.archive-product__description {
    margin-top: 75px;
}

.cart-form__wire-length {
    margin-top: 4px;
    font-size: 14px;
    color: var(--color-text);
    opacity: 0.7;
}


.single-product__intro {
    margin-bottom: 60px;
}

.product__layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 60px;
    /* align-items: start;
    margin-top: 60px; */
    align-items: end;
}

.product__main {
    min-width: 0;
}

.product__description {
    max-width: 720px;
    margin-bottom: 35px;
}

body.mdev .product__description__title,
body.mdev .product__attributes__title {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 18px;
}

.product__description .text-editor p {
    font-size: 16px;
    line-height: 1.55;
}

.product__attributes__list {
    display: grid;
    grid-template-columns: 240px 1fr;
    row-gap: 0;
    border-top: 1px solid var(--color-text);
    padding-top: 15px;
    margin-bottom: 0;
}

.product__attributes__list dt {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 10px 0;
    border-bottom: 1px solid var(--color-muted);
}

.product__attributes__list dd {
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid var(--color-muted);
    display: flex;
    align-items: center;
    margin: 0;
}

.product__purchase {
    position: sticky;
    top: 24px;
    margin-top: 5px;
}

.product-purchase {
    background: var(--color-header-bg);
    border: 1px solid var(--color-text);
    padding: 32px 30px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product-purchase__sku {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.6;
    font-weight: 600;
    margin-bottom: 6px;
}

.product-purchase__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 6px;
}

.product-purchase__label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.04em;
}

.product-purchase__value {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 500;
}

.swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 3px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.swatches__item {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative;
    transition: transform 0.15s ease;
    background-clip: padding-box;
}

.swatches__item:hover {
    transform: scale(1.1);
}

.swatches__item--light {
    box-shadow: inset 0 0 0 1px var(--color-text);
}

.swatches__item.is-active {
    outline: 1px solid var(--color-text);
    outline-offset: 3px;
}

.swatches__item.is-active::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
}

.wire-pills {
    display: flex;
    gap: 8px;
}

.wire-pills__item {
    height: 38px;
    min-width: 64px;
    padding: 0 18px;
    border: 1px solid var(--color-text);
    border-radius: 38px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: background 0.15s ease, color 0.15s ease;
}

.wire-pills__item:hover {
    background: var(--color-muted);
}

.wire-pills__item.is-active {
    background: var(--color-text);
    color: var(--color-white);
}

.product-purchase__rule {
    height: 1px;
    background: var(--color-muted);
    margin: 14px 0 6px;
}

.product-purchase__pricerow {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.product-purchase__price {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.product-purchase__price .price {
    font-size: inherit;
    margin: 0;
}

/* .product-purchase .single_add_to_cart_button,
.product-purchase__add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background: var(--color-text);
    color: var(--color-white);
    font-weight: 500;
    font-size: 18px;
    border: 1px solid var(--color-text);
    border-radius: 53px;
    cursor: pointer;
    transition: background 0.2s ease;
    text-transform: none;
}
 */

.product-purchase .single_add_to_cart_button,
.product-purchase__add {
    width: 100%;
}

/*
.product-purchase .single_add_to_cart_button:hover {
    background: #000;
} */

.product-purchase__add.is-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.product-purchase__hint {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0.75;
    margin: 0;
}

.product-purchase__hint svg {
    flex-shrink: 0;
    transform: translateY(1px);
}

body.mdev .product__description .text-editor h2 {
    margin-bottom: 15px;
}

body.mdev .product__description .text-editor h2:first-child {
    margin-top: 0;
}

body.mdev .product__description .text-editor p {
    margin: 16px 0;
}

.site-header__search {
    position: relative;
    display: flex;
    align-items: center;
}

.site-header__search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 0;
}

.site-header__search-toggle,
.site-header__search-clear {
    color: #252424;
}

body.home .site-header__search-toggle svg>* {
    stroke: #d6d6d6;
}

.site-header__search-form {
    position: absolute;
    top: 50%;
    right: calc(100% + 12px);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    width: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: width 0.3s ease, opacity 0.3s ease;
}

.site-header__search.is-open .site-header__search-form {
    width: 260px;
    opacity: 1;
    pointer-events: auto;
}

.site-header__search-input {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 16px;
    font-family: inherit;
    font-size: 16px;
    color: var(--color-text);
    background: var(--color-muted);
    border: 1px solid var(--color-muted);
    border-radius: 53px;
    outline: none;
    transition: border-color 0.3s ease;
}

.site-header__search-input:focus {
    border-color: var(--color-text);
}

.site-header__search-input::placeholder {
    color: #8a8a8a;
}

.site-header__search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.site-header__search-clear {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    display: inline-flex;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 0;
}

.page-about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.page-about__text {
    min-width: 0;
}

.page-about__media {
    min-width: 0;
}

.page-about__media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
    object-fit: cover;
}

.catalog__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 8px;
    list-style: none;
}

.catalog__link {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.catalog__image {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 0;
}

.catalog__body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding-left: 10px;
}

.catalog__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.catalog__name {
    text-transform: uppercase;
    font-weight: 600;
    justify-content: flex-start;
}

.catalog__desc {
    color: var(--color-text);
    font-size: 14px;
    line-height: 1.4;
}

.catalog__arrow {
    flex-shrink: 0;
    margin-bottom: 2px;
    transition: transform 0.3s ease-in-out;
    position: relative;
    left: -22px;
}

.catalog__link:hover .catalog__arrow {
    transform: translateX(8px);
}

.site-header__search-results[hidden] {
    display: none;
}

.site-header__search-results {
    position: absolute;
    top: calc(100% + 8px);
    right: calc(100% + 12px);
    width: 260px;
    display: flex;
    flex-direction: column;
    max-height: 360px;
    overflow-y: auto;
    background: var(--color-bg, #fff);
    border: 1px solid var(--color-muted);
    border-radius: 16px;
    padding: 6px;
    z-index: 110;
}

.search-suggest__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border-radius: 12px;
    transition: background-color 0.3s ease-in-out;
}

.search-suggest__item:hover {
    background: var(--color-muted);
}

.search-suggest__image {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 8px;
}

.search-suggest__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.search-suggest__title {
    font-size: 14px;
    line-height: 1.3;
    color: var(--color-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-suggest__price {
    font-size: 13px;
    color: #8a8a8a;
}

.page-about__col {
    align-self: start;
}

.page-about__col .page-about__title {
    line-height: 1;
}

.single-product__intro {
    margin-bottom: 60px;
}

.product__top {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 60px;
    align-items: start;
}

.product__photo {
    min-width: 0;
}

.product__photo-link {
    display: block;
    cursor: pointer;
}

.product__photo-image {
    width: 100%;
    height: auto;
    display: block;
}

.single-product__details {
    margin-bottom: 80px;
}

.product__bottom {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 60px;
    align-items: start;
}

.product__bottom .product__description {
    max-width: none;
    margin-bottom: 0;
}

.single-product__interior {
    margin-bottom: 80px;
}

.single-product__interior-title {
    margin-bottom: 24px;
}

.interior-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.interior-gallery__item {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.interior-gallery__link {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.interior-gallery__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-product__intro {
    margin-bottom: 60px;
}

.product__top {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 60px;
    align-items: start;
}

.product__photo {
    min-width: 0;
}

.product__photo-link {
    display: block;
    cursor: pointer;
}

.product__photo-image {
    width: 100%;
    height: auto;
    display: block;
}

.single-product__details {
    margin-bottom: 80px;
}

.product__bottom {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 60px;
    align-items: start;
}

.product__bottom .product__description {
    max-width: none;
    margin-bottom: 0;
}

.single-product__interior {
    margin-bottom: 80px;
}

.single-product__interior-title {
    margin-bottom: 24px;
}

.interior-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.interior-gallery__item {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.interior-gallery__link {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.interior-gallery__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interior-gallery--1 {
    grid-template-columns: 1fr;
    aspect-ratio: 2 / 1;
}

.interior-gallery--1 .interior-gallery__item {
    aspect-ratio: auto;
}

.interior-gallery--2,
.interior-gallery--3,
.interior-gallery--4,
.interior-gallery--5,
.interior-gallery--6 {
    grid-template-columns: repeat(20, 1fr);
    grid-template-rows: repeat(2, 1fr);
    aspect-ratio: 7 / 3;
}

.interior-gallery--2 .interior-gallery__item,
.interior-gallery--3 .interior-gallery__item,
.interior-gallery--4 .interior-gallery__item,
.interior-gallery--5 .interior-gallery__item,
.interior-gallery--6 .interior-gallery__item {
    aspect-ratio: auto;
}

.interior-gallery--2 .interior-gallery__item:nth-child(1),
.interior-gallery--3 .interior-gallery__item:nth-child(1),
.interior-gallery--4 .interior-gallery__item:nth-child(1),
.interior-gallery--5 .interior-gallery__item:nth-child(1),
.interior-gallery--6 .interior-gallery__item:nth-child(1) {
    grid-column: 1 / 9;
    grid-row: 1 / 3;
}

.interior-gallery--2 .interior-gallery__item:nth-child(2) {
    grid-column: 9 / 21;
    grid-row: 1 / 3;
}

.interior-gallery--3 .interior-gallery__item:nth-child(2) {
    grid-column: 9 / 21;
    grid-row: 1;
}

.interior-gallery--3 .interior-gallery__item:nth-child(3) {
    grid-column: 9 / 21;
    grid-row: 2;
}

.interior-gallery--4 .interior-gallery__item:nth-child(2) {
    grid-column: 9 / 15;
    grid-row: 1;
}

.interior-gallery--4 .interior-gallery__item:nth-child(3) {
    grid-column: 15 / 21;
    grid-row: 1;
}

.interior-gallery--4 .interior-gallery__item:nth-child(4) {
    grid-column: 9 / 21;
    grid-row: 2;
}

.interior-gallery--5 .interior-gallery__item:nth-child(2) {
    grid-column: 9 / 15;
    grid-row: 1;
}

.interior-gallery--5 .interior-gallery__item:nth-child(3) {
    grid-column: 15 / 21;
    grid-row: 1;
}

.interior-gallery--5 .interior-gallery__item:nth-child(4) {
    grid-column: 9 / 14;
    grid-row: 2;
}

.interior-gallery--5 .interior-gallery__item:nth-child(5) {
    grid-column: 14 / 21;
    grid-row: 2;
}

.interior-gallery--6 .interior-gallery__item:nth-child(2) {
    grid-column: 9 / 13;
    grid-row: 1;
}

.interior-gallery--6 .interior-gallery__item:nth-child(3) {
    grid-column: 13 / 17;
    grid-row: 1;
}

.interior-gallery--6 .interior-gallery__item:nth-child(4) {
    grid-column: 17 / 21;
    grid-row: 1;
}

.interior-gallery--6 .interior-gallery__item:nth-child(5) {
    grid-column: 9 / 15;
    grid-row: 2;
}

.interior-gallery--6 .interior-gallery__item:nth-child(6) {
    grid-column: 15 / 21;
    grid-row: 2;
}

.interior-gallery + .interior-gallery {
    margin-top: 2px;
}

.interior-gallery--mirror {
    transform: scaleX(-1);
}

.interior-gallery--mirror .interior-gallery__image {
    transform: scaleX(-1);
}