﻿/* product-page-v2 layout alignment */
.product-page-v2 {
	--pdv2-primary: #7a866e;
	--pdv2-primary-dark: #6a7562;
	--pdv2-accent: #f59e0b;
	--pdv2-danger: #ef4444;
	--pdv2-success: #10b981;
	--pdv2-bg-soft: #f9fafb;
	--pdv2-text: #1f2937;
	--pdv2-muted: #6b7280;
	--pdv2-border: #e5e7eb;
	--pdv2-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--pdv2-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	--pdv2-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	--pdv2-section-max: 1200px;
	--pdv2-page-max: 1320px;
}

.product-page-v2 .main-content {
	margin-top: 0;
}

.product-page-v2 .product-detail-v2 {
	width: 100%;
	overflow-x: hidden;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: var(--pdv2-text);
}

.product-page-v2 .container {
	max-width: var(--pdv2-page-max) !important;
	width: 100% !important;
	padding-left: clamp(16px, 3vw, 32px) !important;
	padding-right: clamp(16px, 3vw, 32px) !important;
}

.product-page-v2 .product-detail-v2.container,
.product-page-v2 .product-detail-v2.pdv2-container {
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

.product-page-v2 .pdv2-section {
	padding: clamp(42px, 5vw, 72px) 0 !important;
	margin: 0 auto !important;
}

.product-page-v2 .pdv2-section-soft {
	background: var(--pdv2-bg-soft) !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.product-page-v2 .product-detail-v2 > .pdv2-section-soft {
	width: 100% !important;
	max-width: var(--pdv2-page-max) !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.product-page-v2 .pdv2-section-soft > .pdv2-section-inner,
.product-page-v2 .pdv2-section-soft > .pdv2-faq,
.product-page-v2 .pdv2-section-soft > .pdv2-products-grid,
.product-page-v2 .pdv2-section-soft > .pdv2-faq h2 {
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.product-page-v2 .pdv2-hero-grid,
.product-page-v2 .product-layout,
.product-page-v2 .product-layout-section {
	max-width: var(--pdv2-section-max) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	gap: clamp(24px, 4vw, 72px) !important;
}

.product-page-v2 .pdv2-info-grid,
.product-page-v2 .info-blocks {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.product-page-v2 .pdv2-format-grid,
.product-page-v2 .formats-grid {
	grid-template-columns: repeat(auto-fit, minmax(118px, 1fr)) !important;
}

.product-page-v2 .pdv2-benefit-grid,
.product-page-v2 .benefits {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.product-page-v2 .pdv2-delivery-grid,
.product-page-v2 .delivery-options {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.product-page-v2 .pdv2-products-grid,
.product-page-v2 .products-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.product-page-v2 .pdv2-review-carousel,
.product-page-v2 .reviews-carousel {
	max-width: 800px !important;
	margin: 0 auto !important;
}

.product-page-v2 .pdv2-review-card,
.product-page-v2 .review-item {
	max-width: 600px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.product-page-v2 .pdv2-faq-section {
	max-width: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.product-page-v2 .pdv2-sticky-bar,
.product-page-v2 .sticky-product-bar {
	left: 0;
	right: 0;
}

@media (max-width: 1200px) {
	.product-page-v2 .product-detail-v2 > .pdv2-section {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.product-page-v2 .pdv2-hero-grid,
	.product-page-v2 .product-layout {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 991px) {
	.product-page-v2 .pdv2-info-grid,
	.product-page-v2 .info-blocks,
	.product-page-v2 .pdv2-benefit-grid,
	.product-page-v2 .benefits,
	.product-page-v2 .pdv2-delivery-grid,
	.product-page-v2 .delivery-options {
		grid-template-columns: 1fr !important;
	}

	.product-page-v2 .pdv2-products-grid,
	.product-page-v2 .products-grid,
	.product-page-v2 .pdv2-format-grid,
	.product-page-v2 .formats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.product-page-v2 .pdv2-info-grid,
	.product-page-v2 .info-blocks {
		grid-template-columns: 1fr !important;
	}

	.product-page-v2 .pdv2-products-grid,
	.product-page-v2 .products-grid,
	.product-page-v2 .pdv2-benefit-grid,
	.product-page-v2 .benefits,
	.product-page-v2 .pdv2-format-grid,
	.product-page-v2 .formats-grid {
		grid-template-columns: 1fr !important;
	}

	.product-page-v2 .pdv2-format {
		font-size: 18px !important;
	}

	.product-page-v2 .container {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

.product-detail-v2 {
	--pdv2-primary: #7a866e;
	--pdv2-primary-dark: #6a7562;
	--pdv2-accent: #f59e0b;
	--pdv2-danger: #ef4444;
	--pdv2-success: #10b981;
	--pdv2-bg-soft: #f9fafb;
	--pdv2-text: #1f2937;
	--pdv2-muted: #6b7280;
	--pdv2-border: #e5e7eb;
	color: var(--pdv2-text);
	overflow-x: hidden;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.product-detail-v2.container {
	max-width: 1448px;
}

.product-detail-v2.mt-navbar {
	margin-top: 0 !important;
	padding-top: 72px !important;
}

html,
body.product-defaultv2 {
	overflow-x: hidden;
	max-width: 100vw;
}

.product-detail-v2 a {
	color: inherit;
}

.pdv2-section {
	padding: 64px 0;
}

.product-detail-v2 > .pdv2-section:first-of-type {
	padding: 20px 0;
}

.pdv2-section-soft {
	background: var(--pdv2-bg-soft);
}

.product-detail-v2 > .pdv2-section-soft {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding-left: max(15px, calc((100vw - 1448px) / 2));
	padding-right: max(15px, calc((100vw - 1448px) / 2));
}

.product-detail-v2 > .pdv2-section-soft > .pdv2-section-inner,
.product-detail-v2 > .pdv2-section-soft > .pdv2-faq,
.product-detail-v2 > .pdv2-section-soft > .pdv2-products-grid {
	max-width: 1408px;
	margin-left: auto;
	margin-right: auto;
}

.pdv2-hero {
	padding: 0;
}

.pdv2-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 6.5rem;
	align-items: start;
	max-width: 1400px;
	margin: 0 auto;
}

.pdv2-gallery {
	min-width: 0;
	max-width: 650px;
	width: 100%;
}

.pdv2-media-frame {
	position: relative;
	background: #f8f8f8;
	overflow: hidden;
	clip-path: inset(0);
	aspect-ratio: 1 / 1;
	border-radius: 0;
}

.pdv2-main-swiper {
	overflow: hidden;
	clip-path: inset(0);
	contain: paint;
}

.pdv2-main-swiper,
.pdv2-main-swiper .swiper-wrapper,
.pdv2-main-swiper .swiper-slide {
	height: 100%;
}

.pdv2-media-frame img,
.pdv2-media-frame video,
.pdv2-media-frame iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pdv2-video-embed {
	height: 100%;
	background: #1f2328;
}

.pdv2-video-embed video,
.pdv2-video-embed iframe {
	width: 100%;
	height: 100%;
	background: #1f2328;
	border: 0;
}

.pdv2-badge {
	position: absolute;
	z-index: 4;
	top: 18px;
	left: 18px;
	background: var(--pdv2-danger);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 8px 13px;
	border-radius: 0;
}

.pdv2-gallery-arrow {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	transition: all 0.3s ease;
	cursor: pointer;
	border: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 12;
}

.pdv2-gallery-arrow:hover {
	background: rgba(0, 0, 0, 0.75);
	transform: translateY(-50%) scale(1.05);
}

.pdv2-main-prev {
	left: 1rem !important;
}

.pdv2-main-next {
	right: 1rem !important;
}

.pdv2-gallery-arrow::after {
	font-size: 18px;
	font-weight: 700;
}

.pdv2-thumbs {
	display: none;
}

.pdv2-thumb {
	aspect-ratio: 1 / 1;
	background: #f5f5f5;
	border: 2px solid transparent;
	overflow: hidden;
	cursor: pointer;
	transition: border-color 0.2s ease, opacity 0.2s ease;
	border-radius: 0;
}

.pdv2-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pdv2-thumb-video {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eef0ea;
	color: var(--pdv2-primary-dark);
	font-size: 22px;
}

.pdv2-thumbs .swiper-slide-thumb-active .pdv2-thumb {
	border-color: var(--pdv2-primary);
}

.pdv2-main-pagination {
	position: static;
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
}

.pdv2-main-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 !important;
	background: #ddd;
	opacity: 1;
}

.pdv2-main-pagination .swiper-pagination-bullet-active {
	background: var(--pdv2-primary);
}

.pdv2-product-info {
	width: 100%;
	padding: 22px 0 0 12px;
}

.pdv2-rating {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
	color: var(--pdv2-muted);
	font-size: 14px;
	line-height: 1;
}

.pdv2-stars {
	color: var(--pdv2-accent);
	letter-spacing: 1px;
	white-space: nowrap;
}

.pdv2-rating strong {
	color: var(--pdv2-text);
	font-size: 17px;
}

.pdv2-product-info h1 {
	font-size: clamp(36px, 3.35vw, 48px);
	font-weight: 700;
	line-height: 1.08;
	margin: 0 0 18px;
	text-transform: lowercase;
}

.pdv2-lead {
	color: var(--pdv2-muted);
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 24px;
	max-width: 640px;
}

.pdv2-feature-list {
	display: grid;
	gap: 14px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.pdv2-feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	font-size: 15px;
	line-height: 1.45;
	color: var(--pdv2-text);
}

.pdv2-feature-list i {
	color: var(--pdv2-success);
	font-size: 15px;
	margin-top: 2px;
	flex: 0 0 auto;
}

.pdv2-details-link {
	display: inline-block;
	color: var(--pdv2-primary);
	text-decoration: underline;
	font-weight: 500;
	margin-bottom: 30px;
	transition: color 0.3s ease;
}

.pdv2-details-link:hover {
	color: var(--pdv2-primary-dark);
}

.pdv2-buy-box {
	background-color: #fff;
	padding: 0;
}

.pdv2-price {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 24px;
}

.pdv2-original-price {
	color: #999;
	text-decoration: line-through;
	font-size: 15px;
}

.pdv2-current-price {
	font-size: 24px;
	font-weight: 700;
}

.pdv2-form {
	display: grid;
	gap: 16px;
}

.pdv2-form-label {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 8px;
}

.pdv2-form .label-container {
	gap: 8px;
}

.pdv2-form label.vyb {
	margin: 0;
}

.pdv2-alert {
	border: 1px solid #f0d99e;
	background: #fff8e6;
	color: #7b5b12;
	padding: 12px 14px;
	font-size: 14px;
}

.pdv2-actions {
	display: flex;
	align-items: stretch;
	gap: 14px;
	flex-wrap: wrap;
}

.pdv2-qty {
	width: 90px;
	min-height: 54px;
	border: 1px solid var(--pdv2-border);
	padding: 0 12px;
	font-weight: 700;
}

.pdv2-primary-button {
	min-height: 54px;
	border: none;
	background: var(--pdv2-primary);
	color: #fff;
	padding: 0 28px;
	font-weight: 600;
	text-transform: lowercase;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	letter-spacing: 0.5px;
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: var(--pdv2-shadow-sm);
}

.product-detail-v2 a.pdv2-primary-button,
.product-detail-v2 a.pdv2-primary-button:visited {
	color: #fff !important;
}

.pdv2-primary-button:hover {
	background: var(--pdv2-primary-dark);
	color: #fff;
	transform: translateY(-2px);
	text-decoration: none;
	box-shadow: var(--pdv2-shadow-lg);
}

.pdv2-primary-button:focus,
.pdv2-primary-button:focus-visible {
	outline: 2px solid var(--pdv2-primary);
	outline-offset: 2px;
}

.product-detail-v2 a.pdv2-primary-button:hover,
.product-detail-v2 a.pdv2-primary-button:focus,
.product-detail-v2 a.pdv2-primary-button:active {
	color: #fff !important;
}

.pdv2-info-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	margin-bottom: 20px;
}

.pdv2-info-grid + .text-center {
	margin-top: 0 !important;
}

.pdv2-info-card {
	display: flex;
	align-items: center;
	gap: 12px;
	background: var(--pdv2-bg-soft);
	padding: 16px;
	min-height: 70px;
	border-radius: 0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: var(--pdv2-shadow-sm);
}

.pdv2-info-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--pdv2-shadow-md);
}

.pdv2-info-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--pdv2-danger);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	font-size: 14px;
}

.pdv2-info-card span:last-child {
	font-size: 14px;
	font-weight: 500;
	color: var(--pdv2-text);
}

.pdv2-centered-title {
	text-align: center;
	font-size: clamp(32px, 3vw, 40px);
	font-weight: 700;
	text-transform: lowercase;
	margin: 0 0 32px;
}

.pdv2-review-summary {
	text-align: center;
	color: var(--pdv2-muted);
	max-width: 800px;
	margin: 0 auto 44px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
}

.pdv2-review-summary strong {
	color: var(--pdv2-text);
	font-weight: 600;
}

.pdv2-reviews-swiper {
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

.pdv2-reviews-swiper .swiper-slide {
	display: flex;
	align-items: stretch;
}

.pdv2-review-card {
	max-width: 600px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	padding: 32px;
	box-shadow: var(--pdv2-shadow-md);
	border-radius: 0;
}

.pdv2-review-card p {
	font-size: 18px;
	line-height: 1.6;
	margin: 16px 0 0;
	color: var(--pdv2-text);
	font-style: italic;
}

.pdv2-review-author {
	color: var(--pdv2-primary);
	font-weight: 600;
	font-size: 16px;
	margin-top: 18px;
}

.pdv2-review-controls {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin: 16px auto 0;
}

.pdv2-review-button {
	position: static;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--pdv2-primary);
	color: #fff;
	margin: 0;
	border: 0;
	transition: all 0.3s ease;
}

.pdv2-review-button:hover {
	background: var(--pdv2-primary-dark);
	transform: scale(1.05);
}

.pdv2-review-button::after {
	font-size: 17px;
	font-weight: 700;
}

.pdv2-review-pagination {
	position: static;
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 32px;
}

.pdv2-review-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 !important;
	background: #d1d5db;
	opacity: 1;
}

.pdv2-review-pagination .swiper-pagination-bullet-active {
	background: var(--pdv2-primary);
}

.pdv2-content {
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}

.pdv2-content h2,
.pdv2-content h3 {
	font-weight: 600;
	margin: 0 0 18px;
	font-size: 24px;
	line-height: 1.2;
}

.pdv2-content h3 {
	margin-top: 48px;
}

.pdv2-content p {
	color: var(--pdv2-muted);
	font-size: 18px;
	line-height: 1.8;
}

.pdv2-format-grid,
.pdv2-benefit-grid,
.pdv2-delivery-grid,
.pdv2-products-grid {
	display: grid;
	gap: 16px;
}

.pdv2-format-grid {
	grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
	margin: 24px 0 34px;
}

.pdv2-format {
	background: #fff;
	border: 2px solid var(--pdv2-border);
	text-align: center;
	padding: 20px 12px;
	color: var(--pdv2-primary);
	font-size: 22px;
	font-weight: 700;
	border-radius: 0;
	box-shadow: var(--pdv2-shadow-sm);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.pdv2-format:hover {
	border-color: var(--pdv2-primary);
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.pdv2-benefit-grid {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 18px;
}

.pdv2-benefit {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #fff;
	padding: 16px;
	border: 1px solid var(--pdv2-border);
	min-height: 83px;
	border-radius: 0;
	box-shadow: var(--pdv2-shadow-sm);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.pdv2-benefit:hover {
	transform: translateY(-2px);
	box-shadow: var(--pdv2-shadow-md);
}

.pdv2-benefit i {
	color: var(--pdv2-primary);
	margin-top: 4px;
}

.pdv2-faq {
	max-width: 800px;
	margin: 0 auto;
}

.pdv2-faq-section {
	background: var(--pdv2-bg-soft);
	max-width: 1408px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

.pdv2-faq-item {
	background: #fff;
	border: 1px solid var(--pdv2-border);
	margin-bottom: 12px;
	border-radius: 0;
	box-shadow: var(--pdv2-shadow-sm);
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}

.pdv2-faq-item:hover {
	box-shadow: var(--pdv2-shadow-md);
}

.pdv2-faq-question {
	width: 100%;
	border: 0;
	background: transparent;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	padding: 20px;
	font-weight: 600;
	font-size: 17px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	border-bottom: 1px solid var(--pdv2-border);
}

.pdv2-faq-question:hover {
	background: var(--pdv2-bg-soft);
}

.pdv2-faq-answer {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	padding: 0 20px;
	color: var(--pdv2-muted);
	line-height: 1.65;
	transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.3s ease;
}

.pdv2-faq-item.is-open .pdv2-faq-answer {
	max-height: 420px;
	opacity: 1;
	padding: 0 20px 20px;
}

.pdv2-faq-question i {
	transition: transform 0.35s ease;
}

.pdv2-faq-item.is-open .pdv2-faq-question i {
	transform: rotate(180deg);
}

.pdv2-delivery-grid {
	grid-template-columns: repeat(2, 1fr);
}

.pdv2-delivery-box {
	background: #fff;
	border: 1px solid var(--pdv2-border);
	border-radius: 0;
	box-shadow: var(--pdv2-shadow-sm);
}

.pdv2-delivery-box:hover {
	box-shadow: var(--pdv2-shadow-md);
}

.pdv2-delivery-box h3 {
	margin: 0;
	padding: 14px 18px;
	background: var(--pdv2-bg-soft);
	font-size: 17px;
	font-weight: 600;
	border-bottom: 1px solid var(--pdv2-border);
}

.pdv2-delivery-row {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 14px 18px;
	border-bottom: 1px solid var(--pdv2-border);
	transition: background-color 0.2s ease;
}

.pdv2-delivery-row:hover {
	background: var(--pdv2-bg-soft);
}

.pdv2-delivery-row:last-child {
	border-bottom: 0;
}

.pdv2-delivery-price {
	color: var(--pdv2-primary);
	font-weight: 600;
	white-space: nowrap;
}

.pdv2-products-grid {
	grid-template-columns: repeat(4, 1fr);
}

.pdv2-product-card {
	background: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 0;
	box-shadow: var(--pdv2-shadow-md);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pdv2-product-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--pdv2-shadow-lg);
}

.pdv2-product-card-image {
	aspect-ratio: 1 / 1;
	background: #f5f5f5;
	overflow: hidden;
}

.pdv2-product-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pdv2-product-card-body {
	padding: 18px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.pdv2-product-card h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: lowercase;
	margin: 0 0 10px;
}

.pdv2-product-card p {
	color: var(--pdv2-muted);
	font-size: 14px;
	line-height: 1.55;
	flex: 1;
}

.pdv2-product-card .pdv2-primary-button {
	width: 100%;
	margin-top: auto;
}

.pdv2-sticky-bar {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 990;
	background: #fff;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.09);
	transform: translateY(-105%);
	transition: transform 0.25s ease;
}

.pdv2-sticky-bar.is-visible {
	transform: translateY(0);
}

.pdv2-sticky-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 0;
}

.pdv2-sticky-title {
	font-weight: 800;
	line-height: 1.2;
}

.pdv2-sticky-price {
	color: var(--pdv2-primary);
	font-weight: 800;
	font-size: 14px;
}

@media (max-width: 1199px) {
	.pdv2-products-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 991px) {
	.pdv2-hero-grid,
	.pdv2-info-grid,
	.pdv2-delivery-grid {
		grid-template-columns: 1fr;
	}

	.pdv2-products-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pdv2-product-info {
		padding-left: 0;
	}

	.product-detail-v2 > .pdv2-section-soft {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.pdv2-section {
		padding: 34px 0;
	}

	.pdv2-hero-grid {
		gap: 28px;
	}

	.pdv2-buy-box {
		padding: 16px;
	}

	.pdv2-main-prev {
		left: 0.5rem !important;
	}

	.pdv2-main-next {
		right: 0.5rem !important;
	}

	.pdv2-gallery-arrow {
		width: 50px !important;
		height: 50px !important;
	}

	.pdv2-buy-box .pdv2-primary-button,
	.pdv2-actions {
		width: 100%;
	}

	.pdv2-benefit-grid,
	.pdv2-products-grid {
		grid-template-columns: 1fr;
	}

	.pdv2-sticky-bar {
		top: auto;
		bottom: 0;
		transform: translateY(105%);
		padding: 8px 0 calc(8px + env(safe-area-inset-bottom, 0px));
	}

	.pdv2-sticky-bar.is-visible {
		transform: translateY(0);
	}

	.pdv2-sticky-inner {
		align-items: center;
		gap: 10px;
		padding: 0;
		justify-content: space-between;
		flex-wrap: nowrap;
	}

	.pdv2-sticky-inner > div {
		min-width: 0;
		flex: 1 1 0;
	}

	.pdv2-sticky-title {
		font-size: 13px;
		font-weight: 700;
		line-height: 1.1;
	}

	.pdv2-sticky-price {
		font-size: 12px;
		line-height: 1.1;
		margin-top: 2px;
		white-space: nowrap;
	}

	.pdv2-sticky-bar .pdv2-primary-button {
		flex: 0 0 auto;
		width: auto;
		min-width: 128px;
		min-height: 34px;
		padding: 0 14px;
		font-size: 13px;
		line-height: 34px;
		white-space: nowrap;
		transform: none;
	}

	.pdv2-faq-section {
		margin-left: 15px;
		margin-right: 15px;
		padding-left: 16px;
		padding-right: 16px;
	}
}


/* prototype class compatibility */
.product-page-v2 .product-layout-section,
.product-page-v2 .hero-section {
	padding-top: 0 !important;
}

.product-page-v2 .info-blocks-section {
	background: #fff;
}

.product-page-v2 .reviews-section,
.product-page-v2 .reviews-carousel {
	background: inherit;
}

.product-page-v2 .review-item .pdv2-review-card,
.product-page-v2 .review-item {
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06) !important;
}

.product-page-v2 .description-section .pdv2-content,
.product-page-v2 .description-content {
	max-width: var(--pdv2-section-max);
}

.product-page-v2 .faq-section .pdv2-faq,
.product-page-v2 .faq-item,
.product-page-v2 .faq-question,
.product-page-v2 .faq-answer {
	display: block;
}

.product-page-v2 .delivery-section .pdv2-content {
	max-width: var(--pdv2-section-max);
}

.product-page-v2 .recommended-section .pdv2-products-grid,
.product-page-v2 .recommended-section .products-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 768px) {
	.product-page-v2 .recommended-section .pdv2-products-grid,
	.product-page-v2 .recommended-section .products-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}


.product-page-v2 .product-detail-v2 > .pdv2-section:first-of-type {
	padding-top: clamp(46px, 7vw, 72px) !important;
	padding-bottom: clamp(34px, 5vw, 54px) !important;
}

.product-page-v2 .product-detail-v2 .pdv2-hero {
	padding: 0;
}

.product-page-v2 .info-blocks-section .pdv2-info-grid {
	max-width: var(--pdv2-section-max);
	margin-left: auto;
	margin-right: auto;
}
