/**
 * Nadura Product Hero V2.
 * Fully self-contained presentation: no legacy ECUI, WooCommerce or Salient
 * stylesheet is a dependency of this component.
 */

.nph2 {
	--nph2-page: #fff;
	--nph2-ink: #111513;
	--nph2-muted: #6f7773;
	--nph2-line: #dce2df;
	--nph2-media: #e9ecea;
	--nph2-accent: #159d82;
	--nph2-button: #111513;
	--nph2-button-ink: #fff;
	--nph2-header-offset: 0px;
	--nph2-image-fit: cover;
	--nph2-image-position: center;
	position: relative;
	display: block;
	inline-size: 100%;
	margin: 0;
	padding: 0;
	color: var(--nph2-ink);
	background: var(--nph2-page);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45;
	text-align: start;
}

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

.nph2 :where(h1, p, ul, fieldset) { margin-block-start: 0; }
.nph2 :where(button, input) { font: inherit; }
.nph2 a { color: inherit; }
.nph2 :where(ul[role="list"]) { list-style: none !important; }
.nph2 :where(ul[role="list"]) > li::marker { content: ""; }
.nph2 :where(ul[role="list"]) > li::before { display: none !important; content: none !important; }
.nph2 :where(ul[role="list"]) > li::after { display: none !important; content: none !important; }
.nph2__sr-only { position: absolute !important; inline-size: 1px !important; block-size: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.nph2__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
	align-items: start;
	inline-size: 100%;
}

.nph2__media {
	position: sticky;
	inset-block-start: var(--nph2-header-offset);
	block-size: calc(100vh - var(--nph2-header-offset));
	block-size: calc(100dvh - var(--nph2-header-offset));
	min-block-size: 620px;
	background: var(--nph2-media);
	overflow: hidden;
}

.nph2__gallery,
.nph2__viewport,
.nph2__track,
.nph2__slide { block-size: 100%; }

.nph2__gallery { position: relative; min-inline-size: 0; }
.nph2__viewport { overflow: hidden; }
.nph2__track {
	display: flex;
	inline-size: 100%;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	list-style: none;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}
.nph2__track::-webkit-scrollbar { display: none; }
.nph2__slide { flex: 0 0 100%; min-inline-size: 0; margin: 0; padding: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.nph2__image { display: block !important; inline-size: 100% !important; block-size: 100% !important; max-inline-size: none !important; margin: 0 !important; object-fit: var(--nph2-image-fit) !important; object-position: var(--nph2-image-position) !important; }

.nph2__thumbs {
	position: absolute;
	inset-inline-start: 22px;
	inset-block-end: 22px;
	display: flex;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.nph2__thumbs li { margin: 0; padding: 0; }
.nph2 button.nph2__thumb {
	display: block;
	inline-size: 50px;
	block-size: 50px;
	min-inline-size: 0;
	min-block-size: 0;
	margin: 0;
	padding: 0;
	border: 1px solid color-mix(in srgb, var(--nph2-ink) 20%, transparent);
	border-radius: 0;
	background: var(--nph2-page);
	box-shadow: none;
	transform: none;
	cursor: pointer;
}
.nph2 button.nph2__thumb.is-active { border-color: var(--nph2-ink); }
.nph2 button.nph2__thumb img { display: block; inline-size: 100%; block-size: 100%; margin: 0; object-fit: cover; }
.nph2__dots { display: none; }

.nph2__summary {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-inline-size: 0;
	min-block-size: calc(100vh - var(--nph2-header-offset));
	min-block-size: calc(100dvh - var(--nph2-header-offset));
	padding: clamp(42px, 5vw, 78px) clamp(38px, 5vw, 72px);
	overflow: visible;
}

.nph2__kicker { margin: 0 0 10px; color: var(--nph2-ink); font-size: 11px; font-weight: 500; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.nph2 h1.nph2__title { inline-size: 100%; max-inline-size: none; margin: 0; padding: 0; color: var(--nph2-ink); font-family: Arial, Helvetica, sans-serif; font-size: clamp(42px, 4vw, 66px); font-weight: 500; letter-spacing: -.04em; line-height: 1.02; overflow-wrap: normal; word-break: normal; text-transform: none; }
.nph2__coa-links { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; margin-block-start: 12px; }
.nph2 a.nph2__coa-link { display: inline-flex; align-items: center; gap: .45rem; min-block-size: 44px; padding-block: .55rem; color: var(--nph2-ink); border-block-end: 1px solid currentColor; font-size: .8125rem; font-weight: 500; line-height: 1.45; text-decoration: none; }
.nph2 a.nph2__coa-link:focus-visible { outline: none; box-shadow: 0 0 0 3px rgb(98 216 204 / 35%); }

.nph2__dispatch { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px; margin: 20px 0; padding: 14px 0; border-block: 1px solid var(--nph2-line); color: var(--nph2-ink); font-size: 13px; line-height: 1.4; }
.nph2__dispatch[hidden] { display: none !important; }
.nph2__dispatch strong, .nph2__dispatch b { font-weight: 700; }
.nph2__dispatch em { padding: 4px 9px; color: var(--nph2-ink); background: color-mix(in srgb, var(--nph2-accent) 18%, #fff); border-radius: 999px; font-size: 11px; font-style: normal; font-weight: 600; }

.nph2__services { display: grid; gap: 8px; margin: -8px 0 18px; color: var(--nph2-muted); font-size: 13px; }
.nph2__service { display: flex; align-items: center; gap: 9px; }
.nph2__service svg { display: block; inline-size: 16px; block-size: 16px; flex: none; fill: none; stroke: var(--nph2-accent); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }

.nph2__benefits { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0; padding: 0; list-style: none; }
.nph2__benefits li { margin: 0; padding: 7px 11px; border: 1px solid var(--nph2-accent); border-radius: 999px; color: #fff; background: var(--nph2-accent); font-size: 12px; font-weight: 500; line-height: 1.2; }

/* Defeat Salient's device stylesheet markers on the real mobile viewport. */
html body .main-content .nph2 ul.nph2__benefits,
html body .nph2 ul.nph2__benefits,
html body .main-content .nph2 ul.nph2__benefits > li,
html body .nph2 ul.nph2__benefits > li {
	list-style: none !important;
	list-style-type: none !important;
	background-image: none !important;
}
html body .main-content .nph2 ul.nph2__benefits > li::marker,
html body .nph2 ul.nph2__benefits > li::marker { content: none !important; font-size: 0 !important; color: transparent !important; }
html body .main-content .nph2 ul.nph2__benefits > li::before,
html body .main-content .nph2 ul.nph2__benefits > li::after,
html body .nph2 ul.nph2__benefits > li::before,
html body .nph2 ul.nph2__benefits > li::after { display: none !important; inline-size: 0 !important; block-size: 0 !important; content: none !important; }

.nph2__purchase { display: block; margin-block-start: 18px; }
.nph2__price-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-block-end: 12px; }
.nph2__muted { display: block; color: var(--nph2-muted); font-size: 12px; font-weight: 400; }
.nph2__price, .nph2__price :where(.woocommerce-Price-amount, .amount, bdi) { color: var(--nph2-ink) !important; font-family: "acumin-pro-wide", sans-serif !important; font-size: 28px !important; font-weight: 600 !important; letter-spacing: -.02em; line-height: 1.1 !important; }
.nph2__price :where(del, ins) { color: inherit; font: inherit; text-decoration-thickness: 1px; }
.nph2__price ins { text-decoration: none; }

.nph2__choices { min-inline-size: 0; margin: 0; padding: 0; border: 0; border-block-start: 1px solid var(--nph2-line); }
.nph2__choice { display: grid; grid-template-columns: 18px minmax(0, 1fr) auto; align-items: center; gap: 10px; margin: 0; padding: 14px 0; border-block-end: 1px solid var(--nph2-line); color: var(--nph2-ink); cursor: pointer; }
.nph2__choice input { inline-size: 13px; block-size: 13px; margin: 0; accent-color: var(--nph2-accent); }
.nph2__choice strong, .nph2__choice small { display: block; }
.nph2__choice strong { color: var(--nph2-ink); font-size: 14px; font-weight: 600; line-height: 1.3; }
.nph2__choice-heading { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 8px; }
.nph2__choice-heading > strong { display: inline; }
.nph2__saving { display: inline !important; padding: 0; border: 0; border-radius: 0; color: var(--nph2-accent); background: transparent; font-size: 11px; font-weight: 700; line-height: 1.2; white-space: nowrap; }
.nph2__choice-price { text-align: end; }

.nph2__wholesale-pricing { border-block-start: 1px solid var(--nph2-line); }
.nph2__wholesale-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 0; border-block-end: 1px solid var(--nph2-line); }
.nph2__wholesale-heading strong { font-size: 14px; font-weight: 600; }
.nph2__wholesale-heading span { color: var(--nph2-accent); font-size: 11px; font-weight: 700; }
.nph2 button.nph2__wholesale-tier { display: grid; grid-template-columns: 18px minmax(0, 1fr) auto; align-items: center; gap: 10px; inline-size: 100%; min-block-size: 0; margin: 0; padding: 13px 0; border: 0; border-block-end: 1px solid var(--nph2-line); border-radius: 0; color: var(--nph2-ink); background: transparent; box-shadow: none; font: inherit; text-align: start; text-transform: none; transform: none; cursor: pointer; }
.nph2 button.nph2__wholesale-tier:hover, .nph2 button.nph2__wholesale-tier:focus-visible { color: var(--nph2-ink); background: color-mix(in srgb, var(--nph2-accent) 7%, transparent); }
.nph2__wholesale-tier strong, .nph2__wholesale-tier small { display: block; }
.nph2__wholesale-tier strong { color: inherit; font-size: 13px; font-weight: 600; line-height: 1.35; }
.nph2__wholesale-dot { inline-size: 13px; block-size: 13px; border: 1px solid var(--nph2-muted); border-radius: 50%; }
.nph2__wholesale-tier.is-active .nph2__wholesale-dot { border: 4px solid var(--nph2-accent); }
.nph2__wholesale-note { margin: 8px 0 0; color: var(--nph2-muted); font-size: 11px; line-height: 1.45; }

.nph2__action { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 10px; margin-block-start: 16px; }
.nph2__action--full { grid-template-columns: minmax(0, 1fr); }
.nph2__quantity { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; min-inline-size: 0; border: 1px solid var(--nph2-line); border-radius: 999px; overflow: hidden; }
.nph2 .nph2__quantity button,
.nph2 .nph2__quantity input { display: block; inline-size: 100%; min-inline-size: 0; block-size: 46px; min-block-size: 0; margin: 0; padding: 0; border: 0; border-radius: 0; color: var(--nph2-ink); background: transparent; box-shadow: none; line-height: 46px; text-align: center; transform: none; }
.nph2 .nph2__quantity button { cursor: pointer; }
.nph2 .nph2__quantity input { appearance: textfield; font-weight: 600; }
.nph2 .nph2__quantity input::-webkit-inner-spin-button,
.nph2 .nph2__quantity input::-webkit-outer-spin-button { margin: 0; appearance: none; }

.nph2 button.nph2__add { display: inline-flex; align-items: center; justify-content: center; inline-size: 100%; min-inline-size: 0; min-block-size: 48px; margin: 0; padding: 0 24px; border: 1px solid #111 !important; border-radius: 999px; color: #fff !important; background: #111 !important; box-shadow: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .09em; line-height: 1; text-align: center; text-decoration: none; text-transform: uppercase; transform: none; cursor: pointer; transition: color 160ms ease, background-color 160ms ease, opacity 160ms ease; }
.nph2 button.nph2__add:hover, .nph2 button.nph2__add:focus-visible { border-color: #111 !important; color: #111 !important; background: #fff !important; }
.nph2 button.nph2__add[disabled] { opacity: .55; cursor: wait; }
.nph2__feedback { min-block-size: 1.4em; margin: 7px 0 0; color: var(--nph2-accent); font-size: 12px; }
.nph2__feedback.is-error, .nph2__unavailable { color: #b42318; }

.nph2__promises { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; margin: 20px 0; font-size: 12px; }
.nph2__promise { display: grid; grid-template-columns: 16px minmax(0, 1fr); gap: 7px; }
.nph2__promise > span:first-child { color: var(--nph2-accent); }
.nph2__promise strong, .nph2__promise small { display: block; }
.nph2__promise strong { font-weight: 600; }

.nph2__details { border-block-end: 1px solid var(--nph2-line); }
.nph2__detail { margin: 0; border-block-start: 1px solid var(--nph2-line); }
.nph2__detail summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin: 0; padding: 15px 0; color: var(--nph2-ink); list-style: none; font-size: 11px; font-weight: 600; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; cursor: pointer; }
.nph2__detail summary::-webkit-details-marker { display: none; }
.nph2__detail-mark::after { content: '+'; }
.nph2__detail[open] .nph2__detail-mark::after { content: '−'; }
.nph2__detail-content { padding: 0 0 16px; color: var(--nph2-muted); font-size: 13px; line-height: 1.6; }
.nph2__detail-content > :first-child { margin-block-start: 0; }
.nph2__detail-content > :last-child { margin-block-end: 0; }

.nph2__assurances { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; padding: 22px 48px; border-block-start: 1px solid var(--nph2-line); }
.nph2__assurance strong, .nph2__assurance span { display: block; }
.nph2__assurance strong { margin-block-end: 3px; font-size: 12px; font-weight: 600; }
.nph2__assurance a { display: block; text-decoration: none; }
.nph2__assurance a:hover strong { text-decoration: underline; text-underline-offset: .2em; }

/* Salient uses body overflow rules that can create a sticky containing block. */
body.single-product:has(.nph2) { overflow-x: clip !important; overflow-y: visible !important; }

@media (max-width: 1024px) {
	.nph2__layout { grid-template-columns: minmax(0, 1fr); }
	.nph2__media { position: relative; inset: auto; block-size: auto; min-block-size: 0; aspect-ratio: 1; }
	.nph2__gallery, .nph2__viewport, .nph2__track, .nph2__slide { block-size: auto; aspect-ratio: 1; }
	.nph2__track { touch-action: pan-x; overscroll-behavior-inline: contain; overscroll-behavior-block: none; }
	.nph2__image { object-fit: cover !important; }
	.nph2__thumbs { display: none; }
	.nph2__dots { position: absolute; inset-inline: 0; inset-block-end: 16px; display: flex; justify-content: center; gap: 7px; }
	.nph2 button.nph2__dot { display: block; inline-size: 7px; block-size: 7px; min-inline-size: 0; min-block-size: 0; margin: 0; padding: 0; border: 0; border-radius: 50%; background: color-mix(in srgb, var(--nph2-ink) 25%, transparent); box-shadow: none; transform: none; }
	.nph2 button.nph2__dot.is-active { background: var(--nph2-ink); }
	.nph2__summary { min-block-size: 0; padding: 26px 20px 32px; }
	.nph2 h1.nph2__title { font-size: clamp(34px, 9vw, 44px); }
	.nph2__promises { grid-template-columns: minmax(0, 1fr); }
	.nph2__assurances { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; padding: 20px; }
}

@media (max-width: 420px) {
	.nph2__choice { grid-template-columns: 18px minmax(0, 1fr); }
	.nph2__choice-price { grid-column: 2; text-align: start; }
	.nph2__action { grid-template-columns: 100px minmax(0, 1fr); }
	.nph2__action--full { grid-template-columns: minmax(0, 1fr); }
	.nph2 button.nph2__wholesale-tier { grid-template-columns: 18px minmax(0, 1fr); }
	.nph2 button.nph2__wholesale-tier > strong:last-child { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
	.nph2__track { scroll-behavior: auto; }
}
