/* Polar Hair Official — Product Page (matches polarhaircare.com) */

.pho-pdp { --indigo: #2c3452; --indigo-text: #465169; color: #1e2123; }

.pho-main.pho-pdp {
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

/* Hero */
.pho-pdp-hero { padding: 16px 0 56px; background: #fff; }
@media (min-width: 1024px) { .pho-pdp-hero { padding: 60px 0 80px; } }

.pho-pdp-notice {
	background: #fef3c7;
	border: 1px solid #fcd34d;
	color: #92400e;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 14px;
	margin-bottom: 16px;
}

.pho-pdp-hero__grid {
	display: grid;
	gap: 16px;
	max-width: 600px;
	margin: 0 auto;
}
@media (min-width: 1024px) {
	.pho-pdp-hero__grid {
		max-width: 1200px;
		grid-template-columns: 1fr 1fr;
		gap: 60px;
		align-items: start;
	}
}

.pho-pdp-gallery { position: relative; }
@media (min-width: 1024px) {
	.pho-pdp-gallery { position: sticky; top: 20px; }
}

.pho-pdp-gallery__main {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	object-fit: contain;
	background: #f9fafb;
	aspect-ratio: 1;
}

.pho-pdp-gallery__thumbs {
	display: flex;
	gap: 8px;
	margin-top: 12px;
	overflow-x: auto;
	padding-bottom: 4px;
}
.pho-pdp-gallery__thumbs img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 6px;
	border: 2px solid transparent;
	cursor: pointer;
	flex-shrink: 0;
	background: #f3f4f6;
}
.pho-pdp-gallery__thumbs img.is-active,
.pho-pdp-gallery__thumbs img:hover { border-color: var(--indigo); }

.pho-pdp-featured-review {
	display: grid;
	margin-top: 20px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
	grid-template-columns: 1fr;
	align-items: center;
	gap: 0;
}
@media (min-width: 640px) {
	.pho-pdp-featured-review { grid-template-columns: 200px 1fr; }
}
@media (min-width: 1024px) {
	.pho-pdp-featured-review { grid-template-columns: 277px 1fr; margin-top: 32px; }
}

.pho-pdp-featured-review__img { position: relative; }
.pho-pdp-featured-review__img img { width: 100%; display: block; }
.pho-pdp-ba {
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	padding: 0 12px;
}
.pho-pdp-ba span {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 6px 0;
	border-radius: 12px;
}
.pho-pdp-ba .before { background: #fff; color: #1e2123; margin: 0 auto; width: 104px; }
.pho-pdp-ba .after { background: var(--indigo); color: #fff; border: 1px solid #fff; margin: 0 auto; width: 104px; }

.pho-pdp-featured-review__body { padding: 16px 13px; }
.pho-pdp-featured-review__body .pho-stars-img { height: 20px; width: auto; margin-bottom: 12px; }
.pho-pdp-featured-review__title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.pho-pdp-featured-review__text { font-size: 14px; line-height: 1.4; margin-bottom: 12px; }
.pho-pdp-verified {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 3px 8px;
	margin-top: 4px;
}

/* Buy box */
.pho-pdp-rating-row {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 4px;
}
.pho-pdp-rating-row .pho-stars-img {
	height: 16px;
	width: auto;
	margin: 0;
}
.pho-pdp-rating-row .pho-stars { color: #f5a623; font-size: 16px; letter-spacing: 1px; }
.pho-pdp-verified-link { font-size: 14px; font-weight: 600; color: var(--indigo); }

.pho-pdp-buy h1 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
	margin: 12px 0;
	color: #000;
}
@media (min-width: 1280px) {
	.pho-pdp-buy h1 { font-size: 48px; line-height: 48px; }
}

.pho-pdp-subtitle {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--indigo);
	letter-spacing: 0.5px;
	margin-bottom: 12px;
}
@media (min-width: 1280px) { .pho-pdp-subtitle { font-size: 18px; } }

.pho-pdp-divider { border: none; border-top: 1px solid #e5e7eb; opacity: 0.3; margin: 12px 0; }

.pho-pdp-price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 12px 0;
}
.pho-pdp-price-row del { color: #9ca3af; font-size: 14px; }
.pho-pdp-price-row strong { font-size: 28px; font-weight: 700; color: #000; }
.pho-pdp-sale-badge {
	background: var(--indigo);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 100px;
	letter-spacing: 0.5px;
	border: 1px solid #e5e7eb;
}

.pho-pdp-price-note {
	font-size: 13px;
	color: var(--indigo-text);
	margin: -4px 0 16px;
	font-weight: 600;
}

.pho-pdp-label-hint {
	font-weight: 400;
	font-size: 13px;
	color: #6b7280;
}

.pho-pdp-benefits {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 8px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 16px;
	margin: 24px 0;
}
.pho-pdp-benefit {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 12px;
	line-height: 16px;
	color: var(--indigo);
}
.pho-pdp-benefit svg { flex-shrink: 0; }

.pho-pdp-label {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #000;
}
.pho-pdp-label__value {
	font-weight: 400;
}

.pho-pdp-colors {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}
.pho-pdp-color {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	font-family: inherit;
	min-width: 0;
}
.pho-pdp-color__frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
	background: #fff;
	padding: 3px;
	flex-shrink: 0;
	transition: border-color 0.2s, box-shadow 0.2s;
}
.pho-pdp-color__swatch {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	background: #f3f4f6;
}
.pho-pdp-color__swatch img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
@media (min-width: 1024px) {
	.pho-pdp-color__frame {
		width: 80px;
		height: 80px;
		padding: 4px;
	}

	.pho-pdp-color__swatch {
		width: 68px;
		height: 68px;
	}
}
.pho-pdp-color.is-active .pho-pdp-color__frame {
	border: 2px solid #000;
	box-shadow: 0 0 0 1px #000;
}
.pho-pdp-color__name {
	font-size: 11px;
	color: var(--indigo-text);
	text-align: center;
	line-height: 1.2;
	max-width: 56px;
}

.pho-pdp-qty-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-bottom: 24px;
	padding-top: 12px;
}
.pho-pdp-qty {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	background: none;
	border: none;
	padding: 10px 0 0;
	font-family: inherit;
	position: relative;
	width: 100%;
}
.pho-pdp-qty__box {
	width: 100%;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
	background: #fff;
	padding: 18px 8px;
	min-height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
	transition: 0.2s;
	line-height: 1.2;
	text-align: center;
}
@media (min-width: 1280px) { .pho-pdp-qty__box { min-height: 70px; font-size: 18px; } }
.pho-pdp-qty.is-active .pho-pdp-qty__box {
	background: var(--indigo);
	border-color: var(--indigo);
	color: #fff;
	box-shadow: 0 4px 12px rgba(44, 52, 82, 0.25);
}
.pho-pdp-qty:nth-child(2):not(.is-active) .pho-pdp-qty__box { border-color: #fecaca; }
.pho-pdp-qty:nth-child(3):not(.is-active) .pho-pdp-qty__box { border-color: #a7f3d0; }
.pho-pdp-qty__each { font-size: 13px; font-weight: 800; color: var(--indigo-text); }
.pho-pdp-qty.is-active .pho-pdp-qty__each { color: var(--indigo); }
.pho-pdp-qty__badge {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 20px;
	font-size: 9px;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 100px;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	z-index: 1;
}
.pho-pdp-qty__badge--empty {
	visibility: hidden;
}
.pho-pdp-qty__badge--ship { background: #fee2e2; color: #dc2626; border: 1px solid #fecaca; }
.pho-pdp-qty__badge--gift { background: #d1fae5; color: #059669; border: 1px solid #a7f3d0; }

.pho-pdp-buy .pho-btn--primary {
	background: var(--indigo);
	border-color: var(--indigo);
	width: 100%;
	padding: 16px;
	font-size: 16px;
	border-radius: 8px;
}

.pho-pdp-cart { margin-bottom: 0; }

.pho-pdp-post-cart { margin-top: 32px; }

.pho-pdp-guarantee-inline {
	text-align: center;
	margin: 0 0 32px;
	font-size: 14px;
	line-height: 1.5;
	color: #1e2123;
}
.pho-pdp-guarantee-inline strong { font-weight: 700; }

.pho-pdp-warning {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 24px;
	background: #fff;
}
.pho-pdp-warning__head {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 8px;
}
.pho-pdp-warning__icon {
	flex-shrink: 0;
	color: #111827;
	margin-top: -2px;
	display: flex;
}
.pho-pdp-warning__icon svg { width: 28px; height: 28px; }
.pho-pdp-warning__head h3 {
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	color: #1e2123;
	line-height: 1.3;
	padding-top: 2px;
}
.pho-pdp-warning__body p {
	font-size: 14px;
	line-height: 1.5;
	color: #1e2123;
	margin-bottom: 8px;
}
.pho-pdp-warning__body p:last-child { margin-bottom: 0; }
.pho-pdp-warning__body u { text-decoration: underline; }
.pho-pdp-warning__body strong { font-weight: 700; }

.pho-pdp-details {
	margin-bottom: 24px;
}

.pho-pdp-details__item {
	padding: 16px 0;
}

.pho-pdp-details__item:not(:last-child) {
	border-bottom: 1px solid #e5e7eb;
}

.pho-pdp-details__btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	text-align: left;
	cursor: pointer;
	background: none;
	border: 0;
	padding: 0;
	font: inherit;
	color: inherit;
	gap: 12px;
}

.pho-pdp-details__label {
	font-size: 16px;
	color: #000;
	line-height: 1.2;
	font-weight: 600;
}

.pho-pdp-details__icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	transition: transform 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pho-pdp-details__icon svg {
	width: 12px;
	height: 8px;
}

.pho-pdp-details__panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.pho-pdp-details__panel-inside {
	padding-top: 8px;
	color: #1e2123;
	font-size: 14px;
	line-height: 1.5;
}

.pho-pdp-details__panel-inside p {
	margin: 0 0 12px;
}

.pho-pdp-details__panel-inside p:last-child {
	margin-bottom: 0;
}

.pho-pdp-details__item.is-active .pho-pdp-details__icon {
	transform: rotate(180deg);
}

.pho-pdp-steps {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pho-pdp-step {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.pho-pdp-step__num {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	flex-shrink: 0;
	min-width: 24px;
}

.pho-pdp-step__body {
	font-size: 14px;
	line-height: 1.5;
	color: #1e2123;
}

.pho-pdp-step__body strong {
	font-weight: 700;
}

.pho-pdp-trust-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px 8px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 16px 8px;
	margin-bottom: 32px;
	background: #fff;
}
@media (min-width: 1024px) {
	.pho-pdp-trust-grid {
		grid-template-columns: repeat(4, 1fr);
		padding: 20px 8px;
	}
}
.pho-pdp-trust-item {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pho-pdp-trust-item img {
	width: 32px;
	height: 32px;
	margin: 0 auto 8px;
	object-fit: contain;
}
.pho-pdp-trust-item__title {
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
	color: var(--indigo);
	margin: 0 0 4px;
}
.pho-pdp-trust-item__title span { display: block; }
@media (min-width: 1280px) {
	.pho-pdp-trust-item__title span,
	.pho-pdp-trust-item__text span { display: block; }
}
.pho-pdp-trust-item__text {
	font-size: 11px;
	line-height: 15px;
	color: var(--indigo);
	margin: 0;
	font-weight: 400;
}

.pho-pdp-customers-block { margin-top: 28px; }
.pho-pdp-customers-block h3 {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 16px;
}
@media (min-width: 1280px) {
	.pho-pdp-customers-block h3 { font-size: 28px; }
}
.pho-pdp-customers-block h3 span { display: block; }
.pho-pdp-bottles {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}
.pho-pdp-bottles img {
	height: 80px;
	width: auto;
	object-fit: contain;
}
@media (min-width: 768px) { .pho-pdp-bottles img { height: 100px; } }
.pho-pdp-videos {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	padding-bottom: 8px;
	-webkit-overflow-scrolling: touch;
}
.pho-pdp-videos img {
	width: 140px;
	height: 250px;
	object-fit: cover;
	border-radius: 8px;
	flex-shrink: 0;
}
@media (min-width: 1280px) {
	.pho-pdp-videos img { width: 200px; height: 365px; }
}

/* Press marquee — fixed "As Seen In" + scrolling logos */
.pho-pdp-marquee {
	background-image: url('../images/marquee-bg-mobile.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.pho-pdp-marquee__wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	min-height: 60px;
}

.pho-pdp-marquee__label-col {
	flex: 0 0 12%;
	max-width: 162px;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 8px;
}

.pho-pdp-marquee__label-inner {
	width: 34px;
	height: auto;
	flex-shrink: 0;
}

.pho-pdp-marquee__label-img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 35px;
	object-fit: contain;
}

.pho-pdp-marquee__logos {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	padding: 16px 0;
	position: relative;
}

.pho-pdp-marquee__logos:hover .pho-pdp-marquee__track {
	animation-play-state: paused;
}

.pho-pdp-marquee__track {
	display: flex;
	width: max-content;
	animation: pho-pdp-marquee-scroll var(--marquee-duration, 50s) linear infinite;
	will-change: transform;
}

.pho-pdp-marquee__slide {
	display: flex;
	align-items: center;
	gap: 40px;
	flex-shrink: 0;
	padding-right: 40px;
}

.pho-pdp-marquee__logo {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

.pho-pdp-marquee__logo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 28px;
	object-fit: contain;
}

@keyframes pho-pdp-marquee-scroll {
	from { transform: translate3d(0, 0, 0); }
	to { transform: translate3d(-50%, 0, 0); }
}

@media (min-width: 1000px) {
	.pho-pdp-marquee {
		background-image: url('../images/marquee-bg-desktop.png');
	}

	.pho-pdp-marquee__wrap {
		min-height: 87px;
	}

	.pho-pdp-marquee__label-col {
		flex: 0 0 120px;
		width: 120px;
		padding: 0 16px;
	}

	.pho-pdp-marquee__label-inner {
		width: 100%;
		max-width: 120px;
	}

	.pho-pdp-marquee__label-img {
		max-height: 35px;
	}

	.pho-pdp-marquee__slide {
		gap: 90px;
		padding-right: 90px;
	}

	.pho-pdp-marquee__logo img {
		max-height: none;
	}
}

@media (min-width: 1280px) {
	.pho-pdp-marquee__label-col {
		flex: 0 0 162px;
		width: 162px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pho-pdp-marquee__slide {
		animation: none;
	}

	.pho-pdp-marquee__logos {
		overflow-x: auto;
		scrollbar-width: none;
	}

	.pho-pdp-marquee__logos::-webkit-scrollbar {
		display: none;
	}
}

/* Video features — Simple & hassle-free */
.pho-pdp-video-section {
	padding: 40px 0;
	background: #fff;
	position: relative;
	overflow: hidden;
}
@media (min-width: 768px) {
	.pho-pdp-video-section { padding: 60px 0; }
}
.pho-pdp-video-section__inner {
	position: relative;
}
.pho-pdp-video-section__waves {
	display: none;
}
@media (min-width: 768px) {
	.pho-pdp-video-section__waves {
		display: block;
		position: absolute;
		left: 0;
		top: 80px;
		width: 410px;
		max-width: 35%;
		pointer-events: none;
		z-index: 0;
	}
}
.pho-pdp-video-section__head {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 0;
}
.pho-pdp-video-section__subtitle {
	font-size: 28px;
	font-weight: 600;
	color: #000;
	margin-bottom: 0;
	line-height: 1.2;
}
.pho-pdp-video-section__title {
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 16px;
	color: #000;
	line-height: 1.2;
}
@media (min-width: 1400px) {
	.pho-pdp-video-section__subtitle,
	.pho-pdp-video-section__title { font-size: 48px; }
}
.pho-pdp-video-section__desc {
	font-size: 16px;
	color: var(--indigo-text);
	margin: 0 0 110px;
	line-height: 1.5;
}
@media (max-width: 400px) {
	.pho-pdp-video-section__desc { margin-bottom: 130px; }
}
@media (min-width: 1400px) {
	.pho-pdp-video-section__desc { margin-bottom: 140px; }
}

.pho-pdp-video-stage {
	position: relative;
	max-width: 1394px;
	margin: 0 auto;
	padding: 0 16px 32px;
	background-color: #1d2a45;
	background-image: url('../images/pdp-video-bg-mobile.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	border-radius: 20px;
}
@media (min-width: 768px) {
	.pho-pdp-video-stage {
		border-radius: 38px;
		background-image: url('../images/pdp-video-bg-desktop.png');
		background-size: cover;
		background-position: center;
		padding: 0 24px 40px;
	}
}
.pho-pdp-video-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pho-pdp-video-media {
	position: relative;
	width: calc(100% - 32px);
	max-width: 550px;
	margin: -72px auto 0;
	z-index: 2;
}
@media (max-width: 400px) {
	.pho-pdp-video-media {
		margin-top: -88px;
	}
}
@media (min-width: 768px) {
	.pho-pdp-video-media {
		width: 74%;
		max-width: 1080px;
		margin-top: -96px;
	}
}
@media (min-width: 1400px) {
	.pho-pdp-video-media {
		width: 90%;
		max-width: 1250px;
		margin-top: -110px;
	}
}
.pho-pdp-video-player {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 20px;
	background: #000;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
@media (min-width: 768px) {
	.pho-pdp-video-player {
		aspect-ratio: 1080 / 538;
	}
}

.pho-pdp-video-features {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	row-gap: 20px;
	margin-top: 32px;
	padding: 0 16px 32px;
}
@media (min-width: 768px) {
	.pho-pdp-video-features {
		flex-wrap: nowrap;
		gap: 16px;
		margin-top: 40px;
		padding: 0 24px 40px;
	}
}
@media (min-width: 1400px) {
	.pho-pdp-video-features {
		margin-top: 48px;
	}
}
.pho-pdp-video-feat {
	flex: 0 0 calc(50% - 10px);
	max-width: 41%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
@media (min-width: 768px) {
	.pho-pdp-video-feat {
		flex: 1 1 0;
		max-width: 234px;
	}
}
.pho-pdp-video-feat__icon {
	width: 24px;
	height: 24px;
	object-fit: contain;
	margin-bottom: 8px;
}
.pho-pdp-video-feat h3 {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	color: #fff;
	margin: 0 0 4px;
	line-height: 1.3;
}
@media (min-width: 1400px) {
	.pho-pdp-video-feat h3 { font-size: 16px; }
}
.pho-pdp-video-feat p {
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	margin: 0;
}
@media (min-width: 1400px) {
	.pho-pdp-video-feat p { font-size: 14px; }
}

/* Reviews carousel */
.pho-pdp-reviews { padding: 50px 0; background: #fff; }
.pho-pdp-reviews__head .pho-stars-img { display: block; height: 20px; margin: 0 auto 16px; }
.pho-pdp-reviews__title {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 24px;
}
@media (min-width: 1024px) { .pho-pdp-reviews__title { font-size: 48px; line-height: 58px; } }
.pho-pdp-reviews__title span { display: block; }

.pho-pdp-tabs {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-bottom: 24px;
}
.pho-pdp-tab {
	padding: 10px 20px;
	border: 1px solid #e5e7eb;
	background: #fff;
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
	border-radius: 999px;
}
.pho-pdp-tab.is-active { background: var(--indigo); color: #fff; border-color: var(--indigo); }

.pho-pdp-reviews__panels { position: relative; overflow: visible; }
.pho-pdp-reviews__panel {
	display: none;
	overflow: visible;
}
.pho-pdp-reviews__panel.is-active { display: block; }

.pho-pdp-reviews__track {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	touch-action: pan-x;
	scrollbar-width: none;
	padding: 0 20px 8px;
	scroll-padding-inline: 20px;
}
.pho-pdp-reviews__track::-webkit-scrollbar { display: none; }

.pho-pdp-reviews__indicator {
	display: flex;
	gap: 6px;
	max-width: 320px;
	margin: 16px auto 0;
	padding: 0 20px;
}
.pho-pdp-reviews__indicator span {
	flex: 1;
	height: 4px;
	border-radius: 2px;
	background: #d9d9d9;
	transition: background 0.2s ease;
}
.pho-pdp-reviews__indicator span.is-active { background: #1e2123; }

@media (min-width: 1024px) {
	.pho-pdp-reviews__track {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
		max-width: var(--container);
		margin: 0 auto;
		padding: 0 20px;
		overflow: visible;
	}

	.pho-pdp-reviews__indicator { display: none; }
}

.pho-pdp-rcard {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
	flex: 0 0 min(320px, 78vw);
	max-width: none;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}
@media (min-width: 1024px) {
	.pho-pdp-rcard {
		flex: unset;
		max-width: none;
		scroll-snap-align: unset;
	}
}
.pho-pdp-rcard__img { position: relative; }
.pho-pdp-rcard__img img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.pho-pdp-rcard__body {
	padding: 16px;
	display: flex;
	flex-direction: column;
	min-height: 180px;
}
.pho-pdp-rcard__body .pho-stars-img { height: 16px; margin: 0 0 8px; }
.pho-pdp-rcard__body p { font-size: 14px; line-height: 1.4; margin-bottom: 8px; }
.pho-pdp-rcard__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	margin-top: auto;
}
.pho-pdp-rcard__name {
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	flex: 1;
	min-width: 0;
}
.pho-pdp-rcard__meta .pho-pdp-verified {
	margin-top: 0;
	flex-shrink: 0;
}

/* 4 Reasons */
.pho-pdp-reasons {
	padding: 40px 0;
	background: #fff;
	overflow: hidden;
}
@media (min-width: 768px) {
	.pho-pdp-reasons { padding: 60px 0; }
}
.pho-pdp-reasons__wrap {
	max-width: 450px;
	margin: 0 auto;
}
@media (min-width: 1040px) {
	.pho-pdp-reasons__wrap { max-width: 100%; }
}
.pho-pdp-reasons__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
	text-align: center;
}
@media (min-width: 1040px) {
	.pho-pdp-reasons__head { margin-bottom: 32px; }
}
.pho-pdp-reasons__badge {
	display: inline-block;
	margin: 0;
	padding: 12px 21px;
	border-radius: 8px;
	background: linear-gradient(102deg, #1d2a45 5.25%, #677e98 99.44%);
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
}
.pho-pdp-reasons__sub {
	font-size: 28px;
	font-weight: 400;
	line-height: 34px;
	color: #000;
	margin: 0;
	max-width: 700px;
}
@media (min-width: 1040px) {
	.pho-pdp-reasons__sub { font-size: 44px; line-height: 53px; }
}
.pho-pdp-reasons__stage {
	position: relative;
}
.pho-pdp-reasons__waves {
	display: none;
}
@media (min-width: 1040px) {
	.pho-pdp-reasons__waves {
		display: block;
		position: absolute;
		right: -91px;
		top: -173px;
		width: 617px;
		pointer-events: none;
		z-index: 0;
	}
}
.pho-pdp-reasons__board {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	background: url('../images/pdp-reasons-bg-mobile.png') center top / 100% auto no-repeat;
	padding-bottom: 0;
}
.pho-pdp-reasons__media {
	order: -1;
	width: 100%;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	line-height: 0;
}
.pho-pdp-reasons__track {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	touch-action: pan-x;
	scrollbar-width: none;
	width: 100%;
	min-width: 0;
	padding: 24px 16px 0;
	scroll-padding-inline: 16px;
}
.pho-pdp-reasons__track::-webkit-scrollbar { display: none; }

.pho-pdp-reasons__indicator {
	display: flex;
	gap: 6px;
	justify-content: center;
	max-width: 280px;
	margin: 0 auto;
	padding: 20px 16px 28px;
}
.pho-pdp-reasons__indicator span {
	flex: 1;
	height: 3px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.35);
	transition: background 0.2s ease;
}
.pho-pdp-reasons__indicator span.is-active { background: #fff; }

@media (min-width: 1040px) {
	.pho-pdp-reasons__board {
		display: grid;
		grid-template-columns: 320px 400px 320px;
		grid-template-rows: auto auto;
		justify-content: center;
		align-items: stretch;
		column-gap: 20px;
		row-gap: 32px;
		border-radius: 38px;
		background-image: url('../images/pdp-reasons-bg-desktop.png');
		background-size: cover;
		background-position: center;
		width: fit-content;
		max-width: calc(100% - 32px);
		padding: 48px 28px;
		min-height: 0;
		margin: 0 auto;
	}

	.pho-pdp-reasons__media {
		order: unset;
		grid-column: 2;
		grid-row: 1 / -1;
		align-self: center;
		width: 100%;
		max-width: 400px;
		border-radius: 15px;
		justify-self: center;
	}

	.pho-pdp-reasons__track {
		display: contents;
		overflow: visible;
		padding: 0;
	}

	.pho-pdp-reason-card:nth-child(1) { grid-column: 1; grid-row: 1; }
	.pho-pdp-reason-card:nth-child(2) { grid-column: 1; grid-row: 2; }
	.pho-pdp-reason-card:nth-child(3) { grid-column: 3; grid-row: 1; }
	.pho-pdp-reason-card:nth-child(4) { grid-column: 3; grid-row: 2; }

	.pho-pdp-reasons__indicator { display: none; }
}
@media (min-width: 1400px) {
	.pho-pdp-reasons__board {
		grid-template-columns: 340px 420px 340px;
		padding: 52px 32px;
	}

	.pho-pdp-reasons__media {
		max-width: 420px;
	}
}
.pho-pdp-reasons__video {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 3 / 4;
}
@media (min-width: 1040px) {
	.pho-pdp-reasons__video {
		min-height: 480px;
		max-height: 580px;
		aspect-ratio: auto;
	}
}
.pho-pdp-reason-card {
	background: #fff;
	border-radius: 8px;
	padding: 16px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 calc(100% - 32px);
	max-width: none;
	scroll-snap-align: center;
	scroll-snap-stop: always;
	min-height: 220px;
}
@media (min-width: 1040px) {
	.pho-pdp-reason-card {
		width: 100%;
		min-height: 280px;
		padding: 24px 22px;
		max-width: none;
		flex: unset;
		scroll-snap-align: unset;
	}
}
@media (min-width: 1400px) {
	.pho-pdp-reason-card {
		min-height: 300px;
		padding: 28px 24px;
	}
}
.pho-pdp-reason-card__icon {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin-bottom: 12px;
}
.pho-pdp-reason-card h3 {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 12px;
	color: #000;
	line-height: 24px;
}
.pho-pdp-reason-card p {
	font-size: 14px;
	line-height: 1.45;
	color: #000;
	margin: 0;
	max-width: 100%;
}
@media (min-width: 1040px) {
	.pho-pdp-reason-card p {
		line-height: 1.5;
	}
}
@media (min-width: 1400px) {
	.pho-pdp-reason-card p { line-height: 1.45; margin-top: 2px; }
}

/* Comparison — The Superior Choice */
.pho-pdp-compare {
	padding: 40px 0;
	background: #fff;
	color: #1e2123;
}
@media (min-width: 768px) {
	.pho-pdp-compare { padding: 90px 0 60px; }
}
.pho-pdp-compare__header {
	text-align: center;
	margin-bottom: 32px;
}
@media (min-width: 1024px) {
	.pho-pdp-compare__header { margin-bottom: 40px; }
}
.pho-pdp-compare__header h2 {
	font-size: 28px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 16px;
	color: #000;
	line-height: 1.1;
}
@media (min-width: 1024px) {
	.pho-pdp-compare__header h2 { font-size: 48px; }
}
.pho-pdp-compare__header p {
	font-size: 16px;
	color: #2b3344;
	max-width: 640px;
	margin: 0 auto;
	line-height: 1.6;
}
@media (min-width: 1024px) {
	.pho-pdp-compare__header p { font-size: 20px; }
}

.pho-pdp-compare__mobile {
	display: block;
	max-width: 100%;
	margin: 0;
}
@media (min-width: 1024px) {
	.pho-pdp-compare__mobile { display: none; }
}

.pho-pdp-compare__mobile-board {
	border-radius: 22px;
	overflow: hidden;
	max-width: 700px;
	margin: 0 auto;
	background: linear-gradient(90deg, #1a2544 50%, #f4f4f4 50%);
}

.pho-pdp-compare__mobile-hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 190px;
}

.pho-pdp-compare__mobile-hero-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 24px 12px 16px;
	min-height: 190px;
}

.pho-pdp-compare__mobile-hero-col--polar {
	background:
		url('../images/compare-polar-bg.png') center bottom / cover no-repeat,
		linear-gradient(180deg, #1b2645 0%, #243158 100%);
}

.pho-pdp-compare__mobile-hero-col--regular {
	background: #f4f4f4;
}

.pho-pdp-compare__mobile-logo {
	display: block;
	max-width: 118px;
	width: 100%;
	height: auto;
	filter: brightness(0) invert(1);
	margin-bottom: 8px;
}

.pho-pdp-compare__mobile-hero-col--regular h3 {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 8px;
	text-align: center;
	line-height: 1.2;
	color: #000;
}

.pho-pdp-compare__mobile-product {
	display: block;
	object-fit: contain;
	margin-top: auto;
}

.pho-pdp-compare__mobile-product--polar {
	max-width: 72px;
	max-height: 128px;
	width: auto;
	height: auto;
}

.pho-pdp-compare__mobile-product--regular {
	max-width: 132px;
	max-height: 104px;
	width: auto;
	height: auto;
}

.pho-pdp-compare__mobile-cards {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0 16px 16px;
}

.pho-pdp-compare__mobile-row {
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 12px;
	padding: 16px;
	box-shadow: none;
}

.pho-pdp-compare__mobile-label {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 12px;
	color: #000;
	line-height: 1.2;
	letter-spacing: 0;
}

.pho-pdp-compare__mobile-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	align-items: center;
}

.pho-pdp-compare__mobile-val {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 1.2;
}

.pho-pdp-compare__mobile-val svg {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
}

.pho-pdp-compare__mobile-val--win { justify-content: flex-start; }
.pho-pdp-compare__mobile-val--lose { justify-content: flex-end; text-align: right; }
.pho-pdp-compare__mobile-val--lose span { flex: 0 1 auto; }

.pho-pdp-compare__stage {
	display: none;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 832px;
}
@media (min-width: 1024px) {
	.pho-pdp-compare__stage { display: block; }
}
@media (min-width: 1400px) {
	.pho-pdp-compare__stage { max-width: 1680px; }
}

.pho-pdp-compare__panels {
	display: flex;
	gap: 32px;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
.pho-pdp-compare__panel {
	width: 50%;
	border-radius: 38px;
	overflow: hidden;
	min-height: 832px;
	display: flex;
	flex-direction: column;
}
.pho-pdp-compare__panel--polar {
	background: url('../images/compare-polar-bg.png') center/cover no-repeat;
	color: #fff;
}
.pho-pdp-compare__panel--regular {
	background: #f4f4f4;
	color: #000;
}
.pho-pdp-compare__panel-top {
	text-align: center;
	flex-shrink: 0;
	min-height: 420px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pho-pdp-compare__logo {
	display: block;
	max-width: 216px;
	width: 100%;
	height: auto;
	margin: 52px auto auto;
	filter: brightness(0) invert(1);
}
.pho-pdp-compare__panel--regular h3 {
	font-size: 32px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 40px auto auto;
	padding-top: 0;
	line-height: 1.2;
}
.pho-pdp-compare__product {
	display: block;
	margin: auto auto 0;
	object-fit: contain;
}
.pho-pdp-compare__product--polar {
	max-width: 116px;
	max-height: 180px;
	width: auto;
	height: auto;
}
.pho-pdp-compare__product--regular {
	max-width: 280px;
	max-height: 210px;
	width: auto;
	height: auto;
}

.pho-pdp-compare__values {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 36px;
	padding-bottom: 48px;
	flex-shrink: 0;
}
.pho-pdp-compare__values--win {
	padding-left: 94px;
	padding-right: 24px;
}
.pho-pdp-compare__values--lose {
	padding-right: 94px;
	padding-left: 24px;
}
.pho-pdp-compare__val {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	font-weight: 400;
	line-height: 17px;
	color: #000;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 38px;
	padding: 8px 12px;
}
.pho-pdp-compare__values--win .pho-pdp-compare__val { justify-content: flex-start; }
.pho-pdp-compare__values--lose .pho-pdp-compare__val { justify-content: flex-end; }
.pho-pdp-compare__val svg {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
}

.pho-pdp-compare__labels {
	position: absolute;
	left: 50%;
	bottom: 67px;
	transform: translateX(-50%);
	width: calc(100% - 48px);
	max-width: 380px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 38px;
	padding: 52px 12px;
	display: flex;
	flex-direction: column;
	gap: 43px;
	z-index: 5;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.pho-pdp-compare__label {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	color: #000;
}

/* 30-Day Satisfaction Guarantee */
.pho-pdp-guarantee-outer {
	padding: 0;
}

.pho-pdp-guarantee {
	border-radius: 20px;
	padding: 32px 16px 360px;
	max-width: 600px;
	margin: 32px auto;
	background-image: url('../images/pdp-guarantee-bg-mobile.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.pho-pdp-guarantee__title {
	font-size: 32px;
	letter-spacing: 0;
	text-align: center;
	color: #000;
	margin: 0 0 24px;
	line-height: 31px;
	font-weight: 600;
	text-transform: uppercase;
}

.pho-pdp-guarantee__title span:nth-child(2),
.pho-pdp-guarantee__title span:nth-child(3) {
	font-size: 22px;
	line-height: 29px;
	display: block;
}

.pho-pdp-guarantee__text {
	color: #000;
	font-size: 16px;
	letter-spacing: 0;
	text-align: center;
	margin: 0 auto 24px;
	max-width: 279px;
	line-height: 1.4;
}

@media (min-width: 400px) {
	.pho-pdp-guarantee {
		background-position: bottom !important;
		padding-bottom: 100%;
	}
}

@media (min-width: 800px) {
	.pho-pdp-guarantee {
		padding-bottom: 70%;
	}
}

@media (min-width: 1000px) {
	.pho-pdp-guarantee {
		background-image: url('../images/pdp-guarantee-bg-desktop.png');
		padding: 97px 60px 97px 0;
		max-width: unset;
		display: flex;
		justify-content: flex-end;
		background-position: left !important;
		border-radius: 38px;
		margin-top: 36px;
		margin-bottom: 0;
	}

	.pho-pdp-guarantee__details {
		max-width: 600px;
	}

	.pho-pdp-guarantee__title {
		text-align: left;
		font-size: 48px;
		line-height: 46px;
	}

	.pho-pdp-guarantee__title span:nth-child(2),
	.pho-pdp-guarantee__title span:nth-child(3) {
		font-size: 32px;
		line-height: 32px;
		display: inline;
	}

	.pho-pdp-guarantee__text {
		text-align: left;
		line-height: 21px;
		max-width: unset;
	}
}

@media (min-width: 1024px) {
	.pho-pdp-guarantee__title span:nth-child(1) {
		display: block;
	}

	.pho-pdp-guarantee__text,
	.pho-pdp-guarantee__title {
		letter-spacing: 0.66px;
	}
}

@media (min-width: 1200px) {
	.pho-pdp-guarantee__details {
		max-width: 792px;
	}
}

@media (min-width: 1900px) {
	.pho-pdp-guarantee {
		padding-top: 210px;
		padding-bottom: 210px;
	}
}

/* FAQ */
.pho-pdp-faq-outer {
	margin-top: 32px;
	margin-bottom: 0;
}

.pho-pdp-faq {
	border-radius: 20px;
	padding: 32px 16px 0;
	max-width: 600px;
	margin: 32px auto;
	background-image: url('../images/pdp-faq-bg-mobile.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.pho-pdp-faq__title {
	color: #000;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	line-height: 38px;
}

.pho-pdp-faq__title span {
	display: block;
}

.pho-pdp-faq__title + .pho-pdp-faq__accordions {
	margin-top: 32px;
}

.pho-pdp-faq__item {
	padding: 19px 16px;
}

.pho-pdp-faq__item:not(:last-child) {
	border-bottom: 1px solid #dedede;
}

.pho-pdp-faq__btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	text-align: left;
	cursor: pointer;
	background: none;
	border: 0;
	padding: 0;
	font: inherit;
	color: inherit;
}

.pho-pdp-faq__label {
	font-size: 16px;
	color: #000;
	line-height: 21px;
	font-weight: 600;
}

.pho-pdp-faq__label span {
	display: block;
}

.pho-pdp-faq__icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	transition: transform 0.3s;
}

.pho-pdp-faq__panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.pho-pdp-faq__panel-inside {
	margin-top: 20px;
	color: #1e2123;
	font-size: 14px;
	line-height: 1.5;
}

.pho-pdp-faq__item.is-active .pho-pdp-faq__icon {
	transform: rotate(180deg);
}

@media (min-width: 370px) {
	.pho-pdp-faq__title {
		font-size: 32px;
	}
}

@media (min-width: 1000px) {
	.pho-pdp-faq-outer {
		margin: 0;
	}

	.pho-pdp-faq {
		max-width: unset;
		padding: 60px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 32px;
		border-radius: 38px;
		margin-top: 60px;
		margin-bottom: 60px;
		background-image: url('../images/pdp-faq-bg-desktop.png');
	}

	.pho-pdp-faq__title {
		margin: 0;
		text-align: left;
		font-size: 44px;
		line-height: 53px;
		height: fit-content;
	}

	.pho-pdp-faq__title + .pho-pdp-faq__accordions {
		margin-top: 0;
	}

	.pho-pdp-faq__item {
		padding: 19px 24px;
	}

	.pho-pdp-faq__item:not(:last-child) {
		border-bottom: 1px solid #000;
	}

	.pho-pdp-faq__label {
		line-height: 25px;
		font-size: 16.34px;
	}
}

@media (min-width: 1200px) {
	.pho-pdp-faq__label span {
		display: inline;
	}
}

/* ── Mobile PDP polish (matches Shopify mobile funnel) ── */
@media (max-width: 1023px) {
	html,
	body.polar-pdp-page {
		overflow-x: clip;
		max-width: 100%;
	}

	.pho-pdp-hero {
		padding: 12px 0 40px;
		overflow: hidden;
	}

	.pho-pdp-hero .pho-container {
		max-width: 100%;
		overflow: hidden;
	}

	.pho-pdp-hero__grid {
		max-width: 100%;
		width: 100%;
		min-width: 0;
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.pho-pdp-gallery {
		order: 1;
	}

	.pho-pdp-buy {
		order: 2;
		margin-top: 20px;
		padding-top: 0;
	}

	.pho-pdp-gallery,
	.pho-pdp-buy {
		min-width: 0;
		max-width: 100%;
	}

	.pho-pdp-gallery__main {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: min(92vw, 420px);
		object-fit: contain;
	}

	.pho-pdp-gallery__thumbs {
		max-width: 100%;
	}

	.pho-pdp-featured-review {
		display: none;
	}

	.pho-pdp-bottles {
		flex-wrap: nowrap;
		overflow-x: auto;
		justify-content: flex-start;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding-bottom: 4px;
	}

	.pho-pdp-bottles::-webkit-scrollbar {
		display: none;
	}

	.pho-pdp-bottles img {
		height: 72px;
		max-width: none;
		flex-shrink: 0;
	}

	.pho-pdp-videos img {
		width: 120px;
		height: 215px;
	}

	.pho-pdp-buy h1 {
		font-size: 26px;
		font-weight: 700;
		margin: 10px 0 6px;
		line-height: 1.1;
	}

	.pho-pdp-rating-row {
		margin-bottom: 2px;
	}

	.pho-pdp-subtitle {
		font-size: 11px;
		margin-bottom: 10px;
		color: #666;
		letter-spacing: 0.06em;
		line-height: 1.35;
	}

	.pho-pdp-divider {
		margin: 0 0 14px;
		opacity: 1;
		border-top-color: #e5e7eb;
	}

	.pho-pdp-price-row {
		margin: 0 0 16px;
		gap: 8px;
		align-items: baseline;
		flex-wrap: wrap;
	}

	.pho-pdp-price-row del {
		font-size: 16px;
	}

	.pho-pdp-price-row strong {
		font-size: 28px;
	}

	.pho-pdp-sale-badge {
		font-size: 9px;
		padding: 4px 10px;
		letter-spacing: 0.04em;
	}

	.pho-pdp-price-note {
		display: none;
	}

	.pho-pdp-rating-row .pho-stars-img {
		height: 14px;
	}

	.pho-pdp-verified-link {
		font-size: 13px;
		color: #465169;
	}

	.pho-pdp-benefits {
		margin: 0 0 22px;
		padding: 14px 12px;
		gap: 14px 10px;
		border-color: #e5e7eb;
	}

	.pho-pdp-benefit {
		font-size: 11px;
		line-height: 15px;
		color: var(--indigo-text);
	}

	.pho-pdp-benefit svg {
		width: 15px;
		height: 15px;
	}

	.pho-pdp-label {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.pho-pdp-label-hint {
		display: none;
	}

	.pho-pdp-colors {
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 10px;
		padding-bottom: 6px;
		margin-bottom: 22px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.pho-pdp-colors::-webkit-scrollbar {
		display: none;
	}

	.pho-pdp-color {
		flex-shrink: 0;
	}

	.pho-pdp-color__frame {
		width: 50px;
		height: 50px;
	}

	.pho-pdp-color__swatch {
		width: 42px;
		height: 42px;
	}

	.pho-pdp-color__name {
		font-size: 10px;
		max-width: 52px;
	}

	.pho-pdp-qty-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px;
		padding-top: 14px;
		margin-bottom: 20px;
		align-items: flex-end;
	}

	.pho-pdp-qty {
		padding-top: 12px;
	}

	.pho-pdp-qty__badge {
		font-size: 7px;
		padding: 2px 5px;
		min-height: 16px;
		white-space: nowrap;
	}

	.pho-pdp-qty__box {
		min-height: 54px;
		padding: 12px 4px;
		font-size: 12px;
		border-radius: 8px;
	}

	.pho-pdp-qty__each {
		font-size: 11px;
		font-weight: 800;
		color: var(--indigo);
	}

	.pho-pdp-qty.is-active .pho-pdp-qty__each {
		color: var(--indigo);
	}

	.pho-pdp-buy .pho-btn--primary {
		font-size: 15px;
		padding: 15px;
	}

	.pho-pdp-post-cart {
		margin-top: 24px;
	}

	.pho-pdp-guarantee-inline {
		margin: 0 0 20px;
		font-size: 13px;
		line-height: 1.45;
	}

	.pho-pdp-warning {
		padding: 14px;
		margin-bottom: 0;
	}

	.pho-pdp-warning__head h3 {
		font-size: 14px;
	}

	.pho-pdp-warning__body p {
		font-size: 13px;
	}

	.pho-pdp-details {
		margin-bottom: 20px;
	}

	.pho-pdp-details__item {
		padding: 14px 0;
	}

	.pho-pdp-details__label {
		font-size: 15px;
	}

	.pho-pdp-details__panel-inside {
		font-size: 13px;
	}

	.pho-pdp-trust-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px 8px;
		padding: 14px 10px;
		margin-bottom: 24px;
	}

	.pho-pdp-trust-item img {
		width: 36px;
		height: 36px;
		margin-bottom: 6px;
	}

	.pho-pdp-trust-item__title {
		font-size: 10px;
		line-height: 14px;
	}

	.pho-pdp-trust-item__text {
		font-size: 10px;
		line-height: 14px;
	}

	.pho-pdp-trust-item__title span,
	.pho-pdp-trust-item__text span {
		display: inline;
	}

	.pho-pdp-customers-block {
		margin-top: 20px;
	}

	.pho-pdp-customers-block h3 {
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 14px;
	}

	.pho-pdp-video-section {
		padding: 32px 0;
	}

	.pho-pdp-video-section__subtitle,
	.pho-pdp-video-section__title {
		font-size: 24px;
	}

	.pho-pdp-video-section__desc {
		margin-bottom: 88px;
		font-size: 15px;
	}

	.pho-pdp-video-stage {
		padding: 0 12px 40px;
		border-radius: 20px;
		background-size: cover;
		background-position: center top;
	}

	.pho-pdp-video-media {
		width: 100%;
		max-width: none;
		margin-top: -56px;
	}

	.pho-pdp-video-features {
		margin-top: 40px;
		padding: 0 8px 36px;
		gap: 20px 10px;
	}

	.pho-pdp-video-feat {
		flex: 0 0 calc(50% - 5px);
		max-width: calc(50% - 5px);
	}

	.pho-pdp-reviews {
		padding: 40px 0 32px;
		overflow: visible;
	}

	.pho-pdp-reviews__title {
		font-size: 24px;
		line-height: 1.15;
		margin-bottom: 20px;
	}

	.pho-pdp-tabs {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		margin-bottom: 20px;
		padding: 0 20px;
	}

	.pho-pdp-tab {
		font-size: 11px;
		padding: 11px 14px;
		width: 100%;
		text-align: center;
		border-radius: 999px;
	}

	.pho-pdp-reviews__panels,
	.pho-pdp-reviews__panel {
		overflow: visible;
	}

	.pho-pdp-reviews__track {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		touch-action: pan-x;
		padding: 0 20px 8px;
		scroll-padding-inline: 20px;
	}

	.pho-pdp-rcard {
		flex: 0 0 min(300px, 78vw);
		max-width: none;
	}

	.pho-pdp-rcard__body {
		min-height: 168px;
		padding: 14px 16px 16px;
	}

	.pho-pdp-reviews__indicator {
		max-width: min(320px, calc(100% - 40px));
		margin-top: 16px;
		gap: 5px;
	}

	.pho-pdp-reviews__indicator span {
		height: 3px;
		border-radius: 999px;
	}

	.pho-pdp-compare {
		padding: 40px 0;
	}

	.pho-pdp-compare .pho-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.pho-pdp-compare__header {
		margin-bottom: 24px;
	}

	.pho-pdp-compare__header h2 {
		font-size: 24px;
	}

	.pho-pdp-compare__header p {
		font-size: 15px;
		line-height: 1.5;
	}

	.pho-pdp-compare__mobile-board {
		border-radius: 22px;
		max-width: 100%;
	}

	.pho-pdp-compare__mobile-hero {
		min-height: 180px;
	}

	.pho-pdp-compare__mobile-hero-col {
		min-height: 180px;
		padding: 22px 10px 14px;
	}

	.pho-pdp-compare__mobile-logo {
		max-width: 108px;
	}

	.pho-pdp-compare__mobile-product--polar {
		max-width: 68px;
		max-height: 118px;
	}

	.pho-pdp-compare__mobile-product--regular {
		max-width: 124px;
		max-height: 98px;
	}

	.pho-pdp-compare__mobile-cards {
		padding: 0 14px 14px;
		gap: 8px;
	}

	.pho-pdp-compare__mobile-row {
		padding: 16px 12px;
		border-radius: 12px;
	}

	.pho-pdp-compare__mobile-label {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.pho-pdp-compare__mobile-val {
		font-size: 13px;
	}

	.pho-pdp-compare__mobile-val svg {
		width: 16px;
		height: 16px;
	}

	.pho-pdp-guarantee {
		margin: 24px 16px;
	}

	.pho-pdp-faq {
		margin: 24px 16px;
		padding: 32px 16px 260px;
		background-position: center bottom;
		background-size: 100% auto;
	}

	.pho-pdp-faq__accordions {
		position: relative;
		z-index: 1;
	}
}

@media (max-width: 400px) {
	.pho-pdp-video-section__desc {
		margin-bottom: 72px;
	}

	.pho-pdp-video-media {
		margin-top: -48px;
	}

	.pho-pdp-video-features {
		margin-top: 36px;
	}
}

@media (max-width: 1039px) {
	.pho-pdp-reasons {
		overflow: visible;
	}

	.pho-pdp-reasons__wrap {
		overflow: visible;
		max-width: 100%;
	}

	.pho-pdp-reasons__board {
		border-radius: 0 0 20px 20px;
		overflow: visible;
	}

	.pho-pdp-reasons__media {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		border-radius: 15px 15px 0 0;
	}

	.pho-pdp-reasons__video {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.pho-pdp-reasons__track {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		touch-action: pan-x;
		width: 100%;
		min-width: 0;
		padding: 20px 16px 0;
		scroll-padding-inline: 16px;
	}

	.pho-pdp-reason-card {
		flex: 0 0 calc(100% - 32px);
		max-width: none;
		padding: 18px 16px;
		min-height: 210px;
	}

	.pho-pdp-reasons__indicator {
		max-width: min(280px, calc(100% - 48px));
		padding: 18px 16px 24px;
	}

	.pho-pdp-reason-card h3 {
		font-size: 14px;
		line-height: 1.3;
	}

	.pho-pdp-reason-card p {
		font-size: 13px;
		line-height: 1.4;
	}
}
