/* Twist Gifting: samples landing layout (Pick & Mix: Twist Samples), September 2026 design concept.
   Light-blue accent in the hero and band; the picker uses the site's approved black-outline buttons (Colin, 23 Sep);
   light headline weights, square corners (Twist rule). Everything is scoped to
   body.twg-landing, so the picker on every other product is untouched. */

body.twg-landing {
	--twl-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
	--twl-blue: #4dbbe6;
	--twl-blue-dark: #2ea6d6;
	--twl-blue-soft: #e8f5fb;
	--twl-blue-tint: #cdeaf7;
	--twl-blue-line: #bfe3f2;
	--twl-ink: #111;
	--twl-text: #3a3a3a;
	--twl-muted: #666;
	--twl-line: #d5dadd;
	--twl-line-soft: #e9ecee;
	--twl-disabled: #b3bcc3;
}

/* The theme's header opens a boxed container (#main > .container > .row > .main-content, 20px top padding).
   On the landing page it runs full width with no top space, so the hero and band reach the edges. */
body.twg-landing #main > .container {
	width: 100% !important;
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.twg-landing #main > .container > .main-content-wrap {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.twg-landing #main .main-content {
	padding: 0 !important;
}

body.twg-landing .twl-main {
	padding: 0;
}

body.twg-landing .twl {
	font-family: var(--twl-font);
	color: var(--twl-text);
}

body.twg-landing .twl *,
body.twg-landing .twl *::before,
body.twg-landing .twl *::after {
	box-sizing: border-box;
}

body.twg-landing .twl-wrap {
	max-width: 1490px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

/* Hero text starts where the header logo does (the theme's 1460px header container), 24px on small screens. */
body.twg-landing .twl-hero__text {
	padding-left: max(24px, calc(50vw - 715px));
}

body.twg-landing .twl-eyebrow {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.22em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--twl-ink);
}

body.twg-landing .twl-eyebrow--centre {
	text-align: center;
	margin-bottom: 4px;
}

/* ---------- Hero ---------- */

body.twg-landing .twl-hero {
	background: #fff;
}

body.twg-landing .twl-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.twg-landing .twl-hero__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 16px;
	padding-right: 24px;
	padding-bottom: 28px;
}

body.twg-landing .twl-crumbs {
	margin: 0 0 18px;
	font-size: 13px;
	color: var(--twl-muted);
}

body.twg-landing .twl-crumbs a {
	color: var(--twl-muted);
	text-decoration: none;
}

body.twg-landing .twl-crumbs a:hover,
body.twg-landing .twl-crumbs a:focus {
	color: var(--twl-ink);
	text-decoration: underline;
}

body.twg-landing .twl-crumbs span[aria-hidden] {
	margin: 0 8px;
}

body.twg-landing .twl-hero__title {
	margin: 0 0 12px;
	font-family: var(--twl-font);
	font-size: 40px;
	font-weight: 300;
	line-height: 1.08;
	letter-spacing: -0.01em;
	text-transform: none;
	color: var(--twl-ink);
	text-wrap: balance;
}

body.twg-landing .twl-hero__sub {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.35;
	color: #222;
}

body.twg-landing .twl-points {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 0;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.4;
	color: #222;
}

body.twg-landing .twl-points li {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

body.twg-landing .twl-points li:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 12px;
	background: var(--twl-blue);
}

body.twg-landing .twl-rule {
	display: block;
	width: 44px;
	height: 3px;
	margin: 0 0 22px;
	background: var(--twl-blue);
}

body.twg-landing .twl-hero__price {
	margin: 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
	color: var(--twl-ink);
}

body.twg-landing .twl-hero__media {
	min-width: 0;
}

body.twg-landing .twl-hero__img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

/* ---------- How it works ---------- */

body.twg-landing .twl-how {
	background: var(--twl-blue-soft);
	padding: 20px 0 16px;
}

body.twg-landing .twl-how__title {
	margin: 0 0 14px;
	font-family: var(--twl-font);
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
	text-align: center;
	text-transform: none;
	color: var(--twl-ink);
	text-wrap: balance;
}

body.twg-landing .twl-steps {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
}

body.twg-landing .twl-step {
	margin: 0;
	padding: 12px 16px;
	text-align: center;
	border-top: 1px solid var(--twl-blue-line);
}

body.twg-landing .twl-step:first-child {
	border-top: 0;
}

body.twg-landing .twl-step__num {
	display: block;
	margin: 0 0 4px;
	font-size: 26px;
	font-weight: 300;
	line-height: 1;
	color: var(--twl-blue);
}

body.twg-landing .twl-step__title {
	margin: 0 0 2px;
	font-family: var(--twl-font);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--twl-ink);
}

body.twg-landing .twl-step__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: var(--twl-text);
}

body.twg-landing .twl-how__note {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	color: var(--twl-muted);
}

/* ---------- Picker section ---------- */

body.twg-landing .twl-pick {
	padding: 32px 0 56px;
	background: #fff;
}

body.twg-landing .twl-pick__form {
	position: relative;
}

/* The theme lays the Mix and Match form out as a row; stack it so the total and button sit under the picker. */
body.twg-landing form.mnm_form.cart {
	display: block !important;
	width: 100%;
	max-width: 900px;
	margin: 0;
	padding: 0;
	border: 0;
}

body.twg-landing form.mnm_form.cart > .twl-total,
body.twg-landing form.mnm_form.cart > .mnm_button_wrap,
body.twg-landing form.mnm_form.cart > .twg,
body.twg-landing form.mnm_form.cart > .mnm_cart {
	flex: 1 1 100%;
	width: 100%;
}

body.twg-landing .mnm_form .mnm_child_products {
	display: none !important;
}

/* The picker's own wrapper is inserted before the (hidden) standard grid; give it the landing look. */
body.twg-landing .twg {
	--twg-font: var(--twl-font);
	max-width: 900px;
	margin: 0 0 8px;
	font-family: var(--twl-font);
}

body.twg-landing .twg-head {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	gap: 14px;
	margin: 0 0 6px;
}

body.twg-landing .twg .twg-title {
	margin: 0;
	font-family: var(--twl-font);
	font-size: 30px;
	font-weight: 300;
	line-height: 1.15;
	color: var(--twl-ink);
}

body.twg-landing .twg-counter {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	color: var(--twl-blue);
}

body.twg-landing .twg .twg-help {
	margin: 0 0 22px;
	font-size: 15px;
	line-height: 1.5;
	color: var(--twl-muted);
}

/* Section titles as on the site's boxes ("What Type?", "Format"): 20px bold #3a3a3a. */
body.twg-landing .twg .twg-step {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--twl-text);
}

body.twg-landing .twg-cats,
body.twg-landing .twg-blends {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 24px;
}

body.twg-landing .twg-blends.is-empty {
	display: block;
}

body.twg-landing .twg .twg-blends-prompt {
	margin: 0;
	padding: 14px 16px;
	border: 1px dashed var(--twl-line);
	background: #fafbfc;
	font-size: 14px;
	color: var(--twl-muted);
}

/* Buttons in the site's approved style (as the Six Section Selection Box): white, 1px #111, the two-layer
   shadow, 50px tall, black fill with white text when chosen. */
body.twg-landing .twg-cat,
body.twg-landing .twg-blend {
	min-height: 50px;
	padding: 10px 14px;
	border: 1px solid #111;
	border-radius: 0;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.18) 0 1px 0 0, rgba(0, 0, 0, 0.1) 0 6px 14px 0;
	font-family: var(--twl-font);
	font-size: 15px;
	font-weight: 400;
	color: #111;
	transition: background-color 0.15s ease, color 0.15s ease;
}

body.twg-landing .twg-cat:hover,
body.twg-landing .twg-blend:hover {
	background: #f4f4f4;
	border-color: #111;
}

body.twg-landing .twg-cat.is-active,
body.twg-landing .twg-cat.is-active:hover,
body.twg-landing .twg-blend.is-selected,
body.twg-landing .twg-blend.is-selected:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}

body.twg-landing .twg-cat:focus-visible,
body.twg-landing .twg-blend:focus-visible,
body.twg-landing .twg-info:focus-visible,
body.twg-landing .twg-minus:focus-visible,
body.twg-landing .twg-slot-remove:focus-visible,
body.twg-landing .twg-slot-view:focus-visible,
body.twg-landing .twg-clear:focus-visible {
	outline: 2px solid #111;
	outline-offset: 2px;
}

/* No tick after a chosen blend here: the black fill and the count already show it, and the tick made long
   names wrap beside the (i). */
body.twg-landing .twg-blend.is-selected .twg-blend-name::after {
	content: none;
}

/* Blend buttons: name on the left, the (i) on the right; count badge and minus stay from the picker. */
body.twg-landing .twg-blend {
	justify-content: space-between;
	gap: 10px;
	text-align: left;
	padding-right: 10px;
}

body.twg-landing .twg-blend .twg-blend-name {
	flex: 1 1 auto;
	min-width: 0;
}

body.twg-landing .twg-info {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border: 1px solid #111;
	border-radius: 0;
	background: transparent;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-style: italic;
	line-height: 1;
	color: #111;
	cursor: pointer;
	user-select: none;
}

body.twg-landing .twg-info:hover {
	background: #111;
	color: #fff;
}

body.twg-landing .twg-blend.is-selected .twg-info {
	border-color: #fff;
	color: #fff;
}

body.twg-landing .twg-blend.is-selected .twg-info:hover {
	background: #fff;
	color: #111;
}

body.twg-landing .twg-badge {
	position: static;
	flex: 0 0 auto;
	min-width: 22px;
	height: 22px;
	margin: 0;
	border-radius: 0;
	background: #fff;
	color: #111;
	font-size: 12px;
	line-height: 22px;
}

/* Chosen blends can be taken out from the button too (Twist, 24 Sep), as well as with Remove on the chosen list. */
body.twg-landing .twg-minus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: static;
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	margin: 0;
	border: 1px solid #fff;
	border-radius: 0;
	background: transparent;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

body.twg-landing .twg-minus:hover {
	background: #fff;
	color: #111;
}

body.twg-landing .twg .twg-note {
	margin: -12px 0 16px;
	font-size: 14px;
	color: #111;
}

body.twg-landing .twg .twg-note:empty {
	display: none;
}

/* Your chosen blends: one row of slots. */
body.twg-landing .twg-chosen {
	margin: 0 0 22px;
	padding: 0;
	border: 0;
}

body.twg-landing .twg-chosen .twg-chosen-title {
	margin: 0 0 12px;
	font-family: var(--twl-font);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--twl-text);
}

body.twg-landing .twg-slots {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
}

body.twg-landing .twg-slot {
	flex-direction: row;
	align-items: center;
	gap: 12px;
	min-height: 78px;
	padding: 10px 12px;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	background: #fff;
	overflow: visible;
}

body.twg-landing .twg-slot.is-empty {
	min-height: 78px;
	justify-content: flex-start;
	border-color: #ececec;
	background: #fafafa;
}

/* Numbers as on the boxes: black square, white number; outlined while the slot is empty. */
body.twg-landing .twg-slot-num {
	position: static;
	flex: 0 0 auto;
	min-width: 26px;
	width: 26px;
	height: 26px;
	margin: 0;
	border: 0;
	background: #111;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
}

body.twg-landing .twg-slot.is-empty .twg-slot-num {
	border: 1px solid #111;
	background: #fff;
	color: #111;
	line-height: 24px;
}

body.twg-landing .twg-slot-img {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	aspect-ratio: auto;
	border: 1px solid var(--twl-line-soft);
	background: #fff;
}

body.twg-landing .twg-slot-body {
	flex: 1 1 auto;
	min-width: 0;
	gap: 2px;
	padding: 0;
}

body.twg-landing .twg-slot-name {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--twl-ink);
}

body.twg-landing .twg-slot-caf,
body.twg-landing .twg-slot-desc {
	display: none;
}

body.twg-landing .twg-slot-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0 8px;
	margin: 2px 0 0;
	font-size: 13px;
	line-height: 1.4;
}

body.twg-landing .twg-slot-links .twg-slot-view,
body.twg-landing .twg-slot-links .twg-slot-remove {
	position: static;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font-size: 13px;
	font-weight: 400;
	color: #111;
	text-decoration: underline;
	cursor: pointer;
}

body.twg-landing .twg-slot-links .twg-slot-view:hover,
body.twg-landing .twg-slot-links .twg-slot-remove:hover {
	text-decoration: none;
}

body.twg-landing .twg-slot-links .twg-slot-sep {
	color: #d9d9d9;
}

body.twg-landing .twg-slot-plus {
	display: none;
}

body.twg-landing .twg-slot .twg-slot-empty {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: var(--twl-muted);
}

body.twg-landing .twg-clear {
	display: inline-block;
	margin: 10px 0 0;
	padding: 0;
	border: 0;
	background: none;
	font-size: 13px;
	color: var(--twl-muted);
	text-decoration: underline;
	cursor: pointer;
}

/* Total, button and hint. Mix and Match's own status text is replaced by the total line and the hint. */
body.twg-landing .mnm_form .mnm_cart .mnm_message,
body.twg-landing .mnm_form .mnm_cart .mnm_availability,
body.twg-landing .mnm_form .mnm_cart .mnm_price,
body.twg-landing .mnm_form .mnm_reset,
body.twg-landing .mnm_form .apbct_special_field {
	display: none !important;
}

body.twg-landing .mnm_form .mnm_cart,
body.twg-landing .mnm_form .twg-price-last {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

body.twg-landing .twl-total {
	margin: 0 0 12px;
	font-family: var(--twl-font);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--twl-ink);
}

body.twg-landing .mnm_form .mnm_button_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 18px;
	margin: 0;
	padding: 0;
	border: 0;
}

body.twg-landing .mnm_form .mnm_button_wrap #yith-wapo-container {
	flex: 1 1 100%;
}

body.twg-landing .mnm_form .mnm_button_wrap #yith-wapo-container:empty,
body.twg-landing .mnm_form .mnm_button_wrap #yith-wapo-container:not(:has(.yith-wapo-block)) {
	display: none;
}

body.twg-landing .mnm_form .single_add_to_cart_button,
body.twg-landing .mnm_form .single_add_to_cart_button.button,
body.twg-landing .mnm_form .single_add_to_cart_button.wp-element-button {
	flex: 0 0 auto;
	min-width: 240px;
	height: 50px;
	margin: 0;
	padding: 0 28px;
	border: 1px solid #111;
	border-radius: 0;
	background: #111;
	box-shadow: none;
	font-family: var(--twl-font);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 48px;
	text-transform: none;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.15s ease;
}

body.twg-landing .mnm_form .single_add_to_cart_button:hover,
body.twg-landing .mnm_form .single_add_to_cart_button:focus {
	background: #333;
	border-color: #333;
	color: #fff;
}

body.twg-landing .mnm_form .single_add_to_cart_button:disabled,
body.twg-landing .mnm_form .single_add_to_cart_button.disabled,
body.twg-landing .mnm_form .single_add_to_cart_button.mnm-disabled,
body.twg-landing .mnm_form .single_add_to_cart_button:disabled:hover {
	background: var(--twl-disabled);
	border-color: var(--twl-disabled);
	color: #fff;
	opacity: 1;
	cursor: not-allowed;
}

body.twg-landing .mnm_form .single_add_to_cart_button:focus-visible {
	outline: 2px solid #111;
	outline-offset: 2px;
}

body.twg-landing .twl-hint {
	flex: 1 1 auto;
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: var(--twl-muted);
}

body.twg-landing .twl-hint.is-ready {
	color: #111;
}

/* ---------- Desktop preview card (right of the picker) ---------- */

body.twg-landing .twl-pick__grid {
	display: block;
}

body.twg-landing .twl-preview {
	display: none;
}

@media (min-width: 1100px) {
	body.twg-landing .twl-pick__grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
		gap: 48px;
		align-items: start;
	}

	body.twg-landing .twl-preview {
		display: block;
		position: sticky;
		top: 24px;
		padding: 20px 20px 24px;
		border: 1px solid var(--twl-line);
		background: #fff;
		text-align: center;
	}
}

/* The photo fills the card width (square). */
body.twg-landing .twl-preview__img {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0 0 18px;
	background: #fff;
}

body.twg-landing .twl-preview__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.twg-landing .twl-preview__name {
	margin: 0 0 6px;
	font-family: var(--twl-font);
	font-size: 26px;
	font-weight: 300;
	line-height: 1.2;
	color: var(--twl-ink);
}

body.twg-landing .twl-preview__caf {
	margin: 0 0 8px;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--twl-muted);
}

body.twg-landing .twl-preview__desc {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.55;
	color: var(--twl-muted);
}

body.twg-landing .twl-preview__desc:empty {
	display: none;
}

/* Until a blend is picked there is nothing to add: keep the hidden button hidden. */
body.twg-landing .twl-preview__add[hidden] {
	display: none;
}

body.twg-landing .twl-preview__add {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 16px;
	border: 1px solid #111;
	border-radius: 0;
	background: #111;
	font-family: var(--twl-font);
	font-size: 15px;
	font-weight: 400;
	line-height: 48px;
	text-transform: none;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.15s ease;
}

body.twg-landing .twl-preview__add:hover,
body.twg-landing .twl-preview__add:focus {
	background: #333;
	border-color: #333;
	color: #fff;
}

body.twg-landing .twl-preview__add:disabled {
	background: var(--twl-disabled);
	border-color: var(--twl-disabled);
	cursor: not-allowed;
}

body.twg-landing .twl-preview__add:focus-visible {
	outline: 2px solid #111;
	outline-offset: 2px;
}

/* ---------- Blend pop-up ---------- */

body.twg-landing .twl-popup {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: rgba(17, 17, 17, 0.4);
	font-family: var(--twl-font);
}

body.twg-landing .twl-popup.is-open {
	display: flex;
}

body.twg-landing .twl-popup__card {
	position: relative;
	width: 100%;
	max-width: 340px;
	max-height: calc(100vh - 32px);
	overflow: auto;
	padding: 28px 24px 24px;
	border: 1px solid var(--twl-line);
	background: #fff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
	text-align: center;
}

body.twg-landing .twl-popup__close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: none;
	font-size: 26px;
	font-weight: 300;
	line-height: 36px;
	color: var(--twl-ink);
	cursor: pointer;
}

body.twg-landing .twl-popup__close:hover {
	color: var(--twl-blue-dark);
}

body.twg-landing .twl-popup__close:focus-visible {
	outline: 2px solid var(--twl-blue-dark);
	outline-offset: 2px;
}

body.twg-landing .twl-popup__img {
	width: 180px;
	height: 180px;
	margin: 8px auto 18px;
	border: 1px solid var(--twl-line-soft);
	background: #fff;
}

body.twg-landing .twl-popup__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.twg-landing .twl-popup__name {
	margin: 0 0 6px;
	font-family: var(--twl-font);
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
	color: var(--twl-ink);
}

body.twg-landing .twl-popup__tag {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.4;
	color: var(--twl-text);
}

body.twg-landing .twl-popup__caf {
	margin: 0 0 8px;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--twl-muted);
}

body.twg-landing .twl-popup__desc {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.55;
	color: var(--twl-muted);
}

body.twg-landing .twl-popup__add {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 16px;
	border: 1px solid #111;
	border-radius: 0;
	background: #111;
	font-family: var(--twl-font);
	font-size: 15px;
	font-weight: 400;
	line-height: 48px;
	text-transform: none;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.15s ease;
}

body.twg-landing .twl-popup__add:hover,
body.twg-landing .twl-popup__add:focus {
	background: #333;
	border-color: #333;
	color: #fff;
}

body.twg-landing .twl-popup__add:disabled {
	background: var(--twl-disabled);
	border-color: var(--twl-disabled);
	cursor: not-allowed;
}

body.twg-landing .twl-popup__add:focus-visible {
	outline: 2px solid #111;
	outline-offset: 2px;
}

body.twg-landing.twl-popup-open {
	overflow: hidden;
}

/* ---------- Wider screens ---------- */

@media (min-width: 600px) {
	body.twg-landing .twg-cats,
	body.twg-landing .twg-blends {
		grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
	}

	body.twg-landing .twg-slots {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}

	body.twg-landing .twl-hero__title {
		font-size: 52px;
	}
}

@media (min-width: 900px) {
	body.twg-landing .twl-hero__grid {
		grid-template-columns: minmax(0, 46fr) minmax(0, 54fr);
		align-items: stretch;
		gap: 0;
	}

	body.twg-landing .twl-hero__text {
		padding-top: 12px;
		padding-right: 48px;
		padding-bottom: 24px;
	}

		body.twg-landing .twl-hero__media {
		min-height: clamp(360px, 27vw, 520px);
	}

	body.twg-landing .twl-hero__img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 50% 50%;
	}

	body.twg-landing .twl-hero__title {
		font-size: 58px;
	}

	body.twg-landing .twl-hero__sub {
		font-size: 24px;
	}

	body.twg-landing .twl-steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.twg-landing .twl-step {
		padding: 2px 28px 4px;
		border-top: 0;
		border-left: 1px solid var(--twl-blue-line);
	}

	body.twg-landing .twl-step:first-child {
		border-left: 0;
	}

	body.twg-landing .twl-how__title {
		font-size: 28px;
	}

	body.twg-landing .twg .twg-title {
		font-size: 34px;
	}

	body.twg-landing .twg-cats,
	body.twg-landing .twg-blends {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	body.twg-landing .twg-blends {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	body.twg-landing .twg-slots {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: reduce) {
	body.twg-landing .twl *,
	body.twg-landing .twl-popup * {
		transition: none !important;
	}
}

/* ---------- £5 cash back (Pick & Mix sample feedback, 24 Sep) ---------- */

body.twg-landing .twl-cashback {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	max-width: 520px;
	margin: 14px 0 0;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.45;
	color: #222;
}

body.twg-landing .twl-cashback__badge {
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 12px;
	background: var(--twl-ink);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
}

body.twg-landing .twl-hero__media {
	position: relative;
}

body.twg-landing .twl-sticker {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 112px;
	padding: 10px;
	border: 2px solid #fff;
	background: var(--twl-ink);
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.06em;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(-6deg);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

@media (max-width: 700px) {
	body.twg-landing .twl-sticker {
		top: 10px;
		right: 10px;
		width: 84px;
		height: 84px;
		font-size: 13px;
	}

	body.twg-landing .twl-cashback {
		font-size: 15px;
	}
}

/* Chosen blend buttons: the name gets the whole first line; (i), count and minus sit on a second line. */
body.twg-landing .twg-blend.is-selected {
	flex-wrap: wrap;
	row-gap: 6px;
}

body.twg-landing .twg-blend.is-selected .twg-blend-name {
	flex: 1 1 100%;
}

body.twg-landing .twg-blend.is-selected .twg-info {
	margin-left: auto;
}

/* Keyboard focus shows on the black chosen button too. */
body.twg-landing .twg-blend.is-selected .twg-minus:focus-visible,
body.twg-landing .twg-blend.is-selected .twg-info:focus-visible {
	outline-color: #fff;
}

/* Twist's own hero photo (white background, message built in): shown whole, never cropped. */
body.twg-landing .twl-hero__media--own {
	background: #fff;
}

body.twg-landing .twl-hero__media--own .twl-hero__img {
	object-fit: contain;
	object-position: 50% 50%;
}
