/*
Theme Name: MioWay
Theme URI: https://miowayhome.com
Author: MioWay
Description: Warm premium WordPress block theme for a peel and stick wallpaper catalog and inquiry site.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.3
Text Domain: mioway
*/

:root {
	--mioway-shadow: 0 24px 70px rgba(46, 46, 46, 0.09);
	--mioway-radius: 28px;
}

html { scroll-behavior: smooth; }
body { background: var(--wp--preset--color--background); }
a { text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
.wp-site-blocks > * + * { margin-block-start: 0; }

.mioway-shell {
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--mioway-radius);
	box-shadow: var(--mioway-shadow);
	overflow: hidden;
}

.mioway-card {
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 24px;
	box-shadow: 0 14px 42px rgba(46, 46, 46, 0.06);
	transition: transform .2s ease, box-shadow .2s ease;
}

.mioway-card:hover {
	box-shadow: 0 22px 58px rgba(46, 46, 46, 0.1);
	transform: translateY(-3px);
}

.mioway-pill {
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.76rem;
	letter-spacing: .08em;
	padding: .42rem .74rem;
	text-transform: uppercase;
}

.mioway-pattern-card {
	background: radial-gradient(circle at 20% 20%, rgba(216, 195, 165, .48), transparent 26%), radial-gradient(circle at 82% 18%, rgba(143, 165, 142, .34), transparent 24%), linear-gradient(135deg, #faf8f4, #f7f2ea 58%, #eadcc9);
	min-height: 210px;
}

.mioway-room-card {
	background: linear-gradient(90deg, rgba(46,46,46,.06) 1px, transparent 1px), linear-gradient(rgba(46,46,46,.05) 1px, transparent 1px), linear-gradient(135deg, #f7f2ea, #faf8f4 48%, #d8c3a5);
	background-size: 30px 30px, 30px 30px, auto;
	min-height: 260px;
}

.wp-block-button__link { transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.wp-block-button__link:hover { box-shadow: 0 12px 30px rgba(46, 46, 46, .12); transform: translateY(-1px); }

.mioway-header {
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(232, 222, 210, .72);
	position: sticky;
	top: 0;
	z-index: 20;
}

.mioway-footer a { color: inherit; text-decoration: none; }
.mioway-footer a:hover { text-decoration: underline; }

.mioway-site-topbar {
	background: #4a5d49;
	color: #fff;
	font-size: .875rem;
	padding: .5rem 1rem;
	text-align: center;
}

.mioway-site-header {
	background: #fff;
	padding: 1rem clamp(1rem, 4vw, 4rem);
}

.mioway-site-header-inner,
.mioway-site-footer-inner {
	margin-inline: auto;
	max-width: 1280px;
}

.mioway-site-header-inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mioway-site-brand {
	align-items: center;
	color: #4a5d49;
	display: inline-flex;
	line-height: 1;
	text-decoration: none;
}

.mioway-site-brand img {
	display: block;
	height: 48px;
	width: auto;
}

.mioway-footer-brand {
	display: inline-flex;
	margin-bottom: 1rem;
}

.mioway-footer-brand img {
	display: block;
	height: 44px;
	width: auto;
}

.mioway-site-nav {
	align-items: center;
	display: flex;
	gap: 2rem;
}

.mioway-site-nav a,
.mioway-site-icons a,
.mioway-site-mobile-nav a {
	color: #4a5d49;
	text-decoration: none;
	transition: color .18s ease;
}

.mioway-site-nav a:hover,
.mioway-site-icons a:hover,
.mioway-site-mobile-nav a:hover {
	color: rgba(74, 93, 73, .8);
}

.mioway-site-icons {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.mioway-site-icons button {
	background: transparent;
	border: 0;
	color: #4a5d49;
	cursor: pointer;
	font: inherit;
	padding: 0;
}

.mioway-site-mobile-nav {
	flex-basis: 100%;
	padding-top: 1rem;
}

.mioway-site-mobile-nav a {
	display: block;
	padding: .35rem 0;
}

.mioway-site-footer {
	background: #4a5d49;
	color: #fff;
	padding: 2.5rem clamp(1rem, 4vw, 4rem);
}

.mioway-site-footer-grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 2rem;
}

.mioway-site-footer h4 {
	margin: 0 0 1rem;
}

.mioway-site-footer p,
.mioway-site-footer li {
	color: rgba(255, 255, 255, .8);
}

.mioway-site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mioway-site-footer li + li {
	margin-top: .5rem;
}

.mioway-site-footer a {
	color: rgba(255, 255, 255, .8);
	text-decoration: none;
}

.mioway-site-footer a:hover {
	color: #fff;
}

.mioway-site-footer .border-t {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.mioway-site-footer .text-center {
	text-align: center;
}

.mioway-site-footer .pt-8 {
	padding-top: 2rem;
}

.mioway-faq details {
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 18px;
	padding: 1.1rem 1.3rem;
}
.mioway-faq details + details { margin-top: .9rem; }
.mioway-faq summary { cursor: pointer; font-family: var(--wp--preset--font-family--heading); font-size: 1.12rem; }
.mioway-faq p { color: #5d5851; margin-bottom: 0; }

.mioway-products-hero,
.mioway-single-main {
	padding: clamp(3rem, 7vw, 6rem) var(--wp--preset--spacing--40);
}

.mioway-products-hero {
	background: linear-gradient(135deg, #f7f2ea, #faf8f4 52%, #e8ded2);
	text-align: center;
}

.mioway-products-hero h1 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(2.4rem, 6vw, 4.8rem);
	line-height: 1;
	margin: .4rem auto 1rem;
	max-width: 900px;
}

.mioway-products-hero p:not(.mioway-eyebrow) {
	color: #5d5851;
	font-size: 1.08rem;
	margin: 0 auto;
	max-width: 760px;
}

.mioway-eyebrow,
.mioway-product-style {
	color: #4a5d49;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .16em;
	margin: 0 0 .45rem;
	text-transform: uppercase;
}

.mioway-products-layout {
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(180px, 250px) 1fr;
	margin: 0 auto;
	max-width: 1280px;
	padding: clamp(2.5rem, 6vw, 5rem) var(--wp--preset--spacing--40);
}

.mioway-product-filter {
	align-self: start;
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 24px;
	box-shadow: 0 14px 42px rgba(46, 46, 46, 0.05);
	padding: 1.25rem;
}

.mioway-product-filter h2 {
	font-size: 1rem;
	margin: 0 0 1rem;
}

.mioway-product-filter a {
	border-bottom: 1px solid #f0e8de;
	color: #4a5d49;
	display: block;
	padding: .72rem 0;
	text-decoration: none;
}

.mioway-product-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mioway-product-card {
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 24px;
	box-shadow: 0 14px 42px rgba(46, 46, 46, 0.06);
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease;
}

.mioway-product-card:hover {
	box-shadow: 0 22px 58px rgba(46, 46, 46, 0.1);
	transform: translateY(-3px);
}

.mioway-product-card-media {
	display: block;
}

.mioway-product-card-image,
.mioway-product-card-placeholder {
	aspect-ratio: 4 / 5;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.mioway-product-card-placeholder {
	background: radial-gradient(circle at 20% 20%, rgba(216, 195, 165, .48), transparent 26%), radial-gradient(circle at 82% 18%, rgba(143, 165, 142, .34), transparent 24%), linear-gradient(135deg, #faf8f4, #f7f2ea 58%, #eadcc9);
}

.mioway-product-card-body {
	padding: 1rem;
}

.mioway-product-card h2 {
	font-size: 1.28rem;
	margin: 0 0 .55rem;
}

.mioway-product-card h2 a {
	color: inherit;
	text-decoration: none;
}

.mioway-product-card p {
	color: #5d5851;
	font-size: .95rem;
}

.mioway-product-rating {
	align-items: center;
	display: flex;
	gap: .45rem;
	margin: .45rem 0 .8rem;
}

.mioway-product-stars {
	color: #d8a73a;
	display: inline-flex;
	font-size: .86rem;
	gap: .12rem;
}

.mioway-product-rating span:last-child {
	color: #5d5851;
	font-size: .9rem;
}

.mioway-product-actions,
.mioway-product-detail-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .7rem;
	margin-top: 1rem;
}

.mioway-product-actions a,
.mioway-product-detail-actions a {
	align-items: center;
	border: 1px solid #4a5d49;
	border-radius: 999px;
	color: #4a5d49;
	display: inline-flex;
	font-size: .82rem;
	font-weight: 700;
	justify-content: center;
	padding: .72rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mioway-product-actions a:hover,
.mioway-product-detail-actions a:hover {
	box-shadow: 0 14px 30px rgba(46, 46, 46, .12);
	transform: translateY(-1px);
}

.mioway-product-actions a:last-child,
.mioway-product-detail-actions a:first-child {
	background: #4a5d49;
	color: #fff;
}

.mioway-product-detail-actions {
	align-items: center;
	margin-top: 1.35rem;
}

.mioway-product-detail-actions a:first-child {
	box-shadow: 0 14px 30px rgba(74, 93, 73, .18);
	flex: 1 1 auto;
	min-height: 50px;
	padding-inline: 1.4rem;
}

.mioway-product-detail-actions a:last-child {
	background: #fff;
	border-color: #eadfce;
	border-radius: 16px;
	color: #4a5d49;
	flex: 0 0 50px;
	height: 50px;
	padding: 0;
}

.mioway-variant-panel {
	background: linear-gradient(135deg, #fbf8f2, #fff);
	border: 1px solid #efe5d7;
	border-radius: 16px;
	margin-top: .9rem;
	padding: .8rem;
}

.mioway-variant-label {
	align-items: baseline;
	color: #6f675e;
	display: flex;
	font-size: .76rem;
	font-weight: 800;
	gap: .35rem;
	justify-content: space-between;
	letter-spacing: .04em;
	margin: .05rem 0 .45rem;
	text-transform: uppercase;
}

.mioway-variant-label strong {
	color: #2e2e2e;
	font-size: .78rem;
	letter-spacing: 0;
	text-transform: none;
}

.mioway-color-options,
.mioway-size-options {
	gap: .45rem;
}

.mioway-color-options {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: .65rem;
	overflow-x: auto;
	scrollbar-width: none;
}

.mioway-color-options::-webkit-scrollbar {
	display: none;
}

.mioway-size-options {
	display: flex;
	flex-wrap: wrap;
}

.mioway-color-option,
.mioway-size-option {
	background: #fff;
	border: 1px solid #eadfce;
	color: #2e2e2e;
	cursor: pointer;
	font: inherit;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.mioway-color-option:hover,
.mioway-size-option:hover {
	border-color: #9dae9b;
	transform: translateY(-1px);
}

.mioway-color-option {
	border-radius: 10px;
	box-shadow: 0 8px 18px rgba(46, 46, 46, .035);
	flex: 0 0 68px;
	padding: .22rem;
	text-align: left;
	width: 68px;
}

.mioway-color-option img {
	aspect-ratio: 1 / 1;
	border-radius: 7px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.mioway-color-option span,
.mioway-color-option small {
	display: block;
	line-height: 1.2;
	margin-top: .38rem;
}

.mioway-color-option span {
	font-size: .58rem;
	font-weight: 700;
	padding: 0 .08rem .03rem;
}

.mioway-color-option small {
	color: #5d5851;
	font-size: .68rem;
}

.mioway-size-option {
	border-radius: 999px;
	font-size: .72rem;
	font-weight: 700;
	padding: .45rem .68rem;
}

.mioway-color-option.is-active,
.mioway-size-option.is-active {
	background: #f3eee5;
	border-color: #4a5d49;
	box-shadow: 0 0 0 3px rgba(74, 93, 73, .12);
}

.mioway-product-detail {
	isolation: isolate;
	margin: 0 auto;
	max-width: 1280px;
}

.mioway-product-detail::before {
	background: radial-gradient(circle at 12% 4%, rgba(216, 195, 165, .34), transparent 28%), radial-gradient(circle at 88% 12%, rgba(74, 93, 73, .12), transparent 26%), linear-gradient(135deg, #fbf8f2, #fff 54%, #f0e6d8);
	border: 1px solid rgba(234, 223, 206, .78);
	border-radius: 38px;
	box-shadow: 0 22px 70px rgba(46, 46, 46, .045);
	content: "";
	display: block;
	height: 190px;
	margin: -1.6rem 0 -146px;
	position: relative;
	z-index: -1;
}

.mioway-product-breadcrumb {
	align-items: center;
	background: rgba(255, 255, 255, .62);
	border: 1px solid rgba(234, 223, 206, .72);
	border-radius: 22px;
	box-shadow: 0 12px 34px rgba(46, 46, 46, .035);
	color: #7b746b;
	display: flex;
	flex-wrap: wrap;
	font-size: .9rem;
	gap: .55rem;
	margin-bottom: 1.25rem;
	padding: 1rem 1.15rem;
	position: relative;
	z-index: 1;
}

.mioway-product-breadcrumb a {
	color: #4a5d49;
	text-decoration: none;
}

.mioway-product-breadcrumb strong {
	color: #2e2e2e;
	font-weight: 600;
}

.mioway-product-hero {
	align-items: start;
	display: grid;
	gap: clamp(1.5rem, 3.4vw, 2.6rem);
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
	position: relative;
	z-index: 1;
}

.mioway-product-gallery-shell {
	align-items: start;
	background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(248, 244, 234, .78));
	border: 1px solid rgba(234, 223, 206, .94);
	border-radius: 32px;
	box-shadow: 0 26px 78px rgba(46, 46, 46, .085);
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
	padding: .9rem;
	position: relative;
}

.mioway-product-gallery-shell::before {
	background: linear-gradient(135deg, rgba(74, 93, 73, .16), transparent 34%), radial-gradient(circle at 88% 8%, rgba(216, 195, 165, .24), transparent 28%);
	border-radius: inherit;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.mioway-product-thumb-column {
	align-items: center;
	background: rgba(255, 255, 255, .72);
	border: 1px solid rgba(234, 223, 206, .76);
	border-radius: 18px;
	display: flex;
	gap: .65rem;
	justify-content: center;
	padding: .7rem .85rem;
	width: 100%;
}

.mioway-gallery-arrow {
	align-items: center;
	background: #fff;
	border: 1px solid #eadfce;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(46, 46, 46, .07);
	color: #4a5d49;
	cursor: pointer;
	display: flex;
	font-size: .78rem;
	height: 34px;
	justify-content: center;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
	width: 34px;
}

.mioway-gallery-arrow:hover {
	border-color: #4a5d49;
	box-shadow: 0 12px 24px rgba(46, 46, 46, .12);
	transform: translateY(-1px);
}

.mioway-product-thumbs {
	display: flex;
	flex: 0 0 calc(68px * 4 + .5rem * 3);
	flex-direction: row;
	gap: .5rem;
	height: 68px;
	overflow: hidden;
	scroll-behavior: smooth;
	scrollbar-width: none;
	width: calc(68px * 4 + .5rem * 3);
}

.mioway-product-thumbs::-webkit-scrollbar {
	display: none;
}

.mioway-product-thumb-column br,
.mioway-product-thumbs br,
.mioway-variant-panel br,
.mioway-color-options br,
.mioway-size-options br {
	display: none;
}

.mioway-product-thumbs button {
	background: #fff;
	border: 2px solid transparent;
	border-radius: 12px;
	box-shadow: 0 8px 18px rgba(46, 46, 46, .06);
	cursor: pointer;
	flex: 0 0 68px;
	height: 68px;
	overflow: hidden;
	padding: .14rem;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
	width: 68px;
}

.mioway-product-thumbs button.is-active,
.mioway-product-thumbs button:hover {
	border-color: #4a5d49;
	transform: translateY(-1px);
}

.mioway-product-thumbs img {
	border-radius: 10px;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.mioway-product-main-image {
	background: #fff;
	border-radius: 26px;
	box-shadow: 0 18px 48px rgba(46, 46, 46, .075);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.mioway-product-main-image::after {
	background: linear-gradient(180deg, transparent 62%, rgba(46, 46, 46, .16));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.mioway-product-main-image > img,
.mioway-product-main-image > .mioway-product-card-placeholder {
	aspect-ratio: 1 / 1;
	display: block;
	height: auto;
	object-fit: cover;
	object-position: center;
	transform: scale(1.01);
	width: 100%;
}

.mioway-product-main-image span {
	align-items: center;
	background: rgba(255, 255, 255, .94);
	border-radius: 999px;
	bottom: 1rem;
	box-shadow: 0 8px 24px rgba(46, 46, 46, .14);
	color: #4a5d49;
	display: flex;
	height: 42px;
	justify-content: center;
	position: absolute;
	right: 1rem;
	width: 42px;
}

.mioway-product-info-panel {
	align-self: start;
	background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(251, 248, 242, .96));
	border: 1px solid rgba(234, 223, 206, .95);
	border-radius: 30px;
	box-shadow: 0 24px 72px rgba(46, 46, 46, .09);
	overflow: visible;
	padding: clamp(1.15rem, 2.4vw, 1.75rem);
	position: sticky;
	top: 112px;
}

.mioway-product-info-panel::before {
	background: linear-gradient(90deg, #4a5d49, #d8c3a5);
	border-radius: 999px;
	content: "";
	display: block;
	height: 4px;
	margin-bottom: .95rem;
	width: 84px;
}

.mioway-product-info-panel h1 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.65rem, 2.55vw, 2.45rem);
	line-height: 1.08;
	margin: .25rem 0 .75rem;
	max-height: calc(2.45rem * 2 * 1.08);
	overflow: hidden;
}

.mioway-product-meta-row {
	align-items: center;
	border-bottom: 1px solid #f0e8de;
	color: #716a62;
	display: flex;
	flex-wrap: wrap;
	font-size: .9rem;
	gap: .7rem 1rem;
	justify-content: space-between;
	padding-bottom: .9rem;
}

.mioway-product-meta-row .mioway-product-rating {
	margin: 0;
}

.mioway-product-price-card {
	align-items: center;
	background: linear-gradient(135deg, #4a5d49, #64775f);
	border: 1px solid rgba(74, 93, 73, .2);
	border-radius: 20px;
	box-shadow: 0 16px 36px rgba(74, 93, 73, .16);
	display: grid;
	gap: .7rem;
	grid-template-columns: auto 1fr;
	margin: 1rem 0;
	padding: 1rem 1.05rem;
}

.mioway-product-price-card strong {
	color: #fff;
	font-size: clamp(1.55rem, 3vw, 2rem);
	line-height: 1;
	white-space: nowrap;
}

.mioway-product-price-card span {
	color: rgba(255, 255, 255, .84);
	font-size: .9rem;
	line-height: 1.45;
}

.mioway-product-short-desc,
.mioway-product-detail-content p {
	color: #5d5851;
}

.mioway-product-tags {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	margin-bottom: .85rem;
}

.mioway-product-tags span {
	background: #f1eadf;
	border: 1px solid #eadfce;
	border-radius: 999px;
	color: #4a5d49;
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .03em;
	padding: .34rem .66rem;
}

.mioway-product-short-desc {
	font-size: .98rem;
	line-height: 1.65;
	margin: 0 0 1rem;
}

.mioway-product-specs {
	display: grid;
	gap: .45rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: .8rem 0 0;
}

.mioway-product-specs div {
	background: #fff;
	border: 1px solid #efe5d7;
	border-radius: 12px;
	padding: .55rem .6rem;
}

.mioway-product-specs dt {
	color: #4a5d49;
	font-size: .58rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.mioway-product-specs dd {
	color: #2e2e2e;
	font-size: .74rem;
	font-weight: 700;
	line-height: 1.3;
	margin: .18rem 0 0;
}

.mioway-product-benefits {
	border-top: 1px solid #f0e8de;
	display: grid;
	gap: .65rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.1rem;
	padding-top: 1rem;
}

.mioway-product-benefits div {
	align-items: center;
	background: #fbf8f2;
	border: 1px solid #efe5d7;
	border-radius: 14px;
	color: #5d5851;
	display: grid;
	font-size: .78rem;
	gap: .42rem;
	justify-items: center;
	line-height: 1.25;
	padding: .75rem .45rem;
	text-align: center;
}

.mioway-product-benefits i {
	align-items: center;
	background: #fff;
	border-radius: 999px;
	color: #4a5d49;
	display: flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.mioway-product-detail-content {
	margin-top: clamp(3.4rem, 6.5vw, 5.4rem);
}

.mioway-product-section-heading {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin: 0 0 1.35rem;
	padding-top: .4rem;
}

.mioway-product-section-heading h2 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.55rem, 2.45vw, 2.25rem);
	letter-spacing: -.02em;
	line-height: 1.12;
	margin: 0;
	position: relative;
}

.mioway-product-section-heading h2::after {
	background: linear-gradient(90deg, #4a5d49, rgba(216, 195, 165, .7));
	border-radius: 999px;
	content: "";
	display: block;
	height: 3px;
	margin-top: .55rem;
	width: 72px;
}

.mioway-product-section-heading .mioway-eyebrow {
	display: none;
}

.mioway-product-copy {
	background: linear-gradient(135deg, #fff, #fbf8f2);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 24px;
	box-shadow: 0 16px 46px rgba(46, 46, 46, .055);
	font-size: .98rem;
	line-height: 1.8;
	margin-bottom: clamp(2.4rem, 5vw, 3.8rem);
	padding: clamp(1.2rem, 2.6vw, 1.8rem);
}

.mioway-product-copy > *:first-child {
	margin-top: 0;
}

.mioway-product-copy > *:last-child {
	margin-bottom: 0;
}

.mioway-application-grid,
.mioway-related-products {
	display: grid;
	gap: clamp(1.15rem, 2vw, 1.65rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: clamp(3rem, 5.5vw, 4.8rem);
}

.mioway-application-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mioway-application-card,
.mioway-related-products .mioway-product-card {
	background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(251,248,242,.92));
	border: 1px solid rgba(234, 223, 206, .88);
	color: inherit;
	border-radius: 20px;
	box-shadow: 0 18px 46px rgba(46, 46, 46, .07);
	overflow: hidden;
	padding: .55rem;
	position: relative;
	text-decoration: none;
	transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

.mioway-application-card:hover,
.mioway-related-products .mioway-product-card:hover {
	border-color: rgba(74, 93, 73, .28);
	box-shadow: 0 26px 70px rgba(46, 46, 46, .13);
	transform: translateY(-6px);
}

.mioway-application-card img,
.mioway-application-card .mioway-product-card-placeholder,
.mioway-related-products .mioway-product-card-image,
.mioway-related-products .mioway-product-card-placeholder {
	aspect-ratio: 1.72 / 1;
	border: 0;
	border-radius: 16px;
	box-shadow: none;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform .38s ease, filter .38s ease;
	width: 100%;
}

.mioway-application-card > br,
.mioway-application-grid > br,
.mioway-application-grid > p {
	display: none;
}

.mioway-application-card img {
	aspect-ratio: 1.65 / 1;
}

.mioway-application-card:hover img,
.mioway-application-card:hover .mioway-product-card-placeholder,
.mioway-related-products .mioway-product-card:hover .mioway-product-card-image {
	filter: saturate(1.05) contrast(1.03);
	transform: scale(1.055);
}

.mioway-application-card > span {
	align-items: center;
	background: rgba(255, 255, 255, .88);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(234, 223, 206, .74);
	border-radius: 999px;
	bottom: .95rem;
	box-shadow: 0 10px 24px rgba(46, 46, 46, .08);
	color: #2e2e2e;
	display: inline-flex;
	font-family: var(--wp--preset--font-family--body);
	font-size: .9rem;
	font-weight: 800;
	left: .95rem;
	line-height: 1.2;
	margin: 0;
	padding: .45rem .75rem;
	position: absolute;
}

.mioway-related-products .mioway-product-card-body {
	padding: .8rem .25rem .25rem;
}

.mioway-related-products .mioway-product-style,
.mioway-related-products .mioway-product-rating,
.mioway-related-products .mioway-product-card p,
.mioway-related-products .mioway-product-actions {
	display: none;
}

.mioway-related-products .mioway-product-card h2 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1rem, 1.25vw, 1.16rem);
	line-height: 1.25;
	margin: 0;
}

.mioway-related-products .mioway-product-card h2 a {
	color: #2e2e2e;
}

.mioway-related-products .mioway-product-card::after {
	background: linear-gradient(90deg, rgba(74, 93, 73, .18), rgba(216, 195, 165, .42));
	border-radius: 999px;
	content: "";
	display: block;
	height: 3px;
	margin: .75rem .25rem .15rem;
	transform: scaleX(.32);
	transform-origin: left;
	transition: transform .26s ease;
}

.mioway-related-products .mioway-product-card:hover::after {
	transform: scaleX(1);
}

.mioway-blog-detail {
	margin: 0 auto;
	max-width: 860px;
}

.mioway-blog-detail h1 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(2.2rem, 5vw, 4rem);
	line-height: 1.05;
}

.mioway-blog-detail img {
	border-radius: 24px;
	height: auto;
	width: 100%;
}

.mioway-post-meta {
	color: #786f66;
}

.mioway-blog-detail-page {
	background: #f9f7f3;
	color: #222;
	font-family: Georgia, 'Times New Roman', serif;
	padding: 0 0 60px;
}

.mioway-blog-detail-container {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
	margin: 0 auto;
	max-width: 1400px;
	padding: 24px 20px 0;
	width: 85%;
}

.mioway-blog-detail-main,
.mioway-blog-detail-sidebar section {
	background: rgba(255, 255, 255, .86);
	border: 1px solid rgba(217, 203, 192, .62);
	box-shadow: 0 18px 48px rgba(46, 46, 46, .045);
}

.mioway-blog-detail-main {
	padding: 20px;
}

.mioway-blog-breadcrumb {
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 18px;
}

.mioway-blog-breadcrumb a {
	color: #666;
	text-decoration: none;
}

.mioway-blog-breadcrumb span {
	margin: 0 7px;
}

.mioway-blog-breadcrumb span:last-child {
	margin-right: 0;
}

.mioway-blog-detail-hero {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	margin-bottom: 28px;
	object-fit: cover;
	width: 100%;
}

.mioway-blog-detail-meta {
	color: #666;
	display: flex;
	flex-wrap: wrap;
	font-family: Arial, sans-serif;
	font-size: 13px;
	gap: 8px 10px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.mioway-blog-detail-page h1 {
	font-size: clamp(2rem, 3.2vw, 2.35rem);
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 18px;
}

.mioway-blog-detail-intro {
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	margin: 0 0 30px;
	max-width: 800px;
}

.mioway-blog-detail-content-wrap {
	display: grid;
	gap: 30px;
	grid-template-columns: 220px minmax(0, 1fr);
}

.mioway-blog-detail-leftbar {
	align-self: start;
	position: sticky;
	top: 108px;
}

.mioway-blog-toc-box {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 15px;
}

.mioway-blog-toc-title {
	align-items: center;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: space-between;
	letter-spacing: .04em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.mioway-blog-toc-box ul {
	font-family: Arial, sans-serif;
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mioway-blog-toc-box li + li {
	margin-top: 8px;
}

.mioway-blog-toc-box a {
	color: #222;
	text-decoration: none;
}

.mioway-blog-toc-box a:hover {
	color: #6b7d6f;
}

.mioway-blog-pro-tip,
.mioway-blog-sample-box {
	background: #f1e9e0;
	font-family: Arial, sans-serif;
	padding: 16px;
}

.mioway-blog-pro-tip span {
	display: block;
	font-size: 17px;
	margin-bottom: 8px;
}

.mioway-blog-pro-tip strong {
	display: block;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 15px;
	margin-bottom: 6px;
}

.mioway-blog-pro-tip p,
.mioway-blog-sample-box p {
	color: #666;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.mioway-blog-detail-body h2,
.mioway-blog-entry-copy h2,
.mioway-blog-entry-copy h3 {
	color: #222;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.25;
	margin: 0 0 10px;
	scroll-margin-top: 120px;
}

.mioway-blog-detail-body h2:not(:first-child),
.mioway-blog-entry-copy h2:not(:first-child),
.mioway-blog-entry-copy h3:not(:first-child) {
	margin-top: 26px;
}

.mioway-blog-detail-body p,
.mioway-blog-entry-copy {
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.75;
}

.mioway-blog-entry-copy {
	margin-top: 0;
}

.mioway-blog-entry-copy p {
	margin: 0 0 16px;
}

.mioway-blog-detail-faq,
.mioway-blog-sources {
	margin: 36px 0;
}

.mioway-blog-detail-faq h3,
.mioway-blog-sources h3,
.mioway-blog-detail-sidebar h3 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .02em;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.mioway-blog-detail-sidebar h3 {
	align-items: center;
	display: flex;
	gap: 10px;
}

.mioway-blog-detail-sidebar h3::after {
	background: #e5d8ca;
	content: "";
	flex: 1;
	height: 1px;
}

.mioway-blog-detail-faq details {
	background: #fff;
	border: 1px solid #ddd;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 13px 15px;
}

.mioway-blog-detail-faq details + details {
	border-top: 0;
}

.mioway-blog-detail-faq summary {
	cursor: pointer;
	list-style: none;
}

.mioway-blog-detail-faq summary::-webkit-details-marker {
	display: none;
}

.mioway-blog-detail-faq summary::after {
	color: #666;
	content: '+';
	float: right;
}

.mioway-blog-detail-faq p {
	margin: 10px 0 0;
}

.mioway-blog-sources ul {
	background: #fff;
	border: 1px solid #ddd;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	list-style: none;
	margin: 0;
	padding: 14px 16px;
}

.mioway-blog-sources li + li {
	border-top: 1px solid #eee;
	margin-top: 10px;
	padding-top: 10px;
}

.mioway-blog-sources a {
	color: #4a5d48;
	font-weight: 700;
	text-decoration: none;
}

.mioway-blog-sources a:hover {
	text-decoration: underline;
}

.mioway-blog-detail-cta {
	background: #fff;
	border: 1px solid rgba(217, 203, 192, .7);
	padding: 30px;
	text-align: center;
}

.mioway-blog-detail-cta h3 {
	font-size: 19px;
	font-weight: 400;
	line-height: 1.45;
	margin: 0 0 18px;
}

.mioway-blog-detail-cta a,
.mioway-blog-sample-box a {
	background: #222;
	color: #fff;
	display: inline-flex;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	padding: 10px 22px;
	text-decoration: none;
	text-transform: uppercase;
}

.mioway-blog-detail-sidebar {
	display: grid;
	gap: 18px;
}

.mioway-blog-detail-sidebar section {
	background: #fff;
	padding: 18px;
}

.mioway-blog-related-item {
	border-bottom: 1px solid #eee5dc;
	display: block;
	padding: 14px 0;
	text-decoration: none;
	transition: transform .18s ease;
}

.mioway-blog-related-item:first-of-type {
	padding-top: 0;
}

.mioway-blog-related-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.mioway-blog-related-item:hover,
.mioway-blog-product-item:hover {
	transform: translateY(-2px);
}

.mioway-blog-related-item img {
	aspect-ratio: 4 / 3;
	background: #eee;
	border-radius: 10px;
	display: block;
	height: auto;
	margin-bottom: 10px;
	object-fit: cover;
	width: 100%;
}

.mioway-blog-product-item {
	background: #fbf8f2;
	border: 1px solid #eee5dc;
	display: block;
	margin-top: 14px;
	padding: 12px;
	text-decoration: none;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mioway-blog-product-item:hover {
	border-color: rgba(107, 125, 111, .36);
	box-shadow: 0 14px 32px rgba(46, 46, 46, .075);
}

.mioway-blog-product-item img,
.mioway-blog-product-item > span:not(.mioway-blog-product-info) {
	aspect-ratio: 1 / 1;
	background: #eee;
	border-radius: 10px;
	display: block;
	height: auto;
	margin-bottom: 11px;
	object-fit: cover;
	width: 100%;
}

.mioway-blog-product-info {
	display: block;
	min-width: 0;
}

.mioway-blog-related-item strong,
.mioway-blog-product-item strong {
	color: #222;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
}

.mioway-blog-related-item:hover strong,
.mioway-blog-product-item:hover strong {
	color: #4a5d48;
}

.mioway-blog-related-item small,
.mioway-blog-product-item small {
	color: #666;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 6px;
}

.mioway-blog-product-rating {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-family: Arial, sans-serif;
	gap: 6px;
	margin-top: 4px;
}

.mioway-blog-product-rating span {
	color: #d8a73a;
	font-size: 11px;
	letter-spacing: .02em;
}

.mioway-blog-product-rating small {
	margin-top: 0;
}

.mioway-blog-product-browse {
	align-items: center;
	border-top: 1px solid #eee5dc;
	display: flex !important;
	font-weight: 700;
	gap: 8px;
	justify-content: space-between;
	margin-top: 8px !important;
	padding-top: 7px;
}

.mioway-blog-product-item em {
	font-style: normal;
}

.mioway-blog-sample-box {
	text-align: center;
}

.mioway-blog-sample-box a {
	justify-content: center;
	margin-top: 15px;
	width: 100%;
}

@media (max-width: 992px) {
	.mioway-blog-detail-container {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.mioway-blog-detail-content-wrap {
		grid-template-columns: 1fr;
	}

	.mioway-blog-detail-leftbar {
		position: static;
	}
}

@media (max-width: 768px) {
	.mioway-blog-detail-main,
	.mioway-blog-detail-sidebar section {
		padding: 16px;
	}
}

@media (max-width: 980px) {
	.mioway-site-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mioway-products-layout,
	.mioway-product-hero {
		grid-template-columns: 1fr;
	}

	.mioway-product-detail::before {
		margin-top: -1rem;
	}

	.mioway-product-gallery-shell,
	.mioway-product-info-panel {
		max-height: none;
		overflow: visible;
		position: static;
	}

	.mioway-product-grid,
	.mioway-product-specs,
	.mioway-application-grid,
	.mioway-related-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 780px) {
	.mioway-site-nav {
		display: none;
	}

	.mioway-site-footer-grid {
		grid-template-columns: 1fr;
	}

	.mioway-hero-title { font-size: clamp(2.7rem, 16vw, 4.5rem) !important; }
	.mioway-shell, .mioway-card { border-radius: 20px; }
	.mioway-product-grid,
	.mioway-product-specs,
	.mioway-product-benefits,
	.mioway-application-grid,
	.mioway-related-products {
		grid-template-columns: 1fr;
	}

	.mioway-product-gallery-shell {
		border-radius: 22px;
		grid-template-columns: 1fr;
		padding: .7rem;
	}

	.mioway-product-thumb-column {
		gap: .45rem;
		padding: .55rem;
		width: 100%;
	}

	.mioway-gallery-arrow {
		flex: 0 0 30px;
		height: 30px;
		width: 30px;
	}

	.mioway-product-thumbs {
		flex-basis: calc(58px * 4 + .4rem * 3);
		height: 58px;
		max-height: none;
		overflow: hidden;
		width: calc(58px * 4 + .4rem * 3);
	}

	.mioway-product-thumbs button {
		flex: 0 0 58px;
		height: 58px;
		width: 58px;
	}

	.mioway-product-price-card,
	.mioway-product-specs {
		grid-template-columns: 1fr;
	}

	.mioway-color-option {
		flex-basis: 68px;
		width: 68px;
	}

	.mioway-product-detail-actions a:first-child {
		flex-basis: calc(100% - 60px);
	}
}

.mioway-home-best-grid {
	align-items: stretch;
}

.mioway-home-best-card {
	border: 1px solid rgba(234, 223, 206, .7);
	box-shadow: 0 14px 36px rgba(46, 46, 46, .045);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.mioway-home-best-card:hover {
	border-color: rgba(74, 93, 73, .24);
	box-shadow: 0 22px 56px rgba(46, 46, 46, .095);
	transform: translateY(-4px);
}

.mioway-home-best-card > div:first-child {
	flex: 0 0 auto;
}

.mioway-home-best-card img {
	transition: transform .32s ease, filter .32s ease;
}

.mioway-home-best-card:hover img {
	filter: saturate(1.04) contrast(1.02);
	transform: scale(1.035);
}

.mioway-home-best-card p:last-of-type {
	min-height: 2.8em;
}

.mioway-home-best-card a:last-child {
	align-items: center;
	color: #4a5d49 !important;
	display: flex;
	justify-content: center;
	margin-top: auto;
	min-height: 40px;
}

.mioway-home-best-card a:last-child:hover {
	background: #4a5d49 !important;
	border-color: #4a5d49 !important;
	color: #fff !important;
}

.mioway-home-best-card:hover,
.mioway-home-best-card:hover h3,
.mioway-home-best-card:hover p,
.mioway-home-best-card:hover span {
	color: inherit;
}

.mioway-home-view-all {
	color: #2e2e2e !important;
	font-weight: 700;
	letter-spacing: .02em;
}

.mioway-home-view-all:hover {
	color: #4a5d49 !important;
}

.mioway-home-best-grid > .mioway-home-best-card {
	align-self: stretch;
}

.mioway-home-best-card h3 {
	min-height: 1.5em;
}

.mioway-home-best-card .text-sm {
	line-height: 1.45;
}

.mioway-products-page {
	background: #fbf8f2;
	color: #2e2e2e;
}

.mioway-products-search-hero {
	align-items: center;
	background: radial-gradient(circle at 8% 18%, rgba(216, 195, 165, .36), transparent 28%), linear-gradient(135deg, #f5efe5, #fff 55%, #e3d4bf);
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: minmax(0, .92fr) minmax(360px, .72fr);
	margin: 0 auto;
	max-width: 1440px;
	padding: clamp(3.5rem, 7vw, 6.5rem) var(--wp--preset--spacing--40);
}

.mioway-products-hero-copy h1,
.mioway-products-search-hero h1 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(2.6rem, 5.4vw, 5.2rem);
	letter-spacing: -.055em;
	line-height: .94;
	margin: .35rem 0 1.1rem;
	max-width: 820px;
}

.mioway-products-hero-copy > p:not(.mioway-eyebrow) {
	color: #5d5851;
	font-size: clamp(1rem, 1.5vw, 1.16rem);
	line-height: 1.7;
	margin: 0;
	max-width: 620px;
}

.mioway-products-hero-panel {
	background: rgba(255, 255, 255, .86);
	border: 1px solid rgba(234, 223, 206, .96);
	border-radius: 30px;
	box-shadow: 0 28px 80px rgba(46, 46, 46, .12);
	padding: clamp(1.1rem, 2.4vw, 1.7rem);
}

.mioway-product-search {
	align-items: center;
	background: #fff;
	border: 2px solid rgba(74, 93, 73, .18);
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(46, 46, 46, .07);
	display: grid;
	gap: .65rem;
	grid-template-columns: auto 1fr auto;
	margin: 0;
	padding: .55rem;
}

.mioway-product-search > i {
	align-items: center;
	background: #f1eadf;
	border-radius: 12px;
	color: #4a5d49;
	display: inline-flex;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.mioway-product-search input {
	background: transparent;
	border: 0;
	color: #2e2e2e;
	font: inherit;
	font-size: 1rem;
	min-height: 46px;
	outline: 0;
	padding: 0 .25rem;
	width: 100%;
}

.mioway-product-search button {
	align-items: center;
	background: #4a5d49;
	border: 0;
	border-radius: 14px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 800;
	justify-content: center;
	min-height: 46px;
	padding: 0 1.25rem;
	transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.mioway-product-search button:hover {
	background: #3f513f;
	box-shadow: 0 12px 26px rgba(74, 93, 73, .18);
	transform: translateY(-1px);
}

.mioway-product-quick-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .65rem;
	margin-top: 1rem;
}

.mioway-product-quick-links span {
	color: #6f675e;
	font-size: .82rem;
	font-weight: 800;
}

.mioway-product-quick-links a {
	background: #f7f2ea;
	border: 1px solid #eadfce;
	border-radius: 999px;
	color: #4a5d49;
	font-size: .82rem;
	font-weight: 800;
	padding: .48rem .85rem;
	text-decoration: none;
}

.mioway-products-hero-stats {
	border-top: 1px solid #efe5d7;
	display: grid;
	gap: .75rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.15rem;
	padding-top: 1.15rem;
}

.mioway-products-hero-stats div {
	background: linear-gradient(180deg, #fbf8f2, #fff);
	border: 1px solid #efe5d7;
	border-radius: 16px;
	padding: .85rem .7rem;
	text-align: center;
}

.mioway-products-hero-stats strong {
	color: #4a5d49;
	display: block;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.45rem;
	line-height: 1;
}

.mioway-products-hero-stats span {
	color: #6f675e;
	display: block;
	font-size: .78rem;
	font-weight: 800;
	margin-top: .28rem;
}

.mioway-products-results-layout {
	display: grid;
	gap: clamp(1.35rem, 3vw, 2.1rem);
	grid-template-columns: minmax(220px, 280px) 1fr;
	margin: 0 auto;
	max-width: 1320px;
	padding: clamp(2.5rem, 5.5vw, 4.8rem) var(--wp--preset--spacing--40);
}

.mioway-products-sidebar {
	display: grid;
	gap: 1rem;
}

.mioway-products-filter-card,
.mioway-products-help-card {
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(234, 223, 206, .92);
	border-radius: 24px;
	box-shadow: 0 18px 48px rgba(46, 46, 46, .06);
	padding: 1.1rem;
}

.mioway-products-filter-card {
	position: sticky;
	top: 108px;
}

.mioway-products-filter-card h2,
.mioway-products-help-card h3 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.15rem;
	line-height: 1.18;
	margin: 0 0 .9rem;
}

.mioway-products-filter-card a {
	align-items: center;
	border-bottom: 1px solid #f0e8de;
	color: #5d5851;
	display: flex;
	font-size: .94rem;
	gap: .8rem;
	justify-content: space-between;
	padding: .78rem .2rem;
	text-decoration: none;
}

.mioway-products-filter-card a:last-child {
	border-bottom: 0;
}

.mioway-products-filter-card a span {
	font-weight: 700;
}

.mioway-products-filter-card a em {
	background: #f3eee5;
	border-radius: 999px;
	color: #4a5d49;
	font-size: .75rem;
	font-style: normal;
	font-weight: 800;
	min-width: 30px;
	padding: .18rem .46rem;
	text-align: center;
}

.mioway-products-filter-card a.is-active,
.mioway-products-filter-card a:hover {
	color: #4a5d49;
}

.mioway-products-filter-card a.is-active span::before {
	background: #4a5d49;
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 7px;
	margin-right: .5rem;
	vertical-align: middle;
	width: 7px;
}

.mioway-products-help-card {
	background: linear-gradient(145deg, #4a5d49, #61745d);
	color: #fff;
}

.mioway-products-help-card .mioway-eyebrow,
.mioway-products-help-card p {
	color: rgba(255, 255, 255, .78);
}

.mioway-products-help-card a {
	align-items: center;
	background: #fff;
	border-radius: 999px;
	color: #4a5d49;
	display: inline-flex;
	font-size: .82rem;
	font-weight: 800;
	margin-top: .25rem;
	padding: .72rem 1rem;
	text-decoration: none;
}

.mioway-products-results-main {
	min-width: 0;
}

.mioway-products-results-head {
	align-items: end;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1.25rem;
}

.mioway-products-results-head p {
	color: #6f675e;
	font-size: .9rem;
	font-weight: 700;
	margin: 0 0 .2rem;
}

.mioway-products-results-head h2 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.45rem, 2.6vw, 2.2rem);
	line-height: 1.1;
	margin: 0;
}

.mioway-products-results-head > a {
	border: 1px solid #eadfce;
	border-radius: 999px;
	color: #4a5d49;
	font-size: .82rem;
	font-weight: 800;
	padding: .62rem .95rem;
	text-decoration: none;
	white-space: nowrap;
}

.mioway-product-results-grid {
	gap: clamp(1rem, 2vw, 1.45rem);
}

.mioway-products-page .mioway-product-card {
	border-color: rgba(234, 223, 206, .88);
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(46, 46, 46, .055);
}

.mioway-products-page .mioway-product-card-image,
.mioway-products-page .mioway-product-card-placeholder {
	aspect-ratio: 1 / 1.08;
}

.mioway-products-page .mioway-product-card-body {
	padding: .95rem;
}

.mioway-products-page .mioway-product-style {
	font-size: .68rem;
	margin-bottom: .35rem;
}

.mioway-products-page .mioway-product-card h2 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.1rem;
	line-height: 1.2;
	margin-bottom: .35rem;
}

.mioway-products-page .mioway-product-card-body > p:not(.mioway-product-style) {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: .88rem;
	line-height: 1.45;
	min-height: 2.55em;
	overflow: hidden;
}

.mioway-products-page .mioway-product-actions a {
	font-size: .72rem;
	padding: .62rem .78rem;
}

.mioway-products-empty {
	background: #fff;
	border: 1px dashed #d8c3a5;
	border-radius: 22px;
	grid-column: 1 / -1;
	padding: 2rem;
	text-align: center;
}

.mioway-product-inspiration,
.mioway-products-service-strip {
	margin: 0 auto;
	max-width: 1320px;
	padding: 0 var(--wp--preset--spacing--40) clamp(2.8rem, 5vw, 4.5rem);
}

.mioway-products-section-title {
	margin-bottom: 1.25rem;
	text-align: center;
}

.mioway-products-section-title h2 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.6rem, 3vw, 2.5rem);
	line-height: 1.1;
	margin: 0;
}

.mioway-product-inspiration-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mioway-product-inspiration-grid article {
	background: linear-gradient(145deg, #fff, #f7f2ea);
	border: 1px solid rgba(234, 223, 206, .92);
	border-radius: 22px;
	box-shadow: 0 14px 36px rgba(46, 46, 46, .045);
	padding: 1.25rem;
}

.mioway-product-inspiration-grid span {
	color: #4a5d49;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.mioway-product-inspiration-grid h3 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.25rem;
	line-height: 1.18;
	margin: .45rem 0 .65rem;
}

.mioway-product-inspiration-grid p {
	color: #5d5851;
	font-size: .94rem;
	line-height: 1.55;
	margin: 0;
}

.mioway-products-service-strip {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mioway-products-service-strip div {
	background: #fff;
	border: 1px solid rgba(234, 223, 206, .88);
	border-radius: 18px;
	display: grid;
	gap: .45rem;
	padding: 1.05rem;
}

.mioway-products-service-strip i {
	align-items: center;
	background: #f1eadf;
	border-radius: 999px;
	color: #4a5d49;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.mioway-products-service-strip strong {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.05rem;
}

.mioway-products-service-strip span {
	color: #5d5851;
	font-size: .86rem;
	line-height: 1.45;
}

@media (max-width: 980px) {
	.mioway-products-results-layout {
		grid-template-columns: 1fr;
	}

	.mioway-products-filter-card {
		position: static;
	}

	.mioway-products-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mioway-product-inspiration-grid,
	.mioway-products-service-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 780px) {
	.mioway-product-search {
		border-radius: 22px;
		grid-template-columns: 1fr;
		padding: .7rem;
	}

	.mioway-product-search button {
		width: 100%;
	}

	.mioway-products-sidebar,
	.mioway-product-inspiration-grid,
	.mioway-products-service-strip {
		grid-template-columns: 1fr;
	}

	.mioway-products-results-head {
		align-items: start;
		flex-direction: column;
	}
}

.mioway-products-page {
	--products-green: #6b7d6f;
	--products-light-green: #e8ece0;
	--products-cream: #f9f7f3;
	--products-beige: #d9cbc0;
	--products-gray: #666;
	--products-border: #cccccc;
	background: var(--products-cream);
	color: #333;
}

.mioway-products-wrap {
	margin: 0 auto;
	padding: 18px 15px 56px;
	width: 100%;
}

@media (min-width: 1024px) {
	.mioway-products-wrap {
		width: 80vw;
	}
}

.mioway-products-search-title {
	margin-bottom: 16px;
}

.mioway-products-tip,
.mioway-products-count {
	color: var(--products-gray);
	font-size: 14px;
	margin: 0;
}

.mioway-products-tip {
	margin-bottom: 4px;
}

.mioway-products-count {
	margin-top: 5px;
}

.mioway-products-search-title h2 {
	color: #333;
	font-family: Georgia, serif;
	font-size: clamp(2rem, 4vw, 36px);
	font-style: italic;
	font-weight: 400;
	line-height: 1.1;
	margin: 0;
}

.mioway-products-filter-bar {
	align-items: center;
	display: grid;
	gap: 10px 20px;
	grid-template-columns: 1fr auto;
	margin-bottom: 18px;
	padding-bottom: 2px;
}

.mioway-products-style-pills {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	justify-content: center;
	min-width: 0;
}

.mioway-products-style-pill {
	background: #fff;
	border: 1px solid #d9d2c8;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(46, 46, 46, .04);
	color: #4f4a44;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1;
	min-width: 72px;
	padding: 8px 16px;
	text-align: center;
	text-decoration: none;
	transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.mioway-products-style-pill:hover,
.mioway-products-style-pill.is-active {
	background: #6b7d6f;
	border-color: #6b7d6f;
	color: #fff;
	transform: translateY(-1px);
}

.mioway-products-sort-box {
	align-items: center;
	display: flex;
	font-size: 14px;
	gap: 8px;
}

.mioway-products-sort-box select {
	background: #fff;
	border: 1px solid var(--products-border);
	border-radius: 5px;
	color: #4f4a44;
	font: inherit;
	font-size: 12.5px;
	min-height: 32px;
	padding: 5px 26px 5px 10px;
}

.mioway-products-content-box {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}

.mioway-products-left-filter {
	background: rgba(255, 255, 255, .72);
	border: 1px solid #e7ded2;
	border-radius: 16px;
	box-shadow: 0 14px 34px rgba(46, 46, 46, .045);
	min-width: 250px;
	padding: 16px 14px;
	width: 250px;
}

.mioway-products-filter-block {
	border-bottom: 1px solid #ece4da;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.mioway-products-filter-block:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.mioway-products-filter-block:not([open]) {
	margin-bottom: 8px;
}

.mioway-products-filter-head {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-bottom: 8px;
	min-height: 22px;
}

.mioway-products-filter-head::-webkit-details-marker {
	display: none;
}

.mioway-products-filter-head h4 {
	color: #2f2b27;
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.mioway-products-filter-head span {
	align-items: center;
	color: var(--products-green);
	display: inline-flex;
	font-size: 11px;
	gap: 3px;
	line-height: 1;
}

.mioway-products-filter-head span::after {
	content: "▾";
	font-size: 9px;
	transform: translateY(-1px);
}

.mioway-products-filter-block[open] > .mioway-products-filter-head span::before {
	content: "Show less";
}

.mioway-products-filter-block[open] > .mioway-products-filter-head span {
	font-size: 0;
}

.mioway-products-filter-block[open] > .mioway-products-filter-head span::before,
.mioway-products-filter-block[open] > .mioway-products-filter-head span::after {
	font-size: 11px;
}

.mioway-products-check-item {
	align-items: center;
	border-radius: 8px;
	color: #2f2b27;
	display: grid;
	font-size: 13.5px;
	gap: 9px;
	grid-template-columns: 15px minmax(0, 1fr) auto;
	line-height: 1.15;
	margin: 0;
	min-height: 30px;
	padding: 5px 8px;
	text-decoration: none;
	transition: background .18s ease, color .18s ease;
}

.mioway-products-check-item:hover,
.mioway-products-check-item.is-active {
	background: #edf1e8;
	color: var(--products-green);
}

.mioway-products-check-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mioway-products-check-item em {
	background: #f4efe8;
	border-radius: 999px;
	color: #7c7369;
	font-size: 10.5px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	min-width: 21px;
	padding: 3px 6px;
	text-align: center;
}

.mioway-products-check-item.is-active em,
.mioway-products-check-item:hover em {
	background: #6b7d6f;
	color: #fff;
}

.mioway-products-check-item input {
	accent-color: var(--products-green);
	height: 14px;
	margin: 0;
	pointer-events: none;
	width: 14px;
}

.mioway-products-color-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 2px 6px 4px;
}

.mioway-products-color-dot {
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #d8d0c7;
	display: block;
	height: 20px;
	transition: box-shadow .18s ease, transform .18s ease;
	width: 20px;
}

.mioway-products-color-dot.is-active,
.mioway-products-color-dot:hover {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--products-green);
	transform: translateY(-1px);
}

.mioway-products-right-main {
	flex: 1;
	min-width: 300px;
}

.mioway-products-goods-grid {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	margin-bottom: 42px;
}

.mioway-products-goods-card {
	display: flex;
	flex-direction: column;
}

.mioway-products-img-container {
	display: block;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.mioway-products-img-empty,
.mioway-products-goods-image {
	aspect-ratio: 1 / 1;
	background: #eee;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform .25s ease;
	width: 100%;
}

.mioway-products-goods-card:hover .mioway-products-img-empty,
.mioway-products-goods-card:hover .mioway-products-goods-image {
	transform: scale(1.025);
}

.mioway-products-goods-name {
	font-family: var(--wp--preset--font-family--body);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0 0 7px;
}

.mioway-products-goods-name a {
	color: #333;
	text-decoration: none;
}

.mioway-products-goods-name a:hover {
	color: var(--products-green);
}

.mioway-products-goods-price {
	color: #666;
	font-size: 14.5px;
	margin-bottom: 7px;
}

.mioway-products-goods-rating {
	align-items: center;
	color: #777;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 7px;
	margin-bottom: 10px;
}

.mioway-products-goods-rating .mioway-product-stars {
	font-size: 13px;
	gap: 1px;
}

.mioway-products-goods-rating span {
	line-height: 1;
}

.mioway-products-tag {
	align-self: flex-start;
	border-radius: 999px;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	padding: 5px 13px;
}

.mioway-products-tag-hot {
	background: var(--products-green);
	color: #fff;
}

.mioway-products-tag-new {
	background: var(--products-beige);
	color: #333;
}

.mioway-products-blog-wrap {
	background: #fff;
	border-radius: 6px;
	padding: 30px;
}

.mioway-products-blog-wrap > h3 {
	font-family: Georgia, serif;
	font-size: 19px;
	font-weight: 400;
	margin: 0 0 6px;
}

.mioway-products-blog-top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
}

.mioway-products-blog-top p {
	color: #777;
	font-size: 13px;
	letter-spacing: .4px;
	margin: 0;
	text-transform: uppercase;
}

.mioway-products-blog-top a {
	color: var(--products-green);
	font-size: 13px;
	text-decoration: none;
}

.mioway-products-blog-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.mioway-products-blog-media,
.mioway-products-blog-media span,
.mioway-products-blog-media img {
	background: #eee;
	display: block;
	height: 220px;
	margin-bottom: 9px;
	object-fit: cover;
	width: 100%;
}

.mioway-products-blog-item p {
	color: #777;
	font-size: 11px;
	letter-spacing: .3px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.mioway-products-blog-item h4 {
	font-family: var(--wp--preset--font-family--body);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}

.mioway-products-blog-item h4 a {
	color: #333;
	text-decoration: none;
}

.mioway-products-empty {
	background: #fff;
	border: 1px dashed var(--products-beige);
	border-radius: 6px;
	grid-column: 1 / -1;
	padding: 2rem;
	text-align: center;
}

.mioway-products-empty a {
	color: var(--products-green);
	font-weight: 700;
}

@media (max-width: 860px) {
	.mioway-products-left-filter {
		box-sizing: border-box;
		min-width: 0;
		width: 100%;
	}

	.mioway-products-content-box {
		gap: 24px;
	}
}

@media (max-width: 640px) {
	.mioway-products-wrap {
		padding-inline: 12px;
	}

	.mioway-products-filter-bar {
		grid-template-columns: 1fr;
	}

	.mioway-products-blog-top {
		align-items: flex-start;
		flex-direction: column;
	}

	.mioway-products-style-pills {
		flex-wrap: nowrap;
		gap: 10px;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	.mioway-products-style-pills::-webkit-scrollbar {
		display: none;
	}

	.mioway-products-style-pill {
		flex: 0 0 auto;
		min-width: 72px;
	}

	.mioway-products-sort-box,
	.mioway-products-sort-box select {
		width: 100%;
	}
}

.mioway-404-page {
	background: #f9f6ec;
	color: #333;
}

.mioway-404-wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	margin: 0 auto;
	max-width: 1280px;
	min-height: clamp(520px, 70vh, 760px);
	padding: clamp(42px, 6vw, 72px) 30px;
}

.mioway-404-left,
.mioway-404-right {
	flex: 1 1 320px;
}

.mioway-404-num {
	color: #6b7d6f;
	font-family: Georgia, serif;
	font-size: clamp(64px, 7vw, 96px);
	font-weight: 400;
	line-height: 1;
	margin: 0;
}

.mioway-404-leaf-divider {
	background: #6b7d6f;
	clip-path: polygon(0 50%,15% 0,30% 50%,45% 0,60% 50%,75% 0,90% 50%,100% 50%,90% 100%,75% 50%,60% 100%,45% 50%,30% 100%,15% 50%);
	height: 18px;
	margin: 12px 0 30px;
	opacity: .82;
	width: 110px;
}

.mioway-404-title {
	color: #333;
	font-family: Georgia, serif;
	font-size: clamp(42px, 5.2vw, 66px);
	font-weight: 400;
	line-height: 1.08;
	margin: 0 0 24px;
}

.mioway-404-desc {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 36px;
}

.mioway-404-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.mioway-404-btn {
	align-items: center;
	border-radius: 2px;
	display: inline-flex;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: .02em;
	padding: 14px 28px;
	text-decoration: none;
	transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.mioway-404-btn:hover {
	transform: translateY(-1px);
}

.mioway-404-btn-home {
	background: transparent;
	border: 1px solid #333;
	color: #333;
}

.mioway-404-btn-home::before {
	content: "⌂";
	font-size: 18px;
	line-height: 1;
}

.mioway-404-btn-collections {
	background: #6b7d6f;
	border: 1px solid #6b7d6f;
	color: #fff;
}

.mioway-404-btn-collections::before {
	content: "✦";
	font-size: 15px;
	line-height: 1;
}

.mioway-404-image-panel {
	aspect-ratio: 4 / 3;
	background: radial-gradient(circle at 18% 18%, rgba(255,255,255,.58), transparent 30%), linear-gradient(135deg, rgba(107,125,111,.16), rgba(249,246,236,.2)), url('/wp-content/themes/mioway/assets/images/home/home-14-application-living-room.png') center / cover;
	border: 1px solid rgba(107, 125, 111, .18);
	border-radius: 6px;
	box-shadow: 0 24px 70px rgba(46, 46, 46, .08);
	min-height: 300px;
	width: 100%;
}

@media (max-width: 768px) {
	.mioway-404-wrap {
		gap: 30px;
		padding: 30px 20px 48px;
	}

	.mioway-404-desc br {
		display: none;
	}

	.mioway-404-btn {
		justify-content: center;
		width: 100%;
	}
}

.mioway-collections-page {
	background: #fff;
	color: #333;
	font-family: Georgia, 'Times New Roman', serif;
}

.mioway-collections-container {
	padding: 0 0 72px;
}

.mioway-collections-banner {
	background: #f7f2ea;
	display: grid;
	grid-template-columns: 42% 58%;
	height: clamp(460px, 34vw, 520px);
	margin-bottom: 34px;
	width: 100%;
}

.mioway-collections-banner-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 56px clamp(24px, 5vw, 80px);
}

.mioway-collections-eyebrow {
	color: #4a5d49;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
	line-height: 1;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.mioway-collections-banner h1 {
	font-size: clamp(3rem, 5vw, 4.85rem);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: .98;
	margin: 0 0 22px;
}

.mioway-collections-banner p:not(.mioway-collections-eyebrow) {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 15.5px;
	line-height: 1.7;
	margin: 0 0 30px;
	max-width: 430px;
}

.mioway-collections-banner a,
.mioway-collections-contact-box > a {
	background: #4a5d49;
	border: 1px solid #4a5d49;
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(74, 93, 73, .16);
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .06em;
	padding: 13px 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
	width: fit-content;
}

.mioway-collections-banner a:hover,
.mioway-collections-contact-box > a:hover {
	background: #3f513f;
	border-color: #3f513f;
	box-shadow: 0 16px 34px rgba(74, 93, 73, .22);
	transform: translateY(-1px);
}

.mioway-collections-banner-img {
	display: block;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.mioway-collections-section-heading,
.mioway-collections-room-grid,
.mioway-collections-feature-section,
.mioway-collections-faq-contact-section {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

@media (min-width: 1024px) {
	.mioway-collections-section-heading,
	.mioway-collections-room-grid,
	.mioway-collections-feature-section,
	.mioway-collections-faq-contact-section {
		width: 85vw;
	}
}

.mioway-collections-section-heading {
	margin-bottom: 22px;
	text-align: center;
}

.mioway-collections-section-heading h2 {
	font-size: clamp(2rem, 3.1vw, 3rem);
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: 1.08;
	margin: 0 auto 14px;
	max-width: 760px;
}

.mioway-collections-section-heading > p:not(.mioway-collections-eyebrow) {
	color: #625d55;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 680px;
}

.mioway-collections-room-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 48px;
}

.mioway-collections-room-card {
	border-radius: 22px;
	box-shadow: 0 18px 48px rgba(46, 46, 46, .07);
	color: inherit;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: box-shadow .24s ease, transform .24s ease;
}

.mioway-collections-room-card::after {
	background: linear-gradient(180deg, transparent 46%, rgba(46, 46, 46, .24));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.mioway-collections-room-card:hover {
	box-shadow: 0 26px 68px rgba(46, 46, 46, .12);
	transform: translateY(-4px);
}

.mioway-collections-room-card img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform .36s ease, filter .36s ease;
	width: 100%;
}

.mioway-collections-room-card:hover img {
	filter: saturate(1.05) contrast(1.03);
	transform: scale(1.045);
}

.mioway-collections-room-card span {
	background: rgba(255, 255, 255, .9);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, .78);
	border-radius: 999px;
	bottom: 18px;
	box-shadow: 0 12px 28px rgba(46, 46, 46, .1);
	font-size: 17px;
	font-weight: 500;
	left: 18px;
	line-height: 1.1;
	padding: 12px 18px;
	position: absolute;
	z-index: 1;
}

.mioway-collections-room-card span::after {
	content: " →";
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.mioway-collections-room-card small {
	color: #5f5a52;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	margin-top: 4px;
	text-transform: uppercase;
}

.mioway-collections-feature-section {
	display: grid;
	gap: 22px;
	grid-template-columns: 2fr 3fr;
	margin-bottom: 48px;
}

.mioway-collections-advantage-box,
.mioway-collections-product-box,
.mioway-collections-faq-box,
.mioway-collections-contact-box {
	border-radius: 24px;
	box-shadow: 0 18px 48px rgba(46, 46, 46, .06);
	overflow: hidden;
}

.mioway-collections-advantage-box {
	background: linear-gradient(145deg, #e8ece0, #f7f2ea);
	border: 1px solid rgba(234, 223, 206, .9);
	padding: 40px;
}

.mioway-collections-advantage-box h2,
.mioway-collections-product-top h2,
.mioway-collections-faq-box h2,
.mioway-collections-contact-box h2 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.22;
	margin: 0 0 24px;
}

.mioway-collections-advantage-list {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, 1fr);
}

.mioway-collections-advantage-list div {
	display: grid;
	gap: 5px 10px;
	grid-template-columns: 34px 1fr;
}

.mioway-collections-advantage-list i {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(74, 93, 73, .14);
	border-radius: 50%;
	color: #4a5d49;
	display: flex;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.mioway-collections-advantage-list h3 {
	font-family: Georgia, serif;
	font-size: 14px;
	margin: 0;
}

.mioway-collections-advantage-list p {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 13px;
	grid-column: 2;
	line-height: 1.45;
	margin: 0;
}

.mioway-collections-product-box {
	background: #fff;
	border: 1px solid rgba(234, 223, 206, .9);
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(150px, 1fr) 3fr;
	padding: 14px;
}

.mioway-collections-product-feature-img,
.mioway-collections-product-item img {
	aspect-ratio: 1 / 1;
	border-radius: 18px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.mioway-collections-product-feature-img {
	height: 100%;
}

.mioway-collections-product-list-wrap {
	padding: 10px 6px 8px 0;
}

.mioway-collections-product-top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.mioway-collections-product-top h2 {
	font-size: 20px;
	margin: 0;
}

.mioway-collections-product-top a {
	color: #6b7d6f;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.mioway-collections-product-grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(4, 1fr);
}

.mioway-collections-product-item {
	border-radius: 16px;
	color: inherit;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	transition: background .2s ease, transform .2s ease;
}

.mioway-collections-product-item:hover {
	background: #fbf8f2;
	transform: translateY(-2px);
}

.mioway-collections-product-item img {
	margin-bottom: 10px;
	transition: filter .24s ease, transform .24s ease;
}

.mioway-collections-product-item:hover img {
	filter: saturate(1.04) contrast(1.02);
	transform: scale(1.025);
}

.mioway-collections-product-item strong {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 5px;
}

.mioway-collections-product-item span {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

.mioway-collections-faq-contact-section {
	display: grid;
	gap: 22px;
	grid-template-columns: 2fr 1fr 2fr;
}

.mioway-collections-faq-box {
	background: #fff;
	border: 1px solid rgba(234, 223, 206, .9);
	padding: 34px;
}

.mioway-collections-faq-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mioway-collections-faq-list details {
	background: #fbf8f2;
	border: 1px solid #eadfce;
	border-radius: 14px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 14px 16px;
}

.mioway-collections-faq-list summary {
	cursor: pointer;
	list-style: none;
}

.mioway-collections-faq-list summary::-webkit-details-marker {
	display: none;
}

.mioway-collections-faq-list summary::after {
	color: #555;
	content: "▼";
	float: right;
	font-size: 10px;
	margin-left: 10px;
}

.mioway-collections-faq-list p {
	color: #555;
	font-size: 13px;
	line-height: 1.5;
	margin: 10px 0 0;
}

.mioway-collections-middle-img {
	aspect-ratio: 3 / 4;
	border-radius: 24px;
	box-shadow: 0 18px 48px rgba(46, 46, 46, .06);
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mioway-collections-contact-box {
	background: linear-gradient(145deg, #4a5d49, #61745d);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px;
}

.mioway-collections-contact-box h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

.mioway-collections-contact-box p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 25px;
	opacity: .9;
}

.mioway-collections-contact-box > a {
	background: transparent;
	border: 1px solid #fff;
	margin-bottom: 30px;
	padding: 10px 20px;
}

.mioway-collections-contact-info {
	display: flex;
	flex-direction: column;
	font-family: Arial, sans-serif;
	font-size: 13px;
	gap: 10px;
}

@media (max-width: 992px) {
	.mioway-collections-room-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mioway-collections-feature-section {
		grid-template-columns: 1fr;
	}

	.mioway-collections-faq-contact-section {
		grid-template-columns: 1fr 1fr;
	}

	.mioway-collections-middle-img {
		display: none;
	}
}

@media (max-width: 768px) {
	.mioway-collections-container {
		padding-inline: 0;
	}

	.mioway-collections-banner {
		grid-template-columns: 1fr;
		height: auto;
		margin-bottom: 28px;
	}

	.mioway-collections-banner-img {
		height: 320px;
		min-height: 0;
	}

	.mioway-collections-banner-text,
	.mioway-collections-advantage-box,
	.mioway-collections-contact-box,
	.mioway-collections-faq-box {
		padding: 30px 20px;
	}

	.mioway-collections-section-heading {
		margin-bottom: 18px;
		text-align: left;
	}

	.mioway-collections-room-grid,
	.mioway-collections-faq-contact-section,
	.mioway-collections-product-box {
		grid-template-columns: 1fr;
	}

	.mioway-collections-product-list-wrap {
		padding: 4px 0 0;
	}

	.mioway-collections-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mioway-collections-advantage-list {
		grid-template-columns: 1fr;
	}
}

.mioway-blog-index {
	background: #fff;
	color: #222;
	font-family: Georgia, 'Times New Roman', serif;
}

.mioway-blog-container {
	margin: 0 auto;
	padding: 0 0 54px;
	width: 100%;
}

.mioway-blog-banner {
	background: #f9f7f3;
	display: grid;
	grid-template-columns: 42% 58%;
	height: clamp(460px, 34vw, 540px);
	margin-bottom: 34px;
	width: 100%;
}

.mioway-blog-banner-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 56px clamp(24px, 5vw, 80px);
}

.mioway-blog-banner-tag,
.mioway-blog-featured-card p,
.mioway-blog-article-card > p {
	color: #666;
	font-size: 12px;
	letter-spacing: .08em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.mioway-blog-banner-tag {
	font-size: 14px;
	margin-bottom: 15px;
}

.mioway-blog-banner h1 {
	font-size: clamp(3rem, 5vw, 4.85rem);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: .98;
	margin: 0 0 22px;
}

.mioway-blog-banner-left > p:not(.mioway-blog-banner-tag) {
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	margin: 0 0 30px;
	max-width: 400px;
}

.mioway-blog-banner-left > a,
.mioway-blog-subscribe button {
	background: #4a5d48;
	border: 1px solid #4a5d48;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .04em;
	padding: 12px 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
	width: fit-content;
}

.mioway-blog-banner-left > a:hover,
.mioway-blog-subscribe button:hover {
	background: #3f513f;
	border-color: #3f513f;
	transform: translateY(-1px);
}

.mioway-blog-banner-right {
	min-height: 0;
	position: relative;
}

.mioway-blog-banner-right > img,
.mioway-blog-subscribe > img,
.mioway-blog-article-image img {
	background: #eee;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mioway-blog-banner-right > img {
	height: 100%;
	object-position: center center;
}

.mioway-blog-featured-card {
	background: rgba(255, 255, 255, .92);
	backdrop-filter: blur(12px);
	bottom: 26px;
	box-shadow: 0 18px 48px rgba(46, 46, 46, .1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 360px;
	padding: 28px 26px;
	position: absolute;
	right: 26px;
}

.mioway-blog-featured-card h2 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

.mioway-blog-featured-card span {
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.55;
	margin-bottom: 20px;
}

.mioway-blog-featured-card a,
.mioway-blog-article-card > a:last-child {
	color: #4a5d48;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .03em;
	text-decoration: none;
	text-transform: uppercase;
}

.mioway-blog-tabs {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin: 0 auto 36px;
	padding: 0 20px;
	width: 100%;
}

.mioway-blog-tabs a {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 999px;
	color: #222;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 8px 20px;
	text-decoration: none;
	transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.mioway-blog-tabs a.is-active,
.mioway-blog-tabs a:hover {
	background: #4a5d48;
	border-color: #4a5d48;
	color: #fff;
}

.mioway-blog-articles-grid {
	box-sizing: border-box;
	display: grid;
	gap: 28px 24px;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto 48px;
	padding: 0 20px;
	width: 100%;
}

.mioway-blog-article-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.mioway-blog-article-image {
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
	text-decoration: none;
}

.mioway-blog-article-image img {
	aspect-ratio: 4 / 3;
	height: auto;
	transition: transform .28s ease, filter .28s ease;
}

.mioway-blog-article-card:hover .mioway-blog-article-image img {
	filter: saturate(1.04) contrast(1.02);
	transform: scale(1.035);
}

.mioway-blog-article-card h2 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 10px;
}

.mioway-blog-article-card h2 a {
	color: inherit;
	text-decoration: none;
}

.mioway-blog-article-card h2 a:hover {
	color: #4a5d48;
}

.mioway-blog-article-card > div {
	color: #666;
	display: flex;
	font-family: Arial, sans-serif;
	font-size: 12px;
	gap: 10px;
	margin-bottom: 15px;
}

.mioway-blog-subscribe {
	align-items: stretch;
	background: #e8ece0;
	box-sizing: border-box;
	display: flex;
	gap: 36px;
	margin: 0 auto 40px;
	padding: 26px;
	width: 100%;
}

.mioway-blog-subscribe > img {
	aspect-ratio: 16 / 9;
	border-radius: 18px;
	flex: 0 0 48%;
	height: auto;
	max-height: 360px;
	max-width: 48%;
	min-width: 0;
}

.mioway-blog-subscribe-content {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 0 24px 0 10px;
}

.mioway-blog-subscribe-content > span {
	color: #4a5d48;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}

.mioway-blog-subscribe h2 {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.15;
	margin: 0 0 15px;
}

.mioway-blog-subscribe p {
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 25px;
	max-width: 500px;
}

.mioway-blog-subscribe-message {
	border-radius: 10px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 14px;
	padding: 12px 14px;
}

.mioway-blog-subscribe-message.is-success {
	background: rgba(74, 93, 72, .12);
	border: 1px solid rgba(74, 93, 72, .28);
	color: #3f513f;
}

.mioway-blog-subscribe-message.is-error {
	background: rgba(160, 65, 52, .1);
	border: 1px solid rgba(160, 65, 52, .24);
	color: #8a382f;
}

.mioway-blog-subscribe form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mioway-blog-subscribe input {
	border: 1px solid #ddd;
	flex: 1;
	font: 14px Arial, sans-serif;
	min-width: 200px;
	outline: 0;
	padding: 12px 15px;
}

.mioway-blog-subscribe small {
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}

@media (min-width: 1024px) {
	.mioway-blog-tabs,
	.mioway-blog-articles-grid {
		width: 85vw;
	}
}

@media (max-width: 992px) {
	.mioway-blog-banner,
	.mioway-blog-subscribe {
		grid-template-columns: 1fr;
	}

	.mioway-blog-banner {
		height: auto;
	}

	.mioway-blog-banner-right {
		height: 360px;
	}

	.mioway-blog-featured-card {
		bottom: 18px;
		left: 18px;
		max-width: none;
		right: 18px;
	}

	.mioway-blog-articles-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mioway-blog-subscribe {
		flex-direction: column;
	}

	.mioway-blog-subscribe > img {
		flex-basis: auto;
		max-width: 100%;
		width: 100%;
	}

	.mioway-blog-subscribe-content {
		padding: 24px 0 0;
	}
}

@media (max-width: 768px) {
	.mioway-blog-container {
		padding-inline: 0;
	}

	.mioway-blog-banner-left,
	.mioway-blog-subscribe {
		padding: 30px 20px;
	}

	.mioway-blog-banner h1 {
		font-size: 36px;
	}

	.mioway-blog-articles-grid {
		grid-template-columns: 1fr;
	}

	.mioway-blog-subscribe h2 {
		font-size: 24px;
	}

	.mioway-blog-subscribe form,
	.mioway-blog-subscribe button {
		width: 100%;
	}
}

.mioway-about-page {
	background: #f8f4ea;
	color: #2c2c2c;
	font-family: Arial, sans-serif;
}

.mioway-about-page h1,
.mioway-about-page h2,
.mioway-about-page h3,
.mioway-about-page h4 {
	font-family: Georgia, 'Times New Roman', serif;
}

.mioway-about-container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding-left: clamp(24px, 4vw, 96px);
	padding-right: clamp(24px, 4vw, 96px);
	width: 100%;
}

.mioway-about-hero {
	background-position: center;
	background-size: cover;
	display: block;
	height: 60vh;
	min-height: 520px;
	position: relative;
}

.mioway-about-hero-overlay {
	background: rgba(248, 244, 234, .4);
	backdrop-filter: blur(4px);
	inset: 0;
	position: absolute;
}

.mioway-about-hero-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.mioway-about-hero h1 {
	color: #2c2c2c;
	font-size: clamp(3rem, 6vw, 4.7rem);
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1;
	margin: 0 0 16px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.1);
}

.mioway-about-hero-subtitle {
	color: #5a6d57;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	line-height: 1.25;
	margin: 0 0 24px;
}

.mioway-about-hero-text {
	color: rgba(44, 44, 44, .9);
	font-size: 16px;
	line-height: 1.65;
	margin: 0 0 32px;
	max-width: 580px;
}

.mioway-about-button {
	background: #5a6d57;
	border: 0;
	border-radius: 2px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	letter-spacing: .03em;
	padding: 13px 32px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .2s ease, transform .2s ease;
	width: fit-content;
}

.mioway-about-button:hover {
	background: #8a9887;
	transform: translateY(-1px);
}

.mioway-about-story-section,
.mioway-about-quality-section,
.mioway-about-vision-section {
	padding: 64px 0;
}

.mioway-about-story-grid {
	display: grid;
	gap: 48px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mioway-about-story-grid h2,
.mioway-about-why-section h2 {
	color: #2c2c2c;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 24px;
}

.mioway-about-story-grid p {
	color: rgba(44, 44, 44, .8);
	font-size: 16px;
	line-height: 1.65;
	margin: 0 0 16px;
}

.mioway-about-quote {
	color: #c4a988 !important;
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	margin-top: 24px !important;
}

.mioway-about-timeline {
	align-items: center;
	display: flex;
	gap: 0;
	grid-template-columns: none;
	justify-content: space-between;
}

.mioway-about-timeline-item {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	text-align: center;
	transition: transform .3s ease;
	width: 96px;
}

.mioway-about-timeline-item:hover,
.mioway-about-why-card:hover {
	transform: scale(1.05);
}

.mioway-about-timeline-icon,
.mioway-about-why-card > div,
.mioway-about-vision-card > div {
	align-items: center;
	background: transparent;
	border: 2px solid #c4a988;
	border-radius: 50%;
	color: #c4a988;
	display: flex;
	font-size: 18px;
	height: 48px;
	justify-content: center;
	margin: 0 auto 8px;
	width: 48px;
}

.mioway-about-timeline-item p {
	color: #2c2c2c;
	font-weight: 500;
	line-height: 1.25;
	margin: 0 0 4px;
}

.mioway-about-timeline-item span {
	color: rgba(44, 44, 44, .7);
	display: block;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 4px;
}

.mioway-about-timeline-item small {
	color: rgba(44, 44, 44, .6);
	display: block;
	font-size: 12px;
	line-height: 1.25;
}

.mioway-about-timeline-line {
	background: #c4a988;
	flex: 1;
	height: 2px;
	margin: 0 8px;
}

.mioway-about-why-section {
	background: rgba(255, 255, 255, .5);
	padding: 64px 0;
}

.mioway-about-why-section h2 {
	margin-bottom: 48px;
	text-align: center;
}

.mioway-about-why-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mioway-about-why-card {
	background: rgba(255, 255, 255, .8);
	border: 1px solid rgba(196, 169, 136, .1);
	border-radius: 2px;
	box-shadow: none;
	padding: 24px;
	text-align: center;
	transition: transform .3s ease;
}

.mioway-about-why-card h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 8px;
}

.mioway-about-why-card p {
	color: rgba(44, 44, 44, .7);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.mioway-about-quality-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mioway-about-quality-copy {
	background: #5a6d57;
	border-radius: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 48px;
}

.mioway-about-quality-copy h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 24px;
}

.mioway-about-quality-copy > p {
	color: rgba(255, 255, 255, .9) !important;
	font-size: 16px;
	line-height: 1.65;
	margin: 0 0 32px;
}

.mioway-about-quality-list {
	display: grid;
	gap: 16px;
}

.mioway-about-quality-list > div {
	align-items: flex-start;
	display: flex;
	gap: 16px;
}

.mioway-about-quality-list i {
	color: #c4a988;
	font-size: 18px;
	line-height: 1;
	margin-top: 4px;
}

.mioway-about-quality-list strong,
.mioway-about-quality-list small {
	display: block;
}

.mioway-about-quality-list strong {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 4px;
}

.mioway-about-quality-list small {
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
	line-height: 1.45;
}

.mioway-about-quality-image {
	background-position: center;
	background-size: cover;
	height: 500px;
	min-height: 500px;
}

.mioway-about-vision-grid {
	display: grid;
	gap: 48px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mioway-about-vision-card {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	text-align: center;
}

.mioway-about-vision-card > div {
	margin-bottom: 24px;
}

.mioway-about-vision-card h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 16px;
}

.mioway-about-vision-card p {
	color: rgba(44, 44, 44, .8);
	font-size: 16px;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 450px;
}

@media (max-width: 1024px) {
	.mioway-about-why-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 769px) {
	.mioway-about-hero {
		height: 70vh;
	}
}

@media (max-width: 768px) {
	.mioway-about-container {
		padding-left: 24px;
		padding-right: 24px;
	}

	.mioway-about-hero {
		height: 60vh;
		min-height: 480px;
	}

	.mioway-about-story-grid,
	.mioway-about-quality-grid,
	.mioway-about-vision-grid {
		grid-template-columns: 1fr;
	}

	.mioway-about-timeline {
		align-items: center;
		flex-direction: column;
	}

	.mioway-about-timeline-line {
		flex: none;
		height: 40px;
		margin: 8px 0;
		width: 2px;
	}

	.mioway-about-why-grid {
		grid-template-columns: 1fr;
	}

	.mioway-about-quality-copy {
		padding: 36px 24px;
	}

	.mioway-about-quality-image {
		height: 360px;
		min-height: 360px;
	}
}


.mioway-contact-page {
	background: #f8f3e9;
	color: #333;
	font-family: Arial, sans-serif;
}

.mioway-contact-page h1,
.mioway-contact-page h3 {
	font-family: Georgia, 'Times New Roman', serif;
}

.mioway-contact-container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding-left: clamp(24px, 4vw, 96px);
	padding-right: clamp(24px, 4vw, 96px);
	width: 100%;
}

.mioway-contact-hero {
	align-items: center;
	background-blend-mode: normal;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	min-height: 460px;
	padding: 132px 0;
}

.mioway-contact-hero-inner {
	text-align: center;
}

.mioway-contact-hero-inner > p {
	color: #b99963;
	font-size: 14px;
	letter-spacing: .16em;
	line-height: 1.2;
	margin: 0 0 12px;
}

.mioway-contact-hero h1 {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 500;
	line-height: 1.08;
	margin: 0 0 24px;
}

.mioway-contact-hero-inner > div {
	color: rgba(51, 51, 51, .8);
	font-size: 14px;
	line-height: 1.7;
}

.mioway-contact-main-section {
	padding: 48px 0 32px;
}

.mioway-contact-bottom-section {
	padding: 0 0 64px;
}

.mioway-contact-two-col {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mioway-contact-card {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(46, 46, 46, .06);
	padding: 32px;
}

.mioway-contact-card h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 24px;
}

.mioway-contact-form-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 16px;
}

.mioway-contact-form label {
	display: block;
	position: relative;
}

.mioway-contact-form input,
.mioway-contact-form select,
.mioway-contact-form textarea {
	background: #fff;
	border: 1px solid #e2ddd0;
	border-radius: 2px;
	box-sizing: border-box;
	color: #333;
	font: 14px Arial, sans-serif;
	min-height: 40px;
	outline: 0;
	padding: 9px 36px 9px 12px;
	transition: border-color .18s ease;
	width: 100%;
}

.mioway-contact-form textarea {
	display: block;
	line-height: 1.55;
	margin-bottom: 20px;
	min-height: 128px;
	padding-right: 12px;
	resize: vertical;
}

.mioway-contact-form input:focus,
.mioway-contact-form select:focus,
.mioway-contact-form textarea:focus {
	border-color: #b99963;
}

.mioway-contact-form label i {
	color: rgba(51, 51, 51, .48);
	font-size: 12px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}

.mioway-contact-form button {
	background: #b99963;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font: 700 14px Arial, sans-serif;
	letter-spacing: .04em;
	min-height: 46px;
	padding: 12px 18px;
	transition: background .18s ease;
	width: 100%;
}

.mioway-contact-form button:hover {
	background: #aa884f;
}

.mioway-contact-form > p {
	color: rgba(51, 51, 51, .6);
	font-size: 12px;
	line-height: 1.45;
	margin: 12px 0 0;
	text-align: center;
}

.mioway-contact-info-list {
	display: grid;
	gap: 24px;
}

.mioway-contact-info-list > div {
	display: flex;
	gap: 16px;
}

.mioway-contact-info-list span {
	align-items: center;
	border: 1px solid #b99963;
	border-radius: 50%;
	color: #b99963;
	display: flex;
	flex: 0 0 32px;
	font-size: 14px;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.mioway-contact-info-list p {
	color: rgba(51, 51, 51, .8);
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
}

.mioway-contact-info-list strong {
	color: rgba(51, 51, 51, .86);
	display: block;
	font-weight: 400;
	line-height: 1.45;
	margin-bottom: 2px;
}

.mioway-contact-info-list a {
	color: inherit;
	text-decoration: none;
}

.mioway-contact-info-list a:hover {
	color: #b99963;
}

.mioway-contact-card-head {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 20px;
}

.mioway-contact-card-head h3 {
	margin: 0;
}

.mioway-contact-card-head a {
	color: #b99963;
	font-size: 12px;
	text-decoration: none;
}

.mioway-contact-card-head a:hover {
	text-decoration: underline;
}

.mioway-contact-faq-list details {
	border-bottom: 1px solid #e2ddd0;
	font-size: 14px;
}

.mioway-contact-faq-list details:last-child {
	border-bottom: 0;
}

.mioway-contact-faq-list summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	list-style: none;
	padding: 13px 0;
}

.mioway-contact-faq-list summary::-webkit-details-marker {
	display: none;
}

.mioway-contact-faq-list summary i {
	color: #b99963;
	font-size: 12px;
}

.mioway-contact-faq-list details[open] summary i::before {
	content: "\f068";
}

.mioway-contact-faq-list p {
	color: rgba(51, 51, 51, .7);
	font-size: 13px;
	line-height: 1.55;
	margin: -4px 0 14px;
}

.mioway-contact-map {
	align-items: center;
	background-position: center;
	background-size: cover;
	border-radius: 2px;
	display: flex;
	height: 220px;
	justify-content: center;
	position: relative;
}

.mioway-contact-map::before {
	background: rgba(248, 243, 233, .18);
	content: "";
	inset: 0;
	position: absolute;
}

.mioway-contact-map > div {
	position: relative;
	text-align: center;
	z-index: 1;
}

.mioway-contact-map i {
	color: #b99963;
	font-size: 32px;
	line-height: 1;
}

.mioway-contact-map p {
	background: #fff;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.2;
	margin: 4px 0 0;
	padding: 5px 9px;
}

.mioway-contact-service-section {
	border-top: 1px solid #e2ddd0;
	padding: 32px 0;
}

.mioway-contact-service-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	text-align: center;
}

.mioway-contact-service-grid i {
	color: #b99963;
	font-size: 16px;
	margin-bottom: 8px;
}

.mioway-contact-service-grid p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 5px;
}

.mioway-contact-service-grid span {
	color: rgba(51, 51, 51, .6);
	display: block;
	font-size: 12px;
	line-height: 1.4;
}

@media (max-width: 980px) {
	.mioway-contact-two-col {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.mioway-contact-container {
		padding-left: 24px;
		padding-right: 24px;
	}

	.mioway-contact-hero {
		min-height: 360px;
		padding: 72px 0;
	}

	.mioway-contact-form-grid,
	.mioway-contact-service-grid {
		grid-template-columns: 1fr;
	}

	.mioway-contact-card {
		padding: 24px;
	}
}

@media (min-width: 769px) and (max-width: 980px) {
	.mioway-contact-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.mioway-help-page {
	background: #f8f3e9;
	color: #333;
	font-family: Arial, sans-serif;
}

.mioway-help-page h1,
.mioway-help-page h2,
.mioway-help-page h3,
.mioway-help-page strong {
	font-family: Georgia, 'Times New Roman', serif;
}

.mioway-help-container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding-left: clamp(24px, 4vw, 96px);
	padding-right: clamp(24px, 4vw, 96px);
	width: 100%;
}

.mioway-help-hero {
	background: radial-gradient(circle at 18% 16%, rgba(185, 153, 99, .22), transparent 28%), linear-gradient(135deg, #f8f3e9, #fff 58%, #ece4d5);
	border-bottom: 1px solid #e2ddd0;
	padding: 88px 0 72px;
	text-align: center;
}

.mioway-help-kicker {
	color: #b99963;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .18em;
	line-height: 1.2;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.mioway-help-hero h1 {
	font-size: clamp(2.6rem, 5vw, 4.7rem);
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: 1;
	margin: 0 auto 20px;
}

.mioway-help-hero > .mioway-help-container > p:last-child {
	color: rgba(51, 51, 51, .76);
	font-size: 15.5px;
	line-height: 1.7;
	margin: 0 auto;
	max-width: 720px;
}

.mioway-help-summary-section {
	padding: 42px 0 20px;
}

.mioway-help-summary-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mioway-help-summary-grid-five {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mioway-help-card {
	background: rgba(255, 255, 255, .88);
	border: 1px solid rgba(226, 221, 208, .9);
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(46, 46, 46, .045);
	color: inherit;
	display: block;
	padding: 22px;
	text-decoration: none;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mioway-help-card:hover {
	border-color: rgba(185, 153, 99, .42);
	box-shadow: 0 22px 52px rgba(46, 46, 46, .08);
	transform: translateY(-3px);
}

.mioway-help-card i {
	align-items: center;
	border: 1px solid #b99963;
	border-radius: 50%;
	color: #b99963;
	display: flex;
	font-size: 15px;
	height: 38px;
	justify-content: center;
	margin-bottom: 14px;
	width: 38px;
}

.mioway-help-card strong {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 8px;
}

.mioway-help-card span {
	color: rgba(51, 51, 51, .68);
	display: block;
	font-size: 13.5px;
	line-height: 1.5;
}

.mioway-help-main-section {
	padding: 24px 0 72px;
}

.mioway-help-layout {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
}

.mioway-help-sidebar {
	align-self: start;
	background: rgba(255, 255, 255, .86);
	border: 1px solid rgba(226, 221, 208, .9);
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(46, 46, 46, .035);
	padding: 18px;
	position: sticky;
	top: 112px;
}

.mioway-help-sidebar p {
	color: #b99963;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.mioway-help-sidebar a {
	border-top: 1px solid #eee8dc;
	color: rgba(51, 51, 51, .78);
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 11px 0;
	text-decoration: none;
}

.mioway-help-sidebar a:hover {
	color: #5a6d57;
}

.mioway-help-content {
	display: grid;
	gap: 22px;
	min-width: 0;
}

.mioway-help-section,
.mioway-help-faq-group,
.mioway-help-cta {
	background: rgba(255, 255, 255, .9);
	border: 1px solid rgba(226, 221, 208, .9);
	border-radius: 20px;
	box-shadow: 0 14px 38px rgba(46, 46, 46, .045);
	padding: 28px;
}

.mioway-help-section h2,
.mioway-help-faq-group h2,
.mioway-help-cta h2 {
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 16px;
}

.mioway-help-section p,
.mioway-help-cta p {
	color: rgba(51, 51, 51, .72);
	font-size: 15px;
	line-height: 1.75;
	margin: 0;
}

.mioway-help-section p + p {
	margin-top: 12px;
}

.mioway-help-faq-group details {
	border-top: 1px solid #eee8dc;
	font-size: 15px;
}

.mioway-help-faq-group details:first-of-type {
	border-top: 0;
}

.mioway-help-faq-group summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-weight: 700;
	gap: 18px;
	justify-content: space-between;
	list-style: none;
	padding: 16px 0;
}

.mioway-help-faq-group summary::-webkit-details-marker {
	display: none;
}

.mioway-help-faq-group summary::after {
	color: #b99963;
	content: '+';
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.mioway-help-faq-group details[open] summary::after {
	content: '−';
}

.mioway-help-faq-group details p {
	color: rgba(51, 51, 51, .72);
	font-size: 14.5px;
	line-height: 1.7;
	margin: -4px 0 16px;
}

.mioway-help-cta {
	background: linear-gradient(135deg, #5a6d57, #7f907b);
	color: #fff;
	text-align: center;
}

.mioway-help-cta h2 {
	color: #fff;
}

.mioway-help-cta p {
	color: rgba(255, 255, 255, .84);
	margin: 0 auto 22px;
	max-width: 620px;
}

.mioway-help-cta a {
	background: #fff;
	border-radius: 999px;
	color: #5a6d57;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	padding: 12px 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition: box-shadow .18s ease, transform .18s ease;
}

.mioway-help-cta a:hover {
	box-shadow: 0 14px 30px rgba(46, 46, 46, .14);
	transform: translateY(-1px);
}

@media (max-width: 1100px) {
	.mioway-help-summary-grid,
	.mioway-help-summary-grid-five {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 880px) {
	.mioway-help-layout {
		grid-template-columns: 1fr;
	}

	.mioway-help-sidebar {
		position: static;
	}
}

@media (max-width: 640px) {
	.mioway-help-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mioway-help-hero {
		padding: 58px 0 48px;
	}

	.mioway-help-summary-grid,
	.mioway-help-summary-grid-five {
		grid-template-columns: 1fr;
	}

	.mioway-help-section,
	.mioway-help-faq-group,
	.mioway-help-cta,
	.mioway-help-card {
		padding: 22px;
	}
}
