/* Product card v2 redesign */
section#item.product-card-v2 {
	background: #fff;
	background-image: none;
	--pcv2-nav-size: 40px;
	--pcv2-nav-thumb-size: 28px;
	--pcv2-nav-bg: #ffffff;
	--pcv2-nav-border: #e8eaed;
	--pcv2-nav-icon: #303840;
	--pcv2-nav-hover-bg: #FC4C01;
	--pcv2-nav-hover-border: #FC4C01;
	--pcv2-nav-hover-icon: #ffffff;
	--pcv2-nav-shadow: 0 2px 10px rgba(17, 24, 39, 0.08);
	--pcv2-nav-hover-shadow: 0 4px 14px rgba(252, 76, 1, 0.28);
	--pcv2-thumb-nav-icon: #9ca3af;
	--pcv2-thumb-nav-hover-icon: #FC4C01;
}

.product-card-v2__breadcrumbs.breadcrumbs-mob {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0 0 16px;
	font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

.product-card-v2__breadcrumbs.breadcrumbs-mob > span {
	flex: 0 0 auto;
	white-space: nowrap;
}

.product-card-v2__breadcrumbs-sep {
	margin: 0 8px;
	color: #9ca3af;
	font-weight: 400;
}

.product-card-v2__breadcrumbs.breadcrumbs-mob a,
.product-card-v2__breadcrumbs.breadcrumbs-mob .breadcrumbs__link {
	color: #9ca3af;
	text-decoration: none;
}

.product-card-v2__breadcrumbs.breadcrumbs-mob a:hover,
.product-card-v2__breadcrumbs.breadcrumbs-mob .breadcrumbs__link:hover {
	color: #FC4C01;
	text-decoration: none;
}

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

.product-card-v2__hero {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 28px;
	margin: 0 0 32px;
}

.product-card-v2__gallery-col,
.product-card-v2__info-col {
	padding: 0;
	width: 100%;
}

.product-card-v2__gallery-col {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (min-width: 992px) {
	.product-card-v2__gallery-col {
		width: calc(66% - 14px);
		flex: 1 1 calc(66% - 14px);
		max-width: calc(66% - 14px);
	}

	.product-card-v2__info-col {
		width: calc(34% - 14px);
		flex: 0 0 calc(34% - 14px);
		max-width: calc(34% - 14px);
	}
}

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

	.product-card-v2__gallery-col {
		width: calc(68% - 20px);
		flex: 1 1 calc(68% - 20px);
		max-width: calc(68% - 20px);
	}

	.product-card-v2__info-col {
		width: calc(32% - 20px);
		flex: 0 0 calc(32% - 20px);
		max-width: calc(32% - 20px);
	}
}

.product-card-v2__gallery-wrap {
	position: relative;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.product-card-v2__gallery-wrap:has(.gallery-360-preview.is-active) {
	overflow: visible;
}

.product-card-v2__slider {
	position: relative;
	background: #fff;
	overflow: hidden;
	touch-action: pan-y pinch-zoom;
	user-select: none;
}

.product-card-v2__gallery-wrap:has(.gallery-360-preview.is-active) .product-card-v2__slider {
	overflow: visible;
}

.product-card-v2__slider.is-dragging {
	cursor: grabbing;
}

.product-card-v2__slider .owl-stage-outer {
	cursor: grab;
}

.product-card-v2__slider.is-dragging .owl-stage-outer {
	cursor: grabbing;
}

/* Single current slide — no peek of neighbors */
.product-card-v2 .item-carousel.owl-carousel {
	width: 100% !important;
}

.product-card-v2 .item-carousel .owl-stage-outer {
	overflow: hidden !important;
	width: 100% !important;
}

.product-card-v2__gallery-wrap:has(.gallery-360-preview.is-active) .item-carousel .owl-stage-outer {
	overflow: visible !important;
}

.product-card-v2 .item-carousel .owl-item {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.product-card-v2 .item-carousel .owl-item.active {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

.product-card-v2 .item-carousel .owl-item .slide-content,
.product-card-v2 .item-carousel .owl-item.active .slide-content {
	transform: none !important;
	left: auto !important;
	top: auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.product-card-v2 .item-carousel .owl-item.active .item,
.product-card-v2 .item-carousel .owl-item.active .gallery-360-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.product-card-v2 .item-carousel img.slide-content,
.product-card-v2 .item-carousel iframe {
	max-width: 100% !important;
	width: auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-user-select: none;
}

/* Branded carousel navigation — main gallery */
.product-card-v2 .item-carousel .owl-nav {
	margin: 0;
}

.product-card-v2 .item-carousel .owl-prev,
.product-card-v2 .item-carousel .owl-next {
	position: absolute !important;
	top: 50% !important;
	left: 12px !important;
	right: auto !important;
	z-index: 5;
	width: var(--pcv2-nav-size) !important;
	height: var(--pcv2-nav-size) !important;
	margin: 0 !important;
	margin-top: calc(var(--pcv2-nav-size) / -2) !important;
	padding: 0 !important;
	border: 1px solid var(--pcv2-nav-border) !important;
	border-radius: 0 !important;
	background-color: var(--pcv2-nav-bg) !important;
	background-image: none !important;
	box-shadow: var(--pcv2-nav-shadow);
	opacity: 1 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease,
		opacity 0.2s ease;
}

.product-card-v2 .item-carousel .owl-next {
	left: auto !important;
	right: 12px !important;
}

.product-card-v2 .item-carousel .owl-prev span,
.product-card-v2 .item-carousel .owl-next span {
	display: none;
}

.product-card-v2 .item-carousel .owl-prev::before,
.product-card-v2 .item-carousel .owl-next::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid var(--pcv2-nav-icon);
	border-right: 2px solid var(--pcv2-nav-icon);
	transition: border-color 0.2s ease;
}

.product-card-v2 .item-carousel .owl-prev::before {
	transform: rotate(-135deg);
	margin-left: 3px;
}

.product-card-v2 .item-carousel .owl-next::before {
	transform: rotate(45deg);
	margin-right: 3px;
}

.product-card-v2 .item-carousel .owl-prev:hover:not(.disabled),
.product-card-v2 .item-carousel .owl-next:hover:not(.disabled) {
	background-color: var(--pcv2-nav-hover-bg) !important;
	border-color: var(--pcv2-nav-hover-border) !important;
	box-shadow: var(--pcv2-nav-hover-shadow);
	transform: translateY(-1px);
}

.product-card-v2 .item-carousel .owl-prev:hover:not(.disabled)::before,
.product-card-v2 .item-carousel .owl-next:hover:not(.disabled)::before {
	border-color: var(--pcv2-nav-hover-icon);
}

.product-card-v2 .item-carousel .owl-prev:focus-visible,
.product-card-v2 .item-carousel .owl-next:focus-visible {
	outline: 2px solid var(--pcv2-nav-hover-bg);
	outline-offset: 2px;
}

.product-card-v2 .item-carousel .owl-prev.disabled,
.product-card-v2 .item-carousel .owl-next.disabled {
	opacity: 0 !important;
	pointer-events: none !important;
}

/* Thumbnails — только стрелки */
.product-card-v2__thumbs-nav {
	flex: 0 0 var(--pcv2-nav-thumb-size);
	width: var(--pcv2-nav-thumb-size);
	height: var(--pcv2-nav-thumb-size);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 0;
	background: transparent;
	color: var(--pcv2-thumb-nav-icon);
	box-shadow: none;
	cursor: pointer;
	padding: 0;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.product-card-v2__thumbs-nav svg {
	display: none;
}

.product-card-v2__thumbs-nav::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transition: border-color 0.2s ease;
}

.product-card-v2__thumbs-nav--prev::before {
	transform: rotate(-135deg);
	margin-left: 2px;
}

.product-card-v2__thumbs-nav--next::before {
	transform: rotate(45deg);
	margin-right: 2px;
}

.product-card-v2__thumbs-nav:hover:not(:disabled) {
	background: transparent;
	border: none;
	color: var(--pcv2-thumb-nav-hover-icon);
	box-shadow: none;
	transform: none;
}

.product-card-v2__thumbs-nav:focus-visible {
	outline: 2px solid var(--pcv2-thumb-nav-hover-icon);
	outline-offset: 2px;
}

.product-card-v2__thumbs-nav:disabled {
	opacity: 0.3;
	cursor: default;
}

.product-card-v2__thumbs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 14px;
	padding: 0;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.product-card-v2__thumbs-viewport {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	container-type: inline-size;
	container-name: product-thumbs;
}

.product-card-v2__thumbs-track {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scrollbar-width: none;
	padding: 2px 0;
	-webkit-overflow-scrolling: touch;
	cursor: grab;
	touch-action: pan-x;
	user-select: none;
}

.product-card-v2__thumbs-track.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
}

.product-card-v2__thumbs-track::-webkit-scrollbar {
	display: none;
}

.product-card-v2__thumb {
	/* ровно 4 в видимой зоне viewport */
	flex: 0 0 calc((100cqw - 36px) / 4);
	width: calc((100cqw - 36px) / 4);
	height: 64px;
	border: 2px solid transparent;
	border-radius: 4px;
	background: transparent;
	padding: 0;
	cursor: pointer;
	overflow: hidden;
	transition: border-color 0.2s ease;
	box-sizing: border-box;
}

.product-card-v2__thumb.is-active {
	border-color: #FC4C01;
	background: transparent;
}

.product-card-v2__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-card-v2__thumb--360 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	color: #FC4C01;
	background: transparent;
}

.product-card-v2__actions {
	--product-card-v2-chamfer-cut: 12px;
	--product-card-v2-actions-slot-max: 4;
	--product-card-v2-actions-gap: 28px;
	--product-card-v2-action-slot-width: calc(
		(100% - (var(--product-card-v2-actions-slot-max) - 1) * var(--product-card-v2-actions-gap))
		/ var(--product-card-v2-actions-slot-max)
	);
	--product-card-v2-chamfer-clip: polygon(
		0 0,
		100% 0,
		100% calc(100% - var(--product-card-v2-chamfer-cut)),
		calc(100% - var(--product-card-v2-chamfer-cut)) 100%,
		0 100%
	);
	display: flex;
	flex-wrap: wrap;
	gap: var(--product-card-v2-actions-gap);
	justify-content: flex-start;
	margin-top: auto;
	padding: 18px 20px;
	border: 1px solid #e8eaed;
	border-radius: 10px;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
}

.product-card-v2__action-btn {
	position: relative;
	z-index: 1;
	flex: 0 0 var(--product-card-v2-action-slot-width);
	width: var(--product-card-v2-action-slot-width);
	max-width: var(--product-card-v2-action-slot-width);
	min-width: 0;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	min-height: 64px;
	padding: 12px 18px;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #222;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	font: inherit;
	isolation: isolate;
	transition: color 0.2s ease, transform 0.2s ease;
}

.product-card-v2__action-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: #f3f4f6;
	box-shadow: none;
	clip-path: var(--product-card-v2-chamfer-clip);
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.product-card-v2__action-btn:hover,
.product-card-v2__action-btn:focus {
	color: #222;
	text-decoration: none;
	transform: translateY(-1px);
}

.product-card-v2__action-btn:hover::before,
.product-card-v2__action-btn:focus::before {
	background: #e8eaed;
	box-shadow: none;
}

.product-card-v2__action-icon {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.product-card-v2__action-icon svg {
	display: block;
	width: 36px;
	height: 36px;
}

.product-card-v2__action-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	color: #222;
	flex: 1;
	min-width: 0;
}

@media (max-width: 767px) {
	.product-card-v2__thumbs {
		max-width: 100%;
		margin-top: 10px;
	}

	.product-card-v2__thumb {
		height: 56px;
	}

	.product-card-v2 .item-carousel .owl-prev,
	.product-card-v2 .item-carousel .owl-next {
		width: 36px !important;
		height: 36px !important;
		margin-top: -18px !important;
	}

	.product-card-v2__action-btn {
		flex: 1 1 100%;
		min-height: 56px;
		padding: 12px 16px;
		border-radius: 8px;
	}

	.product-card-v2__action-btn::before {
		border-radius: 8px;
		clip-path: none;
	}
}

/* Info column */
.product-card-v2,
.product-card-v2 * {
	font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
}

.product-card-v2__panel {
	background: #fff;
	border: none;
	border-radius: 0;
	padding: 24px 0;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}

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

.product-card-v2__panel--specs {
	padding-top: 20px;
	padding-bottom: 20px;
}

.product-card-v2__product-head,
.product-card-v2__product-buy {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.product-card-v2__info-col {
		display: flex;
		flex-direction: column;
	}

	.product-card-v2__panel--buy {
		margin-bottom: 0;
		flex: 0 0 auto;
	}

	.product-card-v2__panel--specs {
		margin-top: auto;
		padding-top: 16px;
		padding-bottom: 0;
	}
}

.product-card-v2__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 12px;
}

.product-card-v2__product-head .product-mark {
	position: static;
	left: auto;
	top: auto;
	display: inline-block;
	margin: 0;
	padding: 4px 10px;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
}

.product-card-v2__product-head .product-mark--new {
	background-color: #27ae60;
}

.product-card-v2__product-head .product-mark--sale {
	background-color: #FC4C01;
}

.product-card-v2__product-head .product-mark--default {
	background-color: #95a5a6;
}

.product-card-v2__badge {
	display: inline-block;
	margin-bottom: 12px;
	padding: 4px 10px;
	background: #FC4C01;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
	letter-spacing: 0.02em;
}

.product-card-v2__title {
	margin: 0 0 6px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: #111;
	text-transform: uppercase;
	letter-spacing: -0.01em;
}

.product-card-v2__article {
	margin-bottom: 18px;
	font-size: 13px;
	font-weight: 400;
	color: #b0b0b0;
	line-height: 1.4;
}

.product-card-v2__price-block {
	margin-bottom: 12px;
	text-align: left;
}

.product-card-v2__price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 14px;
}

.product-card-v2__price {
	font-size: 26px;
	font-weight: 700;
	color: #111;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.product-card-v2__currency {
	display: inline;
	color: #111;
	font-weight: 700;
	font-size: inherit;
}

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

.product-card-v2__old-price {
	font-size: 18px;
	font-weight: 400;
	color: #b0b0b0;
	text-decoration: line-through;
	line-height: 1.2;
}

.product-card-v2__stock {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #63aa28;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.product-card-v2__stock:hover,
.product-card-v2__stock:focus {
	color: #63aa28;
	opacity: 0.8;
	text-decoration: none;
}

.product-card-v2__stock--empty {
	color: #e53935;
	cursor: default;
	pointer-events: none;
}

.product-card-v2__stock--empty:hover,
.product-card-v2__stock--empty:focus {
	color: #e53935;
	opacity: 1;
}

.product-card-v2__stock-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
	flex-shrink: 0;
}

.product-card-v2__sku {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 16px;
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
}

.product-card-v2__sku.offers-select-block,
.product-card-v2 .offers-select-block.product-card-v2__sku {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 16px;
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
}

.product-card-v2__sku .product-detail-scu-container-title {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
	text-align: left;
}

.product-card-v2__sku [data-entity="sku-line-block"] {
	width: 100%;
	text-align: left;
}

.product-card-v2__sku [data-entity="sku-line-block"] + [data-entity="sku-line-block"] {
	margin-top: 0;
}

.product-card-v2__sku .product-detail-scu-container {
	margin: 0;
}

.product-card-v2__sku .product-detail-scu-list {
	margin: 0;
}

.product-card-v2__sku .product-detail-scu-item-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-card-v2__sku .product-detail-scu-item-text-container {
	display: block;
	float: none;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.product-card-v2__sku .product-detail-scu-item-text-block {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	border: 2px solid #d9d9d9;
	border-radius: 8px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
}

.product-card-v2__sku .product-detail-scu-item-text-block_img {
	width: 48px;
	height: 48px;
	padding: 2px;
	overflow: hidden;
}

.product-card-v2__sku .product-detail-scu-item-text-block img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.product-card-v2__sku .product-detail-scu-item-text-block:hover,
.product-card-v2__sku .product-detail-scu-item-text-container.selected .product-detail-scu-item-text-block {
	border-color: #fc4c01;
	box-shadow: 0 0 0 1px rgba(252, 76, 1, 0.15);
}

.product-card-v2__sku .product-detail-scu-item-text-container.notallowed {
	opacity: 0.45;
	pointer-events: none;
}

.product-card-v2__buy {
	margin-bottom: 0;
}

.product-card-v2__buy .item-buy-inner {
	display: flex;
	flex-direction: column;
	gap: 14px;
	text-align: left;
	padding: 0;
}

.product-card-v2__buy .js-canbuy-actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 14px;
	width: 100%;
	max-width: none;
}

.product-card-v2__buy .js-offer-buy-retail {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
}

.product-card-v2__buy-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0;
	width: 100%;
}

.product-card-v2__buy-row.d-none {
	display: none !important;
}

.product-card-v2__buy-row .product-card-v2__btn--primary {
	flex: 0 0 48%;
	width: 48% !important;
	max-width: 48%;
	min-width: 0;
}

.product-card-v2__buy-icons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin-left: auto;
	flex: 0 0 auto;
}

.product-card-v2__buy .js-detail-buy-installments,
.product-card-v2__buy > .product-card-v2__btn {
	max-width: none;
	width: 100%;
}

/* Reset legacy brush/texture button styles inside v2 */
.product-card-v2 .btn-buy,
.product-card-v2 .btn-buy_installments,
.product-card-v2 .btn-buy-one-click_detail,
.product-card-v2 .btn.btn-orange {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 8px !important;
	font-family: "Libre Franklin", Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.01em;
	text-transform: none !important;
	text-decoration: none !important;
	box-shadow: none !important;
	background-image: none !important;
	overflow: hidden;
	height: 48px !important;
	min-height: 48px !important;
}

.product-card-v2 .btn-buy:before,
.product-card-v2 .btn-buy:after,
.product-card-v2 .btn-buy-one-click_detail:before,
.product-card-v2 .btn-buy-one-click_detail:after,
.product-card-v2 .btn-buy_installments:before,
.product-card-v2 .btn-buy_installments:after {
	display: none !important;
	content: none !important;
}

.product-card-v2__btn,
.product-card-v2 .btn-buy.product-card-v2__btn,
.product-card-v2 .btn-buy-one-click_detail.product-card-v2__btn,
.product-card-v2 .btn-buy_installments.product-card-v2__btn,
.product-card-v2 .js-offer-buy-dealer,
.product-card-v2 .js-offer-buy-preorder,
.product-card-v2 .js-detail-buy-installments {
	min-height: 48px !important;
	height: 48px !important;
	padding: 0 18px !important;
	box-sizing: border-box !important;
	border-radius: 8px !important;
}

.product-card-v2__btn span {
	display: inline;
	position: static !important;
	transform: none !important;
	font: inherit !important;
	color: inherit !important;
	text-transform: none !important;
}

.product-card-v2__btn--primary,
.product-card-v2 .btn-buy.product-card-v2__btn--primary {
	background: #FC4C01 !important;
	border: 1px solid #FC4C01 !important;
	color: #fff !important;
}

.product-card-v2__btn--primary:hover,
.product-card-v2 .btn-buy.product-card-v2__btn--primary:hover {
	background: #e04401 !important;
	border-color: #e04401 !important;
	color: #fff !important;
}

.product-card-v2__btn--ghost,
.product-card-v2 .btn-buy-one-click_detail.product-card-v2__btn--ghost {
	background: #fff !important;
	border: 2px solid #FC4C01 !important;
	color: #FC4C01 !important;
}

.product-card-v2__btn--ghost:hover,
.product-card-v2 .btn-buy-one-click_detail.product-card-v2__btn--ghost:hover {
	background: #FC4C01 !important;
	border-color: #FC4C01 !important;
	color: #fff !important;
}

.product-card-v2__btn--dark,
.product-card-v2 .btn-buy_installments.product-card-v2__btn--dark {
	background: #111 !important;
	border: 1px solid #111 !important;
	color: #fff !important;
}

.product-card-v2__btn--dark:hover,
.product-card-v2 .btn-buy_installments.product-card-v2__btn--dark:hover {
	background: #333 !important;
	border-color: #333 !important;
	color: #fff !important;
}

.product-card-v2__icon-btn,
.product-card-v2 a.product-card-v2__icon-btn,
.product-card-v2 button.product-card-v2__icon-btn,
.product-card-v2 .compare-btn.product-card-v2__icon-btn,
.product-card-v2 .compare_item.product-card-v2__icon-btn {
	flex: 0 0 56px;
	width: 56px !important;
	height: 56px !important;
	min-width: 56px !important;
	min-height: 56px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #FC4C01 !important;
	text-decoration: none !important;
	cursor: pointer;
	line-height: 1 !important;
	overflow: visible !important;
}

.product-card-v2__icon-btn:hover,
.product-card-v2__icon-btn:focus,
.product-card-v2 .compare-btn.product-card-v2__icon-btn:hover {
	color: #e04401 !important;
	background: transparent !important;
	background-image: none !important;
	opacity: 0.85;
	text-decoration: none !important;
}

.product-card-v2 .product-card-v2__icon-btn--favorite,
.product-card-v2 button.product-card-v2__icon-btn--favorite,
.product-card-v2 a.product-card-v2__icon-btn--favorite {
	display: none !important;
	pointer-events: none !important;
	visibility: hidden !important;
	width: 0 !important;
	min-width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.product-card-v2__icon-btn svg,
.product-card-v2__icon-btn .svg,
.product-card-v2__icon-btn i {
	display: block !important;
	width: 38px !important;
	height: 38px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	box-shadow: none !important;
	color: inherit !important;
	fill: currentColor;
}

.product-card-v2__icon-btn svg {
	width: 38px;
	height: 38px;
}

.product-card-v2__specs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-card-v2__specs-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
	line-height: 1.45;
}

.product-card-v2__specs-item:first-child {
	padding-top: 0;
}

.product-card-v2__specs-item:last-child {
	border-bottom: none;
}

.product-card-v2__specs-name {
	color: #333;
	font-weight: 400;
	flex: 0 0 42%;
}

.product-card-v2__specs-val {
	color: #111;
	font-weight: 700;
	text-align: right;
	flex: 1;
}

.product-card-v2__specs-link {
	display: inline-block;
	margin-top: 8px;
	font-size: 14px;
	font-weight: 400;
	color: #b0b0b0;
	text-decoration: underline;
	cursor: pointer;
}

.product-card-v2__specs-link:hover {
	color: #FC4C01;
}

/* Tabs redesign */
.product-card-v2-tabs > .container {
	width: 100%;
	max-width: 1574px;
}

section#desc.product-card-v2-tabs {
	margin-top: 0;
	padding: 32px 0 48px;
	background: #fff !important;
	background-image: none !important;
}

.product-card-v2-tabs .indent {
	margin-top: 0;
	margin-bottom: 0;
}

.product-card-v2-tabs .tabs {
	--product-card-v2-tabs-max: 6;
	--product-card-v2-chamfer-cut: 12px;
	--product-card-v2-chamfer-clip: polygon(
		0 0,
		100% 0,
		100% calc(100% - var(--product-card-v2-chamfer-cut)),
		calc(100% - var(--product-card-v2-chamfer-cut)) 100%,
		0 100%
	);
	--product-card-v2-tabs-gap: 8px;
	--product-card-v2-tab-slot-width: calc(
		(100% - (var(--product-card-v2-tabs-max) - 1) * var(--product-card-v2-tabs-gap))
		/ var(--product-card-v2-tabs-max)
	);
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: var(--product-card-v2-tabs-gap);
	width: 100%;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
	border-bottom: none;
	margin-left: 0 !important;
}

.product-card-v2-tabs .tabs::after {
	display: none;
}

.product-card-v2-tabs .tabs > li {
	flex: 0 0 var(--product-card-v2-tab-slot-width);
	width: var(--product-card-v2-tab-slot-width);
	max-width: var(--product-card-v2-tab-slot-width);
	min-width: 0;
	float: none;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	list-style: none;
	background: none !important;
	background-image: none !important;
}

.product-card-v2-tabs .tabs > li > a {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	min-height: 48px;
	padding: 10px 18px;
	border: none;
	border-radius: 0;
	background: rgba(252, 76, 1, 0.1);
	clip-path: var(--product-card-v2-chamfer-clip);
	color: #FC4C01;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	isolation: isolate;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-card-v2-tabs .tabs > li > a:hover {
	background: rgba(252, 76, 1, 0.2);
	color: #E04401;
	box-shadow: 0 4px 12px rgba(252, 76, 1, 0.16);
	transform: translateY(-1px);
}

.product-card-v2-tabs .tabs > li.active > a,
.product-card-v2-tabs .tabs > li.active > a:hover {
	z-index: 2;
	background: #FC4C01;
	color: #fff !important;
	font-style: normal;
	box-shadow: 0 4px 14px rgba(252, 76, 1, 0.28);
	transform: none;
}

.product-card-v2-tabs .tab-content {
	padding: 24px 0 0;
	background: #fff;
	color: #303840;
	font-size: 16px;
	line-height: 1.65;
}

section#desc.product-card-v2-tabs .tab-content {
	color: #303840;
}

section#desc.product-card-v2-tabs .tab-content a:hover {
	color: #FC4C01;
}

/* Tab panels content */
.product-card-v2-tab-panels .tab-pane {
	width: 100%;
	float: none;
}

.product-card-v2-tab-panels .tab-pane::before,
.product-card-v2-tab-panels .tab-pane::after {
	display: none;
}

section#desc.product-card-v2-tabs .tab-content ul.product-card-v2-tab__docs-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	column-count: 1 !important;
	-moz-column-count: 1 !important;
	-webkit-column-count: 1 !important;
}

section#desc.product-card-v2-tabs .tab-content ul.product-card-v2-tab__docs-list > li {
	display: block !important;
	float: none !important;
	clear: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	margin: 0 !important;
	position: static !important;
}

section#desc.product-card-v2-tabs .tab-content ul.product-card-v2-tab__docs-list > li::before {
	display: none !important;
	content: none !important;
}

section#desc.product-card-v2-tabs .product-card-v2-tab__doc-link,
section#desc.product-card-v2-tabs .product-card-v2-tab__doc-link:hover {
	text-decoration: none !important;
	color: #222 !important;
}

/* Description */
.product-card-v2-tab__description {
	width: 100%;
	max-width: 100%;
}

.product-card-v2-tab__description-text {
	font-size: 16px;
	line-height: 1.7;
	color: #303840;
}

.product-card-v2-tab__description-text p {
	margin: 0 0 1em;
}

.product-card-v2-tab__media-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: center;
	margin-top: 40px;
}

.product-card-v2-tab__media-block--reverse .product-card-v2-tab__media-block-image {
	order: 2;
}

.product-card-v2-tab__media-block--reverse .product-card-v2-tab__media-block-text {
	order: 1;
}

.product-card-v2-tab__media-block-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.product-card-v2-tab__media-block-text {
	font-size: 16px;
	line-height: 1.7;
	color: #303840;
}

/* Video */
.product-card-v2-tab__videos {
	display: grid;
	gap: 20px;
	width: 100%;
}

.product-card-v2-tab__videos--single {
	grid-template-columns: 1fr;
	max-width: 960px;
}

.product-card-v2-tab__videos--grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-card-v2-tab__video-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	overflow: hidden;
	background: #111;
}

.product-card-v2-tab__video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

section#desc.product-card-v2-tabs #video iframe {
	max-width: none;
	max-height: none;
	margin: 0;
	display: block;
}

/* Specs */
.product-card-v2-tab__specs-panel {
	overflow: hidden;
	border: 1px solid #e5e7eb;
	background: #fff;
	box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
}

.product-card-v2-tab__specs {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

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

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

.product-card-v2-tab__specs-row:last-child {
	border-bottom: none;
}

.product-card-v2-tab__specs-row:hover {
	background: #fff7f3;
}

.product-card-v2-tab__specs-name,
.product-card-v2-tab__specs-val {
	padding: 15px 22px;
	vertical-align: middle;
}

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

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

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

.product-card-v2-tab__specs-val-item {
	display: block;
}

/* Stores */
.product-card-v2-tab__stores-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	border: 1px solid #ececec;
	border-radius: 10px;
	overflow: hidden;
}

.product-card-v2-tab__stores-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 20px;
	border-bottom: 1px solid #f0f0f0;
	background: #fff;
}

.product-card-v2-tab__stores-item:last-child {
	border-bottom: none;
}

.product-card-v2-tab__stores-item:nth-child(even) {
	background: #fafafa;
}

.product-card-v2-tab__stores-name {
	flex: 1;
	font-size: 15px;
	font-weight: 500;
	color: #222;
	line-height: 1.4;
}

.product-card-v2-tab__stores-amount {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	font-size: 15px;
	font-weight: 600;
	color: #5fa800;
	white-space: nowrap;
}

.product-card-v2-tab__stores-dot {
	width: 8px;
	height: 8px;
	margin-right: 8px;
	border-radius: 50%;
	background: #5fa800;
}

.product-card-v2-tab__stores-empty {
	padding: 16px 20px;
	border: 1px dashed #e5e5e5;
	border-radius: 10px;
	color: #c0392b;
	font-size: 15px;
}

/* Documents */
.product-card-v2-tab__docs-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.product-card-v2-tab__docs-item {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-card-v2-tab__doc-link {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 72px;
	padding: 14px 16px;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fff;
	color: #222;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-card-v2-tab__doc-link:hover,
.product-card-v2-tab__doc-link:focus {
	border-color: rgba(252, 76, 1, 0.35);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	color: #222;
	text-decoration: none;
	transform: translateY(-1px);
}

.product-card-v2-tab__doc-icon {
	position: relative;
	flex: 0 0 40px;
	width: 40px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: transparent !important;
	background-image: none !important;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

/* Глобальный [class*="icon-"] из style.css цепляется к *-icon / *-icon-wrap */
.product-card-v2-tab__doc-icon[class*="icon-"],
.product-card-v2-landing-docs__icon-wrap[class*="icon-"] {
	background: transparent !important;
	background-image: none !important;
}

.product-card-v2-tab__doc-icon::before,
.product-card-v2-tab__doc-icon::after {
	display: none !important;
	content: none !important;
}

.product-card-v2-tab__doc-icon-svg {
	display: block;
	width: 40px;
	height: 48px;
	flex-shrink: 0;
	background: transparent !important;
	background-image: none !important;
	border: none;
	box-shadow: none;
}

section#desc.product-card-v2-tabs .product-card-v2-tab__doc-link .product-card-v2-tab__doc-icon,
section#desc.product-card-v2-tabs .product-card-v2-tab__doc-link .product-card-v2-tab__doc-icon-svg {
	background: transparent !important;
	background-image: none !important;
}

.product-card-v2-tab__doc-ext {
	position: absolute;
	left: 50%;
	bottom: 5px;
	z-index: 1;
	transform: translateX(-50%);
	min-width: 28px;
	padding: 2px 4px;
	border-radius: 3px;
	background: #FC4C01;
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.03em;
	text-align: center;
}

.product-card-v2-tab__doc-icon--pdf .product-card-v2-tab__doc-ext {
	background: #E53935;
}

.product-card-v2-tab__doc-icon--doc .product-card-v2-tab__doc-ext,
.product-card-v2-tab__doc-icon--docx .product-card-v2-tab__doc-ext {
	background: #2563EB;
}

.product-card-v2-tab__doc-name {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: #222;
}

.product-card-v2-tab__news {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ececec;
}

.product-card-v2-tab__news-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 14px 16px;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fff;
	color: #222;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-card-v2-tab__news-item:hover,
.product-card-v2-tab__news-item:focus {
	border-color: rgba(252, 76, 1, 0.35);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	color: #222;
	text-decoration: none;
}

.product-card-v2-tab__news-date {
	font-size: 13px;
	color: #999;
}

.product-card-v2-tab__news-title {
	font-size: 15px;
	font-weight: 600;
	color: #222;
}

@media (max-width: 991px) {
	.product-card-v2-tab__media-block {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.product-card-v2-tab__media-block--reverse .product-card-v2-tab__media-block-image,
	.product-card-v2-tab__media-block--reverse .product-card-v2-tab__media-block-text {
		order: unset;
	}

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

	.product-card-v2-tab__docs-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.product-card-v2-tab__specs-name,
	.product-card-v2-tab__specs-val {
		padding: 14px 18px;
	}

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

	.product-card-v2-tab__specs-val {
		font-size: 14px;
	}

	.product-card-v2-tab__specs-val--stack {
		align-items: flex-end;
	}

	.product-card-v2-tab__stores-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
}

@media (min-width: 768px) {
	.product-card-v2__action-btn {
		min-height: 68px;
		padding: 12px 20px;
	}

	.product-card-v2__action-title {
		white-space: nowrap;
	}

	.product-card-v2-tabs .tabs > li > a {
		padding: 12px 24px;
		font-size: 13px;
	}

	.product-card-v2-accordion {
		display: none;
	}
}

@media (min-width: 1200px) {
	.product-card-v2-tabs .tabs,
	.product-card-v2__actions {
		--product-card-v2-chamfer-cut: 14px;
	}

	.product-card-v2-tabs .tabs > li > a {
		font-size: 14px;
		padding: 13px 22px;
		min-height: 52px;
	}
}

/* Mobile accordion */
@media (max-width: 767px) {
	section#item.product-card-v2.section-indent {
		padding: 8px 0 12px;
	}

	.product-card-v2__hero {
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin-bottom: 0;
	}

	.product-card-v2__gallery-col {
		display: contents;
	}

	.product-card-v2__info-col {
		display: contents;
	}

	.product-card-v2__panel--buy {
		display: contents;
	}

	.product-card-v2__breadcrumbs,
	.product-card-v2__breadcrumbs.breadcrumbs-mob {
		order: 0;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin-bottom: 8px;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		touch-action: pan-x;
	}

	.product-card-v2__breadcrumbs::-webkit-scrollbar,
	.product-card-v2__breadcrumbs.breadcrumbs-mob::-webkit-scrollbar {
		display: none;
	}

	.product-card-v2__product-head {
		order: 1;
		width: 100%;
	}

	.product-card-v2__gallery-wrap {
		order: 2;
		width: 100%;
	}

	.product-card-v2__product-buy {
		order: 3;
		width: 100%;
	}

	.product-card-v2__actions {
		flex-wrap: wrap;
		order: 4;
		width: 100%;
		padding: 12px;
		margin-top: 0;
		gap: 12px;
	}

	section#desc.product-card-v2-tabs {
		padding: 12px 0 24px;
	}

	.product-card-v2-tabs .row.indent,
	.product-card-v2-tabs .col-xs-12.indent,
	.product-card-v2-tabs .indent {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.product-card-v2-tabs .tab-content {
		padding: 0;
		margin: 0;
		min-height: 0;
	}

	section#desc.product-card-v2-tabs + .catalog-related-section.section-indent {
		padding-top: 16px;
	}

	.product-card-v2__action-btn {
		flex: 1 1 100%;
		width: 100%;
		max-width: none;
		padding: 12px 16px;
		border-radius: 8px;
	}

	.product-card-v2__action-btn::before {
		border-radius: 8px;
		clip-path: none;
	}
	.product-card-v2__panel--specs {
		display: none !important;
	}

	.product-card-v2__title {
		font-size: 18px;
	}

	.product-card-v2__article {
		margin-bottom: 12px;
	}

	.product-card-v2__price-block {
		margin-bottom: 8px;
	}

	.product-card-v2__stock {
		margin-bottom: 12px;
	}

	.product-card-v2__sku {
		margin-bottom: 12px;
	}

	.product-card-v2__price {
		font-size: 24px;
	}

	.product-card-v2__panel {
		padding: 0;
	}

	.product-card-v2__buy .item-buy-inner,
	.product-card-v2__buy .js-canbuy-actions,
	.product-card-v2__buy .js-offer-buy-retail {
		gap: 10px;
	}

	.product-card-v2__buy .js-canbuy-actions,
	.product-card-v2__buy .js-offer-buy-dealer,
	.product-card-v2__buy .js-detail-buy-installments,
	.product-card-v2__buy .btn__check-availability,
	.product-card-v2__buy > .product-card-v2__btn,
	.product-card-v2__panel {
		max-width: none;
	}

	.product-card-v2__btn,
	.product-card-v2 .btn-buy.product-card-v2__btn,
	.product-card-v2 .btn-buy-one-click_detail.product-card-v2__btn,
	.product-card-v2 .btn-buy_installments.product-card-v2__btn,
	.product-card-v2 .js-offer-buy-dealer,
	.product-card-v2 .js-offer-buy-preorder,
	.product-card-v2 .js-detail-buy-installments {
		min-height: 46px !important;
		height: 46px !important;
	}

	.product-card-v2__buy-row .product-card-v2__icon-btn {
		flex: 0 0 auto;
	}

	.product-card-v2-accordion {
		margin-top: 0;
	}

	.product-card-v2-accordion__head {
		padding: 12px 0;
	}

	.product-card-v2-accordion__body {
		padding-bottom: 12px;
	}

	.product-card-v2-tabs .tabs {
		display: none;
	}

	.product-card-v2-accordion__item {
		border-bottom: 1px solid #e5e5e5;
	}

	.product-card-v2-accordion__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 16px 0;
		border: none;
		background: none;
		font-size: 15px;
		font-weight: 700;
		text-align: left;
		color: #111;
		cursor: pointer;
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
	}

	.product-card-v2-accordion__head::after {
		content: '+';
		font-size: 20px;
		font-weight: 400;
		color: #FC4C01;
	}

	.product-card-v2-accordion__item.is-open .product-card-v2-accordion__head::after {
		content: '−';
	}

	.product-card-v2-accordion__body {
		display: none;
		padding-bottom: 16px;
	}

	.product-card-v2-accordion__item.is-open .product-card-v2-accordion__body {
		display: block;
	}

	.product-card-v2-tabs .tab-content > .tab-pane {
		display: none !important;
	}

	.product-card-v2-accordion__body .tab-pane {
		display: none !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.product-card-v2-accordion__body .tab-pane.is-accordion-active {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
}

/* Hide legacy mobile/desktop duplicates in v2 layout */
.product-card-v2 .item-info__price.d-md-none,
.product-card-v2 .top-action-buttons,
.product-card-v2 .universal-icons-panel,
.product-card-v2 .container.item-buy > .item-info__price,
.product-card-v2 .scheme-mobile {
	display: none !important;
}

.product-card-v2 #item .item-carousel {
	margin-bottom: 0;
}

/* Галерея фото — горизонтальный кадр, как в старом шаблоне */
.product-card-v2 .additional-gallery-wrapper,
.product-card-v2-landing .additional-gallery-wrapper {
	padding-top: 8px;
	padding-bottom: 8px;
}

.additional-gallery-slider .owl-stage-outer,
.product-card-v2-desc-gallery__slider .owl-stage-outer {
	overflow: hidden;
	overflow: clip;
}

.additional-gallery-slider .owl-stage {
	display: flex;
	align-items: stretch;
}

.additional-gallery-slider .owl-item {
	float: none;
	height: auto;
}

.additional-gallery-slider .item {
	height: 100%;
}

.additional-gallery-slider a[data-fancybox] {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
	border-radius: 8px;
	background: #f3f4f6;
}

.additional-gallery-slider .owl-item img,
.additional-gallery-slider .additional-gallery-item-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	margin: 0;
	border-radius: 0;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 767px) {
	.additional-gallery-slider a[data-fancybox] {
		padding-bottom: 0;
		height: 220px;
	}
}

/* Description gallery cards (ADDITIONAL_GALLERY) */
.product-card-v2-desc-gallery {
	position: relative;
	margin: 0 0 28px;
}

.product-card-v2-desc-gallery__viewport {
	position: relative;
}

.product-card-v2-desc-gallery__slider.owl-carousel {
	display: block;
}

.product-card-v2-desc-gallery__slider .owl-stage-outer {
	overflow: hidden;
}

.product-card-v2-desc-gallery__item {
	padding: 4px 0;
}

.product-card-v2-desc-gallery__card {
	display: block;
	position: relative;
	height: auto;
	aspect-ratio: 16 / 10;
	border-radius: 24px;
	overflow: hidden;
	background: #f3f4f6;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card-v2-desc-gallery__card:hover,
.product-card-v2-desc-gallery__card:focus {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
	text-decoration: none;
}

.product-card-v2-desc-gallery__media {
	display: block;
	position: absolute;
	inset: 0;
}

.product-card-v2-desc-gallery__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
	user-select: none;
}

.product-card-v2-desc-gallery__slider .owl-nav {
	position: absolute;
	inset: 0;
	margin: 0;
	pointer-events: none;
}

.product-card-v2-desc-gallery__slider .owl-nav .owl-prev,
.product-card-v2-desc-gallery__slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #fff !important;
	color: #111 !important;
	box-shadow: 0 4px 16px rgba(17, 24, 39, 0.12);
	transform: translateY(-50%);
	pointer-events: auto;
	display: flex !important;
	align-items: center;
	justify-content: center;
	opacity: 1;
}

.product-card-v2-desc-gallery__slider .owl-nav .owl-prev {
	left: -8px;
}

.product-card-v2-desc-gallery__slider .owl-nav .owl-next {
	right: -8px;
}

.product-card-v2-desc-gallery__slider .owl-nav .owl-prev:hover,
.product-card-v2-desc-gallery__slider .owl-nav .owl-next:hover {
	background: #FC4C01 !important;
	color: #fff !important;
}

.product-card-v2-desc-gallery__slider .owl-nav .disabled {
	opacity: 0.35;
	pointer-events: none;
}

.product-card-v2-desc-gallery__slider .owl-dots {
	display: none;
	margin-top: 14px;
	text-align: center;
}

.product-card-v2-desc-gallery__slider .owl-dot {
	display: inline-block;
	margin: 0 4px;
}

.product-card-v2-desc-gallery__slider .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0;
	border-radius: 50%;
	background: #d1d5db;
	transition: background 0.2s ease, transform 0.2s ease;
}

.product-card-v2-desc-gallery__slider .owl-dot.active span {
	background: #FC4C01;
	transform: scale(1.15);
}

@media (min-width: 768px) {
	.product-card-v2-desc-gallery__card {
		aspect-ratio: 16 / 10;
		border-radius: 28px;
	}

	.product-card-v2-desc-gallery__slider .owl-nav .owl-prev {
		left: -12px;
	}

	.product-card-v2-desc-gallery__slider .owl-nav .owl-next {
		right: -12px;
	}
}

@media (min-width: 1200px) {
	.product-card-v2-desc-gallery__card {
		aspect-ratio: 16 / 10;
	}
}

@media (max-width: 767px) {
	.product-card-v2-desc-gallery {
		margin-bottom: 20px;
	}

	.product-card-v2-desc-gallery__card {
		aspect-ratio: 16 / 10;
		border-radius: 20px;
	}

	.product-card-v2-desc-gallery__media {
		inset: 0;
	}

	.product-card-v2-desc-gallery__slider .owl-nav {
		display: none !important;
	}

	.product-card-v2-desc-gallery__slider .owl-dots {
		display: block;
	}
}
