﻿/*
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: none; color: inherit; }
.wp-site-blocks > * + * { margin-block-start: 0; }
a:hover { color: #1F4636; }
.bg-primary-green a, .bg-primary-green { color: #fff; }
.text-primary-green a { color: #1F4636; }
.text-decoration-none { text-decoration: none !important; }
.fw-bold { font-weight: 700 !important; }
.fw-semibold { font-weight: 600 !important; }
.fw-medium { font-weight: 500 !important; }
.text-center { text-align: center !important; }
.text-secondary { color: #6c757d !important; }
.text-dark { color: #212529 !important; }
.text-white { color: #fff !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.me-1 { margin-right: 0.25rem !important; }
.me-2 { margin-right: 0.5rem !important; }
.ms-2 { margin-left: 0.5rem !important; }
.ms-3 { margin-left: 1rem !important; }
.ms-auto { margin-left: auto !important; }
.p-2 { padding: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-5 { padding-left: 3rem !important; padding-right: 3rem !important; }
.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.py-1\.5 { padding-top: 0.375rem !important; padding-bottom: 0.375rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-2\.5 { padding-top: 0.625rem !important; padding-bottom: 0.625rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.gap-1 { gap: 0.25rem !important; }
.gap-2 { gap: 0.5rem !important; }
.gap-3 { gap: 1rem !important; }
.gap-4 { gap: 1.5rem !important; }
.gap-5 { gap: 3rem !important; }
.d-flex { display: flex !important; }
.d-grid { display: grid !important; }
.d-block { display: block !important; }
.d-none { display: none !important; }
.d-inline { display: inline !important; }
.flex-grow-1 { flex-grow: 1 !important; }
.flex-shrink-0 { flex-shrink: 0 !important; }
.flex-wrap { flex-wrap: wrap !important; }
.align-items-center { align-items: center !important; }
.align-items-start { align-items: flex-start !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-end { justify-content: flex-end !important; }
.position-relative { position: relative !important; }
.position-absolute { position: absolute !important; }
.overflow-hidden { overflow: hidden !important; }
.rounded { border-radius: 0.25rem !important; }
.rounded-circle { border-radius: 50% !important; }
.rounded-pill { border-radius: 9999px !important; }
.border { border: 1px solid #dee2e6 !important; }
.border-bottom { border-bottom: 1px solid #dee2e6 !important; }
.border-primary-green { border-color: #1F4636 !important; }
.shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important; }
.w-100 { width: 100% !important; }
.h-100 { height: 100% !important; }
.opacity-75 { opacity: 0.75 !important; }
.opacity-85 { opacity: 0.85 !important; }
.cursor-pointer { cursor: pointer !important; }
.small { font-size: 0.875rem !important; font-weight: 400; }
.fs-1 { font-size: 3rem !important; }
.fs-3 { font-size: 1.75rem !important; }
.fs-5 { font-size: 1.25rem !important; }
.fw-bold { font-weight: 700 !important; }
.fw-semibold { font-weight: 600 !important; }
.list-unstyled { padding-left: 0; list-style: none; }
.form-control { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.375rem; transition: border-color 0.15s; }
.form-control:focus { border-color: #86b7fe; box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25); }
.form-check { display: block; min-height: 1.5rem; padding-left: 1.5em; margin-bottom: 0.125rem; }
.form-check-input { width: 1em; height: 1em; vertical-align: middle; }
.form-label { display: inline-block; margin-bottom: 0.5rem; }
.form-select { display: block; width: 100%; padding: 0.375rem 2.25rem 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.375rem; }
.input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; }
.input-group-text { display: flex; align-items: center; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #6c757d; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: 0.375rem; }
.alert { padding: 1rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.375rem; }
.alert-danger { color: #842029; background-color: #f8d7da; border-color: #f5c2c7; }
.alert-success { color: #0f5132; background-color: #d1e7dd; border-color: #badbcc; }
.table { width: 100%; margin-bottom: 1rem; color: #212529; vertical-align: top; border-color: #dee2e6; }
.table > :not(caption) > * > * { padding: 0.5rem 0.5rem; color: inherit; background-color: transparent; border-bottom-width: 1px; border-bottom-style: solid; }
.table-bordered > :not(caption) > * { border-width: 1px 0; }
.table-bordered > :not(caption) > * > * { border-width: 0 1px; }
.table-responsive { overflow-x: auto; }
.breadcrumb { display: flex; flex-wrap: wrap; padding: 0; margin-bottom: 1rem; list-style: none; }
.breadcrumb-item + .breadcrumb-item::before { float: left; padding-right: 0.5rem; color: #6c757d; content: "/"; }
.breadcrumb-item.active { color: #6c757d; }
.dropdown { position: relative; }
.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; background-color: #fff; border: 1px solid rgba(0,0,0,0.175); border-radius: 0.375rem; box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.175); }
.dropdown-menu-end { right: 0; left: auto; }
.dropdown-item { display: block; width: 100%; padding: 0.25rem 1rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; text-decoration: none; }
.dropdown-item:hover { background-color: #e9ecef; }
.dropdown-divider { height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid rgba(0,0,0,0.15); }
.nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; }
.nav-item { }
.nav-link { display: block; padding: 0.5rem 1rem; text-decoration: none; transition: color 0.15s; }
.nav-tabs { border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0.375rem; border-top-right-radius: 0.375rem; }
.nav-tabs .nav-link.active { background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; }
.modal { position: fixed; top: 0; left: 0; z-index: 1055; display: none; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; outline: 0; }
.modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; }
.modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,0.2); border-radius: 0.3rem; outline: 0; }
.modal-header { display: flex; flex-shrink: 0; align-items: center; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #dee2e6; border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; }
.modal-body { position: relative; flex: 1 1 auto; padding: 1rem; }
.modal-footer { display: flex; flex-wrap: wrap; flex-shrink: 0; align-items: center; justify-content: flex-end; padding: 0.75rem; border-top: 1px solid #dee2e6; border-bottom-right-radius: 0.3rem; border-bottom-left-radius: 0.3rem; }
.btn-close { box-sizing: content-box; width: 1em; height: 1em; padding: 0.25em 0.25em; color: #000; border: 0; border-radius: 0.375rem; opacity: 0.5; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; }
.btn-close-white { filter: invert(1) grayscale(100%) brightness(200%); }
.btn-green-solid {
    background: linear-gradient(135deg, #1F4636, #2d6b4f);
    color: #fff; border: none; border-radius: 8px;
    font-weight: 600; letter-spacing: 0.3px;
    transition: all 0.3s; box-shadow: 0 4px 12px rgba(31,70,54,0.25);
}
.btn-green-solid:hover {
    background: linear-gradient(135deg, #2d6b4f, #1F4636);
    transform: translateY(-2px); box-shadow: 0 8px 20px rgba(31,70,54,0.35);
    color: #fff;
}
.btn-green-outline {
    border: 1.5px solid #1F4636; color: #1F4636; background: #fff;
    border-radius: 8px; font-weight: 600;
    transition: all 0.3s;
}
.btn-green-outline:hover {
    background: #1F4636; color: #fff;
    transform: translateY(-2px); box-shadow: 0 6px 16px rgba(31,70,54,0.2);
}
.btn { display: inline-block; font-weight: 600; text-align: center; white-space: nowrap; vertical-align: middle; user-select: none; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0.375rem; transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s; text-decoration: none; }
.btn:hover { transform: translateY(-1px); }
.btn-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.375rem; }
.btn-outline-secondary { color: #6c757d; border-color: #6c757d; background: transparent; }
.btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; }
.w-100 { width: 100% !important; }
.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }

.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: #fbf8f2;
	color: #2e2e2e;
	overflow: hidden;
}

.mioway-blog-container {
	margin: 0 auto;
	max-width: 1340px;
	padding: clamp(2rem, 4vw, 4rem) clamp(20px, 4vw, 56px) clamp(4rem, 6vw, 5.5rem);
}

.mioway-blog-hero-shell {
	align-items: stretch;
	display: grid;
	gap: clamp(1.2rem, 2.8vw, 2rem);
	grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
	margin-bottom: clamp(2.25rem, 4vw, 3.25rem);
}

.mioway-blog-hero-copy {
	background: radial-gradient(circle at top left, rgba(216,195,165,.32), transparent 35%), linear-gradient(135deg, #f5efe5, #fff 62%, #ece2d3);
	border: 1px solid rgba(226, 216, 202, .85);
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(46, 46, 46, .07);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 0;
	padding: clamp(1.5rem, 3vw, 2.35rem);
}

.mioway-blog-banner-tag,
.mioway-blog-featured-card p,
.mioway-blog-article-card > p,
.mioway-blog-curated-head p {
	color: #4a5d49;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .14em;
	margin: 0 0 .75rem;
	text-transform: uppercase;
}

.mioway-blog-hero-copy h1 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(2.45rem, 4vw, 3.8rem);
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 .9rem;
	max-width: 8ch;
}

.mioway-blog-hero-copy > p:not(.mioway-blog-banner-tag) {
	color: #5d5851;
	font-size: .98rem;
	line-height: 1.7;
	margin: 0;
	max-width: 34ch;
}

.mioway-blog-hero-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .9rem 1rem;
	margin-top: 1.25rem;
}

.mioway-blog-hero-actions a,
.mioway-blog-featured-card a,
.mioway-blog-card-copy > a,
.mioway-blog-curated-head > a,
.mioway-blog-subscribe button {
	align-items: center;
	background: #4a5d49;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 16px 36px rgba(74, 93, 73, .18);
	color: #fff;
	display: inline-flex;
	font-size: .88rem;
	font-weight: 800;
	justify-content: center;
	min-height: 46px;
	padding: 0 1.35rem;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mioway-blog-hero-actions a:hover,
.mioway-blog-featured-card a:hover,
.mioway-blog-card-copy > a:hover,
.mioway-blog-curated-head > a:hover,
.mioway-blog-subscribe button:hover {
	background: #3f513f;
	box-shadow: 0 20px 44px rgba(74, 93, 73, .24);
	transform: translateY(-2px);
}

.mioway-blog-hero-actions span {
	color: #746b61;
	font-size: .9rem;
	max-width: 18rem;
}

.mioway-blog-featured-spotlight {
	background: #fff;
	border: 1px solid rgba(226, 216, 202, .88);
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(46, 46, 46, .08);
	overflow: hidden;
	position: relative;
}

.mioway-blog-featured-image {
	display: block;
	overflow: hidden;
}

.mioway-blog-featured-image img,
.mioway-blog-subscribe > img,
.mioway-blog-article-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease, filter .45s ease;
	width: 100%;
}

.mioway-blog-featured-spotlight:hover .mioway-blog-featured-image img,
.mioway-blog-article-card:hover .mioway-blog-article-image img {
	filter: saturate(1.04);
	transform: scale(1.04);
}

.mioway-blog-featured-image {
	aspect-ratio: 16 / 10;
	height: auto;
}

.mioway-blog-featured-card {
	background: linear-gradient(180deg, rgba(255,255,255,.96), #fff);
	border-top: 1px solid rgba(234, 223, 206, .9);
	display: grid;
	gap: .72rem;
	padding: clamp(1.15rem, 2.5vw, 1.5rem);
}

.mioway-blog-featured-card h2 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	line-height: 1.08;
	margin: 0;
}

.mioway-blog-featured-card > span {
	color: #5d5851;
	display: -webkit-box;
	font-size: .95rem;
	line-height: 1.68;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.mioway-blog-featured-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .75rem 1rem;
}

.mioway-blog-featured-meta small,
.mioway-blog-card-copy > div small {
	color: #7a7167;
	font-size: .82rem;
}

.mioway-blog-curated-head {
	align-items: end;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1.35rem;
}

.mioway-blog-curated-head h2 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	line-height: 1.02;
	margin: 0;
}

.mioway-blog-curated-head > a {
	background: transparent;
	border: 1px solid rgba(74, 93, 73, .22);
	box-shadow: none;
	color: #4a5d49;
}

.mioway-blog-curated-head > a:hover {
	background: #4a5d49;
	color: #fff;
}

.mioway-blog-articles-grid-compact {
	display: grid;
	gap: 1.4rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 2.4rem;
}

.mioway-blog-article-card-compact {
	animation: miowayBlogCardIn .55s ease both;
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(226, 216, 202, .88);
	border-radius: 20px;
	box-shadow: 0 14px 34px rgba(46, 46, 46, .05);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.mioway-blog-article-card-compact:hover {
	border-color: rgba(74, 93, 73, .22);
	box-shadow: 0 22px 56px rgba(46, 46, 46, .09);
	transform: translateY(-4px);
}

.mioway-blog-article-image {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	min-height: 0;
	overflow: hidden;
}

.mioway-blog-card-copy {
	display: grid;
	gap: .78rem;
	grid-template-rows: auto auto auto auto 1fr auto;
	min-height: 100%;
	padding: 1.2rem 1.2rem 1.15rem;
}

.mioway-blog-card-copy > p {
	margin: 0;
}

.mioway-blog-card-copy h2 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.45rem;
	line-height: 1.14;
	margin: 0;
}

.mioway-blog-card-copy h2 a {
	color: #2e2e2e;
	text-decoration: none;
}

.mioway-blog-card-copy h2 a:hover {
	color: #4a5d49;
}

.mioway-blog-card-copy > span {
	color: #5d5851;
	display: -webkit-box;
	font-size: .94rem;
	line-height: 1.7;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.mioway-blog-card-copy > div {
	align-items: center;
	border-top: 1px solid rgba(226, 216, 202, .75);
	display: flex;
	flex-wrap: wrap;
	gap: .55rem 1rem;
	margin-top: .1rem;
	padding-top: .8rem;
}

.mioway-blog-card-copy > a {
	background: transparent;
	border: 1px solid rgba(74, 93, 73, .2);
	box-shadow: none;
	color: #4a5d49;
	justify-self: start;
	min-height: 38px;
	padding: 0 1rem;
}

.mioway-blog-card-copy > a:hover {
	background: #4a5d49;
	color: #fff;
}

.mioway-blog-subscribe {
	align-items: stretch;
	background: linear-gradient(135deg, #f4ede2, #fff 58%, #e9ddcb);
	border: 1px solid rgba(226, 216, 202, .85);
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(46, 46, 46, .06);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr);
	overflow: hidden;
}

.mioway-blog-subscribe > img {
	height: 100%;
	max-height: 100%;
	min-height: 280px;
}

.mioway-blog-subscribe-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(1.8rem, 4vw, 3rem);
}

.mioway-blog-subscribe-content > span {
	color: #4a5d49;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: .75rem;
}

.mioway-blog-subscribe h2 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1;
	margin: 0 0 1rem;
}

.mioway-blog-subscribe p {
	color: #5d5851;
	font-size: .98rem;
	line-height: 1.75;
	margin: 0 0 1.1rem;
	max-width: 42ch;
}

.mioway-blog-subscribe-message {
	border-radius: 16px;
	font-size: .9rem;
	font-weight: 700;
	margin-bottom: 1rem;
	padding: .9rem 1rem;
}

.mioway-blog-subscribe-message.is-success {
	background: rgba(74, 93, 73, .12);
	color: #395139;
}

.mioway-blog-subscribe-message.is-error {
	background: rgba(174, 71, 71, .12);
	color: #8f3434;
}

.mioway-blog-subscribe form {
	display: grid;
	gap: .9rem;
	grid-template-columns: minmax(0, 1fr) auto;
}

.mioway-blog-subscribe input {
	background: #fff;
	border: 1px solid #e2ddd0;
	border-radius: 999px;
	font: inherit;
	min-height: 48px;
	padding: 0 1rem;
}

.mioway-blog-subscribe small {
	color: #8a8075;
	font-size: .78rem;
	margin-top: .8rem;
}

.mioway-blog-index-classic {
	background: #fbf8f2;
}

.mioway-blog-container-classic {
	max-width: 1400px;
	padding-top: 2.2rem;
}

.mioway-blog-curated-head-classic {
	justify-content: flex-start;
	margin-bottom: 1.6rem;
}

.mioway-blog-curated-head-classic h2 {
	font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.mioway-blog-articles-grid-classic {
	display: grid;
	gap: 1.35rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 2.25rem;
}

.mioway-blog-article-card-classic {
	animation: miowayBlogCardIn .45s ease both;
	background: #fff;
	border: 1px solid rgba(226, 216, 202, .9);
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(46, 46, 46, .05);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.mioway-blog-article-card-classic:hover {
	border-color: rgba(74, 93, 73, .24);
	box-shadow: 0 16px 36px rgba(46, 46, 46, .08);
	transform: translateY(-3px);
}

.mioway-blog-article-image-classic {
	display: block;
	height: 220px;
	overflow: hidden;
}

.mioway-blog-article-image-classic img {
	display: block;
	height: 220px;
	object-fit: cover;
	width: 100%;
}

.mioway-blog-card-copy-classic {
	display: grid;
	gap: .6rem;
	padding: 1rem 1rem 1.1rem;
}

.mioway-blog-card-copy-classic > p {
	color: #1f4636;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	margin: 0;
	text-transform: uppercase;
}

.mioway-blog-card-copy-classic h2 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.1rem;
	line-height: 1.3;
	margin: 0;
}

.mioway-blog-card-copy-classic h2 a {
	color: #1f1f1f;
	text-decoration: none;
}

.mioway-blog-card-copy-classic h2 a:hover {
	color: #1f4636;
}

.mioway-blog-card-copy-classic > span {
	color: #6c645c;
	display: -webkit-box;
	font-size: .86rem;
	line-height: 1.6;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.mioway-blog-card-copy-classic > div {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .5rem .85rem;
	margin-top: .2rem;
}

.mioway-blog-card-copy-classic > div small {
	color: #8a8177;
	font-size: .78rem;
}

@media (max-width: 1200px) {
	.mioway-blog-articles-grid-classic {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.mioway-blog-articles-grid-classic {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.mioway-blog-articles-grid-classic {
		grid-template-columns: 1fr;
	}

	.mioway-blog-article-image-classic,
	.mioway-blog-article-image-classic img {
		height: 240px;
	}

	.mioway-blog-card-copy-classic {
		padding: .95rem;
	}
}
@keyframes miowayBlogCardIn {
	from { opacity: 0; transform: translateY(18px); }
	to { opacity: 1; transform: translateY(0); }
}
@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;
	}
}


.mioway-blog-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	justify-content: center;
	margin-top: 2.2rem;
}

.mioway-blog-pagination .page-numbers {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(74, 93, 73, .18);
	border-radius: 999px;
	color: #4a5d49;
	display: inline-flex;
	font-size: .9rem;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
	padding: 0 1rem;
	text-decoration: none;
	transition: background .18s ease, color .18s ease, transform .18s ease;
}

.mioway-blog-pagination .page-numbers:hover,
.mioway-blog-pagination .page-numbers.current {
	background: #4a5d49;
	color: #fff;
	transform: translateY(-1px);
}

@media (max-width: 1180px) {
	.mioway-blog-articles-grid-compact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.mioway-blog-hero-shell,
	.mioway-blog-subscribe {
		grid-template-columns: 1fr;
	}

	.mioway-blog-curated-head {
		align-items: start;
		flex-direction: column;
	}
}

@media (max-width: 680px) {
	.mioway-blog-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mioway-blog-articles-grid-compact {
		grid-template-columns: 1fr;
	}

	.mioway-blog-hero-copy h1 {
		font-size: clamp(2.15rem, 10vw, 3rem);
		max-width: none;
	}

	.mioway-blog-card-copy h2 {
		font-size: 1.28rem;
	}
}


/* Policy pages */
.mioway-policy-page {
	background: #f7f4ed;
	color: #25342d;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0;
	overflow: hidden;
}

.mioway-policy-page * {
	box-sizing: border-box;
}

.mioway-help-container {
	margin: 0 auto;
	max-width: 1180px;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.mioway-help-hero {
	background: linear-gradient(135deg, #153328 0%, #1f4636 54%, #385244 100%);
	color: #fff;
	padding: 76px 0 104px;
	position: relative;
	text-align: center;
}

.mioway-help-hero::after {
	background: rgba(196, 169, 136, .18);
	bottom: 0;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}

.mioway-help-kicker {
	color: #d8c3a5;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .18em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.mioway-help-hero h1 {
	color: #fff;
	font-size: clamp(34px, 5vw, 56px);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 auto 16px;
	max-width: 780px;
}

.mioway-help-hero p:last-child {
	color: rgba(255, 255, 255, .82);
	font-size: clamp(15px, 2vw, 18px);
	line-height: 1.7;
	margin: 0 auto;
	max-width: 700px;
}

.mioway-help-summary-section {
	margin-top: -44px;
	position: relative;
	z-index: 2;
}

.mioway-help-summary-grid,
.mioway-help-summary-grid-five {
	display: grid;
	gap: 16px;
	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: #fff;
	border: 1px solid rgba(221, 211, 194, .95);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(31, 70, 54, .08);
	display: grid;
	gap: 8px;
	min-height: 154px;
	padding: 22px;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mioway-help-card:hover {
	border-color: rgba(31, 70, 54, .28);
	box-shadow: 0 18px 42px rgba(31, 70, 54, .12);
	transform: translateY(-3px);
}

.mioway-help-card i {
	align-items: center;
	background: #edf4ef;
	border-radius: 8px;
	color: #1f4636;
	display: inline-flex;
	font-size: 18px;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.mioway-help-card strong {
	color: #1f4636;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.25;
}

.mioway-help-card span {
	color: #686158;
	font-size: 13px;
	line-height: 1.55;
}

.mioway-help-main-section {
	padding: 34px 0 72px;
}

.mioway-help-layout {
	display: grid;
	gap: 24px;
	grid-template-columns: 260px minmax(0, 1fr);
	align-items: start;
}

.mioway-help-sidebar {
	background: #fff;
	border: 1px solid rgba(221, 211, 194, .95);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(31, 70, 54, .06);
	display: grid;
	gap: 4px;
	padding: 18px;
	position: sticky;
	top: 96px;
}

.mioway-help-sidebar p {
	color: #1f4636;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .12em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.mioway-help-sidebar a {
	border-radius: 6px;
	color: #5d665f;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	padding: 10px 11px;
	text-decoration: none;
	transition: background .16s ease, color .16s ease, padding-left .16s ease;
}

.mioway-help-sidebar a:hover,
.mioway-help-sidebar a:focus {
	background: #eef4ef;
	color: #1f4636;
	padding-left: 15px;
}

.mioway-help-content {
	display: grid;
	gap: 16px;
}

.mioway-help-section,
.mioway-help-faq-group,
.mioway-help-cta {
	background: #fff;
	border: 1px solid rgba(221, 211, 194, .95);
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(31, 70, 54, .045);
	padding: 30px;
}

.mioway-help-section h2,
.mioway-help-faq-group h2,
.mioway-help-cta h2 {
	color: #1f4636;
	font-size: clamp(20px, 2.5vw, 28px);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 14px;
}

.mioway-help-section h2::after,
.mioway-help-faq-group h2::after {
	background: #c4a988;
	content: '';
	display: block;
	height: 3px;
	margin-top: 12px;
	width: 44px;
}

.mioway-help-section p,
.mioway-help-faq-group p,
.mioway-help-cta p {
	color: #5f675f;
	font-size: 15px;
	line-height: 1.8;
	margin: 0 0 12px;
}

.mioway-help-section p:last-child,
.mioway-help-cta p:last-child {
	margin-bottom: 0;
}

.mioway-help-cta {
	background: linear-gradient(135deg, #1f4636, #2d6b4f);
	border-color: transparent;
	color: #fff;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	align-items: center;
}

.mioway-help-cta h2,
.mioway-help-cta p {
	color: #fff;
}

.mioway-help-cta p {
	color: rgba(255, 255, 255, .82);
	max-width: 620px;
}

.mioway-help-cta a {
	background: #fff;
	border-radius: 8px;
	color: #1f4636;
	font-size: 14px;
	font-weight: 850;
	padding: 12px 20px;
	text-decoration: none;
	white-space: nowrap;
	transition: transform .16s ease, box-shadow .16s ease;
}

.mioway-help-cta a:hover {
	box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
	transform: translateY(-2px);
}

@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;
	}

	.mioway-help-cta {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.mioway-help-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.mioway-help-hero {
		padding: 58px 0 84px;
	}

	.mioway-help-summary-grid,
	.mioway-help-summary-grid-five {
		grid-template-columns: 1fr;
	}

	.mioway-help-card {
		min-height: 0;
		padding: 20px;
	}

	.mioway-help-main-section {
		padding-bottom: 52px;
	}

	.mioway-help-section,
	.mioway-help-faq-group,
	.mioway-help-cta {
		padding: 22px;
	}
}
