/**
 * Тема v2 — новый дизайн (концепт A).
 * Подключается после main.css и media.css и перекрывает их.
 * Все новые классы с префиксом v2-, чтобы не пересекаться со старыми стилями и custom.js.
 */
:root {
	--v2-ink: #111111;
	--v2-ink-soft: #5a5a5a;
	--v2-line: rgba(17, 17, 17, .14);
	--v2-gold: #bd9724;
	--v2-paper: #ffffff;
	--v2-sans: 'Jost', 'Helvetica Neue', Arial, sans-serif;
	/* заголовочный шрифт (заголовки, крупные цитаты, цены в ЛК) */
	--v2-display: 'Cormorant Garamond', Georgia, serif;
	--v2-hdr-h: 84px;
}

/* ---------- Шапка ---------- */
.v2-hdr {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	column-gap: 40px;
	padding: 20px 44px;
	background: rgba(255, 255, 255, .96);
	border-bottom: 1px solid transparent;
	font-family: var(--v2-sans);
	color: var(--v2-ink);
	transition: padding .35s ease, border-color .35s ease, background-color .35s ease;
}
.v2-hdr.is-scrolled {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-color: var(--v2-line);
}
@supports (backdrop-filter: blur(1px)) {
	.v2-hdr { background: rgba(255, 255, 255, .92); backdrop-filter: blur(14px); }
}

.v2-hdr a { color: inherit; text-decoration: none; }

.v2-hdr__left { display: none; align-items: center; }

.v2-burger {
	display: flex;
	align-items: center;
	padding: 8px 8px 8px 0;
	background: none;
	border: 0;
	cursor: pointer;
	color: inherit;
}
.v2-burger__lines { display: inline-flex; flex-direction: column; gap: 5px; width: 22px; }
.v2-burger__lines i { display: block; height: 1px; background: currentColor; transition: transform .3s; }
.v2-burger:hover .v2-burger__lines i:first-child { transform: translateX(4px); }

.v2-hdr__logo { display: block; line-height: 0; }
.v2-hdr__logo img { display: block; width: auto; height: 44px; max-width: none; transition: height .35s ease; }
.v2-hdr.is-scrolled .v2-hdr__logo img { height: 34px; }

/* ---------- Горизонтальное меню (десктоп) ---------- */
.v2-nav { justify-self: center; }
.v2-nav__ul { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); margin: 0; padding: 0; list-style: none; }
.v2-nav__li { position: relative; margin: 0; }
.v2-nav__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 10px 0;
	font-family: var(--v2-sans);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .17em;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
}
.v2-nav__link::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	height: 1px;
	background: var(--v2-gold);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .35s cubic-bezier(.2, .7, .3, 1);
}
.v2-nav__li:hover > .v2-nav__link::after,
.v2-nav__li:focus-within > .v2-nav__link::after { transform: scaleX(1); }
.v2-nav__caret { width: 8px; height: 8px; stroke: currentColor; fill: none; stroke-width: 1.3; transition: transform .3s; }
.v2-nav__li:hover .v2-nav__caret { transform: rotate(180deg); }

.v2-drop {
	position: absolute;
	top: 100%;
	left: -34px;
	padding-top: 14px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .3s, visibility .3s, transform .3s;
}
.v2-nav__li_drop:hover .v2-drop,
.v2-nav__li_drop:focus-within .v2-drop { opacity: 1; visibility: visible; transform: translateY(0); }
.v2-drop__box {
	padding: 28px 34px;
	background: #fff;
	border: 1px solid var(--v2-line);
	box-shadow: 0 24px 60px -30px rgba(0, 0, 0, .25);
}
.v2-drop__box_cols { display: grid; grid-template-columns: repeat(2, minmax(210px, auto)); column-gap: 44px; }
.v2-drop__box ul { margin: 0; padding: 0; list-style: none; }
.v2-drop__box a {
	display: block;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: .04em;
	line-height: 2.25;
	white-space: nowrap;
	transition: color .2s, padding-left .3s;
}
.v2-drop__box a:hover { color: var(--v2-gold); padding-left: 6px; }
.v2-accent { color: var(--v2-gold) !important; }
.v2-drop__all { grid-column: 1 / -1; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--v2-line); }
.v2-drop__box .v2-drop__all a,
.v2-mm .v2-drop__all a { font-size: 10.5px; font-weight: 400; letter-spacing: .28em; text-transform: uppercase; }

/* ---------- Иконки справа ---------- */
.v2-hdr__right { justify-self: end; display: flex; align-items: center; gap: 22px; }

/* сброс старых стилей .a2-lk-button, .header__cart, .cart-head__icon, .mobile_count */
.v2-hdr .v2-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	color: var(--v2-ink);
	line-height: 0;
	cursor: pointer;
	transition: color .25s;
}
.v2-hdr .v2-icon:hover { color: var(--v2-gold); }
.v2-hdr .v2-icon svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.1; }

.v2-hdr .header__cart { float: none; display: block; padding: 0; position: static; }
.v2-hdr .cart-head__icon,
.v2-hdr .cart:hover .cart-head__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin: 0;
	background: none;
}
.v2-hdr .mobile_count.v2-icon__count {
	display: block;
	position: absolute;
	top: 1px;
	right: -2px;
	min-width: 15px;
	height: 15px;
	padding: 0 3px;
	border: 0;
	border-radius: 8px;
	background: var(--v2-ink);
	color: #fff;
	font-family: var(--v2-sans);
	font-size: 9px;
	font-weight: 400;
	line-height: 15px;
	text-align: center;
}

/* ---------- Мобильное меню ---------- */
.v2-mm {
	position: fixed;
	inset: 0;
	z-index: 1500;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-content: start;
	overflow-y: auto;
	background: var(--v2-paper);
	font-family: var(--v2-sans);
	color: var(--v2-ink);
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease, visibility .4s;
}
.v2-mm.is-open { opacity: 1; visibility: visible; }
.v2-mm a { color: inherit; text-decoration: none; }
.v2-mm ul { margin: 0; padding: 0; list-style: none; }
.v2-mm__close {
	position: absolute;
	top: 26px;
	right: 44px;
	background: none;
	border: 0;
	cursor: pointer;
	color: var(--v2-ink);
	font-family: var(--v2-sans);
	font-size: 10.5px;
	font-weight: 400;
	letter-spacing: .28em;
	text-transform: uppercase;
}
.v2-mm__col { padding: 120px 60px 60px 44px; }
.v2-mm__col_r { background: #f6f4f1; padding-left: 60px; }
.v2-mm__t { margin-bottom: 28px; font-size: 10px; letter-spacing: .34em; text-transform: uppercase; color: var(--v2-ink-soft); }
.v2-mm__t_gap { margin-top: 56px; }
.v2-mm__list li { margin-bottom: 2px; }
.v2-mm__list a {
	display: inline-block;
	font-family: var(--v2-display);
	font-size: 27px;
	font-weight: 300;
	line-height: 1.35;
	transition: color .2s, padding-left .3s;
}
.v2-mm__list a:hover { color: var(--v2-gold); padding-left: 14px; }
.v2-mm__sub a {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: .12em;
	line-height: 2.3;
	text-transform: uppercase;
	transition: color .2s;
}
.v2-mm__sub a:hover { color: var(--v2-gold); }
.v2-mm .v2-drop__all { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--v2-line); }

body.v2-mm-lock { overflow: hidden; }

/* ---------- Отступ контента под шапку ---------- */
.content { padding-top: calc(var(--v2-hdr-h) + 16px); }

/* ---------- Адаптив ---------- */
/* меню не помещается — переключаемся на бургер */
@media (max-width: 1180px) {
	.v2-hdr { grid-template-columns: 1fr auto 1fr; column-gap: 16px; }
	.v2-hdr__left { display: flex; }
	.v2-hdr__logo { justify-self: center; }
	.v2-nav { display: none; }
}
@media (min-width: 1181px) {
	.v2-mm { display: none; }
}
@media (max-width: 1024px) {
	.v2-mm { grid-template-columns: 1fr; }
	.v2-mm__col { padding: 96px 20px 20px; }
	.v2-mm__col_r { padding: 36px 20px 60px; }
}
@media (max-width: 768px) {
	:root { --v2-hdr-h: 58px; }
	.v2-hdr,
	.v2-hdr.is-scrolled { padding: 14px 16px; column-gap: 8px; }
	.v2-hdr__logo img { height: 30px; }
	.v2-hdr.is-scrolled .v2-hdr__logo img { height: 26px; }
	.v2-hdr__right { gap: 0; }
	.v2-hdr .v2-icon { width: 32px; }
	.v2-mm__close { top: 18px; right: 16px; }
	.v2-mm__list a { font-size: 25px; }
}

/* =====================================================================
 * Главная
 * ===================================================================== */
.v2-home.content { padding-top: 0; padding-bottom: 0; }

/* Шапка прозрачная поверх слайдера, пока не начали прокручивать.
   :has — для современных браузеров, класс v2-hdr_over — запасной вариант из v2.js */
.page:has(.v2-hero) .v2-hdr:not(.is-scrolled),
.v2-hdr.v2-hdr_over:not(.is-scrolled) {
	background: transparent;
	backdrop-filter: none;
	border-bottom-color: transparent;
}

/* ---------- Слайдер ---------- */
.v2-hero {
	position: relative;
	width: 100%;
	height: 100vh;
	height: 100svh;
	min-height: 600px;
	overflow: hidden;
	background: #fff;
	font-family: var(--v2-sans);
	color: var(--v2-ink);
}
.v2-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 1.1s cubic-bezier(.4, 0, .2, 1);
}
.v2-slide.is-active { opacity: 1; pointer-events: auto; }
.v2-slide__bg {
	position: absolute;
	inset: 0;
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
	transform: scale(1.04);
	transition: transform 7s linear;
}
.v2-slide.is-active .v2-slide__bg { transform: scale(1); }
.v2-slide__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 52%;
	height: 100%;
	padding: 0 44px 0 clamp(44px, 7vw, 120px);
}
.v2-slide__title,
.v2-slide__cta { opacity: 0; transform: translateY(18px); }
.v2-slide__title {
	margin: 0 0 30px;
	font-family: var(--v2-sans);
	font-size: 10.5px;
	font-weight: 400;
	letter-spacing: .34em;
	text-transform: uppercase;
	color: var(--v2-ink-soft);
}
.v2-slide__cta {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 14px;
	padding-bottom: 9px;
	border-bottom: 1px solid var(--v2-ink);
	color: var(--v2-ink);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .28em;
	text-transform: uppercase;
	text-decoration: none;
	transition: gap .3s, color .3s, border-color .3s;
}
.v2-slide__cta:hover { gap: 24px; color: var(--v2-gold); border-color: var(--v2-gold); text-decoration: none; }
.v2-slide.is-active .v2-slide__title  { animation: v2-rise .9s .25s cubic-bezier(.2, .7, .3, 1) forwards; }
.v2-slide.is-active .v2-slide__cta    { animation: v2-rise .9s .40s cubic-bezier(.2, .7, .3, 1) forwards; }
@keyframes v2-rise { to { opacity: 1; transform: translateY(0); } }

.v2-hero__arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	padding: 22px;
	background: none;
	border: 0;
	color: var(--v2-ink);
	opacity: .45;
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity .3s;
}
.v2-hero__arrow:hover,
.v2-hero__arrow:focus-visible { opacity: 1; }
.v2-hero__arrow svg { display: block; width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 1; }
.v2-hero__arrow_prev { left: 10px; }
.v2-hero__arrow_next { right: 10px; }

.v2-hero__meta {
	position: absolute;
	left: clamp(44px, 7vw, 120px);
	bottom: 46px;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 22px;
}
.v2-hero__count { font-size: 11px; letter-spacing: .22em; }
.v2-hero__count b { font-weight: 400; }
.v2-hero__count s { text-decoration: none; color: var(--v2-ink-soft); }
.v2-hero__bar { position: relative; width: 180px; height: 1px; background: var(--v2-line); }
.v2-hero__bar i { position: absolute; left: 0; top: 0; width: 0; height: 100%; background: var(--v2-ink); }
.v2-hero__scroll {
	position: absolute;
	right: clamp(44px, 7vw, 120px);
	bottom: 46px;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 9.5px;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: var(--v2-ink-soft);
}
.v2-hero__scroll i { position: relative; display: block; width: 44px; height: 1px; overflow: hidden; background: var(--v2-line); }
.v2-hero__scroll i::after { content: ''; position: absolute; inset: 0; background: var(--v2-ink); animation: v2-sweep 2.4s infinite; }
@keyframes v2-sweep { 0% { transform: translateX(-100%); } 60%, 100% { transform: translateX(100%); } }

/* ---------- О бренде ---------- */
.v2-manifesto {
	padding: clamp(90px, 13vw, 180px) 44px;
	text-align: center;
	font-family: var(--v2-sans);
	color: var(--v2-ink);
}
.v2-manifesto__wrap { max-width: 940px; margin: 0 auto; }
.v2-manifesto__eyebrow {
	margin: 0 0 38px;
	font-size: 10px;
	letter-spacing: .36em;
	text-transform: uppercase;
	color: var(--v2-ink-soft);
}
.v2-manifesto__eyebrow sup,
.v2-manifesto h1 sup { font-size: .3em; vertical-align: super; color: var(--v2-gold); }
.v2-manifesto h1 {
	margin: 0 0 52px;
	font-family: var(--v2-display);
	font-size: clamp(30px, 3.6vw, 52px);
	font-weight: 300;
	line-height: 1.16;
	letter-spacing: .005em;
	text-transform: none;
}
.v2-manifesto__rule { width: 1px; height: 74px; margin: 0 auto 52px; background: var(--v2-line); }
.v2-manifesto p {
	max-width: 720px;
	margin: 0 auto 24px;
	font-family: var(--v2-display);
	font-size: clamp(17px, 1.45vw, 22px);
	line-height: 1.78;
	color: var(--v2-ink-soft);
}
.v2-manifesto p.v2-manifesto__sign {
	margin-top: 52px;
	font-family: var(--v2-sans);
	font-size: 11px;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: var(--v2-ink);
}
.v2-manifesto__sign span { color: var(--v2-gold); }

@media (max-width: 1024px) {
	.v2-slide__inner { max-width: 100%; }
}
@media (max-width: 768px) {
	/* на телефоне текст сверху, фото ниже — широкие фото уменьшаем, чтобы не обрезать товар */
	.v2-hero { min-height: 560px; }
	.v2-slide__bg { background-size: auto 46%; background-position: var(--v2-fx, 62%) 74%; }
	.v2-slide__inner { justify-content: flex-start; padding: calc(var(--v2-hdr-h) + 48px) 20px 0; }
	.v2-hero__arrow,
	.v2-hero__scroll { display: none; }
	/* слева внизу кнопка WhatsApp — счётчик переносим вправо */
	.v2-hero__meta { left: auto; right: 20px; bottom: 30px; }
	.v2-hero__bar { width: 120px; }
	.v2-manifesto { padding-left: 20px; padding-right: 20px; }
}
@media (prefers-reduced-motion: reduce) {
	.v2-slide,
	.v2-slide__bg { transition: none; }
	.v2-slide__title,
	.v2-slide__cta { opacity: 1; transform: none; animation: none !important; }
	.v2-hero__scroll i::after { animation: none; }
}

/* =====================================================================
 * Общие элементы страниц (каталог, карточка товара)
 * ===================================================================== */
:root { --v2-stone: #f5f3ef; --v2-shot: #ffffff; --v2-ink-mute: #8a8a8a; --v2-gutter: 44px; }

.v2-wrap { max-width: 1440px; margin: 0 auto; padding: 0 var(--v2-gutter); font-family: var(--v2-sans); color: var(--v2-ink); font-weight: 300; }
.v2-wrap a { color: inherit; text-decoration: none; }
.v2-wrap ul { margin: 0; padding: 0; list-style: none; }
.v2-wrap button { font-family: inherit; }
.v2-serif { font-family: var(--v2-display); font-weight: 300; letter-spacing: .005em; line-height: 1.02; text-transform: none; }
.v2-eyebrow { margin: 0; font-size: 10px; font-weight: 400; letter-spacing: .34em; text-transform: uppercase; color: var(--v2-ink-soft); }
.v2-eyebrow sup { font-size: .8em; }

.v2-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 28px 0 0; font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--v2-ink-mute); }
.v2-crumbs a:hover { color: var(--v2-ink); }
.v2-crumbs [aria-current] { color: var(--v2-ink); }

.v2-heart { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.1; transition: fill .25s, stroke .25s; }
.favorite-btn--active .v2-heart { fill: var(--v2-gold); stroke: var(--v2-gold); }

.v2-btn,
.v2-wrap a.v2-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 12px;
	height: 54px; margin: 0; padding: 0 34px; border: 1px solid var(--v2-ink); border-radius: 0;
	background: transparent; color: var(--v2-ink); cursor: pointer;
	font-family: var(--v2-sans); font-size: 11px; font-weight: 400; letter-spacing: .26em; line-height: 1; text-transform: uppercase; white-space: nowrap;
	transition: background .3s, border-color .3s, color .3s;
}
.v2-btn:hover,
.v2-wrap a.v2-btn:hover { background: transparent; border-color: var(--v2-gold); color: var(--v2-gold); }
.v2-btn svg { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 1.2; }
.v2-btn.cart-btn-empty,
.v2-btn.cart-btn-empty:hover,
.v2-wrap a.v2-btn.cart-btn-empty,
.v2-wrap a.v2-btn.cart-btn-empty:hover { background: transparent; border-color: #d8d3ca; color: var(--v2-ink-mute); cursor: default; }
.v2-btn.loading { opacity: .6; pointer-events: none; }

.v2-link-line { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 10.5px; font-weight: 400; letter-spacing: .26em; text-transform: uppercase; transition: gap .3s, color .3s; }

/* ленты с перетаскиванием */
[data-drag] { overscroll-behavior-x: contain; }
[data-drag] img { -webkit-user-drag: none; }
[data-drag].is-dragging { cursor: grabbing; scroll-snap-type: none !important; -webkit-user-select: none; user-select: none; }
[data-drag].is-dragging a,
[data-drag].is-dragging button,
[data-drag].is-dragging img { pointer-events: none; }

/* =====================================================================
 * Каталог
 * ===================================================================== */
.v2-cat.content { padding-bottom: 0; }
.v2-cat__head { display: grid; grid-template-columns: 1fr minmax(0, 440px); align-items: end; gap: 40px; padding: 44px 0 40px; }
.v2-cat__head h1 { margin: 18px 0 0; font-size: clamp(38px, 4.8vw, 70px); }
.v2-cat__note,
.v2-cat__note p { margin: 0; font-family: var(--v2-display); font-size: 19px; line-height: 1.6; color: var(--v2-ink-soft); }
.v2-cat__note p + p { margin-top: 10px; font-size: 16px; }
.v2-cat__empty { margin: 0 0 60px; font-family: var(--v2-display); font-size: 20px; line-height: 1.6; color: var(--v2-ink-soft); }
.v2-cat__empty a { border-bottom: 1px solid currentColor; }

.v2-chips {
	--v2-fade: 40px;
	display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; cursor: grab;
	margin-bottom: 34px; padding: 0 0 22px; border-bottom: 1px solid var(--v2-line);
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 var(--v2-fade-l, 0px), #000 calc(100% - var(--v2-fade-r, 0px)), transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0, #000 var(--v2-fade-l, 0px), #000 calc(100% - var(--v2-fade-r, 0px)), transparent 100%);
}
.v2-chips::-webkit-scrollbar { display: none; }
.v2-chips.has-left { --v2-fade-l: var(--v2-fade); }
.v2-chips.has-right { --v2-fade-r: var(--v2-fade); }
.v2-wrap .v2-chip {
	flex: 0 0 auto; padding: 10px 18px; border: 1px solid var(--v2-line); border-radius: 40px; background: #fff;
	font-size: 11px; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap;
	transition: border-color .25s, background .25s, color .25s;
}
.v2-wrap .v2-chip:hover { border-color: var(--v2-ink); }
.v2-wrap .v2-chip_gold { color: var(--v2-gold); border-color: rgba(189, 151, 36, .45); }
.v2-wrap .v2-chip.is-active { background: var(--v2-ink); border-color: var(--v2-ink); color: #fff; }

.v2-search { display: flex; gap: 12px; max-width: 640px; margin: 0 0 40px; }
.v2-search__input { flex: 1; min-width: 0; height: 54px; padding: 0 18px; border: 1px solid var(--v2-line); border-radius: 0; font-family: var(--v2-sans); font-size: 15px; font-weight: 300; outline: 0; }
.v2-search__input:focus { border-color: var(--v2-ink); }

.v2-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 48px 24px; padding-bottom: 110px; }

/* ---------- Карточка в сетке ---------- */
.v2-card { position: relative; display: flex; flex-direction: column; min-width: 0; }
.v2-card__visual { position: relative; }
.v2-wrap .v2-card__media { position: relative; display: block; aspect-ratio: 2 / 3; overflow: hidden; background: var(--v2-shot); }
.v2-card__media img {
	display: block; width: 100%; height: 100%; max-width: none; object-fit: contain; padding: 8% 10%; box-sizing: border-box;
	mix-blend-mode: multiply; transition: transform .9s cubic-bezier(.2, .7, .3, 1);
}
.v2-card:hover .v2-card__media img { transform: scale(1.045); }
.v2-badge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 6px 10px; background: #fff; font-size: 10px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.v2-badge_sale { background: var(--v2-gold); color: #fff; }

.v2-wrap .v2-card__fav {
	position: absolute; top: 8px; right: 8px; z-index: 3; width: 40px; height: 40px; margin: 0; padding: 0;
	display: flex; align-items: center; justify-content: center; background: none; border: 0; color: var(--v2-ink); font-size: 0; cursor: pointer;
}
.v2-card__fav i { display: flex; }
.v2-wrap .v2-card__fav:hover { color: var(--v2-gold); }

.v2-wrap .v2-card__quick {
	position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2; height: 46px; margin: 0; padding: 0;
	display: flex; align-items: center; justify-content: center; gap: 10px;
	background: rgba(255, 255, 255, .96); border: 0; color: var(--v2-ink); cursor: pointer;
	font-family: var(--v2-sans); font-size: 10.5px; font-weight: 400; letter-spacing: .24em; text-transform: uppercase;
	opacity: 0; transform: translateY(10px); transition: opacity .35s, transform .35s, background .25s, color .25s;
}
.v2-card__quick svg,
.v2-card__cart svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.2; }
.v2-card:hover .v2-card__quick,
.v2-wrap .v2-card__quick:focus-visible { opacity: 1; transform: none; }
.v2-wrap .v2-card__quick:hover { background: #fff; color: var(--v2-gold); }

.v2-card__body { display: flex; flex: 1; flex-direction: column; gap: 9px; padding-top: 18px; }
.v2-card__dots { display: flex; align-items: center; gap: 5px; min-height: 12px; }
.v2-card__dots i { width: 10px; height: 10px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08); }
.v2-card__dots span,
.v2-card__meta { font-size: 10.5px; letter-spacing: .08em; color: var(--v2-ink-mute); }
.v2-card__dots span { margin-left: 6px; }
.v2-card__meta { min-height: 12px; line-height: 12px; }
.v2-wrap .v2-card__title { font-family: var(--v2-sans); font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: .01em; transition: color .25s; }
.v2-wrap .v2-card__title:hover { color: var(--v2-gold); }
.v2-card__note { font-size: 11.5px; letter-spacing: .03em; color: var(--v2-gold); }
.v2-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 4px; }
.v2-card__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 10px; font-size: 15px; font-weight: 400; letter-spacing: .04em; white-space: nowrap; }
.v2-card__price s { font-size: 13px; font-weight: 300; color: var(--v2-ink-mute); }
.v2-card__price .is-sale { color: var(--v2-gold); }
.v2-wrap .v2-card__cart { display: none; flex: 0 0 38px; width: 38px; height: 38px; margin: 0; padding: 0; align-items: center; justify-content: center; border: 1px solid var(--v2-line); border-radius: 50%; background: #fff; color: var(--v2-ink); font-size: 0; cursor: pointer; }

/* промо-плитка */
.v2-wrap .v2-promo {
	grid-column: span 2; position: relative; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start;
	min-height: 100%; padding: 44px; overflow: hidden; background: #f1ede6;
}
.v2-promo__bg { position: absolute; inset: 0; background-position: 70% 32%; background-size: cover; mix-blend-mode: multiply; transition: transform 1.4s cubic-bezier(.2, .7, .3, 1); }
.v2-promo:hover .v2-promo__bg { transform: scale(1.03); }
.v2-promo::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(241, 237, 230, .97) 0%, rgba(241, 237, 230, .85) 40%, rgba(241, 237, 230, 0) 72%); }
.v2-promo > *:not(.v2-promo__bg) { position: relative; z-index: 2; }
.v2-promo .v2-eyebrow { color: var(--v2-gold); }
.v2-promo__title { display: block; margin: 16px 0 14px; font-size: clamp(29px, 2.8vw, 43px); }
.v2-promo__text { display: block; max-width: 420px; margin-bottom: 28px; font-family: var(--v2-display); font-size: 19px; line-height: 1.55; color: var(--v2-ink-soft); }

/* =====================================================================
 * Карточка товара
 * ===================================================================== */
.v2-pd-page.content { padding-bottom: 0; }
.v2-pd { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 96px); padding: 34px 0 110px; }

.v2-pd__gallery { position: sticky; top: calc(var(--v2-hdr-h) + 24px); align-self: start; }
.v2-pd .option-image { display: none; }
.v2-pd .option-image.option-image_active { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 18px; }
.v2-pd .option-image.v2-pd__slide_single { grid-template-columns: minmax(0, 1fr); }
/* колонка миниатюр не растягивает строку: высота = высоте большого фото, остальное прокручивается */
.v2-pd__thumbs { display: flex; flex-direction: column; gap: 10px; min-height: 0; overflow-y: auto; scrollbar-width: none; contain: size; }
.v2-pd__thumbs::-webkit-scrollbar { display: none; }

.v2-wrap .v2-thumb {
	position: relative; display: block; flex: 0 0 auto; width: 78px; aspect-ratio: 2 / 3; margin: 0; padding: 0;
	border: 1px solid transparent; background: var(--v2-shot); cursor: pointer; overflow: hidden; transition: border-color .25s;
}
.v2-thumb img { display: block; width: 100%; height: 100%; max-width: none; object-fit: contain; padding: 8%; box-sizing: border-box; mix-blend-mode: multiply; }
.v2-wrap .v2-thumb:hover { border-color: rgba(17, 17, 17, .4); }
.v2-wrap .v2-thumb.is-active { border-color: var(--v2-ink); }
.v2-thumb_wide img { object-fit: cover; padding: 0; }
.v2-wrap .v2-thumb_video { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; background: var(--v2-ink); color: #fff; font-size: 9px; font-weight: 400; letter-spacing: .2em; text-transform: uppercase; }
.v2-thumb_video svg { width: 22px; height: 22px; fill: currentColor; }

.v2-pd__stage { position: relative; aspect-ratio: 4 / 5; background: var(--v2-shot); overflow: hidden; }
.v2-wrap .v2-pd__main { display: block; width: 100%; height: 100%; cursor: zoom-in; }
.v2-pd__main img { display: block; width: 100%; height: 100%; max-width: none; object-fit: contain; padding: 7% 12%; box-sizing: border-box; mix-blend-mode: multiply; transition: opacity .35s ease; }
.v2-pd__main img.is-wide { padding: 6%; }
.v2-pd__main img.is-fading { opacity: 0; }
.v2-pd__zoom { position: absolute; right: 16px; bottom: 16px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #fff; pointer-events: none; }
.v2-pd__zoom svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.2; }

.v2-pd__info { min-width: 0; padding-top: 10px; }
.v2-wrap .v2-pd__title { margin: 18px 0 24px; font-family: var(--v2-sans); font-size: clamp(22px, 2.1vw, 32px); font-weight: 400; line-height: 1.15; letter-spacing: .01em; }
.v2-pd__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; padding-bottom: 30px; border-bottom: 1px solid var(--v2-line); }
.v2-pd__price b { font-size: 28px; font-weight: 400; letter-spacing: .02em; white-space: nowrap; }
.v2-pd__price b.is-sale { color: var(--v2-gold); }
.v2-pd__price s { font-size: 18px; color: var(--v2-ink-mute); white-space: nowrap; }
.v2-pd__vat { font-size: 12px; letter-spacing: .04em; color: var(--v2-ink-mute); }

/* описание товара из админки: обычно список преимуществ */
.v2-pd__desc { padding: 26px 0 30px; border-bottom: 1px solid var(--v2-line); font-size: 14px; line-height: 1.65; color: var(--v2-ink-soft); }
.v2-pd__desc p { margin: 0 0 10px; }
.v2-pd__desc p:last-child { margin-bottom: 0; }
.v2-wrap .v2-pd__desc ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.v2-wrap .v2-pd__desc li { position: relative; padding-left: 20px; font-size: 13.5px; line-height: 1.55; }
.v2-wrap .v2-pd__desc li::before,
.v2-wrap .v2-shade li::before { content: ''; position: absolute; left: 0; top: .72em; width: 9px; height: 1px; background: var(--v2-gold); }

.v2-pd__notes { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 22px 0; border-bottom: 1px solid var(--v2-line); }
.v2-pd__note { margin: 0; font-size: 12px; letter-spacing: .06em; color: var(--v2-gold); }
.v2-wrap .v2-pd__pdf { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10.5px; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; }
.v2-wrap .v2-pd__pdf:hover { color: var(--v2-gold); }

.v2-pd__opt { padding-top: 30px; }
.v2-pd__opt-head { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--v2-ink-soft); }
.v2-pd__opt-head b { font-family: var(--v2-display); font-size: 24px; font-weight: 400; letter-spacing: .01em; text-transform: none; color: var(--v2-ink); }
.v2-pd__values { display: flex; flex-wrap: wrap; gap: 10px; }
.v2-pd__values_color { gap: 14px; padding: 6px 0 0 6px; }

.v2-wrap .v2-swatch {
	position: relative; width: 46px; height: 46px; margin: 0; padding: 0; border: 0; border-radius: 50%;
	background: var(--c); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1); cursor: pointer; transition: transform .25s;
}
.v2-swatch::after { content: ''; position: absolute; inset: -6px; border: 1px solid transparent; border-radius: 50%; transition: border-color .25s; }
.v2-wrap .v2-swatch:hover { transform: scale(1.06); }
.v2-swatch.options__value_active::after { border-color: var(--v2-ink); }
.v2-swatch[data-status='0'] { opacity: .45; }
.v2-swatch__tip {
	position: absolute; left: 50%; bottom: calc(100% + 12px); z-index: 5; padding: 6px 10px; white-space: nowrap;
	background: var(--v2-ink); color: #fff; font-size: 10px; font-weight: 400; letter-spacing: .14em; text-transform: uppercase;
	opacity: 0; pointer-events: none; transform: translate(-50%, 4px); transition: opacity .2s, transform .2s;
}
.v2-swatch:hover .v2-swatch__tip { opacity: 1; transform: translate(-50%, 0); }

.v2-wrap .v2-pill {
	min-width: 54px; height: 44px; margin: 0; padding: 0 18px; border: 1px solid var(--v2-line); border-radius: 0; background: #fff; color: var(--v2-ink);
	font-family: var(--v2-sans); font-size: 12px; font-weight: 400; letter-spacing: .08em; cursor: pointer; transition: border-color .25s, background .25s, color .25s;
}
.v2-wrap .v2-pill:hover { border-color: var(--v2-ink); }
.v2-wrap .v2-pill.options__value_active { background: var(--v2-ink); border-color: var(--v2-ink); color: #fff; }
.v2-pill[data-status='0'] { color: var(--v2-ink-mute); text-decoration: line-through; }

/* описание выбранного варианта */
.v2-pd .product__option-description-item { display: none; }
.v2-pd .product__option-description-item.product__option-description-item_active:not(:empty) { display: block; margin-top: 26px; padding: 26px 28px; background: var(--v2-stone); }
.v2-shade { font-size: 13.5px; line-height: 1.55; color: var(--v2-ink-soft); }
.v2-shade p { margin: 0 0 12px; }
.v2-wrap .v2-shade .narg-p { display: inline-block; margin: 0 0 16px; padding: 5px 10px; border: 1px solid var(--v2-line); background: #fff; font-size: 10px; font-weight: 400; letter-spacing: .16em; text-transform: uppercase; color: var(--v2-ink); }
.v2-wrap .v2-shade .narg-p::before { display: none; }
.v2-wrap .v2-shade li { position: relative; padding: 7px 0 7px 20px; border-bottom: 1px solid rgba(17, 17, 17, .06); }
.v2-wrap .v2-shade li:last-child { border-bottom: 0; }
.v2-wrap .v2-shade li::before { top: 17px; }
.v2-shade ul + p { margin-top: 16px; font-family: var(--v2-display); font-size: 19px; font-style: italic; line-height: 1.4; color: var(--v2-ink); }
.v2-shade p:has(> strong) { margin: 14px 0 0; font-family: var(--v2-sans); font-size: 11px; font-style: normal; letter-spacing: .2em; text-transform: uppercase; color: var(--v2-ink-mute); }
.v2-shade strong { font-weight: 400; color: var(--v2-ink); }
.v2-shade big { font-size: 1em; }

/* покупка */
.v2-pd__buy { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; margin-top: 30px; }
.v2-qty { display: flex; align-items: center; height: 54px; border: 1px solid var(--v2-line); }
.v2-wrap .v2-qty .quantity__arrow { display: block; width: 46px; height: 100%; margin: 0; padding: 0; border: 0; background: none; color: var(--v2-ink); font-size: 18px; font-weight: 300; cursor: pointer; }
.v2-wrap .v2-qty .quantity__arrow:hover { color: var(--v2-gold); }
.v2-qty .quantity__input { display: block; height: 100%; }
.v2-wrap .v2-qty .quantity__input input {
	width: 44px; height: 100%; margin: 0; padding: 0; border: 0; background: transparent; text-align: center;
	font-family: var(--v2-sans); font-size: 15px; color: var(--v2-ink); -moz-appearance: textfield; appearance: textfield;
}
.v2-qty .quantity__input input::-webkit-inner-spin-button,
.v2-qty .quantity__input input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.v2-wrap .v2-pd__fav { width: 54px; height: 54px; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; border: 1px solid var(--v2-line); background: #fff; color: var(--v2-ink); font-size: 0; cursor: pointer; transition: border-color .25s; }
.v2-pd__fav i { display: flex; }
.v2-wrap .v2-pd__fav:hover { border-color: var(--v2-ink); color: var(--v2-ink); }

.v2-pd__stock { display: flex; align-items: center; gap: 10px; margin: 18px 0 0; font-size: 12px; letter-spacing: .06em; color: var(--v2-ink-soft); }
.v2-pd__stock i { width: 7px; height: 7px; border-radius: 50%; background: #5d9c59; }
.v2-pd__stock.is-out i { background: #c0504d; }

.v2-pd__links { margin-top: 34px; border-top: 1px solid var(--v2-line); }
.v2-wrap .v2-pd__links a { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--v2-line); font-size: 11px; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; transition: color .25s, padding .3s; }
.v2-wrap .v2-pd__links a:hover { color: var(--v2-gold); padding-left: 8px; }
.v2-pd__links svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.2; }

/* с этим покупают */
.v2-related { padding: 90px 0 110px; border-top: 1px solid var(--v2-line); }
.v2-related__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 40px; }
.v2-related__head h2 { margin: 14px 0 0; font-size: clamp(29px, 2.9vw, 45px); }
.v2-related__nav { display: flex; gap: 10px; }
.v2-wrap .v2-related__nav button { width: 48px; height: 48px; margin: 0; padding: 0; border: 1px solid var(--v2-line); border-radius: 50%; background: #fff; color: var(--v2-ink); cursor: pointer; transition: border-color .25s; }
.v2-wrap .v2-related__nav button:hover { border-color: var(--v2-ink); }
.v2-related__nav svg { display: block; width: 18px; height: 18px; margin: auto; stroke: currentColor; fill: none; stroke-width: 1.1; }
.v2-related__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 72px) / 4); gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; }
.v2-related__track::-webkit-scrollbar { display: none; }
.v2-related__track .v2-card { scroll-snap-align: start; }

.v2-sticky-buy { display: none; }

/* ---------- Адаптив: каталог и карточка ---------- */
@media (max-width: 1180px) {
	.v2-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.v2-wrap .v2-promo { grid-column: span 3; min-height: 360px; }
	.v2-related__track { grid-auto-columns: calc((100% - 48px) / 3); }
}
@media (max-width: 900px) {
	.v2-cat__head { grid-template-columns: 1fr; gap: 18px; }
	.v2-pd { grid-template-columns: 1fr; gap: 34px; padding-top: 22px; }
	.v2-pd__gallery { position: static; }
	.v2-pd .option-image.option-image_active { grid-template-columns: minmax(0, 1fr); gap: 12px; }
	.v2-pd__thumbs { order: 2; flex-direction: row; overflow-x: auto; overflow-y: hidden; contain: none; }
	.v2-wrap .v2-thumb { width: 64px; }
}
@media (max-width: 768px) {
	:root { --v2-gutter: 16px; }
	.v2-crumbs { padding-top: 18px; gap: 8px; font-size: 9.5px; }
	.v2-cat__head { padding: 26px 0; }
	.v2-cat__head h1 { margin-top: 12px; font-size: 38px; }
	.v2-cat__note,
	.v2-cat__note p { font-size: 17px; }
	.v2-chips { margin: 0 calc(var(--v2-gutter) * -1) 26px; padding: 0 var(--v2-gutter) 18px; }
	.v2-search { flex-direction: column; }

	.v2-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 12px; padding-bottom: 80px; }
	.v2-wrap .v2-promo { grid-column: span 2; min-height: 320px; padding: 26px; }
	.v2-promo__text { font-size: 17px; }
	.v2-wrap .v2-card__quick { display: none; }
	.v2-wrap .v2-card__cart { display: flex; }
	.v2-wrap .v2-card__fav { top: 2px; right: 2px; }
	.v2-card__body { gap: 7px; padding-top: 12px; }
	.v2-wrap .v2-card__title { font-size: 14px; }
	.v2-card__price { gap: 0 8px; font-size: 14px; }
	.v2-card__price s { font-size: 12px; }
	.v2-badge { top: 10px; left: 10px; padding: 5px 8px; font-size: 9px; }

	.v2-pd { padding-bottom: 40px; }
	.v2-pd__stage { margin: 0 calc(var(--v2-gutter) * -1); aspect-ratio: 1 / 1; }
	.v2-wrap .v2-pd__title { margin: 14px 0 18px; font-size: 24px; }
	.v2-pd__price { padding-bottom: 22px; }
	.v2-pd__price b { font-size: 24px; }
	.v2-pd__desc { padding: 20px 0 22px; }
	.v2-wrap .v2-pd__desc ul { grid-template-columns: 1fr; gap: 10px; }
	.v2-pd__opt { padding-top: 24px; }
	.v2-wrap .v2-swatch { width: 42px; height: 42px; }
	.v2-pd .product__option-description-item.product__option-description-item_active:not(:empty) { margin: 22px calc(var(--v2-gutter) * -1) 0; padding: 22px var(--v2-gutter); }
	.v2-pd__buy { grid-template-columns: auto 1fr; }
	.v2-wrap .v2-pd__fav { display: none; }

	.v2-related { padding: 60px 0 110px; }
	.v2-related__nav { display: none; }
	.v2-related__track { grid-auto-columns: 62%; gap: 12px; margin: 0 calc(var(--v2-gutter) * -1); padding: 0 var(--v2-gutter); scroll-padding: 0 var(--v2-gutter); }

	.v2-sticky-buy {
		position: fixed; left: 0; right: 0; bottom: 0; z-index: 900;
		display: flex; align-items: center; gap: 14px; padding: 12px var(--v2-gutter) calc(12px + env(safe-area-inset-bottom));
		background: rgba(255, 255, 255, .96); border-top: 1px solid var(--v2-line); backdrop-filter: blur(12px);
		font-family: var(--v2-sans); color: var(--v2-ink);
		transform: translateY(110%); transition: transform .35s ease;
	}
	.v2-sticky-buy.is-shown { transform: none; }
	.v2-sticky-buy__info { flex: 1; min-width: 0; }
	.v2-sticky-buy__info b { display: block; font-size: 17px; font-weight: 400; }
	.v2-sticky-buy__info [data-v2-sticky-name] { display: block; overflow: hidden; font-size: 11px; color: var(--v2-ink-mute); text-overflow: ellipsis; white-space: nowrap; }
	.v2-wrap .v2-sticky-buy .v2-btn { height: 48px; padding: 0 22px; }
}

/* =====================================================================
 * Подвал
 * ===================================================================== */
.v2-ftr { border-top: 1px solid var(--v2-line); background: #fff; font-family: var(--v2-sans); color: var(--v2-ink); font-weight: 300; }
.v2-ftr__inner { max-width: 1440px; margin: 0 auto; padding: 70px var(--v2-gutter) 34px; }
.v2-ftr__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 50px; padding-bottom: 56px; }
.v2-ftr a { color: inherit; text-decoration: none; transition: color .2s; }
.v2-ftr a:hover { color: var(--v2-gold); }
.v2-ftr ul { margin: 0; padding: 0; list-style: none; }
.v2-ftr__logo { display: inline-block; line-height: 0; }
.v2-ftr__logo img { width: auto; height: 42px; max-width: none; }
.v2-ftr__brand p { max-width: 320px; margin: 18px 0 0; font-size: 12.5px; line-height: 1.8; color: var(--v2-ink-soft); }
.v2-ftr__brand p + p { margin-top: 6px; }
.v2-ftr__t { margin: 6px 0 22px; font-size: 10px; font-weight: 400; letter-spacing: .3em; text-transform: uppercase; color: var(--v2-ink-soft); }
.v2-ftr__col li { font-size: 13.5px; line-height: 2.3; letter-spacing: .03em; }
.v2-ftr__col a.v2-ftr__gold { color: var(--v2-gold); }
.v2-ftr__phone { font-size: 17px; letter-spacing: .04em; }
.v2-ftr__muted { color: var(--v2-ink-mute); }
.v2-ftr__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 30px; padding-top: 24px; border-top: 1px solid var(--v2-line); font-size: 11.5px; letter-spacing: .06em; color: var(--v2-ink-soft); }
.v2-ftr__legal { display: flex; flex-wrap: wrap; gap: 10px 28px; padding-right: 76px; } /* справа внизу кнопка WhatsApp */
.v2-ftr__legal a { cursor: pointer; border-bottom: 1px solid transparent; }
.v2-ftr__legal a:hover { border-bottom-color: currentColor; }

/* плавающая кнопка WhatsApp: компактнее и спокойнее */
.v2 .whatssap-link { right: 24px; bottom: 24px; z-index: 890; }
.v2 .whatssap-link a { display: block; border-radius: 50%; box-shadow: 0 10px 26px -10px rgba(0, 0, 0, .35); transition: transform .3s; }
.v2 .whatssap-link a:hover { transform: translateY(-2px); }
.v2 .whatssap-link svg { display: block; width: 52px; height: 52px; }
/* на карточке товара на телефоне поднимаем над панелью покупки */
.v2:has(.v2-sticky-buy.is-shown) .whatssap-link { bottom: 88px; transition: bottom .35s ease; }

/* =====================================================================
 * Общий вид окон
 * ===================================================================== */
.v2 .opt-popup__overlay,
.v2 .search-popup__overlay,
.v2 .a2-lk-modal__overlay,
.v2 .bonus-popup-overlay,
.v2 .overlay { background: rgba(17, 17, 17, .45); backdrop-filter: blur(3px); }

/* ---------- Попап выбора опций (каталог) ---------- */
.v2 .opt-popup__window { width: 820px; padding: 0; border-radius: 0; box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .45); font-family: var(--v2-sans); color: var(--v2-ink); font-weight: 300; }
.v2 .opt-popup__close { top: 14px; right: 14px; width: 40px; height: 40px; background: #fff; font-size: 14px; color: var(--v2-ink); transition: color .2s; }
.v2 .opt-popup__close:hover { background: #fff; color: var(--v2-gold); }
.v2 .opt-popup__body { gap: 0; align-items: stretch; }
.v2 .opt-popup__image { display: flex; align-items: center; justify-content: center; width: 42%; min-width: 0; padding: 36px; background: var(--v2-shot); }
.v2 .opt-popup__image img { max-height: 380px; mix-blend-mode: multiply; }
.v2 .opt-popup__info { padding: 46px 40px 40px; }
.v2 .opt-popup__title { margin: 0 34px 26px 0; font-family: var(--v2-display); font-size: 29px; font-weight: 300; line-height: 1.1; color: var(--v2-ink); }
.v2 .opt-popup__title:hover { color: var(--v2-gold); }
.v2 .opt-popup__option { margin-bottom: 22px; }
.v2 .opt-popup__option-title { margin-bottom: 14px; font-size: 11px; font-weight: 400; letter-spacing: .24em; text-transform: uppercase; color: var(--v2-ink-soft); }
.v2 .opt-popup__values { gap: 10px; }
.v2 .opt-popup__value { min-width: 50px; height: 44px; padding: 0 16px; border: 1px solid var(--v2-line); border-radius: 0; font-size: 12px; font-weight: 400; letter-spacing: .08em; text-transform: none; transition: border-color .25s, background .25s, color .25s; }
.v2 .opt-popup__value:hover { border-color: var(--v2-ink); }
.v2 .opt-popup__value.opt-popup__value--active { background: var(--v2-ink); border-color: var(--v2-ink); color: #fff; }
.v2 .opt-popup__value--color,
.v2 .opt-popup__value--color:hover,
.v2 .opt-popup__value--color.opt-popup__value--active { width: 40px; min-width: 40px; height: 40px; margin: 5px; padding: 0; border: 0; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1); }
.v2 .opt-popup__value--color::after { content: ''; position: absolute; inset: -5px; border: 1px solid transparent; border-radius: 50%; transition: border-color .25s; }
.v2 .opt-popup__value--color.opt-popup__value--active::after { border-color: var(--v2-ink); }
.v2 .opt-popup__value[data-status='0'] { opacity: .45; }
.v2 .opt-popup__amount { display: flex; align-items: baseline; gap: 10px; margin: 26px 0; font-size: 26px; font-weight: 400; letter-spacing: .02em; }
.v2 .opt-popup__amount .fa-rub { font-size: .8em; }
.v2 .opt-popup__amount-old { margin: 0; font-size: 16px; color: var(--v2-ink-mute); }
.v2 .opt-popup__cart { gap: 12px; flex-wrap: nowrap; }
.v2 .opt-popup__cart .quantity { display: flex; align-items: center; height: 54px; border: 1px solid var(--v2-line); }
.v2 .opt-popup__cart .quantity__arrow { display: flex; align-items: center; justify-content: center; width: 42px; height: 100%; padding: 0; font-size: 11px; color: var(--v2-ink); }
.v2 .opt-popup__cart .quantity__arrow:hover { color: var(--v2-gold); }
.v2 .opt-popup__cart .quantity__input input { width: 40px; height: 52px; padding: 0; border: 0; background: transparent; font-family: var(--v2-sans); font-size: 15px; }
.v2 .opt-popup__submit {
	display: inline-flex; flex: 1; align-items: center; justify-content: center; gap: 10px; height: 54px; padding: 0 24px;
	border: 1px solid var(--v2-ink); border-radius: 0; background: transparent !important; color: var(--v2-ink);
	font-family: var(--v2-sans); font-size: 11px; font-weight: 400; letter-spacing: .24em; text-transform: uppercase; white-space: nowrap; transition: background .3s, border-color .3s;
}
.v2 .opt-popup__submit:hover { background: transparent !important; border-color: var(--v2-gold); color: var(--v2-gold); }
.v2 .opt-popup__submit svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.2; }
.v2 .opt-popup__submit.cart-btn-empty,
.v2 .opt-popup__submit.cart-btn-empty:hover { background: transparent !important; border-color: #d8d3ca; color: var(--v2-ink-mute); }
.v2 .opt-popup__loader { padding: 80px 0; font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--v2-ink-mute); }

/* ---------- Поиск ---------- */
.v2 .search-popup__box { max-width: 760px; margin-top: 10vh; padding: 40px 40px 18px; border-radius: 0; box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .45); font-family: var(--v2-sans); color: var(--v2-ink); }
.v2 .search-popup__close { top: 10px; right: 14px; width: 40px; height: 40px; font-size: 28px; font-weight: 200; color: var(--v2-ink); }
.v2 .search-popup__close:hover { color: var(--v2-gold); }
.v2 .search-popup__form { border-bottom: 1px solid var(--v2-ink); }
.v2 .search-popup__input { padding: 12px 0; font-family: var(--v2-display); font-size: 28px; font-weight: 300; color: var(--v2-ink); }
.v2 .search-popup__input::placeholder { color: #b5b1aa; }
.v2 .search-popup__submit { color: var(--v2-ink); }
.v2 .search-popup__submit:hover { color: var(--v2-gold); }
.v2 .search-popup__results { margin-top: 14px; }
.v2 .search-suggest__item { gap: 18px; padding: 12px 8px; border-bottom-color: rgba(17, 17, 17, .07); color: var(--v2-ink); transition: background .2s; }
.v2 .search-suggest__item:hover,
.v2 .search-suggest__item.is-active { background: var(--v2-stone); }
.v2 .search-suggest__image { flex-basis: 48px; width: 48px; height: 64px; border-radius: 0; background: var(--v2-shot); mix-blend-mode: multiply; }
.v2 .search-suggest__title { font-family: var(--v2-display); font-size: 20px; font-weight: 400; line-height: 1.2; }
.v2 .search-suggest__title b { font-weight: 500; color: var(--v2-gold); }
.v2 .search-suggest__match { font-size: 11.5px; color: var(--v2-ink-mute); }
.v2 .search-suggest__price { font-size: 14px; font-weight: 400; letter-spacing: .03em; }
.v2 .search-suggest__all { margin-top: 6px; font-size: 10.5px; font-weight: 400; letter-spacing: .26em; text-transform: uppercase; color: var(--v2-ink); }
.v2 .search-suggest__all:hover { color: var(--v2-gold); }
.v2 .search-suggest__empty,
.v2 .search-suggest__hint { font-family: var(--v2-display); font-size: 18px; color: var(--v2-ink-soft); }

/* ---------- Вход / регистрация / восстановление (боковая панель) ---------- */
.v2 #authModal .a2-lk-modal__content,
.v2 #registerModal .a2-lk-modal__content,
.v2 #forgotModal .a2-lk-modal__content { width: 480px; max-width: 100%; right: -490px; box-shadow: -30px 0 80px -40px rgba(0, 0, 0, .4); font-family: var(--v2-sans); color: var(--v2-ink); font-weight: 300; }
.v2 #authModal.a2-lk-modal--active .a2-lk-modal__content,
.v2 #registerModal.a2-lk-modal--active .a2-lk-modal__content,
.v2 #forgotModal.a2-lk-modal--active .a2-lk-modal__content { right: 0; }
.v2 #authModal .a2-lk-modal__header,
.v2 #registerModal .a2-lk-modal__header,
.v2 #forgotModal .a2-lk-modal__header { align-items: flex-start; padding: 40px 40px 0; }
.v2 #authModal .a2-lk-modal__title,
.v2 #registerModal .a2-lk-modal__title,
.v2 #forgotModal .a2-lk-modal__title { margin: 0; font-family: var(--v2-display); font-size: 29px; font-weight: 300; line-height: 1.1; letter-spacing: 0; text-align: left; text-transform: none; }
.v2 #authModal .a2-lk-modal__close,
.v2 #registerModal .a2-lk-modal__close,
.v2 #forgotModal .a2-lk-modal__close { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; margin: -6px -10px 0 16px; }
.v2 #authModal .a2-lk-modal__close-icon::before, .v2 #authModal .a2-lk-modal__close-icon::after,
.v2 #registerModal .a2-lk-modal__close-icon::before, .v2 #registerModal .a2-lk-modal__close-icon::after,
.v2 #forgotModal .a2-lk-modal__close-icon::before, .v2 #forgotModal .a2-lk-modal__close-icon::after { height: 1px; background: var(--v2-ink); }
.v2 #authModal .a2-lk-modal__body,
.v2 #registerModal .a2-lk-modal__body,
.v2 #forgotModal .a2-lk-modal__body { padding: 30px 40px; }
.v2 #authModal .a2-lk-modal__footer,
.v2 #registerModal .a2-lk-modal__footer,
.v2 #forgotModal .a2-lk-modal__footer { padding: 0 40px 34px; }
.v2 .a2-lk-modal .a2-lk-form { gap: 22px; }
.v2 #authModal .a2-lk-form__label,
.v2 #registerModal .a2-lk-form__label,
.v2 #forgotModal .a2-lk-form__label { font-size: 10.5px; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; color: var(--v2-ink-soft); }
.v2 #authModal .a2-lk-form__input,
.v2 #registerModal .a2-lk-form__input,
.v2 #forgotModal .a2-lk-form__input { height: 52px; padding: 0 16px; border: 1px solid var(--v2-line); border-radius: 0; background: #fff; font-family: var(--v2-sans); font-size: 15px; font-weight: 300; color: var(--v2-ink); }
.v2 #authModal .a2-lk-form__input:focus,
.v2 #registerModal .a2-lk-form__input:focus,
.v2 #forgotModal .a2-lk-form__input:focus { border-color: var(--v2-ink); }
.v2 .a2-lk-modal .a2-lk-form__input--error { border-color: #c0504d; }
.v2 #authModal .a2-lk-form__error,
.v2 #registerModal .a2-lk-form__error,
.v2 #forgotModal .a2-lk-form__error { border-radius: 0; border-left: 2px solid #c0504d; background: #fbf1f0; color: #8a2f2c; font-size: 13px; }
.v2 #authModal .a2-lk-form__submit,
.v2 #registerModal .a2-lk-form__submit,
.v2 #forgotModal .a2-lk-form__submit { height: 54px; margin-top: 6px; padding: 0 24px; border: 1px solid var(--v2-ink); background: transparent; color: var(--v2-ink); font-family: var(--v2-sans); font-size: 11px; font-weight: 400; letter-spacing: .26em; }
.v2 #authModal .a2-lk-form__submit:hover,
.v2 #registerModal .a2-lk-form__submit:hover,
.v2 #forgotModal .a2-lk-form__submit:hover { background: transparent; border-color: var(--v2-gold); color: var(--v2-gold); }
.v2 .a2-lk-modal .a2-lk-form__submit:disabled { background: transparent; border-color: #d8d3ca; color: var(--v2-ink-mute); }
.v2 #authModal .a2-lk-form__links,
.v2 #registerModal .a2-lk-form__links,
.v2 #forgotModal .a2-lk-form__links { flex-wrap: wrap; gap: 12px 24px; margin-top: 26px; }
.v2 #authModal .a2-lk-form__link,
.v2 #registerModal .a2-lk-form__link,
.v2 #forgotModal .a2-lk-form__link { padding: 0 0 5px; border-bottom: 1px solid currentColor; font-family: var(--v2-sans); font-size: 10.5px; font-weight: 400; letter-spacing: .22em; text-decoration: none; text-transform: uppercase; color: var(--v2-ink); }
.v2 #authModal .a2-lk-form__link--secondary,
.v2 #registerModal .a2-lk-form__link--secondary,
.v2 #forgotModal .a2-lk-form__link--secondary { color: var(--v2-ink-mute); }
.v2 .a2-lk-modal .a2-lk-form__link:hover { color: var(--v2-gold); }
.v2 #authModal .a2-lk-form__agreement,
.v2 #registerModal .a2-lk-form__agreement,
.v2 #forgotModal .a2-lk-form__agreement { margin: 0; font-size: 12px; line-height: 1.6; color: var(--v2-ink-mute); }
.v2 .a2-lk-modal .toggle-password .eye-icon { fill: var(--v2-ink-mute); }

/* уведомление */
.v2 .a2-lk-notification { top: 24px; padding: 14px 18px 14px 22px; border-radius: 0; border-left: 2px solid #5d9c59; background: #fff; box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .35); color: var(--v2-ink); font-family: var(--v2-sans); font-size: 13.5px; z-index: 2200; }
.v2 .a2-lk-notification--error { border-left-color: #c0504d; background: #fff; }
.v2 .a2-lk-notification__close { color: var(--v2-ink-mute); }

/* ---------- Бонусный попап ---------- */
.v2 .bonus-popup { width: 420px; border-radius: 0; box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .45); font-family: var(--v2-sans); color: var(--v2-ink); }
.v2 .bonus-popup__close { top: 12px; right: 12px; width: 38px; height: 38px; background: #fff; color: var(--v2-ink); }
.v2 .bonus-popup__close:hover { color: var(--v2-gold); }
.v2 .bonus-popup__content { padding: 30px 34px 34px; }
.v2 .bonus-popup__title { margin: 0 0 14px; font-family: var(--v2-display); font-size: 28px; font-weight: 300; line-height: 1.12; }
.v2 .bonus-popup__text { margin: 0 0 24px; font-size: 13.5px; line-height: 1.65; color: var(--v2-ink-soft); }
.v2 .bonus-popup__btn { display: flex; align-items: center; justify-content: center; height: 54px; border: 1px solid var(--v2-ink); border-radius: 0; background: transparent; color: var(--v2-ink); font-family: var(--v2-sans); font-size: 11px; font-weight: 400; letter-spacing: .26em; text-transform: uppercase; }
.v2 .bonus-popup__btn:hover { background: transparent; border-color: var(--v2-gold); color: var(--v2-gold); }

/* Окно корзины в main.css всегда display:flex !important и видно, как только открыто любое другое окно
   (общий .dialog_overlay становится видимым). Прячем, пока jquery.azsh_dialog.js не пометит его .showed */
.dialog_overlay .dialog_modal.dialog_cart:not(.showed) { display: none !important; }

/* ---------- Текстовые окна: политика, соглашение, заказ оформлен, скидка ---------- */
.v2 .dialog_private_policy,
.v2 .dialog_offer,
.v2 .dialog_order_success,
.v2 .dialog_reg { padding: 48px 48px 40px; border-radius: 0; box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .45); font-family: var(--v2-sans); color: var(--v2-ink); font-weight: 300; }
.v2 .dialog_private_policy .dialog_close,
.v2 .dialog_offer .dialog_close,
.v2 .dialog_order_success .dialog_close:not(.btn),
.v2 .dialog_reg .dialog_close { top: 14px; right: 16px; font-size: 16px; color: var(--v2-ink); cursor: pointer; }
.v2 .dialog_private_policy .dialog_title,
.v2 .dialog_offer .dialog_title,
.v2 .dialog_order_success .dialog_title,
.v2 .dialog_reg h2 { margin: 0 0 22px; font-family: var(--v2-display); font-size: 31px; font-weight: 300; line-height: 1.1; letter-spacing: 0; text-align: left; text-transform: none; }
.v2 .dialog_private_policy .dialog_text,
.v2 .dialog_offer .dialog_text { font-size: 14px; line-height: 1.75; color: var(--v2-ink-soft); }
.v2 .dialog_private_policy .dialog_text p,
.v2 .dialog_offer .dialog_text p { margin: 0 0 12px; }
.v2 .dialog_private_policy .dialog_text big { display: block; margin-top: 22px; font-family: var(--v2-display); font-size: 22px; color: var(--v2-ink); }
.v2 .dialog_order_success .success__message { font-family: var(--v2-display); font-size: 20px; line-height: 1.55; color: var(--v2-ink-soft); }
.v2 .dialog_order_success .success__message .btn { display: flex; align-items: center; justify-content: center; height: 54px; margin-top: 26px; border: 1px solid var(--v2-ink); border-radius: 0; background: transparent; color: var(--v2-ink); font-family: var(--v2-sans); font-size: 11px; font-weight: 400; letter-spacing: .26em; text-transform: uppercase; cursor: pointer; }
.v2 .dialog_order_success .success__message .btn:hover { background: transparent; border-color: var(--v2-gold); color: var(--v2-gold); }

@media (max-width: 1024px) {
	.v2-ftr__grid { grid-template-columns: 1fr 1fr; gap: 44px 30px; }
	.v2-ftr__brand { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
	.v2-ftr__inner { padding: 50px var(--v2-gutter) 26px; }
	.v2-ftr__grid { grid-template-columns: 1fr 1fr; gap: 36px 20px; padding-bottom: 40px; }
	.v2-ftr__col:last-child { grid-column: 1 / -1; }
	.v2-ftr__col li { font-size: 13px; line-height: 2.2; }
	.v2-ftr__bottom { flex-direction: column; }
	.v2-ftr__legal { padding-right: 0; }
	.v2-ftr__inner { padding-bottom: 84px; } /* слева внизу кнопка WhatsApp */
	/* на телефоне кнопка слева, как было, — справа внизу счётчик слайдера и панели покупки */
	.v2 .whatssap-link { left: 16px; right: auto; bottom: 16px; }
	.v2 .whatssap-link svg { width: 48px; height: 48px; }
	.v2:has(.v2-sticky-buy.is-shown) .whatssap-link { bottom: 84px; }

	.v2 .opt-popup__window { max-height: calc(100% - 24px); }
	.v2 .opt-popup__body { flex-direction: column; align-items: stretch; }
	.v2 .opt-popup__image { width: 100%; min-width: 0; padding: 22px; }
	.v2 .opt-popup__image img { max-height: 220px; width: auto; }
	.v2 .opt-popup__info { padding: 24px 20px 22px; }
	.v2 .opt-popup__title { margin-right: 0; font-size: 25px; }
	.v2 .opt-popup__cart { flex-wrap: wrap; }
	.v2 .opt-popup__submit { flex: 1 1 100%; }

	.v2 .search-popup__box { padding: 76px var(--v2-gutter) 12px; box-shadow: none; }
	.v2 .search-popup__input { font-size: 24px; }

	.v2 #authModal .a2-lk-modal__header,
	.v2 #registerModal .a2-lk-modal__header,
	.v2 #forgotModal .a2-lk-modal__header { padding: 26px 20px 0; }
	.v2 #authModal .a2-lk-modal__body,
	.v2 #registerModal .a2-lk-modal__body,
	.v2 #forgotModal .a2-lk-modal__body { padding: 24px 20px; }
	.v2 #authModal .a2-lk-modal__footer,
	.v2 #registerModal .a2-lk-modal__footer,
	.v2 #forgotModal .a2-lk-modal__footer { padding: 0 20px 26px; }

	.v2 .dialog_private_policy,
	.v2 .dialog_offer,
	.v2 .dialog_order_success,
	.v2 .dialog_reg { padding: 40px 20px 30px; }
	.v2 .dialog_private_policy .dialog_title,
	.v2 .dialog_offer .dialog_title,
	.v2 .dialog_order_success .dialog_title { font-size: 28px; }
}

/* =====================================================================
 * Корзина и оформление заказа (окно .dialog_cart, view__cart.twig)
 * ===================================================================== */
.v2 .dialog_modal.dialog_cart { padding: 0; }
.v2 .dialog_cart .dialog_content { width: 100%; max-width: 100%; height: 100%; max-height: 100%; padding: 0; border-radius: 0; background: #fff; font-family: var(--v2-sans); color: var(--v2-ink); font-weight: 300; }
.v2 .dialog_cart .ajax_content { min-height: calc(100% - 73px); }

.v2-co-bar { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 16px var(--v2-gutter); border-bottom: 1px solid var(--v2-line); background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); }
.v2-co-bar__logo img { display: block; width: auto; height: 36px; max-width: none; }
.v2-co-bar__title { font-size: 10.5px; font-weight: 400; letter-spacing: .3em; text-transform: uppercase; }
.v2 .dialog_cart .v2-co-bar__close {
	position: static; justify-self: end; display: flex; align-items: center; gap: 10px; width: auto; height: auto; padding: 8px 0;
	border-radius: 0; background: none; box-shadow: none; color: var(--v2-ink); cursor: pointer;
	font-size: 10.5px; font-weight: 400; letter-spacing: .26em; text-transform: uppercase;
}
.v2 .dialog_cart .v2-co-bar__close:hover { background: none; color: var(--v2-gold); }
.v2-co-bar__close svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 1.2; fill: none; }

.v2-co-hidden { display: none !important; }

/* ---------- сетка ---------- */
.v2 .v2-co.co2 { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 520px); gap: 0; align-items: stretch; padding: 0; min-height: calc(100vh - 73px); }
.v2 .v2-co .co2__form { flex: none; max-width: 860px; width: 100%; justify-self: end; padding: 56px clamp(24px, 6vw, 110px) 90px var(--v2-gutter); }
.v2 .v2-co .co2__cart { order: 0; margin: 0; padding: 0; border: 0; border-left: 1px solid var(--v2-line); background: var(--v2-stone); }
.v2-co__aside-inner { position: sticky; top: 73px; max-height: calc(100vh - 73px); overflow: auto; padding: 56px var(--v2-gutter) 40px 48px; scrollbar-width: thin; }
.v2-co__head h2 { margin: 14px 0 0; font-size: clamp(34px, 3.4vw, 50px); line-height: 1; }

.v2-co-msum,
.v2-co-mpay { display: none; }

/* ---------- секции и поля ---------- */
.v2-co-sec { padding-top: 40px; }
.v2-co-sec + .v2-co-sec { margin-top: 40px; border-top: 1px solid var(--v2-line); }
.v2-co-sec__head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 26px; }
.v2-co-sec__num { font-family: var(--v2-display); font-size: 18px; color: var(--v2-gold); }
.v2-co-sec__title { margin: 0; font-family: var(--v2-display); font-size: 28px; font-weight: 300; line-height: 1.1; text-transform: none; }

.v2-co-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.v2-co-row + .v2-co-row { margin-top: 16px; }
.v2-co-field { position: relative; margin: 0; }
.v2 .v2-co .co2__input,
.v2 .cdek-modal .co2__input {
	display: block; width: 100%; height: 58px; margin: 0; padding: 22px 16px 6px; border: 1px solid var(--v2-line); border-radius: 0; background: #fff;
	font-family: var(--v2-sans); font-size: 15px; font-weight: 300; color: var(--v2-ink); outline: 0; box-shadow: none; transition: border-color .2s; -webkit-appearance: none; appearance: none;
}
.v2 .v2-co select.co2__input { padding-right: 40px; cursor: pointer; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 3l4 4 4-4' fill='none' stroke='%23111' stroke-width='1.2'/%3E%3C/svg%3E") right 16px center / 10px no-repeat; }
.v2 .v2-co .co2__input:focus,
.v2 .cdek-modal .co2__input:focus { border-color: var(--v2-ink); background-color: #fff; }
.v2 .v2-co .co2__input.input__fail { border-color: var(--v2-err, #b4423f) !important; background: #fff; }
.v2 .v2-co .co2__input.input__success { border-color: var(--v2-line); }
.v2-co-field label { position: absolute; left: 17px; top: 19px; margin: 0; font-size: 14px; color: var(--v2-ink-mute); pointer-events: none; transition: all .18s ease; }
.v2-co-field .co2__input:focus + label,
.v2-co-field .co2__input:not(:placeholder-shown) + label,
.v2-co-field select.co2__input + label { top: 9px; font-size: 9.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--v2-ink-soft); }
.v2 .v2-co .input__notification,
.v2 .v2-co .input__notification_fail { margin-top: 8px; padding: 0; font-size: 12px; color: #b4423f; }
.v2 .v2-co .input__notification:after { display: none; }
.v2 .v2-co .input__notification_success { display: none; }

.v2-co-field_btn .co2__input { padding-right: 130px !important; }
.v2 .v2-co-field__btn { position: absolute; right: 6px; top: 6px; height: 46px; margin: 0; padding: 0 18px; border: 1px solid var(--v2-ink); border-radius: 0; background: transparent; color: var(--v2-ink); cursor: pointer; font-family: var(--v2-sans); font-size: 10.5px; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; transition: background .25s; }
.v2 .v2-co-field__btn:hover { background: transparent; border-color: var(--v2-gold); color: var(--v2-gold); }
.v2-co-hint { margin: 10px 0 0; font-size: 12px; line-height: 1.6; color: var(--v2-ink-mute); }
.v2 .v2-co-alert { margin-top: 10px; padding: 12px 16px; border-left: 2px solid #b4423f; background: #fbf1f0; color: #8a2f2c; font-size: 13px; }
.v2-co-note { margin: 18px 0 0; padding-left: 16px; border-left: 1px solid var(--v2-gold); font-size: 12.5px; line-height: 1.65; color: var(--v2-ink-soft); }
.v2 .v2-co-link { padding: 0 0 3px; border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--v2-ink); cursor: pointer; font-family: var(--v2-sans); font-size: 10.5px; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; white-space: nowrap; text-decoration: none; }
.v2 .v2-co-link:hover { color: var(--v2-gold); }

/* переключатели */
.v2 .v2-co .v2-co-switch { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin: 22px 0 0; padding: 18px 20px; border: 1px solid var(--v2-line); background: #fff; cursor: pointer; transition: border-color .25s; }
.v2 .v2-co .v2-co-switch:hover { border-color: rgba(17, 17, 17, .35); }
.v2-co-switch__text b { display: block; font-size: 14px; font-weight: 400; }
.v2-co-switch__text span { display: block; margin-top: 4px; font-size: 12px; line-height: 1.55; color: var(--v2-ink-mute); }
.v2-co-switch__track { position: relative; flex: 0 0 42px; width: 42px; height: 24px; margin-top: 2px; border-radius: 12px; background: #dcd8d1; transition: background .25s; }
.v2-co-switch__track::after { content: ''; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .2); transition: transform .25s; }
.v2 .v2-co .v2-co-switch.checkout__chechbox_active { border-color: var(--v2-ink); }
.v2-co-switch.checkout__chechbox_active .v2-co-switch__track,
.v2-co-pack.is-on .v2-co-switch__track { background: var(--v2-ink); }
.v2-co-switch.checkout__chechbox_active .v2-co-switch__track::after,
.v2-co-pack.is-on .v2-co-switch__track::after { transform: translateX(18px); }

/* способы получения */
.v2-co-ways { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.v2 .v2-co-way { position: relative; display: flex; flex-direction: column; gap: 6px; min-height: 132px; margin: 0; padding: 20px 18px; border: 1px solid var(--v2-line); border-radius: 0; background: #fff; color: var(--v2-ink); cursor: pointer; text-align: left; font-family: var(--v2-sans); transition: border-color .25s, box-shadow .25s; }
.v2 .v2-co-way:hover { border-color: rgba(17, 17, 17, .35); }
.v2 .v2-co-way.is-active { border-color: var(--v2-ink); box-shadow: inset 0 0 0 1px var(--v2-ink); }
.v2-co-way__icon { width: 24px; height: 24px; margin-bottom: 8px; stroke: currentColor; fill: none; stroke-width: 1.1; }
.v2-co-way__body { display: flex; flex-direction: column; gap: 4px; }
.v2-co-way__name { font-size: 14px; font-weight: 400; }
.v2-co-way__sub { font-size: 12px; line-height: 1.5; font-weight: 300; color: var(--v2-ink-mute); }
.v2-co-way__dot { position: absolute; top: 16px; right: 16px; width: 16px; height: 16px; border: 1px solid var(--v2-line); border-radius: 50%; }
.v2-co-way.is-active .v2-co-way__dot { border: 5px solid var(--v2-ink); }

.v2 .v2-co-choose { display: block; width: 100%; height: 58px; margin-top: 14px; border: 1px dashed rgba(17, 17, 17, .3); border-radius: 0; background: #fff; color: var(--v2-ink); cursor: pointer; font-family: var(--v2-sans); font-size: 11px; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; transition: border-color .25s; }
.v2 .v2-co-choose:hover { border-color: var(--v2-ink); }
.v2 .v2-co-choose[hidden] { display: none; }
.v2-co-picked { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-top: 14px; padding: 20px 22px; background: var(--v2-stone); }
.v2-co-picked[hidden] { display: none; }
.v2-co-picked__label { font-size: 9.5px; font-weight: 400; letter-spacing: .24em; text-transform: uppercase; color: var(--v2-ink-soft); }
.v2-co-picked__addr { margin-top: 6px; font-family: var(--v2-display); font-size: 20px; line-height: 1.3; }
.v2-co-picked__meta { margin-top: 6px; font-size: 12px; color: var(--v2-ink-mute); }
.v2-co-picked__actions { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.v2-co-picked__cost { font-size: 15px; font-weight: 400; white-space: nowrap; }
.v2-co-picked__cost.is-free { color: #5d9c59; }
/* текст сводки custom.js дублирует карточку — показываем только сообщение об ошибке */
.v2 .v2-co .co2__method-summary { display: none !important; }
.v2-co-summary-wrap .input__notification_fail { margin-top: 10px; }

/* скидки */
.v2-co-bonus { margin-top: 20px; padding: 20px 22px; border: 1px solid var(--v2-line); }
.v2-co-bonus__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 6px 12px; margin-bottom: 14px; }
.v2-co-bonus__head b { font-family: var(--v2-display); font-size: 22px; font-weight: 400; }
.v2-co-bonus__head span { font-size: 12px; color: var(--v2-ink-mute); }

/* упаковка */
.v2 .v2-co-pack { display: grid; grid-template-columns: 96px 1fr auto; gap: 20px; align-items: center; margin: 0; padding: 16px; border: 1px solid var(--v2-line); border-radius: 0; background: #fff; cursor: pointer; transition: border-color .25s; }
.v2 .v2-co-pack:hover { border-color: rgba(17, 17, 17, .35); }
.v2 .v2-co-pack.is-on { border-color: var(--v2-ink); }
.v2-co-pack__img { display: block; width: 96px; height: 96px; overflow: hidden; background: var(--v2-shot); }
.v2-co-pack__img img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.v2-co-pack__info { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.v2-co-pack__title { font-family: var(--v2-display); font-size: 22px; font-weight: 400; line-height: 1.1; }
.v2-co-pack__sub { font-size: 12px; color: var(--v2-ink-mute); }
.v2-co-pack__price { margin: 4px 0 6px; font-size: 14px; font-weight: 400; }
.v2-co-pack__input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.v2-co-pack:focus-within { outline: 1px solid var(--v2-ink); outline-offset: 2px; }

/* ---------- сводка ---------- */
.v2-co-sum__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 26px; }
.v2-co-sum__head h3 { margin: 0; font-size: 29px; line-height: 1.02; }
.v2-co-sum__count { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--v2-ink-mute); }

.v2-co-items { border-top: 1px solid var(--v2-line); }
.v2 .v2-co .v2-co-item.cart-table__row { display: grid; grid-template-columns: 72px 1fr auto; gap: 16px; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--v2-line); }
.v2-co-item__img { width: 72px; height: 96px; background: #fff; }
.v2-co-item__img img { display: block; width: 100%; height: 100%; max-width: none; object-fit: contain; padding: 8%; box-sizing: border-box; mix-blend-mode: multiply; }
.v2-co-item__title { font-family: var(--v2-display); font-size: 19px; font-weight: 400; line-height: 1.2; }
.v2-co-item__opt { margin-top: 4px; font-size: 12px; color: var(--v2-ink-mute); }
.v2-co-item__row { display: flex; align-items: center; gap: 14px; margin-top: 12px; }
.v2 .v2-co .v2-co-qty { display: flex; align-items: center; height: 34px; margin: 0; border: 1px solid var(--v2-line); background: #fff; }
.v2 .v2-co .v2-co-qty .quantity__arrow { display: block; width: 30px; height: 100%; margin: 0; padding: 0; border: 0; background: none; color: var(--v2-ink); cursor: pointer; font-size: 15px; }
.v2 .v2-co .v2-co-qty .quantity__arrow:hover { color: var(--v2-gold); }
.v2 .v2-co .v2-co-qty .quantity__input { display: block; height: 100%; }
.v2 .v2-co .v2-co-qty .quantity__input input { width: 30px; height: 100%; margin: 0; padding: 0; border: 0; background: transparent; text-align: center; font-family: var(--v2-sans); font-size: 13px; color: var(--v2-ink); -moz-appearance: textfield; appearance: textfield; }
.v2-co-qty .quantity__input input::-webkit-inner-spin-button,
.v2-co-qty .quantity__input input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.v2 .v2-co .v2-co-item__remove { margin: 0; padding: 0 0 2px; border: 0; border-bottom: 1px solid transparent; background: none; color: var(--v2-ink-mute); cursor: pointer; font-family: var(--v2-sans); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.v2 .v2-co .v2-co-item__remove:hover { color: #b4423f; border-bottom-color: currentColor; }
.v2-co-item__price { font-size: 15px; font-weight: 400; text-align: right; white-space: nowrap; }

.v2 .v2-co .v2-co-totals.cart-table__summ { display: block; margin: 0; padding: 22px 0 0; border: 0; text-align: left; font-size: 13.5px; }
.v2-co-line { display: flex; justify-content: space-between; gap: 16px; padding: 6px 0; font-size: 13.5px; color: var(--v2-ink-soft); }
.v2-co-line[hidden] { display: none; }
.v2-co-line b { font-weight: 400; color: var(--v2-ink); white-space: nowrap; }
.v2-co-line.is-disc b { color: var(--v2-gold); }
/* «Итого» из #totals — носитель суммы для custom.js; видимая сумма — «К оплате» ниже */
.v2 .v2-co .v2-co-total,
.v2 .v2-co #totals .co2__free-delivery,
.v2 .v2-co #totals .co2__free-delivery-left,
.v2 .v2-co #totals .co2__vat,
.v2 .v2-co #totals #certificate_row { display: none !important; }
.v2-co-grand { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-top: 14px; padding-top: 18px; border-top: 1px solid var(--v2-line); }
.v2-co-grand > span { font-size: 11px; font-weight: 400; letter-spacing: .24em; text-transform: uppercase; }
.v2-co-grand b { font-variant-numeric: lining-nums; font-family: var(--v2-display); font-size: 40px; font-weight: 400; line-height: 1; white-space: nowrap; }
.v2-co-vat { margin-top: 6px; text-align: right; font-size: 11.5px; color: var(--v2-ink-mute); }

.v2-co-free { margin-top: 22px; }
.v2-co-free__bar { height: 2px; overflow: hidden; background: rgba(17, 17, 17, .1); }
.v2-co-free__bar i { display: block; height: 100%; background: var(--v2-gold); transition: width .5s ease; }
.v2-co-free__text { margin-top: 10px; font-size: 12.5px; color: var(--v2-ink-soft); }
.v2-co-free__text b { font-weight: 400; color: var(--v2-ink); }
.v2-co-free.is-done .v2-co-free__text { color: #5d9c59; }

.v2-co-pay { margin-top: 26px; }
.v2 .v2-co .v2-co-submit { width: 100%; height: 60px; margin: 0; }
.v2 .v2-co .checout-btn.loading { opacity: .6; pointer-events: none; }
.v2-co-pay__note { margin: 12px 0 0; text-align: center; font-size: 11.5px; color: var(--v2-ink-mute); }
.v2-co-pay__note[hidden] { display: none; }
.v2 .v2-co .v2-co-legal { margin: 14px 0 0; text-align: center; font-size: 11px; line-height: 1.6; color: var(--v2-ink-mute); }
.v2 .v2-co .v2-co-legal a { border-bottom: 1px solid currentColor; color: inherit; cursor: pointer; }

.v2 .v2-co .v2-co-sugg { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--v2-line); }
.v2-co-sugg__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 16px; }
.v2-co-sugg__item { position: relative; min-width: 0; }
.v2 .v2-co-sugg__img { display: block; aspect-ratio: 3 / 4; background: #fff; }
.v2-co-sugg__img img { display: block; width: 100%; height: 100%; max-width: none; object-fit: contain; padding: 10%; box-sizing: border-box; mix-blend-mode: multiply; }
.v2 .v2-co-sugg__name { display: block; margin-top: 8px; font-size: 11.5px; line-height: 1.35; color: var(--v2-ink); text-decoration: none; }
.v2-co-sugg__price { margin-top: 3px; font-size: 12px; font-weight: 400; }
.v2 .v2-co-sugg__add { position: absolute; top: 6px; right: 6px; display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; margin: 0; padding: 0; border-radius: 50%; background: var(--v2-ink); color: #fff; cursor: pointer; font-size: 15px; line-height: 1; text-decoration: none; }
.v2 .v2-co-sugg__add:hover { background: var(--v2-gold); color: #fff; }

/* пустая корзина */
.v2-co-state { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: calc(100vh - 73px); padding: 60px var(--v2-gutter); text-align: center; }
.v2-co-state__icon { width: 64px; height: 64px; margin-bottom: 26px; stroke: var(--v2-gold); fill: none; stroke-width: 1; }
.v2-co-state h2 { margin: 0; font-size: clamp(32px, 3.6vw, 47px); line-height: 1.04; }
.v2-co-state p { max-width: 460px; margin: 18px auto 0; font-family: var(--v2-display); font-size: 20px; line-height: 1.55; color: var(--v2-ink-soft); }
.v2-co-state__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.v2 .v2-co-state__actions .v2-btn { color: var(--v2-ink); text-decoration: none; }
.v2 .v2-co-state__actions .v2-btn:hover { color: var(--v2-gold); }

/* ---------- окна СДЭК ---------- */
.v2 .cdek-modal { z-index: 2150; font-family: var(--v2-sans); color: var(--v2-ink); font-weight: 300; }
.v2 .cdek-modal__overlay { background: rgba(17, 17, 17, .45); backdrop-filter: blur(3px); }
.v2 .cdek-modal__content { width: 980px; border-radius: 0; box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .45); }
.v2 .cdek-modal__header { padding: 26px 28px 18px; border-bottom-color: var(--v2-line); }
.v2 .cdek-modal__title { font-family: var(--v2-display); font-size: 28px; font-weight: 300; line-height: 1.05; color: var(--v2-ink); }
.v2 .cdek-modal__close { width: 40px; height: 40px; font-size: 28px; font-weight: 200; color: var(--v2-ink); }
.v2 .cdek-modal__close:hover { color: var(--v2-gold); }
.v2 .cdek-modal__body { gap: 12px; padding: 18px 28px; }
.v2 .cdek-modal__city-field { margin: 0; }
.v2 .cdek-modal__dropdown { margin-top: 0; border-color: var(--v2-line); border-radius: 0; box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .3); }
.v2 .cdek-modal__dropdown-item { padding: 12px 16px; font-size: 14px; }
.v2 .cdek-modal__dropdown-item:hover { background: var(--v2-stone); }
.v2 .cdek-modal__map { flex-basis: 260px; height: 260px; margin-bottom: 12px; border-radius: 0; background: #ebe8e2; }
.v2 .cdek-modal .cdek-modal__search { height: 50px; margin-bottom: 0; padding: 0 16px; }
.v2 .cdek-modal__list { margin-top: 10px; padding-top: 0; border-top: 1px solid var(--v2-line); }
.v2 .cdek-modal__pvz-item { padding: 16px 12px; border: 0; border-bottom: 1px solid rgba(17, 17, 17, .07); border-radius: 0; font-size: 14px; color: var(--v2-ink); transition: background .2s; }
.v2 .cdek-modal__pvz-item:hover { background: var(--v2-stone); }
.v2 .cdek-modal__pvz-item--active { background: var(--v2-stone); box-shadow: inset 2px 0 0 var(--v2-ink); }
.v2 .cdek-modal__pvz-item-address { font-weight: 400; color: var(--v2-ink); }
.v2 .cdek-modal__pvz-item-time { margin-top: 4px; font-size: 12px; color: var(--v2-ink-mute); }
.v2 .cdek-modal__cost { padding-top: 4px; font-size: 13.5px; color: var(--v2-ink-soft); }
.v2 .cdek-modal__error { font-size: 13px; color: #b4423f; }
.v2 .cdek-modal__footer { padding: 16px 28px 22px; border-top-color: var(--v2-line); }
.v2 .cdek-modal__submit { height: 56px; padding: 0; border: 1px solid var(--v2-ink); border-radius: 0; background: transparent; color: var(--v2-ink); font-family: var(--v2-sans); font-size: 11px; font-weight: 400; letter-spacing: .26em; text-transform: uppercase; }
.v2 .cdek-modal__submit:not(:disabled):hover { background: transparent; border-color: var(--v2-gold); color: var(--v2-gold); }
.v2 .cdek-modal__submit:disabled { opacity: 1; background: transparent; border-color: #d8d3ca; color: var(--v2-ink-mute); }

/* ---------- адаптив ---------- */
@media (max-width: 1100px) {
	.v2 .v2-co.co2 { grid-template-columns: minmax(0, 1fr) 400px; }
	.v2-co-ways { grid-template-columns: 1fr; }
	.v2 .v2-co-way { min-height: 0; flex-direction: row; align-items: center; gap: 14px; padding: 18px 48px 18px 18px; }
	.v2-co-way__icon { margin: 0; }
	.v2-co-sugg__list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
	.v2-co-bar { grid-template-columns: 1fr auto; padding: 12px var(--v2-gutter); }
	.v2-co-bar__logo img { height: 28px; }
	.v2-co-bar__title,
	.v2-co-bar__close span { display: none; }
	.v2 .dialog_cart .ajax_content { min-height: 0; }

	.v2 .v2-co.co2 { display: block; min-height: 0; }
	.v2 .v2-co .co2__form { max-width: none; padding: 26px var(--v2-gutter) 40px; }
	.v2 .v2-co .co2__cart { border-left: 0; border-top: 1px solid var(--v2-line); }
	.v2-co__aside-inner { position: static; max-height: none; padding: 34px var(--v2-gutter) 120px; }
	.v2-co__head h2 { font-size: 34px; }
	.v2-co-sec { padding-top: 30px; }
	.v2-co-sec + .v2-co-sec { margin-top: 30px; }
	.v2-co-sec__title { font-size: 25px; }
	.v2-co-row { grid-template-columns: 1fr; }
	.v2 .v2-co-pack { grid-template-columns: 72px 1fr auto; gap: 14px; padding: 12px; }
	.v2-co-pack__img { width: 72px; height: 72px; }
	.v2-co-pack__title { font-size: 19px; }
	.v2-co-picked { flex-direction: column; }
	.v2-co-picked__actions { flex-direction: row; align-items: center; justify-content: space-between; width: 100%; }
	.v2 .v2-co .v2-co-submit { display: none; }

	.v2 .v2-co-msum { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; margin: 0; padding: 16px var(--v2-gutter); border: 0; border-bottom: 1px solid var(--v2-line); background: var(--v2-stone); color: var(--v2-ink); cursor: pointer; font-family: var(--v2-sans); text-align: left; }
	.v2-co-msum__l { display: flex; align-items: center; gap: 4px; font-size: 10.5px; font-weight: 400; letter-spacing: .2em; text-transform: uppercase; }
	.v2-co-msum__l svg { width: 10px; height: 10px; margin-left: 6px; stroke: currentColor; fill: none; stroke-width: 1.4; }
	.v2-co-msum b { font-size: 17px; font-weight: 400; }

	.v2-co-mpay { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: flex; align-items: center; gap: 14px; padding: 12px var(--v2-gutter) calc(12px + env(safe-area-inset-bottom)); border-top: 1px solid var(--v2-line); background: rgba(255, 255, 255, .97); backdrop-filter: blur(12px); }
	.v2-co-mpay__sum { flex: 1; min-width: 0; }
	.v2-co-mpay__sum > span { display: block; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--v2-ink-mute); }
	.v2-co-mpay__sum b { display: block; font-size: 20px; font-weight: 400; }
	.v2 .v2-co-mpay .v2-btn { height: 50px; padding: 0 20px; }

	.v2 .cdek-modal__content { width: 100%; max-width: 100%; height: 100%; max-height: 100%; }
	.v2 .cdek-modal__header { padding: 18px var(--v2-gutter) 14px; }
	.v2 .cdek-modal__title { font-size: 25px; }
	.v2 .cdek-modal__body { padding: 14px var(--v2-gutter); }
	.v2 .cdek-modal__map { flex-basis: 180px; height: 180px; }
	.v2 .cdek-modal__footer { padding: 14px var(--v2-gutter); }
}
/* на телефоне в окне корзины WhatsApp не нужен — внизу панель оплаты */
.v2:has(.dialog_cart.showed) .whatssap-link { display: none; }

/* старые стили .checkout__chechbox рисуют квадрат на любом span внутри переключателя — сбрасываем */
.v2 .v2-co .checkout__chechbox { padding: 18px 20px; }
.v2 .v2-co .checkout__chechbox span { display: block; position: static; width: auto; height: auto; margin: 0; border: 0; vertical-align: baseline; }
.v2 .v2-co .checkout__chechbox span::after { content: none; }
.v2 .v2-co .checkout__chechbox .v2-co-switch__track { position: relative; flex: 0 0 42px; width: 42px; height: 24px; margin-top: 2px; border-radius: 12px; background: #dcd8d1; }
.v2 .v2-co .checkout__chechbox .v2-co-switch__track::after { content: ''; display: block; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .2); opacity: 1; transition: transform .25s; }
.v2 .v2-co .checkout__chechbox_active .v2-co-switch__track { background: var(--v2-ink); }
.v2 .v2-co .checkout__chechbox_active .v2-co-switch__track::after { transform: translateX(18px); }

/* =====================================================================
 * Текстовые страницы (information/page), 404, результат оплаты
 * ===================================================================== */
/* _ghost остался в шаблонах как «второстепенная» кнопка: та же обводка, но светлее контур */
.v2-btn_ghost,
.v2-wrap a.v2-btn_ghost { background: transparent; border-color: var(--v2-line); color: var(--v2-ink); }
.v2-btn_ghost:hover,
.v2-wrap a.v2-btn_ghost:hover { background: transparent; border-color: var(--v2-gold); color: var(--v2-gold); }

.v2-info.content { padding-bottom: 0; }
.v2-info__grid { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: clamp(40px, 7vw, 120px); padding: 44px 0 120px; }
.v2-info__grid > * { min-width: 0; }
.v2-info__aside { position: sticky; top: calc(var(--v2-hdr-h) + 32px); align-self: start; }
.v2-info__nav { display: flex; flex-direction: column; margin-top: 20px; border-top: 1px solid var(--v2-line); }
.v2-wrap .v2-info__link { position: relative; padding: 14px 0 14px 18px; border-bottom: 1px solid var(--v2-line); font-size: 11px; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; color: var(--v2-ink-soft); transition: color .25s, padding-left .3s; }
.v2-wrap .v2-info__link::before { content: ''; position: absolute; left: 0; top: 50%; width: 8px; height: 1px; background: currentColor; opacity: 0; transition: opacity .25s; }
.v2-wrap .v2-info__link:hover { color: var(--v2-ink); padding-left: 22px; }
.v2-wrap .v2-info__link.is-active { color: var(--v2-ink); }
.v2-wrap .v2-info__link.is-active::before { opacity: 1; background: var(--v2-gold); }
.v2-info__title { margin: 16px 0 44px; font-size: clamp(34px, 3.8vw, 54px); line-height: 1.06; }
.v2-info__back { margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--v2-line); }

/* HTML из админки */
.v2-prose { font-size: 16px; line-height: 1.8; color: #2c2c2c; font-weight: 300; }
.v2-prose > div,
.v2-prose > p { margin: 0 0 .15em; }
.v2-prose p { margin: 0 0 1.1em; }
.v2-prose > :first-child { font-family: var(--v2-display); font-size: 23px; line-height: 1.55; color: var(--v2-ink); }
/* статьи обёрнуты в один div — вводным делаем только первый абзац внутри */
.v2-prose > :first-child:has(p, ul, ol, div, table) { font-family: inherit; font-size: inherit; line-height: inherit; color: inherit; }
.v2-prose > :first-child:has(p, ul, ol, div, table) > p:first-child { font-family: var(--v2-display); font-size: 23px; line-height: 1.55; color: var(--v2-ink); }
.v2-prose [style] { font-family: inherit !important; font-size: inherit !important; line-height: inherit !important; }
.v2-prose strong,
.v2-prose b { font-weight: 500; color: var(--v2-ink); }
.v2-prose em { color: var(--v2-ink-soft); }
.v2-prose u { text-decoration: none; display: inline-block; margin-top: 18px; font-family: var(--v2-display); font-size: 24px; font-weight: 400; color: var(--v2-ink); }
.v2-prose h2, .v2-prose h3, .v2-prose h4 { margin: 1.6em 0 .6em; font-family: var(--v2-display); font-weight: 400; line-height: 1.2; color: var(--v2-ink); text-transform: none; }
.v2-prose h2 { font-size: 29px; }
.v2-prose h3 { font-size: 25px; }
.v2-prose a { color: var(--v2-ink); border-bottom: 1px solid var(--v2-gold); transition: color .2s; }
.v2-prose a:hover { color: var(--v2-gold); }
.v2-wrap .v2-prose ul,
.v2-wrap .v2-prose ol { margin: 0 0 1.2em; padding: 0; list-style: none; }
.v2-prose li { position: relative; padding: 10px 0 10px 24px; border-bottom: 1px solid rgba(17, 17, 17, .07); }
.v2-prose li::before { content: ''; position: absolute; left: 0; top: 1.45em; width: 10px; height: 1px; background: var(--v2-gold); }
.v2-prose p img,
.v2-prose div img { display: inline-block; width: auto; height: 34px; max-width: 100%; margin: 6px 16px 6px 0; vertical-align: middle; object-fit: contain; }
.v2-prose img:only-child { height: auto; }
.v2-prose table { width: 100%; margin: 0 0 1.4em; border-collapse: collapse; font-size: 14px; }
.v2-prose td, .v2-prose th { padding: 12px 14px; border: 1px solid var(--v2-line); text-align: left; vertical-align: top; }
.v2-prose iframe { max-width: 100%; }

/* документы: ссылки на PDF — карточками */
.v2-prose p:has(> a[href*=".pdf"]) { margin: 0; }
.v2-wrap .v2-prose a[href*=".pdf"] {
	position: relative; display: flex; align-items: center; gap: 18px; padding: 18px 44px 18px 0;
	border-bottom: 1px solid var(--v2-line); font-family: var(--v2-display); font-size: 20px; line-height: 1.3; color: var(--v2-ink);
}
.v2-prose a[href*=".pdf"]::before { content: 'PDF'; flex: 0 0 44px; height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--v2-line); font-family: var(--v2-sans); font-size: 10px; font-weight: 400; letter-spacing: .14em; color: var(--v2-gold); transition: border-color .25s, background .25s, color .25s; }
.v2-prose a[href*=".pdf"]::after { content: '↓'; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); font-family: var(--v2-sans); font-size: 16px; color: var(--v2-ink-mute); transition: transform .25s, color .25s; }
.v2-wrap .v2-prose a[href*=".pdf"]:hover { color: var(--v2-ink); }
.v2-prose a[href*=".pdf"]:hover::before { background: var(--v2-ink); border-color: var(--v2-ink); color: #fff; }
.v2-prose a[href*=".pdf"]:hover::after { color: var(--v2-gold); transform: translateY(-35%); }
.v2-prose p:has(> a[href*=".pdf"]):first-child a { border-top: 1px solid var(--v2-line); }
.v2-prose p:has(> a[href*=".pdf"]):first-child { font-family: inherit; font-size: inherit; }

/* список статей */
.v2-articles { border-top: 1px solid var(--v2-line); }
.v2-wrap .v2-article-card { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--v2-line); color: var(--v2-ink); transition: padding-left .35s; }
.v2-wrap .v2-article-card:hover { padding-left: 10px; }
.v2-article-card__num { font-family: var(--v2-display); font-size: 22px; color: var(--v2-gold); }
.v2-article-card__body { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.v2-article-card__title { font-family: var(--v2-display); font-size: 28px; font-weight: 400; line-height: 1.15; transition: color .25s; }
.v2-article-card:hover .v2-article-card__title { color: var(--v2-gold); }
.v2-article-card__text { font-size: 14.5px; line-height: 1.7; color: var(--v2-ink-soft); }
.v2-article-card .v2-link-line { margin-top: 6px; }

/* состояния: 404, оплата */
.v2-state-page.content { padding-bottom: 0; }
.v2-state { display: flex; flex-direction: column; align-items: center; min-height: calc(100vh - var(--v2-hdr-h) - 120px); justify-content: center; max-width: 620px; margin: 0 auto; padding: 60px 0 100px; text-align: center; }
.v2-state__code { margin: 0; font-size: clamp(80px, 11vw, 140px); line-height: .9; color: rgba(189, 151, 36, .28); }
.v2-state__icon { width: 64px; height: 64px; margin-bottom: 26px; stroke: var(--v2-gold); fill: none; stroke-width: 1; }
.v2-state h1 { margin: 14px 0 0; font-size: clamp(34px, 3.8vw, 50px); line-height: 1.06; }
.v2-state__text { max-width: 480px; margin: 18px auto 0; font-family: var(--v2-display); font-size: 20px; line-height: 1.55; color: var(--v2-ink-soft); }
.v2-state__search { width: 100%; margin: 30px auto 0; }
.v2-state__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }

@media (max-width: 900px) {
	.v2-info__grid { grid-template-columns: 1fr; gap: 26px; padding-top: 24px; }
	.v2-info__aside { position: static; }
	.v2-info__aside .v2-eyebrow { display: none; }
	.v2-info__nav { flex-direction: row; gap: 8px; margin: 0 calc(var(--v2-gutter) * -1); padding: 0 var(--v2-gutter) 4px; overflow-x: auto; border: 0; scrollbar-width: none; }
	.v2-info__nav::-webkit-scrollbar { display: none; }
	.v2-wrap .v2-info__link { flex: 0 0 auto; padding: 10px 16px; border: 1px solid var(--v2-line); border-radius: 40px; white-space: nowrap; letter-spacing: .12em; }
	.v2-wrap .v2-info__link::before { display: none; }
	.v2-wrap .v2-info__link:hover { padding-left: 16px; }
	.v2-wrap .v2-info__link.is-active { background: var(--v2-ink); border-color: var(--v2-ink); color: #fff; }
}
@media (max-width: 768px) {
	.v2-info__title { margin: 12px 0 28px; font-size: 34px; }
	.v2-prose { font-size: 15px; }
	.v2-prose > :first-child,
	.v2-prose > :first-child:has(p, ul, ol, div, table) > p:first-child { font-size: 20px; }
	.v2-prose > :first-child:has(p, ul, ol, div, table) { font-size: inherit; }
	.v2-wrap .v2-prose a[href*=".pdf"] { font-size: 17px; gap: 14px; }
	.v2-wrap .v2-article-card { grid-template-columns: 36px 1fr; gap: 12px; padding: 26px 0; }
	.v2-article-card__title { font-size: 24px; }
	.v2-state { min-height: 0; padding: 40px 0 80px; }
	.v2-state__search { flex-direction: row; }
}

/* =====================================================================
 * Галерея
 * ===================================================================== */
.v2-gallery-page.content { padding-bottom: 0; }
.v2-gal { padding-bottom: 110px; }
.v2-gal__sec { padding: 44px 0 0; }
.v2-gal__sec + .v2-gal__sec { margin-top: 14px; border-top: 1px solid var(--v2-line); }
.v2-gal__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 14px 30px; margin-bottom: 22px; }
.v2-gal__title { display: flex; align-items: baseline; gap: 16px; }
.v2-gal__title h2 { margin: 0; font-size: clamp(27px, 2.7vw, 38px); line-height: 1.04; }
.v2-gal__count { font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--v2-ink-mute); white-space: nowrap; }
.v2-gal__tools { display: flex; align-items: center; gap: 28px; }
.v2-gal__arrows { display: flex; gap: 8px; }
.v2-wrap .v2-gal__arrow { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin: 0; padding: 0; border: 1px solid var(--v2-line); border-radius: 50%; background: #fff; color: var(--v2-ink); cursor: pointer; transition: border-color .2s, background .2s, color .2s, opacity .2s; }
.v2-wrap .v2-gal__arrow:hover { border-color: var(--v2-ink); background: var(--v2-ink); color: #fff; }
.v2-wrap .v2-gal__arrow:disabled { opacity: .35; pointer-events: none; }
.v2-gal__arrow svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.3; }
.v2-gal__sec.is-static .v2-gal__arrows,
.v2-gal__sec.is-static .v2-gal__dots { display: none; }
.v2-gal__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 2 * 16px) / 3); gap: 16px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; }
.v2-gal__track::-webkit-scrollbar { display: none; }
.v2-gal__track.is-dragging { scroll-snap-type: none; cursor: grabbing; }
.v2-wrap .v2-gal__item { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--v2-stone); scroll-snap-align: start; }
.v2-gal__item img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; user-select: none; -webkit-user-drag: none; transition: transform 1s cubic-bezier(.2, .7, .3, 1); }
.v2-gal__item:hover img { transform: scale(1.04); }
.v2-gal__dots { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; margin-top: 18px; }
.v2-gal__dots[hidden] { display: none; }
.v2-wrap .v2-gal__dots button { width: 22px; height: 16px; margin: 0; padding: 0; border: 0; background: none; cursor: pointer; }
.v2-gal__dots button::before { content: ''; display: block; height: 1px; margin: 0 3px; background: var(--v2-ink); opacity: .2; transition: opacity .25s, height .25s; }
.v2-gal__dots button.is-active::before { height: 2px; opacity: 1; }
.v2-gal__dots.is-counter { font-size: 11px; letter-spacing: .2em; color: var(--v2-ink-mute); }
.v2-gal__dots.is-counter span { color: var(--v2-ink); }
/* лайтбокс GLightbox — в тон сайту */
.glightbox-container .gslide-description { background: transparent; }
.glightbox-clean .gslide-title { margin: 0; font-family: var(--v2-sans); font-size: 11px; font-weight: 400; letter-spacing: .24em; text-transform: uppercase; color: #fff; }
.glightbox-clean .gdesc-inner { padding: 14px 0 0; }
.goverlay { background: rgba(10, 10, 10, .94); }

/* Видео товара: плеер обтягивает ролик по его собственным пропорциям.
   GLightbox по умолчанию отдаёт Plyr ratio 16:9 и ширину 960px, из-за чего
   вертикальные ролики (в базе 1080x1920) висят в широком чёрном прямоугольнике.
   Ratio снимается в v2.js, размеры задаёт само видео. */
.glightbox-container .gvideo-container,
.glightbox-container .gvideo-container .gslide-media,
.glightbox-container .gvideo-wrapper { width: auto !important; max-width: none !important; background: transparent; }
.glightbox-container .gvideo-wrapper .plyr { display: inline-block; width: auto !important; max-width: 92vw; background: transparent; }
.glightbox-container .gvideo-wrapper .plyr__video-wrapper { height: auto !important; padding-bottom: 0 !important; aspect-ratio: auto !important; background: transparent; }
.glightbox-container .gvideo-wrapper video { display: block; width: auto !important; max-width: 92vw; height: auto !important; max-height: 86vh; }
@media (max-width: 768px) {
	.glightbox-container .gvideo-wrapper .plyr,
	.glightbox-container .gvideo-wrapper video { max-width: 100vw; }
	.glightbox-container .gvideo-wrapper video { max-height: 78vh; }
}
@media (max-width: 1180px) {
	.v2-gal__track { grid-auto-columns: calc((100% - 16px) / 2); }
}
@media (max-width: 768px) {
	.v2-gal { padding-bottom: 80px; }
	.v2-gal__sec { padding-top: 32px; }
	.v2-gal__head { align-items: center; margin-bottom: 16px; }
	.v2-gal__title h2 { font-size: 27px; }
	.v2-gal__tools { width: 100%; justify-content: space-between; gap: 16px; }
	.v2-wrap .v2-gal__arrow { width: 40px; height: 40px; }
	/* на телефоне одно фото и край следующего; лента во всю ширину экрана */
	.v2-gal__track { grid-auto-columns: 84%; gap: 8px; margin: 0 calc(var(--v2-gutter) * -1); padding: 0 var(--v2-gutter); scroll-padding: 0 var(--v2-gutter); }
}

/* =====================================================================
 * Где купить
 * ===================================================================== */
.v2-contacts.content { padding-bottom: 0; }
.v2-ct-brand { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--v2-line); border-bottom: 1px solid var(--v2-line); }
.v2-ct-brand__col { padding: 34px 34px 34px 0; }
.v2-ct-brand__col + .v2-ct-brand__col { padding-left: 34px; border-left: 1px solid var(--v2-line); }
.v2-ct-brand__t { margin: 12px 0 18px; font-family: var(--v2-display); font-size: 25px; font-weight: 400; line-height: 1.15; text-transform: none; }
.v2-wrap .v2-ct-brand__phone { display: block; font-size: 22px; font-weight: 400; letter-spacing: .02em; transition: color .2s; }
.v2-wrap .v2-ct-brand__phone:hover,
.v2-wrap .v2-ct-brand__mail:hover,
.v2-wrap .v2-ct-tg:hover { color: var(--v2-gold); }
.v2-wrap .v2-ct-brand__mail { display: inline-block; margin-top: 8px; border-bottom: 1px solid var(--v2-line); font-size: 14px; color: var(--v2-ink-soft); }
.v2-wrap .v2-ct-tg { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--v2-line); font-size: 14px; transition: color .2s; }
.v2-ct-tg:first-of-type { border-top: 1px solid var(--v2-line); }
.v2-ct-tg svg { flex: 0 0 18px; width: 18px; height: 18px; fill: currentColor; }
.v2-ct-tg span { flex: 1; }
.v2-ct-tg em { font-style: normal; color: var(--v2-ink-mute); }

.v2-ct-finder { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: clamp(40px, 6vw, 90px); padding: 70px 0 120px; }
.v2-ct-finder > * { min-width: 0; }
.v2-ct-side { position: sticky; top: calc(var(--v2-hdr-h) + 24px); align-self: start; }
.v2-ct-side h2 { margin: 0 0 22px; font-size: 29px; line-height: 1.02; }
.v2-ct-search { position: relative; display: block; }
.v2-ct-search input { width: 100%; height: 54px; padding: 0 44px 0 16px; border: 1px solid var(--v2-line); border-radius: 0; background: #fff; font-family: var(--v2-sans); font-size: 15px; font-weight: 300; outline: 0; -webkit-appearance: none; appearance: none; }
.v2-ct-search input:focus { border-color: var(--v2-ink); }
.v2-ct-search svg { position: absolute; right: 16px; top: 50%; width: 18px; height: 18px; transform: translateY(-50%); stroke: var(--v2-ink-mute); fill: none; stroke-width: 1.2; pointer-events: none; }
.v2-ct-list { max-height: calc(100vh - var(--v2-hdr-h) - 220px); min-height: 260px; margin-top: 14px; overflow: auto; border-top: 1px solid var(--v2-line); scrollbar-width: thin; }
.v2-ct-group[hidden] { display: none; }
.v2-ct-group__t { margin: 0; padding: 18px 0 6px; font-size: 10px; font-weight: 400; letter-spacing: .28em; text-transform: uppercase; color: var(--v2-ink-mute); }
.v2-wrap .v2-ct-city { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 12px 11px 0; border-bottom: 1px solid rgba(17, 17, 17, .06); font-size: 15px; transition: padding .25s, color .2s; }
.v2-ct-city[hidden] { display: none; }
.v2-wrap .v2-ct-city:hover { padding-left: 8px; color: var(--v2-gold); }
.v2-wrap .v2-ct-city.is-active { padding-left: 12px; background: var(--v2-stone); box-shadow: inset 2px 0 0 var(--v2-gold); color: var(--v2-ink); }
.v2-ct-empty { margin: 0; padding: 20px 0; font-family: var(--v2-display); font-size: 18px; color: var(--v2-ink-soft); }
.v2-ct-empty[hidden] { display: none; }
.v2-ct-empty a { border-bottom: 1px solid var(--v2-gold); }

/* без JS панели всех городов идут подряд; с JS видна только выбранная */
.v2-ct-panel + .v2-ct-panel { margin-top: 60px; }
.v2-ct-finder.is-ready .v2-ct-panel { display: none; margin-top: 0; }
.v2-ct-finder.is-ready .v2-ct-panel.is-active { display: block; }
.v2-ct-panel__head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 26px; border-bottom: 1px solid var(--v2-line); }
.v2-ct-panel__head h2 { margin: 0; font-size: clamp(32px, 3.4vw, 50px); line-height: 1.04; }
.v2-ct-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 30px; }
.v2-ct-cards:has(> .v2-ct-card:only-child) { grid-template-columns: minmax(0, 640px); }
.v2-ct-card { display: flex; flex-direction: column; padding: 30px; background: var(--v2-stone); }
.v2-ct-card__kind { font-size: 10px; font-weight: 400; letter-spacing: .24em; text-transform: uppercase; color: var(--v2-gold); }
.v2-ct-card__title { margin: 10px 0 0; font-family: var(--v2-display); font-size: 27px; font-weight: 400; line-height: 1.15; text-transform: none; }
.v2-ct-card__person { margin: 6px 0 0; font-size: 13px; color: var(--v2-ink-soft); }
.v2-ct-points { margin-top: 22px; border-top: 1px solid var(--v2-line); }
.v2-ct-point { padding: 16px 0; border-bottom: 1px solid var(--v2-line); }
.v2-ct-point__addr { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; font-size: 14px; line-height: 1.55; }
.v2-wrap .v2-ct-point__map { flex: 0 0 auto; margin-top: 3px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 400; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }
.v2-wrap .v2-ct-point__map:hover { color: var(--v2-gold); }
.v2-ct-phones { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 10px; }
.v2-wrap .v2-ct-phone { display: inline-flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 400; letter-spacing: .02em; transition: color .2s; }
.v2-wrap .v2-ct-phone:hover { color: var(--v2-gold); }
.v2-ct-phone svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.2; }
.v2-ct-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.v2-wrap .v2-ct-chip { display: inline-flex; align-items: center; gap: 8px; max-width: 100%; padding: 8px 12px; border: 1px solid var(--v2-line); background: #fff; font-size: 12px; letter-spacing: .03em; overflow-wrap: anywhere; transition: border-color .2s; }
.v2-wrap .v2-ct-chip:hover { border-color: var(--v2-ink); }
.v2-ct-chip b { font-size: 9.5px; font-weight: 400; letter-spacing: .18em; text-transform: uppercase; color: var(--v2-ink-mute); }
.v2-ct-note { margin: 40px 0 0; padding-left: 16px; border-left: 1px solid var(--v2-gold); font-size: 13px; line-height: 1.7; color: var(--v2-ink-soft); }
.v2-ct-note a { border-bottom: 1px solid var(--v2-gold); }

@media (max-width: 1180px) { .v2-ct-cards { grid-template-columns: 1fr; } }
@media (max-width: 900px) {
	.v2-ct-brand { grid-template-columns: 1fr; }
	.v2-ct-brand__col,
	.v2-ct-brand__col + .v2-ct-brand__col { padding: 26px 0; border-left: 0; }
	.v2-ct-brand__col + .v2-ct-brand__col { border-top: 1px solid var(--v2-line); }
	.v2-ct-finder { grid-template-columns: 1fr; gap: 34px; padding-top: 50px; }
	.v2-ct-side { position: static; }
	.v2-ct-list { max-height: 300px; min-height: 0; }
}
@media (max-width: 768px) {
	.v2-ct-brand__t { font-size: 23px; }
	.v2-ct-side h2 { font-size: 25px; }
	.v2-ct-panel__head h2 { font-size: 34px; }
	.v2-ct-card { padding: 22px 18px; }
	.v2-ct-card__title { font-size: 24px; }
}

/* =====================================================================
 * Личный кабинет
 * ===================================================================== */
.v2-lk-page.content { padding-bottom: 0; }
.v2-lk { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: clamp(40px, 6vw, 90px); padding: 40px 0 120px; }
.v2-lk > * { min-width: 0; }
.v2-lk [hidden] { display: none !important; }

.v2-wrap .v2-btn_sm { height: 40px; padding: 0 18px; font-size: 10px; letter-spacing: .22em; }
.v2-btn.is-danger { background: transparent; border-color: #b4423f; color: #b4423f; }
.v2-btn.is-danger:hover { background: transparent; border-color: #8f302d; color: #8f302d; }
.v2-btn:disabled { opacity: .55; pointer-events: none; }
.v2-lk-link,
.v2-wrap .v2-lk-link { display: inline-block; margin: 0; padding: 0 0 3px; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; background: none; color: var(--v2-ink); cursor: pointer; font-family: var(--v2-sans); font-size: 10.5px; font-weight: 400; letter-spacing: .2em; line-height: 1.4; text-transform: uppercase; white-space: nowrap; transition: color .2s; }
.v2-wrap .v2-lk-link:hover { color: var(--v2-gold); }
.v2-wrap .v2-lk-link.is-danger { color: #b4423f; }
.v2-lk-muted { margin: 0; font-size: 14px; line-height: 1.6; color: var(--v2-ink-soft); }
.v2-lk-hint { margin: 10px 0 0; font-size: 12px; line-height: 1.6; color: var(--v2-ink-mute); }

.v2-lk-chip { display: inline-flex; align-items: center; gap: 7px; padding: 5px 10px; border: 1px solid var(--v2-line); background: #fff; font-size: 10px; font-weight: 400; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; color: var(--v2-ink-soft); }
.v2-lk-chip i { width: 6px; height: 6px; border-radius: 50%; background: var(--v2-ink-mute); }
.v2-lk-chip.is-ok { color: var(--v2-ink); }
.v2-lk-chip.is-ok i { background: #5d9c59; }
.v2-lk-chip.is-wait { border-color: rgba(189, 151, 36, .5); color: var(--v2-gold); }
.v2-lk-chip.is-wait i { background: var(--v2-gold); }
.v2-lk-chip.is-off { color: var(--v2-ink-mute); }

/* боковое меню */
.v2-lk__side { position: sticky; top: calc(var(--v2-hdr-h) + 26px); align-self: start; }
.v2-wrap .v2-lk-me { display: flex; align-items: center; gap: 16px; padding-bottom: 24px; border-bottom: 1px solid var(--v2-line); }
.v2-lk-ava { flex: 0 0 64px; display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; overflow: hidden; border-radius: 50%; background: var(--v2-stone); font-family: var(--v2-display); font-size: 26px; color: var(--v2-gold); }
.v2-lk-ava img { width: 100%; height: 100%; object-fit: cover; }
.v2-lk-me__text { min-width: 0; }
.v2-lk-me__name { display: block; font-family: var(--v2-display); font-size: 23px; line-height: 1.15; overflow-wrap: anywhere; transition: color .2s; }
.v2-wrap .v2-lk-me:hover .v2-lk-me__name { color: var(--v2-gold); }
.v2-lk-me__level { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--v2-ink-soft); }
.v2-lk-me__level b { padding: 3px 8px; background: var(--v2-ink); color: #fff; font-weight: 400; }
.v2-lk-me__level b.is-gold { background: var(--v2-gold); }
.v2-wrap .v2-lk-points { display: flex; align-items: baseline; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--v2-line); font-size: 12px; color: var(--v2-ink-soft); }
.v2-lk-points b { font-family: var(--v2-display); font-size: 26px; font-weight: 400; color: var(--v2-ink); }
.v2-lk-nav { display: flex; flex-direction: column; margin-top: 10px; }
.v2-wrap .v2-lk-nav a { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 0 13px 18px; border-bottom: 1px solid rgba(17, 17, 17, .06); font-size: 11px; font-weight: 400; letter-spacing: .2em; text-transform: uppercase; color: var(--v2-ink-soft); transition: color .2s, padding .3s; }
.v2-lk-nav a::before { content: ''; position: absolute; left: 0; top: 50%; width: 8px; height: 1px; background: var(--v2-gold); opacity: 0; transition: opacity .2s; }
.v2-wrap .v2-lk-nav a:hover { padding-left: 22px; color: var(--v2-ink); }
.v2-wrap .v2-lk-nav a.is-active { color: var(--v2-ink); }
.v2-lk-nav a.is-active::before { opacity: 1; }
.v2-lk-nav small { font-size: 10px; letter-spacing: .06em; color: var(--v2-ink-mute); }
.v2-wrap .v2-lk-nav .v2-lk-nav__logout { margin-top: 14px; border-bottom: 0; color: var(--v2-ink-mute); }

/* заголовок страницы */
.v2-lk-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px 30px; padding-bottom: 30px; border-bottom: 1px solid var(--v2-line); }
.v2-lk-head h1 { margin: 12px 0 0; font-size: clamp(34px, 3.6vw, 52px); line-height: 1.04; }
.v2-wrap .v2-lk-head .v2-eyebrow a:hover { color: var(--v2-gold); }
.v2-lk-section-t { margin: 44px 0 6px; font-family: var(--v2-display); font-size: 26px; font-weight: 400; text-transform: none; }
.v2-lk-all { margin-top: 22px; }

.v2-lk-alert { margin: 24px 0 0; padding: 14px 18px; font-size: 13.5px; line-height: 1.55; }
.v2-lk-alert.is-ok { border-left: 2px solid #5d9c59; background: #eef5ed; }
.v2-lk-alert.is-err { border-left: 2px solid #b4423f; background: #fbf1f0; color: #8a2f2c; }

/* обзор */
.v2-lk-bonus { position: relative; display: grid; grid-template-columns: 1.1fr 1fr; gap: 30px; margin-top: 30px; padding: 36px 40px; overflow: hidden; background: var(--v2-ink); color: #fff; }
.v2-lk-bonus::after { content: 'CONTUR'; position: absolute; right: -20px; bottom: -40px; font-family: var(--v2-display); font-size: 160px; line-height: 1; letter-spacing: .1em; color: rgba(255, 255, 255, .04); pointer-events: none; }
.v2-lk-bonus .v2-eyebrow { color: rgba(255, 255, 255, .55); }
.v2-lk-bonus__points { margin-top: 14px; font-family: var(--v2-display); font-size: 64px; font-weight: 300; line-height: 1; }
.v2-lk-bonus__points span { margin-left: 10px; font-family: var(--v2-sans); font-size: 13px; letter-spacing: .1em; color: rgba(255, 255, 255, .6); }
.v2-lk-bonus__hint { margin: 10px 0 0; font-size: 12.5px; color: rgba(255, 255, 255, .6); }
.v2-lk-bonus__level { position: relative; z-index: 1; align-self: end; }
.v2-lk-bonus__lv { display: flex; justify-content: space-between; gap: 12px; font-size: 10px; letter-spacing: .24em; text-transform: uppercase; }
.v2-lk-bonus__lv b { font-weight: 400; color: #fff; }
.v2-lk-bonus__lv b.is-gold { color: var(--v2-gold); }
.v2-lk-bonus__bar { height: 2px; margin: 12px 0; background: rgba(255, 255, 255, .15); }
.v2-lk-bonus__bar i { display: block; height: 100%; background: var(--v2-gold); }
.v2-lk-bonus__txt { margin: 0; font-size: 13px; color: rgba(255, 255, 255, .75); }
.v2-lk-bonus__txt b { font-weight: 400; color: #fff; }
.v2-wrap .v2-lk-bonus__more { display: inline-block; margin-top: 18px; padding-bottom: 3px; border-bottom: 1px solid var(--v2-gold); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.v2-wrap .v2-lk-bonus__more:hover { color: var(--v2-gold); }
.v2-lk-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
.v2-wrap .v2-lk-tile { display: flex; flex-direction: column; justify-content: space-between; gap: 16px; min-height: 130px; padding: 22px; background: var(--v2-stone); transition: background .25s; }
.v2-wrap .v2-lk-tile:hover { background: #efebe4; }
.v2-lk-tile__n { font-family: var(--v2-display); font-size: 40px; line-height: 1; }
.v2-lk-tile__t { display: flex; justify-content: space-between; gap: 10px; font-size: 10.5px; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; }

/* заказы */
.v2-lk-orders { margin-top: 10px; }
.v2-lk-order { padding: 26px 0; border-bottom: 1px solid var(--v2-line); }
.v2-lk-order__top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 20px; }
.v2-lk-order__no { font-family: var(--v2-display); font-size: 26px; }
.v2-lk-order__date { margin-left: 14px; font-size: 12px; color: var(--v2-ink-mute); }
.v2-lk-order__state { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; }
.v2-lk-order__sum { font-size: 20px; font-weight: 400; white-space: nowrap; }
.v2-lk-order__items { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.v2-lk-oi { display: flex; align-items: center; gap: 12px; min-width: 0; max-width: 100%; padding: 8px 14px 8px 8px; background: var(--v2-stone); }
.v2-lk-oi img { flex: 0 0 40px; width: 40px; height: 52px; object-fit: contain; mix-blend-mode: multiply; }
.v2-lk-oi div { min-width: 0; }
.v2-lk-oi b { display: block; font-size: 13px; font-weight: 400; line-height: 1.35; }
.v2-lk-oi span { font-size: 11.5px; color: var(--v2-ink-mute); }
.v2-lk-order__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; font-size: 12px; line-height: 1.5; color: var(--v2-ink-mute); }

.v2-lk-empty { display: flex; flex-direction: column; align-items: center; padding: 70px 20px; text-align: center; }
.v2-lk-empty svg { width: 56px; height: 56px; margin-bottom: 20px; stroke: var(--v2-gold); fill: none; stroke-width: 1; }
.v2-lk-empty h1,
.v2-lk-empty h2 { margin: 0; font-family: var(--v2-display); font-size: 30px; font-weight: 300; text-transform: none; }
.v2-lk-empty p { max-width: 460px; margin: 12px 0 26px; font-family: var(--v2-display); font-size: 19px; line-height: 1.4; color: var(--v2-ink-soft); }

/* избранное */
.v2-wrap .v2-lk-favs { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 30px; padding-bottom: 0; }
.v2-lk-favs .v2-card { transition: opacity .3s; }
.v2-lk-favs .v2-card.is-removing { opacity: 0; }

/* сертификаты */
.v2-lk-row { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; font-size: 13px; color: var(--v2-ink-soft); }
.v2-lk-row b { font-weight: 400; text-align: right; color: var(--v2-ink); overflow-wrap: anywhere; }
.v2-lk-certs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 30px; }
.v2-lk-cert { display: flex; flex-direction: column; border: 1px solid var(--v2-line); }
.v2-lk-cert__img { position: relative; aspect-ratio: 2 / 1; border-bottom: 1px solid var(--v2-line); background: #fff; }
.v2-lk-cert__img img { width: 100%; height: 100%; object-fit: cover; }
.v2-lk-cert__img .v2-lk-chip { position: absolute; top: 14px; left: 14px; }
.v2-lk-cert__amount { position: absolute; right: 12px; bottom: 12px; padding: 2px 10px; background: rgba(255, 255, 255, .88); font-family: var(--v2-display); font-size: 28px; }
.v2-lk-cert__body { flex: 1; padding: 20px 22px; }
.v2-lk-cert__notice { margin: 0 22px 18px; padding: 12px 14px; background: #faf6ec; font-size: 12.5px; line-height: 1.55; color: var(--v2-ink-soft); }
.v2-lk-cert__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; padding: 16px 22px; border-top: 1px solid var(--v2-line); }

/* создание сертификата */
.v2-lk-steps { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 40px; margin-top: 30px; }
.v2-lk-steps > * { min-width: 0; }
.v2-lk-step { min-width: 0; margin: 0; padding: 28px 0; border: 0; border-bottom: 1px solid var(--v2-line); }
.v2-lk-step:first-child { padding-top: 0; }
.v2-lk-step__t { display: flex; align-items: baseline; gap: 14px; margin: 0 0 20px; padding: 0; float: left; width: 100%; font-family: var(--v2-display); font-size: 26px; }
.v2-lk-step__t + * { clear: both; }
.v2-lk-step__t span { font-size: 18px; color: var(--v2-gold); }
.v2-lk-designs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.v2-lk-design { position: relative; aspect-ratio: 2 / 1; overflow: hidden; border: 1px solid var(--v2-line); background: #fff; cursor: pointer; transition: border-color .25s; }
.v2-lk-design img { width: 100%; height: 100%; object-fit: cover; }
.v2-lk-design:hover { border-color: rgba(17, 17, 17, .4); }
.v2-lk-design:has(input:checked) { border-color: var(--v2-ink); box-shadow: inset 0 0 0 1px var(--v2-ink); }
.v2-lk-design:has(input:checked)::after { content: '✓'; position: absolute; top: 8px; right: 8px; display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: var(--v2-ink); color: #fff; font-size: 12px; }
.v2-lk-design input,
.v2-lk-amount input,
.v2-lk-seg input { position: absolute; opacity: 0; pointer-events: none; }
.v2-lk-design:has(input:focus-visible),
.v2-lk-amount:has(input:focus-visible) span,
.v2-lk-seg label:has(input:focus-visible) span { outline: 2px solid var(--v2-gold); outline-offset: 2px; }
.v2-lk-amounts { display: flex; flex-wrap: wrap; gap: 10px; }
.v2-lk-amount { position: relative; cursor: pointer; }
.v2-lk-amount span { display: flex; align-items: center; height: 48px; padding: 0 20px; border: 1px solid var(--v2-line); background: #fff; font-size: 15px; font-weight: 400; white-space: nowrap; transition: border-color .2s, background .2s, color .2s; }
.v2-lk-amount:hover span { border-color: var(--v2-ink); }
.v2-lk-amount input:checked + span { border-color: var(--v2-ink); background: var(--v2-ink); color: #fff; }
.v2-lk-seg { display: inline-flex; margin-bottom: 18px; border: 1px solid var(--v2-line); }
.v2-lk-seg label { position: relative; cursor: pointer; }
.v2-lk-seg span { display: flex; align-items: center; height: 44px; padding: 0 22px; background: #fff; font-size: 11px; font-weight: 400; letter-spacing: .2em; text-transform: uppercase; transition: background .2s, color .2s; }
.v2-lk-seg input:checked + span { background: var(--v2-ink); color: #fff; }
.v2-lk-preview { position: sticky; top: calc(var(--v2-hdr-h) + 26px); align-self: start; padding: 24px; background: var(--v2-stone); }
.v2-lk-preview__card { position: relative; aspect-ratio: 2 / 1; margin: 14px 0 6px; border: 1px solid var(--v2-line); background: #fff; }
.v2-lk-preview__card img { width: 100%; height: 100%; object-fit: cover; }
.v2-lk-preview__card b { position: absolute; right: 10px; bottom: 10px; padding: 0 8px; background: rgba(255, 255, 255, .88); font-family: var(--v2-display); font-size: 26px; font-weight: 400; }
.v2-lk-preview .v2-lk-row { padding: 8px 0; border-bottom: 1px solid var(--v2-line); }
.v2-lk-preview .v2-btn { width: 100%; margin-top: 20px; }
.v2-lk-preview p { margin: 12px 0 0; font-size: 12px; line-height: 1.6; color: var(--v2-ink-mute); }
.v2-lk-done .v2-lk-link { margin-top: 18px; }

/* формы */
.v2-lk-form { margin: 0; }
.v2-lk-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.v2-lk-field { position: relative; min-width: 0; }
.v2-lk-field.is-full { grid-column: 1 / -1; }
.v2-lk-field input,
.v2-lk-field textarea { display: block; width: 100%; height: 56px; margin: 0; padding: 22px 16px 6px; border: 1px solid var(--v2-line); border-radius: 0; background: #fff; font-family: var(--v2-sans); font-size: 15px; font-weight: 300; color: var(--v2-ink); outline: 0; box-shadow: none; transition: border-color .2s; -webkit-appearance: none; appearance: none; }
.v2-lk-field textarea { height: 110px; padding-top: 26px; resize: vertical; }
.v2-lk-field label { position: absolute; left: 17px; top: 18px; margin: 0; font-size: 14px; font-weight: 300; color: var(--v2-ink-mute); pointer-events: none; transition: top .18s, font-size .18s, letter-spacing .18s; }
.v2-lk-field input:focus,
.v2-lk-field textarea:focus { border-color: var(--v2-ink); }
.v2-lk-field input:focus + label,
.v2-lk-field input:not(:placeholder-shown) + label,
.v2-lk-field textarea:focus + label,
.v2-lk-field textarea:not(:placeholder-shown) + label,
.v2-lk-field input[type=date] + label { top: 8px; font-size: 9.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--v2-ink-soft); }
.v2-lk-field.is-err input,
.v2-lk-field.is-err textarea { border-color: #b4423f; }
.v2-lk-field__err { margin: 7px 0 0; font-size: 12px; color: #b4423f; }
.v2-lk-sec { padding: 34px 0; border-bottom: 1px solid var(--v2-line); }
.v2-lk-sec h2 { margin: 0 0 20px; font-family: var(--v2-display); font-size: 25px; font-weight: 400; text-transform: none; }
.v2-lk-avatar { display: flex; align-items: center; gap: 22px; margin-bottom: 24px; }
.v2-lk-avatar .v2-lk-ava { flex-basis: 88px; width: 88px; height: 88px; font-size: 34px; }
.v2-lk-avatar__actions { display: flex; flex-wrap: wrap; gap: 12px 18px; }
.v2-lk-actions { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 30px; }

/* адреса */
.v2-lk-addrs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.v2-lk-addr { display: flex; flex-direction: column; justify-content: space-between; gap: 18px; min-width: 0; padding: 24px; background: var(--v2-stone); }
.v2-lk-addr__t { font-family: var(--v2-display); font-size: 22px; line-height: 1.3; overflow-wrap: anywhere; }
.v2-lk-addr__actions { display: flex; gap: 18px; }
.v2-wrap .v2-lk-addr.is-new { align-items: center; justify-content: center; min-height: 150px; margin: 0; border: 1px dashed rgba(17, 17, 17, .3); background: #fff; color: var(--v2-ink); cursor: pointer; font-size: 11px; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; transition: border-color .2s; }
.v2-wrap .v2-lk-addr.is-new:hover { border-color: var(--v2-ink); }

/* бонусная программа */
.v2-lk-levels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.v2-lk-level { padding: 30px; border: 1px solid var(--v2-line); }
.v2-lk-level.is-current { border-color: var(--v2-ink); box-shadow: inset 0 0 0 1px var(--v2-ink); }
.v2-lk-level__name { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.v2-lk-level__name b { padding: 4px 10px; background: var(--v2-ink); color: #fff; font-size: 11px; font-weight: 400; letter-spacing: .24em; }
.v2-lk-level__name b.is-gold { background: var(--v2-gold); }
.v2-lk-level__name span { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--v2-ink-mute); }
.v2-lk-level__cond { margin: 20px 0 0; font-family: var(--v2-display); font-size: 24px; }
.v2-wrap .v2-lk-level li { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--v2-line); font-size: 13.5px; color: var(--v2-ink-soft); }
.v2-lk-level li b { font-weight: 400; text-align: right; color: var(--v2-ink); }
.v2-lk-rules { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; margin-top: 40px; }
.v2-lk-rules h2 { margin: 0 0 14px; font-family: var(--v2-display); font-size: 22px; font-weight: 400; text-transform: none; }
.v2-wrap .v2-lk-rules li { position: relative; padding: 8px 0 8px 18px; font-size: 13.5px; line-height: 1.55; color: var(--v2-ink-soft); }
.v2-lk-rules li::before { content: ''; position: absolute; left: 0; top: 1.2em; width: 9px; height: 1px; background: var(--v2-gold); }

/* окна: боковая панель и подтверждение по центру */
.v2-lk-modal { position: fixed; inset: 0; z-index: 1200; display: flex; justify-content: flex-end; background: rgba(17, 17, 17, .45); font-family: var(--v2-sans); font-weight: 300; color: var(--v2-ink); }
.v2-lk-modal[hidden] { display: none; }
.v2-lk-modal__panel { width: min(480px, 100%); height: 100%; overflow: auto; padding: 40px; background: #fff; }
.v2-lk-modal__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.v2-lk-modal__head h2 { margin: 0; font-family: var(--v2-display); font-size: 29px; font-weight: 300; line-height: 1.1; text-transform: none; }
.v2-lk-modal__close { flex: 0 0 36px; width: 36px; height: 36px; margin: 0; padding: 0; border: 0; background: none; color: var(--v2-ink); cursor: pointer; font-size: 20px; }
.v2-lk-modal__close:hover { color: var(--v2-gold); }
.v2-lk-modal__text { margin: 0; font-family: var(--v2-display); font-size: 19px; line-height: 1.4; color: var(--v2-ink-soft); }
.v2-lk-modal .v2-lk-muted { margin-bottom: 18px; }
.v2-lk-modal.is-center { align-items: center; justify-content: center; padding: 20px; }
.v2-lk-modal.is-center .v2-lk-modal__panel { max-width: 440px; height: auto; }
.v2-lk-modal .v2-lk-actions { padding-top: 22px; }
.v2-lk-modal .v2-btn { height: 54px; padding: 0 30px; font-size: 11px; }
html.v2-lk-locked { overflow: hidden; }

/* страница сертификата */
.v2-lk-certview { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(30px, 5vw, 80px); align-items: center; padding: 50px 0 120px; }
.v2-lk-certview__card { position: relative; aspect-ratio: 2 / 1; border: 1px solid var(--v2-line); box-shadow: 0 30px 60px -40px rgba(0, 0, 0, .4); }
.v2-lk-certview__card img { width: 100%; height: 100%; object-fit: cover; }
.v2-lk-certview__card b { position: absolute; right: 16px; bottom: 14px; padding: 2px 12px; background: rgba(255, 255, 255, .88); font-family: var(--v2-display); font-size: 36px; font-weight: 400; }
.v2-lk-certview__info h1 { margin: 12px 0 20px; font-size: clamp(29px, 2.9vw, 43px); line-height: 1.06; }
.v2-lk-certview__info .v2-lk-row { padding: 10px 0; border-bottom: 1px solid var(--v2-line); font-size: 14px; }
@media print {
	.v2-hdr, .v2-ftr, .v2-lk-noprint { display: none !important; }
	.content { padding-top: 0; }
	.v2-lk-certview { grid-template-columns: 1fr; padding: 0; }
}

@media (max-width: 1180px) {
	.v2-wrap .v2-lk-favs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.v2-lk-steps { grid-template-columns: minmax(0, 1fr); }
	.v2-lk-preview { position: static; }
}
@media (max-width: 900px) {
	.v2-lk { grid-template-columns: minmax(0, 1fr); gap: 26px; padding-top: 24px; padding-bottom: 80px; }
	.v2-lk__side { position: static; }
	.v2-wrap .v2-lk-me { padding-bottom: 18px; }
	.v2-wrap .v2-lk-points { padding: 14px 0; }
	.v2-lk-nav { flex-direction: row; gap: 8px; margin: 14px calc(var(--v2-gutter) * -1) 0; padding: 0 var(--v2-gutter) 4px; overflow-x: auto; scrollbar-width: none; }
	.v2-lk-nav::-webkit-scrollbar { display: none; }
	.v2-wrap .v2-lk-nav a { flex: 0 0 auto; padding: 10px 16px; border: 1px solid var(--v2-line); border-radius: 40px; letter-spacing: .12em; white-space: nowrap; }
	.v2-lk-nav a::before { display: none; }
	.v2-wrap .v2-lk-nav a:hover { padding-left: 16px; }
	.v2-wrap .v2-lk-nav a.is-active { border-color: var(--v2-ink); background: var(--v2-ink); color: #fff; }
	.v2-lk-nav a.is-active small { color: rgba(255, 255, 255, .6); }
	.v2-wrap .v2-lk-nav .v2-lk-nav__logout { margin-top: 0; border-bottom: 1px solid var(--v2-line); }
	.v2-lk-bonus { grid-template-columns: 1fr; padding: 28px 24px; }
	.v2-lk-bonus__points { font-size: 52px; }
	.v2-lk-certs,
	.v2-lk-addrs,
	.v2-lk-levels,
	.v2-lk-rules,
	.v2-lk-certview { grid-template-columns: minmax(0, 1fr); }
	.v2-lk-certview { padding-top: 30px; }
}
@media (max-width: 768px) {
	.v2-lk-head h1 { font-size: 34px; }
	.v2-lk-tiles { grid-template-columns: minmax(0, 1fr); }
	.v2-wrap .v2-lk-tile { flex-direction: row; align-items: center; min-height: 0; padding: 18px; }
	.v2-lk-tile__t { flex: 1; justify-content: flex-end; gap: 14px; }
	.v2-lk-tile__n { font-size: 30px; }
	.v2-wrap .v2-lk-favs { gap: 28px 12px; }
	.v2-lk-designs { gap: 8px; }
	.v2-lk-fields { grid-template-columns: minmax(0, 1fr); }
	.v2-lk-field.is-full { grid-column: auto; }
	.v2-lk-order__date { display: block; margin: 4px 0 0; }
	.v2-lk-cert__amount { font-size: 24px; }
	.v2-lk-modal__panel { padding: 26px 20px; }
	.v2-lk-level { padding: 22px 18px; }
}
