/* Vitamin Doc survey page parity styles. Loaded only for page-survey.php. */

body.pp2026-base44-quiz {
	background: #f5f4f1;
	color: #211f1c;
}

body.pp2026-base44-quiz {
	min-height: 100vh;
	overflow-x: clip;
	font-family: var(--pp2026-font-body);
}

body.pp2026-base44-quiz #content {
	background: #f5f4f1;
}

body.pp2026-base44-quiz .pp2026-quiz-site-main {
	background: #f5f4f1;
}

body.pp2026-base44-quiz #content .hidden {
	display: none !important;
}

body.pp2026-base44-quiz .row_top_banner,
body.pp2026-base44-quiz .vc_row.row_top_banner {
	display: none !important;
}

body.pp2026-base44-quiz #content > .page-inner > p,
body.pp2026-base44-quiz #content > .page-inner > p:empty {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.pp2026-base44-quiz #content > .page-inner > .pp2026-legacy-vc-row,
body.pp2026-base44-quiz .pp2026-legacy-vc-custom-heading,
body.pp2026-base44-quiz .pp2026-legacy-vc-single-image {
	display: none !important;
}

body.pp2026-base44-quiz .survey-wrapper > .d-flex {
	display: block !important;
}

body.pp2026-base44-quiz #content,
body.pp2026-base44-quiz #content > .page-inner,
body.pp2026-base44-quiz #content > .page-inner > .container {
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

body.pp2026-base44-quiz .pp2026-quiz-progress-shell {
	position: fixed;
	top: calc(var(--pp2026-announcement-height, 34px) + var(--pp2026-header-height, 78px));
	left: 0;
	z-index: 45;
	display: none;
	width: 100%;
	height: 30px;
	pointer-events: none;
}

body.pp2026-base44-quiz .pp2026-quiz-progress-shell.is-visible {
	display: block;
}

body.pp2026-base44-quiz .pp2026-quiz-progress-count {
	position: absolute;
	top: 14px;
	left: max(24px, calc((100vw - 960px) / 2));
	color: rgba(26, 26, 26, 0.32);
	font-family: var(--pp2026-font-label);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

body.pp2026-base44-quiz .progress {
	position: absolute;
	top: 19px;
	right: max(24px, calc((100vw - 960px) / 2));
	display: none !important;
	width: min(128px, 24vw);
	height: 1px !important;
	overflow: hidden;
	background: rgba(26, 26, 26, 0.12);
	border-radius: 0 !important;
}

body.pp2026-base44-quiz .progress.is-visible {
	display: flex !important;
}

body.pp2026-base44-quiz .progress-bar {
	background: #c5b4a2 !important;
	border-radius: 0;
	transition: width 260ms ease;
}

body.pp2026-base44-quiz #myCarousel {
	max-width: none;
	width: 100%;
}

body.pp2026-base44-quiz .carousel-inner {
	overflow: visible;
}

body.pp2026-base44-quiz #myCarousel .carousel-item {
	padding: 0;
	transition: opacity 320ms ease;
}

body.pp2026-base44-quiz #myCarousel.carousel-fade .carousel-item,
body.pp2026-base44-quiz #myCarousel.carousel-fade .carousel-item-next,
body.pp2026-base44-quiz #myCarousel.carousel-fade .carousel-item-prev,
body.pp2026-base44-quiz #myCarousel.carousel-fade .active.carousel-item-left,
body.pp2026-base44-quiz #myCarousel.carousel-fade .active.carousel-item-right {
	transform: none !important;
}

body.pp2026-base44-quiz .pp2026-quiz-landing.active {
	position: relative;
	display: grid !important;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
	align-items: stretch;
	min-height: calc(100vh - var(--pp2026-announcement-height, 34px) - var(--pp2026-header-height, 78px));
	overflow: hidden;
	background: #1a1a1a;
	color: #fff;
}

body.pp2026-base44-quiz .pp2026-quiz-landing.active::before {
	position: absolute;
	inset: 0 auto 0 0;
	z-index: 0;
	width: 48%;
	background-image: url("../../img/quiz/paper-fibers.png");
	background-repeat: repeat;
	opacity: 0.04;
	pointer-events: none;
	content: "";
}

body.pp2026-base44-quiz .pp2026-quiz-landing__copy {
	position: relative;
	z-index: 1;
	display: flex;
	grid-column: 1;
	flex-direction: column;
	justify-content: center;
	width: min(100% - 80px, 520px);
	margin-left: auto;
	margin-right: auto;
	padding: clamp(80px, 8vw, 132px) 0;
}

body.pp2026-base44-quiz .pp2026-quiz-landing h2.title {
	display: block !important;
	margin: 0 0 34px !important;
	color: #fff;
	font-family: var(--pp2026-font-display);
	font-size: 4.05rem;
	font-weight: 300;
	line-height: 0.95;
	text-align: left !important;
}

body.pp2026-base44-quiz .pp2026-quiz-landing h2.title em {
	color: #c5b4a2;
	font-style: italic;
}

body.pp2026-base44-quiz .pp2026-quiz-landing h2.title::before {
	display: block;
	margin-bottom: 26px;
	color: #c97b3a;
	font-family: var(--pp2026-font-label);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.36em;
	text-transform: uppercase;
	content: "Personalized Wellness";
}

body.pp2026-base44-quiz .pp2026-quiz-landing h2.title::after {
	display: block;
	width: 48px;
	height: 1px;
	margin-top: 28px;
	background: rgba(255, 255, 255, 0.54);
	content: "";
}

body.pp2026-base44-quiz .pp2026-quiz-landing h4.subtitle {
	max-width: 470px;
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	text-align: left !important;
}

body.pp2026-base44-quiz .pp2026-quiz-proof-list {
	display: grid;
	gap: 18px;
	margin: 42px 0 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	line-height: 1.4;
	list-style: none;
}

body.pp2026-base44-quiz .pp2026-quiz-proof-list li {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

body.pp2026-base44-quiz .pp2026-quiz-proof-list li::before {
	width: 4px;
	height: 4px;
	background: #c5b4a2;
	border-radius: 50%;
	content: "";
}

body.pp2026-base44-quiz .pp2026-quiz-proof-list strong {
	color: #fff;
	font-family: var(--pp2026-font-label);
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.pp2026-base44-quiz .pp2026-quiz-hero-media {
	position: relative;
	z-index: 1;
	grid-column: 2;
	min-height: calc(100vh - var(--pp2026-announcement-height, 34px) - var(--pp2026-header-height, 78px));
	overflow: hidden;
	background: #d4c0a9;
}

body.pp2026-base44-quiz .pp2026-quiz-hero-media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(22, 23, 25, 0.05), rgba(22, 23, 25, 0));
	content: "";
}

body.pp2026-base44-quiz .pp2026-quiz-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
	filter: saturate(0.9) contrast(0.94);
}

body.pp2026-base44-quiz .pp2026-quiz-hero-badge {
	position: absolute;
	right: clamp(24px, 5vw, 64px);
	bottom: clamp(24px, 5vw, 64px);
	z-index: 2;
	display: grid;
	gap: 4px;
	width: 150px;
	padding: 22px 20px;
	background: rgba(26, 26, 26, 0.72);
	color: rgba(255, 255, 255, 0.64);
	font-family: var(--pp2026-font-label);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-align: center;
	text-transform: uppercase;
}

body.pp2026-base44-quiz .pp2026-quiz-hero-badge strong {
	color: #fff;
	font-family: var(--pp2026-font-display);
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

body.pp2026-base44-quiz .pp2026-quiz-landing .btn.next,
body.pp2026-base44-quiz .email-info .btn.bg-orange,
body.pp2026-base44-quiz .email-info .btn.btn-primary {
	min-width: 292px;
	min-height: 56px;
	border: 0 !important;
	border-radius: 0 !important;
	background: #d9c7b4 !important;
	color: #1a1a1a !important;
	font-family: var(--pp2026-font-label);
	font-size: 10px !important;
	font-weight: 600;
	letter-spacing: 0.42em;
	text-transform: uppercase;
}

body.pp2026-base44-quiz .pp2026-quiz-landing .btn.next:hover,
body.pp2026-base44-quiz .pp2026-quiz-landing .btn.next:focus-visible,
body.pp2026-base44-quiz .email-info .btn.bg-orange:hover,
body.pp2026-base44-quiz .email-info .btn.bg-orange:focus-visible,
body.pp2026-base44-quiz .email-info .btn.btn-primary:hover,
body.pp2026-base44-quiz .email-info .btn.btn-primary:focus-visible {
	background: #c5b4a2 !important;
	color: #1a1a1a !important;
}

body.pp2026-base44-quiz .pp2026-quiz-landing .d-flex {
	justify-content: flex-start !important;
	margin-top: 42px !important;
}

body.pp2026-base44-quiz #myCarousel .carousel-item:not(.ignore).active {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - var(--pp2026-announcement-height, 34px) - var(--pp2026-header-height, 78px));
	padding: 96px 24px 116px;
	background: #f8f7f4;
	color: #2c2c2c;
	text-align: center;
}

body.pp2026-base44-quiz #myCarousel .carousel-item:not(.ignore) h2.title {
	display: block !important;
	width: min(100%, 680px);
	margin: 0 auto 34px !important;
	color: #2c2c2c;
	font-family: var(--pp2026-font-display);
	font-size: clamp(2.65rem, 3.6vw, 3.2rem);
	font-weight: 300;
	line-height: 1.05;
	letter-spacing: 0;
	text-align: center !important;
}

body.pp2026-base44-quiz #myCarousel .carousel-item:not(.ignore):not(:has(h4.subtitle)) h2.title::before {
	display: block;
	margin-bottom: 18px;
	color: #c97b3a;
	font-family: var(--pp2026-font-label);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.36em;
	line-height: 1.35;
	text-transform: uppercase;
	content: "About You";
}

body.pp2026-base44-quiz #myCarousel .carousel-item:not(.ignore):has(h4.subtitle) h2.title {
	margin-bottom: 18px !important;
	color: #c97b3a;
	font-family: var(--pp2026-font-label);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.36em;
	line-height: 1.35;
	text-transform: uppercase;
}

body.pp2026-base44-quiz #myCarousel .carousel-item:not(.ignore) h4.subtitle {
	display: block !important;
	width: min(100%, 720px);
	margin: 0 auto 42px;
	color: #2c2c2c;
	font-family: var(--pp2026-font-display);
	font-size: clamp(2.25rem, 3.3vw, 3.1rem);
	font-weight: 300;
	line-height: 1.08;
	text-align: center !important;
}

body.pp2026-base44-quiz #myCarousel .item-content {
	display: grid;
	gap: 12px;
	width: min(100%, 568px);
	margin: 0 auto;
	padding: 0;
	text-align: left !important;
}

body.pp2026-base44-quiz #myCarousel .custom-control,
body.pp2026-base44-quiz #myCarousel .ustom-control {
	display: block;
	min-height: 0;
	margin: 0;
	padding: 0;
}

body.pp2026-base44-quiz #myCarousel .custom-control-input {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0;
}

body.pp2026-base44-quiz #myCarousel .custom-control-label {
	position: relative;
	display: flex !important;
	align-items: center;
	width: 100%;
	min-height: 55px;
	margin: 0;
	padding: 0 24px;
	border: 1px solid rgba(44, 44, 44, 0.14);
	background: rgba(255, 255, 255, 0.62);
	color: #2c2c2c;
	font-family: var(--pp2026-font-label);
	font-size: 13px !important;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.35;
	text-transform: none;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.pp2026-base44-quiz #myCarousel .custom-control-label:has(.pp2026-quiz-option-icon) {
	padding-left: 52px;
}

body.pp2026-base44-quiz #myCarousel .custom-control-label::before,
body.pp2026-base44-quiz #myCarousel .custom-control-label::after {
	display: none !important;
}

body.pp2026-base44-quiz #myCarousel .custom-control-label::marker {
	display: none;
}

body.pp2026-base44-quiz #myCarousel .custom-control-label::before {
	content: none !important;
}

body.pp2026-base44-quiz #myCarousel .custom-control-label i,
body.pp2026-base44-quiz #myCarousel .custom-control-label .fa,
body.pp2026-base44-quiz #myCarousel .custom-control-label .pp2026-quiz-option-icon {
	position: absolute;
	left: 24px;
	color: rgba(44, 44, 44, 0.5);
	font-size: 18px;
	line-height: 1;
}

body.pp2026-base44-quiz #myCarousel .custom-control-label::after {
	content: none !important;
}

body.pp2026-base44-quiz #myCarousel .custom-control-label:hover,
body.pp2026-base44-quiz #myCarousel .custom-control-input:focus + .custom-control-label {
	border-color: rgba(197, 180, 162, 0.86);
	background: #fffaf4;
	transform: none;
}

body.pp2026-base44-quiz #myCarousel .custom-control-input:checked + .custom-control-label {
	border-color: #4a5240;
	background: #4a5240;
	color: #fff;
}

body.pp2026-base44-quiz #myCarousel .custom-control-input:checked + .custom-control-label i,
body.pp2026-base44-quiz #myCarousel .custom-control-input:checked + .custom-control-label .fa,
body.pp2026-base44-quiz #myCarousel .custom-control-input:checked + .custom-control-label .pp2026-quiz-option-icon {
	color: rgba(255, 255, 255, 0.7);
}

body.pp2026-base44-quiz #myCarousel .carousel-item:not(.ignore) > .d-flex {
	gap: 20px;
	margin-top: 36px !important;
}

body.pp2026-base44-quiz #myCarousel .btn.prev,
body.pp2026-base44-quiz #myCarousel .btn.next:not(.bg-orange) {
	min-width: 94px;
	min-height: 38px;
	border-radius: 0 !important;
	font-family: var(--pp2026-font-label);
	font-size: 10px !important;
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

body.pp2026-base44-quiz #myCarousel .btn.prev {
	border: 0 !important;
	background: transparent !important;
	color: rgba(44, 44, 44, 0.28) !important;
}

body.pp2026-base44-quiz #myCarousel .btn.next:not(.bg-orange) {
	border: 1px solid rgba(201, 123, 58, 0.24) !important;
	background: transparent !important;
	color: #c97b3a !important;
}

body.pp2026-base44-quiz #myCarousel .pp2026-quiz-landing .btn.next {
	min-width: 276px;
	min-height: 56px;
	padding: 18px 24px;
	border: 0 !important;
	background: #d9c7b4 !important;
	color: #1a1a1a !important;
	letter-spacing: 0.36em;
}

body.pp2026-base44-quiz #myCarousel .pp2026-quiz-landing .btn.next:hover,
body.pp2026-base44-quiz #myCarousel .pp2026-quiz-landing .btn.next:focus-visible {
	background: #c5b4a2 !important;
	color: #1a1a1a !important;
}

body.pp2026-base44-quiz .carousel-item.email-info.ignore.active {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 58px);
	padding: 180px 24px 140px;
	background: #f8f7f4;
	color: #2c2c2c;
}

body.pp2026-base44-quiz .carousel-item.email-info h2.title {
	margin: 0 0 22px !important;
	color: #2c2c2c;
	font-family: var(--pp2026-font-display);
	font-size: clamp(3rem, 5vw, 4.5rem);
	font-weight: 300;
	line-height: 1;
	text-align: center !important;
}

body.pp2026-base44-quiz .carousel-item.email-info h4.subtitle,
body.pp2026-base44-quiz .carousel-item.email-info .subtitle {
	max-width: 620px;
	color: rgba(44, 44, 44, 0.64) !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	text-align: center !important;
}

body.pp2026-base44-quiz .carousel-item.email-info .text-left {
	width: min(100%, 520px);
	margin-top: 30px;
	text-align: left !important;
}

body.pp2026-base44-quiz .carousel-item.email-info .form-control,
body.pp2026-base44-quiz .carousel-item.email-info .input-group-text {
	height: 52px;
	border: 0;
	border-bottom: 1px solid rgba(44, 44, 44, 0.22);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #2c2c2c;
}

body.pp2026-base44-quiz .carousel-item.email-info .form-control.field-error {
	border-bottom-color: #9f2f24 !important;
	border-bottom-width: 2px !important;
	background: rgba(159, 47, 36, 0.07) !important;
	box-shadow: inset 0 0 0 1px rgba(159, 47, 36, 0.22) !important;
	color: #1a1a1a;
}

body.pp2026-base44-quiz .carousel-item.email-info .input-group:has(.form-control.field-error) .input-group-text {
	border-bottom-color: #9f2f24 !important;
	border-bottom-width: 2px !important;
	background: rgba(159, 47, 36, 0.07) !important;
	color: #9f2f24;
}

body.pp2026-base44-quiz .carousel-item.email-info .form-control.field-error::placeholder {
	color: rgba(159, 47, 36, 0.72);
}

body.pp2026-base44-quiz .carousel-item.email-info .alert.errMessage {
	width: min(100%, 420px);
	margin: 14px auto 0;
	border: 1px solid rgba(159, 47, 36, 0.22) !important;
	border-radius: 0;
	background: #f3d6d3 !important;
	color: #842017 !important;
	font-size: 14px;
	text-align: center;
}

body.pp2026-base44-quiz .pp2026-quiz-existing-survey-dialog {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
	place-items: center;
	padding: 24px;
}

body.pp2026-base44-quiz .pp2026-quiz-existing-survey-dialog.is-visible {
	display: grid;
}

body.pp2026-base44-quiz .pp2026-quiz-existing-survey-dialog__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(26, 26, 26, 0.58);
	backdrop-filter: blur(2px);
}

body.pp2026-base44-quiz .pp2026-quiz-existing-survey-dialog__panel {
	position: relative;
	display: grid;
	gap: 18px;
	width: min(100%, 540px);
	padding: 34px;
	background: #1a1a1a;
	color: #fff;
	box-shadow: 0 26px 90px rgba(0, 0, 0, 0.32);
}

body.pp2026-base44-quiz .pp2026-quiz-existing-survey-dialog__panel > span {
	color: #c97b3a;
	font-family: var(--pp2026-font-label);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.32em;
	text-transform: uppercase;
}

body.pp2026-base44-quiz .pp2026-quiz-existing-survey-dialog__panel h2 {
	margin: 0;
	color: #fff;
	font-family: var(--pp2026-font-display);
	font-size: clamp(2.4rem, 4vw, 3.2rem);
	font-weight: 300;
	line-height: 1;
}

body.pp2026-base44-quiz .pp2026-quiz-existing-survey-dialog__panel p {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
	line-height: 1.65;
}

body.pp2026-base44-quiz .pp2026-quiz-existing-survey-dialog__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 8px;
}

body.pp2026-base44-quiz .pp2026-quiz-existing-survey-dialog__actions button {
	min-height: 50px;
	padding: 14px 18px;
	border-radius: 0;
	font-family: var(--pp2026-font-label);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

body.pp2026-base44-quiz .pp2026-quiz-existing-survey-dialog__primary {
	border: 0;
	background: #d9c7b4;
	color: #1a1a1a;
}

body.pp2026-base44-quiz .pp2026-quiz-existing-survey-dialog__primary:hover,
body.pp2026-base44-quiz .pp2026-quiz-existing-survey-dialog__primary:focus-visible {
	background: #c5b4a2;
	color: #1a1a1a;
}

body.pp2026-base44-quiz .pp2026-quiz-existing-survey-dialog__secondary {
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: transparent;
	color: #fff;
}

body.pp2026-base44-quiz .pp2026-quiz-existing-survey-dialog__secondary:hover,
body.pp2026-base44-quiz .pp2026-quiz-existing-survey-dialog__secondary:focus-visible {
	border-color: rgba(217, 199, 180, 0.72);
	background: rgba(217, 199, 180, 0.08);
	color: #fff;
}

body.pp2026-base44-quiz .pp2026-quiz-completion-note {
	width: min(100%, 540px);
	padding: 34px;
	border: 1px solid rgba(44, 44, 44, 0.12);
	background: #ede8df;
	text-align: center;
}

body.pp2026-base44-quiz .pp2026-quiz-completion-note span {
	color: #c97b3a;
	font-family: var(--pp2026-font-label);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.34em;
	text-transform: uppercase;
}

body.pp2026-base44-quiz .pp2026-quiz-completion-note p {
	margin: 14px 0 0;
	color: rgba(44, 44, 44, 0.66);
	font-size: 16px;
	line-height: 1.6;
}

body.pp2026-base44-quiz .jumbotron.jumbotron-fluid.completed {
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #f8f7f4 !important;
}

body.pp2026-base44-quiz .jumbotron.jumbotron-fluid.completed.invisible,
body.pp2026-base44-quiz .jumbotron.jumbotron-fluid.completed.hidden {
	display: none !important;
}

body.pp2026-base44-quiz .pp2026-quiz-results-hero {
	display: grid;
	place-items: center;
	min-height: 360px;
	padding: 80px 24px;
	background: #161719;
	color: #fff;
	text-align: center;
}

body.pp2026-base44-quiz .pp2026-quiz-results-hero > span {
	color: #c5b4a2;
	font-family: var(--pp2026-font-label);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.36em;
	text-transform: uppercase;
}

body.pp2026-base44-quiz .pp2026-quiz-results-hero h2 {
	max-width: 660px;
	margin: 18px 0 0;
	color: #fff;
	font-family: var(--pp2026-font-display);
	font-size: clamp(3rem, 5.2vw, 4.5rem);
	font-weight: 300;
	line-height: 0.95;
}

body.pp2026-base44-quiz .pp2026-quiz-results-hero p {
	max-width: 470px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 14px;
	line-height: 1.7;
}

body.pp2026-base44-quiz .pp2026-quiz-results-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: min(100%, 520px);
	margin-top: 42px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.pp2026-base44-quiz .pp2026-quiz-results-stats strong {
	display: grid;
	gap: 3px;
	padding: 20px 12px 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.55);
	font-family: var(--pp2026-font-label);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body.pp2026-base44-quiz .pp2026-quiz-results-stats strong:last-child {
	border-right: 0;
}

body.pp2026-base44-quiz .pp2026-quiz-results-stats em {
	color: #fff;
	font-family: var(--pp2026-font-display);
	font-size: 32px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

body.pp2026-base44-quiz .jumbotron.completed .container.topinfo {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	width: min(100% - 48px, 960px);
	margin: 0 auto 52px !important;
	padding: 24px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(44, 44, 44, 0.12);
	background: transparent !important;
}

body.pp2026-base44-quiz .container.topinfo h2,
body.pp2026-base44-quiz .container.topinfo h4 {
	justify-content: flex-start !important;
	margin: 0;
	text-align: left;
}

body.pp2026-base44-quiz .container.topinfo h2 {
	color: #c97b3a;
	font-family: var(--pp2026-font-label);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.34em;
	text-transform: uppercase;
}

body.pp2026-base44-quiz .container.topinfo h4 {
	margin-top: 6px;
	color: rgba(44, 44, 44, 0.62);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
}

body.pp2026-base44-quiz .container.topinfo .has-survey {
	grid-column: 2;
	grid-row: 1 / span 2;
	margin: 0 !important;
}

body.pp2026-base44-quiz .container.topinfo .btn {
	min-height: 42px;
	border-radius: 0 !important;
	font-family: var(--pp2026-font-label);
	font-size: 10px !important;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

body.pp2026-base44-quiz .jumbotron.completed > .container:last-child {
	width: min(100% - 48px, 960px);
	margin: 0 auto;
	padding: 0 !important;
}

body.pp2026-base44-quiz .result .recommendations {
	width: 100%;
	padding: 0 0 64px !important;
	background: transparent !important;
}

body.pp2026-base44-quiz .pp2026-quiz-protocol-strip {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	margin: 0 0 42px;
	padding: 26px 30px;
	background: #1a1a1a;
	color: #fff;
}

body.pp2026-base44-quiz .pp2026-quiz-protocol-strip__copy {
	display: grid;
	gap: 6px;
}

body.pp2026-base44-quiz .pp2026-quiz-protocol-strip__copy span {
	color: #c5b4a2;
	font-family: var(--pp2026-font-display);
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
}

body.pp2026-base44-quiz .pp2026-quiz-protocol-strip__copy strong {
	color: rgba(255, 255, 255, 0.62);
	font-family: var(--pp2026-font-label);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

body.pp2026-base44-quiz .pp2026-quiz-protocol-add {
	min-width: 230px;
	min-height: 50px;
	padding: 14px 20px;
	border: 0;
	background: #d9c7b4;
	color: #1a1a1a;
	font-family: var(--pp2026-font-label);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.26em;
	text-transform: uppercase;
}

body.pp2026-base44-quiz .pp2026-quiz-protocol-add:hover,
body.pp2026-base44-quiz .pp2026-quiz-protocol-add:focus-visible {
	background: #c5b4a2;
	color: #1a1a1a;
}

body.pp2026-base44-quiz .pp2026-quiz-protocol-add:disabled {
	cursor: not-allowed;
	opacity: 0.54;
}

body.pp2026-base44-quiz .pp2026-quiz-protocol-add.is-loading::after,
body.pp2026-base44-quiz .result button.addcart.is-loading::after {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 10px;
	border: 2px solid rgba(26, 26, 26, 0.32);
	border-top-color: #1a1a1a;
	border-radius: 50%;
	animation: ppSpin 0.7s linear infinite;
	vertical-align: -2px;
	content: "";
}

body.pp2026-base44-quiz .pp2026-quiz-cart-status {
	grid-column: 1 / -1;
	min-height: 16px;
	margin: -10px 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 12px;
	line-height: 1.4;
}

body.pp2026-base44-quiz .pp2026-quiz-product-actions .pp2026-quiz-cart-status--item {
	width: 100%;
	min-height: 0;
	margin: 2px 0 0;
	color: rgba(44, 44, 44, 0.72);
	font-size: 13px;
	line-height: 1.45;
	text-align: left;
}

body.pp2026-base44-quiz .pp2026-quiz-product-actions .pp2026-quiz-cart-status--item:empty {
	display: none;
}

body.pp2026-base44-quiz .pp2026-quiz-product-actions .pp2026-quiz-cart-status--item.is-error {
	color: #a12622;
}

body.pp2026-base44-quiz .result .recommendations > h2 {
	margin: 48px 0 16px;
	padding: 0;
	background: transparent;
	color: #2c2c2c !important;
	font-family: var(--pp2026-font-display);
	font-size: 34px !important;
	font-weight: 300;
	line-height: 1;
}

body.pp2026-base44-quiz .result .recommendations > h2:nth-of-type(2) {
	background: transparent;
}

body.pp2026-base44-quiz .result .recommendations > h2:nth-of-type(3) {
	background: transparent;
}

body.pp2026-base44-quiz .result .product-rec {
	display: grid !important;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 0;
	margin: 0 0 14px !important;
	padding: 0 !important;
	border: 1px solid rgba(44, 44, 44, 0.1) !important;
	border-top: 1px solid rgba(44, 44, 44, 0.1) !important;
	border-radius: 0 !important;
	background: #fffaf4;
}

body.pp2026-base44-quiz .result .product-rec .col-md-auto {
	display: grid;
	place-items: center;
	width: 140px;
	padding: 26px 18px !important;
	background: #eee9e1;
}

body.pp2026-base44-quiz .result .main-img {
	width: 86px;
	max-width: 86px;
	height: 116px;
	object-fit: contain;
}

body.pp2026-base44-quiz .result .product-rec .col.text-left {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(150px, 0.32fr);
	gap: 0 24px;
	padding: 28px !important;
}

body.pp2026-base44-quiz .result .name {
	margin: 0;
	color: #2c2c2c !important;
	font-family: var(--pp2026-font-display);
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}

body.pp2026-base44-quiz .result .name a {
	color: #2c2c2c !important;
	font-size: inherit;
	text-decoration: none;
}

body.pp2026-base44-quiz .result .mfg {
	margin-top: 9px;
	color: rgba(44, 44, 44, 0.62);
	font-family: var(--pp2026-font-body);
	font-size: 13px;
}

body.pp2026-base44-quiz .result .is-divider,
body.pp2026-base44-quiz .result .stars {
	display: none;
}

body.pp2026-base44-quiz .result .size-price {
	grid-column: 2;
	grid-row: 1;
	display: grid;
	align-content: start;
	gap: 18px;
	margin: 0;
	padding: 0 0 18px;
	border-left: 1px solid rgba(44, 44, 44, 0.08);
	color: rgba(44, 44, 44, 0.45);
	font-family: var(--pp2026-font-label);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-align: right;
	text-transform: uppercase;
}

body.pp2026-base44-quiz .result .price {
	margin: 0;
	color: #2c2c2c;
	font-family: var(--pp2026-font-display);
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

body.pp2026-base44-quiz .result button.addcart {
	width: 100% !important;
	max-width: none;
	margin: 0;
	padding: 12px 14px;
	border-radius: 0 !important;
	background: #1a1a1a !important;
	border-color: #1a1a1a !important;
	color: #fff !important;
	font-family: var(--pp2026-font-label);
	font-size: 9px !important;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

body.pp2026-base44-quiz .result button.addcart:hover,
body.pp2026-base44-quiz .result button.addcart:focus-visible,
body.pp2026-base44-quiz .result button.addcart.is-added {
	background: #4a5240 !important;
	border-color: #4a5240 !important;
	color: #fff !important;
}

body.pp2026-base44-quiz .pp2026-quiz-product-actions {
	grid-column: 2;
	grid-row: 2;
	display: grid;
	gap: 10px;
	align-content: start;
}

body.pp2026-base44-quiz .pp2026-quiz-unavailable-label {
	margin-top: 10px;
	color: #8b3a32;
	font-family: var(--pp2026-font-label);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.pp2026-base44-quiz .pp2026-quiz-product-placeholder {
	color: rgba(44, 44, 44, 0.58);
	font-family: var(--pp2026-font-label);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.pp2026-base44-quiz .pp2026-quiz-addcart--unavailable {
	width: 100%;
	min-height: 42px;
	border: 1px solid rgba(44, 44, 44, 0.18);
	background: #e5e0d8;
	color: rgba(44, 44, 44, 0.68);
	cursor: not-allowed;
}

body.pp2026-base44-quiz .pp2026-quiz-more-info {
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 42px;
	border: 1px solid rgba(44, 44, 44, 0.14);
	background: transparent;
	color: #2c2c2c;
	font-family: var(--pp2026-font-label);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-transform: uppercase;
}

body.pp2026-base44-quiz .pp2026-quiz-more-info:hover,
body.pp2026-base44-quiz .pp2026-quiz-more-info:focus-visible {
	border-color: rgba(197, 180, 162, 0.86);
	background: #fff;
	color: #2c2c2c;
	text-decoration: none;
}

body.pp2026-base44-quiz .result .blurb {
	grid-column: 1 / -1;
	margin: 22px 0 0;
	padding-top: 22px;
	border-top: 1px solid rgba(44, 44, 44, 0.08);
	color: rgba(44, 44, 44, 0.66);
	font-size: 13px;
	line-height: 1.65;
}

body.pp2026-base44-quiz .result .no-recs {
	padding: 34px 28px;
	border: 1px solid rgba(44, 44, 44, 0.1);
	border-top: 0;
	background: #f7f3ee;
	color: rgba(44, 44, 44, 0.64);
}

@media (max-width: 900px) {
	body.pp2026-base44-quiz .pp2026-quiz-landing.active {
		grid-template-columns: 1fr;
	}

	body.pp2026-base44-quiz .pp2026-quiz-landing__copy {
		width: min(100% - 40px, 620px);
		padding: 64px 0 46px;
	}

	body.pp2026-base44-quiz .pp2026-quiz-hero-media {
		grid-column: 1;
		min-height: 340px;
	}

	body.pp2026-base44-quiz #myCarousel .carousel-item:not(.ignore).active {
		padding-top: 190px;
	}

	body.pp2026-base44-quiz .jumbotron.completed .container.topinfo {
		grid-template-columns: 1fr;
	}

	body.pp2026-base44-quiz .container.topinfo .has-survey {
		grid-column: 1;
		grid-row: auto;
	}

	body.pp2026-base44-quiz .pp2026-quiz-protocol-strip {
		grid-template-columns: 1fr;
	}

	body.pp2026-base44-quiz .pp2026-quiz-protocol-add {
		width: 100%;
	}

	body.pp2026-base44-quiz .result .product-rec,
	body.pp2026-base44-quiz .result .product-rec .col.text-left {
		grid-template-columns: 1fr;
	}

	body.pp2026-base44-quiz .result .product-rec .col-md-auto {
		width: 100%;
	}

	body.pp2026-base44-quiz .result .size-price,
	body.pp2026-base44-quiz .result button.addcart,
	body.pp2026-base44-quiz .pp2026-quiz-product-actions,
	body.pp2026-base44-quiz .result .blurb {
		grid-column: 1;
		text-align: left;
	}

	body.pp2026-base44-quiz .result .size-price {
		grid-row: auto;
		padding: 18px 0 0;
		border-left: 0;
		text-align: left;
	}

	body.pp2026-base44-quiz .pp2026-quiz-product-actions {
		grid-row: auto;
		margin-top: 18px;
	}
}

@media (max-width: 640px) {
	body.pp2026-base44-quiz .pp2026-quiz-progress-count {
		left: 20px;
	}

	body.pp2026-base44-quiz .progress {
		right: 20px;
		width: 96px;
	}

	body.pp2026-base44-quiz .pp2026-quiz-landing__copy {
		width: min(100% - 32px, 520px);
		padding: 50px 0 34px;
	}

	body.pp2026-base44-quiz .pp2026-quiz-landing h2.title {
		font-size: 3.2rem;
	}

	body.pp2026-base44-quiz .pp2026-quiz-proof-list li {
		align-items: flex-start;
	}

	body.pp2026-base44-quiz .pp2026-quiz-hero-media {
		min-height: 280px;
	}

	body.pp2026-base44-quiz .pp2026-quiz-hero-badge {
		right: 16px;
		bottom: 16px;
		width: 132px;
	}

	body.pp2026-base44-quiz #myCarousel .carousel-item:not(.ignore).active {
		min-height: 720px;
		padding: 150px 18px 82px;
	}

	body.pp2026-base44-quiz #myCarousel .carousel-item:not(.ignore) h2.title,
	body.pp2026-base44-quiz #myCarousel .carousel-item:not(.ignore) h4.subtitle {
		width: 100%;
	}

	body.pp2026-base44-quiz #myCarousel .carousel-item:not(.ignore) h4.subtitle {
		font-size: 2.35rem;
	}

	body.pp2026-base44-quiz #myCarousel .custom-control-label {
		min-height: 52px;
		padding-right: 16px;
		padding-left: 24px;
	}

	body.pp2026-base44-quiz .carousel-item.email-info.ignore.active {
		padding: 120px 18px 80px;
	}

	body.pp2026-base44-quiz .pp2026-quiz-existing-survey-dialog__panel {
		padding: 26px 22px;
	}

	body.pp2026-base44-quiz .pp2026-quiz-existing-survey-dialog__actions {
		grid-template-columns: 1fr;
	}

	body.pp2026-base44-quiz .pp2026-quiz-results-hero {
		min-height: 330px;
		padding: 58px 20px;
	}

	body.pp2026-base44-quiz .pp2026-quiz-results-stats {
		grid-template-columns: 1fr;
	}

	body.pp2026-base44-quiz .pp2026-quiz-results-stats strong {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	body.pp2026-base44-quiz .pp2026-quiz-protocol-strip {
		padding: 22px 20px;
	}

	body.pp2026-base44-quiz .pp2026-quiz-protocol-strip__copy span {
		font-size: 26px;
	}

	body.pp2026-base44-quiz .jumbotron.completed .container.topinfo,
	body.pp2026-base44-quiz .jumbotron.completed > .container:last-child {
		width: min(100% - 32px, 960px);
	}

	body.pp2026-base44-quiz .result .recommendations > h2 {
		padding: 18px 20px;
		font-size: 24px !important;
	}

	body.pp2026-base44-quiz .result .product-rec .col.text-left {
		padding: 22px 20px 0 !important;
	}

	body.pp2026-base44-quiz .result .blurb {
		margin-right: 0;
	}
}
