.ndbp,
.ndbp * {
	box-sizing: border-box;
}

.ndbp {
	--ndbp-ink: #17122b;
	--ndbp-muted: #625a78;
	--ndbp-soft: #fbf6ef;
	--ndbp-night: #160f2c;
	--ndbp-night-2: #3d1f54;
	--ndbp-pink: #ed3d9f;
	--ndbp-orange: #ff9f43;
	--ndbp-line: rgba(23, 18, 43, 0.12);
	--ndbp-shadow: 0 22px 60px rgba(23, 18, 43, 0.14);
	color: var(--ndbp-ink);
	font-family: inherit;
	margin: 0;
	overflow: clip;
}

.ndbp-shell {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 22px;
	width: 100%;
}

.ndbp-hero {
	background: radial-gradient(circle at 78% 16%, rgba(237, 61, 159, 0.32), transparent 34%), linear-gradient(135deg, #120d28 0%, #21153c 54%, #3b1d51 100%);
	color: #fff;
	margin: 40px auto 0;
	max-width: calc(100% - 32px);
	padding: clamp(34px, 6vw, 74px) 0;
}

.ndbp-hero__inner {
	align-items: center;
	display: grid;
	gap: clamp(28px, 5vw, 70px);
	grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.82fr);
}

.ndbp-back {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: #d8d1e6;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 52px;
	padding: 13px 20px;
	text-decoration: none;
}

.ndbp-back:hover {
	color: #fff;
}

.ndbp-eyebrow {
	color: var(--ndbp-pink);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.22em;
	line-height: 1.4;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.ndbp-copy h1 {
	color: #fff;
	font-size: clamp(46px, 7vw, 78px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.94;
	margin: 0 0 24px;
	max-width: 760px;
}

.ndbp-lede {
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(17px, 1.45vw, 20px);
	line-height: 1.72;
	margin: 0;
	max-width: 720px;
}

.ndbp-proofbar {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
	max-width: 720px;
}

.ndbp-proofbar__item {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	padding: 16px;
}

.ndbp-proofbar__item span,
.ndbp-buy__label,
.ndbp-mobile-bar small {
	color: rgba(255, 255, 255, 0.58);
	display: block;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.13em;
	line-height: 1.35;
	text-transform: uppercase;
}

.ndbp-proofbar__item strong {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 950;
	line-height: 1.1;
	margin-top: 6px;
}

.ndbp-gallery {
	display: grid;
	gap: 12px;
}

.ndbp-gallery__main {
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
	margin: 0;
	overflow: hidden;
	padding: clamp(12px, 2vw, 22px);
}

.ndbp-gallery__main img,
.ndbp-related__card img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.ndbp-gallery__thumbs {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ndbp-gallery__thumb {
	aspect-ratio: 1 / 1;
	background: #fff;
	border: 2px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	overflow: hidden;
	padding: 5px;
	transition: border-color 160ms ease, transform 160ms ease;
}

.ndbp-gallery__thumb:hover,
.ndbp-gallery__thumb.is-active {
	border-color: var(--ndbp-pink);
	transform: translateY(-2px);
}

.ndbp-gallery__thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ndbp-gallery__placeholder {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.75);
	display: flex;
	justify-content: center;
	padding: 24px;
}

.ndbp-main {
	background: #fff;
	padding: clamp(34px, 5vw, 70px) 0 clamp(48px, 6vw, 86px);
}

.ndbp-shop-layout {
	align-items: start;
	display: grid;
	gap: clamp(24px, 4vw, 54px);
	grid-template-columns: minmax(0, 1fr) 360px;
}

.ndbp-content {
	min-width: 0;
}

.ndbp-buy {
	position: sticky;
	top: 92px;
}

.ndbp-buy__card {
	background: #fff;
	border: 1px solid var(--ndbp-line);
	border-radius: 8px;
	box-shadow: var(--ndbp-shadow);
	color: var(--ndbp-ink);
	padding: 22px;
	position: relative;
}

.ndbp-badge {
	background: linear-gradient(110deg, var(--ndbp-pink), var(--ndbp-orange));
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	line-height: 1;
	padding: 9px 12px;
	position: absolute;
	right: 18px;
	top: 18px;
}

.ndbp-buy__label {
	color: var(--ndbp-pink);
	margin: 0 0 10px;
}

.ndbp-buy h2 {
	color: var(--ndbp-ink);
	font-size: 23px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 62px 16px 0;
}

.ndbp-price {
	border-bottom: 1px solid var(--ndbp-line);
	font-size: 30px;
	font-weight: 950;
	line-height: 1.1;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.ndbp-price del {
	color: #958ba7;
	display: block;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 4px;
}

.ndbp-price ins {
	color: var(--ndbp-ink);
	text-decoration: none;
}

.ndbp-buy__trust {
	display: grid;
	gap: 8px;
	margin: 0 0 18px;
}

.ndbp-buy__trust span {
	align-items: center;
	color: var(--ndbp-muted);
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 9px;
	line-height: 1.35;
}

.ndbp-buy__trust span::before {
	background: linear-gradient(110deg, var(--ndbp-pink), var(--ndbp-orange));
	border-radius: 99px;
	content: "";
	flex: 0 0 8px;
	height: 8px;
	width: 8px;
}

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

.ndbp-cart-form .quantity {
	float: none !important;
	margin: 0 !important;
	width: 100%;
}

.ndbp-cart-form .quantity input.qty {
	background: var(--ndbp-soft);
	border: 1px solid var(--ndbp-line);
	border-radius: 8px;
	color: var(--ndbp-ink);
	font-size: 18px;
	font-weight: 900;
	min-height: 52px;
	width: 100%;
}

.ndbp-cart-form button.single_add_to_cart_button,
.ndbp-cart-form .single_add_to_cart_button {
	background: linear-gradient(110deg, var(--ndbp-pink), var(--ndbp-orange)) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: 0 14px 30px rgba(237, 61, 159, 0.25);
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 950 !important;
	min-height: 58px;
	text-transform: none !important;
	width: 100%;
}

.ndbp-buy__note {
	background: var(--ndbp-soft);
	border-radius: 8px;
	color: var(--ndbp-muted);
	display: grid;
	font-size: 13px;
	gap: 4px;
	line-height: 1.55;
	margin-top: 16px;
	padding: 14px;
}

.ndbp-buy__note strong {
	color: var(--ndbp-ink);
}

.ndbp-section {
	margin: 0 0 clamp(40px, 6vw, 74px);
}

.ndbp-section__head {
	margin: 0 0 22px;
	max-width: 780px;
}

.ndbp-section__head h2,
.ndbp-summary h2,
.ndbp-fit h2 {
	color: var(--ndbp-ink);
	font-size: clamp(34px, 4.8vw, 54px);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
}

.ndbp-summary {
	background: var(--ndbp-soft);
	border-radius: 8px;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.68fr);
	padding: clamp(22px, 4vw, 38px);
}

.ndbp-summary__points {
	display: grid;
	gap: 10px;
}

.ndbp-summary__points span {
	background: #fff;
	border: 1px solid var(--ndbp-line);
	border-radius: 8px;
	color: var(--ndbp-ink);
	font-size: 15px;
	font-weight: 850;
	line-height: 1.4;
	padding: 14px 16px;
}

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

.ndbp-info-card,
.ndbp-fit__cards article,
.ndbp-compare__grid > div,
.ndbp-related__card,
.ndbp-richtext {
	background: #fff;
	border: 1px solid var(--ndbp-line);
	border-radius: 8px;
}

.ndbp-info-card {
	padding: 22px;
}

.ndbp-info-card span {
	background: linear-gradient(110deg, var(--ndbp-pink), var(--ndbp-orange));
	border-radius: 99px;
	display: block;
	height: 7px;
	margin-bottom: 24px;
	width: 40px;
}

.ndbp-info-card h3,
.ndbp-fit__cards strong,
.ndbp-compare h3 {
	color: var(--ndbp-ink);
	display: block;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0 0 10px;
}

.ndbp-info-card p,
.ndbp-fit p,
.ndbp-compare li,
.ndbp-richtext,
.ndbp-faq p {
	color: var(--ndbp-muted);
	font-size: 16px;
	line-height: 1.72;
	margin: 0;
}

.ndbp-fit {
	background: radial-gradient(circle at 88% 10%, rgba(237, 61, 159, 0.22), transparent 30%), linear-gradient(135deg, var(--ndbp-night), var(--ndbp-night-2));
	border-radius: 8px;
	color: #fff;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.68fr);
	padding: clamp(24px, 4vw, 42px);
}

.ndbp-fit h2,
.ndbp-fit p {
	color: #fff;
}

.ndbp-fit p {
	color: rgba(255, 255, 255, 0.72);
	margin-top: 16px;
}

.ndbp-fit__cards {
	display: grid;
	gap: 12px;
}

.ndbp-fit__cards article {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.14);
	padding: 20px;
}

.ndbp-fit__cards strong {
	color: #fff;
}

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

.ndbp-compare__grid > div {
	padding: 24px;
}

.ndbp-compare__good {
	background: linear-gradient(180deg, #fff, #fff7fc);
}

.ndbp-compare__plain {
	background: var(--ndbp-soft);
}

.ndbp-compare ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ndbp-compare li {
	padding-left: 20px;
	position: relative;
}

.ndbp-compare li::before {
	background: var(--ndbp-pink);
	border-radius: 99px;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 7px;
}

.ndbp-richtext {
	background: var(--ndbp-soft);
	padding: clamp(22px, 4vw, 38px);
}

.ndbp-richtext h2,
.ndbp-richtext h3 {
	color: var(--ndbp-ink);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1;
}

.ndbp-richtext a {
	color: var(--ndbp-pink);
	font-weight: 900;
}

.ndbp-faq__list {
	display: grid;
	gap: 10px;
}

.ndbp-faq details {
	background: #fff;
	border: 1px solid var(--ndbp-line);
	border-radius: 8px;
	padding: 0;
}

.ndbp-faq summary {
	color: var(--ndbp-ink);
	cursor: pointer;
	font-size: 18px;
	font-weight: 950;
	line-height: 1.25;
	list-style: none;
	padding: 20px 22px;
}

.ndbp-faq summary::-webkit-details-marker {
	display: none;
}

.ndbp-faq p {
	border-top: 1px solid var(--ndbp-line);
	padding: 0 22px 20px;
}

.ndbp-related__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ndbp-related__card {
	color: var(--ndbp-ink);
	display: grid;
	gap: 10px;
	padding: 14px;
	text-decoration: none;
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.ndbp-related__card:hover {
	box-shadow: var(--ndbp-shadow);
	transform: translateY(-2px);
}

.ndbp-related__card img {
	aspect-ratio: 4 / 3;
	background: var(--ndbp-soft);
	border-radius: 8px;
	padding: 8px;
}

.ndbp-related__card span {
	font-weight: 950;
	line-height: 1.2;
}

.ndbp-related__card strong {
	color: var(--ndbp-pink);
}

.ndbp-message {
	background: #fff3f9;
	border: 1px solid rgba(237, 61, 159, 0.28);
	border-radius: 8px;
	color: var(--ndbp-ink);
	padding: 16px;
}

.ndbp-mobile-bar {
	display: none;
}

@media (max-width: 980px) {
	.ndbp-hero {
		margin-top: 18px;
		max-width: calc(100% - 20px);
	}

	.ndbp-hero__inner,
	.ndbp-shop-layout,
	.ndbp-summary,
	.ndbp-fit {
		grid-template-columns: 1fr;
	}

	.ndbp-back {
		margin-bottom: 28px;
	}

	.ndbp-buy {
		order: -1;
		position: static;
	}
}

@media (max-width: 720px) {
	.ndbp-shell {
		padding: 0 16px;
	}

	.ndbp-hero {
		padding: 30px 0 34px;
	}

	.ndbp-copy h1 {
		font-size: clamp(34px, 10.4vw, 42px);
		line-height: 0.98;
		overflow-wrap: normal;
	}

	.ndbp-lede {
		font-size: 16px;
		line-height: 1.65;
	}

	.ndbp-proofbar,
	.ndbp-card-grid,
	.ndbp-compare__grid,
	.ndbp-related__grid {
		grid-template-columns: 1fr;
	}

	.ndbp-gallery__thumbs {
		display: flex;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.ndbp-gallery__thumb {
		flex: 0 0 74px;
	}

	.ndbp-section {
		margin-bottom: 42px;
	}

	.ndbp-section__head h2,
	.ndbp-summary h2,
	.ndbp-fit h2 {
		font-size: clamp(30px, 10vw, 42px);
		line-height: 1.02;
	}

	.ndbp-buy__card,
	.ndbp-summary,
	.ndbp-fit,
	.ndbp-richtext {
		padding: 20px;
	}

	.ndbp-mobile-bar {
		align-items: center;
		background: rgba(22, 15, 44, 0.97);
		border-top: 1px solid rgba(255, 255, 255, 0.14);
		bottom: 0;
		color: #fff;
		display: flex;
		gap: 14px;
		justify-content: space-between;
		left: 0;
		padding: 10px 14px;
		position: fixed;
		right: 0;
		z-index: 9998;
	}

	.ndbp-mobile-bar span {
		display: block;
		font-size: 16px;
		font-weight: 950;
		line-height: 1.1;
	}

	.ndbp-mobile-bar del {
		display: none;
	}

	.ndbp-mobile-bar ins {
		color: #fff;
		text-decoration: none;
	}

	.ndbp-mobile-bar a {
		background: linear-gradient(110deg, var(--ndbp-pink), var(--ndbp-orange));
		border-radius: 999px;
		color: #fff;
		font-weight: 950;
		padding: 12px 18px;
		text-decoration: none;
		white-space: nowrap;
	}
}
