@font-face {
	font-family: 'Inter';
	src: url('../../fonts/inter/inter-cyr-latin-variable-v4.woff2') format('woff2');
	font-weight: 400 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../../fonts/inter/inter-cyr-latin-variable-italic-v4.woff2') format('woff2');
	font-weight: 400 900;
	font-style: italic;
	font-display: swap;
}

/* Shared product-description typography for the storefront and CKEditor. */
.product-content {
	box-sizing: border-box;
	width: 100%;
	max-width: 680px;
	margin: 15px auto 30px;
	padding: 5px;
	color: #1d1d1d;
	font-family: 'Inter', Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: .01em;
	font-synthesis: none;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.product-content,
.product-content *,
.product-content *::before,
.product-content *::after {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
}

/* Existing descriptions contain CKEditor font and line-height overrides.
 * Keep one body size while allowing semantic headings and small text to differ. */
.product-content #tabs-content :where(div, p, ul, ol, li, dl, dt, dd, blockquote, span:not(.nbrb-icon):not(.nbrb-price-icon), font, big, tt, a, b, strong, em, i, table, thead, tbody, tfoot, tr, th, td),
.cke_editable.product-content :where(div, p, ul, ol, li, dl, dt, dd, blockquote, span:not(.nbrb-icon):not(.nbrb-price-icon), font, big, tt, a, b, strong, em, i, table, thead, tbody, tfoot, tr, th, td) {
	font-family: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
	letter-spacing: inherit !important;
}

.product-content h1,
.product-content h2,
.product-content h3,
.product-content h4,
.product-content h5,
.product-content h6 {
	color: #1d1d1d;
	font-family: inherit !important;
	font-style: normal;
	text-align: start;
	text-transform: none;
	letter-spacing: normal;
	overflow-wrap: break-word;
}

/* Keep legacy H1 content distinct; new editor content starts at H2. */
.product-content h1 {
	margin: 36px 0 14px;
	font-size: clamp(24px, 3.4vw, 28px) !important;
	font-weight: 700;
	line-height: 1.25 !important;
}

.product-content h2 {
	margin: 28px 0 12px;
	font-size: 22px !important;
	font-weight: 700;
	line-height: 1.25 !important;
}

.product-content h3 {
	margin: 24px 0 12px;
	font-size: 18px !important;
	font-weight: 700;
	line-height: 1.3 !important;
}

.product-content h4 {
	margin: 24px 0 10px;
	font-size: 20px !important;
	font-weight: 700;
	line-height: 1.35 !important;
}

.product-content h5,
.product-content h6 {
	margin: 22px 0 8px;
	font-size: 18px !important;
	font-weight: 700;
	line-height: 1.4 !important;
}

.product-content :where(h1, h2, h3, h4, h5, h6):first-child {
	margin-top: 0;
}

.product-content p {
	margin: 0 0 1em;
	text-align: start;
}

.product-content b,
.product-content strong {
	font-weight: 700;
}

.product-content em,
.product-content i {
	font-style: italic;
}

.product-content small,
.product-content figcaption {
	font-size: 14px;
	line-height: 1.5;
}

.product-content sub,
.product-content sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline;
}

.product-content sup { top: -.5em; }
.product-content sub { bottom: -.25em; }

.product-content .ingredients {
	margin: 1.5em 0;
	padding: 24px 28px;
	background: #f6fdef;
	border-radius: 28px;
}

.product-content .ingredients > :first-child { margin-top: 0; }
.product-content .ingredients > :last-child { margin-bottom: 0; }

.product-content blockquote {
	margin: 1.4em 0;
	padding-block: .1em;
	padding-inline-start: 20px;
	border: 0;
	border-inline-start: 4px solid rgb(103, 142, 52);
	font-family: inherit;
	font-style: normal;
}

.product-content blockquote > :last-child {
	margin-bottom: 0;
}

.product-content ul,
.product-content ol {
	margin: 0 0 1.1em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.product-content ul {
	padding-inline-start: 1.45em;
	list-style: none;
}

.product-content ol {
	padding-inline-start: 1.8em;
	list-style: decimal;
}

.product-content li {
	position: relative;
	padding: 0;
}

.product-content li + li {
	margin-top: .35em;
}

.product-content ul > li::before {
	content: "—";
	position: absolute;
	inset-inline-start: -1.4em;
	width: 1.2em;
	text-align: start;
}

.product-content :where(ul, ol) :where(ul, ol) {
	margin-top: .35em;
	margin-bottom: 0;
}

.product-content dl {
	margin: 0 0 1.1em;
}

.product-content dt {
	font-weight: 700;
}

.product-content dd {
	margin: 0 0 .75em;
}

.product-content a,
.product-content a:visited {
	color: #0044ff;
	border: 0 !important;
	text-decoration-line: underline !important;
	text-decoration-thickness: 1px !important;
	text-decoration-color: currentColor !important;
	text-underline-offset: .16em;
	text-decoration-skip-ink: auto;
}

.product-content a:hover {
	color: #0037cc;
	text-decoration-thickness: 2px !important;
}

.product-content a:focus {
	opacity: 1;
}

.product-content a:focus-visible {
	border-radius: 2px;
	outline: 2px solid #0044ff;
	outline-offset: 3px;
}

.product-content img,
.product-content video,
.product-content iframe {
	max-width: 100%;
}

.product-content img {
	display: block;
	height: auto;
	margin: 1.5em auto 0;
}

.product-content video {
	height: auto;
}

.product-content figure {
	max-width: 100%;
	margin: 1.5em 0;
	text-align: center;
}

.product-content figure img {
	margin: 0 auto;
}

.product-content figcaption {
	margin-top: .6em;
	color: #606060;
	text-align: center;
}

.product-content table {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 1.5em 0;
	overflow-x: auto;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-overflow-scrolling: touch;
}

.product-content th,
.product-content td {
	min-width: 120px;
	padding: .65em .75em;
	border: 1px solid #dfe3e6;
	text-align: start;
	vertical-align: top;
}

.product-content th {
	background: #f6f7f5;
	font-weight: 700;
}

.product-content pre,
.product-content code {
	font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', monospace;
}

.product-content pre {
	max-width: 100%;
	margin: 1.5em 0;
	padding: 1em;
	overflow-x: auto;
	background: #f6f7f5;
	font-size: 15px;
	line-height: 1.55;
	white-space: pre-wrap;
}

.product-content hr {
	margin: 1.75em 0;
	border: 0;
	border-top: 1px solid #dfe3e6;
}

.product-content .product-facts {
	margin: 32px 0 0;
}

.product-content .product-facts__list {
	margin: 0;
}

.product-content .product-facts__item {
	display: grid;
	grid-template-columns: 100px minmax(0, 1fr);
	column-gap: 12px;
	align-items: start;
}

.product-content .product-facts__item + .product-facts__item {
	margin-top: 4px;
}

.product-content .product-facts__term,
.product-content .product-facts__value {
	margin: 0;
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: normal;
}

.product-content .product-facts__term {
	color: #b0b0b0;
	font-weight: 400;
}

.product-content .product-facts__value {
	min-width: 0;
	color: #000;
	font-weight: 500;
}

.product-content #tabs-content .product-structure-note {
	margin: 0 0 16px;
	color: #000;
	font-size: 11px !important;
	font-weight: 400;
	line-height: 1.6 !important;
	letter-spacing: normal !important;
}

.product-content #tabs-content > div > :last-child,
.product-content #tabs-content > div > div > :last-child {
	margin-bottom: 0;
}

@media (max-width: 640px) {
	.product-content {
		padding-inline: 20px;
	}

	.product-content .ingredients {
		padding: 20px;
		border-radius: 22px;
	}

	.product-content ul { padding-inline-start: 1.3em; }
	.product-content ol { padding-inline-start: 1.6em; }
	.product-content ul > li::before { inset-inline-start: -1.25em; }
}

@media (max-width: 767px) {
	.product-content .product-facts__item {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 0;
	}

	.product-content .product-facts__item + .product-facts__item {
		margin-top: 12px;
	}
}
