:root {
	--cage-red: #ef2a25;
	--cage-red-deep: #d51f1b;
	--cage-red-soft: #f7a7a4;
	--cage-charcoal: #151c20;
	--cage-charcoal-deep: #0d1215;
	--cage-blue: #005c88;
	--loyalty-green: var(--cage-red);
	--loyalty-red: var(--cage-red);
	--loyalty-ink: var(--cage-charcoal);
	--loyalty-muted: #737b80;
	--loyalty-line: rgba(21, 28, 32, .16);
}

@font-face {
	font-display: swap;
	font-family: "Brandon Grotesque";
	src: url("/css/fonts/BrandonGrotesque-Regular.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-family: "Brandon Grotesque";
	font-weight: 900;
	src: url("/css/fonts/BrandonGrotesque-Black.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-family: "Club Display";
	src: url("/css/fonts/DK-Downward-Fall.ttf.woff") format("woff");
}

* {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}

body.wallet-page {
	background:
		linear-gradient(180deg, rgba(21, 28, 32, .9), rgba(21, 28, 32, .98)),
		repeating-radial-gradient(circle at 16% 14%, rgba(255, 255, 255, .06) 0 1px, transparent 1px 4px),
		linear-gradient(135deg, var(--cage-charcoal) 0%, var(--cage-charcoal-deep) 58%, var(--cage-red-deep) 145%);
	color: #fff;
	font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
	margin: 0;
	min-height: 100vh;
	overflow-x: hidden;
}

.wallet-topbar {
	align-items: center;
	background: linear-gradient(180deg, var(--cage-red) 0 20px, var(--cage-charcoal) 20px 100%);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .34);
	color: #fff;
	display: flex;
	height: 92px;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: 20;
}

.wallet-topbar .wallet-nav-item {
	display: none;
}

.wallet-nav-item {
	align-items: center;
	display: grid;
	font-size: clamp(.88rem, 2.3vw, 1.35rem);
	font-weight: 900;
	justify-items: center;
	line-height: 1;
	padding: 10px 6px 12px;
	position: relative;
	text-align: center;
}

.wallet-nav-active::after {
	background: var(--loyalty-green);
	bottom: 0;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	right: 0;
}

.wallet-nav-item img {
	height: 36px;
	object-fit: contain;
	width: 36px;
}

.wallet-nav-text {
	align-content: center;
}

.wallet-logo {
	align-items: center;
	background: transparent;
	display: flex;
	left: clamp(16px, 5vw, 64px);
	justify-content: center;
	height: 58px;
	margin-bottom: 0;
	min-width: 0;
	padding: 0;
	position: absolute;
	text-decoration: none;
	top: calc(50% + 10px);
	transform: translateY(-50%);
	width: 218px;
	z-index: 2;
}

.wallet-logo img {
	display: block;
	max-height: 52px;
	max-width: 210px;
	object-fit: contain;
}

.wallet-shell {
	margin: 0 auto;
	max-width: 1080px;
	padding: 96px 20px 40px;
}

.wallet-auth {
	align-items: center;
	display: grid;
	min-height: calc(100vh - 92px);
}

.wallet-panel {
	margin: 0 auto;
	max-width: 520px;
	padding: 28px;
	width: 100%;
}

.wallet-panel-dark {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #fff;
	max-width: 760px;
	padding: 24px 0 40px;
}

.wallet-registration {
	max-width: 860px;
	padding: 24px clamp(24px, 5vw, 54px) 48px;
}

.wallet-title {
	color: #fff;
	font-family: "Club Display", "Brandon Grotesque", Arial, sans-serif;
	font-size: clamp(2rem, 7vw, 3.6rem);
	line-height: 1;
	margin: 0 0 30px;
	text-align: center;
	text-transform: uppercase;
}

.wallet-lead {
	font-size: 1.35rem;
	font-weight: 700;
	margin: -12px auto 28px;
	max-width: 540px;
	text-align: center;
}

.wallet-lead-left {
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

.wallet-back-link {
	color: #fff;
	display: inline-flex;
	font-size: 1.15rem;
	font-weight: 900;
	margin-bottom: 22px;
	text-decoration: none;
}

.wallet-back-link::before {
	border-bottom: 3px solid currentColor;
	border-left: 3px solid currentColor;
	content: "";
	height: 22px;
	margin-right: 12px;
	transform: rotate(45deg);
	width: 22px;
}

.wallet-form {
	display: grid;
	gap: 18px;
}

.wallet-registration .wallet-form,
.wallet-registration .wallet-title,
.wallet-registration .wallet-required,
.wallet-registration .wallet-section-title {
	text-align: left;
}

.wallet-required {
	color: #fff;
	font-weight: 700;
	margin: 0;
}

.wallet-section-title {
	color: var(--loyalty-green);
	font-family: "Club Display", "Brandon Grotesque", Arial, sans-serif;
	font-size: clamp(1.7rem, 5vw, 2.5rem);
	line-height: 1.1;
	margin: 10px 0 0;
	text-transform: uppercase;
}

.wallet-field {
	display: grid;
	gap: 7px;
}

.wallet-field label {
	color: #fff;
	font-weight: 900;
}

.wallet-label-text {
	color: #fff;
	display: block;
	font-weight: 900;
}

.wallet-field input,
.wallet-field select {
	background: #fff;
	border: 0;
	border-radius: 7px;
	color: #050505;
	font: 900 1.35rem/1 "Brandon Grotesque", Arial, Helvetica, sans-serif;
	min-height: 54px;
	padding: 12px 18px;
	text-align: center;
	width: 100%;
}

.wallet-registration .wallet-field input,
.wallet-registration .wallet-field select {
	text-align: left;
}

.wallet-registration .wallet-actions,
.wallet-registration .wallet-actions-end {
	justify-content: flex-start;
}

.wallet-registration-actions {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, auto);
	margin-top: 22px;
}

.wallet-registration-actions .wallet-btn {
	width: 100%;
}

.wallet-field input::placeholder {
	color: #8c8c8c;
	opacity: 1;
}

.wallet-field input:focus,
.wallet-field select:focus,
.wallet-check input:focus {
	outline: 3px solid rgba(239, 42, 37, .5);
	outline-offset: 2px;
}

.wallet-field-help {
	color: rgba(255, 255, 255, .78);
	font-size: .98rem;
	font-weight: 700;
	line-height: 1.25;
}

.wallet-inline-link {
	color: #fff;
	display: inline-flex;
	font-size: 1.05rem;
	font-weight: 900;
	margin-top: -8px;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.wallet-inline-link-lime {
	color: var(--loyalty-green);
}

.wallet-inline-link-muted {
	color: rgba(255, 255, 255, .62);
}

.wallet-readonly-value {
	align-items: center;
	background: rgba(255, 255, 255, .12);
	border: 2px solid rgba(255, 255, 255, .24);
	border-radius: 7px;
	color: #fff;
	display: flex;
	font-size: 1.25rem;
	font-weight: 900;
	min-height: 54px;
	padding: 12px 18px;
}

.wallet-choice-row {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wallet-choice {
	align-items: center;
	background: rgba(255, 255, 255, .1);
	border: 2px solid rgba(255, 255, 255, .28);
	border-radius: 7px;
	cursor: pointer;
	display: flex;
	gap: 12px;
	min-height: 56px;
	padding: 10px 14px;
}

.wallet-choice input {
	appearance: none;
	background: #fff;
	border: 0;
	border-radius: 50%;
	flex: 0 0 auto;
	height: 22px;
	margin: 0;
	min-height: 0;
	padding: 0;
	position: relative;
	width: 22px;
}

.wallet-choice input:checked::after {
	background: var(--loyalty-green);
	border-radius: 50%;
	content: "";
	inset: 5px;
	position: absolute;
}

.wallet-choice span {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 900;
	line-height: 1.1;
}

.wallet-password-strength {
	display: grid;
	gap: 8px;
	margin-top: 2px;
}

.wallet-password-strength-row {
	align-items: center;
	color: rgba(255, 255, 255, .78);
	display: flex;
	font-size: .98rem;
	font-weight: 800;
	gap: 12px;
	justify-content: space-between;
	line-height: 1.2;
}

.wallet-password-strength-row strong {
	color: #fff;
	font-weight: 900;
	text-align: right;
}

.wallet-password-meter {
	background: rgba(255, 255, 255, .24);
	border-radius: 999px;
	height: 10px;
	overflow: hidden;
	width: 100%;
}

.wallet-password-meter span {
	background: #fff;
	border-radius: inherit;
	display: block;
	height: 100%;
	transition: background-color .2s ease, width .2s ease;
	width: 0;
}

.wallet-password-strength[data-strength="weak"] .wallet-password-meter span {
	background: #ff5b4f;
}

.wallet-password-strength[data-strength="weak"] .wallet-password-strength-row strong {
	color: #ffb2aa;
}

.wallet-password-strength[data-strength="medium"] .wallet-password-meter span {
	background: #f4c542;
}

.wallet-password-strength[data-strength="medium"] .wallet-password-strength-row strong {
	color: #f8d76e;
}

.wallet-password-strength[data-strength="good"] .wallet-password-meter span {
	background: var(--loyalty-green);
}

.wallet-password-strength[data-strength="good"] .wallet-password-strength-row strong {
	color: var(--loyalty-green);
}

.wallet-password-strength[data-strength="strong"] .wallet-password-meter span {
	background: #73df86;
}

.wallet-password-strength[data-strength="strong"] .wallet-password-strength-row strong {
	color: #9df0aa;
}

.wallet-birthday-picker {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(80px, .8fr) minmax(140px, 1.2fr) minmax(100px, 1fr);
}

.wallet-check {
	align-items: flex-start;
	color: #fff;
	display: grid;
	font-size: 1.16rem;
	font-weight: 700;
	gap: 14px;
	grid-template-columns: 44px minmax(0, 1fr);
	line-height: 1.35;
}

.wallet-check input {
	appearance: none;
	background: #fff;
	border: 0;
	border-radius: 8px;
	height: 44px;
	margin: 0;
	position: relative;
	width: 44px;
}

.wallet-check input:checked::after {
	border-bottom: 10px solid var(--loyalty-green);
	border-right: 10px solid var(--loyalty-green);
	content: "";
	height: 34px;
	left: 13px;
	position: absolute;
	top: -8px;
	transform: rotate(38deg);
	width: 16px;
}

.wallet-check a {
	color: var(--loyalty-green);
	font-weight: 900;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.wallet-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 6px;
}

.wallet-actions-end {
	justify-content: flex-end;
	margin-top: 18px;
}

.wallet-login-actions {
	margin-top: 18px;
}

.wallet-account-link {
	color: #fff;
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.35;
	margin: 18px 0 0;
}

.wallet-account-link a {
	color: var(--loyalty-green);
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.wallet-btn {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 7px;
	cursor: pointer;
	display: inline-flex;
	font: 900 1.35rem/1 "Club Display", "Brandon Grotesque", Arial, sans-serif;
	justify-content: center;
	min-height: 58px;
	padding: 14px 26px;
	text-decoration: none;
	text-transform: uppercase;
}

.wallet-btn-dark {
	background: var(--cage-charcoal);
	color: #fff;
}

.wallet-btn-light {
	background: #fff;
	color: var(--loyalty-ink);
}

.wallet-btn-lime {
	background: var(--loyalty-green);
	color: #fff;
}

.wallet-btn-red {
	background: var(--loyalty-red);
	color: #fff;
}

.wallet-alert {
	background: #fff4e5;
	border: 1px solid #ffcf8a;
	border-radius: 7px;
	color: #8a4b00;
	margin: 0 auto 18px;
	max-width: 760px;
	padding: 12px 14px;
}

.wallet-notice {
	background: var(--cage-red-soft);
	border: 1px solid var(--loyalty-green);
	border-radius: 7px;
	color: var(--cage-charcoal);
	font-size: 1.05rem;
	font-weight: 900;
	margin: 0 auto 18px;
	max-width: 760px;
	padding: 12px 14px;
}

.wallet-notice span {
	display: block;
	font-size: .95rem;
	font-weight: 700;
	margin-top: 4px;
}

.wallet-site-page {
	background: var(--cage-red);
}

.wallet-site-header {
	align-items: center;
	background: linear-gradient(180deg, var(--cage-red) 0 20px, var(--cage-charcoal) 20px 100%);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .34);
	display: flex;
	height: 86px;
	justify-content: center;
	left: 0;
	padding: 0 clamp(18px, 5vw, 64px);
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: 20;
}

.wallet-site-logo {
	align-items: center;
	background: transparent;
	display: inline-flex;
	height: 56px;
	justify-content: center;
	left: clamp(16px, 5vw, 64px);
	padding: 0;
	position: absolute;
	text-decoration: none;
	top: calc(50% + 10px);
	transform: translateY(-50%);
	width: 218px;
}

.wallet-site-logo img {
	max-height: 50px;
	max-width: 210px;
	object-fit: contain;
}

.wallet-site-nav {
	align-items: center;
	display: flex;
	gap: 14px;
}

.wallet-site-nav a {
	color: #fff;
	font-size: 1.05rem;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.wallet-site-nav-cta {
	background: var(--loyalty-green);
	border-radius: 7px;
	color: #fff;
	padding: 12px 18px;
}

.wallet-lang-switch {
	align-items: center;
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 999px;
	display: inline-flex;
	gap: 3px;
	padding: 3px;
}

.wallet-lang-option {
	border-radius: 999px;
	color: #050505;
	font-size: .82rem;
	font-weight: 900;
	line-height: 1;
	min-width: 34px;
	padding: 8px 9px;
	text-align: center;
	text-decoration: none;
}

.wallet-lang-active {
	background: var(--loyalty-green);
	color: #fff;
}

.wallet-site-nav .wallet-lang-switch {
	margin-right: 6px;
}

.wallet-lang-switch-header {
	align-items: center;
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 999px;
	display: inline-flex;
	gap: 3px;
	padding: 3px;
	position: absolute;
	right: clamp(14px, 4vw, 44px);
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}

.wallet-lang-switch-header .wallet-lang-option {
	border-radius: 999px;
	color: #050505;
	display: inline-flex;
	font-size: .82rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	min-width: 34px;
	padding: 8px 9px;
	text-align: center;
	text-decoration: none;
}

.wallet-lang-switch-header .wallet-lang-active {
	background: var(--loyalty-green);
	color: #fff;
}

.wallet-home {
	padding-top: 86px;
}

.wallet-home-hero {
	align-items: center;
	background:
		linear-gradient(180deg, rgba(21, 28, 32, .88), rgba(21, 28, 32, .96)),
		repeating-radial-gradient(circle at 50% 0, rgba(255, 255, 255, .055) 0 1px, transparent 1px 18px),
		linear-gradient(135deg, var(--cage-charcoal) 0%, var(--cage-charcoal-deep) 70%);
	border-bottom-left-radius: 44px;
	border-bottom-right-radius: 44px;
	display: grid;
	gap: clamp(24px, 4vw, 52px);
	grid-template-columns: minmax(460px, 650px) minmax(400px, 520px);
	justify-content: center;
	margin: 0;
	max-width: none;
	min-height: 640px;
	padding: 84px 28px 70px;
}

.wallet-home-copy {
	max-width: 650px;
}

.wallet-home-kicker {
	color: var(--loyalty-green);
	font-size: clamp(1.05rem, 2.2vw, 1.35rem);
	font-weight: 900;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.wallet-home-copy h1 {
	font-family: "Club Display", "Brandon Grotesque", Arial, sans-serif;
	font-size: clamp(4.2rem, 8vw, 7.6rem);
	line-height: .82;
	margin: 0 0 26px;
	max-width: 640px;
	text-transform: uppercase;
}

.wallet-home-copy p {
	font-size: clamp(1.2rem, 2.4vw, 1.55rem);
	font-weight: 900;
	line-height: 1.35;
	margin: 0;
	max-width: 620px;
}

.wallet-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 32px;
	max-width: 680px;
}

.wallet-home-actions .wallet-btn {
	min-width: 230px;
}

.wallet-home-wallets {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.wallet-home-wallets span {
	border: 2px solid rgba(239, 42, 37, .86);
	border-radius: 7px;
	color: var(--loyalty-green);
	font-size: .98rem;
	font-weight: 900;
	padding: 9px 12px;
	text-transform: uppercase;
}

.wallet-home-visual {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	transform: translateX(-18px);
}

.wallet-home-visual img {
	filter: drop-shadow(0 24px 36px rgba(0, 0, 0, .4));
	max-height: 450px;
	max-width: min(100%, 580px);
	object-fit: contain;
	width: min(42vw, 580px);
}

.wallet-home-steps {
	background: var(--cage-red);
	color: #fff;
	padding: 56px 28px 64px;
}

.wallet-home-steps .wallet-home-section-title p,
.wallet-home-steps .wallet-home-section-title h2 {
	color: #fff;
}

.wallet-home-section-title {
	margin: 0 auto 32px;
	max-width: 980px;
	text-align: center;
}

.wallet-home-section-title p {
	color: var(--loyalty-green);
	font-family: "Club Display", "Brandon Grotesque", Arial, sans-serif;
	font-size: clamp(2rem, 4.4vw, 3rem);
	margin: 0;
	text-transform: uppercase;
}

.wallet-home-section-title h2 {
	font-family: "Club Display", "Brandon Grotesque", Arial, sans-serif;
	font-size: clamp(2.2rem, 5vw, 4.2rem);
	line-height: .95;
	margin: 10px 0 0;
	text-transform: uppercase;
}

.wallet-home-section-title-dark h2 {
	color: #fff;
}

.wallet-step-grid,
.wallet-benefit-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 980px;
}

.wallet-step,
.wallet-benefit {
	border: 1px solid var(--loyalty-line);
	border-radius: 7px;
	display: grid;
	gap: 12px;
	padding: 22px;
}

.wallet-home-steps .wallet-step {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .5);
}

.wallet-home-steps .wallet-step:nth-child(odd) {
	background: var(--cage-red-soft);
	border-color: transparent;
	color: var(--cage-red-deep);
}

.wallet-step {
	align-items: center;
	column-gap: 14px;
	grid-template-columns: 44px minmax(0, 1fr);
	row-gap: 12px;
}

.wallet-step span {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: var(--cage-red);
	display: inline-flex;
	font-size: 1.4rem;
	font-weight: 900;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.wallet-step strong,
.wallet-benefit strong {
	font-size: 1.45rem;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

.wallet-step p {
	grid-column: 1 / -1;
}

.wallet-step p,
.wallet-benefit span {
	color: rgba(255, 255, 255, .84);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
}

.wallet-home-steps .wallet-step:nth-child(odd) p,
.wallet-home-steps .wallet-step:nth-child(odd) strong {
	color: var(--cage-red-deep);
}

.wallet-home-rewards {
	background:
		linear-gradient(180deg, rgba(21, 28, 32, .9), rgba(21, 28, 32, .96)),
		linear-gradient(135deg, var(--cage-charcoal) 0%, var(--cage-charcoal-deep) 100%);
	border-bottom-left-radius: 44px;
	border-bottom-right-radius: 44px;
	color: #fff;
	padding: 62px 28px 70px;
}

.wallet-home-rewards .wallet-benefit {
	border-color: rgba(255, 255, 255, .18);
	background: rgba(0, 0, 0, .28);
}

.wallet-home-rewards .wallet-benefit span {
	color: rgba(255, 255, 255, .82);
}

.wallet-install-card {
	align-items: center;
	background: var(--cage-charcoal);
	border: 1px solid rgba(255, 255, 255, .2);
	color: #fff;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	margin: 0 auto 54px;
	max-width: 980px;
	padding: 22px 24px;
	width: calc(100% - 56px);
}

.wallet-install-card[hidden] {
	display: none;
}

.wallet-install-card strong {
	display: block;
	font-family: "Club Display", "Brandon Grotesque", Arial, sans-serif;
	font-size: clamp(1.6rem, 4vw, 2.4rem);
	line-height: 1;
	text-transform: uppercase;
}

.wallet-install-card span {
	display: block;
	font-size: 1.08rem;
	font-weight: 900;
	line-height: 1.3;
	margin-top: 6px;
}

.wallet-install-tip {
	color: rgba(255, 255, 255, .82);
}

.wallet-install-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
}

.wallet-install-dismiss {
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	font: 900 1rem/1 "Brandon Grotesque", Arial, Helvetica, sans-serif;
	padding: 12px;
	text-decoration: underline;
}

.wallet-cookie-banner {
	align-items: center;
	background: rgba(5, 5, 5, .94);
	border: 1px solid rgba(239, 42, 37, .55);
	border-radius: 8px;
	bottom: 18px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, .3);
	color: #fff;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	left: 18px;
	max-width: 620px;
	padding: 14px 16px;
	position: fixed;
	right: auto;
	z-index: 60;
}

.wallet-cookie-banner[hidden] {
	display: none;
}

.wallet-cookie-banner p {
	font-size: .92rem;
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
}

.wallet-cookie-link {
	color: var(--loyalty-green);
	font-weight: 900;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.wallet-cookie-accept {
	background: var(--loyalty-green);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font-size: .88rem;
	font-weight: 900;
	line-height: 1;
	padding: 10px 14px;
	white-space: nowrap;
}

.wallet-cookie-accept:hover,
.wallet-cookie-accept:focus-visible {
	filter: brightness(1.08);
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.wallet-legal-footer {
	color: rgba(255, 255, 255, .72);
	display: grid;
	gap: 12px;
	margin: 0 auto;
	max-width: 980px;
	padding: 26px 20px 34px;
	text-align: center;
}

.wallet-legal-footer nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	justify-content: center;
}

.wallet-legal-footer a {
	color: var(--loyalty-green);
	font-size: 1rem;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.wallet-legal-footer a:hover,
.wallet-legal-footer a:focus-visible {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.wallet-legal-footer p {
	font-size: .96rem;
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
}

.wallet-legal-shell {
	max-width: 980px;
	padding-top: 136px;
}

.wallet-legal-document {
	background: #fff;
	border: 2px solid rgba(239, 42, 37, .36);
	border-radius: 8px;
	color: #111;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .26);
	padding: clamp(24px, 5vw, 48px);
}

.wallet-legal-document .wallet-back-link {
	color: #111;
	margin-bottom: 24px;
}

.wallet-legal-kicker {
	color: var(--cage-red);
	font-size: .98rem;
	font-weight: 900;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.wallet-legal-document h1 {
	font-family: "Club Display", "Brandon Grotesque", Arial, sans-serif;
	font-size: clamp(2.6rem, 6vw, 4.6rem);
	line-height: .95;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.wallet-legal-updated {
	color: #5a5a5a;
	font-weight: 900;
	margin: 0 0 28px;
}

.wallet-legal-section {
	border-top: 1px solid #e8e8e8;
	display: grid;
	gap: 12px;
	padding: 24px 0 0;
}

.wallet-legal-section + .wallet-legal-section,
.wallet-legal-table-wrap + .wallet-legal-section {
	margin-top: 24px;
}

.wallet-legal-section h2 {
	color: #111;
	font-size: 1.55rem;
	font-weight: 900;
	line-height: 1.1;
	margin: 0;
	text-transform: uppercase;
}

.wallet-legal-section p,
.wallet-legal-section li {
	color: #333;
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.42;
}

.wallet-legal-section p,
.wallet-legal-section ul {
	margin: 0;
}

.wallet-legal-section ul {
	display: grid;
	gap: 8px;
	padding-left: 22px;
}

.wallet-legal-table-wrap {
	overflow-x: auto;
	padding-top: 14px;
}

.wallet-legal-table {
	border-collapse: collapse;
	color: #111;
	min-width: 640px;
	width: 100%;
}

.wallet-legal-table th,
.wallet-legal-table td {
	border: 1px solid #dedede;
	font-size: 1rem;
	font-weight: 800;
	padding: 12px 14px;
	text-align: left;
	vertical-align: top;
}

.wallet-legal-table th {
	background: #050505;
	color: var(--loyalty-green);
	font-weight: 900;
	text-transform: uppercase;
}

.wallet-dashboard {
	max-width: none;
	min-height: calc(100vh - 92px);
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.wallet-dashboard-hero {
	align-items: center;
	display: grid;
	gap: clamp(34px, 6vw, 86px);
	grid-template-columns: minmax(320px, .9fr) minmax(420px, 570px);
	margin: 0 auto;
	max-width: 1220px;
	padding: clamp(132px, 10vw, 172px) 32px 70px;
	width: 100%;
}

.wallet-dashboard-copy,
.wallet-dashboard-card-panel {
	min-width: 0;
}

.wallet-dashboard-copy {
	max-width: 570px;
}

.wallet-dashboard-kicker {
	color: var(--loyalty-green);
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.wallet-dashboard-title {
	font-size: clamp(3.4rem, 5.4vw, 6.2rem);
	line-height: .92;
	margin: 0 0 28px;
	max-width: 620px;
	text-align: left;
}

.wallet-preferred-bakery {
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 7px;
	color: #fff;
	display: grid;
	gap: 4px;
	margin: -10px 0 24px;
	max-width: 470px;
	padding: 12px 16px;
}

.wallet-preferred-bakery span {
	color: var(--loyalty-green);
	font-size: .95rem;
	font-weight: 900;
	text-transform: uppercase;
}

.wallet-preferred-bakery strong {
	font-size: 1.3rem;
	font-weight: 900;
	line-height: 1.1;
}

.wallet-dashboard-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: -8px 0 24px;
	max-width: 470px;
}

.wallet-dashboard-links .wallet-inline-link {
	margin-top: 0;
}

.wallet-logout-form {
	margin: 0;
}

.wallet-logout-form button {
	background: transparent;
	border: 0;
	cursor: pointer;
	font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
	padding: 0;
}

.wallet-logout-form button:hover,
.wallet-logout-form button:focus-visible {
	color: #fff;
}

.wallet-dashboard-actions {
	display: grid;
	gap: 14px;
	margin: 34px 0 0;
	max-width: 470px;
}

.wallet-dashboard-actions .wallet-btn {
	width: 100%;
}

.wallet-profile-actions {
	align-items: center;
	justify-content: flex-end;
}

.wallet-dashboard-actions.wallet-badge-actions {
	max-width: 390px;
}

.wallet-wallet-cta {
	background: var(--loyalty-green);
	border-radius: 8px;
	box-shadow: 0 18px 34px rgba(0, 0, 0, .3);
	color: #fff;
	margin: 30px 0 0;
	max-width: 570px;
	padding: 18px;
}

.wallet-wallet-cta-head {
	display: grid;
	gap: 4px;
	margin-bottom: 14px;
}

.wallet-wallet-cta-head h2 {
	font-family: "Club Display", "Brandon Grotesque", Arial, sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.wallet-wallet-cta-head p {
	font-size: 1.02rem;
	font-weight: 900;
	line-height: 1.25;
	margin: 0;
}

.wallet-wallet-cta .wallet-dashboard-actions.wallet-badge-actions {
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	max-width: none;
}

.wallet-wallet-cta .wallet-store-badge {
	border: 2px solid rgba(255, 255, 255, .62);
	box-shadow: 0 10px 18px rgba(0, 0, 0, .26);
	min-height: 78px;
	padding: 12px 14px;
}

.wallet-wallet-cta .wallet-store-badge-copy strong {
	font-size: 1.26rem;
}

.wallet-store-badge {
	align-items: center;
	background: #050505;
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 8px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .24);
	color: #fff;
	display: flex;
	gap: 14px;
	min-height: 66px;
	padding: 11px 18px;
	text-decoration: none;
	width: 100%;
}

.wallet-store-badge:hover,
.wallet-store-badge:focus-visible {
	border-color: rgba(255, 255, 255, .76);
	outline: none;
	transform: translateY(-1px);
}

.wallet-store-badge-mark {
	background: #fff;
	border-radius: 9px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .34);
	flex: 0 0 40px;
	height: 40px;
	overflow: hidden;
	position: relative;
	width: 40px;
}

.wallet-store-badge-mark-apple span,
.wallet-store-badge-mark-google span {
	display: block;
	position: absolute;
}

.wallet-store-badge-mark-apple span {
	border-radius: 999px;
	height: 6px;
	left: 7px;
	right: 7px;
}

.wallet-store-badge-mark-apple span:nth-child(1) {
	background: #ff3b30;
	top: 8px;
}

.wallet-store-badge-mark-apple span:nth-child(2) {
	background: #34aadc;
	top: 15px;
}

.wallet-store-badge-mark-apple span:nth-child(3) {
	background: #34c759;
	top: 22px;
}

.wallet-store-badge-mark-apple span:nth-child(4) {
	background: #ffcc00;
	top: 29px;
}

.wallet-store-badge-mark-google span:nth-child(1) {
	background: #4285f4;
	border-radius: 8px;
	height: 24px;
	left: 7px;
	top: 8px;
	transform: rotate(-8deg);
	width: 25px;
}

.wallet-store-badge-mark-google span:nth-child(2) {
	background: #34a853;
	border-radius: 8px;
	height: 22px;
	right: 7px;
	top: 10px;
	transform: rotate(8deg);
	width: 21px;
}

.wallet-store-badge-mark-google span:nth-child(3) {
	background: linear-gradient(135deg, #fbbc04 0 42%, #ea4335 42% 100%);
	border-radius: 7px;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .92);
	height: 20px;
	left: 10px;
	top: 11px;
	width: 20px;
}

.wallet-store-badge-copy {
	display: grid;
	gap: 2px;
	line-height: 1;
	min-width: 0;
}

.wallet-store-badge-copy span {
	font: 800 .78rem/1.05 "Brandon Grotesque", Arial, sans-serif;
	text-transform: none;
}

.wallet-store-badge-copy strong {
	font: 900 1.38rem/1 "Brandon Grotesque", Arial, sans-serif;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.wallet-loyalty-heading {
	color: var(--loyalty-green);
	font-family: "Club Display", "Brandon Grotesque", Arial, sans-serif;
	font-size: clamp(2.4rem, 4vw, 4rem);
	line-height: 1;
	margin: 0 0 22px;
	text-align: center;
	text-transform: uppercase;
}

.wallet-barcode-card {
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
	color: #050505;
	margin: 0;
	padding: 26px 28px 18px;
	width: 100%;
}

.wallet-barcode-svg {
	display: block;
	height: clamp(120px, 10vw, 152px);
	width: 100%;
}

.wallet-barcode-bg {
	fill: #fff;
}

.wallet-barcode-bars {
	fill: #050505;
}

.wallet-barcode-number {
	font-size: clamp(2rem, 7vw, 3rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 14px;
	text-align: center;
}

.wallet-points-row {
	align-items: center;
	color: var(--loyalty-green);
	display: flex;
	font-size: clamp(1.2rem, 4vw, 1.55rem);
	font-weight: 900;
	gap: 18px;
	margin: 0 0 22px;
}

.wallet-halo-score {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 1.45rem;
	justify-content: center;
	min-height: 58px;
	min-width: 92px;
	position: relative;
}

.wallet-halo-score::before {
	border: 8px solid var(--loyalty-green);
	border-radius: 50%;
	content: "";
	height: 32px;
	left: 6px;
	pointer-events: none;
	position: absolute;
	right: 6px;
	top: 7px;
	transform: rotate(-14deg);
}

.wallet-progress-summary {
	margin: 0;
	max-width: 570px;
}

.wallet-progress-copy {
	align-items: center;
	display: flex;
	font-size: 1.1rem;
	font-weight: 900;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.wallet-progress-copy strong {
	color: var(--loyalty-green);
}

.wallet-progress-bar {
	background: rgba(255, 255, 255, .25);
	border-radius: 999px;
	height: 14px;
	overflow: hidden;
}

.wallet-progress-bar span {
	background: var(--loyalty-green);
	display: block;
	height: 100%;
}

.wallet-reward-levels {
	margin: 30px 0 0;
	max-width: 570px;
}

.wallet-reward-levels-head {
	display: grid;
	gap: 8px;
	margin-bottom: 16px;
}

.wallet-reward-levels-head h2 {
	color: #fff;
	font-family: "Club Display", "Brandon Grotesque", Arial, sans-serif;
	font-size: clamp(2rem, 4vw, 3.1rem);
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.wallet-reward-levels-head p,
.wallet-reward-level-note {
	color: rgba(255, 255, 255, .78);
	font-size: 1.04rem;
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
}

.wallet-reward-level-list {
	display: grid;
	gap: 10px;
}

.wallet-reward-level {
	background: #fff;
	border: 2px solid rgba(239, 42, 37, .32);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
	color: #111;
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	min-height: 78px;
	overflow: hidden;
}

.wallet-reward-level-current {
	border-color: var(--loyalty-green);
	box-shadow: 0 14px 30px rgba(239, 42, 37, .28), 0 10px 24px rgba(0, 0, 0, .22);
}

.wallet-reward-level-badge {
	align-items: center;
	background: #050505;
	border-right: 6px solid var(--loyalty-green);
	color: #fff;
	display: flex;
	font-size: 1.08rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	padding: 16px 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.wallet-reward-level-current .wallet-reward-level-badge {
	background: var(--loyalty-green);
	border-right-color: #050505;
	color: #fff;
}

.wallet-reward-level-current .wallet-reward-level-badge::after {
	border-color: #fff;
}

.wallet-reward-level-badge::after {
	border: 4px solid var(--loyalty-green);
	border-radius: 50%;
	content: "";
	height: 18px;
	left: 50%;
	opacity: .92;
	position: absolute;
	top: 10px;
	transform: translateX(-50%) rotate(-14deg);
	width: 54px;
}

.wallet-reward-level-body {
	align-content: center;
	display: grid;
	gap: 5px;
	min-width: 0;
	padding: 14px 18px;
}

.wallet-reward-level-body span {
	color: #555;
	font-size: .96rem;
	font-weight: 900;
	line-height: 1.2;
}

.wallet-reward-level-body strong {
	color: #111;
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1.18;
	overflow-wrap: anywhere;
}

.wallet-reward-current {
	background: rgba(239, 42, 37, .14);
	border: 1px solid rgba(239, 42, 37, .26);
	border-radius: 999px;
	color: var(--cage-red-deep);
	font-size: .78rem;
	font-weight: 900;
	justify-self: start;
	letter-spacing: 0;
	line-height: 1;
	padding: 6px 9px;
	text-transform: uppercase;
}

.wallet-reward-level-body .wallet-reward-current-detail {
	color: var(--cage-red-deep);
	font-size: .9rem;
	line-height: 1.2;
}

.wallet-reward-level-note {
	margin-top: 14px;
}

.wallet-info-band {
	background: var(--cage-red);
	color: #fff;
	margin-top: 0;
	padding: 58px 28px 72px;
}

.wallet-info-band .wallet-coupon-panel h3 {
	color: #fff;
}

.wallet-info-content {
	align-items: start;
	display: grid;
	gap: clamp(28px, 5vw, 70px);
	grid-template-columns: minmax(320px, .9fr) minmax(360px, 560px);
	margin: 0 auto;
	max-width: 1180px;
}

.wallet-info-band h2 {
	font-family: "Club Display", "Brandon Grotesque", Arial, sans-serif;
	font-size: clamp(2.2rem, 4.5vw, 3.4rem);
	line-height: 1.25;
	margin: 0;
	max-width: 620px;
	text-align: left;
	text-transform: uppercase;
}

.wallet-coupon-panel {
	margin: 0;
	text-align: left;
}

.wallet-coupon-panel h3 {
	color: var(--loyalty-green);
	font-family: "Club Display", "Brandon Grotesque", Arial, sans-serif;
	font-size: 2rem;
	margin: 0;
	text-transform: uppercase;
}

.wallet-coupon-list {
	display: grid;
	gap: 14px;
	margin: 16px 0 0;
	padding: 0;
}

.wallet-coupon {
	background:
		linear-gradient(90deg, rgba(239, 42, 37, .12), rgba(255, 255, 255, 0) 46%),
		#fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 12px 26px rgba(0, 0, 0, .08);
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	list-style: none;
	min-height: 104px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.wallet-coupon::before,
.wallet-coupon::after {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	content: "";
	height: 22px;
	left: 106px;
	position: absolute;
	width: 22px;
	z-index: 2;
}

.wallet-coupon::before {
	top: -12px;
}

.wallet-coupon::after {
	bottom: -12px;
}

.wallet-coupon-visual {
	background: #111;
	display: grid;
	min-height: 100%;
	overflow: hidden;
	place-items: center;
	position: relative;
}

.wallet-coupon-visual::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	content: "";
	inset: 0;
	opacity: .35;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.wallet-coupon-visual img {
	display: block;
	height: 100%;
	object-fit: cover;
	position: relative;
	width: 100%;
	z-index: 1;
}

.wallet-coupon-visual-fallback {
	background:
		radial-gradient(circle at 22% 22%, rgba(255, 255, 255, .32) 0 6px, transparent 7px),
		linear-gradient(135deg, var(--cage-red) 0%, var(--cage-red-soft) 52%, var(--cage-charcoal) 53%, #050505 100%);
}

.wallet-coupon-visual-fallback span {
	background: rgba(5, 5, 5, .88);
	border: 2px solid rgba(255, 255, 255, .78);
	border-radius: 50%;
	box-shadow: 0 10px 22px rgba(0, 0, 0, .24);
	height: 54px;
	position: relative;
	width: 54px;
	z-index: 3;
}

.wallet-coupon-visual-fallback span::before {
	border: 2px solid #fff;
	border-radius: 4px;
	content: "";
	height: 22px;
	left: 10px;
	position: absolute;
	top: 15px;
	transform: rotate(-11deg);
	width: 32px;
}

.wallet-coupon-visual-fallback span::after {
	background: var(--loyalty-green);
	border-radius: 999px;
	content: "";
	height: 6px;
	left: 18px;
	position: absolute;
	top: 23px;
	transform: rotate(-11deg);
	width: 16px;
}

.wallet-coupon-body {
	align-content: center;
	display: grid;
	gap: 8px;
	min-width: 0;
	padding: 16px 18px;
}

.wallet-coupon strong {
	display: block;
	font-size: 1.07rem;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.wallet-coupon-meta {
	color: #222;
	display: block;
	font-size: .98rem;
	line-height: 1.35;
}

.wallet-coupon-exclusions {
	color: #5d5d5d;
	display: block;
	font-size: .9rem;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

@media (max-width: 980px) {
	.wallet-home-hero {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.wallet-home-copy {
		margin: 0 auto;
	}

	.wallet-home-copy p {
		margin: 0 auto;
	}

	.wallet-home-actions,
	.wallet-home-wallets {
		justify-content: center;
	}

	.wallet-home-visual {
		justify-content: center;
		transform: none;
	}

	.wallet-home-visual img {
		width: min(72vw, 460px);
	}

	.wallet-dashboard {
		padding: 0;
	}

	.wallet-dashboard-hero {
		gap: 42px;
		grid-template-columns: 1fr;
		padding: 124px 20px 48px;
		text-align: center;
	}

	.wallet-dashboard-copy {
		margin: 0 auto;
		max-width: 660px;
	}

	.wallet-dashboard-kicker,
	.wallet-dashboard-title {
		text-align: center;
	}

	.wallet-dashboard-title {
		max-width: none;
	}

	.wallet-dashboard-actions,
	.wallet-dashboard-links,
	.wallet-preferred-bakery,
	.wallet-progress-summary,
	.wallet-wallet-cta,
	.wallet-reward-levels {
		margin-left: auto;
		margin-right: auto;
	}

	.wallet-preferred-bakery {
		text-align: center;
	}

	.wallet-points-row {
		justify-content: center;
	}

	.wallet-reward-levels-head {
		text-align: center;
	}

	.wallet-dashboard-card-panel {
		margin: 0 auto;
		max-width: 660px;
		width: 100%;
	}

	.wallet-info-content {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.wallet-info-band h2 {
		margin: 0 auto;
		text-align: center;
	}

	.wallet-coupon-panel {
		margin: 0 auto;
		max-width: 660px;
		width: 100%;
	}
}

@media (max-width: 760px) {
	.wallet-topbar {
		height: 74px;
	}

	.wallet-nav-item {
		font-size: .72rem;
		padding: 8px 3px 10px;
	}

	.wallet-nav-item img {
		height: 28px;
		width: 28px;
	}

	.wallet-logo {
		height: 42px;
		margin-bottom: 0;
		padding: 0;
		width: 146px;
	}

	.wallet-logo img {
		max-height: 44px;
		max-width: 142px;
	}

	.wallet-shell {
		padding: 84px 14px 28px;
	}

	.wallet-dashboard {
		padding: 0;
	}

	.wallet-auth {
		min-height: calc(100vh - 74px);
	}

	.wallet-panel-dark {
		padding-top: 24px;
	}

	.wallet-registration {
		padding: 22px 20px 38px;
	}

	.wallet-actions .wallet-btn {
		width: 100%;
	}

	.wallet-registration-actions {
		grid-template-columns: 1fr;
	}

	.wallet-dashboard-hero {
		gap: 34px;
		padding: 112px 16px 38px;
	}

	.wallet-dashboard-kicker {
		font-size: 1rem;
		margin-bottom: 8px;
	}

	.wallet-dashboard-title {
		font-size: clamp(2.9rem, 13vw, 4.7rem);
	}

	.wallet-dashboard-actions {
		max-width: none;
		width: 100%;
	}

	.wallet-store-badge {
		padding: 10px 14px;
	}

	.wallet-store-badge-copy strong {
		font-size: 1.22rem;
	}

	.wallet-barcode-card {
		padding: 18px 16px 14px;
	}

	.wallet-barcode-svg {
		height: 108px;
	}

	.wallet-progress-copy {
		display: grid;
		justify-content: center;
	}

	.wallet-wallet-cta {
		margin-top: 24px;
		max-width: none;
		width: 100%;
	}

	.wallet-wallet-cta-head {
		text-align: center;
	}

	.wallet-wallet-cta .wallet-dashboard-actions.wallet-badge-actions {
		grid-template-columns: 1fr;
	}

	.wallet-reward-levels {
		margin-top: 26px;
		max-width: none;
		width: 100%;
	}

	.wallet-reward-level {
		grid-template-columns: minmax(86px, 104px) minmax(0, 1fr);
		min-height: 86px;
	}

	.wallet-reward-level-badge {
		font-size: .92rem;
		padding: 14px 8px;
	}

	.wallet-reward-level-badge::after {
		border-width: 3px;
		height: 15px;
		top: 10px;
		width: 44px;
	}

	.wallet-reward-level-body {
		padding: 13px 14px;
	}

	.wallet-reward-level-body span {
		font-size: .86rem;
	}

	.wallet-reward-level-body strong {
		font-size: 1.05rem;
	}

	.wallet-info-band {
		padding: 38px 16px 50px;
	}

	.wallet-coupon {
		grid-template-columns: 94px minmax(0, 1fr);
		min-height: 96px;
	}

	.wallet-coupon::before,
	.wallet-coupon::after {
		left: 83px;
	}

	.wallet-coupon-body {
		padding: 14px 16px;
	}

	.wallet-check {
		font-size: 1rem;
		grid-template-columns: 38px minmax(0, 1fr);
	}

	.wallet-check input {
		height: 38px;
		width: 38px;
	}

	.wallet-field input,
	.wallet-field select {
		font-size: 1.15rem;
	}

	.wallet-choice-row {
		grid-template-columns: 1fr;
	}

	.wallet-birthday-picker {
		grid-template-columns: 1fr;
	}

	.wallet-site-header {
		height: 72px;
		justify-content: center;
		padding: 0 14px;
	}

	.wallet-lang-switch-header {
		right: 96px;
	}

	.wallet-site-logo {
		height: 42px;
		left: 24px;
		width: 146px;
	}

	.wallet-site-logo img {
		max-height: 42px;
		max-width: 142px;
	}

	.wallet-site-nav {
		gap: 8px;
	}

	.wallet-site-nav a {
		font-size: .78rem;
	}

	.wallet-site-nav-cta {
		padding: 10px 12px;
	}

	.wallet-site-nav .wallet-lang-switch {
		margin-right: 0;
	}

	.wallet-lang-option {
		font-size: .72rem;
		min-width: 30px;
		padding: 7px 8px;
	}

	.wallet-home {
		padding-top: 72px;
	}

	.wallet-home-hero {
		gap: 32px;
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 58px 14px 42px;
		text-align: center;
	}

	.wallet-home-copy {
		margin: 0 auto;
		max-width: calc(100vw - 40px);
		min-width: 0;
		width: 100%;
	}

	.wallet-home-copy h1 {
		font-size: clamp(2.7rem, 13vw, 4rem);
		line-height: .92;
		margin-top: 12px;
	}

	.wallet-home-kicker {
		font-size: .9rem;
		line-height: 1.2;
		margin-bottom: 14px;
		margin-left: auto;
		margin-right: auto;
		max-width: 260px;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	.wallet-home-copy p {
		font-size: 1.08rem;
		margin: 0 auto;
		max-width: 340px;
		overflow-wrap: anywhere;
	}

	.wallet-home-copy .wallet-home-kicker {
		font-size: .82rem;
		max-width: 260px;
	}

	.wallet-home-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.wallet-home-actions .wallet-btn {
		font-size: 1.1rem;
		min-width: 0;
		padding-left: 16px;
		padding-right: 16px;
		white-space: normal;
		width: 100%;
	}

	.wallet-home-wallets {
		justify-content: center;
		width: 100%;
	}

	.wallet-home-wallets span {
		font-size: .8rem;
		max-width: 100%;
		overflow-wrap: anywhere;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}

	.wallet-home-visual img {
		max-height: 260px;
	}

	.wallet-home-steps,
	.wallet-home-rewards {
		padding: 38px 14px 46px;
	}

	.wallet-step-grid,
	.wallet-benefit-grid {
		grid-template-columns: 1fr;
	}

	.wallet-install-card {
		align-items: stretch;
		display: grid;
		margin-bottom: 34px;
		padding: 18px;
		width: calc(100% - 28px);
	}

	.wallet-install-actions {
		display: grid;
	}

	.wallet-cookie-banner {
		bottom: 12px;
		grid-template-columns: 1fr;
		left: 12px;
		max-width: none;
		right: 12px;
	}

	.wallet-cookie-accept {
		justify-self: start;
	}

	.wallet-legal-footer {
		padding: 22px 14px 30px;
	}

	.wallet-legal-footer nav {
		display: grid;
		gap: 10px;
	}

	.wallet-legal-shell {
		padding: 106px 14px 28px;
	}

	.wallet-legal-document {
		padding: 22px 18px 28px;
	}

	.wallet-legal-document h1 {
		font-size: clamp(2.2rem, 11vw, 3.2rem);
	}

	.wallet-legal-section h2 {
		font-size: 1.3rem;
	}

	.wallet-legal-section p,
	.wallet-legal-section li {
		font-size: 1rem;
	}
}
