.hpb-offers {
	display: grid;
	gap: 18px;
	clear: both;
	margin: 0 0 34px;
	scroll-margin-top: 150px;
}

.hpb-shortcode-notice {
	padding: 12px 14px;
	border-left: 4px solid #dba617;
	background: #fff8e5;
}

.hpb-offer[hidden] {
	display: none !important;
}

.hpb-offer {
	overflow: hidden;
	border: 1px solid rgba(25, 25, 25, 0.12);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 34px rgba(20, 20, 20, 0.07);
}

.hpb-offer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 24px 18px;
	background: linear-gradient(135deg, #fff 0%, #f8faf7 100%);
}

.hpb-offer__eyebrow,
.hpb-offer__role {
	display: block;
	color: #65715f;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hpb-offer__title {
	margin: 4px 0 0;
	font-size: 23px;
	line-height: 1.25;
}

.hpb-offer__discount-headline {
	color: #3b6f38;
	white-space: nowrap;
}

.hpb-offer__image-link {
	display: block;
}

.hpb-offer__image-link img {
	transition: transform 0.18s ease;
}

.hpb-offer__image-link:hover img {
	transform: scale(1.04);
}

.hpb-offer__product-link {
	color: inherit;
	text-decoration: none;
}

.hpb-offer__product-link:hover {
	color: #3b6f38;
	text-decoration: underline;
}

.hpb-offer__saving {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 8px;
	min-width: 0;
	padding: 9px 13px;
	border-radius: 9px;
	background: #eaf4e6;
	white-space: nowrap;
}

.hpb-offer__saving small {
	color: #52634d;
	font-size: 13px;
	line-height: 1;
}

.hpb-offer__saving strong {
	color: #3e6a35;
	font-size: 20px;
	line-height: 1;
}

.hpb-offer__products {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
	align-items: stretch;
	gap: 12px;
	padding: 20px 24px;
	border-top: 1px solid rgba(24, 24, 24, 0.08);
	border-bottom: 1px solid rgba(24, 24, 24, 0.08);
}

.hpb-offer__product {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	min-width: 0;
	padding: 12px;
	border: 1px solid rgba(24, 24, 24, 0.09);
	border-radius: 11px;
	background: #fff;
}

.hpb-offer__thumb {
	overflow: hidden;
	width: 82px;
	height: 82px;
	border-radius: 8px;
	background: #f6f6f6;
}

.hpb-offer__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}

.hpb-offer__product-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.hpb-offer__product-copy > strong {
	overflow: hidden;
	font-size: 14px;
	line-height: 1.35;
	text-overflow: ellipsis;
}

.hpb-offer__price {
	font-weight: 700;
}

.hpb-offer__product del {
	opacity: 0.5;
	font-weight: 400;
}

.hpb-offer__product ins {
	margin-left: 7px;
	color: #3e6a35;
	text-decoration: none;
}

.hpb-offer__plus {
	display: grid;
	place-items: center;
	align-self: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #f1f1f1;
	font-size: 22px;
	font-weight: 600;
}

.hpb-offer__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 24px;
}

.hpb-offer__footer small {
	display: block;
	opacity: 0.65;
}

.hpb-offer__total {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
}

.hpb-offer__form {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 12px;
	margin: 0;
}

.hpb-package-quantity {
	display: flex;
	align-items: center;
	gap: 6px;
}


.hpb-package-quantity__suffix {
	color: #65715f;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.hpb-package-quantity__controls {
	display: grid;
	grid-template-columns: 28px 34px 28px;
	overflow: hidden;
	border: 1px solid rgba(24, 24, 24, 0.16);
	border-radius: 6px;
}

.hpb-package-quantity__button,
.hpb-package-quantity__input {
	width: 100%;
	height: 30px;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	text-align: center;
}

.hpb-package-quantity__button {
	padding: 0 !important;
	color: #555;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}

.hpb-package-quantity__button:hover {
	background: #f1f4ef !important;
	color: #3e6a35;
}

.hpb-package-quantity__input {
	padding: 0 !important;
	border-right: 1px solid rgba(24, 24, 24, 0.12) !important;
	border-left: 1px solid rgba(24, 24, 24, 0.12) !important;
	font-size: 14px;
	font-weight: 700;
	-moz-appearance: textfield;
}

.hpb-package-quantity__input::-webkit-inner-spin-button,
.hpb-package-quantity__input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.hpb-offer__button {
	min-height: 44px;
	margin: 0 !important;
	padding-right: 24px !important;
	padding-left: 24px !important;
	white-space: nowrap;
}

.hpb-offer__button:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.hpb-combo-jump {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid #596556;
	background: #fff;
	color: #4d594a !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-decoration: none !important;
}

.hpb-combo-jump:hover {
	border-color: #3e6a35;
	background: #eef5eb;
	color: #3e6a35 !important;
}

@media (max-width: 760px) {
	.hpb-offers {
		margin-bottom: 26px;
	}

	.hpb-offer__header,
	.hpb-offer__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.hpb-offer__saving {
		align-self: flex-start;
	}

	.hpb-offer__form {
		align-items: stretch;
		flex-direction: column;
	}

	.hpb-package-quantity {
		align-self: flex-start;
	}

	.hpb-offer__products {
		grid-template-columns: 1fr;
	}

	.hpb-offer__plus {
		justify-self: center;
	}

	.hpb-offer__button {
		width: 100%;
		white-space: normal;
	}

	.hpb-combo-jump {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.hpb-offer__header,
	.hpb-offer__products,
	.hpb-offer__footer {
		padding-right: 16px;
		padding-left: 16px;
	}

	.hpb-offer__product {
		grid-template-columns: 68px minmax(0, 1fr);
	}

	.hpb-offer__thumb {
		width: 68px;
		height: 68px;
	}
}
