/* Landing mode — product card v2 */

.product-card-v2-landing__container {
	width: 100%;
	max-width: 1574px;
}

/* Hero grid: head full width, gallery + buy side by side */
.product-card-v2--landing .product-card-v2__hero--landing {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-bottom: 0;
}

.product-card-v2--landing .product-card-v2__hero-media {
	display: contents;
}

.product-card-v2--landing .product-card-v2__hero-head--landing {
	grid-column: 1 / -1;
}

.product-card-v2-landing__rest {
	display: contents;
}

.product-card-v2--landing .product-card-v2__hero-head--landing .product-card-v2__product-head {
	margin-bottom: 0;
}

.product-card-v2--landing .product-card-v2__gallery-col--landing,
.product-card-v2--landing .product-card-v2__info-col--landing {
	width: 100%;
	max-width: none;
	flex: none;
	min-width: 0;
}

@media (min-width: 992px) {
	.product-card-v2--landing .product-card-v2__hero--landing {
		grid-template-columns: minmax(0, 72fr) minmax(0, 28fr);
		column-gap: 28px;
		row-gap: 24px;
		align-items: start;
	}

	.product-card-v2--landing .product-card-v2__gallery-col--landing {
		grid-column: 1;
		grid-row: 2;
	}

	.product-card-v2--landing .product-card-v2__info-col--landing {
		grid-column: 2;
		grid-row: 2;
		align-self: start;
		display: block;
	}

	.product-card-v2--landing .product-card-v2__info-sticky {
		position: sticky;
		top: 16px;
		z-index: 5;
	}

	.product-card-v2--landing .product-card-v2__panel--buy {
		margin-bottom: 16px;
	}

	.product-card-v2--landing .product-card-v2__panel--specs {
		margin-top: 0;
		padding-top: 0;
	}
}

@media (min-width: 1200px) {
	.product-card-v2--landing .product-card-v2__hero--landing {
		column-gap: 40px;
	}
}

.product-card-v2--landing .product-card-v2__title {
	margin-bottom: 8px;
	font-size: 28px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.product-card-v2--landing .product-card-v2__title {
		font-size: 32px;
	}
}

@media (min-width: 1200px) {
	.product-card-v2--landing .product-card-v2__title {
		font-size: 38px;
	}
}

.product-card-v2--landing .product-card-v2__gallery-wrap {
	margin-top: 0;
}

.product-card-v2--landing .item-carousel img.slide-content,
.product-card-v2--landing .item-carousel iframe {
	max-height: 620px;
}

/* Landing sections — единый белый лендинг */
section#desc.product-card-v2-landing {
	background: #fff !important;
	background-image: none !important;
}

.product-card-v2-landing {
	position: relative;
	padding-top: 0;
	background: #fff;
}

.product-card-v2-landing__nav-anchor {
	height: 1px;
	margin-top: -1px;
	pointer-events: none;
}

.product-card-v2-landing__nav-wrap {
	position: relative;
	z-index: 20;
	margin-bottom: 0;
	background: #fff;
	border-top: 1px solid #e8eaed;
	border-bottom: 1px solid #e8eaed;
}

.product-card-v2-landing__nav-wrap .product-card-v2-landing__container {
	padding-top: 16px;
	padding-bottom: 16px;
}

.product-card-v2-landing__nav-wrap.is-stuck {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin-bottom: 0;
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid #e8eaed;
	box-shadow: 0 4px 18px rgba(17, 24, 39, 0.06);
	backdrop-filter: blur(8px);
}

.product-card-v2-landing__nav-wrap.is-stuck .product-card-v2-landing__container {
	padding-top: 16px;
	padding-bottom: 16px;
}

.product-card-v2-landing__nav-wrap.is-stuck-placeholder {
	visibility: hidden;
}

.product-card-v2-landing-nav {
	--landing-nav-chamfer: 10px;
	--landing-nav-clip: polygon(
		0 0,
		100% 0,
		100% calc(100% - var(--landing-nav-chamfer)),
		calc(100% - var(--landing-nav-chamfer)) 100%,
		0 100%
	);
}

.product-card-v2-landing-nav__list {
	display: grid;
	grid-template-columns: repeat(var(--landing-nav-columns, 7), minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-card-v2-landing-nav__item {
	min-width: 0;
}

.product-card-v2-landing-nav__item--empty {
	pointer-events: none;
}

.product-card-v2-landing-nav__placeholder {
	display: block;
	min-height: 48px;
}

.product-card-v2-landing-nav__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 10px 14px;
	border: none;
	background: rgba(252, 76, 1, 0.1);
	color: #FC4C01;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	clip-path: var(--landing-nav-clip);
	isolation: isolate;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-card-v2-landing-nav__link:hover,
.product-card-v2-landing-nav__link:focus {
	background: rgba(252, 76, 1, 0.18);
	color: #E04401;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(252, 76, 1, 0.14);
}

.product-card-v2-landing-nav__link.is-active {
	background: #FC4C01;
	color: #fff;
	box-shadow: 0 8px 20px rgba(252, 76, 1, 0.22);
	transform: none;
}

.product-card-v2-landing-nav__scroll-hint {
	display: none;
}

.product-card-v2-landing__sections {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 56px;
	background: #fff;
}

.product-card-v2-landing__section {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 0 56px;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	scroll-margin-top: 96px;
	overflow: visible;
}

.product-card-v2-landing__section:last-child {
	padding-bottom: 0;
}

.product-card-v2-landing__section-title {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0 0 32px;
	padding: 0;
	background: none;
	color: #111827;
	font-size: 28px;
	font-weight: 800;
	font-style: normal;
	line-height: 1.15;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transform: none;
	box-shadow: none;
}

.product-card-v2-landing__section-title::before {
	content: '';
	flex: 0 0 5px;
	width: 5px;
	height: 1.1em;
	min-height: 28px;
	background: #FC4C01;
}

.product-card-v2-landing__section-title > span {
	display: inline;
	transform: none;
}

.product-card-v2-landing__section--description .product-card-v2-tab__description-text {
	font-size: 17px;
	line-height: 1.75;
	color: #374151;
}

.product-card-v2-landing__section--description .product-card-v2-tab__media-block {
	margin-top: 40px;
	padding-top: 0;
	border-top: none;
}

/* Specs — картинка + таблица */
.product-card-v2-landing-specs {
	display: grid;
	grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
	gap: 24px;
	align-items: start;
}

.product-card-v2-landing-specs--no-image {
	grid-template-columns: 1fr;
}

.product-card-v2-landing-specs__media {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 8px;
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
}

.product-card-v2-landing-specs__media img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.product-card-v2-landing-specs__panel {
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	background: #fff;
	box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
}

.product-card-v2-landing-specs__table-wrap {
	flex: 1 1 auto;
}

.product-card-v2-landing-specs__table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.product-card-v2-landing-specs__row {
	border-bottom: 1px solid #ececec;
	transition: background-color 0.2s ease;
}

.product-card-v2-landing-specs__row:last-child {
	border-bottom: none;
}

.product-card-v2-landing-specs__row:nth-child(even) {
	background: #fafbfc;
}

.product-card-v2-landing-specs__row:hover {
	background: #fff7f3;
}

.product-card-v2-landing-specs__name,
.product-card-v2-landing-specs__val {
	padding: 15px 22px;
	vertical-align: middle;
}

.product-card-v2-landing-specs__name {
	width: 48%;
	color: #9ca3af;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	text-align: left;
}

.product-card-v2-landing-specs__val {
	color: #111827;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	text-align: right;
	word-break: break-word;
}

.product-card-v2-landing-specs__val--stack {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
}

.product-card-v2-landing-specs__val-item {
	display: block;
}

/* Каталог запчастей — баннер */
.product-card-v2-landing-parts-banner,
.product-card-v2-landing-parts-banner:link,
.product-card-v2-landing-parts-banner:visited,
.product-card-v2-landing-parts-banner:hover,
.product-card-v2-landing-parts-banner:focus,
.product-card-v2-landing-parts-banner:active {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	overflow: hidden;
	padding: 28px 32px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: #141920;
	color: #fff;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.product-card-v2-landing-parts-banner:hover,
.product-card-v2-landing-parts-banner:focus {
	color: #fff;
	transform: translateY(-2px);
	border-color: rgba(252, 76, 1, 0.55);
	box-shadow: 0 16px 40px rgba(20, 25, 32, 0.35);
}

.product-card-v2-landing-parts-banner *,
.product-card-v2-landing-parts-banner:visited * {
	text-decoration: none !important;
}

.product-card-v2-landing-parts-banner__glow {
	position: absolute;
	top: -40px;
	right: -20px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(252, 76, 1, 0.22) 0%, rgba(252, 76, 1, 0) 70%);
	pointer-events: none;
}

.product-card-v2-landing-parts-banner__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1 1 auto;
	min-width: 0;
	max-width: none;
}

.product-card-v2-landing-parts-banner__title {
	color: #fff;
	font-size: clamp(18px, 1.55vw, 24px);
	font-weight: 800;
	line-height: 1.25;
	white-space: nowrap;
}

.product-card-v2-landing-parts-banner__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin-top: 4px;
	padding: 12px 18px;
	background: #FC4C01;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.product-card-v2-landing-parts-banner:hover .product-card-v2-landing-parts-banner__cta {
	background: #e04401;
	transform: translateX(2px);
}

.product-card-v2-landing-parts-banner__icon {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	color: #FC4C01;
	opacity: 0.85;
}

/* Документы */
.product-card-v2-landing-docs__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-card-v2-landing-docs__card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	height: 100%;
	padding: 18px 20px;
	border: 1px solid #e8eaed;
	background: #fafbfc;
	color: #111827;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.product-card-v2-landing-docs__card:hover {
	border-color: rgba(252, 76, 1, 0.35);
	background: #fff;
	color: #111827;
	text-decoration: none;
	box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
	transform: translateY(-2px);
}

.product-card-v2-landing-docs__icon-wrap {
	flex: 0 0 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none !important;
	background-image: none !important;
}

.product-card-v2-landing-docs__icon-wrap .product-card-v2-tab__doc-icon {
	flex: 0 0 48px;
	width: 48px;
	height: 56px;
	background: transparent !important;
	background-image: none !important;
}

.product-card-v2-landing-docs__icon-wrap .product-card-v2-tab__doc-icon-svg {
	background: transparent !important;
	background-image: none !important;
}

.product-card-v2-landing-docs__news + .product-card-v2-landing-docs__list,
.product-card-v2-landing-docs__list + .product-card-v2-landing-docs__news {
	margin-top: 16px;
}

.product-card-v2-landing-docs__info {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.product-card-v2-landing-docs__name {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	word-break: break-word;
}

.product-card-v2-landing-docs__action {
	font-size: 13px;
	font-weight: 600;
	color: #FC4C01;
}

.product-card-v2-landing-docs__news {
	display: grid;
	gap: 12px;
	margin-top: 16px;
}

.product-card-v2-landing-docs__news-card {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 16px 18px;
	border: 1px solid #e8eaed;
	background: #fff;
	color: #111827;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-card-v2-landing-docs__news-card:hover {
	border-color: rgba(252, 76, 1, 0.35);
	box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
	color: #111827;
	text-decoration: none;
}

.product-card-v2-landing-docs__news-date {
	font-size: 12px;
	font-weight: 600;
	color: #9ca3af;
}

.product-card-v2-landing-docs__news-title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

/* Stores modal */
.product-card-v2-landing-modal {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.product-card-v2-landing-modal[hidden] {
	display: none !important;
}

.product-card-v2-landing-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.45);
}

.product-card-v2-landing-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(560px, 100%);
	max-height: min(80vh, 640px);
	overflow: auto;
	padding: 24px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(17, 24, 39, 0.18);
}

.product-card-v2-landing-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 0;
	background: transparent;
	color: #6b7280;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.product-card-v2-landing-modal__close:hover {
	color: #FC4C01;
}

.product-card-v2-landing-modal__title {
	margin: 0 32px 16px 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.product-card-v2--landing a.product-card-v2__stock {
	text-decoration: none;
	color: #63aa28;
}

.product-card-v2--landing a.product-card-v2__stock:hover,
.product-card-v2--landing a.product-card-v2__stock:focus {
	color: #63aa28;
	opacity: 0.8;
}

.product-card-v2--landing a.product-card-v2__stock--empty,
.product-card-v2--landing .product-card-v2__stock--static.product-card-v2__stock--empty {
	color: #e53935;
}

.product-card-v2--landing a.product-card-v2__stock--empty:hover,
.product-card-v2--landing a.product-card-v2__stock--empty:focus {
	color: #e53935;
	opacity: 0.8;
}

.product-card-v2--landing a.product-card-v2__stock--empty {
	pointer-events: auto;
	cursor: pointer;
}

.product-card-v2--landing .product-card-v2__stock--static {
	cursor: default;
}

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

.product-card-v2-landing-extras {
	display: none;
}

@media (min-width: 992px) {
	.product-card-v2-buy-card {
		display: contents;
	}

	.product-card-v2-mobile-bar {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.product-card-v2-landing__nav-wrap .product-card-v2-landing__container {
		padding-top: 0;
		padding-bottom: 0;
	}

	.product-card-v2-landing__nav-wrap.is-stuck .product-card-v2-landing__container {
		padding-top: 0;
		padding-bottom: 0;
	}

	.product-card-v2-landing-nav {
		--landing-nav-chamfer: 0;
		--landing-nav-clip: none;
		--landing-nav-hint-width: 36px;
		position: relative;
		display: flex;
		align-items: stretch;
		margin: 0 -20px;
	}

	.product-card-v2-landing-nav.has-overflow .product-card-v2-landing-nav__scroll-hint {
		display: flex;
		align-items: center;
		justify-content: center;
		position: static;
		flex: 0 0 var(--landing-nav-hint-width);
		width: var(--landing-nav-hint-width);
		height: auto;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		appearance: none;
		-webkit-appearance: none;
		color: inherit;
		font: inherit;
		line-height: 1;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
	}

	.product-card-v2-landing-nav.has-overflow .product-card-v2-landing-nav__scroll-hint:disabled {
		opacity: 0;
		pointer-events: none;
		cursor: default;
	}

	.product-card-v2-landing-nav.has-overflow .product-card-v2-landing-nav__scroll-hint::after {
		content: '';
		width: 8px;
		height: 8px;
		border-right: 2px solid #FC4C01;
		border-bottom: 2px solid #FC4C01;
	}

	.product-card-v2-landing-nav.has-overflow .product-card-v2-landing-nav__scroll-hint--prev::after {
		margin: 0 -2px 2px 0;
		transform: rotate(135deg);
	}

	.product-card-v2-landing-nav.has-overflow .product-card-v2-landing-nav__scroll-hint--next::after {
		margin: 0 0 2px -2px;
		transform: rotate(-45deg);
	}

	.product-card-v2-landing-nav.has-overflow .product-card-v2-landing-nav__item:first-child {
		padding-left: 8px;
	}

	.product-card-v2-landing-nav__list {
		display: flex;
		flex: 1 1 auto;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 0;
		min-width: 0;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding: 0;
		grid-template-columns: none;
	}

	.product-card-v2-landing-nav__list::-webkit-scrollbar {
		display: none;
	}

	.product-card-v2-landing-nav__item {
		flex: 0 0 auto;
	}

	.product-card-v2-landing-nav__item:first-child {
		padding-left: 20px;
	}

	.product-card-v2-landing-nav__item--empty {
		display: none;
	}

	.product-card-v2-landing-nav__link {
		width: auto;
		min-width: 0;
		min-height: 0;
		padding: 16px 20px;
		border: none;
		border-radius: 0;
		background: transparent;
		color: #6b7280;
		font-size: 17px;
		font-weight: 600;
		line-height: 1.2;
		white-space: nowrap;
		clip-path: none;
		box-shadow: none;
		transform: none;
		transition: color 0.15s ease, border-bottom-color 0.15s ease;
		border-bottom: 2px solid transparent;
	}

	.product-card-v2-landing-nav__link:hover,
	.product-card-v2-landing-nav__link:focus {
		background: transparent;
		color: #FC4C01;
		box-shadow: none;
		transform: none;
	}

	.product-card-v2-landing-nav__link.is-active {
		background: transparent;
		color: #FC4C01;
		box-shadow: none;
		border-bottom-color: #FC4C01;
	}
}

@media (max-width: 991px) {
	.product-card-v2-landing-specs {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.product-card-v2-landing-specs__media {
		padding: 6px;
	}

	.product-card-v2-landing-specs__name,
	.product-card-v2-landing-specs__val {
		padding: 14px 18px;
	}

	.product-card-v2-landing-specs__val--stack {
		align-items: flex-start;
	}

	.product-card-v2-landing-specs__name {
		width: 42%;
		font-size: 13px;
	}

	.product-card-v2-landing-specs__val {
		text-align: right;
		font-size: 14px;
	}

	.product-card-v2-landing-docs__list {
		grid-template-columns: 1fr;
	}

	.product-card-v2-landing-parts-banner {
		flex-direction: column;
		align-items: flex-start;
		padding: 22px 20px;
	}

	.product-card-v2-landing-parts-banner__title {
		white-space: normal;
	}

	.product-card-v2-landing-parts-banner__icon {
		display: none;
	}

	.product-card-v2-landing__section-title {
		font-size: 22px;
		margin-bottom: 24px;
		gap: 12px;
	}

	.product-card-v2-landing__section {
		padding-bottom: 40px;
		scroll-margin-top: 80px;
	}

	.product-card-v2--landing .item-carousel img.slide-content,
	.product-card-v2--landing .item-carousel iframe {
		max-height: 360px;
	}
}

@media (max-width: 991px) {
	.product-card-v2--landing .product-card-v2__hero--landing {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.product-card-v2--landing .product-card-v2__hero-media {
		display: flex;
		flex-direction: column;
		order: 0;
		width: 100%;
	}

	.product-card-v2--landing .product-card-v2__hero-head--landing {
		width: 100%;
	}

	.product-card-v2--landing .product-card-v2__info-col--landing,
	.product-card-v2--landing .product-card-v2__panel--buy,
	.product-card-v2--landing .product-card-v2__info-sticky {
		display: contents;
	}

	.product-card-v2--landing .product-card-v2__thumbs {
		margin-bottom: 0;
	}

	.product-card-v2--landing .product-card-v2__product-buy {
		order: 1;
	}

	.product-card-v2-landing-extras {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		order: 2;
		width: 100%;
		padding: 24px 0 28px;
	}

	.product-card-v2-landing-extras__link {
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
		min-height: 64px;
		padding: 14px 16px;
		overflow: hidden;
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 10px;
		background: #141920;
		color: #fff;
		text-decoration: none;
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
		transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
	}

	.product-card-v2-landing-extras__icon {
		position: relative;
		z-index: 1;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
		width: 28px;
		height: 28px;
		border-radius: 7px;
		background: rgba(252, 76, 1, 0.18);
		color: #FC4C01;
	}

	.product-card-v2-landing-extras__text {
		position: relative;
		z-index: 1;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		width: 100%;
		min-width: 0;
		gap: 8px;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.2;
		overflow-wrap: anywhere;
	}

	.product-card-v2-landing-extras__text::after {
		content: '→';
		flex: 0 0 auto;
		color: #FC4C01;
		font-weight: 400;
	}

	.product-card-v2-landing-extras__link:hover,
	.product-card-v2-landing-extras__link:focus {
		border-color: rgba(252, 76, 1, 0.55);
		background: #141920;
		color: #fff;
		text-decoration: none;
		box-shadow: 0 12px 32px rgba(20, 25, 32, 0.28);
		transform: translateY(-2px);
	}

	.product-card-v2-landing-extras__link:visited {
		color: #fff;
		text-decoration: none;
	}

	.product-card-v2--landing .product-card-v2__panel--specs {
		display: none !important;
	}

	.product-card-v2--landing .product-card-v2-buy-card {
		padding: 16px;
		background: #f4f5f7;
		border-radius: 12px;
	}

	.product-card-v2--landing .product-card-v2-buy-card .product-card-v2__price-row {
		flex-wrap: nowrap;
		align-items: baseline;
		gap: 10px;
	}

	.product-card-v2--landing .product-card-v2-buy-card .product-card-v2__price,
	.product-card-v2--landing .product-card-v2-buy-card .product-card-v2__old-price {
		white-space: nowrap;
	}

	.product-card-v2--landing .product-card-v2-buy-card .product-card-v2__buy,
	.product-card-v2--landing .product-card-v2-buy-card .item-buy-inner,
	.product-card-v2--landing .product-card-v2-buy-card .js-canbuy-actions:not(.d-none),
	.product-card-v2--landing .product-card-v2-buy-card .js-offer-buy-retail:not(.d-none) {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		max-width: none;
	}

	.product-card-v2--landing .product-card-v2-buy-card .product-card-v2__buy-row {
		gap: 8px;
		width: 100%;
	}

	.product-card-v2--landing .product-card-v2-buy-card .product-card-v2__buy-row .product-card-v2__btn--primary {
		flex: 1 1 auto;
		width: auto !important;
		max-width: none !important;
	}

	.product-card-v2--landing .product-card-v2-buy-card .product-card-v2__btn:not(.d-none),
	.product-card-v2--landing .product-card-v2-buy-card .btn-buy-one-click_detail:not(.d-none),
	.product-card-v2--landing .product-card-v2-buy-card .btn-buy_installments:not(.d-none) {
		display: flex !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
	}

	.product-card-v2--landing .product-card-v2-buy-card .d-none,
	.product-card-v2--landing .js-offer-buy-picker-row.d-none,
	.product-card-v2--landing .js-offer-buy-dealer-row.d-none,
	.product-card-v2--landing .js-offer-buy-picker.d-none {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.product-card-v2--landing .item-carousel img.slide-content,
	.product-card-v2--landing .item-carousel iframe {
		max-height: 480px;
	}

	.product-card-v2--landing .product-card-v2-buy-card {
		max-width: 720px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 24px;
	}

	.product-card-v2--landing .product-card-v2-buy-card .product-card-v2__price {
		font-size: 32px;
	}

	.product-card-v2-landing-extras {
		max-width: 720px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		padding: 24px 0 28px;
	}

	.product-card-v2-landing-extras__link {
		min-height: 72px;
	}
}

@media (max-width: 767px) {
	.product-card-v2-landing-nav {
		margin: 0 -15px;
	}

	.product-card-v2-landing-nav__item:first-child {
		padding-left: 16px;
	}

	.product-card-v2-landing-nav__link {
		padding: 14px 16px;
		font-size: 15px;
	}
}

@media (max-width: 575px) {
	.product-card-v2-landing-nav__link {
		padding: 13px 14px;
		font-size: 14px;
	}

	.product-card-v2-landing-extras {
		gap: 6px;
		padding: 16px 0 18px;
	}

	.product-card-v2-landing-extras__link {
		min-height: 46px;
		padding: 8px 10px;
		gap: 6px;
		border-radius: 8px;
	}

	.product-card-v2-landing-extras__icon {
		width: 22px;
		height: 22px;
		border-radius: 6px;
	}

	.product-card-v2-landing-extras__icon svg {
		width: 15px;
		height: 15px;
	}

	.product-card-v2-landing-extras__text {
		gap: 4px;
		font-size: 12px;
		line-height: 1.15;
	}
}

.product-card-v2-mobile-bar {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 400;
	align-items: center;
	gap: 12px;
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
	background: #fff;
	box-shadow: 0 -8px 28px rgba(17, 24, 39, 0.12);
}

.product-card-v2-mobile-bar.is-visible {
	display: flex;
}

.product-card-v2-mobile-bar__price-block {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: baseline;
	gap: 10px;
	flex: 1 1 auto;
	min-width: 0;
}

.product-card-v2-mobile-bar__price {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.15;
	color: #111;
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.product-card-v2-mobile-bar__old-price {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	color: #b0b0b0;
	text-decoration: line-through;
	white-space: nowrap;
	flex-shrink: 0;
}

.product-card-v2-mobile-bar__old-price .product-card-v2__currency {
	color: #b0b0b0;
	font-weight: 400;
}

.product-card-v2-mobile-bar__old-price[hidden] {
	display: none !important;
}

.product-card-v2-mobile-bar__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	flex: 0 0 auto;
}

.product-card-v2-mobile-bar__favorite {
	display: none !important;
}

.product-card-v2-mobile-bar__buy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 132px;
	height: 46px;
	padding: 0 18px;
	border: none;
	border-radius: 10px;
	background: #FC4C01;
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.product-card-v2-mobile-bar__buy:hover,
.product-card-v2-mobile-bar__buy:focus {
	background: #e04401;
	color: #fff;
}

body.product-card-v2-mobile-bar-open {
	padding-bottom: 76px;
}

@media (max-width: 575px) {
	.product-card-v2-mobile-bar {
		gap: 8px;
		padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
	}

	.product-card-v2-mobile-bar__price {
		font-size: 16px;
	}

	.product-card-v2-mobile-bar__old-price {
		font-size: 13px;
	}

	.product-card-v2-mobile-bar__buy {
		min-width: 104px;
		height: 40px;
		padding: 0 14px;
		font-size: 13px;
		border-radius: 8px;
	}

	body.product-card-v2-mobile-bar-open {
		padding-bottom: 64px;
	}
}
