/* 1.5.126: narrowly scoped public presentation fixes. */
body.hbp-store-active main [id] {
	scroll-margin-top: var(--hbp-anchor-offset, 220px);
}
.hbp-search-results-heading {
	background: #edf5f1;
	border-radius: 16px;
	padding: clamp(18px, 4vw, 32px);
	margin: 0 0 24px;
	width: 100%;
	box-sizing: border-box;
}
.hbp-search-results-heading > span, .hbp-coupon-offer > span {
	color: #246a52;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .08em;
}
.hbp-search-results-heading h1 {
	font-size: clamp(24px, 4vw, 38px);
	line-height: 1.25;
	margin: 10px 0;
	overflow-wrap: anywhere;
}
.hbp-coupon-offer {
	border: 1px solid #bdd8c9;
	background: #f0f8f3;
	border-radius: 18px;
	padding: clamp(18px, 4vw, 32px);
	margin: 0 0 28px;
}
.hbp-coupon-offer h2 { margin: 10px 0 16px; line-height: 1.3; }
.hbp-coupon-offer li { margin-bottom: 7px; }
.hbp-care-category-note { max-width: 1200px; padding: 20px; margin: 0 auto; }
@media (max-width: 480px) {
	body.hbp-store-active.hbp-checkout-page #payment .place-order {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	body.hbp-store-active.hbp-checkout-page .woocommerce-terms-and-conditions-wrapper label {
		display: block !important;
		line-height: 1.65 !important;
		overflow-wrap: normal;
	}
	body.hbp-store-active.hbp-checkout-page .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] {
		float: left;
		margin: 3px 9px 0 0 !important;
	}
	body.hbp-store-active.hbp-checkout-page .woocommerce-terms-and-conditions-checkbox-text {
		display: inline;
		overflow-wrap: normal;
		word-break: normal;
	}
}
