/* Royal India — homepage hero order bar (pro integrated layout) */

.rim-hero-order-bar {
	--rim-hero-burgundy: #7b1e2d;
	--rim-hero-gold: #d4af37;
	--rim-hero-cream: #fff8f0;
	--rim-hero-ink: #2b1b12;
	width: 100%;
	max-width: min(58rem, calc(100vw - 2rem));
	margin: 0 auto;
}

@media (min-width: 1024px) {
	.rim-hero-order-bar {
		max-width: min(68rem, calc(100vw - 3rem));
	}
}

@media (min-width: 1280px) {
	.rim-hero-order-bar {
		max-width: min(76rem, calc(100vw - 4rem));
	}
}

.rim-hero-order-bar__glass {
	padding: 0.5rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--rim-hero-burgundy) 52%, transparent);
	border: 1.5px solid color-mix(in srgb, var(--rim-hero-cream) 72%, var(--rim-hero-gold));
	box-shadow:
		0 14px 40px rgba(43, 31, 26, 0.28),
		inset 0 1px 0 color-mix(in srgb, var(--rim-hero-cream) 24%, transparent);
	backdrop-filter: blur(16px) saturate(120%);
	-webkit-backdrop-filter: blur(16px) saturate(120%);
	overflow: visible;
	transition: border-radius 0.2s ease, padding 0.2s ease;
}

.rim-hero-order-bar.is-location-selected .rim-hero-order-bar__glass {
	border-radius: 1.15rem;
	padding: 0.55rem 0.55rem 0.48rem;
}

.rim-hero-order-bar__row {
	display: flex;
	align-items: stretch;
	gap: 0.5rem;
}

.rim-hero-order-bar__location {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
}

.rim-hero-order-bar__combobox {
	position: relative;
	width: 100%;
}

.rim-hero-order-bar__search {
	display: flex;
	align-items: stretch;
	min-width: 0;
	min-height: 3.35rem;
	padding: 0.28rem 0.28rem 0.28rem 0.85rem;
	border-radius: 999px;
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--rim-hero-burgundy) 8%, #e7dfd4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		border-radius 0.2s ease,
		background-color 0.2s ease;
}

.rim-hero-order-bar__combobox.is-editing .rim-hero-order-bar__search,
.rim-hero-order-bar.is-suggest-open .rim-hero-order-bar__search {
	background: #fff;
	border-color: color-mix(in srgb, var(--rim-hero-gold) 55%, var(--rim-hero-burgundy));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 0 0 1px color-mix(in srgb, var(--rim-hero-gold) 24%, transparent);
}

.rim-hero-order-bar__combobox.has-selection .rim-hero-order-bar__search {
	background: linear-gradient(
		90deg,
		color-mix(in srgb, var(--rim-hero-cream) 55%, #fff) 0%,
		#fff 68%
	);
	border-color: color-mix(in srgb, var(--rim-hero-gold) 48%, #e7dfd4);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.92),
		inset 3px 0 0 color-mix(in srgb, var(--rim-hero-gold) 70%, transparent);
}

.rim-hero-order-bar.is-suggest-open .rim-hero-order-bar__search {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.rim-hero-order-bar__pin {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	align-self: center;
	margin-right: 0.45rem;
	color: color-mix(in srgb, var(--rim-hero-burgundy) 50%, #6b5c55);
	transition: color 0.2s ease;
}

.rim-hero-order-bar__combobox.has-selection .rim-hero-order-bar__pin,
.rim-hero-order-bar__combobox.is-editing .rim-hero-order-bar__pin {
	color: var(--rim-hero-burgundy);
}

.rim-hero-order-bar__field-value {
	position: relative;
	display: flex;
	flex: 1;
	align-items: center;
	min-width: 0;
	min-height: 2.35rem;
}

.rim-hero-order-bar__selection {
	display: flex;
	align-items: center;
	gap: 0.42rem;
	min-width: 0;
	padding: 0.12rem 0.15rem 0.12rem 0;
	pointer-events: none;
}

.rim-hero-order-bar__selection[hidden] {
	display: none !important;
}

.rim-hero-order-bar__selection-plz {
	flex-shrink: 0;
	padding: 0.24rem 0.62rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--rim-hero-burgundy) 11%, #fff);
	border: 1px solid color-mix(in srgb, var(--rim-hero-gold) 55%, transparent);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: var(--rim-hero-burgundy);
}

.rim-hero-order-bar__selection-sep {
	flex-shrink: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	color: color-mix(in srgb, var(--rim-hero-gold) 75%, var(--rim-hero-burgundy));
}

.rim-hero-order-bar__selection-ort {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.2;
	color: var(--rim-hero-burgundy);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rim-hero-order-bar__selection-min {
	flex-shrink: 0;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.2;
	color: color-mix(in srgb, #6b5c55 82%, var(--rim-hero-ink));
	white-space: nowrap;
}

.rim-hero-order-bar__search-input {
	flex: 1;
	min-width: 0;
	align-self: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--rim-hero-ink);
	font: inherit;
	font-size: clamp(0.84rem, 1.6vw, 0.95rem);
	font-weight: 600;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rim-hero-order-bar__combobox.has-selection .rim-hero-order-bar__search-input {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	caret-color: transparent;
}

.rim-hero-order-bar__combobox.has-selection.is-editing .rim-hero-order-bar__search-input {
	position: static;
	width: auto;
	height: auto;
	opacity: 1;
	cursor: text;
	caret-color: auto;
}

.rim-hero-order-bar__search-input::placeholder {
	color: color-mix(in srgb, #6b5c55 78%, var(--rim-hero-ink));
	font-weight: 500;
}

.rim-hero-order-bar__search-input:focus {
	outline: none;
}

.rim-hero-order-bar__clear {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	align-self: center;
	width: 1.85rem;
	height: 1.85rem;
	margin: 0 0.15rem 0 0.1rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: color-mix(in srgb, var(--rim-hero-burgundy) 10%, #f4ede4);
	color: color-mix(in srgb, var(--rim-hero-burgundy) 72%, #6b5c55);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		transform 0.15s ease;
}

.rim-hero-order-bar__clear[hidden] {
	display: none !important;
}

.rim-hero-order-bar__clear:hover,
.rim-hero-order-bar__clear:focus-visible {
	background: color-mix(in srgb, var(--rim-hero-burgundy) 18%, #fff);
	color: var(--rim-hero-burgundy);
	outline: none;
}

.rim-hero-order-bar__clear:active {
	transform: scale(0.94);
}

.rim-hero-order-bar__combobox.is-mode-ort .rim-hero-order-bar__suggest-option {
	grid-template-columns: minmax(0, 1fr) auto;
}

.rim-hero-order-bar__combobox.is-mode-ort .rim-hero-order-bar__suggest-plz {
	display: none;
}

.rim-hero-order-bar__combobox.is-mode-plz .rim-hero-order-bar__suggest-option {
	grid-template-columns: 3.6rem auto;
}

.rim-hero-order-bar__combobox.is-mode-plz .rim-hero-order-bar__suggest-name {
	display: none;
}

.rim-hero-order-bar__combobox.is-editing .rim-hero-order-bar__selection {
	display: none !important;
}

/* Lieferung — inside PLZ field */
.rim-hero-order-bar__search-action {
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.05rem;
	min-width: 6.75rem;
	margin-left: 0.35rem;
	padding: 0.45rem 0.85rem 0.45rem 0.75rem;
	border: 0;
	border-left: 1px solid color-mix(in srgb, var(--rim-hero-burgundy) 10%, #e7dfd4);
	border-radius: 999px;
	background: color-mix(in srgb, var(--rim-hero-burgundy) 94%, #4f1520);
	color: var(--rim-hero-cream);
	font: inherit;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.15s ease,
		border-radius 0.2s ease;
}

.rim-hero-order-bar.is-suggest-open .rim-hero-order-bar__search-action {
	border-bottom-right-radius: 0;
	min-width: 2.75rem;
	padding: 0.45rem 0.55rem;
}

.rim-hero-order-bar.is-suggest-open .rim-hero-order-bar__search-action-label,
.rim-hero-order-bar.is-suggest-open .rim-hero-order-bar__search-action-eta {
	display: none;
}

.rim-hero-order-bar.is-suggest-open .rim-hero-order-bar__search-action-arrow {
	display: inline;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1;
}

.rim-hero-order-bar.is-suggest-open .rim-hero-order-bar__pickup {
	opacity: 0.55;
	pointer-events: none;
}

.rim-hero-order-bar__search-action:hover,
.rim-hero-order-bar__search-action:focus-visible {
	background: var(--rim-hero-burgundy);
	box-shadow: 0 4px 14px rgba(43, 31, 26, 0.22);
	outline: none;
}

.rim-hero-order-bar__search-action.is-ready {
	background: linear-gradient(
		135deg,
		var(--rim-hero-burgundy) 0%,
		color-mix(in srgb, var(--rim-hero-burgundy) 82%, #3d1018) 100%
	);
	box-shadow:
		0 0 0 1px color-mix(in srgb, var(--rim-hero-gold) 50%, transparent),
		0 6px 16px rgba(43, 31, 26, 0.24);
}

@keyframes rim-hero-action-pulse {
	0% {
		box-shadow:
			0 0 0 1px color-mix(in srgb, var(--rim-hero-gold) 50%, transparent),
			0 6px 16px rgba(43, 31, 26, 0.24);
	}

	50% {
		box-shadow:
			0 0 0 3px color-mix(in srgb, var(--rim-hero-gold) 65%, transparent),
			0 8px 20px rgba(43, 31, 26, 0.3);
	}

	100% {
		box-shadow:
			0 0 0 1px color-mix(in srgb, var(--rim-hero-gold) 50%, transparent),
			0 6px 16px rgba(43, 31, 26, 0.24);
	}
}

.rim-hero-order-bar__search-action.is-pulse {
	animation: rim-hero-action-pulse 0.75s ease;
}

.rim-hero-order-bar__search-action:active {
	transform: scale(0.98);
}

.rim-hero-order-bar__search-action-label {
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.01em;
}

.rim-hero-order-bar__search-action-eta {
	font-size: 0.62rem;
	font-weight: 500;
	line-height: 1.15;
	opacity: 0.88;
}

.rim-hero-order-bar__search-action-arrow {
	display: none;
}

.rim-hero-order-bar.is-suggest-open .rim-hero-order-bar__suggest {
	z-index: 50;
}

.rim-hero-order-bar__suggest {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 12;
	margin: 0;
	padding: 0.2rem 0;
	list-style: none;
	max-height: min(20rem, 58vh);
	overflow: auto;
	border: 1px solid color-mix(in srgb, var(--rim-hero-gold) 45%, var(--rim-hero-burgundy));
	border-top: 0;
	border-radius: 0 0 16px 16px;
	background: #fff;
	box-shadow: 0 18px 36px rgba(43, 31, 26, 0.24);
	animation: rim-hero-suggest-in 0.18s ease;
}

@keyframes rim-hero-suggest-in {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.rim-hero-order-bar__suggest[hidden] {
	display: none !important;
}

.rim-hero-order-bar__suggest-option {
	display: grid;
	grid-template-columns: 3.6rem minmax(0, 1fr) auto;
	gap: 0.45rem 0.65rem;
	align-items: center;
	width: 100%;
	padding: 0.72rem 1rem;
	border: 0;
	border-bottom: 1px solid color-mix(in srgb, var(--rim-hero-burgundy) 6%, #ebe3d8);
	background: transparent;
	color: var(--rim-hero-ink);
	font: inherit;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.rim-hero-order-bar__suggest-option[aria-selected="true"] {
	background: color-mix(in srgb, var(--rim-hero-cream) 55%, #fff);
}

.rim-hero-order-bar__suggest li:last-child .rim-hero-order-bar__suggest-option {
	border-bottom: 0;
}

.rim-hero-order-bar__suggest-plz {
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.rim-hero-order-bar__suggest-name {
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rim-hero-order-bar__suggest-min {
	font-size: 0.82rem;
	font-weight: 600;
	color: color-mix(in srgb, #6b5c55 88%, var(--rim-hero-ink));
	white-space: nowrap;
}

.rim-hero-order-bar__suggest-option:hover,
.rim-hero-order-bar__suggest-option.is-active,
.rim-hero-order-bar__suggest-option[aria-selected="true"] {
	background: var(--rim-hero-burgundy);
	color: var(--rim-hero-cream);
}

.rim-hero-order-bar__suggest-option:hover .rim-hero-order-bar__suggest-min,
.rim-hero-order-bar__suggest-option.is-active .rim-hero-order-bar__suggest-min,
.rim-hero-order-bar__suggest-option[aria-selected="true"] .rim-hero-order-bar__suggest-min {
	color: color-mix(in srgb, var(--rim-hero-cream) 88%, var(--rim-hero-gold));
}

.rim-hero-order-bar__suggest-empty {
	padding: 0.85rem 1rem;
	font-size: 0.86rem;
	font-weight: 600;
	color: color-mix(in srgb, #6b5c55 90%, var(--rim-hero-ink));
}

/* Abholung — standalone action */
.rim-hero-order-bar__pickup {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	flex: 0 0 auto;
	min-width: 8.5rem;
	min-height: 3.35rem;
	padding: 0.55rem 1.15rem;
	border: 2px solid color-mix(in srgb, var(--rim-hero-cream) 70%, var(--rim-hero-gold));
	border-radius: 999px;
	background: color-mix(in srgb, var(--rim-hero-burgundy) 72%, #4f1520);
	color: var(--rim-hero-cream);
	font: inherit;
	cursor: pointer;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.15s ease,
		background-color 0.2s ease,
		opacity 0.2s ease;
}

.rim-hero-order-bar__pickup-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.06rem;
}

.rim-hero-order-bar__pickup:hover,
.rim-hero-order-bar__pickup:focus-visible {
	border-color: var(--rim-hero-cream);
	background: color-mix(in srgb, var(--rim-hero-burgundy) 96%, #4f1520);
	box-shadow:
		0 0 0 1px color-mix(in srgb, var(--rim-hero-gold) 40%, transparent),
		0 6px 16px rgba(43, 31, 26, 0.2);
	outline: none;
}

.rim-hero-order-bar__pickup:active {
	transform: scale(0.98);
}

.rim-hero-order-bar__pickup-label {
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.01em;
}

.rim-hero-order-bar__pickup-eta {
	font-size: 0.68rem;
	font-weight: 500;
	line-height: 1.2;
	opacity: 0.9;
}

.rim-hero-order-bar__pickup-arrow {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
}

.rim-hero-order-bar__message {
	margin: 0.45rem auto 0;
	padding: 0.38rem 0.9rem;
	max-width: 28rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--rim-hero-burgundy) 65%, transparent);
	border: 1px solid color-mix(in srgb, var(--rim-hero-gold) 22%, transparent);
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: color-mix(in srgb, var(--rim-hero-cream) 92%, #fff);
	text-align: center;
}

.rim-hero-order-bar.is-suggest-open .rim-hero-order-bar__message {
	display: none !important;
}

.rim-hero-order-bar__message.is-error {
	color: #ffe8e8;
}

.rim-hero-order-bar__message[hidden] {
	display: none !important;
}

/* Hero placement */
.hero-slider:has(.rim-hero-order-bar.is-suggest-open) {
	overflow: visible;
	z-index: 25;
}

.hero-slider:has(.rim-hero-order-bar.is-suggest-open) .hero-slider__order-bar-wrap {
	z-index: 30;
}

/* Only when the order bar actually renders (not an empty wrap). */
.hero-slider:has(.rim-hero-order-bar) .hero-slider__track {
	min-height: clamp(24rem, 72vw, 36rem);
}

.hero-slider:has(.rim-hero-order-bar) .hero-slider__slide {
	align-items: flex-end;
	justify-content: center;
	padding-top: clamp(2.5rem, 7vw, 4rem);
	/* Leave room for the order bar + slider dots under the CTAs */
	padding-bottom: clamp(9.5rem, 20vw, 12.5rem);
}

.hero-slider:has(.rim-hero-order-bar) .hero-slider__content {
	margin-top: auto;
}

.hero-slider:has(.rim-hero-order-bar) .hero-slider__subtitle {
	margin-bottom: 1.15rem;
}

.hero-slider:has(.rim-hero-order-bar) .hero-slider__dot.is-active {
	background: var(--rim-hero-gold, #d4af37);
	box-shadow:
		0 0 0 2px color-mix(in srgb, var(--rim-hero-gold, #d4af37) 40%, transparent),
		0 0 14px color-mix(in srgb, var(--rim-hero-gold, #d4af37) 55%, transparent);
	transform: scale(1.2);
}

.hero-slider__order-bar-wrap {
	position: absolute;
	bottom: clamp(4.25rem, 14vw, 5.75rem);
	left: 0;
	right: 0;
	z-index: 4;
	padding: 0 clamp(1rem, 3vw, 1.75rem);
	pointer-events: none;
}

.hero-slider__order-bar-wrap .rim-hero-order-bar {
	pointer-events: auto;
}

@media (max-width: 767px) {
	.hero-slider:has(.rim-hero-order-bar) {
		display: flex;
		flex-direction: column;
	}

	.hero-slider:has(.rim-hero-order-bar) .hero-slider__track {
		flex: 0 0 auto;
		min-height: clamp(16rem, 50vw, 22rem);
	}

	.hero-slider:has(.rim-hero-order-bar) .hero-slider__slide {
		padding-top: clamp(2rem, 7vw, 2.75rem);
		padding-bottom: 1rem;
	}

	.hero-slider:has(.rim-hero-order-bar) .hero-slider__title {
		font-size: clamp(1.85rem, 7.5vw, 2.5rem);
		margin-bottom: 0.65rem;
	}

	.hero-slider:has(.rim-hero-order-bar) .hero-slider__subtitle {
		display: none;
	}

	.hero-slider:has(.rim-hero-order-bar) .hero-slider__actions .btn--outline {
		display: none;
	}

	.hero-slider:has(.rim-hero-order-bar) .hero-slider__actions {
		margin-top: 0.35rem;
	}

	.hero-slider:has(.rim-hero-order-bar) .hero-slider__order-bar-wrap {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		order: 2;
		margin-top: -0.25rem;
		padding: 0 0.85rem 0.35rem;
	}

	.hero-slider:has(.rim-hero-order-bar) .hero-slider__controls {
		position: relative;
		bottom: auto;
		left: auto;
		order: 3;
		justify-content: center;
		padding: 0.35rem 0 0.75rem;
		transform: none;
		z-index: 1;
	}

	.hero-slider:has(.rim-hero-order-bar) .hero-slider__btn--prev,
	.hero-slider:has(.rim-hero-order-bar) .hero-slider__btn--next {
		display: none;
	}

	.hero-slider:has(.rim-hero-order-bar) .hero-slider__dot.is-active {
		box-shadow:
			0 0 0 2px color-mix(in srgb, var(--rim-hero-gold, #d4af37) 35%, transparent),
			0 0 8px color-mix(in srgb, var(--rim-hero-gold, #d4af37) 40%, transparent);
		transform: scale(1.1);
	}

	.rim-hero-order-bar__glass {
		border-radius: 1.25rem;
		padding: 0.6rem;
	}

	.rim-hero-order-bar__row {
		flex-direction: column;
		gap: 0.45rem;
	}

	.rim-hero-order-bar__search {
		min-height: 3.1rem;
		padding-left: 0.75rem;
	}

	.rim-hero-order-bar__search-action {
		min-width: 5.5rem;
		padding: 0.4rem 0.65rem;
	}

	.rim-hero-order-bar__search-action-label {
		font-size: 0.82rem;
	}

	.rim-hero-order-bar__search-action-eta {
		font-size: 0.58rem;
	}

	.rim-hero-order-bar__pickup {
		width: 100%;
		justify-content: center;
		min-height: 3rem;
		padding: 0.65rem 1rem;
	}

	.rim-hero-order-bar__pickup-inner {
		align-items: center;
	}

	.rim-hero-order-bar.is-suggest-open .rim-hero-order-bar__search-action {
		min-width: 2.65rem;
		padding: 0.4rem 0.5rem;
	}

	.rim-hero-order-bar.is-suggest-open .rim-hero-order-bar__search-action-arrow {
		font-size: 1.15rem;
	}

	.rim-hero-order-bar__suggest {
		max-height: min(14rem, 42vh);
		border-radius: 0 0 14px 14px;
	}

	.rim-hero-order-bar__search-input {
		font-size: 0.88rem;
	}

	.rim-hero-order-bar__suggest-option {
		grid-template-columns: 2.85rem minmax(0, 1fr) auto;
		gap: 0.3rem 0.45rem;
		padding: 0.72rem 0.85rem;
		align-items: center;
	}

	.rim-hero-order-bar__suggest-min {
		grid-column: auto;
		justify-self: end;
		margin-top: 0;
		font-size: 0.76rem;
	}
}

@media (max-width: 479px) {
	.rim-hero-order-bar__search-action {
		min-width: 4.85rem;
		padding: 0.38rem 0.55rem;
	}

	.rim-hero-order-bar__search-action-label {
		font-size: 0.78rem;
	}

	.rim-hero-order-bar__pickup-label {
		font-size: 0.9rem;
	}

	.rim-hero-order-bar__suggest-plz,
	.rim-hero-order-bar__suggest-name {
		font-size: 0.84rem;
	}

	.rim-hero-order-bar__selection-ort {
		font-size: 0.9rem;
	}

	.rim-hero-order-bar__selection-min {
		font-size: 0.74rem;
	}
}

@media (min-width: 768px) {
	.rim-hero-order-bar__glass {
		border-radius: 1.35rem;
		padding: 0.55rem;
	}

	.rim-hero-order-bar__search {
		min-height: 3.5rem;
		padding-left: 1rem;
	}

	.rim-hero-order-bar__search-input {
		font-size: 0.95rem;
	}

	.rim-hero-order-bar__search-action {
		min-width: 7.25rem;
		padding: 0.5rem 1rem;
	}

	.rim-hero-order-bar__pickup {
		min-width: 9.5rem;
		min-height: 3.5rem;
		padding: 0.55rem 1.35rem;
	}

	.rim-hero-order-bar__suggest {
		border-radius: 0 0 18px 18px;
	}

	.hero-slider__track {
		min-height: clamp(24rem, 52vw, 36rem);
	}
}
