/**
 * Автономные стили главной страницы без Gutenberg/WooCommerce Blocks.
 * Исходные правила поддерживаются вместе с v2-секциями в style.css.
 */
.v2-supply-banner ~ .v2-intro {
padding-top: 40px !important;
}

:root {
--raspberry: #B5174D;
	--raspberry-soft: #FCE4EC;
	--bg: #FFFFFF;
	--bg-2: #FAFAFA;
	--ink: #0A0A0A;
	--ink-2: #525252;
	--ink-3: #A3A3A3;
	--line: #E5E5E5;
	--line-soft: #F0F0F0;
}

* {
box-sizing: border-box; margin: 0; padding: 0;
}

html {
scroll-behavior: smooth;
}

html, body {
background: var(--bg);
	color: var(--ink);
	font-family: 'Inter', -apple-system, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "ss01", "cv11";
}

.v2-page {
width: 100%; max-width: 1440px; margin: 0 auto;
}

.v2-header {
position: sticky; top: 0;
	background: rgba(255,255,255,0.85) !important;
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--line);
	z-index: 10;
}

.v2-header-inner {
max-width: 1320px; margin: 0 auto;
	padding: 18px 40px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	position: relative;
}

.v2-menu-toggle {
display: none;
}

.v2-nav {
display: flex; gap: 28px; font-size: 13px; font-weight: 500;
}

.v2-nav a {
color: var(--ink-2);
	text-decoration: none;
	letter-spacing: -0.005em;
	transition: color .15s;
}

.v2-nav a:hover {
color: var(--ink);
}

.v2-logo {
text-align: center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.04em;
	color: var(--ink);
	text-decoration: none;
}

.v2-logo span {
color: var(--raspberry);
}

.v2-actions {
display: flex; gap: 24px; justify-content: flex-end; align-items: center; font-size: 13px;
}

.v2-actions a {
color: var(--ink-2); text-decoration: none; font-weight: 500;
}

.v2-cart {
display: inline-flex; align-items: center; gap: 8px;
	color: var(--ink) !important;
}

.v2-cart-count {
display: inline-flex;
	min-width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
	padding: 0 6px;
	border-radius: 999px;
	background: var(--raspberry);
	color: #fff;
	font-size: 11px;
	font-variant-numeric: tabular-nums;
}

.v2-supply-banner {
max-width: 1320px;
	margin: 74px auto 0;
	padding: 0 40px;
}

.v2-supply-banner-inner {
display: grid;
	grid-template-columns: minmax(190px, .58fr) 1fr auto;
	align-items: center;
	gap: 18px;
	padding: 18px 20px;
	border: 1px solid rgba(197, 18, 95, .18);
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(197, 18, 95, .08), rgba(197, 18, 95, 0) 42%),
		#fff8fb;
	box-shadow: inset 4px 0 0 var(--raspberry);
}

.v2-supply-banner-head {
display: grid;
	gap: 5px;
	min-width: 0;
}

.v2-supply-kicker {
color: var(--raspberry);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.v2-supply-banner-head strong {
color: var(--ink);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.v2-supply-list {
display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.v2-supply-item {
min-height: 60px;
	padding: 11px 12px;
	border: 1px solid rgba(197, 18, 95, .14);
	border-radius: 8px;
	background: rgba(255,255,255,.8);
	color: var(--ink-2);
	font-size: 13px;
	line-height: 1.25;
}

.v2-supply-date {
display: block;
	margin-bottom: 4px;
	color: var(--ink);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.v2-supply-thanks {
justify-self: end;
	padding: 9px 12px;
	border-radius: 999px;
	background: var(--raspberry);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.v2-intro {
max-width: 1320px;
	margin: 0 auto;
	padding: 120px 40px 100px;
}

.v2-intro-meta {
font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ink-3);
	margin-bottom: 32px;
	display: flex;
	gap: 32px;
	align-items: center;
}

.v2-intro-meta-item {
display: flex; align-items: center; gap: 8px;
}

.v2-intro-meta-dot {
width: 4px; height: 4px;
	background: var(--ink-3);
	border-radius: 999px;
}

.v2-intro h1 {
font-size: 88px;
	line-height: 0.95;
	letter-spacing: -0.045em;
	font-weight: 500;
	max-width: 1100px;
}

.v2-intro h1 .accent {
color: var(--raspberry);
}

.v2-intro-foot {
margin-top: 64px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	padding-top: 32px;
	border-top: 1px solid var(--line);
}

.v2-intro-foot-item {
position: relative;
	display: block;
	min-height: 116px;
	padding: 18px 42px 18px 18px;
	font-size: 13px;
	line-height: 1.6;
	color: var(--ink-2);
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.v2-intro-foot-item::after {
content: "→";
	position: absolute;
	top: 16px;
	right: 18px;
	color: var(--ink-3);
	font-size: 16px;
	line-height: 1;
	opacity: .45;
	transition: opacity .15s ease, color .15s ease, transform .15s ease;
}

.v2-intro-foot-item:hover {
background: var(--bg-2);
	border-color: var(--line);
	transform: translateY(-2px);
	color: var(--ink-2);
}

.v2-intro-foot-item:hover::after {
color: var(--raspberry);
	opacity: .9;
	transform: translate(2px, -2px);
}

.v2-intro-foot-item strong {
display: block;
	color: var(--ink);
	font-weight: 600;
	margin-bottom: 6px;
	font-size: 14px;
}

.v2-section {
max-width: 1320px; margin: 0 auto; padding: 100px 40px; scroll-margin-top: 96px;
}

.v2-section-head {
display: flex; justify-content: space-between; align-items: flex-end;
	margin-bottom: 56px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--line);
}

.v2-section-head-left {
max-width: 700px;
}

.v2-section-eyebrow {
font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ink-3);
	margin-bottom: 16px;
	display: flex; align-items: center; gap: 12px;
}

.v2-section-eyebrow::before {
content: "";
	width: 24px; height: 1px;
	background: var(--ink-3);
}

.v2-section-title {
font-size: 44px;
	line-height: 1;
	letter-spacing: -0.035em;
	font-weight: 500;
}

.v2-section-link {
font-size: 13px;
	color: var(--ink-2);
	text-decoration: none;
	font-weight: 500;
	display: inline-flex; align-items: center; gap: 6px;
	border-bottom: 1px solid var(--line);
	padding-bottom: 6px;
}

.v2-section-link:hover {
color: var(--ink); border-color: var(--ink);
}

.v2-grid {
display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	background: var(--bg);
}

.v2-grid--legacy-woo-block {
grid-template-columns: repeat(var(--v2-grid-columns, 4), minmax(0, 1fr));
}

.v2-empty-notice {
grid-column: 1 / -1;
	padding: 32px 24px;
	border: 1px solid var(--line);
	background: var(--bg-2);
	color: var(--ink-2);
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}

.v2-card {
position: relative;
	background: var(--bg);
	border: 1px solid var(--line);
	padding: 20px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	transition: background .2s;
}

.v2-card:hover {
background: var(--bg-2);
}

.v2-card-img {
width: 100%;
	height: 300px;
	background: var(--bg-2);
	margin-bottom: 20px;
	position: relative;
	display: flex; align-items: flex-end; justify-content: center;
	padding: 12px;
	font-family: ui-monospace, monospace;
	font-size: 9px;
	color: rgba(0,0,0,0.3);
	letter-spacing: 0.06em;
	overflow: hidden;
}

.v2-card-img img {
position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.v2-btn-add.loading {
opacity: 0.5; pointer-events: none;
}

.v2-btn-add.added {
background: var(--ink); color: white; border-color: var(--ink);
}

.v2-notice {
position: fixed;
	top: 80px;
	right: 20px;
	z-index: 99999;
	max-width: 420px;
	width: calc(100vw - 40px);
	display: none;
	animation: v2-notice-in .2s ease;
}

.v2-notice.is-visible {
display: flex;
}

@keyframes v2-notice-in {
from { opacity: 0; transform: translateY(-8px); }
	to   { opacity: 1; transform: translateY(0); }
}

.v2-notice-inner {
display: flex;
	align-items: flex-start;
	gap: 12px;
	background: white;
	border: 1px solid var(--line);
	border-left: 4px solid var(--raspberry);
	border-radius: 6px;
	padding: 14px 16px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	width: 100%;
}

.v2-notice-inner.is-error {
border-left-color: var(--raspberry);
}

.v2-notice-inner.is-info {
border-left-color: #3b82f6;
}

.v2-notice-icon {
flex-shrink: 0; width: 20px; height: 20px; margin-top: 1px;
}

.v2-notice-icon svg {
width: 20px; height: 20px;
}

.v2-notice-text {
flex: 1; font-size: 13px; line-height: 1.5; color: var(--ink);
}

.v2-notice-dismiss {
flex-shrink: 0;
	background: none;
	border: none;
	cursor: pointer;
	color: var(--ink-3);
	padding: 0;
	line-height: 1;
	font-size: 16px;
}

.v2-notice-dismiss:hover {
color: var(--ink);
}

.v2-single-cart-notice {
display: none;
	margin-top: 12px;
	padding: 12px 14px;
	border: 1px solid var(--line);
	border-left: 4px solid var(--raspberry);
	border-radius: 6px;
	background: #fff;
	color: var(--ink);
	font-size: 14px;
	line-height: 1.45;
}

.v2-single-cart-notice.is-visible {
display: block;
}

.v2-single-cart-notice.is-error {
background: #fff8fb;
	border-left-color: var(--raspberry);
}

.v2-single-cart-notice.is-success {
background: #f0fdf4;
	border-left-color: #16a34a;
}

.v2-card.is-modal-loading {
opacity: .62;
	pointer-events: none;
}

.v2-card.is-modal-loading::before {
content: "";
	position: absolute;
	inset: 0;
	z-index: 4;
	background: rgba(255, 255, 255, .34);
}

.v2-card.is-modal-loading::after {
content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	width: 34px;
	height: 34px;
	margin: -17px 0 0 -17px;
	border: 3px solid rgba(10, 10, 10, .16);
	border-top-color: var(--raspberry);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
	animation: v2-card-loading-spin .72s linear infinite;
}

@keyframes v2-card-loading-spin {
to { transform: rotate(360deg); }
}

html.v2-product-modal-open {
overflow: hidden;
}

.v2-product-modal {
position: fixed;
	inset: 0;
	z-index: 99998;
	display: none;
	padding: 24px;
}

.fancybox__container {
--fancybox-zIndex: 100020;
	z-index: 100020 !important;
}

.v2-product-modal.is-visible {
display: flex;
	align-items: center;
	justify-content: center;
}

.v2-product-modal-overlay {
position: absolute;
	inset: 0;
	background: rgba(10, 10, 10, .56);
	backdrop-filter: blur(4px);
}

.v2-product-modal-panel {
position: relative;
	z-index: 1;
	width: min(1080px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	background: #fff;
	border: 1px solid var(--line);
	box-shadow: 0 24px 80px rgba(0, 0, 0, .18);
	outline: none;
}

.v2-product-modal-close {
position: absolute;
	top: 14px;
	right: 14px;
	z-index: 3;
	width: 40px;
	height: 40px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: var(--ink);
	font: inherit;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	transition: border-color .15s, color .15s, background .15s;
}

.v2-product-modal-close:hover {
border-color: var(--raspberry);
	color: var(--raspberry);
	background: #fff;
}

.v2-product-modal-body {
display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
	gap: 0;
}

.v2-product-modal-gallery {
position: relative;
	min-width: 0;
	padding: 24px;
	border-right: 1px solid var(--line);
	background: var(--bg-2);
}

.v2-product-modal-main-wrap {
position: relative;
	aspect-ratio: 4 / 5;
	min-height: 420px;
	background: #fff;
	overflow: hidden;
}

.v2-product-modal-main-wrap::before {
content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(110deg, rgba(245, 245, 245, .92) 8%, rgba(255, 255, 255, .98) 18%, rgba(245, 245, 245, .92) 33%),
		#fff;
	background-size: 220% 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
	animation: v2-product-modal-gallery-skeleton 1.15s linear infinite;
}

.v2-product-modal-main-wrap::after {
content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 38px;
	height: 38px;
	margin: -19px 0 0 -19px;
	border: 3px solid rgba(10, 10, 10, .12);
	border-top-color: var(--raspberry);
	border-radius: 999px;
	background: rgba(255, 255, 255, .88);
	box-shadow: 0 10px 28px rgba(0, 0, 0, .10);
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
	animation: v2-card-loading-spin .72s linear infinite;
}

.v2-product-modal-main-wrap.is-image-loading::before,
.v2-product-modal-main-wrap.is-image-loading::after {
opacity: 1;
}

@keyframes v2-product-modal-gallery-skeleton {
to { background-position: -220% 0; }
}

.v2-product-modal-main-link {
display: block;
	width: 100%;
	height: 100%;
	cursor: zoom-in;
	touch-action: pan-y;
	user-select: none;
}

.v2-product-modal-main-link.is-dragging {
cursor: grabbing;
}

.v2-product-modal-main-img {
display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	user-select: none;
	-webkit-user-drag: none;
	transition: opacity .32s ease;
}

.v2-product-modal-main-img.is-loading {
opacity: 0;
}

.v2-product-modal-main-img.is-ready {
opacity: 1;
}

.v2-product-modal-arrow {
position: absolute;
	top: 50%;
	z-index: 2;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, .78);
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: var(--ink);
	font: inherit;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background .15s, border-color .15s, color .15s, opacity .15s;
}

.v2-product-modal-arrow:hover:not(:disabled) {
background: var(--raspberry);
	border-color: var(--raspberry);
	color: #fff;
}

.v2-product-modal-arrow:disabled {
opacity: .35;
	cursor: default;
}

.v2-product-modal-prev {
left: 14px;
}

.v2-product-modal-next {
right: 14px;
}

.v2-product-modal-thumbs {
display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 74px;
	gap: 8px;
	margin-top: 12px;
	overflow-x: auto;
	padding-bottom: 2px;
	opacity: 1;
	transform: translateY(0);
	transition: opacity .28s ease, transform .28s ease;
}

.v2-product-modal-gallery.is-loading .v2-product-modal-thumbs {
opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
}

.v2-product-modal-gallery.is-loading .v2-product-modal-arrow {
opacity: 0;
	pointer-events: none;
}

.v2-product-modal-thumb {
width: 74px;
	height: 74px;
	padding: 0;
	border: 2px solid transparent;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	transition: border-color .15s, opacity .15s;
}

.v2-product-modal-thumb:hover,
.v2-product-modal-thumb.is-active {
border-color: var(--raspberry);
}

.v2-product-modal-thumb img {
display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.v2-product-modal-content {
display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 44px 36px 32px;
}

.v2-product-modal-meta {
min-height: 18px;
	margin-bottom: 10px;
	color: var(--ink-3);
	font-size: 12px;
	line-height: 1.4;
}

.v2-product-modal-title {
margin: 0 44px 18px 0;
	color: var(--ink);
	font-size: 34px;
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.v2-product-modal-description {
color: var(--ink-2);
	font-size: 14px;
	line-height: 1.6;
}

.v2-product-modal-description > * + * {
margin-top: 10px;
}

.v2-product-modal-description[hidden] {
display: none;
}

.v2-product-modal-purchase {
margin-top: auto;
	padding-top: 28px;
}

.v2-product-modal-price-row,
.v2-product-modal-qty-row,
.v2-product-modal-total-row {
display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 15px 0;
	border-top: 1px solid var(--line);
	color: var(--ink-2);
	font-size: 13px;
	line-height: 1.35;
}

.v2-product-modal-price-row strong,
.v2-product-modal-total-row strong {
color: var(--ink);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.02em;
	text-align: right;
}

.v2-product-modal-total-row {
border-bottom: 1px solid var(--line);
	margin-bottom: 18px;
}

.v2-product-modal-qty-row .v2-card-qty {
flex: 0 0 auto;
}

.v2-product-modal-add.v2-btn-add {
width: 100%;
	height: 46px;
	margin-bottom: 10px;
	background: #b5174d;
	color: #fff;
	border-color: #b5174d;
	font-size: 13px;
}

.v2-product-modal-add.v2-btn-add:hover:not(:disabled) {
background: var(--raspberry);
	border-color: var(--raspberry);
	color: #fff;
}

.v2-product-modal-add.v2-btn-add:disabled {
opacity: .45;
	cursor: default;
}

.v2-product-modal-back {
width: 100%;
	height: 44px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: transparent;
	color: var(--ink-2);
	font: inherit;
	font-size: 13px;
	cursor: pointer;
	transition: border-color .15s, color .15s, background .15s;
}

.v2-product-modal-back:hover {
border-color: var(--ink);
	color: var(--ink);
	background: var(--bg-2);
}

a.v2-card-img {
display: block; text-decoration: none;
}

a.v2-card-name {
display: block; text-decoration: none; color: inherit;
}

a.v2-card-name:hover {
color: var(--raspberry);
}

.v2-card-foot-btns {
display: flex; gap: 6px; align-items: center;
}

.v2-btn-more {
display: flex;
	justify-content: center;
	align-items: center;
	color: var(--ink-2);
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	border: 1px solid var(--line);
	height: 36px;
	border-radius: 999px;
	white-space: nowrap;
	transition: all .15s;
	font-family: inherit;
}

.v2-btn-more:hover {
border-color: var(--ink-2); color: var(--ink);
}

.v2-card-tag {
position: absolute;
	top: 12px;
	left: 12px;
	font-size: 12px;
	letter-spacing: 0.06em;
	color: var(--ink);
	font-family: 'Inter', sans-serif;
	padding: 7px 12px;
	background: white;
	border-radius: 16px;
}

.v2-card-name {
font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -0.01em;
	margin-bottom: 4px;
}

.v2-card-meta {
font-size: 12px;
	color: var(--ink-3);
	margin-bottom: 16px;
}

.v2-card-foot {
margin-top: auto;
	display: flex; justify-content: space-between; align-items: center;
}

.v2-card-buybar {
width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
}

.v2-card-price {
min-width: 0;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.2;
}

.v2-card-qty {
display: inline-grid;
	grid-template-columns: 28px 34px 28px;
	align-items: center;
	height: 32px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #fff;
	overflow: hidden;
}

.v2-card-qty-btn {
width: 28px;
	height: 30px;
	border: 0;
	background: transparent;
	color: var(--ink);
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: background .15s, color .15s, opacity .15s;
}

.v2-card-qty-btn:hover:not(:disabled) {
background: var(--raspberry);
	color: #fff;
}

.v2-card-qty-btn:disabled {
cursor: default;
	opacity: .35;
}

.v2-card-qty-input {
width: 34px;
	min-width: 0;
	height: 30px;
	border: 0;
	border-right: 1px solid var(--line-soft);
	border-left: 1px solid var(--line-soft);
	background: transparent;
	color: var(--ink);
	font: inherit;
	font-size: 12px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	appearance: textfield;
	-moz-appearance: textfield;
}

.v2-card-qty-input::-webkit-outer-spin-button,
.v2-card-qty-input::-webkit-inner-spin-button {
margin: 0;
	-webkit-appearance: none;
}

.v2-card-qty-input:focus {
outline: none;
	background: var(--bg-2);
}

.v2-btn-add {
background: transparent;
	border: 1px solid var(--ink);
	color: var(--ink);
	font-family: inherit;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	transition: all .15s;
	border-radius: 999px;
	width: 50%;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.v2-btn-add:hover {
background: var(--raspberry);
	color: white;
	border: 1px solid var(--raspberry);
}

.v2-card-foot {
flex-wrap: wrap;
	gap: 12px;
}

.v2-btn-more {
width: 50%;
	justify-content: center;
}

.v2-card-foot-btns {
width: 100%;
}

.v2-btn-add:hover {
background: var(--raspberry);
}

.v2-postcards-swiper {
overflow: hidden;
	cursor: grab;
	touch-action: pan-y;
}

.v2-postcards-swiper .swiper-wrapper {
display: flex;
	transition: transform .28s ease;
	will-change: transform;
}

.v2-postcards-swiper.is-dragging {
cursor: grabbing;
}

.v2-postcards-swiper.is-dragging .swiper-wrapper {
transition: none;
}

.v2-postcards-swiper .swiper-slide {
flex: 0 0 100%;
	min-width: 100%;
}

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

.v2-postcards-foot {
margin-top: 32px;
	display: flex; justify-content: space-between; align-items: center;
}

.v2-postcards-progress {
--v2-postcards-progress: 0%;
	flex: 1;
	height: 1px;
	background: var(--line);
	margin: 0 20px;
	position: relative;
	overflow: hidden;
}

.v2-postcards-progress::after {
content: "";
	position: absolute;
	left: 0; top: 0;
	width: var(--v2-postcards-progress); height: 1px;
	background: var(--ink);
	transition: width .2s ease;
}

.v2-arrow-btn {
width: 44px; height: 44px;
	border: 1px solid var(--line);
	background: transparent;
	cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	border-radius: 999px;
	transition: all .15s;
}

.v2-arrow-btn:hover {
border-color: var(--ink);
}

.v2-postcards-count {
font-size: 12px;
	color: var(--ink-3);
	font-feature-settings: "tnum";
}

.v2-about {
max-width: 1320px; margin: 0 auto;
	padding: 120px 40px;
	display: grid;
	grid-template-columns: 5fr 7fr;
	gap: 80px;
	align-items: center;
}

.v2-about-img {
aspect-ratio: 4/5;
	background: var(--bg-2);
	background-image: repeating-linear-gradient(135deg, rgba(0,0,0,0.03) 0 6px, transparent 6px 14px);
	display: flex; align-items: flex-end; padding: 16px;
	font-family: ui-monospace, monospace; font-size: 10px; color: rgba(0,0,0,0.35);
	overflow: hidden;
}

.v2-about-img--filled {
padding: 0;
}

.v2-about-img img {
width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.v2-about.v2-about--text-only {
grid-template-columns: 1fr;
}

.v2-about.v2-about--text-only > div {
max-width: 760px;
}

.v2-about h2 {
font-size: 56px;
	line-height: 1;
	letter-spacing: -0.04em;
	font-weight: 500;
	margin-bottom: 32px;
	max-width: 600px;
}

.v2-about h2 em {
font-style: italic;
	color: var(--raspberry);
	font-weight: 300;
}

.v2-about p {
font-size: 16px;
	line-height: 1.6;
	color: var(--ink-2);
	margin-bottom: 20px;
	max-width: 540px;
	letter-spacing: -0.005em;
}

.v2-about-text p:last-child {
margin-bottom: 0;
}

.v2-about-stats {
display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-top: 48px;
	padding-top: 32px;
	border-top: 1px solid var(--line);
}

.v2-stat-num {
font-size: 36px; letter-spacing: -0.04em; font-weight: 500; margin-bottom: 4px;
}

.v2-stat-label {
font-size: 12px; color: var(--ink-3); letter-spacing: -0.005em;
}

.v2-reviews {
background: var(--bg-2);
	padding: 120px 0;
}

.v2-reviews-inner {
max-width: 1320px; margin: 0 auto; padding: 0 40px;
}

.v2-reviews-swiper {
overflow: hidden;
	cursor: grab;
	touch-action: pan-y;
}

.v2-reviews-swiper .swiper-wrapper {
display: flex;
	transition: transform .28s ease;
	will-change: transform;
}

.v2-reviews-swiper.is-dragging {
cursor: grabbing;
}

.v2-reviews-swiper.is-dragging .swiper-wrapper {
transition: none;
}

.v2-reviews-swiper .swiper-slide {
flex: 0 0 100%;
	min-width: 100%;
}

.v2-reviews-grid {
display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 56px;
}

.v2-reviews-swiper:first-child .v2-reviews-grid {
margin-top: 0;
}

.v2-review {
display: block;
	background: white;
	padding: 0;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid var(--line);
	color: var(--ink);
	text-decoration: none;
	cursor: pointer;
	transition: border-color .15s ease, transform .15s ease;
}

.v2-review:hover {
border-color: var(--ink-3);
	transform: translateY(-2px);
}

.v2-review-photo {
aspect-ratio: 4/3;
	background: white;
	display: flex; align-items: center; padding: 12px;
	font-family: ui-monospace, monospace; font-size: 9px; color: rgba(0,0,0,0.35);
	overflow: hidden;
}

.v2-review-photo img {
width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.v2-review-photo--filled {
padding: 0;
}

.v2-review-body {
padding: 24px;
}

.v2-review-rating {
display: flex; gap: 2px;height: 0;opacity: 0;
}

.v2-review-star {
width: 12px; height: 12px;
	background: var(--ink);
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.v2-review-quote {
font-size: 15px;
	line-height: 1.5;
	margin-bottom: 20px;
	letter-spacing: -0.005em;
}

.v2-review-author {
font-size: 13px; font-weight: 600;
}

.v2-review-meta {
font-size: 11px; color: var(--ink-3); margin-top: 2px;
}

.v2-reviews-foot {
margin-top: 32px;
	display: flex; justify-content: space-between; align-items: center;
}

.v2-reviews-progress {
--v2-reviews-progress: 0%;
	flex: 1;
	height: 1px;
	background: var(--line);
	margin: 0 20px;
	position: relative;
	overflow: hidden;
}

.v2-reviews-progress::after {
content: "";
	position: absolute;
	left: 0; top: 0;
	width: var(--v2-reviews-progress); height: 1px;
	background: var(--ink);
	transition: width .2s ease;
}

.v2-reviews-count {
font-size: 12px;
	color: var(--ink-3);
	font-feature-settings: "tnum";
}

.v2-review-lightbox {
position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0,0,0,.82);
}

.v2-review-lightbox.is-visible {
display: flex;
}

.v2-review-lightbox-panel {
position: relative;
	max-width: min(960px, 100%);
	max-height: 92vh;
}

.v2-review-lightbox-img {
display: block;
	max-width: 100%;
	max-height: 84vh;
	object-fit: contain;
	background: white;
}

.v2-review-lightbox-caption {
margin-top: 12px;
	color: white;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}

.v2-review-lightbox-close {
position: absolute;
	top: -14px;
	right: -14px;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255,255,255,.4);
	border-radius: 999px;
	background: rgba(0,0,0,.7);
	color: white;
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
}

.v2-faq {
max-width: 1320px; margin: 0 auto;
	padding: 120px 40px;
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 80px;
}

.v2-faq.v2-faq--list-only {
grid-template-columns: 1fr;
}

.v2-faq.v2-faq--list-only .v2-faq-list {
max-width: 880px;
}

.v2-faq h2 {
font-size: 56px;
	line-height: 1;
	letter-spacing: -0.04em;
	font-weight: 500;
}

.v2-faq-list {
display: flex; flex-direction: column;
}

.v2-faq-item {
border-top: 1px solid var(--line);
	padding: 28px 0;
	cursor: pointer;
}

.v2-faq-item:last-child {
border-bottom: 1px solid var(--line);
}

.v2-faq-q {
display: flex; justify-content: space-between; align-items: center;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.015em;
}

.v2-faq-a {
margin-top: 16px;
	font-size: 14px; line-height: 1.6;
	color: var(--ink-2);
	max-width: 600px;
}

.v2-faq-a p {
margin-bottom: 12px;
}

.v2-faq-a p:last-child {
margin-bottom: 0;
}

.v2-faq-item.closed .v2-faq-a {
display: none;
}

.v2-faq-plus {
width: 24px; height: 24px;
	border: 1px solid var(--line);
	border-radius: 999px;
	display: flex; align-items: center; justify-content: center;
	font-size: 14px; color: var(--ink-2);
}

.v2-footer {
border-top: 1px solid var(--line);
	padding: 80px 0 32px;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.v2-footer-top {
display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 60px;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 40px 60px;
	border-bottom: 1px solid var(--line);
}

.v2-footer-brand h3 {
font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.04em;
	margin-bottom: 16px;
}

.v2-footer-brand h3 span {
color: var(--raspberry);
}

.v2-footer-brand p {
font-size: 13px;
	line-height: 1.6;
	color: var(--ink-2);
	max-width: 320px;
}

.v2-footer h4 {
font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ink-3);
	margin-bottom: 20px;
	font-weight: 500;
}

.v2-footer-links {
display: flex; flex-direction: column; gap: 10px;
}

.v2-footer-links a,
.v2-footer-links span {
color: var(--ink); text-decoration: none; font-size: 13px; line-height: 1.45;
}

.v2-footer-links a:hover {
color: var(--raspberry);
}

.v2-footer-bottom {
max-width: 1320px;
	margin: 0 auto;
	padding: 28px 40px 20px;
	display: flex; justify-content: space-between;
	font-size: 11px;
	color: var(--ink-3);
}

.v2-footer-schema-contact {
height: 0;
	margin: 0;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	font-size: 0;
	line-height: 0;
}

#postcards .v2-card-img img {
object-fit: contain;
}

#postcards .v2-card-img {
background: white;
}

.v2-footer-brand p {
margin-top: 5px;
}

.v2-header {
position: relative;
	border-bottom: 0 !important;
	width: 100%;
	max-width: 100%;
}

.v2-header-inner {
border-bottom: 1px solid var(--line);
}

.v2-logo {
position: relative;
	top: 5px;
}

@media (max-width: 978px) {
html,
	body {
overflow-x: hidden;
}

.v2-page {
width: 100%;
		max-width: 100%;
		overflow-x: hidden;
}

.v2-header-inner {
display: flex;
		justify-content: center;
		min-height: 58px;
		padding: 14px 20px;
}

.v2-menu-toggle {
position: absolute;
		top: 50%;
		left: 20px;
		z-index: 12;
		display: inline-flex;
		width: 42px;
		height: 42px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 5px;
		padding: 0;
		border: 1px solid var(--line);
		border-radius: 999px;
		background: rgba(255,255,255,.92);
		color: var(--ink);
		cursor: pointer;
		transform: translateY(-50%);
}

.v2-menu-toggle span {
display: block;
		width: 16px;
		height: 1px;
		background: currentColor;
		transition: transform .18s ease, opacity .18s ease;
}

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

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

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

.v2-nav {
position: absolute;
		top: calc(100% + 1px);
		left: 20px;
		right: 20px;
		z-index: 11;
		display: none;
		flex-direction: column;
		gap: 0;
		padding: 8px;
		border: 1px solid var(--line);
		background: rgba(255,255,255,.98);
		box-shadow: 0 16px 40px rgba(0,0,0,.08);
		font-size: 12px;
}

.v2-header.is-menu-open .v2-nav {
display: flex;
}

.v2-nav a {
padding: 13px 12px;
		border-bottom: 1px solid var(--line-soft);
		color: var(--ink);
}

.v2-nav a:last-child {
border-bottom: 0;
}

.v2-logo {
position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
}

.v2-actions {
position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		gap: 14px;
		font-size: 12px;
}

.v2-action-secondary,
	.v2-cart-label {
display: none;
}

.v2-supply-banner {
margin-top: 40px;
		padding: 0 20px;
}

.v2-supply-banner-inner {
grid-template-columns: 1fr;
		gap: 12px;
		padding: 16px;
}

.v2-supply-list {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v2-supply-thanks {
justify-self: start;
		white-space: normal;
}

.v2-intro {
padding: 52px 20px 56px;
		margin-top: 0;
}

.v2-intro-meta {
flex-wrap: wrap;
		gap: 10px 16px;
		margin-bottom: 24px;
		font-size: 11px;
		line-height: 1.4;
}

.v2-intro-meta-dot {
display: none;
}

.v2-intro h1 {
max-width: 760px;
		font-size: 52px;
		line-height: 1;
}

.v2-intro-foot {
grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		margin-top: 40px;
		padding-top: 24px;
}

.v2-intro-foot-item {
min-height: 118px;
		padding: 16px 38px 16px 16px;
}

.v2-section,
	.v2-constructor,
	.v2-about,
	.v2-faq {
padding: 64px 20px;
}

.v2-section-head {
align-items: flex-start;
		flex-direction: column;
		gap: 16px;
		margin-bottom: 32px;
}

.v2-section-title {
font-size: 34px;
		line-height: 1.05;
}

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

.v2-card {
min-width: 0;
		padding: 14px;
}

.v2-card-img {
height: 220px;
		margin-bottom: 14px;
}

.v2-card-tag {
top: 8px;
		left: 8px;
		padding: 5px 9px;
		font-size: 11px;
}

.v2-card-name {
font-size: 14px;
}

.v2-card-meta {
margin-bottom: 12px;
		font-size: 11px;
}

.v2-card-price {
font-size: 14px;
}

.v2-card-buybar {
gap: 8px;
}

.v2-card-qty {
grid-template-columns: 26px 32px 26px;
		height: 30px;
}

.v2-card-qty-btn {
width: 26px;
		height: 28px;
		font-size: 14px;
}

.v2-card-qty-input {
width: 32px;
		height: 28px;
		font-size: 11px;
		line-height: 28px;
}

.v2-card-foot {
gap: 10px;
}

.v2-card-foot-btns {
gap: 6px;
}

.v2-btn-more,
	.v2-btn-add {
flex: 1 1 0;
		width: auto;
		min-width: 0;
		height: 34px;
		padding: 0 8px;
		font-size: 11px;
}

.v2-product-modal {
padding: 16px;
		align-items: flex-start;
}

.v2-product-modal-panel {
max-height: calc(100vh - 32px);
}

.v2-product-modal-body {
grid-template-columns: 1fr;
}

.v2-product-modal-gallery {
padding: 16px;
		border-right: 0;
		border-bottom: 1px solid var(--line);
}

.v2-product-modal-main-wrap {
aspect-ratio: 1 / 1;
		min-height: 0;
}

.v2-product-modal-content {
padding: 28px 20px 22px;
}

.v2-product-modal-title {
margin-right: 40px;
		font-size: 28px;
}

.v2-postcards-grid,
	.v2-reviews-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
}

.v2-postcards-foot,
	.v2-reviews-foot {
margin-top: 24px;
}

.v2-reviews {
padding: 64px 0;
}

.v2-reviews-inner,
	.v2-footer-container {
padding: 0 20px;
}

.v2-review-body {
padding: 16px;
}

.v2-review-quote {
font-size: 14px;
		line-height: 1.45;
}

.v2-about {
grid-template-columns: 1fr;
		gap: 32px;
		margin-bottom: 24px;
}

.v2-about-img {
max-width: 520px;
}

.v2-about h2,
	.v2-faq h2 {
font-size: 38px;
		line-height: 1.05;
}

.v2-about-stats {
grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 20px;
		margin-top: 36px;
}

.v2-stat-num {
font-size: 30px;
}

.v2-faq {
grid-template-columns: 1fr;
		gap: 32px;
		margin-bottom: 60px;
		margin-top: 24px;
}

.v2-faq-q {
gap: 18px;
		font-size: 16px;
		line-height: 1.35;
}

.v2-faq-plus {
flex: 0 0 24px;
}

.v2-footer {
padding: 56px 0 28px;
}

.v2-footer-top {
grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px 28px;
		padding-bottom: 44px;
}

.v2-footer-brand {
grid-column: 1 / -1;
}

.v2-footer-top {
padding: 0 15px 40px;
}

.v2-footer-bottom {
padding: 28px 15px 10px;
}
}

@media (max-width: 525px) {
.v2-header-inner {
padding: 12px;
}

.v2-menu-toggle {
left: 12px;
		width: 38px;
		height: 38px;
}

.v2-nav {
left: 12px;
		right: 12px;
}

.v2-actions {
right: 12px;
}

.v2-supply-banner {
margin-top: 60px;
		padding: 0 12px;
}

.v2-supply-banner-inner {
padding: 14px;
}

.v2-supply-banner-head strong {
font-size: 16px;
}

.v2-supply-list {
grid-template-columns: 1fr;
}

.v2-supply-item {
min-height: 0;
		padding: 10px 12px;
}

.v2-intro {
padding: 48px 12px 40px;
}

.v2-intro-meta {
gap: 8px;
		margin-bottom: 20px;
		font-size: 10px;
}

.v2-intro h1 {
font-size: 34px;
		line-height: 1.03;
}

.v2-intro-foot {
gap: 8px;
		margin-top: 28px;
		padding-top: 20px;
}

.v2-intro-foot-item {
min-height: 115px;
		padding: 12px 28px 12px 12px;
		font-size: 11px;
		line-height: 1.45;
		border: 1px solid #e5e5e5;
}

.v2-intro-foot-item strong {
font-size: 12px;
}

.v2-intro-foot-item::after {
top: 12px;
		right: 12px;
		transform: rotate(90deg);
}

.v2-section,
	.v2-constructor,
	.v2-about,
	.v2-faq {
padding: 48px 12px;
}

.v2-section-head {
gap: 12px;
		margin-bottom: 24px;
		padding-bottom: 18px;
}

.v2-section-eyebrow {
gap: 8px;
		margin-bottom: 12px;
		font-size: 10px;
}

.v2-section-eyebrow::before {
width: 18px;
}

.v2-section-title {
font-size: 28px;
}

.v2-grid,
	.v2-postcards-grid,
	.v2-reviews-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
}

.v2-card {
padding: 9px;
}

.v2-card-img {
height: 220px;
		margin-bottom: 10px;
		padding: 8px;
}

.v2-card-tag {
max-width: calc(100% - 16px);
		font-size: 10px;
		padding: 4px 7px;
}

.v2-card-name {
font-size: 13px;
}

.v2-card-meta {
margin-bottom: 10px;
		font-size: 10px;
}

.v2-card-price {
font-size: 12px;
}

.v2-card-buybar {
gap: 6px;
}

.v2-card-qty {
grid-template-columns: 22px 28px 22px;
		height: 28px;
}

.v2-card-qty-btn {
width: 22px;
		height: 26px;
		font-size: 13px;
}

.v2-card-qty-input {
width: 28px;
		height: 26px;
		font-size: 11px;
		line-height: 26px;
}

.v2-card-foot-btns {
gap: 4px;
}

.v2-btn-more,
	.v2-btn-add {
height: 32px;
		padding: 0 4px;
		font-size: 9px;
}

.v2-product-modal {
padding: 8px;
}

.v2-product-modal-panel {
width: 100%;
		max-height: calc(100vh - 16px);
}

.v2-product-modal-close {
top: 50px;
		right: 16px;
		width: 36px;
		height: 36px;
		font-size: 20px;
}

.v2-product-modal-gallery {
padding: 50px 15px 10px;
}

.v2-product-modal-thumbs {
grid-auto-columns: 58px;
		gap: 6px;
		margin-top: 8px;
}

.v2-product-modal-thumb {
width: 58px;
		height: 58px;
}

.v2-product-modal-arrow {
width: 36px;
		height: 36px;
}

.v2-product-modal-prev {
left: 8px;
}

.v2-product-modal-next {
right: 8px;
}

.v2-product-modal-content {
padding: 22px 15px 55px;
}

.v2-product-modal-title {
margin: 0 38px 12px 0;
		font-size: 23px;
		line-height: 1.12;
}

.v2-product-modal-description {
font-size: 13px;
		line-height: 1.5;
}

.v2-product-modal-purchase {
padding-top: 20px;
}

.v2-product-modal-price-row,
	.v2-product-modal-qty-row,
	.v2-product-modal-total-row {
padding: 12px 0;
		font-size: 12px;
}

.v2-product-modal-price-row strong,
	.v2-product-modal-total-row strong {
font-size: 17px;
}

.v2-product-modal-add.v2-btn-add {
height: 42px;
		font-size: 12px;
}

.v2-postcards-foot,
	.v2-reviews-foot {
gap: 8px;
}

.v2-arrow-btn {
width: 38px;
		height: 38px;
}

.v2-postcards-progress,
	.v2-reviews-progress {
margin: 0 8px;
}

.v2-reviews {
padding: 48px 0;
}

.v2-reviews-inner,
	.v2-footer-container {
padding: 0 12px;
}

.v2-review-body {
padding: 12px;
}

.v2-review-quote {
margin-bottom: 14px;
		font-size: 12px;
}

.v2-review-author {
font-size: 12px;
}

.v2-about h2,
	.v2-faq h2 {
font-size: 30px;
}

.v2-about p {
font-size: 14px;
}

.v2-about-stats {
grid-template-columns: 1fr;
		gap: 16px;
}

.v2-faq-item {
padding: 22px 0;
}

.v2-faq-q {
font-size: 15px;
}

.v2-footer-top {
grid-template-columns: 1fr;
		gap: 28px;
}

.v2-about-img picture {
height: 100%;
		width: 100%;
}

.v2-btn-more, .v2-btn-add {
font-size: 9px;
}

.v2-section, .v2-constructor, .v2-about, .v2-faq {
padding: 24px 12px;
}

.v2-intro {
padding: 84px 12px 14px;
}

.v2-about p {
margin-bottom: 10px;
}

.v2-section-eyebrow {
margin-bottom: 14px !important;
}

.v2-faq-item {
padding: 12px 0;
}

.v2-intro-meta {
display: none;
}

.v2-about-img img {
object-position: center;
}

.v2-about-img {
aspect-ratio: 1;
		height: 420px;
		width: 100%;
}

.v2-reviews-grid {
margin-top: 16px;
}

.v2-about h2 {
margin-bottom: 12px;
}

.fancybox-image {
object-fit: cover !important;
		max-width: 100% !important;
}

.fancybox__slide.has-image > .fancybox__content {
width: 100% !important;
}
}

/*
 * Исходные макеты шапки и футера главной. Они воспроизводятся напрямую в PHP,
 * чтобы сохранить прежний вид без подключения Gutenberg/FSE template parts.
 */
.v2-header--original .v2-header-inner {
	min-height: 72px;
	padding: 14px 40px 15px;
}

.v2-page.has-scroll-fixed-header {
	padding-top: 72px;
}

.v2-header--original.is-scroll-fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	max-width: none;
	background: rgba(255, 255, 255, .76) !important;
	-webkit-backdrop-filter: saturate(150%) blur(16px);
	backdrop-filter: saturate(150%) blur(16px);
	box-shadow: 0 8px 30px rgba(24, 24, 24, .05);
}

body.admin-bar .v2-header--original.is-scroll-fixed {
	top: 32px;
}

.v2-header--original .v2-logo--image {
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.v2-header--original .v2-logo--image img {
	display: block;
	width: 108px;
	height: auto;
}

.v2-header--original .v2-actions--cart-only {
	position: absolute;
	top: 50%;
	right: 8px;
	gap: 0;
	transform: translateY(-50%);
}

.v2-footer--original {
	max-width: none;
	padding: 80px 0 0;
}

.v2-footer--original .v2-footer-top {
	grid-template-columns: 389px 196px 196px 79px;
	gap: 60px;
	max-width: 1120px;
	padding: 0 40px 60px;
}

.v2-footer--original .v2-footer-logo {
	display: inline-flex;
	margin-bottom: 10px;
	line-height: 0;
}

.v2-footer--original .v2-footer-logo img {
	display: block;
	width: 124px;
	height: auto;
}

.v2-footer--original .v2-footer-brand p {
	max-width: 320px;
	margin-top: 0;
	color: var(--ink-2);
	font-size: 14px;
	line-height: 1.5;
}

.v2-footer--original .v2-footer-links a,
.v2-footer--original .v2-footer-links span {
	font-size: 14px;
}

.v2-footer--original .v2-footer-bottom {
	max-width: 1120px;
}

@media (max-width: 1199px) and (min-width: 979px) {
	.v2-header--original .v2-nav {
		gap: 12px;
		font-size: 12px;
	}

	.v2-footer--original .v2-footer-top {
		grid-template-columns: minmax(300px, 2fr) repeat(3, minmax(0, 1fr));
		gap: 36px;
		max-width: 100%;
	}

	.v2-footer--original .v2-footer-bottom {
		max-width: 100%;
	}
}

@media (max-width: 978px) {
	.v2-page.has-scroll-fixed-header {
		padding-top: 58px;
	}

	.v2-header--original .v2-header-inner {
		min-height: 58px;
		padding: 12px 20px;
	}

	.v2-header--original .v2-logo--image img {
		width: 94px;
	}

	.v2-header--original .v2-logo--image {
		top: 50%;
	}

	.v2-header--original .v2-actions--cart-only {
		right: 20px;
	}

	.v2-footer--original {
		padding-top: 56px;
	}

	.v2-footer--original .v2-footer-top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px 28px;
		max-width: 100%;
		padding: 0 20px 44px;
	}

	.v2-footer--original .v2-footer-brand {
		grid-column: 1 / -1;
	}

	.v2-footer--original .v2-footer-bottom {
		max-width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 782px) {
	body.admin-bar .v2-header--original.is-scroll-fixed {
		top: 46px;
	}
}

@media (max-width: 525px) {
	.v2-header--original .v2-header-inner {
		padding-right: 12px;
		padding-left: 12px;
	}

	.v2-header--original .v2-actions--cart-only {
		right: 12px;
	}

	.v2-footer--original .v2-footer-top {
		grid-template-columns: 1fr;
		gap: 28px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.v2-footer--original .v2-footer-brand {
		grid-column: auto;
	}

	.v2-footer--original .v2-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
}
