/* Rir tools mobile header menu/drawer/animation styles (deferred). @version 1.5.88 */
.rrthf-mega__items,
.rrthf-mobile-nav__items{display: grid;
	grid-template-columns: repeat(auto-fill, minmax(138px, 1fr));
	gap: 12px;}
.rrthf-menu-card{display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 70px;
	padding: 8px;
	border: 1px solid var(--rrthf-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(30, 59, 102, 0.06);}
.rrthf-menu-card:hover{border-color: var(--rrthf-brand);}
.rrthf-menu-card__image{display: block;
	width: 54px;
	height: 54px;
	overflow: hidden;
	border-radius: 12px;
	background: var(--rrthf-soft);}
.rrthf-menu-card__image img{display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;}
.rrthf-menu-card__title{display: -webkit-box;
	overflow: hidden;
	color: var(--rrthf-navy);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;}
.rrthf-menu-card__price{display: block;
	margin-top: 3px;
	color: var(--rrthf-brand);
	font-size: 12px;
	font-weight: 800;}
.rrthf-menu-panel__overlay,
.rrthf-locale__overlay,
.rrthf-cart__overlay{position: absolute;
	inset: 0;
	background: rgba(7, 18, 32, 0.54);
	backdrop-filter: blur(2px);}
.rrthf-menu-panel__content,
.rrthf-locale__dialog,
.rrthf-cart__drawer{position: absolute;
	background: #fff;
	box-shadow: var(--rrthf-shadow);}
.rrthf-menu-panel__top,
.rrthf-locale__top,
.rrthf-cart__top{display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: var(--rrthf-navy);}
.rrthf-menu-panel__top strong,
.rrthf-locale__top strong,
.rrthf-cart__top strong{font-size: 20px;}
.rrthf-menu-panel .rrthf-search{flex: 0 0 auto;}
.rrthf-mobile-nav{display: grid;
	grid-template-columns: 94px minmax(0, 1fr);
	gap: 10px;
	min-height: 340px;}
.rrthf-mobile-nav__tabs{display: flex;
	flex-direction: column;
	gap: 7px;}
.rrthf-mobile-nav__tabs button{padding: 10px 6px;
	border: 1px solid var(--rrthf-border);
	border-radius: 12px;
	background: var(--rrthf-soft);
	color: var(--rrthf-navy);
	font-size: 12px;
	font-weight: 800;
	text-align: left;
	cursor: pointer;}
.rrthf-mobile-nav__tabs button.is-active{border-color: var(--rrthf-brand);
	background: var(--rrthf-brand);
	color: #fff;}
.rrthf-mobile-nav__panels{overflow: auto;
	max-height: 58vh;
	padding-right: 2px;}
.rrthf-mobile-nav__panel{display: none;}
.rrthf-mobile-nav__panel.is-active{display: block;}
.rrthf-mobile-nav__group + .rrthf-mobile-nav__group{margin-top: 18px;}
.rrthf-mobile-nav__group h3{margin: 0 0 10px;
	color: var(--rrthf-navy);
	font-size: 15px;}
.rrthf-menu-panel__quick .rrthf-links{display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;}
.rrthf-menu-panel__quick .rrthf-links a,
.rrthf-menu-panel__quick .rrthf-locale-toggle{justify-content: flex-start;
	padding: 11px;
	border: 1px solid var(--rrthf-border);
	border-radius: 14px;}
.rrthf-field{display: grid;
	gap: 7px;
	margin-top: 14px;
	color: var(--rrthf-navy);
	font-weight: 800;}
.rrthf-field select{width: 100%;
	min-height: 44px;
	border: 1px solid var(--rrthf-border);
	border-radius: 12px;
	background: #fff;
	color: var(--rrthf-text);}
.rrthf-cart__drawer{top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	width: min(100vw, 430px);
	padding: 18px;}
.rrthf-cart__body{flex: 1;
	overflow: auto;
	padding-top: 12px;}
.rrthf-button{display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	border: 0;
	border-radius: 999px;
	font-weight: 900;
	text-align: center;
	cursor: pointer;}
.rrthf-button--secondary{background: var(--rrthf-soft);
	color: var(--rrthf-navy);}
.rrthf-button--checkout{background: #239add;
	color: #fff;}
body.rrthf-lock{overflow: hidden;}
@media (max-width: 960px){.rrthf-menu-card{grid-template-columns: 1fr;
		align-items: start;
		min-height: 0;}
.rrthf-menu-card__image{width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;}
.rrthf-mobile-nav__items{grid-template-columns: repeat(2, minmax(0, 1fr));}}
.rrthf-nav__tab.is-open > .rrthf-mega{opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: none;}
.rrthf-round-btn{width: 42px;
	height: 42px;
	font-size: 30px;
	line-height: 1;}
.rrthf-menu-panel__top .rrthf-round-btn,
.rrthf-cart__top .rrthf-round-btn,
.rrthf-locale__top .rrthf-round-btn{width: 46px;
	height: 46px;
	font-size: 34px;}
.rrthf-menu-panel__quick .rrthf-links a,
.rrthf-menu-panel__quick .rrthf-locale-toggle{align-items: center;
	justify-content: center;
	background: #fff;}
.rrthf-menu-panel__quick .rrthf-links a:hover,
.rrthf-menu-panel__quick .rrthf-links a:focus-visible,
.rrthf-menu-panel__quick .rrthf-locale-toggle:hover,
.rrthf-menu-panel__quick .rrthf-locale-toggle:focus-visible{border-color: var(--rrthf-brand);
	color: var(--rrthf-brand);}
.rrthf-field--select{position: relative;}
.rrthf-field--select::after{position: absolute;
	right: 14px;
	bottom: 14px;
	color: var(--rrthf-navy);
	font-size: 13px;
	pointer-events: none;
	content: "▾";}
.rrthf-field__label{display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 14px;
	font-weight: 800;}
.rrthf-field select{appearance: none;
	min-height: 50px;
	padding: 0 42px 0 14px;
	border-width: 2px;
	font-weight: 800;}
.rrthf-field select:focus{border-color: var(--rrthf-brand);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(35, 154, 221, 0.14);}
.rrthf-field--language::after{display: none;}
.rrthf-cart__drawer{right: auto;
	left: 0;
	width: min(100vw, 460px);
	padding: 0;
	animation: rrthf-slide-in-left 220ms ease both;}
.rrthf-cart__top{position: sticky;
	top: 0;
	z-index: 2;
	padding: 18px;
	background: #fff;
	border-bottom: 1px solid var(--rrthf-border);}
.rrthf-cart__body{display: flex;
	min-height: 0;
	padding: 0;
	overflow: hidden;}
@keyframes rrthf-slide-in-left{from{transform: translateX(-100%);}to{transform: translateX(0);}}
@keyframes rrthf-pop-in{from{opacity: 0;
		transform: translate(-50%, calc(-50% + 8px)) scale(0.98);}to{opacity: 1;
		transform: translate(-50%, -50%) scale(1);}}
@media (max-width: 960px){.rrthf-mobile-nav{grid-template-columns: 106px minmax(0, 1fr);}
.rrthf-mobile-nav__tabs button{padding: 13px 8px;
		font-size: 15px;
		line-height: 1.25;}
.rrthf-mobile-nav__group h3{font-size: 17px;}
.rrthf-mobile-nav__items{gap: 12px;}
.rrthf-menu-card{padding: 10px;}
.rrthf-menu-card__title{font-size: 16px;
		line-height: 1.3;}
.rrthf-menu-card__price{font-size: 14px;}
.rrthf-menu-card:active,
	.rrthf-menu-card:focus-visible{border-color: var(--rrthf-brand);
		box-shadow: 0 0 0 3px rgba(35, 154, 221, 0.14);}
.rrthf-menu-panel__quick .rrthf-links{grid-template-columns: repeat(2, minmax(0, 1fr));}
.rrthf-menu-panel__quick .rrthf-links a,
	.rrthf-menu-panel__quick .rrthf-locale-toggle{min-height: 76px;
		font-size: 14px;}}
@media (max-width: 600px){.rrthf-cart__drawer,
	.rrthf-menu-panel__content{width: min(94vw, 430px);}
.rrthf-mobile-nav__items{grid-template-columns: repeat(2, minmax(0, 1fr));}}
.rrthf-cart__drawer{right: 0 !important;
	left: auto !important;
	width: min(100vw, 460px);
	padding: 0;
	animation: rrthf-slide-in-right 140ms ease-out both;
	will-change: auto;}
@keyframes rrthf-slide-in-right{from{transform: translate3d(100%, 0, 0);}to{transform: translate3d(0, 0, 0);}}
@media (max-width: 960px){.rrthf-menu-panel .rrthf-search input[type="search"],
	.rrthf-menu-panel .rrthf-search button{min-height: 40px;}
.rrthf-mobile-nav{grid-template-columns: 78px minmax(0, 1fr);
		min-height: 0;
		height: 100%;}
.rrthf-mobile-nav__tabs{gap: 5px;
		overflow: auto;}
.rrthf-mobile-nav__tabs button{padding: 9px 6px;
		font-size: 12px;}
.rrthf-mobile-nav__panels{min-height: 0;
		max-height: none;
		overflow: auto;}
.rrthf-mobile-nav__items{gap: 10px;}
.rrthf-mobile-nav .rrthf-menu-card__image{width: 68px;
		height: 68px;}
.rrthf-menu-panel__quick .rrthf-links{grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 6px;}
.rrthf-menu-panel__quick .rrthf-links a,
	.rrthf-menu-panel__quick .rrthf-locale-toggle{min-height: 42px;
		padding: 6px;
		font-size: 12px;}}
@media (max-width: 600px){.rrthf-mobile-nav{grid-template-columns: 72px minmax(0, 1fr);}
.rrthf-mobile-nav__items{grid-template-columns: 1fr;}
.rrthf-mobile-nav .rrthf-menu-card{grid-template-columns: 78px minmax(0, 1fr);}
.rrthf-mobile-nav .rrthf-menu-card__image{width: 78px;
		height: 78px;}}
.rrthf-nav .rrthf-mega__group h3,
.rrthf-nav .rrthf-mega__label,
.rrthf-nav .rrthf-menu-card__title{color: var(--rrthf-panel-text);}
.rrthf-nav .rrthf-menu-card{border-color: var(--rrthf-panel-border);
	background: var(--rrthf-panel-card-bg);
	color: var(--rrthf-panel-text);
	box-shadow: none;}
.rrthf-nav .rrthf-menu-card:hover,
.rrthf-nav .rrthf-menu-card:focus-visible{border-color: var(--rrthf-brand);}
.rrthf-nav .rrthf-menu-card__price{color: var(--rrthf-brand);}
.rrthf-menu-card__image.is-lazy-image::before{display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: var(--rrthf-panel-placeholder, #edf4fa);
	content: "";}
.rrthf-menu-card__image.is-loaded::before{display: none;}
.rrthf-menu-card__img{display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;}
.rrthf-field--language{display: grid;
	gap: 8px;}
.rrthf-nav__tab:not(.is-open) > .rrthf-mega{opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transform: translateY(8px) !important;}
.rrthf-nav__tab.is-open > .rrthf-mega{position: fixed;
	top: var(--rrthf-mega-top, calc(var(--rrthf-admin-offset, 0px) + var(--rrthf-notice-height, 0px) + 50px));
	left: 0;
	right: 0;
	margin-inline: auto;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: none;}
@media (max-width: 960px){.rrthf-menu-panel__quick .rrthf-links{display: contents;}
.rrthf-menu-panel__quick > .rrthf-locale-toggle,
	.rrthf-menu-panel__quick .rrthf-links a:first-child{grid-column: span 3;}
.rrthf-menu-panel__quick .rrthf-links a:nth-child(n/**/+2){grid-column: span 2;}
.rrthf-menu-panel__quick .rrthf-links a,
	.rrthf-menu-panel__quick .rrthf-locale-toggle{display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-width: 0;
		min-height: 56px;
		padding: 8px 6px;
		border-radius: 14px;
		font-size: 12px;
		line-height: 1.15;
		text-align: center;
		white-space: normal;}
.rrthf-menu-panel__quick .rrthf-links a > span:first-child,
	.rrthf-menu-panel__quick .rrthf-locale-toggle > span:first-child{font-size: 20px;}
.rrthf-mobile-nav__panels{scroll-behavior: auto;
		overscroll-behavior: contain;}}
@media (max-width: 380px){.rrthf-menu-panel__quick .rrthf-links a,
	.rrthf-menu-panel__quick .rrthf-locale-toggle{min-height: 52px;
		font-size: 11px;}}
@media (max-width: 960px){.rrthf-menu-panel .rrthf-search{margin-top: -3px;}
.rrthf-menu-panel__quick .rrthf-links a,
	.rrthf-menu-panel__quick .rrthf-locale-toggle{min-height: 54px;}
.rrthf-menu-panel__quick .rrthf-links a .rrthf-svg-icon,
	.rrthf-menu-panel__quick .rrthf-locale-toggle .rrthf-svg-icon{width: 20px;
		height: 20px;}}
@media (max-width: 960px) and (max-height: 680px){.rrthf-menu-panel .rrthf-search input[type="search"],
	.rrthf-menu-panel .rrthf-search button{min-height: 38px;}
.rrthf-menu-panel__quick .rrthf-links a,
	.rrthf-menu-panel__quick .rrthf-locale-toggle{min-height: 44px;
		padding: 5px 4px;
		font-size: 11px;}
.rrthf-menu-panel__quick .rrthf-links a .rrthf-svg-icon,
	.rrthf-menu-panel__quick .rrthf-locale-toggle .rrthf-svg-icon{width: 18px;
		height: 18px;}}
@media (max-width: 960px){.rrthf-mobile-nav__tabs{padding-right: 8px;}
.rrthf-mobile-nav__tabs button{position: relative;
		margin-right: 6px;
		padding-right: 10px;
		border-radius: 12px 7px 7px 12px;}
.rrthf-mobile-nav__tabs button::after{position: absolute;
		top: 50%;
		right: -7px;
		width: 0;
		height: 0;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 7px solid var(--rrthf-soft);
		content: "";
		transform: translateY(-50%);}
.rrthf-mobile-nav__tabs button.is-active::after{border-left-color: var(--rrthf-brand);}}
.rrthf-nav__tab.is-open > .rrthf-mega{top: var(--rrthf-mega-top, calc(var(--rrthf-admin-offset, 0px) + var(--rrthf-notice-height, 0px) + 50px));
	border-top-left-radius: 0;
	border-top-right-radius: 0;}
@media (max-width: 960px){.rrthf-menu-panel__top,
	.rrthf-menu-panel .rrthf-search{position: relative;
		z-index: 3;
		transform: translateY(-5px);}
.rrthf-menu-panel .rrthf-search{margin-top: -2px;
		margin-bottom: 4px;}
.rrthf-mobile-nav{grid-template-columns: 92px minmax(0, 1fr);}
.rrthf-mobile-nav__tabs{padding-right: 11px;}
.rrthf-mobile-nav__tabs button{margin-right: 9px;
		padding: 9px 9px 9px 8px;
		border-color: var(--rrthf-border);
		border-radius: 12px 8px 8px 12px;
		white-space: nowrap;}
.rrthf-mobile-nav__tabs button::before,
	.rrthf-mobile-nav__tabs button::after{position: absolute;
		top: 50%;
		width: 0;
		height: 0;
		content: "";
		transform: translateY(-50%);}
.rrthf-mobile-nav__tabs button::before{right: -10px;
		border-top: 9px solid transparent;
		border-bottom: 9px solid transparent;
		border-left: 9px solid var(--rrthf-border);}
.rrthf-mobile-nav__tabs button::after{right: -8px;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 8px solid var(--rrthf-soft);}
.rrthf-mobile-nav__tabs button.is-active::before{border-left-color: var(--rrthf-brand);}
.rrthf-mobile-nav__tabs button.is-active::after{border-left-color: var(--rrthf-brand);}}
@media (max-width: 380px){.rrthf-mobile-nav{grid-template-columns: 86px minmax(0, 1fr);}
.rrthf-mobile-nav__tabs button{padding-inline: 7px 8px;
		font-size: 11px;}}
.rrthf-nav.is-overlay-open{z-index: 2147482990;}
.rrthf-menu-card--no-image,
.rrthf-menu-card--type-custom{grid-template-columns: 1fr;
	align-items: center;
	justify-items: center;
	text-align: center;}
.rrthf-menu-card--no-image .rrthf-menu-card__text,
.rrthf-menu-card--type-custom .rrthf-menu-card__text{display: grid;
	align-items: center;
	justify-items: center;
	min-height: 42px;}
.rrthf-menu-card--no-image .rrthf-menu-card__title,
.rrthf-menu-card--type-custom .rrthf-menu-card__title{display: block;
	overflow: visible;
	-webkit-line-clamp: initial;}
@media (max-width: 960px){.rrthf-mobile-nav__tabs button{display: flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		font-size: 13px;
		line-height: 1.12;
		text-align: center;
		word-break: normal;
		overflow-wrap: normal;}
.rrthf-mobile-nav__tab:not(.rrthf-mobile-nav__tab--kids){white-space: nowrap;}
.rrthf-mobile-nav__tab--kids{white-space: normal;}
.rrthf-mobile-nav__items{grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		align-items: stretch;}
.rrthf-mobile-nav .rrthf-menu-card{min-width: 0;}
.rrthf-mobile-nav .rrthf-menu-card--type-product{grid-template-columns: 1fr;
		align-items: stretch;
		gap: 7px;
		min-height: 0;
		padding: 6px;
		text-align: center;}
.rrthf-mobile-nav .rrthf-menu-card--type-product .rrthf-menu-card__image{width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
		border-radius: 12px;}
.rrthf-mobile-nav .rrthf-menu-card--type-product .rrthf-menu-card__text{display: grid;
		gap: 2px;
		align-content: start;
		min-width: 0;}
.rrthf-mobile-nav .rrthf-menu-card--type-product .rrthf-menu-card__title{font-size: 13.5px;
		line-height: 1.18;
		-webkit-line-clamp: 2;}
.rrthf-mobile-nav .rrthf-menu-card--type-product .rrthf-menu-card__price{margin-top: 0;
		font-size: 12px;
		line-height: 1.15;}
.rrthf-mobile-nav .rrthf-menu-card--type-category,
	.rrthf-mobile-nav .rrthf-menu-card--type-custom,
	.rrthf-mobile-nav .rrthf-menu-card--no-image{grid-column: 1 / -1;
		justify-content: center;
		min-height: 52px;
		text-align: center;}
.rrthf-mobile-nav .rrthf-menu-card--type-category:not(.rrthf-menu-card--no-image){grid-template-columns: 64px minmax(0, 1fr);
		text-align: left;}
.rrthf-mobile-nav .rrthf-menu-card--type-category .rrthf-menu-card__image{width: 64px;
		height: 64px;}
.rrthf-mobile-nav .rrthf-menu-card--type-custom .rrthf-menu-card__text,
	.rrthf-mobile-nav .rrthf-menu-card--no-image .rrthf-menu-card__text{place-items: center;
		width: 100%;
		min-height: 36px;}}
@media (max-width: 600px){.rrthf-mobile-nav__items{grid-template-columns: repeat(2, minmax(0, 1fr));}
.rrthf-mobile-nav .rrthf-menu-card--type-product{grid-template-columns: 1fr;}
.rrthf-mobile-nav .rrthf-menu-card--type-product .rrthf-menu-card__image{width: 100%;
		height: auto;}}
@media (max-width: 380px){.rrthf-mobile-nav__tabs button{font-size: 12px;}
.rrthf-mobile-nav .rrthf-menu-card--type-product .rrthf-menu-card__title{font-size: 12.5px;}}
.rrthf-nav__tab.is-open > .rrthf-mega{top: var(--rrthf-mega-top, calc(var(--rrthf-admin-offset, 0px) + var(--rrthf-notice-height, 0px) + 50px));
	margin-top: 0;
	border-top: 0;
	transform: none;}
.rrthf-menu-card--two-col-equal{grid-template-columns: 1fr;
	align-items: stretch;
	justify-items: center;
	min-height: 82px;
	text-align: center;}
.rrthf-menu-card--two-col-equal .rrthf-menu-card__text{display: grid;
	align-content: center;
	justify-items: center;
	width: 100%;
	min-height: 54px;}
.rrthf-menu-card--two-col-equal .rrthf-menu-card__title{display: block;
	overflow: visible;
	text-align: center;
	-webkit-line-clamp: initial;}
@media (max-width: 960px){.rrthf-mobile-nav__label-split{display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 1px;
		line-height: 1.04;
		white-space: normal;}
.rrthf-mobile-nav__tab--kids{min-height: 50px;
		white-space: normal;}
.rrthf-mobile-nav .rrthf-menu-card--two-col-equal{grid-column: auto;
		grid-template-columns: 1fr;
		align-items: stretch;
		justify-content: center;
		min-height: clamp(132px, 42vw, 190px);
		padding: 6px;
		text-align: center;}
.rrthf-mobile-nav .rrthf-menu-card--two-col-equal .rrthf-menu-card__text{align-content: center;
		min-height: 100%;}
.rrthf-mobile-nav .rrthf-menu-card--two-col-equal .rrthf-menu-card__title{font-size: 13.5px;
		line-height: 1.18;}}
.rrthf-nav.is-stuck.is-overlay-open{position: sticky !important;
	top: calc(var(--rrthf-admin-offset, 0px) + var(--rrthf-notice-height, 0px)) !important;
	left: auto !important;
	right: auto !important;
	width: auto !important;}
.rrthf-mobile-nav__items--two-col-equal{grid-template-columns: repeat(2, minmax(0, 1fr));}
@media (max-width: 960px){.rrthf-mobile-nav__tab--kids .rrthf-mobile-nav__label-split > span{display: block;}
.rrthf-mobile-nav .rrthf-menu-card--two-col-equal{min-height: clamp(170px, 48vw, 230px);}}
body.rrthf-mega-open .rrthf-header,
body.rrthf-mega-open .rrthf-notice,
body.rrthf-mega-open .rrthf-nav,
body.rrthf-mega-open .rrthf-mega{isolation: isolate;}
body.rrthf-mega-open .rrthf-header,
body.rrthf-mega-open .rrthf-notice,
body.rrthf-mega-open .rrthf-nav{z-index: 2147482990;}
.rrthf-nav__tab.is-open > .rrthf-mega{top: var(--rrthf-mega-top, calc(var(--rrthf-admin-offset, 0px) + var(--rrthf-notice-height, 0px) + 50px)) !important;
	margin-top: 0 !important;
	transform: none !important;}
.rrthf-nav .rrthf-menu-card{transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;}
.rrthf-nav .rrthf-menu-card:hover,
.rrthf-nav .rrthf-menu-card:focus-visible{border-color: #0c5f9c;
	box-shadow:
		0 0 0 1px rgba(12, 95, 156, 0.52),
		0 8px 20px rgba(30, 59, 102, 0.12);
	transform: translateY(-1px);}
.rrthf-nav .rrthf-menu-card--custom-height,
.rrthf-menu-panel .rrthf-menu-card--custom-height{min-height: var(--rrthf-menu-bg-height, 70px);}
.rrthf-nav .rrthf-menu-card--has-bg,
.rrthf-menu-panel .rrthf-menu-card--has-bg{position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: stretch;
	justify-items: stretch;
	overflow: hidden;
	min-height: var(--rrthf-menu-bg-height, 112px);
	padding: 0;
	border-color: rgba(30, 59, 102, 0.18);
	background:
		linear-gradient(180deg, rgba(12, 35, 62, 0.22), rgba(12, 35, 62, 0.54)),
		var(--rrthf-menu-bg-image, linear-gradient(135deg, #239add, #1e3b66));
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;}
.rrthf-nav .rrthf-menu-card--has-bg .rrthf-menu-card__image,
.rrthf-menu-panel .rrthf-menu-card--has-bg .rrthf-menu-card__image{display: none;}
.rrthf-nav .rrthf-menu-card--has-bg .rrthf-menu-card__text,
.rrthf-menu-panel .rrthf-menu-card--has-bg .rrthf-menu-card__text{display: grid;
	align-content: center;
	justify-items: center;
	min-height: 100%;
	min-width: 0;
	padding: 14px;
	background: linear-gradient(180deg, rgba(30, 59, 102, 0.08), rgba(30, 59, 102, 0.28));}
.rrthf-nav .rrthf-menu-card--has-bg .rrthf-menu-card__title,
.rrthf-menu-panel .rrthf-menu-card--has-bg .rrthf-menu-card__title,
.rrthf-nav .rrthf-menu-card--has-bg .rrthf-menu-card__price,
.rrthf-menu-panel .rrthf-menu-card--has-bg .rrthf-menu-card__price{color: #fff;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.38);}
.rrthf-nav .rrthf-menu-card--has-bg:hover,
.rrthf-nav .rrthf-menu-card--has-bg:focus-visible,
.rrthf-menu-panel .rrthf-menu-card--has-bg:hover,
.rrthf-menu-panel .rrthf-menu-card--has-bg:focus-visible{border-color: rgba(255, 255, 255, 0.72);
	box-shadow:
		0 0 0 1px rgba(35, 154, 221, 0.42),
		0 10px 24px rgba(30, 59, 102, 0.16);}
@media (max-width: 960px){.rrthf-nav .rrthf-menu-card--custom-height,
	.rrthf-menu-panel .rrthf-menu-card--custom-height,
	.rrthf-nav .rrthf-menu-card--has-bg,
	.rrthf-menu-panel .rrthf-menu-card--has-bg{min-height: var(--rrthf-menu-bg-height-mobile, var(--rrthf-menu-bg-height, 104px));}}
.rrthf-cart__top{min-height: 52px;
	padding: 12px 16px;}
.rrthf-cart__top strong{font-size: 18px;
	line-height: 1.2;}
.rrthf-cart__top .rrthf-round-btn{width: 28px;
	height: 28px;}
.rrthf-menu-card--type-custom.rrthf-menu-card--has-image:not(.rrthf-menu-card--button):not(.rrthf-menu-card--has-bg){grid-template-columns: 54px minmax(0, 1fr);
	align-items: center;
	justify-items: stretch;
	text-align: left;}
.rrthf-menu-card--type-custom.rrthf-menu-card--has-image:not(.rrthf-menu-card--button):not(.rrthf-menu-card--has-bg) .rrthf-menu-card__text{display: grid;
	align-content: center;
	justify-items: start;
	min-height: 54px;
	min-width: 0;}
.rrthf-menu-card--button{display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	width: auto;
	min-width: 128px;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 999px;
	background: var(--rrthf-brand);
	color: #fff;
	box-shadow: 0 8px 18px rgba(35, 154, 221, 0.18);
	text-align: center;}
.rrthf-menu-card--button-view-all{background: var(--rrthf-navy);}
.rrthf-menu-card--button .rrthf-menu-card__text{display: inline-grid;
	align-content: center;
	justify-items: center;
	min-height: 1px;}
.rrthf-menu-card--button .rrthf-menu-card__title{display: block;
	overflow: visible;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	-webkit-line-clamp: initial;}
.rrthf-menu-card--button:hover,
.rrthf-menu-card--button:focus-visible{border-color: transparent;
	color: #fff;
	transform: translateY(-1px);}
@media (max-width: 960px){.rrthf-mobile-nav__tabs{gap: 6px;}
.rrthf-mobile-nav__tabs button{min-height: 42px;}
.rrthf-mobile-nav .rrthf-menu-card--type-category.rrthf-menu-card--has-image:not(.rrthf-menu-card--button):not(.rrthf-menu-card--has-bg),
	.rrthf-mobile-nav .rrthf-menu-card--type-custom.rrthf-menu-card--has-image:not(.rrthf-menu-card--button):not(.rrthf-menu-card--has-bg){grid-column: 1 / -1;
		grid-template-columns: 64px minmax(0, 1fr);
		align-items: center;
		justify-content: stretch;
		text-align: left;}
.rrthf-mobile-nav .rrthf-menu-card--type-custom.rrthf-menu-card--has-image:not(.rrthf-menu-card--button):not(.rrthf-menu-card--has-bg) .rrthf-menu-card__image{width: 64px;
		height: 64px;}
.rrthf-mobile-nav .rrthf-menu-card--type-category.rrthf-menu-card--has-image:not(.rrthf-menu-card--button):not(.rrthf-menu-card--has-bg) .rrthf-menu-card__text,
	.rrthf-mobile-nav .rrthf-menu-card--type-custom.rrthf-menu-card--has-image:not(.rrthf-menu-card--button):not(.rrthf-menu-card--has-bg) .rrthf-menu-card__text{display: grid;
		align-content: center;
		justify-items: start;
		min-height: 64px;
		min-width: 0;}
.rrthf-mobile-nav .rrthf-menu-card--type-category.rrthf-menu-card--has-image:not(.rrthf-menu-card--button):not(.rrthf-menu-card--has-bg) .rrthf-menu-card__title,
	.rrthf-mobile-nav .rrthf-menu-card--type-custom.rrthf-menu-card--has-image:not(.rrthf-menu-card--button):not(.rrthf-menu-card--has-bg) .rrthf-menu-card__title{display: -webkit-box;
		text-align: left;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;}
.rrthf-mobile-nav .rrthf-menu-card--button{grid-column: 1 / -1;
		min-height: 42px;
		padding-block: 0;}
.rrthf-mobile-nav .rrthf-menu-card--button .rrthf-menu-card__text{min-height: 1px;}}
.rrthf-nav .rrthf-mega .rrthf-menu-card--button,
.rrthf-menu-panel .rrthf-mobile-nav .rrthf-menu-card--button{display: inline-flex;
	grid-template-columns: none;
	align-items: center;
	justify-content: center;
	justify-self: center;
	align-self: center;
	width: max-content;
	max-width: 100%;
	min-width: 112px;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid rgba(30, 59, 102, 0.24);
	border-radius: 999px;
	background: rgba(30, 59, 102, 0.06);
	color: var(--rrthf-navy);
	box-shadow: none;
	line-height: 1;
	text-align: center;
	transform: none;}
.rrthf-nav .rrthf-mega .rrthf-menu-card--button-view-more,
.rrthf-nav .rrthf-mega .rrthf-menu-card--button-view-all,
.rrthf-menu-panel .rrthf-mobile-nav .rrthf-menu-card--button-view-more,
.rrthf-menu-panel .rrthf-mobile-nav .rrthf-menu-card--button-view-all{background: rgba(30, 59, 102, 0.06);
	color: var(--rrthf-navy);}
.rrthf-nav .rrthf-mega .rrthf-menu-card--button .rrthf-menu-card__text,
.rrthf-menu-panel .rrthf-mobile-nav .rrthf-menu-card--button .rrthf-menu-card__text{display: inline-grid;
	align-content: center;
	justify-items: center;
	width: auto;
	min-height: 1px;}
.rrthf-nav .rrthf-mega .rrthf-menu-card--button .rrthf-menu-card__title,
.rrthf-menu-panel .rrthf-mobile-nav .rrthf-menu-card--button .rrthf-menu-card__title{display: block;
	overflow: visible;
	color: var(--rrthf-navy);
	font-size: 13px;
	line-height: 1;
	text-align: center;
	-webkit-line-clamp: initial;}
.rrthf-nav .rrthf-mega .rrthf-menu-card--button:hover,
.rrthf-nav .rrthf-mega .rrthf-menu-card--button:focus-visible,
.rrthf-menu-panel .rrthf-mobile-nav .rrthf-menu-card--button:hover,
.rrthf-menu-panel .rrthf-mobile-nav .rrthf-menu-card--button:focus-visible{border-color: rgba(30, 59, 102, 0.34);
	background: rgba(30, 59, 102, 0.1);
	color: var(--rrthf-navy);
	box-shadow: none;
	transform: none;}
@media (max-width: 960px){.rrthf-menu-panel .rrthf-mobile-nav .rrthf-menu-card--button{grid-column: 1 / -1;
		min-height: 40px;
		padding-block: 0;}}
.rrthf-nav .rrthf-mega .rrthf-menu-card--type-product .rrthf-menu-card__title,
.rrthf-menu-panel .rrthf-mobile-nav .rrthf-menu-card--type-product .rrthf-menu-card__title{font-weight: 600;
	overflow-wrap: normal;
	word-break: normal;}
.rrthf-nav .rrthf-mega .rrthf-menu-card--type-product .rrthf-menu-card__price,
.rrthf-menu-panel .rrthf-mobile-nav .rrthf-menu-card--type-product .rrthf-menu-card__price{font-weight: 600;}
.rrthf-menu-loading,
.rrthf-menu-error,
.rrthf-menu-empty{display: grid;
	min-height: 96px;
	margin: 0;
	padding: 18px;
	align-items: center;
	justify-items: center;
	color: var(--rrthf-navy);
	font-weight: 800;
	text-align: center;}
.rrthf-menu-error{color: #8b1e1e;}
.rrthf-mega.is-loading,
.rrthf-mobile-nav__panel.is-loading{cursor: progress;}
.rrthf-mobile-nav__panel.is-deferred .rrthf-menu-loading{min-height: 180px;}
