body.ibi-premium-product-page {
	overflow-x: clip;
	background: #fff;
}

body.ibi-premium-product-page #page-title,
body.ibi-premium-product-page .page-title,
body.ibi-premium-product-page .kapee-breadcrumb,
body.ibi-premium-product-page .breadcrumb {
	display: none !important;
}

body.ibi-premium-product-page .ibi-pp-header {
	display: none !important;
}

body.ibi-premium-product-page #primary,
body.ibi-premium-product-page .content-area,
body.ibi-premium-product-page .site-content > .container {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ibi-pp {
	--ibi-rose: #d93666;
	--ibi-green: #1f8f5f;
	--ibi-ink: #24242a;
	--ibi-soft: #fff5f8;
	--ibi-muted: #686872;
	--ibi-line: #ececf1;
	--ibi-cream: #fffaf7;
	color: var(--ibi-ink);
	background: #fff;
	font-family: inherit;
	overflow-x: clip;
	padding-bottom: 78px;
}

.ibi-pp *,
.ibi-pp *::before,
.ibi-pp *::after {
	box-sizing: border-box;
}

.ibi-pp img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ibi-pp-wrap {
	width: min(1320px, calc(100% - 40px));
	margin: 0 auto;
}

.ibi-pp-hero {
	padding: 28px 0 56px;
	background: linear-gradient(180deg, var(--ibi-soft) 0%, #fff 72%);
}

.ibi-pp-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.72fr);
	gap: clamp(26px, 4vw, 58px);
	align-items: start;
}

.ibi-pp-gallery {
	position: sticky;
	top: 22px;
	min-width: 0;
}

.ibi-pp-gallery__stage {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--ibi-line);
	border-radius: 8px;
	background: #fff;
	aspect-ratio: 1 / 0.86;
	box-shadow: 0 24px 70px rgba(36, 36, 42, 0.08);
	cursor: zoom-in;
}

.ibi-pp-gallery__stage.is-zoomed {
	cursor: zoom-out;
}

.ibi-pp-gallery__item {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	transition: opacity 180ms ease;
}

.ibi-pp-gallery__item.is-active {
	opacity: 1;
}

.ibi-pp-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 220ms ease;
}

.ibi-pp-gallery__stage.is-zoomed .ibi-pp-gallery__item.is-active img {
	transform: scale(1.45);
}

.ibi-pp-thumbs {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 9px;
	margin-top: 12px;
}

.ibi-pp-thumbs button {
	overflow: hidden;
	padding: 0;
	border: 1px solid var(--ibi-line);
	border-radius: 8px;
	background: #fff;
	aspect-ratio: 1 / 1;
	cursor: pointer;
}

.ibi-pp-thumbs button.is-active {
	border-color: var(--ibi-rose);
	box-shadow: 0 0 0 2px rgba(217, 54, 102, 0.16);
}

.ibi-pp-thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ibi-pp-panel {
	position: sticky;
	top: 22px;
	min-width: 0;
	padding: 24px;
	border: 1px solid var(--ibi-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 20px 70px rgba(36, 36, 42, 0.08);
}

.ibi-pp-rating {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 12px;
	color: var(--ibi-ink);
	font-weight: 800;
	text-decoration: none;
}

.ibi-pp-rating span {
	color: #f6b400;
	letter-spacing: 0;
}

.ibi-pp-rating small {
	color: var(--ibi-muted);
	font-weight: 800;
}

.ibi-pp h1 {
	margin: 0 0 14px;
	font-size: clamp(34px, 4vw, 58px);
	line-height: 1.03;
	font-weight: 900;
	letter-spacing: 0;
	color: var(--ibi-ink);
	overflow-wrap: anywhere;
}

.ibi-pp-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
	margin: 0 0 16px;
	font-size: 28px;
	font-weight: 900;
	color: var(--ibi-rose);
}

.ibi-pp-price del {
	color: #8c8c96;
	font-size: 18px;
	font-weight: 800;
	opacity: 1;
}

.ibi-pp-price ins {
	color: var(--ibi-rose);
	text-decoration: none;
}

.ibi-pp-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.ibi-pp-meta span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--ibi-line);
	color: var(--ibi-muted);
	font-size: 13px;
	font-weight: 800;
}

.ibi-pp-badges {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 16px 0;
}

.ibi-pp-badges div {
	padding: 12px;
	border: 1px solid var(--ibi-line);
	border-radius: 8px;
	background: var(--ibi-cream);
}

.ibi-pp-badges strong,
.ibi-pp-badges span {
	display: block;
	line-height: 1.25;
}

.ibi-pp-badges strong {
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 900;
}

.ibi-pp-badges span {
	color: var(--ibi-muted);
	font-size: 12px;
	font-weight: 700;
}

.ibi-pp-short-benefits {
	display: grid;
	gap: 8px;
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.ibi-pp-short-benefits li {
	position: relative;
	padding-left: 24px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
}

.ibi-pp-short-benefits li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--ibi-green);
	font-weight: 900;
}

.ibi-pp-cart form.cart {
	display: grid;
	gap: 12px;
	margin: 0;
}

.ibi-pp-cart .quantity {
	float: none !important;
	margin: 0 !important;
}

.ibi-pp-cart input.qty {
	min-height: 48px;
	border: 1px solid var(--ibi-line);
	border-radius: 8px;
	font-size: 16px;
}

.ibi-pp-cart .single_add_to_cart_button,
.ibi-pp-cart button[type="submit"] {
	width: 100%;
	min-height: 54px;
	border: 0;
	border-radius: 8px;
	background: var(--ibi-ink);
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	text-transform: none;
}

.ibi-pp-cart .variations {
	width: 100%;
	margin: 0 0 12px;
}

.ibi-pp-cart .variations th,
.ibi-pp-cart .variations td {
	display: block;
	padding: 0 0 8px;
	text-align: left;
}

.ibi-pp-cart select {
	width: 100%;
	min-height: 46px;
	border: 1px solid var(--ibi-line);
	border-radius: 8px;
	padding: 0 12px;
	background: #fff;
	font-size: 16px;
}

.ibi-pp-whatsapp {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	margin-top: 10px;
	border-radius: 8px;
	background: #eaf8f0;
	color: #16784e;
	font-size: 16px;
	font-weight: 900;
	text-decoration: none;
}

.ibi-pp-section,
.ibi-pp-lifestyle {
	padding: clamp(42px, 7vw, 86px) 0;
}

.ibi-pp-section__head {
	max-width: 760px;
	margin-bottom: 26px;
}

.ibi-pp-section__head p,
.ibi-pp-lifestyle p {
	margin: 0 0 8px;
	color: var(--ibi-green);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.ibi-pp-section__head h2,
.ibi-pp-lifestyle h2 {
	margin: 0;
	color: var(--ibi-ink);
	font-size: clamp(30px, 4vw, 52px);
	line-height: 1.05;
	font-weight: 900;
	letter-spacing: 0;
}

.ibi-pp-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.ibi-pp-benefits article {
	min-height: 220px;
	padding: 22px;
	border: 1px solid var(--ibi-line);
	border-radius: 8px;
	background: #fff;
}

.ibi-pp-benefits span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: var(--ibi-soft);
	color: var(--ibi-rose);
	font-size: 20px;
	font-weight: 900;
}

.ibi-pp-benefits h3 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.15;
	font-weight: 900;
}

.ibi-pp-benefits p,
.ibi-pp-lifestyle div,
.ibi-pp-richtext,
.ibi-pp-faq p {
	color: var(--ibi-muted);
	font-size: 16px;
	line-height: 1.65;
}

.ibi-pp-lifestyle {
	background: var(--ibi-soft);
}

.ibi-pp-lifestyle__grid {
	display: grid;
	grid-template-columns: 0.72fr 1fr;
	gap: clamp(24px, 5vw, 70px);
	align-items: center;
}

.ibi-pp-lifestyle__media {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.ibi-pp-lifestyle__media img {
	width: 100%;
	aspect-ratio: 1 / 1.12;
	object-fit: cover;
	border-radius: 8px;
	background: #fff;
}

.ibi-pp-video-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.ibi-pp-video-grid a {
	display: grid;
	place-items: center;
	min-height: 260px;
	border-radius: 8px;
	background: var(--ibi-ink);
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.ibi-pp-video-grid span {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	margin-bottom: 12px;
	border-radius: 50%;
	background: #fff;
	color: var(--ibi-ink);
}

.ibi-pp-compare {
	background: var(--ibi-cream);
}

.ibi-pp-table {
	overflow: hidden;
	border: 1px solid var(--ibi-line);
	border-radius: 8px;
	background: #fff;
}

.ibi-pp-table > div {
	display: grid;
	grid-template-columns: 0.8fr 1fr 1fr;
}

.ibi-pp-table > div + div {
	border-top: 1px solid var(--ibi-line);
}

.ibi-pp-table span,
.ibi-pp-table strong {
	padding: 16px;
	border-right: 1px solid var(--ibi-line);
	line-height: 1.35;
}

.ibi-pp-table span:last-child,
.ibi-pp-table strong:last-child {
	border-right: 0;
}

.ibi-pp-table strong {
	background: var(--ibi-ink);
	color: #fff;
	font-size: 14px;
}

.ibi-pp-table span:nth-child(2) {
	color: var(--ibi-green);
	font-weight: 900;
}

.ibi-pp-accordions {
	max-width: 920px;
}

.ibi-pp-accordions details {
	border-top: 1px solid var(--ibi-line);
}

.ibi-pp-accordions details:last-child {
	border-bottom: 1px solid var(--ibi-line);
}

.ibi-pp-accordions summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 64px;
	cursor: pointer;
	color: var(--ibi-ink);
	font-size: 18px;
	font-weight: 900;
}

.ibi-pp-accordions summary::after {
	content: "+";
	font-size: 24px;
	font-weight: 700;
}

.ibi-pp-accordions details[open] summary::after {
	content: "-";
}

.ibi-pp-richtext {
	padding-bottom: 22px;
}

.ibi-pp-attributes table {
	width: 100%;
	border-collapse: collapse;
}

.ibi-pp-attributes th,
.ibi-pp-attributes td {
	padding: 12px 0;
	border-bottom: 1px solid var(--ibi-line);
	text-align: left;
}

.ibi-pp-reviews {
	background: var(--ibi-soft);
}

.ibi-pp-reviews #comments,
.ibi-pp-related .products {
	max-width: 100%;
}

.ibi-pp-related ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.ibi-pp-sticky {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 80;
	display: none;
	grid-template-columns: minmax(0, 0.8fr) minmax(130px, 1fr);
	gap: 10px;
	align-items: center;
	padding: 10px max(12px, env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-right));
	background: rgba(255, 255, 255, 0.98);
	border-top: 1px solid var(--ibi-line);
	box-shadow: 0 -12px 30px rgba(36, 36, 42, 0.1);
}

.ibi-pp-sticky strong,
.ibi-pp-sticky span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ibi-pp-sticky strong {
	color: var(--ibi-rose);
	font-size: 17px;
	font-weight: 900;
}

.ibi-pp-sticky span {
	color: var(--ibi-muted);
	font-size: 12px;
	font-weight: 800;
}

.ibi-pp-sticky a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border-radius: 8px;
	background: var(--ibi-ink);
	color: #fff;
	font-weight: 900;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.ibi-pp-hero__grid,
	.ibi-pp-lifestyle__grid {
		grid-template-columns: 1fr;
	}

	.ibi-pp-gallery,
	.ibi-pp-panel {
		position: static;
	}

	.ibi-pp-benefits,
	.ibi-pp-video-grid,
	.ibi-pp-related ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body.ibi-premium-product-page {
		overflow-x: hidden;
	}

	.ibi-pp {
		padding-bottom: 92px;
	}

	.ibi-pp-wrap {
		width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.ibi-pp-hero {
		padding: 16px 0 34px;
	}

	.ibi-pp-gallery__stage {
		aspect-ratio: 1 / 0.82;
	}

	.ibi-pp-thumbs {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 7px;
	}

	.ibi-pp-panel {
		padding: 16px;
	}

	.ibi-pp h1 {
		font-size: 30px;
		line-height: 1.08;
	}

	.ibi-pp-price {
		font-size: 25px;
	}

	.ibi-pp-badges {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.ibi-pp-section,
	.ibi-pp-lifestyle {
		padding: 36px 0;
	}

	.ibi-pp-section__head h2,
	.ibi-pp-lifestyle h2 {
		font-size: 30px;
	}

	.ibi-pp-benefits,
	.ibi-pp-video-grid,
	.ibi-pp-lifestyle__media,
	.ibi-pp-related ul.products {
		grid-template-columns: 1fr;
	}

	.ibi-pp-benefits article {
		min-height: 0;
		padding: 18px;
	}

	.ibi-pp-table {
		overflow: hidden;
	}

	.ibi-pp-table > div {
		grid-template-columns: 1fr;
		min-width: 0;
	}

	.ibi-pp-table > div:first-child {
		display: none;
	}

	.ibi-pp-table span,
	.ibi-pp-table strong {
		border-right: 0;
		padding: 13px 14px;
	}

	.ibi-pp-table span:first-child {
		background: var(--ibi-ink);
		color: #fff;
		font-weight: 900;
	}

	.ibi-pp-table span:nth-child(2)::before {
		content: "IBI: ";
		color: var(--ibi-ink);
	}

	.ibi-pp-table span:nth-child(3)::before {
		content: "Classique: ";
		color: var(--ibi-ink);
		font-weight: 900;
	}

	.ibi-pp-sticky {
		display: grid;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ibi-pp-gallery__item,
	.ibi-pp-gallery__item img {
		transition: none;
	}
}
