.gelglass-footer-carousel-controls {
	display: none;
}

.gelglass-footer-weekday-closure-note {
	display: block;
	margin-top: 7px;
	padding: 9px 11px;
	border-left: 2px solid #d4af37;
	color: #eee9df;
	font-size: 13px;
	line-height: 1.55;
	background: rgba(212, 175, 55, 0.08);
}

@media (max-width: 999.98px) {
	.gelglass-site-footer-inner {
		display: flex !important;
		grid-template-columns: none !important;
		align-items: stretch;
		gap: 18px;
		max-width: 100%;
		overflow-x: auto !important;
		overflow-y: hidden;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory !important;
		scroll-padding-inline: 0;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.gelglass-site-footer-inner::-webkit-scrollbar {
		display: none;
	}

	.gelglass-footer-column {
		flex: 0 0 calc(50% - 9px) !important;
		box-sizing: border-box;
		width: auto !important;
		max-width: none !important;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	.gelglass-footer-carousel-controls {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 10px;
		width: 100%;
		max-width: var(--theme-normal-container-max-width, 1290px);
		margin: 0 auto 18px;
	}

	.gelglass-footer-carousel-controls span {
		margin-right: auto;
		color: #d4af37;
		font-size: 12px;
		font-weight: 750;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.gelglass-footer-carousel-button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		padding: 0;
		border: 2px solid #d4af37;
		border-radius: 50%;
		color: #050505;
		font-size: 25px;
		font-weight: 800;
		line-height: 1;
		background: #d4af37;
		box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.14);
		cursor: pointer;
		transition: opacity 160ms ease, transform 160ms ease, background-color 160ms ease;
	}

	.gelglass-footer-carousel-button:hover,
	.gelglass-footer-carousel-button:focus-visible {
		background: #f0cc5b;
		transform: translateY(-1px);
	}

	.gelglass-footer-carousel-button:focus-visible {
		outline: 2px solid #fff;
		outline-offset: 3px;
	}

	.gelglass-footer-carousel-button:disabled {
		opacity: 0.32;
		transform: none;
		cursor: default;
	}
}

@media (max-width: 689.98px) {
	.gelglass-footer-column {
		flex-basis: 86% !important;
	}
}
