.product-button:not([data-quantity]) {
    justify-content: center;
}

/* modal styles */
#pa-region-switcher-dialog::backdrop {
    background: rgba(30, 30, 30, 0.85); 
}

/* базовые стили диалога (будут переопределены ниже) */
.pa-region-switcher-dialog {
    border: none;
    padding: 0;
    margin: 0;
    max-width: 420px;
    width: calc(100% - 40px);
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    background: #c2c3c5;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    animation: pa-region-dialog-fade-in 0.25s ease-out;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.pa-region-switcher-dialog__content {
    padding: 83px 166px; 
}

.pa-region-switcher-dialog__title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

.pa-region-switcher-dialog__subtitle {
    margin: 0 0 20px;
    font-size: 14px;
    color: #444;
}

/* .pa-region-switcher-dialog__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
} */

.pa-region-switcher-dialog__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all 0.18s ease;
    white-space: nowrap;
}

.pa-region-switcher-dialog__btn--primary {
    color: #fff;
    font-weight: 600;
}


.pa-region-switcher-dialog__btn--secondary {
    background: #f5f5f5;
    color: #333;
}

.pa-region-switcher-dialog__btn--secondary:hover {
    background: #e0e0e0;
}

.pa-region-switcher-dialog__close {
    position: absolute;
    top: 36px;
    right: 44px;
    border: 1px solid #2F323A;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: #999;
    padding: 2px;
    transition: color 0.15s ease, transform 0.15s ease;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #2f323a;
    font-weight: 300;
    font-size: 16px;
}

.pa-region-switcher-dialog__close:hover {
    color: #333;
    transform: scale(1.1);
}

@keyframes pa-region-dialog-fade-in {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


.pa-region-switcher-dialog__lang-switcher button {
    padding: 5px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all .2s;
}

.pa-region-switcher-dialog__lang-switcher button:hover {

}

.pa-region-switcher-dialog__lang-switcher .img {
    display: block;
    width: 73px;
    display: block;
    height: 100%;
    margin-left: -25px;
}

.pa-region-switcher-dialog__lang-switcher {
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
}

/* =========================
   НОВЫЙ ДИЗАЙН ПОПАПА (OVERRIDES)
   ========================= */

.pa-region-switcher-dialog {
    border: none;
    padding: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-family: "Averta CY", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    animation: pa-region-dialog-fade-in 0.25s ease-out;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* карточка внутри диалога */
.pa-region-switcher-dialog__content {
    position: relative;
    width: 882px;
    box-sizing: border-box;
    /* padding: 40px 64px 48px; */
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(24px);
    border-radius: 24px;
    border: 1px solid transparent;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);

    text-align: center;
    color: rgba(47, 50, 58, 1);
}

/* заголовок / подзаголовок */
.pa-region-switcher-dialog__title {
    margin: 8px 0 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #000000;
}

.pa-region-switcher-dialog__subtitle {
    margin: 0 0 32px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0.05em;
    color: #2F323A;
}

/* языковые переключатели */
.pa-region-switcher-dialog__lang-switcher {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
}

.pa-region-switcher-dialog__lang-switcher button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 16px; */
    flex-direction: row-reverse;
width: 100%;
    height: 44px;
    padding: 0 28px 0 24px;
    overflow: hidden;
    border-radius: 999px;

    font: 400 16px/1 "Averta CY", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;

    cursor: pointer;
    outline: none;
    transition: box-shadow 0.2s ease, background-color 0.2s ease, transform 0.15s ease;
}

.pa-region-switcher-dialog__lang-switcher .img img {
    display: block;
    border-radius: 2px;
}

/* активный язык (добавь .is-active в HTML) */
.pa-region-switcher-dialog__lang-switcher button.is-active {
    
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

/* кнопки действий */
.pa-region-switcher-dialog__actions {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
}

.pa-region-switcher-dialog__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 240px;
    height: 50px;
    padding: 0 40px;

    border-radius: 999px;

    background: transparent;

    font: 400 14px/1 "Averta CY", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(47, 50, 58, 1);

    cursor: pointer;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.15s ease;
}


.pa-button{
    background-color: transparent;
    color: #000000;
    border: 1px solid #2F323A;
}
.pa-button .gradient-text{
    color: #000000;
}
.pa-button:hover{
    background-color: #2F323A;
}
.pa-button:hover .gradient-text{
    background: linear-gradient(
        to right,
        #D1B698,
        #F5E9C6,
        #937E67
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* first btn */
.pa-button.pa-button-inverted{
    background-color: #2F323A;
}
.pa-button.pa-button-inverted .gradient-text{
    background: linear-gradient(
        to right,
        #D1B698,
        #F5E9C6,
        #937E67
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.pa-button.pa-button-inverted:hover{
    background-color: transparent;
}
.pa-button.pa-button-inverted:hover .gradient-text{
    color: #000;
}


.pa-region-switcher-dialog__actions .pa-button{
    width: 100%;
    box-sizing: border-box;
    position: relative;
}














/* адаптив под планшет/мобильные */
@media (max-width: 768px) {
    .pa-region-switcher-dialog__content {
        width: calc(100% - 32px);
        padding: 32px 20px 28px;
    }
    .pa-region-switcher-dialog__lang-switcher .img{
        width: 55px;
        margin-left: -30px;
    }

    .pa-region-switcher-dialog__lang-switcher {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }

    .pa-region-switcher-dialog__actions {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .pa-region-switcher-dialog__btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .pa-region-switcher-dialog {
        max-width: 100%;
        width: 100%;
        margin: 0 16px;
    }

    .pa-region-switcher-dialog__content {
        padding: 77px 36px 36px 36px;
        
    }

    .pa-region-switcher-dialog__actions {
        display: flex;
        justify-content: flex-start;
    }
    .pa-region-switcher-dialog__lang-switcher button{
        width: 132px;       
    }
}

/* mask input checkout */
.iti__selected-flag{
    border-radius: 1.9rem;
}
/* ====== SHEA: hover кнопки в hero (золотой градиент + «градиентный» бордер) 2026-06-05 ====== */
.promo-item-info a{
	transition: background .35s ease, color .35s ease, border-color .35s ease;
}
.promo-item-info a:hover,
.promo-item-info a:focus-visible{
	color:#2f323a;                 /* тёмный текст на золоте */
	border-color:transparent;      /* бордер прозрачный → под ним виден градиент фона = «градиентный бордер» */
	background:linear-gradient(90deg,#D1B698 0%,#F5E9C6 35.19%,#B09169 100%);
	background-clip:border-box;    /* градиент заходит и под область бордера */
}
/* ====== /SHEA hero btn hover ====== */
/* ====== SHEA: страница «Контакты» — новый дизайн (2026-06-05) ====== */
/* фото + форма */
.contacts-grid{ display:flex; gap:4rem; align-items:stretch; margin-bottom:4rem; }
.contacts-photo{ flex:0 0 38%; max-width:38%; border-radius:2.4rem; overflow:hidden; }
.contacts-photo img{ width:100%; height:100%; object-fit:cover; display:block; }
.contacts-grid .feedback{ flex:1 1 auto; min-width:0; }

/* шапка формы — слева + подзаголовок */
.section-contacts .feedback-text{ text-align:left; margin-bottom:1.2rem; }
.feedback-subtitle{ font-weight:100; font-size:1.6rem; line-height:1.45; color:#6b6b6b; margin-bottom:2.6rem; }

/* 2-колоночный ряд формы */
.feedback-row-2{ gap:3.3rem; }

/* чекбокс согласия */
.feedback-consent{ display:flex; align-items:flex-start; gap:1.4rem; cursor:pointer; font-weight:100; font-size:1.4rem; line-height:1.45; color:#6b6b6b; }
.feedback-consent input{ position:absolute; opacity:0; width:0; height:0; }
.feedback-consent-box{ flex:0 0 auto; width:2rem; height:2rem; border:0.1rem solid #2f323a; border-radius:0.4rem; position:relative; margin-top:0.1rem; transition:background .2s, border-color .2s; }
.feedback-consent input:checked + .feedback-consent-box{ background:#2f323a; }
.feedback-consent input:checked + .feedback-consent-box::after{ content:""; position:absolute; left:0.62rem; top:0.25rem; width:0.5rem; height:0.9rem; border:solid #fff; border-width:0 0.2rem 0.2rem 0; transform:rotate(45deg); }
.feedback-consent input.invalid + .feedback-consent-box{ border-color:#c0392b; }
.feedback-consent a{ color:#2f323a; text-decoration:underline; }

/* карта (наш [sv_stores_map]) */
.section-contacts-map{ padding-top:4rem; }
.section-contacts-map .section-title{ margin-bottom:2.4rem; }
.contacts-map-wrap{ width:100%; }

/* контакты — 3 колонки (телефон/почта/часы + адрес/инфо) */
.section-contacts-cols{ padding-top:3.2rem; }
.contacts-cols{ display:grid; grid-template-columns:repeat(3,1fr); gap:3.4rem 4rem; }
.contacts-col-head{ display:flex; align-items:center; gap:1.2rem; margin-bottom:1.2rem; }
.contacts-col-head svg{ width:1.9rem; min-width:1.9rem; height:auto; }
.contacts-col-head span{ font-family:AireBoldPro; font-size:1.4rem; letter-spacing:.04em; text-transform:uppercase; color:#2f323a; }
.contacts-col-val{ display:block; font-weight:100; font-size:1.6rem; line-height:1.5; color:#2f323a; }
a.contacts-col-val:hover{ color:#b09169; }

@media (max-width:960px){
	.contacts-grid{ flex-direction:column; gap:2.4rem; }
	.contacts-photo{ flex:none; max-width:100%; }
	.feedback-row-2{ flex-direction:column; gap:2.8rem; }
	.section-contacts .feedback-text{ text-align:center; }
	.contacts-cols{ grid-template-columns:1fr; gap:2.6rem; }
}
/* ====== /SHEA Контакты ====== */

/* --- SHEA: Контакты, типографика по макету (2026-06-05) --- */
.contacts-text{ font-weight:300; font-size:1.6rem; line-height:1; letter-spacing:0; }
.page-template-page-contacts h1.page-title{ padding-bottom:1.5rem; }
.section-contacts .feedback-text{ font-family:Averta Cyrillic; font-weight:400; font-size:1.6rem; line-height:1; text-transform:uppercase; }

/* --- SHEA: Контакты v2 — 2 карты + gap формы (2026-06-05) --- */
.feedback-form{ gap:2rem; }
.feedback-row-2{ gap:2rem; }
.section-contacts-yamap{ padding:1.8rem 0; }
.contacts-ya-map{ width:100%; height:29.2rem; border-radius:3.4rem; overflow:hidden; }
.contacts-ya-map iframe{ width:100%; height:100%; border:0; display:block; }
@media (max-width:960px){ .contacts-ya-map{ height:32rem; } }
/* === SHEA каталог: убрать иконку-ярлык «в корзину» в карточке товара (2026-06-05) === */
/* По просьбе Романа. .product-cart-link — ДАВНИЙ элемент темы (ссылка-иконка на /cart/
   справа от кнопки «Купить»), НЕ из моих правок (есть и в пред-сессионных бэкапах).
   Рендерится только в карточках листинга (каталог/главная/поиск/бестселлеры/AJAX) —
   активный single-product.php его не выводит, страница товара не затронута.
   Прячем CSS-ом (накрывает все шаблоны разом, легко откатить). Откат — убрать блок. */
.product-cart-link {
    display: none;
}

/* === SHEA шапка: новые иконки (аккаунт/поиск/корзина/стрелка) — fill + цвет по состояниям (2026-06-05) === */
/* Новые иконки сплошные (fill). Профиль и ПУСТАЯ корзина в теме красились через stroke —
   переключаем на fill. Хиро (.home) → кремовый #fef9eb; скролл (.home.transparent) и
   дочерние → графит #2f323a (инлайновый fill в svg). search и непустая корзина уже на fill. */
.home .header-right .header-menu a.profile svg path { stroke: unset; fill: #fef9eb; }
.home.transparent .header-right .header-menu a.profile svg path { stroke: unset; fill: #2f323a; }
.home .header-right .header-menu a.cart.cart-empty svg path { stroke: unset; fill: #fef9eb; }
.home.transparent .header-right .header-menu a.cart.cart-empty svg path { stroke: unset; fill: #2f323a; }

/* Стрелка подменю: была background-image (всегда белая) → mask + background-color,
   чтобы красить по состояниям (хиро/футер белая, скролл/дочерние графит). */
.main-left-menu .menu-item-has-children > a:before {
    background-image: none !important;
    -webkit-mask-image: url("../../images/menu-arrow.svg") !important;
    mask-image: url("../../images/menu-arrow.svg") !important;
    -webkit-mask-size: contain; mask-size: contain;
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
    -webkit-mask-position: center; mask-position: center;
    background-color: #2f323a;
}
.home .header .main-left-menu .menu-item-has-children > a:before { background-color: #fef9eb; }
.home.transparent .header .main-left-menu .menu-item-has-children > a:before { background-color: #2f323a; }
.footer .main-left-menu .menu-item-has-children > a:before { background-color: #fef9eb; }

/* === SHEA каталог: фильтры на мобиле — удобная раскладка (2026-06-05) === */
/* На ≤960 тема прятала фильтры (.section-filters{display:none}), а при показе они
   «кашей» наезжали (ширины 19.3rem×3 не переопределены под мобайл). Показываем и
   раскладываем: поиск на всю ширину сверху, 3 фильтра — аккуратными плашками в столбик
   (полноширинные выпадашки). custom-overrides грузится после style-mobile → перебивает. */
@media (max-width: 960px) {
    .section-filters {
        display: block !important;
        padding: 1.6rem 0 1.2rem;
    }
    .filters-wrapper {
        flex-direction: column;
        gap: 1.2rem;
        align-items: stretch;
    }
    /* поиск — сверху, на всю ширину */
    .filters-wrapper .search-field-wrapper {
        order: -1;
        width: 100%;
    }
    .filters-wrapper .search-field {
        width: 100%;
    }
    /* фильтры — каждый на всю ширину */
    .filters {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }
    .filters .filter {
        width: 100%;
    }
    /* свитчер — аккуратная плашка: подпись слева, стрелка справа */
    .filters .filter > .filter-switcher {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 4.4rem;
        box-sizing: border-box;
        padding: 0 2rem;
        border: 0.1rem solid #2f323a;
        border-radius: 2.2rem;
        font-size: 1.5rem;
    }
    .filters .filter > .filter-switcher span {
        font-size: 1.5rem;
    }
    /* выпадающий список — под плашкой, на всю ширину фильтра */
    .filters .filter .filter-list {
        top: 5rem;
    }
}


/* === SHEA статья: нижний CTA-блок «Попробуйте скраб» (2026-06-05) === */
.article-cta{
    display:flex; align-items:center; gap:5rem;
    padding:4rem 0 2rem;
}
.article-cta-jars{ flex:0 0 auto; width:42rem; max-width:45%; }
.article-cta-jars img{ width:100%; height:auto; object-fit:contain; }
.article-cta-body{ flex:1 1 auto; }
.article-cta-body h2{
    font-family:AireBoldPro; font-size:2.4rem; line-height:1.15;
    text-transform:uppercase; letter-spacing:.05em; color:#2f323a; margin:0 0 1.4rem;
}
.article-cta-body p{ font-size:1.6rem; line-height:1.5; color:#6b6b6b; margin:0 0 2.4rem; }
.article-cta-btn{
    display:inline-flex; align-items:center; justify-content:center;
    min-width:26rem; height:5rem; box-sizing:border-box; padding:0 3rem;
    border:.1rem solid #2f323a; border-radius:2.5rem;
    font-size:1.4rem; letter-spacing:.08em; text-transform:uppercase; color:#2f323a;
    transition:background-color .2s ease, color .2s ease;
}
.article-cta-btn:hover{ background:#2f323a; color:#fff; }
@media (max-width:960px){
    .article-cta{ flex-direction:column; gap:2.4rem; text-align:center; padding:2.4rem 0; }
    .article-cta-jars{ width:100%; max-width:32rem; }
    .article-cta-btn{ min-width:24rem; }
}

/* ====== SHEA: статья «Скраб для тела» — 1:1 с макетом (2026-06-05) ====== */
/* подзаголовок в hero (под H1) */
.section-page-promo .page-subtitle{
	max-width: 60rem;
	margin: 0;
	color: #fef9eb;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 100;
	position: relative;
	z-index: 2;
}
/* у статьи hero чуть выше, чтобы вместить подзаголовок */
.postid-401 .section-page-promo h1.page-title{ padding-bottom: 1.8rem; }

/* подзаголовки секций (ПОЧЕМУ SHEA VERA?, ЧТО ВЫ ПОЧУВСТВУЕТЕ… и т.п.) */
.section-article-layout .article-subhead{
	font-family: AireBoldPro;
	font-size: 2rem;
	line-height: 1.25;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	text-align: left;
	color: #2f323a;
	margin: 0 0 1.6rem;
}
/* ровные отступы абзацев в статье (scoped — не трогаем эксперт #1155) */
.postid-401 .section-article-layout .article-block p{ margin: 0 0 1.4rem; }
.postid-401 .section-article-layout .article-block p:last-child{ margin-bottom: 0; }
/* списки — буллеты через ::before (тема жёстко ресетит li{list-style:none} прямо на li) */
.postid-401 .section-article-layout .article-block ul{
	margin: 0 0 1.4rem; padding-left: 0; list-style: none;
}
.postid-401 .section-article-layout .article-block ul li{
	position: relative; padding-left: 2.4rem; margin: 0 0 0.6rem;
}
.postid-401 .section-article-layout .article-block ul li::before{
	content: "•"; position: absolute; left: 0.7rem; top: 0; color: #2f323a;
}

/* картинки секций — натуральная высота только в этой статье (в эксперте остаются 132px) */
.postid-401 div.article-block-image{ height: auto; }
.postid-401 div.article-block-image img{ width: 100%; height: auto; display: block; }
/* картинку секции прижимаем к ВЕРХУ блока (было по центру) */
.postid-401 .article-block.image-left .article-block-inner,
.postid-401 .article-block.image-right .article-block-inner{ align-items: flex-start; }

/* блок «Рекомендация врача» — кремовый баннер на всю ширину */
.section-article-layout{ overflow-x: clip; }
.article-rec{
	background: #f7f1e7;
	border-top: 1px solid #e7dcc7;
	border-bottom: 1px solid #e7dcc7;
	margin: 3rem calc(50% - 50vw) 0;
	padding: 4.5rem 0;
}
.article-rec-inner{
	width: 120rem;
	max-width: calc(100% - 4rem);
	margin: 0 auto;
}
.article-rec .article-subhead{ margin-bottom: 2.2rem; }
.article-rec p{ margin: 0; }
.article-rec-author{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.6rem;
	margin-top: 2.6rem;
}
.article-rec-author img{
	width: 5.4rem; height: 5.4rem;
	border-radius: 50%;
	object-fit: cover;
	flex: 0 0 auto;
}
.article-rec-author span{ font-size: 1.8rem; color: #2f323a; }

/* CTA — заголовок/кнопка капсом как в макете */
.article-cta-body h2{ text-transform: uppercase; }
.article-cta-btn{ text-transform: uppercase; letter-spacing: 0.04em; }

@media (max-width: 768px){
	.section-page-promo .page-subtitle{ font-size: 1.5rem; max-width: 100%; }
	.section-article-layout .article-subhead{ font-size: 1.7rem; }
	.article-rec{ padding: 3.2rem 0; }
	.article-rec-inner{ max-width: calc(100% - 3rem); }
	.article-rec-author{ justify-content: flex-start; }
}
/* ====== /SHEA статья «Скраб» ====== */

/* === SHEA card reorder (2026-06-01): рейтинг→тайтл→variations→tabs→цена/корзина === */
/* отступ 15px между рейтингом и названием */
.product-block-top .product-ranking {
    margin-bottom: 15px;
}
/* у тайтла свой margin-bottom не нужен сверху — рейтинг теперь над ним */
.product-block-top h1 {
    margin-top: 0;
}
/* низ: цена слева, кнопка справа, на всю ширину колонки */
.product-block-bottom {
    margin-top: 25px;
}
.product-block-bottom .product-actions {
    width: 100%;
}
.product-block-bottom .summary.entry-summary {
    width: 100%;
    justify-content: space-between;
}

/* === SHEA tabs/description restyle (2026-06-01) === */
/* Тексты табов */
div#description,
div#ingridients {
    font-size: 16px;
    line-height: 22px;
}
/* Описание: ограничить высоту, длинный текст — со скроллом */
div#description, div#ingridients, div#howto {
    max-height: 314px;
    min-height: 314px;
    overflow-y: scroll;
}

/* Кнопки-табы: плоские, без рамки/фона, простой тёмный текст */
.product-tabs-buttons button.tab-btn,
.product-tabs-buttons button.tab-btn.active,
.product-tabs-buttons button.tab-btn:hover {
    border: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    /* перебиваем градиентный текст темы (color:transparent + background-clip) */
    color: #2F323A !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #2F323A !important;
    font-weight: 300;
    font-size: 16px !important;
    width: auto !important;
    height: auto !important;
}

/* Убрать тёмную подложку ::after и в активном, и в ховере */
.product-tabs-buttons .tab-btn.active::after,
.product-tabs-buttons .tab-btn:hover::after {
    display: none !important;
    content: none !important;
}

/* Активный таб — отличить весом, без подложки/градиента */
.product-tabs-buttons button.tab-btn.active {
    font-weight: 500;
}

/* === SHEA card layout tweaks #2 (2026-06-01; селектор без ui-* т.к. jQuery UI tabs отключён 2026-06-06) === */
.product-tabs {
    margin-top: 30px;
}
.product-block {
    justify-content: flex-start !important;
}
.product-block-top,
.product-block-bottom {
    gap: 30px;
}
.product-block-top .product-ranking {
    margin-bottom: -15px;
}
.product-block h1 {
    margin-bottom: -8px;
}
.variations a {
    font-size: 12px;
    max-height: 38px;
    border-radius: 19px;
}

/* === SHEA tabs underline gradient (2026-06-01) === */
.product-tabs-buttons {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #d1b698 0%, #f5e9c6 50%, #b09169 100%);
    border-image-slice: 1;
}

/* === SHEA tabs content font incl howto (2026-06-01) === */
div#description, div#ingridients, div#howto {
    font-size: 16px;
    line-height: 22px;
}

/* === SHEA tabs-buttons spacing & layout (2026-06-01) === */
.product-tabs-buttons {
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

/* === SHEA description scrollbar visible (2026-06-01) === */
div#description, div#ingridients, div#howto {
    overflow-y: scroll;
    scrollbar-width: thin;                       /* Firefox */
    scrollbar-color: #2f323a #efe8da;            /* Firefox: thumb / track */
}
div#description::-webkit-scrollbar {
    -webkit-appearance: none;                    /* отключаем системный overlay macOS → скроллбар виден ВСЕГДА */
    width: 8px;
    background-color: #efe8da !important;        /* перебиваем глобальный *::-webkit-scrollbar (#f7f7f7) */
}
div#description::-webkit-scrollbar-track {
    background: #efe8da;
    border-radius: 3px;
}
div#description::-webkit-scrollbar-thumb {
    background-color: #2f323a !important;
    border-radius: 4px;
}
div#description::-webkit-scrollbar-thumb:hover {
    background-color: #1f2127;
}

/* === SHEA custom always-on scrollbar for #description (2026-06-01) === */
.sc-scroll-wrap {
    position: relative;
    min-height: 314px;   /* держим высоту в момент переключения таба → нет «прыжка» цены/кнопки ниже */
}
/* контент со своим скроллбаром: нативный прячем, место под кастомный — справа */
#description.sc-has-scrollbar,
#ingridients.sc-has-scrollbar,
#howto.sc-has-scrollbar {
    overflow-y: auto;
    scrollbar-width: none;            /* Firefox: прячем нативный */
    -ms-overflow-style: none;
    padding-right: 18px;
}
#description.sc-has-scrollbar::-webkit-scrollbar,
#ingridients.sc-has-scrollbar::-webkit-scrollbar,
#howto.sc-has-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;                    /* WebKit: прячем нативный */
}
/* трек — всегда видим */
.sc-scroll-track {
    position: absolute;
    top: 0;
    right: 2px;
    width: 2px;
    height: 100%;
    background: #949599;
    border-radius: 2px;
}
/* ползунок — золотисто-графитовый, всегда видим */
.sc-scroll-thumb {
    position: absolute;
    top: 0;
    left: -1px;                  /* ползунок (4px) шире трека (2px) — центрируем */
    width: 4px;
    min-height: 28px;
    border-radius: 2px;
    background: #2f323a;
    cursor: pointer;
    will-change: transform;
}
.sc-scroll-thumb:hover {
    background: #1f2127;
}

/* === SHEA tabs max-width (2026-06-01) === */
div#description, div#ingridients, div#howto {
    max-width: 96%;
}

/* === SHEA scroll-wrap visibility (2026-06-01) === */
.sc-scroll-wrap > .tab-content.active {
    display: block;
}

/* === SHEA buy button + qty restyle (2026-06-01) === */
button.single_add_to_cart_button.button.alt {
    font-size: 16px;
}
button.single_add_to_cart_button.button.alt svg {
    height: 19px;
}
.qty-minus, .qty-plus {
    background: transparent;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
    border: 1px solid #ddd;
    cursor: pointer;
}
.quantity .qty {
    width: 60px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    border: 0px;
    width: 40px;
}
.product-block .quantity {
    margin-right: 0px;
}

/* === SHEA inactive tab dim + transition (2026-06-01) === */
.product-tabs-buttons button.tab-btn {
    transition: opacity 0.25s ease;
}
.product-tabs-buttons button:not(.active) {
    opacity: .5;
}
.product-tabs-buttons button:not(.active):hover {
    opacity: 1;
}

/* === SHEA tab fade-in animation (2026-06-01) === */
@keyframes scTabFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.sc-scroll-wrap.sc-fade-in {
    animation: scTabFadeIn 0.5s ease-in-out both;
}
/* уважение к prefers-reduced-motion (доступность) */
@media (prefers-reduced-motion: reduce) {
    .sc-scroll-wrap.sc-fade-in { animation: none; }
}

/* === SHEA variations top (объём под тайтлом, клон-прокси) (2026-06-01) === */
/* клон-блок выбора объёма под заголовком */
.sc-variations-top {
    margin-bottom: 0px;
}
.sc-variations-top div {
    display: flex;
    flex-direction: row-reverse;
}
.sc-variations-top div.label {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sc-variations-top div.label label {
    max-height: fit-content;
    font-size: 16px;
    font-weight: 300;
    text-transform: unset;
    margin-left: 10px;
}
.sc-variations-top .custom-variation-buttons {
    margin: 0px !important;
}
.sc-variations-top button.variation-btn {
    margin-bottom: 0px;
    height: 38px;
    border: 1px solid #2F323A;
}

/* === SHEA card mobile tweaks (2026-06-01) === */
@media (max-width: 960px) {
    .product-tabs-buttons {
        justify-content: space-between;
        gap: 10px;
    }
    .product-tabs-buttons button.tab-btn {
        font-size: 13px !important;
    }
    .product-tabs-buttons button.tab-btn.active {
        font-size: 14px !important;
    }
    .quantity .qty {
        height: 40px !important;
        font-size: 16px !important;
        width: 40px !important;
    }
    .qty-minus, .qty-plus {
        width: 40px !important;
        height: 40px !important;
        font-size: 24px;
    }
    button.single_add_to_cart_button.button.alt {
        height: 40px;
        font-size: 16px !important;
    }
}

/* === SHEA filter dropdown overlay fix (2026-06-05) === */
/* Закрытый .filter-list (div, position:absolute, высота ~450px по невидимому ul) висел поверх
   карточек товаров и перехватывал наведение/клики. visibility:hidden НЕ убирает габариты,
   а pointer-events надо вешать на САМ контейнер .filter-list (не только ul — иначе div ловит
   мышь своей областью). Закрытый — none; открытый (.filter-switcher.open) — auto. */
.filter-list {
    pointer-events: none;
}
.filter-switcher.open + .filter-list {
    pointer-events: auto;
}

/* === SHEA cart card: описание из контента (2026-06-05) === */
/* Описание берётся из post_content товара (см. sv_render_cart_item в functions.php).
   Базовый стиль .cart-item-description имел text-transform:lowercase — ломал
   "Глиняная маска…" → "глиняная маска…". Возвращаем нормальный регистр, выравниваем
   по ширине и обрезаем до 4 строк с автоматическим "…" (line-clamp). */
.cart-item .cart-item-description {
    text-transform: none;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
}

/* === SHEA «Купить»: ховер кнопки — графит + золото (текст + иконка) (2026-06-05) === */
/* Графитовый фон — слой ::before (плавное появление). Текст — СПЛОШНОЙ золотой #d1b698
   (бренд-цвет). Почему не градиент-текст: background-clip:text держит «краску» текста
   в ФОНОВОМ слое <a>, а его перекрывает ::before (z-index:-1 по правилам отрисовки
   красится поверх собственного фона элемента) → текст пропадал, иконку видно (она
   контент, не фон). Иконка-SVG ссылается на глобальный <linearGradient id="sv-gold">
   (см. sv_gold_svg_gradient_def в functions.php). */
a.product-button.add_to_cart_button {
    position: relative;
    z-index: 0;
    transition: color .3s ease, border-color .3s ease;
}
a.product-button.add_to_cart_button::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #2f323a;
    border-radius: inherit;
    opacity: 0;
    transition: opacity .3s ease;
}
a.product-button.add_to_cart_button svg path {
    transition: fill .3s ease;
}
a.product-button.add_to_cart_button:hover {
    border-color: #2f323a;
    color: #d1b698;
}
a.product-button.add_to_cart_button:hover::before {
    opacity: 1;
}
a.product-button.add_to_cart_button:hover svg path {
    fill: url(#sv-gold);
}

/* === SHEA cart: кнопки количества −/+ — больше область клика + ховер-кружок (2026-06-05) === */
/* Было: <a>-кнопки оборачивали только символ (~6×16px) — неудобно попадать.
   Делаем их круглыми кнопками 3.2rem с центрированным символом; при наведении
   аккуратный светло-серый кружок (тон из графита бренда). */
.cart-item-quantity-minus,
.cart-item-quantity-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    transition: background-color .2s ease;
}
.cart-item-quantity-minus:hover,
.cart-item-quantity-plus:hover {
    background-color: rgba(47, 50, 58, 0.08);
}

/* === SHEA checkout: плавающие подписи полей (placeholder уезжает наверх при вводе) (2026-06-05) === */
/* JS (sv_checkout_float_labels в functions.php) убирает нативный placeholder и добавляет
   .float-label. Пусто/без фокуса — подпись по центру (как placeholder); фокус/есть текст
   (.float-active) — уезжает на верхнюю границу и уменьшается. Фон сайта #fff — белый фон
   подписи «вырезает» границу инпута. Применяется к 4 контактным полям (см. JS). */
.checkout-form .float-field {
    position: relative;
}
.checkout-form .float-field .float-label {
    position: absolute;
    left: 2.1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 100;
    color: #9a9a9a;
    background: #ffffff;
    padding: 0 0.5rem;
    pointer-events: none;
    transition: top .15s ease, font-size .15s ease, color .15s ease;
}
.checkout-form .float-field.float-active .float-label {
    top: 0;
    font-size: 1.15rem;
    color: #2f323a;
}

/* SHEA checkout: подпись для поля адреса — родной (динамический) placeholder остаётся
   для пустого поля, короткая «Адрес» появляется сверху когда в поле есть значение. */
.checkout-form .float-field-addr .float-label {
    position: absolute;
    left: 2.1rem;
    top: 0;
    transform: translateY(-50%);
    font-size: 1.15rem;
    line-height: 1;
    font-weight: 100;
    color: #2f323a;
    background: #ffffff;
    padding: 0 0.5rem;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    transition: opacity .15s ease;
}
.checkout-form .float-field-addr.float-active .float-label {
    opacity: 1;
}

/* SHEA checkout: подпись для селекта ПВЗ (самовывоз) — «Список ПВЗ» = плейсхолдер,
   при выборе ПВЗ сверху появляется «Адрес ПВЗ». Селект создаётся динамически (svesl.js). */
.checkout-form .float-field-select {
    position: relative;
    margin-top: 1.2rem;
}
.checkout-form .float-field-select .delivery-terminal-select {
    margin-top: 0;
}
.checkout-form .float-field-select .float-label {
    position: absolute;
    left: 2.1rem;
    top: 0;
    transform: translateY(-50%);
    font-size: 1.15rem;
    line-height: 1;
    font-weight: 100;
    color: #2f323a;
    background: #ffffff;
    padding: 0 0.5rem;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    transition: opacity .15s ease;
}
.checkout-form .float-field-select.float-active .float-label {
    opacity: 1;
}

/* === SHEA боковая корзина (slide-out) — замена side-cart-woocommerce (2026-06-05) === */
.sv-sc-overlay{ position:fixed; inset:0; z-index:99998; background:rgba(20,20,22,.45); opacity:0; transition:opacity .4s ease; }
.sv-sc-overlay[hidden]{ display:none !important; }
body.sv-sc-open{ overflow:hidden; }
body.sv-sc-open .sv-sc-overlay{ opacity:1; }

.sv-sc-panel{
    position:fixed; top:0; right:0; z-index:99999;
    height:100%; width:min(46rem,92vw);
    background:#fff; display:flex; flex-direction:column;
    transform:translateX(105%);
    transition:transform .42s cubic-bezier(.4,0,.1,1);
    box-shadow:-1rem 0 4rem rgba(0,0,0,.18);
}
body.sv-sc-open .sv-sc-panel{ transform:translateX(0); }
.sv-sc-panel.sv-sc-loading{ pointer-events:none; }

.sv-sc-head{
    position:relative; flex:0 0 auto;
    display:flex; align-items:center; justify-content:center;
    min-height:unset; padding:2rem 3rem;
    border-bottom:.1rem solid transparent;
    border-image-source:linear-gradient(90deg,#d1b698 0%,#f5e9c6 35.19%,#b09169 100%);
    border-image-slice:1;
}
.sv-sc-title{ font-family:AireBoldPro; font-size:2.2rem; line-height:1; letter-spacing:.05em; text-transform:uppercase; color:#2f323a; }
.sv-sc-close{
    position:absolute; top:50%; right:3rem; transform:translateY(-50%);
    display:flex; align-items:center; justify-content:center; transition:transform .15s ease;
}
.sv-sc-close:hover{ transform:translateY(-50%) scale(1.08); }
.sv-sc-close svg{ width:20px; height:20px; }

.sv-sc-body{ flex:1 1 auto; overflow-y:auto; display:flex; flex-direction:column; }
.sv-sc-items{ flex:1 1 auto; padding:2.6rem 3rem; display:flex; flex-direction:column; gap:2rem; }

.sv-sc-item{
    position:relative; display:flex; gap:2rem; padding-bottom:2rem;
    border-bottom:.1rem solid transparent;
    border-image-source:linear-gradient(90deg,#d1b698 0%,#f5e9c6 35.19%,#b09169 100%);
    border-image-slice:1;
}
.sv-sc-item:last-child{ border:none; padding-bottom:0; }
.sv-sc-remove{
    position:absolute; top:.2rem; right:0;
    display:flex; align-items:center; justify-content:center;
}
.sv-sc-remove svg{ width:20px; height:20px; }
.sv-sc-img{ flex:0 0 auto; width:11rem; height:13rem; border-radius:1.6rem; overflow:hidden; background:#f6efe6; }
.sv-sc-img img{ width:100%; height:100%; object-fit:cover; }
.sv-sc-info{ flex:1 1 auto; min-width:0; display:flex; flex-direction:column; padding-right:3rem; }
.sv-sc-name{
    font-family:AireBoldPro; font-size:1.8rem; line-height:1.15; text-transform:uppercase;
    color:#2f323a; letter-spacing:.05em;
}
.sv-sc-sub{ margin-top:.6rem; font-size:1.2rem; line-height:1; letter-spacing:0; text-transform:uppercase; color:#9a9a9a; font-family:'Averta Cyrillic',sans-serif; font-weight:100; }
.sv-sc-desc{
    margin-top:.8rem; font-size:1.3rem; line-height:1.45; color:#9a9a9a;
    display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
}
.sv-sc-row{ margin-top:auto; padding-top:1.4rem; display:flex; align-items:center; justify-content:space-between; }
.sv-sc-qty{ display:flex; align-items:center; gap:1.6rem; }
.sv-sc-minus,.sv-sc-plus{ font-size:2rem; line-height:1; color:#2f323a; width:1.6rem; text-align:center; user-select:none; -webkit-user-select:none; }
.sv-sc-qty span{ font-size:1.6rem; min-width:1.4rem; text-align:center; color:#2f323a; }
.sv-sc-price{ font-size:1.8rem; color:#2f323a; white-space:nowrap; }

.sv-sc-foot{
    flex:0 0 auto; padding:2.4rem 3rem 3rem;
    border-top:.1rem solid transparent;
    border-image-source:linear-gradient(90deg,#d1b698 0%,#f5e9c6 35.19%,#b09169 100%);
    border-image-slice:1;
}
.sv-sc-total{ display:flex; align-items:center; justify-content:space-between; margin-bottom:2rem; }
.sv-sc-total-l{ font-size:1.6rem; color:#6b6b6b; }
.sv-sc-total-a{ font-size:2rem; color:#2f323a; white-space:nowrap; }

.sv-sc-btn{
    display:flex; align-items:center; justify-content:center;
    width:100%; height:5.2rem; border-radius:2.6rem; box-sizing:border-box;
    font-size:1.5rem; letter-spacing:.08em; text-transform:uppercase;
    background:#2f323a; color:#d1b698;
}

.sv-sc-empty{ flex:1 1 auto; display:flex; flex-direction:column; align-items:center; gap:2.8rem; padding:5rem 3rem; text-align:center; }
.sv-sc-empty-text{ font-size:1.6rem; letter-spacing:.06em; text-transform:uppercase; color:#6b6b6b; }
.sv-sc-empty .sv-sc-btn{ max-width:42rem; }

/* плавающая кнопка корзины (FAB) */
.sv-sc-fab{
    position:fixed; right:24px; left:auto; bottom:24px; z-index:99990;
    width:54px; height:54px; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    background:#2f323a; color:#d1b698;
    box-shadow:0 .6rem 2rem rgba(0,0,0,.25);
    transition:background .25s ease, color .25s ease, transform .2s ease;
}
.sv-sc-fab:hover{ background:linear-gradient(135deg,#d1b698 0%,#f5e9c6 45%,#b09169 100%); color:#fff; transform:translateY(-.2rem); }
.sv-sc-fab .sv-sc-bag{ width:22px; height:auto; }
.sv-sc-fab-badge{
    position:absolute; top:-5px; left:-5px;
    min-width:20px; height:20px; padding:0 5px; border-radius:10px;
    display:flex; align-items:center; justify-content:center;
    background:#f6efe6; color:#2f323a; font-size:11px; font-weight:500;
    box-shadow:0 .2rem .6rem rgba(0,0,0,.2);
}
.sv-sc-fab:hover .sv-sc-fab-badge{ background:#2f323a; color:#fff; }
.sv-sc-fab.is-empty .sv-sc-fab-badge{ display:flex; } /* SHEA 2026-06-09: показывать 0 в каунте пустой корзины */

/* ====== SHEA: hover кнопки «Перейти к оформлению» в сайдбар-корзине 2026-06-05 ====== */
.sv-sc-btn{ transition: background .4s ease-in-out, color .4s ease-in-out; }
.sv-sc-btn:hover,
.sv-sc-btn:focus-visible{
	background: linear-gradient(90deg, #D1B698 0%, #F5E9C6 35.19%, #B09169 100%);
	color: #2f323a;
}
/* ====== /SHEA sidecart btn hover ====== */


/* --- SHEA: Контакты v3 (обновл. макет) — select направления + блок «Свяжитесь с нами» (2026-06-06) --- */
.feedback-select{
	font-family: Averta Cyrillic; width:100%; height:3.8rem; padding:0 2.5rem; box-sizing:border-box;
	border:0.1rem solid #2f323a; border-radius:2.3rem; font-weight:100; font-size:1.6rem; line-height:1;
	color:#2f323a; background-color:#fff; -webkit-appearance:none; -moz-appearance:none; appearance:none; cursor:pointer;
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%232f323a' fill='none' stroke-width='1.4'/></svg>");
	background-repeat:no-repeat; background-position:right 2rem center; background-size:1.1rem;
}
.feedback-select:required:invalid{ color:#9a9a9a; }
.feedback-select option[value=""][disabled]{ display:none; }
.section-contacts-emails{ padding:0; overflow-x:clip; }
.contacts-emails{ background:#FFFBF2; border-top:1px solid #e7dcc7; border-bottom:1px solid #e7dcc7; margin:4rem calc(50% - 50vw) 0; padding:5rem calc(50vw - 50%); }
.contacts-emails .section-title{ margin-bottom:1.6rem; }
.contacts-emails-sub{ font-weight:100; font-size:1.6rem; line-height:1.5; color:#6b6b6b; margin-bottom:3rem; max-width:92rem; }
.contacts-emails-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:2.8rem 4rem; max-width:100rem; }
.contacts-email-head{ display:flex; align-items:center; gap:1.2rem; margin-bottom:0.8rem; }
.contacts-email-head svg{ width:1.9rem; min-width:1.9rem; height:auto; }
.contacts-email-head span{ font-family:AireBoldPro; text-transform:uppercase; letter-spacing:.04em; font-size:1.4rem; color:#2f323a; }
.contacts-email-val{ display:block; font-weight:100; font-size:1.6rem; color:#2f323a; padding-left:3.1rem; }
a.contacts-email-val:hover{ color:#b09169; }
@media (max-width:960px){ .contacts-emails{ padding:3.2rem calc(50vw - 50%); } .contacts-emails-grid{ grid-template-columns:1fr; gap:2.4rem; } }

/* --- SHEA: Контакты — иконки колонок/почт из макета (PNG) (2026-06-06) --- */
.contacts-col-icon{ height:2rem; width:auto; min-width:1.9rem; object-fit:contain; display:block; }
.contacts-email-icon{ height:1.8rem; width:auto; object-fit:contain; display:block; flex:0 0 auto; }

/* --- SHEA: баннер — ссылка кликабельна на всю площадь (img{pointer-events:none}, <a> должен быть блоком) (2026-06-06) --- */
.banner a{ display:block; width:100%; height:100%; }

/* --- SHEA: баннер — вернуть pointer-events картинке (глобально img{pointer-events:none}) чтобы ссылка кликалась (2026-06-06) --- */
.banner a, .banner a img{ pointer-events: auto !important; }

/* === SHEA howto tab lists (2026-06-06 v3: маркеры через ::before/counter — тема ресетит ul,li{list-style:none} на li) === */
#howto .howto-head { margin: .9em 0 .3em; font-weight: 400; }
#howto p { margin: 0 0 .6em; }
#howto ul, #howto ol { list-style: none; margin: .35em 0 .9em; padding-left: 0; }
#howto li { position: relative; padding-left: 1.7em; margin: .28em 0; }
#howto ul.hl-dash > li::before { content: "\2013"; position: absolute; left: .35em; }
#howto ul.hl-dot > li::before { content: "\2022"; position: absolute; left: .4em; }
#howto ol { counter-reset: howto-ol; }
#howto ol > li { counter-increment: howto-ol; }
#howto ol > li::before { content: counter(howto-ol) "."; position: absolute; left: 0; }
#howto li > ul, #howto li > ol { margin: .25em 0 .4em; }
#howto { overflow-x: hidden; }

/* === SHEA: мобильное меню — соцсети из подвала + текст «Личный кабинет» (2026-06-06) === */
.burger-menu-wrapper.mobile .socials-mobile .social-icon { height: 3.155rem !important; }
.profile-mobile {
	display: flex;
	align-items: center;
	gap: 1rem;
	width: auto !important;
	height: auto !important;
	font-family: AireBoldPro;
	font-size: 1.6rem;
	line-height: 100%;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: #FEF9EB;
}
.profile-mobile svg { width: 1.7rem !important; height: auto !important; flex: 0 0 auto; }


/* ====== ПЕРЕНОС СО STAGE2 2026-06-07: love-блок, бейджи, подзаг.иконок, img-round, пагинация ====== */
/* === SHEA: блок «Проявите любовь» — заголовок белый, плитка тёмная, blur 48 (2026-06-07) === */
.articles-title { color: #fff; }
.article-last { backdrop-filter: blur(48px); }   /* Figma blur 48; подложка #FFFFFF73 = inline-SVG fill white .45 */
.article-last-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2F323A;
}
.article-last-description {
    font-weight: 100;
    font-size: 16px;
    line-height: 118%;
    text-align: justify;
    opacity: .8;
    color: #2F323A;
}

/* === SHEA: бейджи-флавоноиды в статьях (2026-06-07) === */
.article-badges { display: flex; flex-wrap: wrap; gap: 1.2rem; margin: 1.6rem 0 2rem; }
.article-badges span { display: inline-block; padding: 0.9rem 2.2rem; border: 1px solid #b09169; border-radius: 999px; font-size: 1.4rem; line-height: 1; color: #2f323a; letter-spacing: .03em; }

/* === SHEA: подзаголовок блока иконок + роль автора в рекомендации (verbatim макет, 2026-06-07) === */
.section-icons-sub { text-align: center; font-style: italic; font-size: 1.8rem; color: #9a9a9a; margin: 0.4rem 0 3rem; }
.article-rec-author .article-rec-who { display: flex; flex-direction: column; gap: 0.3rem; text-align: left; }
.article-rec-author .rec-role { font-size: 1.4rem; color: #9a9a9a; }
@media (max-width: 768px){
	.section-icons-sub { font-size: 1.6rem; margin: 0.2rem 0 2.2rem; }
}

/* === SHEA: круглые миниатюры 110×110 — ТОЛЬКО помеченные блоки (img-round): витамины+минералы (#386), 4 ингредиента (#399). Остальные картинки не трогаем. (2026-06-07) === */
.article-block-image.img-round{
	width: 110px;
	height: 110px;
	min-width: 110px;
	flex: 0 0 110px;
	border-radius: 50%;
	overflow: hidden;
}
.article-block-image.img-round img{
	width: 110px;
	height: 110px;
	object-fit: cover;
	display: block;
	border-radius: 50%;
}

/* === SHEA: пагинация каталога — золотые кружки (2026-06-07) === */
.products-pags{ gap: 20px; }
.products-pags span,
.products-pags a{
	width: 3.3rem;
	height: 3.3rem;
	font-size: 1.5rem;
	transition: color .3s ease, transform .3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
}
/* неактивные страницы — золотая градиентная обводка, прозрачный центр */
.products-pags a{ color: #B09169; background: transparent; }
.products-pags a::before{
	content: ""; position: absolute; inset: 0; border-radius: 50%; padding: 1px;
	background: linear-gradient(90deg, #D1B698 0%, #F5E9C6 35.19%, #B09169 100%);
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
	transition: opacity .3s ease;
}
/* слой заливки — плавно проявляется на ховере */
.products-pags a::after{
	content: ""; position: absolute; inset: 0; border-radius: 50%; z-index: -1;
	background: linear-gradient(91.77deg, #D1B698 -44.2%, #F5E9C6 6.01%, #B09169 98.5%);
	opacity: 0; transition: opacity .3s ease; pointer-events: none;
}
.products-pags a:hover{ color: #fff; transform: scale(1.08); }
.products-pags a:hover::before{ opacity: 0; }
.products-pags a:hover::after{ opacity: 1; }
/* активная страница — золотая заливка, белая цифра */
.products-pags span.current{
	color: #fff;
	background: linear-gradient(91.77deg, #D1B698 -44.2%, #F5E9C6 6.01%, #B09169 98.5%);
}

/* === SHEA: блок «Масло ши» — фон-картинка как cover (рандом из 3, 2026-06-07) === */
.section-about .about-image img{ width:100%; height:100%; object-fit:cover; }

/* === SHEA: >3 ароматов — горизонтальная лента + стрелки ‹ › в обе стороны (2026-06-07) === */
.variations-wrap{ position: relative; }
.variations-scroll .variations{
	flex-wrap: nowrap;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.variations-scroll .variations::-webkit-scrollbar{ width: 0; height: 0; display: none; }
.variations-scroll .variations > a{ flex: 0 0 calc((100% - 2.4rem) / 3); width: auto; }
.variations-arrow{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5rem;
	display: flex;
	align-items: center;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	z-index: 2;
	transition: opacity .2s ease;
}
.variations-arrow img{ width: 1.4rem; height: auto; display: block; }
.variations-arrow--next{
	right: 0;
	justify-content: flex-end;
	padding-right: 0.4rem;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #ffffff 50%);
}
.variations-arrow--next img{ transform: rotate(-90deg); }
.variations-arrow--prev{
	left: 0;
	justify-content: flex-start;
	padding-left: 0.4rem;
	background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, rgba(255,255,255,0) 100%);
}
.variations-arrow--prev img{ transform: rotate(90deg); }
.variations-scroll.at-start .variations-arrow--prev{ opacity: 0; pointer-events: none; }
.variations-scroll.at-end .variations-arrow--next{ opacity: 0; pointer-events: none; }

/* === SHEA: форма отзыва — новый дизайн по макету (2026-06-07) === */
.section-reviews-form .container{ max-width: 120rem; }
.rf-grid{ display: flex; gap: 4rem; align-items: stretch; }
.rf-main{ flex: 1 1 58%; min-width: 0; }
.rf-image{ flex: 0 0 38%; border-radius: 2rem; overflow: hidden; }
.rf-image img{ width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 2rem; min-height: 100%; }
.section-reviews-form .reviews-form{ display: block; max-width: none; }
.rf-heading{ font-family: AireBoldPro, serif; font-size: 4.2rem; line-height: 1.08; color: #2f323a; margin-bottom: 2.2rem; }
.rf-rate-label, .rf-attrs-label, .rf-more-label{ font-size: 1.6rem; color: #6f7177; margin: 2rem 0 1rem; }
.rf-stars-wrap{ margin-bottom: 0.6rem; }
.rf-attrs{ display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.rf-attr{ height: 4.2rem; border: 1px solid #cfc7bb; border-radius: 2.1rem; background: transparent; color: #2f323a; font-size: 1.4rem; text-transform: uppercase; letter-spacing: .02em; cursor: pointer; transition: border-color .15s, background .15s, color .15s; }
.rf-attr:hover{ border-color: #b09169; }
.rf-attr.active{ background: #2f323a; color: #f5e9c6; border-color: #2f323a; }
.rf-textarea{ display: block; }
.rf-textarea textarea{ width: 100%; min-height: 9rem; border: 1px solid #cfc7bb; border-radius: 1.6rem; padding: 1.4rem 1.8rem; font-size: 1.5rem; box-sizing: border-box; resize: vertical; font-family: inherit; color: #2f323a; }
.rf-skin-check{ display: flex; align-items: center; gap: 1rem; font-size: 1.4rem; color: #6f7177; margin: 1.6rem 0; cursor: pointer; }
.rf-skin-check input{ width: 1.8rem; height: 1.8rem; accent-color: #2f323a; flex: 0 0 auto; }
.rf-skin-check span{ display: none; }
.rf-submit{ display: block; width: 100%; height: 5.2rem; background: #2f323a; color: #fff; border: 0; border-radius: 2.6rem; font-size: 1.6rem; text-transform: uppercase; letter-spacing: .04em; cursor: pointer; text-align: center; line-height: 5.2rem; text-decoration: none; }
.rf-submit:hover{ opacity: .92; }
.rf-note{ font-size: 1.3rem; color: #9a9a9a; margin-top: 1.2rem; text-align: center; }
@media (max-width: 960px){
	.rf-grid{ flex-direction: column; gap: 2.4rem; }
	.rf-image{ order: -1; flex: none; height: 22rem; }
	.rf-heading{ font-size: 3.2rem; }
	.rf-attrs{ grid-template-columns: 1fr; }
}

/* === SHEA: карточки отзывов (тип кожи/дата/атрибуты/средняя) + модалка авторизации (2026-06-07) === */
.reviews-avg{ display:flex; align-items:center; gap:1.2rem; margin:0 0 2.4rem; font-size:1.6rem; color:#2f323a; flex-wrap:wrap; }
.reviews-avg-stars{ display:inline-flex; }
.reviews-avg-count{ color:#9a9a9a; font-size:1.4rem; }
.section-reviews .review{ border:1px solid #e3ddd2; border-radius:1.4rem; padding:2rem 2.2rem; box-sizing:border-box; background:#fff; }
.section-reviews .review-head{ display:flex; justify-content:space-between; align-items:center; font-size:1.2rem; color:#9a9a9a; margin-bottom:1.2rem; gap:1rem; }
.section-reviews .review-skin{ color:#6f7177; }
.section-reviews .review-date{ white-space:nowrap; }
.section-reviews .review-attrs-title{ font-size:1.2rem; color:#9a9a9a; text-transform:uppercase; letter-spacing:.02em; margin:1.6rem 0 .6rem; }
.section-reviews .review-attrs{ font-size:1.4rem; color:#2f323a; }

/* модалка авторизации (ВХОД/РЕГИСТРАЦИЯ) на странице товара */
.sv-auth-modal-overlay{ position:fixed; inset:0; z-index:9999; background:rgba(47,50,58,.45); display:flex; align-items:center; justify-content:center; padding:2rem; }
.sv-auth-modal{ position:relative; width:54rem; max-width:100%; max-height:90vh; overflow:auto; background:#fff; border-radius:2.4rem; padding:4rem 4.4rem; box-shadow:0 2rem 6rem rgba(0,0,0,.25); }
.sv-auth-modal .section-title{ text-align:center; margin:0 0 1rem; }
.sv-auth-modal .section-subtitle{ text-align:center; color:#6f7177; font-size:1.4rem; margin-bottom:2.4rem; }
.sv-auth-close{ position:absolute; top:1.6rem; right:1.8rem; width:3.2rem; height:3.2rem; border:0; background:none; font-size:2.6rem; line-height:1; color:#9a9a9a; cursor:pointer; }
.sv-auth-row{ display:flex; justify-content:space-between; align-items:center; gap:1rem; margin:0 0 1.6rem; font-size:1.3rem; }
.sv-auth-remember{ display:flex; align-items:center; gap:.6rem; color:#6f7177; cursor:pointer; }
.sv-auth-forgot{ color:#6f7177; text-decoration:underline; }
.sv-auth-switch{ text-align:center; margin-top:1.6rem; font-size:1.3rem; color:#6f7177; }
.sv-auth-switch a{ color:#2f323a; text-decoration:underline; }
.sv-auth-check{ display:flex; align-items:flex-start; gap:.8rem; font-size:1.2rem; color:#6f7177; margin:1rem 0; }
.sv-auth-check input{ flex:0 0 auto; margin-top:.2rem; }
.sv-auth-modal .labels-half{ display:flex; gap:1.2rem; }
.sv-auth-modal .labels-half label{ flex:1 1 0; min-width:0; }
.sv-auth-modal .auth-form button[type=submit]{ width:100%; margin-top:1rem; }
@media (max-width:600px){ .sv-auth-modal{ padding:3rem 2rem; } .sv-auth-modal .labels-half{ flex-direction:column; } }

/* === SHEA: фикс чекбокса «тип кожи» (видимый, как в auth) + ровные карточки при малом числе (2026-06-07) === */
.rf-skin-check{ display:flex; align-items:center; gap:1rem; }
.rf-skin-check input[type="checkbox"]{ display:none; }
.rf-skin-check input[type="checkbox"] + span{ display:inline-block; width:1.9rem; min-width:1.9rem; height:1.9rem; background-image:url("../../images/checkbox.svg"); background-size:cover; background-repeat:no-repeat; }
.rf-skin-check input[type="checkbox"]:checked + span{ background-image:url("../../images/checkbox-checked.svg"); }
.section-reviews .slick-list{ margin: 0 -1rem; }
.section-reviews .slick-track{ margin-left: 0; display:flex; }
.section-reviews .slick-slide{ height: auto; padding: 0 1rem; box-sizing: border-box; }
.section-reviews .slick-slide > div, .section-reviews .slick-slide .review{ height: 100%; }

/* === SHEA: правки отзывов (Роман, 2026-06-07) === */
.review { padding: 20px 30px !important; }
.rf-heading { text-transform: uppercase; }

/* === SHEA: фиксы модалки авторизации (Роман, 2026-06-07) === */
.sv-auth-modal-overlay{ background: rgba(52,49,45,0.30); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.sv-auth-modal{ width: 60rem; }
.sv-auth-modal .auth-form-wrapper,
.sv-auth-modal .auth-form-wrapper.register{ width: 100%; max-width: 100%; }
.sv-auth-modal .auth-form{ width: 100%; }
.sv-auth-modal .auth-form button{
	background: #2f323a;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	color: #fff;
	-webkit-text-fill-color: #fff;
	width: 100%;
	height: 5rem;
	border-radius: 2.6rem;
}
.sv-auth-modal .auth-form button:after{ display: none; }

/* === SHEA: блок section-call — фон 100vw (рандом из 3) + контент в контейнере (Роман, 2026-06-07) === */
.section-call{
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.section-call::before{
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(35,33,30,0.55) 0%, rgba(35,33,30,0.18) 45%, rgba(35,33,30,0) 72%);
	pointer-events: none;
	z-index: 0;
}
.section-call .container{ position: relative; z-index: 1; }
.section-call .call{
	align-items: flex-start;
	text-align: left;
	gap: 1.8rem;
	padding: 5.5rem 0;
	max-width: 72rem;
}
.section-call .call-title{ color: #ffffff; }
.section-call .call-text{ color: #ffffff; text-align: left; font-weight: 300; }
@media (max-width: 960px){
	.section-call .call{ align-items: center; text-align: center; max-width: 100%; padding: 4rem 0; }
	.section-call .call-text{ text-align: center; }
	.section-call::before{ background: linear-gradient(180deg, rgba(35,33,30,0.5), rgba(35,33,30,0.3)); }
}

/* === SHEA: правки-4 (Роман, 2026-06-07): section-call 300px, reviews-form padding, модалки === */
section.section.section-call{ height: 300px; display: flex; align-items: center; }
.section-call .call{ padding: 0; }
section.section.section-reviews-form{ padding-top: 60px !important; }
.sv-auth-remember{ display: flex; align-items: center; gap: 0.8rem; }
.sv-auth-modal .sv-auth-forgot{ white-space: nowrap; }
.sv-auth-modal .auth-form > label{ margin-bottom: 1.6rem; }
.sv-auth-modal .labels-half{ margin-bottom: 1.6rem; }
.sv-auth-modal .sv-auth-check{ margin: 1.2rem 0; }
@media (max-width: 960px){
	section.section.section-call{ height: auto; min-height: 220px; }
	.section-call .call{ padding: 3rem 0; }
}

/* === SHEA: section-call — ширина заголовка 75% (Роман, 2026-06-07) === */
.section-call .call-title{ max-width: 75%; }
@media (max-width: 960px){ .section-call .call-title{ max-width: 100%; } }

/* === SHEA: отзывов нет — баннер + текст (пустое состояние) (Роман, 2026-06-08) === */
.section-reviews-empty .reviews-avg{ margin-bottom: 3rem; }
.reviews-empty-grid{ display: flex; gap: 4rem; align-items: center; }
.reviews-empty-banner{ flex: 1 1 58%; min-width: 0; }
.reviews-empty-banner img{ width: 100%; height: auto; display: block; border-radius: 2rem; }
.reviews-empty-info{ flex: 0 0 38%; }
.reviews-empty-title{ font-size: 2rem; text-transform: uppercase; letter-spacing: .03em; color: #2f323a; font-weight: 500; margin: 0 0 1.6rem; }
.reviews-empty-text{ font-size: 1.6rem; line-height: 1.6; color: #6f7177; margin: 0; }
@media (max-width: 960px){
	.reviews-empty-grid{ flex-direction: column; gap: 2.4rem; align-items: stretch; }
	.reviews-empty-info{ flex: none; }
}

/* === SHEA: статья 386 «Для чего можно использовать KARITE GOLD» 1-в-1 с макетом — буллеты списков (::before) + фото в image-right натуральной высоты и прижато к верху (как у 401, но scoped; круглые миниатюры image-left не трогаем) (Роман, 2026-06-08) === */
.postid-386 .section-article-layout .article-block ul{ margin: 0 0 1.4rem; padding-left: 0; list-style: none; }
.postid-386 .section-article-layout .article-block ul li{ position: relative; padding-left: 2.4rem; margin: 0 0 0.6rem; }
.postid-386 .section-article-layout .article-block ul li::before{ content: "\2022"; position: absolute; left: 0.7rem; top: 0; color: #2f323a; }
.postid-386 .article-block.image-right div.article-block-image{ height: auto; }
.postid-386 .article-block.image-right div.article-block-image img{ width: 100%; height: auto; display: block; }
.postid-386 .article-block.image-right .article-block-inner{ align-items: flex-start; }
.postid-386 .section-article-layout .article-subhead{ font-style: normal !important; }

/* === SHEA: фикс белого отступа под подвалом — закрытое десктоп-бургер-меню не должно растягивать страницу (Роман, 2026-06-08) === */
@media (min-width: 961px){
	.burger-menu-wrapper:not(.mobile){ display: none; }
	.burger.open + .burger-menu-wrapper:not(.mobile){ display: block; }
}

/* SHEA: article badges - even stretch across container (2026-06-09) */
@media (min-width:1024px){.article-badges span{flex:1 1 0;text-align:center;}}

/* ===== SHEA: .product-actions карточек каталога — по нижнему краю (2026-06-10) =====
   Карточка .product имеет фикс. высоту; .product-info позиционирован absolute от верха
   и "плясал" из-за разной высоты заголовка. Привязываем info к низу + прижимаем
   блок цены+кнопки вниз. Скоуп .product-info = только карточки каталога (стр. товара не затронута). */
.product-info { bottom: 0; }
.product-info .product-actions { margin-top: auto; }

/* === SHEA: блок отзывов под макет (имя+звёзды в ряд, СРЕДНЯЯ ОЦЕНКА капсом) 2026-06-15 === */
.reviews-avg-label{ text-transform:uppercase; letter-spacing:.04em; font-weight:500; }
.section-reviews .review-name-row{ display:flex; justify-content:space-between; align-items:center; gap:1.2rem; }
.section-reviews .review-title{ text-transform:uppercase; margin-bottom:0; }
.section-reviews .review .product-ranking{ flex:0 0 auto; }

/* === SHEA: отзывы — карточка по макету (фикс. ширина 45.4rem, паддинг, variableWidth slick) 2026-06-15 === */
.section-reviews .review{ padding:2.3rem 2rem !important; }
@media (min-width:961px){
  .section-reviews .review{ width:45.4rem; }
  .section-reviews .slick-list{ padding:0 !important; }
}

/* === SHEA: кастомный выпадающий список «Выберите направление» на Контактах (2026-06-15) === */
.sv-select{ position:relative; font-family:"Averta Cyrillic", sans-serif; }
.sv-select-ui{ border:0.1rem solid #e3ddd2; border-radius:2rem; background:#fff; overflow:hidden; }
.sv-select-ui.is-open{ box-shadow:0 1.2rem 3.2rem rgba(47,50,58,.10); }
.sv-select-trigger{ width:100%; display:flex; align-items:center; justify-content:space-between; gap:1rem; height:3.8rem; padding:0 2.5rem; box-sizing:border-box; background:none; border:0; cursor:pointer; font-family:inherit; font-weight:100; font-size:1.6rem; line-height:1; color:#9a9a9a; text-align:left; }
.sv-select-trigger .sv-select-label.is-filled{ color:#2f323a; }
.sv-select-arrow{ flex:0 0 auto; width:1.2rem; height:0.8rem; transition:transform .25s ease; background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%232f323a' fill='none' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center; background-size:contain; }
.sv-select-ui.is-open .sv-select-arrow{ transform:rotate(180deg); }
.sv-select-ui.is-open .sv-select-trigger{ border-bottom:0.1rem solid #b09169; }
.sv-select-list{ list-style:none; margin:0; padding:0; max-height:0; overflow:hidden; transition:max-height .25s ease; }
.sv-select-ui.is-open .sv-select-list{ max-height:60rem; }
.sv-select-option{ padding:1.15rem 2.5rem; font-weight:100; font-size:1.6rem; line-height:1.2; color:#9a9a9a; cursor:pointer; border-bottom:0.1rem solid #e3ddd2; transition:color .15s, border-color .15s; }
.sv-select-option:last-child{ border-bottom:0; }
.sv-select-option:hover, .sv-select-option.is-active{ color:#2f323a; font-weight:400; border-bottom-color:#b09169; }

/* === SHEA: мобильные правки — куки-баннер + кнопка сайдкарта (2026-06-15, CSS Романа) === */
@media (max-width: 960px) {
  a.sv-sc-btn {
    height: 40px !important;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
  }
  .cookie-buttons { gap: 2rem; }
  .cookie-buttons a {
    font-family: Averta Cyrillic !important;
    width: fit-content;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cookie { bottom: 100px; }
  .cookie-text {
    font-size: 1.6rem;
    line-height: 20px;
  }
}

/* === SHEA: форма отзыва — видимая подсказка про обязательную оценку (2026-06-18) === */
.rf-rating-error{ display:none; margin:0.6rem 0 1.6rem; padding:1.2rem 1.6rem; background:#fbeae8; border:1px solid #e3b4ae; border-radius:1.2rem; color:#c0392b; font-size:1.4rem; line-height:1.4; }
.reviews-form-ranking-stars.rf-stars--err{ filter:drop-shadow(0 0 0.5rem rgba(192,57,43,0.6)); animation:rfStarsShake 0.4s ease; }
@keyframes rfStarsShake{ 0%,100%{ transform:translateX(0); } 20%,60%{ transform:translateX(-0.4rem); } 40%,80%{ transform:translateX(0.4rem); } }
