.mah24-pb {
	--mah24-bg: #020817;
	--mah24-bg-2: #061742;
	--mah24-panel: rgba(6, 18, 46, 0.86);
	--mah24-panel-2: rgba(9, 26, 63, 0.9);
	--mah24-line: rgba(106, 145, 216, 0.46);
	--mah24-line-soft: rgba(106, 145, 216, 0.23);
	--mah24-text: #f8fbff;
	--mah24-muted: #c3cde4;
	--mah24-soft: #8294bd;
	--mah24-accent: #ff8a00;
	--mah24-accent-2: #ffb447;
	--mah24-error: #ff6879;
	--mah24-success: #46d19a;
	background:
		linear-gradient(180deg, rgba(2, 8, 23, 0.94), rgba(3, 11, 29, 0.97)),
		#020817;
	color: var(--mah24-text);
	direction: rtl;
	font-family: inherit;
	line-height: 1.8;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	overflow: hidden;
	position: relative;
	text-align: right;
	width: 100vw;
}

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

.mah24-pb .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.mah24-pb a {
	color: inherit;
	text-decoration: none;
}

.mah24-pb h2,
.mah24-pb h3,
.mah24-pb p {
	margin: 0;
}

.mah24-pb__nav,
.mah24-pb__hero,
.mah24-pb__layout,
.mah24-pb__section,
.mah24-pb__cta {
	margin-inline: auto;
	max-width: 1260px;
	padding-inline: clamp(18px, 3vw, 48px);
}

.mah24-pb__nav {
	align-items: center;
	border-bottom: 1px solid rgba(106, 145, 216, 0.28);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	min-height: 62px;
	position: relative;
	z-index: 5;
}

.mah24-pb__logo {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	min-width: 98px;
}

.mah24-pb__logo-image {
	display: block;
	height: 30px;
	max-width: 94px;
	object-fit: contain;
	width: auto;
}

.mah24-pb__logo-mark {
	border: 7px solid #163fbd;
	border-inline-start-color: var(--mah24-accent);
	border-radius: 50%;
	display: inline-block;
	height: 46px;
	position: relative;
	width: 46px;
}

.mah24-pb__logo-mark::after {
	color: #163fbd;
	content: "24";
	font-size: 34px;
	font-weight: 900;
	inset-inline-start: 14px;
	line-height: 1;
	position: absolute;
	top: 2px;
}

.mah24-pb__logo small,
.mah24-pb__logo strong {
	display: block;
	line-height: 1.15;
}

.mah24-pb__logo small {
	color: #4383ff;
	font-size: 14px;
	font-weight: 800;
}

.mah24-pb__logo strong {
	color: var(--mah24-accent);
	font-size: 24px;
	font-weight: 900;
}

.mah24-pb__menu {
	align-items: center;
	display: flex;
	flex: 1;
	gap: clamp(14px, 2vw, 34px);
	justify-content: flex-end;
	min-width: 0;
}

.mah24-pb__menu a {
	color: #f7faff;
	font-size: 15px;
	font-weight: 800;
	padding-block: 20px 18px;
	position: relative;
	white-space: nowrap;
}

.mah24-pb__menu a::after {
	background: transparent;
	border-radius: 999px;
	bottom: 14px;
	content: "";
	height: 3px;
	inset-inline: 0;
	position: absolute;
}

.mah24-pb__menu a:hover,
.mah24-pb__menu a.is-active {
	color: var(--mah24-accent);
}

.mah24-pb__menu a.is-active::after {
	background: var(--mah24-accent);
}

.mah24-pb__cart-link {
	align-items: center;
	background: rgba(8, 25, 61, 0.72);
	border: 1px solid rgba(255, 138, 0, 0.42);
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 8px;
	justify-content: center;
	min-height: 40px;
	padding: 7px 10px;
	position: relative;
	white-space: nowrap;
}

.mah24-pb__cart-link i {
	background: var(--mah24-accent);
	display: inline-block;
	height: 20px;
	-webkit-mask: var(--mah24-icon-bag) center / contain no-repeat;
	mask: var(--mah24-icon-bag) center / contain no-repeat;
	width: 20px;
}

.mah24-pb__cart-link b {
	font-size: 13px;
	font-weight: 950;
	line-height: 1;
}

.mah24-pb__cart-link small {
	align-items: center;
	background: var(--mah24-accent);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 950;
	height: 20px;
	justify-content: center;
	min-width: 20px;
	padding-inline: 5px;
}

.mah24-pb__hero {
	align-items: center;
	direction: rtl;
	display: grid;
	gap: clamp(16px, 3vw, 48px);
	grid-template-columns: minmax(330px, 0.9fr) minmax(420px, 1.1fr);
	min-height: 480px;
	padding-block: 38px 28px;
	position: relative;
}

.mah24-pb__hero::before {
	background: linear-gradient(270deg, rgba(2, 8, 23, 0.7), transparent 62%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.mah24-pb__hero-copy {
	direction: rtl;
	position: relative;
	text-align: right;
	z-index: 2;
}

.mah24-pb__hero-copy h2 {
	font-size: clamp(44px, 6vw, 82px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.18;
	margin-bottom: 18px;
}

.mah24-pb__hero-copy h2 span,
.mah24-pb__hero-copy h2 strong {
	display: block;
}

.mah24-pb__hero-copy h2 strong,
.mah24-pb__cta h3 span,
.mah24-pb__benefits h3 b {
	color: var(--mah24-accent);
	font-weight: 950;
}

.mah24-pb__hero-copy p {
	color: #eff4ff;
	font-size: 18px;
	font-weight: 600;
	max-width: 540px;
}

.mah24-pb__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.mah24-pb__hero-action,
.mah24-pb__button {
	align-items: center;
	background: linear-gradient(180deg, #ff9b16, #ff8500);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	box-shadow: 0 14px 32px rgba(255, 138, 0, 0.28);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-weight: 900;
	justify-content: center;
	min-height: 50px;
	padding: 10px 22px;
	text-decoration: none;
	transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	white-space: nowrap;
}

.mah24-pb__hero-action::before,
.mah24-pb__button::before {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 20px;
	margin-inline-end: 8px;
	-webkit-mask: var(--mah24-icon-bag) center / contain no-repeat;
	mask: var(--mah24-icon-bag) center / contain no-repeat;
	width: 20px;
}

.mah24-pb__hero-action--ghost::before,
.mah24-pb__button--ghost::before {
	-webkit-mask-image: var(--mah24-icon-play);
	mask-image: var(--mah24-icon-play);
}

.mah24-pb__hero-action:hover,
.mah24-pb__button:hover {
	background: linear-gradient(180deg, #ffae36, #ff8a00);
	box-shadow: 0 16px 36px rgba(255, 138, 0, 0.36);
	transform: translateY(-1px);
}

.mah24-pb__hero-action--ghost,
.mah24-pb__button--ghost {
	background: rgba(4, 13, 34, 0.52);
	border-color: rgba(157, 185, 240, 0.42);
	box-shadow: none;
	color: #e8efff;
}

.mah24-pb__hero-action--ghost:hover,
.mah24-pb__button--ghost:hover {
	background: rgba(10, 26, 61, 0.78);
	box-shadow: none;
}

.mah24-pb__hero-art {
	direction: rtl;
	min-height: 360px;
	overflow: visible;
	position: relative;
	z-index: 0;
}

.mah24-pb__hero-art::after {
	background:
		radial-gradient(circle at 55% 66%, rgba(255, 138, 0, 0.24), transparent 34%),
		linear-gradient(90deg, rgba(2, 8, 23, 0.88), transparent 24%, transparent 76%, rgba(2, 8, 23, 0.58));
	content: "";
	inset: -22px;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.mah24-pb__hero-art img {
	display: block;
	filter: drop-shadow(0 26px 46px rgba(0, 0, 0, 0.5));
	height: 100%;
	min-height: 430px;
	-webkit-mask-image:
		linear-gradient(90deg, transparent 0%, #000 15%, #000 84%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-image:
		linear-gradient(90deg, transparent 0%, #000 15%, #000 84%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
	mask-composite: intersect;
	object-fit: cover;
	object-position: center;
	position: relative;
	width: 100%;
	z-index: 1;
}

.mah24-pb__layout {
	direction: rtl;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 0.86fr);
	min-width: 0;
	padding-block: 0 18px;
	position: relative;
	z-index: 3;
}

.mah24-pb__panel {
	background: linear-gradient(180deg, rgba(7, 23, 58, 0.78), rgba(3, 11, 29, 0.76));
	border: 1px solid var(--mah24-line);
	border-radius: 8px;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
	min-width: 0;
	padding: clamp(18px, 2.5vw, 28px);
}

.mah24-pb__side {
	align-self: start;
	display: grid;
	gap: 22px;
	min-width: 0;
}

.mah24-pb__section-head {
	margin-bottom: 16px;
	text-align: right;
}

.mah24-pb__section-head h3,
.mah24-pb__rules h3,
.mah24-pb__section h3 {
	color: #fff;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.35;
}

.mah24-pb__section-head p {
	color: var(--mah24-muted);
	font-size: 14px;
	margin-top: 4px;
}

.mah24-pb__alerts {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 0 16px;
}

.mah24-pb__alert {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(255, 104, 121, 0.12), rgba(255, 104, 121, 0.04)),
		rgba(5, 15, 39, 0.62);
	border: 1px solid rgba(255, 104, 121, 0.34);
	border-inline-start: 4px solid rgba(255, 104, 121, 0.86);
	border-radius: 8px;
	color: #ffe9ec;
	display: grid;
	gap: 2px 10px;
	grid-template-columns: 28px minmax(0, 1fr);
	min-height: 82px;
	padding: 10px 12px;
}

.mah24-pb__alert::before {
	background: #ff7a88;
	content: "";
	grid-row: span 2;
	height: 22px;
	-webkit-mask: var(--mah24-icon-info) center / contain no-repeat;
	mask: var(--mah24-icon-info) center / contain no-repeat;
	width: 22px;
}

.mah24-pb__alert--warning {
	background:
		linear-gradient(90deg, rgba(255, 138, 0, 0.14), rgba(255, 138, 0, 0.04)),
		rgba(5, 15, 39, 0.62);
	border-color: rgba(255, 138, 0, 0.34);
	border-inline-start-color: rgba(255, 138, 0, 0.9);
	color: #ffecd4;
}

.mah24-pb__alert--warning::before {
	background: var(--mah24-accent);
}

.mah24-pb__alert strong {
	color: #fff;
	font-size: 13px;
	font-weight: 950;
	line-height: 1.45;
}

.mah24-pb__alert p {
	color: inherit;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.75;
}

.mah24-pb__search {
	background:
		linear-gradient(90deg, rgba(255, 138, 0, 0.14), transparent 44%),
		linear-gradient(180deg, rgba(12, 34, 82, 0.9), rgba(5, 16, 41, 0.88));
	border: 1px solid rgba(255, 138, 0, 0.5);
	border-radius: 8px;
	box-shadow:
		0 18px 42px rgba(0, 0, 0, 0.22),
		0 0 0 4px rgba(255, 138, 0, 0.06);
	margin-bottom: 12px;
	padding: 14px;
	position: relative;
	z-index: 12;
}

.mah24-pb__search-head {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 10px;
}

.mah24-pb__search-head span {
	background: rgba(255, 138, 0, 0.16);
	border: 1px solid rgba(255, 138, 0, 0.38);
	border-radius: 999px;
	color: var(--mah24-accent-2);
	font-size: 12px;
	font-weight: 950;
	line-height: 1.4;
	padding: 4px 10px;
	white-space: nowrap;
}

.mah24-pb__search-head strong {
	color: #fff;
	font-size: 18px;
	font-weight: 950;
	line-height: 1.5;
}

.mah24-pb__search-field {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) 108px;
	position: relative;
}

.mah24-pb__search-icon {
	background: #dbe6ff;
	border: 0;
	border-radius: 0;
	height: 26px;
	inset-inline-start: 20px;
	-webkit-mask: var(--mah24-icon-search) center / contain no-repeat;
	mask: var(--mah24-icon-search) center / contain no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	z-index: 2;
}

.mah24-pb__search-icon::after {
	display: none;
}

.mah24-pb__search-input,
.mah24-pb select,
.mah24-pb input[type="number"] {
	background: rgba(5, 15, 39, 0.84);
	border: 1px solid var(--mah24-line);
	border-radius: 8px;
	color: #fff;
	font: inherit;
	font-weight: 700;
	min-height: 50px;
	outline: none;
	padding: 10px 16px;
	width: 100%;
}

.mah24-pb__search-input {
	border-color: rgba(255, 138, 0, 0.58);
	box-shadow: inset 0 0 0 1px rgba(255, 138, 0, 0.1);
	font-size: 16px;
	font-weight: 900;
	min-height: 60px;
	padding-inline-start: 64px;
}

.mah24-pb__search-input::placeholder {
	color: #c7d4ef;
	font-weight: 800;
	opacity: 0.92;
}

.mah24-pb__search-submit {
	align-items: center;
	background: linear-gradient(180deg, #ff9b16, #ff8500);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(255, 138, 0, 0.22);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 15px;
	font-weight: 950;
	justify-content: center;
	min-height: 60px;
	padding: 8px 12px;
	white-space: nowrap;
}

.mah24-pb__search-submit:hover,
.mah24-pb__search-submit:focus {
	background: linear-gradient(180deg, #ffae36, #ff8a00);
	outline: none;
}

.mah24-pb select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, var(--mah24-accent) 50%),
		linear-gradient(135deg, var(--mah24-accent) 50%, transparent 50%);
	background-position:
		calc(100% - 18px) 50%,
		calc(100% - 12px) 50%;
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
	padding-inline-end: 32px;
}

.mah24-pb__search-input:focus,
.mah24-pb select:focus,
.mah24-pb input[type="number"]:focus {
	border-color: var(--mah24-accent);
	box-shadow: 0 0 0 4px rgba(255, 138, 0, 0.18);
}

.mah24-pb__search-results {
	background: #06163b;
	border: 1px solid var(--mah24-line);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
	inset-inline: 0;
	margin-top: 8px;
	max-height: 340px;
	overflow: auto;
	position: absolute;
	top: 100%;
	z-index: 30;
}

.mah24-pb__result,
.mah24-pb__result-note {
	align-items: center;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(106, 145, 216, 0.2);
	color: #fff;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-weight: 800;
	gap: 12px;
	padding: 10px 12px;
	text-align: right;
	width: 100%;
}

.mah24-pb__result:hover {
	background: rgba(255, 138, 0, 0.12);
}

.mah24-pb__result img,
.mah24-pb__product img {
	aspect-ratio: 1;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	height: 48px;
	object-fit: cover;
	width: 48px;
}

.mah24-pb__rows {
	background: rgba(5, 17, 45, 0.58);
	border: 1px solid var(--mah24-line-soft);
	border-radius: 8px;
	overflow: hidden;
}

.mah24-pb__empty {
	color: var(--mah24-muted);
	padding: 24px;
	text-align: center;
}

.mah24-pb__blend-list {
	display: grid;
	gap: 12px;
	padding: 12px;
}

.mah24-pb__blend-card {
	background: linear-gradient(180deg, rgba(10, 31, 75, 0.82), rgba(5, 16, 41, 0.78));
	border: 1px solid rgba(106, 145, 216, 0.32);
	border-radius: 8px;
	display: grid;
	gap: 14px;
	padding: 14px;
}

.mah24-pb__blend-card--error {
	border-color: rgba(255, 104, 121, 0.82);
	box-shadow: inset 0 0 0 1px rgba(255, 104, 121, 0.28);
}

.mah24-pb__blend-top {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.mah24-pb__blend-step {
	align-items: center;
	color: #dbe5ff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 950;
	gap: 10px;
	min-width: 0;
}

.mah24-pb__blend-step b {
	align-items: center;
	background: var(--mah24-accent);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	min-width: 34px;
	padding-inline: 8px;
}

.mah24-pb__blend-controls {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(132px, 0.9fr) minmax(132px, 0.9fr) minmax(108px, 0.68fr) minmax(132px, 0.82fr);
}

.mah24-pb__blend-card label span,
.mah24-pb__row-total span {
	color: var(--mah24-soft);
	display: block;
	font-size: 12px;
	font-weight: 800;
}

.mah24-pb__row-total {
	align-content: center;
	background: rgba(5, 15, 39, 0.62);
	border: 1px solid var(--mah24-line-soft);
	border-radius: 8px;
	display: grid;
	gap: 4px;
	min-height: 50px;
	padding: 8px 12px;
}

.mah24-pb__row-total strong {
	color: #fff;
	font-size: 15px;
	font-weight: 950;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.mah24-pb__next-slot {
	align-items: center;
	background: rgba(6, 20, 54, 0.68);
	border: 1px dashed rgba(255, 138, 0, 0.78);
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: grid;
	gap: 2px 14px;
	grid-template-columns: 52px minmax(0, 1fr);
	margin: 12px;
	min-height: 86px;
	padding: 14px;
	text-align: right;
	width: calc(100% - 24px);
}

.mah24-pb__next-slot:hover {
	background: rgba(255, 138, 0, 0.12);
	border-style: solid;
}

.mah24-pb__next-icon {
	align-items: center;
	background:
		linear-gradient(180deg, rgba(255, 138, 0, 0.22), rgba(255, 138, 0, 0.1));
	border: 1px solid rgba(255, 138, 0, 0.72);
	border-radius: 50%;
	color: var(--mah24-accent);
	display: inline-flex;
	font-size: 0;
	font-weight: 400;
	grid-row: span 2;
	height: 52px;
	justify-content: center;
	line-height: 1;
	width: 52px;
}

.mah24-pb__next-icon::before {
	background: var(--mah24-accent);
	content: "";
	height: 28px;
	-webkit-mask: var(--mah24-icon-bottle) center / contain no-repeat;
	mask: var(--mah24-icon-bottle) center / contain no-repeat;
	width: 28px;
}

.mah24-pb__next-slot strong {
	font-size: 18px;
	font-weight: 950;
	line-height: 1.45;
}

.mah24-pb__next-slot small {
	color: var(--mah24-muted);
	font-size: 13px;
	font-weight: 700;
}

.mah24-pb__row {
	align-items: center;
	background: rgba(7, 23, 58, 0.54);
	border-bottom: 1px solid rgba(106, 145, 216, 0.18);
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(250px, 1.7fr) minmax(138px, 0.78fr) minmax(126px, 0.72fr) minmax(112px, 0.64fr) 52px;
	min-height: 74px;
	padding: 10px 14px;
	position: relative;
}

.mah24-pb__row:last-child {
	border-bottom: 0;
}

.mah24-pb__row--head {
	background: rgba(13, 35, 82, 0.85);
	color: #dbe5ff;
	font-size: 14px;
	font-weight: 900;
	min-height: 42px;
	padding-block: 8px;
}

.mah24-pb__row--error {
	box-shadow: inset 0 0 0 1px rgba(255, 104, 121, 0.82);
}

.mah24-pb__product {
	align-items: center;
	display: flex;
	gap: 12px;
	min-width: 0;
}

.mah24-pb__product strong {
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.mah24-pb label {
	display: grid;
	gap: 4px;
	margin: 0;
}

.mah24-pb label span {
	color: var(--mah24-soft);
	display: none;
	font-size: 12px;
}

.mah24-pb__remove {
	align-items: center;
	background: #142a63;
	border: 1px solid rgba(157, 185, 240, 0.28);
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 0;
	font-weight: 300;
	height: 48px;
	justify-content: center;
	line-height: 1;
	position: relative;
	width: 48px;
}

.mah24-pb__remove::before {
	background: #fff;
	border: 0;
	border-radius: 0;
	content: "";
	height: 24px;
	-webkit-mask: var(--mah24-icon-trash) center / contain no-repeat;
	mask: var(--mah24-icon-trash) center / contain no-repeat;
	position: absolute;
	width: 24px;
}

.mah24-pb__remove::after {
	display: none;
}

.mah24-pb__remove:hover {
	background: rgba(255, 104, 121, 0.18);
	border-color: rgba(255, 104, 121, 0.62);
}

.mah24-pb__row-error {
	color: #ffd4da;
	font-size: 12px;
	grid-column: 1 / -1;
	margin-top: -4px;
}

.mah24-pb__summary {
	border: 1px solid var(--mah24-line);
	border-radius: 8px;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 18px;
	padding: 16px 20px;
}

.mah24-pb__summary div {
	align-items: center;
	display: grid;
	gap: 0 12px;
	grid-template-columns: 42px minmax(0, 1fr);
	min-width: 0;
}

.mah24-pb__summary-icon {
	background: var(--mah24-accent);
	border: 0;
	border-radius: 0;
	display: inline-block;
	grid-row: span 2;
	height: 36px;
	-webkit-mask: var(--mah24-icon-pair) center / contain no-repeat;
	mask: var(--mah24-icon-pair) center / contain no-repeat;
	position: relative;
	width: 36px;
}

.mah24-pb__summary-icon--weight::before {
	display: none;
}

.mah24-pb__summary-icon--price {
	-webkit-mask-image: var(--mah24-icon-tag);
	mask-image: var(--mah24-icon-tag);
	transform: none;
}

.mah24-pb__summary-icon--price::before {
	display: none;
}

.mah24-pb__summary span {
	color: #dbe5ff;
	font-size: 14px;
	font-weight: 800;
}

.mah24-pb__summary strong {
	color: #fff;
	font-size: 22px;
	font-weight: 950;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.mah24-pb__summary small {
	font-size: 15px;
	font-weight: 900;
}

.mah24-pb__summary-note {
	color: var(--mah24-muted);
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}

.mah24-pb__notice {
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	margin-top: 12px;
	min-height: 0;
	padding: 0;
}

.mah24-pb__notice:not(:empty) {
	padding: 10px 12px;
}

.mah24-pb__notice.is-error {
	background: rgba(255, 104, 121, 0.14);
	color: #ffd2d7;
}

.mah24-pb__notice.is-success {
	background: rgba(70, 209, 154, 0.13);
	color: #c8ffe8;
}

.mah24-pb__notice.is-info {
	background: rgba(106, 145, 216, 0.15);
	color: #e2eaff;
}

.mah24-pb__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.mah24-pb__button:disabled {
	cursor: wait;
	opacity: 0.68;
	transform: none;
}

.mah24-pb__button[data-role="clear"]::before {
	-webkit-mask-image: var(--mah24-icon-trash);
	mask-image: var(--mah24-icon-trash);
}

.mah24-pb__rules {
	align-self: start;
	display: grid;
	gap: 14px;
}

.mah24-pb__suggestions {
	display: grid;
	gap: 14px;
}

.mah24-pb__suggestions-toggle {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(255, 138, 0, 0.14), transparent 42%),
		rgba(10, 31, 75, 0.66);
	border: 1px solid rgba(255, 138, 0, 0.36);
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	list-style: none;
	min-height: 58px;
	padding: 12px 14px;
}

.mah24-pb__suggestions-toggle::-webkit-details-marker {
	display: none;
}

.mah24-pb__suggestions-toggle > span {
	align-items: center;
	display: inline-flex;
	font-size: 18px;
	font-weight: 950;
	gap: 9px;
	line-height: 1.5;
}

.mah24-pb__suggestions-toggle > span::before {
	background: var(--mah24-accent);
	content: "";
	height: 24px;
	-webkit-mask: var(--mah24-icon-spark) center / contain no-repeat;
	mask: var(--mah24-icon-spark) center / contain no-repeat;
	width: 24px;
}

.mah24-pb__suggestions-toggle b {
	align-items: center;
	background: rgba(255, 138, 0, 0.16);
	border: 1px solid rgba(255, 138, 0, 0.38);
	border-radius: 8px;
	color: var(--mah24-accent-2);
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	gap: 8px;
	justify-content: center;
	min-height: 36px;
	padding: 6px 10px;
	white-space: nowrap;
}

.mah24-pb__suggestions-toggle b::after {
	border-color: currentColor;
	border-style: solid;
	border-width: 0 2px 2px 0;
	content: "";
	display: inline-block;
	height: 8px;
	transform: rotate(45deg);
	transition: transform 160ms ease;
	width: 8px;
}

.mah24-pb__toggle-close {
	display: none;
}

.mah24-pb__suggestions[open] .mah24-pb__toggle-open {
	display: none;
}

.mah24-pb__suggestions[open] .mah24-pb__toggle-close {
	display: inline;
}

.mah24-pb__suggestions[open] .mah24-pb__suggestions-toggle b::after {
	transform: rotate(-135deg);
}

.mah24-pb__suggestions h3 {
	color: #fff;
	font-size: clamp(22px, 2.6vw, 28px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.35;
	text-align: right;
}

.mah24-pb__suggestion-list {
	display: grid;
	gap: 10px;
}

.mah24-pb__admin-empty {
	background: rgba(255, 138, 0, 0.12);
	border: 1px solid rgba(255, 138, 0, 0.34);
	border-radius: 8px;
	color: #ffe1b6;
	font-size: 14px;
	font-weight: 800;
	line-height: 2;
	padding: 12px;
}

.mah24-pb__suggestion-card {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(255, 138, 0, 0.1), transparent 34%),
		linear-gradient(180deg, rgba(12, 32, 75, 0.88), rgba(6, 18, 46, 0.82));
	border: 1px solid var(--mah24-line);
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: grid;
	gap: 3px 12px;
	grid-template-areas:
		"thumb badge action"
		"thumb title meta"
		"thumb desc meta"
		"thumb thumbs meta";
	grid-template-columns: 78px minmax(0, 1fr) minmax(94px, auto);
	padding: 12px;
	text-align: right;
	width: 100%;
}

.mah24-pb__suggestion-card:hover {
	border-color: rgba(255, 138, 0, 0.78);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
	transform: translateY(-1px);
}

.mah24-pb__suggestion-card > img {
	aspect-ratio: 1;
	border: 1px solid rgba(255, 138, 0, 0.32);
	border-radius: 8px;
	box-shadow:
		0 0 0 5px rgba(255, 138, 0, 0.05),
		0 14px 24px rgba(0, 0, 0, 0.22);
	display: block;
	grid-area: thumb;
	height: 78px;
	-webkit-mask-image: radial-gradient(circle at 50% 50%, #000 58%, rgba(0, 0, 0, 0.75) 78%, transparent 100%);
	mask-image: radial-gradient(circle at 50% 50%, #000 58%, rgba(0, 0, 0, 0.75) 78%, transparent 100%);
	object-fit: cover;
	width: 100%;
}

.mah24-pb__suggestion-badge {
	align-items: center;
	color: var(--mah24-accent);
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	gap: 6px;
	grid-area: badge;
	line-height: 1.5;
}

.mah24-pb__suggestion-badge::before {
	background: currentColor;
	content: "";
	height: 16px;
	-webkit-mask: var(--mah24-icon-spark) center / contain no-repeat;
	mask: var(--mah24-icon-spark) center / contain no-repeat;
	width: 16px;
}

.mah24-pb__suggestion-card strong {
	color: #fff;
	font-size: 17px;
	font-weight: 950;
	grid-area: title;
	line-height: 1.5;
	min-width: 0;
}

.mah24-pb__suggestion-card p {
	color: var(--mah24-muted);
	font-size: 13px;
	font-weight: 700;
	grid-area: desc;
	line-height: 1.9;
	min-width: 0;
}

.mah24-pb__suggestion-thumbs {
	display: flex;
	flex-direction: row-reverse;
	grid-area: thumbs;
	justify-content: flex-end;
	margin-block: 2px;
	min-height: 34px;
}

.mah24-pb__suggestion-thumbs img {
	background: rgba(255, 255, 255, 0.08);
	border: 2px solid #08183d;
	border-radius: 50%;
	height: 36px;
	margin-inline-start: -8px;
	object-fit: cover;
	width: 36px;
}

.mah24-pb__suggestion-meta {
	align-self: center;
	border-inline-start: 1px solid rgba(106, 145, 216, 0.2);
	border-top: 0;
	display: grid;
	gap: 6px;
	grid-area: meta;
	padding-inline-start: 10px;
	text-align: left;
}

.mah24-pb__suggestion-meta b {
	color: #fff;
	font-size: 13px;
	font-weight: 950;
	overflow-wrap: anywhere;
}

.mah24-pb__suggestion-action {
	align-items: center;
	align-self: start;
	background: rgba(255, 138, 0, 0.13);
	border: 1px solid rgba(255, 138, 0, 0.38);
	border-radius: 8px;
	color: var(--mah24-accent-2);
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	grid-area: action;
	justify-content: center;
	min-height: 38px;
	padding: 6px 10px;
	white-space: nowrap;
}

.mah24-pb__suggestion-action::before {
	background: currentColor;
	content: "";
	height: 17px;
	margin-inline-end: 6px;
	-webkit-mask: var(--mah24-icon-bag) center / contain no-repeat;
	mask: var(--mah24-icon-bag) center / contain no-repeat;
	width: 17px;
}

.mah24-pb__rules h3 {
	text-align: right;
}

.mah24-pb__rule {
	align-items: start;
	background: rgba(12, 32, 75, 0.72);
	border: 1px solid var(--mah24-line);
	border-radius: 8px;
	display: grid;
	gap: 10px 14px;
	grid-template-areas:
		"num icon"
		"text text";
	grid-template-columns: 42px minmax(0, 1fr);
	padding: 18px;
}

.mah24-pb__rule > span {
	align-items: center;
	border: 2px solid var(--mah24-line);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 18px;
	font-weight: 950;
	grid-area: num;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.mah24-pb__rule > i {
	background: var(--mah24-accent);
	border: 0;
	border-radius: 0;
	display: inline-block;
	grid-area: icon;
	height: 30px;
	justify-self: end;
	-webkit-mask: var(--mah24-icon-merge) center / contain no-repeat;
	mask: var(--mah24-icon-merge) center / contain no-repeat;
	margin-top: 5px;
	position: relative;
	width: 30px;
}

.mah24-pb__rule > div {
	grid-area: text;
	min-width: 0;
}

.mah24-pb__rule:nth-of-type(2) > i {
	-webkit-mask-image: var(--mah24-icon-layers);
	mask-image: var(--mah24-icon-layers);
}

.mah24-pb__rule:nth-of-type(3) > i {
	-webkit-mask-image: var(--mah24-icon-calc);
	mask-image: var(--mah24-icon-calc);
}

.mah24-pb__rule strong {
	color: var(--mah24-accent);
	display: block;
	font-size: 18px;
	font-weight: 950;
	margin-bottom: 6px;
	overflow-wrap: normal;
	word-break: normal;
}

.mah24-pb__rule p {
	color: var(--mah24-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 2;
	overflow-wrap: normal;
	word-break: normal;
}

.mah24-pb__section {
	content-visibility: auto;
	contain-intrinsic-size: 1px 380px;
	padding-block: 18px 10px;
}

.mah24-pb__section > h3 {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-bottom: 16px;
	text-align: center;
}

.mah24-pb__section > h3 > span {
	background: var(--mah24-accent);
	border-radius: 999px;
	display: inline-block;
	height: 3px;
	width: 58px;
}

.mah24-pb__steps,
.mah24-pb__benefit-grid {
	display: grid;
	gap: 18px;
}

.mah24-pb__steps {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mah24-pb__steps div,
.mah24-pb__benefit-grid div {
	background: linear-gradient(180deg, rgba(10, 31, 75, 0.8), rgba(5, 16, 41, 0.78));
	border: 1px solid var(--mah24-line);
	border-radius: 8px;
	min-height: 176px;
	padding: 20px 18px;
	position: relative;
	text-align: center;
}

.mah24-pb__steps span {
	align-items: center;
	background: var(--mah24-accent);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 18px;
	font-weight: 950;
	height: 42px;
	justify-content: center;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 42px;
}

.mah24-pb__steps i,
.mah24-pb__benefit-grid i {
	background: var(--mah24-accent);
	border: 0;
	border-radius: 0;
	display: inline-block;
	height: 42px;
	margin: 0 auto 16px;
	-webkit-mask: var(--mah24-icon-bottle) center / contain no-repeat;
	mask: var(--mah24-icon-bottle) center / contain no-repeat;
	position: relative;
	width: 42px;
}

.mah24-pb__steps div:nth-child(2) i {
	-webkit-mask-image: var(--mah24-icon-company);
	mask-image: var(--mah24-icon-company);
}

.mah24-pb__steps div:nth-child(3) i {
	-webkit-mask-image: var(--mah24-icon-flask);
	mask-image: var(--mah24-icon-flask);
}

.mah24-pb__steps div:nth-child(4) i {
	-webkit-mask-image: var(--mah24-icon-calc);
	mask-image: var(--mah24-icon-calc);
}

.mah24-pb__benefit-grid div:nth-child(1) i {
	-webkit-mask-image: var(--mah24-icon-headset);
	mask-image: var(--mah24-icon-headset);
}

.mah24-pb__benefit-grid div:nth-child(2) i {
	-webkit-mask-image: var(--mah24-icon-spark);
	mask-image: var(--mah24-icon-spark);
}

.mah24-pb__benefit-grid div:nth-child(3) i {
	-webkit-mask-image: var(--mah24-icon-tag);
	mask-image: var(--mah24-icon-tag);
}

.mah24-pb__benefit-grid div:nth-child(4) i {
	-webkit-mask-image: var(--mah24-icon-crown);
	mask-image: var(--mah24-icon-crown);
}

.mah24-pb__benefit-grid div:nth-child(5) i {
	-webkit-mask-image: var(--mah24-icon-grade);
	mask-image: var(--mah24-icon-grade);
}

.mah24-pb__steps strong,
.mah24-pb__benefit-grid strong {
	color: var(--mah24-accent);
	display: block;
	font-size: 18px;
	font-weight: 950;
	margin-bottom: 8px;
}

.mah24-pb__steps p,
.mah24-pb__benefit-grid p {
	color: var(--mah24-muted);
	font-size: 15px;
	font-weight: 600;
}

.mah24-pb__benefits {
	border-top: 1px solid rgba(106, 145, 216, 0.2);
	margin-top: 18px;
	padding-top: 28px;
}

.mah24-pb__benefit-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mah24-pb-cart-summary {
	direction: rtl;
	max-width: 100%;
}

.mah24-pb-cart-summary ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mah24-pb-cart-summary li {
	background: rgba(6, 18, 46, 0.06);
	border: 1px solid rgba(106, 145, 216, 0.22);
	border-radius: 8px;
	display: grid;
	gap: 5px;
	padding: 10px 12px;
}

.mah24-pb-cart-summary strong {
	color: #0f1f3d;
	display: block;
	font-weight: 800;
	line-height: 1.6;
}

.mah24-pb-cart-summary span,
.mah24-pb-cart-grams {
	color: #354563;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	margin-inline-end: 10px;
}

.mah24-pb-cart-badge {
	background: #fff3e3;
	border: 1px solid #ffbf73;
	border-radius: 999px;
	color: #c26500;
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	margin-inline-start: 8px;
	padding: 2px 8px;
}

.mah24-pb__cta {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(2, 8, 23, 0.92), rgba(4, 14, 39, 0.38)),
		#06143a;
	border-top: 1px solid rgba(106, 145, 216, 0.22);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
	margin-top: 28px;
	max-width: none;
	min-height: 280px;
	padding-block: 28px;
	overflow: hidden;
	content-visibility: auto;
	contain-intrinsic-size: 1px 320px;
}

.mah24-pb__cta > div {
	justify-self: end;
	max-width: 520px;
	width: 100%;
}

.mah24-pb__cta h3 {
	color: #fff;
	font-size: clamp(28px, 4vw, 46px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.35;
	margin-bottom: 8px;
}

.mah24-pb__cta p {
	color: var(--mah24-muted);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 24px;
}

.mah24-pb__cta img {
	align-self: stretch;
	display: block;
	filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.48));
	height: 100%;
	max-height: 330px;
	-webkit-mask-image:
		linear-gradient(90deg, transparent 0%, #000 14%, #000 88%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-image:
		linear-gradient(90deg, transparent 0%, #000 14%, #000 88%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
	mask-composite: intersect;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.mah24-pb__compat-progress {
	display: none !important;
}

@media (max-width: 1180px) {
	.mah24-pb__menu {
		gap: 18px;
		overflow-x: auto;
		padding-inline-start: 6px;
	}

	.mah24-pb__hero {
		grid-template-columns: 1fr;
	}

	.mah24-pb__hero::before {
		background: linear-gradient(180deg, rgba(2, 8, 23, 0.18), rgba(2, 8, 23, 0.82));
	}

	.mah24-pb__hero-art {
		grid-row: 1;
	}

	.mah24-pb__hero-copy {
		grid-row: 2;
	}

	.mah24-pb__layout,
	.mah24-pb__cta {
		grid-template-columns: 1fr;
	}

	.mah24-pb__steps,
	.mah24-pb__benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mah24-pb__cta > div {
		justify-self: stretch;
	}
}

@media (max-width: 940px) {
	.mah24-pb__row,
	.mah24-pb__row--head {
		grid-template-columns: 1fr;
	}

	.mah24-pb__blend-controls {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mah24-pb__row--head {
		display: none;
	}

	.mah24-pb label span {
		display: block;
	}

	.mah24-pb__remove {
		width: 100%;
	}
}

@media (max-width: 760px) {
	.mah24-pb__nav,
	.mah24-pb__hero,
	.mah24-pb__layout,
	.mah24-pb__section,
	.mah24-pb__cta {
		padding-inline: 12px;
	}

	.mah24-pb__nav {
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px;
		min-height: auto;
		padding-block: 10px;
	}

	.mah24-pb__menu {
		flex-basis: 100%;
		gap: 8px;
		justify-content: flex-start;
		order: 3;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: thin;
		width: 100%;
	}

	.mah24-pb__menu a {
		background: rgba(8, 25, 61, 0.72);
		border: 1px solid rgba(106, 145, 216, 0.24);
		border-radius: 999px;
		font-size: 13px;
		min-height: 40px;
		padding: 7px 12px;
	}

	.mah24-pb__menu a::after {
		display: none;
	}

	.mah24-pb__menu a.is-active {
		background: rgba(255, 138, 0, 0.14);
		border-color: rgba(255, 138, 0, 0.45);
	}

	.mah24-pb__logo {
		min-width: 0;
		order: 1;
	}

	.mah24-pb__logo-image {
		height: 24px;
		max-width: 78px;
	}

	.mah24-pb__cart-link {
		margin-inline-start: auto;
		min-height: 38px;
		order: 2;
		padding: 7px 9px;
	}

	.mah24-pb__cart-link b {
		display: none;
	}

	.mah24-pb__panel {
		padding: 14px;
	}

	.mah24-pb__layout {
		gap: 14px;
		padding-block: 0 12px;
	}

	.mah24-pb__section-head {
		margin-bottom: 12px;
	}

	.mah24-pb__section-head h3,
	.mah24-pb__rules h3,
	.mah24-pb__section h3 {
		font-size: 23px;
	}

	.mah24-pb__search {
		margin-bottom: 10px;
		padding: 12px;
	}

	.mah24-pb__search-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.mah24-pb__search-head strong {
		font-size: 16px;
	}

	.mah24-pb__search-field {
		grid-template-columns: 1fr;
	}

	.mah24-pb__search-input {
		font-size: 15px;
		min-height: 58px;
		padding-inline-end: 58px;
		padding-inline-start: 14px;
	}

	.mah24-pb__search-icon {
		inset-inline-start: auto;
		inset-inline-end: 18px;
	}

	.mah24-pb__search-submit {
		min-height: 50px;
		width: 100%;
	}

	.mah24-pb__alerts {
		grid-template-columns: 1fr;
		margin-bottom: 12px;
	}

	.mah24-pb__alert {
		grid-template-columns: 26px minmax(0, 1fr);
		min-height: 0;
		padding: 9px 10px;
	}

	.mah24-pb__alert::before {
		height: 21px;
		width: 21px;
	}

	.mah24-pb__suggestions-toggle {
		align-items: stretch;
		flex-direction: column;
	}

	.mah24-pb__suggestions-toggle b {
		width: 100%;
	}

	.mah24-pb__hero {
		min-height: auto;
		padding-block: 18px;
	}

	.mah24-pb__hero-art img {
		min-height: 220px;
	}

	.mah24-pb__hero-copy h2 {
		font-size: clamp(34px, 11vw, 50px);
		margin-bottom: 12px;
	}

	.mah24-pb__hero-copy p {
		font-size: 15px;
		line-height: 1.9;
	}

	.mah24-pb__hero-actions,
	.mah24-pb__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.mah24-pb__summary,
	.mah24-pb__blend-controls,
	.mah24-pb__steps,
	.mah24-pb__benefit-grid {
		grid-template-columns: 1fr;
	}

	.mah24-pb__summary {
		gap: 8px;
		margin-top: 12px;
		padding: 12px;
	}

	.mah24-pb__summary div {
		grid-template-columns: 34px minmax(0, 1fr);
	}

	.mah24-pb__summary-icon {
		height: 30px;
		width: 30px;
	}

	.mah24-pb__summary strong {
		font-size: 20px;
	}

	.mah24-pb__suggestion-card {
		grid-template-areas:
			"thumb badge"
			"thumb title"
			"thumb desc"
			"thumb thumbs"
			"meta meta"
			"action action";
		grid-template-columns: 68px minmax(0, 1fr);
	}

	.mah24-pb__suggestion-card > img {
		height: 68px;
	}

	.mah24-pb__suggestion-meta {
		border-inline-start: 0;
		border-top: 1px solid rgba(106, 145, 216, 0.2);
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-block-start: 8px;
		padding-inline-start: 0;
		text-align: right;
	}

	.mah24-pb__blend-card {
		gap: 12px;
		padding: 12px;
	}

	.mah24-pb__product img {
		height: 56px;
		width: 56px;
	}

	.mah24-pb__blend-controls {
		gap: 10px;
	}

	.mah24-pb__next-slot {
		grid-template-columns: 44px minmax(0, 1fr);
		margin: 10px;
		width: calc(100% - 20px);
	}

	.mah24-pb__next-icon {
		font-size: 28px;
		height: 44px;
		width: 44px;
	}

	.mah24-pb__rule {
		grid-template-areas:
			"num icon"
			"text text";
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.mah24-pb__rule > i {
		justify-self: end;
	}

	.mah24-pb__section > h3 > span {
		display: none;
	}

	.mah24-pb__cta img {
		max-height: 260px;
	}
}
