/* SETI Gift Cards — intentionally scoped to the dedicated product only. */
.seti-gift-card-product .seti-v3-reassurance,
.seti-gift-card-product .seti-v3-sticky-buy,
.seti-gift-card-product .seti-v3-trust,
.seti-gift-card-product .seti-v3-faq {
	display: none !important;
}

.seti-gift-card-product form.cart {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.seti-gift-card-product .seti-gift-card-fields {
	--seti-gc-ink: #171714;
	--seti-gc-muted: #6e6a62;
	--seti-gc-line: #d9d5cc;
	--seti-gc-paper: #fbfaf7;
	width: 100%;
	margin: 0 0 18px;
	padding: 26px;
	border: 1px solid var(--seti-gc-line);
	background: var(--seti-gc-paper);
	color: var(--seti-gc-ink);
	font-family: inherit;
}

.seti-gift-card-fields__heading {
	margin-bottom: 24px;
}

.seti-gift-card-fields__test-mode {
	margin: 0 0 20px;
	padding: 12px 14px;
	border: 1px solid #b08d57;
	background: #fff7df;
	color: #5d451f;
	font-size: 13px;
	line-height: 1.6;
}

.seti-gift-card-fields__heading h2 {
	margin: 0 0 7px;
	font-family: inherit;
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 400;
	line-height: 1.35;
}

.seti-gift-card-fields__heading p,
.seti-gift-card-fields__delivery {
	margin: 0;
	color: var(--seti-gc-muted);
	font-size: 14px;
	line-height: 1.65;
}

.seti-gift-card-fields__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.seti-gift-card-field {
	display: block;
	margin: 0 0 17px;
}

.seti-gift-card-field > span:first-child {
	display: block;
	margin: 0 0 7px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}

.seti-gift-card-field abbr {
	border: 0;
	color: #8b2f27;
	text-decoration: none;
}

.seti-gift-card-field em,
.seti-gift-card-field small {
	color: var(--seti-gc-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

.seti-gift-card-field small {
	display: block;
	margin-top: 6px;
}

.seti-gift-card-field input,
.seti-gift-card-field textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 11px 13px;
	border: 1px solid var(--seti-gc-line);
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: var(--seti-gc-ink);
	font: inherit;
	font-size: 15px;
	line-height: 1.4;
}

.seti-gift-card-field textarea {
	min-height: 105px;
	resize: vertical;
}

.seti-gift-card-field input:focus,
.seti-gift-card-field textarea:focus {
	border-color: var(--seti-gc-ink);
	outline: 1px solid var(--seti-gc-ink);
	outline-offset: 1px;
}

.seti-gift-card-amount-input {
	display: flex !important;
	align-items: center;
	width: min(100%, 260px);
	margin: 0 !important;
	border: 1px solid var(--seti-gc-line);
	background: #fff;
}

.seti-gift-card-amount-input input {
	min-width: 0;
	border: 0;
	font-size: 20px;
	font-weight: 500;
	direction: ltr;
	text-align: right;
}

.seti-gift-card-amount-input input:focus {
	outline: 0;
}

.seti-gift-card-amount-input:focus-within {
	border-color: var(--seti-gc-ink);
	outline: 1px solid var(--seti-gc-ink);
	outline-offset: 1px;
}

.seti-gift-card-amount-input b {
	padding: 0 14px;
	font-size: 20px;
	font-weight: 400;
}

.seti-gift-card-fields__summary {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	margin: 4px 0 14px;
	padding: 16px 0;
	border-top: 1px solid var(--seti-gc-line);
	border-bottom: 1px solid var(--seti-gc-line);
	font-size: 14px;
}

.seti-gift-card-fields__summary strong {
	font-size: 21px;
	font-weight: 500;
}

.seti-gift-card-product form.cart > .single_add_to_cart_button,
.seti-gift-card-product form.cart > button[type="submit"] {
	width: 100%;
	flex-basis: 100%;
}

.seti-gift-card-story {
	padding: clamp(64px, 9vw, 120px) 24px;
	background: #f3f0e9;
	color: #171714;
}

.seti-gift-card-story__inner {
	width: min(100%, 820px);
	margin: 0 auto;
	text-align: center;
}

.seti-gift-card-story h2 {
	margin: 0 0 20px;
	font-family: inherit;
	font-size: clamp(32px, 5vw, 54px);
	font-weight: 300;
	line-height: 1.15;
}

.seti-gift-card-story h2:not(:first-child) {
	margin-top: clamp(50px, 7vw, 84px);
}

.seti-gift-card-story p {
	margin: 0 auto 16px;
	font-size: clamp(16px, 2vw, 19px);
	line-height: 1.85;
}

.seti-gift-card-story ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: seti-gc-steps;
}

.seti-gift-card-story li {
	padding: 28px 20px;
	border-top: 1px solid #aaa398;
	font-size: 15px;
	line-height: 1.7;
	counter-increment: seti-gc-steps;
}

.seti-gift-card-story li::before {
	display: block;
	margin-bottom: 15px;
	content: "0" counter(seti-gc-steps);
	font-size: 12px;
	letter-spacing: .15em;
}

.seti-gift-card-story li strong {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 500;
}

.seti-gift-card-balance-checker {
	--seti-gc-check-ink: #f8f6f0;
	--seti-gc-check-muted: #bbb6ab;
	--seti-gc-check-gold: #b08d57;
	padding: clamp(64px, 9vw, 110px) 24px;
	background: #171714;
	color: var(--seti-gc-check-ink);
}

.seti-gift-card-balance-checker__inner {
	width: min(100%, 820px);
	margin: 0 auto;
	text-align: center;
}

.seti-gift-card-balance-checker__eyebrow {
	display: block;
	margin-bottom: 15px;
	color: var(--seti-gc-check-gold);
	font-size: 11px;
	letter-spacing: .24em;
}

.seti-gift-card-balance-checker h2 {
	margin: 0 0 15px;
	color: inherit;
	font-family: inherit;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 300;
	line-height: 1.2;
}

.seti-gift-card-balance-checker p {
	max-width: 630px;
	margin: 0 auto 30px;
	color: var(--seti-gc-check-muted);
	font-size: clamp(15px, 2vw, 18px);
	line-height: 1.75;
}

.seti-gift-card-balance-form {
	display: flex;
	width: min(100%, 650px);
	margin: 0 auto;
}

.seti-gift-card-balance-form input,
.seti-gift-card-balance-form button {
	box-sizing: border-box;
	min-height: 54px;
	margin: 0;
	border-radius: 0;
	font: inherit;
}

.seti-gift-card-balance-form input {
	min-width: 0;
	flex: 1;
	padding: 12px 18px;
	border: 1px solid #d7d1c5;
	background: #fff;
	box-shadow: none;
	color: #171714;
	font-family: monospace;
	font-size: 16px;
	letter-spacing: .08em;
	text-align: left;
	text-transform: uppercase;
}

.seti-gift-card-balance-form input:focus {
	position: relative;
	border-color: var(--seti-gc-check-gold);
	outline: 2px solid var(--seti-gc-check-gold);
	outline-offset: 1px;
}

.seti-gift-card-balance-form button {
	min-width: 175px;
	padding: 12px 22px;
	border: 1px solid var(--seti-gc-check-gold);
	background: var(--seti-gc-check-gold);
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	transition: background-color .2s ease, border-color .2s ease;
}

.seti-gift-card-balance-form button:hover,
.seti-gift-card-balance-form button:focus {
	border-color: #947344;
	background: #947344;
}

.seti-gift-card-balance-form button:disabled {
	cursor: wait;
	opacity: .7;
}

.seti-gift-card-balance-result {
	box-sizing: border-box;
	width: min(100%, 650px);
	margin: 16px auto 0;
	padding: 18px 20px;
	border: 1px solid #d7d1c5;
	background: #f8f6f0;
	color: #171714;
	line-height: 1.55;
}

.seti-gift-card-balance-result.is-active {
	border-color: var(--seti-gc-check-gold);
}

.seti-gift-card-balance-result.is-error,
.seti-gift-card-balance-result.is-inactive {
	border-color: #b45b55;
}

.seti-gift-card-balance-result strong,
.seti-gift-card-balance-result span {
	display: block;
}

.seti-gift-card-balance-result strong {
	margin-bottom: 4px;
	font-size: 22px;
	font-weight: 500;
}

.seti-gift-card-balance-checker__inner > small {
	display: block;
	margin-top: 14px;
	color: #8f8a80;
	font-size: 12px;
	line-height: 1.6;
}

@media (max-width: 640px) {
	.seti-gift-card-product .seti-gift-card-fields {
		padding: 20px 16px;
	}

	.seti-gift-card-fields__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.seti-gift-card-amount-input {
		width: 100%;
	}

	.seti-gift-card-story {
		padding-inline: 18px;
	}

	.seti-gift-card-story ol {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.seti-gift-card-balance-checker {
		padding-inline: 18px;
	}

	.seti-gift-card-balance-form {
		flex-direction: column;
		gap: 10px;
	}

	.seti-gift-card-balance-form button {
		width: 100%;
	}
}
