.ns-product-enhanced {
	--ns-green: #176b4d;
	--ns-green-dark: #005138;
	--ns-mint: #eaf7f1;
	--ns-cream: #fff8ec;
	--ns-text: #121d26;
	--ns-muted: #55615d;
	--ns-border: #d6e3dd;
	--ns-orange: #f59e0b;
	background: #f7f9ff;
	overflow-x: hidden;
}

.ns-product-enhanced,
.ns-product-enhanced * {
	box-sizing: border-box;
}

.ns-product-enhanced .site-header,
.ns-product-enhanced .ast-primary-header-bar,
.ns-product-enhanced .main-header-bar {
	background: rgba(255, 248, 236, 0.94);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: 0 1px 0 rgba(23, 107, 77, 0.12), 0 12px 34px rgba(23, 107, 77, 0.05);
}

.ns-product-enhanced .ast-primary-header-bar,
.ns-product-enhanced .main-header-bar,
.ns-product-enhanced .ast-builder-grid-row {
	min-height: 62px;
}

.ns-product-enhanced .ast-above-header-bar,
.ns-product-enhanced .site-above-header-wrap,
.ns-product-enhanced .ast-above-header-wrap .ast-builder-grid-row {
	min-height: 54px;
	background: transparent;
}

.ns-product-enhanced .custom-logo,
.ns-product-enhanced .site-logo-img img {
	max-width: 96px;
	max-height: 42px;
	object-fit: contain;
}

.ns-product-enhanced .main-header-menu .menu-link,
.ns-product-enhanced .ast-builder-menu .menu-item > .menu-link {
	color: var(--ns-text);
	font-family: Manrope, Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 10px 14px;
	border-radius: 999px;
	transition: background-color 160ms ease, color 160ms ease;
}

.ns-product-enhanced .main-header-menu .menu-link:hover,
.ns-product-enhanced .ast-builder-menu .menu-item > .menu-link:hover,
.ns-product-enhanced .main-header-menu .current-menu-item > .menu-link,
.ns-product-enhanced .main-header-menu .current_page_parent > .menu-link {
	background: var(--ns-mint);
	color: var(--ns-green-dark);
}

.ns-product-enhanced .site-content {
	background:
		radial-gradient(circle at 8% 0%, rgba(154, 233, 195, 0.22), transparent 34rem),
		linear-gradient(180deg, #f7f9ff 0%, #fff8ec 100%);
}

.ns-product-enhanced .site-content .ast-container,
.ns-product-enhanced .ast-container {
	max-width: 1240px;
}

.ns-product-enhanced div.product {
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 24px 80px rgba(23, 107, 77, 0.08);
	padding: clamp(24px, 4vw, 56px);
}

.ns-product-enhanced div.product div.images img {
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 52px rgba(18, 29, 38, 0.08);
}

.ns-product-enhanced div.product .summary {
	border: 1px solid rgba(23, 107, 77, 0.12);
	border-radius: 24px;
	background: linear-gradient(135deg, #fff 0%, var(--ns-mint) 100%);
	box-shadow: 0 18px 52px rgba(23, 107, 77, 0.08);
	padding: clamp(22px, 3vw, 34px);
}

.ns-product-enhanced .product_title {
	color: var(--ns-text);
	font-family: Newsreader, Georgia, serif;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.02;
	letter-spacing: -0.035em;
}

.ns-product-enhanced div.product p.price,
.ns-product-enhanced div.product span.price {
	margin: 12px 0 16px;
	color: var(--ns-green-dark);
	font-family: Manrope, Arial, sans-serif;
	font-size: clamp(24px, 2.5vw, 34px);
	font-weight: 900;
}

.ns-product-enhanced div.product p.price del,
.ns-product-enhanced div.product span.price del {
	color: #8a8f98;
	font-size: 0.72em;
	opacity: 0.75;
}

.ns-product-enhanced .single_add_to_cart_button,
.ns-product-enhanced .woocommerce button.single_add_to_cart_button,
.ns-product-enhanced .woocommerce div.product form.cart .button {
	width: 100%;
	min-height: 56px;
	border-radius: 999px;
	background: var(--ns-orange) !important;
	color: #251a09 !important;
	font: 900 15px/1 Manrope, Arial, sans-serif;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	box-shadow: 0 14px 32px rgba(245, 158, 11, 0.28);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.ns-product-enhanced .single_add_to_cart_button:hover,
.ns-product-enhanced .woocommerce div.product form.cart .button:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 38px rgba(245, 158, 11, 0.34);
}

.ns-product-benefits {
	display: grid;
	gap: 10px;
	margin: 18px 0;
}

.ns-product-benefits div {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: #26343f;
	font: 700 15px/1.4 Manrope, Arial, sans-serif;
}

.ns-product-benefits span {
	display: grid;
	flex: 0 0 22px;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: var(--ns-green);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
}

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

.ns-product-trust div {
	padding: 12px;
	border: 1px solid rgba(23, 107, 77, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.78);
}

.ns-product-trust strong,
.ns-product-trust small {
	display: block;
}

.ns-product-trust strong {
	color: var(--ns-green-dark);
	font: 900 13px/1.25 Manrope, Arial, sans-serif;
}

.ns-product-trust strong span {
	margin-right: 6px;
}

.ns-product-trust small {
	margin-top: 4px;
	color: var(--ns-muted);
	font-size: 12px;
	line-height: 1.3;
}

.ns-product-safety-note {
	margin-top: 14px;
	padding: 13px 14px;
	border-radius: 16px;
	background: #fff7e6;
	color: #534531;
	font: 700 12.5px/1.45 Manrope, Arial, sans-serif;
}

.ns-product-enhanced .woocommerce-tabs {
	margin-top: 42px;
}

.ns-product-enhanced .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid var(--ns-border);
}

.ns-product-enhanced .woocommerce-tabs ul.tabs li {
	border-radius: 14px 14px 0 0;
}

.ns-product-enhanced .woocommerce-tabs .panel {
	font-size: 17px;
	line-height: 1.75;
}

.ns-product-enhanced .woocommerce-tabs .panel h2,
.ns-product-enhanced .woocommerce-tabs .panel h3,
.ns-product-enhanced .woocommerce-tabs .panel h4 {
	color: var(--ns-text);
	font-family: Newsreader, Georgia, serif;
	letter-spacing: -0.025em;
}

.ns-product-enhanced .woocommerce-tabs .panel table {
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(18, 29, 38, 0.04);
}

.ns-product-enhanced .related.products {
	clear: both;
	margin: clamp(42px, 6vw, 78px) 0 0;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid rgba(23, 107, 77, 0.12);
	border-radius: 30px;
	background: linear-gradient(135deg, #ffffff 0%, #f7fbf9 52%, #fff8ec 100%);
	box-shadow: 0 18px 52px rgba(23, 107, 77, 0.08);
}

.ns-product-enhanced .related.products > h2 {
	margin: 0 0 26px;
	color: var(--ns-green);
	font-family: Newsreader, Georgia, serif;
	font-size: clamp(32px, 3.8vw, 52px);
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.ns-product-enhanced .related.products ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
}

.ns-product-enhanced .related.products ul.products::before,
.ns-product-enhanced .related.products ul.products::after {
	display: none;
}

.ns-product-enhanced .related.products ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid rgba(23, 107, 77, 0.12);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(23, 107, 77, 0.07);
	cursor: pointer;
	text-align: center;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.ns-product-enhanced .related.products ul.products li.product:hover {
	transform: translateY(-3px);
	border-color: rgba(23, 107, 77, 0.24);
	box-shadow: 0 20px 46px rgba(23, 107, 77, 0.12);
}

.ns-product-enhanced .related.products ul.products li.product a.woocommerce-LoopProduct-link {
	display: grid;
	grid-template-rows: auto 1fr auto;
	height: 100%;
	padding: 16px;
	text-decoration: none;
	text-align: center;
}

.ns-product-enhanced .related.products ul.products li.product img {
	width: 100%;
	height: 230px;
	object-fit: contain;
	margin: 0 0 16px !important;
	padding: 16px;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.ns-product-enhanced .related.products .woocommerce-loop-product__title {
	min-height: 52px;
	margin: 0 0 10px;
	padding: 0 !important;
	color: var(--ns-text);
	font-family: Newsreader, Georgia, serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.02em;
	text-align: center;
}

.ns-product-enhanced .related.products .price {
	display: flex !important;
	flex-wrap: wrap;
	gap: 7px;
	align-items: baseline;
	justify-content: center;
	margin: 0 !important;
	color: var(--ns-green-dark) !important;
	font-family: Manrope, Arial, sans-serif;
	font-size: 18px !important;
	font-weight: 900;
	text-align: center;
}

.ns-product-enhanced .related.products .price del {
	color: #9ca3af;
	font-size: 13px;
	font-weight: 600;
	opacity: 0.8;
}

.ns-product-enhanced .related.products .onsale {
	top: 14px !important;
	right: 14px !important;
	left: auto !important;
	display: inline-grid;
	place-items: center;
	min-width: 52px;
	min-height: 52px;
	border: 3px solid #fff;
	border-radius: 999px;
	background: var(--ns-orange);
	color: #251a09;
	font: 900 12px/1 Manrope, Arial, sans-serif;
	box-shadow: 0 10px 22px rgba(245, 158, 11, 0.25);
}

.ns-product-enhanced .related.products ul.products li.product::after {
	content: "Vezi produsul";
	display: block;
	margin: 0 16px 16px;
	padding: 13px 16px;
	border-radius: 999px;
	background: var(--ns-green);
	color: #fff;
	font: 900 13px/1 Manrope, Arial, sans-serif;
	text-align: center;
	pointer-events: none;
}

.ns-product-related-articles {
	clear: both;
	margin: clamp(38px, 6vw, 72px) 0;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid rgba(23, 107, 77, 0.12);
	border-radius: 28px;
	background: linear-gradient(135deg, #ffffff 0%, #edf4ff 100%);
	box-shadow: 0 18px 52px rgba(23, 107, 77, 0.08);
}

.ns-product-enhanced .site-footer {
	margin-top: clamp(46px, 7vw, 86px);
	background: #0f3f31;
	color: rgba(255, 255, 255, 0.92);
	text-align: center;
}

.ns-product-enhanced .site-footer .site-primary-footer-wrap {
	padding: clamp(28px, 5vw, 56px) 0;
	background:
		radial-gradient(circle at 12% 12%, rgba(154, 233, 195, 0.18), transparent 28rem),
		#0f3f31;
}

.ns-product-enhanced .site-footer .ast-builder-grid-row-container {
	max-width: 1180px;
}

.ns-product-enhanced .site-footer .ast-builder-footer-grid-columns,
.ns-product-enhanced .site-footer .site-footer-primary-section-1,
.ns-product-enhanced .site-footer .footer-widget-area,
.ns-product-enhanced .site-footer .footer-widget-area-inner,
.ns-product-enhanced .site-footer .widget,
.ns-product-enhanced .site-footer .widget_block {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.ns-product-enhanced .site-footer,
.ns-product-enhanced .site-footer *,
.ns-product-enhanced .site-footer .widget,
.ns-product-enhanced .site-footer .widget-title,
.ns-product-enhanced .site-footer .widget_text,
.ns-product-enhanced .site-footer .widget_block,
.ns-product-enhanced .site-footer .footer-widget-area,
.ns-product-enhanced .site-footer .site-footer-section {
	color: rgba(255, 255, 255, 0.92);
}

.ns-product-enhanced .site-footer p {
	max-width: 760px;
	margin: 0 auto 22px;
	color: rgba(255, 255, 255, 0.92) !important;
	font: 500 15px/1.8 Manrope, Arial, sans-serif;
	text-align: center;
}

.ns-product-enhanced .site-footer p::first-line {
	color: #fff;
	font-weight: 900;
}

.ns-product-enhanced .site-footer a:not(.menu-link) {
	color: #fff;
	text-decoration-color: rgba(255, 255, 255, 0.4);
}

.ns-product-enhanced .site-footer a:not(.menu-link):hover {
	color: var(--ns-orange);
}

.ns-product-enhanced .footer-nav-wrap .astra-footer-horizontal-menu {
	justify-content: center;
	gap: 10px 12px;
}

.ns-product-enhanced .site-footer .menu-link {
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.96) !important;
	font: 800 12px/1 Manrope, Arial, sans-serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ns-product-enhanced .site-footer .menu-link:hover {
	background: var(--ns-orange);
	color: #251a09 !important;
}

.ns-product-enhanced .footer-social-inner-wrap {
	justify-content: center;
	margin-top: 18px;
}

.ns-product-enhanced .site-footer .ast-builder-social-element {
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08) !important;
}

.ns-product-section-head {
	max-width: 760px;
	margin-bottom: 22px;
}

.ns-product-section-head span {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #f5dfc4;
	color: #534531;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ns-product-section-head h2 {
	margin: 0 0 10px;
	color: var(--ns-green);
	font-family: Newsreader, Georgia, serif;
	font-size: clamp(30px, 3.4vw, 46px);
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.ns-product-section-head p {
	margin: 0;
	color: var(--ns-muted);
	font-size: 16px;
	line-height: 1.55;
}

.ns-related-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ns-related-article-card {
	overflow: hidden;
	border: 1px solid rgba(23, 107, 77, 0.12);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(23, 107, 77, 0.06);
}

.ns-related-thumb {
	display: block;
	aspect-ratio: 16 / 10;
	background: var(--ns-mint);
}

.ns-related-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ns-related-article-card > div {
	padding: 16px;
}

.ns-related-article-card span {
	display: block;
	margin-bottom: 7px;
	color: var(--ns-muted);
	font-size: 12px;
	font-weight: 800;
}

.ns-related-article-card h3 {
	margin: 0 0 8px;
	font-family: Newsreader, Georgia, serif;
	font-size: 22px;
	line-height: 1.15;
}

.ns-related-article-card h3 a {
	color: var(--ns-text);
	text-decoration: none;
}

.ns-related-article-card h3 a:hover {
	color: var(--ns-green);
}

.ns-related-article-card p {
	margin: 0;
	color: var(--ns-muted);
	font-size: 14px;
	line-height: 1.45;
}

.ns-sticky-buy-bar {
	position: fixed;
	right: 16px;
	bottom: 16px;
	left: 16px;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	max-width: 760px;
	margin: 0 auto;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: #0f3f31;
	box-shadow: 0 16px 42px rgba(18, 29, 38, 0.28);
	color: #fff;
}

.ns-sticky-buy-bar strong,
.ns-sticky-buy-bar span {
	display: block;
}

.ns-sticky-buy-bar strong {
	font-size: 13px;
	line-height: 1.2;
}

.ns-sticky-buy-bar span {
	color: rgba(255, 255, 255, 0.82);
	font-size: 12px;
}

.ns-sticky-buy-button {
	flex: 0 0 auto;
	padding: 12px 16px;
	border-radius: 999px;
	background: var(--ns-orange);
	color: #251a09;
	font: 900 13px/1 Manrope, Arial, sans-serif;
	text-decoration: none;
}

@media (max-width: 980px) {
	.ns-product-enhanced,
	.ns-product-enhanced .site,
	.ns-product-enhanced .site-content,
	.ns-product-enhanced .ast-container {
		overflow-x: hidden;
	}

	.ns-product-enhanced .site-content {
		padding-top: 0;
	}

	.ns-product-enhanced .site-content .ast-container,
	.ns-product-enhanced .ast-container {
		padding-right: 12px;
		padding-left: 12px;
	}

	.ns-product-enhanced div.product {
		padding: 18px;
	}

	.ns-product-enhanced div.product .summary {
		padding: 20px;
	}

	.ns-product-enhanced .product_title {
		font-size: clamp(31px, 8.8vw, 40px);
		line-height: 1.05;
		overflow-wrap: anywhere;
	}

	.ns-product-enhanced div.product p.price,
	.ns-product-enhanced div.product span.price {
		font-size: 25px;
	}

	.ns-related-article-grid,
	.ns-product-trust,
	.ns-product-enhanced .related.products ul.products {
		grid-template-columns: 1fr;
	}

	.ns-product-enhanced .related.products ul.products li.product img {
		height: 220px;
	}

	.ns-sticky-buy-bar {
		display: flex;
		right: auto;
		bottom: 10px;
		left: 50%;
		width: min(300px, calc(100vw - 20px));
		max-width: min(300px, calc(100vw - 20px));
		gap: 8px;
		padding: 10px 8px 10px 12px;
		border-radius: 24px;
		transform: translateX(-50%);
	}

	body.ns-product-enhanced {
		padding-bottom: 92px;
	}

	.ns-sticky-buy-bar > div {
		min-width: 0;
		flex: 1 1 auto;
	}

	.ns-sticky-buy-bar strong {
		overflow: hidden;
		font-size: 12.5px;
		line-height: 1.2;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.ns-sticky-buy-bar span {
		display: inline;
		font-size: 11.5px;
		line-height: 1.25;
	}

	.ns-sticky-buy-button {
		flex: 0 0 auto;
		min-width: 68px;
		padding: 12px 6px;
		font-size: 11.5px;
		text-align: center;
		white-space: nowrap;
	}
}
