/* Scoped B2B cart controls 0.2.76 */
body.melsom-redesign-active .melsom-loop-cart {
	display: grid;
	gap: 10px;
	margin: 14px 18px 0;
}

body.melsom-redesign-active .melsom-loop-cart__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	color: var(--muted);
	font-size: 12px;
	font-weight: 850;
}

body.melsom-redesign-active .melsom-loop-cart__meta strong {
	color: var(--ink);
}

body.melsom-redesign-active .melsom-loop-cart__row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 168px), 1fr));
	gap: 10px;
	align-items: stretch;
}

body.melsom-redesign-active .melsom-loop-cart .quantity,
body.melsom-redesign-active.single-product form.cart .quantity,
body.melsom-redesign-active.woocommerce-cart table.cart .quantity,
body.melsom-redesign-active .melsom-qty-stepper {
	position: relative;
	z-index: 3;
	display: inline-grid;
	grid-template-columns: 34px minmax(42px, 1fr) 34px;
	align-items: stretch;
	min-height: 46px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: #fff;
}

body.melsom-redesign-active .melsom-loop-cart .quantity {
	width: 100%;
	min-width: 0;
}

body.melsom-redesign-active.woocommerce-cart table.cart td.product-quantity {
	text-align: center;
}

body.melsom-redesign-active.woocommerce-cart table.cart .quantity {
	grid-template-columns: 36px minmax(50px, 1fr) 36px;
	grid-template-rows: 48px;
	width: 124px;
	height: 50px;
	min-height: 48px;
	margin: 0 auto;
}

body.melsom-redesign-active.woocommerce-cart table.cart .quantity .screen-reader-text {
	grid-column: 1;
	grid-row: 1;
}

body.melsom-redesign-active.woocommerce-cart table.cart .quantity .melsom-qty-minus {
	grid-column: 1;
	grid-row: 1;
}

body.melsom-redesign-active.woocommerce-cart table.cart .quantity input.qty {
	grid-column: 2;
	grid-row: 1;
}

body.melsom-redesign-active.woocommerce-cart table.cart .quantity .melsom-qty-plus {
	grid-column: 3;
	grid-row: 1;
}

body.melsom-redesign-active .melsom-loop-cart .quantity::before,
body.melsom-redesign-active .melsom-loop-cart .quantity::after,
body.melsom-redesign-active.single-product form.cart .quantity::before,
body.melsom-redesign-active.single-product form.cart .quantity::after,
body.melsom-redesign-active.woocommerce-cart table.cart .quantity::before,
body.melsom-redesign-active.woocommerce-cart table.cart .quantity::after {
	display: none;
}

body.melsom-redesign-active .melsom-loop-cart .quantity button,
body.melsom-redesign-active.single-product form.cart .quantity button,
body.melsom-redesign-active.woocommerce-cart table.cart .quantity button,
body.melsom-redesign-active .melsom-qty-stepper button {
	display: grid;
	place-items: center;
	width: 100%;
	min-width: 0;
	height: 100%;
	min-height: inherit;
	padding: 0;
	border: 0;
	background: #fff;
	color: var(--ink);
	font-family: inherit;
	font-size: 18px;
	font-weight: 950;
	line-height: 1;
	text-align: center;
	appearance: none;
	cursor: pointer;
}

body.melsom-redesign-active .melsom-loop-cart .quantity button:hover,
body.melsom-redesign-active.single-product form.cart .quantity button:hover,
body.melsom-redesign-active.woocommerce-cart table.cart .quantity button:hover,
body.melsom-redesign-active .melsom-qty-stepper button:hover {
	background: var(--red-soft);
	color: var(--red);
}

body.melsom-redesign-active .melsom-loop-cart input.qty,
body.melsom-redesign-active.single-product form.cart .quantity input.qty,
body.melsom-redesign-active.woocommerce-cart table.cart .quantity input.qty,
body.melsom-redesign-active .melsom-qty-stepper input.qty {
	width: 100%;
	min-width: 0;
	height: auto;
	border: 0;
	border-right: 1px solid var(--line);
	border-left: 1px solid var(--line);
	border-radius: 0;
	background: #fff;
	color: var(--ink);
	text-align: center;
	font-weight: 950;
	appearance: textfield;
	-moz-appearance: textfield;
}

body.melsom-redesign-active.woocommerce-cart table.cart .quantity input.qty {
	height: 100% !important;
	min-height: 46px;
	max-width: none !important;
	padding: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	line-height: 46px;
}

body.melsom-redesign-active.woocommerce-cart table.cart .quantity input.qty:focus {
	outline: 0 !important;
	border-color: var(--line) !important;
	box-shadow: none !important;
}

body.melsom-redesign-active.woocommerce-cart table.cart .quantity:focus-within {
	border-color: rgba(21, 24, 28, .2);
	box-shadow: 0 0 0 3px rgba(21, 24, 28, .05);
}

body.melsom-redesign-active .melsom-loop-cart input.qty::-webkit-outer-spin-button,
body.melsom-redesign-active .melsom-loop-cart input.qty::-webkit-inner-spin-button,
body.melsom-redesign-active.single-product form.cart .quantity input.qty::-webkit-outer-spin-button,
body.melsom-redesign-active.single-product form.cart .quantity input.qty::-webkit-inner-spin-button,
body.melsom-redesign-active.woocommerce-cart table.cart .quantity input.qty::-webkit-outer-spin-button,
body.melsom-redesign-active.woocommerce-cart table.cart .quantity input.qty::-webkit-inner-spin-button,
body.melsom-redesign-active .melsom-qty-stepper input.qty::-webkit-outer-spin-button,
body.melsom-redesign-active .melsom-qty-stepper input.qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

body.melsom-redesign-active .melsom-loop-cart .melsom-loop-add,
body.melsom-redesign-active .melsom-loop-choose-variation,
body.melsom-redesign-active .melsom-loop-view-product {
	min-height: 46px;
	margin: 0 18px;
	border: 0;
	border-radius: 12px;
	background: var(--ink);
	color: #fff;
	font-weight: 950;
}

body.melsom-redesign-active .melsom-loop-cart .melsom-loop-add {
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0 16px;
	white-space: normal;
	overflow-wrap: anywhere;
	line-height: 1.12;
}

body.melsom-redesign-active .melsom-loop-cart.is-loading {
	opacity: .68;
	pointer-events: none;
}

body.melsom-redesign-active .melsom-side-cart {
	position: fixed;
	inset: 0;
	z-index: 99999;
	visibility: hidden;
	pointer-events: none;
}

body.melsom-redesign-active .melsom-side-cart__overlay {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(15, 18, 22, .46);
	opacity: 0;
	backdrop-filter: blur(5px);
	transition: opacity .18s ease;
}

body.melsom-redesign-active .melsom-side-cart__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	width: min(460px, calc(100vw - 18px));
	height: 100%;
	background: #fff;
	color: var(--ink);
	box-shadow: -28px 0 70px rgba(15, 18, 22, .2);
	transform: translateX(104%);
	transition: transform .22s ease;
}

body.melsom-redesign-active .melsom-side-cart.is-open {
	visibility: visible;
	pointer-events: auto;
}

body.melsom-redesign-active .melsom-side-cart.is-open .melsom-side-cart__overlay {
	opacity: 1;
}

body.melsom-redesign-active .melsom-side-cart.is-open .melsom-side-cart__panel {
	transform: translateX(0);
}

body.melsom-redesign-active.melsom-side-cart-open {
	overflow: hidden;
}

body.melsom-redesign-active .melsom-side-cart__header,
body.melsom-redesign-active .melsom-side-cart__footer {
	padding: 22px;
	border-bottom: 1px solid var(--line);
}

body.melsom-redesign-active .melsom-side-cart__footer {
	border-top: 1px solid var(--line);
	border-bottom: 0;
}

body.melsom-redesign-active .melsom-side-cart__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

body.melsom-redesign-active .melsom-side-cart__header span {
	color: var(--red);
	font-size: 12px;
	font-weight: 950;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.melsom-redesign-active .melsom-side-cart__header h2 {
	margin: 2px 0 0;
	font-size: 24px;
	letter-spacing: 0;
}

body.melsom-redesign-active .melsom-side-cart__close {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #fff;
	color: var(--ink);
	font-size: 28px;
	cursor: pointer;
}

body.melsom-redesign-active .melsom-side-cart__body {
	overflow: auto;
	padding: 18px 22px 22px;
	background: #f7f8fa;
}

body.melsom-redesign-active .melsom-side-cart__items {
	display: grid;
	gap: 12px;
}

body.melsom-redesign-active .melsom-side-cart-item {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 12px;
	padding: 12px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--shadow-sm);
}

body.melsom-redesign-active .melsom-side-cart-item__image {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	border-radius: 12px;
	background: #fff;
}

body.melsom-redesign-active .melsom-side-cart-item__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.melsom-redesign-active .melsom-side-cart-item__main {
	min-width: 0;
}

body.melsom-redesign-active .melsom-side-cart-item__title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--ink);
	font-size: 14px;
	font-weight: 950;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.melsom-redesign-active .melsom-side-cart-item__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 8px 0;
	color: var(--muted);
	font-size: 12px;
	font-weight: 800;
}

body.melsom-redesign-active .melsom-side-cart-item__controls {
	display: flex;
	align-items: center;
	gap: 10px;
}

body.melsom-redesign-active .melsom-side-cart-item__controls .melsom-qty-stepper {
	grid-template-columns: 36px minmax(48px, 1fr) 36px;
	grid-template-rows: 42px;
	width: 136px;
	height: 44px;
	min-height: 42px;
	flex: 0 0 auto;
}

body.melsom-redesign-active .melsom-side-cart-item__controls .melsom-qty-stepper [data-melsom-qty-action="minus"] {
	grid-column: 1;
	grid-row: 1;
}

body.melsom-redesign-active .melsom-side-cart-item__controls .melsom-qty-stepper input.qty {
	display: block;
	grid-area: auto !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0;
	padding: 0 !important;
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
	box-shadow: none;
	line-height: 42px;
}

body.melsom-redesign-active .melsom-side-cart-item__controls .melsom-qty-stepper [data-melsom-qty-action="plus"] {
	grid-column: 3;
	grid-row: 1;
}

body.melsom-redesign-active .melsom-side-cart-item__remove {
	border: 0;
	background: transparent;
	color: var(--red);
	font-size: 12px;
	font-weight: 900;
	cursor: pointer;
}

body.melsom-redesign-active .melsom-side-cart-item__line {
	grid-column: 2;
	color: var(--ink);
	font-size: 14px;
	font-weight: 950;
}

body.melsom-redesign-active .melsom-side-cart-pallet {
	display: grid;
	gap: 10px;
	margin-top: 14px;
	padding: 14px;
	border-radius: 16px;
	background: var(--ink);
	color: #fff;
}

body.melsom-redesign-active .melsom-side-cart-pallet span,
body.melsom-redesign-active .melsom-side-cart-pallet small {
	color: rgba(255,255,255,.72);
	font-size: 12px;
	font-weight: 800;
}

body.melsom-redesign-active .melsom-side-cart-pallet strong {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 950;
}

body.melsom-redesign-active .melsom-side-cart-pallet__bar {
	height: 10px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255,255,255,.14);
}

body.melsom-redesign-active .melsom-side-cart-pallet__bar i {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--red), #ff7a1a);
}

body.melsom-redesign-active .melsom-side-cart__empty {
	padding: 28px;
	border: 1px dashed var(--line);
	border-radius: 16px;
	background: #fff;
}

body.melsom-redesign-active .melsom-side-cart__empty strong {
	display: block;
	color: var(--ink);
	font-size: 18px;
}

body.melsom-redesign-active .melsom-side-cart__subtotal,
body.melsom-redesign-active .melsom-side-cart__actions {
	display: grid;
	gap: 10px;
}

body.melsom-redesign-active .melsom-side-cart__subtotal {
	grid-template-columns: 1fr auto;
	align-items: center;
	margin-bottom: 14px;
}

body.melsom-redesign-active .melsom-side-cart__subtotal span {
	color: var(--muted);
	font-weight: 850;
}

body.melsom-redesign-active .melsom-side-cart__subtotal strong {
	font-size: 20px;
	font-weight: 950;
}

body.melsom-redesign-active .melsom-side-cart__secondary,
body.melsom-redesign-active .melsom-side-cart__primary {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border-radius: 14px;
	font-weight: 950;
}

body.melsom-redesign-active .melsom-side-cart__secondary {
	border: 1px solid var(--line);
	background: #fff;
	color: var(--ink);
}

body.melsom-redesign-active .melsom-side-cart__primary {
	background: var(--red);
	color: #fff;
}

body.melsom-redesign-active .melsom-side-cart__primary:visited,
body.melsom-redesign-active .melsom-side-cart__primary:hover,
body.melsom-redesign-active .melsom-side-cart__primary:focus,
body.melsom-redesign-active .melsom-side-cart__primary:focus-visible {
	background: var(--red-dark);
	color: #fff;
}

body.melsom-redesign-active .melsom-side-cart__secondary:hover,
body.melsom-redesign-active .melsom-side-cart__secondary:focus,
body.melsom-redesign-active .melsom-side-cart__secondary:focus-visible {
	border-color: rgba(15, 23, 42, 0.22);
	color: var(--ink);
}

body.melsom-redesign-active .melsom-side-cart__footer small {
	display: block;
	margin-top: 10px;
	color: var(--muted);
	text-align: center;
	font-size: 12px;
	font-weight: 800;
}

body.melsom-redesign-active .melsom-side-cart.is-updating .melsom-side-cart__panel {
	cursor: progress;
}

@media (max-width: 520px) {
	body.melsom-redesign-active .melsom-loop-cart__row {
		grid-template-columns: 1fr;
	}

	body.melsom-redesign-active .melsom-side-cart__panel {
		width: min(100vw, 430px);
	}

	body.melsom-redesign-active .melsom-side-cart-item {
		grid-template-columns: 70px minmax(0, 1fr);
	}

	body.melsom-redesign-active .melsom-side-cart-item__controls {
		align-items: flex-start;
		flex-direction: column;
	}

	body.melsom-redesign-active .melsom-side-cart-item__line {
		grid-column: 1 / -1;
	}
}

/* Single product purchase row hard lock: no viewport overflow, no named Woo qty grid leaks. */
body.melsom-redesign-active.single-product .melsom-single-product-template,
body.melsom-redesign-active.single-product .melsom-single-product-template .pd-grid,
body.melsom-redesign-active.single-product .melsom-single-product-template .pd-info,
body.melsom-redesign-active.single-product .summary {
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

body.melsom-redesign-active.single-product form.cart {
	display: grid !important;
	grid-template-columns: 156px minmax(0, 1fr);
	gap: 12px 14px !important;
	align-items: center;
	width: 100% !important;
	max-width: 720px !important;
	min-width: 0;
	margin-top: 14px !important;
	box-sizing: border-box;
}

body.melsom-redesign-active.single-product form.cart .melsom-pack-unit-note,
body.melsom-redesign-active.single-product form.cart .melsom-product-datasheet-button {
	grid-column: 1 / -1;
}

body.melsom-redesign-active.single-product form.cart.variations_form {
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 16px !important;
}

body.melsom-redesign-active.single-product form.cart.variations_form table.variations {
	display: block !important;
	grid-column: 1 / -1 !important;
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	background: transparent !important;
}

body.melsom-redesign-active.single-product form.cart.variations_form table.variations tbody,
body.melsom-redesign-active.single-product form.cart.variations_form table.variations tr {
	display: block !important;
	width: 100% !important;
}

body.melsom-redesign-active.single-product form.cart.variations_form table.variations tr {
	display: block !important;
}

body.melsom-redesign-active.single-product form.cart.variations_form table.variations th,
body.melsom-redesign-active.single-product form.cart.variations_form table.variations td,
body.melsom-redesign-active.single-product form.cart.variations_form table.variations tbody > tr:nth-child(odd) > td,
body.melsom-redesign-active.single-product form.cart.variations_form table.variations tbody > tr:nth-child(odd) > th,
body.melsom-redesign-active.single-product form.cart.variations_form table.variations tbody tr:hover > td,
body.melsom-redesign-active.single-product form.cart.variations_form table.variations tbody tr:hover > th {
	display: block !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	vertical-align: middle !important;
}

body.melsom-redesign-active.single-product form.cart.variations_form table.variations th.label label {
	display: none !important;
}

body.melsom-redesign-active.single-product form.cart.variations_form table.variations td.value.has-melsom-variant-picker {
	width: 100% !important;
}

body.melsom-redesign-active.single-product form.cart.variations_form table.variations td.value.has-melsom-variant-picker select.melsom-variant-native-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

body.melsom-redesign-active.single-product .melsom-variant-choice {
	display: grid;
	gap: 10px;
	width: 100%;
	max-width: 548px;
	padding: 14px;
	border: 1px solid #e6ebf0;
	border-radius: 18px;
	background: #f7f8fa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
	box-sizing: border-box;
}

body.melsom-redesign-active.single-product .melsom-variant-choice__label {
	display: block;
	color: #3c4450 !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	line-height: 1.1;
}

body.melsom-redesign-active.single-product .melsom-variant-choice__options {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
}

body.melsom-redesign-active.single-product .melsom-variant-choice__option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	width: 100%;
	margin: 0;
	padding: 0 14px;
	border: 1px solid #dfe5ec;
	border-radius: 14px;
	background: #fff;
	color: #111820;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 10px 24px rgba(17, 24, 32, .06);
	transition: background .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
	white-space: nowrap;
}

body.melsom-redesign-active.single-product .melsom-variant-choice__option:hover,
body.melsom-redesign-active.single-product .melsom-variant-choice__option:focus-visible {
	border-color: #111820;
	background: #111820;
	color: #fff;
	outline: 0;
	transform: translateY(-1px);
}

body.melsom-redesign-active.single-product .melsom-variant-choice__option.is-active {
	border-color: #e30613;
	background: #e30613;
	color: #fff;
	box-shadow: 0 12px 24px rgba(227, 6, 19, .18);
}

body.melsom-redesign-active.single-product form.cart.variations_form table.variations td.value {
	position: relative !important;
}

body.melsom-redesign-active.single-product form.cart.variations_form table.variations select {
	display: block !important;
	width: 100% !important;
	max-width: 360px !important;
	min-height: 54px !important;
	margin: 0 !important;
	padding: 0 46px 0 18px !important;
	border: 1px solid #dfe5ec !important;
	border-radius: 14px !important;
	background-color: #f5f7f9 !important;
	color: #111820 !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 54px !important;
	box-shadow: none !important;
}

body.melsom-redesign-active.single-product form.cart.variations_form table.variations select:focus {
	border-color: #e30613 !important;
	box-shadow: 0 0 0 3px rgba(227, 6, 19, .12) !important;
	outline: 0 !important;
}

body.melsom-redesign-active.single-product form.cart.variations_form table.variations .reset_variations {
	display: none !important;
	margin-top: 0 !important;
	color: #6b7280 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	text-decoration: none !important;
}

body.melsom-redesign-active.single-product form.cart.variations_form .single_variation_wrap,
body.melsom-redesign-active.single-product form.cart.variations_form .woocommerce-variation,
body.melsom-redesign-active.single-product form.cart.variations_form .woocommerce-variation-add-to-cart {
	grid-column: 1 / -1 !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
}

body.melsom-redesign-active.single-product form.cart.variations_form .woocommerce-variation {
	margin: 0 !important;
}

body.melsom-redesign-active.single-product form.cart.variations_form .woocommerce-variation-price {
	margin: 0 !important;
	color: #e30613 !important;
	font-weight: 900 !important;
}

body.melsom-redesign-active.single-product form.cart.variations_form .woocommerce-variation-add-to-cart {
	display: grid !important;
	grid-template-columns: 156px minmax(0, 1fr) !important;
	gap: 12px 14px !important;
	align-items: center !important;
	max-width: 548px !important;
}

body.melsom-redesign-active.single-product form.cart .quantity {
	display: grid !important;
	grid-template-columns: 44px minmax(0, 1fr) 44px !important;
	grid-template-rows: 52px !important;
	gap: 0 !important;
	align-items: stretch !important;
	width: 156px !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: 54px !important;
	min-height: 54px !important;
	margin: 0 !important;
	box-sizing: border-box;
	flex: none !important;
}

body.melsom-redesign-active.single-product form.cart .quantity .melsom-qty-minus,
body.melsom-redesign-active.single-product form.cart .quantity [data-melsom-qty-action="minus"] {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

body.melsom-redesign-active.single-product form.cart .quantity input.qty {
	display: block !important;
	grid-area: auto !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	line-height: 52px !important;
}

body.melsom-redesign-active.single-product form.cart .quantity .melsom-qty-plus,
body.melsom-redesign-active.single-product form.cart .quantity [data-melsom-qty-action="plus"] {
	grid-column: 3 !important;
	grid-row: 1 !important;
}

body.melsom-redesign-active.single-product form.cart .quantity button {
	min-width: 0 !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}

body.melsom-redesign-active.single-product form.cart .single_add_to_cart_button,
body.melsom-redesign-active.single-product .single_add_to_cart_button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	min-height: 54px !important;
	margin: 0 !important;
	padding: 0 24px !important;
	box-sizing: border-box;
	white-space: normal !important;
	text-align: center;
	overflow-wrap: anywhere;
}

body.melsom-redesign-active.single-product .melsom-product-datasheet-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	min-height: 52px !important;
	box-sizing: border-box;
	white-space: normal;
	overflow-wrap: anywhere;
	justify-self: stretch;
}

@media (max-width: 640px) {
	body.melsom-redesign-active.single-product form.cart {
		grid-template-columns: minmax(0, 1fr) !important;
		max-width: 100% !important;
	}

	body.melsom-redesign-active.single-product form.cart.variations_form table.variations tr,
	body.melsom-redesign-active.single-product form.cart.variations_form .woocommerce-variation-add-to-cart {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.melsom-redesign-active.single-product form.cart.variations_form table.variations th.label label {
		display: none !important;
	}

	body.melsom-redesign-active.single-product form.cart.variations_form table.variations select {
		max-width: 100% !important;
	}

	body.melsom-redesign-active.single-product .melsom-variant-choice {
		max-width: 100%;
		padding: 12px;
	}

	body.melsom-redesign-active.single-product .melsom-variant-choice__options {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.melsom-redesign-active.single-product form.cart .quantity,
	body.melsom-redesign-active.single-product form.cart .single_add_to_cart_button,
	body.melsom-redesign-active.single-product .single_add_to_cart_button,
	body.melsom-redesign-active.single-product .melsom-product-datasheet-button {
		width: 100% !important;
		max-width: 100% !important;
		justify-self: stretch;
	}
}

/* Product grid purchase controls: keep loop steppers stable on tablet and mobile. */
body.melsom-redesign-active .melsom-loop-cart,
body.melsom-redesign-active .melsom-loop-cart__row {
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

body.melsom-redesign-active .melsom-loop-cart__row {
	grid-template-columns: minmax(0, 1fr) !important;
}

body.melsom-redesign-active .melsom-loop-cart .quantity {
	display: grid !important;
	grid-template-columns: 44px minmax(0, 1fr) 44px !important;
	grid-template-rows: 50px !important;
	gap: 0 !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: 52px !important;
	min-height: 52px !important;
	margin: 0 !important;
	box-sizing: border-box;
	flex: none !important;
}

body.melsom-redesign-active .melsom-loop-cart .quantity .screen-reader-text {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

body.melsom-redesign-active .melsom-loop-cart .quantity .melsom-qty-minus,
body.melsom-redesign-active .melsom-loop-cart .quantity [data-melsom-qty-action="minus"] {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

body.melsom-redesign-active .melsom-loop-cart .quantity input.qty {
	display: block !important;
	grid-area: auto !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	line-height: 50px !important;
}

body.melsom-redesign-active .melsom-loop-cart .quantity .melsom-qty-plus,
body.melsom-redesign-active .melsom-loop-cart .quantity [data-melsom-qty-action="plus"] {
	grid-column: 3 !important;
	grid-row: 1 !important;
}

body.melsom-redesign-active .melsom-loop-cart .quantity button {
	min-width: 0 !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}

body.melsom-redesign-active .melsom-loop-cart .melsom-loop-add {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	justify-self: stretch;
}

/* Single product additional info: readable spacing between attribute rows. */
body.melsom-redesign-active.single-product .woocommerce-Tabs-panel--additional_information,
body.melsom-redesign-active.single-product #tab-additional_information {
	padding-top: 14px !important;
}

body.melsom-redesign-active.single-product table.shop_attributes {
	border-spacing: 0 !important;
	margin: 12px 0 0 !important;
}

body.melsom-redesign-active.single-product table.shop_attributes tbody {
	display: grid !important;
	gap: 12px !important;
}

body.melsom-redesign-active.single-product table.shop_attributes tr {
	width: 100% !important;
	margin: 0 !important;
}

body.melsom-redesign-active.single-product table.shop_attributes th,
body.melsom-redesign-active.single-product table.shop_attributes td {
	min-height: 60px !important;
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}

/* Single product gallery and recommendation recovery for Elementor product templates. */
body.melsom-redesign-active.single-product .woocommerce-product-gallery {
	opacity: 1 !important;
}

body.melsom-redesign-active.single-product .woocommerce-product-gallery__image img {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.melsom-redesign-active.single-product .woocommerce-product-gallery .zoomImg {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

body.melsom-redesign-active.single-product .woocommerce-product-gallery__image {
	cursor: default !important;
}

body.melsom-redesign-active.single-product .melsom-single-recommendations {
	width: min(100%, var(--container, 1240px));
	margin: 0 auto 72px;
	padding: 0 24px;
	box-sizing: border-box;
}

body.melsom-redesign-active.single-product .melsom-single-recommendations .related.products {
	margin-top: 28px;
}

body.melsom-redesign-active.single-product .melsom-single-recommendations .related.products:first-child {
	margin-top: 44px;
}

/* Main navigation: keep "Sortiment" as a regular menu item instead of a permanent active pill. */
body.melsom-redesign-active .mainnav .melsom-mainnav-empty-widget {
	display: none !important;
}

body.melsom-redesign-active .mainnav nav {
	align-items: center;
}

body.melsom-redesign-active .mainnav nav a.nav-cats,
body.melsom-redesign-active .mainnav nav a.nav-cats:visited,
body.melsom-redesign-active .mainnav a.nav-cats,
body.melsom-redesign-active .mainnav a.nav-cats:visited,
body.melsom-redesign-active .mainnav a.nav-cats.melsom-mainnav-link,
body.melsom-redesign-active .mainnav a.nav-cats.melsom-mainnav-link:visited {
	display: inline-flex !important;
	align-items: center;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 8px 14px !important;
	border-radius: 8px !important;
	background: transparent !important;
	color: var(--ink-2) !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
	white-space: nowrap;
}

body.melsom-redesign-active .mainnav nav a.nav-cats:hover,
body.melsom-redesign-active .mainnav nav a.nav-cats:focus-visible,
body.melsom-redesign-active .mainnav a.nav-cats:hover,
body.melsom-redesign-active .mainnav a.nav-cats:focus-visible,
body.melsom-redesign-active .mainnav a.nav-cats.melsom-mainnav-link:hover,
body.melsom-redesign-active .mainnav a.nav-cats.melsom-mainnav-link:focus-visible {
	background: var(--red-soft) !important;
	color: var(--red) !important;
}

/* Desktop header: let the menu use the same visual width as the row above. */
@media (min-width: 781px) {
	body.melsom-redesign-active .mainnav .container {
		justify-content: stretch !important;
		gap: 0 !important;
	}

	body.melsom-redesign-active .mainnav .container > .elementor-widget:not(.melsom-mainnav-empty-widget) {
		flex: 1 1 auto !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	body.melsom-redesign-active .mainnav .container > .melsom-mainnav-empty-widget {
		flex: 0 0 0 !important;
		width: 0 !important;
		min-width: 0 !important;
	}

	body.melsom-redesign-active .mainnav nav {
		width: 100% !important;
		justify-content: space-between !important;
		gap: clamp(14px, 2.6vw, 42px) !important;
	}

	body.melsom-redesign-active .mainnav nav a {
		flex: 0 0 auto !important;
		text-align: center;
	}
}

/* Product grids: keep purchase controls from sitting on the card edge. */
body.melsom-redesign-active .woocommerce ul.products li.product .melsom-loop-cart,
body.melsom-redesign-active .melsom-archive-products ul.products li.product .melsom-loop-cart,
body.melsom-redesign-active .melsom-home-products ul.products li.product .melsom-loop-cart,
body.melsom-redesign-active.single-product .related.products ul.products li.product .melsom-loop-cart {
	margin-bottom: 18px !important;
}

/* Single product: make VE pricing explicit for B2B buyers. */
body.melsom-redesign-active.single-product .melsom-pack-unit-note {
	display: grid !important;
	gap: 4px !important;
	width: fit-content !important;
	max-width: 100% !important;
	margin: 4px 0 18px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--ink, #15181c) !important;
	line-height: 1.25 !important;
}

body.melsom-redesign-active.single-product .melsom-pack-unit-note__label {
	display: block !important;
	color: var(--muted, #6b7280) !important;
	font-size: 12px !important;
	font-weight: 950 !important;
	letter-spacing: .04em !important;
	text-transform: uppercase !important;
}

body.melsom-redesign-active.single-product .melsom-pack-unit-note__ve {
	display: block !important;
	color: var(--ink, #15181c) !important;
	font-size: 16px !important;
	font-weight: 950 !important;
}

body.melsom-redesign-active.single-product .melsom-pack-unit-note__pack-price,
body.melsom-redesign-active.single-product .melsom-pack-unit-note__unit-price {
	display: block !important;
	color: var(--ink, #15181c) !important;
	font-size: 13px !important;
	font-weight: 850 !important;
}

body.melsom-redesign-active.single-product .melsom-pack-unit-note__unit-price {
	color: var(--muted, #6b7280) !important;
}

/* Home hero: make the benefit tiles feel like B2B trade signals, not consumer stats. */
body.melsom-redesign-active.home .hero .hero-live-panel {
	max-width: 620px !important;
	gap: 10px !important;
	margin-top: 26px !important;
	margin-bottom: 30px !important;
}

body.melsom-redesign-active.home .hero .hero-live-panel > div {
	position: relative !important;
	display: grid !important;
	align-content: center !important;
	min-height: 82px !important;
	padding: 16px 18px 15px !important;
	border: 1px solid rgba(255, 255, 255, .14) !important;
	border-left: 3px solid rgba(224, 20, 20, .85) !important;
	border-radius: 12px !important;
	background: rgba(255, 255, 255, .045) !important;
	box-shadow: none !important;
}

body.melsom-redesign-active.home .hero .hero-live-panel b {
	color: #fff !important;
	font-size: clamp(17px, 1.5vw, 21px) !important;
	font-weight: 950 !important;
	line-height: 1.1 !important;
	letter-spacing: 0 !important;
	white-space: normal !important;
}

body.melsom-redesign-active.home .hero .hero-live-panel span {
	margin-top: 7px !important;
	color: rgba(255, 255, 255, .72) !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	line-height: 1.25 !important;
	letter-spacing: .01em !important;
	text-transform: none !important;
}

/* Home hero: product highlight instead of abstract system stats. */
body.melsom-redesign-active.home .hero .melsom-hero-highlight,
body.melsom-redesign-active.home .hero .melsom-hero-highlight:visited {
	position: relative !important;
	z-index: 2 !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 118px !important;
	gap: 18px !important;
	align-items: center !important;
	width: min(100%, 620px) !important;
	margin: 26px 0 30px !important;
	padding: 16px 18px !important;
	border: 1px solid rgba(255, 255, 255, .16) !important;
	border-left: 4px solid var(--red, #e01414) !important;
	border-radius: 16px !important;
	background: linear-gradient(135deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .035)) !important;
	color: #fff !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	text-decoration: none !important;
}

body.melsom-redesign-active.home .hero .melsom-hero-highlight:hover,
body.melsom-redesign-active.home .hero .melsom-hero-highlight:focus-visible {
	border-color: rgba(255, 255, 255, .26) !important;
	border-left-color: #ff3b3b !important;
	color: #fff !important;
}

body.melsom-redesign-active.home .hero .melsom-hero-highlight__copy {
	display: grid !important;
	gap: 8px !important;
	min-width: 0 !important;
}

body.melsom-redesign-active.home .hero .melsom-hero-highlight__eyebrow {
	color: #ff6f6f !important;
	font-size: 11px !important;
	font-weight: 950 !important;
	letter-spacing: .08em !important;
	text-transform: uppercase !important;
}

body.melsom-redesign-active.home .hero .melsom-hero-highlight strong {
	display: -webkit-box !important;
	overflow: hidden !important;
	color: #fff !important;
	font-size: clamp(17px, 1.65vw, 22px) !important;
	font-weight: 950 !important;
	line-height: 1.1 !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
}

body.melsom-redesign-active.home .hero .melsom-hero-highlight__meta {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 7px !important;
}

body.melsom-redesign-active.home .hero .melsom-hero-highlight__meta span {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 27px !important;
	padding: 0 10px !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, .12) !important;
	color: rgba(255, 255, 255, .9) !important;
	font-size: 12px !important;
	font-weight: 900 !important;
}

body.melsom-redesign-active.home .hero .melsom-hero-highlight__cta {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: max-content !important;
	min-height: 34px !important;
	margin-top: 2px !important;
	padding: 0 14px !important;
	border-radius: 999px !important;
	background: var(--red, #e01414) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 950 !important;
}

body.melsom-redesign-active.home .hero .melsom-hero-highlight__image {
	display: grid !important;
	place-items: center !important;
	width: 118px !important;
	aspect-ratio: 1 !important;
	border-radius: 14px !important;
	background: rgba(255, 244, 244, .94) !important;
	overflow: hidden !important;
}

body.melsom-redesign-active.home .hero .melsom-hero-highlight__image img {
	display: block !important;
	width: 86% !important;
	height: 86% !important;
	object-fit: contain !important;
}

@media (max-width: 560px) {
	body.melsom-redesign-active.home .hero .melsom-hero-highlight,
	body.melsom-redesign-active.home .hero .melsom-hero-highlight:visited {
		grid-template-columns: minmax(0, 1fr) 92px !important;
		padding: 14px !important;
	}

	body.melsom-redesign-active.home .hero .melsom-hero-highlight__image {
		width: 92px !important;
	}
}

/* Home hero: make the right-side product teasers feel like clean catalog cards. */
body.melsom-redesign-active.home .hero .melsom-hero-products {
	gap: 18px !important;
}

body.melsom-redesign-active.home .hero .hero-product-card,
body.melsom-redesign-active.home .hero .hero-product-card:visited {
	--melsom-hero-card-accent: var(--red, #e01414);
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 132px !important;
	grid-template-rows: auto minmax(0, 1fr) auto !important;
	gap: 13px 18px !important;
	align-items: center !important;
	min-height: 0 !important;
	padding: 24px !important;
	border: 1px solid rgba(15, 24, 36, .08) !important;
	border-left: 4px solid var(--melsom-hero-card-accent) !important;
	border-radius: 22px !important;
	background: #fff !important;
	color: var(--ink, #15181c) !important;
	box-shadow: 0 12px 34px rgba(15, 24, 36, .08) !important;
	text-decoration: none !important;
}

body.melsom-redesign-active.home .hero .hero-product-card.c2 {
	--melsom-hero-card-accent: #ff7a1a;
}

body.melsom-redesign-active.home .hero .hero-product-card:hover,
body.melsom-redesign-active.home .hero .hero-product-card:focus-visible {
	border-color: rgba(15, 24, 36, .14) !important;
	border-left-color: var(--melsom-hero-card-accent) !important;
	color: var(--ink, #15181c) !important;
	box-shadow: 0 18px 44px rgba(15, 24, 36, .12) !important;
	transform: translateY(-1px) !important;
}

body.melsom-redesign-active.home .hero .hero-product-card .kicker,
body.melsom-redesign-active.home .hero .hero-product-card:hover .kicker,
body.melsom-redesign-active.home .hero .hero-product-card:focus-visible .kicker {
	grid-column: 1 !important;
	align-self: start !important;
	width: max-content !important;
	max-width: 100% !important;
	padding: 6px 9px !important;
	border-radius: 999px !important;
	background: rgba(224, 20, 20, .08) !important;
	color: var(--melsom-hero-card-accent) !important;
	font-size: 11px !important;
	font-weight: 950 !important;
	letter-spacing: .08em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	opacity: 1 !important;
}

body.melsom-redesign-active.home .hero .hero-product-card.c2 .kicker,
body.melsom-redesign-active.home .hero .hero-product-card.c2:hover .kicker,
body.melsom-redesign-active.home .hero .hero-product-card.c2:focus-visible .kicker {
	background: rgba(255, 122, 26, .11) !important;
}

body.melsom-redesign-active.home .hero .hero-product-img {
	grid-column: 2 !important;
	grid-row: 1 / 4 !important;
	display: grid !important;
	place-items: center !important;
	width: 132px !important;
	height: 132px !important;
	min-height: 132px !important;
	align-self: center !important;
	justify-self: end !important;
	border: 1px solid rgba(15, 24, 36, .07) !important;
	border-radius: 18px !important;
	background: linear-gradient(180deg, #fff, #f6f7f8) !important;
	box-shadow: none !important;
	overflow: hidden !important;
}

body.melsom-redesign-active.home .hero .hero-product-img img {
	display: block !important;
	width: 90% !important;
	height: 90% !important;
	max-width: none !important;
	object-fit: contain !important;
	margin: 0 !important;
}

body.melsom-redesign-active.home .hero .hero-product-copy {
	grid-column: 1 !important;
	display: grid !important;
	gap: 12px !important;
	min-width: 0 !important;
	align-self: center !important;
}

body.melsom-redesign-active.home .hero .hero-product-copy strong,
body.melsom-redesign-active.home .hero .hero-product-card:hover .hero-product-copy strong,
body.melsom-redesign-active.home .hero .hero-product-card:focus-visible .hero-product-copy strong {
	display: -webkit-box !important;
	overflow: hidden !important;
	color: var(--ink, #15181c) !important;
	font-size: clamp(20px, 2vw, 26px) !important;
	font-weight: 950 !important;
	line-height: 1.05 !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3 !important;
}

body.melsom-redesign-active.home .hero .hero-card-meta,
body.melsom-redesign-active.home .hero .hero-product-card:hover .hero-card-meta {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 7px !important;
}

body.melsom-redesign-active.home .hero .hero-card-meta span,
body.melsom-redesign-active.home .hero .hero-product-card:hover .hero-card-meta span,
body.melsom-redesign-active.home .hero .hero-product-card:focus-visible .hero-card-meta span {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 29px !important;
	padding: 0 10px !important;
	border-radius: 999px !important;
	background: #f4f6f8 !important;
	color: var(--ink-2, #3c424a) !important;
	font-size: 12px !important;
	font-weight: 950 !important;
}

body.melsom-redesign-active.home .hero .hero-product-card .go,
body.melsom-redesign-active.home .hero .hero-product-card:hover .go,
body.melsom-redesign-active.home .hero .hero-product-card:focus-visible .go {
	grid-column: 1 !important;
	align-self: end !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: max-content !important;
	min-height: 38px !important;
	padding: 0 15px !important;
	border-radius: 999px !important;
	background: var(--ink, #15181c) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 950 !important;
	backdrop-filter: none !important;
}

body.melsom-redesign-active.home .hero .hero-product-card .go:hover {
	background: var(--red, #e01414) !important;
	color: #fff !important;
}

@media (max-width: 620px) {
	body.melsom-redesign-active.home .hero .hero-product-card,
	body.melsom-redesign-active.home .hero .hero-product-card:visited {
		grid-template-columns: minmax(0, 1fr) 104px !important;
		padding: 18px !important;
	}

	body.melsom-redesign-active.home .hero .hero-product-img {
		width: 104px !important;
		height: 104px !important;
		min-height: 104px !important;
	}
}

/* Home hero revision: compact bestseller rail instead of oversized cards. */
body.melsom-redesign-active.home .hero .hero-side {
	min-height: 0 !important;
}

body.melsom-redesign-active.home .hero .melsom-hero-products {
	position: relative !important;
	display: grid !important;
	grid-template-rows: auto repeat(2, minmax(0, 1fr)) !important;
	gap: 12px !important;
	height: 100% !important;
	min-height: 0 !important;
	padding: 22px !important;
	border: 1px solid rgba(255, 255, 255, .12) !important;
	border-radius: 24px !important;
	background:
		radial-gradient(130% 100% at 100% 0%, rgba(224, 20, 20, .24), transparent 56%),
		linear-gradient(145deg, #1b2026, #12161b) !important;
	box-shadow: 0 22px 60px rgba(15, 18, 22, .14) !important;
	box-sizing: border-box !important;
}

body.melsom-redesign-active.home .hero .melsom-hero-products::before {
	content: "Bestseller im Sortiment";
	display: block !important;
	color: rgba(255, 255, 255, .92) !important;
	font-size: 12px !important;
	font-weight: 950 !important;
	letter-spacing: .09em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

body.melsom-redesign-active.home .hero .hero-product-card,
body.melsom-redesign-active.home .hero .hero-product-card:visited {
	display: grid !important;
	grid-template-columns: 104px minmax(0, 1fr) auto !important;
	grid-template-rows: auto minmax(0, 1fr) auto !important;
	gap: 7px 14px !important;
	align-items: center !important;
	min-height: 0 !important;
	padding: 14px !important;
	border: 1px solid rgba(255, 255, 255, .11) !important;
	border-left: 0 !important;
	border-radius: 18px !important;
	background: rgba(255, 255, 255, .055) !important;
	color: #fff !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

body.melsom-redesign-active.home .hero .hero-product-card:hover,
body.melsom-redesign-active.home .hero .hero-product-card:focus-visible {
	border-color: rgba(255, 255, 255, .22) !important;
	background: rgba(255, 255, 255, .075) !important;
	color: #fff !important;
	box-shadow: none !important;
	transform: none !important;
}

body.melsom-redesign-active.home .hero .hero-product-img {
	grid-column: 1 !important;
	grid-row: 1 / 4 !important;
	width: 104px !important;
	height: 104px !important;
	min-height: 104px !important;
	border: 1px solid rgba(255, 255, 255, .2) !important;
	border-radius: 14px !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.melsom-redesign-active.home .hero .hero-product-img img {
	width: 88% !important;
	height: 88% !important;
	object-fit: contain !important;
}

body.melsom-redesign-active.home .hero .hero-product-card .kicker,
body.melsom-redesign-active.home .hero .hero-product-card:hover .kicker,
body.melsom-redesign-active.home .hero .hero-product-card:focus-visible .kicker {
	grid-column: 2 !important;
	grid-row: 1 !important;
	align-self: end !important;
	width: max-content !important;
	max-width: 100% !important;
	padding: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #ff6b6b !important;
	font-size: 10px !important;
	font-weight: 950 !important;
	letter-spacing: .08em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	opacity: 1 !important;
}

body.melsom-redesign-active.home .hero .hero-product-card.c2 .kicker,
body.melsom-redesign-active.home .hero .hero-product-card.c2:hover .kicker,
body.melsom-redesign-active.home .hero .hero-product-card.c2:focus-visible .kicker {
	background: transparent !important;
	color: #ffb15c !important;
}

body.melsom-redesign-active.home .hero .hero-product-copy {
	grid-column: 2 !important;
	grid-row: 2 / 4 !important;
	display: grid !important;
	gap: 8px !important;
	min-width: 0 !important;
	align-self: start !important;
}

body.melsom-redesign-active.home .hero .hero-product-copy strong,
body.melsom-redesign-active.home .hero .hero-product-card:hover .hero-product-copy strong,
body.melsom-redesign-active.home .hero .hero-product-card:focus-visible .hero-product-copy strong {
	display: -webkit-box !important;
	overflow: hidden !important;
	color: #fff !important;
	font-size: clamp(16px, 1.55vw, 20px) !important;
	font-weight: 950 !important;
	line-height: 1.08 !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
}

body.melsom-redesign-active.home .hero .hero-card-meta,
body.melsom-redesign-active.home .hero .hero-product-card:hover .hero-card-meta,
body.melsom-redesign-active.home .hero .hero-product-card:focus-visible .hero-card-meta {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
}

body.melsom-redesign-active.home .hero .hero-card-meta span,
body.melsom-redesign-active.home .hero .hero-product-card:hover .hero-card-meta span,
body.melsom-redesign-active.home .hero .hero-product-card:focus-visible .hero-card-meta span {
	min-height: 24px !important;
	padding: 0 8px !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, .11) !important;
	color: rgba(255, 255, 255, .82) !important;
	font-size: 11px !important;
	font-weight: 900 !important;
}

body.melsom-redesign-active.home .hero .hero-product-card .go,
body.melsom-redesign-active.home .hero .hero-product-card:hover .go,
body.melsom-redesign-active.home .hero .hero-product-card:focus-visible .go {
	grid-column: 3 !important;
	grid-row: 1 / 4 !important;
	align-self: center !important;
	justify-self: end !important;
	display: grid !important;
	place-items: center !important;
	width: 38px !important;
	min-width: 38px !important;
	height: 38px !important;
	min-height: 38px !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, .16) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, .1) !important;
	color: transparent !important;
	font-size: 0 !important;
	line-height: 1 !important;
	overflow: hidden !important;
}

body.melsom-redesign-active.home .hero .hero-product-card .go::before {
	content: "→";
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 950 !important;
	line-height: 1 !important;
}

body.melsom-redesign-active.home .hero .hero-product-card:hover .go {
	background: var(--red, #e01414) !important;
	border-color: var(--red, #e01414) !important;
}

@media (max-width: 980px) {
	body.melsom-redesign-active.home .hero .melsom-hero-products {
		height: auto !important;
	}
}

@media (max-width: 620px) {
	body.melsom-redesign-active.home .hero .hero-product-card,
	body.melsom-redesign-active.home .hero .hero-product-card:visited {
		grid-template-columns: 86px minmax(0, 1fr) 34px !important;
		padding: 12px !important;
	}

	body.melsom-redesign-active.home .hero .hero-product-img {
		width: 86px !important;
		height: 86px !important;
		min-height: 86px !important;
	}
}

/* Home hero polish: tighten the bestseller module into a real B2B product rail. */
body.melsom-redesign-active.home .hero .melsom-hero-products {
	grid-template-rows: auto auto auto !important;
	align-content: start !important;
	gap: 16px !important;
	padding: 24px !important;
}

body.melsom-redesign-active.home .hero .melsom-hero-products::before {
	margin-bottom: 2px !important;
}

body.melsom-redesign-active.home .hero .hero-product-card,
body.melsom-redesign-active.home .hero .hero-product-card:visited {
	grid-template-columns: minmax(0, 1fr) 116px !important;
	grid-template-rows: auto minmax(0, 1fr) auto !important;
	gap: 10px 18px !important;
	min-height: 190px !important;
	padding: 18px 18px 18px 20px !important;
}

body.melsom-redesign-active.home .hero .hero-product-card .kicker,
body.melsom-redesign-active.home .hero .hero-product-card:hover .kicker,
body.melsom-redesign-active.home .hero .hero-product-card:focus-visible .kicker {
	grid-column: 1 !important;
	grid-row: 1 !important;
	align-self: start !important;
}

body.melsom-redesign-active.home .hero .hero-product-copy {
	grid-column: 1 !important;
	grid-row: 2 !important;
	align-self: center !important;
	gap: 9px !important;
}

body.melsom-redesign-active.home .hero .hero-product-copy strong,
body.melsom-redesign-active.home .hero .hero-product-card:hover .hero-product-copy strong,
body.melsom-redesign-active.home .hero .hero-product-card:focus-visible .hero-product-copy strong {
	font-size: clamp(18px, 1.72vw, 23px) !important;
	line-height: 1.04 !important;
	-webkit-line-clamp: 3 !important;
}

body.melsom-redesign-active.home .hero .hero-product-img {
	grid-column: 2 !important;
	grid-row: 1 / 4 !important;
	justify-self: end !important;
	align-self: center !important;
	width: 116px !important;
	height: 116px !important;
	min-height: 116px !important;
	border-radius: 16px !important;
}

body.melsom-redesign-active.home .hero .hero-product-card .go,
body.melsom-redesign-active.home .hero .hero-product-card:hover .go,
body.melsom-redesign-active.home .hero .hero-product-card:focus-visible .go {
	grid-column: 1 !important;
	grid-row: 3 !important;
	justify-self: start !important;
	width: auto !important;
	min-width: 0 !important;
	height: 34px !important;
	min-height: 34px !important;
	padding: 0 13px !important;
	background: rgba(255, 255, 255, .1) !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 950 !important;
}

body.melsom-redesign-active.home .hero .hero-product-card .go::before {
	content: none !important;
}

body.melsom-redesign-active.home .hero .hero-product-card:hover .go,
body.melsom-redesign-active.home .hero .hero-product-card:focus-visible .go {
	background: var(--red, #e01414) !important;
	border-color: var(--red, #e01414) !important;
}

@media (max-width: 620px) {
	body.melsom-redesign-active.home .hero .melsom-hero-products {
		padding: 18px !important;
	}

	body.melsom-redesign-active.home .hero .hero-product-card,
	body.melsom-redesign-active.home .hero .hero-product-card:visited {
		grid-template-columns: minmax(0, 1fr) 88px !important;
		min-height: 166px !important;
		padding: 15px !important;
	}

	body.melsom-redesign-active.home .hero .hero-product-img {
		width: 88px !important;
		height: 88px !important;
		min-height: 88px !important;
	}
}

/* Home shop hero: product-first entry with top seller, new product and sale slot. */
body.melsom-redesign-active.home .hero .melsom-shop-hero {
	display: grid !important;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr) !important;
	gap: 24px !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero__main,
body.melsom-redesign-active.home .hero .melsom-shop-hero__side {
	min-width: 0 !important;
	box-sizing: border-box !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero__main {
	position: relative !important;
	display: grid !important;
	grid-template-rows: auto auto auto minmax(0, 1fr) auto !important;
	align-content: start !important;
	min-height: 660px !important;
	padding: 48px 56px 54px !important;
	border-radius: 24px !important;
	background:
		radial-gradient(520px 360px at 82% 96%, rgba(224, 20, 20, .42), transparent 68%),
		linear-gradient(145deg, #22272e, #12161b 72%) !important;
	color: #fff !important;
	overflow: hidden !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero__tag {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: max-content !important;
	max-width: 100% !important;
	min-height: 38px !important;
	padding: 0 18px !important;
	border-radius: 999px !important;
	background: var(--red, #e01414) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 950 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero__main h1 {
	max-width: 620px !important;
	margin: 24px 0 14px !important;
	color: #fff !important;
	font-size: 56px !important;
	font-weight: 950 !important;
	letter-spacing: 0 !important;
	line-height: .98 !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero__main p {
	max-width: 520px !important;
	margin: 0 !important;
	color: rgba(255, 255, 255, .72) !important;
	font-size: 18px !important;
	font-weight: 650 !important;
	letter-spacing: 0 !important;
	line-height: 1.48 !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero__actions {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 14px !important;
	align-self: end !important;
	margin-top: 30px !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero__action,
body.melsom-redesign-active.home .hero .melsom-shop-hero__action:visited {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 58px !important;
	padding: 0 30px !important;
	border: 1px solid rgba(255, 255, 255, .18) !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: var(--ink, #15181c) !important;
	font-size: 16px !important;
	font-weight: 950 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	text-align: center !important;
	text-decoration: none !important;
	white-space: normal !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero__action.is-primary,
body.melsom-redesign-active.home .hero .melsom-shop-hero__action.is-primary:visited {
	background: var(--red, #e01414) !important;
	color: #fff !important;
	border-color: var(--red, #e01414) !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero__action:hover,
body.melsom-redesign-active.home .hero .melsom-shop-hero__action:focus-visible {
	transform: translateY(-1px) !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero__side {
	display: grid !important;
	grid-template-rows: 1fr 1fr !important;
	gap: 24px !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card,
body.melsom-redesign-active.home .hero .melsom-shop-hero-card:visited {
	position: relative !important;
	display: grid !important;
	min-width: 0 !important;
	border-radius: 24px !important;
	box-sizing: border-box !important;
	text-decoration: none !important;
	overflow: hidden !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card:hover,
body.melsom-redesign-active.home .hero .melsom-shop-hero-card:focus-visible {
	transform: translateY(-1px) !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card--top,
body.melsom-redesign-active.home .hero .melsom-shop-hero-card--top:visited {
	grid-template-columns: minmax(0, 1fr) 220px !important;
	gap: 24px !important;
	align-items: center !important;
	min-height: 242px !important;
	margin-top: 34px !important;
	padding: 24px 26px !important;
	border: 1px solid rgba(255, 255, 255, .16) !important;
	border-left: 4px solid var(--red, #e01414) !important;
	background: rgba(255, 255, 255, .055) !important;
	color: #fff !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card--new,
body.melsom-redesign-active.home .hero .melsom-shop-hero-card--new:visited,
body.melsom-redesign-active.home .hero .melsom-shop-hero-card--sale,
body.melsom-redesign-active.home .hero .melsom-shop-hero-card--sale:visited {
	grid-template-columns: minmax(0, 1fr) 156px !important;
	gap: 24px !important;
	align-items: center !important;
	min-height: 0 !important;
	padding: 32px !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card--new,
body.melsom-redesign-active.home .hero .melsom-shop-hero-card--new:visited {
	border: 1px solid rgba(15, 24, 36, .08) !important;
	background: #fff !important;
	color: var(--ink, #15181c) !important;
	box-shadow: 0 14px 42px rgba(15, 24, 36, .08) !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card--sale,
body.melsom-redesign-active.home .hero .melsom-shop-hero-card--sale:visited {
	border: 1px solid rgba(255, 255, 255, .24) !important;
	background:
		radial-gradient(260px 220px at 100% 0%, rgba(255, 255, 255, .18), transparent 58%),
		linear-gradient(135deg, #ff7a00, #e01414 72%) !important;
	color: #fff !important;
	box-shadow: 0 14px 42px rgba(224, 20, 20, .16) !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card__copy {
	display: grid !important;
	gap: 12px !important;
	min-width: 0 !important;
	position: relative !important;
	z-index: 2 !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card__label {
	display: inline-flex !important;
	align-items: center !important;
	width: max-content !important;
	max-width: 100% !important;
	min-height: 28px !important;
	padding: 0 10px !important;
	border-radius: 999px !important;
	background: rgba(224, 20, 20, .1) !important;
	color: var(--red, #e01414) !important;
	font-size: 12px !important;
	font-weight: 950 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card--top .melsom-shop-hero-card__label,
body.melsom-redesign-active.home .hero .melsom-shop-hero-card--sale .melsom-shop-hero-card__label {
	background: rgba(255, 255, 255, .16) !important;
	color: #fff !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card strong {
	display: -webkit-box !important;
	overflow: hidden !important;
	font-weight: 950 !important;
	letter-spacing: 0 !important;
	line-height: 1.02 !important;
	-webkit-box-orient: vertical !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card--top strong {
	color: #fff !important;
	font-size: 30px !important;
	-webkit-line-clamp: 3 !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card--new strong,
body.melsom-redesign-active.home .hero .melsom-shop-hero-card--sale strong {
	font-size: 30px !important;
	-webkit-line-clamp: 4 !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card--new strong {
	color: var(--ink, #15181c) !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card--sale strong {
	color: #fff !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card__meta {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 7px !important;
	min-width: 0 !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card__meta span {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 28px !important;
	max-width: 100% !important;
	padding: 0 10px !important;
	border-radius: 999px !important;
	background: rgba(15, 24, 36, .08) !important;
	color: var(--ink-2, #3c424a) !important;
	font-size: 12px !important;
	font-weight: 950 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	white-space: normal !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card--top .melsom-shop-hero-card__meta span,
body.melsom-redesign-active.home .hero .melsom-shop-hero-card--sale .melsom-shop-hero-card__meta span {
	background: rgba(255, 255, 255, .14) !important;
	color: rgba(255, 255, 255, .9) !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card__button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: max-content !important;
	max-width: 100% !important;
	min-height: 38px !important;
	padding: 0 15px !important;
	border-radius: 999px !important;
	background: var(--red, #e01414) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 950 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card--new .melsom-shop-hero-card__button {
	background: var(--ink, #15181c) !important;
	color: #fff !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card--sale .melsom-shop-hero-card__button {
	background: #fff !important;
	color: var(--ink, #15181c) !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card__image {
	position: relative !important;
	z-index: 2 !important;
	display: grid !important;
	place-items: center !important;
	justify-self: end !important;
	align-self: center !important;
	aspect-ratio: 1 !important;
	border-radius: 20px !important;
	background: #fff !important;
	overflow: hidden !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card--top .melsom-shop-hero-card__image {
	width: 220px !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card--new .melsom-shop-hero-card__image,
body.melsom-redesign-active.home .hero .melsom-shop-hero-card--sale .melsom-shop-hero-card__image {
	width: 156px !important;
}

body.melsom-redesign-active.home .hero .melsom-shop-hero-card__image img {
	display: block !important;
	width: 88% !important;
	height: 88% !important;
	max-width: none !important;
	margin: 0 !important;
	object-fit: contain !important;
}

@media (max-width: 1080px) {
	body.melsom-redesign-active.home .hero .melsom-shop-hero {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.melsom-redesign-active.home .hero .melsom-shop-hero__side {
		grid-template-columns: 1fr 1fr !important;
		grid-template-rows: none !important;
	}

	body.melsom-redesign-active.home .hero .melsom-shop-hero__main {
		min-height: 0 !important;
	}
}

@media (max-width: 720px) {
	body.melsom-redesign-active.home .hero .melsom-shop-hero__main {
		padding: 30px 26px 32px !important;
	}

	body.melsom-redesign-active.home .hero .melsom-shop-hero__main h1 {
		font-size: 38px !important;
		line-height: 1.02 !important;
	}

	body.melsom-redesign-active.home .hero .melsom-shop-hero__main p {
		font-size: 16px !important;
	}

	body.melsom-redesign-active.home .hero .melsom-shop-hero__side {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.melsom-redesign-active.home .hero .melsom-shop-hero-card--top,
	body.melsom-redesign-active.home .hero .melsom-shop-hero-card--new,
	body.melsom-redesign-active.home .hero .melsom-shop-hero-card--sale {
		grid-template-columns: minmax(0, 1fr) 116px !important;
		gap: 16px !important;
		padding: 18px !important;
	}

	body.melsom-redesign-active.home .hero .melsom-shop-hero-card--top {
		margin-top: 24px !important;
		min-height: 196px !important;
	}

	body.melsom-redesign-active.home .hero .melsom-shop-hero-card--top strong,
	body.melsom-redesign-active.home .hero .melsom-shop-hero-card--new strong,
	body.melsom-redesign-active.home .hero .melsom-shop-hero-card--sale strong {
		font-size: 23px !important;
	}

	body.melsom-redesign-active.home .hero .melsom-shop-hero-card--top .melsom-shop-hero-card__image,
	body.melsom-redesign-active.home .hero .melsom-shop-hero-card--new .melsom-shop-hero-card__image,
	body.melsom-redesign-active.home .hero .melsom-shop-hero-card--sale .melsom-shop-hero-card__image {
		width: 116px !important;
		border-radius: 16px !important;
	}

	body.melsom-redesign-active.home .hero .melsom-shop-hero__actions {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.melsom-redesign-active.home .hero .melsom-shop-hero__action,
	body.melsom-redesign-active.home .hero .melsom-shop-hero__action:visited {
		width: 100% !important;
		min-height: 54px !important;
		padding: 0 18px !important;
	}
}

@media (max-width: 420px) {
	body.melsom-redesign-active.home .hero .melsom-shop-hero-card--new,
	body.melsom-redesign-active.home .hero .melsom-shop-hero-card--sale {
		grid-template-columns: minmax(0, 1fr) 96px !important;
	}

	body.melsom-redesign-active.home .hero .melsom-shop-hero-card--new .melsom-shop-hero-card__image,
	body.melsom-redesign-active.home .hero .melsom-shop-hero-card--sale .melsom-shop-hero-card__image {
		width: 96px !important;
	}

	body.melsom-redesign-active.home .hero .melsom-shop-hero-card--top {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.melsom-redesign-active.home .hero .melsom-shop-hero-card--top .melsom-shop-hero-card__image {
		justify-self: start !important;
		width: 160px !important;
	}
}

/* Electronic withdrawal flow. */
body.melsom-redesign-active .melsom-withdrawal-footer {
	background: #101419 !important;
	border-top: 1px solid rgba(255, 255, 255, .1) !important;
	color: #fff !important;
	padding: 18px 24px !important;
}

body.melsom-redesign-active .melsom-withdrawal-footer__inner {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 18px !important;
	width: min(100%, var(--container, 1240px)) !important;
	margin: 0 auto !important;
}

body.melsom-redesign-active .melsom-withdrawal-footer__text {
	display: grid !important;
	gap: 2px !important;
	min-width: 0 !important;
}

body.melsom-redesign-active .melsom-withdrawal-footer__text strong {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 950 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
}

body.melsom-redesign-active .melsom-withdrawal-footer__text span {
	color: rgba(255, 255, 255, .68) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
}

body.melsom-redesign-active .melsom-withdrawal-footer__button,
body.melsom-redesign-active .melsom-withdrawal-footer__button:visited {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 42px !important;
	padding: 0 18px !important;
	border-radius: 999px !important;
	background: var(--red, #e01414) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 950 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}

body.melsom-redesign-active .melsom-withdrawal-footer__button:hover,
body.melsom-redesign-active .melsom-withdrawal-footer__button:focus-visible {
	background: #ff1c1c !important;
	color: #fff !important;
}

body.melsom-redesign-active .melsom-account-withdrawal {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 22px !important;
	margin: 22px 0 !important;
	padding: 24px !important;
	border: 1px solid rgba(224, 20, 20, .2) !important;
	border-radius: 18px !important;
	background: linear-gradient(135deg, #fff, #fff6f6) !important;
	box-shadow: 0 12px 34px rgba(15, 24, 36, .06) !important;
	box-sizing: border-box !important;
}

body.melsom-redesign-active .melsom-account-withdrawal span {
	display: inline-flex !important;
	width: max-content !important;
	padding: 6px 10px !important;
	border-radius: 999px !important;
	background: rgba(224, 20, 20, .1) !important;
	color: var(--red, #e01414) !important;
	font-size: 12px !important;
	font-weight: 950 !important;
	text-transform: uppercase !important;
}

body.melsom-redesign-active .melsom-account-withdrawal h2 {
	margin: 10px 0 6px !important;
	color: var(--ink, #15181c) !important;
	font-size: 24px !important;
	font-weight: 950 !important;
	line-height: 1.1 !important;
}

body.melsom-redesign-active .melsom-account-withdrawal p {
	margin: 0 !important;
	color: var(--muted, #6b7280) !important;
	font-size: 15px !important;
	line-height: 1.45 !important;
}

body.melsom-redesign-active .melsom-account-withdrawal a,
body.melsom-redesign-active .melsom-account-withdrawal a:visited {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 46px !important;
	padding: 0 18px !important;
	border-radius: 999px !important;
	background: var(--ink, #15181c) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 950 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}

body.melsom-redesign-active .melsom-withdrawal-page {
	width: min(100%, 980px) !important;
	margin: 42px auto 64px !important;
	padding: 0 24px !important;
	box-sizing: border-box !important;
}

body.melsom-redesign-active .melsom-withdrawal-hero {
	margin-bottom: 22px !important;
	padding: 34px !important;
	border-radius: 22px !important;
	background:
		radial-gradient(420px 260px at 100% 0%, rgba(224, 20, 20, .28), transparent 62%),
		linear-gradient(145deg, #22272e, #12161b) !important;
	color: #fff !important;
}

body.melsom-redesign-active .melsom-withdrawal-hero > span {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 30px !important;
	padding: 0 11px !important;
	border-radius: 999px !important;
	background: var(--red, #e01414) !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 950 !important;
	text-transform: uppercase !important;
}

body.melsom-redesign-active .melsom-withdrawal-hero h1 {
	margin: 18px 0 10px !important;
	color: #fff !important;
	font-size: clamp(36px, 5vw, 58px) !important;
	font-weight: 950 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
}

body.melsom-redesign-active .melsom-withdrawal-hero p {
	max-width: 680px !important;
	margin: 0 !important;
	color: rgba(255, 255, 255, .74) !important;
	font-size: 17px !important;
	font-weight: 650 !important;
	line-height: 1.5 !important;
}

body.melsom-redesign-active .melsom-withdrawal-notice {
	display: grid !important;
	gap: 5px !important;
	margin: 0 0 18px !important;
	padding: 16px 18px !important;
	border-radius: 14px !important;
	border: 1px solid rgba(26, 162, 81, .22) !important;
	background: #e7f6ee !important;
	color: #136b38 !important;
}

body.melsom-redesign-active .melsom-withdrawal-notice.is-error {
	border-color: rgba(224, 20, 20, .24) !important;
	background: var(--red-soft, #fdecec) !important;
	color: var(--red-dark, #b30f0f) !important;
}

body.melsom-redesign-active .melsom-withdrawal-form {
	display: grid !important;
	gap: 18px !important;
	padding: 28px !important;
	border: 1px solid var(--line, #e8eaed) !important;
	border-radius: 22px !important;
	background: #fff !important;
	box-shadow: 0 18px 48px rgba(15, 24, 36, .08) !important;
}

body.melsom-redesign-active .melsom-withdrawal-form__grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 16px !important;
}

body.melsom-redesign-active .melsom-withdrawal-form label {
	display: grid !important;
	gap: 8px !important;
	margin: 0 !important;
	color: var(--ink, #15181c) !important;
	font-size: 13px !important;
	font-weight: 850 !important;
}

body.melsom-redesign-active .melsom-withdrawal-form input,
body.melsom-redesign-active .melsom-withdrawal-form textarea {
	width: 100% !important;
	min-width: 0 !important;
	border: 1.5px solid var(--line, #e8eaed) !important;
	border-radius: 14px !important;
	background: #f8f9fa !important;
	color: var(--ink, #15181c) !important;
	font: inherit !important;
	box-sizing: border-box !important;
}

body.melsom-redesign-active .melsom-withdrawal-form input {
	min-height: 52px !important;
	padding: 0 15px !important;
}

body.melsom-redesign-active .melsom-withdrawal-form textarea {
	min-height: 132px !important;
	padding: 14px 15px !important;
	resize: vertical !important;
}

body.melsom-redesign-active .melsom-withdrawal-form input:focus,
body.melsom-redesign-active .melsom-withdrawal-form textarea:focus {
	outline: none !important;
	border-color: var(--red, #e01414) !important;
	background: #fff !important;
	box-shadow: 0 0 0 4px rgba(224, 20, 20, .11) !important;
}

body.melsom-redesign-active .melsom-withdrawal-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

body.melsom-redesign-active .melsom-withdrawal-form__confirm {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 18px !important;
	margin-top: 4px !important;
	padding-top: 18px !important;
	border-top: 1px solid var(--line, #e8eaed) !important;
}

body.melsom-redesign-active .melsom-withdrawal-form__confirm p {
	max-width: 520px !important;
	margin: 0 !important;
	color: var(--muted, #6b7280) !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
}

body.melsom-redesign-active .melsom-withdrawal-form__confirm button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 52px !important;
	padding: 0 24px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--red, #e01414) !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 950 !important;
	cursor: pointer !important;
	white-space: nowrap !important;
}

@media (max-width: 720px) {
	body.melsom-redesign-active .melsom-withdrawal-footer__inner,
	body.melsom-redesign-active .melsom-account-withdrawal,
	body.melsom-redesign-active .melsom-withdrawal-form__confirm {
		align-items: stretch !important;
		flex-direction: column !important;
	}

	body.melsom-redesign-active .melsom-withdrawal-footer__button,
	body.melsom-redesign-active .melsom-account-withdrawal a,
	body.melsom-redesign-active .melsom-withdrawal-form__confirm button {
		width: 100% !important;
	}

	body.melsom-redesign-active .melsom-withdrawal-form__grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.melsom-redesign-active .melsom-withdrawal-page {
		margin-top: 24px !important;
		padding: 0 16px !important;
	}

	body.melsom-redesign-active .melsom-withdrawal-hero,
	body.melsom-redesign-active .melsom-withdrawal-form {
		padding: 22px !important;
	}
}
