.nhpo-loading {
	color: #5f6d65;
	font-size: 13px;
	padding: 8px 0 2px;
}

.nhpo-pickup-sidebar-card {
	display: none;
}

.nhpo-sidebar-heading {
	border-bottom: 1px solid #e8eeea;
	color: #263d31;
	font-size: 17px;
	font-weight: 750;
	margin: -2px 0 16px;
	padding: 0 0 13px;
}

.nhpo-checkout-inline-mount:empty {
	display: none;
}

.nhpo-pickup-intro {
	align-items: flex-start;
	background: #f4faf6;
	border: 1px solid #dbeade;
	border-radius: 10px;
	color: #34483d;
	display: flex;
	gap: 9px;
	margin-bottom: 16px;
	padding: 11px 12px;
}

.nhpo-pickup-intro .bx {
	color: #0b9551;
	font-size: 21px;
	margin-top: 1px;
}

.nhpo-pickup-intro strong,
.nhpo-pickup-intro span {
	display: block;
}

.nhpo-pickup-intro strong {
	font-size: 12px;
	margin-bottom: 2px;
}

.nhpo-pickup-intro span {
	font-size: 13px;
	line-height: 1.5;
}

.nhpo-field {
	margin-bottom: 13px;
}

.nhpo-field-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nhpo-field label,
.nhpo-payment legend {
	color: #34483d;
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 6px;
	margin-top: 0 !important;
}

.nhpo-field input,
.nhpo-field select {
	background-color: #fff;
	border: 1px solid #d5e1da;
	border-radius: 9px;
	box-shadow: none;
	font-size: 15px;
	height: 46px;
	margin: 0;
	padding: 0 12px;
	width: 100%;
}

.nhpo-phone-input-container {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(145px, .42fr) minmax(0, 1fr);
}

.nhpo-phone-input-container select,
.nhpo-phone-input-container input {
	min-width: 0;
}

.nhpo-field input:focus,
.nhpo-field select:focus {
	border-color: #0b9551;
	box-shadow: 0 0 0 3px rgba(11, 149, 81, .1);
}

.nhpo-field input.nhpo-invalid,
.nhpo-field select.nhpo-invalid {
	background-color: #fff8f7;
	border-color: #cf392f !important;
	box-shadow: 0 0 0 3px rgba(207, 57, 47, .12) !important;
}

.nhpo-field input.nhpo-invalid:focus,
.nhpo-field select.nhpo-invalid:focus {
	border-color: #b52f2f !important;
}

.nhpo-schedule-note {
	color: #6a7770;
	font-size: 11px;
	line-height: 1.5;
	margin: -3px 0 15px;
}

.nhpo-payment {
	border: 0;
	margin: 0 0 15px !important;
	padding: 0 !important;
}

.nhpo-payment > legend {
	display: block;
	line-height: 1.2;
	margin: 0 0 6px !important;
	padding: 0 !important;
	position: static;
}

.nhpo-payment.nhpo-invalid .nhpo-payment-choices,
.nhpo-gateways.nhpo-invalid,
.nhpo-terms.nhpo-invalid {
	border-color: #cf392f;
	box-shadow: 0 0 0 3px rgba(207, 57, 47, .1);
}

.nhpo-gateways.nhpo-invalid {
	border: 1px solid #cf392f;
}

.nhpo-payment.nhpo-invalid .nhpo-payment-choices {
	border: 1px solid #cf392f;
	border-radius: 11px;
	padding: 3px;
}

.nhpo-payment-choices {
	display: grid;
	gap: 9px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nhpo-choice {
	align-items: center;
	background: #fff;
	border: 1px solid #d5e1da;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	gap: 9px;
	margin: 0;
	min-height: 58px;
	padding: 10px 11px;
}

.nhpo-choice:has(input:checked) {
	background: #f3faf6;
	border-color: #0b9551;
	box-shadow: 0 0 0 2px rgba(11, 149, 81, .08);
}

.nhpo-choice input {
	flex: 0 0 auto;
	margin: 0;
}

.nhpo-choice span,
.nhpo-choice strong,
.nhpo-choice small {
	display: block;
}

.nhpo-choice strong {
	color: #2d4136;
	font-size: 13px;
}

.nhpo-choice small {
	color: #75827b;
	font-size: 11px;
	margin-top: 2px;
}

.nhpo-gateways {
	background: #f8faf9;
	border-radius: 10px;
	margin-top: 10px;
	padding: 11px;
}

.nhpo-gateways[hidden] {
	display: none !important;
}

.nhpo-gateways-title {
	color: #34483d;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 7px;
}

.nhpo-gateway-choice {
	border-radius: 8px;
	margin-bottom: 6px;
	min-height: 42px;
	padding: 8px 10px;
}

.nhpo-gateway-copy {
	flex: 1 1 auto;
	font-size: 12px;
	font-weight: 650;
}

.nhpo-gateway-icons {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 5px;
	justify-content: flex-end;
}

.nhpo-gateway-icons img {
	background: #fff;
	border: 1px solid #e5e9e7;
	border-radius: 4px;
	height: 25px;
	margin: 0;
	object-fit: contain;
	padding: 2px;
	width: 39px;
}

.nhpo-order-summary {
	border: 1px solid #dfe8e2;
	border-radius: 11px;
	margin: 2px 0 14px;
	overflow: hidden;
}

.nhpo-order-summary[hidden] {
	display: none !important;
}

.nhpo-summary-title {
	background: #f7faf8;
	border-bottom: 1px solid #e8eeea;
	color: #34483d;
	font-size: 12px;
	font-weight: 750;
	padding: 10px 12px;
}

.nhpo-summary-product {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	padding: 12px;
}

.nhpo-summary-product > img {
	background: #fff;
	border: 1px solid #edf0ee;
	border-radius: 8px;
	height: 54px;
	margin: 0;
	object-fit: contain;
	width: 54px;
}

.nhpo-summary-product__copy strong,
.nhpo-summary-product__copy span {
	display: block;
}

.nhpo-summary-product__copy strong {
	color: #2d4136;
	font-size: 12px;
	line-height: 1.4;
}

.nhpo-summary-product__copy span {
	color: #7a857f;
	font-size: 11px;
	margin-top: 3px;
}

.nhpo-summary-product__price {
	color: #263d31;
	font-size: 13px;
	font-weight: 750;
	white-space: nowrap;
}

.nhpo-summary-total {
	align-items: center;
	border-top: 1px solid #edf1ee;
	display: flex;
	justify-content: space-between;
	padding: 10px 12px;
}

.nhpo-summary-total span {
	color: #5f6c65;
	font-size: 12px;
}

.nhpo-summary-total strong {
	color: #d83232;
	font-size: 16px;
}

.nhpo-points {
	background: #fffaf4;
	border-top: 1px solid #f3e2cf;
	color: #6f4a26;
	padding: 10px 12px;
}

.nhpo-points strong,
.nhpo-points span {
	display: block;
}

.nhpo-points strong {
	font-size: 11px;
	letter-spacing: .04em;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.nhpo-points span {
	font-size: 12px;
	line-height: 1.45;
}

.nhpo-points a {
	color: #087a47;
	font-weight: 750;
	text-decoration: underline;
}

.nhpo-terms {
	align-items: flex-start;
	background: #f8faf9;
	border: 1px solid #e3ebe6;
	border-radius: 9px;
	color: #4c5d53;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	gap: 9px;
	line-height: 1.5;
	margin: 0 0 12px;
	padding: 11px 12px;
}

.nhpo-terms input {
	flex: 0 0 auto;
	margin: 3px 0 0;
}

.nhpo-terms a {
	color: #087a47;
	margin-left: 3px;
	text-decoration: underline;
}

.nhpo-terms abbr {
	color: #c62828;
	margin-left: 2px;
	text-decoration: none;
}

.nhpo-submit {
	background: #16794b;
	border: 0;
	border-radius: 9px;
	color: #fff;
	font-size: 14px;
	font-weight: 750;
	margin: 0;
	min-height: 48px;
	text-transform: none;
	width: 100%;
}

.nhpo-submit:hover,
.nhpo-submit:focus-visible {
	background: #0d603a;
}

.nhpo-submit:disabled {
	cursor: not-allowed;
	opacity: .55;
}

.nhpo-pickup-order-form.is-error .sm-pickup-form-message,
.nhpo-checkout-fields.is-error .sm-pickup-form-message {
	color: #b52f2f;
}

.nhpo-pickup-order-form.is-success .sm-pickup-form-message,
.nhpo-checkout-fields.is-success .sm-pickup-form-message {
	color: #087a47;
}

@media (min-width: 850px) {
	.product.sm-pickup-mode .product-main-info {
		flex-basis: 66.666667%;
		max-width: 66.666667%;
	}

	.product.sm-pickup-mode .product-pricing-sidebar {
		display: block !important;
	}

	.product.sm-pickup-mode .product-pricing-sidebar > :not(.nhpo-pickup-sidebar-card) {
		display: none !important;
	}

	.product.sm-pickup-mode .nhpo-pickup-sidebar-card {
		background: #fff;
		border: 1px solid #dce9e1;
		border-radius: 12px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
		display: block;
		max-height: calc(100vh - var(--product-pricing-sticky-header-offset, 0px) - 40px);
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: 22px;
		position: sticky;
		top: calc(var(--product-pricing-sticky-header-offset, 0px) + 20px);
	}

	body.single-product
		.product-info.product-info-smart-sticky-state-absolute
		.nhpo-pickup-sidebar-card,
	body.single-product
		.product-info.product-info-smart-sticky-state-fixed-bottom
		.nhpo-pickup-sidebar-card {
		position: relative;
		top: auto;
	}

	.product.sm-pickup-mode .sm-pickup-panel {
		max-width: none;
	}
}

@media (max-width: 849px) {
	.nhpo-checkout-fields {
		display: flex;
		flex-direction: column;
	}

	.nhpo-payment {
		order: 1;
	}

	.nhpo-terms {
		order: 2;
	}

	.nhpo-submit {
		order: 3;
	}

	.nhpo-order-summary {
		order: 4;
	}

	.nhpo-checkout-fields .sm-pickup-form-message {
		order: 5;
	}

	.nhpo-sidebar-heading {
		display: none;
	}
}

@media (max-width: 549px) {
	.nhpo-field-grid,
	.nhpo-payment-choices {
		grid-template-columns: 1fr;
	}

	.nhpo-summary-product {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.nhpo-summary-product > img {
		height: 48px;
		width: 48px;
	}

	.nhpo-summary-product__price {
		grid-column: 2;
	}

	.nhpo-gateway-choice {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.nhpo-gateway-icons {
		flex-basis: 100%;
		justify-content: flex-start;
		padding-left: 25px;
	}
}
