/*
Theme Name: Kiosko
Theme URI: https://wordpress.com/theme/kiosko/
Author: Automattic
Author URI: https://automattic.com/
Description: Kiosko is a store theme for WooCommerce.
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: 
Text Domain: kiosko
Tags: e-commerce, four-columns, wide-blocks, block-patterns, block-styles, featured-images, full-site-editing, rtl-language-support, sticky-post, template-editing, threaded-comments, translation-ready
*/

.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: 1440px; margin: 0 auto; }

/* Header */
.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-dot {
	width: 6px; height: 6px;
	background: var(--raspberry);
	border-radius: 999px;
}
.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;
}

/* Editorial intro - replaces hero */
.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;
}

/* Section */
.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); }

/* Product grid */
.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));
}
.wp-block-post-template .v2-card {
	height: 100%;
	box-sizing: border-box;
}
.wp-block-post-template .v2-card-img {
	box-sizing: border-box;
}
.wp-block-post-template.products-block-post-template > li {
	margin: 0;
	min-width: 0;
}
.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); }

/* Notice banner */
.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); }
.single_add_to_cart_button.loading {
	opacity: 0.65;
	pointer-events: none;
}
.single_add_to_cart_button.added {
	background: var(--ink) !important;
	color: #fff !important;
	border-color: var(--ink) !important;
}
.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);
}

/* Constructor — luxe split */
.v2-constructor {
	max-width: 1320px;
	margin: 0 auto;
	padding: 100px 40px;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	scroll-margin-top: 96px;
}
.v2-constructor-eyebrow {
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--raspberry);
	margin-bottom: 16px;
	display: flex; align-items: center; gap: 12px;
}
.v2-constructor-eyebrow::before {
	content: "";
	width: 24px; height: 1px;
	background: var(--raspberry);
}
.v2-constructor h2 {
	font-size: 88px;
	line-height: 0.95;
	letter-spacing: -0.045em;
	font-weight: 500;
	margin-bottom: 60px;
	max-width: 900px;
}
.v2-constructor h2 em {
	font-style: italic;
	font-weight: 300;
	color: var(--raspberry);
}
.v2-constructor-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: stretch;
}
.v2-constructor-content {
	display: flex; flex-direction: column;
	justify-content: space-between;
}
.v2-constructor-steps {
	display: flex; flex-direction: column; gap: 24px;
	margin-bottom: 40px;
}
.v2-constructor-step {
	display: grid;
	grid-template-columns: 32px 1fr;
	gap: 20px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--line);
}
.v2-constructor-step:last-child { border-bottom: none; padding-bottom: 0; }
.v2-step-num {
	font-size: 13px;
	color: var(--ink-3);
	font-feature-settings: "tnum";
}
.v2-step-title { font-size: 16px; font-weight: 500; margin-bottom: 4px; letter-spacing: -0.01em; }
.v2-step-desc { font-size: 13px; line-height: 1.5; color: var(--ink-2); }

.v2-btn-primary {
	display: inline-flex; align-items: center; gap: 12px;
	background: var(--ink);
	color: white;
	text-decoration: none;
	padding: 18px 28px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.01em;
	border-radius: 999px;
	align-self: flex-start;
	transition: background .15s;
}
.v2-btn-primary:hover { background: var(--raspberry); }
.v2-btn-primary-arrow {
	width: 20px; height: 20px;
	border-radius: 999px;
	background: white;
	color: var(--ink);
	display: flex; align-items: center; justify-content: center;
	font-size: 11px;
}

.v2-builder {
	background: var(--bg-2);
	padding: 32px;
	border-radius: 4px;
	display: flex; flex-direction: column;
}
.v2-builder-head {
	display: flex; justify-content: space-between; align-items: center;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--line);
	margin-bottom: 24px;
}
.v2-builder-title {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: -0.01em;
}
.v2-builder-counter {
	font-size: 12px;
	color: var(--ink-2);
	background: white;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid var(--line);
}
.v2-builder-counter strong {
	color: var(--raspberry);
	font-weight: 600;
}
.v2-builder-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	margin-bottom: 24px;
}
.v2-builder-item {
	aspect-ratio: 1;
	background: white;
	background-image: repeating-linear-gradient(135deg, rgba(0,0,0,0.03) 0 5px, transparent 5px 12px);
	position: relative;
	display: flex; align-items: flex-end;
	padding: 6px;
	font-family: ui-monospace, monospace;
	font-size: 8px;
	color: rgba(0,0,0,0.35);
	border-radius: 2px;
}
.v2-builder-item.empty {
	background: transparent;
	background-image: none;
	border: 1px dashed var(--line);
	align-items: center; justify-content: center;
	color: var(--ink-3);
	font-size: 14px;
}
.v2-builder-item.has-count::before {
	content: attr(data-count);
	position: absolute;
	top: 4px; right: 4px;
	background: var(--ink); color: white;
	width: 18px; height: 18px;
	border-radius: 999px;
	display: flex; align-items: center; justify-content: center;
	font-family: 'Inter', sans-serif;
	font-size: 9px;
	font-weight: 600;
}
.v2-builder-summary {
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid var(--line);
	display: flex; justify-content: space-between; align-items: baseline;
}
.v2-builder-summary-label { font-size: 12px; color: var(--ink-2); }
.v2-builder-summary-price { font-size: 24px; font-weight: 600; letter-spacing: -0.02em; }

/* Postcards row */
.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";
}

/* About */
.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; }

/* Reviews — gallery */
.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;
}

/* FAQ */
.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);
}

/* Footer */
.v2-footer {
	border-top: 1px solid var(--line);
	padding: 80px 0 32px;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.v2-footer-container {
	max-width: 1320px; margin: 0 auto;
	padding: 0 40px;
}
.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;
}

/*
 * Control the hover stylings of outline block style.
 * Unnecessary once block styles are configurable via theme.json
 * https://github.com/WordPress/gutenberg/issues/42794
 */
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	border-color: var(--wp--preset--color--contrast);
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-color: var(--wp--preset--color--primary);
	text-decoration-thickness: 0.5px !important;
	text-underline-offset: 0.05em;
}

/* Reset browser default margins for blockquote element */
.wp-block-pullquote blockquote {
	margin: 0;
}

/* Search button inside style */
.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 4px;
}

/* Adjust font size for comment reply title */
.wp-block-post-comments-form .comment-reply-title {
	font-size: var(--wp--preset--font-size--large);
}

/* Remove the bottom margin from the button */
.wp-block-post-comments-form .form-submit {
	margin-bottom: 0;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */
.wp-block-navigation__responsive-container.is-menu-open {
	padding: var(--wp--preset--spacing--50);
}

/* Adjust the top padding for the submenu items */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding-top: var(--wp--preset--spacing--30);
}

/* Override the Gutenberg style to theme style */
.wp-block-post-author__byline,
.wp-block-post-author__bio {
	font-size: inherit;
}

/* Round the avatar and reset the vertical alignment */
.wp-block-post-author__avatar img {
	border-radius: 999px;
	line-height: 0;
}

/* Style tag cloud outline style  */
.wp-block-tag-cloud.is-style-outline a {
	border-color: var(--wp--preset--color--tertiary);
	border-radius: 999px;
	padding: 0 0.5rem;
}

.wp-block-tag-cloud.is-style-outline a:hover {
	color: var(--wp--preset--color--base);
	background-color: var(--wp--preset--color--primary);
}

/* Remove the default margin from author bio */
.wp-block-post-author__bio {
	margin: 0;
}

/* Remove the default margin from term description. */
.wp-block-term-description p:first-child {
	margin-top: 0;
}

.wp-block-term-description p:last-child {
	margin-bottom: 0;
}

/* Normalise font sizes for the latest comments and latest posts widgets */
.wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	font-size: inherit;
}

/* Adjust font colour in the Calendar widget */
.wp-block-calendar table:where(:not(.has-text-color)) {
	color: var(--wp--preset--color--foreground);
}

/* Fix border radius setting for the avatar block */
.wp-block-avatar a,
.wp-block-avatar img {
	border-radius: inherit;
	vertical-align: middle;
}

/* Fix line height for various fields */
.wp-block-search__input,
.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
	line-height: inherit;
}

/* Style  border colour for search and Jetpack subscription blocks */
.wp-block-search__input,
.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type="email"] {
	border-color: var(--wp--preset--color--tertiary);
}

/* Needed to style input field for various Jetpack blocks */
.wp-block-jetpack-contact-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-jetpack-contact-form select,
.wp-block-jetpack-contact-form textarea,
.wp-block-jetpack-mailchimp input:not([type="submit"]):not([type="checkbox"]),
.wp-block-jetpack-revue input:not([type="submit"]):not([type="checkbox"]) {
	background-color: #fff;
	border: 1px solid var(--wp--preset--color--tertiary);
	font-size: inherit;
	line-height: inherit;
	padding: 0.5rem;
}

.wp-block-jetpack-contact-form.contact-form label {
	font-weight: 400;
}

.wp-block-jetpack-contact-form.contact-form label span {
	opacity: 0.7;
}

.wp-block-jetpack-contact-form.contact-form select {
	padding: 0.5rem;
}

.wp-block-jetpack-contact-form.contact-form textarea {
	margin-bottom: var(--wp--preset--spacing--40);
}

/* Style the feedback you get after submitting the contact form */
div[id^="contact-form-"] h4 {
	font-size: var(--wp--preset--font-size--medium);
	font-weight: inherit;
	line-height: 1.555555556;
}

div[id^="contact-form-"] .contact-form-submission {
	margin: 0;
	padding: 0;
}

/* Adjust vertical margins in the mailchimp block */
.wp-block-jetpack-mailchimp .wp-block-jetpack-button,
.wp-block-jetpack-mailchimp p {
	margin: var(--wp--preset--spacing--40) 0;
}

/* Adjust the size of the consent text in mailchimp block */
#wp-block-jetpack-mailchimp_consent-text {
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 0;
}

/* Remove underline from the price after discounted */
ins {
	text-decoration: none;
}

/* Fix the hardcoded wide width value in the stylesheet for TT3 */
.woocommerce.woocommerce-page main {
	max-width: calc(var(--wp--style--global--wide-size) + var(--wp--style--root--padding-right) + var(--wp--style--root--padding-left));
}

.wp-block-navigation-item.is-active > a{
	color: #c62437; /* любой нужный цвет */
}

a{
	text-decoration: none !important;
}

.wp-block-navigation-item.is-active {
	position: relative;
}

.wp-block-navigation-item.is-active::after,
.wp-block-navigation-item:hover::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	height: 2px;
	background: #C5125F;
}

.wp-element-button,
.wp-block-button__link,
.btn-cart,
.btn-more-limk{
	transition: all 0.3s;
}

.btn-cart button{
	background-color: #C5125F !important;
}

.btn-cart button:hover,
.btn-more-limk:hover{
	opacity: 0.6;
}

.wp-element-button:hover, .wp-block-button__link:hover{
	background-color: #C5125F !important;
}

.btn-cart .added_to_cart {
	color: #c5125f;
}

.btn-cart-container {
	align-items: flex-start;
}

.btn-cart button {
	border: 1px solid #c5125f !important;
}

.btn-cart .added_to_cart {
	display: none !important;
}

.links-container .links {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
	transition: all 0.3s;
}

.cookie-policy {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(20, 20, 20, 0.9);
	color: #ffffff;
	padding: 16px;
	z-index: 9999;
	display: none;
}

.cookie-policy--visible {
	display: block;
}

.cookie-policy__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
}

.cookie-policy__text {
	font-size: 14px;
	line-height: 1.4;
}

.cookie-policy__text a {
	color: white;
	text-decoration: underline !important;
	transition: all 0.3s;
}

.cookie-policy__btn {
	background: white;
	border: none;
	color: black;
	padding: 10px 18px;
	cursor: pointer;
	border-radius: 4px;
	font-size: 14px;
	transition: all 0.3s;
}

.cookie-policy__btn:hover {
	background: #C5125F !important;
	color: white;
}

.links:hover,
.cookie-policy__text a:hover{
	color: #C5125F;
}

.wc-block-components-text-input.wc-block-components-address-form__phone {
	visibility: visible !important;
}

.wc-block-components-address-address-wrapper:not(.is-editing) .wc-block-components-address-form-wrapper {
	height: auto !important;
	opacity: 1 !important;
	overflow: visible !important;
	visibility: visible !important;
}

.wc-block-components-address-card {
	display: none !important;
}

.suggestions-suggestions .suggestions-suggestions {
	min-height: 25px !important;
	height: 25px !important;
}

.suggestions-value {
	display: block;
	padding-top: 20px !important;
	min-height: 26px !important;
}

.suggestions-hint {
	padding-bottom: 20px !important;
}

header.wp-block-template-part {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}

header{
	background: white !important;
}

.dp-grid {
	padding: 16px 16px 0;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
}

.dp-title {
	border: 0;
	border-radius: 0;
	font-size: var(--wp--preset--font-size--medium,22px);
	font-weight: 500;
	line-height: 27px;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-break: break-word;
	margin-bottom: 16px;
}

.dp-sub {
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 15px;
}

.dp-radio {
	margin-bottom: 16px;
	display: flex;
	gap: 0 10px;
	flex-wrap: wrap;
	font-size: 15px;
}

.dp-pill {
	font-size: 15px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	cursor: pointer;
}

.dp-hint {
	font-size: 14px;
	margin-top: 10px;
	color: #595959;
}

.dp-error {
	font-size: 14px;
	color: #b00020;
}

.my-card-stock {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}

.stock.in-stock {
	display: none;
}

.wp-singular .my-card-stock.in-stock {
	text-align: left;
	font-size: 16px;
}

:where(.wc-block-product-gallery-large-image) .wc-block-components-product-image.wc-block-components-product-image.wc-block-components-product-image--aspect-ratio-auto img {
	object-fit: cover !important;
}

.wc-block-product-gallery-thumbnails__thumbnail, .wc-block-product-gallery-thumbnails__thumbnail img {
	font-size: 12px;;
}

.dp-pill.is-disabled {
	pointer-events: none;
	opacity: 0.6;
}

.btn-cart .add_to_cart_button {
	color: white !important;
}

.btn-more-limk {
	width: 100%;
	text-align: center;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.btn-cart a.product_type_simple {
	display: none !important;
}

.btn-cart button.product_type_simple {
	margin-bottom: 1rem;
}

.my-card-stock {
	margin-block-start: 0 !important;
	margin-top: var(--wp--preset--spacing--40) !important;
}

.btn-cart-container {
	margin-top: 1rem !important;
}

.wc-block-checkout__shipping-option .wc-block-checkout__shipping-option--free {
	text-transform: none !important;
}

.wp-singular {
	width: 100% !important;
}

/*div.wc-block-components-radio-control-accordion-option:nth-child(2) {
	display: none;
}*/

.woocommerce-order-received #wp--skip-link--target {
	margin-top: 120px;
}

#wc-checkout-sticky-bar-simple {
	z-index: 10;
}

.wp-block-post-title {
	margin-top: 80px !important;
}

@media ( max-width: 968px ){

	.wc-block-product-template__responsive {
		grid-row-gap: 40px;
	}

	.wp-block-post-template.products-block-post-template.columns-4,
	.wp-block-post-template.products-block-post-template {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 8px !important;
	}

	.btn-more-limk {
		flex-basis: 100%;
	}

	.content-text-cat > * + * {
		margin-block-start: 5px !important;
	}

	.cookie-policy__inner {
		flex-wrap: wrap;
		padding: 16px;
	}

	.cookie-policy {
		padding: 0;
	}

	.btn-cart-container {
		flex-wrap: wrap;
	}

	.btn-cart {
		flex-basis: 100%;
	}

	.navigation-page {
		position: fixed;
		height: 50px;
		left: 0;
		width: 100%;
		top: 0 !important;
		border-top: 1px solid #3b3b3b;
		padding: 10px 25px 0 !important;
	}

	.navigation-page ul {
		justify-content: center;
	}

	.navigation-page ul a {
		font-size: 13px;
	}

	.navigation-page ul {
		gap: 8px;
	}

	.wp-block-navigation-item.is-active::after, .wp-block-navigation-item:hover::after {
		bottom: -3px;
	}

	.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
		position: fixed !important;
		bottom: 0 !important;
		left: 0 !important;
		width: 100% !important;
		border-radius: 0 !important;
		height: 50px !important;
		z-index: 100 !important;
		background: #C5125F !important;
	}

	.wc-block-components-checkout-return-to-cart-button {
		top: -15px !important;
	}

	.woocommerce div.product .woocommerce-product-gallery__image a {
		height: 350px;
		display: flex !important;
		justify-content: center;
		align-items: center;
	}

	.woocommerce img, .woocommerce-page img {
		object-fit: cover;
	}

	.header-main-menu {
		display: none !important;
	}

	.header .wp-block-group.alignwide.is-content-justification-space-between.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-feedf3c0.wp-block-group-is-layout-flex {
		padding: 10px 0 !important;
	}

	.header-main-menu {
		display: none !important;
	}

	.header .wp-block-group.alignwide.is-content-justification-space-between.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-feedf3c0.wp-block-group-is-layout-flex {
		padding: 10px 0 !important;
	}

	.wp-block-separator {
		margin-top: 80px !important;
	}

	.wp-block-post-title {
		min-height: 44px;
		margin-bottom: 5px !important;
	}

	.images-product img {
		max-height: 180px;
	}

	footer .has-primary-background-color {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.wp-block-woocommerce-empty-cart-block {
		margin-top: 0;
	}


	.wp-block-post-title {
		margin-top: 80px !important;
	}


}

@media (max-width: 678px) {
	.wp-block-post-template.products-block-post-template.columns-4,
	.wp-block-post-template.products-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 6px !important;
	}

	.wp-block-separator {
		margin-top: 0px !important;
	}

	.wc-block-components-checkbox label {
		font-size: 14px;
	}

	#okhapki {
		margin-top: 20px;
	}

	.has-global-padding {
		padding-right: 15px;
		padding-left: 15px;
	}

	.has-global-padding > .has-global-padding {
		padding-right: 0;
		padding-left: 0;
	}

	.has-global-padding .has-global-padding {
		padding-right: 0;
		padding-left: 0;
	}

	.label-info {
		margin-top: 70px !important;
	}

}

@media ( max-width: 374px ){

	.wc-block-product-template__responsive.columns-4 {
		grid-template-columns: repeat(auto-fill,minmax(max(110px,calc(25% - .9375em)),1fr));
	}
}


/* ============================================================
   Slider Otkrytka — кастомный слайдер открыток
   ============================================================ */

/* Когда слайдер активен — переключаем ul на grid */
.slider-otkrytka.is-slider ul.wc-block-product-template {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	grid-template-rows: auto auto !important;
	gap: 16px !important;
}

/* Все li скрыты по умолчанию */
.slider-otkrytka.is-slider ul.wc-block-product-template > li {
	display: none !important;
}

/* Только видимые элементы текущей страницы */
.slider-otkrytka.is-slider ul.wc-block-product-template > li.otkrytka-visible {
	display: block !important;
}

/* Навигация */
.otkrytka-slider-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 28px;
}

.otkrytka-btn-prev,
.otkrytka-btn-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #e7e7e7;
	background: #fff;
	color: #3b3b3b;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
	flex-shrink: 0;
	padding: 0;
}

.otkrytka-btn-prev:hover,
.otkrytka-btn-next:hover {
	background: #C5125F;
	border-color: #C5125F;
	color: #fff;
}

.otkrytka-pagination {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}

.otkrytka-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background: #e0e0e0;
	cursor: pointer;
	padding: 0;
	transition: background 0.2s, transform 0.2s;
}

.otkrytka-dot.active {
	background: #C5125F;
	transform: scale(1.25);
}

.slider-otkrytka {
	position: relative;
}

.otkrytka-btn-prev {
	left: -60px;
}

.otkrytka-btn-next {
	right: -60px;
}

.otkrytka-btn-prev, .otkrytka-btn-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: #C5125F;
	border-color: #C5125F;
	color: #fff;
}

.otkrytka-btn-prev, .otkrytka-btn-next {
	transform: translateY(-18px);
}

.wc-block-components-totals-item__label {
	max-width: 215px;
}

.wc-block-components-totals-item {
	justify-content: space-between;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
	display: none;
}

#headerimg h1 {
	text-align: center;
}

.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;
}

html body .header-main.has-base-background-color {
	background-color: transparent !important;
	position: fixed !important;
	top: 0 !important;
	width: 100%;
	left: 0;
	max-width: 1320px;
	margin: 0 auto !important;
	right: 0;
	padding: 0 !important;
}

.header-mod-cart {
	z-index: 12;
	border: 0;
	background: transparent;
	width: auto;
	padding: 0;
	margin: 0 !important;
	position: absolute;
	right: 0;
	top: 20px;
	display: flex;
	justify-content: flex-end;
}

.header-mod-cart .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
	margin: 0 !important;
}

.wp-block-woocommerce-empty-cart-block h2 {
	margin-bottom: 24px;
}

.wp-block-woocommerce-empty-cart-block .v2-grid.v2-grid--legacy-woo-block {
	margin-bottom: 60px;
}

.wp-block-woocommerce-empty-cart-block {
	margin-top: 60px;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
	border-top: 0;
}

#dp-min-order-warning ~ .wc-block-components-sidebar-layout {
	opacity: 0.4;
	pointer-events: none;
}

:root :where(.wp-element-button, .wp-block-button__link) {
	background-color: #c5125f;
	border-color: #c5125f;
}

@media (max-width: 968px) {
	.custom-logo-link img {
		object-fit: contain !important;
	}

	.wp-block-woocommerce-checkout {
		padding-top: 64px;
	}
}

/* Мобильный: 2 колонки × 2 ряда = 4 элемента */
@media ( max-width: 768px ) {
	.slider-otkrytka.is-slider ul.wc-block-product-template {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.otkrytka-btn-prev {
		left: -15px;
	}

	.otkrytka-btn-next {
		right: -15px;
	}

}

@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-constructor h2 {
		font-size: 52px;
		margin-bottom: 40px;
	}

	.v2-constructor-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.v2-builder {
		padding: 20px;
	}

	.v2-builder-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.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;
	}

	.entry-content.alignwide {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.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-logo .wp-block-site-logo {
		position: relative;
		top: 4px;
	}

	.wc-block-mini-cart__amount {
		font-size: 12px;
	}

	.header-mod-cart {
		width: 120px;
		top: 0;
		justify-content: flex-end !important;
	}

	.wc-block-mini-cart__badge {
		font-size: 10px;
		padding: 2px;
	}

	.v2-footer-top {
		padding: 0 15px 40px;
	}

	.v2-footer-bottom {
		padding: 28px 15px 10px;
	}

	.header-mod-cart {
		right: 8px;
	}

	html body.wp-singular .wc-block-breadcrumbs {
		padding-top: 24px !important;
	}

	html body.wp-singular .wp-block-post-title {
		margin: 0 !important;
	}

}

@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;
	}

	.entry-content.alignwide {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}

	.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;
	}

	div#dp-order-box-offer {
		padding-top: 0;
	}

	.wc-block-components-form .wc-block-components-text-input input[type="email"],
	.wc-block-components-form .wc-block-components-text-input input[type="number"],
	.wc-block-components-form .wc-block-components-text-input input[type="password"],
	.wc-block-components-form .wc-block-components-text-input input[type="tel"],
	.wc-block-components-form .wc-block-components-text-input input[type="text"],
	.wc-block-components-form .wc-block-components-text-input input[type="url"],
	.wc-block-components-text-input input[type="email"],
	.wc-block-components-text-input input[type="number"],
	.wc-block-components-text-input input[type="password"],
	.wc-block-components-text-input input[type="tel"],
	.wc-block-components-text-input input[type="text"],
	.wc-block-components-text-input input[type="url"] {
		font-size: 14px;
	}

	.dp-pill {
		font-size: 14px;
	}

	.archive .wp-block-group .wp-block-breadcrumbs {
		padding-top: 24px !important;
	}

	.fancybox-image {
		object-fit: cover !important;
		max-width: 100% !important;
	}

	.fancybox__slide.has-image > .fancybox__content {
		width: 100% !important;
	}

	:root :where(.wp-element-button, .wp-block-button__link) {
		height: 43px !important;
	}

}
