/**
 * WooCommerce — strona produktu (premium PDP)
 */

body.cw-product-page {
	padding-top: var(--cw-header-offset);
	background: #fff;
	--cw-pdp-gutter: var(--cw-content-gutter);
	--cw-pdp-gap: clamp(1.5rem, 3vw, 3.5rem);
	--cw-pdp-stack: 0.7rem;
}

body.cw-product-page .cw-pdp-marketing > section + section,
body.cw-product-page .cw-single-product__marketing > section + section {
	padding-top: var(--cw-section-pad-tight);
}

body.cw-product-page .page-header,
body.cw-product-page .entry-header:not(.cw-pdp-summary-head),
body.cw-product-page .entry-header:not(.cw-pdp-summary-head) h1.entry-title,
body.cw-product-page #right-sidebar,
body.cw-product-page .sidebar {
	display: none !important;
}

body.cw-product-page .inside-article {
	background: transparent;
	box-shadow: none;
	border: 0;
}

/* WooCommerce — wyłącz legacy float 48% / 48%
 * UWAGA: WC dodaje klasę .woocommerce na <body>, nie jako wrapper —
 * selektor body .woocommerce div.product NIE działa. Używamy body.woocommerce. */
body.cw-product-page.woocommerce div.product,
body.cw-product-page.woocommerce-page div.product,
body.cw-product-page div.product.cw-single-product {
	overflow: visible;
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	clear: none !important;
}

body.cw-product-page.woocommerce div.product::before,
body.cw-product-page.woocommerce div.product::after,
body.cw-product-page div.product.cw-single-product::before,
body.cw-product-page div.product.cw-single-product::after {
	display: none !important;
	content: none !important;
}

body.cw-product-page.woocommerce div.product div.images,
body.cw-product-page.woocommerce div.product div.summary,
body.cw-product-page.woocommerce-page div.product div.images,
body.cw-product-page.woocommerce-page div.product div.summary,
body.cw-product-page div.product.cw-single-product div.images,
body.cw-product-page div.product.cw-single-product div.summary,
body.cw-product-page .cw-single-product__gallery .images,
body.cw-product-page .cw-single-product__gallery .woocommerce-product-gallery,
body.cw-product-page .cw-single-product__summary.summary,
body.cw-product-page .cw-single-product__summary.entry-summary {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	box-sizing: border-box;
}

body.cw-product-page .cw-container--pdp,
body.cw-product-page .cw-container--shop,
body.cw-product-page .cw-single-product__commerce.cw-container {
	width: var(--cw-content-wrap);
	max-width: 100%;
	margin-inline: auto;
	padding-inline: var(--cw-content-gutter);
	box-sizing: border-box;
}

body.cw-product-page .cw-single-product {
	width: 100%;
	max-width: 100%;
}

body.cw-product-page .cw-header__inner.cw-container,
body.cw-product-page .cw-topbar .cw-container {
	width: var(--cw-content-wrap);
	max-width: 100%;
	margin-inline: auto;
	padding-inline: var(--cw-content-gutter);
	box-sizing: border-box;
}

/* Hero commerce — mockup 02 */
.cw-pdp-hero {
	background: #fff;
	padding-bottom: clamp(0.75rem, 2vw, 1.25rem);
}

.cw-pdp-mast {
	padding: 0.65rem 0 0;
}

.cw-pdp-mast .woocommerce-breadcrumb {
	margin: 0 0 var(--cw-pdp-stack);
	padding: 0;
	font-size: 0.6875rem;
	letter-spacing: 0.02em;
	color: var(--cw-gray-light);
}

.cw-pdp-mast .woocommerce-breadcrumb a {
	color: var(--cw-gray);
	text-decoration: none;
}

.cw-pdp-mast .woocommerce-breadcrumb a:hover {
	color: var(--cw-blue);
}

.cw-single-product__commerce {
	padding-top: 0;
}

/* Powiadomienia WooCommerce — premium toast na PDP (bazowe style: cw-notices.css .cw-commerce-notices) */
.cw-pdp-notices {
	margin: 0 0 clamp(1rem, 2.5vw, 1.5rem);
}

.cw-pdp-notices:empty {
	display: none;
	margin: 0;
}

.cw-pdp-notices .woocommerce-notices-wrapper {
	margin: 0;
}

.cw-pdp-notices .woocommerce-message,
.cw-pdp-notices .woocommerce-info,
.cw-pdp-notices .woocommerce-error {
	position: relative;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(26, 92, 255, 0.14) !important;
	border-top: 0 !important;
	border-radius: 14px !important;
	background: linear-gradient(180deg, rgba(26, 92, 255, 0.05) 0%, #fff 100%) !important;
	box-shadow: 0 12px 32px rgba(26, 92, 255, 0.08);
	color: var(--cw-graphite) !important;
	list-style: none;
	overflow: hidden;
}

.cw-pdp-notices .woocommerce-error {
	border-color: rgba(220, 38, 38, 0.2) !important;
	background: linear-gradient(180deg, rgba(220, 38, 38, 0.05) 0%, #fff 100%) !important;
	box-shadow: 0 12px 32px rgba(220, 38, 38, 0.06);
}

.cw-pdp-notices .woocommerce-info {
	border-color: rgba(10, 12, 20, 0.1) !important;
	background: #fafaf8 !important;
	box-shadow: 0 10px 28px rgba(10, 12, 20, 0.05);
}

.cw-pdp-notices .woocommerce-message::before,
.cw-pdp-notices .woocommerce-info::before,
.cw-pdp-notices .woocommerce-error::before {
	position: absolute;
	top: 1.1rem;
	left: 1rem;
	width: 1.35rem;
	height: 1.35rem;
	margin: 0;
	border-radius: 999px;
	font-size: 0.75rem;
	line-height: 1.35rem;
	text-align: center;
	color: #fff !important;
	background: var(--cw-blue);
	box-shadow: 0 6px 16px rgba(26, 92, 255, 0.25);
}

.cw-pdp-notices .woocommerce-error::before {
	background: #dc2626;
	box-shadow: 0 6px 16px rgba(220, 38, 38, 0.2);
}

.cw-pdp-notices .woocommerce-info::before {
	background: var(--cw-graphite);
	box-shadow: none;
}

.cw-pdp-notice__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.25rem;
	padding: 0.95rem 1rem 0.95rem 3rem;
}

.cw-pdp-notice__text {
	margin: 0;
	flex: 1 1 12rem;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.45;
	color: var(--cw-black);
}

.cw-pdp-notice__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-height: 38px;
	padding: 0 1rem;
	border: 1px solid var(--cw-blue);
	border-radius: 999px;
	background: var(--cw-blue) !important;
	color: #fff !important;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cw-pdp-notice__cta:hover {
	background: #1248d4 !important;
	box-shadow: 0 8px 20px rgba(26, 92, 255, 0.22);
	transform: translateY(-1px);
	color: #fff !important;
}

.cw-pdp-notice__cta-arrow {
	font-size: 0.9rem;
	line-height: 1;
	opacity: 0.9;
}

.cw-pdp-notices .woocommerce-message .button,
.cw-pdp-notices .woocommerce-message a.button,
.cw-pdp-notices .woocommerce-info .button,
.cw-pdp-notices .woocommerce-info a.button {
	float: none !important;
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	margin: 0 1rem 0 0 !important;
	padding: 0 1rem !important;
	border: 1px solid var(--cw-blue) !important;
	border-radius: 999px !important;
	background: var(--cw-blue) !important;
	color: #fff !important;
	font-size: 0.8125rem !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

.cw-pdp-notices .woocommerce-message:not(:has(.cw-pdp-notice__inner)) {
	padding: 0.95rem 1rem 0.95rem 3rem !important;
}

.cw-pdp-notices .woocommerce-message:not(:has(.cw-pdp-notice__inner)) .button {
	margin: 0.65rem 0 0 2rem !important;
}

@media (min-width: 640px) {
	.cw-pdp-notices .woocommerce-message:not(:has(.cw-pdp-notice__inner)) {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: 0.75rem 1rem;
		padding-right: 1rem !important;
	}

	.cw-pdp-notices .woocommerce-message:not(:has(.cw-pdp-notice__inner)) .button {
		margin: 0 !important;
	}
}

.cw-single-product__grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	gap: var(--cw-pdp-gap);
	align-items: start;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0;
}

.cw-single-product__grid > * {
	min-width: 0;
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
}

.cw-single-product__gallery {
	position: relative;
}

.cw-single-product__summary {
	display: block;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	float: none !important;
}

@media (min-width: 960px) {
	.cw-single-product__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: var(--cw-pdp-gap);
		align-items: start;
	}

	.cw-single-product__gallery {
		position: sticky;
		top: calc(var(--cw-header-offset) + 0.75rem);
		align-self: start;
		z-index: 2;
	}

	.cw-single-product__summary {
		position: relative;
		align-self: start;
	}

	.cw-single-product__gallery .woocommerce-product-gallery__image img {
		max-height: min(78vh, 820px);
		width: 100%;
		object-fit: contain;
	}
}

/* Galeria — bez szarego tła za zdjęciami */
.cw-single-product__gallery .woocommerce-product-gallery,
.cw-single-product__gallery .woocommerce-product-gallery__wrapper,
.cw-single-product__gallery .woocommerce-product-gallery__image,
.cw-single-product__gallery .flex-viewport {
	margin: 0;
	width: 100%;
	background: transparent;
}

.cw-single-product__gallery .woocommerce-product-gallery__wrapper {
	border-radius: 0;
	overflow: hidden;
}

/* Flexslider niezaładowany — pokaż tylko pierwsze zdjęcie */
.cw-single-product__gallery .woocommerce-product-gallery__wrapper:not(.flexslider) .woocommerce-product-gallery__image:not(:first-child) {
	display: none;
}

.cw-single-product__gallery .flex-viewport {
	width: 100% !important;
}

.cw-single-product__gallery .woocommerce-product-gallery__image img {
	width: 100%;
	height: auto;
	object-fit: contain;
	background: transparent;
}

.cw-single-product__gallery .flex-control-thumbs {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.65rem;
	margin-top: 1rem !important;
	padding: 0 0 0.25rem;
	list-style: none;
	overflow-x: auto;
	scrollbar-width: thin;
}

.cw-single-product__gallery .flex-control-thumbs li {
	width: 5.5rem !important;
	min-width: 5.5rem;
	margin: 0 !important;
	flex-shrink: 0;
}

.cw-single-product__gallery .flex-control-thumbs img {
	border-radius: 8px;
	border: 1px solid var(--cw-border);
	opacity: 0.7;
	transition: opacity 0.2s ease, border-color 0.2s ease;
}

.cw-single-product__gallery .flex-control-thumbs img.flex-active,
.cw-single-product__gallery .flex-control-thumbs img:hover {
	opacity: 1;
	border-color: var(--cw-blue);
}

/* Summary — zwarty stack */
.cw-pdp-summary-head {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.cw-single-product__summary .product_title,
.cw-single-product__summary h1.product_title.entry-title {
	display: block !important;
	margin: 0;
	font-size: clamp(1.65rem, 2.6vw, 2.35rem);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1.08;
	color: var(--cw-black);
}

.cw-pdp-rating {
	margin: 0;
}

.cw-pdp-rating .woocommerce-product-rating {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	line-height: 1;
}

.cw-pdp-rating .star-rating {
	margin: 0;
}

.cw-pdp-rating .woocommerce-review-link {
	font-size: 0.8125rem;
	color: var(--cw-gray);
	text-decoration: none;
}

/* Meta nad tytułem */
.cw-pdp-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.75rem;
	margin: 0 0 0.25rem;
}

.cw-pdp-meta__kicker {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--cw-blue);
}

.cw-pdp-meta__sku {
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--cw-gray-light);
}

.cw-pdp-meta__badge {
	display: inline-flex;
	align-items: center;
	min-height: 1.5rem;
	padding: 0.2rem 0.55rem;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--cw-blue);
	background: var(--cw-blue-soft);
	border-radius: 4px;
}

/* Lead — podtytuł, opis, korzyści */
.cw-pdp-lead {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.cw-pdp-lead__subtitle {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.4;
	color: var(--cw-gray);
}

.cw-pdp-lead__text {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.55;
	color: var(--cw-graphite);
}

/* Siatka korzyści w buy box (Techwish-style) */
.cw-pdp-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.45rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cw-pdp-feature-grid li {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
	font-size: 0.8125rem;
	line-height: 1.35;
	color: var(--cw-graphite);
}

.cw-pdp-feature-grid li::before {
	content: "";
	flex-shrink: 0;
	width: 0.9rem;
	height: 0.9rem;
	margin-top: 0.15rem;
	background-color: var(--cw-blue);
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

/* Reassurance — siatka 2×2 pod ATC */
.cw-pdp-reassurance {
	margin: 0;
	padding-top: 1rem;
	border-top: 1px solid var(--cw-border);
}

.cw-pdp-reassurance__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cw-pdp-reassurance__item {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	min-width: 0;
	padding: 0.6rem 0.55rem;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.72);
}

.cw-pdp-reassurance__icon {
	display: grid;
	place-items: center;
	width: 2.25rem;
	height: 2.25rem;
	flex-shrink: 0;
	border-radius: 50%;
	background: rgba(19, 72, 204, 0.08);
}

.cw-pdp-reassurance__icon::before {
	content: "";
	width: 1rem;
	height: 1rem;
	background: var(--cw-blue);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.cw-pdp-reassurance__icon--truck::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M3 7h11v8H3zM14 10h4l3 3v2h-7zM6 19a2 2 0 100-4 2 2 0 000 4zM18 19a2 2 0 100-4 2 2 0 000 4z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M3 7h11v8H3zM14 10h4l3 3v2h-7zM6 19a2 2 0 100-4 2 2 0 000 4zM18 19a2 2 0 100-4 2 2 0 000 4z'/%3E%3C/svg%3E");
}

.cw-pdp-reassurance__icon--wrench::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M14.7 6.3a4 4 0 00-5.4 5.4L4 17l3 3 5.3-5.3a4 4 0 005.4-5.4l-2 2-3-3 2-2z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M14.7 6.3a4 4 0 00-5.4 5.4L4 17l3 3 5.3-5.3a4 4 0 005.4-5.4l-2 2-3-3 2-2z'/%3E%3C/svg%3E");
}

.cw-pdp-reassurance__icon--shield::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12 3l8 3v6c0 5-3.5 8.5-8 9-4.5-.5-8-4-8-9V6l8-3z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12 3l8 3v6c0 5-3.5 8.5-8 9-4.5-.5-8-4-8-9V6l8-3z'/%3E%3C/svg%3E");
}

.cw-pdp-reassurance__icon--support::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M4 14v-2a8 8 0 0116 0v2M6 14h2v4H6zM16 14h2v4h-2z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M4 14v-2a8 8 0 0116 0v2M6 14h2v4H6zM16 14h2v4h-2z'/%3E%3C/svg%3E");
}

.cw-pdp-reassurance__body {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.cw-pdp-reassurance__title {
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--cw-black);
	line-height: 1.3;
}

.cw-pdp-reassurance__text {
	font-size: 0.75rem;
	line-height: 1.4;
	color: var(--cw-gray);
}

.cw-pdp-reassurance__note {
	margin: 0.7rem 0 0;
	padding-top: 0.65rem;
	border-top: 1px dashed rgba(0, 0, 0, 0.08);
	font-size: 0.6875rem;
	line-height: 1.45;
	text-align: center;
	color: var(--cw-gray-light);
}

/* Modele — karty 50/50 ze zdjęciem */
.cw-pdp-models {
	margin: 0;
}

.cw-pdp-models__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem;
	width: 100%;
}

.cw-pdp-model-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
	min-height: 4.75rem;
	border: 1px solid var(--cw-border);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	color: var(--cw-graphite);
	text-decoration: none;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.cw-pdp-model-card:hover {
	border-color: rgba(26, 92, 255, 0.35);
	box-shadow: 0 10px 24px rgba(26, 92, 255, 0.08);
}

.cw-pdp-model-card.is-active {
	border-color: var(--cw-blue);
	box-shadow:
		0 0 0 1px rgba(26, 92, 255, 0.18),
		0 12px 28px rgba(26, 92, 255, 0.14);
}

.cw-pdp-model-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.35rem;
	background: #fff;
	border-right: 1px solid var(--cw-border);
}

.cw-pdp-model-card.is-active .cw-pdp-model-card__media {
	border-right-color: rgba(26, 92, 255, 0.16);
	background: linear-gradient(180deg, #fff 0%, rgba(26, 92, 255, 0.03) 100%);
}

.cw-pdp-model-card__img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 3.35rem;
	height: auto;
	object-fit: contain;
}

.cw-pdp-model-card__label {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0.65rem 0.75rem;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.3;
	text-align: left;
}

.cw-pdp-model-card.is-active .cw-pdp-model-card__label {
	background: var(--cw-blue);
	color: #fff;
	font-weight: 600;
}

.cw-pdp-unavailable {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.25rem 0 0.5rem;
}

.cw-pdp-unavailable__text {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.5;
	color: var(--cw-gray);
}

.cw-pdp-unavailable__cta {
	min-height: 44px;
	padding: 0.6rem 1.1rem;
	font-size: 0.875rem;
}

/* Buy box — panel premium (Techwish-style) */
.cw-pdp-buybox--premium {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	width: 100% !important;
	max-width: none !important;
	padding: 2.35rem 1.2rem 0.25rem;
	background: #fafaf8;
	border: 1px solid var(--cw-border);
	border-radius: 14px;
}

.cw-pdp-buybox__bestseller {
	position: absolute;
	top: 0.85rem;
	right: 0.85rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	min-height: 1.75rem;
	padding: 0.35rem 0.8rem 0.35rem 0.55rem;
	font-size: 0.5625rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff;
	background: linear-gradient(135deg, #1a5cff 0%, #1248d4 52%, #0f3cb8 100%);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	box-shadow:
		0 10px 26px rgba(26, 92, 255, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.24);
	pointer-events: none;
}

.cw-pdp-buybox__bestseller-mark {
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2l2.4 5.8L21 9l-4.5 4.2L18 19l-6-3.4L6 19l1.5-5.8L3 9l6.6-1.2L12 2z'/%3E%3C/svg%3E");
	mask-size: 62%;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2l2.4 5.8L21 9l-4.5 4.2L18 19l-6-3.4L6 19l1.5-5.8L3 9l6.6-1.2L12 2z'/%3E%3C/svg%3E");
	-webkit-mask-size: 62%;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: rgba(255, 255, 255, 0.2);
}

/* Rabaty ilościowe — nad ceną, pod tickami (feature grid) */
.cw-pdp-buybox__bulk-preview.cw-pdp-bulk-discounts {
	margin: 0;
}

/* Cena → rabaty: jedna linia, bez podwójnego separatora */
.cw-pdp-buybox--premium > .cw-pdp-buybox__price-row--preview + .cw-pdp-buybox__bulk-preview {
	margin-top: -0.55rem;
	padding-top: 0.7rem;
	border-top: 1px solid var(--cw-border);
}

.cw-pdp-buybox__bulk-preview .olo-discounts-wrapper {
	margin: 0;
}

.cw-pdp-buybox__bulk-preview .olo-discounts-box {
	padding: 0.75rem 0.9rem;
	border: 1px solid var(--cw-border);
	border-radius: 12px;
	background: #fff;
}

.cw-pdp-buybox__bulk-preview .olo-discounts-list {
	display: grid;
	gap: 0.4rem;
	margin: 0;
}

.cw-pdp-buybox__bulk-preview .olo-discount-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.75rem;
	font-size: 0.8125rem;
	line-height: 1.35;
}

.cw-pdp-buybox__bulk-preview .olo-qty {
	color: var(--cw-graphite);
	font-weight: 500;
}

.cw-pdp-buybox__bulk-preview .olo-val,
.cw-pdp-buybox__bulk-preview .olo-contact-link {
	color: #1a7f4b;
	font-weight: 600;
	text-decoration: none;
}

.cw-pdp-buybox__bulk-preview .olo-contact-link:hover {
	text-decoration: underline;
}

.cw-pdp-buybox__bulk-preview .olo-auto-apply-note {
	margin: 0.5rem 0 0;
	font-size: 0.6875rem;
	line-height: 1.4;
	color: var(--cw-gray-light);
}

.cw-pdp-buybox__checkout {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.cw-pdp-buybox__checkout--unavailable {
	margin-top: 0.5rem;
}

.cw-pdp-buybox__checkout .cw-pdp-buybox__price-row {
	margin-top: 0;
	padding: 0;
	border: 0;
}

.cw-pdp-buybox__price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem 1rem;
	margin-top: 0.65rem;
	padding: 0.85rem 0;
	border-top: 1px solid var(--cw-border);
	border-bottom: 1px solid var(--cw-border);
}

.cw-pdp-buybox__price-row--preview {
	margin-top: 0.15rem;
	padding: 0.35rem 0 0.25rem;
	border: 0;
}

.cw-pdp-buybox__price-row--checkout {
	margin-top: 0;
	padding: 0;
	border: 0;
}

/* Rabaty ilościowe w sekcji opcji formularza (legacy) */
.cw-pdp-bulk-discounts:not(.cw-pdp-buybox__bulk-preview) {
	margin: 0.15rem 0 0.35rem;
}

.cw-pdp-buybox__price-main {
	flex: 1 1 12rem;
	min-width: 0;
}

.cw-pdp-buybox__price-row .price {
	display: block;
	margin: 0;
	font-size: clamp(1.65rem, 2.8vw, 2.1rem) !important;
	font-weight: 700;
	color: var(--cw-black) !important;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.cw-pdp-buybox__price-row .price del.cw-pdp-price-regular {
	display: inline;
	margin-right: 0.35rem;
	font-size: 0.72em;
	font-weight: 500;
	opacity: 0.5;
	text-decoration: line-through;
}

.cw-pdp-buybox__price-row .price ins.cw-pdp-price-sale {
	display: inline;
	text-decoration: none;
	font-weight: 700;
	color: var(--cw-blue);
}

.cw-pdp-price-note {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem 0.65rem;
	margin: 0.4rem 0 0;
	font-size: 0.8125rem;
	line-height: 1.4;
	color: var(--cw-gray);
}

.cw-pdp-price-note[hidden] {
	display: none !important;
}

.cw-pdp-price-note__badge {
	font-weight: 600;
	color: #1f6b38;
}

.cw-pdp-price-note__savings {
	color: var(--cw-graphite);
}

.cw-pdp-bulk-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	flex: 0 0 auto;
	align-self: center;
	margin-top: 0.15rem;
	padding: 0.55rem 0.95rem;
	border: 1px solid var(--cw-border);
	border-radius: 999px;
	background: var(--cw-white);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--cw-graphite);
	text-decoration: none;
	white-space: nowrap;
	transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.cw-pdp-bulk-cta:hover,
.cw-pdp-bulk-cta:focus-visible {
	border-color: rgba(26, 92, 255, 0.32);
	color: var(--cw-blue);
	box-shadow: 0 8px 22px rgba(26, 92, 255, 0.08);
}

.cw-pdp-bulk-cta__arrow {
	font-size: 0.9em;
	opacity: 0.75;
}

.cw-pdp-buybox__price-row .price .amount {
	color: inherit !important;
}

.cw-pdp-price-badge {
	display: inline-flex;
	align-items: center;
	min-height: 1.65rem;
	padding: 0.3rem 0.65rem;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #1f6b38;
	background: rgba(47, 158, 68, 0.1);
	border-radius: 999px;
}

.cw-pdp-assembly-link-wrap {
	margin: 0;
	padding-top: 0.15rem;
}

.cw-pdp-assembly-link {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	width: 100%;
	padding: 0.55rem 0.85rem;
	border: 1px solid rgba(10, 12, 20, 0.08);
	border-radius: 10px;
	background: #fff;
	color: var(--cw-graphite);
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.cw-pdp-assembly-link:hover {
	border-color: rgba(26, 92, 255, 0.28);
	color: var(--cw-blue);
	box-shadow: 0 8px 22px rgba(26, 92, 255, 0.08);
}

.cw-pdp-assembly-link__icon {
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
	background: var(--cw-blue);
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Cpath d='M14.7 6.3a4 4 0 00-5.4 5.4L4 17l3 3 5.3-5.3a4 4 0 005.4-5.4l-1.6 1.6-2.8-2.8 1.6-1.6z'/%3E%3C/svg%3E");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Cpath d='M14.7 6.3a4 4 0 00-5.4 5.4L4 17l3 3 5.3-5.3a4 4 0 005.4-5.4l-1.6 1.6-2.8-2.8 1.6-1.6z'/%3E%3C/svg%3E");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.cw-pdp-assembly-link__arrow {
	margin-left: auto;
	font-size: 0.9rem;
	line-height: 1;
	color: var(--cw-blue);
	opacity: 0.85;
}

.cw-pdp-buybox__form .cw-pdp-buybox__options,
.cw-pdp-buybox__options {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.cw-pdp-buybox__form form.cart {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.cw-pdp-buybox__eraty {
	width: 100%;
	margin: 0;
}

.cw-pdp-buybox__form form.cart .cw-pdp-buybox__eraty {
	margin-top: 0.65rem;
	margin-bottom: 0;
	padding-bottom: 0;
}

.cw-pdp-buybox--premium > .cw-pdp-buybox__form {
	margin-bottom: 0;
	padding-bottom: 0;
}

.cw-pdp-buybox--premium > .cw-pdp-buybox__form form.cart {
	margin-bottom: 0;
	padding-bottom: 0;
}

.cw-pdp-buybox--premium > .cw-pdp-buybox__form form.cart > .cw-pdp-buybox__eraty:last-child {
	margin-bottom: 0;
}

.cw-pdp-buybox__form + .cw-pdp-secondary-actions {
	margin-top: -0.5rem;
	padding-top: 0.4rem;
}

.cw-pdp-buybox__form .cw-pdp-buybox__actions,
.cw-pdp-buybox__actions {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	gap: 0.65rem;
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.cw-pdp-buybox__actions .quantity {
	margin: 0 !important;
	flex: 0 0 auto;
}

.cw-pdp-buybox__actions .quantity.cw-pdp-qty {
	display: inline-flex;
	align-items: stretch;
	border: 1px solid var(--cw-border);
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

.cw-pdp-buybox__actions .quantity.cw-pdp-qty .cw-pdp-qty__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	min-height: 56px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 1.125rem;
	line-height: 1;
	color: var(--cw-black);
	cursor: pointer;
	transition: background 0.2s ease;
}

.cw-pdp-buybox__actions .quantity.cw-pdp-qty .cw-pdp-qty__btn:hover {
	background: var(--cw-stone);
}

.cw-pdp-buybox__actions .quantity.cw-pdp-qty .cw-pdp-qty__btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.cw-pdp-buybox__actions .quantity .qty {
	width: 2.75rem;
	min-height: 56px;
	padding: 0.5rem 0.25rem;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	border: 0;
	border-left: 1px solid var(--cw-border);
	border-right: 1px solid var(--cw-border);
	border-radius: 0;
	background: #fff;
	-moz-appearance: textfield;
}

.cw-pdp-buybox__actions .quantity .qty::-webkit-outer-spin-button,
.cw-pdp-buybox__actions .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.cw-pdp-buybox__actions .single_add_to_cart_button,
.cw-pdp-buybox .single_add_to_cart_button {
	flex: 1 1 0;
	width: auto;
	min-width: 0;
	min-height: 56px;
	margin: 0 !important;
	padding: 0.9rem 1.75rem;
	border: 0 !important;
	border-radius: 10px !important;
	background: var(--cw-blue) !important;
	color: #fff !important;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: background 0.2s ease;
}

.cw-pdp-buybox__actions .single_add_to_cart_button:hover,
.cw-pdp-buybox .single_add_to_cart_button:hover {
	background: var(--cw-blue-dark, #1348cc) !important;
}

.cw-pdp-buybox form.cart {
	display: flex;
	flex-direction: column;
}

.cw-pdp-buybox__actions .quantity,
.cw-pdp-buybox .quantity {
	margin: 0 !important;
}

.cw-pdp-buybox__options .wc-assembly-wrapper {
	margin: 0;
	clear: none;
}

/* Montaż w buy box — karty wyboru (jak gwarancja) */
.cw-pdp-assembly {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.cw-pdp-assembly .wc-assembly-mode-selector {
	margin-bottom: 0.15rem;
}

/* Przełącznik celu zakupu — segment, nie karta listy */
.cw-pdp-buybox .cw-pdp-assembly .wc-assembly-buttons {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.3rem;
	padding: 0.3rem;
	border: 1px solid var(--cw-border);
	border-radius: 10px;
	background: var(--cw-stone);
}

.cw-pdp-buybox .cw-pdp-assembly button.wc-mode-btn,
.cw-pdp-buybox .cw-pdp-assembly .wc-mode-btn {
	flex: none;
	width: 100%;
	margin: 0;
	padding: 0.55rem 0.5rem;
	border: 0 !important;
	border-radius: 8px;
	background: transparent !important;
	color: var(--cw-gray) !important;
	font-family: inherit;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	cursor: pointer;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	transition:
		background 0.2s ease,
		color 0.2s ease,
		box-shadow 0.2s ease;
}

.cw-pdp-buybox .cw-pdp-assembly button.wc-mode-btn:hover,
.cw-pdp-buybox .cw-pdp-assembly button.wc-mode-btn:focus-visible,
.cw-pdp-buybox .cw-pdp-assembly .wc-mode-btn:hover,
.cw-pdp-buybox .cw-pdp-assembly .wc-mode-btn:focus-visible {
	background: rgba(255, 255, 255, 0.72) !important;
	color: var(--cw-black) !important;
	box-shadow: none;
	outline: none;
}

.cw-pdp-buybox .cw-pdp-assembly button.wc-mode-btn.active,
.cw-pdp-buybox .cw-pdp-assembly button.wc-mode-btn.active:hover,
.cw-pdp-buybox .cw-pdp-assembly button.wc-mode-btn.active:focus-visible,
.cw-pdp-buybox .cw-pdp-assembly .wc-mode-btn.active,
.cw-pdp-buybox .cw-pdp-assembly .wc-mode-btn.active:hover,
.cw-pdp-buybox .cw-pdp-assembly .wc-mode-btn.active:focus-visible {
	background: #fff !important;
	color: var(--cw-black) !important;
	box-shadow: 0 1px 4px rgba(10, 10, 10, 0.08) !important;
}

.cw-pdp-assembly__options {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	margin-top: 0.2rem;
}

.cw-pdp-buybox button.cw-pdp-assembly__option,
button.cw-pdp-assembly__option {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.65rem;
	width: 100%;
	margin: 0;
	padding: 0.75rem 0.85rem;
	border: 1px solid var(--cw-border) !important;
	border-radius: 12px;
	background: #fff !important;
	color: var(--cw-black) !important;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	text-align: left;
	cursor: pointer;
	pointer-events: auto;
	position: relative;
	touch-action: manipulation;
	box-shadow: 0 1px 2px rgba(10, 10, 10, 0.03);
	appearance: none;
	-webkit-appearance: none;
	transition:
		border-color 0.2s ease,
		background 0.2s ease,
		box-shadow 0.2s ease;
}

.cw-pdp-buybox button.cw-pdp-assembly__option:hover,
.cw-pdp-buybox button.cw-pdp-assembly__option:focus-visible {
	border-color: rgba(26, 92, 255, 0.32) !important;
	background: #fafcff !important;
	color: var(--cw-black) !important;
	box-shadow: 0 6px 20px rgba(26, 92, 255, 0.06);
	outline: none;
}

.cw-pdp-buybox button.cw-pdp-assembly__option.is-selected,
.cw-pdp-buybox button.cw-pdp-assembly__option.is-selected:hover,
.cw-pdp-buybox button.cw-pdp-assembly__option.is-selected:focus-visible {
	border-color: var(--cw-blue) !important;
	background: linear-gradient(180deg, #f5f8ff 0%, #fff 100%) !important;
	color: var(--cw-black) !important;
	box-shadow:
		inset 3px 0 0 var(--cw-blue),
		0 0 0 1px rgba(26, 92, 255, 0.1),
		0 6px 18px rgba(26, 92, 255, 0.08);
}

.cw-pdp-assembly__option-copy {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	flex: 1;
	min-width: 0;
}

.cw-pdp-assembly__option-headline {
	font-size: 0.8125rem;
	font-weight: 600;
	color: inherit;
	line-height: 1.3;
}

.cw-pdp-assembly__option-meta {
	font-size: 0.6875rem;
	color: var(--cw-gray);
	line-height: 1.4;
}

.cw-pdp-assembly__option-price {
	flex-shrink: 0;
	margin-left: auto;
	font-size: 0.8125rem;
	font-weight: 700;
	color: inherit;
	line-height: 1.2;
	white-space: nowrap;
}

.cw-pdp-assembly__option-price .amount {
	color: inherit !important;
}

.cw-pdp-assembly__footnote {
	margin: 0.35rem 0 0;
	padding: 0 0.15rem;
	font-size: 0.6875rem;
	line-height: 1.5;
	color: var(--cw-gray, #6b6b6b);
}

.cw-pdp-assembly-panel__card .cw-pdp-assembly__footnote {
	margin-top: 0.5rem;
}

.cw-pdp-assembly .cw-pdp-assembly__more-row {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin-top: 0.1rem;
}

.cw-pdp-assembly .wc-assembly-more-info {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	margin: 0;
	padding: 0;
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--cw-blue);
	text-decoration: none;
	white-space: nowrap;
}

.cw-pdp-assembly .wc-assembly-more-info:hover {
	text-decoration: underline;
}

/* Moduły w buy box — wspólny nagłówek sekcji */
.cw-pdp-buybox-module__head {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.cw-pdp-buybox-module__title {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--cw-black);
	line-height: 1.3;
	text-transform: none;
	letter-spacing: normal;
}

.cw-pdp-buybox-module__desc {
	margin: 0;
	font-size: 0.75rem;
	color: var(--cw-gray);
	line-height: 1.45;
}

/* Separatory między modułami buy box (jak montaż → gwarancja) */
.cw-pdp-buybox--premium > .cw-pdp-models,
.cw-pdp-buybox--premium > .cw-pdp-buybox__form,
.cw-pdp-buybox--premium .cw-pdp-buybox__options > * + *,
.cw-pdp-buybox--premium .cw-pdp-buybox__form form.cart > .cw-pdp-warranty,
.cw-pdp-buybox--premium .cw-pdp-buybox__form form.cart > .cw-pdp-buybox__checkout,
.cw-pdp-buybox--premium .cw-pdp-buybox__form form.cart > .cw-pdp-buybox__eraty {
	padding-top: 1.1rem;
	margin-top: 1rem;
	border-top: 1px solid var(--cw-border);
}

.cw-pdp-buybox .cw-pdp-models,
.cw-pdp-buybox .cw-configurator,
.cw-pdp-buybox .cw-pdp-assembly,
.cw-pdp-buybox .cw-pdp-warranty,
.cw-pdp-buybox__bulk-preview .olo-discounts-wrapper {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

/* Konfigurator — pełna szerokość (jak stara strona) */
.cw-pdp-buybox .cw-configurator {
	margin: 0;
	scroll-margin-top: 5.5rem;
}

.cw-pdp-buybox .cw-configurator__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.65rem;
	margin-top: 0;
}

.cw-pdp-buybox .cw-configurator__multi-title {
	margin: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
}

.cw-pdp-buybox .cw-configurator__multi-title::before {
	content: attr(data-title);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--cw-gray);
	line-height: 1.35;
}

.cw-pdp-buybox .cw-pdp-config-slot-prototype {
	display: none !important;
}

.cw-pdp-buybox .cw-configurator__multi .cw-cart-config__slots--rows {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.cw-pdp-buybox .cw-configurator__multi .cw-cart-config__slot-row {
	display: grid;
	grid-template-columns: minmax(3.75rem, 4.5rem) minmax(0, 1fr);
	gap: 0.45rem 0.65rem;
	align-items: center;
}

.cw-pdp-buybox [data-cw-pdp-config-slots] {
	counter-reset: cwPdpConfigSlot;
}

.cw-pdp-buybox [data-cw-pdp-config-slots] > [data-cw-pdp-config-slot-row] {
	counter-increment: cwPdpConfigSlot;
}

.cw-pdp-buybox .cw-configurator__multi .cw-cart-config__slot-label {
	margin: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
}

.cw-pdp-buybox .cw-configurator__multi .cw-cart-config__slot-label::before {
	content: var(--cw-config-slot-prefix, "Zestaw") " " counter(cwPdpConfigSlot);
	font-size: 0.6875rem;
	font-weight: 600;
	color: var(--cw-black);
	line-height: 1.3;
}

.cw-pdp-buybox .cw-configurator__multi .cw-cart-config__swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin: 0;
}

.cw-pdp-buybox .cw-configurator__multi .cw-cart-config__swatch {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 0.15rem;
	min-width: calc(33.333% - 0.3rem);
	flex: 1 1 calc(33.333% - 0.3rem);
	max-width: 6.5rem;
	padding: 0.45rem 0.35rem 0.4rem;
	border: 1px solid var(--cw-border);
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	text-align: center;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cw-pdp-buybox .cw-configurator__multi .cw-cart-config__swatch:hover {
	border-color: rgba(26, 92, 255, 0.35);
}

.cw-pdp-buybox .cw-configurator__multi .cw-cart-config__swatch:has(input:checked) {
	border-color: var(--cw-blue);
	box-shadow: 0 0 0 1px var(--cw-blue);
}

.cw-pdp-buybox .cw-configurator__multi .cw-cart-config__swatch input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.cw-pdp-buybox .cw-configurator__multi .cw-cart-config__swatch-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2rem;
}

.cw-pdp-buybox .cw-configurator__multi .cw-cart-config__swatch-thumb img {
	width: 2rem;
	height: 2rem;
	object-fit: contain;
}

.cw-pdp-buybox .cw-configurator__multi .cw-cart-config__swatch-name {
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--cw-graphite);
}

.cw-pdp-buybox .cw-configurator__multi .cw-config-option__price {
	font-size: 0.5625rem;
	font-weight: 600;
	color: var(--cw-blue);
	line-height: 1.2;
}

.cw-pdp-buybox .cw-configurator__multi .cw-config-option__price--muted {
	color: var(--cw-gray);
	font-weight: 500;
}

.cw-pdp-buybox .cw-config-option {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 0.35rem;
	width: 100%;
	padding: 0.75rem 0.5rem 0.65rem;
	background: #fff;
	border: 1px solid var(--cw-border);
	border-radius: 10px;
	cursor: pointer;
	text-align: center;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cw-pdp-buybox .cw-config-option:hover {
	border-color: rgba(26, 92, 255, 0.35);
}

.cw-pdp-buybox .cw-config-option:has(input:checked) {
	border-color: var(--cw-blue);
	box-shadow: 0 0 0 1px var(--cw-blue);
}

.cw-pdp-buybox .cw-config-option.is-disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.cw-pdp-buybox .cw-config-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.cw-pdp-buybox .cw-config-option img {
	width: 4rem;
	height: 4rem;
	flex-shrink: 0;
	object-fit: contain;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.cw-pdp-buybox .cw-config-option__label {
	flex: none;
	width: 100%;
	min-width: 0;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--cw-graphite);
	max-width: none;
}

.cw-pdp-buybox .cw-config-option:has(input:checked) .cw-config-option__label {
	color: var(--cw-black);
}

.cw-pdp-buybox .cw-config-option__price {
	flex-shrink: 0;
	margin-left: 0;
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--cw-blue);
	text-align: center;
	white-space: nowrap;
}

.cw-pdp-buybox .cw-config-option__price--muted {
	color: var(--cw-gray);
	font-weight: 500;
}

/* Rabaty — premium ciemny pas (editorial, jak reassurance home) */
.cw-pdp-bulk-band {
	position: relative;
	overflow: hidden;
	color: #fff;
	padding: var(--cw-section-pad) 0;
	background:
		radial-gradient(ellipse 80% 60% at 50% -10%, rgba(22, 72, 204, 0.22) 0%, transparent 58%),
		linear-gradient(180deg, #080808 0%, #101010 48%, #0a0a0a 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cw-pdp-bulk-band::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.03) 50%, transparent 100%);
	pointer-events: none;
}

.cw-pdp-bulk-band .cw-container--pdp {
	position: relative;
	z-index: 1;
}

.cw-pdp-bulk-band__head {
	margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.cw-pdp-bulk-band__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.48);
}

.cw-pdp-bulk-band__eyebrow-mark {
	display: block;
	width: 2rem;
	height: 1px;
	background: linear-gradient(90deg, var(--cw-blue), transparent);
}

.cw-pdp-bulk-band__title {
	margin: 0;
	max-width: 16ch;
	font-size: clamp(1.75rem, 4.5vw, 2.5rem);
	font-weight: 450;
	line-height: 1.08;
	letter-spacing: -0.04em;
	color: #fff;
}

.cw-pdp-bulk-band__list {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: clamp(1.75rem, 4vw, 2.5rem);
	margin: 0;
	padding: clamp(1.75rem, 4vw, 2.75rem) 0 0;
	list-style: none;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 768px) {
	.cw-pdp-bulk-band__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: clamp(2rem, 4vw, 3rem);
	}
}

@media (min-width: 1100px) {
	.cw-pdp-bulk-band__list {
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
	}
}

.cw-pdp-bulk-band__item {
	position: relative;
	padding: 0;
}

@media (min-width: 1100px) {
	.cw-pdp-bulk-band__item {
		padding: 0 clamp(1.5rem, 2.5vw, 2.25rem);
	}

	.cw-pdp-bulk-band__item:not(:first-child)::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0.15rem;
		bottom: 0.15rem;
		width: 1px;
		background: linear-gradient(
			180deg,
			transparent,
			rgba(255, 255, 255, 0.12) 12%,
			rgba(255, 255, 255, 0.12) 88%,
			transparent
		);
	}
}

.cw-pdp-bulk-band__index {
	display: block;
	margin-bottom: 1rem;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: rgba(255, 255, 255, 0.28);
	font-variant-numeric: tabular-nums;
}

.cw-pdp-bulk-band__metric {
	margin: 0;
	line-height: 1.05;
}

.cw-pdp-bulk-band__value {
	display: block;
	font-size: clamp(2rem, 4.5vw, 2.75rem);
	font-weight: 450;
	letter-spacing: -0.045em;
	color: #fff;
}

.cw-pdp-bulk-band__item--contact .cw-pdp-bulk-band__value {
	font-size: clamp(1.65rem, 3.5vw, 2.25rem);
	letter-spacing: -0.03em;
}

.cw-pdp-bulk-band__label {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #6b9fff;
}

.cw-pdp-bulk-band__desc {
	margin: 1rem 0 0;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.52);
	max-width: 28ch;
}

@media (min-width: 768px) {
	.cw-pdp-bulk-band__desc {
		font-size: 0.875rem;
		line-height: 1.6;
	}
}

.cw-pdp-bulk-band__link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
	border-bottom: 1px solid rgba(107, 159, 255, 0.35);
	transition: color 0.2s ease, border-color 0.2s ease;
}

.cw-pdp-bulk-band__link:hover {
	color: #fff;
	border-bottom-color: #6b9fff;
}

.cw-pdp-bulk-band__note {
	margin: clamp(1.75rem, 4vw, 2.5rem) 0 0;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.75rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.38);
}

/* Montaż i FAQ — sekcja pod hero (Techwish-style, premium CW) */
.cw-pdp-assembly-faq {
	padding: var(--cw-section-pad) 0;
	background: linear-gradient(180deg, var(--cw-stone) 0%, #fff 42%);
	border-top: 1px solid var(--cw-border);
}

.cw-pdp-assembly-faq__head {
	max-width: 40rem;
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.cw-pdp-assembly-faq__kicker {
	margin: 0 0 0.55rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--cw-blue);
}

.cw-pdp-assembly-faq__kicker::before {
	content: "// ";
	opacity: 0.55;
}

.cw-pdp-assembly-faq__title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.12;
	color: var(--cw-black);
}

.cw-pdp-assembly-faq__lead {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--cw-gray);
}

.cw-pdp-assembly-faq__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(1.5rem, 3vw, 2.5rem);
	align-items: start;
}

@media (min-width: 960px) {
	.cw-pdp-assembly-faq__grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
		gap: clamp(2rem, 4vw, 3.5rem);
	}

	.cw-pdp-assembly-faq__grid--single {
		grid-template-columns: minmax(0, 1fr);
		max-width: 44rem;
	}
}

.cw-pdp-assembly-steps {
	margin: 1.15rem 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.cw-pdp-assembly-steps li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.cw-pdp-assembly-steps__num {
	flex-shrink: 0;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: var(--cw-blue);
	opacity: 0.75;
}

.cw-pdp-assembly-steps__text {
	font-size: 0.875rem;
	line-height: 1.5;
	color: var(--cw-graphite);
}

.cw-pdp-assembly-faq__more {
	margin: 0.85rem 0 0;
	font-size: 0.875rem;
}

.cw-pdp-assembly-faq__more a {
	color: var(--cw-blue);
	font-weight: 500;
	text-decoration: none;
}

.cw-pdp-assembly-faq__more a:hover {
	text-decoration: underline;
}

.cw-pdp-faq-section {
	padding: var(--cw-section-pad) 0;
	background: linear-gradient(180deg, var(--cw-stone) 0%, #fff 42%);
	border-top: 1px solid var(--cw-border);
}

.cw-pdp-faq-section__head {
	max-width: 40rem;
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.cw-pdp-faq-section__kicker {
	margin: 0 0 0.55rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--cw-blue);
}

.cw-pdp-faq-section__kicker::before {
	content: "// ";
	opacity: 0.55;
}

.cw-pdp-faq-section__title {
	margin: 0;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.12;
	color: var(--cw-black);
}

/* Dlaczego warto — ciemny pas (jak value na home) */
.cw-pdp-why-band.cw-value {
	background: var(--cw-navy, #0b1020);
	color: #fff;
}

.cw-pdp-why-band {
	padding: var(--cw-section-pad) 0;
}

.cw-pdp-why-band .cw-h3--light {
	color: #fff;
}

.cw-pdp-why-band .cw-value__rows {
	margin-top: 0;
	display: flex;
	flex-direction: column;
}

.cw-pdp-why-band .cw-value__row {
	display: grid;
	gap: 0.75rem;
	padding: 1.75rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 768px) {
	.cw-pdp-why-band .cw-value__row {
		grid-template-columns: 0.35fr 0.65fr;
		gap: 2rem;
		align-items: start;
	}
}

.cw-pdp-why-band .cw-value__row p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.65;
}

.cw-pdp-why-band__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(2rem, 5vw, 3.5rem);
	align-items: center;
}

@media (min-width: 960px) {
	.cw-pdp-why-band--split .cw-pdp-why-band__grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
		gap: clamp(2.5rem, 5vw, 4.5rem);
	}
}

.cw-pdp-why-band__copy {
	min-width: 0;
}

.cw-pdp-why-band__head {
	max-width: none;
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.cw-pdp-why-band--split .cw-pdp-why-band__head {
	max-width: 36rem;
}

.cw-pdp-why-band__stage {
	position: relative;
	min-width: 0;
	width: 100%;
}

.cw-pdp-why-band__stage-glow {
	position: absolute;
	inset: 6% 0;
	background: radial-gradient(ellipse 80% 65% at 50% 45%, rgba(107, 159, 255, 0.12) 0%, transparent 68%);
	pointer-events: none;
}

.cw-pdp-why-band__frame {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	aspect-ratio: 4 / 5;
	max-height: min(72vh, 520px);
	padding: clamp(1.25rem, 3vw, 2rem);
	background: linear-gradient(180deg, #ffffff 0%, #f6f6f4 100%);
	border-radius: 3px;
	overflow: hidden;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.65) inset,
		0 40px 100px rgba(0, 0, 0, 0.45),
		0 12px 32px rgba(0, 0, 0, 0.2);
}

.cw-pdp-why-band__media {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.cw-pdp-why-band__media--video {
	background: #f6f6f4;
}

.cw-pdp-why-band__media-fallback {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
}

@media (max-width: 959px) {
	.cw-pdp-why-band--split .cw-pdp-why-band__stage {
		order: -1;
	}

	.cw-pdp-why-band__frame {
		max-width: min(100%, 20rem);
		max-height: min(68vw, 380px);
	}
}

.cw-pdp-why-band__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.48);
}

.cw-pdp-why-band__mark {
	display: block;
	width: 2rem;
	height: 1px;
	background: linear-gradient(90deg, #6b9fff, transparent);
}

.cw-pdp-why-band__title {
	margin: 0;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 450;
	line-height: 1.08;
	letter-spacing: -0.04em;
	color: #fff;
}

.cw-pdp-why-band__rows {
	margin-top: 0;
}

.cw-pdp-why-band__prose,
.cw-pdp-why-band__body {
	font-size: 1.0625rem;
	line-height: 1.72;
	max-width: none;
}

.cw-pdp-why-band--split .cw-pdp-why-band__prose,
.cw-pdp-why-band--split .cw-pdp-why-band__body {
	max-width: 38rem;
}

.cw-pdp-why-band__body p,
.cw-pdp-why-band__prose p {
	margin: 0 0 1rem;
}

.cw-pdp-why-band__body p:last-child,
.cw-pdp-why-band__prose p:last-child {
	margin-bottom: 0;
}

.cw-pdp-why-band .cw-value__row:not(:has(.cw-h3)) .cw-pdp-why-band__body {
	grid-column: 1 / -1;
}

.cw-rich-text--light {
	color: rgba(255, 255, 255, 0.88);
}

.cw-rich-text--light h3,
.cw-rich-text--light h4 {
	color: #fff;
}

.cw-rich-text--light a {
	color: #9ec0ff;
}

.cw-pdp-faq-accordion {
	border-top: 1px solid var(--cw-border);
}

.cw-pdp-faq-accordion__item {
	border-bottom: 1px solid var(--cw-border);
}

.cw-pdp-faq-accordion__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.05rem 0;
	cursor: pointer;
	list-style: none;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.4;
	color: var(--cw-black);
}

.cw-pdp-faq-accordion__q::-webkit-details-marker {
	display: none;
}

.cw-pdp-faq-accordion__icon {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	position: relative;
}

.cw-pdp-faq-accordion__icon::before,
.cw-pdp-faq-accordion__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.75rem;
	height: 1.5px;
	background: var(--cw-gray);
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease, background 0.2s ease;
}

.cw-pdp-faq-accordion__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.cw-pdp-faq-accordion__item[open] .cw-pdp-faq-accordion__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
	opacity: 0;
}

.cw-pdp-faq-accordion__item[open] .cw-pdp-faq-accordion__q {
	color: var(--cw-blue);
}

.cw-pdp-faq-accordion__a {
	padding: 0 0 1.1rem;
	font-size: 0.875rem;
	line-height: 1.6;
	color: var(--cw-graphite);
}

.cw-pdp-faq-accordion__a p {
	margin: 0 0 0.65rem;
}

.cw-pdp-faq-accordion__a p:last-child {
	margin-bottom: 0;
}

/* Marketing — premium opis PDP (editorial + home showcases) */
.cw-single-product__marketing,
.cw-pdp-marketing {
	margin-top: 0;
	background: var(--cw-white);
	--h2-blue: #1a5cff;
	--h2-navy: #0a0c14;
	--h2-black: #0a0a0a;
	--h2-stone: #f4f4f1;
	--h2-gray: #6b6b6b;
	--h2-border: #e4e4df;
}

.cw-pdp-marketing .cw-h2-section {
	--h2-section-pad: var(--cw-section-pad);
	border-top: 0;
}

.cw-pdp-marketing .cw-h2-section + .cw-h2-section {
	padding-top: var(--cw-section-pad-tight);
}

/* Intro showcase PDP — płaskie tło, bez „wylewania” mediów na sekcję */
.cw-pdp-marketing .cw-pdp-intro-showcase {
	margin-top: 0;
	background: #0a0c14;
	overflow: hidden;
}

.cw-pdp-marketing .cw-pdp-intro-showcase::before {
	display: none;
}

.cw-pdp-marketing .cw-pdp-intro-showcase .cw-h2-intro__stage-glow {
	display: none;
}

.cw-pdp-marketing .cw-pdp-intro-showcase .cw-h2-intro__stage {
	overflow: hidden;
	max-width: 100%;
}

.cw-pdp-marketing .cw-pdp-intro-showcase .cw-h2-intro__frame {
	overflow: hidden;
	isolation: isolate;
	contain: paint;
}

.cw-pdp-marketing .cw-pdp-intro-showcase .cw-h2-intro__slide:not(.is-active) {
	visibility: hidden;
}

.cw-pdp-marketing .cw-pdp-intro-showcase .cw-h2-intro__slide:not(.is-active) video,
.cw-pdp-marketing .cw-pdp-intro-showcase .cw-h2-intro__slide:not(.is-active) img {
	display: none;
}

.cw-single-product__marketing .cw-section--product {
	padding: 0;
	border-top: 1px solid var(--cw-border);
}

.cw-single-product__marketing .cw-section--product:first-child {
	border-top: 0;
}

.cw-single-product__marketing .cw-section--product.cw-section--benefits {
	background: linear-gradient(180deg, var(--cw-stone) 0%, var(--cw-white) 72%);
}

.cw-single-product__marketing .cw-section--product.cw-section--why {
	padding: 0;
	background: transparent;
	border-top: 0;
}

.cw-single-product__marketing .cw-section--product.cw-section--technology {
	background: linear-gradient(180deg, var(--cw-white) 0%, var(--cw-stone) 100%);
}

.cw-single-product__marketing .cw-section--product.cw-section--features {
	background: var(--cw-white);
	border-top: 0;
}

.cw-single-product__marketing .cw-section--product.cw-section--compare {
	background: var(--cw-stone);
}

.cw-single-product__marketing .cw-section--product.cw-section--reviews {
	background: #0a0a0a;
	color: #fff;
}

.cw-single-product__marketing .cw-section--product.cw-section--pdp-cta {
	background: linear-gradient(180deg, var(--cw-stone) 0%, var(--cw-white) 100%);
	color: var(--cw-black);
}

.cw-pdp-benefits,
.cw-pdp-editorial,
.cw-pdp-compare-wrap,
.cw-pdp-voices-wrap,
.cw-pdp-cta-band {
	padding: var(--cw-section-pad) 0;
}

.cw-pdp-features-stack .cw-container--pdp {
	padding-top: var(--cw-section-pad);
	padding-bottom: 0;
}

.cw-pdp-features__bento .cw-features-editorial {
	padding: var(--cw-section-pad-tight) 0;
}

/* Nagłówki sekcji — eyebrow + tytuł */
.cw-pdp-section-head {
	max-width: 40rem;
	margin-bottom: clamp(2rem, 5vw, 3rem);
}

.cw-pdp-section-head__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--cw-gray);
}

.cw-pdp-section-head__mark {
	display: block;
	width: 2rem;
	height: 1px;
	background: linear-gradient(90deg, var(--cw-blue), transparent);
}

.cw-pdp-section-head__title {
	margin: 0;
	max-width: none;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 450;
	line-height: 1.14;
	letter-spacing: -0.04em;
	color: var(--cw-black);
	text-wrap: balance;
}

.cw-pdp-section-head__lead {
	margin: 1rem 0 0;
	max-width: 52rem;
	font-size: 1.0625rem;
	line-height: 1.65;
	color: var(--cw-graphite);
}

.cw-pdp-benefits .cw-pdp-editorial__prose,
.cw-pdp-benefits .cw-pdp-editorial__prose p {
	max-width: none;
	font-size: 1.0625rem;
	line-height: 1.72;
	color: var(--cw-graphite);
}

/* Korzyści — siatka editorial */
.cw-pdp-benefits__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 0;
	padding: clamp(1.75rem, 4vw, 2.5rem) 0 0;
	list-style: none;
	border-top: 1px solid var(--cw-border);
}

@media (min-width: 768px) {
	.cw-pdp-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: clamp(2rem, 4vw, 3rem);
		row-gap: clamp(2rem, 4vw, 2.75rem);
	}
}

@media (min-width: 1100px) {
	.cw-pdp-benefits__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
	}
}

.cw-pdp-benefits__item {
	position: relative;
	padding: 0;
}

@media (min-width: 1100px) {
	.cw-pdp-benefits__item {
		padding: 0 clamp(1.25rem, 2vw, 2rem);
	}

	.cw-pdp-benefits__item:not(:nth-child(3n + 1))::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0.15rem;
		bottom: 0.15rem;
		width: 1px;
		background: linear-gradient(180deg, transparent, var(--cw-border) 12%, var(--cw-border) 88%, transparent);
	}
}

.cw-pdp-benefits__index {
	display: block;
	margin-bottom: 1rem;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: rgba(10, 10, 10, 0.28);
	font-variant-numeric: tabular-nums;
}

.cw-pdp-benefits__title {
	margin: 0 0 0.5rem;
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.3;
	color: var(--cw-black);
}

.cw-pdp-benefits__text {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--cw-graphite);
	max-width: none;
}

/* Editorial — why / technology */
.cw-pdp-editorial__blocks {
	display: flex;
	flex-direction: column;
	gap: clamp(2.5rem, 6vw, 4rem);
}

.cw-pdp-editorial__block {
	display: grid;
	gap: clamp(1.5rem, 4vw, 2.5rem);
	align-items: center;
}

@media (min-width: 900px) {
	.cw-pdp-editorial__block {
		grid-template-columns: 1fr 1.05fr;
	}

	.cw-pdp-editorial__block--reverse .cw-pdp-editorial__media {
		order: 2;
	}

	.cw-pdp-editorial__block--reverse .cw-pdp-editorial__copy {
		order: 1;
	}
}

.cw-pdp-editorial__media {
	overflow: hidden;
	border-radius: var(--cw-radius-lg);
	background: var(--cw-stone);
	box-shadow: 0 24px 48px rgba(10, 10, 10, 0.08);
}

.cw-pdp-editorial__media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.cw-pdp-editorial__prose,
.cw-pdp-editorial__copy.cw-rich-text {
	max-width: 42rem;
	font-size: 1.0625rem;
	line-height: 1.7;
	color: var(--cw-graphite);
}

.cw-pdp-editorial__prose > *:first-child,
.cw-pdp-editorial__copy > *:first-child {
	margin-top: 0;
}

.cw-pdp-editorial__prose h3,
.cw-pdp-editorial__copy h3,
.cw-pdp-editorial__prose h4,
.cw-pdp-editorial__copy h4 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	font-weight: 500;
	letter-spacing: -0.03em;
	color: var(--cw-black);
}

.cw-pdp-editorial__prose p,
.cw-pdp-editorial__copy p {
	margin: 0 0 1rem;
}

.cw-pdp-editorial__prose ul,
.cw-pdp-editorial__copy ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cw-pdp-editorial__prose li,
.cw-pdp-editorial__copy li {
	position: relative;
	padding-left: 1.1rem;
	margin-bottom: 0.5rem;
}

.cw-pdp-editorial__prose li::before,
.cw-pdp-editorial__copy li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background: var(--cw-blue);
}

/* Porównanie — karty zamiast tabeli */
.cw-pdp-compare {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 768px) {
	.cw-pdp-compare {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.cw-pdp-compare {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.25rem;
	}
}

.cw-pdp-compare-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--cw-border);
	border-radius: 16px;
	overflow: hidden;
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.cw-pdp-compare-card:hover {
	border-color: rgba(22, 72, 204, 0.25);
	box-shadow: 0 16px 40px rgba(10, 10, 10, 0.08);
}

.cw-pdp-compare-card.is-current {
	border-color: var(--cw-blue);
	box-shadow: 0 0 0 1px rgba(22, 72, 204, 0.15);
}

.cw-pdp-compare-card__media {
	aspect-ratio: 4 / 3;
	background: var(--cw-stone);
}

.cw-pdp-compare-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cw-pdp-compare-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.65rem;
	padding: 1.25rem 1.35rem 1.5rem;
}

.cw-pdp-compare-card__title {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--cw-black);
}

.cw-pdp-compare-card__price {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--cw-black);
}

.cw-pdp-compare-card__excerpt {
	margin: 0;
	flex: 1;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: var(--cw-gray);
}

.cw-pdp-compare-card__cta {
	align-self: flex-start;
	margin-top: 0.35rem;
}

/* Opinie — ciemny pas */
.cw-pdp-voices-wrap .cw-pdp-section-head__eyebrow,
.cw-pdp-voices-wrap .cw-pdp-section-head__lead {
	color: rgba(255, 255, 255, 0.48);
}

.cw-pdp-voices-wrap .cw-pdp-section-head__title {
	color: #fff;
}

.cw-pdp-voices-wrap .cw-pdp-section-head__mark {
	background: linear-gradient(90deg, #6b9fff, transparent);
}

.cw-pdp-voices {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.5rem, 4vw, 2rem);
	padding-top: clamp(1.5rem, 4vw, 2rem);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 900px) {
	.cw-pdp-voices {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.cw-pdp-voice {
	margin: 0;
	padding: clamp(1.5rem, 3vw, 2rem);
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
}

.cw-pdp-voice__index {
	display: block;
	margin-bottom: 1rem;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: rgba(255, 255, 255, 0.28);
}

.cw-pdp-voice__quote {
	margin: 0 0 1.25rem;
	font-size: 1.0625rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
}

.cw-pdp-voice__meta {
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.52);
}

.cw-pdp-voice__meta strong {
	display: block;
	margin-bottom: 0.2rem;
	color: #fff;
	font-weight: 600;
}

/* CTA na dole PDP */
.cw-pdp-cta-band {
	text-align: center;
	max-width: 36rem;
	margin: 0 auto;
}

.cw-pdp-cta-band .cw-pdp-section-head {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.cw-pdp-cta-band .cw-pdp-section-head__eyebrow {
	justify-content: center;
}

.cw-pdp-cta-band .cw-pdp-section-head__title {
	color: var(--cw-black);
}

.cw-pdp-cta-band .cw-pdp-section-head__lead {
	margin-left: auto;
	margin-right: auto;
	max-width: 42ch;
	color: var(--cw-gray);
}

.cw-pdp-cta-band .cw-cta-actions {
	margin-top: 1.5rem;
}

/* Sticky ATC — na PDP z buy box */
body.cw-product-page {
	--cw-sticky-atc-offset: 0px;
}

@media (min-width: 1101px) {
	body.cw-product-page.cw-sticky-atc-visible {
		--cw-sticky-atc-offset: 5.75rem;
	}
}

body.cw-product-page .cw-sticky-atc {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999990;
	padding-left: var(--cw-pdp-gutter);
	padding-right: var(--cw-pdp-gutter);
	background: rgba(250, 250, 248, 0.94);
	border-top: 1px solid rgba(10, 12, 20, 0.08);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: 0 -12px 40px rgba(10, 12, 20, 0.08);
}

body.cw-product-page .cw-sticky-atc__inner {
	width: var(--cw-content-wrap);
	max-width: 100%;
	margin-inline: auto;
	padding-inline: var(--cw-content-gutter);
	box-sizing: border-box;
}

/* Mobile — sticky u góry (poniżej headera), nie pod bottom barem */
@media (max-width: 1100px) {
	body.cw-product-page .cw-sticky-atc {
		top: var(--cw-header-offset);
		bottom: auto;
		z-index: 999;
		padding-top: 0.65rem;
		padding-bottom: 0.65rem;
		border-top: 0;
		border-bottom: 1px solid var(--cw-border);
		box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	}

	body.cw-product-page .cw-sticky-atc__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-rows: auto auto;
		gap: 0.1rem 0.75rem;
		align-items: center;
	}

	body.cw-product-page .cw-sticky-atc__title {
		grid-column: 1;
		grid-row: 1;
		font-size: 0.6875rem;
		font-weight: 600;
		line-height: 1.25;
	}

	body.cw-product-page .cw-sticky-atc__price {
		display: block;
		grid-column: 1;
		grid-row: 2;
		font-size: 0.8125rem;
		font-weight: 600;
		line-height: 1.2;
		color: var(--cw-black);
	}

	body.cw-product-page .cw-sticky-atc__price .woocommerce-Price-amount {
		font-weight: inherit;
	}

	body.cw-product-page .cw-sticky-atc__btn {
		grid-column: 2;
		grid-row: 1 / span 2;
		align-self: center;
		min-height: 40px;
		padding: 0.5rem 1rem;
		font-size: 0.8125rem;
	}
}

@media (max-width: 380px) {
	body.cw-product-page .cw-sticky-atc__inner {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	body.cw-product-page .cw-sticky-atc__btn {
		grid-column: 2;
		grid-row: 1 / span 2;
		width: auto;
		padding: 0.45rem 0.75rem;
		font-size: 0.75rem;
	}
}

/* Realizacje — mozaika łazienek */
.cw-pdp-realizations {
	padding-block: var(--cw-section-pad);
	background: linear-gradient(180deg, var(--cw-stone) 0%, #fff 55%);
}

.cw-pdp-realizations__head {
	max-width: 36rem;
	margin-bottom: clamp(2rem, 5vw, 3rem);
}

.cw-pdp-realizations__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--cw-gray);
}

.cw-pdp-realizations__mark {
	display: block;
	width: 2rem;
	height: 1px;
	background: linear-gradient(90deg, var(--cw-blue), transparent);
}

.cw-pdp-realizations__title {
	margin: 0;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 450;
	letter-spacing: -0.04em;
	line-height: 1.08;
	color: var(--cw-black);
}

.cw-pdp-realizations__lead {
	margin: 1rem 0 0;
	max-width: 42ch;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--cw-gray);
}

.cw-pdp-realizations__mosaic {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

@media (min-width: 900px) {
	.cw-pdp-realizations__mosaic {
		grid-template-columns: repeat(12, 1fr);
		grid-auto-rows: minmax(180px, auto);
		gap: 1rem;
	}
}

.cw-pdp-realizations__tile {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	min-height: 220px;
	background: var(--cw-stone);
}

@media (min-width: 900px) {
	.cw-pdp-realizations__tile {
		grid-column: span 4;
		grid-row: span 1;
		min-height: 240px;
	}

	.cw-pdp-realizations__tile--lead {
		grid-column: span 8;
		grid-row: span 2;
		min-height: 420px;
	}

	.cw-pdp-realizations__tile--tall {
		grid-row: span 2;
	}
}

.cw-pdp-realizations__img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.cw-pdp-realizations__tile:hover .cw-pdp-realizations__img {
	transform: scale(1.04);
}

.cw-pdp-realizations__overlay {
	position: absolute;
	inset: auto 0 0 0;
	padding: 1.25rem 1.35rem;
	background: linear-gradient(180deg, transparent 0%, rgba(8, 8, 8, 0.72) 100%);
	color: #fff;
}

.cw-pdp-realizations__name {
	margin: 0 0 0.25rem;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.cw-pdp-realizations__meta {
	margin: 0;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 959px) {
	body.cw-product-page .cw-container--pdp {
		padding-inline: var(--cw-content-gutter);
	}

	.cw-pdp-feature-grid {
		grid-template-columns: 1fr;
	}

	.cw-pdp-reassurance__grid {
		grid-template-columns: 1fr;
	}

	.cw-pdp-models__grid {
		grid-template-columns: 1fr;
	}

	.cw-pdp-model-card {
		min-height: 4.25rem;
	}

	.cw-pdp-buybox .cw-configurator__grid {
		gap: 0.45rem;
	}

	.cw-pdp-buybox .cw-config-option {
		padding: 0.55rem 0.35rem 0.5rem;
	}

	.cw-pdp-buybox .cw-config-option img {
		width: 3.25rem;
		height: 3.25rem;
	}

	.cw-pdp-buybox .cw-config-option__label {
		font-size: 0.6875rem;
	}
}

/* Badge na galerii */
.cw-pdp-gallery-badge {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	min-height: 1.65rem;
	padding: 0.35rem 0.7rem;
	border-radius: 6px;
	background: var(--cw-blue);
	color: #fff;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cw-single-product__gallery .woocommerce-product-gallery {
	background: transparent;
	border-radius: 0;
	padding: 0;
}

/* Secondary actions pod checkout (zwrot, prezentacja) */
.cw-pdp-secondary-actions {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 0;
	padding-top: 0.4rem;
	border-top: 1px solid var(--cw-border);
}

.cw-pdp-secondary-actions__note {
	margin: 0 0 0.15rem;
	font-size: 0.75rem;
	line-height: 1.45;
	text-align: center;
	color: var(--cw-gray);
}

.cw-pdp-secondary-actions__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 48px;
	padding: 0.65rem 1rem;
	border: 1px solid var(--cw-border);
	border-radius: 10px;
	background: #fff;
	color: var(--cw-graphite);
	font-size: 0.8125rem;
	font-weight: 500;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.cw-pdp-secondary-actions__btn:hover {
	border-color: var(--cw-blue);
	color: var(--cw-blue);
}

.cw-pdp-secondary-actions__icon {
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
	background: var(--cw-blue);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.cw-pdp-secondary-actions__icon--shield {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12 3l8 3v6c0 5-3.5 8.5-8 9-4.5-.5-8-4-8-9V6l8-3z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12 3l8 3v6c0 5-3.5 8.5-8 9-4.5-.5-8-4-8-9V6l8-3z'/%3E%3C/svg%3E");
}

.cw-pdp-secondary-actions__icon--pin {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12 21s7-4.5 7-11a7 7 0 10-14 0c0 6.5 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12 21s7-4.5 7-11a7 7 0 10-14 0c0 6.5 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

/* Picker przedłużenia gwarancji */
.cw-pdp-warranty {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	margin: 0;
}

.cw-pdp-buybox__form form.cart .cw-pdp-warranty {
	margin-bottom: 0;
}

.cw-pdp-warranty__options {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.cw-pdp-buybox button.cw-pdp-warranty__option,
button.cw-pdp-warranty__option {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.65rem;
	width: 100%;
	margin: 0;
	padding: 0.75rem 0.85rem;
	border: 1px solid var(--cw-border) !important;
	border-radius: 12px;
	background: #fff !important;
	color: var(--cw-black) !important;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	text-align: left;
	cursor: pointer;
	pointer-events: auto;
	position: relative;
	touch-action: manipulation;
	box-shadow: 0 1px 2px rgba(10, 10, 10, 0.03);
	appearance: none;
	-webkit-appearance: none;
	transition:
		border-color 0.2s ease,
		background 0.2s ease,
		box-shadow 0.2s ease;
}

.cw-pdp-buybox button.cw-pdp-warranty__option:hover,
.cw-pdp-buybox button.cw-pdp-warranty__option:focus-visible {
	border-color: rgba(26, 92, 255, 0.32) !important;
	background: #fafcff !important;
	color: var(--cw-black) !important;
	box-shadow: 0 6px 20px rgba(26, 92, 255, 0.06);
	outline: none;
}

.cw-pdp-buybox button.cw-pdp-warranty__option.is-selected,
.cw-pdp-buybox button.cw-pdp-warranty__option.is-selected:hover,
.cw-pdp-buybox button.cw-pdp-warranty__option.is-selected:focus-visible {
	border-color: var(--cw-blue) !important;
	background: linear-gradient(180deg, #f5f8ff 0%, #fff 100%) !important;
	color: var(--cw-black) !important;
	box-shadow:
		inset 3px 0 0 var(--cw-blue),
		0 0 0 1px rgba(26, 92, 255, 0.1),
		0 6px 18px rgba(26, 92, 255, 0.08);
}

.cw-pdp-warranty__option-copy {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	flex: 1;
	min-width: 0;
}

.cw-pdp-warranty__tag {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	margin-bottom: 0.1rem;
	padding: 0.18rem 0.45rem;
	font-size: 0.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	background: var(--cw-blue);
	border-radius: 4px;
	line-height: 1;
	pointer-events: none;
}

.cw-pdp-warranty__option-headline {
	font-size: 0.8125rem;
	font-weight: 600;
	color: inherit;
	line-height: 1.3;
}

.cw-pdp-warranty__option-meta {
	font-size: 0.6875rem;
	color: var(--cw-gray);
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cw-pdp-warranty__option-price {
	flex-shrink: 0;
	margin-left: auto;
	font-size: 0.8125rem;
	font-weight: 700;
	color: inherit;
	line-height: 1.2;
	white-space: nowrap;
}

.cw-pdp-warranty__option-price--included {
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--cw-gray);
}

.cw-pdp-warranty__option.is-selected .cw-pdp-warranty__option-price--included {
	color: var(--cw-blue);
}

.cw-pdp-warranty__option-price .amount {
	color: inherit !important;
}

/* Pasek gwarancji pod hero */
.cw-pdp-guarantee-ribbon {
	padding: clamp(1.25rem, 3vw, 2rem) 0;
	background: linear-gradient(180deg, rgba(26, 92, 255, 0.06) 0%, rgba(26, 92, 255, 0.02) 100%);
	border-top: 1px solid var(--cw-border);
	border-bottom: 1px solid var(--cw-border);
}

.cw-pdp-guarantee-ribbon__inner {
	display: grid;
	gap: 1.25rem;
	align-items: center;
}

@media (min-width: 900px) {
	.cw-pdp-guarantee-ribbon__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 2rem;
	}
}

.cw-pdp-guarantee-ribbon__title {
	margin: 0 0 0.35rem;
	font-size: clamp(1.125rem, 2.2vw, 1.375rem);
	font-weight: 600;
	color: var(--cw-blue);
	letter-spacing: -0.02em;
}

.cw-pdp-guarantee-ribbon__lead {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.55;
	color: var(--cw-gray);
	max-width: 42ch;
}

.cw-pdp-guarantee-ribbon__steps {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cw-pdp-guarantee-ribbon__steps li {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.75rem;
	color: var(--cw-graphite);
}

.cw-pdp-guarantee-ribbon__num {
	display: inline-grid;
	place-items: center;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background: var(--cw-blue);
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 700;
}

.cw-pdp-guarantee-ribbon__step-title {
	font-weight: 600;
}

/* Trial section — PDP (ciemny pas jak rabaty ilościowe) */
.cw-pdp-trial {
	position: relative;
	overflow: hidden;
	color: #fff;
	padding: var(--cw-section-pad) 0;
	background:
		radial-gradient(ellipse 80% 60% at 50% -10%, rgba(22, 72, 204, 0.22) 0%, transparent 58%),
		linear-gradient(180deg, #080808 0%, #101010 48%, #0a0a0a 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cw-pdp-trial::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.03) 50%, transparent 100%);
	pointer-events: none;
}

.cw-pdp-trial .cw-container--pdp {
	position: relative;
	z-index: 1;
}

.cw-pdp-trial .cw-trial__layout {
	position: relative;
	z-index: 1;
}

.cw-pdp-trial .cw-trial__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	color: rgba(255, 255, 255, 0.48);
}

.cw-pdp-trial .cw-trial__eyebrow::before {
	content: "";
	display: block;
	width: 2rem;
	height: 1px;
	background: linear-gradient(90deg, var(--cw-blue), transparent);
}

.cw-pdp-trial .cw-trial__title {
	color: #fff;
	max-width: 16ch;
}

.cw-pdp-trial .cw-trial__lead {
	color: rgba(255, 255, 255, 0.58);
}

.cw-pdp-trial .cw-trial__panel {
	border-color: rgba(255, 255, 255, 0.12);
	background:
		linear-gradient(155deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 52%, rgba(255, 255, 255, 0.02) 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.09),
		0 28px 56px rgba(0, 0, 0, 0.32);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.cw-pdp-trial .cw-trial__panel-head {
	border-bottom-color: rgba(255, 255, 255, 0.08);
}

.cw-pdp-trial .cw-trial__panel-title {
	color: #fff;
}

.cw-pdp-trial .cw-trial__panel-sub {
	color: rgba(255, 255, 255, 0.52);
}

.cw-pdp-trial .cw-trial__step + .cw-trial__step {
	border-top-color: rgba(255, 255, 255, 0.08);
}

@media (min-width: 768px) {
	.cw-pdp-trial .cw-trial__step {
		border-right-color: rgba(255, 255, 255, 0.08);
	}
}

.cw-pdp-trial .cw-trial__step-num {
	border-color: rgba(26, 92, 255, 0.42);
	background: rgba(26, 92, 255, 0.14);
	color: #8eb8ff;
}

.cw-pdp-trial .cw-trial__step-title {
	color: rgba(255, 255, 255, 0.95);
}

.cw-pdp-trial .cw-trial__step-desc {
	color: rgba(255, 255, 255, 0.5);
}

.cw-pdp-trial .cw-trial__foot {
	border-top-color: rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.2);
}

.cw-pdp-trial .cw-trial__more {
	color: rgba(255, 255, 255, 0.88);
}

.cw-pdp-trial .cw-trial__more:hover {
	color: #fff;
}

/* Features staggered */
.cw-pdp-features-alt {
	padding: var(--cw-section-pad) 0;
	background: var(--cw-stone);
}

.cw-pdp-features-alt__stack {
	display: flex;
	flex-direction: column;
	gap: clamp(2rem, 5vw, 3.5rem);
}

.cw-pdp-features-alt__row {
	display: grid;
	gap: clamp(1.25rem, 3vw, 2rem);
	align-items: center;
}

@media (min-width: 900px) {
	.cw-pdp-features-alt__row {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.cw-pdp-features-alt__row--reverse .cw-pdp-features-alt__media {
		order: 2;
	}
}

.cw-pdp-features-alt__media,
.cw-pdp-features-alt__placeholder {
	min-height: 220px;
	border-radius: var(--cw-radius-lg);
	background: linear-gradient(180deg, rgba(26, 92, 255, 0.1) 0%, rgba(26, 92, 255, 0.04) 100%);
	overflow: hidden;
}

.cw-pdp-features-alt__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cw-pdp-features-alt__label {
	margin: 0 0 0.5rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--cw-blue);
}

.cw-pdp-features-alt__copy h3 {
	margin: 0 0 0.65rem;
	font-size: clamp(1.25rem, 2.5vw, 1.625rem);
	font-weight: 500;
	color: var(--cw-black);
}

.cw-pdp-features-alt__copy p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--cw-gray);
	max-width: 42ch;
}

/* Compare suite — alternatywy + tabela konkurenta */
.cw-pdp-compare-suite {
	background: #fff;
}

.cw-pdp-compare-suite .cw-h2-section--compare {
	margin: 0;
}

.cw-pdp-compare-suite .cw-h2-compare__intro {
	padding-top: clamp(2.5rem, 6vw, 3.5rem);
	border-bottom-color: rgba(10, 12, 20, 0.06);
}

.cw-pdp-compare-suite .cw-h2-compare__band {
	padding-top: clamp(1.75rem, 4vw, 2.5rem);
}

/* Alternatives compare — premium dark band */
.cw-pdp-alt-compare {
	position: relative;
	overflow: hidden;
	padding: var(--cw-section-pad) 0 var(--cw-section-pad-tight);
	background:
		radial-gradient(ellipse 80% 55% at 50% -10%, rgba(26, 92, 255, 0.22) 0%, transparent 62%),
		radial-gradient(ellipse 45% 40% at 100% 100%, rgba(26, 92, 255, 0.1) 0%, transparent 55%),
		linear-gradient(180deg, #07090f 0%, #0d1018 48%, #10131d 100%);
	color: #fff;
}

.cw-pdp-alt-compare__glow {
	position: absolute;
	inset: auto -20% -35% -20%;
	height: 55%;
	background: radial-gradient(ellipse at center, rgba(26, 92, 255, 0.16) 0%, transparent 68%);
	pointer-events: none;
}

.cw-pdp-alt-compare__head {
	position: relative;
	z-index: 1;
	max-width: 42rem;
	margin: 0 auto clamp(2rem, 5vw, 3rem);
	text-align: center;
}

.cw-pdp-alt-compare__eyebrow {
	margin: 0 0 0.85rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(107, 159, 255, 0.95);
}

.cw-pdp-alt-compare__title {
	margin: 0;
	font-size: clamp(1.75rem, 4vw, 2.65rem);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1.08;
	text-wrap: balance;
}

.cw-pdp-alt-compare__lead {
	margin: 1rem auto 0;
	max-width: 44ch;
	font-size: 1rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.62);
}

.cw-pdp-alt-compare__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.65rem, 1.5vw, 0.85rem);
}

@media (min-width: 900px) {
	.cw-pdp-alt-compare__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 1rem;
		align-items: stretch;
	}
}

.cw-pdp-alt-compare__col {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 1.15rem 1.1rem 1.2rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.025);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.cw-pdp-alt-compare__col:hover {
	border-color: rgba(255, 255, 255, 0.16);
	transform: translateY(-2px);
}

.cw-pdp-alt-compare__col.is-featured {
	border-color: rgba(107, 159, 255, 0.55);
	padding-top: 1.45rem;
	background:
		linear-gradient(165deg, rgba(26, 92, 255, 0.2) 0%, rgba(26, 92, 255, 0.06) 42%, rgba(255, 255, 255, 0.04) 100%);
	box-shadow:
		0 0 0 1px rgba(26, 92, 255, 0.22),
		0 18px 48px rgba(26, 92, 255, 0.16);
}

@media (min-width: 900px) {
	.cw-pdp-alt-compare__col.is-featured {
		transform: translateY(-4px);
	}

	.cw-pdp-alt-compare__col.is-featured:hover {
		transform: translateY(-6px);
	}
}

.cw-pdp-alt-compare__flag {
	position: absolute;
	top: -0.55rem;
	left: 50%;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	min-height: 1.45rem;
	padding: 0.25rem 0.65rem;
	font-size: 0.5625rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
	background: var(--cw-blue);
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(26, 92, 255, 0.35);
	white-space: nowrap;
}

.cw-pdp-alt-compare__col-head {
	margin-bottom: 0.85rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cw-pdp-alt-compare__col.is-featured .cw-pdp-alt-compare__col-head {
	border-bottom-color: rgba(107, 159, 255, 0.25);
}

.cw-pdp-alt-compare__col-head h3 {
	margin: 0 0 0.35rem;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.cw-pdp-alt-compare__col.is-featured .cw-pdp-alt-compare__col-head h3 {
	color: #fff;
}

.cw-pdp-alt-compare__col-head p {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.52);
}

.cw-pdp-alt-compare__col.is-featured .cw-pdp-alt-compare__col-head p {
	color: rgba(199, 218, 255, 0.82);
}

.cw-pdp-alt-compare__rows {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.55rem;
	flex: 1;
}

.cw-pdp-alt-compare__rows li {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	min-height: 1.75rem;
	font-size: 0.8125rem;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.84);
}

.cw-pdp-alt-compare__svg {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
}

.cw-pdp-alt-compare__svg--yes {
	color: #4ade80;
}

.cw-pdp-alt-compare__svg--no {
	color: #fb7185;
}

.cw-pdp-alt-compare__icon--yes {
	color: #4ade80;
}

.cw-pdp-alt-compare__icon--no {
	color: #fb7185;
}

/* Spec table */
.cw-pdp-spec {
	padding: var(--cw-section-pad) 0;
	background: var(--cw-white);
}

.cw-pdp-spec__table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid var(--cw-border);
	border-radius: var(--cw-radius-lg);
	overflow: hidden;
	background: var(--cw-stone);
}

.cw-pdp-spec__table th,
.cw-pdp-spec__table td {
	padding: 0.9rem 1.1rem;
	border-bottom: 1px solid var(--cw-border);
	text-align: left;
	font-size: 0.875rem;
}

.cw-pdp-spec__table tr:last-child th,
.cw-pdp-spec__table tr:last-child td {
	border-bottom: 0;
}

.cw-pdp-spec__table th {
	width: 42%;
	color: var(--cw-gray);
	font-weight: 500;
}

.cw-pdp-spec__table td {
	color: var(--cw-black);
	font-weight: 500;
}

/* Reviews strip */
.cw-pdp-reviews-strip {
	padding: var(--cw-section-pad) 0;
	background: var(--cw-stone);
}

.cw-pdp-reviews-strip__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 900px) {
	.cw-pdp-reviews-strip__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.cw-pdp-reviews-strip__card {
	margin: 0;
	padding: 1.35rem;
	border: 1px solid var(--cw-border);
	border-radius: 14px;
	background: #fff;
}

.cw-pdp-stars {
	display: inline-flex;
	gap: 0.15rem;
	margin-bottom: 0.75rem;
	color: #f5a623;
	font-size: 0.8125rem;
}

.cw-pdp-stars__star {
	opacity: 0.25;
}

.cw-pdp-stars__star--full {
	opacity: 1;
}

.cw-pdp-reviews-strip__quote {
	margin: 0 0 1rem;
	font-size: 0.9375rem;
	line-height: 1.6;
	font-style: italic;
	color: var(--cw-graphite);
}

.cw-pdp-reviews-strip__card cite {
	display: block;
	font-style: normal;
	font-size: 0.8125rem;
	color: var(--cw-gray);
}

.cw-pdp-reviews-strip__badge {
	display: inline-flex;
	margin-top: 0.65rem;
	padding: 0.25rem 0.55rem;
	border-radius: 999px;
	background: var(--cw-blue-soft);
	color: var(--cw-blue);
	font-size: 0.6875rem;
	font-weight: 600;
}

.cw-pdp-reviews-strip__summary {
	margin: 1.5rem 0 0;
	text-align: center;
	font-size: 0.8125rem;
	color: var(--cw-gray);
}

/* Upsell — dopełnij zestaw */
.cw-pdp-upsell {
	padding: var(--cw-section-pad) 0;
	background: linear-gradient(180deg, var(--cw-white) 0%, #f6f6f3 100%);
	border-top: 1px solid var(--cw-border);
}

.cw-pdp-upsell__head {
	max-width: 38rem;
	margin-bottom: clamp(2rem, 5vw, 3rem);
}

.cw-pdp-upsell__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--cw-gray);
}

.cw-pdp-upsell__mark {
	display: block;
	width: 2rem;
	height: 1px;
	background: linear-gradient(90deg, var(--cw-blue), transparent);
}

.cw-pdp-upsell__title {
	margin: 0;
	font-size: clamp(1.65rem, 3.5vw, 2.35rem);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1.12;
	color: var(--cw-black);
	text-wrap: balance;
}

.cw-pdp-upsell__lead {
	margin: 0.85rem 0 0;
	max-width: 44ch;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--cw-gray);
}

.cw-pdp-upsell__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 768px) {
	.cw-pdp-upsell__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.15rem;
	}
}

.cw-pdp-upsell__card {
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(10, 12, 20, 0.08);
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 14px 40px rgba(10, 12, 20, 0.04);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cw-pdp-upsell__card:hover {
	transform: translateY(-3px);
	border-color: rgba(26, 92, 255, 0.18);
	box-shadow: 0 20px 48px rgba(26, 92, 255, 0.1);
}

.cw-pdp-upsell__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 132px;
	background:
		radial-gradient(circle at 50% 35%, rgba(26, 92, 255, 0.08) 0%, transparent 62%),
		linear-gradient(180deg, #f3f3ef 0%, #fafaf8 100%);
	border-bottom: 1px solid rgba(10, 12, 20, 0.05);
}

.cw-pdp-upsell__icon {
	width: 2.5rem;
	height: 2.5rem;
	background: var(--cw-blue);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	opacity: 0.92;
}

.cw-pdp-upsell__icon--wrench {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Cpath d='M14.7 6.3a4 4 0 00-5.4 5.4L4 17l3 3 5.3-5.3a4 4 0 005.4-5.4l-1.6 1.6-2.8-2.8 1.6-1.6z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Cpath d='M14.7 6.3a4 4 0 00-5.4 5.4L4 17l3 3 5.3-5.3a4 4 0 005.4-5.4l-1.6 1.6-2.8-2.8 1.6-1.6z'/%3E%3C/svg%3E");
}

.cw-pdp-upsell__icon--shield {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Cpath d='M12 3l8 3v6c0 5-3.5 8.5-8 9-4.5-.5-8-4-8-9V6l8-3z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Cpath d='M12 3l8 3v6c0 5-3.5 8.5-8 9-4.5-.5-8-4-8-9V6l8-3z'/%3E%3C/svg%3E");
}

.cw-pdp-upsell__icon--remote {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Crect x='5' y='2' width='14' height='20' rx='3'/%3E%3Cpath d='M9 7h6M12 17v.01'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Crect x='5' y='2' width='14' height='20' rx='3'/%3E%3Cpath d='M9 7h6M12 17v.01'/%3E%3C/svg%3E");
}

.cw-pdp-upsell__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1.15rem 1.2rem 1.35rem;
}

.cw-pdp-upsell__tag {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 0.55rem;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: var(--cw-stone);
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--cw-gray);
}

.cw-pdp-upsell__body h3 {
	margin: 0 0 0.45rem;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--cw-black);
}

.cw-pdp-upsell__desc {
	margin: 0 0 0.85rem;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: var(--cw-gray);
	flex: 1;
}

.cw-pdp-upsell__price {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--cw-blue);
}

.cw-pdp-upsell__btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem;
	width: 100%;
	min-height: 44px;
	padding: 0 1rem;
	border: 1px solid rgba(10, 12, 20, 0.1);
	border-radius: 10px;
	background: #fff;
	color: var(--cw-graphite);
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.cw-pdp-upsell__btn:hover {
	border-color: var(--cw-blue);
	color: var(--cw-blue);
	background: rgba(26, 92, 255, 0.04);
}

.cw-pdp-upsell__btn-arrow {
	font-size: 0.95rem;
	line-height: 1;
	opacity: 0.7;
}

/* Press band — editorial dark stripe */
.cw-pdp-press-band {
	position: relative;
	overflow: hidden;
	padding: clamp(1.35rem, 3vw, 1.85rem) 0;
	background: linear-gradient(180deg, #0a0c14 0%, #0d1018 100%);
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cw-pdp-press-band__glow {
	position: absolute;
	inset: -40% auto auto 50%;
	width: 60%;
	height: 180%;
	transform: translateX(-50%);
	background: radial-gradient(ellipse at center, rgba(26, 92, 255, 0.14) 0%, transparent 68%);
	pointer-events: none;
}

.cw-pdp-press-band__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
}

.cw-pdp-press-band__label {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.48);
}

.cw-pdp-press-band__mark {
	display: block;
	width: 1.5rem;
	height: 1px;
	background: linear-gradient(90deg, rgba(107, 159, 255, 0.9), transparent);
}

.cw-pdp-press-band__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cw-pdp-press-band__list span {
	display: inline-flex;
	align-items: center;
	min-height: 2.25rem;
	padding: 0;
	font-size: clamp(0.9375rem, 2vw, 1.0625rem);
	font-weight: 500;
	letter-spacing: -0.01em;
	color: rgba(255, 255, 255, 0.92);
}

.cw-pdp-press-band__list li:not(:last-child) span::after {
	content: "·";
	margin-left: 1.25rem;
	color: rgba(255, 255, 255, 0.28);
	font-weight: 400;
}

@media (max-width: 640px) {
	.cw-pdp-press-band__list {
		flex-direction: column;
		gap: 0.35rem;
	}

	.cw-pdp-press-band__list li:not(:last-child) span::after {
		display: none;
	}
}

/* Presentation — salon (open layout, bez ramki) */
.cw-pdp-presentation {
	position: relative;
	padding: clamp(3rem, 7vw, 5rem) 0;
	background: #fff;
	overflow: hidden;
}

.cw-pdp-presentation__map {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(52%, 32rem);
	pointer-events: none;
	z-index: 0;
}

.cw-pdp-presentation__map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
	opacity: 0.48;
}

.cw-pdp-presentation__map::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to right,
		#fff 0%,
		#fff 12%,
		rgba(255, 255, 255, 0.97) 24%,
		rgba(255, 255, 255, 0.82) 38%,
		rgba(255, 255, 255, 0.55) 52%,
		rgba(255, 255, 255, 0.22) 68%,
		transparent 88%
	);
}

.cw-pdp-presentation__map::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0.55) 0%,
		rgba(255, 255, 255, 0.12) 18%,
		transparent 32%,
		transparent 68%,
		rgba(255, 255, 255, 0.18) 82%,
		rgba(255, 255, 255, 0.62) 100%
	);
}

.cw-pdp-presentation .cw-container {
	position: relative;
	z-index: 1;
}

.cw-pdp-presentation__inner {
	display: grid;
	gap: clamp(1.75rem, 4vw, 2.5rem);
	align-items: end;
}

@media (min-width: 900px) {
	.cw-pdp-presentation__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: clamp(2.5rem, 5vw, 4rem);
	}
}

.cw-pdp-presentation__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0 0 0.85rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--cw-gray);
}

.cw-pdp-presentation__eyebrow-mark {
	display: block;
	width: 2rem;
	height: 1px;
	background: linear-gradient(90deg, var(--cw-blue), transparent);
}

.cw-pdp-presentation__title {
	margin: 0 0 0.85rem;
	max-width: none;
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1.08;
	color: var(--cw-black);
	text-wrap: pretty;
}

.cw-pdp-presentation__lead {
	margin: 0 0 1.25rem;
	max-width: 40rem;
	font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
	line-height: 1.7;
	color: var(--cw-gray);
}

.cw-pdp-presentation__cities {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: var(--cw-graphite);
}

.cw-pdp-presentation__action {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.65rem;
}

@media (min-width: 900px) {
	.cw-pdp-presentation__action {
		align-items: flex-end;
		text-align: right;
		padding-bottom: 0.15rem;
	}
}

.cw-pdp-presentation__btn {
	min-width: min(100%, 15rem);
	padding-inline: 1.65rem;
	white-space: nowrap;
}

.cw-pdp-presentation__note {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.5;
	color: var(--cw-gray-light);
}

@media (max-width: 899px) {
	.cw-pdp-presentation__map {
		width: min(68%, 18rem);
	}

	.cw-pdp-presentation__map img {
		opacity: 0.38;
	}

	.cw-pdp-presentation__map::before {
		background: linear-gradient(
			to right,
			#fff 0%,
			#fff 22%,
			rgba(255, 255, 255, 0.92) 42%,
			rgba(255, 255, 255, 0.55) 62%,
			transparent 88%
		);
	}
}

/* Wave CTA — see cw-sections.css */
