:root {
	--mirage-bg: #f9f7f3;
	--mirage-ink: #211d1a;
	--mirage-muted: #6f6258;
	--mirage-soft: #f4f0e8;
	--mirage-panel: #5b5047;
	--mirage-panel-soft: #786b61;
	--mirage-gold: #9b684d;
	--mirage-gold-light: #d8c4ad;
	--mirage-price: #8f533c;
	--mirage-container: 1200px;
}

* {
	box-sizing: border-box;
}

[hidden] {
	display: none !important;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--mirage-bg);
	color: var(--mirage-ink);
	font-family: "Arimo", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

body.mirage-drawer-open {
	overflow: hidden;
}

body.mirage-mini-cart-open,
body.mirage-add-success-open,
body.mirage-gallery-viewer-open,
body.mirage-tracking-drawer-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select {
	font: inherit;
}

button {
	cursor: pointer;
}

.mirage-container {
	width: min(var(--mirage-container), calc(100% - 60px));
	margin: 0 auto;
}

.mirage-section-title {
	margin: 0 0 28px;
	color: var(--mirage-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.06;
	text-align: left;
	letter-spacing: 0;
}

.mirage-section-kicker {
	margin: 0 0 12px;
	color: var(--mirage-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-align: left;
	text-transform: uppercase;
}

.mirage-button,
.mirage-outline-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 126px;
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid var(--mirage-gold);
	border-radius: 0;
	background: var(--mirage-gold);
	color: #fffefc;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.mirage-button:hover,
.mirage-button:focus-visible {
	background: var(--mirage-ink);
	border-color: var(--mirage-ink);
}

.mirage-button-light {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--mirage-panel);
}

.mirage-button-light:hover,
.mirage-button-light:focus-visible {
	background: var(--mirage-gold-light);
	border-color: var(--mirage-gold-light);
	color: #ffffff;
}

.mirage-outline-button {
	display: flex;
	width: max-content;
	margin: 40px auto 0;
	background: transparent;
	color: var(--mirage-gold);
}

.mirage-outline-button:hover,
.mirage-outline-button:focus-visible {
	background: var(--mirage-gold);
	color: #ffffff;
}

.mirage-header {
	position: relative;
	z-index: 20;
	background: #ffffff;
	color: var(--mirage-ink);
}

.mirage-announcement-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	background: var(--mirage-panel);
	color: #fffefc;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mirage-header-main {
	background: #ffffff;
	border-bottom: 1px solid #e6ded4;
}

.mirage-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 118px;
	gap: 28px;
}

.mirage-logo {
	flex: 0 0 220px;
}

.mirage-logo a {
	display: inline-flex;
	align-items: center;
}

.mirage-brand-logo {
	display: inline-flex;
	align-items: center;
}

.mirage-logo-text {
	color: var(--mirage-ink);
	font-family: "Archivo Black", "Arial Black", sans-serif;
	font-size: 26px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.mirage-logo img {
	width: 220px;
	max-height: 76px;
	object-fit: contain;
}

.mirage-search {
	position: relative;
	display: flex;
	align-items: center;
	width: min(403px, 100%);
	height: 52px;
	background: var(--mirage-soft);
	border-radius: 8px;
}

.mirage-search button {
	position: absolute;
	left: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 0;
	background: transparent;
	color: #ffffff;
}

.mirage-search input {
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	color: #ffffff;
	padding: 0 18px 0 66px;
}

.mirage-search input::placeholder {
	color: #ffffff;
	opacity: 1;
}

.mirage-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mirage-currency-wrap {
	position: relative;
}

.mirage-action,
.mirage-currency {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	min-width: 56px;
	border: 0;
	border-radius: 8px;
	background: var(--mirage-gold);
	color: var(--mirage-ink);
}

.mirage-action:hover,
.mirage-action:focus-visible,
.mirage-currency:hover,
.mirage-currency:focus-visible {
	background: var(--mirage-gold-light);
	color: var(--mirage-panel);
}

.mirage-currency {
	gap: 10px;
	min-width: 100px;
	font-weight: 700;
}

.mirage-currency-menu {
	position: absolute;
	z-index: 45;
	top: calc(100% + 8px);
	right: 0;
	display: grid;
	width: 132px;
	margin: 0;
	padding: 8px 0;
	border: 1px solid #e6e6e6;
	background: #ffffff;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
	list-style: none;
}

.mirage-currency-menu[hidden] {
	display: none;
}

.mirage-currency-menu button {
	width: 100%;
	min-height: 36px;
	border: 0;
	background: transparent;
	color: #333333;
	padding: 0 16px;
	font-weight: 700;
	text-align: left;
}

.mirage-currency-menu button:hover,
.mirage-currency-menu button:focus-visible {
	background: #f6f6f6;
	color: var(--mirage-gold);
}

.mirage-action svg,
.mirage-currency svg,
.mirage-search svg,
.mirage-mobile-toggle svg,
.mirage-mobile-close svg,
.mirage-newsletter-form svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mirage-cart-count {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	border-radius: 999px;
	background: var(--mirage-price);
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}

.mirage-nav-row {
	min-height: 42px;
	background: #ffffff;
	border-bottom: 1px solid #e6ebf2;
}

.mirage-nav-row .mirage-container {
	display: flex;
	justify-content: center;
}

.mirage-more-link {
	display: none;
	align-items: center;
	height: 42px;
	color: var(--mirage-ink);
	font-weight: 700;
}

.mirage-mega-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
}

.mirage-mega-menu {
	display: flex;
	justify-content: center;
	position: static;
	width: 100%;
	min-height: 42px;
	padding: 0;
	background: #ffffff;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.mirage-menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 0 clamp(18px, 3vw, 38px);
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

.mirage-menu li {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.mirage-menu > li.has-children,
.mirage-menu > li.menu-item-has-children {
	padding-right: 14px;
}

.mirage-menu > li.has-children::after,
.mirage-menu > li.menu-item-has-children::after {
	content: "";
	width: 6px;
	height: 6px;
	margin-left: 8px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
}

.mirage-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 9px 0;
	color: var(--mirage-ink);
	font-weight: 700;
	white-space: nowrap;
}

.mirage-menu a:hover,
.mirage-menu a:focus-visible {
	color: var(--mirage-gold);
}

.mirage-submenu,
.mirage-menu .sub-menu {
	position: absolute;
	z-index: 60;
	top: 100%;
	left: 0;
	display: grid;
	min-width: 198px;
	margin: 0;
	padding: 16px 0;
	background: #ffffff;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	visibility: hidden;
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.mirage-submenu.is-columns {
	left: 50%;
	grid-template-columns: repeat(3, minmax(150px, 1fr));
	gap: 18px;
	width: 646px;
	padding: 26px 32px;
	transform: translate(-50%, 10px);
}

.mirage-menu > li:hover > .mirage-submenu,
.mirage-menu > li:focus-within > .mirage-submenu,
.mirage-menu > li:hover > .sub-menu,
.mirage-menu > li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.mirage-menu > li:hover > .mirage-submenu.is-columns,
.mirage-menu > li:focus-within > .mirage-submenu.is-columns {
	transform: translate(-50%, 0);
}

.mirage-submenu li,
.mirage-menu .sub-menu li {
	display: block;
}

.mirage-submenu a,
.mirage-menu .sub-menu a {
	display: flex;
	min-height: 0;
	padding: 8px 18px;
	color: #232323;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	white-space: nowrap;
}

.mirage-submenu.is-columns > li > a {
	padding: 0 0 14px;
	font-weight: 700;
}

.mirage-submenu-child {
	display: grid;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mirage-submenu-child a {
	padding: 6px 0;
	color: #555555;
}

.mirage-menu .sub-menu .sub-menu {
	position: static;
	min-width: 0;
	padding: 0 0 0 14px;
	box-shadow: none;
	opacity: 1;
	pointer-events: auto;
	transform: none;
	visibility: visible;
}

.mirage-mobile-toggle,
.mirage-mobile-drawer {
	display: none;
}

.mirage-home {
	background: var(--mirage-bg);
}

.mirage-hero {
	position: relative;
	overflow: hidden;
	background: var(--mirage-soft);
}

.mirage-hero-track {
	position: relative;
	height: 533px;
}

.mirage-hero-slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	background-image: linear-gradient(90deg, rgba(33, 29, 26, 0.54), rgba(33, 29, 26, 0.12)), var(--hero-bg);
	background-position: center;
	background-size: cover;
	opacity: 0;
	transition: opacity 500ms ease;
}

.mirage-hero-slide.is-active {
	opacity: 1;
	z-index: 1;
}

.mirage-hero-content {
	position: relative;
	z-index: 2;
	width: min(560px, 100%);
	margin-left: 0;
	color: #fffefc;
	text-align: left;
}

.mirage-hero-content-left {
	margin-right: auto;
}

.mirage-hero-content-center {
	margin-right: auto;
	text-align: left;
}

.mirage-hero-content p {
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mirage-hero-content h1,
.mirage-hero-content h2 {
	max-width: 560px;
	margin: 0 0 20px;
	color: #fffefc;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 58px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
}

.mirage-hero-copy {
	max-width: 460px;
	margin-bottom: 30px;
	color: #fffefc;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}

.mirage-hero-dots {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: 18px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.mirage-hero-dots button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	background: transparent;
}

.mirage-hero-dots button.is-active {
	background: #ffffff;
}

.mirage-home-section-heading,
.mirage-product-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 34px;
	margin-bottom: 34px;
}

.mirage-home-section-heading p,
.mirage-product-heading p,
.mirage-editorial-copy p,
.mirage-link-edit-copy p {
	max-width: 430px;
	margin: 0;
	color: var(--mirage-muted);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.65;
}

.mirage-home-section-heading .mirage-section-title,
.mirage-product-heading .mirage-section-title {
	margin-bottom: 0;
}

.mirage-product-heading .mirage-outline-button {
	margin: 0;
}

.mirage-editorial-collection {
	padding: 82px 0 76px;
	background: var(--mirage-bg);
}

.mirage-editorial-collection-inner {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
	gap: 56px;
	align-items: start;
}

.mirage-editorial-copy {
	position: sticky;
	top: 24px;
	align-self: start;
}

.mirage-editorial-copy .mirage-section-title {
	margin-bottom: 18px;
	font-size: clamp(38px, 4vw, 58px);
}

.mirage-editorial-copy .mirage-outline-button {
	margin: 34px 0 0;
}

.mirage-editorial-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.mirage-product-card-editorial .mirage-product-image {
	aspect-ratio: 0.82 / 1;
}

.mirage-image-mosaic {
	padding: 36px 0 76px;
	background: #ffffff;
}

.mirage-mosaic-grid {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	grid-template-rows: 300px 300px;
	gap: 22px;
}

.mirage-mosaic-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background: var(--mirage-soft);
}

.mirage-mosaic-tall {
	grid-row: span 2;
}

.mirage-mosaic-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.mirage-mosaic-item:hover img,
.mirage-mosaic-item:focus-visible img {
	transform: scale(1.04);
}

.mirage-mosaic-item span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 136px;
	min-height: 46px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.mirage-team-shop {
	padding: 82px 0 76px;
	background: var(--mirage-bg);
}

.mirage-team-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.mirage-team-card {
	display: grid;
	align-content: start;
	gap: 14px;
	min-width: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-align: left;
	transition: opacity 180ms ease, transform 180ms ease;
}

.mirage-team-card:hover,
.mirage-team-card:focus-visible {
	opacity: 0.88;
	transform: translateY(-2px);
}

.mirage-team-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 0;
	background: var(--mirage-soft);
}

.mirage-team-card span {
	min-height: 0;
	color: var(--mirage-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.35;
	text-transform: none;
}

.mirage-team-card small {
	color: var(--mirage-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mirage-promo {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 644px;
	margin-top: 0;
	background-color: var(--mirage-soft);
	background-position: center;
	background-size: cover;
	color: #ffffff;
	text-align: left;
}

.mirage-promo::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(33, 29, 26, 0.54), rgba(33, 29, 26, 0.08));
}

.mirage-promo-content {
	position: relative;
	z-index: 1;
	max-width: 500px;
	color: #fffefc;
}

.mirage-promo h2 {
	margin: 0 0 12px;
	color: #fffefc;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 54px;
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: 0;
}

.mirage-promo p {
	margin: 0 0 24px;
	color: #fffefc;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
}

.mirage-products {
	margin-top: 0;
	padding: 82px 0 78px;
	background: var(--mirage-bg);
}

.mirage-product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.mirage-product-card {
	min-width: 0;
	overflow: hidden;
	border-radius: 0;
	background: transparent;
	text-align: left;
	box-shadow: none;
}

.mirage-product-image {
	position: relative;
	display: block;
	aspect-ratio: 0.82 / 1;
	overflow: hidden;
	background: var(--mirage-soft);
}

.mirage-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 200ms ease, transform 300ms ease;
}

.mirage-product-card .mirage-sale-badge {
	left: 14px;
	top: 14px;
	z-index: 2;
}

.mirage-product-hover {
	position: absolute;
	inset: 0;
	opacity: 0;
}

.mirage-product-card:hover .mirage-product-hover {
	opacity: 1;
}

.mirage-product-card:hover .mirage-product-image img:first-child {
	transform: scale(1.03);
}

.mirage-product-card h3 {
	min-height: 48px;
	margin: 16px 0 4px;
	color: var(--mirage-ink);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
}

.mirage-price {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin: 0 0 14px;
	color: var(--mirage-price);
	font-size: 18px;
	font-weight: 800;
}

.mirage-price del {
	color: #9aa3af;
	font-size: 14px;
	font-weight: 600;
}

.mirage-products-new {
	background: var(--mirage-bg);
}

.mirage-link-edit-copy h2,
.mirage-ready-band h2 {
	margin: 0 0 22px;
	color: var(--mirage-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(40px, 5vw, 64px);
	font-weight: 400;
	line-height: 1.02;
}

.mirage-room-inspiration {
	padding: 92px 0;
	background: var(--mirage-soft);
}

.mirage-inspiration-grid {
	display: grid;
	grid-template-columns: 1.35fr 0.82fr;
	grid-template-rows: 310px 310px;
	gap: 24px;
}

.mirage-inspiration-card {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--mirage-bg);
	color: #fffefc;
}

.mirage-inspiration-card-large {
	grid-row: span 2;
}

.mirage-inspiration-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.mirage-inspiration-card:hover img,
.mirage-inspiration-card:focus-visible img {
	transform: scale(1.035);
}

.mirage-inspiration-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(33, 29, 26, 0.03), rgba(33, 29, 26, 0.55));
}

.mirage-inspiration-card span {
	position: absolute;
	z-index: 1;
	left: 28px;
	bottom: 26px;
	color: #fffefc;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mirage-ready-band {
	padding: 58px 0;
	background: var(--mirage-panel);
	color: var(--mirage-soft);
}

.mirage-ready-band-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
}

.mirage-ready-band .mirage-section-kicker,
.mirage-ready-band h2,
.mirage-ready-band p {
	color: var(--mirage-soft);
}

.mirage-ready-band h2 {
	margin-bottom: 8px;
	font-size: clamp(34px, 4vw, 50px);
}

.mirage-ready-band p {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}

.mirage-link-edit {
	padding: 88px 0;
	background: var(--mirage-bg);
}

.mirage-link-edit-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
	gap: 64px;
	align-items: start;
}

.mirage-link-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 34px;
}

.mirage-link-list a {
	display: grid;
	gap: 6px;
	padding: 22px 0;
	border-top: 1px solid #ded4c8;
}

.mirage-link-list a:last-child,
.mirage-link-list a:nth-last-child(2) {
	border-bottom: 1px solid #ded4c8;
}

.mirage-link-list span {
	color: var(--mirage-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	line-height: 1.12;
}

.mirage-link-list small {
	color: var(--mirage-muted);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.mirage-service-strip {
	padding: 34px 0;
	background: #ffffff;
	border-top: 1px solid #e6ded4;
	border-bottom: 1px solid #e6ded4;
}

.mirage-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.mirage-service-grid div {
	display: grid;
	gap: 5px;
}

.mirage-service-grid strong {
	color: var(--mirage-ink);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.mirage-service-grid span {
	color: var(--mirage-muted);
	font-size: 13px;
	line-height: 1.45;
}

.mirage-posts {
	padding: 40px 0 40px;
	background: #ffffff;
}

.mirage-feature-row {
	display: grid;
	grid-template-columns: 47.11% 52.89%;
	align-items: stretch;
	gap: 0;
	margin-bottom: 80px;
}

.mirage-feature-row-reverse {
	grid-template-columns: 52.89% 47.11%;
}

.mirage-feature-row-reverse .mirage-feature-copy {
	order: 2;
}

.mirage-feature-row img {
	width: 100%;
	height: 634px;
	object-fit: cover;
}

.mirage-feature-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 56px;
}

.mirage-feature-row-reverse .mirage-feature-copy {
	align-items: flex-end;
	text-align: right;
}

.mirage-feature-copy h3 {
	margin: 0 0 22px;
	color: var(--mirage-ink);
	font-family: "Archivo Black", Arial Black, sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0;
}

.mirage-feature-copy p {
	margin: 0 0 28px;
	color: var(--mirage-muted);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
}

.mirage-instagram {
	padding: 0;
	background: #ffffff;
}

.mirage-instagram .mirage-section-title {
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
	text-transform: none;
}

.mirage-instagram-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.mirage-instagram-grid a {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: var(--mirage-soft);
}

.mirage-instagram-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.mirage-instagram-grid a:hover img,
.mirage-instagram-grid a:focus-visible img {
	transform: scale(1.04);
}

.mirage-footer {
	background: var(--mirage-panel);
	color: var(--mirage-soft);
}

.mirage-footer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(150px, 1fr)) minmax(240px, 300px);
	gap: 40px;
	align-items: start;
	padding: 35px 0 24px;
}

.mirage-newsletter {
	order: 2;
}

.mirage-footer h3 {
	position: relative;
	margin: 0 0 34px;
	color: var(--mirage-gold-light);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
}

.mirage-footer h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -16px;
	width: 46px;
	height: 1px;
	background: var(--mirage-gold-light);
}

.mirage-footer ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mirage-footer a {
	color: var(--mirage-soft);
}

.mirage-footer a:hover,
.mirage-footer a:focus-visible {
	color: var(--mirage-gold-light);
}

.mirage-footer-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
}

.mirage-footer-chevron {
	display: none;
	width: 12px;
	height: 8px;
	color: var(--mirage-gold-light);
	transition: transform 180ms ease;
}

.mirage-footer-chevron svg {
	width: 100%;
	height: 100%;
	stroke: currentColor;
}

.mirage-newsletter p {
	margin: 0 0 16px;
	max-width: 320px;
}

.mirage-newsletter-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	width: min(300px, 100%);
	height: 43px;
	border: 1px solid var(--mirage-gold-light);
}

.mirage-newsletter-form input {
	width: auto;
	min-width: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #ffffff;
	padding: 0 20px;
}

.mirage-newsletter-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 100%;
	border: 0;
	background: transparent;
	color: var(--mirage-soft);
}

.mirage-newsletter-message {
	display: none;
	grid-column: 1 / -1;
	margin: 6px 0 0;
	color: #efefef;
	font-size: 13px;
	line-height: 1.4;
}

.mirage-newsletter-form.is-submitted .mirage-newsletter-message {
	display: block;
}

.mirage-socials {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	margin-top: 20px;
}

.mirage-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: var(--mirage-soft);
}

.mirage-socials svg,
.mirage-share-icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
	stroke: none;
}

.mirage-footer-bottom {
	padding: 0 20px 35px;
	text-align: center;
	color: #6e6e6e;
	font-size: 13px;
}

.mirage-footer-brand {
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
}

.mirage-footer-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.mirage-footer-logo img {
	width: 156px;
	max-height: 58px;
	object-fit: contain;
}

.mirage-page {
	padding: 72px 0;
}

.mirage-content {
	max-width: 850px;
	margin: 0 auto;
}

.mirage-content h1,
.mirage-archive-header h1,
.mirage-page > h1,
.mirage-loop-card h2 {
	font-family: "Archivo Black", Arial Black, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
}

.mirage-loop {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.mirage-loop-card {
	background: #ffffff;
}

.mirage-loop-thumb {
	display: block;
	aspect-ratio: 1.4 / 1;
	overflow: hidden;
	background: var(--mirage-soft);
}

.mirage-loop-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mirage-loop-card h2 {
	font-size: 24px;
}

.mirage-breadcrumb {
	background: #f6f6f6;
	color: #737373;
	font-size: 14px;
	line-height: 22px;
}

.mirage-breadcrumb-inner {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 54px;
}

.mirage-breadcrumb a {
	color: #999999;
	text-decoration: none;
}

.mirage-breadcrumb-current {
	color: #666666;
}

.mirage-shop-page,
.mirage-collections-page,
.mirage-product-detail,
.mirage-cart-page,
.mirage-checkout-page {
	background: #ffffff;
}

.mirage-shop-title {
	margin: 64px 0 64px;
	color: var(--mirage-ink);
	font-family: "Archivo Black", Arial Black, sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.15;
	text-align: center;
	letter-spacing: 0;
}

.mirage-shop-layout {
	display: grid;
	grid-template-columns: 216px minmax(0, 1fr);
	gap: 47px;
	padding-bottom: 90px;
}

.mirage-collections-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	padding-bottom: 40px;
}

.mirage-collection-card {
	min-width: 0;
	text-align: center;
}

.mirage-collection-card a {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: var(--mirage-soft);
}

.mirage-collection-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.mirage-collection-card:hover img {
	transform: scale(1.03);
}

.mirage-collection-card span {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(20, 117, 107, 0.28);
	color: var(--mirage-muted);
	font-family: "Archivo Black", Arial Black, sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.mirage-filter-panel {
	color: #5e5e5e;
}

.mirage-filter-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 42px;
	border-top: 1px solid #dedede;
	font-weight: 700;
	text-transform: none;
}

.mirage-filter-heading button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	color: var(--mirage-gold);
	font-weight: 700;
}

.mirage-filter-list {
	display: grid;
	gap: 14px;
	max-height: none;
	overflow: visible;
}

.mirage-filter-list label {
	display: grid;
	grid-template-columns: 18px 1fr;
	gap: 10px;
	align-items: start;
	font-size: 14px;
	line-height: 1.35;
}

.mirage-filter-list input {
	width: 18px;
	height: 18px;
	margin: 0;
	border: 1px solid #b9aa9c;
	border-radius: 0;
	appearance: none;
}

.mirage-filter-list input:checked {
	background: var(--mirage-gold);
	box-shadow: inset 0 0 0 4px #ffffff;
}

.mirage-filter-apply {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	margin-top: 18px;
	border: 0;
	background: var(--mirage-panel);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
}

.mirage-collection-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 54px;
	color: #5c5c5c;
	font-size: 16px;
}

.mirage-all-products-label {
	margin-right: auto;
	color: #2b2f34;
	font-weight: 700;
	text-transform: uppercase;
}

.mirage-collection-toolbar label {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.mirage-collection-toolbar select {
	width: 155px;
	height: 39px;
	border: 1px solid #d5d5d5;
	background: #ffffff;
	padding: 0 10px;
}

.mirage-mobile-filter-button {
	display: none;
}

.mirage-shop-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 58px 46px;
}

.mirage-shop-card {
	min-width: 0;
	text-align: center;
}

.mirage-shop-card.is-filtered-out {
	display: none;
}

.mirage-shop-card-image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #ffffff;
}

.mirage-sale-badge {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	min-height: 42px;
	padding: 4px 8px;
	background: var(--mirage-price);
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.05;
	text-transform: uppercase;
	white-space: normal;
}

.mirage-shop-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0;
	transition: opacity 180ms ease, transform 260ms ease;
}

.mirage-shop-card-hover {
	position: absolute;
	inset: 0;
	opacity: 0;
}

.mirage-shop-card:hover .mirage-shop-card-hover {
	opacity: 1;
}

.mirage-shop-card:hover .mirage-shop-card-image img:first-child {
	transform: scale(1.02);
}

.mirage-shop-card h2 {
	min-height: 46px;
	margin: 18px 0 8px;
	color: var(--mirage-ink);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
}

.mirage-shop-price,
.mirage-detail-price {
	color: var(--mirage-price);
	font-size: 20px;
	font-weight: 800;
}

.mirage-shop-price {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.mirage-shop-price del {
	color: #8a8a8a;
	font-size: 16px;
	font-weight: 400;
}

.mirage-save-price {
	margin-top: 5px;
	color: #777777;
	font-size: 13px;
}

.mirage-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 54px;
	color: #555555;
	font-weight: 700;
}

.mirage-filter-empty {
	margin: 42px 0 0;
	color: #777777;
	text-align: center;
}

.mirage-product-detail {
	padding-bottom: 72px;
}

.mirage-product-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 50px;
	padding-top: 60px;
}

.mirage-product-gallery {
	min-width: 0;
}

.mirage-product-main-image {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: var(--mirage-soft);
}

.mirage-product-main-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	transition: opacity 180ms ease;
}

.mirage-product-main-image img.is-active {
	opacity: 1;
	cursor: zoom-in;
	pointer-events: auto;
}

.mirage-product-thumbs {
	display: flex;
	gap: 10px;
	margin-top: 14px;
}

.mirage-product-thumbs button {
	width: 76px;
	height: 76px;
	padding: 4px;
	border: 1px solid transparent;
	background: #ffffff;
}

.mirage-product-thumbs button.is-active {
	border-color: var(--mirage-ink);
}

.mirage-product-thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mirage-product-summary {
	padding: 0;
	text-align: left;
}

.mirage-product-summary h1 {
	margin: 0 0 20px;
	color: #171a1f;
	font-family: "Archivo Black", Arial Black, sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
}

.mirage-detail-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: flex-start;
	gap: 12px;
	margin-bottom: 36px;
	font-size: 22px;
	font-weight: 400;
}

.mirage-detail-price del {
	color: #9a9a9a;
	font-size: 16px;
}

.mirage-detail-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	margin: 0 0 12px;
	padding: 4px 10px;
	background: var(--mirage-panel);
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.mirage-detail-save {
	margin: -4px 0 20px;
	color: var(--mirage-price);
	font-size: 14px;
	font-weight: 700;
	text-align: left;
}

.mirage-product-category-panel {
	display: grid;
	gap: 14px;
	margin: 0 0 28px;
	padding: 22px;
	border: 1px solid var(--mirage-border-soft);
	border-radius: 8px;
	background: var(--mirage-surface);
	box-shadow: var(--mirage-shadow-soft);
}

.mirage-product-category-kicker {
	color: var(--mirage-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mirage-product-category-panel h2 {
	margin: 0;
	color: var(--mirage-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: 0;
}

.mirage-product-category-panel p {
	margin: 0;
	color: var(--mirage-muted);
	font-size: 15px;
	line-height: 1.6;
}

.mirage-product-spec-grid {
	display: grid;
	gap: 10px;
	margin-top: 4px;
}

.mirage-product-spec-grid div {
	display: grid;
	gap: 4px;
	padding-top: 10px;
	border-top: 1px solid var(--mirage-border-soft);
}

.mirage-product-spec-grid span {
	color: var(--mirage-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.mirage-product-spec-grid strong {
	color: var(--mirage-ink);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
}

.mirage-cart-line .mirage-line-meta,
.mirage-mini-cart-line .mirage-line-meta,
.mirage-add-success-line .mirage-line-meta,
.mirage-order-line .mirage-line-meta {
	display: none;
}

.mirage-option-group {
	margin-bottom: 28px;
	text-align: left;
}

.mirage-option-label {
	margin-bottom: 22px;
	color: #666666;
	font-size: 16px;
}

.mirage-color-options {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 22px 30px;
}

.mirage-size-options {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 12px;
}

.mirage-color-options input,
.mirage-size-options input {
	display: none;
}

.mirage-color-options button {
	min-width: 108px;
	min-height: 37px;
	padding: 8px 14px;
	border: 1px solid transparent;
	background: #ffffff;
	color: #666666;
}

.mirage-size-options button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	height: 42px;
	padding: 0 16px;
	border: 1px solid #cfd6df;
	border-radius: 0;
	appearance: none;
	background: #ffffff;
	color: #666666;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.mirage-size-options button:hover,
.mirage-size-options button:focus-visible {
	border-color: var(--mirage-ink);
	color: var(--mirage-ink);
	outline: 0;
}

.mirage-color-options button.is-active {
	border-color: #222222;
	color: #555555;
}

.mirage-size-options button.is-active,
.mirage-size-options button[aria-pressed="true"] {
	background: var(--mirage-ink);
	border-color: var(--mirage-ink);
	box-shadow: inset 0 0 0 1px var(--mirage-ink);
	color: #ffffff;
}

.mirage-qty-control {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 48px;
	width: 170px;
	height: 45px;
	margin: 0;
	border: 1px solid #a7a7a7;
	box-sizing: border-box;
	overflow: hidden;
}

.mirage-qty-control button,
.mirage-qty-control input {
	border: 0;
	background: #ffffff;
	color: #5d5d5d;
	text-align: center;
}

.mirage-qty-control input {
	min-width: 0;
	appearance: textfield;
	-moz-appearance: textfield;
}

.mirage-qty-control input::-webkit-inner-spin-button,
.mirage-qty-control input::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

input[type="number"] {
	appearance: textfield;
	-moz-appearance: textfield;
}

.mirage-product-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 30px;
}

.mirage-secondary-action,
.mirage-primary-action,
.mirage-dark-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 24px;
	border: 1px solid var(--mirage-gold);
	border-radius: 0;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.mirage-secondary-action {
	background: #ffffff;
	color: var(--mirage-gold);
}

.mirage-primary-action {
	background: var(--mirage-gold);
	color: #ffffff;
}

.mirage-dark-button {
	border-color: #2b2b2b;
	background: #2b2b2b;
	color: #ffffff;
}

.mirage-product-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
	margin-top: 20px;
	border-bottom: 1px solid #dddddd;
	color: #545454;
	position: relative;
}

.mirage-product-tab {
	display: contents;
}

.mirage-product-tab > button {
	position: relative;
	display: inline-flex;
	order: 0;
	align-items: center;
	justify-content: space-between;
	min-width: 118px;
	height: 45px;
	border: 0;
	background: #ffffff;
	color: #777777;
	font-weight: 600;
	cursor: pointer;
}

.mirage-product-tab.is-active > button {
	color: var(--mirage-ink);
}

.mirage-product-tab.is-active > button::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 4px;
	background: var(--mirage-ink);
}

.mirage-product-tab button i {
	display: none;
}

.mirage-product-tab-content {
	display: none;
	order: 1;
	flex: 0 0 100%;
	max-width: none;
	padding: 20px 0;
	color: #5c5c5c;
	font-size: 16px;
	line-height: 1.75;
}

.mirage-product-tab.is-active .mirage-product-tab-content {
	display: block;
}

.mirage-product-tab-content p {
	margin: 0 0 16px;
}

.mirage-product-review-empty {
	display: grid;
	justify-items: center;
	gap: 14px;
	padding: 22px 0 18px;
	color: #555555;
	text-align: center;
}

.mirage-product-review-empty svg {
	width: 80px;
	height: 80px;
	fill: var(--mirage-ink);
}

.mirage-product-review-summary {
	display: grid;
	grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	margin: 2px 0 22px;
	padding: 22px 24px;
	border: 1px solid #eeeeee;
	background: #fafafa;
	color: #333333;
}

.mirage-product-review-summary > div:first-child {
	display: grid;
	gap: 8px;
}

.mirage-product-review-summary > div:first-child > span,
.mirage-review-product-info > span {
	color: #777777;
	font-size: 13px;
}

.mirage-product-review-meter {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) 24px;
	gap: 8px 12px;
	align-items: center;
	color: #666666;
	font-size: 13px;
}

.mirage-product-review-meter i {
	display: block;
	height: 8px;
	background: #e5e5e5;
}

.mirage-product-review-meter b {
	display: block;
	height: 100%;
	background: var(--mirage-gold);
}

.mirage-product-review-meter em {
	color: #555555;
	font-style: normal;
	text-align: right;
}

.mirage-product-review-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 22px;
}

.mirage-product-review-card {
	display: grid;
	gap: 12px;
	min-width: 0;
	border: 1px solid #eeeeee;
	background: #ffffff;
	padding: 18px;
}

.mirage-product-review-card header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	min-width: 0;
}

.mirage-product-review-card header div {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.mirage-product-review-card header strong {
	color: #222222;
	font-size: 14px;
}

.mirage-product-review-card header span {
	color: #777777;
	font-size: 12px;
	line-height: 1.35;
}

.mirage-product-review-card .mirage-review-stars {
	flex: 0 0 auto;
	font-size: 13px;
}

.mirage-product-review-card h3 {
	margin: 0;
	color: #222222;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.mirage-product-review-card p {
	margin: 0;
	color: #555555;
	font-size: 14px;
	line-height: 1.6;
}

.mirage-review-see-all {
	width: max-content;
	min-width: 118px;
	margin: 0 auto;
}

.mirage-product-meta-row {
	display: block;
	padding: 0 0 30px;
}

.mirage-product-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 28px 0;
}

.mirage-share-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin: 5px 10px;
	border: 0;
	background: transparent;
	color: var(--mirage-ink);
	line-height: 1;
	text-align: center;
	transition: color 0.18s ease, transform 0.18s ease;
}

.mirage-share-icon:hover,
.mirage-share-icon:focus-visible {
	color: var(--mirage-gold);
	transform: translateY(-1px);
}

.mirage-product-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 30px 0;
	color: var(--mirage-ink);
	font-weight: 500;
	text-transform: uppercase;
}

.mirage-product-related {
	padding: 0 0 76px;
	background: #ffffff;
}

.mirage-product-related h2 {
	margin: 0 0 34px;
	color: var(--mirage-ink);
	font-family: "Archivo Black", Arial Black, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
}

.mirage-related-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 42px 30px;
}

.mirage-cart-page {
	min-height: 725px;
	padding: 243px 0 96px;
}

.mirage-cart-page.has-items {
	padding-top: 72px;
}

.mirage-cart-page:not(.has-items) .mirage-cart-title {
	display: none;
}

.mirage-cart-page h1,
.mirage-checkout-page h1 {
	margin: 0 0 60px;
	color: #151923;
	font-family: "Archivo Black", Arial Black, sans-serif;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0;
}

.mirage-cart-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #7a7a7a;
	text-align: center;
}

.mirage-cart-empty h2 {
	margin: 0 0 60px;
	color: #1d1f21;
	font-size: 28px;
	font-weight: 400;
}

.mirage-empty-cart-icon {
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	color: #1d1f21;
}

.mirage-empty-cart-icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.mirage-cart-empty p {
	margin: 0;
	color: #888888;
	font-size: 16px;
}

.mirage-cart-empty .mirage-dark-button {
	min-height: 44px;
	margin-top: 60px;
	padding: 0 20px;
	border-color: #333333;
	background: #333333;
}

.mirage-cart-empty .mirage-back-link {
	gap: 10px;
	min-width: 0;
	min-height: 0;
	margin-top: 30px;
	color: #1d1f21;
	font-weight: 500;
}

.mirage-cart-empty .mirage-back-link svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.mirage-cart-filled {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 42px;
	align-items: start;
}

.mirage-cart-section-title {
	margin: 0 0 18px;
	color: #222222;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.mirage-cart-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 170px 110px;
	gap: 18px;
	padding: 0 0 14px;
	border-bottom: 1px solid #dcdcdc;
	color: #777777;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.mirage-cart-head span:nth-child(2),
.mirage-cart-head span:nth-child(3) {
	text-align: right;
}

.mirage-cart-line,
.mirage-order-line {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	min-width: 0;
	padding: 18px 0;
	border-bottom: 1px solid #ececec;
}

.mirage-cart-line img,
.mirage-order-line img {
	width: 96px;
	height: 96px;
	object-fit: cover;
	background: var(--mirage-soft);
}

.mirage-cart-line > div,
.mirage-order-line > div {
	min-width: 0;
}

.mirage-cart-line h3,
.mirage-order-line h3 {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 600;
	overflow-wrap: anywhere;
}

.mirage-line-meta {
	color: #777777;
	font-size: 13px;
}

.mirage-line-actions {
	display: grid;
	justify-items: end;
	gap: 10px;
	min-width: 0;
}

.mirage-remove-line {
	border: 0;
	background: transparent;
	color: #777777;
	text-decoration: underline;
}

.mirage-cart-stock-note {
	margin: 14px 0 0;
	color: #8b6d21;
	font-size: 13px;
	line-height: 1.45;
}

.mirage-cart-table,
.mirage-cart-summary,
.mirage-order-summary,
.mirage-checkout-form {
	min-width: 0;
	background: #f7f7f7;
	padding: 28px;
}

.mirage-coupon-field {
	display: grid;
	gap: 10px;
	margin-bottom: 24px;
	color: #666666;
}

.mirage-coupon-field span {
	display: grid;
	grid-template-columns: 1fr 94px;
}

.mirage-coupon-field input,
.mirage-coupon-field button,
.mirage-checkout-form input,
.mirage-checkout-form select,
.mirage-checkout-form textarea {
	height: 44px;
	border: 1px solid #d5d5d5;
	background: #ffffff;
	padding: 0 12px;
}

.mirage-checkout-form textarea {
	min-height: 104px;
	resize: vertical;
	padding: 12px;
	line-height: 1.5;
}

.mirage-cart-note {
	display: grid;
	gap: 10px;
	margin-top: 24px;
	color: #666666;
	font-size: 14px;
}

.mirage-cart-note textarea {
	width: 100%;
	min-height: 104px;
	resize: vertical;
	border: 1px solid #d5d5d5;
	background: #ffffff;
	color: #555555;
	padding: 12px;
}

.mirage-coupon-field button {
	background: #2b2b2b;
	color: #ffffff;
	font-weight: 700;
}

.mirage-summary-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	color: #555555;
}

.mirage-summary-total {
	margin-top: 10px;
	border-top: 1px solid #dddddd;
	color: #1d1f21;
	font-size: 20px;
}

.mirage-cart-summary .mirage-primary-action {
	width: 100%;
	margin-top: 20px;
}

.mirage-summary-note {
	margin: 14px 0 0;
	color: #777777;
	font-size: 13px;
	line-height: 1.5;
}

.mirage-cart-trust {
	display: grid;
	gap: 8px;
	margin: 18px 0 0;
	padding: 16px 0 0;
	border-top: 1px solid #dddddd;
	color: #666666;
	font-size: 13px;
	list-style: none;
}

.mirage-cart-trust li::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 9px;
	border-radius: 50%;
	background: var(--mirage-gold);
	vertical-align: 1px;
}

.mirage-cart-continue {
	margin-top: 18px;
}

.mirage-checkout-page {
	padding: 72px 0 96px;
}

.mirage-checkout-steps {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 14px;
	margin: -38px 0 46px;
	color: #777777;
	font-size: 14px;
}

.mirage-checkout-steps a,
.mirage-checkout-steps span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: inherit;
}

.mirage-checkout-steps a::after,
.mirage-checkout-steps span:not(:last-child)::after {
	content: "/";
	color: #b5b5b5;
}

.mirage-checkout-steps [aria-current="step"] {
	color: #222222;
	font-weight: 700;
}

.mirage-checkout-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 410px;
	gap: 38px;
	align-items: start;
}

.mirage-checkout-form {
	display: grid;
	gap: 24px;
	background: #ffffff;
	border: 1px solid #eeeeee;
}

.mirage-express-checkout {
	display: grid;
	grid-template-columns: 1fr 164px;
	gap: 14px;
	align-items: center;
	padding: 18px;
	border: 1px solid #e4e4e4;
	background: #f7f7f7;
}

.mirage-express-checkout span {
	color: #555555;
	font-weight: 700;
}

.mirage-express-checkout button {
	height: 46px;
	border: 0;
	background: #ffc439;
	color: #17365d;
	font-size: 18px;
	font-weight: 800;
}

.mirage-checkout-form h2,
.mirage-order-summary h2 {
	margin: 0 0 18px;
	font-size: 20px;
	font-weight: 700;
}

.mirage-checkout-form label {
	display: grid;
	gap: 8px;
	margin-bottom: 14px;
	color: #555555;
}

.mirage-checkout-note {
	margin: -8px 0 14px;
	color: #777777;
	font-size: 13px;
	line-height: 1.5;
}

.mirage-order-updates {
	margin-top: 4px;
	padding: 14px 16px;
	border: 1px solid #e5e5e5;
	background: #fafafa;
	color: #666666;
	font-size: 13px;
	line-height: 1.5;
}

.mirage-order-updates strong {
	display: block;
	margin-bottom: 4px;
	color: #333333;
	font-size: 14px;
}

.mirage-order-updates p {
	margin: 0;
}

.mirage-checkout-actions {
	display: grid;
	grid-template-columns: auto 190px;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
}

.mirage-checkout-actions .mirage-primary-action {
	width: 100%;
}

.mirage-checkout-success {
	display: grid;
	gap: 8px;
	padding: 20px;
	border: 1px solid #d9eadb;
	background: #f3fbf4;
	color: #385c3a;
	line-height: 1.55;
}

.mirage-checkout-success[hidden] {
	display: none;
}

.mirage-checkout-success span {
	color: #5a7b5c;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.mirage-checkout-success h2 {
	margin: 0;
	color: #263d28;
	font-size: 20px;
}

.mirage-checkout-success p {
	margin: 0;
}

.mirage-checkout-rights {
	margin: -6px 0 0;
	color: #888888;
	font-size: 12px;
	text-align: center;
}

.mirage-form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.mirage-radio-line {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	min-height: 46px;
	margin: 0 !important;
	border: 1px solid #dddddd;
	background: #ffffff;
	padding: 0 14px;
}

.mirage-radio-line input {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.mirage-toast {
	position: fixed;
	z-index: 200;
	right: 28px;
	bottom: 28px;
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: min(360px, calc(100vw - 40px));
	padding: 16px 18px;
	background: #292929;
	color: #ffffff;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
	transform: translateY(20px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease, transform 180ms ease;
}

.mirage-toast.is-visible {
	transform: translateY(0);
	opacity: 1;
}

.mirage-mini-cart {
	position: fixed;
	inset: 0;
	z-index: 220;
	background: rgba(0, 0, 0, 0.42);
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease;
}

.mirage-mini-cart.is-open {
	opacity: 1;
	pointer-events: auto;
}

.mirage-mini-cart-panel {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(420px, 92vw);
	height: 100%;
	background: #ffffff;
	color: var(--mirage-ink);
	transform: translateX(100%);
	transition: transform 220ms ease;
}

.mirage-mini-cart.is-open .mirage-mini-cart-panel {
	transform: translateX(0);
}

.mirage-mini-cart-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 62px;
	padding: 0 22px;
	border-bottom: 1px solid #eeeeee;
	font-size: 18px;
}

.mirage-mini-cart-top button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	color: var(--mirage-ink);
}

.mirage-mini-cart-top svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mirage-mini-cart-lines {
	flex: 1 1 auto;
	overflow: auto;
	padding: 14px 22px;
}

.mirage-mini-cart-line {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 14px;
	padding: 16px 0;
	border-bottom: 1px solid #eeeeee;
}

.mirage-mini-cart-line img {
	width: 76px;
	height: 76px;
	object-fit: cover;
	background: var(--mirage-soft);
}

.mirage-mini-cart-line h3 {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.mirage-mini-cart-line strong {
	display: block;
	margin-top: 8px;
}

.mirage-mini-cart-empty {
	display: grid;
	place-items: center;
	min-height: 220px;
	color: #777777;
	text-align: center;
}

.mirage-mini-cart-footer {
	flex: 0 0 auto;
	padding: 20px 22px 24px;
	border-top: 1px solid #eeeeee;
	background: #f7f7f7;
}

.mirage-mini-cart-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 16px;
}

.mirage-mini-cart-actions a {
	min-width: 0;
}

.mirage-add-success {
	position: fixed;
	inset: 0;
	z-index: 240;
	display: grid;
	place-items: center;
	padding: 22px;
	background: rgba(0, 0, 0, 0.42);
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease;
}

.mirage-add-success.is-open {
	opacity: 1;
	pointer-events: auto;
}

.mirage-add-success-dialog {
	width: min(520px, 100%);
	background: #ffffff;
	color: var(--mirage-ink);
	box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
	transform: translateY(16px);
	transition: transform 200ms ease;
}

.mirage-add-success.is-open .mirage-add-success-dialog {
	transform: translateY(0);
}

.mirage-add-success-header {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 10px;
	min-height: 62px;
	padding: 0 18px;
	border-bottom: 1px solid #eeeeee;
	font-size: 17px;
}

.mirage-add-success-check {
	display: inline-flex;
	width: 24px;
	height: 24px;
	color: var(--mirage-sage-dark);
}

.mirage-add-success-check svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.mirage-add-success-header button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 0;
	background: transparent;
	color: var(--mirage-ink);
}

.mirage-add-success-header button svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mirage-add-success-product {
	padding: 18px;
}

.mirage-add-success-line {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.mirage-add-success-line img {
	width: 92px;
	height: 92px;
	object-fit: cover;
	background: var(--mirage-soft);
}

.mirage-add-success-line h3 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

.mirage-add-success-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 14px 18px;
	border-top: 1px solid #eeeeee;
	font-size: 15px;
}

.mirage-add-success-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	padding: 0 18px 20px;
}

.mirage-add-success-actions a:not(.mirage-text-action) {
	min-width: 0;
	gap: 6px;
}

.mirage-add-success-actions .mirage-text-action {
	grid-column: 1 / -1;
	justify-self: center;
	color: #666666;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.mirage-add-success-actions .mirage-text-action:hover,
.mirage-add-success-actions .mirage-text-action:focus-visible {
	color: var(--mirage-gold);
}

.mirage-gallery-viewer {
	position: fixed;
	inset: 0;
	z-index: 270;
	display: grid;
	place-items: center;
	padding: 34px 68px;
	background: rgba(0, 0, 0, 0.86);
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease;
}

.mirage-gallery-viewer.is-open {
	opacity: 1;
	pointer-events: auto;
}

.mirage-gallery-viewer-panel {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
}

.mirage-gallery-viewer img {
	max-width: min(100%, 1040px);
	max-height: 82vh;
	object-fit: contain;
	background: #ffffff;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.36);
}

.mirage-gallery-close,
.mirage-gallery-arrow {
	position: absolute;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: rgba(255, 255, 255, 0.92);
	color: var(--mirage-ink);
	font-weight: 700;
	line-height: 1;
}

.mirage-gallery-close {
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	font-size: 20px;
}

.mirage-gallery-arrow {
	top: 50%;
	width: 48px;
	height: 58px;
	font-size: 28px;
	transform: translateY(-50%);
}

.mirage-gallery-arrow.is-prev {
	left: -56px;
}

.mirage-gallery-arrow.is-next {
	right: -56px;
}

.mirage-gallery-count {
	position: absolute;
	left: 50%;
	bottom: 0;
	padding: 6px 12px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--mirage-ink);
	font-size: 13px;
	font-weight: 700;
	transform: translateX(-50%);
}

.mirage-simple-page,
.mirage-account-page,
.mirage-account-center-page,
.mirage-search-page,
.mirage-comments-page {
	min-height: 430px;
	padding-bottom: 96px;
	background: #ffffff;
}

.mirage-simple-title {
	margin: 66px 0 64px;
	color: #151923;
	font-family: "Archivo Black", Arial Black, sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.15;
	text-align: center;
	letter-spacing: 0;
}

.mirage-simple-content {
	max-width: 960px;
	margin: 0 auto;
	color: #555555;
	font-size: 15px;
	line-height: 1.8;
}

.mirage-simple-content h2 {
	margin: 26px 0 12px;
	color: #292929;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.mirage-simple-content p {
	margin: 0 0 15px;
}

.mirage-simple-content .page_detail_default {
	word-break: break-word;
}

.mirage-simple-content .page_detail_default p {
	margin: 0;
}

.mirage-simple-content .page_detail_default strong {
	color: #2b2b2b;
	font-weight: 700;
}

.mirage-simple-content .page_detail_default a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.mirage-account-form {
	display: grid;
	gap: 14px;
	width: min(360px, 100%);
	margin: 0 auto;
}

.mirage-account-form input,
.mirage-search-page-form input,
.mirage-track-form input {
	width: 100%;
	height: 54px;
	border: 0;
	outline: 0;
	background: #f7f7f7;
	color: #555555;
	padding: 0 16px;
}

.mirage-password-field {
	position: relative;
	display: block;
}

.mirage-code-field input {
	padding-right: 58px;
}

.mirage-password-field button,
.mirage-code-field button {
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 54px;
	border: 0;
	background: transparent;
	color: #888888;
	font-size: 12px;
	font-weight: 700;
}

.mirage-code-field {
	position: relative;
	display: block;
}

.mirage-code-field input {
	padding-right: 86px;
}

.mirage-code-field button {
	width: 78px;
	color: var(--mirage-gold);
}

.mirage-checkbox-line {
	display: grid;
	grid-template-columns: 16px 1fr;
	gap: 9px;
	align-items: start;
	color: #666666;
	font-size: 13px;
	line-height: 1.45;
}

.mirage-service-error {
	color: #d83b01;
	font-size: 13px;
	line-height: 1.45;
}

.mirage-checkbox-line input {
	width: 14px;
	height: 14px;
	margin: 2px 0 0;
	accent-color: var(--mirage-gold);
}

.mirage-account-form .mirage-primary-action,
.mirage-search-page-form .mirage-primary-action,
.mirage-track-form .mirage-primary-action {
	width: 100%;
	height: 54px;
}

.mirage-form-message {
	margin: 0;
	color: #2f7d32;
	font-size: 13px;
	text-align: center;
}

.mirage-account-links {
	display: flex;
	justify-content: center;
	gap: 22px;
	margin-top: 6px;
	color: #777777;
	font-size: 14px;
}

.mirage-account-links a:hover,
.mirage-account-links a:focus-visible,
.mirage-back-link:hover,
.mirage-back-link:focus-visible {
	color: var(--mirage-gold);
}

.mirage-account-center {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 42px;
	max-width: 1040px;
	margin: 0 auto;
}

.mirage-account-center-nav {
	display: grid;
	align-content: start;
	gap: 2px;
	border: 1px solid #e4e4e4;
	background: #ffffff;
}

.mirage-account-center-nav strong,
.mirage-account-center-nav a {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 0 18px;
	border-bottom: 1px solid #eeeeee;
	color: #555555;
	font-size: 14px;
}

.mirage-account-center-nav strong {
	background: #f7f7f7;
	color: #222222;
	font-weight: 700;
	text-transform: uppercase;
}

.mirage-account-center-nav a:last-child {
	border-bottom: 0;
}

.mirage-account-center-nav a:hover,
.mirage-account-center-nav a:focus-visible,
.mirage-account-center-nav a.is-active {
	background: #292929;
	color: #ffffff;
}

.mirage-account-panel {
	min-width: 0;
	border: 1px solid #e4e4e4;
	background: #ffffff;
}

.mirage-account-table-head {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr 0.9fr 1fr 0.8fr;
	gap: 12px;
	padding: 16px 20px;
	background: #f7f7f7;
	color: #333333;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.mirage-account-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 20px;
	border-bottom: 1px solid #eeeeee;
}

.mirage-account-panel-head h2 {
	margin: 0;
	color: #222222;
	font-size: 16px;
	text-transform: uppercase;
}

.mirage-account-empty {
	display: grid;
	justify-items: center;
	gap: 18px;
	padding: 58px 24px;
	color: #777777;
	text-align: center;
}

.mirage-account-empty p {
	margin: 0;
}

.mirage-account-edit-form {
	display: grid;
	gap: 18px;
	padding: 28px;
}

.mirage-account-edit-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 18px;
}

.mirage-account-edit-form label {
	display: grid;
	gap: 8px;
	color: #555555;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.mirage-account-edit-form input,
.mirage-account-edit-form select {
	width: 100%;
	height: 52px;
	border: 0;
	outline: 0;
	background: #f7f7f7;
	color: #555555;
	padding: 0 15px;
	font: inherit;
	font-weight: 400;
	text-transform: none;
}

.mirage-account-edit-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mirage-account-edit-actions .mirage-primary-action,
.mirage-account-edit-actions .mirage-secondary-action,
.mirage-account-password-form .mirage-primary-action {
	min-width: 150px;
	height: 52px;
}

.mirage-account-password-form {
	width: min(420px, 100%);
}

.mirage-search-page-form,
.mirage-track-form {
	display: grid;
	gap: 12px;
	width: min(420px, 100%);
	margin: 0 auto 44px;
}

.mirage-track-grid {
	display: grid;
	gap: 12px;
}

.mirage-track-grid label {
	display: grid;
	gap: 7px;
	color: #555555;
	font-size: 13px;
	font-weight: 700;
}

.mirage-track-form.trackingorder-cell {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	width: min(600px, 100%);
}

.mirage-track-form.trackingorder-cell .mirage-track-grid,
.mirage-track-form.trackingorder-cell .trackingorder-cell-input {
	flex: 1;
}

.mirage-track-form.trackingorder-cell input {
	height: 48px;
	border: 1px solid var(--mirage-gold);
	background: transparent;
	transition: none;
}

.mirage-track-form.trackingorder-cell .main_btn {
	width: 148px;
	height: 48px;
	margin: 0;
}

.mirage-tracking-drawer {
	position: fixed;
	z-index: 1200;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: opacity 180ms ease, visibility 180ms ease;
}

.mirage-tracking-drawer.is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.mirage-tracking-drawer .oem-drawer-popup-cover {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.mirage-tracking-drawer .oem-drawer-popup-warp {
	position: absolute;
	top: 0;
	right: 0;
	width: min(560px, 100%);
	height: 100%;
	background: #ffffff;
	box-shadow: -18px 0 44px rgba(0, 0, 0, 0.18);
	transform: translateX(100%);
	transition: transform 220ms ease;
}

.mirage-tracking-drawer.is-open .oem-drawer-popup-warp {
	transform: translateX(0);
}

.mirage-tracking-drawer .layer-order {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.mirage-tracking-drawer .layer-order-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 62px;
	padding: 0 24px;
	border-bottom: 1px solid #dddddd;
	font-size: 18px;
	font-weight: 700;
}

.mirage-tracking-drawer .layer-order-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	color: var(--mirage-ink);
	cursor: pointer;
}

.mirage-tracking-drawer .layer-order-close svg {
	width: 20px;
	height: 20px;
}

.mirage-tracking-drawer .order-list-box {
	flex: 1;
	overflow: auto;
	padding: 24px;
}

.mirage-tracking-drawer .order-list-header {
	display: grid;
	grid-template-columns: minmax(120px, 1fr) repeat(3, minmax(86px, 20%));
	gap: 12px;
	padding: 13px 0;
	border-bottom: 1px solid #dddddd;
	color: #666666;
	font-weight: 700;
}

.mirage-tracking-drawer #order-content-scroll {
	min-height: 180px;
}

@media (max-width: 800px) {
	.mirage-track-form.trackingorder-cell {
		flex-direction: column;
		gap: 15px;
	}

	.mirage-track-form.trackingorder-cell .mirage-track-grid,
	.mirage-track-form.trackingorder-cell .trackingorder-cell-input,
	.mirage-track-form.trackingorder-cell .main_btn {
		width: 100%;
	}

	.mirage-tracking-drawer .oem-drawer-popup-warp {
		width: 100%;
	}

	.mirage-tracking-drawer .order-list-box {
		padding: 18px;
	}

	.mirage-tracking-drawer .order-list-header {
		grid-template-columns: minmax(92px, 1fr) repeat(3, minmax(62px, 20%));
		gap: 8px;
		font-size: 12px;
	}
}

.mirage-search-results {
	padding-bottom: 40px;
}

.mirage-search-results > p {
	margin: 0 0 30px;
	color: #666666;
	text-align: center;
}

.mirage-search-empty {
	margin-top: 22px;
}

.mirage-offer-block-title {
	margin-bottom: 24px;
	text-align: center;
}

.mirage-offer-block-title .mirage-simple-title {
	margin-bottom: 12px;
}

.mirage-offer-detail {
	max-width: 720px;
	margin: 0 auto;
	color: #777777;
	font-size: 14px;
	line-height: 1.65;
}

.mirage-offer-list {
	max-width: 980px;
	min-height: 64px;
	margin: 0 auto 38px;
}

.mirage-empty-state,
.mirage-review-empty {
	display: grid;
	justify-items: center;
	gap: 18px;
	color: #7b7b7b;
	text-align: center;
}

.mirage-empty-state p,
.mirage-review-empty p {
	margin: 0;
}

.mirage-blog-empty-icon {
	width: 68px;
	height: 68px;
	color: #1d1f21;
}

.mirage-blog-empty-icon svg {
	display: block;
	width: 68px;
	height: 68px;
	fill: currentColor;
}

.mirage-back-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 90px;
	min-height: 42px;
	margin: 2px auto 0;
	color: #5d5d5d;
	font-weight: 700;
	text-transform: uppercase;
}

.mirage-review-summary {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 56px;
	max-width: 980px;
	margin: 0 auto 30px;
	padding: 34px 40px;
	background: #f7f7f7;
	color: #555555;
}

.mirage-review-brand {
	margin: 0 0 12px;
}

.mirage-review-brand-link {
	display: inline-flex;
	align-items: center;
}

.mirage-review-brand-link img {
	width: 190px;
	max-height: 66px;
	object-fit: contain;
}

.mirage-review-summary h2 {
	margin: 0 0 12px;
	color: #282828;
	font-size: 18px;
	font-weight: 700;
}

.mirage-review-score {
	display: flex;
	align-items: center;
	gap: 16px;
	font-weight: 700;
}

.mirage-review-score strong {
	color: #2b2b2b;
	font-size: 28px;
}

.mirage-review-bars {
	display: grid;
	gap: 8px;
}

.mirage-review-bars div {
	display: grid;
	grid-template-columns: 102px minmax(0, 1fr) 42px;
	gap: 12px;
	align-items: center;
	font-size: 13px;
}

.mirage-review-stars {
	position: relative;
	display: inline-block;
	color: #bbbbbb;
	line-height: 1;
	white-space: nowrap;
}

.mirage-review-stars-fill {
	position: absolute;
	inset: 0 auto auto 0;
	overflow: hidden;
	color: var(--mirage-gold);
	white-space: nowrap;
}

.mirage-review-row-stars {
	display: inline-flex;
	gap: 2px;
	color: #bbbbbb;
	white-space: nowrap;
}

.mirage-review-row-stars .is-on {
	color: var(--mirage-gold);
}

.mirage-review-bars i {
	display: block;
	height: 8px;
	background: #e6e6e6;
}

.mirage-review-bars em {
	font-style: normal;
}

.mirage-review-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	max-width: 980px;
	margin: 0 auto 54px;
	color: #666666;
}

.mirage-review-filter-group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mirage-review-toolbar select {
	height: 38px;
	border: 1px solid #d9d9d9;
	background: #ffffff;
	color: #555555;
	padding: 0 10px;
}

.mirage-review-toolbar label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.mirage-review-form {
	display: grid;
	gap: 18px;
	max-width: 980px;
	margin: 0 auto 46px;
	padding: 34px 40px;
	border: 1px solid #e5e5e5;
	background: #ffffff;
}

.mirage-review-form h2 {
	margin: 0;
	color: #282828;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.mirage-review-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 18px;
}

.mirage-review-form-grid label:first-child {
	grid-column: 1 / -1;
}

.mirage-review-form label,
.mirage-review-content {
	display: grid;
	gap: 8px;
	color: #555555;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.mirage-review-form input,
.mirage-review-form select,
.mirage-review-form textarea {
	width: 100%;
	border: 0;
	outline: 0;
	background: #f7f7f7;
	color: #555555;
	font: inherit;
	font-weight: 400;
	text-transform: none;
}

.mirage-review-form input,
.mirage-review-form select {
	height: 52px;
	padding: 0 15px;
}

.mirage-review-form textarea {
	min-height: 132px;
	resize: vertical;
	padding: 15px;
	line-height: 1.6;
}

.mirage-review-form .mirage-primary-action {
	justify-self: start;
	min-width: 190px;
	height: 52px;
}

.mirage-review-product-summary {
	display: grid;
	grid-template-columns: 160px minmax(180px, 260px) minmax(0, 1fr);
	align-items: stretch;
	gap: 28px;
	max-width: 980px;
	margin: 0 auto 34px;
	padding: 26px;
	background: #f7f7f7;
}

.mirage-review-product-image {
	display: block;
	background: #ffffff;
}

.mirage-review-product-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.mirage-review-product-info {
	display: grid;
	align-content: center;
	gap: 14px;
	min-width: 0;
}

.mirage-review-product-title {
	color: #282828;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.mirage-review-product-title:hover,
.mirage-review-product-title:focus-visible {
	color: var(--mirage-accent);
}

.mirage-review-summary .mirage-product-review-summary,
.mirage-review-product-summary .mirage-product-review-summary {
	align-self: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.mirage-review-detail-list {
	max-width: 980px;
	margin: 0 auto 34px;
}

.mirage-review-detail-list .mirage-product-review-list {
	grid-template-columns: 1fr;
	margin-bottom: 0;
}

.mirage-review-detail-empty {
	margin-bottom: 42px;
}

.mirage-review-publish-form {
	margin-bottom: 24px;
}

.mirage-review-empty-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	color: #1d1f21;
}

.mirage-review-empty-icon svg {
	display: block;
	width: 80px;
	height: 80px;
	fill: currentColor;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
	white-space: nowrap !important;
}

@media (max-width: 1024px) {
	.mirage-header-inner {
		min-height: 128px;
		gap: 20px;
	}

	.mirage-editorial-collection-inner,
	.mirage-link-edit-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.mirage-editorial-copy {
		position: static;
	}

	.mirage-editorial-products,
	.mirage-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mirage-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mirage-footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mirage-instagram-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 760px) {
	.mirage-container {
		width: calc(100% - 30px);
	}

	.mirage-section-title {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.mirage-header-main {
		position: sticky;
		top: 0;
		z-index: 30;
	}

	.mirage-header-inner {
		min-height: 100px;
		gap: 18px;
		width: 100%;
		padding: 0 8px 0 14px;
	}

	.mirage-mobile-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		border: 0;
		background: transparent;
		color: var(--mirage-ink);
		flex: 0 0 36px;
	}

	.mirage-logo {
		flex: 1 1 auto;
		display: flex;
		justify-content: flex-start;
	}

	.mirage-logo img {
		width: 168px;
		max-height: 57px;
	}

	.mirage-search {
		display: inline-flex;
		flex: 0 0 36px;
		width: 36px;
		height: 38px;
		background: transparent;
		order: 3;
	}

	.mirage-search input {
		display: none;
	}

	.mirage-search button {
		position: static;
		width: 36px;
		height: 38px;
		padding: 0;
	}

	.mirage-actions {
		gap: 8px;
		margin-left: 0;
		order: 4;
	}

	.mirage-account-link,
	.mirage-currency {
		display: none;
	}

	.mirage-action {
		min-width: 32px;
		height: 38px;
		background: transparent;
		color: var(--mirage-ink);
	}

	.mirage-cart-count {
		top: 2px;
		right: 0;
	}

	.mirage-nav-row {
		display: none;
	}

	.mirage-mobile-drawer {
		position: fixed;
		inset: 0;
		z-index: 100;
		display: block;
		background: rgba(0, 0, 0, 0.45);
		opacity: 0;
		pointer-events: none;
		transition: opacity 180ms ease;
	}

	.mirage-mobile-drawer.is-open {
		opacity: 1;
		pointer-events: auto;
	}

	.mirage-mobile-panel {
		width: min(320px, 86vw);
		height: 100%;
		background: var(--mirage-panel);
		color: #ffffff;
		padding: 24px;
		transform: translateX(-100%);
		transition: transform 220ms ease;
	}

	.mirage-mobile-drawer.is-open .mirage-mobile-panel {
		transform: translateX(0);
	}

	.mirage-mobile-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 38px;
		margin-bottom: 28px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		background: transparent;
		color: #ffffff;
	}

	.mirage-mobile-account-row {
		display: flex;
		align-items: center;
		gap: 8px;
		margin: 0 0 18px;
		color: rgba(255, 255, 255, 0.72);
		font-size: 14px;
		font-weight: 600;
	}

	.mirage-mobile-account-row a {
		color: #ffffff;
	}

	.mirage-mobile-menu {
		display: grid;
		gap: 0;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.mirage-mobile-menu li {
		min-width: 0;
	}

	.mirage-mobile-menu-row {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.mirage-mobile-menu a {
		display: block;
		padding: 14px 0;
		color: #ffffff;
		font-weight: 700;
	}

	.mirage-mobile-menu-row button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border: 0;
		background: transparent;
		color: #ffffff;
	}

	.mirage-mobile-menu-row svg {
		width: 18px;
		height: 18px;
		stroke: currentColor;
		stroke-width: 2;
		transition: transform 160ms ease;
	}

	.mirage-mobile-menu li.is-open > .mirage-mobile-menu-row svg {
		transform: rotate(180deg);
	}

	.mirage-mobile-submenu {
		display: none;
		gap: 0;
		margin: 0;
		padding: 0 0 0 16px;
		list-style: none;
	}

	.mirage-mobile-menu li.is-open > .mirage-mobile-submenu {
		display: grid;
	}

	.mirage-mobile-submenu .mirage-mobile-menu-row {
		border-bottom-color: rgba(255, 255, 255, 0.08);
	}

	.mirage-mobile-submenu a {
		color: rgba(255, 255, 255, 0.82);
		font-size: 14px;
		font-weight: 600;
	}

	.mirage-hero-track {
		height: 560px;
	}

	.mirage-hero-slide {
		align-items: flex-start;
		padding-top: 128px;
		background-image: linear-gradient(180deg, rgba(33, 29, 26, 0.18), rgba(33, 29, 26, 0.62)), var(--hero-mobile-bg, var(--hero-bg));
		background-position: center;
	}

	.mirage-hero .mirage-container {
		width: calc(100% - 60px);
	}

	.mirage-hero-content p {
		margin-bottom: 18px;
		font-size: 12px;
		line-height: 1.4;
	}

	.mirage-hero-content h1,
	.mirage-hero-content h2 {
		font-size: 42px;
		line-height: 1;
	}

	.mirage-hero-copy {
		max-width: 330px;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.5;
		margin-bottom: 16px;
	}

	.mirage-image-mosaic {
		padding-top: 50px;
	}

	.mirage-mosaic-grid {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		gap: 14px;
	}

	.mirage-mosaic-item,
	.mirage-mosaic-tall {
		aspect-ratio: 1 / 1;
		grid-row: auto;
	}

	.mirage-team-shop {
		padding: 52px 0 36px;
	}

	.mirage-team-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.mirage-team-card {
		padding: 0;
	}

	.mirage-team-card span {
		min-height: 0;
		font-size: 24px;
	}

	.mirage-promo {
		min-height: 430px;
		margin-top: 0;
	}

	.mirage-promo h2 {
		font-size: 38px;
	}

	.mirage-products {
		padding: 56px 0 46px;
	}

	.mirage-product-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.mirage-product-card h3 {
		min-height: 36px;
		margin: 14px 0 3px;
	}

	.mirage-home-section-heading,
	.mirage-product-heading,
	.mirage-ready-band-inner {
		display: grid;
		gap: 18px;
		align-items: start;
	}

	.mirage-editorial-collection,
	.mirage-room-inspiration,
	.mirage-link-edit {
		padding: 58px 0;
	}

	.mirage-editorial-products {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.mirage-inspiration-grid {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		gap: 18px;
	}

	.mirage-inspiration-card,
	.mirage-inspiration-card-large {
		aspect-ratio: 1 / 1;
		grid-row: auto;
	}

	.mirage-link-list,
	.mirage-service-grid {
		grid-template-columns: 1fr;
	}

	.mirage-price {
		margin-bottom: 12px;
	}

	.mirage-product-card h3 {
		min-height: auto;
	}

	.mirage-posts {
		margin-top: 20px;
		padding: 40px 0 92px;
	}

	.mirage-feature-row,
	.mirage-feature-row-reverse {
		grid-template-columns: 1fr;
		gap: 0;
		margin-bottom: 52px;
	}

	.mirage-feature-row-reverse .mirage-feature-copy {
		order: 2;
	}

	.mirage-feature-row img {
		order: 1;
		height: 345px;
	}

	.mirage-feature-row:last-child {
		margin-bottom: 0;
	}

	.mirage-feature-copy {
		order: 2;
		padding: 15px;
	}

	.mirage-feature-copy h3 {
		font-size: 24px;
		line-height: 1.18;
	}

	.mirage-feature-copy p {
		font-size: 15px;
		line-height: 1.45;
	}

	.mirage-instagram .mirage-section-title {
		padding: 0;
		margin-bottom: 40px;
		font-size: 24px;
	}

	.mirage-instagram {
		margin-top: 14px;
	}

	.mirage-posts .mirage-section-title {
		margin-bottom: 40px;
		font-size: 24px;
	}

	.mirage-instagram-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mirage-instagram-grid a {
		aspect-ratio: 1 / 1;
	}

	.mirage-footer-grid {
		display: block;
		padding: 0;
		font-size: 15px;
	}

	.mirage-newsletter {
		order: -1;
		padding: 10px 0 0;
		text-align: center;
	}

	.mirage-footer-col:not(.mirage-newsletter) {
		padding: 10px 0;
	}

	.mirage-footer h3,
	.mirage-footer-heading {
		margin: 0;
		font-size: 17px;
		line-height: 1.5;
	}

	.mirage-footer h3::after {
		bottom: -4px;
		width: 32px;
	}

	.mirage-newsletter .mirage-footer-heading {
		display: inline-block;
		margin: 30px auto 24px;
	}

	.mirage-newsletter .mirage-footer-heading::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.mirage-footer-toggle {
		min-height: 33px;
	}

	.mirage-footer-chevron {
		display: inline-flex;
	}

	.mirage-footer ul {
		gap: 0;
		padding: 10px 0 2px;
	}

	.mirage-footer .mirage-footer-list {
		display: none;
	}

	.mirage-footer .mirage-footer-col.is-open .mirage-footer-list {
		display: grid;
	}

	.mirage-footer-col.is-open .mirage-footer-chevron {
		transform: rotate(180deg);
	}

	.mirage-footer a {
		font-size: 15px;
		line-height: 34.5px;
	}

	.mirage-newsletter p {
		max-width: none;
		margin-bottom: 12px;
	}

	.mirage-newsletter-form {
		width: 100%;
		height: 43px;
	}

	.mirage-socials {
		justify-content: center;
		gap: 22px;
		margin-top: 20px;
	}

	.mirage-socials a {
		width: 30px;
		height: 30px;
	}

	.mirage-footer-bottom {
		padding: 14px 20px 24px;
	}

	.mirage-breadcrumb {
		min-height: 55px;
		font-size: 13px;
		overflow: hidden;
		white-space: nowrap;
	}

	.mirage-shop-title {
		margin: 44px 0 36px;
		font-size: 30px;
	}

	.mirage-shop-layout {
		grid-template-columns: 1fr;
		gap: 20px;
		padding-bottom: 58px;
	}

	.mirage-collections-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 15px;
		padding-bottom: 40px;
	}

	.mirage-collection-card a {
		aspect-ratio: 1 / 1;
	}

	.mirage-filter-panel {
		display: none;
		position: fixed;
		z-index: 120;
		left: 0;
		right: 0;
		bottom: 0;
		max-height: 72vh;
		overflow: auto;
		background: #ffffff;
		padding: 22px 24px;
		box-shadow: 0 -18px 40px rgba(0, 0, 0, 0.18);
	}

	.mirage-filter-panel.is-open {
		display: block;
	}

	.mirage-filter-heading button {
		display: inline-flex;
	}

	.mirage-filter-list {
		max-height: none;
	}

	.mirage-collection-toolbar {
		flex-wrap: wrap;
		margin-bottom: 28px;
		font-size: 14px;
	}

	.mirage-all-products-label {
		width: 100%;
		margin-right: 0;
	}

	.mirage-mobile-filter-button {
		display: inline-flex;
		border: 0;
		background: transparent;
		color: var(--mirage-ink);
		font-weight: 700;
	}

	.mirage-collection-toolbar label {
		gap: 8px;
	}

	.mirage-collection-toolbar select {
		width: 118px;
	}

	.mirage-shop-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 16px;
	}

	.mirage-shop-card h2 {
		font-size: 14px;
		min-height: 58px;
	}

	.mirage-shop-price {
		font-size: 18px;
	}

	.mirage-product-detail {
		padding-bottom: 50px;
	}

	.mirage-product-detail-grid {
		grid-template-columns: 1fr;
		gap: 0;
		padding-top: 0;
		width: 100%;
	}

	.mirage-product-summary h1 {
		margin-bottom: 14px;
		font-size: 28px;
		line-height: 1.5;
	}

	.mirage-product-summary {
		padding: 0 15px;
	}

	.mirage-detail-price {
		margin-bottom: 24px;
		font-size: 21.5px;
		line-height: 1.2;
	}

	.mirage-color-options {
		gap: 12px;
	}

	.mirage-size-options {
		gap: 10px;
	}

	.mirage-color-options button {
		min-width: 0;
	}

	.mirage-size-options button {
		min-width: 52px;
		height: 40px;
		padding-right: 12px;
		padding-left: 12px;
	}

	.mirage-product-actions {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		margin-top: 22px;
	}

	.mirage-secondary-action,
	.mirage-primary-action,
	.mirage-dark-button {
		min-height: 48px;
		padding: 10px 12px;
		font-size: 16px;
		line-height: 1.5;
	}

	.mirage-product-gallery {
		margin-right: calc((100vw - 100%) / -2);
		margin-left: calc((100vw - 100%) / -2);
	}

	.mirage-product-main-image {
		border-radius: 0;
	}

	.mirage-product-main-image img {
		padding: 0;
	}

	.mirage-product-thumbs {
		justify-content: center;
		gap: 8px;
		margin-top: 0;
		padding: 14px 15px;
	}

	.mirage-product-thumbs button {
		width: 10px;
		height: 10px;
		padding: 0;
		border: 2px solid var(--mirage-gold);
		border-radius: 50%;
		background: transparent;
	}

	.mirage-product-thumbs button.is-active {
		background: var(--mirage-gold);
		border-color: var(--mirage-gold);
	}

	.mirage-product-thumbs img {
		display: none;
	}

	.mirage-product-tabs {
		display: flex;
		flex-wrap: wrap;
		gap: 0 22px;
		width: 100%;
		padding: 0 15px;
		margin-top: 20px;
		border-top: 0;
		border-bottom: 1px solid #dddddd;
	}

	.mirage-product-tab {
		display: contents;
		border-bottom: 0;
	}

	.mirage-product-tab > button {
		width: auto;
		min-width: max-content;
		height: 46px;
		padding: 0;
		color: #777777;
		font-size: 15px;
		white-space: nowrap;
	}

	.mirage-product-tab.is-active > button::after {
		display: block;
	}

	.mirage-product-tab button i {
		display: none;
	}

	.mirage-product-tab-content {
		padding: 18px 0 22px;
		font-size: 14px;
		line-height: 1.7;
	}

	.mirage-product-review-summary,
	.mirage-product-review-list {
		grid-template-columns: 1fr;
	}

	.mirage-product-review-summary {
		padding: 18px;
	}

	.mirage-product-review-card header {
		flex-direction: column;
	}

	.mirage-product-meta-row {
		display: block;
		padding: 0 0 24px;
	}

	.mirage-product-share {
		padding: 28px 0;
	}

	.mirage-gallery-viewer {
		padding: 28px 18px 46px;
	}

	.mirage-gallery-viewer img {
		max-height: 76vh;
	}

	.mirage-gallery-close {
		top: -8px;
		right: -8px;
	}

	.mirage-gallery-arrow {
		width: 42px;
		height: 48px;
		font-size: 24px;
	}

	.mirage-gallery-arrow.is-prev {
		left: 0;
	}

	.mirage-gallery-arrow.is-next {
		right: 0;
	}

	.mirage-product-related {
		padding-bottom: 54px;
	}

	.mirage-product-related h2 {
		margin-bottom: 26px;
		font-size: 24px;
	}

	.mirage-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 16px;
	}

	.mirage-cart-page {
		min-height: 560px;
		padding: 88px 0 64px;
	}

	.mirage-cart-page h1,
	.mirage-checkout-page h1 {
		margin-bottom: 40px;
		font-size: 26px;
	}

	.mirage-cart-filled,
	.mirage-checkout-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.mirage-cart-head {
		display: none;
	}

	.mirage-cart-line,
	.mirage-order-line {
		grid-template-columns: 82px minmax(0, 1fr);
	}

	.mirage-line-actions {
		grid-column: 2;
		justify-items: start;
	}

	.mirage-cart-line img,
	.mirage-order-line img {
		width: 82px;
		height: 82px;
	}

	.mirage-cart-summary,
	.mirage-order-summary,
	.mirage-checkout-form {
		padding: 20px;
	}

	.mirage-checkout-page {
		padding: 44px 0 70px;
	}

	.mirage-express-checkout {
		grid-template-columns: 1fr;
	}

	.mirage-checkout-actions {
		grid-template-columns: 1fr;
	}

	.mirage-simple-page,
	.mirage-account-page,
	.mirage-search-page,
	.mirage-comments-page {
		min-height: 340px;
		padding-bottom: 64px;
	}

	.mirage-simple-title {
		margin: 44px 0 42px;
		font-size: 30px;
	}

	.mirage-simple-content {
		font-size: 14px;
		line-height: 1.7;
	}

	.mirage-account-form,
	.mirage-search-page-form,
	.mirage-track-form {
		width: 100%;
	}

	.mirage-account-center {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.mirage-account-center-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mirage-account-center-nav strong {
		grid-column: 1 / -1;
	}

	.mirage-account-center-nav a {
		min-height: 44px;
		border-right: 1px solid #eeeeee;
		font-size: 13px;
	}

	.mirage-account-table-head {
		display: none;
	}

	.mirage-account-panel-head {
		display: grid;
		align-items: start;
	}

	.mirage-account-edit-form {
		padding: 22px 18px;
	}

	.mirage-account-edit-grid {
		grid-template-columns: 1fr;
	}

	.mirage-account-edit-actions .mirage-primary-action,
	.mirage-account-edit-actions .mirage-secondary-action,
	.mirage-account-password-form .mirage-primary-action {
		width: 100%;
	}

	.mirage-account-links {
		gap: 16px;
		font-size: 13px;
	}

	.mirage-review-summary {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 24px 18px;
	}

	.mirage-review-toolbar {
		display: grid;
		justify-items: stretch;
		margin-bottom: 38px;
	}

	.mirage-review-toolbar label {
		display: grid;
		gap: 8px;
	}

	.mirage-review-toolbar select {
		width: 100%;
	}

	.mirage-review-form {
		padding: 24px 18px;
	}

	.mirage-review-form-grid {
		grid-template-columns: 1fr;
	}

	.mirage-review-form .mirage-primary-action {
		justify-self: stretch;
		width: 100%;
	}

	.mirage-review-product-summary {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 18px;
		padding: 18px;
	}

	.mirage-review-product-summary .mirage-review-bars {
		grid-column: 1 / -1;
	}

	.mirage-form-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.mirage-toast {
		left: 20px;
		right: 20px;
		bottom: 20px;
	}

	.mirage-mini-cart-panel {
		width: min(360px, 94vw);
	}

	.mirage-mini-cart-actions {
		grid-template-columns: 1fr;
	}

	.mirage-loop {
		grid-template-columns: 1fr;
	}
}

/* Source-style cart and checkout refinements. */
.mirage-checkout-shell .mirage-header,
.mirage-checkout-shell .mirage-footer {
	display: none;
}

.mirage-cart-page.has-items {
	padding-top: 82px;
	padding-bottom: 136px;
}

.mirage-cart-page.has-items .mirage-cart-title {
	margin-bottom: 38px;
	font-family: inherit;
	font-size: 24px;
	font-weight: 600;
	text-transform: none;
}

.mirage-cart-filled {
	position: relative;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 54px;
}

.mirage-cart-main {
	min-width: 0;
}

.mirage-cart-top-link,
.mirage-cart-bottom-link {
	display: inline-flex;
	margin-bottom: 12px;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
}

.mirage-cart-bottom-link {
	justify-content: center;
	width: 100%;
	margin: 28px 0 0;
}

.mirage-cart-table,
.mirage-cart-summary {
	background: transparent;
	padding: 0;
}

.mirage-cart-line {
	grid-template-columns: 90px minmax(0, 1fr) 150px;
	gap: 20px;
	min-height: 154px;
	padding: 28px 0;
	border-bottom: 1px solid #eeeeee;
}

.mirage-cart-line img {
	width: 90px;
	height: 90px;
	background: #f4f4f4;
}

.mirage-cart-line h3 {
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: 600;
}

.mirage-cart-line h3 a {
	color: #222222;
	text-decoration: none;
}

.mirage-cart-line .mirage-line-meta {
	margin-top: 5px;
	color: #777777;
	font-size: 13px;
}

.mirage-line-actions {
	align-self: stretch;
	display: grid;
	align-content: start;
	justify-items: end;
	gap: 12px;
}

.mirage-line-actions > strong {
	color: #333333;
	font-size: 15px;
	font-weight: 600;
}

.mirage-remove-line {
	width: 28px;
	height: 28px;
	border: 1px solid #dddddd;
	border-radius: 50%;
	color: #777777;
	text-decoration: none;
}

.mirage-cart-summary {
	padding-top: 42px;
}

.mirage-cart-summary .mirage-coupon-field {
	margin-bottom: 22px;
}

.mirage-cart-summary .mirage-summary-row strong {
	color: #333333;
	font-weight: 500;
}

.mirage-cart-summary .mirage-primary-action {
	height: 48px;
	margin-top: 24px;
}

.mirage-cart-sticky-checkout {
	display: none;
}

.mirage-checkout-page {
	min-height: 100vh;
	background: #ffffff;
	color: #202020;
	padding: 0;
}

.mirage-checkout-shell-inner {
	position: relative;
	max-width: 1044px;
	margin: 0 auto;
	padding: 29px 0 34px;
}

.mirage-checkout-shell-inner::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 614px;
	width: 1px;
	background: #e5e5e5;
}

.mirage-checkout-brand {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	margin-bottom: 34px;
	color: #222222;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: none;
}

.mirage-checkout-brand img {
	width: auto;
	max-width: 120px;
	max-height: 22px;
	object-fit: cover;
}

.mirage-order-summary-toggle {
	display: none;
}

.mirage-checkout-steps {
	position: relative;
	z-index: 1;
	justify-content: flex-start;
	gap: 8px;
	margin: 0 0 42px;
	color: #777777;
	font-size: 13px;
}

.mirage-checkout-steps a::after,
.mirage-checkout-steps span:not(:last-child)::after {
	content: ">";
	margin-left: 8px;
	color: #9d9d9d;
}

.mirage-checkout-steps [aria-current="step"] {
	color: #222222;
	font-weight: 500;
}

.mirage-checkout-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 550px) minmax(360px, 430px);
	gap: 64px;
	align-items: start;
	justify-content: center;
}

.mirage-checkout-form,
.mirage-checkout-sidebar,
.mirage-order-summary {
	background: transparent;
	padding: 0;
}

.mirage-checkout-form {
	display: grid;
	gap: 30px;
	border: 0;
}

.mirage-checkout-step-panel {
	display: grid;
	gap: 38px;
}

.mirage-checkout-step-panel[hidden] {
	display: none;
}

.mirage-checkout-card {
	display: grid;
	gap: 9px;
}

.mirage-checkout-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 2px;
}

.mirage-checkout-form h2 {
	margin: 0;
	color: #202020;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.25;
}

.mirage-checkout-section-heading p {
	margin: 0;
	color: #666666;
	font-size: 13px;
}

.mirage-checkout-section-heading a,
.mirage-checkout-policy-links a {
	color: #222222;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.mirage-checkout-form label {
	gap: 0;
	margin-bottom: 0;
	color: #555555;
	font-size: 13px;
}

.mirage-checkout-form .mirage-form-grid {
	gap: 8px;
}

.mirage-checkout-form input,
.mirage-checkout-form select,
.mirage-checkout-form textarea {
	width: 100%;
	height: 46px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	background: #ffffff;
	color: #222222;
	padding: 0 12px;
	font-size: 13px;
	line-height: 1.3;
}

.mirage-checkout-form select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #8e8e8e 50%), linear-gradient(135deg, #8e8e8e 50%, transparent 50%);
	background-position: calc(100% - 16px) 20px, calc(100% - 11px) 20px;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	padding-right: 34px;
}

.mirage-checkout-form input::placeholder,
.mirage-checkout-form textarea::placeholder {
	color: #777777;
	opacity: 1;
}

.mirage-checkbox-line {
	display: flex !important;
	align-items: center;
	gap: 9px;
	color: #555555;
}

.mirage-checkbox-line input {
	width: 16px;
	height: 16px;
	accent-color: #8a8a8a;
}

.mirage-form-grid-three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.mirage-floating-field {
	position: relative;
}

.mirage-floating-field > span:not(.screen-reader-text) {
	position: absolute;
	top: 5px;
	left: 12px;
	z-index: 1;
	color: #777777;
	font-size: 11px;
	line-height: 1;
	pointer-events: none;
}

.mirage-floating-field input,
.mirage-floating-field select {
	padding-top: 17px;
	padding-bottom: 3px;
	font-size: 14px;
}

.mirage-phone-row {
	display: grid;
	grid-template-columns: minmax(132px, 148px) minmax(0, 1fr);
	gap: 8px;
	align-items: stretch;
}

.mirage-phone-code,
.mirage-phone-field {
	position: relative;
	min-width: 0;
}

.mirage-phone-flag {
	position: absolute;
	top: 50%;
	left: 12px;
	z-index: 1;
	width: 24px;
	height: 16px;
	border-radius: 2px;
	border: 1px solid #dedede;
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateY(-50%);
	pointer-events: none;
}

.mirage-phone-flag.is-us {
	background-image: url("../images/flag-us.svg");
}

.mirage-phone-code::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	z-index: 1;
	border-top: 5px solid #7f8794;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	transform: translateY(-35%);
	pointer-events: none;
}

.mirage-phone-code::after {
	content: "";
	position: absolute;
	top: 12px;
	right: 31px;
	bottom: 12px;
	width: 1px;
	background: #dddddd;
}

.mirage-phone-code input {
	padding-left: 50px;
	padding-right: 34px;
}

.mirage-phone-field input {
	padding-right: 40px;
}

.mirage-phone-field::after {
	content: "?";
	position: absolute;
	top: 50%;
	right: 12px;
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #8f8f8f;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	transform: translateY(-50%);
	pointer-events: none;
}

.mirage-checkout-review {
	border: 1px solid #dedede;
	background: #ffffff;
}

.mirage-checkout-review div {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-height: 48px;
	padding: 0 14px;
	border-bottom: 1px solid #eeeeee;
	color: #555555;
	font-size: 13px;
}

.mirage-checkout-review div:last-child {
	border-bottom: 0;
}

.mirage-checkout-review strong {
	min-width: 0;
	color: #222222;
	font-weight: 500;
	overflow-wrap: anywhere;
}

.mirage-checkout-review button {
	border: 0;
	background: transparent;
	color: #222222;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}

.mirage-checkout-note {
	margin: 0;
	color: #666666;
	font-size: 13px;
	line-height: 1.6;
}

.mirage-payment-information-card {
	display: grid;
	gap: 18px;
	width: 100%;
	max-width: none;
	margin-top: 26px;
	padding: 0;
	background: transparent;
}

.mirage-order-payment-panel {
	grid-column: 1 / -1;
}

.mirage-payment-information-card h2 {
	margin: 0 0 4px;
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

.mirage-native-payment-review,
.mirage-payment-information-card #payment,
.mirage-payment-information-card .woocommerce-checkout-payment {
	width: 100%;
}

.mirage-native-payment-review {
	position: relative;
}

.mirage-native-payment-review > table.shop_table {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	border: 0;
	white-space: nowrap;
}

.mirage-payment-information-card .woocommerce-checkout-payment {
	overflow: hidden;
}

.mirage-payment-information-card .woocommerce-checkout-payment ul.payment_methods {
	margin: 0;
	padding: 42px 32px 54px;
}

.mirage-payment-information-card .woocommerce-checkout-payment .form-row.place-order {
	margin: 0;
	padding: 44px 32px 34px;
}

.mirage-payment-information-card .woocommerce-privacy-policy-text {
	margin: 0 0 18px;
	font-size: 12px;
	line-height: 1.55;
}

.mirage-payment-information-card #place_order {
	width: 100%;
	min-height: 56px;
	background: var(--mirage-panel-soft) !important;
	border-color: var(--mirage-panel-soft) !important;
	color: #ffffff !important;
}

.mirage-payment-information-card #place_order:hover,
.mirage-payment-information-card #place_order:focus-visible {
	background: var(--mirage-panel) !important;
	border-color: var(--mirage-panel) !important;
}

.mirage-checkout-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 181px;
	gap: 18px;
	align-items: center;
	margin-top: 2px;
}

.mirage-checkout-actions .mirage-primary-action {
	height: 60px;
	width: 100%;
	border-radius: 4px;
	background: var(--mirage-gold);
	border-color: var(--mirage-gold);
}

.mirage-checkout-information-actions .mirage-primary-action {
	justify-self: end;
	white-space: normal;
	line-height: 1.05;
	text-align: center;
}

.mirage-checkout-information-actions .mirage-primary-action span {
	display: block;
}

.mirage-checkout-actions .mirage-back-link {
	justify-content: flex-start;
	min-width: 0;
	min-height: 0;
	margin: 0;
	color: #777777;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	text-transform: none;
}

.mirage-checkout-actions .mirage-back-link::before {
	content: "<";
	margin-right: 10px;
	color: #222222;
	font-size: 18px;
	line-height: 1;
}

.mirage-checkout-policy-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	padding-top: 16px;
	border-top: 1px solid #eeeeee;
	font-size: 12px;
}

.mirage-checkout-sidebar {
	display: grid;
	gap: 0;
	min-height: 420px;
	margin-top: -114px;
	padding: 0 0 0 42px;
	border-left: 0;
}

.mirage-checkout-sidebar .mirage-order-summary {
	min-height: 0;
	margin: 0;
	padding: 0;
	border-left: 0;
}

.mirage-checkout-summary-panel {
	display: grid;
	gap: 0;
}

.mirage-order-summary-heading,
.mirage-order-summary-tools {
	display: none;
}

.mirage-checkout-lines {
	display: grid;
	gap: 18px;
	margin-bottom: 12px;
	padding-bottom: 24px;
	border-bottom: 1px solid #dedede;
}

.mirage-wc-order-review-sync {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.mirage-wc-order-review table {
	width: 100%;
	border-collapse: collapse;
	color: #222222;
	font-size: 14px;
}

.mirage-wc-order-review th,
.mirage-wc-order-review td {
	padding: 13px 0;
	border-bottom: 1px solid #eeeeee;
	text-align: left;
	vertical-align: top;
}

.mirage-wc-order-review td:last-child,
.mirage-wc-order-review th:last-child {
	text-align: right;
}

.mirage-wc-order-review .product-name {
	width: 62%;
}

.mirage-wc-order-review .order-total th,
.mirage-wc-order-review .order-total td {
	border-bottom: 0;
	font-size: 18px;
	font-weight: 700;
}

.mirage-wc-order-review ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mirage-wc-order-review .woocommerce-shipping-methods li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 8px;
	align-items: start;
	margin-bottom: 8px;
}

.mirage-wc-order-review .woocommerce-shipping-destination,
.mirage-wc-order-review .woocommerce-shipping-calculator {
	margin: 8px 0 0;
	color: #666666;
	font-size: 12px;
	line-height: 1.5;
}

.mirage-order-line {
	grid-template-columns: 78px minmax(0, 1fr) max-content;
	gap: 16px;
	align-items: start;
	padding: 0;
	border-bottom: 0;
}

.mirage-order-line-image {
	position: relative;
	width: 64px;
	height: 64px;
}

.mirage-order-line-image img {
	width: 64px;
	height: 64px;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	background: #ffffff;
	object-fit: cover;
}

.mirage-order-line-image span {
	position: absolute;
	top: -8px;
	right: -8px;
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #767676;
	color: #ffffff;
	font-size: 12px;
}

.mirage-order-line-info {
	padding-top: 2px;
}

.mirage-order-line h3 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
}

.mirage-order-line-price {
	padding-top: 2px;
	color: #252525;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

.mirage-order-summary .mirage-coupon-field {
	margin: 0;
	padding-bottom: 14px;
	border-bottom: 1px solid #dedede;
}

.mirage-order-summary .mirage-coupon-control {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 90px;
	gap: 10px;
}

.mirage-order-summary .mirage-coupon-field input,
.mirage-order-summary .mirage-coupon-field button {
	height: 46px;
	border-radius: 4px;
}

.mirage-order-summary .mirage-coupon-field input {
	border-color: #d9d9d9;
	color: #222222;
	font-size: 13px;
}

.mirage-order-summary .mirage-coupon-field input::placeholder {
	color: #6f6f6f;
	opacity: 1;
}

.mirage-order-summary .mirage-coupon-field button {
	border: 0;
	background: #bdbdbd;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
}

.mirage-summary-rows {
	padding: 13px 0 24px;
	border-bottom: 1px solid #dedede;
}

.mirage-order-summary .mirage-summary-row {
	padding: 5px 0;
	font-size: 14px;
}

.mirage-order-summary .mirage-summary-row span {
	color: #4f4f4f;
}

.mirage-order-summary .mirage-summary-row strong {
	color: #2a2a2a;
	font-weight: 500;
}

.mirage-order-summary .mirage-summary-total {
	margin-top: 20px;
	padding-top: 0;
	border-top: 0;
	font-size: 16px;
}

.mirage-order-summary .mirage-summary-total span {
	color: #222222;
	font-weight: 700;
}

.mirage-order-summary .mirage-summary-total strong {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0;
}

.mirage-mini-cart-footer .mirage-coupon-field {
	margin-bottom: 12px;
}

.mirage-mini-cart-footer .mirage-summary-total {
	font-size: 18px;
}

.mirage-mini-cart-actions {
	grid-template-columns: 1fr;
}

.mirage-add-success-actions {
	grid-template-columns: 1fr;
}

.mirage-add-success-actions .mirage-primary-action,
.mirage-add-success-actions .mirage-secondary-action {
	height: 48px;
}

@media (max-width: 900px) {
	.mirage-cart-page.has-items {
		padding-top: 48px;
		padding-bottom: 136px;
	}

	.mirage-cart-filled {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.mirage-cart-summary {
		padding-top: 0;
	}

	.mirage-cart-sticky-checkout {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 160;
		display: grid;
		gap: 10px;
		max-width: 400px;
		margin: 0 auto;
		background: #ffffff;
		box-shadow: 0 -12px 28px rgba(0, 0, 0, 0.12);
		padding: 14px 15px;
	}

	.mirage-cart-sticky-total {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 14px;
	}

	.mirage-cart-sticky-checkout .mirage-primary-action {
		height: 48px;
		width: 100%;
	}

	.mirage-checkout-shell-inner {
		padding: 0 15px 72px;
	}

	.mirage-checkout-shell-inner::before {
		display: none;
	}

	.mirage-checkout-brand {
		margin: 22px 0 22px;
		font-size: 30px;
	}

	.mirage-order-summary-toggle {
		display: none;
	}

	.mirage-checkout-steps {
		margin-bottom: 26px;
	}

	.mirage-checkout-grid {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.mirage-checkout-sidebar {
		display: flex;
		flex-direction: column;
		gap: 34px;
		order: 2;
		width: 100%;
		min-height: 0;
		margin: 10px 0 0;
		padding: 0;
	}

	.mirage-order-summary {
		display: block;
		width: 100%;
		min-height: 0;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
	}

	.mirage-checkout-summary-panel {
		display: grid !important;
		gap: 0;
		width: 100%;
		margin: 0;
		border: 0;
		background: #ffffff;
		box-shadow: 0 5px 20px rgba(17, 24, 39, 0.1);
		padding: 24px 28px 26px;
	}

	.mirage-order-summary-heading {
		display: block;
		margin: 0 0 17px;
		padding-bottom: 15px;
		border-bottom: 1px solid #eeeeee;
		color: #000000;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.2;
	}

	.mirage-checkout-lines {
		gap: 16px;
		margin-bottom: 0;
		padding-bottom: 18px;
		border-bottom: 1px solid #eeeeee;
	}

	.mirage-order-summary-tools {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: stretch;
		padding: 20px 0 17px;
		border-bottom: 1px solid #eeeeee;
	}

	.mirage-order-summary-tools span {
		display: grid;
		justify-items: center;
		gap: 7px;
		min-height: 56px;
		color: #000000;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.15;
	}

	.mirage-order-summary-tools span + span {
		border-left: 1px solid #dedede;
	}

	.mirage-order-summary-tools svg {
		width: 28px;
		height: 28px;
		fill: none;
		stroke: currentColor;
		stroke-width: 1.8;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	.mirage-order-line h3 {
		margin-bottom: 5px;
		color: #000000;
		font-size: 19px;
		font-weight: 700;
		line-height: 1.25;
	}

	.mirage-order-line .mirage-line-meta {
		color: #000000;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.35;
	}

	.mirage-order-summary .mirage-coupon-field,
	.mirage-order-summary .mirage-summary-shipping {
		display: none;
	}

	.mirage-summary-rows {
		padding: 17px 0 18px;
		border-bottom: 1px solid #eeeeee;
	}

	.mirage-order-summary .mirage-summary-row {
		padding: 0;
		font-size: 20px;
	}

	.mirage-order-summary .mirage-summary-row span {
		color: #6d6d6d;
	}

	.mirage-order-summary .mirage-summary-row strong {
		color: #000000;
		font-size: 22px;
		font-weight: 700;
	}

	.mirage-order-summary .mirage-summary-total {
		margin-top: 0;
		padding-top: 18px;
		border-top: 0;
		font-size: 20px;
	}

	.mirage-order-summary .mirage-summary-total span {
		color: #000000;
	}

	.mirage-order-summary .mirage-summary-total strong {
		font-size: 32px;
		font-weight: 700;
	}

	.mirage-order-payment-panel {
		display: grid !important;
		order: 2;
		width: 100%;
		margin-top: 0;
		padding: 0;
		background: #ffffff;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.mirage-order-payment-panel h2 {
		font-size: 23px;
	}

	.mirage-checkout-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.mirage-form-grid,
	.mirage-checkout-actions {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.mirage-phone-row {
		grid-template-columns: minmax(132px, 148px) minmax(0, 1fr);
		gap: 8px;
	}

	.mirage-checkout-actions .mirage-back-link {
		order: 2;
		text-align: center;
	}
}

@media (max-width: 620px) {
	.mirage-cart-line {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 18px;
	}

	.mirage-checkout-lines {
		gap: 16px;
	}

	.mirage-order-line {
		grid-template-columns: 72px minmax(0, 1fr) max-content;
		gap: 14px;
	}

	.mirage-order-line-image,
	.mirage-order-line-image img {
		width: 72px;
		height: 72px;
	}

	.mirage-order-line-price {
		font-size: 20px;
	}

	.mirage-order-summary .mirage-coupon-control {
		grid-template-columns: minmax(0, 1fr) 84px;
	}

	.mirage-order-summary .mirage-summary-total strong {
		font-size: 32px;
	}

	.mirage-line-actions {
		grid-column: 2;
		justify-items: start;
	}
}

/* CODEX_CHECKOUT_SCREENSHOT_LAYOUT_START */
body.mirage-checkout-final-layout,
body.mirage-checkout-shell {
	background: #ffffff;
}

body.mirage-checkout-final-layout .mirage-header,
body.mirage-checkout-final-layout .mirage-footer,
body.mirage-checkout-final-layout .mirage-mobile-drawer,
body.mirage-checkout-shell .mirage-header,
body.mirage-checkout-shell .mirage-footer,
body.mirage-checkout-shell .mirage-mobile-drawer {
	display: none !important;
}

body.mirage-checkout-final-layout .mirage-checkout-page,
body.mirage-checkout-shell .mirage-checkout-page {
	min-height: 100vh;
	background: linear-gradient(to right, var(--mirage-bg) 0 calc(50% + 90px), var(--mirage-mist) calc(50% + 90px) 100%);
	color: var(--mirage-ink);
	font-family: "Arimo", Arial, sans-serif;
	padding: 0;
}

body.mirage-checkout-final-layout .mirage-checkout-shell-inner,
body.mirage-checkout-shell .mirage-checkout-shell-inner {
	position: relative;
	width: min(1044px, calc(100% - 48px));
	max-width: 1044px;
	margin: 0 auto;
	padding: 56px 0 72px;
}

body.mirage-checkout-final-layout .mirage-checkout-shell-inner::before,
body.mirage-checkout-shell .mirage-checkout-shell-inner::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 614px;
	width: 1px;
	background: #ded4c8;
}

body.mirage-checkout-final-layout .mirage-checkout-brand,
body.mirage-checkout-shell .mirage-checkout-brand {
	position: relative;
	z-index: 1;
	margin: 0 0 36px;
}

body.mirage-checkout-final-layout .mirage-checkout-brand img,
body.mirage-checkout-shell .mirage-checkout-brand img {
	width: auto;
	max-width: 124px;
	max-height: 30px;
	object-fit: contain;
}

body.mirage-checkout-final-layout .mirage-order-summary-toggle,
body.mirage-checkout-shell .mirage-order-summary-toggle {
	display: none !important;
}

body.mirage-checkout-final-layout .mirage-checkout-steps,
body.mirage-checkout-shell .mirage-checkout-steps {
	position: relative;
	z-index: 1;
	justify-content: flex-start;
	gap: 8px;
	margin: 0 0 45px;
	color: var(--mirage-muted);
	font-size: 13px;
	line-height: 1.4;
}

body.mirage-checkout-final-layout .mirage-checkout-steps a,
body.mirage-checkout-final-layout .mirage-checkout-steps span,
body.mirage-checkout-shell .mirage-checkout-steps a,
body.mirage-checkout-shell .mirage-checkout-steps span {
	color: inherit;
	font-weight: 400;
}

body.mirage-checkout-final-layout .mirage-checkout-steps [aria-current="step"],
body.mirage-checkout-shell .mirage-checkout-steps [aria-current="step"] {
	color: var(--mirage-ink);
	font-weight: 500;
}

body.mirage-checkout-final-layout .mirage-checkout-grid,
body.mirage-checkout-shell .mirage-checkout-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 550px) minmax(360px, 430px);
	gap: 64px;
	align-items: start;
	justify-content: center;
	margin: 0;
}

body.mirage-checkout-final-layout .mirage-checkout-form,
body.mirage-checkout-shell .mirage-checkout-form {
	display: grid;
	gap: 31px;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body.mirage-checkout-final-layout .mirage-checkout-step-panel,
body.mirage-checkout-shell .mirage-checkout-step-panel {
	display: grid;
	gap: 39px;
}

body.mirage-checkout-final-layout .mirage-checkout-card,
body.mirage-checkout-shell .mirage-checkout-card {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body.mirage-checkout-final-layout .mirage-checkout-section-heading,
body.mirage-checkout-shell .mirage-checkout-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 2px;
}

body.mirage-checkout-final-layout .mirage-checkout-form h2,
body.mirage-checkout-shell .mirage-checkout-form h2 {
	margin: 0;
	color: var(--mirage-ink);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
}

body.mirage-checkout-final-layout .mirage-checkout-section-heading p,
body.mirage-checkout-shell .mirage-checkout-section-heading p {
	margin: 0;
	color: #5f6670;
	font-size: 13px;
	line-height: 1.4;
}

body.mirage-checkout-final-layout .mirage-checkout-section-heading a,
body.mirage-checkout-final-layout .mirage-checkout-policy-links a,
body.mirage-checkout-shell .mirage-checkout-section-heading a,
body.mirage-checkout-shell .mirage-checkout-policy-links a {
	color: var(--mirage-panel);
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.mirage-checkout-final-layout .mirage-checkout-form .mirage-form-grid,
body.mirage-checkout-shell .mirage-checkout-form .mirage-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

body.mirage-checkout-final-layout .mirage-checkout-form .mirage-form-grid-three,
body.mirage-checkout-shell .mirage-checkout-form .mirage-form-grid-three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mirage-checkout-final-layout .mirage-checkout-form input,
body.mirage-checkout-final-layout .mirage-checkout-form select,
body.mirage-checkout-final-layout .mirage-checkout-form textarea,
body.mirage-checkout-shell .mirage-checkout-form input,
body.mirage-checkout-shell .mirage-checkout-form select,
body.mirage-checkout-shell .mirage-checkout-form textarea {
	width: 100%;
	height: 46px;
	min-height: 46px;
	border: 1px solid var(--mirage-border);
	border-radius: 4px;
	background-color: #ffffff;
	color: var(--mirage-ink);
	box-shadow: none;
	padding: 0 12px;
	font-size: 13px;
	line-height: 1.3;
}

body.mirage-checkout-final-layout .mirage-floating-field > span:not(.screen-reader-text),
body.mirage-checkout-shell .mirage-floating-field > span:not(.screen-reader-text) {
	top: 5px;
	left: 12px;
	color: #6f747c;
	font-size: 11px;
	line-height: 1;
}

body.mirage-checkout-final-layout .mirage-floating-field input,
body.mirage-checkout-final-layout .mirage-floating-field select,
body.mirage-checkout-shell .mirage-floating-field input,
body.mirage-checkout-shell .mirage-floating-field select {
	padding-top: 17px;
	padding-bottom: 3px;
	font-size: 14px;
}

body.mirage-checkout-final-layout .mirage-checkbox-line,
body.mirage-checkout-shell .mirage-checkbox-line {
	display: flex !important;
	align-items: center;
	gap: 0;
	color: #4f5965;
	font-size: 13px;
	line-height: 1.35;
}

body.mirage-checkout-final-layout .mirage-checkbox-line input,
body.mirage-checkout-shell .mirage-checkbox-line input {
	width: 16px;
	min-width: 16px;
	height: 16px;
	min-height: 16px;
	margin: 0;
	accent-color: var(--mirage-panel);
}

body.mirage-checkout-final-layout .mirage-phone-row,
body.mirage-checkout-shell .mirage-phone-row {
	display: grid;
	grid-template-columns: 148px minmax(0, 1fr);
	gap: 8px;
}

body.mirage-checkout-final-layout .mirage-checkout-actions,
body.mirage-checkout-shell .mirage-checkout-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 181px;
	gap: 18px;
	align-items: center;
	margin: 6px 0 0;
}

body.mirage-checkout-final-layout .mirage-checkout-actions .mirage-back-link,
body.mirage-checkout-shell .mirage-checkout-actions .mirage-back-link {
	justify-content: flex-start;
	min-width: 0;
	min-height: 0;
	margin: 0;
	color: #6d747d;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	text-transform: none;
}

body.mirage-checkout-final-layout .mirage-checkout-actions .mirage-back-link::before,
body.mirage-checkout-shell .mirage-checkout-actions .mirage-back-link::before {
	content: "<";
	margin-right: 10px;
	color: var(--mirage-panel);
	font-size: 18px;
	line-height: 1;
}

body.mirage-checkout-final-layout .mirage-checkout-policy-links,
body.mirage-checkout-shell .mirage-checkout-policy-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	margin: 0;
	padding-top: 17px;
	border-top: 1px solid #eeeeee;
	font-size: 12px;
}

body.mirage-checkout-final-layout .mirage-checkout-sidebar,
body.mirage-checkout-shell .mirage-checkout-sidebar {
	display: grid;
	gap: 0;
	min-height: 420px;
	margin-top: -116px;
	padding: 0 0 0 42px;
	border-left: 0;
}

body.mirage-checkout-final-layout .mirage-checkout-summary-panel,
body.mirage-checkout-shell .mirage-checkout-summary-panel {
	display: grid;
	gap: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.mirage-checkout-final-layout .mirage-order-summary-heading,
body.mirage-checkout-final-layout .mirage-order-summary-tools,
body.mirage-checkout-shell .mirage-order-summary-heading,
body.mirage-checkout-shell .mirage-order-summary-tools {
	display: none !important;
}

body.mirage-checkout-final-layout .mirage-checkout-lines,
body.mirage-checkout-shell .mirage-checkout-lines {
	display: grid;
	gap: 18px;
	margin: 0 0 12px;
	padding: 0 0 24px;
	border-bottom: 1px solid #dedede;
}

body.mirage-checkout-final-layout .mirage-order-line,
body.mirage-checkout-shell .mirage-order-line {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr) max-content;
	gap: 16px;
	align-items: start;
	padding: 0;
	border: 0;
	background: transparent;
}

body.mirage-checkout-final-layout .mirage-order-line-image,
body.mirage-checkout-final-layout .mirage-order-line-image img,
body.mirage-checkout-shell .mirage-order-line-image,
body.mirage-checkout-shell .mirage-order-line-image img {
	width: 64px;
	height: 64px;
}

body.mirage-checkout-final-layout .mirage-order-line-image img,
body.mirage-checkout-shell .mirage-order-line-image img {
	border: 1px solid #ded4c8;
	border-radius: 4px;
	background: var(--mirage-bg);
	object-fit: cover;
}

body.mirage-checkout-final-layout .mirage-order-line-image span,
body.mirage-checkout-shell .mirage-order-line-image span {
	top: -8px;
	right: -8px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--mirage-panel-soft);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
}

body.mirage-checkout-final-layout .mirage-order-line h3,
body.mirage-checkout-shell .mirage-order-line h3 {
	margin: 0 0 5px;
	color: var(--mirage-ink);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
}

body.mirage-checkout-final-layout .mirage-order-line .mirage-line-meta,
body.mirage-checkout-shell .mirage-order-line .mirage-line-meta {
	margin: 0 0 2px;
	color: #6a717a;
	font-size: 13px;
	line-height: 1.35;
}

body.mirage-checkout-final-layout .mirage-order-line-price,
body.mirage-checkout-shell .mirage-order-line-price {
	color: var(--mirage-ink);
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

body.mirage-checkout-final-layout .mirage-order-summary .mirage-coupon-field,
body.mirage-checkout-shell .mirage-order-summary .mirage-coupon-field {
	margin: 0;
	padding: 0 0 14px;
	border-bottom: 1px solid #dedede;
}

body.mirage-checkout-final-layout .mirage-order-summary .mirage-coupon-control,
body.mirage-checkout-shell .mirage-order-summary .mirage-coupon-control {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 90px;
	gap: 10px;
}

body.mirage-checkout-final-layout .mirage-order-summary .mirage-coupon-field input,
body.mirage-checkout-final-layout .mirage-order-summary .mirage-coupon-field button,
body.mirage-checkout-shell .mirage-order-summary .mirage-coupon-field input,
body.mirage-checkout-shell .mirage-order-summary .mirage-coupon-field button {
	height: 46px;
	border-radius: 4px;
}

body.mirage-checkout-final-layout .mirage-order-summary .mirage-coupon-field input,
body.mirage-checkout-shell .mirage-order-summary .mirage-coupon-field input {
	border-color: var(--mirage-border);
	background: #ffffff;
	color: var(--mirage-ink);
	font-size: 13px;
}

body.mirage-checkout-final-layout .mirage-order-summary .mirage-coupon-field button,
body.mirage-checkout-shell .mirage-order-summary .mirage-coupon-field button {
	border: 0;
	background: var(--mirage-panel-soft);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
}

body.mirage-checkout-final-layout .mirage-summary-rows,
body.mirage-checkout-shell .mirage-summary-rows {
	padding: 13px 0 24px;
	border-bottom: 1px solid #dedede;
}

body.mirage-checkout-final-layout .mirage-order-summary .mirage-summary-row,
body.mirage-checkout-shell .mirage-order-summary .mirage-summary-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 5px 0;
	color: var(--mirage-ink);
	font-size: 14px;
}

body.mirage-checkout-final-layout .mirage-order-summary .mirage-summary-total,
body.mirage-checkout-shell .mirage-order-summary .mirage-summary-total {
	margin: 20px 0 0;
	padding: 24px 0 34px;
	border-bottom: 1px solid #dedede;
	font-size: 16px;
}

body.mirage-checkout-final-layout .mirage-order-summary .mirage-summary-total span,
body.mirage-checkout-shell .mirage-order-summary .mirage-summary-total span {
	color: var(--mirage-ink);
	font-weight: 700;
}

body.mirage-checkout-final-layout .mirage-order-summary .mirage-summary-total strong,
body.mirage-checkout-shell .mirage-order-summary .mirage-summary-total strong {
	color: var(--mirage-price);
	font-size: 24px;
	font-weight: 400;
}

body.mirage-checkout-final-layout .mirage-payment-information-card,
body.mirage-checkout-shell .mirage-payment-information-card {
	display: grid !important;
	gap: 16px;
	width: 100%;
	margin-top: 20px;
	padding: 0;
	background: transparent;
	opacity: 1 !important;
	visibility: visible !important;
}

body.mirage-checkout-final-layout .mirage-payment-information-card h2,
body.mirage-checkout-shell .mirage-payment-information-card h2 {
	margin: 0 0 2px;
	color: var(--mirage-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

body.mirage-checkout-final-layout .mirage-payment-information-card #payment,
body.mirage-checkout-final-layout .mirage-payment-information-card .woocommerce-checkout-payment,
body.mirage-checkout-shell .mirage-payment-information-card #payment,
body.mirage-checkout-shell .mirage-payment-information-card .woocommerce-checkout-payment {
	width: 100%;
	overflow: hidden;
	border: 1px solid #ded4c8;
	border-radius: 4px;
	background: var(--mirage-surface);
}

body.mirage-checkout-final-layout .mirage-payment-information-card .woocommerce-checkout-payment ul.payment_methods,
body.mirage-checkout-shell .mirage-payment-information-card .woocommerce-checkout-payment ul.payment_methods {
	margin: 0;
	padding: 42px 32px 30px;
	border-bottom: 0;
}

body.mirage-checkout-final-layout .mirage-payment-information-card .woocommerce-checkout-payment .form-row.place-order,
body.mirage-checkout-shell .mirage-payment-information-card .woocommerce-checkout-payment .form-row.place-order {
	display: grid;
	gap: 18px;
	margin: 0;
	padding: 0 32px 30px;
}

body.mirage-checkout-final-layout .mirage-payment-information-card #place_order,
body.mirage-checkout-shell .mirage-payment-information-card #place_order {
	width: 100%;
	min-height: 56px;
	border: 0;
	border-radius: 4px;
	background: var(--mirage-panel-soft) !important;
	border-color: var(--mirage-panel-soft) !important;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

body.mirage-checkout-final-layout .mirage-payment-information-card #place_order:hover,
body.mirage-checkout-final-layout .mirage-payment-information-card #place_order:focus-visible,
body.mirage-checkout-shell .mirage-payment-information-card #place_order:hover,
body.mirage-checkout-shell .mirage-payment-information-card #place_order:focus-visible {
	background: var(--mirage-panel) !important;
	border-color: var(--mirage-panel) !important;
	outline: 2px solid rgba(8, 24, 47, 0.18);
	outline-offset: 2px;
}

@media (max-width: 1100px) {
	body.mirage-checkout-final-layout .mirage-checkout-page,
	body.mirage-checkout-shell .mirage-checkout-page {
		background: #ffffff;
	}

	body.mirage-checkout-final-layout .mirage-checkout-shell-inner,
	body.mirage-checkout-shell .mirage-checkout-shell-inner {
		width: min(100% - 30px, 640px);
		padding: 24px 0 72px;
	}

	body.mirage-checkout-final-layout .mirage-checkout-shell-inner::before,
	body.mirage-checkout-shell .mirage-checkout-shell-inner::before {
		display: none;
	}

	body.mirage-checkout-final-layout .mirage-checkout-brand,
	body.mirage-checkout-shell .mirage-checkout-brand {
		margin: 0 0 24px;
	}

	body.mirage-checkout-final-layout .mirage-checkout-steps,
	body.mirage-checkout-shell .mirage-checkout-steps {
		margin-bottom: 26px;
	}

	body.mirage-checkout-final-layout .mirage-checkout-grid,
	body.mirage-checkout-shell .mirage-checkout-grid {
		display: flex;
		flex-direction: column;
		gap: 28px;
	}

	body.mirage-checkout-final-layout .mirage-checkout-sidebar,
	body.mirage-checkout-shell .mirage-checkout-sidebar {
		order: 2;
		width: 100%;
		min-height: 0;
		margin: 0;
		padding: 0;
	}

	body.mirage-checkout-final-layout .mirage-checkout-summary-panel,
	body.mirage-checkout-shell .mirage-checkout-summary-panel {
		padding: 24px 28px 26px;
		background: #ffffff;
		box-shadow: 0 5px 20px rgba(17, 24, 39, 0.1);
	}

	body.mirage-checkout-final-layout .mirage-order-summary-heading,
	body.mirage-checkout-shell .mirage-order-summary-heading {
		display: block !important;
		margin: 0 0 17px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ded4c8;
		color: var(--mirage-ink);
		font-size: 24px;
		font-weight: 700;
	}

	body.mirage-checkout-final-layout .mirage-order-summary-tools,
	body.mirage-checkout-shell .mirage-order-summary-tools {
		display: grid !important;
	}

	body.mirage-checkout-final-layout .mirage-payment-information-card,
	body.mirage-checkout-shell .mirage-payment-information-card {
		order: 2;
		margin-top: 0;
	}

	body.mirage-checkout-final-layout .mirage-checkout-actions,
	body.mirage-checkout-shell .mirage-checkout-actions {
		grid-template-columns: 1fr;
		gap: 14px;
	}
}

@media (max-width: 620px) {
	body.mirage-checkout-final-layout .mirage-checkout-form .mirage-form-grid,
	body.mirage-checkout-final-layout .mirage-checkout-form .mirage-form-grid-three,
	body.mirage-checkout-shell .mirage-checkout-form .mirage-form-grid,
	body.mirage-checkout-shell .mirage-checkout-form .mirage-form-grid-three {
		grid-template-columns: 1fr;
	}

	body.mirage-checkout-final-layout .mirage-phone-row,
	body.mirage-checkout-shell .mirage-phone-row {
		grid-template-columns: minmax(132px, 148px) minmax(0, 1fr);
	}

	body.mirage-checkout-final-layout .mirage-order-line,
	body.mirage-checkout-shell .mirage-order-line {
		grid-template-columns: 72px minmax(0, 1fr) max-content;
		gap: 14px;
	}

	body.mirage-checkout-final-layout .mirage-order-line-image,
	body.mirage-checkout-final-layout .mirage-order-line-image img,
	body.mirage-checkout-shell .mirage-order-line-image,
	body.mirage-checkout-shell .mirage-order-line-image img {
		width: 72px;
		height: 72px;
	}
}

body.mirage-checkout-final-layout .mirage-checkout-information-actions,
body.mirage-checkout-shell .mirage-checkout-information-actions {
	grid-template-columns: 1fr;
}

/* CODEX_CHECKOUT_SCREENSHOT_LAYOUT_END */

/* Site-wide fresh home palette alignment. */
:root {
	--mirage-surface: #fffdf8;
	--mirage-mist: #eef3ec;
	--mirage-border: #ded4c8;
	--mirage-border-soft: #ebe4da;
	--mirage-sage: #7f927a;
	--mirage-sage-dark: #4f5f51;
	--mirage-shadow-soft: 0 18px 42px rgba(33, 29, 26, 0.08);
	--mirage-accent: var(--mirage-gold);
}

.mirage-header,
.mirage-header-main,
.mirage-nav-row,
.mirage-mega-menu {
	background: var(--mirage-surface);
}

.mirage-header-main,
.mirage-nav-row {
	border-color: var(--mirage-border-soft);
}

.mirage-search {
	border: 1px solid var(--mirage-border);
	background: var(--mirage-mist);
}

.mirage-search button,
.mirage-search input {
	color: var(--mirage-ink);
}

.mirage-search input::placeholder {
	color: var(--mirage-muted);
}

.mirage-action,
.mirage-currency {
	background: var(--mirage-mist);
	color: var(--mirage-sage-dark);
}

.mirage-action:hover,
.mirage-action:focus-visible,
.mirage-currency:hover,
.mirage-currency:focus-visible {
	background: var(--mirage-gold-light);
	color: var(--mirage-ink);
}

.mirage-cart-count,
.mirage-sale-badge,
.mirage-order-line-image span {
	background: var(--mirage-price);
	color: #fffefc;
}

.mirage-currency-menu,
.mirage-submenu,
.mirage-menu .sub-menu {
	border: 1px solid var(--mirage-border-soft);
	background: var(--mirage-surface);
	box-shadow: var(--mirage-shadow-soft);
}

.mirage-currency-menu button,
.mirage-submenu a,
.mirage-menu .sub-menu a,
.mirage-submenu-child a {
	color: var(--mirage-ink);
}

.mirage-currency-menu button:hover,
.mirage-currency-menu button:focus-visible,
.mirage-menu .sub-menu a:hover,
.mirage-menu .sub-menu a:focus-visible,
.mirage-submenu a:hover,
.mirage-submenu a:focus-visible {
	background: var(--mirage-soft);
	color: var(--mirage-gold);
}

.mirage-page,
.mirage-shop-page,
.mirage-collections-page,
.mirage-product-detail,
.mirage-cart-page,
.mirage-checkout-page,
.mirage-simple-page,
.mirage-account-page,
.mirage-account-center-page,
.mirage-search-page,
.mirage-comments-page {
	background: var(--mirage-bg);
}

.mirage-breadcrumb {
	background: var(--mirage-soft);
	color: var(--mirage-muted);
}

.mirage-breadcrumb a {
	color: var(--mirage-muted);
}

.mirage-breadcrumb-current {
	color: var(--mirage-ink);
}

.mirage-shop-title,
.mirage-simple-title,
.mirage-cart-page h1,
.mirage-checkout-page h1,
.mirage-product-summary h1,
.mirage-product-related h2,
.mirage-content h1,
.mirage-archive-header h1,
.mirage-page > h1,
.mirage-loop-card h2 {
	color: var(--mirage-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.mirage-simple-content,
.mirage-content,
.mirage-loop-card,
.mirage-filter-panel,
.mirage-collection-toolbar,
.mirage-product-tab-content,
.mirage-line-meta,
.mirage-save-price,
.mirage-summary-note,
.mirage-cart-note,
.mirage-checkout-note,
.mirage-checkout-section-heading p,
.mirage-wc-order-review .woocommerce-shipping-destination,
.mirage-wc-order-review .woocommerce-shipping-calculator,
.mirage-account-links,
.mirage-review-toolbar,
.mirage-offer-detail,
.mirage-search-results > p {
	color: var(--mirage-muted);
}

.mirage-collection-card a,
.mirage-shop-card-image,
.mirage-product-image,
.mirage-product-main-image,
.mirage-loop-thumb,
.mirage-review-product-image,
.mirage-mini-cart-line img,
.mirage-add-success-line img {
	overflow: hidden;
	border-radius: 8px;
	background: var(--mirage-soft);
}

.mirage-collection-card a,
.mirage-shop-card-image,
.mirage-product-main-image,
.mirage-review-product-image {
	border: 1px solid var(--mirage-border-soft);
}

.mirage-collection-card span {
	background: linear-gradient(180deg, rgba(33, 29, 26, 0.08), rgba(33, 29, 26, 0.5));
	color: #fffefc;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.mirage-shop-card h2,
.mirage-product-card h3,
.mirage-loop-card h2,
.mirage-cart-line h3,
.mirage-order-line h3,
.mirage-mini-cart-line h3,
.mirage-add-success-line h3,
.mirage-review-product-title,
.mirage-product-review-card h3 {
	color: var(--mirage-ink);
}

.mirage-shop-price,
.mirage-detail-price,
.mirage-price,
.mirage-order-line-price,
.mirage-summary-total strong,
.mirage-order-summary .mirage-summary-total strong,
body.mirage-checkout-final-layout .mirage-order-summary .mirage-summary-total strong,
body.mirage-checkout-shell .mirage-order-summary .mirage-summary-total strong {
	color: var(--mirage-price);
}

.mirage-shop-price del,
.mirage-detail-price del,
.mirage-price del {
	color: var(--mirage-muted);
	opacity: 0.72;
}

.mirage-filter-heading,
.mirage-link-list a,
.mirage-cart-head,
.mirage-cart-line,
.mirage-order-line,
.mirage-product-tabs,
.mirage-product-review-summary,
.mirage-product-review-card,
.mirage-review-summary,
.mirage-review-form,
.mirage-review-product-summary,
.mirage-account-center-nav,
.mirage-account-panel,
.mirage-account-panel-head,
.mirage-account-table-head,
.mirage-mini-cart-top,
.mirage-mini-cart-line,
.mirage-mini-cart-footer,
.mirage-add-success-header,
.mirage-add-success-price,
.mirage-checkout-review,
.mirage-checkout-review div,
.mirage-checkout-policy-links,
.mirage-wc-order-review th,
.mirage-wc-order-review td,
.mirage-order-summary .mirage-coupon-field,
.mirage-summary-rows,
.mirage-checkout-lines {
	border-color: var(--mirage-border-soft);
}

.mirage-filter-heading {
	color: var(--mirage-ink);
}

.mirage-filter-heading button,
.mirage-mobile-filter-button {
	color: var(--mirage-gold);
}

.mirage-filter-list input {
	border-color: var(--mirage-border);
	background: var(--mirage-surface);
}

.mirage-filter-list input:checked {
	background: var(--mirage-sage);
	box-shadow: inset 0 0 0 4px var(--mirage-surface);
}

.mirage-filter-apply,
.mirage-primary-action,
.mirage-button,
.mirage-coupon-field button,
.mirage-order-summary .mirage-coupon-field button,
.mirage-account-center-nav a:hover,
.mirage-account-center-nav a:focus-visible,
.mirage-account-center-nav a.is-active,
.mirage-checkout-actions .mirage-primary-action {
	border-color: var(--mirage-gold);
	background: var(--mirage-gold);
	color: #fffefc;
}

.mirage-filter-apply:hover,
.mirage-filter-apply:focus-visible,
.mirage-primary-action:hover,
.mirage-primary-action:focus-visible,
.mirage-button:hover,
.mirage-button:focus-visible,
.mirage-coupon-field button:hover,
.mirage-coupon-field button:focus-visible,
.mirage-checkout-actions .mirage-primary-action:hover,
.mirage-checkout-actions .mirage-primary-action:focus-visible {
	border-color: var(--mirage-panel);
	background: var(--mirage-panel);
	color: #fffefc;
}

.mirage-secondary-action,
.mirage-outline-button {
	border-color: var(--mirage-gold);
	background: transparent;
	color: var(--mirage-gold);
}

.mirage-secondary-action:hover,
.mirage-secondary-action:focus-visible,
.mirage-outline-button:hover,
.mirage-outline-button:focus-visible {
	border-color: var(--mirage-gold);
	background: var(--mirage-gold);
	color: #fffefc;
}

.mirage-dark-button,
.mirage-cart-empty .mirage-dark-button {
	border-color: var(--mirage-panel);
	background: var(--mirage-panel);
	color: #fffefc;
}

.mirage-collection-toolbar select,
.mirage-coupon-field input,
.mirage-cart-note textarea,
.mirage-checkout-form input,
.mirage-checkout-form select,
.mirage-checkout-form textarea,
.mirage-account-form input,
.mirage-search-page-form input,
.mirage-track-form input,
.mirage-account-edit-form input,
.mirage-account-edit-form select,
.mirage-review-toolbar select,
.mirage-review-form input,
.mirage-review-form select,
.mirage-review-form textarea,
.mirage-order-summary .mirage-coupon-field input,
body.mirage-checkout-final-layout .mirage-checkout-form input,
body.mirage-checkout-final-layout .mirage-checkout-form select,
body.mirage-checkout-final-layout .mirage-checkout-form textarea,
body.mirage-checkout-shell .mirage-checkout-form input,
body.mirage-checkout-shell .mirage-checkout-form select,
body.mirage-checkout-shell .mirage-checkout-form textarea,
body.mirage-checkout-final-layout .mirage-order-summary .mirage-coupon-field input,
body.mirage-checkout-shell .mirage-order-summary .mirage-coupon-field input {
	border: 1px solid var(--mirage-border);
	background: var(--mirage-surface);
	color: var(--mirage-ink);
}

.mirage-checkout-form input::placeholder,
.mirage-checkout-form textarea::placeholder,
.mirage-account-form input::placeholder,
.mirage-search-page-form input::placeholder,
.mirage-track-form input::placeholder,
.mirage-review-form input::placeholder,
.mirage-review-form textarea::placeholder,
.mirage-order-summary .mirage-coupon-field input::placeholder {
	color: var(--mirage-muted);
}

.mirage-color-options button,
.mirage-size-options button,
.mirage-qty-control {
	border-color: var(--mirage-border);
	background: var(--mirage-surface);
	color: var(--mirage-ink);
}

.mirage-color-options button:hover,
.mirage-color-options button:focus-visible,
.mirage-size-options button:hover,
.mirage-size-options button:focus-visible,
.mirage-color-options button.is-active {
	border-color: var(--mirage-gold);
	color: var(--mirage-gold);
}

.mirage-size-options button.is-active,
.mirage-size-options button[aria-pressed="true"] {
	border-color: var(--mirage-panel);
	background: var(--mirage-panel);
	box-shadow: none;
	color: #fffefc;
}

.mirage-qty-control button,
.mirage-qty-control input {
	background: var(--mirage-surface);
	color: var(--mirage-ink);
}

.mirage-detail-badge,
.mirage-product-tab.is-active > button::after,
.mirage-product-review-meter b {
	background: var(--mirage-gold);
}

.mirage-detail-badge {
	color: #fffefc;
}

.mirage-review-stars-fill,
.mirage-review-row-stars .is-on {
	color: var(--mirage-gold);
}

.mirage-product-tab > button {
	background: transparent;
	color: var(--mirage-muted);
}

.mirage-product-tab.is-active > button,
.mirage-product-review-summary,
.mirage-product-review-card header strong,
.mirage-product-review-card h3,
.mirage-review-score strong,
.mirage-review-summary h2,
.mirage-review-form h2,
.mirage-account-panel-head h2,
.mirage-account-center-nav strong,
.mirage-account-table-head {
	color: var(--mirage-ink);
}

.mirage-product-review-summary,
.mirage-review-summary,
.mirage-review-product-summary,
.mirage-account-center-nav strong,
.mirage-account-table-head,
.mirage-order-updates {
	background: var(--mirage-soft);
}

.mirage-product-review-card,
.mirage-review-form,
.mirage-account-center-nav,
.mirage-account-panel,
.mirage-cart-table,
.mirage-cart-summary,
.mirage-order-summary,
.mirage-checkout-form,
.mirage-checkout-review,
.mirage-checkout-summary-panel,
.mirage-payment-information-card .woocommerce-checkout-payment,
.mirage-payment-information-card #payment {
	background: var(--mirage-surface);
}

.mirage-cart-page.has-items .mirage-cart-title {
	color: var(--mirage-ink);
}

.mirage-cart-table,
.mirage-cart-summary {
	padding: 28px;
	border: 1px solid var(--mirage-border-soft);
	border-radius: 8px;
	box-shadow: var(--mirage-shadow-soft);
}

.mirage-cart-summary {
	padding-top: 28px;
}

.mirage-cart-line img,
.mirage-order-line img {
	border-radius: 8px;
	background: var(--mirage-soft);
}

.mirage-remove-line {
	border-color: var(--mirage-border);
	color: var(--mirage-muted);
}

.mirage-remove-line:hover,
.mirage-remove-line:focus-visible,
.mirage-cart-top-link:hover,
.mirage-cart-bottom-link:hover,
.mirage-back-link:hover,
.mirage-back-link:focus-visible {
	color: var(--mirage-gold);
}

.mirage-cart-top-link,
.mirage-cart-bottom-link,
.mirage-back-link,
.mirage-cart-empty .mirage-back-link,
.mirage-empty-cart-icon,
.mirage-blog-empty-icon,
.mirage-review-empty-icon {
	color: var(--mirage-ink);
}

.mirage-cart-empty,
.mirage-mini-cart-empty,
.mirage-empty-state,
.mirage-review-empty {
	color: var(--mirage-muted);
}

.mirage-cart-sticky-checkout {
	background: var(--mirage-surface);
	border-top: 1px solid var(--mirage-border-soft);
	box-shadow: 0 -14px 30px rgba(33, 29, 26, 0.12);
}

.mirage-checkout-page {
	background: linear-gradient(90deg, var(--mirage-bg) 0 58%, var(--mirage-mist) 58% 100%);
	color: var(--mirage-ink);
}

.mirage-checkout-shell-inner::before,
body.mirage-checkout-final-layout .mirage-checkout-shell-inner::before,
body.mirage-checkout-shell .mirage-checkout-shell-inner::before {
	background: var(--mirage-border);
}

.mirage-checkout-brand,
.mirage-checkout-steps [aria-current="step"],
.mirage-checkout-form h2,
.mirage-payment-information-card h2,
.mirage-checkout-review strong,
.mirage-checkout-review button,
.mirage-wc-order-review table,
.mirage-order-summary .mirage-summary-row,
body.mirage-checkout-final-layout .mirage-checkout-form h2,
body.mirage-checkout-shell .mirage-checkout-form h2,
body.mirage-checkout-final-layout .mirage-order-line h3,
body.mirage-checkout-shell .mirage-order-line h3 {
	color: var(--mirage-ink);
}

.mirage-checkout-steps,
.mirage-checkout-form label,
.mirage-checkbox-line,
.mirage-floating-field > span:not(.screen-reader-text),
.mirage-checkout-actions .mirage-back-link,
body.mirage-checkout-final-layout .mirage-checkout-section-heading p,
body.mirage-checkout-shell .mirage-checkout-section-heading p,
body.mirage-checkout-final-layout .mirage-order-line .mirage-line-meta,
body.mirage-checkout-shell .mirage-order-line .mirage-line-meta,
body.mirage-checkout-final-layout .mirage-checkout-actions .mirage-back-link,
body.mirage-checkout-shell .mirage-checkout-actions .mirage-back-link {
	color: var(--mirage-muted);
}

.mirage-checkout-section-heading a,
.mirage-checkout-policy-links a,
body.mirage-checkout-final-layout .mirage-checkout-section-heading a,
body.mirage-checkout-final-layout .mirage-checkout-policy-links a,
body.mirage-checkout-shell .mirage-checkout-section-heading a,
body.mirage-checkout-shell .mirage-checkout-policy-links a {
	color: var(--mirage-gold);
}

.mirage-phone-flag,
.mirage-phone-code::after {
	border-color: var(--mirage-border);
	background-color: var(--mirage-surface);
}

.mirage-phone-code::before {
	border-top-color: var(--mirage-muted);
}

.mirage-phone-field::after {
	background: var(--mirage-sage);
	color: #fffefc;
}

.mirage-add-success-check {
	background: transparent;
	color: var(--mirage-sage-dark);
}

.mirage-payment-information-card .woocommerce-checkout-payment,
.mirage-payment-information-card #payment,
body.mirage-checkout-final-layout .mirage-payment-information-card #payment,
body.mirage-checkout-final-layout .mirage-payment-information-card .woocommerce-checkout-payment,
body.mirage-checkout-shell .mirage-payment-information-card #payment,
body.mirage-checkout-shell .mirage-payment-information-card .woocommerce-checkout-payment {
	border-color: var(--mirage-border);
	background: var(--mirage-surface);
}

.mirage-payment-information-card #place_order,
body.mirage-checkout-final-layout .mirage-payment-information-card #place_order,
body.mirage-checkout-shell .mirage-payment-information-card #place_order {
	background: var(--mirage-gold) !important;
	border-color: var(--mirage-gold) !important;
	color: #fffefc !important;
}

.mirage-payment-information-card #place_order:hover,
.mirage-payment-information-card #place_order:focus-visible,
body.mirage-checkout-final-layout .mirage-payment-information-card #place_order:hover,
body.mirage-checkout-final-layout .mirage-payment-information-card #place_order:focus-visible,
body.mirage-checkout-shell .mirage-payment-information-card #place_order:hover,
body.mirage-checkout-shell .mirage-payment-information-card #place_order:focus-visible {
	background: var(--mirage-panel) !important;
	border-color: var(--mirage-panel) !important;
	outline-color: rgba(155, 104, 77, 0.22);
}

body.mirage-checkout-final-layout,
body.mirage-checkout-shell {
	background: var(--mirage-bg);
}

body.mirage-checkout-final-layout .mirage-checkout-page,
body.mirage-checkout-shell .mirage-checkout-page {
	background: linear-gradient(to right, var(--mirage-bg) 0 calc(50% + 90px), var(--mirage-mist) calc(50% + 90px) 100%);
	color: var(--mirage-ink);
}

body.mirage-checkout-final-layout .mirage-checkout-summary-panel,
body.mirage-checkout-shell .mirage-checkout-summary-panel {
	background: transparent;
	box-shadow: none;
}

body.mirage-checkout-final-layout .mirage-order-summary-heading,
body.mirage-checkout-shell .mirage-order-summary-heading,
body.mirage-checkout-final-layout .mirage-order-summary-tools span,
body.mirage-checkout-shell .mirage-order-summary-tools span {
	color: var(--mirage-ink);
}

.mirage-toast,
.mirage-mini-cart,
.mirage-add-success,
.mirage-tracking-drawer .oem-drawer-popup-cover {
	background: rgba(33, 29, 26, 0.46);
}

.mirage-toast {
	background: var(--mirage-panel);
	color: #fffefc;
}

.mirage-mini-cart-panel,
.mirage-add-success-dialog,
.mirage-tracking-drawer .oem-drawer-popup-warp {
	background: var(--mirage-surface);
	color: var(--mirage-ink);
	box-shadow: -18px 0 44px rgba(33, 29, 26, 0.16);
}

.mirage-mini-cart-footer {
	background: var(--mirage-soft);
}

.mirage-add-success-dialog {
	border: 1px solid var(--mirage-border-soft);
	border-radius: 8px;
	box-shadow: 0 20px 54px rgba(33, 29, 26, 0.18);
}

.mirage-add-success-actions .mirage-text-action {
	color: var(--mirage-muted);
}

.mirage-gallery-viewer {
	background: rgba(33, 29, 26, 0.86);
}

.mirage-gallery-close,
.mirage-gallery-arrow,
.mirage-gallery-count {
	background: rgba(255, 253, 248, 0.94);
	color: var(--mirage-ink);
}

.mirage-account-center-nav a,
.mirage-account-center-nav strong,
.mirage-account-panel-head,
.mirage-account-edit-form label,
.mirage-track-grid label,
.mirage-review-form label,
.mirage-review-content {
	color: var(--mirage-ink);
}

.mirage-account-center-nav a:hover,
.mirage-account-center-nav a:focus-visible,
.mirage-account-center-nav a.is-active {
	color: #fffefc;
}

.mirage-service-error {
	color: var(--mirage-price);
}

.mirage-form-message,
.mirage-checkout-success {
	color: var(--mirage-sage-dark);
}

.mirage-checkout-success {
	border-color: rgba(127, 146, 122, 0.34);
	background: var(--mirage-mist);
}

.mirage-checkout-success span,
.mirage-checkout-success h2 {
	color: var(--mirage-sage-dark);
}

.mirage-tracking-drawer .layer-order-header,
.mirage-tracking-drawer .order-list-header {
	border-color: var(--mirage-border-soft);
	color: var(--mirage-ink);
}

.mirage-review-bars i,
.mirage-product-review-meter i {
	background: var(--mirage-border-soft);
}

.mirage-footer-bottom {
	color: rgba(244, 240, 232, 0.72);
}

.mirage-newsletter-form input::placeholder {
	color: rgba(244, 240, 232, 0.74);
}

@media (max-width: 1100px) {
	body.mirage-checkout-final-layout .mirage-checkout-page,
	body.mirage-checkout-shell .mirage-checkout-page {
		background: var(--mirage-bg);
	}

	body.mirage-checkout-final-layout .mirage-checkout-summary-panel,
	body.mirage-checkout-shell .mirage-checkout-summary-panel {
		background: var(--mirage-surface);
		border: 1px solid var(--mirage-border-soft);
		border-radius: 8px;
		box-shadow: var(--mirage-shadow-soft);
	}
}

@media (max-width: 900px) {
	.mirage-cart-table,
	.mirage-cart-summary,
	.mirage-checkout-form,
	.mirage-order-summary,
	.mirage-checkout-summary-panel {
		border-radius: 8px;
	}

	.mirage-cart-sticky-checkout {
		background: var(--mirage-surface);
	}
}

@media (max-width: 760px) {
	.mirage-search {
		border-color: transparent;
		background: transparent;
	}

	.mirage-action {
		background: transparent;
		color: var(--mirage-ink);
	}

	.mirage-mobile-panel {
		background: var(--mirage-panel);
		color: #fffefc;
	}

	.mirage-filter-panel {
		background: var(--mirage-surface);
		border-top: 1px solid var(--mirage-border-soft);
		box-shadow: 0 -18px 40px rgba(33, 29, 26, 0.14);
	}

	.mirage-cart-table,
	.mirage-cart-summary {
		padding: 20px;
	}

	.mirage-cart-page h1,
	.mirage-checkout-page h1,
	.mirage-simple-title,
	.mirage-shop-title,
	.mirage-product-summary h1 {
		font-size: 30px;
		line-height: 1.15;
	}
}
