/*
 * Booze Bag site footer — option 3.
 * Component scope: .bb-site-footer
 */

.bb-custom-site-footer-active .qodef-page-footer,
.bb-custom-site-footer-active .eltdf-page-footer {
	display: none !important;
}

.bb-site-footer {
	--bb-footer-cream: #f5f2eb;
	--bb-footer-paper: #fffaf2;
	--bb-footer-forest: #173f33;
	--bb-footer-green: #356f55;
	--bb-footer-sage: #74877b;
	--bb-footer-mustard: #e2b23c;
	--bb-footer-coral: #e76f51;
	--bb-footer-line: rgba(23, 63, 51, 0.18);
	--bb-footer-serif: "Lora", Georgia, "Times New Roman", serif;
	--bb-footer-sans: "Raleway", Avenir, Montserrat, Helvetica, Arial, sans-serif;
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0;
	color: var(--bb-footer-forest);
	background: var(--bb-footer-cream);
	font-family: var(--bb-footer-sans);
	font-size: 15px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

.bb-site-footer *,
.bb-site-footer *::before,
.bb-site-footer *::after {
	box-sizing: border-box;
}

.bb-site-footer img {
	display: block;
	max-width: 100%;
}

.bb-site-footer a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.bb-site-footer a:hover {
	color: var(--bb-footer-coral);
}

.bb-site-footer a:focus-visible,
.bb-site-footer button:focus-visible,
.bb-site-footer input:focus-visible {
	outline: 3px solid var(--bb-footer-mustard);
	outline-offset: 4px;
}

.bb-site-footer__newsletter {
	color: var(--bb-footer-cream);
	background: var(--bb-footer-forest);
}

.bb-site-footer__newsletter-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.1fr);
	gap: clamp(56px, 8vw, 150px);
	align-items: center;
	width: min(100% - 80px, 1260px);
	min-height: 292px;
	margin: 0 auto;
	padding: 52px 0;
}

.bb-site-footer__newsletter-copy {
	max-width: 560px;
}

.bb-site-footer__newsletter-copy h2 {
	margin: 0;
	color: var(--bb-footer-cream);
	font-family: var(--bb-footer-serif);
	font-size: clamp(36px, 3.6vw, 52px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.bb-site-footer__newsletter-copy > p:last-child {
	max-width: 570px;
	margin: 18px 0 0;
	color: rgba(245, 242, 235, 0.92);
	font-size: 17px;
	line-height: 1.65;
}

.bb-site-footer__script {
	margin: 3px 0 0;
	color: var(--bb-footer-mustard);
	font-family: "Lora", Georgia, serif;
	font-size: clamp(24px, 2.4vw, 37px);
	font-style: italic;
	line-height: 1.2;
}

.bb-site-footer__newsletter-form-shell {
	min-width: 0;
}

.bb-site-footer__newsletter-form-shell .tnp,
.bb-site-footer__newsletter-form-shell form {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.bb-site-footer__newsletter-form-shell form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px 18px;
	align-items: end;
}

.bb-site-footer__newsletter-form-shell .tnp-field,
.bb-site-footer__newsletter-form-shell .tnp-field-email,
.bb-site-footer__newsletter-form-shell .tnp-field-privacy,
.bb-site-footer__newsletter-form-shell .tnp-field-button {
	margin: 0;
}

.bb-site-footer__newsletter-form-shell .tnp-field-email {
	grid-column: 1;
}

.bb-site-footer__newsletter-form-shell .tnp-field-button {
	grid-column: 2;
}

.bb-site-footer__newsletter-form-shell .tnp-field-privacy {
	grid-column: 1 / -1;
}

.bb-site-footer__newsletter-form-shell label {
	display: block;
	margin: 0 0 8px;
	color: var(--bb-footer-cream);
	font-size: 14px;
	font-weight: 700;
}

.bb-site-footer__newsletter-form-shell input[type="email"] {
	width: 100%;
	height: 58px;
	margin: 0;
	padding: 0 20px;
	border: 2px solid rgba(245, 242, 235, 0.92);
	border-radius: 6px;
	color: var(--bb-footer-cream);
	background: transparent;
	font: 500 16px/1 var(--bb-footer-sans);
	box-shadow: none;
}

.bb-site-footer__newsletter-form-shell input[type="email"]::placeholder {
	color: rgba(245, 242, 235, 0.68);
}

.bb-site-footer__newsletter-form-shell input[type="submit"],
.bb-site-footer__newsletter-form-shell button[type="submit"] {
	min-width: 170px;
	height: 58px;
	margin: 0;
	padding: 0 26px;
	border: 2px solid var(--bb-footer-mustard);
	border-radius: 6px;
	color: var(--bb-footer-forest);
	background: var(--bb-footer-mustard);
	font: 800 13px/1 var(--bb-footer-sans);
	letter-spacing: 0.11em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.bb-site-footer__newsletter-form-shell input[type="submit"]:hover,
.bb-site-footer__newsletter-form-shell button[type="submit"]:hover {
	border-color: var(--bb-footer-cream);
	background: var(--bb-footer-cream);
}

.bb-site-footer__newsletter-form-shell .tnp-privacy-field,
.bb-site-footer__newsletter-form-shell .tnp-field-privacy label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
}

.bb-site-footer__newsletter-form-shell input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	accent-color: var(--bb-footer-mustard);
}

.bb-site-footer__privacy-note {
	margin: 12px 0 0;
	color: rgba(245, 242, 235, 0.82);
	font-size: 12px;
}

.bb-site-footer__privacy-note a {
	color: var(--bb-footer-mustard);
}

.bb-site-footer__newsletter-unavailable {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 18px 20px;
	border: 1px solid rgba(245, 242, 235, 0.55);
	border-radius: 6px;
}

.bb-site-footer__main-inner {
	display: grid;
	grid-template-columns: minmax(380px, 1.05fr) minmax(520px, 1fr);
	width: min(100% - 80px, 1260px);
	margin: 0 auto;
	padding: 54px 0 42px;
}

.bb-site-footer__brand {
	min-width: 0;
	padding-right: clamp(50px, 7vw, 120px);
}

.bb-site-footer__logo-link {
	display: block;
	width: clamp(230px, 23vw, 330px);
}

.bb-site-footer__logo-link img {
	width: 100%;
	height: auto;
}

.bb-site-footer__brand-copy {
	margin: -18px 0 0 42px;
}

.bb-site-footer__brand-copy p {
	margin: 0;
	color: var(--bb-footer-sage);
	font-family: var(--bb-footer-sans);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
}

.bb-site-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 22px 0 0 42px;
}

.bb-site-footer__socials a {
	min-height: 44px;
	padding: 10px 14px;
	border: 1px solid var(--bb-footer-line);
	border-radius: 4px;
	font-weight: 700;
}

.bb-site-footer__navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-left: 1px solid var(--bb-footer-line);
}

.bb-site-footer__nav-group {
	min-width: 0;
	padding: 30px clamp(36px, 5vw, 70px);
}

.bb-site-footer__nav-group + .bb-site-footer__nav-group {
	border-left: 1px solid var(--bb-footer-line);
}

.bb-site-footer__nav-group h2 {
	margin: 0 0 20px;
}

.bb-site-footer__nav-group h2 button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	min-height: 44px;
	padding: 0;
	border: 0;
	color: var(--bb-footer-forest);
	background: transparent;
	font: 600 clamp(27px, 2.5vw, 38px)/1.15 var(--bb-footer-serif);
	text-align: left;
	cursor: default;
}

.bb-site-footer__nav-group ul,
.bb-site-footer__payments ul,
.bb-site-footer__legal ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bb-site-footer__nav-group li {
	border-bottom: 1px solid rgba(23, 63, 51, 0.12);
}

.bb-site-footer__nav-group a {
	display: flex;
	align-items: center;
	min-height: 52px;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}

.bb-site-footer__disclosure-mark {
	display: none;
}

.bb-site-footer__assurances {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--bb-footer-line);
	border-bottom: 1px solid var(--bb-footer-line);
}

.bb-site-footer__assurance {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	min-height: 112px;
	padding: 24px 36px;
	font-size: 15px;
	font-weight: 600;
}

.bb-site-footer__assurance + .bb-site-footer__assurance {
	border-left: 1px solid var(--bb-footer-line);
}

.bb-site-footer__assurance img {
	width: 48px;
	height: 48px;
	object-fit: contain;
	opacity: 0.78;
}

.bb-site-footer__bottom {
	display: grid;
	grid-template-columns: minmax(520px, 1.05fr) minmax(520px, 1fr);
	gap: 32px;
	align-items: center;
	width: min(100% - 80px, 1360px);
	margin: 0 auto;
	padding: 26px 0 24px;
}

.bb-site-footer__payments-heading {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
}

.bb-site-footer__payments-heading img {
	width: 18px;
	height: 18px;
	opacity: 0.78;
}

@media (min-width: 1101px) {
	.bb-site-footer__newsletter-copy h2 {
		white-space: nowrap;
	}
}

.bb-site-footer__payments ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.bb-site-footer__payments li {
	display: flex;
	gap: 7px;
	align-items: center;
	min-height: 38px;
	padding: 7px 10px;
	border: 1px solid var(--bb-footer-line);
	border-radius: 6px;
	background: rgba(255, 250, 242, 0.74);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.1;
	white-space: nowrap;
}

.bb-site-footer__payments li img {
	width: 28px;
	height: 20px;
	object-fit: contain;
}

.bb-site-footer__payments li.is-klarna img,
.bb-site-footer__payments li.is-apple-pay img,
.bb-site-footer__payments li.is-google-pay img,
.bb-site-footer__payments li.is-link img {
	width: 48px;
}

.bb-site-footer__payments li.is-klarna span,
.bb-site-footer__payments li.is-apple-pay span,
.bb-site-footer__payments li.is-google-pay span,
.bb-site-footer__payments li.is-link span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.bb-site-footer__payments > p {
	margin: 8px 0 0;
	color: var(--bb-footer-sage);
	font-size: 10px;
}

.bb-site-footer__legal {
	padding-left: 34px;
	border-left: 1px solid var(--bb-footer-line);
}

.bb-site-footer__legal ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	justify-content: flex-end;
}

.bb-site-footer__legal a {
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
}

.bb-site-footer__legal > p {
	margin: 18px 0 0;
	color: var(--bb-footer-sage);
	font-size: 10px;
	text-align: right;
}

.bb-site-footer--compact .bb-site-footer__main-inner {
	grid-template-columns: minmax(260px, 0.7fr) minmax(300px, 1fr);
	align-items: center;
	padding-top: 32px;
	padding-bottom: 24px;
}

.bb-site-footer--compact .bb-site-footer__brand {
	display: flex;
	gap: 24px;
	align-items: center;
	padding-right: 40px;
}

.bb-site-footer--compact .bb-site-footer__logo-link {
	flex: 0 0 120px;
	width: 120px;
}

.bb-site-footer--compact .bb-site-footer__brand-copy {
	margin: 0;
}

.bb-site-footer__checkout-message {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 24px 0 24px 54px;
	border-left: 1px solid var(--bb-footer-line);
}

.bb-site-footer__checkout-message strong {
	font-family: var(--bb-footer-serif);
	font-size: clamp(22px, 2.3vw, 32px);
	line-height: 1.2;
}

.bb-site-footer__checkout-message span {
	color: var(--bb-footer-sage);
	font-weight: 600;
}

.bb-site-footer--compact .bb-site-footer__bottom {
	border-top: 1px solid var(--bb-footer-line);
}

@media (min-width: 1101px) {
	/* The live newsletter plugin caps the email input at 300px. Match the
	 * desktop grid track to that width so the button keeps the intended gap. */
	.bb-site-footer__newsletter-form-shell form {
		grid-template-columns: 300px auto;
		justify-content: start;
	}

	.bb-site-footer__newsletter-form-shell .tnp-privacy-field {
		grid-column: 1 / -1;
	}
}

@media (max-width: 1100px) {
	.bb-site-footer__newsletter-inner,
	.bb-site-footer__main-inner,
	.bb-site-footer__bottom {
		width: min(100% - 48px, 940px);
	}

	.bb-site-footer__newsletter-inner {
		grid-template-columns: minmax(0, 0.8fr) minmax(400px, 1fr);
		gap: 46px;
	}

	.bb-site-footer__main-inner {
		grid-template-columns: minmax(290px, 0.72fr) minmax(500px, 1fr);
	}

	.bb-site-footer__brand {
		padding-right: 35px;
	}

	.bb-site-footer__brand-copy {
		margin-left: 20px;
	}

	.bb-site-footer__nav-group {
		padding-inline: 34px;
	}

	.bb-site-footer__bottom {
		grid-template-columns: 1fr;
	}

	.bb-site-footer__legal {
		padding: 20px 0 0;
		border-top: 1px solid var(--bb-footer-line);
		border-left: 0;
	}

	.bb-site-footer__legal ul {
		justify-content: flex-start;
	}

	.bb-site-footer__legal > p {
		text-align: left;
	}
}

@media (max-width: 820px) {
	.bb-site-footer__newsletter-inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.bb-site-footer__main-inner {
		grid-template-columns: 1fr;
	}

	.bb-site-footer__brand {
		padding: 0 0 36px;
	}

	.bb-site-footer__navigation {
		border-top: 1px solid var(--bb-footer-line);
		border-left: 0;
	}

	.bb-site-footer__assurance {
		gap: 12px;
		padding-inline: 18px;
	}

	.bb-site-footer--compact .bb-site-footer__main-inner {
		grid-template-columns: 1fr;
	}

	.bb-site-footer__checkout-message {
		padding: 26px 0 0;
		border-top: 1px solid var(--bb-footer-line);
		border-left: 0;
	}
}

@media (max-width: 767px) {
	.bb-site-footer {
		font-size: 15px;
	}

	.bb-site-footer__newsletter-inner,
	.bb-site-footer__main-inner,
	.bb-site-footer__bottom {
		width: min(100% - 36px, 560px);
	}

	.bb-site-footer__newsletter-inner {
		min-height: 0;
		padding: 42px 0;
	}

	.bb-site-footer__newsletter-copy h2 {
		font-size: clamp(34px, 10vw, 46px);
	}

	.bb-site-footer__newsletter-form-shell form {
		grid-template-columns: 1fr;
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.bb-site-footer__newsletter-form-shell .tnp-field-email,
	.bb-site-footer__newsletter-form-shell .tnp-field-button,
	.bb-site-footer__newsletter-form-shell .tnp-field-privacy {
		grid-column: 1;
		width: 100%;
		min-width: 0;
	}

	.bb-site-footer__newsletter-form-shell input[type="email"],
	.bb-site-footer__newsletter-form-shell input[type="submit"],
	.bb-site-footer__newsletter-form-shell button[type="submit"] {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
	}

	/* Newsletter Plugin uses nowrap on its live privacy label. Keep the
	 * checkbox fixed while allowing the consent copy to wrap on phones. */
	.bb-site-footer__newsletter-form-shell .tnp-privacy-field {
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.bb-site-footer__newsletter-form-shell .tnp-privacy-field > label,
	.bb-site-footer__newsletter-form-shell label.tnp-privacy-field {
		display: flex;
		gap: 10px;
		align-items: flex-start;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		margin: 0;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.45;
		text-align: left;
		white-space: normal !important;
	}

	.bb-site-footer__newsletter-form-shell .tnp-privacy-field > label a,
	.bb-site-footer__newsletter-form-shell label.tnp-privacy-field a,
	.bb-site-footer__newsletter-form-shell label.tnp-privacy-field span {
		min-width: 0;
		white-space: normal !important;
		overflow-wrap: anywhere;
	}

	.bb-site-footer__newsletter-form-shell .tnp-privacy-field input[type="checkbox"] {
		flex: 0 0 18px;
	}

	.bb-site-footer__main-inner {
		padding-top: 34px;
	}

	.bb-site-footer__logo-link {
		width: 220px;
	}

	.bb-site-footer__brand-copy {
		margin: -12px 0 0 20px;
	}

	.bb-site-footer__navigation {
		grid-template-columns: 1fr;
	}

	.bb-site-footer__nav-group {
		padding: 0;
	}

	.bb-site-footer__nav-group + .bb-site-footer__nav-group {
		border-top: 1px solid var(--bb-footer-line);
		border-left: 0;
	}

	.bb-site-footer__nav-group h2 {
		margin: 0;
	}

	.bb-site-footer__nav-group h2 button {
		min-height: 66px;
		cursor: pointer;
	}

	.bb-site-footer__disclosure-mark {
		display: block;
		width: 18px;
		height: 18px;
	}

	.bb-site-footer__disclosure-mark img {
		width: 18px;
		height: 18px;
	}

	.bb-site-footer__disclosure-mark .is-minus,
	.bb-site-footer__nav-group button[aria-expanded="true"] .bb-site-footer__disclosure-mark .is-plus {
		display: none;
	}

	.bb-site-footer__nav-group button[aria-expanded="true"] .bb-site-footer__disclosure-mark .is-minus {
		display: block;
	}

	.bb-site-footer__nav-group ul {
		padding-bottom: 14px;
	}

	.bb-site-footer__assurances {
		grid-template-columns: 1fr;
	}

	.bb-site-footer__assurance {
		justify-content: flex-start;
		width: min(100% - 36px, 560px);
		min-height: 82px;
		margin: 0 auto;
		padding: 15px 0;
	}

	.bb-site-footer__assurance + .bb-site-footer__assurance {
		border-top: 1px solid var(--bb-footer-line);
		border-left: 0;
	}

	.bb-site-footer__bottom {
		padding-top: 24px;
	}

	.bb-site-footer__payments li {
		min-height: 42px;
	}

	.bb-site-footer__legal ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
	}

	.bb-site-footer__legal li {
		border-bottom: 1px solid var(--bb-footer-line);
	}

	.bb-site-footer__legal a {
		display: flex;
		align-items: center;
		min-height: 44px;
	}

	.bb-site-footer--compact .bb-site-footer__brand {
		gap: 14px;
		padding-right: 0;
	}

	.bb-site-footer--compact .bb-site-footer__logo-link {
		flex-basis: 96px;
		width: 96px;
	}

	.bb-site-footer--compact .bb-site-footer__brand-copy p {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bb-site-footer *,
	.bb-site-footer *::before,
	.bb-site-footer *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
