body.cr-app-mode-active {
	background: var(--cr-background);
	color: var(--cr-text);
	font-family: var(--cr-font, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

body.cr-app-mode-active *,
body.cr-app-mode-active *::before,
body.cr-app-mode-active *::after {
	box-sizing: border-box;
}

.cr-app-layout {
	--cr-app-primary: var(--cr-primary);
	--cr-app-secondary: var(--cr-secondary);
	--cr-app-background: var(--cr-background);
	--cr-app-surface: var(--cr-surface);
	--cr-app-text: var(--cr-text);
	--cr-app-button: var(--cr-button);
	--cr-app-active-button: var(--cr-button-active);
	--cr-app-floating-offset: calc(var(--cr-app-footer-height, 0px) + 20px + env(safe-area-inset-bottom));
	--cr-app-radius: var(--cr-radius, 8px);
	--cr-app-border: var(--cr-border);
	--cr-app-muted: var(--cr-muted);
	min-height: 100vh;
	max-width: 100%;
	overflow-x: clip;
	background: var(--cr-app-surface);
	color: var(--cr-app-text);
	font-family: var(--cr-font, inherit);
}

body.cr-app-mode-active .site,
body.cr-app-mode-active .site-content,
body.cr-app-mode-active .content-area,
body.cr-app-mode-active .site-main,
body.cr-app-mode-active .entry-content,
body.cr-app-mode-active .wp-site-blocks,
body.cr-app-mode-active .elementor,
body.cr-app-mode-active .elementor-section,
body.cr-app-mode-active .elementor-container,
body.cr-app-mode-active .elementor-widget-container,
body.cr-app-mode-active .woocommerce {
	max-width: 100%;
	min-width: 0;
}

.cr-app-layout__main {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 0 var(--cr-page-padding, 10vw) calc(var(--cr-app-footer-height, 0px) + 92px);
}

body.cr-app-mode-active .cr-app-layout__main > .elementor,
body.cr-app-mode-active .cr-app-layout__main .elementor-section,
body.cr-app-mode-active .cr-app-layout__main .elementor-container,
body.cr-app-mode-active .cr-app-layout__main .elementor-widget-container,
body.cr-app-mode-active .cr-app-layout__main .elementor-shortcode,
body.cr-app-mode-active .cr-app-layout__main .e-con,
body.cr-app-mode-active .cr-app-layout__main .e-con > .e-con-inner {
	--width: 100%;
	--content-width: 100%;
	--container-widget-width: 100%;
	--min-height: 0px;
	--height: auto;
	--justify-content: flex-start;
	--align-items: stretch;
	--align-content: flex-start;
	--padding-top: 0px;
	--padding-right: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	width: 100%;
	max-width: 100%;
	min-height: 0 !important;
	height: auto !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
	justify-content: flex-start !important;
	align-items: stretch !important;
	align-content: flex-start !important;
	align-self: stretch !important;
	place-content: start stretch !important;
}

body.cr-app-mode-active .cr-app-layout__main .e-con {
	display: block !important;
}

body.cr-app-mode-active .cr-app-layout__main .elementor-widget,
body.cr-app-mode-active .cr-app-layout__main .elementor-element {
	--width: 100%;
	--content-width: 100%;
	--container-widget-width: 100%;
	max-width: 100%;
	min-width: 0;
	width: 100%;
	align-self: stretch !important;
}

body.cr-app-mode-active .cr-app-layout__main .elementor-widget-shortcode {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.cr-app-layout--full-width .cr-app-layout__main {
	width: 100%;
	max-width: none;
	padding-right: var(--cr-page-padding, 10vw);
	padding-left: var(--cr-page-padding, 10vw);
}

body.cr-app-mode-active.cr-app-full-width .site,
body.cr-app-mode-active.cr-app-full-width .site-content,
body.cr-app-mode-active.cr-app-full-width .content-area,
body.cr-app-mode-active.cr-app-full-width .site-main,
body.cr-app-mode-active.cr-app-full-width .entry-content,
body.cr-app-mode-active.cr-app-full-width .wp-site-blocks,
body.cr-app-mode-active.cr-app-full-width .wp-block-group,
body.cr-app-mode-active.cr-app-full-width .elementor-section,
body.cr-app-mode-active.cr-app-full-width .elementor-container,
body.cr-app-mode-active.cr-app-full-width .elementor-widget-container,
body.cr-app-mode-active.cr-app-full-width .woocommerce,
body.cr-app-mode-active.cr-app-full-width .cr-app-layout__main > * {
	width: 100%;
	max-width: none;
}

body.cr-app-mode-active:not(.cr-app-full-width) .cr-app-layout__main {
	max-width: none;
}

body.cr-app-mode-active.single-product .wp-site-blocks > main,
body.cr-app-mode-active.single-product main.wp-block-group,
body.cr-app-mode-active.single-product .site-main,
body.cr-app-mode-active.single-product .content-area,
body.cr-app-mode-active.archive.woocommerce .site-main,
body.cr-app-mode-active.archive.woocommerce-page .site-main,
body.cr-app-mode-active.woocommerce-account .site-main,
body.cr-app-mode-active.woocommerce-order-received .site-main {
	width: min(calc(100% - var(--cr-page-padding, 10vw) - var(--cr-page-padding, 10vw)), var(--cr-container-max-width, 1440px));
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

body.cr-app-mode-active img,
body.cr-app-mode-active video,
body.cr-app-mode-active canvas,
body.cr-app-mode-active iframe,
body.cr-app-mode-active table {
	max-width: 100%;
}

/* Product pages keep WooCommerce ownership while App Mode owns chrome. */
body.cr-app-mode-active.single-product header.wp-block-template-part,
body.cr-app-mode-active.single-product footer.wp-block-template-part,
body.cr-app-mode-active.single-product .wp-site-blocks > header,
body.cr-app-mode-active.single-product .wp-site-blocks > footer,
body.cr-app-mode-active.single-product #footer {
	display: none !important;
}

.cr-app-header {
	position: sticky;
	top: 0;
	z-index: 80;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	padding: 10px 16px;
	border-bottom: 1px solid var(--cr-app-border);
	background: color-mix(in srgb, var(--cr-app-background) 94%, transparent);
	backdrop-filter: blur(14px);
}

.cr-app-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	min-width: 0;
}

.cr-app-header__actions .cr-google-auth {
	flex: 0 0 auto;
}

.cr-app-header__back,
.cr-app-header__cart {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--cr-app-border);
	border-radius: 999px;
	background: var(--cr-app-surface);
	color: var(--cr-app-text);
	text-decoration: none;
	transition: border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.cr-app-header__cart {
	margin-right: 0;
}

.cr-app-header__back {
	cursor: pointer;
}

.cr-app-header__back:hover,
.cr-app-header__back:focus-visible,
.cr-app-header__cart:hover,
.cr-app-header__cart:focus-visible,
.cr-app-header__login:hover,
.cr-app-header__login:focus-visible,
.cr-app-header__user-menu summary:hover,
.cr-app-header__user-menu summary:focus-visible {
	border-color: var(--cr-app-primary);
	color: var(--cr-app-primary);
	transform: translateY(-1px);
	box-shadow: var(--cr-shadow-soft);
	outline: 0;
}

.cr-app-header__login,
.cr-app-header__user-menu summary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 42px;
	border: 1px solid var(--cr-app-border);
	border-radius: 999px;
	background: var(--cr-app-surface);
	color: var(--cr-app-text);
	padding: 0 12px;
	font-size: 0.84rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.cr-app-header__login i {
	color: var(--cr-app-active-button);
}

.cr-app-header__user-menu {
	position: relative;
}

.cr-app-header__user-menu summary {
	list-style: none;
	padding: 0 10px 0 5px;
}

.cr-app-header__user-menu summary::-webkit-details-marker {
	display: none;
}

.cr-app-header__avatar {
	width: 32px;
	height: 32px;
	border-radius: 999px;
	object-fit: cover;
}

.cr-app-header__user-dropdown {
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	z-index: 90;
	display: grid;
	gap: 4px;
	min-width: 190px;
	border: 1px solid var(--cr-app-border);
	border-radius: calc(var(--cr-app-radius) + 8px);
	background: var(--cr-app-surface);
	padding: 8px;
	box-shadow: var(--cr-shadow);
}

.cr-app-header__user-dropdown a {
	display: flex;
	align-items: center;
	gap: 8px;
	border-radius: var(--cr-app-radius);
	color: var(--cr-app-text);
	padding: 10px;
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
}

.cr-app-header__user-dropdown a:hover,
.cr-app-header__user-dropdown a:focus-visible {
	background: color-mix(in srgb, var(--cr-app-active-button) 10%, var(--cr-app-surface));
	color: var(--cr-app-active-button);
	outline: 0;
}

.cr-app-header__brand {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.cr-app-header__brand-text,
.cr-app-header__brand strong {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cr-app-header__brand strong {
	color: var(--cr-app-text);
	font-weight: 900;
	line-height: 1.16;
}

.cr-app-header__meta {
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
	margin-top: 2px;
	color: var(--cr-app-muted);
	font-size: 0.84rem;
	line-height: 1.2;
}

.cr-app-header__meta-item {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cr-app-header__meta-branch {
	flex: 1 1 auto;
}

.cr-app-header__meta-order-type {
	flex: 0 0 auto;
	max-width: 46%;
	color: var(--cr-app-active-button);
	font-weight: 800;
}

.cr-app-header__meta-separator {
	flex: 0 0 auto;
	color: var(--cr-app-muted);
}

.cr-app-header__logo {
	width: 44px;
	height: 44px;
	border-radius: var(--cr-app-radius);
	object-fit: contain;
}

body.cr-app-mode-active .cr-order-type-selector {
	display: grid;
	gap: 10px;
	margin: 0 0 16px;
	border: 1px solid var(--cr-app-border);
	border-radius: calc(var(--cr-app-radius) + 10px);
	background: var(--cr-app-surface);
	padding: 12px;
	box-shadow: var(--cr-shadow-soft);
}

body.cr-app-mode-active .cr-order-type-selector h2 {
	margin: 0;
	color: var(--cr-app-text);
	font-family: var(--cr-font, inherit);
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.2;
}

body.cr-app-mode-active .cr-order-type-selector__notice {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	border: 1px solid var(--cr-app-border);
	border-radius: var(--cr-app-radius);
	background: var(--cr-soft);
	color: var(--cr-app-text);
	padding: 0.72rem 0.85rem;
	font-size: 0.9rem;
	font-weight: 750;
	line-height: 1.35;
}

body.cr-app-mode-active .cr-order-type-selector__notice::before {
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--cr-app-active-button) 14%, var(--cr-app-surface));
	color: var(--cr-app-active-button);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f129";
}

body.cr-app-mode-active .cr-order-type-selector__notice.is-required {
	border-color: color-mix(in srgb, var(--cr-warning) 44%, var(--cr-app-border));
	background: color-mix(in srgb, var(--cr-warning) 10%, var(--cr-app-surface));
}

body.cr-app-mode-active .cr-order-type-selector__notice.is-required::before {
	background: color-mix(in srgb, var(--cr-warning) 16%, var(--cr-app-surface));
	color: var(--cr-warning);
	content: "\f071";
}

body.cr-app-mode-active .cr-order-type-selector__notice.is-selected {
	border-color: color-mix(in srgb, var(--cr-app-active-button) 36%, var(--cr-app-border));
	background: color-mix(in srgb, var(--cr-app-active-button) 9%, var(--cr-app-surface));
}

body.cr-app-mode-active .cr-order-type-selector__notice.is-selected::before {
	content: "\f058";
}

body.cr-app-mode-active .cr-order-type-selector__notice.is-locked::before {
	content: "\f023";
}

body.cr-app-mode-active .cr-order-type-selector form {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
	align-items: center;
	gap: 8px;
	margin: 0;
}

body.cr-app-mode-active .cr-order-type-selector label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 44px;
	margin: 0;
	border: 1px solid var(--cr-app-border);
	border-radius: var(--cr-app-radius);
	background: var(--cr-app-surface);
	color: var(--cr-app-text);
	padding: 0 12px;
	font-size: 0.9rem;
	font-weight: 800;
	cursor: pointer;
	box-shadow: var(--cr-shadow-soft);
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.cr-app-mode-active .cr-order-type-selector label:hover,
body.cr-app-mode-active .cr-order-type-selector label:focus-within,
body.cr-app-mode-active .cr-order-type-selector label:has(input[type="radio"]:checked) {
	border-color: var(--cr-app-active-button);
	background: color-mix(in srgb, var(--cr-app-active-button) 12%, var(--cr-app-surface));
	color: var(--cr-app-active-button);
	transform: translateY(-1px);
}

body.cr-app-mode-active .cr-order-type-selector input[type="radio"] {
	width: 1em;
	height: 1em;
	accent-color: var(--cr-app-active-button);
}

body.cr-app-mode-active .cr-order-type-selector button,
body.cr-app-mode-active .cr-order-type-selector input[type="submit"] {
	grid-column: 1 / -1;
	min-height: 42px;
	border: 0;
	border-radius: 999px;
	background: var(--cr-app-button);
	color: var(--cr-inverse-text);
	padding: 0 14px;
	font: inherit;
	font-weight: 900;
	cursor: pointer;
}

body.cr-app-mode-active .cr-order-type-selector button:hover,
body.cr-app-mode-active .cr-order-type-selector button:focus-visible,
body.cr-app-mode-active .cr-order-type-selector input[type="submit"]:hover,
body.cr-app-mode-active .cr-order-type-selector input[type="submit"]:focus-visible {
	background: var(--cr-app-active-button);
	outline: 3px solid color-mix(in srgb, var(--cr-app-active-button) 24%, transparent);
	outline-offset: 2px;
}

body.cr-app-mode-active .cr-checkout-context {
	display: grid;
	gap: 12px;
	margin: 16px 0;
	border: 1px solid var(--cr-app-border);
	border-radius: calc(var(--cr-app-radius) + 10px);
	background: var(--cr-app-surface);
	color: var(--cr-app-text);
	padding: 16px;
	box-shadow: var(--cr-shadow-soft);
}

body.cr-app-mode-active .cr-checkout-context h3 {
	margin: 0;
	color: var(--cr-app-text);
	font-family: var(--cr-font, inherit);
	font-size: 1.05rem;
	font-weight: 900;
}

body.cr-app-mode-active .cr-checkout-context__table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

body.cr-app-mode-active .cr-checkout-context__table th,
body.cr-app-mode-active .cr-checkout-context__table td {
	border: 0;
	border-top: 1px solid var(--cr-app-border);
	padding: 9px 0;
	text-align: left;
	vertical-align: top;
}

body.cr-app-mode-active .cr-checkout-context__table th {
	width: 42%;
	color: var(--cr-app-muted);
	font-weight: 800;
	padding-right: 12px;
}

body.cr-app-mode-active .cr-checkout-context__table td {
	color: var(--cr-app-text);
	font-weight: 800;
}

body.cr-app-mode-active .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 8px;
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

body.cr-app-mode-active .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	min-height: 42px;
	border: 1px solid var(--cr-app-border);
	border-radius: 999px;
	background: var(--cr-app-surface);
	color: var(--cr-app-text);
	padding: 0 14px;
	font-weight: 900;
	text-decoration: none;
}

body.cr-app-mode-active .woocommerce-MyAccount-navigation .is-active a,
body.cr-app-mode-active .woocommerce-MyAccount-navigation a:hover,
body.cr-app-mode-active .woocommerce-MyAccount-navigation a:focus-visible {
	border-color: var(--cr-app-active-button);
	background: color-mix(in srgb, var(--cr-app-active-button) 12%, var(--cr-app-surface));
	color: var(--cr-app-active-button);
	outline: 0;
}

body.cr-app-mode-active .cr-account-placeholder {
	display: grid;
	justify-items: start;
	gap: 8px;
	border: 1px solid var(--cr-app-border);
	border-radius: calc(var(--cr-app-radius) + 10px);
	background: var(--cr-app-surface);
	padding: 18px;
	box-shadow: var(--cr-shadow-soft);
}

body.cr-app-mode-active .cr-account-placeholder__icon {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--cr-app-active-button) 12%, var(--cr-app-surface));
	color: var(--cr-app-active-button);
}

body.cr-app-mode-active .cr-account-placeholder h2,
body.cr-app-mode-active .cr-account-placeholder p {
	margin: 0;
}

.cr-app-footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 75;
	border-top: 1px solid var(--cr-app-border);
	background: color-mix(in srgb, var(--cr-app-background) 95%, transparent);
	backdrop-filter: blur(14px);
}

.cr-app-bottom-nav {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: min(100%, 720px);
	margin: 0 auto;
	padding: 7px 8px max(7px, env(safe-area-inset-bottom));
}

.cr-app-bottom-nav__item {
	display: grid;
	place-items: center;
	gap: 3px;
	min-height: 50px;
	border-radius: calc(var(--cr-app-radius) + 6px);
	color: var(--cr-app-muted);
	text-decoration: none;
	font-size: 0.74rem;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.cr-app-bottom-nav__item:hover,
.cr-app-bottom-nav__item:focus-visible,
.cr-app-bottom-nav__item.is-active {
	background: color-mix(in srgb, var(--cr-app-active-button) 12%, transparent);
	color: var(--cr-app-active-button);
	outline: 0;
}

.cr-app-bottom-nav__item:focus-visible {
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--cr-app-active-button) 22%, transparent);
}

.cr-app-bottom-nav__item i {
	font-size: 1.08rem;
	line-height: 1;
}

.cr-app-bottom-nav__item strong {
	font-weight: 800;
	line-height: 1.1;
}

.cr-app-floating-cart {
	position: fixed;
	left: 50%;
	bottom: var(--cr-app-floating-offset);
	z-index: 85;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 10px;
	width: min(94vw, 520px);
	padding: 12px 14px;
	border-radius: 999px;
	background: var(--cr-app-button);
	color: var(--cr-inverse-text);
	text-decoration: none;
	box-shadow: var(--cr-shadow);
	transform: translateX(-50%);
}

body.cr-app-mode-active .cr-restaurant-menu__floating-cart {
	bottom: var(--cr-app-floating-offset);
	z-index: 85;
	background: var(--cr-app-button);
	color: var(--cr-inverse-text);
	box-shadow: var(--cr-shadow);
}

body.cr-app-mode-active.cr-app-footer-disabled .cr-app-floating-cart,
body.cr-app-mode-active.cr-app-footer-disabled .cr-restaurant-menu__floating-cart {
	bottom: calc(20px + env(safe-area-inset-bottom));
}

body.cr-app-mode-active .cr-frontend-navigation {
	margin: 0 0 14px;
}

body.cr-app-mode-active .cr-frontend-navigation a,
body.cr-app-mode-active .cr-restaurant-menu__change-branch,
body.cr-app-mode-active .return-to-shop .button,
body.cr-app-mode-active .woocommerce .return-to-shop a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border: 1px solid var(--cr-app-border);
	border-radius: 999px;
	background: var(--cr-app-surface);
	color: var(--cr-app-text);
	padding: 0 14px;
	font-family: var(--cr-font, inherit);
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	box-shadow: var(--cr-shadow-soft);
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.cr-app-mode-active .cr-frontend-navigation a:hover,
body.cr-app-mode-active .cr-frontend-navigation a:focus-visible,
body.cr-app-mode-active .cr-restaurant-menu__change-branch:hover,
body.cr-app-mode-active .cr-restaurant-menu__change-branch:focus-visible,
body.cr-app-mode-active .return-to-shop .button:hover,
body.cr-app-mode-active .return-to-shop .button:focus-visible,
body.cr-app-mode-active .woocommerce .return-to-shop a.button:hover,
body.cr-app-mode-active .woocommerce .return-to-shop a.button:focus-visible {
	border-color: var(--cr-app-active-button);
	background: var(--cr-app-button);
	color: var(--cr-inverse-text);
	box-shadow: var(--cr-shadow);
	transform: translateY(-1px);
	outline: 0;
}

.cr-app-floating-cart:hover,
.cr-app-floating-cart:focus-visible {
	color: var(--cr-inverse-text);
	text-decoration: none;
	outline: 3px solid color-mix(in srgb, var(--cr-app-primary) 30%, transparent);
	outline-offset: 3px;
}

.cr-app-floating-cart__icon {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--cr-inverse-text) 14%, transparent);
}

.cr-app-floating-cart__info,
.cr-app-floating-cart__info strong,
.cr-app-floating-cart__info span {
	display: block;
	line-height: 1.15;
}

.cr-app-floating-cart__info span {
	margin-top: 3px;
	opacity: 0.82;
}

.cr-app-floating-cart__action {
	font-weight: 800;
	white-space: nowrap;
}

.cr-preparation-estimate {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--cr-app-border, var(--cr-border));
	border-radius: var(--cr-app-radius, var(--cr-radius));
	background: color-mix(in srgb, var(--cr-app-active-button, var(--cr-button-active)) 9%, var(--cr-app-surface, var(--cr-surface)));
	color: var(--cr-app-text, var(--cr-text));
	padding: 10px 12px;
	font-family: var(--cr-font, inherit);
	line-height: 1.25;
}

.cr-preparation-estimate__label {
	color: var(--cr-app-muted, var(--cr-muted));
	font-size: 0.86rem;
	font-weight: 800;
}

.cr-preparation-estimate strong {
	color: var(--cr-app-active-button, var(--cr-button-active));
	font-weight: 900;
}

.cr-preparation-estimate--product {
	margin: 0 0 14px;
}

.cr-preparation-estimate--cart {
	display: grid;
	align-items: start;
	gap: 3px;
	margin: 0 0 16px;
}

.cr-preparation-estimate--cart small {
	color: var(--cr-app-muted, var(--cr-muted));
	font-size: 0.84rem;
	line-height: 1.35;
}

.cr-app-overlay {
	position: fixed;
	inset: 0;
	z-index: 90;
	background: var(--cr-overlay);
}

.cr-app-drawer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	width: min(90vw, 380px);
	background: var(--cr-app-surface);
	box-shadow: var(--cr-shadow);
}

body.cr-app-mode-active .woocommerce,
body.cr-app-mode-active .woocommerce-page {
	max-width: 100%;
	min-width: 0;
	color: var(--cr-app-text);
	font-family: var(--cr-font, inherit);
}

body.cr-app-mode-active .woocommerce-cart-form,
body.cr-app-mode-active .cart-collaterals,
body.cr-app-mode-active .cart_totals,
body.cr-app-mode-active .woocommerce table.shop_table {
	max-width: 100%;
	min-width: 0;
}

body.cr-app-mode-active .woocommerce table.shop_table {
	width: 100%;
	table-layout: auto;
}

body.cr-app-mode-active .woocommerce button.button,
body.cr-app-mode-active .woocommerce a.button,
body.cr-app-mode-active .woocommerce input.button,
body.cr-app-mode-active .woocommerce #respond input#submit,
body.cr-app-mode-active .woocommerce .checkout-button,
body.cr-app-mode-active .single_add_to_cart_button {
	border: 0;
	border-radius: 999px;
	background: var(--cr-app-button);
	color: var(--cr-inverse-text);
	font-family: var(--cr-font, inherit);
	font-weight: 900;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.cr-app-mode-active .woocommerce button.button:hover,
body.cr-app-mode-active .woocommerce button.button:focus-visible,
body.cr-app-mode-active .woocommerce a.button:hover,
body.cr-app-mode-active .woocommerce a.button:focus-visible,
body.cr-app-mode-active .woocommerce input.button:hover,
body.cr-app-mode-active .woocommerce input.button:focus-visible,
body.cr-app-mode-active .woocommerce #respond input#submit:hover,
body.cr-app-mode-active .woocommerce #respond input#submit:focus-visible,
body.cr-app-mode-active .woocommerce .checkout-button:hover,
body.cr-app-mode-active .woocommerce .checkout-button:focus-visible,
body.cr-app-mode-active .single_add_to_cart_button:hover,
body.cr-app-mode-active .single_add_to_cart_button:focus-visible {
	background: var(--cr-app-active-button);
	color: var(--cr-inverse-text);
	box-shadow: var(--cr-shadow-soft);
	transform: translateY(-1px);
	outline: 3px solid color-mix(in srgb, var(--cr-app-primary) 22%, transparent);
	outline-offset: 2px;
}

body.cr-app-mode-active .woocommerce input.input-text,
body.cr-app-mode-active .woocommerce textarea,
body.cr-app-mode-active .woocommerce select,
body.cr-app-mode-active .woocommerce .select2-selection,
body.cr-app-mode-active input[type="text"],
body.cr-app-mode-active input[type="email"],
body.cr-app-mode-active input[type="tel"],
body.cr-app-mode-active input[type="number"],
body.cr-app-mode-active input[type="search"],
body.cr-app-mode-active textarea,
body.cr-app-mode-active select {
	max-width: 100%;
	border: 1px solid var(--cr-app-border);
	border-radius: var(--cr-app-radius);
	background: var(--cr-app-surface);
	color: var(--cr-app-text);
	font-family: var(--cr-font, inherit);
}

body.cr-app-mode-active .woocommerce input.input-text:focus,
body.cr-app-mode-active .woocommerce textarea:focus,
body.cr-app-mode-active .woocommerce select:focus,
body.cr-app-mode-active .woocommerce .select2-selection:focus,
body.cr-app-mode-active input[type="text"]:focus,
body.cr-app-mode-active input[type="email"]:focus,
body.cr-app-mode-active input[type="tel"]:focus,
body.cr-app-mode-active input[type="number"]:focus,
body.cr-app-mode-active input[type="search"]:focus,
body.cr-app-mode-active textarea:focus,
body.cr-app-mode-active select:focus {
	border-color: var(--cr-app-primary);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--cr-app-primary) 16%, transparent);
	outline: 0;
}

body.cr-app-mode-active .woocommerce-info,
body.cr-app-mode-active .woocommerce-message,
body.cr-app-mode-active .woocommerce-error,
body.cr-app-mode-active .cart_totals,
body.cr-app-mode-active .woocommerce-checkout-review-order,
body.cr-app-mode-active .woocommerce-billing-fields,
body.cr-app-mode-active .woocommerce-shipping-fields,
body.cr-app-mode-active .woocommerce-additional-fields {
	max-width: 100%;
	border-color: var(--cr-app-border);
	border-radius: var(--cr-app-radius);
	background: var(--cr-app-surface);
	color: var(--cr-app-text);
}

body.cr-app-mode-active input[type="radio"],
body.cr-app-mode-active input[type="checkbox"] {
	accent-color: var(--cr-app-primary);
}

body.cr-app-mode-active.single-product .product {
	padding-bottom: calc(var(--cr-app-footer-height, 0px) + 96px);
}

body.cr-app-mode-active.single-product .product_meta {
	margin-top: 1rem;
	color: var(--cr-app-muted);
	font-family: var(--cr-font, inherit);
}

body.cr-app-mode-active.single-product .product_meta a {
	color: var(--cr-app-active-button);
	font-weight: 800;
	text-decoration: none;
}

body.cr-app-mode-active.single-product .cr-product-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
	margin: 1rem 0;
}

body.cr-app-mode-active.single-product .cr-product-share__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 40px;
	border: 1px solid var(--cr-app-border);
	border-radius: 999px;
	background: var(--cr-app-surface);
	color: var(--cr-app-button);
	padding: 0 1rem;
	font-family: var(--cr-font, inherit);
	font-weight: 900;
	cursor: pointer;
	box-shadow: var(--cr-shadow-soft);
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.cr-app-mode-active.single-product .cr-product-share__button:hover,
body.cr-app-mode-active.single-product .cr-product-share__button:focus-visible {
	border-color: var(--cr-app-active-button);
	background: color-mix(in srgb, var(--cr-app-active-button) 10%, var(--cr-app-surface));
	color: var(--cr-app-active-button);
	transform: translateY(-1px);
	outline: 0;
}

body.cr-app-mode-active.single-product .cr-product-share__status {
	color: var(--cr-app-muted);
	font-size: 0.85rem;
	font-weight: 800;
}

body.cr-app-mode-active.single-product .woocommerce-tabs {
	margin-top: 1.5rem;
	margin-bottom: calc(var(--cr-app-footer-height, 0px) + 80px);
	border: 1px solid var(--cr-app-border);
	border-radius: calc(var(--cr-app-radius) + 10px);
	background: var(--cr-app-surface);
	color: var(--cr-app-text);
	padding: clamp(1rem, 4vw, 1.35rem);
	box-shadow: var(--cr-shadow-soft);
}

body.cr-app-mode-active.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 0 0 1rem;
	padding: 0;
	border: 0;
}

body.cr-app-mode-active.single-product .woocommerce-tabs ul.tabs::before,
body.cr-app-mode-active.single-product .woocommerce-tabs ul.tabs::after {
	display: none;
}

body.cr-app-mode-active.single-product .woocommerce-tabs ul.tabs li {
	float: none;
	margin: 0;
	border: 1px solid var(--cr-app-border);
	border-radius: 999px;
	background: var(--cr-app-surface);
	padding: 0;
	box-shadow: none;
}

body.cr-app-mode-active.single-product .woocommerce-tabs ul.tabs li::before,
body.cr-app-mode-active.single-product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

body.cr-app-mode-active.single-product .woocommerce-tabs ul.tabs li a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	color: var(--cr-app-text);
	padding: 0 1rem;
	font-family: var(--cr-font, inherit);
	font-weight: 900;
	text-decoration: none;
}

body.cr-app-mode-active.single-product .woocommerce-tabs ul.tabs li.active {
	border-color: var(--cr-app-active-button);
	background: var(--cr-app-active-button);
}

body.cr-app-mode-active.single-product .woocommerce-tabs ul.tabs li.active a {
	color: var(--cr-inverse-text);
}

body.cr-app-mode-active.single-product .woocommerce-Tabs-panel {
	margin: 0;
	padding: 0;
	color: var(--cr-app-text);
}

body.cr-app-mode-active.single-product .woocommerce-Tabs-panel h2,
body.cr-app-mode-active.single-product #reviews #comments h2,
body.cr-app-mode-active.single-product #review_form_wrapper .comment-reply-title {
	margin: 0 0 0.85rem;
	color: var(--cr-app-text);
	font-family: var(--cr-font, inherit);
	font-size: clamp(1.15rem, 4vw, 1.55rem);
	font-weight: 900;
	line-height: 1.16;
}

body.cr-app-mode-active.single-product .woocommerce-Tabs-panel p,
body.cr-app-mode-active.single-product #reviews .comment-text,
body.cr-app-mode-active.single-product #reviews .comment-form {
	color: var(--cr-app-text);
	font-family: var(--cr-font, inherit);
	line-height: 1.6;
}

body.cr-app-mode-active.single-product #reviews {
	padding-bottom: calc(var(--cr-app-footer-height, 0px) + 72px);
}

body.cr-app-mode-active.single-product #reviews .commentlist {
	margin: 0 0 1.25rem;
	padding: 0;
}

body.cr-app-mode-active.single-product #reviews .comment-form textarea {
	min-height: 120px;
}

body.cr-app-mode-active.single-product #reviews .form-submit {
	margin-bottom: calc(var(--cr-app-footer-height, 0px) + 28px);
}

body.cr-app-mode-active .cr-cart-item-edit {
	margin: 0.5rem 0 0;
}

body.cr-app-mode-active .cr-cart-item-edit__button,
body.cr-app-mode-active .woocommerce a.cr-cart-item-edit__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	border: 1px solid var(--cr-app-border);
	border-radius: 999px;
	background: var(--cr-app-surface);
	color: var(--cr-app-button);
	font-family: var(--cr-font, inherit);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1;
	padding: 0.5rem 0.85rem;
	text-decoration: none;
}

body.cr-app-mode-active .cr-cart-item-edit__button:hover,
body.cr-app-mode-active .woocommerce a.cr-cart-item-edit__button:hover,
body.cr-app-mode-active .cr-cart-item-edit__button:focus-visible,
body.cr-app-mode-active .woocommerce a.cr-cart-item-edit__button:focus-visible {
	border-color: var(--cr-app-active-button);
	background: color-mix(in srgb, var(--cr-app-active-button) 10%, var(--cr-app-surface));
	color: var(--cr-app-active-button);
	outline: 0;
}

body.cr-app-mode-active .cross-sells,
body.cr-app-mode-active .woocommerce .cross-sells,
body.cr-app-mode-active .wp-block-woocommerce-cart-cross-sells-block,
body.cr-app-mode-active .wp-block-woocommerce-product-new,
body.cr-app-mode-active.archive.woocommerce .products,
body.cr-app-mode-active.archive.woocommerce-page .products {
	margin-top: 1.5rem;
	color: var(--cr-app-text);
	font-family: var(--cr-font, inherit);
}

body.cr-app-mode-active .cross-sells > h2,
body.cr-app-mode-active .woocommerce .cross-sells > h2,
body.cr-app-mode-active .wp-block-woocommerce-cart-cross-sells-block h2,
body.cr-app-mode-active .wp-block-woocommerce-product-new h2,
body.cr-app-mode-active.archive.woocommerce .woocommerce-products-header__title {
	margin: 0 0 0.9rem;
	font-size: clamp(1.15rem, 3vw, 1.55rem);
	font-weight: 900;
	line-height: 1.15;
}

body.cr-app-mode-active .cross-sells ul.products,
body.cr-app-mode-active .woocommerce .cross-sells ul.products,
body.cr-app-mode-active .wp-block-woocommerce-cart-cross-sells-block .wc-block-grid__products,
body.cr-app-mode-active .wp-block-woocommerce-product-new .wc-block-grid__products,
body.cr-app-mode-active.archive.woocommerce ul.products,
body.cr-app-mode-active.archive.woocommerce-page ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
}

body.cr-app-mode-active.woocommerce-cart .wp-block-woocommerce-product-new .wc-block-grid__product:nth-child(n+4) {
	display: none;
}

body.cr-app-mode-active .cross-sells ul.products li.product,
body.cr-app-mode-active .woocommerce .cross-sells ul.products li.product,
body.cr-app-mode-active .wp-block-woocommerce-cart-cross-sells-block .wc-block-grid__product,
body.cr-app-mode-active .wp-block-woocommerce-product-new .wc-block-grid__product,
body.cr-app-mode-active.archive.woocommerce ul.products li.product,
body.cr-app-mode-active.archive.woocommerce-page ul.products li.product {
	display: block;
	float: none;
	width: auto;
	max-width: none;
	flex: none;
	min-width: 0;
	margin: 0;
	border: 1px solid var(--cr-app-border);
	border-radius: var(--cr-app-radius);
	overflow: hidden;
	background: var(--cr-app-surface);
	color: var(--cr-app-text);
	box-shadow: var(--cr-shadow-soft);
	text-align: left;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.cr-app-mode-active .cross-sells ul.products li.product:hover,
body.cr-app-mode-active .woocommerce .cross-sells ul.products li.product:hover,
body.cr-app-mode-active .wp-block-woocommerce-cart-cross-sells-block .wc-block-grid__product:hover,
body.cr-app-mode-active .wp-block-woocommerce-product-new .wc-block-grid__product:hover,
body.cr-app-mode-active.archive.woocommerce ul.products li.product:hover,
body.cr-app-mode-active.archive.woocommerce-page ul.products li.product:hover {
	border-color: color-mix(in srgb, var(--cr-app-active-button) 28%, var(--cr-app-border));
	box-shadow: var(--cr-shadow);
	transform: translateY(-2px);
}

body.cr-app-mode-active .cross-sells ul.products li.product a,
body.cr-app-mode-active .woocommerce .cross-sells ul.products li.product a,
body.cr-app-mode-active .wp-block-woocommerce-cart-cross-sells-block .wc-block-grid__product-link,
body.cr-app-mode-active .wp-block-woocommerce-product-new .wc-block-grid__product-link,
body.cr-app-mode-active.archive.woocommerce ul.products li.product a,
body.cr-app-mode-active.archive.woocommerce-page ul.products li.product a {
	color: inherit;
	text-decoration: none;
}

body.cr-app-mode-active .cross-sells ul.products li.product img,
body.cr-app-mode-active .woocommerce .cross-sells ul.products li.product img,
body.cr-app-mode-active .wp-block-woocommerce-cart-cross-sells-block .wc-block-grid__product-image img,
body.cr-app-mode-active .wp-block-woocommerce-product-new .wc-block-grid__product-image img,
body.cr-app-mode-active.archive.woocommerce ul.products li.product img,
body.cr-app-mode-active.archive.woocommerce-page ul.products li.product img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 0.82;
	height: auto;
	object-fit: cover;
	background: var(--cr-soft);
}

body.cr-app-mode-active .cross-sells ul.products li.product .woocommerce-loop-product__title,
body.cr-app-mode-active .woocommerce .cross-sells ul.products li.product .woocommerce-loop-product__title,
body.cr-app-mode-active .wp-block-woocommerce-cart-cross-sells-block .wc-block-grid__product-title,
body.cr-app-mode-active .wp-block-woocommerce-product-new .wc-block-grid__product-title,
body.cr-app-mode-active.archive.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.cr-app-mode-active.archive.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	margin: 0;
	padding: 0.85rem 0.9rem 0.35rem;
	color: var(--cr-app-text);
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.2;
}

body.cr-app-mode-active .cross-sells ul.products li.product .price,
body.cr-app-mode-active .woocommerce .cross-sells ul.products li.product .price,
body.cr-app-mode-active .wp-block-woocommerce-cart-cross-sells-block .wc-block-grid__product-price,
body.cr-app-mode-active .wp-block-woocommerce-product-new .wc-block-grid__product-price,
body.cr-app-mode-active.archive.woocommerce ul.products li.product .price,
body.cr-app-mode-active.archive.woocommerce-page ul.products li.product .price {
	display: block;
	margin: 0;
	padding: 0 0.9rem 0.8rem;
	color: var(--cr-app-text);
	font-weight: 900;
}

body.cr-app-mode-active .cross-sells ul.products li.product .button,
body.cr-app-mode-active .woocommerce .cross-sells ul.products li.product .button,
body.cr-app-mode-active .wp-block-woocommerce-cart-cross-sells-block .wp-block-button__link,
body.cr-app-mode-active .wp-block-woocommerce-product-new .wp-block-button__link,
body.cr-app-mode-active.archive.woocommerce ul.products li.product .button,
body.cr-app-mode-active.archive.woocommerce-page ul.products li.product .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border: 0;
	border-radius: 999px;
	background: var(--cr-app-button);
	color: var(--cr-inverse-text);
	margin: 0 0.9rem 0.9rem;
	width: calc(100% - 1.8rem);
	padding: 0 0.9rem;
	font-family: var(--cr-font, inherit);
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.cr-app-mode-active .cross-sells ul.products li.product .button:hover,
body.cr-app-mode-active .woocommerce .cross-sells ul.products li.product .button:hover,
body.cr-app-mode-active .wp-block-woocommerce-cart-cross-sells-block .wp-block-button__link:hover,
body.cr-app-mode-active .wp-block-woocommerce-product-new .wp-block-button__link:hover,
body.cr-app-mode-active.archive.woocommerce ul.products li.product .button:hover,
body.cr-app-mode-active.archive.woocommerce-page ul.products li.product .button:hover {
	background: var(--cr-app-active-button);
	color: var(--cr-inverse-text);
	box-shadow: var(--cr-shadow-soft);
	transform: translateY(-1px);
}

body.cr-app-mode-active .wp-block-woocommerce-product-new .wc-block-grid__product-onsale,
body.cr-app-mode-active.archive.woocommerce ul.products li.product .onsale,
body.cr-app-mode-active.archive.woocommerce-page ul.products li.product .onsale {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	min-height: 0;
	border: 0;
	border-radius: 999px;
	background: var(--cr-app-active-button);
	color: var(--cr-inverse-text);
	padding: 0.35rem 0.65rem;
	font-size: 0.75rem;
	font-weight: 900;
	line-height: 1;
}

body.cr-app-mode-active .wp-block-woocommerce-product-new .wc-block-grid__product,
body.cr-app-mode-active.archive.woocommerce ul.products li.product,
body.cr-app-mode-active.archive.woocommerce-page ul.products li.product {
	position: relative;
}

@media (max-width: 720px) {
	body.cr-app-mode-active .cross-sells ul.products,
	body.cr-app-mode-active .woocommerce .cross-sells ul.products,
	body.cr-app-mode-active .wp-block-woocommerce-cart-cross-sells-block .wc-block-grid__products,
	body.cr-app-mode-active .wp-block-woocommerce-product-new .wc-block-grid__products,
	body.cr-app-mode-active.archive.woocommerce ul.products,
	body.cr-app-mode-active.archive.woocommerce-page ul.products {
		gap: 10px;
	}

	body.cr-app-mode-active .cross-sells ul.products li.product .button,
	body.cr-app-mode-active .woocommerce .cross-sells ul.products li.product .button,
	body.cr-app-mode-active .wp-block-woocommerce-cart-cross-sells-block .wp-block-button__link,
	body.cr-app-mode-active .wp-block-woocommerce-product-new .wp-block-button__link,
	body.cr-app-mode-active.archive.woocommerce ul.products li.product .button,
	body.cr-app-mode-active.archive.woocommerce-page ul.products li.product .button {
		font-size: 0.82rem;
	}
}

.cr-app-empty-cart {
	display: grid;
	justify-items: center;
	gap: 0.85rem;
	max-width: 520px;
	margin: 3rem auto;
	border: 1px solid var(--cr-border);
	border-radius: calc(var(--cr-radius) + 10px);
	background: var(--cr-surface);
	color: var(--cr-text);
	padding: clamp(1.5rem, 5vw, 2.5rem);
	text-align: center;
	box-shadow: var(--cr-shadow-soft);
}

.cr-app-empty-cart__icon {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--cr-primary) 12%, var(--cr-surface));
	color: var(--cr-primary);
	font-size: 1.45rem;
}

.cr-app-empty-cart h1,
.cr-app-empty-cart p {
	margin: 0;
}

.cr-app-empty-cart h1 {
	font-size: clamp(1.45rem, 5vw, 2rem);
	line-height: 1.12;
}

.cr-app-empty-cart p {
	color: var(--cr-muted);
}

.cr-app-empty-cart__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border-radius: 999px;
	background: var(--cr-button);
	color: var(--cr-inverse-text);
	padding: 0 1.2rem;
	font-weight: 900;
	text-decoration: none;
	transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.cr-app-empty-cart__button:hover,
.cr-app-empty-cart__button:focus-visible {
	background: var(--cr-button-active);
	color: var(--cr-inverse-text);
	box-shadow: var(--cr-shadow-soft);
	transform: translateY(-1px);
	outline: 0;
}

@supports not (color: color-mix(in srgb, #000 50%, transparent)) {
	.cr-app-layout {
		--cr-app-border: var(--cr-border);
		--cr-app-muted: var(--cr-muted);
	}

	.cr-app-header,
	.cr-app-footer {
		background: var(--cr-app-background);
	}
}

@media (max-width: 480px) {
	.cr-app-layout__main {
		padding-right: var(--cr-page-padding, 5vw);
		padding-left: var(--cr-page-padding, 5vw);
	}

	.cr-app-header {
		padding-right: 12px;
		padding-left: 12px;
	}

	.cr-app-floating-cart {
		border-radius: calc(var(--cr-app-radius) + 10px);
	}

	.cr-app-header__meta {
		font-size: 0.78rem;
	}

	.cr-app-header__meta-order-type {
		max-width: 52%;
	}

	.cr-app-header__login span,
	.cr-app-header__user-menu summary > span {
		display: none;
	}

	.cr-app-header__login,
	.cr-app-header__user-menu summary {
		width: 42px;
		padding: 0;
	}
}
