:root {
	--mi-ink: #151412;
	--mi-paper: #f4f0e9;
	--mi-surface: #fffdf9;
	--mi-line: rgba(255, 255, 255, 0.13);
	--mi-accent: #f24e2b;
	--mi-accent-dark: #c83318;
	--mi-radius-sm: 18px;
	--mi-radius-lg: 32px;
	--mi-shadow: 0 24px 70px rgba(16, 14, 12, 0.14);
}

html:has(body.mi-fullscreen-active) {
	background: var(--mi-paper);
	scroll-behavior: smooth;
}

body.mi-fullscreen-active {
	background: var(--mi-paper);
	color: var(--mi-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0;
	min-height: 100vh;
	overflow-x: hidden;
}

.mi-fullscreen-active *,
.mi-fullscreen-active *::before,
.mi-fullscreen-active *::after {
	box-sizing: border-box;
}

.mi-fullscreen-active a {
	color: inherit;
	text-decoration: none;
}

.mi-fullscreen-active button,
.mi-fullscreen-active input {
	font: inherit;
}

.mi-app,
.mi-app > .page,
.mi-app > article,
.mi-app .entry-content {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.mi-app .entry-header,
.mi-app > .page > header {
	display: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/* Fullscreen entry */
.mi-entry {
	background: #171511;
	color: #fff8ec;
	display: flex;
	flex-direction: column;
	isolation: isolate;
	min-height: 100svh;
	overflow: hidden;
	padding: max(28px, env(safe-area-inset-top)) clamp(20px, 5vw, 72px) max(24px, env(safe-area-inset-bottom));
	position: relative;
}

.mi-entry__ambient {
	background:
		radial-gradient(circle at 12% 12%, rgba(242, 78, 43, 0.4), transparent 34%),
		radial-gradient(circle at 90% 88%, rgba(248, 194, 92, 0.18), transparent 30%);
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.mi-entry__header {
	margin: 0 auto clamp(28px, 5vh, 58px);
	max-width: 1400px;
	width: 100%;
}

.mi-brand {
	display: inline-flex;
	margin-bottom: clamp(44px, 9vh, 96px);
}

.mi-brand img {
	height: 52px;
	max-width: 190px;
	object-fit: contain;
	width: auto;
}

.mi-brand--text {
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.mi-entry__step,
.mi-branch-card__label,
.mi-video-card__copy > span {
	color: #ff947c;
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.mi-entry__header h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.7rem, 8vw, 7.8rem);
	font-weight: 500;
	letter-spacing: -0.065em;
	line-height: 0.89;
	margin: 0;
	max-width: 980px;
}

.mi-entry__header > p {
	color: rgba(255, 248, 236, 0.68);
	font-size: clamp(1rem, 2vw, 1.25rem);
	line-height: 1.6;
	margin: 24px 0 0;
}

.mi-branch-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
	margin: auto;
	max-width: 1400px;
	width: 100%;
}

.mi-branch-card {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--mi-radius-lg);
	display: flex;
	flex-direction: column;
	min-height: 510px;
	overflow: hidden;
	position: relative;
	transform: translateZ(0);
}

.mi-branch-card__media,
.mi-branch-card__shade {
	inset: 0;
	position: absolute;
}

.mi-branch-card__media {
	background: linear-gradient(145deg, #443930, #1e1a16);
	background-position: center;
	background-size: cover;
	transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mi-branch-card:hover .mi-branch-card__media {
	transform: scale(1.04);
}

.mi-branch-card__shade {
	background: linear-gradient(180deg, rgba(12, 10, 8, 0.02) 10%, rgba(12, 10, 8, 0.92) 88%);
}

.mi-branch-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: flex-end;
	padding: 28px;
	position: relative;
	z-index: 1;
}

.mi-branch-card h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 4vw, 3.6rem);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 0.98;
	margin: 0 0 12px;
}

.mi-branch-card__content > p {
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.5;
	margin: 0 0 24px;
}

.mi-branch-card__actions {
	display: grid;
	gap: 10px;
}

.mi-context-form,
.mi-context-form button {
	width: 100%;
}

.mi-context-form button {
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: white;
	cursor: pointer;
	display: flex;
	font-weight: 750;
	justify-content: space-between;
	min-height: 54px;
	padding: 0 20px;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.mi-context-form:first-child button,
.mi-context-form button:hover {
	background: #fff8ec;
	color: #191511;
	transform: translateY(-2px);
}

.mi-context-form button b {
	font-size: 1.2rem;
}

.mi-branch-card__unavailable {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.9rem;
}

.mi-entry__footer {
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.76rem;
	letter-spacing: 0.08em;
	margin: 34px auto 0;
	max-width: 1400px;
	text-transform: uppercase;
	width: 100%;
}

/* Fullscreen menu */
.mi-menu {
	background: var(--mi-paper);
	min-height: 100svh;
}

.mi-menu-header {
	backdrop-filter: blur(18px);
	background: rgba(23, 21, 17, 0.92);
	border-bottom: 1px solid var(--mi-line);
	padding: max(14px, env(safe-area-inset-top)) clamp(16px, 4vw, 54px) 0;
	position: sticky;
	top: 0;
	z-index: 20;
}

.mi-menu-header__top {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: 48px 1fr auto;
	margin: 0 auto;
	max-width: 1440px;
}

.mi-menu-header__back,
.mi-menu-header__cart {
	align-items: center;
	background: var(--mi-surface);
	border: 1px solid var(--mi-line);
	border-radius: 999px;
	display: inline-flex;
	height: 44px;
	justify-content: center;
}

.mi-menu-header__back {
	font-size: 1.2rem;
	width: 44px;
}

.mi-menu-header__identity {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.mi-menu-header__identity strong {
	font-size: 0.98rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mi-menu-header__identity span {
	color: rgba(255, 248, 236, 0.56);
	font-size: 0.78rem;
}

.mi-menu-header__cart {
	gap: 9px;
	min-width: 74px;
	padding: 0 13px;
}

.mi-menu-header__cart > span {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mi-menu-header__cart b {
	align-items: center;
	background: var(--mi-accent);
	border-radius: 999px;
	color: white;
	display: inline-flex;
	font-size: 0.72rem;
	height: 22px;
	justify-content: center;
	min-width: 22px;
	padding: 0 5px;
}

.mi-menu-header__search {
	margin: 16px auto 0;
	max-width: 1440px;
	position: relative;
}

.mi-menu-header__search input {
	background: var(--mi-surface);
	border: 1px solid var(--mi-line);
	border-radius: 999px;
	color: var(--mi-ink);
	height: 52px;
	outline: 0;
	padding: 0 50px 0 20px;
	transition: border-color 180ms ease, box-shadow 180ms ease;
	width: 100%;
}

.mi-menu-header__search input:focus {
	border-color: var(--mi-accent);
	box-shadow: 0 0 0 4px rgba(242, 78, 43, 0.12);
}

.mi-menu-header__search > span {
	font-size: 1.35rem;
	position: absolute;
	right: 19px;
	top: 12px;
}

.mi-category-rail {
	display: flex;
	gap: 8px;
	margin: 12px auto 0;
	max-width: 1440px;
	overflow-x: auto;
	padding: 0 0 13px;
	scrollbar-width: none;
}

.mi-category-rail::-webkit-scrollbar {
	display: none;
}

.mi-category-rail button {
	background: transparent;
	border: 1px solid var(--mi-line);
	border-radius: 999px;
	color: var(--mi-ink);
	cursor: pointer;
	flex: 0 0 auto;
	font-size: 0.85rem;
	font-weight: 700;
	min-height: 39px;
	padding: 0 17px;
}

.mi-category-rail button.is-active {
	background: var(--mi-ink);
	border-color: var(--mi-ink);
	color: white;
}

.mi-menu__feed {
	display: grid;
	gap: clamp(14px, 2.5vw, 28px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1540px;
	padding: clamp(20px, 4vw, 64px) clamp(14px, 4vw, 54px) max(100px, env(safe-area-inset-bottom));
}

.mi-product-card {
	background: var(--mi-surface);
	border: 1px solid var(--mi-line);
	border-radius: var(--mi-radius-sm);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	position: relative;
	transition: box-shadow 220ms ease, transform 220ms ease;
}

.mi-product-card:hover {
	box-shadow: var(--mi-shadow);
	transform: translateY(-4px);
}

.mi-product-card[hidden],
.mi-video-card[hidden] {
	display: none;
}

.mi-product-card__media {
	aspect-ratio: 4 / 5;
	background: #e8e2d9;
	border: 0;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.mi-product-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 100%;
}

.mi-product-card__media video {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mi-product-card:hover .mi-product-card__media img {
	transform: scale(1.035);
}

.mi-product-card__body {
	display: flex;
	flex: 1;
	gap: 12px;
	justify-content: space-between;
	padding: clamp(14px, 2.2vw, 24px);
}

.mi-product-card__copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
}

.mi-product-card h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.2rem, 2.5vw, 1.8rem);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.05;
	margin: 0 0 8px;
}

.mi-product-card h2 button {
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	padding: 0;
	text-align: left;
}

.mi-product-card__like {
	align-items: center;
	backdrop-filter: blur(10px);
	background: rgba(20, 17, 14, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 999px;
	color: white;
	cursor: pointer;
	display: flex;
	font-size: 1.45rem;
	height: 42px;
	justify-content: center;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 42px;
	z-index: 2;
}

[data-mi-like].is-liked {
	background: var(--mi-accent);
	border-color: var(--mi-accent);
	color: white;
}

/* Product detail sheet */
.mi-product-modal {
	display: none;
	inset: 0;
	position: fixed;
	z-index: 1000;
}

.mi-product-modal.is-open {
	display: block;
}

.mi-product-modal__backdrop {
	backdrop-filter: blur(12px);
	background: rgba(6, 5, 4, 0.78);
	border: 0;
	inset: 0;
	position: absolute;
	width: 100%;
}

.mi-product-sheet {
	background: #171511;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 30px 30px 0 0;
	bottom: 0;
	color: #fff8ec;
	height: min(94svh, 980px);
	left: 50%;
	max-width: 1320px;
	overflow: hidden;
	position: absolute;
	transform: translateX(-50%);
	width: min(96%, 1320px);
}

.mi-product-sheet__bar {
	align-items: center;
	background: rgba(23, 21, 17, 0.9);
	border-bottom: 1px solid var(--mi-line);
	display: flex;
	height: 62px;
	justify-content: space-between;
	padding: 0 18px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

.mi-product-sheet__bar > button {
	align-items: center;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid var(--mi-line);
	border-radius: 999px;
	color: white;
	cursor: pointer;
	display: flex;
	font-size: 1.25rem;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.mi-product-sheet__bar > span {
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mi-product-sheet__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	height: 100%;
}

.mi-product-gallery {
	background: #0d0c0a;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.mi-product-gallery > img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	transition: opacity 260ms ease;
	width: 100%;
}

.mi-product-gallery > img.is-active {
	opacity: 1;
}

.mi-product-gallery__empty {
	background: radial-gradient(circle at 30% 20%, rgba(242, 78, 43, 0.32), transparent 40%), #211e1a;
	height: 100%;
}

.mi-product-gallery__dots {
	bottom: 22px;
	display: flex;
	gap: 7px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

.mi-product-gallery__dots button {
	background: rgba(255, 255, 255, 0.5);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 8px;
	padding: 0;
	transition: width 180ms ease, background 180ms ease;
	width: 8px;
}

.mi-product-gallery__dots button.is-active {
	background: white;
	width: 28px;
}

.mi-product-sheet__content {
	overflow-y: auto;
	padding: 96px clamp(24px, 4vw, 58px) 54px;
}

.mi-product-sheet__intro > span {
	color: #ff947c;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.mi-product-sheet__intro h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.5rem, 5vw, 5rem);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 0.94;
	margin: 12px 0 18px;
}

.mi-product-sheet__intro > strong {
	color: #ffb5a5;
	font-size: 1.25rem;
}

.mi-product-rating-link {
	align-items: center;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 148, 124, 0.42);
	color: #fff8ec;
	cursor: pointer;
	display: grid;
	gap: 5px 10px;
	grid-template-columns: auto auto 1fr auto;
	margin-top: 17px;
	padding: 0 0 14px;
	text-align: left;
	width: 100%;
}

.mi-product-rating-link__stars {
	color: #ffc65c;
	font-size: 1rem;
	letter-spacing: 0.06em;
}

.mi-product-rating-link b {
	font-size: 0.88rem;
}

.mi-product-rating-link small {
	color: rgba(255, 248, 236, 0.48);
}

.mi-product-rating-link > span:last-child {
	color: #ff947c;
	font-size: 1.2rem;
	transition: transform 180ms ease;
}

.mi-product-rating-link:hover > span:last-child {
	transform: translateX(4px);
}

.mi-product-tabs {
	margin-top: 34px;
}

.mi-product-tabs__nav {
	border-bottom: 1px solid var(--mi-line);
	display: flex;
	gap: 4px;
	overflow-x: auto;
}

.mi-product-tabs__nav button {
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	color: rgba(255, 248, 236, 0.55);
	cursor: pointer;
	font-size: 0.82rem;
	font-weight: 800;
	padding: 14px 16px;
	white-space: nowrap;
}

.mi-product-tabs__nav button.is-active {
	border-bottom-color: var(--mi-accent);
	color: white;
}

.mi-product-tabs__nav b {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	font-size: 0.68rem;
	margin-left: 4px;
	padding: 3px 6px;
}

.mi-product-tab {
	display: none;
	padding-top: 28px;
}

.mi-product-tab.is-active {
	display: block;
}

.mi-product-description {
	color: rgba(255, 248, 236, 0.72);
	font-size: 1rem;
	line-height: 1.75;
}

.mi-product-order-form .mi-product-customization {
	background: transparent;
	border: 0;
	color: #fff8ec;
	margin: 0;
	padding: 0;
}

.mi-product-order-form .mi-product-customization h2 {
	font-family: inherit;
	font-size: 1rem;
	letter-spacing: 0;
	margin: 0 0 16px;
}

.mi-product-order-form .mi-product-customization fieldset {
	border-color: var(--mi-line);
}

.mi-product-order-form .mi-product-customization fieldset > label {
	align-items: center;
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 13px;
	display: flex;
	gap: 10px;
	margin: 7px 0;
	padding: 12px 13px;
}

.mi-product-order-form .mi-product-customization input[type="checkbox"] {
	accent-color: var(--mi-accent);
	height: 18px;
	width: 18px;
}

.mi-product-order-form textarea,
.mi-review-form textarea,
.mi-review-form input {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid var(--mi-line);
	border-radius: 14px;
	color: white;
	outline: 0;
	padding: 13px 14px;
	width: 100%;
}

.mi-product-order-form__footer {
	align-items: center;
	border-top: 1px solid var(--mi-line);
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-top: 30px;
	padding-top: 24px;
}

.mi-quantity {
	align-items: center;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid var(--mi-line);
	border-radius: 999px;
	display: flex;
	height: 52px;
}

.mi-quantity button,
.mi-quantity input {
	background: transparent;
	border: 0;
	color: white;
	height: 100%;
	text-align: center;
	width: 42px;
}

.mi-quantity input {
	-moz-appearance: textfield;
	padding: 0;
}

.mi-product-order-form__submit,
.mi-review-form > button {
	background: var(--mi-accent);
	border: 0;
	border-radius: 999px;
	color: white;
	cursor: pointer;
	font-weight: 850;
	min-height: 52px;
	padding: 0 24px;
}

.mi-review-hero {
	align-items: center;
	background: radial-gradient(circle at 90% 0, rgba(242, 78, 43, 0.38), transparent 48%), #25211d;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	display: flex;
	justify-content: space-between;
	padding: 24px;
}

.mi-review-hero--link {
	color: #fff8ec;
	cursor: pointer;
	font-family: inherit;
	margin-top: 22px;
	text-align: left;
	transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
	width: 100%;
}

.mi-review-hero--link:hover {
	background: radial-gradient(circle at 90% 0, rgba(242, 78, 43, 0.55), transparent 52%), #2b2520;
	border-color: rgba(255, 148, 124, 0.42);
	transform: translateY(-2px);
}

.mi-review-hero strong {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1;
}

.mi-review-stars,
.mi-review-list header span {
	color: #ffc65c;
	letter-spacing: 0.08em;
}

.mi-review-hero p {
	color: rgba(255, 248, 236, 0.58);
	font-size: 0.8rem;
	margin: 7px 0 0;
}

.mi-review-hero__badge {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	display: flex;
	font-size: 0.7rem;
	font-weight: 900;
	height: 50px;
	justify-content: center;
	letter-spacing: 0.12em;
	width: 50px;
}

.mi-review-hero--link .mi-review-hero__badge {
	font-size: 1.25rem;
	transition: transform 180ms ease;
}

.mi-review-hero--link:hover .mi-review-hero__badge {
	transform: translateX(3px);
}

.mi-review-list {
	display: grid;
	gap: 10px;
	margin-top: 18px;
}

.mi-review-list article {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--mi-line);
	border-radius: 18px;
	padding: 18px;
}

.mi-review-list header {
	display: flex;
	justify-content: space-between;
}

.mi-review-list p {
	color: rgba(255, 248, 236, 0.7);
	line-height: 1.55;
}

.mi-review-list time {
	color: rgba(255, 248, 236, 0.4);
	font-size: 0.74rem;
}

.mi-review-form {
	background: #fff8ec;
	border-radius: 24px;
	color: #171511;
	margin-top: 22px;
	padding: 24px;
}

.mi-review-form h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
	margin: 0 0 6px;
}

.mi-review-form > p {
	color: rgba(23, 21, 17, 0.64);
	line-height: 1.5;
}

.mi-review-form fieldset {
	border: 0;
	margin: 20px 0;
	padding: 0;
}

.mi-rating-input {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.mi-rating-input input {
	clip: rect(0, 0, 0, 0);
	position: absolute;
}

.mi-rating-input label {
	color: #d5cfc3;
	cursor: pointer;
	font-size: 2rem;
}

.mi-rating-input label:hover,
.mi-rating-input label:hover ~ label,
.mi-rating-input input:checked ~ label {
	color: #e99d14;
}

.mi-review-form label > span {
	display: block;
	font-size: 0.78rem;
	font-weight: 800;
	margin: 14px 0 7px;
}

.mi-review-form textarea,
.mi-review-form input {
	background: white;
	border-color: rgba(23, 21, 17, 0.15);
	color: #171511;
}

.mi-review-form__identity {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 1fr;
}

.mi-review-form > button {
	margin-top: 18px;
}

/* Cart connected to the active WooCommerce session */
.mi-floating-cart {
	align-items: center;
	backdrop-filter: blur(18px);
	background: rgba(36, 32, 27, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	bottom: max(22px, env(safe-area-inset-bottom));
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.42);
	color: #fff8ec !important;
	display: flex;
	gap: 13px;
	min-height: 68px;
	padding: 9px 13px 9px 10px;
	position: fixed;
	right: clamp(16px, 3vw, 42px);
	transform: translateZ(0);
	transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
	z-index: 1200;
}

.mi-floating-cart.has-items {
	background: linear-gradient(135deg, var(--mi-accent), #b92f17);
	border-color: rgba(255, 255, 255, 0.25);
}

.mi-floating-cart:hover {
	transform: translateY(-3px);
}

.mi-floating-cart__icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	display: flex;
	font-size: 1.25rem;
	height: 48px;
	justify-content: center;
	position: relative;
	width: 48px;
}

.mi-floating-cart__icon b {
	align-items: center;
	background: #fff8ec;
	border-radius: 999px;
	color: #171511;
	display: flex;
	font-size: 0.65rem;
	height: 20px;
	justify-content: center;
	min-width: 20px;
	padding: 0 4px;
	position: absolute;
	right: -4px;
	top: -4px;
}

.mi-floating-cart__copy {
	display: flex;
	flex-direction: column;
	min-width: 84px;
}

.mi-floating-cart__copy small {
	color: rgba(255, 248, 236, 0.64);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mi-floating-cart__copy strong {
	font-size: 0.95rem;
}

.mi-floating-cart__copy em {
	color: rgba(255, 248, 236, 0.7);
	font-size: 0.7rem;
	font-style: normal;
}

.mi-floating-cart__action {
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	font-size: 0.75rem;
	font-weight: 850;
	padding: 8px 4px 8px 13px;
}

/* Fullscreen WooCommerce cart */
.mi-fullscreen-active .woocommerce {
	margin: 0 auto;
	max-width: 1280px;
	padding: clamp(24px, 5vw, 70px) clamp(14px, 4vw, 48px) max(80px, env(safe-area-inset-bottom));
	width: 100%;
}

.mi-fullscreen-active .woocommerce > h1,
.mi-fullscreen-active .woocommerce .woocommerce-cart-form::before {
	content: "Tu pedido";
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.7rem, 7vw, 5.8rem);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 0.95;
	margin: 0 0 30px;
}

.mi-cart-context {
	margin-bottom: 28px;
}

.mi-cart-context > a {
	color: #ff947c;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 800;
	margin-bottom: 18px;
}

.mi-cart-context > div {
	background: radial-gradient(circle at 95% 0, rgba(242, 78, 43, 0.28), transparent 42%), #211e1a;
	border: 1px solid var(--mi-line);
	border-radius: 24px;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
	padding: 22px;
}

.mi-cart-context span {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.mi-cart-context small {
	color: rgba(255, 248, 236, 0.5);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mi-cart-context strong {
	font-size: 1rem;
}

.mi-cart-context__time strong {
	color: #ffb5a5;
	font-size: 1.2rem;
}

.mi-fullscreen-active .woocommerce table.shop_table {
	background: #211e1a;
	border: 1px solid var(--mi-line);
	border-collapse: separate;
	border-radius: 22px;
	color: #fff8ec;
	overflow: hidden;
}

.mi-fullscreen-active .woocommerce table.shop_table th,
.mi-fullscreen-active .woocommerce table.shop_table td {
	border-color: var(--mi-line);
	padding: 15px;
}

.mi-fullscreen-active .woocommerce table.shop_table a {
	color: #fff8ec;
}

.mi-fullscreen-active .woocommerce table.shop_table .product-thumbnail img {
	border-radius: 12px;
	width: 78px;
}

.mi-fullscreen-active .woocommerce .quantity .qty,
.mi-fullscreen-active .woocommerce .coupon .input-text {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid var(--mi-line);
	border-radius: 12px;
	color: white;
	min-height: 42px;
}

.mi-fullscreen-active .woocommerce button.button,
.mi-fullscreen-active .woocommerce a.button,
.mi-fullscreen-active .woocommerce .checkout-button {
	background: var(--mi-accent);
	border-radius: 999px;
	color: white;
	font-weight: 800;
	min-height: 46px;
	padding: 14px 20px;
}

.mi-fullscreen-active .woocommerce .cart_totals {
	background: #211e1a;
	border: 1px solid var(--mi-line);
	border-radius: 22px;
	padding: 22px;
}

.mi-fullscreen-active .woocommerce .cart_totals h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
	margin-top: 0;
}

.mi-fullscreen-active .woocommerce .woocommerce-notices-wrapper > * {
	background: #211e1a;
	border-color: var(--mi-accent);
	color: #fff8ec;
}

/* Checkout, payment and order confirmation */
.mi-fullscreen-active.woocommerce-checkout .woocommerce::before {
	content: "Finaliza tu pedido";
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.7rem, 7vw, 5.8rem);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 0.95;
	margin: 0 0 34px;
}

.mi-fullscreen-active.woocommerce-order-received .woocommerce::before {
	content: "Pedido recibido";
}

.mi-fullscreen-active .woocommerce form.checkout,
.mi-fullscreen-active .woocommerce-checkout-review-order,
.mi-fullscreen-active .woocommerce-order,
.mi-fullscreen-active .woocommerce-customer-details,
.mi-fullscreen-active .woocommerce-order-details {
	color: #fff8ec;
}

.mi-fullscreen-active .woocommerce form.checkout h3,
.mi-fullscreen-active .woocommerce-order h2,
.mi-fullscreen-active .woocommerce-order h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	font-weight: 500;
	letter-spacing: -0.035em;
}

.mi-fullscreen-active .woocommerce form .form-row label,
.mi-fullscreen-active .wc-block-components-text-input label,
.mi-fullscreen-active .wc-block-components-checkbox__label,
.mi-fullscreen-active .wc-block-components-radio-control__label {
	color: rgba(255, 248, 236, 0.72);
}

.mi-fullscreen-active .woocommerce form .input-text,
.mi-fullscreen-active .woocommerce form select,
.mi-fullscreen-active .woocommerce form textarea,
.mi-fullscreen-active .select2-container--default .select2-selection--single,
.mi-fullscreen-active .wc-block-components-text-input input,
.mi-fullscreen-active .wc-block-components-combobox .wc-block-components-combobox-control input,
.mi-fullscreen-active .wc-block-components-textarea {
	background: #211e1a;
	border: 1px solid var(--mi-line);
	border-radius: 13px;
	color: #fff8ec;
	min-height: 50px;
	outline: 0;
}

.mi-fullscreen-active .select2-container--default .select2-selection--single .select2-selection__rendered,
.mi-fullscreen-active .select2-container--default .select2-selection--single .select2-selection__arrow,
.mi-fullscreen-active .woocommerce form .form-row .required {
	color: #ff947c;
}

.mi-fullscreen-active .select2-dropdown {
	background: #211e1a;
	border-color: var(--mi-line);
	color: #fff8ec;
}

.mi-fullscreen-active .select2-container--default .select2-results__option--highlighted[aria-selected],
.mi-fullscreen-active .select2-container--default .select2-results__option--highlighted[data-selected] {
	background: var(--mi-accent);
}

.mi-fullscreen-active .woocommerce-checkout-review-order,
.mi-fullscreen-active .woocommerce-checkout #payment,
.mi-fullscreen-active .woocommerce-order-details,
.mi-fullscreen-active .woocommerce-customer-details,
.mi-fullscreen-active .woocommerce ul.order_details,
.mi-fullscreen-active .woocommerce-thankyou-order-received {
	background: #211e1a;
	border: 1px solid var(--mi-line);
	border-radius: 22px;
	padding: clamp(18px, 3vw, 28px);
}

.mi-fullscreen-active .woocommerce-checkout #payment {
	background: #171511;
	color: #fff8ec;
	margin-top: 18px;
}

.mi-fullscreen-active .woocommerce-checkout #payment ul.payment_methods,
.mi-fullscreen-active .woocommerce-checkout #payment div.form-row,
.mi-fullscreen-active .woocommerce-checkout #payment .payment_box {
	border-color: var(--mi-line);
}

.mi-fullscreen-active .woocommerce-checkout #payment div.payment_box {
	background: #2a2621;
	color: rgba(255, 248, 236, 0.76);
}

.mi-fullscreen-active .woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #2a2621;
}

.mi-fullscreen-active .woocommerce-checkout #place_order,
.mi-fullscreen-active .wc-block-components-checkout-place-order-button {
	background: var(--mi-accent);
	border: 0;
	border-radius: 999px;
	color: white;
	font-size: 1rem;
	font-weight: 850;
	min-height: 56px;
	width: 100%;
}

.mi-fullscreen-active .woocommerce ul.order_details {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
	list-style: none;
	margin: 22px 0 34px;
}

.mi-fullscreen-active .woocommerce ul.order_details li {
	border-color: var(--mi-line);
	color: rgba(255, 248, 236, 0.54);
	float: none;
	margin: 0;
	padding: 0 15px 0 0;
}

.mi-fullscreen-active .woocommerce ul.order_details li strong {
	color: #fff8ec;
	margin-top: 5px;
}

.mi-fullscreen-active .woocommerce-thankyou-order-received {
	border-color: rgba(87, 210, 145, 0.4);
	color: #9ee6bd;
	font-size: 1rem;
	font-weight: 750;
}

/* WooCommerce Checkout Block */
.mi-fullscreen-active .wc-block-checkout,
.mi-fullscreen-active .wc-block-cart,
.mi-fullscreen-active .wc-block-components-sidebar,
.mi-fullscreen-active .wc-block-components-main {
	color: #fff8ec;
}

.mi-fullscreen-active .wc-block-components-sidebar,
.mi-fullscreen-active .wc-block-components-order-summary,
.mi-fullscreen-active .wc-block-components-totals-wrapper,
.mi-fullscreen-active .wc-block-components-checkout-step {
	border-color: var(--mi-line);
}

.mi-fullscreen-active .wc-block-components-order-summary,
.mi-fullscreen-active .wc-block-components-checkout-step__content {
	background: transparent;
}

.mi-fullscreen-active .wc-block-components-radio-control,
.mi-fullscreen-active .wc-block-components-address-card,
.mi-fullscreen-active .wc-block-components-order-summary-item {
	background: #211e1a;
	border-color: var(--mi-line);
	color: #fff8ec;
}

.mi-fullscreen-active .wc-block-components-product-name,
.mi-fullscreen-active .wc-block-components-totals-item__label,
.mi-fullscreen-active .wc-block-components-totals-item__value,
.mi-fullscreen-active .wc-block-components-checkout-step__title {
	color: #fff8ec;
}

.mi-product-card__description {
	color: rgba(255, 248, 236, 0.6);
	font-size: clamp(0.78rem, 1.5vw, 0.94rem);
	line-height: 1.45;
}

.mi-product-card__description p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 0;
	overflow: hidden;
}

.mi-product-card__price {
	font-size: 0.92rem;
	margin-top: auto;
	padding-top: 14px;
}

.mi-product-card__add {
	align-items: center;
	align-self: flex-end;
	background: #fff8ec;
	border: 0;
	border-radius: 999px;
	color: #171511 !important;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1.35rem;
	height: 44px;
	justify-content: center;
	transition: background 180ms ease, transform 180ms ease;
	width: 44px;
}

.mi-product-card__add:hover,
.mi-product-card__add.is-added {
	background: var(--mi-accent);
	transform: scale(1.06);
}

.mi-product-card__add:disabled {
	cursor: wait;
	opacity: 0.55;
}

.mi-video-card {
	background: #12100e;
	border-radius: var(--mi-radius-lg);
	color: white;
	grid-column: 1 / -1;
	min-height: min(76svh, 780px);
	overflow: hidden;
	position: relative;
}

.mi-video-card video,
.mi-video-card__gradient {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.mi-video-card video {
	object-fit: cover;
}

.mi-video-card__gradient {
	background: linear-gradient(180deg, rgba(12, 10, 8, 0.05) 25%, rgba(12, 10, 8, 0.84) 100%);
	pointer-events: none;
}

.mi-video-card__sound {
	backdrop-filter: blur(12px);
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 999px;
	color: white;
	cursor: pointer;
	font-size: 0.72rem;
	font-weight: 750;
	padding: 10px 14px;
	position: absolute;
	right: 18px;
	top: 18px;
	z-index: 2;
}

.mi-video-card__copy {
	bottom: clamp(24px, 5vw, 64px);
	left: clamp(22px, 5vw, 64px);
	max-width: 680px;
	position: absolute;
	right: clamp(22px, 5vw, 64px);
	z-index: 2;
}

.mi-video-card__copy h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.4rem, 7vw, 6.4rem);
	font-weight: 500;
	letter-spacing: -0.06em;
	line-height: 0.9;
	margin: 0;
}

.mi-video-card__copy p {
	color: rgba(255, 255, 255, 0.75);
	font-size: clamp(0.95rem, 2vw, 1.15rem);
	line-height: 1.55;
	margin: 18px 0 0;
	max-width: 540px;
}

.mi-empty-state,
.mi-missing-context {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 50svh;
	padding: 40px 20px;
	text-align: center;
}

.mi-menu__feed > .mi-empty-state {
	grid-column: 1 / -1;
}

.mi-empty-state strong {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.8rem, 5vw, 3.5rem);
}

.mi-empty-state p {
	color: rgba(255, 248, 236, 0.6);
	line-height: 1.6;
}

.mi-entry .mi-empty-state p {
	color: rgba(255, 255, 255, 0.62);
}

.mi-missing-context {
	background: #171511;
	color: #fff8ec;
	min-height: 100svh;
}

.mi-missing-context span {
	color: #ff947c;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mi-missing-context h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 10vw, 8rem);
	font-weight: 500;
	letter-spacing: -0.065em;
	margin: 16px 0;
}

.mi-missing-context p {
	color: rgba(255, 255, 255, 0.65);
}

.mi-missing-context a {
	background: #fff8ec;
	border-radius: 999px;
	color: #171511;
	display: inline-flex;
	font-weight: 800;
	margin-top: 18px;
	padding: 16px 22px;
}

@media (max-width: 900px) {
	.mi-product-sheet {
		border: 0;
		border-radius: 0;
		height: 100svh;
		width: 100%;
	}

	.mi-product-sheet__bar {
		position: fixed;
	}

	.mi-product-sheet__grid {
		display: block;
		height: 100%;
		overflow-y: auto;
		padding-top: 62px;
	}

	.mi-product-gallery {
		aspect-ratio: 4 / 4.2;
		height: auto;
	}

	.mi-product-sheet__content {
		overflow: visible;
		padding: 30px 18px max(70px, env(safe-area-inset-bottom));
	}

	.mi-product-sheet__intro h2 {
		font-size: clamp(2.6rem, 12vw, 4.6rem);
	}
}

@media (min-width: 760px) {
	.mi-menu__feed {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mi-menu-header__search {
		max-width: min(680px, 48vw);
		position: absolute;
		right: clamp(120px, 12vw, 190px);
		top: max(10px, env(safe-area-inset-top));
		width: min(680px, 48vw);
	}

	.mi-category-rail {
		margin-top: 15px;
	}
}

@media (min-width: 1180px) {
	.mi-menu__feed {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.mi-branch-card {
		min-height: 600px;
	}
}

@media (max-width: 520px) {
	.mi-entry {
		padding-left: 16px;
		padding-right: 16px;
	}

	.mi-brand {
		margin-bottom: 52px;
	}

	.mi-branch-card {
		min-height: 490px;
	}

	.mi-branch-card__content {
		padding: 22px;
	}

	.mi-menu__feed {
		gap: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.mi-product-card {
		border-radius: 14px;
	}

	.mi-product-card__body {
		align-items: flex-end;
		padding: 12px;
	}

	.mi-product-card__description {
		display: none;
	}

	.mi-product-card__add {
		height: 38px;
		width: 38px;
	}

	.mi-video-card {
		border-radius: 20px;
		min-height: 68svh;
	}

	.mi-product-order-form__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.mi-quantity {
		justify-content: space-between;
	}

	.mi-product-order-form__submit {
		width: 100%;
	}

	.mi-review-form__identity {
		grid-template-columns: 1fr;
	}

	.mi-product-rating-link {
		grid-template-columns: 1fr auto;
	}

	.mi-product-rating-link b,
	.mi-product-rating-link small {
		grid-column: 1;
	}

	.mi-product-rating-link > span:last-child {
		grid-column: 2;
		grid-row: 1 / span 3;
	}

	.mi-floating-cart {
		bottom: max(10px, env(safe-area-inset-bottom));
		left: 10px;
		right: 10px;
	}

	.mi-floating-cart__copy {
		flex: 1;
	}

	.mi-floating-cart__action {
		font-size: 0.7rem;
		padding-left: 9px;
	}

	.mi-cart-context > div {
		gap: 14px;
		grid-template-columns: 1fr 1fr;
		padding: 17px;
	}

	.mi-cart-context__time {
		grid-column: 1 / -1;
	}

	.mi-fullscreen-active .woocommerce {
		padding-left: 10px;
		padding-right: 10px;
	}

	.mi-fullscreen-active .woocommerce table.shop_table_responsive tr,
	.mi-fullscreen-active .woocommerce-page table.shop_table_responsive tr {
		background: #211e1a;
		border-bottom: 1px solid var(--mi-line);
		display: block;
		margin-bottom: 12px;
		padding: 10px;
	}

	.mi-fullscreen-active .woocommerce table.shop_table_responsive tr td,
	.mi-fullscreen-active .woocommerce-page table.shop_table_responsive tr td {
		background: transparent;
		border-color: rgba(255, 255, 255, 0.08);
		color: #fff8ec;
	}

	.mi-fullscreen-active .woocommerce .coupon {
		display: grid;
		gap: 8px;
		grid-template-columns: 1fr;
	}

	.mi-fullscreen-active .woocommerce .coupon .input-text,
	.mi-fullscreen-active .woocommerce .coupon .button,
	.mi-fullscreen-active .woocommerce button[name="update_cart"] {
		float: none;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mi-fullscreen-active *,
	.mi-fullscreen-active *::before,
	.mi-fullscreen-active *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
