:root {
	--imo-text: #2b2b2b;
	--imo-muted: #686868;
	--imo-line: #e8e8e8;
	--imo-soft: #f7f7f7;
	--imo-dark: #171717;
	--imo-white: #fff;
}

* {
	box-sizing: border-box;
}

body.imo-storefront {
	margin: 0;
	background: #fff;
	color: var(--imo-text);
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 0;
}

body.imo-storefront a {
	text-decoration: none;
	color: inherit;
}

body.imo-storefront img {
	display: block;
	max-width: 100%;
}

.imo-top {
	height: 28px;
	display: grid;
	place-items: center;
	border-bottom: 1px solid var(--imo-line);
	font-size: 13px;
}

.imo-header {
	position: sticky;
	top: 0;
	z-index: 50;
	display: grid;
	grid-template-columns: 120px 1fr auto;
	align-items: center;
	gap: 28px;
	padding: 14px clamp(28px,4vw,52px);
	background: #fff;
	border-bottom: 1px solid var(--imo-line);
}

.admin-bar .imo-header {
	top: 32px;
}

.imo-logo img {
	width: 98px;
}

.imo-nav {
	display: flex;
	align-items: center;
	gap: 26px;
	font-size: 16px;
}

.imo-nav>a,.imo-has-mega>a {
	padding: 18px 0;
}

.imo-actions {
	display: flex;
	align-items: center;
	gap: 22px;
}

.imo-icon {
	font-size: 24px;
	line-height: 1;
}

.imo-cart {
	position: relative;
}

.imo-cart span {
	position: absolute;
	right: -10px;
	top: -10px;
	min-width: 18px;
	height: 18px;
	border-radius: 99px;
	background: #111;
	color: #fff;
	font-size: 11px;
	display: grid;
	place-items: center;
}

.imo-has-mega {
	position: static;
}

.imo-mega {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 70px;
	background: #fff;
	border-bottom: 1px solid var(--imo-line);
	box-shadow: 0 18px 30px rgba(0,0,0,.08);
	padding: 26px clamp(40px,13vw,230px);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: .18s ease;
}

.imo-has-mega:hover .imo-mega,.imo-has-mega:focus-within .imo-mega {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.imo-mega-links {
	display: grid;
	align-content: start;
	gap: 18px;
	font-size: 22px;
}

.imo-mega-products {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 20px;
}

.imo-mega-card img {
	aspect-ratio: 1/1.22;
	width: 100%;
	object-fit: cover;
}

.imo-mega-card span {
	display: block;
	margin-top: 9px;
	font-size: 14px;
}

.imo-mega-card b {
	display: block;
	margin-top: 6px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}

.imo-main {
	min-height: 60vh;
}

.imo-hero {
	display: grid;
	grid-template-columns: minmax(330px,520px) 1fr;
	align-items: center;
	padding: 30px clamp(28px,4vw,52px);
	gap: 40px;
}

.imo-hero-copy {
	display: grid;
	gap: 16px;
}

.imo-hero-copy p {
	margin: 0;
	font-size: 16px;
}

.imo-hero-copy h1 {
	margin: 0;
	font-size: 56px;
	line-height: 1;
	font-weight: 800;
}

.imo-hero-copy span {
	font-size: 18px;
	line-height: 1.6;
	color: var(--imo-muted);
}

.imo-hero img {
	width: 100%;
	height: 570px;
	object-fit: cover;
}

.imo-primary,.imo-buy {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 0;
	background: #111;
	color: #fff;
	min-height: 48px;
	padding: 13px 24px;
	font-weight: 700;
	width: max-content;
	cursor: pointer;
}

.imo-section {
	padding: 42px clamp(28px,4vw,52px);
}

.imo-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.imo-section-head h2 {
	margin: 0;
	font-size: 28px;
}

.imo-section-head a {
	text-decoration: underline;
}

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

.imo-list-card {
	position: relative;
}

.imo-list-media {
	position: relative;
	display: block;
	overflow: hidden;
	background: #f4f4f4;
}

.imo-list-media img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.imo-list-title {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.35;
}

.imo-list-price {
	margin-top: 7px;
	font-size: 18px;
	font-weight: 800;
}

.imo-list-price del {
	color: #aaa;
	margin-left: 4px;
}

.imo-list-price ins {
	text-decoration: none;
}

.imo-sale-pill {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	background: #222;
	color: #fff;
	border-radius: 99px;
	padding: 8px 11px;
	font-weight: 800;
	font-size: 13px;
}

.imo-collections {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 24px;
}

.imo-collection {
	position: relative;
	display: block;
	overflow: hidden;
}

.imo-collection img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.imo-collection span {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
}

.imo-reviews {
	padding: 55px clamp(28px,4vw,52px);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	border-top: 1px solid var(--imo-line);
}

.imo-reviews h2 {
	grid-column: 1/-1;
	margin: 0;
	font-size: 28px;
}

.imo-reviews blockquote {
	margin: 0;
	padding: 24px;
	border: 1px solid var(--imo-line);
	line-height: 1.6;
}

.imo-collection-page {
	padding: 36px clamp(28px,4vw,52px);
}

.imo-collection-page h1 {
	font-size: 46px;
	line-height: 1;
	margin: 0 0 70px;
	font-weight: 800;
}

.imo-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 28px;
}

.imo-filters,.imo-sort {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #555;
}

.imo-toolbar button {
	border: 0;
	background: transparent;
	padding: 8px 0;
	font: inherit;
	color: #444;
}

.imo-sort button:nth-last-child(-n+2) {
	width: 32px;
	height: 32px;
	border-radius: 4px;
	display: grid;
	place-items: center;
}

.imo-sort button:nth-last-child(2) {
	background: #eee;
}

.imo-products-collection {
	display: grid;
	grid-template-columns: repeat(5,minmax(0,1fr));
	gap: 28px 16px;
}

.imo-product-page {
	display: grid;
	grid-template-columns: minmax(420px,1.18fr) minmax(360px,.82fr);
	gap: 80px;
	padding: 24px clamp(28px,4vw,76px) 70px;
}

.imo-gallery {
	position: relative;
}

.imo-gallery>img {
	width: 100%;
	height: calc(100vh - 120px);
	min-height: 620px;
	object-fit: cover;
}

.imo-gallery>button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	border: 0;
	background: rgba(255,255,255,.75);
	font-size: 48px;
	width: 42px;
	height: 54px;
}

.imo-gallery>button:first-child {
	left: 0;
}

.imo-gallery>button:nth-child(3) {
	right: 0;
}

.imo-thumbs {
	display: flex;
	gap: 10px;
	margin-top: 12px;
}

.imo-thumbs img {
	width: 74px;
	height: 74px;
	object-fit: cover;
	border: 1px solid var(--imo-line);
}

.imo-product-info {
	padding-top: 26px;
}

.imo-product-info h1 {
	font-size: 32px;
	line-height: 1.12;
	margin: 0 0 24px;
	color: #111;
}

.imo-product-price {
	font-size: 33px;
	margin-bottom: 42px;
}

.imo-product-price del {
	color: #aaa;
}

.imo-product-price ins {
	text-decoration: none;
}

.imo-product-form {
	border-top: 1px solid var(--imo-line);
	padding-top: 28px;
	display: grid;
	gap: 28px;
}

.imo-qty {
	display: inline-grid;
	grid-template-columns: 40px 54px 40px;
	width: max-content;
	border: 1px solid var(--imo-line);
	border-radius: 12px;
	overflow: hidden;
}

.imo-qty button,.imo-qty input {
	height: 50px;
	border: 0;
	background: #fff;
	text-align: center;
	font: inherit;
}

.imo-qty input::-webkit-outer-spin-button,.imo-qty input::-webkit-inner-spin-button {
	appearance: none;
	margin: 0;
}

.imo-options {
	border: 0;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.imo-options legend,.imo-select span {
	width: 100%;
	display: block;
	margin-bottom: 8px;
	font-size: 25px;
	font-weight: 800;
}

.imo-options em,.imo-select em {
	color: #d74d4d;
	font-style: normal;
}

.imo-options input {
	position: absolute;
	opacity: 0;
}

.imo-options span {
	display: block;
	border: 1px solid #111;
	border-radius: 5px;
	padding: 8px 10px;
	font-family: monospace;
	font-size: 14px;
}

.imo-options input:checked+span {
	background: #111;
	color: #fff;
}

.imo-select {
	display: grid;
	gap: 8px;
}

.imo-select select {
	width: 100%;
	height: 38px;
	border: 1px solid #111;
	border-radius: 4px;
	background: #fff;
	padding: 0 10px;
	font: inherit;
}

.imo-buy {
	width: 100%;
	text-transform: uppercase;
}

.imo-page-copy {
	max-width: 900px;
	padding: 70px clamp(28px,4vw,52px);
	display: grid;
	gap: 18px;
}

.imo-page-copy h1 {
	font-size: 48px;
	margin: 0;
}

.imo-page-copy p {
	font-size: 18px;
	line-height: 1.7;
	color: #555;
}

.imo-page-copy details {
	border-top: 1px solid var(--imo-line);
	padding: 18px 0;
}

.imo-page-copy summary {
	font-weight: 800;
	font-size: 20px;
	cursor: pointer;
}

.imo-contact {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	padding: 70px clamp(28px,4vw,52px);
}

.imo-contact h1 {
	font-size: 48px;
	margin: 0;
}

.imo-contact p {
	font-size: 18px;
	line-height: 1.7;
	color: #555;
}

.imo-form {
	display: grid;
	gap: 15px;
	background: #f7f7f7;
	padding: 28px;
}

.imo-form label {
	display: grid;
	gap: 7px;
	font-weight: 700;
}

.imo-form input,.imo-form textarea {
	border: 1px solid #d8d8d8;
	background: #fff;
	padding: 13px;
	font: inherit;
}

.imo-notice {
	border: 1px solid #d8d8d8;
	background: #fff;
	padding: 12px;
	font-weight: 700;
}

.imo-footer {
	display: grid;
	grid-template-columns: 1.4fr repeat(3,1fr);
	gap: 34px;
	background: #111;
	color: #fff;
	padding: 46px clamp(28px,4vw,52px);
}

.imo-footer img {
	width: 100px;
	background: #fff;
	margin-bottom: 14px;
}

.imo-footer p,.imo-footer a {
	display: block;
	color: #d8d8d8;
	line-height: 1.6;
	margin: 8px 0;
}

.imo-footer h2 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin: 0 0 12px;
}

.imo-muted {
	color: #777;
}

.imo-home-hero {
	max-width: 1440px;
	margin: 0 auto;
	padding: 28px clamp(28px,5vw,76px) 56px;
	display: grid;
	grid-template-columns: minmax(520px,1.15fr) minmax(360px,.85fr);
	gap: 54px;
	align-items: center;
}

.imo-home-media {
	position: relative;
	min-height: 560px;
	background: #f3f3f3;
	overflow: hidden;
}

.imo-home-media img {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	object-fit: cover;
}

.imo-hero-note {
	position: absolute;
	left: 22px;
	bottom: 22px;
	right: 22px;
	max-width: 360px;
	background: rgba(255,255,255,.92);
	padding: 18px 20px;
	display: grid;
	gap: 6px;
}

.imo-hero-note strong {
	font-size: 18px;
}

.imo-hero-note span {
	font-size: 13px;
	line-height: 1.45;
	color: #555;
}

.imo-home-copy {
	display: grid;
	gap: 22px;
}

.imo-home-copy p,.imo-section-kicker,.imo-design-band p,.imo-home-reviews p {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .14em;
	font-size: 12px;
	font-weight: 800;
	color: #777;
}

.imo-home-copy h1 {
	font-size: clamp(48px,5vw,76px);
	line-height: .96;
	margin: 0;
	color: #101010;
	max-width: 680px;
}

.imo-home-copy>span {
	font-size: 18px;
	line-height: 1.7;
	color: #555;
	max-width: 540px;
}

.imo-hero-actions {
	display: flex;
	gap: 16px;
	align-items: center;
	flex-wrap: wrap;
}

.imo-secondary-link {
	font-weight: 800;
	border-bottom: 1px solid #111;
	padding-bottom: 4px;
}

.imo-benefits {
	max-width: 1440px;
	margin: 0 auto;
	border-top: 1px solid var(--imo-line);
	border-bottom: 1px solid var(--imo-line);
	display: grid;
	grid-template-columns: repeat(4,1fr);
}

.imo-benefits span {
	padding: 18px clamp(18px,3vw,34px);
	text-align: center;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.imo-benefits span+span {
	border-left: 1px solid var(--imo-line);
}

.imo-home-section {
	max-width: 1440px;
	margin: 0 auto;
	padding: 70px clamp(28px,5vw,76px);
}

.imo-home-heading {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 24px;
	margin: 10px 0 30px;
}

.imo-home-heading h2 {
	font-size: clamp(32px,4vw,54px);
	line-height: 1.02;
	margin: 0;
	max-width: 720px;
}

.imo-home-heading a {
	font-weight: 800;
	border-bottom: 1px solid #111;
	padding-bottom: 3px;
}

.imo-category-route .imo-collections {
	grid-template-columns: 1.05fr 1fr 1fr 1fr;
}

.imo-category-route .imo-collection {
	background: #f5f5f5;
}

.imo-category-route .imo-collection img {
	height: 360px;
}

.imo-category-route .imo-collection span {
	text-align: left;
	font-size: 22px;
	font-weight: 800;
}

.imo-home-products {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 30px 18px;
}

.imo-home-products .imo-list-media img {
	aspect-ratio: 1/1.12;
}

.imo-design-band {
	max-width: 1440px;
	margin: 0 auto;
	padding: 70px clamp(28px,5vw,76px);
	display: grid;
	grid-template-columns: minmax(340px,.95fr) 1.05fr;
	gap: 56px;
	background: #111;
	color: #fff;
}

.imo-design-band h2 {
	font-size: clamp(34px,4vw,58px);
	line-height: 1.04;
	margin: 8px 0 0;
}

.imo-design-band ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.imo-design-band li {
	border: 1px solid rgba(255,255,255,.22);
	padding: 18px;
	line-height: 1.45;
	color: #eee;
}

.imo-process-home {
	max-width: 1440px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	border-top: 1px solid var(--imo-line);
	border-bottom: 1px solid var(--imo-line);
}

.imo-process-home article {
	padding: 38px clamp(24px,4vw,52px);
}

.imo-process-home article+article {
	border-left: 1px solid var(--imo-line);
}

.imo-process-home b {
	color: #777;
}

.imo-process-home h2 {
	font-size: 28px;
	margin: 10px 0;
}

.imo-process-home p {
	color: #555;
	line-height: 1.6;
	margin: 0;
}

.imo-home-reviews {
	max-width: 1440px;
	margin: 0 auto;
	padding: 70px clamp(28px,5vw,76px);
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 24px;
	align-items: stretch;
}

.imo-home-reviews h2 {
	font-size: clamp(32px,4vw,54px);
	line-height: 1.04;
	margin: 8px 0 0;
}

.imo-home-reviews blockquote {
	margin: 0;
	border: 1px solid var(--imo-line);
	padding: 28px;
	font-size: 18px;
	line-height: 1.6;
	color: #444;
}

.imo-home-cta {
	max-width: 1440px;
	margin: 0 auto 40px;
	padding: 58px clamp(28px,5vw,76px);
	background: #f4f4f4;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}

.imo-home-cta h2 {
	font-size: clamp(30px,4vw,48px);
	line-height: 1.05;
	margin: 0;
	max-width: 760px;
}

.imo-product-page {
	max-width: 1440px;
	margin: 0 auto;
	grid-template-columns: minmax(560px,760px) minmax(360px,460px);
	gap: 62px;
	padding-top: 18px;
}

.imo-gallery {
	align-self: start;
}

.imo-gallery>img {
	height: auto;
	min-height: 0;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.imo-gallery>button {
	background: transparent;
	font-size: 44px;
	color: #111;
}

.imo-slide-count {
	position: absolute;
	left: 50%;
	bottom: 18px;
	transform: translateX(-50%);
	background: rgba(0,0,0,.6);
	color: #fff;
	border-radius: 18px;
	padding: 4px 10px;
	font-size: 12px;
}

.imo-product-info {
	padding-top: 22px;
}

.imo-product-info h1 {
	font-size: 30px;
	line-height: 1.04;
	margin-bottom: 20px;
	max-width: 330px;
}

.imo-product-price {
	font-size: 29px;
	line-height: 1.2;
	margin-bottom: 34px;
}

.imo-product-price del {
	font-size: .92em;
	color: #9f9f9f;
}

.imo-product-form {
	gap: 24px;
}

.imo-qty {
	grid-template-columns: 38px 48px 38px;
	border-color: #ddd;
	border-radius: 12px;
}

.imo-qty button,.imo-qty input {
	height: 42px;
}

.imo-qty-small {
	border-radius: 4px;
	grid-template-columns: 32px 36px 32px;
}

.imo-qty-small button,.imo-qty-small input {
	height: 32px;
	background: #eee;
}

.imo-options legend,.imo-select span,.imo-radio-line legend,.imo-swatch legend {
	font-size: 21px;
	line-height: 1.25;
	font-weight: 800;
	margin-bottom: 8px;
}

.imo-radio-line,.imo-swatch {
	border: 0;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
}

.imo-radio-line legend,.imo-swatch legend {
	width: 100%;
}

.imo-radio-line label {
	font-size: 14px;
	color: #555;
}

.imo-swatch small {
	width: 100%;
	display: block;
	color: #666;
	font-size: 12px;
	margin-top: -5px;
}

.imo-swatch input {
	position: absolute;
	opacity: 0;
}

.imo-swatch span {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	padding: 5px;
}

.imo-swatch img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.imo-swatch input:checked+span {
	border-color: #111;
}

.imo-select select {
	height: 38px;
}

.imo-buy {
	height: 42px;
	border-radius: 8px;
	background: #000;
	color: #fff;
	font-size: 14px;
	text-transform: none;
}

.imo-buy-now {
	text-align: center;
}

.imo-product-copy {
	margin-top: 54px;
	color: #555;
	font-size: 13px;
	line-height: 1.55;
}

.imo-copy-price {
	color: #333;
	margin-bottom: 28px;
}

.imo-product-copy p {
	margin: 0 0 15px;
}

.imo-product-copy ul {
	margin: 0 0 18px 18px;
	padding: 0;
}

.imo-product-copy li {
	margin: 4px 0;
}

.imo-red {
	color: #f00;
}

.imo-footer {
	max-width: 1440px;
	margin: 80px auto 0;
	background: #fff;
	color: #333;
	display: grid;
	grid-template-columns: minmax(300px,1fr) 1.4fr auto;
	align-items: end;
	gap: 28px;
	padding: 44px clamp(28px,4vw,52px) 30px;
}

.imo-footer h2 {
	font-size: 20px;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.imo-footer p,.imo-footer a {
	display: inline;
	color: #555;
	line-height: 1.6;
	margin: 0;
}

.imo-footer p {
	display: block;
	font-size: 13px;
}

.imo-footer small {
	display: block;
	margin-top: 42px;
	color: #777;
}

.imo-payment-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
}

.imo-payment-row span {
	display: inline-flex;
	align-items: center;
	height: 18px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #f7f7f7;
	padding: 0 5px;
	font-size: 9px;
	color: #235;
}

.imo-social {
	display: flex;
	gap: 14px;
	color: #777;
	font-size: 0;
}

.imo-social span:before {
	font-size: 18px;
}

.imo-social span:first-child:before {
	content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½";
}

.imo-social span:last-child:before {
	content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª";
}

@media (max-width:1100px) {
	.imo-products-collection {
		grid-template-columns: repeat(3,minmax(0,1fr));
	}

	.imo-product-page {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.imo-gallery>img {
		height: auto;
		min-height: 0;
	}

	.imo-mega {
		grid-template-columns: 220px 1fr;
		padding-inline: 40px;
	}

	.imo-home-hero {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.imo-home-media {
		min-height: 500px;
	}

	.imo-benefits {
		grid-template-columns: repeat(2,1fr);
	}

	.imo-benefits span:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--imo-line);
	}

	.imo-benefits span:nth-child(4) {
		border-top: 1px solid var(--imo-line);
	}

	.imo-category-route .imo-collections,.imo-home-products {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}

	.imo-design-band,.imo-home-reviews {
		grid-template-columns: 1fr;
	}

	.imo-design-band ul {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width:760px) {
	.imo-header {
		grid-template-columns: 90px 1fr auto;
		gap: 12px;
		padding: 10px 16px;
	}

	.imo-logo img {
		width: 76px;
	}

	.imo-nav {
		gap: 12px;
		font-size: 14px;
		overflow: auto;
	}

	.imo-actions {
		gap: 10px;
	}

	.imo-mega {
		display: none;
	}

	.imo-hero {
		grid-template-columns: 1fr;
		padding-inline: 16px;
	}

	.imo-hero-copy h1 {
		font-size: 42px;
	}

	.imo-hero img {
		height: 330px;
	}

	.imo-grid,.imo-collections,.imo-products-collection {
		grid-template-columns: repeat(2,minmax(0,1fr));
		gap: 18px 12px;
	}

	.imo-collection-page,.imo-section,.imo-product-page,.imo-contact,.imo-page-copy,.imo-footer {
		padding-left: 16px;
		padding-right: 16px;
	}

	.imo-collection-page h1 {
		font-size: 42px;
		margin-bottom: 44px;
	}

	.imo-toolbar {
		align-items: flex-start;
		gap: 14px;
	}

	.imo-filters,.imo-sort {
		gap: 12px;
		flex-wrap: wrap;
	}

	.imo-product-info h1 {
		font-size: 28px;
	}

	.imo-product-price {
		font-size: 28px;
	}

	.imo-contact,.imo-footer,.imo-reviews {
		grid-template-columns: 1fr;
	}

	.imo-home-hero,.imo-home-section,.imo-design-band,.imo-home-reviews,.imo-home-cta {
		padding-left: 16px;
		padding-right: 16px;
	}

	.imo-home-media {
		min-height: 390px;
	}

	.imo-home-copy h1 {
		font-size: 44px;
	}

	.imo-home-copy>span {
		font-size: 16px;
	}

	.imo-home-heading {
		display: grid;
		align-items: start;
	}

	.imo-category-route .imo-collection img {
		height: 260px;
	}

	.imo-design-band ul,.imo-process-home {
		grid-template-columns: 1fr;
	}

	.imo-process-home article+article {
		border-left: 0;
		border-top: 1px solid var(--imo-line);
	}

	.imo-home-cta {
		display: grid;
	}
}

@media (max-width:480px) {
	.imo-grid,.imo-collections,.imo-products-collection {
		grid-template-columns: 1fr;
	}

	.imo-nav {
		grid-column: 1/-1;
		order: 3;
	}

	.imo-header {
		grid-template-columns: 80px auto;
	}

	.imo-actions {
		justify-self: end;
	}

	.imo-top {
		font-size: 12px;
	}

	.imo-list-price {
		font-size: 16px;
	}

	.imo-gallery>button {
		font-size: 34px;
		width: 34px;
	}

	.imo-options legend,.imo-select span {
		font-size: 22px;
	}

	.imo-product-page {
		overflow: hidden;
	}

	.imo-options label {
		max-width: 100%;
		min-width: 0;
	}

	.imo-options span {
		max-width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.imo-select select {
		min-width: 0;
	}

	.imo-benefits,.imo-category-route .imo-collections,.imo-home-products {
		grid-template-columns: 1fr;
	}

	.imo-benefits span+span,.imo-benefits span:nth-child(3),.imo-benefits span:nth-child(4) {
		border-left: 0;
		border-top: 1px solid var(--imo-line);
	}

	.imo-home-copy h1 {
		font-size: 38px;
	}

	.imo-home-media {
		min-height: 330px;
	}

	.imo-hero-note {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		max-width: none;
		margin: 0;
	}

	.imo-category-route .imo-collection img {
		height: 230px;
	}
}

.imo-home-hero {
	position: relative;
	max-width: none;
	min-height: calc(100vh - 88px);
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	background: #111;
}

.imo-home-hero:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg,rgba(0,0,0,.68) 0%,rgba(0,0,0,.38) 46%,rgba(0,0,0,.12) 100%);
	z-index: 1;
}

.imo-home-media {
	position: absolute;
	inset: 0;
	min-height: 0;
	background: #111;
}

.imo-home-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: imoHeroZoom 16s ease-in-out infinite alternate;
}

.imo-hero-container {
	position: relative;
	z-index: 2;
	max-width: 1440px;
	min-height: calc(100vh - 88px);
	margin: 0 auto;
	padding: clamp(64px,9vw,130px) clamp(24px,5vw,76px);
	display: grid;
	align-content: center;
	gap: 34px;
}

.imo-home-copy {
	max-width: 660px;
	background: rgba(255,255,255,.9);
	padding: clamp(28px,4vw,54px);
	box-shadow: 0 24px 60px rgba(0,0,0,.18);
}

.imo-home-copy p {
	color: #555;
}

.imo-home-copy h1 {
	color: #111;
}

.imo-home-copy>span {
	color: #333;
}

.imo-hero-note {
	position: static;
	max-width: 440px;
	background: rgba(17,17,17,.78);
	color: #fff;
	padding: 18px 20px;
	display: grid;
	gap: 6px;
}

.imo-hero-note span {
	color: #e6e6e6;
}

.imo-secondary-link {
	color: #111;
}

.imo-home-copy .imo-primary {
	background: #000;
	color: #fff;
}

@keyframes imoHeroZoom {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.06);
	}
}

@media (max-width:760px) {
	.imo-home-hero,.imo-hero-container {
		min-height: 680px;
	}

	.imo-hero-container {
		padding: 46px 16px;
	}

	.imo-home-copy {
		padding: 24px;
	}

	.imo-home-copy h1 {
		font-size: 40px;
	}

	.imo-home-hero:after {
		background: linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.65));
	}
}

@media (max-width:480px) {
	.imo-home-hero,.imo-hero-container {
		min-height: 620px;
	}

	.imo-home-copy h1 {
		font-size: 34px;
	}

	.imo-hero-note {
		margin: 0;
	}
}

.imo-livora-hero {
	position: relative;
	min-height: 540px;
	display: grid;
	place-items: center;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background: #111;
}

.imo-livora-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.48);
	z-index: 1;
}

.imo-livora-hero>img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.imo-livora-hero-copy {
	position: relative;
	z-index: 2;
	max-width: 820px;
	padding: 60px 20px;
}

.imo-livora-hero-copy p,.imo-livora-section>p,.imo-livora-heading p,.imo-countdown-band p,.imo-testimonial-band p {
	margin: 0 0 8px;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 12px;
	font-weight: 800;
	color: #b68a58;
}

.imo-livora-hero-copy h1 {
	font-size: clamp(42px,6vw,74px);
	line-height: 1.02;
	margin: 0 0 22px;
	color: #fff;
}

.imo-pill-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border-radius: 999px;
	background: #b68a58;
	color: #fff;
	padding: 10px 18px;
	font-weight: 800;
	font-size: 13px;
}

.imo-pill-btn.dark {
	background: #111;
}

.imo-livora-section {
	max-width: 1180px;
	margin: 0 auto;
	padding: 58px 20px;
	text-align: center;
}

.imo-livora-section h2,.imo-livora-heading h2 {
	font-size: clamp(28px,4vw,44px);
	line-height: 1.12;
	margin: 0;
	color: #171717;
}

.imo-circle-cats {
	display: flex;
	justify-content: center;
	gap: 26px;
	flex-wrap: wrap;
	margin-top: 28px;
}

.imo-circle-cats a {
	display: grid;
	justify-items: center;
	gap: 10px;
	font-weight: 800;
}

.imo-circle-cats img {
	width: 92px;
	height: 92px;
	border-radius: 999px;
	object-fit: cover;
	border: 4px solid #f0e9df;
}

.imo-circle-cats span {
	font-size: 13px;
}

.imo-sale-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	text-align: left;
	padding-top: 20px;
}

.imo-sale-card {
	position: relative;
	min-height: 230px;
	border-radius: 12px;
	overflow: hidden;
	color: #fff;
	display: grid;
	align-content: end;
	padding: 26px;
	background: #111;
}

.imo-sale-card:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.72));
	z-index: 1;
}

.imo-sale-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.imo-sale-card span,.imo-sale-card strong {
	position: relative;
	z-index: 2;
}

.imo-sale-card span {
	font-size: 13px;
	color: #e8d5bd;
}

.imo-sale-card strong {
	font-size: 24px;
	line-height: 1.1;
	margin-top: 6px;
	max-width: 360px;
}

.imo-livora-heading {
	display: flex;
	justify-content: space-between;
	align-items: end;
	text-align: left;
	gap: 28px;
	margin-bottom: 26px;
}

.imo-livora-heading>a {
	font-weight: 800;
	border-bottom: 1px solid #111;
}

.imo-livora-heading>span {
	max-width: 430px;
	text-align: left;
	color: #777;
	line-height: 1.6;
}

.imo-livora-products {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 24px;
	text-align: left;
}

.imo-livora-products .imo-list-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
}

.imo-livora-products .imo-list-media {
	border-radius: 12px;
	background: #f7f3ed;
}

.imo-livora-products .imo-list-media img {
	aspect-ratio: 1/1;
	transition: transform .35s ease;
}

.imo-livora-products .imo-list-card:hover img {
	transform: scale(1.04);
}

.imo-livora-products .imo-list-title,.imo-livora-products .imo-list-price {
	padding-left: 4px;
}

.imo-watch-band {
	position: relative;
	min-height: 430px;
	margin: 34px 0;
	display: grid;
	align-items: end;
	color: #fff;
	overflow: hidden;
}

.imo-watch-band:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.65));
	z-index: 1;
}

.imo-watch-band img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.imo-watch-band div {
	position: relative;
	z-index: 2;
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px 52px;
	text-align: left;
}

.imo-watch-band p {
	margin: 0 0 8px;
	color: #e5c18f;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: .12em;
}

.imo-watch-band h2 {
	max-width: 420px;
	font-size: 34px;
	line-height: 1.08;
	margin: 0;
}

.imo-watch-band>a {
	position: absolute;
	right: calc(50% - 560px);
	bottom: 58px;
	z-index: 3;
	width: 74px;
	height: 74px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,.5);
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 0;
}

.imo-watch-band>a:before {
	content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶";
	font-size: 24px;
}

.imo-inspiration-grid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px;
	margin-top: 26px;
}

.imo-inspiration-grid a {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	min-height: 170px;
	color: #fff;
	display: grid;
	align-items: end;
	text-align: left;
	padding: 18px;
	background: #111;
}

.imo-inspiration-grid a:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.65));
	z-index: 1;
}

.imo-inspiration-grid img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.imo-inspiration-grid span {
	position: relative;
	z-index: 2;
	font-weight: 800;
}

.imo-arrival-mosaic {
	background: #faf7f1;
	max-width: none;
}

.imo-arrival-mosaic>.imo-livora-heading,.imo-arrival-mosaic>.imo-livora-products {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.imo-countdown-band {
	background: #111;
	color: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
	padding: 70px max(20px,calc((100vw - 1180px)/2));
	margin-top: 20px;
}

.imo-countdown-band h2 {
	font-size: clamp(32px,4vw,48px);
	line-height: 1.08;
	margin: 0 0 12px;
	color: #fff;
}

.imo-countdown-band span {
	color: #ddd;
	line-height: 1.6;
}

.imo-countdown-band .imo-pill-btn {
	margin-top: 22px;
}

.imo-countdown {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 8px;
	text-align: center;
}

.imo-countdown b {
	font-size: 42px;
	color: #fff;
}

.imo-countdown span {
	font-size: 12px;
	color: #aaa;
	text-transform: uppercase;
}

.imo-testimonial-band {
	display: grid;
	grid-template-columns: 360px minmax(0,620px);
	gap: 60px;
	align-items: center;
	max-width: 1180px;
	margin: 0 auto;
	padding: 80px 20px;
}

.imo-testimonial-band img {
	width: 100%;
	border-radius: 16px;
	aspect-ratio: 1/1.15;
	object-fit: cover;
}

.imo-testimonial-band h2 {
	font-size: clamp(30px,4vw,48px);
	line-height: 1.08;
	margin: 0 0 14px;
}

.imo-stars {
	color: #b68a58;
	margin-bottom: 16px;
}

.imo-testimonial-band blockquote {
	margin: 0 0 18px;
	color: #555;
	line-height: 1.7;
}

.imo-home-cta {
	border-radius: 0;
	text-align: left;
}

.imo-home-cta .imo-pill-btn {
	margin-left: auto;
}

@media (max-width:900px) {
	.imo-sale-grid,.imo-countdown-band,.imo-testimonial-band {
		grid-template-columns: 1fr;
	}

	.imo-livora-products,.imo-inspiration-grid {
		grid-template-columns: repeat(2,1fr);
	}

	.imo-watch-band>a {
		right: 28px;
	}

	.imo-livora-heading {
		display: grid;
	}

	.imo-home-cta .imo-pill-btn {
		margin-left: 0;
	}
}

@media (max-width:560px) {
	.imo-livora-hero {
		min-height: 520px;
	}

	.imo-livora-section {
		padding: 42px 16px;
	}

	.imo-circle-cats {
		gap: 16px;
	}

	.imo-circle-cats img {
		width: 78px;
		height: 78px;
	}

	.imo-sale-grid,.imo-livora-products,.imo-inspiration-grid {
		grid-template-columns: 1fr;
	}

	.imo-watch-band {
		min-height: 360px;
	}

	.imo-countdown-band {
		padding: 48px 16px;
	}

	.imo-countdown b {
		font-size: 30px;
	}

	.imo-testimonial-band {
		padding: 52px 16px;
	}

	.imo-livora-heading>span {
		text-align: left;
	}
}

.imo-storefront {
	background: #f8f5ef;
}

.imo-top {
	height: 34px;
	background: #111;
	color: #fff;
	border: 0;
	display: flex;
	justify-content: center;
	gap: 38px;
	font-size: 12px;
}

.imo-header {
	max-width: none;
	padding: 14px max(22px,calc((100vw - 1180px)/2));
	grid-template-columns: 130px 1fr auto;
	box-shadow: 0 1px 0 rgba(0,0,0,.06);
}

.imo-logo img {
	width: 112px;
}

.imo-nav {
	justify-content: center;
	gap: 24px;
	font-size: 14px;
}

.imo-actions {
	gap: 16px;
}

.imo-livora-hero {
	min-height: 520px;
	margin: 0;
	background: #161616;
}

.imo-livora-hero:before {
	background: linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,.32),rgba(0,0,0,.58));
}

.imo-livora-hero>img {
	object-fit: cover;
	object-position: center 46%;
	filter: saturate(.92) contrast(1.02);
}

.imo-livora-hero-copy {
	max-width: 820px;
}

.imo-livora-hero-copy p {
	color: #d0a162;
}

.imo-livora-hero-copy h1 {
	font-size: clamp(44px,5.4vw,68px);
	font-weight: 800;
	letter-spacing: -1px;
	text-shadow: 0 2px 18px rgba(0,0,0,.35);
}

.imo-pill-btn {
	background: #c1935a;
	color: #fff;
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0 8px 20px rgba(0,0,0,.18);
}

.imo-livora-section {
	max-width: 1180px;
	padding: 58px 24px;
}

.imo-livora-cats {
	background: #fff;
	border-radius: 0;
}

.imo-livora-section h2,.imo-livora-heading h2 {
	font-size: clamp(28px,3.2vw,40px);
	font-weight: 700;
	letter-spacing: -.4px;
}

.imo-circle-cats {
	gap: 24px;
	margin-top: 30px;
}

.imo-circle-cats img {
	width: 112px;
	height: 112px;
	border: 6px solid #f4eadc;
	box-shadow: 0 8px 22px rgba(0,0,0,.08);
}

.imo-circle-cats span {
	font-size: 13px;
	font-weight: 800;
}

.imo-sale-grid {
	max-width: 1180px;
	gap: 28px;
	padding-top: 12px;
	padding-bottom: 58px;
	background: #fff;
}

.imo-sale-card {
	min-height: 278px;
	border-radius: 14px;
	padding: 28px;
}

.imo-sale-card:before {
	background: linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.66));
}

.imo-sale-card strong {
	font-size: 27px;
	color: #fff;
}

.imo-sale-card span {
	font-weight: 800;
	color: #e8c99d;
}

.imo-livora-heading {
	margin-bottom: 28px;
}

.imo-livora-heading>a {
	font-size: 13px;
}

.imo-livora-products {
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 28px;
}

.imo-livora-products .imo-list-card {
	border-radius: 14px;
	background: transparent;
}

.imo-livora-products .imo-list-media {
	border-radius: 14px;
	box-shadow: 0 10px 26px rgba(0,0,0,.08);
}

.imo-livora-products .imo-list-title {
	font-weight: 700;
	margin-top: 13px;
}

.imo-livora-products .imo-list-price {
	font-size: 16px;
}

.imo-watch-band {
	min-height: 500px;
	margin: 22px 0 0;
}

.imo-watch-band img {
	filter: saturate(.9) contrast(1.02);
}

.imo-watch-band div {
	max-width: 1180px;
	padding-bottom: 72px;
}

.imo-watch-band h2 {
	font-size: 36px;
	font-weight: 700;
}

.imo-watch-band>a {
	right: max(28px,calc((100vw - 1180px)/2));
	bottom: 72px;
	background: rgba(255,255,255,.12);
	backdrop-filter: blur(4px);
}

.imo-inspiration-grid {
	gap: 22px;
}

.imo-inspiration-grid a {
	min-height: 210px;
	border-radius: 14px;
}

.imo-arrival-mosaic {
	padding-top: 72px;
	padding-bottom: 76px;
	background: #f7f1e8;
}

.imo-countdown-band {
	padding-top: 82px;
	padding-bottom: 82px;
}

.imo-countdown-band h2 {
	max-width: 560px;
}

.imo-testimonial-band {
	max-width: 1180px;
	grid-template-columns: 390px minmax(0,610px);
	padding: 88px 24px;
}

.imo-testimonial-band img {
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(0,0,0,.1);
}

.imo-home-cta {
	max-width: 1180px;
	border-radius: 0;
	background: #f2eee8;
	padding: 54px 34px;
	margin-bottom: 52px;
}

.imo-home-cta h2 {
	font-size: 38px;
}

.imo-footer {
	max-width: none;
	margin-top: 0;
	padding-left: max(24px,calc((100vw - 1180px)/2));
	padding-right: max(24px,calc((100vw - 1180px)/2));
}

@media (max-width:900px) {
	.imo-top {
		gap: 14px;
		font-size: 11px;
	}

	.imo-header {
		padding: 12px 18px;
	}

	.imo-livora-products,.imo-inspiration-grid {
		grid-template-columns: repeat(2,1fr);
	}

	.imo-sale-grid,.imo-countdown-band,.imo-testimonial-band {
		grid-template-columns: 1fr;
	}

	.imo-home-cta {
		display: grid;
	}

	.imo-home-cta .imo-pill-btn {
		margin-left: 0;
	}
}

@media (max-width:560px) {
	.imo-top {
		height: auto;
		padding: 8px 12px;
		flex-wrap: wrap;
	}

	.imo-livora-hero {
		min-height: 500px;
	}

	.imo-livora-hero-copy h1 {
		font-size: 36px;
	}

	.imo-livora-section {
		padding: 44px 16px;
	}

	.imo-circle-cats img {
		width: 86px;
		height: 86px;
	}

	.imo-sale-grid,.imo-livora-products,.imo-inspiration-grid {
		grid-template-columns: 1fr;
	}

	.imo-sale-card {
		min-height: 230px;
	}

	.imo-watch-band {
		min-height: 360px;
	}

	.imo-home-cta h2 {
		font-size: 28px;
	}
}

.imo-storefront {
	background: #fff;
}

.imo-top {
	height: 43px;
	background: #111;
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 16px;
	font-weight: 500;
}

.imo-header {
	position: relative;
	top: auto;
	z-index: 80;
	display: block;
	padding: 0;
	background: #fff;
	border: 0;
	box-shadow: none;
}

.admin-bar .imo-header {
	top: auto;
}

.imo-brand-row {
	height: 90px;
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	padding: 0 22px;
}

.imo-help {
	display: flex;
	align-items: center;
	gap: 14px;
	justify-self: start;
	color: #222;
}

.imo-help-icon {
	width: 52px;
	height: 52px;
	border-radius: 999px;
	background: #f6f2ec;
	display: grid;
	place-items: center;
}

.imo-help-icon img {
	width: 28px;
	height: 28px;
}

.imo-help small {
	display: block;
	color: #777;
	font-size: 16px;
	font-weight: 400;
}

.imo-help b {
	display: block;
	margin-top: 4px;
	font-size: 20px;
	line-height: 1;
	color: #000;
}

.imo-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.imo-logo img {
	width: 58px;
	height: 58px;
	object-fit: contain;
}

.imo-logo strong {
	font-size: 34px;
	line-height: 1;
	font-weight: 800;
	color: #171717;
}

.imo-actions {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 22px;
}

.imo-icon {
	width: 25px;
	height: 28px;
	display: grid;
	place-items: center;
	line-height: 1;
}

.imo-icon img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.imo-cart span {
	right: -9px;
	top: -9px;
	background: #111;
	color: #fff;
}

.imo-nav {
	height: 56px;
	background: #f5f2ed;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 44px;
	padding: 0 18px;
	font-size: 17px;
	font-weight: 600;
	overflow: visible;
}

.imo-nav>a,.imo-has-mega>a {
	padding: 18px 0;
}

.imo-nav>a:nth-child(2)::after,.imo-has-mega>a::after,.imo-nav>a:nth-child(4)::after,.imo-nav>a:nth-child(7)::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	margin-left: 9px;
	vertical-align: 3px;
}

.imo-mega {
	top: 100%;
	z-index: 90;
}

.imo-livora-hero {
	height: calc(100vh - 189px);
	min-height: 600px;
	margin: 0;
	background: #161616;
	display: grid;
	overflow: hidden;
}

.imo-livora-hero:before {
	display: block;
	background: #222;
	opacity: .48;
}

.imo-livora-hero>img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	filter: none;
}

.imo-livora-hero-copy {
	display: grid;
	place-items: center;
	align-content: center;
	position: relative;
	z-index: 2;
	max-width: 1100px;
	padding: 60px 20px;
}

.imo-livora-hero-copy p {
	color: #c1935a;
}

.imo-livora-hero-copy h1 {
	font-size: clamp(48px,6vw,92px);
	line-height: 1.04;
	margin: 0 0 30px;
	color: #fff;
	font-weight: 800;
	letter-spacing: 0;
	text-shadow: 0 3px 18px rgba(0,0,0,.28);
}

.imo-pill-btn {
	background: #c1935a;
	color: #fff;
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0 8px 20px rgba(0,0,0,.18);
}

.imo-livora-cats {
	margin-top: 0;
}

@media (max-width:900px) {
	.imo-brand-row {
		height: auto;
		min-height: 78px;
		grid-template-columns: 1fr auto;
		padding: 12px 16px;
	}

	.imo-help {
		display: none;
	}

	.imo-logo {
		justify-self: start;
	}

	.imo-logo img {
		width: 44px;
		height: 44px;
	}

	.imo-logo strong {
		font-size: 24px;
	}

	.imo-actions {
		gap: 12px;
	}

	.imo-icon {
		font-size: 21px;
	}

	.imo-icon img {
		width: 20px;
		height: 20px;
	}

	.imo-nav {
		height: auto;
		justify-content: flex-start;
		gap: 22px;
		overflow: auto;
		padding: 12px 16px;
	}

	.imo-livora-hero {
		height: 520px;
		min-height: 520px;
	}
}

@media (max-width:560px) {
	.imo-top {
		height: 36px;
		font-size: 12px;
		padding: 0 10px;
		text-align: center;
	}

	.imo-logo strong {
		font-size: 20px;
	}

	.imo-actions a:nth-child(2),.imo-actions a:nth-child(3) {
		display: none;
	}

	.imo-nav {
		gap: 18px;
		font-size: 14px;
	}

	.imo-livora-hero {
		height: 430px;
		min-height: 430px;
	}

	.imo-livora-hero>img {
		object-position: center center;
	}
}

@font-face {
	font-family:OPPOSans;src:url('https://html.awaikenthemes.com/livora/fonts/OPPOSans-R.ttf') format('truetype');font-weight:400;
}

@font-face {
	font-family:OPPOSans;src:url('https://html.awaikenthemes.com/livora/fonts/OPPOSans-B.ttf') format('truetype');font-weight:700;
}

body.imo-storefront {
	font-family: OPPOSans,Arial,sans-serif;
}

.imo-livora-hero-copy p {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 auto 28px;
	padding: 10px 16px;
	border: 1px solid rgba(255,255,255,.24);
	border-radius: 100px;
	text-transform: none;
	letter-spacing: 0;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

.imo-livora-hero-copy p:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #b08d57;
}

.imo-livora-hero-copy h1 {
	max-width: 1250px;
	font-size: clamp(48px,6vw,92px);
	line-height: 1.1;
	margin: 0 0 32px;
	font-weight: 700;
	letter-spacing: 0;
}

.imo-livora-hero-copy .imo-pill-btn {
	position: relative;
	min-height: 0;
	padding: 17px 55px 17px 24px;
	border: 0;
	border-radius: 100px;
	background: #b08d57;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: capitalize;
	overflow: hidden;
}

.imo-livora-hero-copy .imo-pill-btn:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	background: #fff url('https://html.awaikenthemes.com/livora/images/arrow-accent.svg') center/22px auto no-repeat;
	border-radius: 50%;
	transition: transform .4s ease;
}

.imo-livora-hero-copy .imo-pill-btn:hover:before {
	transform: translateY(-50%) rotate(45deg);
}
/* Livora-matched header geometry and spacing. */
.imo-top {
	position: relative;
	height: 3px;
	background: #161616;
	border: 0;
	display: block;
	font-size: 0;
}

.imo-brand-row {
	position: relative;
	height: 88px;
	max-width: 1300px;
	padding: 0 18px;
}

.imo-help {
	gap: 14px;
}

.imo-help-icon {
	width: 50px;
	height: 50px;
	background: #f8f5ef;
}

.imo-help-icon img {
	width: 25px;
	height: 25px;
}

.imo-help small {
	font-size: 15px;
	color: #666;
}

.imo-help b {
	font-size: 18px;
	font-weight: 500;
}

.imo-logo {
	gap: 12px;
}

.imo-logo img {
	width: 58px;
	height: 58px;
}

.imo-logo strong {
	font-size: 34px;
	font-weight: 700;
}

.imo-actions {
	gap: 22px;
}

.imo-icon {
	width: 24px;
	height: 26px;
}

.imo-icon img {
	width: 22px;
	height: 22px;
}

.imo-nav {
	height: 56px;
	background: #f8f5ef;
	gap: 42px;
	font-size: 17px;
	font-weight: 400;
	border: 0;
}

.imo-nav>a,.imo-has-mega>a {
	padding: 18px 0;
}

.imo-livora-hero {
	height: calc(100vh - 147px);
}

@media (max-width:900px) {
	.imo-brand-row {
		height: 76px;
	}

	.imo-logo strong {
		font-size: 24px;
	}

	.imo-nav {
		height: auto;
	}
}

@media (max-width:560px) {
	.imo-top {
		height: 3px;
	}

	.imo-brand-row {
		min-height: 72px;
	}

	.imo-logo strong {
		font-size: 20px;
	}

	.imo-livora-hero {
		height: 430px;
	}
}

.imo-nav>a:hover,.imo-nav>a:focus,.imo-has-mega>a:hover,.imo-has-mega>a:focus {
	color: #b08d57;
}

.imo-livora-hero-copy .imo-pill-btn {
	z-index: 0;
	color: #fff;
	background: #b08d57;
	transition: color .4s ease,background .4s ease;
}

.imo-livora-hero-copy .imo-pill-btn:after {
	content: "";
	position: absolute;
	inset: 0;
	left: auto;
	width: 0;
	background: #fff;
	transition: width .4s ease;
	z-index: -1;
}

.imo-livora-hero-copy .imo-pill-btn:hover,.imo-livora-hero-copy .imo-pill-btn:focus {
	color: #161616;
	background: #fff;
}

.imo-livora-hero-copy .imo-pill-btn:hover:after,.imo-livora-hero-copy .imo-pill-btn:focus:after {
	left: 0;
	width: 100%;
}

.imo-livora-hero-copy .imo-pill-btn:hover:before,.imo-livora-hero-copy .imo-pill-btn:focus:before {
	background-color: #161616;
	background-image: url('https://html.awaikenthemes.com/livora/images/arrow-white.svg');
	transform: translateY(-50%) rotate(45deg);
}

.imo-icon img {
	transition: transform .4s ease-in-out;
}

.imo-icon:hover img,.imo-icon:focus img {
	transform: scale(1.06);
}

.imo-livora-hero-copy {
	width: 100%;
	max-width: 1450px;
}

.imo-livora-hero-copy h1 {
	max-width: 1450px;
	font-size: clamp(54px,4.17vw,80px);
	line-height: 1.2;
}

.imo-livora-cats {
	max-width: 1440px;
	padding: 100px 24px 62px;
	background: #fcfbfa;
}

.imo-livora-cats>p {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 auto 18px;
	padding: 10px 16px;
	border: 1px solid rgba(22,22,22,.12);
	border-radius: 100px;
	text-transform: none;
	letter-spacing: 0;
	font-size: 15px;
	font-weight: 400;
	color: #161616;
}

.imo-livora-cats>p:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #b08d57;
}

.imo-livora-cats>h2 {
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 56px;
}

.imo-circle-cats {
	gap: 38px;
	margin: 0 auto;
}

.imo-circle-cats a {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 24px;
	font-weight: 400;
	overflow: visible;
}

.imo-circle-cats a:before {
	content: "";
	position: absolute;
	top: 0;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(22,22,22,.5);
	opacity: 0;
	transform: scale(.72);
	transition: all .4s ease;
	z-index: 1;
}

.imo-circle-cats a:hover:before {
	opacity: 1;
	transform: scale(1);
}

.imo-circle-cats img {
	width: 180px;
	height: 180px;
	border: 0;
	border-radius: 50%;
	box-shadow: none;
	transition: transform .4s ease;
}

.imo-circle-cats a:hover img {
	transform: scale(1.04);
}

.imo-circle-cats span {
	font-size: 18px;
	font-weight: 400;
	transition: color .3s ease;
}

.imo-circle-cats a:hover span {
	color: #b08d57;
}

.imo-category-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 44px;
}

.imo-category-dots i {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #dedede;
}

.imo-category-dots i.active {
	width: 40px;
	border-radius: 10px;
	background: #b08d57;
}

@media (max-width:900px) {
	.imo-livora-cats {
		padding: 72px 16px 48px;
	}

	.imo-livora-cats>h2 {
		font-size: 36px;
		margin-bottom: 38px;
	}

	.imo-circle-cats {
		gap: 26px;
	}

	.imo-circle-cats img,.imo-circle-cats a:before {
		width: 140px;
		height: 140px;
	}

	.imo-circle-cats a {
		gap: 16px;
	}

	.imo-circle-cats span {
		font-size: 16px;
	}
}

@media (max-width:560px) {
	.imo-livora-cats {
		padding-top: 58px;
	}

	.imo-livora-cats>h2 {
		font-size: 30px;
	}

	.imo-circle-cats {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 30px 12px;
	}

	.imo-circle-cats img,.imo-circle-cats a:before {
		width: 130px;
		height: 130px;
	}
}

.imo-category-viewport {
	max-width: 1240px;
	margin: 0 auto;
	overflow: hidden;
}

.imo-circle-cats {
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 38px;
	transform: translateX(0);
	transition: transform .65s cubic-bezier(.22,.61,.36,1);
	will-change: transform;
}

.imo-circle-cats a {
	flex: 0 0 180px;
}

.imo-category-dots button {
	appearance: none;
	border: 0;
	padding: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #dedede;
	cursor: pointer;
	transition: all .3s ease;
}

.imo-category-dots button.active {
	width: 40px;
	border-radius: 10px;
	background: #b08d57;
}

.imo-category-dots button:hover {
	background: #b08d57;
}

@media (max-width:900px) {
	.imo-category-viewport {
		max-width: 680px;
	}

	.imo-circle-cats {
		gap: 26px;
	}

	.imo-circle-cats a {
		flex-basis: 140px;
	}
}

@media (max-width:560px) {
	.imo-category-viewport {
		max-width: 290px;
	}

	.imo-circle-cats {
		gap: 20px;
	}

	.imo-circle-cats a {
		flex-basis: 130px;
	}
}

.imo-livora-cats {
	background: #fff;
}

.imo-footer {
	display: block;
	background: #161616;
	color: #fff;
	padding: 70px max(24px,calc((100vw - 1300px)/2)) 0;
}

.imo-footer-top {
	display: grid;
	grid-template-columns: 1.05fr 1fr 2.1fr;
	gap: 64px;
	padding-bottom: 64px;
}

.imo-footer-brandmark {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 22px;
}

.imo-footer-brandmark strong {
	font-size: 28px;
	color: #fff;
}

.imo-footer p,.imo-footer span,.imo-footer a {
	color: #cfcfcf;
	line-height: 1.65;
}

.imo-footer-brand>p,.imo-footer-newsletter>p {
	max-width: 310px;
	margin: 0 0 24px;
}

.imo-footer-phone {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff!important;
	font-size: 18px;
}

.imo-footer-phone img {
	width: 24px;
	height: 24px;
	filter: none;
}

.imo-footer-newsletter form {
	display: flex;
	max-width: 390px;
	border-bottom: 1px solid rgba(255,255,255,.4);
}

.imo-footer-newsletter input {
	flex: 1;
	min-width: 0;
	border: 0;
	background: transparent;
	color: #fff;
	padding: 14px 0;
	font: inherit;
	outline: 0;
}

.imo-footer-newsletter input::placeholder {
	color: #aaa;
}

.imo-footer-newsletter button {
	width: 48px;
	border: 0;
	background: transparent;
	color: #b08d57;
	font-size: 28px;
	cursor: pointer;
}

.imo-footer-links {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 34px;
}

.imo-footer-links h2 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.imo-footer-links a,.imo-footer-links span {
	display: block;
	margin: 7px 0;
	font-size: 14px;
}

.imo-footer-links a:hover,.imo-footer-social a:hover {
	color: #b08d57;
}

.imo-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	border-top: 1px solid rgba(255,255,255,.12);
	padding: 24px 0;
}

.imo-footer-bottom small {
	color: #aaa;
}

.imo-payment-row {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.imo-payment-row span {
	padding: 4px 7px;
	background: #fff;
	color: #161616;
	border-radius: 2px;
	font-size: 10px;
	line-height: 1;
}

.imo-social {
	display: flex;
	gap: 18px;
}

.imo-social a {
	font-size: 13px;
}

@media (max-width:900px) {
	.imo-footer-top {
		grid-template-columns: 1fr 1fr;
	}

	.imo-footer-links {
		grid-column: 1/-1;
	}

	.imo-footer-bottom {
		flex-wrap: wrap;
	}
}

@media (max-width:560px) {
	.imo-footer {
		padding: 52px 18px 0;
	}

	.imo-footer-top {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.imo-footer-links {
		grid-template-columns: 1fr 1fr;
		gap: 26px;
	}

	.imo-footer-links>div:last-child {
		grid-column: 1/-1;
	}

	.imo-footer-bottom {
		display: grid;
		justify-content: stretch;
	}

	.imo-payment-row {
		order: 2;
	}

	.imo-social {
		order: 3;
	}
}

.imo-category-viewport {
	max-width: 1290px;
}

.imo-circle-cats {
	gap: 30px;
}

.imo-circle-cats a {
	flex-basis: 180px;
}

@media (max-width:900px) {
	.imo-category-viewport {
		max-width: 680px;
	}

	.imo-circle-cats {
		gap: 24px;
	}
}

@media (max-width:560px) {
	.imo-category-viewport {
		max-width: 290px;
	}

	.imo-circle-cats {
		gap: 18px;
	}
}

.imo-category-viewport {
	max-width: 1230px;
}

.imo-circle-cats {
	gap: 30px;
}

.imo-best-sellers {
	max-width: 1300px;
	margin: 0 auto;
	padding: 94px 24px 100px;
	background: #fff;
	text-align: center;
}

.imo-best-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	padding: 10px 16px;
	border: 1px solid rgba(22,22,22,.12);
	border-radius: 100px;
	font-size: 15px;
}

.imo-best-kicker:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #b08d57;
}

.imo-best-sellers h2 {
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 58px;
}

.imo-best-grid {
	display: grid;
	grid-template-columns: 1.55fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 20px;
	text-align: left;
}

.imo-best-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 340px;
	overflow: hidden;
	border-radius: 16px;
	background: #f8f5ef;
	padding: 14px;
	color: #161616;
}

.imo-best-card img {
	position: absolute;
	inset: 14px 14px auto;
	width: calc(100% - 28px);
	height: calc(100% - 102px);
	object-fit: cover;
	border-radius: 12px;
	transition: transform .55s cubic-bezier(.22,.61,.36,1),filter .4s ease;
}

.imo-best-card:hover img {
	transform: scale(1.04);
	filter: saturate(1.08);
}

.imo-best-card div {
	position: relative;
	z-index: 1;
	margin-top: auto;
	padding: 10px 14px 6px;
}

.imo-best-card strong {
	display: block;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 8px;
}

.imo-best-card span {
	font-size: 15px;
	color: #777;
}

.imo-best-card span b {
	color: #161616;
	font-weight: 700;
}

.imo-best-card i {
	position: absolute;
	right: 28px;
	bottom: 28px;
	z-index: 2;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #b08d57;
	color: #fff;
	font-style: normal;
	font-size: 22px;
	transition: transform .4s ease,background .3s ease;
}

.imo-best-card:hover i {
	transform: rotate(45deg);
	background: #161616;
}

.imo-best-featured {
	grid-row: 1 / span 2;
	min-height: 700px;
}

.imo-best-featured img {
	height: calc(100% - 126px);
}

.imo-best-grid>.imo-best-card:not(.imo-best-featured) {
	min-height: 340px;
}

@media (max-width:900px) {
	.imo-best-sellers {
		padding: 72px 16px;
	}

	.imo-best-sellers h2 {
		font-size: 36px;
		margin-bottom: 38px;
	}

	.imo-best-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}

	.imo-best-featured {
		grid-row: auto;
		grid-column: 1/-1;
		min-height: 520px;
	}

	.imo-best-featured img {
		height: calc(100% - 112px);
	}
}

@media (max-width:560px) {
	.imo-best-sellers h2 {
		font-size: 30px;
	}

	.imo-best-grid {
		grid-template-columns: 1fr;
	}

	.imo-best-featured {
		grid-column: auto;
		min-height: 430px;
	}

	.imo-best-card {
		min-height: 320px;
	}
}

.imo-best-card img {
	transition: all .6s ease-in-out;
}

.imo-best-card:hover img {
	transform: scale(1.06);
}

.imo-best-card i {
	width: 30px;
	height: 30px;
	right: 24px;
	bottom: 24px;
	background: #b08d57;
	transition: all .4s ease-in-out;
}

.imo-best-card i img {
	position: static;
	width: 18px;
	height: 18px;
	object-fit: contain;
	border-radius: 0;
}

.imo-best-card:hover i {
	background: #161616;
	transform: rotate(45deg);
}

.imo-best-featured i {
	width: 40px;
	height: 40px;
	right: 30px;
	bottom: 30px;
}

.imo-best-featured i img {
	width: 24px;
	height: 24px;
}

.imo-best-sellers h2 {
	font-family: OPPOSans,Arial,sans-serif;
	font-size: 36px;
	line-height: 1.4;
	letter-spacing: -.03em;
	font-weight: 700;
	color: #161616;
}

.imo-countdown-band {
	max-width: none;
	margin: 0;
	background: #161616;
	color: #fff;
	grid-template-columns: minmax(0,1fr) minmax(500px,1fr);
	gap: 78px;
	align-items: center;
	padding: 100px max(24px,calc((100vw - 1300px)/2));
}

.imo-countdown-band>div:first-child {
	max-width: 600px;
}

.imo-countdown-band>div:first-child>p,.imo-testimonial-band>div>p {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 24px;
	padding: 10px 16px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 100px;
	text-transform: none;
	letter-spacing: 0;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

.imo-countdown-band>div:first-child>p:before,.imo-testimonial-band>div>p:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #b08d57;
}

.imo-countdown-band h2 {
	font-size: clamp(40px,4vw,58px);
	line-height: 1.12;
	font-weight: 700;
	margin: 0 0 20px;
	color: #fff;
}

.imo-countdown-band>div:first-child>span {
	display: block;
	color: #ddd;
	font-size: 16px;
	line-height: 1.6;
	max-width: 550px;
}

.imo-countdown-band .imo-countdown {
	display: grid;
	grid-template-columns: repeat(4,auto);
	justify-content: start;
	gap: 10px 32px;
	margin: 56px 0 34px;
	text-align: left;
}

.imo-countdown-band .imo-countdown b {
	font-size: 44px;
	font-weight: 400;
	color: #fff;
}

.imo-countdown-band .imo-countdown span {
	font-size: 14px;
	color: #ddd;
	text-transform: none;
}

.imo-discount-collage {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: 1fr 1fr;
	gap: 20px;
	min-height: 590px;
}

.imo-discount-collage img {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	border-radius: 18px;
}

.imo-discount-collage .imo-discount-tall {
	grid-row: 1 / span 2;
}

.imo-testimonial-band {
	max-width: none;
	grid-template-columns: minmax(0,1fr) minmax(0,1fr);
	gap: 90px;
	align-items: center;
	background: #f8f5ef;
	padding: 110px max(24px,calc((100vw - 1300px)/2));
}

.imo-testimonial-band>img {
	width: 100%;
	height: 560px;
	border-radius: 18px;
	aspect-ratio: auto;
	object-fit: cover;
}

.imo-testimonial-band>div>p {
	border-color: rgba(22,22,22,.15);
	color: #161616;
}

.imo-testimonial-band h2 {
	font-size: clamp(38px,4vw,58px);
	font-weight: 700;
	line-height: 1.14;
	margin: 0 0 30px;
}

.imo-stars {
	font-size: 24px;
	letter-spacing: 3px;
	color: #b08d57;
	margin-bottom: 28px;
}

.imo-testimonial-band blockquote {
	font-size: 18px;
	line-height: 1.7;
	color: #585858;
	margin: 0 0 34px;
	max-width: 650px;
}

.imo-testimonial-person {
	display: grid;
	gap: 4px;
	border-top: 1px solid rgba(22,22,22,.15);
	padding-top: 24px;
}

.imo-testimonial-person strong {
	font-size: 17px;
}

.imo-testimonial-person span {
	color: #777;
}

@media (max-width:900px) {
	.imo-countdown-band,.imo-testimonial-band {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.imo-countdown-band {
		padding: 72px 24px;
	}

	.imo-discount-collage {
		min-height: 500px;
	}

	.imo-testimonial-band {
		padding: 72px 24px;
	}

	.imo-testimonial-band>img {
		height: 480px;
	}
}

@media (max-width:560px) {
	.imo-countdown-band {
		padding: 58px 18px;
	}

	.imo-countdown-band h2 {
		font-size: 34px;
	}

	.imo-countdown-band .imo-countdown {
		gap: 8px 16px;
		margin: 38px 0 28px;
	}

	.imo-countdown-band .imo-countdown b {
		font-size: 30px;
	}

	.imo-countdown-band .imo-countdown span {
		font-size: 11px;
	}

	.imo-discount-collage {
		min-height: 360px;
		gap: 10px;
	}

	.imo-discount-collage img {
		border-radius: 10px;
	}

	.imo-testimonial-band {
		padding: 58px 18px;
	}

	.imo-testimonial-band>img {
		height: 360px;
	}

	.imo-testimonial-band h2 {
		font-size: 34px;
	}

	.imo-testimonial-band blockquote {
		font-size: 16px;
	}
}

.imo-testimonial-band blockquote {
	font-weight: 700;
}

.imo-testimonial-person {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.imo-testimonial-author {
	display: flex;
	align-items: center;
	gap: 15px;
}

.imo-testimonial-author>img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
}

.imo-testimonial-author span {
	display: grid;
	gap: 8px;
}

.imo-testimonial-author strong {
	font-size: 16px;
}

.imo-testimonial-author small {
	font-size: 15px;
	color: #777;
}

.imo-testimonial-quote {
	width: 80px;
	height: 60px;
	object-fit: contain;
	opacity: .55;
}

.imo-countdown-band h2 {
	font-family: OPPOSans,Arial,sans-serif;
	font-size: 44px;
	line-height: 1.2;
	letter-spacing: -.03em;
	font-weight: 700;
	max-width: 650px;
}

.imo-countdown-band>div:first-child>span {
	max-width: 620px;
	font-size: 16px;
	line-height: 1.55;
}

 .imo-pill-btn {
	position: relative;
	display: inline-block;
	min-height: 0;
	padding: 17px 55px 17px 24px;
	border: 0;
	border-radius: 100px;
	background: #b08d57;
	color: #fff;
	font-family: OPPOSans,Arial,sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: capitalize;
	overflow: hidden;
	z-index: 0;
	transition: color .4s ease-in-out;
}

.imo-pill-btn:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	background: #fff url('https://html.awaikenthemes.com/livora/images/arrow-accent.svg') center/22px auto no-repeat;
	border-radius: 50%;
	transition: all .4s ease-in-out;
	z-index: 2;
}

.imo-pill-btn:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: #fff;
	transition: all .4s ease-in-out;
	z-index: -1;
}

.imo-pill-btn:hover {
	color: #161616;
}

.imo-pill-btn:hover:before {
	background-color: #161616;
	background-image: url('https://html.awaikenthemes.com/livora/images/arrow-white.svg');
	transform: translateY(-50%) rotate(45deg);
}

.imo-countdown-band .imo-pill-btn:hover:after {
	right: auto;
	left: 0;
	width: 100%;
}

.imo-discount-collage {
	display: block;
	min-height: 590px;
	max-width: 600px;
	margin-left: auto;
}

.imo-discount-collage .imo-discount-single {
	display: block;
	width: 100%;
	height: 590px;
	object-fit: cover;
	border-radius: 20px;
	transition: transform .6s ease;
}

.imo-discount-collage:hover .imo-discount-single {
	transform: scale(1.03);
}

@media (max-width:900px) {
	.imo-discount-collage {
		max-width: none;
		min-height: 500px;
	}

	.imo-discount-collage .imo-discount-single {
		height: 500px;
	}
}

@media (max-width:560px) {
	.imo-discount-collage {
		min-height: 360px;
	}

	.imo-discount-collage .imo-discount-single {
		height: 360px;
		border-radius: 14px;
	}
}

.imo-testimonial-band {
	max-width: none;
	padding: 100px max(24px,calc((100vw - 1300px)/2));
	grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	gap: 20px;
	background: #f8f5ef;
}

.imo-testimonial-band>img {
	height: auto;
	aspect-ratio: 1 / .906;
	object-fit: cover;
	border-radius: 20px;
}

.imo-testimonial-band>div>p {
	margin-bottom: 24px;
}

.imo-testimonial-band h2 {
	font-family: OPPOSans,Arial,sans-serif;
	font-size: 36px;
	line-height: 1.4;
	letter-spacing: -.03em;
	font-weight: 700;
	margin: 0;
}

.imo-stars {
	margin: 30px 0;
	font-size: 18px;
	letter-spacing: 2px;
}

.imo-testimonial-band blockquote {
	font-family: OPPOSans,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	margin: 0;
	color: #585858;
}

.imo-testimonial-person {
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px solid rgba(22,22,22,.12);
}

.imo-testimonial-author>img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
}

.imo-testimonial-quote {
	width: 80px;
	height: auto;
	opacity: .55;
}

@media (max-width:900px) {
	.imo-testimonial-band {
		grid-template-columns: 1fr;
		padding: 72px 24px;
	}

	.imo-testimonial-band>img {
		aspect-ratio: 1 / .906;
	}
}

@media (max-width:560px) {
	.imo-testimonial-band {
		padding: 58px 18px;
	}

	.imo-testimonial-band h2 {
		font-size: 30px;
	}
}

.imo-testimonial-person {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.imo-testimonial-author {
	flex: 1;
	min-width: 0;
}

.imo-testimonial-author span {
	width: auto;
	min-width: 0;
}

.imo-testimonial-author strong {
	white-space: nowrap;
}

.imo-testimonial-band .imo-testimonial-quote {
	display: block!important;
	width: 80px!important;
	height: 60px!important;
	max-width: 80px!important;
	aspect-ratio: auto!important;
	object-fit: contain!important;
	opacity: .55;
	margin: 0;
}

.imo-testimonial-band>div {
	min-width: 0;
}

.imo-testimonial-copy {
	display: block!important;
	min-width: 0;
	width: 100%;
}

.imo-testimonial-copy blockquote {
	display: block;
	width: 100%;
	transition: opacity .26s ease;
}

.imo-testimonial-person {
	transition: opacity .26s ease;
}

@media (max-width:900px) {
	.imo-testimonial-copy {
		grid-column: auto;
	}
}

.imo-watch-band,.imo-sale-grid,.imo-trending-section,.imo-home-cta {
	display: none!important;
}

.imo-new-arrivals-feature {
	width: 100%;
	max-width: none;
	padding: 88px 24px 100px;
	background: #f7f1e8;
}

.imo-new-arrivals-feature>.imo-livora-heading {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto 34px;
	align-items: end;
}

.imo-new-arrivals-feature .imo-livora-heading p.imo-collection-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: max-content;
	margin: 0 0 18px;
	padding: 9px 16px;
	border: 1px solid rgba(22,22,22,.14);
	border-radius: 999px;
	text-transform: none;
	letter-spacing: 0;
	font-size: 15px;
	font-weight: 400;
	color: #161616;
}

.imo-new-arrivals-feature .imo-livora-heading p.imo-collection-kicker:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #b08d57;
}

.imo-new-arrivals-feature .imo-livora-heading h2 {
	font-family: OPPOSans,Arial,sans-serif;
	font-size: clamp(34px,4vw,52px);
	line-height: 1.12;
	font-weight: 700;
	letter-spacing: -.03em;
	color: #161616;
}

.imo-new-arrivals-feature .imo-livora-heading>span {
	max-width: 440px;
	color: #696969;
	font-size: 16px;
	line-height: 1.65;
}

.imo-new-arrivals-grid {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 20px;
}

.imo-new-arrivals-grid>a {
	position: relative;
	min-height: 250px;
	overflow: hidden;
	border-radius: 16px;
	background: #222;
	color: #fff;
	display: flex;
	align-items: flex-end;
	padding: 26px;
}

.imo-new-arrivals-grid>a img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s cubic-bezier(.22,.61,.36,1);
}

.imo-new-arrivals-grid>a:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.68));
	pointer-events: none;
}

.imo-new-arrivals-grid>a:hover img {
	transform: scale(1.06);
}

.imo-new-arrivals-grid>a>strong {
	position: relative;
	z-index: 1;
	font-family: OPPOSans,Arial,sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff!important;
	text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.imo-new-arrivals-featured {
	grid-row: 1 / span 2;
	min-height: 520px!important;
}

.imo-new-arrivals-overlay {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 10px;
	max-width: 520px;
}

.imo-new-arrivals-overlay span {
	width: max-content;
	padding: 8px 14px;
	border-radius: 999px;
	background: #fff;
	color: #161616;
	font-size: 14px;
}

.imo-new-arrivals-overlay strong {
	font-family: OPPOSans,Arial,sans-serif;
	font-size: 36px;
	line-height: 1.1;
	color: #fff!important;
	text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.imo-new-arrivals-overlay small {
	max-width: 480px;
	font-size: 15px;
	line-height: 1.5;
	color: #eee;
}

.imo-new-arrivals-overlay b {
	display: flex;
	align-items: center;
	gap: 12px;
	width: max-content;
	margin-top: 8px;
	padding: 13px 16px 13px 22px;
	border-radius: 999px;
	background: #b08d57;
	color: #fff;
	font-size: 16px;
}

.imo-new-arrivals-overlay b i {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	color: #161616;
	font-size: 19px;
	font-style: normal;
	transition: transform .4s ease;
}

.imo-new-arrivals-overlay b i img {
	position: static;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.imo-new-arrivals-featured:hover .imo-new-arrivals-overlay b i {
	transform: rotate(45deg);
}

@media (max-width:900px) {
	.imo-new-arrivals-feature {
		padding: 68px 20px 78px;
	}

	.imo-new-arrivals-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}

	.imo-new-arrivals-featured {
		grid-row: auto;
		grid-column: 1 / -1;
		min-height: 480px!important;
	}
}

@media (max-width:560px) {
	.imo-new-arrivals-feature {
		padding: 54px 16px 64px;
	}

	.imo-new-arrivals-feature>.imo-livora-heading {
		display: grid;
		gap: 16px;
	}

	.imo-new-arrivals-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.imo-new-arrivals-grid>a {
		min-height: 240px;
	}

	.imo-new-arrivals-featured {
		min-height: 430px!important;
	}

	.imo-new-arrivals-overlay strong {
		font-size: 30px;
	}
}

.imo-arrival-mosaic {
	width: 100%;
	max-width: none!important;
	padding: 86px 24px 100px;
	background: #f7f1e8;
}

.imo-arrival-mosaic>.imo-livora-heading,.imo-arrival-mosaic>.imo-livora-products {
	width: 100%;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.imo-arrival-mosaic>.imo-livora-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 14px;
}

.imo-arrival-mosaic>.imo-livora-heading {
	width: 100%!important;
	max-width: 1180px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	justify-content: center!important;
}

.imo-arrival-mosaic .imo-livora-heading>div {
	width: 100%;
	text-align: center;
}

.imo-arrival-mosaic .imo-livora-heading>span {
	display: block!important;
	width: 100%!important;
	max-width: none!important;
	margin: 0!important;
	text-align: center!important;
}

.imo-arrival-mosaic .imo-sale-pill {
	display: none!important;
}

.imo-arrival-mosaic .imo-livora-heading {
	align-items: end;
	margin-bottom: 34px;
}

.imo-arrival-mosaic .imo-livora-heading p.imo-collection-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: max-content;
	margin: 0 0 18px;
	padding: 9px 16px;
	border: 1px solid rgba(22,22,22,.14);
	border-radius: 999px;
	text-transform: none;
	letter-spacing: 0;
	font-size: 15px;
	font-weight: 400;
	color: #161616;
}

.imo-arrival-mosaic .imo-livora-heading p.imo-collection-kicker:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #b08d57;
}

.imo-arrival-mosaic .imo-livora-heading h2 {
	font-family: OPPOSans,Arial,sans-serif;
	font-size: clamp(34px,4vw,52px);
	line-height: 1.12;
	font-weight: 700;
	letter-spacing: -.03em;
	color: #161616;
}

.imo-arrival-mosaic .imo-livora-heading>span {
	max-width: 440px;
	color: #696969;
	font-size: 16px;
	line-height: 1.65;
}

.imo-arrival-mosaic .imo-livora-heading>span strong {
	color: #161616;
	font-weight: 700;
}

.imo-arrival-mosaic .imo-livora-products {
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 32px 24px;
}

.imo-arrival-mosaic .imo-livora-products .imo-list-card {
	background: transparent;
	border-radius: 14px;
	overflow: visible;
}

.imo-arrival-mosaic .imo-livora-products .imo-list-media {
	border-radius: 14px;
	background: #eee7dc;
	box-shadow: 0 10px 24px rgba(42,30,18,.1);
	overflow: hidden;
}

.imo-arrival-mosaic .imo-livora-products .imo-list-media img {
	aspect-ratio: 1/1;
	transition: transform .55s cubic-bezier(.22,.61,.36,1);
}

.imo-arrival-mosaic .imo-livora-products .imo-list-card:hover .imo-list-media img {
	transform: scale(1.06);
}

.imo-arrival-mosaic .imo-livora-products .imo-list-title {
	display: block;
	margin-top: 14px;
	padding: 0 4px;
	font-family: OPPOSans,Arial,sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	color: #161616;
}

.imo-arrival-mosaic .imo-livora-products .imo-list-price {
	display: block;
	padding: 7px 4px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	color: #777;
}

.imo-arrival-mosaic .imo-livora-products .imo-list-price ins {
	color: #161616;
	font-weight: 700;
	text-decoration: none;
}

.imo-arrival-mosaic .imo-livora-products .imo-list-price del {
	color: #aaa;
	font-weight: 400;
}

@media (max-width:900px) {
	.imo-arrival-mosaic {
		padding: 68px 20px 78px;
	}

	.imo-arrival-mosaic .imo-livora-products {
		grid-template-columns: repeat(2,minmax(0,1fr));
		gap: 28px 18px;
	}
}

@media (max-width:560px) {
	.imo-arrival-mosaic {
		padding: 54px 16px 64px;
	}

	.imo-arrival-mosaic .imo-livora-heading {
		display: grid;
		gap: 16px;
		text-align: center;
		justify-items: center;
	}

	.imo-arrival-mosaic .imo-livora-heading>span {
		text-align: center;
	}

	.imo-arrival-mosaic .imo-livora-products {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.imo-arrival-mosaic .imo-livora-heading h2 {
		font-size: 34px;
	}
}

.imo-storefront {
	background: #fff;
}

.imo-livora-cats {
	background-color: #fff!important;
	padding-top: 92px!important;
	padding-bottom: 92px!important;
}

.imo-livora-cats {
	width: 100%!important;
	max-width: none!important;
	margin-left: 0!important;
	margin-right: 0!important;
	border-radius: 0!important;
}

.imo-best-sellers {
	width: 100%!important;
	max-width: none!important;
	margin-left: 0!important;
	margin-right: 0!important;
	border-radius: 0!important;
	background-color: #fff3dc!important;
	padding-top: 96px!important;
	padding-bottom: 100px!important;
}

.imo-best-sellers>.imo-best-kicker,.imo-best-sellers>h2,.imo-best-sellers>.imo-best-grid {
	width: 100%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.imo-best-sellers>.imo-best-kicker {
	width: max-content;
}

.imo-new-arrivals-feature {
	background-color: #fff!important;
	padding-top: 96px!important;
	padding-bottom: 104px!important;
	border-top: 1px solid #eeeae4;
}

.imo-arrival-mosaic {
	background-color: #f8f5ef!important;
	padding-top: 96px!important;
	padding-bottom: 104px!important;
	border-top: 1px solid #eeeae4;
}

.imo-countdown-band {
	background: #161616!important;
	margin-top: 0!important;
}

.imo-testimonial-band {
	background: #f8f5ef!important;
	border-top: 1px solid #eeeae4;
}

.imo-footer {
	background: #161616!important;
	color: #fff;
}

.imo-livora-cats,.imo-best-sellers,.imo-new-arrivals-feature,.imo-arrival-mosaic,.imo-countdown-band,.imo-testimonial-band {
	position: relative;
}

.imo-new-arrivals-feature .imo-livora-heading,.imo-arrival-mosaic .imo-livora-heading {
	margin-bottom: 42px;
}

@media (max-width:560px) {
	.imo-livora-cats {
		padding-top: 64px!important;
		padding-bottom: 64px!important;
	}

	.imo-best-sellers {
		padding-top: 68px!important;
		padding-bottom: 72px!important;
	}

	.imo-new-arrivals-feature,.imo-arrival-mosaic {
		padding-top: 64px!important;
		padding-bottom: 72px!important;
	}

	.imo-new-arrivals-feature .imo-livora-heading,.imo-arrival-mosaic .imo-livora-heading {
		margin-bottom: 30px;
	}
}
/* Home-page visual system: shared type, spacing, colors, and button treatment. */
body.imo-storefront,.imo-main {
	font-family: OPPOSans,Arial,sans-serif;
	color: #161616;
}

.imo-main {
	background: #fff;
}

.imo-livora-hero-copy h1 {
	font-family: OPPOSans,Arial,sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.06;
}

.imo-livora-cats>h2,.imo-best-sellers h2,.imo-new-arrivals-feature .imo-livora-heading h2,.imo-arrival-mosaic .imo-livora-heading h2,.imo-countdown-band h2,.imo-testimonial-band h2 {
	font-family: OPPOSans,Arial,sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.12;
}

.imo-livora-cats>h2,.imo-best-sellers h2,.imo-new-arrivals-feature .imo-livora-heading h2,.imo-arrival-mosaic .imo-livora-heading h2 {
	font-size: clamp(32px,3vw,44px);
}

.imo-livora-cats>p,.imo-best-kicker,.imo-collection-kicker,.imo-countdown-band>div:first-child>p,.imo-testimonial-band>div>p {
	font-family: OPPOSans,Arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
}

.imo-livora-cats {
	background-color: #fff!important;
}

.imo-best-sellers {
	background-color: #fff3dc!important;
}

.imo-new-arrivals-feature {
	background-color: #fff!important;
}

.imo-arrival-mosaic {
	background-color: #f8f5ef!important;
}

.imo-countdown-band {
	background-color: #161616!important;
}

.imo-testimonial-band {
	background-color: #f8f5ef!important;
}

.imo-new-arrivals-feature,.imo-arrival-mosaic,.imo-best-sellers,.imo-livora-cats {
	border-top: 1px solid rgba(22,22,22,.06);
}

.imo-new-arrivals-feature .imo-livora-heading,.imo-arrival-mosaic .imo-livora-heading {
	margin-bottom: 42px;
}

.imo-best-card strong,.imo-new-arrivals-grid>a>strong {
	font-family: OPPOSans,Arial,sans-serif;
	font-weight: 700;
}

.imo-best-card span,.imo-new-arrivals-overlay small,.imo-arrival-mosaic .imo-livora-products .imo-list-price {
	font-family: OPPOSans,Arial,sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

.imo-arrival-mosaic .imo-livora-products .imo-list-title {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.imo-livora-hero .imo-pill-btn {
	position: relative;
	display: inline-block;
	min-height: 0;
	padding: 17px 55px 17px 24px;
	border: 0;
	border-radius: 100px;
	background: #b08d57;
	color: #fff;
	font-family: OPPOSans,Arial,sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: capitalize;
	overflow: hidden;
	z-index: 0;
	transition: color .4s ease-in-out;
}

.imo-livora-hero .imo-pill-btn:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	background: #fff url('https://html.awaikenthemes.com/livora/images/arrow-accent.svg') center/22px auto no-repeat;
	border-radius: 50%;
	transition: all .4s ease-in-out;
	z-index: 2;
}

.imo-livora-hero .imo-pill-btn:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: #fff;
	transition: all .4s ease-in-out;
	z-index: -1;
}

.imo-livora-hero .imo-pill-btn:hover {
	color: #161616;
}

.imo-livora-hero .imo-pill-btn:hover:before {
	transform: translateY(-50%) rotate(45deg);
	background-color: #161616;
	background-image: url('https://html.awaikenthemes.com/livora/images/arrow-white.svg');
}

.imo-livora-hero .imo-pill-btn:hover:after {
	right: auto;
	left: 0;
	width: 100%;
}

.imo-new-arrivals-overlay b,.imo-countdown-band .imo-pill-btn {
	font-family: OPPOSans,Arial,sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.imo-best-card i {
	width: 36px;
	height: 36px;
	right: 26px;
	bottom: 26px;
}

.imo-best-card i img {
	width: 18px;
	height: 18px;
}

@media (max-width:900px) {
	.imo-livora-cats>h2,.imo-best-sellers h2,.imo-new-arrivals-feature .imo-livora-heading h2,.imo-arrival-mosaic .imo-livora-heading h2 {
		font-size: 36px;
	}

	.imo-new-arrivals-feature .imo-livora-heading,.imo-arrival-mosaic .imo-livora-heading {
		margin-bottom: 32px;
	}
}

@media (max-width:560px) {
	.imo-livora-cats>h2,.imo-best-sellers h2,.imo-new-arrivals-feature .imo-livora-heading h2,.imo-arrival-mosaic .imo-livora-heading h2 {
		font-size: 30px;
	}

	.imo-livora-hero .imo-pill-btn {
		min-height: 46px;
		padding: 13px 54px 13px 21px;
		font-size: 15px;
	}

	.imo-livora-hero .imo-pill-btn:after {
		width: 36px;
		height: 36px;
	}

	.imo-arrival-mosaic .imo-livora-products .imo-list-title {
		font-size: 16px;
	}
}
/* Simplified primary header. */
.imo-header {
	position: relative!important;
	padding: 0!important;
	background: #fff!important;
	border-bottom: 1px solid rgba(22,22,22,.08)!important;
	box-shadow: none!important;
}

.imo-brand-row {
	width: 100%;
	max-width: 1300px!important;
	height: 88px!important;
	margin: 0 auto!important;
	padding: 0 24px!important;
	display: grid!important;
	grid-template-columns: 1fr auto 1fr!important;
	align-items: center!important;
}

.imo-brand-row>.imo-nav {
	height: auto!important;
	min-height: 0!important;
	padding: 0!important;
	background: transparent!important;
	display: flex!important;
	justify-self: center!important;
	justify-content: center!important;
	gap: 28px!important;
	font-family: OPPOSans,Arial,sans-serif;
	font-size: 15px!important;
	font-weight: 400!important;
	overflow: visible!important;
}

.imo-brand-row>.imo-nav>a {
	padding: 8px 0!important;
	white-space: nowrap;
}

.imo-brand-row>.imo-nav>a:after {
	display: none!important;
}

.imo-logo {
	justify-self: start!important;
	gap: 10px!important;
}

.imo-logo img {
	width: 48px!important;
	height: 48px!important;
}

.imo-logo strong {
	font-family: OPPOSans,Arial,sans-serif;
	font-size: 26px!important;
	font-weight: 700!important;
	white-space: nowrap;
}

.imo-actions {
	justify-self: end!important;
	gap: 16px!important;
}

.imo-icon {
	width: 26px!important;
	height: 28px!important;
}

.imo-icon img {
	width: 21px!important;
	height: 21px!important;
}

.imo-cart span {
	right: -8px!important;
	top: -7px!important;
	min-width: 16px!important;
	height: 16px!important;
	font-size: 10px!important;
}

@media (max-width:760px) {
	.imo-brand-row {
		height: auto!important;
		min-height: 76px!important;
		grid-template-columns: 1fr auto!important;
		gap: 10px;
		padding: 12px 16px!important;
	}

	.imo-logo {
		justify-self: start!important;
	}

	.imo-logo img {
		width: 40px!important;
		height: 40px!important;
	}

	.imo-logo strong {
		font-size: 21px!important;
	}

	.imo-actions {
		gap: 12px!important;
	}

	.imo-brand-row>.imo-nav {
		grid-column: 1/-1;
		grid-row: 2;
		order: 3;
		width: 100%;
		padding-top: 8px!important;
		overflow-x: auto!important;
		gap: 22px!important;
		font-size: 14px!important;
	}

	.imo-brand-row>.imo-nav>a {
		padding: 8px 0 10px!important;
	}
}

.imo-top {
	height: 4px!important;
	background: #161616!important;
	border: 0!important;
	position: relative;
}

.imo-top:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #b08d57;
	transform: translate(-50%,-50%);
}

.imo-header {
	background: linear-gradient(180deg,#fff 0%,#fff 78%,#fcfaf6 100%)!important;
}

.imo-brand-row {
	max-width: 1380px!important;
	height: 92px!important;
	padding: 0 38px!important;
}

.imo-logo {
	position: relative;
	gap: 12px!important;
}

.imo-logo img {
	width: 52px!important;
	height: 52px!important;
}

.imo-logo strong {
	font-size: 28px!important;
	letter-spacing: -.02em!important;
}

.imo-brand-row>.imo-nav {
	gap: 4px!important;
	padding: 5px!important;
	border: 1px solid rgba(176,141,87,.18)!important;
	border-radius: 999px!important;
	background: #fff!important;
	box-shadow: 0 6px 18px rgba(22,22,22,.04)!important;
}

.imo-brand-row>.imo-nav>a {
	position: relative;
	padding: 11px 16px!important;
	border-radius: 999px!important;
	transition: background-color .25s ease,color .25s ease,transform .25s ease!important;
}

.imo-brand-row>.imo-nav>a:hover {
	background: #fff3dc!important;
	color: #161616!important;
	transform: translateY(-1px);
}

.imo-brand-row>.imo-nav>a:first-child {
	background: #fff3dc!important;
	color: #161616!important;
}

.imo-brand-row>.imo-nav>a:first-child:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 7px 1px 0;
	border-radius: 50%;
	background: #b08d57;
}

.imo-actions {
	gap: 9px!important;
	padding: 5px!important;
	border: 1px solid rgba(22,22,22,.1)!important;
	border-radius: 999px!important;
	background: #fff!important;
	box-shadow: 0 6px 18px rgba(22,22,22,.04)!important;
}

.imo-actions .imo-icon {
	width: 38px!important;
	height: 38px!important;
	border-radius: 50%!important;
	transition: background-color .25s ease,transform .25s ease!important;
}

.imo-actions .imo-icon:hover {
	background: #fff3dc!important;
	transform: translateY(-1px);
}

.imo-actions .imo-icon img {
	width: 20px!important;
	height: 20px!important;
}

.imo-actions .imo-cart span {
	right: 0!important;
	top: 0!important;
	background: #161616!important;
	color: #fff!important;
	border: 2px solid #fff!important;
}

@media (max-width:760px) {
	.imo-brand-row {
		height: auto!important;
		padding: 12px 16px!important;
	}

	.imo-brand-row>.imo-nav {
		border: 0!important;
		box-shadow: none!important;
		padding: 4px 0!important;
		border-radius: 0!important;
		background: transparent!important;
	}

	.imo-brand-row>.imo-nav>a {
		padding: 8px 12px!important;
	}

	.imo-brand-row>.imo-nav>a:first-child {
		padding-left: 12px!important;
	}

	.imo-actions {
		padding: 3px!important;
	}

	.imo-actions .imo-icon {
		width: 34px!important;
		height: 34px!important;
	}
}

@font-face {
	font-family:OPPOSans;src:url('/imo-fonts/OPPOSans-R.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
	font-family:OPPOSans;src:url('/imo-fonts/OPPOSans-M.ttf') format('truetype');font-weight:500;font-style:normal;font-display:swap;
}

@font-face {
	font-family:OPPOSans;src:url('/imo-fonts/OPPOSans-B.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap;
}

@font-face {
	font-family:OPPOSans;src:url('/imo-fonts/OPPOSans-H.ttf') format('truetype');font-weight:900;font-style:normal;font-display:swap;
}
/* Final Livora typography pass. */
:root {
	--imo-font: OPPOSans,Arial,Helvetica,sans-serif;
	--imo-primary: #161616;
	--imo-copy: #585858;
	--imo-accent: #b08d57;
	--imo-cream: #f8f5ef;
	--imo-bg: #fcfbfa;
}

body.imo-storefront,body.imo-storefront button,body.imo-storefront input,body.imo-storefront select,body.imo-storefront textarea {
	font-family: var(--imo-font)!important;
}

body.imo-storefront {
	font-size: 15px!important;
	font-weight: 400!important;
	line-height: 1em!important;
	color: var(--imo-copy)!important;
	background: var(--imo-bg)!important;
	letter-spacing: 0!important;
}

body.imo-storefront p,body.imo-storefront li,body.imo-storefront span,body.imo-storefront a,body.imo-storefront label,body.imo-storefront blockquote,body.imo-storefront small {
	font-family: var(--imo-font)!important;
	letter-spacing: 0;
}

body.imo-storefront p,body.imo-storefront li,body.imo-storefront blockquote {
	line-height: 1.6em;
}

body.imo-storefront h1,body.imo-storefront h2,body.imo-storefront h3,body.imo-storefront h4,body.imo-storefront h5,body.imo-storefront h6 {
	font-family: var(--imo-font)!important;
	font-weight: 700!important;
	line-height: 1.2em!important;
	color: var(--imo-primary)!important;
	letter-spacing: 0!important;
	margin-top: 0;
}

.imo-livora-hero-copy h1 {
	font-size: clamp(48px,4.17vw,80px)!important;
	font-weight: 900!important;
	line-height: 1.2em!important;
	letter-spacing: 0!important;
	color: #fff!important;
}

.imo-livora-cats>h2,.imo-best-sellers>h2,.imo-new-arrivals-feature .imo-livora-heading h2,.imo-arrival-mosaic .imo-livora-heading h2,.imo-testimonial-band h2 {
	font-size: 36px!important;
	font-weight: 700!important;
	line-height: 1.4em!important;
	letter-spacing: 0!important;
}

.imo-countdown-band h2 {
	font-size: clamp(36px,3.2vw,44px)!important;
	font-weight: 700!important;
	line-height: 1.2em!important;
	letter-spacing: 0!important;
	color: #fff!important;
}

.imo-livora-cats>p,.imo-best-kicker,.imo-collection-kicker,.imo-countdown-band>div:first-child>p,.imo-testimonial-band>div>p {
	font-size: 14px!important;
	font-weight: 500!important;
	line-height: normal!important;
	letter-spacing: 0!important;
}

.imo-brand-row>.imo-nav,.imo-brand-row>.imo-nav>a,.imo-logo strong,.imo-logo:after,.imo-actions .imo-icon {
	font-family: var(--imo-font)!important;
	letter-spacing: 0!important;
}

.imo-logo strong {
	font-weight: 700!important;
	color: var(--imo-primary)!important;
}

.imo-brand-row>.imo-nav>a {
	font-size: 15px!important;
	font-weight: 600!important;
	line-height: normal!important;
	color: var(--imo-primary)!important;
}

.imo-best-card strong,.imo-new-arrivals-grid>a>strong,.imo-new-arrivals-overlay strong,.imo-arrival-mosaic .imo-livora-products .imo-list-title,.imo-list-title {
	font-family: var(--imo-font)!important;
	letter-spacing: 0!important;
}

.imo-best-card strong {
	font-size: 20px!important;
	font-weight: 700!important;
	line-height: 1.2em!important;
}

.imo-best-card span,.imo-new-arrivals-overlay small,.imo-arrival-mosaic .imo-livora-products .imo-list-price,.imo-list-price {
	font-family: var(--imo-font)!important;
	font-size: 15px!important;
	font-weight: 400!important;
	line-height: 1.45em!important;
	color: var(--imo-copy)!important;
}

.imo-best-card span b,.imo-arrival-mosaic .imo-livora-products .imo-list-price ins,.imo-list-price ins {
	font-weight: 700!important;
	color: var(--imo-primary)!important;
	text-decoration: none!important;
}

.imo-arrival-mosaic .imo-livora-products .imo-list-title,.imo-list-title {
	font-size: 16px!important;
	font-weight: 500!important;
	line-height: 1.35em!important;
	color: var(--imo-primary)!important;
}

.imo-pill-btn,.imo-new-arrivals-overlay b,.imo-countdown-band .imo-pill-btn,.imo-primary,.imo-buy {
	font-family: var(--imo-font)!important;
	font-size: 16px!important;
	font-weight: 700!important;
	line-height: 1em!important;
	letter-spacing: 0!important;
	text-transform: capitalize!important;
}

.imo-options span,.imo-options legend,.imo-select span,.imo-select select,.imo-radio-line legend,.imo-swatch legend,.imo-qty button,.imo-qty input,.imo-product-copy,.imo-product-copy * {
	font-family: var(--imo-font)!important;
	letter-spacing: 0!important;
}

.imo-footer,.imo-footer * {
	font-family: var(--imo-font)!important;
	letter-spacing: 0!important;
}

.imo-footer h2 {
	font-size: 15px!important;
	font-weight: 700!important;
	line-height: 1.2em!important;
	text-transform: uppercase!important;
}

.imo-footer p,.imo-footer a,.imo-footer span,.imo-footer small {
	font-size: 14px!important;
	font-weight: 400!important;
	line-height: 1.65em!important;
}

@media (max-width:767px) {
	.imo-livora-hero-copy h1 {
		font-size: 42px!important;
	}

	.imo-livora-cats>h2,.imo-best-sellers>h2,.imo-new-arrivals-feature .imo-livora-heading h2,.imo-arrival-mosaic .imo-livora-heading h2,.imo-testimonial-band h2 {
		font-size: 24px!important;
		line-height: 1.35em!important;
	}

	.imo-countdown-band h2 {
		font-size: 30px!important;
	}

	.imo-brand-row>.imo-nav>a {
		font-size: 14px!important;
	}

	.imo-list-title,.imo-arrival-mosaic .imo-livora-products .imo-list-title {
		font-size: 15px!important;
	}
}
/* Premium furniture ecommerce header. */
.imo-top {
	height: 38px!important;
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	background: #161616!important;
	color: #fff!important;
	border: 0!important;
	overflow: hidden!important;
}

.imo-top:after {
	display: none!important;
}

.imo-top-inner {
	width: 100%;
	max-width: 1380px;
	padding: 0 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 34px;
	white-space: nowrap;
}

.imo-top-inner span {
	position: relative;
	font-size: 13px!important;
	font-weight: 500!important;
	line-height: 1!important;
	color: #fff!important;
}

.imo-top-inner span+span:before {
	content: "";
	position: absolute;
	left: -19px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--imo-accent);
	transform: translateY(-50%);
}

.imo-header {
	position: sticky!important;
	top: 0!important;
	z-index: 80!important;
	background: linear-gradient(180deg,#fffdf9 0%,#f8f5ef 100%)!important;
	border-bottom: 1px solid rgba(176,141,87,.24)!important;
	box-shadow: 0 14px 34px rgba(42,30,18,.08)!important;
}

.admin-bar .imo-header {
	top: 32px!important;
}

.imo-header:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: linear-gradient(90deg,transparent 0%,rgba(176,141,87,.55) 18%,rgba(22,22,22,.9) 50%,rgba(176,141,87,.55) 82%,transparent 100%);
	opacity: .32;
	pointer-events: none;
}

.imo-brand-row {
	position: relative;
	max-width: 1380px!important;
	height: 104px!important;
	padding: 0 38px!important;
	grid-template-columns: minmax(250px,1fr) auto minmax(220px,1fr)!important;
	gap: 28px!important;
}

.imo-logo {
	position: relative!important;
	justify-self: start!important;
	display: flex!important;
	align-items: center!important;
	gap: 14px!important;
	min-width: 0;
	padding: 9px 18px 9px 10px;
	border: 1px solid rgba(176,141,87,.2);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(42,30,18,.06);
	transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}

.imo-logo:hover {
	transform: translateY(-1px);
	border-color: rgba(176,141,87,.45);
	box-shadow: 0 15px 30px rgba(42,30,18,.1);
}

.imo-logo strong {
	font-size: 28px!important;
	font-weight: 900!important;
	line-height: 1!important;
	letter-spacing: 0!important;
	color: #161616!important;
}

.imo-brand-row>.imo-nav {
	justify-self: center!important;
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	gap: 6px!important;
	padding: 7px!important;
	border-radius: 999px!important;
	background: #fff!important;
	border: 1px solid rgba(22,22,22,.08)!important;
	box-shadow: 0 12px 28px rgba(42,30,18,.07)!important;
}

.imo-brand-row>.imo-nav>a {
	position: relative!important;
	display: inline-flex!important;
	align-items: center!important;
	justify-content: center!important;
	min-height: 42px!important;
	padding: 0 18px!important;
	border-radius: 999px!important;
	font-size: 15px!important;
	font-weight: 700!important;
	color: #161616!important;
	transition: background-color .28s ease,color .28s ease,transform .28s ease,box-shadow .28s ease!important;
}

.imo-brand-row>.imo-nav>a:first-child {
	background: #161616!important;
	color: #fff!important;
	box-shadow: 0 8px 18px rgba(22,22,22,.16)!important;
}

.imo-brand-row>.imo-nav>a:first-child:before {
	content: "";
	width: 6px;
	height: 6px;
	margin: 0 8px 0 0;
	border-radius: 50%;
	background: #b08d57;
}

.imo-brand-row>.imo-nav>a:hover {
	background: #fff3dc!important;
	color: #161616!important;
	transform: translateY(-2px);
	box-shadow: inset 0 0 0 1px rgba(176,141,87,.18);
}

.imo-actions {
	justify-self: end!important;
	display: flex!important;
	align-items: center!important;
	gap: 10px!important;
	padding: 7px!important;
	border-radius: 999px!important;
	background: #fff!important;
	border: 1px solid rgba(22,22,22,.08)!important;
	box-shadow: 0 12px 28px rgba(42,30,18,.07)!important;
}

.imo-actions .imo-icon {
	position: relative!important;
	width: 42px!important;
	height: 42px!important;
	display: grid!important;
	place-items: center!important;
	border-radius: 50%!important;
	background: #f8f5ef!important;
	transition: background-color .28s ease,transform .28s ease,box-shadow .28s ease!important;
}

.imo-actions .imo-icon:before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: #b08d57;
	transform: scale(0);
	transition: transform .28s ease;
	z-index: 0;
}

.imo-actions .imo-icon img {
	position: relative;
	z-index: 1;
	width: 21px!important;
	height: 21px!important;
	transition: filter .28s ease,transform .28s ease!important;
}

.imo-actions .imo-icon:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 18px rgba(176,141,87,.22)!important;
}

.imo-actions .imo-icon:hover:before {
	transform: scale(1);
}

.imo-actions .imo-icon:hover img {
	filter: brightness(0) invert(1);
	transform: scale(1.06);
}

.imo-actions .imo-cart {
	background: #161616!important;
}

.imo-actions .imo-cart img {
	filter: brightness(0) invert(1);
}

.imo-actions .imo-cart span {
	right: -3px!important;
	top: -5px!important;
	min-width: 18px!important;
	height: 18px!important;
	border-radius: 50%!important;
	background: #b08d57!important;
	color: #fff!important;
	border: 2px solid #fff!important;
	font-size: 10px!important;
	font-weight: 700!important;
	line-height: 14px!important;
	z-index: 2;
}

@media (max-width:920px) {
	.imo-top-inner {
		justify-content: flex-start;
		overflow: hidden;
		padding: 0 18px;
		gap: 28px;
	}

	.imo-brand-row {
		height: auto!important;
		min-height: 88px!important;
		padding: 14px 18px!important;
		grid-template-columns: 1fr auto!important;
		gap: 12px!important;
	}

	.imo-logo strong {
		font-size: 22px!important;
	}

	.imo-actions .imo-icon {
		width: 38px!important;
		height: 38px!important;
	}

	.imo-brand-row>.imo-nav {
		grid-column: 1/-1;
		grid-row: 2;
		width: 100%;
		justify-content: flex-start!important;
		overflow-x: auto!important;
		border-radius: 18px!important;
		padding: 6px!important;
	}

	.imo-brand-row>.imo-nav>a {
		min-height: 38px!important;
		padding: 0 14px!important;
		font-size: 14px!important;
		flex: 0 0 auto;
	}
}

@media (max-width:560px) {
	.imo-top {
		height: 34px!important;
	}

	.imo-top-inner span {
		font-size: 12px!important;
	}

	.imo-top-inner span:nth-child(n+3) {
		display: none;
	}

	.imo-brand-row {
		padding: 12px 14px!important;
	}

	.imo-logo {
		padding: 7px 12px 7px 8px;
	}

	.imo-logo strong {
		font-size: 20px!important;
	}

	.imo-actions {
		gap: 7px!important;
		padding: 5px!important;
	}

	.imo-actions .imo-icon {
		width: 36px!important;
		height: 36px!important;
	}

	.imo-actions .imo-icon img {
		width: 19px!important;
		height: 19px!important;
	}
}
/* Luxury showroom header refresh. */
.imo-top {
	height: 40px!important;
	position: relative!important;
	background: #0f0d0b!important;
	border-top: 2px solid #b08d57!important;
	border-bottom: 1px solid rgba(255,255,255,.1)!important;
	color: #fff!important;
}

.imo-top:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg,rgba(176,141,87,.02),rgba(176,141,87,.22),rgba(176,141,87,.02));
	opacity: .8;
	pointer-events: none;
}

.imo-top-inner {
	position: relative;
	z-index: 1;
	max-width: 1420px!important;
	height: 100%;
	padding: 0 34px!important;
	justify-content: space-between!important;
	gap: 28px!important;
}

.imo-top-inner span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px!important;
	font-weight: 500!important;
	color: #f7efe3!important;
}

.imo-top-inner span:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #b08d57;
	box-shadow: 0 0 0 4px rgba(176,141,87,.14);
}

.imo-top-inner span+span:before {
	position: static!important;
	left: auto!important;
	top: auto!important;
	transform: none!important;
}

.imo-top-inner span:first-child {
	font-weight: 700!important;
	color: #fff!important;
}

.imo-header {
	position: sticky!important;
	top: 0!important;
	background: #15120f!important;
	background-image: linear-gradient(115deg,rgba(255,255,255,.07),transparent 26%,rgba(176,141,87,.09) 58%,transparent),repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 26px)!important;
	border-bottom: 1px solid rgba(176,141,87,.42)!important;
	box-shadow: 0 18px 36px rgba(0,0,0,.18)!important;
}

.imo-header:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 18% 35%,rgba(176,141,87,.18),transparent 25%),radial-gradient(circle at 82% 50%,rgba(255,255,255,.07),transparent 26%);
	pointer-events: none;
}

.imo-header:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg,transparent,rgba(255,228,185,.85),transparent);
	pointer-events: none;
}

.imo-brand-row {
	position: relative;
	z-index: 1;
	max-width: 1420px!important;
	height: 108px!important;
	padding: 0 34px!important;
	grid-template-columns: minmax(300px,1fr) auto minmax(230px,1fr)!important;
	gap: 30px!important;
}

.imo-logo {
	padding: 0!important;
	border: 0!important;
	border-radius: 0!important;
	background: transparent!important;
	box-shadow: none!important;
	gap: 15px!important;
}

.imo-logo:hover {
	transform: translateY(-1px);
	box-shadow: none!important;
}
.imo-logo strong {
	font-size: 31px!important;
	font-weight: 900!important;
	line-height: 1!important;
	color: #fff!important;
	text-shadow: 0 2px 18px rgba(0,0,0,.25);
}

.imo-logo:before {
	content: "";
	position: absolute;
	left: 82px;
	top: 50%;
	width: 34px;
	height: 2px;
	background: #b08d57;
	transform: translateY(21px);
}

.imo-brand-row>.imo-nav {
	min-height: 58px!important;
	padding: 7px!important;
	gap: 6px!important;
	border-radius: 20px!important;
	background: rgba(255,255,255,.1)!important;
	border: 1px solid rgba(255,255,255,.18)!important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.16),0 18px 34px rgba(0,0,0,.2)!important;
	backdrop-filter: blur(12px);
}

.imo-brand-row>.imo-nav>a {
	min-height: 44px!important;
	padding: 0 20px!important;
	border-radius: 14px!important;
	font-size: 15px!important;
	font-weight: 700!important;
	color: #f8f5ef!important;
	background: transparent!important;
	box-shadow: none!important;
}

.imo-brand-row>.imo-nav>a:first-child {
	background: #b08d57!important;
	color: #161616!important;
	box-shadow: 0 12px 24px rgba(176,141,87,.26)!important;
}

.imo-brand-row>.imo-nav>a:first-child:before {
	background: #161616!important;
}

.imo-brand-row>.imo-nav>a:hover {
	background: rgba(255,255,255,.16)!important;
	color: #fff!important;
	transform: translateY(-2px);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.18)!important;
}

.imo-actions {
	padding: 7px!important;
	gap: 9px!important;
	border-radius: 22px!important;
	background: rgba(255,255,255,.1)!important;
	border: 1px solid rgba(255,255,255,.18)!important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.16),0 18px 34px rgba(0,0,0,.2)!important;
	backdrop-filter: blur(12px);
}

.imo-actions .imo-icon {
	width: 44px!important;
	height: 44px!important;
	background: #fff8ee!important;
	border: 1px solid rgba(176,141,87,.18)!important;
	box-shadow: 0 9px 18px rgba(0,0,0,.12)!important;
}

.imo-actions .imo-icon:before {
	background: #b08d57!important;
}

.imo-actions .imo-icon img {
	width: 21px!important;
	height: 21px!important;
	filter: none;
}

.imo-actions .imo-icon:hover {
	box-shadow: 0 14px 24px rgba(176,141,87,.24)!important;
}

.imo-actions .imo-cart {
	background: #b08d57!important;
	border-color: rgba(255,255,255,.32)!important;
}

.imo-actions .imo-cart:before {
	background: #fff!important;
}

.imo-actions .imo-cart img {
	filter: brightness(0) invert(1)!important;
}

.imo-actions .imo-cart:hover img {
	filter: none!important;
}

.imo-actions .imo-cart span {
	right: -4px!important;
	top: -6px!important;
	background: #fff!important;
	color: #161616!important;
	border: 2px solid #15120f!important;
}

@media (max-width:920px) {
	.imo-top-inner {
		justify-content: flex-start!important;
		overflow: hidden!important;
	}

	.imo-brand-row {
		grid-template-columns: 1fr auto!important;
		height: auto!important;
		min-height: 96px!important;
		padding: 14px 18px!important;
	}

	.imo-logo strong {
		font-size: 24px!important;
	}

	.imo-brand-row>.imo-nav {
		grid-column: 1/-1;
		width: 100%;
		overflow-x: auto!important;
		justify-content: flex-start!important;
		border-radius: 18px!important;
	}

	.imo-brand-row>.imo-nav>a {
		min-height: 40px!important;
		padding: 0 15px!important;
		flex: 0 0 auto;
	}
}

@media (max-width:560px) {
	.imo-top {
		height: 36px!important;
	}

	.imo-top-inner {
		padding: 0 14px!important;
	}

	.imo-top-inner span {
		font-size: 12px!important;
	}

	.imo-top-inner span:nth-child(n+3) {
		display: none!important;
	}

	.imo-brand-row {
		padding: 12px 14px!important;
	}

	.imo-logo strong {
		font-size: 21px!important;
	}

	.imo-actions {
		padding: 5px!important;
		gap: 6px!important;
	}

	.imo-actions .imo-icon {
		width: 37px!important;
		height: 37px!important;
	}

	.imo-actions .imo-icon img {
		width: 19px!important;
		height: 19px!important;
	}
}
/* Clean premium furniture header reset. */
.imo-top {
	height: 34px!important;
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	background: #111!important;
	background-image: none!important;
	border: 0!important;
	color: #fff!important;
	box-shadow: none!important;
}

.imo-top:before,.imo-top:after {
	display: none!important;
}

.imo-top-inner {
	max-width: 1320px!important;
	width: 100%!important;
	height: 100%!important;
	padding: 0 24px!important;
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	gap: 0!important;
}

.imo-top-inner span {
	display: none!important;
}

.imo-top-inner span:first-child {
	display: inline-flex!important;
	align-items: center!important;
	gap: 10px!important;
	font-size: 13px!important;
	font-weight: 500!important;
	line-height: 1!important;
	color: #fff!important;
}

.imo-top-inner span:first-child:before {
	content: "";
	position: static!important;
	display: inline-block!important;
	width: 6px!important;
	height: 6px!important;
	border-radius: 50%!important;
	background: #b08d57!important;
	box-shadow: none!important;
	transform: none!important;
}

.imo-header {
	position: sticky!important;
	top: 0!important;
	z-index: 80!important;
	background: #fffaf2!important;
	background-image: linear-gradient(180deg,#fff 0%,#fffaf2 100%)!important;
	border-bottom: 1px solid rgba(176,141,87,.18)!important;
	box-shadow: 0 10px 28px rgba(30,24,18,.08)!important;
}

.admin-bar .imo-header {
	top: 32px!important;
}

.imo-header:before {
	content: "";
	position: absolute!important;
	left: 0!important;
	right: 0!important;
	bottom: 0!important;
	top: auto!important;
	height: 3px!important;
	background: linear-gradient(90deg,transparent 0%,rgba(176,141,87,.55) 18%,rgba(176,141,87,.22) 50%,rgba(176,141,87,.55) 82%,transparent 100%)!important;
	opacity: .55!important;
	pointer-events: none!important;
}

.imo-header:after {
	display: none!important;
}

.imo-brand-row {
	position: relative!important;
	z-index: 1!important;
	max-width: 1320px!important;
	height: 88px!important;
	margin: 0 auto!important;
	padding: 0 26px!important;
	display: grid!important;
	grid-template-columns: minmax(260px,1fr) auto minmax(210px,1fr)!important;
	align-items: center!important;
	gap: 28px!important;
}

.imo-logo {
	position: relative!important;
	justify-self: start!important;
	display: flex!important;
	align-items: center!important;
	gap: 13px!important;
	min-height: 64px!important;
	padding: 0!important;
	border: 0!important;
	border-radius: 0!important;
	background: transparent!important;
	box-shadow: none!important;
	transition: transform .25s ease!important;
}

.imo-logo:hover {
	transform: translateY(-1px)!important;
	box-shadow: none!important;
}

.imo-logo:before {
	display: none!important;
}

.imo-logo img {
	width: 100%!important;
	height: 80px!important;
	object-fit: contain!important;
	padding: 7px!important;
}

.imo-logo strong {
	display: block!important;
	padding-bottom: 13px!important;
	font-size: 29px!important;
	font-weight: 900!important;
	line-height: 1!important;
	letter-spacing: 0!important;
	color: #161616!important;
	text-shadow: none!important;
	white-space: nowrap!important;
}


.imo-brand-row>.imo-nav {
	justify-self: center!important;
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	gap: 30px!important;
	min-height: 0!important;
	padding: 0!important;
	border: 0!important;
	border-radius: 0!important;
	background: transparent!important;
	box-shadow: none!important;
	backdrop-filter: none!important;
}

.imo-brand-row>.imo-nav>a {
	position: relative!important;
	display: inline-flex!important;
	align-items: center!important;
	justify-content: center!important;
	min-height: 42px!important;
	padding: 0 0 6px!important;
	border-radius: 0!important;
	background: transparent!important;
	box-shadow: none!important;
	font-size: 15px!important;
	font-weight: 700!important;
	line-height: 1!important;
	color: #161616!important;
	transition: color .25s ease,transform .25s ease!important;
}

.imo-brand-row>.imo-nav>a:first-child {
	background: transparent!important;
	color: #b08d57!important;
	box-shadow: none!important;
}

.imo-brand-row>.imo-nav>a:first-child:before {
	display: none!important;
}

.imo-brand-row>.imo-nav>a:after {
	content: ""!important;
	display: block!important;
	position: absolute!important;
	left: 0!important;
	right: 0!important;
	bottom: 0!important;
	height: 2px!important;
	border-radius: 99px!important;
	background: #b08d57!important;
	transform: scaleX(0)!important;
	transform-origin: center!important;
	transition: transform .25s ease!important;
}

.imo-brand-row>.imo-nav>a:first-child:after,.imo-brand-row>.imo-nav>a:hover:after {
	transform: scaleX(1)!important;
}

.imo-brand-row>.imo-nav>a:hover {
	background: transparent!important;
	color: #b08d57!important;
	transform: translateY(-1px)!important;
	box-shadow: none!important;
}

.imo-actions {
	justify-self: end!important;
	display: flex!important;
	align-items: center!important;
	gap: 10px!important;
	padding: 0!important;
	border: 0!important;
	border-radius: 0!important;
	background: transparent!important;
	box-shadow: none!important;
	backdrop-filter: none!important;
}

.imo-actions .imo-icon {
	position: relative!important;
	width: 44px!important;
	height: 44px!important;
	display: grid!important;
	place-items: center!important;
	border-radius: 50%!important;
	background: #fff!important;
	border: 1px solid rgba(22,22,22,.08)!important;
	box-shadow: 0 8px 20px rgba(40,30,20,.08)!important;
	transition: background-color .25s ease,transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;
}

.imo-actions .imo-icon:before {
	content: ""!important;
	position: absolute!important;
	inset: 0!important;
	border-radius: 50%!important;
	background: #b08d57!important;
	transform: scale(0)!important;
	transition: transform .25s ease!important;
	z-index: 0!important;
}

.imo-actions .imo-icon img {
	position: relative!important;
	z-index: 1!important;
	width: 21px!important;
	height: 21px!important;
	filter: none!important;
	transition: filter .25s ease,transform .25s ease!important;
}

.imo-actions .imo-icon:hover {
	transform: translateY(-2px)!important;
	border-color: rgba(176,141,87,.45)!important;
	box-shadow: 0 12px 24px rgba(176,141,87,.16)!important;
}

.imo-actions .imo-icon:hover:before {
	transform: scale(1)!important;
}

.imo-actions .imo-icon:hover img {
	filter: brightness(0) invert(1)!important;
	transform: scale(1.04)!important;
}

.imo-actions .imo-cart {
	background: #161616!important;
	border-color: #161616!important;
}

.imo-actions .imo-cart:before {
	background: #b08d57!important;
}

.imo-actions .imo-cart img {
	filter: brightness(0) invert(1)!important;
}

.imo-actions .imo-cart:hover img {
	filter: brightness(0) invert(1)!important;
}

.imo-actions .imo-cart span {
	right: -4px!important;
	top: -6px!important;
	min-width: 18px!important;
	height: 18px!important;
	border-radius: 50%!important;
	background: #b08d57!important;
	color: #fff!important;
	border: 2px solid #fff!important;
	font-size: 10px!important;
	font-weight: 700!important;
	line-height: 14px!important;
	z-index: 2!important;
}

@media (max-width:920px) {
	.imo-brand-row {
		height: auto!important;
		min-height: 84px!important;
		padding: 12px 18px!important;
		grid-template-columns: 1fr auto!important;
		gap: 12px!important;
	}

	.imo-logo img {
		width: 50px!important;
		height: 50px!important;
	}

	.imo-logo strong {
		font-size: 23px!important;
		padding-bottom: 0!important;
	}

	.imo-actions .imo-icon {
		width: 39px!important;
		height: 39px!important;
	}

	.imo-brand-row>.imo-nav {
		grid-column: 1/-1!important;
		grid-row: 2!important;
		width: 100%!important;
		justify-content: flex-start!important;
		gap: 24px!important;
		overflow-x: auto!important;
		padding: 5px 0 2px!important;
	}

	.imo-brand-row>.imo-nav>a {
		min-height: 34px!important;
		flex: 0 0 auto!important;
		font-size: 14px!important;
	}
}

@media (max-width:560px) {
	.imo-top {
		height: 32px!important;
	}

	.imo-top-inner span:first-child {
		font-size: 12px!important;
	}

	.imo-brand-row {
		padding: 11px 14px!important;
	}

	.imo-logo img {
		width: 44px!important;
		height: 44px!important;
	}

	.imo-logo strong {
		font-size: 20px!important;
	}

	.imo-actions {
		gap: 7px!important;
	}

	.imo-actions .imo-icon {
		width: 36px!important;
		height: 36px!important;
	}

	.imo-actions .imo-icon img {
		width: 19px!important;
		height: 19px!important;
	}

	.imo-brand-row>.imo-nav {
		gap: 20px!important;
	}
}
/* Hero media slider. */
.imo-hero-slider.imo-livora-hero {
	position: relative!important;
	height: calc(100vh - 122px)!important;
	min-height: 640px!important;
	margin: 0!important;
	display: block!important;
	overflow: hidden!important;
	background: #111!important;
	color: #fff!important;
	text-align: center!important;
}

.imo-hero-slider:before {
	display: none!important;
}

.imo-hero-slides {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.imo-hero-slide {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity .9s ease,visibility .9s ease;
}

.imo-hero-slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.imo-hero-slide:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.38) 45%,rgba(0,0,0,.62)),linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.3));
	z-index: 1;
	pointer-events: none;
}

.imo-hero-slide img {
	position: absolute!important;
	inset: 0!important;
	width: 100%!important;
	height: 100%!important;
	max-width: none!important;
	object-fit: cover!important;
	object-position: center!important;
	filter: saturate(.96) contrast(1.04)!important;
	transform: scale(1.04);
	transition: transform 6s ease!important;
}

.imo-hero-slide.is-active img {
	transform: scale(1.1);
}

.imo-hero-slider .imo-livora-hero-copy {
	position: relative!important;
	z-index: 2!important;
	width: min(1120px,92vw)!important;
	max-width: 1120px!important;
	padding: 78px 20px!important;
	display: grid!important;
	justify-items: center!important;
	align-content: center!important;
}

.imo-hero-slider .imo-livora-hero-copy p {
	display: inline-flex!important;
	align-items: center!important;
	gap: 10px!important;
	margin: 0 0 24px!important;
	padding: 10px 17px!important;
	border: 1px solid rgba(255,255,255,.28)!important;
	border-radius: 999px!important;
	background: rgba(255,255,255,.08)!important;
	color: #fff!important;
	font-size: 15px!important;
	font-weight: 500!important;
	line-height: 1!important;
	text-transform: none!important;
	letter-spacing: 0!important;
	backdrop-filter: blur(6px);
}

.imo-hero-slider .imo-livora-hero-copy p:before {
	content: ""!important;
	width: 7px!important;
	height: 7px!important;
	border-radius: 50%!important;
	background: #b08d57!important;
}

.imo-hero-slider .imo-livora-hero-copy h1 {
	max-width: 1120px!important;
	margin: 0 0 30px!important;
	color: #fff!important;
	font-size: clamp(52px,5.2vw,88px)!important;
	font-weight: 900!important;
	line-height: 1.08em!important;
	letter-spacing: 0!important;
	text-shadow: 0 12px 34px rgba(0,0,0,.38)!important;
}



.imo-hero-dots {
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transform: translateX(-50%);
}

.imo-hero-dots button {
	width: 9px;
	height: 9px;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.55);
	padding: 0;
	cursor: pointer;
	transition: width .28s ease,background .28s ease;
}

.imo-hero-dots button.active {
	width: 38px;
	border-radius: 999px;
	background: #b08d57;
}

@media (max-width:900px) {
	.imo-hero-slider.imo-livora-hero {
		height: 560px!important;
		min-height: 560px!important;
	}

	.imo-hero-slider .imo-livora-hero-copy h1 {
		font-size: 44px!important;
	}

	.imo-hero-slider .imo-livora-hero-copy {
		padding: 58px 18px!important;
	}
}

@media (max-width:560px) {
	.imo-hero-slider.imo-livora-hero {
		height: 500px!important;
		min-height: 500px!important;
	}

	.imo-hero-slider .imo-livora-hero-copy h1 {
		font-size: 35px!important;
		line-height: 1.12em!important;
	}

	.imo-hero-slider .imo-livora-hero-copy p {
		font-size: 13px!important;
	}

	.imo-hero-dots {
		bottom: 20px;
	}
}
/* Match Livora reference hero heading scale. */
.imo-hero-slider .imo-livora-hero-copy h1 {
	font-size: 80px!important;
	line-height: 1.2em!important;
	font-weight: 900!important;
	letter-spacing: -.03em!important;
	max-width: 1200px!important;
}

@media (max-width:1199px) {
	.imo-hero-slider .imo-livora-hero-copy h1 {
		font-size: 64px!important;
	}
}

@media (max-width:767px) {
	.imo-hero-slider .imo-livora-hero-copy h1 {
		font-size: 36px!important;
		line-height: 1.2em!important;
	}
}
/* Exact Livora font rendering lock. */
@font-face {
	font-family:IMOLivora;src:url('/imo-fonts/OPPOSans-R.ttf') format('truetype');font-weight:400;font-style:normal;font-display:block;
}

@font-face {
	font-family:IMOLivora;src:url('/imo-fonts/OPPOSans-M.ttf') format('truetype');font-weight:500;font-style:normal;font-display:block;
}

@font-face {
	font-family:IMOLivora;src:url('/imo-fonts/OPPOSans-B.ttf') format('truetype');font-weight:700;font-style:normal;font-display:block;
}

@font-face {
	font-family:IMOLivora;src:url('/imo-fonts/OPPOSans-H.ttf') format('truetype');font-weight:900;font-style:normal;font-display:block;
}

body.imo-storefront,body.imo-storefront * {
	font-family: IMOLivora,OPPOSans,Arial,Helvetica,sans-serif!important;
	font-synthesis: none!important;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.imo-hero-slider .imo-livora-hero-copy h1 {
	font-family: IMOLivora,OPPOSans,Arial,Helvetica,sans-serif!important;
	font-size: 80px!important;
	font-weight: 900!important;
	line-height: 1.2em!important;
	letter-spacing: -.03em!important;
	word-spacing: 0!important;
	color: #fff!important;
	text-shadow: none!important;
}

.imo-hero-slider .imo-livora-hero-copy p {
	font-family: IMOLivora,OPPOSans,Arial,Helvetica,sans-serif!important;
	font-weight: 500!important;
}

.imo-hero-slider .imo-pill-btn {
	font-family: IMOLivora,OPPOSans,Arial,Helvetica,sans-serif!important;
	font-weight: 700!important;
}

@media (max-width:1199px) {
	.imo-hero-slider .imo-livora-hero-copy h1 {
		font-size: 64px!important;
	}
}

@media (max-width:767px) {
	.imo-hero-slider .imo-livora-hero-copy h1 {
		font-size: 36px!important;
	}
}
/* Visual match to Livora hero screenshot: use OPPOSans bold, not browser-heavy black. */
.imo-hero-slider .imo-livora-hero-copy h1 {
	font-family: IMOLivora,OPPOSans,Arial,Helvetica,sans-serif!important;
	font-size: 80px!important;
	font-weight: 700!important;
	line-height: 1.2em!important;
	letter-spacing: -.03em!important;
	color: #fff!important;
	text-shadow: 0 8px 28px rgba(0,0,0,.28)!important;
	-webkit-text-stroke: 0!important;
}

.imo-hero-slider .imo-livora-hero-copy p {
	font-family: IMOLivora,OPPOSans,Arial,Helvetica,sans-serif!important;
	font-size: 14px!important;
	font-weight: 500!important;
	line-height: normal!important;
	color: #fff!important;
}

.imo-hero-slider .imo-pill-btn {
	font-family: IMOLivora,OPPOSans,Arial,Helvetica,sans-serif!important;
	font-size: 16px!important;
	font-weight: 700!important;
}

@media (max-width:1199px) {
	.imo-hero-slider .imo-livora-hero-copy h1 {
		font-size: 64px!important;
	}
}

@media (max-width:767px) {
	.imo-hero-slider .imo-livora-hero-copy h1 {
		font-size: 36px!important;
		line-height: 1.2em!important;
	}
}
/* Unique four-column footer refresh. */
.imo-footer {
	position: relative!important;
	display: block!important;
	max-width: none!important;
	margin: 0!important;
	padding: 78px max(24px,calc((100vw - 1180px)/2)) 0!important;
	background: #141414!important;
	background-image: radial-gradient(circle at 12% 15%,rgba(176,141,87,.16),transparent 28%),linear-gradient(180deg,#181818 0%,#111 100%)!important;
	color: #fff!important;
	overflow: hidden!important;
}

.imo-footer:before {
	content: ""!important;
	position: absolute!important;
	left: max(24px,calc((100vw - 1180px)/2))!important;
	right: max(24px,calc((100vw - 1180px)/2))!important;
	top: 0!important;
	height: 1px!important;
	background: linear-gradient(90deg,transparent,rgba(176,141,87,.85),transparent)!important;
	display: block!important;
}

.imo-footer:after {
	content: "IMO"!important;
	position: absolute!important;
	right: max(24px,calc((100vw - 1180px)/2))!important;
	bottom: 26px!important;
	font-size: 118px!important;
	font-weight: 900!important;
	line-height: 1!important;
	color: rgba(255,255,255,.025)!important;
	pointer-events: none!important;
}

.imo-footer-top {
	position: relative!important;
	z-index: 1!important;
	display: grid!important;
	grid-template-columns: 1.25fr .85fr 1fr 1.15fr!important;
	gap: 54px!important;
	padding: 0 0 56px!important;
	border: 0!important;
}

.imo-footer-column {
	min-width: 0!important;
}

.imo-footer h2 {
	margin: 0 0 20px!important;
	color: #fff!important;
	font-size: 15px!important;
	font-weight: 700!important;
	line-height: 1.2em!important;
	text-transform: uppercase!important;
	letter-spacing: 0!important;
}

.imo-footer-brandmark {
	display: flex!important;
	align-items: center!important;
	gap: 13px!important;
	margin: 0 0 22px!important;
}

.imo-footer-brandmark h2 {
	margin: 0!important;
	color: #fff!important;
	font-size: 28px!important;
	font-weight: 900!important;
	line-height: 1!important;
	text-transform: none!important;
	letter-spacing: 0!important;
}

.imo-footer p,.imo-footer a,.imo-footer span,.imo-footer small {
	font-family: IMOLivora,OPPOSans,Arial,Helvetica,sans-serif!important;
	color: #d3d3d3!important;
	font-size: 14px!important;
	font-weight: 400!important;
	line-height: 1.7em!important;
	letter-spacing: 0!important;
}

.imo-footer-brand>p {
	max-width: 330px!important;
	margin: 0 0 20px!important;
}

.imo-footer-phone {
	display: inline-flex!important;
	align-items: center!important;
	gap: 10px!important;
	margin-top: 6px!important;
	color: #fff!important;
	font-weight: 700!important;
	line-height: 1!important;
}

.imo-footer-phone img {
	flex: 0 0 auto!important;
	width: 25px!important;
	height: 25px!important;
	margin: 0!important;
	padding: 5px!important;
	border-radius: 50%!important;
	background: #fff!important;
	filter: none!important;
}

.imo-footer-phone span {
	color: #fff!important;
	font-size: 15px!important;
	font-weight: 700!important;
	line-height: 1!important;
}

.imo-footer-links-col a,.imo-footer-service-col a,.imo-footer-contact-col a,.imo-footer-contact-col span {
	display: block!important;
	margin: 0 0 10px!important;
	transition: color .25s ease,transform .25s ease!important;
}

.imo-footer-links-col a:hover,.imo-footer-service-col a:hover,.imo-footer-contact-col a:hover {
	color: #b08d57!important;
	transform: translateX(4px)!important;
}

.imo-footer-contact-col span {
	max-width: 260px!important;
}

.imo-footer-contact-col .imo-social {
	display: flex!important;
	align-items: center!important;
	gap: 12px!important;
	margin: 20px 0 0!important;
	color: inherit!important;
	font-size: inherit!important;
}

.imo-footer-contact-col .imo-social a {
	display: inline-flex!important;
	align-items: center!important;
	justify-content: center!important;
	min-height: 36px!important;
	margin: 0!important;
	padding: 0 15px!important;
	border-radius: 999px!important;
	background: rgba(255,255,255,.06)!important;
	border: 1px solid rgba(255,255,255,.12)!important;
	color: #fff!important;
	font-size: 13px!important;
	line-height: 1!important;
	transition: background .25s ease,color .25s ease,transform .25s ease!important;
}

.imo-footer-contact-col .imo-social a:hover {
	background: #b08d57!important;
	color: #fff!important;
	transform: translateY(-2px)!important;
}

.imo-footer-bottom {
	position: relative!important;
	z-index: 1!important;
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	gap: 0!important;
	border-top: 1px solid rgba(255,255,255,.12)!important;
	padding: 24px 0!important;
	text-align: center!important;
}

.imo-footer-bottom small {
	display: block!important;
	margin: 0!important;
	color: #aaa!important;
	text-align: center!important;
}

.imo-footer-newsletter,.imo-payment-row {
	display: none!important;
}

@media (max-width:900px) {
	.imo-footer {
		padding-top: 58px!important;
	}

	.imo-footer-top {
		grid-template-columns: 1fr 1fr!important;
		gap: 40px 34px!important;
	}

	.imo-footer:after {
		font-size: 80px!important;
	}
}

@media (max-width:560px) {
	.imo-footer {
		padding: 48px 18px 0!important;
	}

	.imo-footer:before {
		left: 18px!important;
		right: 18px!important;
	}

	.imo-footer-top {
		grid-template-columns: 1fr!important;
		gap: 34px!important;
		padding-bottom: 40px!important;
	}

	.imo-footer-brandmark h2 {
		font-size: 24px!important;
	}

	.imo-footer-contact-col .imo-social {
		flex-wrap: wrap!important;
	}

	.imo-footer-bottom {
		padding: 20px 0!important;
	}

	.imo-footer:after {
		display: none!important;
	}
}
/* Premium material-inspired homepage rhythm. */
body.imo-storefront {
	--imo-home-ivory: #f6f7f3;
	--imo-home-linen: #eadfce;
	--imo-home-forest: #1d2925;
	--imo-home-stone: #eef2f0;
	--imo-home-charcoal: #191a19;
	--imo-home-clay: #f2e8e1;
	--imo-home-brass: #b08d57;
	background: #f6f7f3!important;
}

.imo-main {
	overflow: hidden;
}

.imo-livora-cats,
.imo-best-sellers,
.imo-new-arrivals-feature,
.imo-arrival-mosaic,
.imo-countdown-band,
.imo-testimonial-band {
	position: relative!important;
	isolation: isolate;
	overflow: hidden;
	border-radius: 0!important;
	box-shadow: inset 0 1px rgba(22,22,22,.07)!important;
}

.imo-livora-cats,
.imo-best-sellers,
.imo-new-arrivals-feature,
.imo-arrival-mosaic {
	padding-top: 104px!important;
	padding-bottom: 108px!important;
}

.imo-livora-cats {
	background-color: var(--imo-home-ivory)!important;
	background-image: repeating-linear-gradient(90deg,rgba(33,48,40,.025) 0 1px,transparent 1px 112px)!important;
}

.imo-livora-cats:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	background: var(--imo-home-brass);
	opacity: .55;
	z-index: -1;
}

.imo-livora-cats .imo-circle-cats img {
	border: 7px solid rgba(255,255,255,.88)!important;
	box-shadow: 0 18px 38px rgba(35,48,41,.12)!important;
}

.imo-livora-cats .imo-circle-cats a:hover img {
	box-shadow: 0 24px 46px rgba(35,48,41,.2)!important;
}

.imo-best-sellers {
	background-color: var(--imo-home-linen)!important;
	background-image: repeating-linear-gradient(0deg,rgba(85,65,43,.022) 0 1px,transparent 1px 7px)!important;
}

.imo-best-sellers .imo-best-card {
	background: #fbf8f3!important;
	border: 1px solid rgba(87,66,42,.1)!important;
	box-shadow: 0 18px 44px rgba(67,49,30,.1)!important;
	transition: transform .35s ease,box-shadow .35s ease!important;
}

.imo-best-sellers .imo-best-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 28px 58px rgba(67,49,30,.17)!important;
}

.imo-new-arrivals-feature {
	background-color: var(--imo-home-forest)!important;
	background-image: repeating-linear-gradient(90deg,rgba(255,255,255,.026) 0 1px,transparent 1px 76px)!important;
	border-top: 1px solid rgba(176,141,87,.55)!important;
	border-bottom: 1px solid rgba(176,141,87,.4)!important;
}

.imo-new-arrivals-feature .imo-livora-heading h2 {
	color: #fff!important;
}

.imo-new-arrivals-feature .imo-livora-heading>span {
	color: #cdd6d2!important;
}

.imo-new-arrivals-feature .imo-livora-heading p.imo-collection-kicker {
	color: #fff!important;
	background: rgba(255,255,255,.055)!important;
	border-color: rgba(255,255,255,.24)!important;
}

.imo-new-arrivals-feature .imo-new-arrivals-grid>a {
	border: 1px solid rgba(255,255,255,.15)!important;
	box-shadow: 0 24px 52px rgba(0,0,0,.25)!important;
}

.imo-new-arrivals-feature .imo-new-arrivals-grid>a:hover {
	border-color: rgba(176,141,87,.75)!important;
}

.imo-arrival-mosaic {
	background-color: var(--imo-home-stone)!important;
	background-image: repeating-linear-gradient(90deg,rgba(35,53,47,.022) 0 1px,transparent 1px 128px)!important;
}

.imo-arrival-mosaic .imo-livora-products .imo-list-media {
	background: #fff!important;
	border: 1px solid rgba(35,53,47,.09)!important;
	box-shadow: 0 16px 34px rgba(35,53,47,.12)!important;
}

.imo-arrival-mosaic .imo-livora-products .imo-list-card {
	transition: transform .35s ease!important;
}

.imo-arrival-mosaic .imo-livora-products .imo-list-card:hover {
	transform: translateY(-6px);
}

.imo-countdown-band {
	background-color: var(--imo-home-charcoal)!important;
	background-image: repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0 1px,transparent 1px 84px)!important;
	border-top: 1px solid rgba(176,141,87,.5)!important;
	border-bottom: 1px solid rgba(176,141,87,.35)!important;
}

.imo-countdown-band .imo-discount-single {
	border: 1px solid rgba(255,255,255,.14)!important;
	box-shadow: 0 28px 64px rgba(0,0,0,.38)!important;
}

.imo-testimonial-band {
	background-color: var(--imo-home-clay)!important;
	background-image: repeating-linear-gradient(0deg,rgba(76,54,41,.022) 0 1px,transparent 1px 8px)!important;
}

.imo-testimonial-band>img {
	border: 1px solid rgba(83,59,43,.1)!important;
	box-shadow: 0 26px 58px rgba(83,59,43,.16)!important;
}

.imo-testimonial-band blockquote {
	color: #514b47!important;
}

body.imo-storefront .imo-footer h2 {
	color: #fff!important;
	-webkit-text-fill-color: #fff!important;
}

.imo-livora-cats>h2,
.imo-best-sellers>h2,
.imo-new-arrivals-feature .imo-livora-heading h2,
.imo-arrival-mosaic .imo-livora-heading h2,
.imo-testimonial-band h2 {
	font-size: 44px!important;
	line-height: 1.12em!important;
	font-weight: 700!important;
	letter-spacing: 0!important;
}

.imo-livora-cats>p,
.imo-best-kicker,
.imo-collection-kicker,
.imo-countdown-band>div:first-child>p,
.imo-testimonial-band>div>p {
	min-height: 38px;
	padding: 10px 16px!important;
	border-radius: 999px!important;
}

@media (max-width:900px) {
	.imo-livora-cats,
    .imo-best-sellers,
    .imo-new-arrivals-feature,
    .imo-arrival-mosaic {
		padding-top: 78px!important;
		padding-bottom: 82px!important;
	}

	.imo-livora-cats>h2,
    .imo-best-sellers>h2,
    .imo-new-arrivals-feature .imo-livora-heading h2,
    .imo-arrival-mosaic .imo-livora-heading h2,
    .imo-testimonial-band h2 {
		font-size: 36px!important;
	}
}

@media (max-width:560px) {
	.imo-livora-cats,
    .imo-best-sellers,
    .imo-new-arrivals-feature,
    .imo-arrival-mosaic {
		padding-top: 60px!important;
		padding-bottom: 64px!important;
	}

	.imo-livora-cats>h2,
    .imo-best-sellers>h2,
    .imo-new-arrivals-feature .imo-livora-heading h2,
    .imo-arrival-mosaic .imo-livora-heading h2,
    .imo-testimonial-band h2 {
		font-size: 30px!important;
	}

	.imo-best-sellers .imo-best-card:hover,
    .imo-arrival-mosaic .imo-livora-products .imo-list-card:hover {
		transform: none;
	}
}
/* Keep the discount heading readable over its dark background. */
.imo-countdown-band > div:first-child > h2,
.imo-countdown-band h2 {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

body.imo-storefront .imo-new-arrivals-feature .imo-new-arrivals-featured .imo-new-arrivals-overlay small {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	opacity: .92;
}

body.imo-storefront .imo-watch-band > a:before {
	content: "Play" !important;
	font-size: 14px !important;
}

body.imo-storefront .imo-social span:first-child:before {
	content: "Instagram" !important;
	font-size: 14px !important;
}

body.imo-storefront .imo-social span:last-child:before {
	content: "TikTok" !important;
	font-size: 14px !important;
}
/* Livora-style dynamic collection page */
.imo-catalog-hero {
	min-height: 360px;
	background-position: center;
	background-size: cover;
	display: grid;
	place-items: center;
	padding: 70px 24px;
	color: #fff;
	text-align: center;
}

body.imo-storefront .imo-catalog-hero h1 {
	max-width: 950px;
	margin: 0 0 18px;
	color: #fff!important;
	-webkit-text-fill-color: #fff!important;
	font-size: clamp(42px,5vw,64px)!important;
	font-weight: 700!important;
	line-height: 1.1!important;
}

.imo-catalog-hero nav {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: 15px;
	color: #fff;
}

.imo-catalog-hero nav a {
	color: #fff;
}

.imo-catalog-page {
	background: #fff;
	padding: 95px 24px;
}

.imo-catalog-layout {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	display: grid;
	grid-template-columns: 270px minmax(0,1fr);
	gap: 46px;
}

.imo-catalog-sidebar {
	position: sticky;
	top: 30px;
	align-self: start;
}

.imo-filter-heading {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 28px;
}

body.imo-storefront .imo-filter-heading h2 {
	margin: 0;
	font-size: 16px!important;
}

.imo-filter-heading>a {
	font-size: 14px;
	color: #6c6c6c!important;
}

.imo-filter-heading>a:hover {
	color: #b08d57!important;
}

.imo-filter-icon {
	width: 24px;
	display: grid;
	gap: 4px;
}

.imo-filter-icon i {
	display: block;
	height: 1px;
	background: #161616;
}

.imo-filter-icon i:nth-child(2) {
	width: 16px;
}

.imo-filter-icon i:nth-child(3) {
	width: 9px;
}

.imo-category-filter {
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

body.imo-storefront .imo-category-filter h3 {
	margin: 0 0 22px;
	font-size: 16px!important;
}

.imo-category-filter>a {
	display: grid;
	grid-template-columns: 20px 1fr auto;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: #555!important;
}

.imo-category-filter>a i {
	width: 20px;
	height: 20px;
	border: 1px solid #d7d7d7;
	border-radius: 50%;
}

.imo-category-filter>a.active i {
	background: #b08d57;
	border-color: #b08d57;
	box-shadow: inset 0 0 0 4px #fff;
}

.imo-category-filter>a.active,.imo-category-filter>a:hover {
	color: #161616!important;
}

.imo-category-filter small {
	color: #888;
}

.imo-results-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}

body.imo-storefront .imo-results-toolbar h2 {
	margin: 0;
	font-size: 16px!important;
	font-weight: 500!important;
}

.imo-toolbar-options,.imo-per-page {
	display: flex;
	align-items: center;
	gap: 15px;
}

.imo-per-page a {
	position: relative;
	font-size: 17px;
	color: #555!important;
}

.imo-per-page a:not(:last-child):after {
	content: "/";
	position: absolute;
	right: -10px;
	color: #aaa;
}

.imo-per-page a.active,.imo-per-page a:hover {
	color: #b08d57!important;
}

.imo-toolbar-options select {
	min-width: 190px;
	border: 0;
	border-radius: 20px;
	background: #f8f5ef;
	padding: 10px 38px 10px 18px;
	color: #161616;
	outline: 0;
}

.imo-catalog-grid {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 34px 18px;
}

.imo-catalog-media {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background: #f8f5ef;
}

.imo-catalog-media>a {
	display: block;
}

.imo-catalog-media img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	transition: transform .6s ease;
}

.imo-catalog-card:hover .imo-catalog-media img {
	transform: scale(1.05);
}

.imo-catalog-actions {
	position: absolute;
	top: 50%;
	left: 14px;
	display: grid;
	gap: 6px;
	opacity: 0;
	visibility: hidden;
	transform: translate(-12px,-50%);
	transition: .35s ease;
}

.imo-catalog-card:hover .imo-catalog-actions {
	opacity: 1;
	visibility: visible;
	transform: translate(0,-50%);
}

.imo-catalog-actions a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255,255,255,.94);
	display: grid;
	place-items: center;
	color: #161616!important;
	box-shadow: 0 6px 14px rgba(0,0,0,.12);
	backdrop-filter: blur(6px);
	transition: background .28s ease,color .28s ease,transform .28s ease,box-shadow .28s ease;
}

.imo-catalog-actions a:hover {
	background: #b08d57;
	color: #fff!important;
	transform: translateX(2px) scale(1.04);
	box-shadow: 0 8px 18px rgba(176,141,87,.24);
}

.imo-catalog-actions a svg {
	width: 22px!important;
	height: 22px!important;
	display: block!important;
	fill: none!important;
	stroke: currentColor!important;
}

.imo-catalog-actions a svg path,.imo-catalog-actions a svg circle {
	fill: none!important;
	stroke: currentColor!important;
}

.imo-catalog-card-body {
	padding: 18px 10px 0;
}

body.imo-storefront .imo-catalog-card h2 {
	margin: 0 0 10px;
	font-size: 20px!important;
	font-weight: 500!important;
	line-height: 1.28!important;
	color: #161616!important;
}

body.imo-storefront .imo-catalog-card h2 a {
	color: #161616!important;
	font-weight: 500!important;
}

.imo-catalog-stars {
	display: flex;
	gap: 3px;
	margin-bottom: 8px;
}

.imo-catalog-stars span {
	color: #b08d57;
	font-size: 17px;
	line-height: 1;
}

.imo-catalog-stars span.filled {
	color: #b08d57;
}

.imo-catalog-price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-top: 0;
	font-size: 21px;
	font-weight: 700;
	color: #161616;
}

.imo-catalog-price del {
	font-size: 16px;
	font-weight: 400;
	color: #8a8a8a;
	text-decoration-thickness: 1px;
}

.imo-catalog-price ins {
	text-decoration: none;
}

.imo-catalog-price>span {
	color: #b08d57;
	font-size: 18px;
	font-weight: 700;
}

.imo-catalog-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 55px;
}

.imo-catalog-pagination a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #f8f5ef;
	color: #161616!important;
}

.imo-catalog-pagination a.active,.imo-catalog-pagination a:hover {
	background: #b08d57;
	color: #fff!important;
}

.imo-catalog-empty {
	padding: 80px 20px;
	background: #f8f5ef;
	text-align: center;
	border-radius: 20px;
}

@media(max-width:1000px) {
	.imo-catalog-layout {
		grid-template-columns: 230px minmax(0,1fr);
		gap: 28px;
	}

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

@media(max-width:767px) {
	.imo-catalog-hero {
		min-height: 270px;
	}

	.imo-catalog-page {
		padding: 55px 16px;
	}

	.imo-catalog-layout {
		grid-template-columns: 1fr;
	}

	.imo-catalog-sidebar {
		position: static;
	}

	.imo-category-filter {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 14px;
	}

	.imo-category-filter h3 {
		grid-column: 1/-1;
	}

	.imo-category-filter>a {
		margin: 0;
	}

	.imo-results-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.imo-toolbar-options {
		width: 100%;
		justify-content: space-between;
	}
}

@media(max-width:480px) {
	.imo-catalog-grid {
		gap: 24px 10px;
	}

	.imo-catalog-card-body {
		padding: 12px 2px 0;
	}

	.imo-catalog-actions {
		display: none;
	}

	.imo-toolbar-options select {
		min-width: 155px;
	}
}/* Livora-style dynamic collection page */
.imo-catalog-hero {
	min-height: 360px;
	background-position: center;
	background-size: cover;
	display: grid;
	place-items: center;
	padding: 70px 24px;
	color: #fff;
	text-align: center;
}

body.imo-storefront .imo-catalog-hero h1 {
	max-width: 950px;
	margin: 0 0 18px;
	color: #fff!important;
	-webkit-text-fill-color: #fff!important;
	font-size: clamp(42px,5vw,64px)!important;
	font-weight: 700!important;
	line-height: 1.1!important;
}

.imo-catalog-hero nav {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: 15px;
	color: #fff;
}

.imo-catalog-hero nav a {
	color: #fff;
}

.imo-catalog-page {
	background: #fff;
	padding: 95px 24px;
}

.imo-catalog-layout {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	display: grid;
	grid-template-columns: 270px minmax(0,1fr);
	gap: 46px;
}

.imo-catalog-sidebar {
	position: sticky;
	top: 30px;
	align-self: start;
}

.imo-filter-heading {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 28px;
}

body.imo-storefront .imo-filter-heading h2 {
	margin: 0;
	font-size: 16px!important;
}

.imo-filter-heading>a {
	font-size: 14px;
	color: #6c6c6c!important;
}

.imo-filter-heading>a:hover {
	color: #b08d57!important;
}

.imo-filter-icon {
	width: 24px;
	display: grid;
	gap: 4px;
}

.imo-filter-icon i {
	display: block;
	height: 1px;
	background: #161616;
}

.imo-filter-icon i:nth-child(2) {
	width: 16px;
}

.imo-filter-icon i:nth-child(3) {
	width: 9px;
}

.imo-category-filter {
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

body.imo-storefront .imo-category-filter h3 {
	margin: 0 0 22px;
	font-size: 16px!important;
}

.imo-category-filter>a {
	display: grid;
	grid-template-columns: 20px 1fr auto;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: #555!important;
}

.imo-category-filter>a i {
	width: 20px;
	height: 20px;
	border: 1px solid #d7d7d7;
	border-radius: 50%;
}

.imo-category-filter>a.active i {
	background: #b08d57;
	border-color: #b08d57;
	box-shadow: inset 0 0 0 4px #fff;
}

.imo-category-filter>a.active,.imo-category-filter>a:hover {
	color: #161616!important;
}

.imo-category-filter small {
	color: #888;
}

.imo-results-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}

body.imo-storefront .imo-results-toolbar h2 {
	margin: 0;
	font-size: 16px!important;
	font-weight: 500!important;
}

.imo-toolbar-options,.imo-per-page {
	display: flex;
	align-items: center;
	gap: 15px;
}

.imo-per-page a {
	position: relative;
	font-size: 17px;
	color: #555!important;
}

.imo-per-page a:not(:last-child):after {
	content: "/";
	position: absolute;
	right: -10px;
	color: #aaa;
}

.imo-per-page a.active,.imo-per-page a:hover {
	color: #b08d57!important;
}

.imo-toolbar-options select {
	min-width: 190px;
	border: 0;
	border-radius: 20px;
	background: #f8f5ef;
	padding: 10px 38px 10px 18px;
	color: #161616;
	outline: 0;
}

.imo-catalog-grid {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 34px 18px;
}

.imo-catalog-media {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background: #f8f5ef;
}

.imo-catalog-media>a {
	display: block;
}

.imo-catalog-media img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	transition: transform .6s ease;
}

.imo-catalog-card:hover .imo-catalog-media img {
	transform: scale(1.05);
}

.imo-catalog-actions {
	position: absolute;
	top: 50%;
	left: 20px;
	display: grid;
	gap: 8px;
	opacity: 0;
	visibility: hidden;
	transform: translate(-15px,-50%);
	transition: .4s ease;
}

.imo-catalog-card:hover .imo-catalog-actions {
	opacity: 1;
	visibility: visible;
	transform: translate(0,-50%);
}

.imo-catalog-actions a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	display: grid;
	place-items: center;
	font-size: 21px;
	color: #161616!important;
	box-shadow: 0 6px 18px rgba(0,0,0,.12);
	transition: .3s ease;
}

.imo-catalog-actions a:hover {
	background: #b08d57;
	color: #fff!important;
}

.imo-catalog-card-body {
	padding: 18px 10px 0;
}

body.imo-storefront .imo-catalog-card h2 {
	margin: 0 0 10px;
	font-size: 20px!important;
	font-weight: 500!important;
	line-height: 1.28!important;
	color: #161616!important;
}

body.imo-storefront .imo-catalog-card h2 a {
	color: #161616!important;
	font-weight: 500!important;
}

.imo-catalog-stars {
	display: flex;
	gap: 3px;
	margin-bottom: 8px;
}

.imo-catalog-stars span {
	color: #b08d57;
	font-size: 17px;
	line-height: 1;
}

.imo-catalog-stars span.filled {
	color: #b08d57;
}

.imo-catalog-price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-top: 0;
	font-size: 21px;
	font-weight: 700;
	color: #161616;
}

.imo-catalog-price del {
	font-size: 16px;
	font-weight: 400;
	color: #8a8a8a;
	text-decoration-thickness: 1px;
}

.imo-catalog-price ins {
	text-decoration: none;
}

.imo-catalog-price>span {
	color: #b08d57;
	font-size: 18px;
	font-weight: 700;
}

.imo-catalog-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 55px;
}

.imo-catalog-pagination a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #f8f5ef;
	color: #161616!important;
}

.imo-catalog-pagination a.active,.imo-catalog-pagination a:hover {
	background: #b08d57;
	color: #fff!important;
}

.imo-catalog-empty {
	padding: 80px 20px;
	background: #f8f5ef;
	text-align: center;
	border-radius: 20px;
}

@media(max-width:1000px) {
	.imo-catalog-layout {
		grid-template-columns: 230px minmax(0,1fr);
		gap: 28px;
	}

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

@media(max-width:767px) {
	.imo-catalog-hero {
		min-height: 270px;
	}

	.imo-catalog-page {
		padding: 55px 16px;
	}

	.imo-catalog-layout {
		grid-template-columns: 1fr;
	}

	.imo-catalog-sidebar {
		position: static;
	}

	.imo-category-filter {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 14px;
	}

	.imo-category-filter h3 {
		grid-column: 1/-1;
	}

	.imo-category-filter>a {
		margin: 0;
	}

	.imo-results-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.imo-toolbar-options {
		width: 100%;
		justify-content: space-between;
	}
}

@media(max-width:480px) {
	.imo-catalog-grid {
		gap: 24px 10px;
	}

	.imo-catalog-card-body {
		padding: 12px 2px 0;
	}

	.imo-catalog-actions {
		display: none;
	}

	.imo-toolbar-options select {
		min-width: 155px;
	}
}
/* Product page gallery reference style */
.imo-product-breadcrumb {
	max-width: 1180px;
	margin: 34px auto 26px;
	padding: 0 24px;
	display: flex;
	align-items: center;
	gap: 18px;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 15px!important;
	font-weight: 400!important;
	line-height: 1.4!important;
	color: #5d5d5d!important;
}

.imo-product-breadcrumb a {
	color: #5d5d5d!important;
	font-weight: 400!important;
	transition: color .25s ease;
}

.imo-product-breadcrumb a:hover {
	color: #b08d57!important;
}

.imo-product-breadcrumb span {
	color: #5d5d5d!important;
}

body.imo-storefront .imo-main,body.imo-storefront .site-main,body.imo-storefront .content-area {
	overflow: visible!important;
}

body.imo-storefront .imo-product-page {
	max-width: 1180px!important;
	margin: 0 auto!important;
	padding: 0 24px 70px!important;
	display: grid!important;
	grid-template-columns: minmax(0,560px) minmax(360px,1fr)!important;
	gap: 30px!important;
	align-items: start!important;
	overflow: visible!important;
}

body.imo-storefront .imo-gallery {
	position: -webkit-sticky!important;
	position: sticky!important;
	top: 118px!important;
	display: grid!important;
	gap: 12px!important;
	align-self: start!important;
	height: max-content!important;
	overflow: visible!important;
	background: transparent!important;
	z-index: 2!important;
}

body.imo-storefront .imo-gallery>button {
	display: none!important;
}

body.imo-storefront .imo-gallery>img {
	width: 100%!important;
	height: clamp(420px,calc(100vh - 260px),600px)!important;
	min-height: 0!important;
	aspect-ratio: auto!important;
	object-fit: contain!important;
	object-position: center!important;
	background: #f8f7f2!important;
	border-radius: 16px!important;
	padding: 42px!important;
	box-shadow: none!important;
}

body.imo-storefront .imo-thumbs {
	display: grid!important;
	grid-template-columns: repeat(4,minmax(0,1fr))!important;
	gap: 10px!important;
	margin: 0!important;
}

body.imo-storefront .imo-thumbs img {
	width: 100%!important;
	height: 116px!important;
	object-fit: contain!important;
	object-position: center!important;
	background: #f8f7f2!important;
	border: 0!important;
	border-radius: 14px!important;
	padding: 14px!important;
	box-shadow: none!important;
	transition: transform .25s ease,box-shadow .25s ease;
}

body.imo-storefront .imo-thumbs img:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(42,30,18,.08)!important;
}

@media(max-width:1000px) {
	body.imo-storefront .imo-product-page {
		grid-template-columns: 1fr!important;
		gap: 34px!important;
	}

	body.imo-storefront .imo-gallery {
		position: relative!important;
		top: auto!important;
	}

	body.imo-storefront .imo-gallery>img {
		height: 540px!important;
	}
}

@media(max-width:560px) {
	.imo-product-breadcrumb {
		padding: 0 16px;
		margin: 24px auto 18px;
		gap: 10px;
		font-size: 13px!important;
	}

	body.imo-storefront .imo-product-page {
		padding: 0 16px 52px!important;
	}

	body.imo-storefront .imo-gallery>img {
		height: 420px!important;
		padding: 24px!important;
		border-radius: 14px!important;
	}

	body.imo-storefront .imo-thumbs {
		gap: 8px!important;
	}

	body.imo-storefront .imo-thumbs img {
		height: 82px!important;
		padding: 10px!important;
		border-radius: 12px!important;
	}
}
/* Product info reference style */
body.imo-storefront .imo-product-info {
	padding-top: 0!important;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	color: #161616!important;
}

body.imo-storefront .imo-product-info:before {
	display: none!important;
	content: none!important;
}

body.imo-storefront .imo-product-info h1 {
	max-width: 560px!important;
	margin: 0 0 8px!important;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 34px!important;
	font-weight: 500!important;
	line-height: 1.18!important;
	letter-spacing: 0!important;
	color: #050505!important;
}

body.imo-storefront .imo-product-category {
	margin: 0 0 20px!important;
	padding-bottom: 21px!important;
	border-bottom: 1px solid #dedbd4!important;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 16px!important;
	font-weight: 400!important;
	line-height: 1.4!important;
	color: #777!important;
}

body.imo-storefront .imo-product-summary {
	max-width: 560px!important;
	margin: 0 0 26px!important;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 16px!important;
	font-weight: 400!important;
	line-height: 1.55!important;
	color: #5d5d5d!important;
}

body.imo-storefront .imo-product-price {
	display: flex!important;
	align-items: baseline!important;
	gap: 10px!important;
	margin: 0 0 34px!important;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 34px!important;
	font-weight: 500!important;
	line-height: 1!important;
	color: #050505!important;
}

body.imo-storefront .imo-product-price .amount,body.imo-storefront .imo-product-price bdi {
	font: inherit!important;
	color: inherit!important;
}

body.imo-storefront .imo-product-price ins {
	order: 1;
	text-decoration: none!important;
	color: #050505!important;
	background: transparent!important;
}

body.imo-storefront .imo-product-price del {
	order: 2;
	font-size: 18px!important;
	font-weight: 400!important;
	color: #8a8a8a!important;
	text-decoration-thickness: 1px!important;
	opacity: 1!important;
}

body.imo-storefront .imo-product-price del .amount,body.imo-storefront .imo-product-price del bdi {
	font-size: 18px!important;
	font-weight: 400!important;
	color: #8a8a8a!important;
}

body.imo-storefront .imo-product-form {
	border-top: 0!important;
	padding-top: 0!important;
}
/* Premium product options form */
body.imo-storefront .imo-product-form {
	display: grid!important;
	gap: 18px!important;
	max-width: 560px!important;
	margin-top: 8px!important;
	padding: 22px!important;
	border: 1px solid rgba(22,22,22,.08)!important;
	border-radius: 22px!important;
	background: linear-gradient(145deg,#fbfaf7 0%,#f8f5ef 100%)!important;
	box-shadow: 0 18px 48px rgba(42,30,18,.08)!important;
}

body.imo-storefront .imo-product-form fieldset,body.imo-storefront .imo-product-form label {
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
}

body.imo-storefront .imo-options,body.imo-storefront .imo-radio-line,body.imo-storefront .imo-swatch {
	border: 0!important;
	margin: 0!important;
	padding: 0!important;
	display: flex!important;
	flex-wrap: wrap!important;
	gap: 10px!important;
}

body.imo-storefront .imo-options legend,body.imo-storefront .imo-select span,body.imo-storefront .imo-radio-line legend,body.imo-storefront .imo-swatch legend {
	width: 100%!important;
	margin: 0 0 2px!important;
	font-size: 17px!important;
	font-weight: 600!important;
	line-height: 1.3!important;
	color: #111!important;
}

body.imo-storefront .imo-options em,body.imo-storefront .imo-select em,body.imo-storefront .imo-radio-line em,body.imo-storefront .imo-swatch em {
	color: #b08d57!important;
	font-style: normal!important;
}

body.imo-storefront .imo-options label {
	position: relative!important;
	flex: 1 1 calc(50% - 8px)!important;
	min-width: 180px!important;
	margin: 0!important;
}

body.imo-storefront .imo-options input,body.imo-storefront .imo-radio-line input,body.imo-storefront .imo-swatch input {
	position: absolute!important;
	opacity: 0!important;
	pointer-events: none!important;
}

body.imo-storefront .imo-options span {
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	min-height: 46px!important;
	width: 100%!important;
	padding: 10px 14px!important;
	border: 1px solid #ded8cc!important;
	border-radius: 999px!important;
	background: #fff!important;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 14px!important;
	font-weight: 500!important;
	line-height: 1.25!important;
	color: #2a2a2a!important;
	text-align: center!important;
	white-space: normal!important;
	overflow-wrap: anywhere!important;
	box-shadow: 0 8px 20px rgba(42,30,18,.04)!important;
	transition: background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease!important;
}

body.imo-storefront .imo-options label:hover span {
	border-color: #b08d57!important;
	transform: translateY(-1px)!important;
}

body.imo-storefront .imo-options input:checked+span {
	background: #161616!important;
	border-color: #161616!important;
	color: #fff!important;
}

body.imo-storefront .imo-select {
	display: grid!important;
	gap: 8px!important;
	margin: 0!important;
}

body.imo-storefront .imo-select select {
	width: 100%!important;
	height: 52px!important;
	border: 1px solid #ded8cc!important;
	border-radius: 14px!important;
	background: #fff!important;
	padding: 0 44px 0 16px!important;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 15px!important;
	font-weight: 400!important;
	color: #2a2a2a!important;
	box-shadow: 0 8px 20px rgba(42,30,18,.04)!important;
	outline: 0!important;
}

body.imo-storefront .imo-select select:focus {
	border-color: #b08d57!important;
	box-shadow: 0 0 0 3px rgba(176,141,87,.16)!important;
}

body.imo-storefront .imo-radio-line label {
	position: relative!important;
	display: inline-flex!important;
	align-items: center!important;
	gap: 9px!important;
	min-height: 40px!important;
	margin: 0!important;
	padding: 8px 14px 8px 38px!important;
	border: 1px solid #ded8cc!important;
	border-radius: 999px!important;
	background: #fff!important;
	font-size: 14px!important;
	font-weight: 500!important;
	color: #2a2a2a!important;
	cursor: pointer!important;
	transition: background .25s ease,border-color .25s ease,color .25s ease!important;
}

body.imo-storefront .imo-radio-line label:before {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	width: 14px;
	height: 14px;
	border: 1px solid #c8beb0;
	border-radius: 50%;
	transform: translateY(-50%);
	background: #fff;
}

body.imo-storefront .imo-radio-line label:has(input:checked) {
	background: #161616!important;
	border-color: #161616!important;
	color: #fff!important;
}

body.imo-storefront .imo-radio-line label:has(input:checked):before {
	border-color: #b08d57;
	background: radial-gradient(circle,#b08d57 0 42%,#fff 46% 100%);
}

body.imo-storefront .imo-swatch small {
	width: 100%!important;
	margin: -2px 0 2px!important;
	font-size: 12px!important;
	line-height: 1.4!important;
	color: #777!important;
}

body.imo-storefront .imo-swatch label {
	display: block!important;
	margin: 0!important;
}

body.imo-storefront .imo-swatch span {
	display: grid!important;
	place-items: center!important;
	width: 58px!important;
	height: 58px!important;
	border: 1px solid #ded8cc!important;
	border-radius: 14px!important;
	background: #fff!important;
	padding: 6px!important;
	box-shadow: 0 8px 20px rgba(42,30,18,.04)!important;
	transition: border-color .25s ease,transform .25s ease,box-shadow .25s ease!important;
}

body.imo-storefront .imo-swatch img {
	width: 100%!important;
	height: 100%!important;
	object-fit: cover!important;
	border-radius: 10px!important;
}

body.imo-storefront .imo-swatch label:hover span,body.imo-storefront .imo-swatch input:checked+span {
	border-color: #b08d57!important;
	transform: translateY(-2px)!important;
	box-shadow: 0 14px 26px rgba(176,141,87,.18)!important;
}

body.imo-storefront .imo-qty {
	display: inline-grid!important;
	grid-template-columns: 42px 52px 42px!important;
	width: max-content!important;
	overflow: hidden!important;
	border: 1px solid #ded8cc!important;
	border-radius: 999px!important;
	background: #fff!important;
	box-shadow: 0 8px 20px rgba(42,30,18,.04)!important;
}

body.imo-storefront .imo-qty button,body.imo-storefront .imo-qty input {
	height: 42px!important;
	border: 0!important;
	background: transparent!important;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 15px!important;
	font-weight: 600!important;
	color: #161616!important;
	text-align: center!important;
}

body.imo-storefront .imo-qty button:first-child {
	font-size: 0!important;
}

body.imo-storefront .imo-qty button:first-child:before {
	content: "-";
	font-size: 17px!important;
}

body.imo-storefront .imo-qty-small {
	grid-template-columns: 36px 42px 36px!important;
	border-radius: 10px!important;
	background: #fff!important;
}

body.imo-storefront .imo-qty-small button,body.imo-storefront .imo-qty-small input {
	height: 36px!important;
}

body.imo-storefront .imo-buy {
	width: 100%!important;
	min-height: 52px!important;
	border-radius: 999px!important;
	background: #050505!important;
	color: #fff!important;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 15px!important;
	font-weight: 700!important;
	line-height: 1!important;
	text-transform: none!important;
	box-shadow: 0 14px 30px rgba(0,0,0,.18)!important;
	transition: background .25s ease,transform .25s ease,box-shadow .25s ease!important;
}

body.imo-storefront .imo-buy:hover {
	background: #b08d57!important;
	transform: translateY(-2px)!important;
	box-shadow: 0 18px 34px rgba(176,141,87,.25)!important;
}

body.imo-storefront .imo-buy-now {
	background: #fff!important;
	color: #161616!important;
	border: 1px solid #ded8cc!important;
	box-shadow: none!important;
}

body.imo-storefront .imo-buy-now:hover {
	background: #161616!important;
	border-color: #161616!important;
	color: #fff!important;
}

@media(max-width:1000px) {
	body.imo-storefront .imo-product-info {
		padding-top: 0!important;
	}
}

@media(max-width:560px) {
	body.imo-storefront .imo-product-info h1 {
		font-size: 30px!important;
	}

	body.imo-storefront .imo-product-price {
		font-size: 30px!important;
	}

	body.imo-storefront .imo-product-form {
		padding: 18px!important;
		border-radius: 18px!important;
	}

	body.imo-storefront .imo-options label {
		flex-basis: 100%!important;
		min-width: 0!important;
	}
}
/* Single product detail tabs and featured products */
.imo-product-detail-panel {
	max-width: 1180px;
	margin: 24px auto 0;
	padding: 0 24px 60px;
	color: #5d5d5d;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	background: transparent!important;
}

.imo-product-tabs {
	display: flex;
	align-items: center;
	gap: 28px;
	border-bottom: 1px solid #dedbd4;
	margin-bottom: 28px;
	overflow-x: auto;
	background: transparent!important;
}

body.imo-storefront .imo-product-tabs button {
	appearance: none!important;
	border: 0!important;
	border-radius: 0!important;
	background: transparent!important;
	box-shadow: none!important;
	outline: 0!important;
	position: relative!important;
	padding: 0 0 20px!important;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 18px!important;
	font-weight: 500!important;
	line-height: 1.2!important;
	color: #161616!important;
	white-space: nowrap;
	cursor: pointer;
	transition: color .25s ease!important;
}

body.imo-storefront .imo-product-tabs button:focus,body.imo-storefront .imo-product-tabs button:active,body.imo-storefront .imo-product-tabs button.active {
	background: transparent!important;
	box-shadow: none!important;
	outline: 0!important;
}

.imo-product-tabs button:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 1px;
	background: #b08d57;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .25s ease;
}

body.imo-storefront .imo-product-tabs button.active,body.imo-storefront .imo-product-tabs button:hover {
	color: #b08d57!important;
}

.imo-product-tabs button.active:after {
	transform: scaleX(1);
}

.imo-product-tab-content {
	display: none;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 16px!important;
	font-weight: 400!important;
	line-height: 1.72!important;
	color: #5d5d5d!important;
	background: transparent!important;
}

.imo-product-tab-content.active {
	display: block;
}

.imo-product-tab-content p {
	margin: 0 0 18px;
	max-width: 1180px;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 16px!important;
	font-weight: 400!important;
	line-height: 1.72!important;
	color: #5d5d5d!important;
}

.imo-product-tab-content ul {
	margin: 18px 0 0 18px;
	padding: 0;
	display: grid;
	gap: 9px;
}

.imo-product-tab-content li {
	padding-left: 4px;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 16px!important;
	font-weight: 400!important;
	line-height: 1.6!important;
	color: #5d5d5d!important;
}

.imo-product-featured {
	max-width: 1180px;
	margin: 0 auto;
	padding: 22px 24px 82px;
	text-align: center;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
}

.imo-product-featured-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 auto 18px;
	padding: 10px 16px;
	border: 1px solid rgba(22,22,22,.12);
	border-radius: 999px;
	color: #161616;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
}

.imo-product-featured-kicker:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #b08d57;
}

body.imo-storefront .imo-product-featured h2 {
	margin: 0 0 54px;
	font-size: 40px!important;
	font-weight: 400!important;
	line-height: 1.2!important;
	color: #161616!important;
}

.imo-product-featured-grid {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 24px;
	text-align: left;
}

.imo-product-featured-card {
	min-width: 0;
}

.imo-product-featured-media {
	display: block;
	overflow: hidden;
	border-radius: 12px;
	background: #f8f5ef;
}

.imo-product-featured-media img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	transition: transform .45s ease;
}

.imo-product-featured-card:hover .imo-product-featured-media img {
	transform: scale(1.04);
}

body.imo-storefront .imo-product-featured-card h3 {
	margin: 16px 8px 8px;
	font-size: 18px!important;
	font-weight: 500!important;
	line-height: 1.3!important;
	color: #161616!important;
}

body.imo-storefront .imo-product-featured-card h3 a {
	color: #161616!important;
	font-weight: 500!important;
}

.imo-product-featured-stars {
	margin: 0 8px 7px;
	color: #b08d57;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 1px;
}

.imo-product-featured-price {
	display: flex;
	align-items: baseline;
	gap: 7px;
	margin: 0 8px;
	font-size: 19px;
	font-weight: 700;
	color: #161616;
}

.imo-product-featured-price del {
	font-size: 15px;
	font-weight: 400;
	color: #8a8a8a;
	text-decoration-thickness: 1px;
}

.imo-product-featured-price ins {
	text-decoration: none;
}

.imo-product-featured-price>span {
	color: #b08d57;
	font-size: 17px;
	font-weight: 700;
}

@media(max-width:900px) {
	.imo-product-featured-grid {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}

	body.imo-storefront .imo-product-featured h2 {
		font-size: 32px!important;
	}

	.imo-product-tabs {
		gap: 20px;
	}
}

@media(max-width:560px) {
	.imo-product-detail-panel,.imo-product-featured {
		padding-left: 16px;
		padding-right: 16px;
	}

	.imo-product-tabs button {
		font-size: 16px;
	}

	.imo-product-featured-grid {
		grid-template-columns: 1fr;
	}

	body.imo-storefront .imo-product-featured h2 {
		font-size: 28px!important;
	}
}
/* Header active navigation state */
body.imo-storefront .imo-elementor-page {
	min-height: 60vh;
	background: #fff;
	overflow: visible;
}

.imo-brand-row>.imo-nav>a:first-child:not(.is-active) {
	color: #161616!important;
}

.imo-brand-row>.imo-nav>a:first-child:not(.is-active):after {
	transform: scaleX(0)!important;
}

.imo-brand-row>.imo-nav>a.is-active {
	color: #b08d57!important;
}

.imo-brand-row>.imo-nav>a.is-active:after {
	transform: scaleX(1)!important;
}

.imo-brand-row>.imo-nav>a.is-active:hover {
	color: #b08d57!important;
}

/* Contact page - Livora reference layout */
body.imo-storefront .imo-contact-hero,
body.imo-storefront .imo-contact-page,
body.imo-storefront .imo-contact-map {
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
}

body.imo-storefront .imo-contact-hero {
	position: relative;
	min-height: 407px;
	display: grid;
	place-items: center;
	padding: 150px 24px;
	overflow: hidden;
	background: #161616 url('https://html.awaikenthemes.com/livora/images/page-header-bg-image.jpg') center/cover no-repeat;
	text-align: center;
}


body.imo-storefront .imo-contact-hero-inner {
	position: relative;
	z-index: 1;
}

body.imo-storefront .imo-contact-hero h1 {
	margin: 0 0 10px!important;
	color: #fff!important;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 64px!important;
	font-weight: 900!important;
	line-height: 1.2!important;
	letter-spacing: 0!important;
}

body.imo-storefront .imo-contact-breadcrumb {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0;
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
}

body.imo-storefront .imo-contact-breadcrumb a,
body.imo-storefront .imo-contact-breadcrumb span {
	color: #fff!important;
	font-size: 15px!important;
	font-weight: 400!important;
}

body.imo-storefront .imo-contact-breadcrumb a:hover {
	color: #b08d57!important;
}

body.imo-storefront .imo-contact-page {
	background: #fcfbfa;
	padding: 0px 0px 50px;
}

body.imo-storefront .imo-contact-wrap {
	max-width: 1250px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0,658px) minmax(300px,358px);
	justify-content: space-between;
	gap: 72px;
}

body.imo-storefront .imo-contact-section-title {
	margin: 0 0 40px;
}

body.imo-storefront .imo-contact-section-title h2 {
	margin: 0!important;
	color: #161616!important;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 36px!important;
	font-weight: 700!important;
	line-height: 1.4!important;
	letter-spacing: 0!important;
}

body.imo-storefront .imo-contact-section-title p {
	max-width: 650px;
	margin: 12px 0 0!important;
	color: #585858!important;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 15px!important;
	font-weight: 400!important;
	line-height: 1.6!important;
}

body.imo-storefront .imo-contact-form-shell,
body.imo-storefront .imo-contact-form-shell form,
body.imo-storefront .imo-contact-form-shell .wpcf7 {
	width: 100%;
}

body.imo-storefront .imo-contact-form-shell form {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 20px 30px;
}

body.imo-storefront .imo-contact-form-shell p,
body.imo-storefront .imo-contact-form-shell label {
	margin: 0!important;
	color: #585858!important;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 0!important;
	font-weight: 400!important;
	line-height: 1!important;
}

body.imo-storefront .imo-contact-form-shell p:has(textarea),
body.imo-storefront .imo-contact-form-shell p:has(input[type="submit"]),
body.imo-storefront .imo-contact-form-shell p:has(button),
body.imo-storefront .imo-contact-form-shell .wpcf7-response-output {
	grid-column: 1/-1;
}

body.imo-storefront .imo-contact-form-shell input:not([type="submit"]),
body.imo-storefront .imo-contact-form-shell textarea {
	width: 100%!important;
	min-height: 56px!important;
	margin: 0!important;
	padding: 17px 20px!important;
	border: 1px solid rgba(22,22,22,.12)!important;
	border-radius: 10px!important;
	outline: 0!important;
	background: transparent!important;
	color: #585858!important;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 15px!important;
	font-weight: 400!important;
	line-height: normal!important;
	box-shadow: none!important;
	transition: border-color .25s ease,box-shadow .25s ease,background .25s ease!important;
}

body.imo-storefront .imo-contact-form-shell textarea {
	min-height: 136px!important;
	resize: vertical;
}

body.imo-storefront .imo-contact-form-shell input:not([type="submit"]):focus,
body.imo-storefront .imo-contact-form-shell textarea:focus {
	border-color: #b08d57!important;
	background: #fff!important;
	box-shadow: 0 0 0 3px rgba(176,141,87,.12)!important;
}

body.imo-storefront .imo-contact-form-shell input::placeholder,
body.imo-storefront .imo-contact-form-shell textarea::placeholder {
	color: #585858!important;
	opacity: 1!important;
}

body.imo-storefront .imo-contact-form-shell input[type="submit"],
body.imo-storefront .imo-contact-form-shell button[type="submit"] {
	position: relative!important;
	width: auto!important;
	min-width: 202px!important;
	min-height: 50px!important;
	margin: 0!important;
	padding: 17px 55px 17px 24px!important;
	border: 0!important;
	border-radius: 999px!important;
	background: #b08d57!important;
	color: #fff!important;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 16px!important;
	font-weight: 700!important;
	line-height: 1!important;
	text-transform: none!important;
	box-shadow: none!important;
	cursor: pointer!important;
	transition: background .25s ease,transform .25s ease,box-shadow .25s ease!important;
}

body.imo-storefront .imo-contact-form-shell input[type="submit"]:hover,
body.imo-storefront .imo-contact-form-shell button[type="submit"]:hover {
	background: #161616!important;
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(22,22,22,.16)!important;
}

body.imo-storefront .imo-contact-form-shell .wpcf7-spinner {
	margin: 12px 0 0 12px;
}

body.imo-storefront .imo-contact-form-shell .wpcf7-not-valid-tip {
	margin-top: 8px;
	color: #b84432!important;
	font-size: 13px!important;
	line-height: 1.4!important;
}

body.imo-storefront .imo-contact-form-shell .wpcf7-response-output {
	margin: 8px 0 0!important;
	padding: 12px 14px!important;
	border-radius: 10px!important;
	font-size: 14px!important;
	line-height: 1.5!important;
}

body.imo-storefront .imo-contact-form-missing {
	margin: 0!important;
	padding: 18px 20px;
	border-radius: 10px;
	background: #f8f5ef;
	color: #161616!important;
	font-size: 15px!important;
}

body.imo-storefront .imo-contact-info-column {
	padding-top: 10px;
}

body.imo-storefront .imo-contact-info-list {
	display: grid;
	gap: 0;
}

body.imo-storefront .imo-contact-info-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin: 0 0 25px;
	padding: 0 0 25px;
	border-bottom: 1px solid rgba(22,22,22,.12);
}

body.imo-storefront .imo-contact-info-item:last-child {
	margin-bottom: 35px;
}

body.imo-storefront .imo-contact-info-icon {
	flex: 0 0 30px;
	width: 30px;
	min-height: 30px;
	display: grid;
	place-items: start center;
}

body.imo-storefront .imo-contact-info-icon img {
	width: 30px!important;
	height: 30px!important;
	object-fit: contain!important;
}

body.imo-storefront .imo-contact-info-item h3,
body.imo-storefront .imo-contact-social h3 {
	margin: 0 0 10px!important;
	color: #161616!important;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 16px!important;
	font-weight: 700!important;
	line-height: 1.2!important;
}

body.imo-storefront .imo-contact-info-item p,
body.imo-storefront .imo-contact-info-item a {
	margin: 0!important;
	color: #585858!important;
	font-family: var(--imo-font,OPPOSans,Arial,sans-serif)!important;
	font-size: 15px!important;
	font-weight: 400!important;
	line-height: 1.6!important;
}

body.imo-storefront .imo-contact-info-item a:hover {
	color: #b08d57!important;
}

body.imo-storefront .imo-contact-social {
	display: flex;
	align-items: center;
	gap: 15px;
}

body.imo-storefront .imo-contact-social h3 {
	margin: 0 5px 0 0!important;
}

body.imo-storefront .imo-contact-social a {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	overflow: hidden;
	border-radius: 50%;
	background: #161616;
	color: #fff!important;
	font-size: 0!important;
	transition: background .25s ease,transform .25s ease;
}

body.imo-storefront .imo-contact-social a:before {
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

body.imo-storefront .imo-contact-social a[aria-label="Instagram"]:before {
	content: "Ig";
}

body.imo-storefront .imo-contact-social a[aria-label="TikTok"]:before {
	content: "Tk";
}

body.imo-storefront .imo-contact-social a:hover {
	background: #b08d57;
	transform: translateY(-2px);
}

body.imo-storefront .imo-contact-map {
	background: #fcfbfa;
	padding: 50px 24px 100px;
}

body.imo-storefront .imo-contact-map-inner {
	max-width: 1250px;
	margin: 0 auto;
}

body.imo-storefront .imo-contact-map-title {
	text-align: center;
	margin-bottom: 40px;
}

body.imo-storefront .imo-contact-map iframe {
	display: block;
	width: 100%;
	height: 600px;
	border: 0;
	border-radius: 20px;
	background: #f8f5ef;
}

@media(max-width:1000px) {
	body.imo-storefront .imo-contact-wrap {
		grid-template-columns: 1fr;
		gap: 54px;
	}

	body.imo-storefront .imo-contact-info-column {
		padding-top: 0;
	}
}

@media(max-width:760px) {
	body.imo-storefront .imo-contact-hero {
		min-height: 300px;
		padding: 96px 18px;
	}

	body.imo-storefront .imo-contact-hero h1 {
		font-size: 44px!important;
	}

	body.imo-storefront .imo-contact-page {
		padding: 0px 0px 35px;
	}

	body.imo-storefront .imo-contact-section-title h2 {
		font-size: 30px!important;
		line-height: 1.25!important;
	}

	body.imo-storefront .imo-contact-form-shell form {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	body.imo-storefront .imo-contact-map {
		padding: 35px 18px 72px;
	}

body.imo-storefront .imo-contact-map iframe {
		height: 420px;
		border-radius: 16px;
	}
}

/* Premium furniture footer refresh */
body.imo-storefront .imo-footer {
	position: relative !important;
	overflow: hidden !important;
	display: block !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 86px max(24px, calc((100vw - 1180px) / 2)) 0 !important;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 96px 100%,
		linear-gradient(180deg, rgba(190, 148, 86, .18), rgba(190, 148, 86, 0) 34%),
		radial-gradient(120% 110% at 12% 0%, #2a241d 0%, #151515 45%, #0f0f0f 100%) !important;
	color: #fff !important;
	border-top: 1px solid rgba(190, 148, 86, .34) !important;
}

body.imo-storefront .imo-footer:before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	pointer-events: none !important;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .045) 0 1px, transparent 1px 16px),
		linear-gradient(0deg, rgba(255, 255, 255, .025), transparent 52%) !important;
	opacity: .45 !important;
}

body.imo-storefront .imo-footer:after {
	content: "IMO" !important;
	position: absolute !important;
	right: max(18px, calc((100vw - 1180px) / 2)) !important;
	bottom: 42px !important;
	z-index: 0 !important;
	color: rgba(255, 255, 255, .035) !important;
	font-family: IMOLivora, OPPOSans, Arial, Helvetica, sans-serif !important;
	font-size: clamp(82px, 11vw, 180px) !important;
	font-weight: 800 !important;
	line-height: .8 !important;
	letter-spacing: 0 !important;
	pointer-events: none !important;
}

body.imo-storefront .imo-footer-top {
	position: relative !important;
	z-index: 1 !important;
	display: grid !important;
	grid-template-columns: minmax(280px, 1.35fr) minmax(150px, .75fr) minmax(170px, .85fr) minmax(260px, 1.05fr) !important;
	gap: 44px !important;
	align-items: start !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	padding: 0 0 58px !important;
	border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
}

body.imo-storefront .imo-footer-column {
	min-width: 0 !important;
}

body.imo-storefront .imo-footer-brand {
	position: relative !important;
	padding: 28px !important;
	border: 1px solid rgba(255, 255, 255, .11) !important;
	border-radius: 22px !important;
	background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)) !important;
	box-shadow: 0 26px 70px rgba(0, 0, 0, .22) !important;
}

body.imo-storefront .imo-footer h2 {
	position: relative !important;
	margin: 5px 0 22px !important;
	padding-bottom: 13px !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-family: IMOLivora, OPPOSans, Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: .02em !important;
	text-transform: uppercase !important;
}

body.imo-storefront .imo-footer h2:after {
	content: "" !important;
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
	width: 34px !important;
	height: 2px !important;
	background: #bd9659 !important;
	border-radius: 999px !important;
}

body.imo-storefront .imo-footer-brandmark h2:after {
	display: none !important;
}

body.imo-storefront .imo-footer p,
body.imo-storefront .imo-footer a,
body.imo-storefront .imo-footer span,
body.imo-storefront .imo-footer small {
	font-family: IMOLivora, OPPOSans, Arial, Helvetica, sans-serif !important;
	color: rgba(255, 255, 255, .72) !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.72 !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
}

body.imo-storefront .imo-footer-brand > p {
	max-width: 335px !important;
	margin: 0 0 22px !important;
}

body.imo-storefront .imo-footer-phone {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	margin-top: 4px !important;
	color: #fff !important;
	font-weight: 700 !important;
}

body.imo-storefront .imo-footer-phone img {
	width: 34px !important;
	height: 34px !important;
	flex: 0 0 34px !important;
	padding: 8px !important;
	margin: 0 !important;
	background: #fff !important;
	border-radius: 50% !important;
	filter: none !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .2) !important;
}

body.imo-storefront .imo-footer-phone span {
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
}

body.imo-storefront .imo-footer-links-col a,
body.imo-storefront .imo-footer-service-col a,
body.imo-storefront .imo-footer-contact-col a,
body.imo-storefront .imo-footer-contact-col span {
	display: block !important;
	margin: 0 0 11px !important;
	transition: color .25s ease, transform .25s ease !important;
}

body.imo-storefront .imo-footer-links-col a:hover,
body.imo-storefront .imo-footer-service-col a:hover,
body.imo-storefront .imo-footer-contact-col a:hover {
	color: #bd9659 !important;
	transform: translateX(5px) !important;
}

body.imo-storefront .imo-footer-contact-col span {
	max-width: 270px !important;
}

body.imo-storefront .imo-footer-contact-col .imo-social {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	margin-top: 18px !important;
}

body.imo-storefront .imo-footer-contact-col .imo-social a {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	border: 1px solid rgba(255, 255, 255, .13) !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, .075) !important;
	color: #fff !important;
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden !important;
	transition: background .25s ease, border-color .25s ease, transform .25s ease !important;
}

body.imo-storefront .imo-footer-contact-col .imo-social a:before {
	content: "" !important;
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	background: currentColor !important;
}

body.imo-storefront .imo-footer-contact-col .imo-social a[aria-label="Instagram"]:before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cline x1='17.5' y1='6.5' x2='17.51' y2='6.5'/%3E%3C/svg%3E") center / contain no-repeat !important;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cline x1='17.5' y1='6.5' x2='17.51' y2='6.5'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body.imo-storefront .imo-footer-contact-col .imo-social a[aria-label="TikTok"]:before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M16.4 3c.3 2.1 1.5 3.5 3.6 3.8v3.1c-1.3 0-2.5-.4-3.6-1.1v6.1c0 3.6-2.3 6.1-5.8 6.1-3 0-5.3-2-5.3-5 0-3.2 2.5-5.3 5.9-5.1v3.3c-1.4-.2-2.5.4-2.5 1.7 0 1.1.8 1.8 1.9 1.8 1.3 0 2.2-.8 2.2-2.7V3h3.6z'/%3E%3C/svg%3E") center / contain no-repeat !important;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M16.4 3c.3 2.1 1.5 3.5 3.6 3.8v3.1c-1.3 0-2.5-.4-3.6-1.1v6.1c0 3.6-2.3 6.1-5.8 6.1-3 0-5.3-2-5.3-5 0-3.2 2.5-5.3 5.9-5.1v3.3c-1.4-.2-2.5.4-2.5 1.7 0 1.1.8 1.8 1.9 1.8 1.3 0 2.2-.8 2.2-2.7V3h3.6z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body.imo-storefront .imo-footer-contact-col .imo-social a:hover {
	background: #bd9659 !important;
	border-color: #bd9659 !important;
	color: #111 !important;
	transform: translateY(-3px) !important;
}

body.imo-storefront .imo-footer-bottom {
	position: relative !important;
	z-index: 1 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	padding: 25px 0 !important;
	border: 0 !important;
}

body.imo-storefront .imo-footer-bottom small {
	display: block !important;
	margin: 0 !important;
	color: rgba(255, 255, 255, .58) !important;
	text-align: center !important;
}

body.imo-storefront .imo-footer-newsletter,
body.imo-storefront .imo-payment-row {
	display: none !important;
}

@media (max-width: 980px) {
	body.imo-storefront .imo-footer {
		padding-top: 64px !important;
	}

	body.imo-storefront .imo-footer-top {
		grid-template-columns: 1fr 1fr !important;
		gap: 34px !important;
	}

	body.imo-storefront .imo-footer-brand {
		grid-column: 1 / -1 !important;
	}
}

@media (max-width: 620px) {
	body.imo-storefront .imo-footer {
		padding: 48px 18px 0 !important;
	}

	body.imo-storefront .imo-footer-top {
		grid-template-columns: 1fr !important;
		gap: 32px !important;
		padding-bottom: 38px !important;
	}

	body.imo-storefront .imo-footer-brand {
		padding: 24px !important;
	}

	body.imo-storefront .imo-footer-brandmark h2 {
		font-size: 24px !important;
	}

body.imo-storefront .imo-footer:after {
		display: none !important;
	}
}

/* Premium footer v2: compact, elegant, UK furniture-store finish */
body.imo-storefront footer.imo-footer {
	position: relative !important;
	isolation: isolate !important;
	overflow: hidden !important;
	display: block !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 82px max(22px, calc((100vw - 1180px) / 2)) 0 !important;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 92px 100%,
		radial-gradient(circle at 12% 12%, rgba(189, 150, 89, .22), transparent 30%),
		linear-gradient(145deg, #2c251c 0%, #171715 40%, #0f0f0f 100%) !important;
	color: #fff !important;
	border-top: 1px solid rgba(189, 150, 89, .34) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

body.imo-storefront footer.imo-footer::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	z-index: -2 !important;
	pointer-events: none !important;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .055), transparent 38%),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 9px) !important;
	opacity: .7 !important;
}

body.imo-storefront footer.imo-footer::after {
	content: "IMO" !important;
	position: absolute !important;
	right: max(28px, calc((100vw - 1180px) / 2)) !important;
	bottom: 36px !important;
	z-index: -1 !important;
	color: rgba(255, 255, 255, .028) !important;
	font-family: IMOLivora, OPPOSans, Arial, Helvetica, sans-serif !important;
	font-size: clamp(70px, 9vw, 140px) !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	pointer-events: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-column {
	min-width: 0 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-brand {
	padding: 28px !important;
	border: 1px solid rgba(255, 255, 255, .13) !important;
	border-radius: 24px !important;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035)),
		rgba(255, 255, 255, .035) !important;
	box-shadow: 0 28px 72px rgba(0, 0, 0, .3) !important;
	backdrop-filter: blur(8px) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-column > h2 {
	position: relative !important;
	margin: 4px 0 22px !important;
	padding: 0 0 14px !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-family: IMOLivora, OPPOSans, Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: .01em !important;
	text-transform: uppercase !important;
}

body.imo-storefront footer.imo-footer .imo-footer-column > h2::after {
	content: "" !important;
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
	width: 34px !important;
	height: 2px !important;
	background: #bd9659 !important;
	border-radius: 999px !important;
}

body.imo-storefront footer.imo-footer p,
body.imo-storefront footer.imo-footer a,
body.imo-storefront footer.imo-footer span,
body.imo-storefront footer.imo-footer small {
	font-family: IMOLivora, OPPOSans, Arial, Helvetica, sans-serif !important;
	color: rgba(255, 255, 255, .72) !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.72 !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-brand > p {
	max-width: 335px !important;
	margin: 0 0 22px !important;
}

body.imo-storefront footer.imo-footer .imo-footer-phone img {
	width: 30px !important;
	height: 30px !important;
	min-width: 30px !important;
	max-width: 30px !important;
	padding: 7px !important;
	margin: 0 !important;
	object-fit: contain !important;
	background: #fff !important;
	border-radius: 50% !important;
	filter: none !important;
	box-shadow: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-phone span {
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-links-col a,
body.imo-storefront footer.imo-footer .imo-footer-service-col a,
body.imo-storefront footer.imo-footer .imo-footer-contact-col a,
body.imo-storefront footer.imo-footer .imo-footer-contact-col span {
	display: block !important;
	width: fit-content !important;
	margin: 0 0 10px !important;
	color: rgba(255, 255, 255, .74) !important;
	transition: color .22s ease, transform .22s ease !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col span {
	width: auto !important;
	max-width: 275px !important;
}

body.imo-storefront footer.imo-footer .imo-footer-links-col a:hover,
body.imo-storefront footer.imo-footer .imo-footer-service-col a:hover,
body.imo-storefront footer.imo-footer .imo-footer-contact-col a:hover {
	color: #bd9659 !important;
	transform: translateX(4px) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social {
	display: flex !important;
	align-items: center !important;
	gap: 9px !important;
	margin: 20px 0 0 !important;
	padding: 12px !important;
	width: fit-content !important;
	border: 1px solid rgba(255, 255, 255, .1) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, .055) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social::before {
	content: "Follow" !important;
	display: inline-block !important;
	margin: 0 5px 0 0 !important;
	color: rgba(255, 255, 255, .68) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social a {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	max-width: 32px !important;
	min-height: 32px !important;
	max-height: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, .12) !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, .08) !important;
	color: #fff !important;
	font-size: 0 !important;
	line-height: 0 !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
	transform: none !important;
	box-shadow: none !important;
	transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social a::before,
body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social a::after {
	content: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	max-width: 0 !important;
	max-height: 0 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social a svg {
	display: block !important;
	width: 15px !important;
	height: 15px !important;
	min-width: 15px !important;
	max-width: 15px !important;
	min-height: 15px !important;
	max-height: 15px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.9 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	transform: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social a[aria-label="TikTok"] svg {
	fill: currentColor !important;
	stroke: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social a:hover {
	background: #bd9659 !important;
	border-color: #bd9659 !important;
	color: #111 !important;
	transform: translateY(-2px) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-bottom {
	position: relative !important;
	z-index: 2 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	padding: 24px 0 !important;
	border: 0 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-bottom small {
	display: block !important;
	margin: 0 !important;
	color: rgba(255, 255, 255, .58) !important;
	text-align: center !important;
}

@media (max-width: 980px) {
	body.imo-storefront footer.imo-footer {
		padding-top: 60px !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-brand {
		grid-column: 1 / -1 !important;
	}
}

@media (max-width: 620px) {
	body.imo-storefront footer.imo-footer {
		padding: 46px 18px 0 !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-brand {
		padding: 22px !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-brandmark h2 {
		font-size: 24px !important;
	}

body.imo-storefront footer.imo-footer::after {
		display: none !important;
	}
}

/* Premium footer v3: luxury bedroom-furniture brand finish */
body.imo-storefront footer.imo-footer {
	position: relative !important;
	isolation: isolate !important;
	overflow: hidden !important;
	display: block !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 66px max(22px, calc((100vw - 1180px) / 2)) 0 !important;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 92px 100%,
		linear-gradient(180deg, rgba(189, 150, 89, .18), rgba(189, 150, 89, 0) 34%),
		radial-gradient(circle at 17% 6%, rgba(189, 150, 89, .26), transparent 25%),
		radial-gradient(circle at 78% 88%, rgba(255, 255, 255, .06), transparent 30%),
		linear-gradient(135deg, #30271d 0%, #171715 44%, #0e0e0d 100%) !important;
	color: #fff !important;
	border-top: 1px solid rgba(189, 150, 89, .42) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}

body.imo-storefront footer.imo-footer:before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	z-index: -2 !important;
	pointer-events: none !important;
	background:
		repeating-linear-gradient(0deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 10px),
		linear-gradient(110deg, transparent 0 10%, rgba(255, 255, 255, .04) 26%, transparent 42%) !important;
	opacity: .82 !important;
}

body.imo-storefront footer.imo-footer:after {
	content: "IMO" !important;
	position: absolute !important;
	right: max(22px, calc((100vw - 1180px) / 2)) !important;
	bottom: 38px !important;
	z-index: -1 !important;
	color: rgba(255, 255, 255, .032) !important;
	font-family: IMOLivora, OPPOSans, Arial, Helvetica, sans-serif !important;
	font-size: clamp(72px, 10vw, 152px) !important;
	font-weight: 800 !important;
	line-height: .85 !important;
	letter-spacing: 0 !important;
	pointer-events: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-showcase {
	position: relative !important;
	z-index: 2 !important;
	display: grid !important;
	grid-template-columns: minmax(280px, .95fr) minmax(0, 1.35fr) !important;
	gap: 28px !important;
	align-items: center !important;
	max-width: 1180px !important;
	margin: 0 auto 44px !important;
	padding: 22px 24px !important;
	border: 1px solid rgba(255, 255, 255, .13) !important;
	border-radius: 24px !important;
	background: linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035)) !important;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .24) !important;
	backdrop-filter: blur(8px) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-showcase:before {
	content: "" !important;
	position: absolute !important;
	left: 24px !important;
	top: 50% !important;
	width: 7px !important;
	height: 7px !important;
	border-radius: 50% !important;
	background: #bd9659 !important;
	transform: translateY(-50%) !important;
	box-shadow: 0 0 0 8px rgba(189, 150, 89, .12) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-showcase-text {
	padding-left: 26px !important;
}

body.imo-storefront footer.imo-footer .imo-footer-showcase-text span {
	display: block !important;
	margin: 0 0 4px !important;
	color: #bd9659 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
	letter-spacing: .08em !important;
}

body.imo-storefront footer.imo-footer .imo-footer-showcase-text strong {
	display: block !important;
	color: #fff !important;
	font-family: IMOLivora, OPPOSans, Arial, Helvetica, sans-serif !important;
	font-size: clamp(19px, 2vw, 28px) !important;
	font-weight: 600 !important;
	line-height: 1.18 !important;
	letter-spacing: 0 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-promises {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 10px !important;
}

body.imo-storefront footer.imo-footer .imo-footer-promises span {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 42px !important;
	padding: 10px 12px 10px 24px !important;
	border: 1px solid rgba(255, 255, 255, .11) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, .055) !important;
	color: rgba(255, 255, 255, .86) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	text-align: center !important;
}

body.imo-storefront footer.imo-footer .imo-footer-promises span:before {
	content: "" !important;
	position: absolute !important;
	left: 13px !important;
	top: 50% !important;
	width: 5px !important;
	height: 5px !important;
	border-radius: 50% !important;
	background: #bd9659 !important;
	transform: translateY(-50%) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-brand {
	position: relative !important;
	padding: 30px !important;
	border: 1px solid rgba(255, 255, 255, .14) !important;
	border-radius: 26px !important;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .035)),
		linear-gradient(180deg, rgba(189, 150, 89, .09), transparent) !important;
	box-shadow: 0 30px 78px rgba(0, 0, 0, .32) !important;
	backdrop-filter: blur(8px) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-brand:after {
	content: "" !important;
	position: absolute !important;
	right: 24px !important;
	top: 24px !important;
	width: 48px !important;
	height: 2px !important;
	background: linear-gradient(90deg, transparent, #bd9659) !important;
	border-radius: 999px !important;
	opacity: .9 !important;
}
body.imo-storefront footer.imo-footer .imo-footer-brandmark h2 {
	margin: 0 !important;
	padding: 0 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-family: IMOLivora, OPPOSans, Arial, Helvetica, sans-serif !important;
	font-size: clamp(25px, 2.1vw, 31px) !important;
	font-weight: 700 !important;
	line-height: 1.02 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-brandmark h2:after {
	display: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-column > h2 {
	position: relative !important;
	margin: 4px 0 23px !important;
	padding: 0 0 14px !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-family: IMOLivora, OPPOSans, Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: .01em !important;
	text-transform: uppercase !important;
}

body.imo-storefront footer.imo-footer .imo-footer-column > h2:after {
	content: "" !important;
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
	width: 34px !important;
	height: 2px !important;
	background: #bd9659 !important;
	border-radius: 999px !important;
}

body.imo-storefront footer.imo-footer p,
body.imo-storefront footer.imo-footer a,
body.imo-storefront footer.imo-footer span,
body.imo-storefront footer.imo-footer small {
	font-family: IMOLivora, OPPOSans, Arial, Helvetica, sans-serif !important;
	color: rgba(255, 255, 255, .74) !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.72 !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-brand > p {
	max-width: 335px !important;
	margin: 0 0 24px !important;
}

body.imo-storefront footer.imo-footer .imo-footer-phone:hover {
	background: rgba(189, 150, 89, .16) !important;
	border-color: rgba(189, 150, 89, .55) !important;
	transform: translateY(-2px) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-phone img {
	width: 30px !important;
	height: 30px !important;
	min-width: 30px !important;
	max-width: 30px !important;
	padding: 7px !important;
	margin: 0 !important;
	object-fit: contain !important;
	background: #fff !important;
	border-radius: 50% !important;
	filter: none !important;
	box-shadow: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-phone span {
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-links-col a,
body.imo-storefront footer.imo-footer .imo-footer-service-col a,
body.imo-storefront footer.imo-footer .imo-footer-contact-col a,
body.imo-storefront footer.imo-footer .imo-footer-contact-col span {
	display: block !important;
	width: fit-content !important;
	margin: 0 0 11px !important;
	color: rgba(255, 255, 255, .75) !important;
	transition: color .22s ease, transform .22s ease !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col span {
	width: auto !important;
	max-width: 285px !important;
}

body.imo-storefront footer.imo-footer .imo-footer-links-col a:hover,
body.imo-storefront footer.imo-footer .imo-footer-service-col a:hover,
body.imo-storefront footer.imo-footer .imo-footer-contact-col a:hover {
	color: #bd9659 !important;
	transform: translateX(4px) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social {
	display: inline-flex !important;
	align-items: center !important;
	gap: 9px !important;
	margin: 20px 0 0 !important;
	padding: 10px !important;
	width: auto !important;
	border: 1px solid rgba(255, 255, 255, .11) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, .06) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social:before {
	content: "Follow" !important;
	display: inline-block !important;
	margin: 0 5px 0 0 !important;
	color: rgba(255, 255, 255, .7) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social a {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	max-width: 32px !important;
	min-height: 32px !important;
	max-height: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, .13) !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, .09) !important;
	color: #fff !important;
	font-size: 0 !important;
	line-height: 0 !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
	transform: none !important;
	box-shadow: none !important;
	transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social a:before,
body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social a:after {
	content: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	max-width: 0 !important;
	max-height: 0 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social a svg {
	display: block !important;
	width: 15px !important;
	height: 15px !important;
	min-width: 15px !important;
	max-width: 15px !important;
	min-height: 15px !important;
	max-height: 15px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.9 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	transform: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social a[aria-label="TikTok"] svg {
	fill: currentColor !important;
	stroke: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social a:hover {
	background: #bd9659 !important;
	border-color: #bd9659 !important;
	color: #111 !important;
	transform: translateY(-2px) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-bottom {
	position: relative !important;
	z-index: 2 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	padding: 24px 0 !important;
	border: 0 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-bottom small {
	display: block !important;
	margin: 0 !important;
	color: rgba(255, 255, 255, .58) !important;
	text-align: center !important;
}

@media (max-width: 1040px) {
	body.imo-storefront footer.imo-footer .imo-footer-showcase,
	body.imo-storefront footer.imo-footer .imo-footer-top {
		grid-template-columns: 1fr 1fr !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-brand {
		grid-column: 1 / -1 !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-promises {
		grid-template-columns: 1fr 1fr !important;
	}
}

@media (max-width: 680px) {
	body.imo-storefront footer.imo-footer {
		padding: 44px 18px 0 !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-showcase,
	body.imo-storefront footer.imo-footer .imo-footer-top {
		grid-template-columns: 1fr !important;
		gap: 28px !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-showcase {
		padding: 20px !important;
		margin-bottom: 34px !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-promises {
		grid-template-columns: 1fr !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-brand {
		padding: 22px !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-brandmark h2 {
		font-size: 24px !important;
	}

body.imo-storefront footer.imo-footer:after {
		display: none !important;
	}
}

/* Footer compact spacing adjustment */
body.imo-storefront footer.imo-footer .imo-footer-top {
	gap: clamp(18px, 2.2vw, 30px) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-brand,
body.imo-storefront footer.imo-footer .imo-footer-links-col,
body.imo-storefront footer.imo-footer .imo-footer-service-col,
body.imo-storefront footer.imo-footer .imo-footer-contact-col {
	padding: 24px !important;
}

body.imo-storefront footer.imo-footer .imo-footer-column > h2 {
	margin-bottom: 18px !important;
}

body.imo-storefront footer.imo-footer .imo-footer-links-col a,
body.imo-storefront footer.imo-footer .imo-footer-service-col a,
body.imo-storefront footer.imo-footer .imo-footer-contact-col a,
body.imo-storefront footer.imo-footer .imo-footer-contact-col span {
	margin-bottom: 8px !important;
}

/* Footer promise strip enhancement */
body.imo-storefront footer.imo-footer .imo-footer-showcase {
	position: relative !important;
	overflow: hidden !important;
	grid-template-columns: minmax(360px, .92fr) minmax(0, 1.35fr) !important;
	padding: 28px 30px !important;
	border-color: rgba(189, 150, 89, .32) !important;
	background:
		linear-gradient(100deg, rgba(189, 150, 89, .2), rgba(255, 255, 255, .055) 38%, rgba(255, 255, 255, .028)),
		radial-gradient(circle at 12% 50%, rgba(189, 150, 89, .22), transparent 30%),
		rgba(255, 255, 255, .045) !important;
	box-shadow:
		0 28px 90px rgba(0, 0, 0, .34),
		inset 0 1px 0 rgba(255, 255, 255, .11),
		inset 0 -1px 0 rgba(0, 0, 0, .28) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-showcase:after {
	content: "" !important;
	position: absolute !important;
	inset: 10px !important;
	border: 1px solid rgba(255, 255, 255, .08) !important;
	border-radius: 22px !important;
	background:
		linear-gradient(90deg, rgba(189, 150, 89, .12), transparent 26%),
		linear-gradient(135deg, rgba(255, 255, 255, .055), transparent 44%) !important;
	pointer-events: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-showcase-text {
	position: relative !important;
	z-index: 2 !important;
	padding: 0 0 0 34px !important;
}

body.imo-storefront footer.imo-footer .imo-footer-showcase-text:before {
	content: "" !important;
	position: absolute !important;
	left: 0 !important;
	top: 4px !important;
	bottom: 4px !important;
	width: 3px !important;
	border-radius: 999px !important;
	background: linear-gradient(180deg, #d7b06d, #8f6b35) !important;
	box-shadow: 0 0 28px rgba(189, 150, 89, .45) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-showcase-text span {
	width: fit-content !important;
	margin-bottom: 8px !important;
	padding: 5px 11px !important;
	border: 1px solid rgba(189, 150, 89, .28) !important;
	border-radius: 999px !important;
	background: rgba(0, 0, 0, .16) !important;
	color: #d2ad71 !important;
	font-size: 11px !important;
	letter-spacing: .12em !important;
}

body.imo-storefront footer.imo-footer .imo-footer-showcase-text strong {
	max-width: 560px !important;
	font-size: clamp(25px, 2.15vw, 34px) !important;
	line-height: 1.07 !important;
	text-shadow: 0 12px 36px rgba(0, 0, 0, .28) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-promises {
	position: relative !important;
	z-index: 2 !important;
	gap: 12px !important;
}

body.imo-storefront footer.imo-footer .imo-footer-promises span {
	justify-content: flex-start !important;
	min-height: 58px !important;
	padding: 12px 15px 12px 42px !important;
	border-color: rgba(255, 255, 255, .14) !important;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .035)),
		rgba(255, 255, 255, .035) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	text-align: left !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .09),
		0 12px 34px rgba(0, 0, 0, .16) !important;
	transition: border-color .24s ease, background .24s ease, transform .24s ease !important;
}

body.imo-storefront footer.imo-footer .imo-footer-promises span:before {
	left: 16px !important;
	width: 14px !important;
	height: 14px !important;
	background: transparent !important;
	border: 1px solid rgba(189, 150, 89, .55) !important;
	box-shadow: inset 0 0 0 4px #bd9659, 0 0 0 5px rgba(189, 150, 89, .1) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-promises span:after {
	content: "" !important;
	position: absolute !important;
	left: 22px !important;
	top: 50% !important;
	width: 28px !important;
	height: 1px !important;
	background: linear-gradient(90deg, rgba(189, 150, 89, .6), transparent) !important;
	transform: translateY(-50%) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-promises span:hover {
	border-color: rgba(189, 150, 89, .46) !important;
	background:
		linear-gradient(145deg, rgba(189, 150, 89, .18), rgba(255, 255, 255, .05)),
		rgba(255, 255, 255, .04) !important;
	transform: translateY(-2px) !important;
}

@media (max-width: 1060px) {
	body.imo-storefront footer.imo-footer .imo-footer-showcase {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 680px) {
	body.imo-storefront footer.imo-footer .imo-footer-showcase {
		padding: 22px !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-showcase-text strong {
		font-size: 25px !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-promises span {
		min-height: 52px !important;
	}
}

/* Premium footer v4: elevated showroom-style footer */
body.imo-storefront footer.imo-footer {
	position: relative !important;
	isolation: isolate !important;
	overflow: hidden !important;
	display: block !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 70px max(22px, calc((100vw - 1180px) / 2)) 0 !important;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .032) 1px, transparent 1px) 0 0 / 92px 100%,
		linear-gradient(0deg, rgba(255, 255, 255, .018) 1px, transparent 1px) 0 0 / 100% 58px,
		radial-gradient(circle at 14% 10%, rgba(189, 150, 89, .34), transparent 28%),
		radial-gradient(circle at 88% 72%, rgba(255, 255, 255, .07), transparent 24%),
		linear-gradient(135deg, #33291e 0%, #191816 44%, #0e0e0d 100%) !important;
	color: #fff !important;
	border-top: 1px solid rgba(189, 150, 89, .46) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}

body.imo-storefront footer.imo-footer:before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	z-index: -2 !important;
	pointer-events: none !important;
	background:
		linear-gradient(115deg, transparent 0 14%, rgba(255, 255, 255, .048) 29%, transparent 44%),
		linear-gradient(180deg, rgba(255, 255, 255, .06), transparent 38%) !important;
	opacity: .78 !important;
}

body.imo-storefront footer.imo-footer:after {
	content: "IMO" !important;
	position: absolute !important;
	right: max(22px, calc((100vw - 1180px) / 2)) !important;
	bottom: 68px !important;
	z-index: -1 !important;
	color: rgba(255, 255, 255, .028) !important;
	font-family: IMOLivora, OPPOSans, Arial, Helvetica, sans-serif !important;
	font-size: clamp(78px, 10vw, 156px) !important;
	font-weight: 800 !important;
	line-height: .85 !important;
	letter-spacing: 0 !important;
	pointer-events: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-showcase {
	position: relative !important;
	z-index: 2 !important;
	display: grid !important;
	grid-template-columns: minmax(315px, .92fr) minmax(0, 1.38fr) !important;
	gap: 30px !important;
	align-items: center !important;
	max-width: 1180px !important;
	margin: 0 auto 42px !important;
	padding: 24px !important;
	border: 1px solid rgba(255, 255, 255, .14) !important;
	border-radius: 28px !important;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .035)),
		linear-gradient(90deg, rgba(189, 150, 89, .1), transparent 44%) !important;
	box-shadow: 0 26px 80px rgba(0, 0, 0, .28) !important;
	backdrop-filter: blur(10px) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-showcase:after {
	content: "" !important;
	position: absolute !important;
	inset: 9px !important;
	border: 1px solid rgba(255, 255, 255, .075) !important;
	border-radius: 22px !important;
	pointer-events: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-showcase:before {
	content: "" !important;
	position: absolute !important;
	left: 25px !important;
	top: 50% !important;
	width: 8px !important;
	height: 8px !important;
	border-radius: 50% !important;
	background: #bd9659 !important;
	transform: translateY(-50%) !important;
	box-shadow: 0 0 0 9px rgba(189, 150, 89, .13) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-showcase-text {
	padding-left: 28px !important;
}

body.imo-storefront footer.imo-footer .imo-footer-showcase-text span {
	display: block !important;
	margin: 0 0 5px !important;
	color: #bd9659 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: .09em !important;
	text-transform: uppercase !important;
}

body.imo-storefront footer.imo-footer .imo-footer-showcase-text strong {
	display: block !important;
	max-width: 520px !important;
	color: #fff !important;
	font-family: IMOLivora, OPPOSans, Arial, Helvetica, sans-serif !important;
	font-size: clamp(22px, 2vw, 30px) !important;
	font-weight: 600 !important;
	line-height: 1.12 !important;
	letter-spacing: 0 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-promises {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 11px !important;
}

body.imo-storefront footer.imo-footer .imo-footer-promises span {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 46px !important;
	padding: 11px 12px 11px 25px !important;
	border: 1px solid rgba(255, 255, 255, .13) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, .06) !important;
	color: rgba(255, 255, 255, .9) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.12 !important;
	text-align: center !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-promises span:before {
	content: "" !important;
	position: absolute !important;
	left: 14px !important;
	top: 50% !important;
	width: 5px !important;
	height: 5px !important;
	border-radius: 50% !important;
	background: #bd9659 !important;
	transform: translateY(-50%) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-top {
	position: relative !important;
	z-index: 2 !important;
	display: grid !important;
	grid-template-columns: minmax(310px, 1.28fr) repeat(3, minmax(0, .88fr)) !important;
	gap: 20px !important;
	align-items: stretch !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	padding: 0 0 36px !important;
	border-bottom: 0 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-brand {
	position: relative !important;
	padding: 30px !important;
	border: 1px solid rgba(255, 255, 255, .14) !important;
	border-radius: 28px !important;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .035)),
		linear-gradient(180deg, rgba(189, 150, 89, .1), transparent) !important;
	box-shadow: 0 32px 84px rgba(0, 0, 0, .32) !important;
	backdrop-filter: blur(10px) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-links-col,
body.imo-storefront footer.imo-footer .imo-footer-service-col,
body.imo-storefront footer.imo-footer .imo-footer-contact-col {
	padding: 26px 24px !important;
	border: 1px solid rgba(255, 255, 255, .08) !important;
	border-radius: 24px !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, .048), rgba(255, 255, 255, .018)) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-brand:after,
body.imo-storefront footer.imo-footer .imo-footer-links-col:after,
body.imo-storefront footer.imo-footer .imo-footer-service-col:after,
body.imo-storefront footer.imo-footer .imo-footer-contact-col:after {
	content: "" !important;
	display: block !important;
	width: 46px !important;
	height: 2px !important;
	margin-top: 22px !important;
	background: linear-gradient(90deg, #bd9659, transparent) !important;
	border-radius: 999px !important;
	opacity: .75 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-brandmark {
	display: grid !important;
	grid-template-columns: 66px 1fr !important;
	align-items: center !important;
	gap: 16px !important;
	margin: 0 0 24px !important;
}

body.imo-storefront footer.imo-footer .imo-footer-brandmark img {
    width: 100% !important;
    height: 130px !important;
    min-width: 200px !important;
    max-width: 100% !important;
    object-fit: cover;
    padding: 10px !important;
    margin: 0 !important;
    background: transparent;
}

body.imo-storefront footer.imo-footer .imo-footer-column > h2 {
	position: relative !important;
	margin: 0 0 24px !important;
	padding: 0 0 14px !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-family: IMOLivora, OPPOSans, Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: .01em !important;
	text-transform: uppercase !important;
}

body.imo-storefront footer.imo-footer .imo-footer-column > h2:after {
	content: "" !important;
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
	width: 34px !important;
	height: 2px !important;
	background: #bd9659 !important;
	border-radius: 999px !important;
}

body.imo-storefront footer.imo-footer p,
body.imo-storefront footer.imo-footer a,
body.imo-storefront footer.imo-footer span,
body.imo-storefront footer.imo-footer small {
	font-family: IMOLivora, OPPOSans, Arial, Helvetica, sans-serif !important;
	color: rgba(255, 255, 255, .75) !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.72 !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-brand > p {
	max-width: 335px !important;
	margin: 0 0 24px !important;
}

body.imo-storefront footer.imo-footer .imo-footer-phone {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	margin: 0 !important;
	padding: 8px 15px 8px 8px !important;
	border: 1px solid rgba(255, 255, 255, .14) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, .075) !important;
	color: #fff !important;
	transition: border-color .22s ease, background .22s ease, transform .22s ease !important;
}

body.imo-storefront footer.imo-footer .imo-footer-phone:hover {
	background: rgba(189, 150, 89, .16) !important;
	border-color: rgba(189, 150, 89, .55) !important;
	transform: translateY(-2px) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-phone img {
	width: 30px !important;
	height: 30px !important;
	min-width: 30px !important;
	max-width: 30px !important;
	padding: 7px !important;
	margin: 0 !important;
	object-fit: contain !important;
	background: #fff !important;
	border-radius: 50% !important;
	filter: none !important;
	box-shadow: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-phone span {
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-links-col a,
body.imo-storefront footer.imo-footer .imo-footer-service-col a,
body.imo-storefront footer.imo-footer .imo-footer-contact-col a,
body.imo-storefront footer.imo-footer .imo-footer-contact-col span {
	display: block !important;
	width: fit-content !important;
	margin: 0 0 11px !important;
	color: rgba(255, 255, 255, .77) !important;
	transition: color .22s ease, transform .22s ease !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col span {
	width: auto !important;
	max-width: 285px !important;
}

body.imo-storefront footer.imo-footer .imo-footer-links-col a:hover,
body.imo-storefront footer.imo-footer .imo-footer-service-col a:hover,
body.imo-storefront footer.imo-footer .imo-footer-contact-col a:hover {
	color: #bd9659 !important;
	transform: translateX(4px) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social {
	display: inline-flex !important;
	align-items: center !important;
	gap: 9px !important;
	margin: 20px 0 0 !important;
	padding: 10px !important;
	width: auto !important;
	border: 1px solid rgba(255, 255, 255, .12) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, .065) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social:before {
	content: "Follow" !important;
	display: inline-block !important;
	margin: 0 5px 0 0 !important;
	color: rgba(255, 255, 255, .72) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social a {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	max-width: 32px !important;
	min-height: 32px !important;
	max-height: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, .14) !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, .09) !important;
	color: #fff !important;
	font-size: 0 !important;
	line-height: 0 !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
	transform: none !important;
	box-shadow: none !important;
	transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social a:before,
body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social a:after {
	content: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	max-width: 0 !important;
	max-height: 0 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social a svg {
	display: block !important;
	width: 15px !important;
	height: 15px !important;
	min-width: 15px !important;
	max-width: 15px !important;
	min-height: 15px !important;
	max-height: 15px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.9 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	transform: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social a[aria-label="TikTok"] svg {
	fill: currentColor !important;
	stroke: none !important;
}

body.imo-storefront footer.imo-footer .imo-footer-contact-col .imo-social a:hover {
	background: #bd9659 !important;
	border-color: #bd9659 !important;
	color: #111 !important;
	transform: translateY(-2px) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-studio {
	position: relative !important;
	z-index: 2 !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	gap: 24px !important;
	align-items: center !important;
	max-width: 1180px !important;
	margin: 32px auto 0 !important;
	padding: 24px 28px !important;
	border: 1px solid rgba(189, 150, 89, .22) !important;
	border-radius: 26px !important;
	background:
		linear-gradient(100deg, rgba(189, 150, 89, .16), rgba(255, 255, 255, .035) 46%, rgba(255, 255, 255, .02)),
		rgba(255, 255, 255, .035) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-studio-copy span {
	display: block !important;
	margin: 0 0 6px !important;
	color: #bd9659 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: .08em !important;
	text-transform: uppercase !important;
}

body.imo-storefront footer.imo-footer .imo-footer-studio-copy strong {
	display: block !important;
	max-width: 680px !important;
	color: #fff !important;
	font-family: IMOLivora, OPPOSans, Arial, Helvetica, sans-serif !important;
	font-size: clamp(18px, 1.7vw, 25px) !important;
	font-weight: 600 !important;
	line-height: 1.22 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-studio-meta {
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	flex-wrap: wrap !important;
	justify-content: flex-end !important;
}

body.imo-storefront footer.imo-footer .imo-footer-studio-meta span {
	color: rgba(255, 255, 255, .72) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-studio-link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 44px !important;
	padding: 0 20px !important;
	border-radius: 999px !important;
	background: #bd9659 !important;
	color: #111 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	transition: background .22s ease, transform .22s ease !important;
}

body.imo-storefront footer.imo-footer .imo-footer-studio-link:hover {
	background: #fff !important;
	transform: translateY(-2px) !important;
}

body.imo-storefront footer.imo-footer .imo-footer-bottom {
	position: relative !important;
	z-index: 2 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	padding: 24px 0 !important;
	border: 0 !important;
}

body.imo-storefront footer.imo-footer .imo-footer-bottom small {
	display: block !important;
	margin: 0 !important;
	color: rgba(255, 255, 255, .58) !important;
	text-align: center !important;
}

@media (max-width: 1060px) {
	body.imo-storefront footer.imo-footer .imo-footer-showcase,
	body.imo-storefront footer.imo-footer .imo-footer-top {
		grid-template-columns: 1fr 1fr !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-brand {
		grid-column: 1 / -1 !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-promises {
		grid-template-columns: 1fr 1fr !important;
	}
}

@media (max-width: 720px) {
	body.imo-storefront footer.imo-footer {
		padding: 44px 18px 0 !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-showcase,
	body.imo-storefront footer.imo-footer .imo-footer-top,
	body.imo-storefront footer.imo-footer .imo-footer-studio {
		grid-template-columns: 1fr !important;
		gap: 28px !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-showcase {
		padding: 20px !important;
		margin-bottom: 34px !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-promises {
		grid-template-columns: 1fr !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-brand,
	body.imo-storefront footer.imo-footer .imo-footer-links-col,
	body.imo-storefront footer.imo-footer .imo-footer-service-col,
	body.imo-storefront footer.imo-footer .imo-footer-contact-col,
	body.imo-storefront footer.imo-footer .imo-footer-studio {
		padding: 22px !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-studio-meta {
		justify-content: flex-start !important;
	}

	body.imo-storefront footer.imo-footer .imo-footer-brandmark h2 {
		font-size: 24px !important;
	}

	body.imo-storefront footer.imo-footer:after {
		display: none !important;
	}
}

/* Catalog page premium polish */
body.imo-storefront .imo-catalog-page {
	background:
		linear-gradient(180deg, #fffaf2 0%, #fff 38%, #f8f5ef 100%) !important;
	padding: 96px 24px 108px !important;
	font-family: var(--imo-font, IMOLivora, OPPOSans, Arial, Helvetica, sans-serif) !important;
}

body.imo-storefront .imo-catalog-layout {
	max-width: 1280px !important;
	grid-template-columns: 280px minmax(0, 1fr) !important;
	gap: 46px !important;
	align-items: start !important;
}

body.imo-storefront .imo-catalog-sidebar {
	position: sticky !important;
	top: 128px !important;
	padding: 28px 26px !important;
	border: 1px solid rgba(176, 141, 87, .18) !important;
	border-radius: 28px !important;
	background: rgba(255, 255, 255, .82) !important;
	box-shadow: 0 22px 60px rgba(24, 19, 14, .08) !important;
	backdrop-filter: blur(14px) !important;
}

body.imo-storefront .imo-filter-heading {
	grid-template-columns: 24px 1fr auto !important;
	gap: 12px !important;
	margin-bottom: 26px !important;
	padding-bottom: 18px !important;
	border-bottom: 1px solid rgba(31, 31, 31, .1) !important;
}

body.imo-storefront .imo-filter-heading h2,
body.imo-storefront .imo-category-filter h3 {
	color: #111 !important;
	font-family: var(--imo-font, IMOLivora, OPPOSans, Arial, Helvetica, sans-serif) !important;
	font-size: 18px !important;
	line-height: 1.25 !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
}

body.imo-storefront .imo-filter-heading > a {
	color: #7a746d !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

body.imo-storefront .imo-filter-heading > a:hover {
	color: #b98f4f !important;
}

body.imo-storefront .imo-filter-icon i {
	height: 2px !important;
	background: #111 !important;
	border-radius: 99px !important;
}

body.imo-storefront .imo-category-filter {
	padding-bottom: 26px !important;
	border-bottom: 1px solid rgba(31, 31, 31, .1) !important;
}

body.imo-storefront .imo-category-filter > a {
	min-height: 34px !important;
	margin-bottom: 10px !important;
	padding: 4px 0 !important;
	color: #6e6862 !important;
	font-size: 16px !important;
	line-height: 1.35 !important;
	font-weight: 400 !important;
	transition: color .25s ease, transform .25s ease !important;
}

body.imo-storefront .imo-category-filter > a:hover,
body.imo-storefront .imo-category-filter > a.active {
	color: #111 !important;
	transform: translateX(3px) !important;
}

body.imo-storefront .imo-category-filter > a i {
	width: 18px !important;
	height: 18px !important;
	border: 1px solid #ddd4c8 !important;
	background: #fff !important;
	box-shadow: inset 0 0 0 5px #fff !important;
}

body.imo-storefront .imo-category-filter > a.active i {
	border-color: #b98f4f !important;
	background: #b98f4f !important;
}

body.imo-storefront .imo-category-filter small {
	color: #8a837b !important;
	font-size: 13px !important;
}

body.imo-storefront .imo-results-toolbar {
	margin-bottom: 30px !important;
	padding: 18px 20px !important;
	border: 1px solid rgba(176, 141, 87, .15) !important;
	border-radius: 24px !important;
	background: rgba(255, 255, 255, .76) !important;
	box-shadow: 0 16px 40px rgba(24, 19, 14, .06) !important;
}

body.imo-storefront .imo-results-toolbar h2 {
	color: #111 !important;
	font-family: var(--imo-font, IMOLivora, OPPOSans, Arial, Helvetica, sans-serif) !important;
	font-size: 16px !important;
	line-height: 1.4 !important;
	font-weight: 400 !important;
}

body.imo-storefront .imo-toolbar-options select {
	min-width: 210px !important;
	height: 48px !important;
	border: 1px solid rgba(176, 141, 87, .12) !important;
	border-radius: 999px !important;
	background: #f8f5ef !important;
	padding: 0 42px 0 22px !important;
	color: #111 !important;
	font-family: var(--imo-font, IMOLivora, OPPOSans, Arial, Helvetica, sans-serif) !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65) !important;
}

body.imo-storefront .imo-catalog-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 34px 24px !important;
}

body.imo-storefront .imo-catalog-card {
	position: relative !important;
	overflow: hidden !important;
	border: 1px solid rgba(176, 141, 87, .12) !important;
	border-radius: 28px !important;
	background: rgba(255, 255, 255, .88) !important;
	box-shadow: 0 22px 60px rgba(24, 19, 14, .07) !important;
	transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease !important;
}

body.imo-storefront .imo-catalog-card:hover {
	transform: translateY(-7px) !important;
	border-color: rgba(185, 143, 79, .34) !important;
	box-shadow: 0 30px 80px rgba(24, 19, 14, .13) !important;
}

body.imo-storefront .imo-catalog-media {
	margin: 14px 14px 0 !important;
	border-radius: 22px !important;
	background: #f8f5ef !important;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .025) !important;
}

body.imo-storefront .imo-catalog-media:after {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, .18) 100%) !important;
	opacity: 0 !important;
	pointer-events: none !important;
	transition: opacity .35s ease !important;
}

body.imo-storefront .imo-catalog-card:hover .imo-catalog-media:after {
	opacity: 1 !important;
}

body.imo-storefront .imo-catalog-media img {
	aspect-ratio: 1 / .96 !important;
	object-fit: cover !important;
	transform-origin: center !important;
	transition: transform .65s cubic-bezier(.22, .61, .36, 1), filter .45s ease !important;
}

body.imo-storefront .imo-catalog-card:hover .imo-catalog-media img {
	transform: scale(1.06) !important;
	filter: saturate(1.04) contrast(1.03) !important;
}

body.imo-storefront .imo-catalog-actions {
	left: 24px !important;
	gap: 9px !important;
	transform: translate(-14px, -50%) !important;
}

body.imo-storefront .imo-catalog-card:hover .imo-catalog-actions {
	transform: translate(0, -50%) !important;
}

body.imo-storefront .imo-catalog-actions a {
	width: 38px !important;
	height: 38px !important;
	border: 1px solid rgba(255, 255, 255, .7) !important;
	background: rgba(255, 255, 255, .92) !important;
	color: #111 !important;
	box-shadow: 0 12px 26px rgba(0, 0, 0, .18) !important;
	backdrop-filter: blur(10px) !important;
}

body.imo-storefront .imo-catalog-actions a:hover {
	background: #b98f4f !important;
	color: #fff !important;
	transform: translateX(3px) scale(1.04) !important;
}

body.imo-storefront .imo-catalog-actions a svg {
	width: 19px !important;
	height: 19px !important;
	stroke-width: 2.2 !important;
}

body.imo-storefront .imo-catalog-card-body {
	padding: 20px 22px 24px !important;
}

body.imo-storefront .imo-catalog-card h2 {
	margin: 0 0 12px !important;
	font-family: var(--imo-font, IMOLivora, OPPOSans, Arial, Helvetica, sans-serif) !important;
	font-size: 22px !important;
	line-height: 1.25 !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	color: #111 !important;
}

body.imo-storefront .imo-catalog-card h2 a {
	color: #111 !important;
	font-weight: 500 !important;
	transition: color .25s ease !important;
}

body.imo-storefront .imo-catalog-card h2 a:hover {
	color: #b98f4f !important;
}

body.imo-storefront .imo-catalog-stars {
	gap: 4px !important;
	margin-bottom: 10px !important;
}

body.imo-storefront .imo-catalog-stars span {
	color: #b98f4f !important;
	font-size: 18px !important;
	letter-spacing: 1px !important;
}

body.imo-storefront .imo-catalog-price {
	display: flex !important;
	align-items: baseline !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	color: #111 !important;
	font-family: var(--imo-font, IMOLivora, OPPOSans, Arial, Helvetica, sans-serif) !important;
	font-size: 22px !important;
	line-height: 1.25 !important;
	font-weight: 600 !important;
}

body.imo-storefront .imo-catalog-price ins {
	color: #111 !important;
	text-decoration: none !important;
	font-weight: 600 !important;
}

body.imo-storefront .imo-catalog-price del {
	order: 2 !important;
	color: #9b958f !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	text-decoration-thickness: 1px !important;
}

body.imo-storefront .imo-catalog-price > span {
	order: 3 !important;
	color: #b98f4f !important;
	font-size: 17px !important;
	font-weight: 500 !important;
}

body.imo-storefront .imo-catalog-pagination a {
	width: 44px !important;
	height: 44px !important;
	border: 1px solid rgba(176, 141, 87, .14) !important;
	background: #fff !important;
	box-shadow: 0 10px 28px rgba(24, 19, 14, .08) !important;
	transition: background .25s ease, color .25s ease, transform .25s ease !important;
}

body.imo-storefront .imo-catalog-pagination a.active,
body.imo-storefront .imo-catalog-pagination a:hover {
	background: #b98f4f !important;
	color: #fff !important;
	transform: translateY(-2px) !important;
}

@media (max-width: 1100px) {
	body.imo-storefront .imo-catalog-layout {
		grid-template-columns: 240px minmax(0, 1fr) !important;
		gap: 30px !important;
	}

	body.imo-storefront .imo-catalog-grid {
		gap: 28px 18px !important;
	}
}

@media (max-width: 900px) {
	body.imo-storefront .imo-catalog-layout {
		grid-template-columns: 1fr !important;
	}

	body.imo-storefront .imo-catalog-sidebar {
		position: static !important;
	}

	body.imo-storefront .imo-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 560px) {
	body.imo-storefront .imo-catalog-page {
		padding: 58px 16px 72px !important;
	}

	body.imo-storefront .imo-results-toolbar {
		align-items: flex-start !important;
		flex-direction: column !important;
	}

	body.imo-storefront .imo-toolbar-options,
	body.imo-storefront .imo-toolbar-options select {
		width: 100% !important;
	}

	body.imo-storefront .imo-catalog-grid {
		grid-template-columns: 1fr !important;
	}

	body.imo-storefront .imo-catalog-card h2 {
		font-size: 20px !important;
	}
}

/* Single product detail typography polish */
body.imo-storefront .imo-product-breadcrumb,
body.imo-storefront .imo-product-page,
body.imo-storefront .imo-product-detail-panel,
body.imo-storefront .imo-product-featured {
	font-family: var(--imo-font, IMOLivora, OPPOSans, Arial, Helvetica, sans-serif) !important;
}

body.imo-storefront .imo-product-breadcrumb {
	max-width: 1180px !important;
	margin: 34px auto 26px !important;
	padding: 0 24px !important;
	color: #6e6862 !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
}

body.imo-storefront .imo-product-breadcrumb a {
	color: #6e6862 !important;
	transition: color .25s ease !important;
}

body.imo-storefront .imo-product-breadcrumb a:hover {
	color: #b98f4f !important;
}

body.imo-storefront .imo-product-page {
	max-width: 1180px !important;
	margin: 0 auto 86px !important;
	padding: 0 24px !important;
	grid-template-columns: minmax(0, 520px) minmax(0, 1fr) !important;
	gap: 40px !important;
	align-items: flex-start !important;
	background: transparent !important;
}

body.imo-storefront .imo-gallery {
	border-radius: 24px !important;
	background: #f8f5ef !important;
	box-shadow: inset 0 0 0 1px rgba(176, 141, 87, .08) !important;
}

body.imo-storefront .imo-gallery > img {
	width: 100% !important;
	aspect-ratio: 1 / .98 !important;
	object-fit: contain !important;
	padding: 34px !important;
	border: 0 !important;
	background: #f8f5ef !important;
}

body.imo-storefront .imo-product-info {
	padding-top: 14px !important;
	color: #111 !important;
}

body.imo-storefront .imo-product-info h1 {
	margin: 0 0 6px !important;
	color: #111 !important;
	-webkit-text-fill-color: #111 !important;
	font-family: var(--imo-font, IMOLivora, OPPOSans, Arial, Helvetica, sans-serif) !important;
	font-size: 30px !important;
	line-height: 1.18 !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
}

body.imo-storefront .imo-product-category {
	margin: 0 0 18px !important;
	padding: 0 0 18px !important;
	border-bottom: 1px solid rgba(31, 31, 31, .12) !important;
	color: #6e6862 !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
	font-weight: 400 !important;
}

body.imo-storefront .imo-product-summary {
	max-width: 560px !important;
	margin: 0 0 24px !important;
	color: #69635d !important;
	font-family: var(--imo-font, IMOLivora, OPPOSans, Arial, Helvetica, sans-serif) !important;
	font-size: 14px !important;
	line-height: 1.65 !important;
	font-weight: 400 !important;
}

body.imo-storefront .imo-product-price {
	display: flex !important;
	align-items: baseline !important;
	gap: 10px !important;
	margin: 0 0 26px !important;
	color: #111 !important;
	font-family: var(--imo-font, IMOLivora, OPPOSans, Arial, Helvetica, sans-serif) !important;
	font-size: 30px !important;
	line-height: 1.15 !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
}

body.imo-storefront .imo-product-price .amount,
body.imo-storefront .imo-product-price bdi {
	color: #111 !important;
	font-size: inherit !important;
	line-height: inherit !important;
	font-weight: inherit !important;
}

body.imo-storefront .imo-product-price ins {
	order: 1 !important;
	color: #111 !important;
	text-decoration: none !important;
}

body.imo-storefront .imo-product-price del {
	order: 2 !important;
	color: #9b958f !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	text-decoration-thickness: 1px !important;
}

body.imo-storefront .imo-product-price del .amount,
body.imo-storefront .imo-product-price del bdi {
	color: #9b958f !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

body.imo-storefront .imo-product-form {
	margin-top: 0 !important;
	padding: 24px !important;
	border: 1px solid rgba(176, 141, 87, .16) !important;
	border-radius: 24px !important;
	background: rgba(248, 245, 239, .72) !important;
	box-shadow: 0 20px 54px rgba(24, 19, 14, .07) !important;
}

body.imo-storefront .imo-product-form fieldset,
body.imo-storefront .imo-product-form label {
	color: #111 !important;
	font-family: var(--imo-font, IMOLivora, OPPOSans, Arial, Helvetica, sans-serif) !important;
	font-size: 16px !important;
	line-height: 1.35 !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
}

body.imo-storefront .imo-product-form legend {
	margin-bottom: 12px !important;
	color: #111 !important;
	font-size: 16px !important;
	line-height: 1.35 !important;
	font-weight: 600 !important;
}

body.imo-storefront .imo-product-form select,
body.imo-storefront .imo-product-form input[type="text"],
body.imo-storefront .imo-product-form input[type="number"] {
	font-family: var(--imo-font, IMOLivora, OPPOSans, Arial, Helvetica, sans-serif) !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #2d2925 !important;
}

body.imo-storefront .imo-product-form select {
	min-height: 50px !important;
	border: 1px solid #ddd2c4 !important;
	border-radius: 15px !important;
	background-color: #fff !important;
	box-shadow: 0 10px 24px rgba(24, 19, 14, .045) !important;
}

body.imo-storefront .imo-product-form .imo-option-grid button,
body.imo-storefront .imo-product-form .imo-choice,
body.imo-storefront .imo-product-form .imo-radio-pill,
body.imo-storefront .imo-product-form .imo-qty {
	font-family: var(--imo-font, IMOLivora, OPPOSans, Arial, Helvetica, sans-serif) !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #2d2925 !important;
}

body.imo-storefront .imo-product-form .imo-option-grid button,
body.imo-storefront .imo-product-form .imo-choice,
body.imo-storefront .imo-product-form .imo-radio-pill {
	min-height: 44px !important;
	border-color: #ddd2c4 !important;
	border-radius: 999px !important;
	background: #fff !important;
	box-shadow: 0 8px 22px rgba(24, 19, 14, .045) !important;
	transition: border-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease !important;
}

body.imo-storefront .imo-product-form .imo-option-grid button:hover,
body.imo-storefront .imo-product-form .imo-choice:hover,
body.imo-storefront .imo-product-form .imo-radio-pill:hover {
	border-color: #b98f4f !important;
	color: #111 !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 12px 28px rgba(185, 143, 79, .12) !important;
}

body.imo-storefront .imo-product-form .imo-qty {
	width: fit-content !important;
	min-height: 42px !important;
	border: 1px solid #ddd2c4 !important;
	border-radius: 999px !important;
	background: #fff !important;
	box-shadow: 0 8px 20px rgba(24, 19, 14, .045) !important;
}

body.imo-storefront .imo-product-form .imo-qty button,
body.imo-storefront .imo-product-form .imo-qty input {
	font-family: var(--imo-font, IMOLivora, OPPOSans, Arial, Helvetica, sans-serif) !important;
	font-size: 15px !important;
	font-weight: 500 !important;
}

body.imo-storefront .imo-product-form .imo-buy {
	min-height: 54px !important;
	border-radius: 999px !important;
	font-family: var(--imo-font, IMOLivora, OPPOSans, Arial, Helvetica, sans-serif) !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
}

body.imo-storefront .imo-product-form .imo-buy-now {
	background: #fff !important;
	color: #111 !important;
	border: 1px solid #ddd2c4 !important;
}

@media (max-width: 900px) {
	body.imo-storefront .imo-product-page {
		grid-template-columns: 1fr !important;
		gap: 30px !important;
	}

	body.imo-storefront .imo-product-info {
		padding-top: 0 !important;
	}
}

@media (max-width: 560px) {
	body.imo-storefront .imo-product-breadcrumb {
		margin: 24px auto 18px !important;
		padding: 0 16px !important;
		font-size: 13px !important;
	}

	body.imo-storefront .imo-product-page {
		margin-bottom: 56px !important;
		padding: 0 16px !important;
	}

	body.imo-storefront .imo-product-info h1 {
		font-size: 26px !important;
	}

	body.imo-storefront .imo-product-price {
		font-size: 27px !important;
	}

	body.imo-storefront .imo-product-form {
		padding: 18px !important;
	}
}

/* Single product featured heading refinement */
body.imo-storefront .imo-product-featured {
	padding-top: 40px !important;
	text-align: center !important;
}

body.imo-storefront .imo-product-featured-kicker {
	margin-bottom: 20px !important;
	padding: 9px 18px !important;
	border-color: rgba(176, 141, 87, .22) !important;
	background: rgba(248, 245, 239, .75) !important;
	color: #2d2925 !important;
	font-family: var(--imo-font, IMOLivora, OPPOSans, Arial, Helvetica, sans-serif) !important;
	font-size: 14px !important;
	line-height: 1 !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
}

body.imo-storefront .imo-product-featured-kicker:before {
	width: 7px !important;
	height: 7px !important;
	background: #b98f4f !important;
}

body.imo-storefront .imo-product-featured h2 {
	max-width: 760px !important;
	margin: 0 auto 48px !important;
	color: #111 !important;
	-webkit-text-fill-color: #111 !important;
	font-family: var(--imo-font, IMOLivora, OPPOSans, Arial, Helvetica, sans-serif) !important;
	font-size: clamp(34px, 3.2vw, 46px) !important;
	line-height: 1.12 !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-wrap: balance !important;
}

@media (max-width: 560px) {
	body.imo-storefront .imo-product-featured h2 {
		font-size: 30px !important;
		margin-bottom: 32px !important;
	}
}
