/* ==========================================================================
   Morgans of Delaware – storefront styles (Stitch project "Morgans of Delaware Final")
   Cream #FAF6F1 · Blush #E9D5CF · Plum #5B2A45 · Charcoal #2B2627
   ========================================================================== */

:root {
	--mo-cream: #faf6f1;
	--mo-blush: #e9d5cf;
	--mo-blush-soft: #f3e6e1;
	--mo-plum: #5b2a45;
	--mo-plum-dark: #3a1c2b;
	--mo-ink: #2b2627;
	--mo-muted: #574b4e;
	--mo-line: #e2d7d0;
	--mo-white: #ffffff;
	--mo-serif: "Playfair Display", Georgia, "Times New Roman", serif;
	--mo-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--mo-radius: 4px;
	--mo-max: 1280px;
	--mo-gutter: clamp(16px, 4vw, 64px);
	--mo-section: clamp(56px, 8vw, 112px);
}

/* ---------- Base ---------- */
body.mo-theme {
	background: var(--mo-cream);
	color: var(--mo-ink);
	font-family: var(--mo-sans);
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

body.mo-theme h1,
body.mo-theme h2,
body.mo-theme h3,
body.mo-theme h4,
body.mo-theme .product_title,
body.mo-theme .woocommerce-loop-product__title {
	font-family: var(--mo-serif);
	font-weight: 400;
	color: var(--mo-ink);
	letter-spacing: -0.01em;
}

body.mo-theme a {
	color: var(--mo-plum);
}

body.mo-theme #view,
body.mo-theme .site-content {
	background: var(--mo-cream);
}

.mo-icon {
	width: 1.25em;
	height: 1.25em;
	flex: none;
}

.mo-eyebrow {
	display: inline-block;
	font-family: var(--mo-sans);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--mo-plum);
	margin-bottom: 14px;
}

.mo-h2 {
	font-family: var(--mo-serif);
	font-size: clamp(28px, 3.2vw, 42px);
	line-height: 1.15;
	margin: 0 0 18px;
}

.mo-h2 a {
	color: inherit;
	text-decoration: none;
}

.mo-label {
	display: block;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}

/* ---------- Buttons & links ---------- */
.mo-btn,
body.mo-theme .button,
body.mo-theme button.button,
body.mo-theme .single_add_to_cart_button,
body.mo-theme .wp-block-button__link,
body.mo-theme .checkout-button,
body.mo-theme #place_order {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 0 32px;
	border: 1px solid var(--mo-plum);
	border-radius: var(--mo-radius);
	background: var(--mo-plum);
	color: var(--mo-white) !important;
	font-family: var(--mo-sans);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.mo-btn:hover,
body.mo-theme .button:hover,
body.mo-theme .single_add_to_cart_button:hover,
body.mo-theme .wp-block-button__link:hover,
body.mo-theme #place_order:hover {
	background: var(--mo-plum-dark);
	border-color: var(--mo-plum-dark);
	color: var(--mo-white) !important;
}

.mo-btn:focus-visible,
body.mo-theme .button:focus-visible,
body.mo-theme a:focus-visible,
body.mo-theme button:focus-visible {
	outline: 2px solid var(--mo-plum);
	outline-offset: 3px;
}

body.mo-theme .is-style-outline .wp-block-button__link {
	background: transparent;
	color: var(--mo-plum) !important;
}

body.mo-theme .is-style-outline .wp-block-button__link:hover {
	background: var(--mo-plum);
	color: var(--mo-white) !important;
}

.mo-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--mo-plum);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease;
}

.mo-link:hover {
	border-bottom-color: currentColor;
}

/* ---------- Announcement bar ---------- */
.mo-announce {
	background: var(--mo-plum);
	color: var(--mo-white);
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	padding: 10px 16px;
}

/* ---------- Header ---------- */
body.mo-theme .site-header {
	background: var(--mo-cream);
	border-bottom: 1px solid var(--mo-line);
	position: sticky;
	top: 0;
	z-index: 50;
}

body.admin-bar.mo-theme .site-header {
	top: 32px;
}

body.mo-theme .site-header .woostify-container {
	min-height: 76px;
	align-items: center;
}

.mo-logo {
	font-family: var(--mo-serif);
	font-size: clamp(22px, 2.2vw, 28px);
	color: var(--mo-ink) !important;
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: -0.01em;
}

.mo-nav .primary-navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mo-nav .primary-navigation a {
	display: inline-block;
	padding: 6px 0;
	color: var(--mo-ink);
	font-size: 14px;
	letter-spacing: 0.02em;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.mo-nav .primary-navigation a:hover,
.mo-nav .current-menu-item > a {
	color: var(--mo-plum);
	border-bottom-color: var(--mo-plum);
}

body.mo-theme .site-header .main-navigation {
	flex: 1;
}

body.mo-theme .site-tools .tools-icon,
body.mo-theme .site-tools .tools-icon a {
	color: var(--mo-ink);
}

body.mo-theme .site-tools .tools-icon:hover {
	color: var(--mo-plum);
}

body.mo-theme .shopping-bag-button .shop-cart-count,
body.mo-theme .theme-item-count {
	background: var(--mo-plum);
	color: var(--mo-white);
}

/* Mobile sidebar menu */
body.mo-theme .sidebar-menu .mo-nav .primary-navigation {
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
}

body.mo-theme .sidebar-menu .mo-nav .primary-navigation li {
	width: 100%;
	border-bottom: 1px solid var(--mo-line);
}

body.mo-theme .sidebar-menu .mo-nav .primary-navigation a {
	display: block;
	padding: 14px 0;
	font-size: 16px;
}

/* ---------- Page layout helpers ---------- */
body.mo-home-page #content > .woostify-container,
body.mo-home-page .site-content > .woostify-container,
body.mo-home-page #primary,
body.mo-home-page .content-area {
	max-width: none;
	width: 100%;
	padding: 0;
	margin: 0;
	float: none;
}

body.mo-home-page #secondary,
body.mo-home-page .entry-header,
body.mo-home-page .page-header,
body.mo-shop-page #secondary {
	display: none;
}

body.mo-home-page .entry-content > *,
body.mo-home-page .site-main > article {
	margin-top: 0;
	margin-bottom: 0;
}

body.mo-home-page .site-content {
	padding-top: 0;
	padding-bottom: 0;
}

.mo-hero,
.mo-about,
.mo-collection,
.mo-featured,
.mo-banner,
.mo-trust,
.mo-newsletter {
	box-sizing: border-box;
}

.mo-about,
.mo-collection,
.mo-trust__list {
	max-width: var(--mo-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--mo-gutter);
	padding-right: var(--mo-gutter);
}

/* ---------- Hero slider ---------- */
.mo-hero {
	position: relative;
	background: var(--mo-blush-soft);
	overflow: hidden;
}

.mo-hero__slides {
	position: relative;
	min-height: clamp(520px, 62vw, 680px);
}

.mo-hero__slide {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	align-items: center;
	gap: 40px;
	max-width: var(--mo-max);
	margin: 0 auto;
	padding: 48px var(--mo-gutter) 72px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.7s ease, visibility 0.7s ease;
}

.mo-hero__slide.is-active {
	opacity: 1;
	visibility: visible;
}

.mo-hero__text {
	max-width: 520px;
}

.mo-hero__title {
	font-family: var(--mo-serif);
	font-size: clamp(40px, 5.4vw, 72px);
	line-height: 1.05;
	margin: 0 0 20px;
	color: var(--mo-ink);
}

.mo-hero__copy {
	font-size: clamp(16px, 1.4vw, 18px);
	font-weight: 300;
	line-height: 1.7;
	color: var(--mo-muted);
	margin: 0 0 32px;
}

.mo-hero__media {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mo-hero__media img {
	width: auto;
	max-width: 100%;
	max-height: clamp(420px, 52vw, 580px);
	object-fit: contain;
	border-radius: 2px;
	box-shadow: 0 24px 48px -24px rgba(43, 38, 39, 0.25);
	background: var(--mo-white);
}

.mo-hero__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -24px;
	padding: 0;
	border: 1px solid var(--mo-line);
	border-radius: 50%;
	background: var(--mo-white);
	color: var(--mo-ink);
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.mo-hero__arrow:hover {
	background: var(--mo-plum);
	border-color: var(--mo-plum);
	color: var(--mo-white);
}

.mo-hero__arrow--prev {
	left: 16px;
}

.mo-hero__arrow--next {
	right: 16px;
}

.mo-hero__dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 28px;
	z-index: 3;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.mo-hero__dot {
	position: relative;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	transition: width 0.3s ease;
}

.mo-hero__dot::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: rgba(91, 42, 69, 0.3);
	transform: translate(-50%, -50%);
	transition: width 0.3s ease, background-color 0.3s ease;
}

.mo-hero__dot.is-active {
	width: 40px;
}

.mo-hero__dot.is-active::before {
	width: 32px;
	background: var(--mo-plum);
}

/* ---------- Who We Are ---------- */
.mo-about {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(32px, 6vw, 96px);
	align-items: center;
	padding-top: var(--mo-section);
	padding-bottom: var(--mo-section);
	scroll-margin-top: 110px;
}

.mo-about__media img {
	width: 100%;
	max-height: 640px;
	object-fit: contain;
	background: var(--mo-white);
	border: 1px solid var(--mo-line);
	padding: 12px;
	border-radius: 2px;
}

.mo-about__text p {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.8;
	color: var(--mo-muted);
	margin: 0 0 28px;
}

.mo-about__more {
	margin-left: 24px;
}

/* ---------- Collections (real WooCommerce product grid) ---------- */
.mo-collection {
	padding-top: var(--mo-section);
	padding-bottom: calc(var(--mo-section) * 0.6);
}

.mo-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 20px;
	margin-bottom: 32px;
	border-bottom: 1px solid var(--mo-line);
}

.mo-section-head .mo-h2 {
	margin: 0;
}

/* Product grid used everywhere (home, shop, category, related) */
body.mo-theme ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 40px 24px;
	margin: 0 !important;
	padding: 0;
}

body.mo-shop-page ul.products {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mo-theme ul.products::before,
body.mo-theme ul.products::after {
	display: none !important;
}

body.mo-theme ul.products li.product {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	background: transparent;
	text-align: left;
}

body.mo-theme ul.products li.product .product-loop-image-wrapper {
	background: var(--mo-white);
	border: 1px solid var(--mo-line);
	border-radius: 2px;
	overflow: hidden;
	aspect-ratio: 3 / 4;
}

body.mo-theme ul.products li.product .product-loop-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.5s ease;
}

body.mo-theme ul.products li.product:hover .product-loop-image-wrapper img {
	transform: scale(1.03);
}

body.mo-theme ul.products li.product .product-loop-content {
	padding: 16px 2px 0;
	text-align: left;
}

body.mo-theme ul.products li.product .woocommerce-loop-product__title,
body.mo-theme ul.products li.product .woocommerce-loop-product__title a {
	font-family: var(--mo-serif);
	font-size: 17px;
	line-height: 1.35;
	color: var(--mo-ink);
	text-decoration: none;
	margin: 0 0 8px;
}

body.mo-theme ul.products li.product .woocommerce-loop-product__category,
body.mo-theme ul.products li.product .woostify-loop-product__category {
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--mo-muted);
}

body.mo-theme ul.products li.product .price,
body.mo-theme .mo-featured__price .price,
body.mo-theme .mo-featured__price {
	font-family: var(--mo-sans);
	font-size: 15px;
	font-weight: 500;
	color: var(--mo-ink);
}

body.mo-theme .price del {
	color: var(--mo-muted);
	font-weight: 400;
}

body.mo-theme .price ins {
	color: var(--mo-plum);
	text-decoration: none;
}

.mo-card-colors {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	color: var(--mo-muted);
	letter-spacing: 0.02em;
}

body.mo-theme ul.products li.product .product-loop-meta .button,
body.mo-theme ul.products li.product .loop-add-to-cart-btn {
	min-height: 40px;
	margin-top: 12px;
	padding: 0 18px;
	font-size: 11px;
}

/* ---------- Featured product ---------- */
.mo-featured {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(32px, 6vw, 96px);
	align-items: center;
	padding: var(--mo-section) max(var(--mo-gutter), calc((100% - var(--mo-max)) / 2 + var(--mo-gutter)));
}

.mo-featured--blush {
	background: var(--mo-blush);
}

.mo-featured--cream {
	background: var(--mo-blush-soft);
}

.mo-featured--reverse .mo-featured__media {
	order: 2;
}

.mo-featured__media {
	display: block;
	background: var(--mo-white);
	border-radius: 2px;
	padding: 16px;
	box-shadow: 0 24px 48px -28px rgba(43, 38, 39, 0.3);
}

.mo-featured__media img {
	width: 100%;
	max-height: 620px;
	object-fit: contain;
}

.mo-featured__text {
	max-width: 520px;
}

.mo-featured__price {
	font-size: 22px !important;
	margin: 0 0 16px;
}

.mo-featured__summary {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
	color: var(--mo-muted);
	margin: 0 0 24px;
}

.mo-featured__group {
	margin-bottom: 22px;
}

.mo-color-dots,
.mo-size-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mo-color-dot {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--mo-line);
	border-radius: 50%;
	background: var(--mo-white);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mo-color-dot img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mo-color-dot span {
	font-size: 9px;
	line-height: 1.1;
	text-align: center;
	color: var(--mo-ink);
	padding: 2px;
}

.mo-color-dot:hover {
	border-color: var(--mo-plum);
	box-shadow: 0 0 0 2px var(--mo-white), 0 0 0 3px var(--mo-plum);
}

.mo-color-more {
	display: inline-flex;
	align-items: center;
	height: 44px;
	padding: 0 10px;
	font-size: 13px;
	color: var(--mo-plum);
	text-decoration: none;
}

.mo-size-pill {
	min-width: 48px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border: 1px solid var(--mo-line);
	border-radius: var(--mo-radius);
	background: var(--mo-white);
	color: var(--mo-ink) !important;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.mo-size-pill:hover {
	border-color: var(--mo-plum);
	background: var(--mo-plum);
	color: var(--mo-white) !important;
}

/* ---------- Layer Up banner ---------- */
.mo-banner {
	display: grid;
	grid-template-columns: 1fr 1.2fr 1fr;
	align-items: center;
	gap: clamp(24px, 4vw, 64px);
	padding: var(--mo-section) var(--mo-gutter);
	background: var(--mo-plum);
	color: var(--mo-white);
	margin-top: var(--mo-section);
}

.mo-banner__img img {
	width: 100%;
	max-height: 460px;
	object-fit: contain;
	background: var(--mo-white);
	border-radius: 2px;
	padding: 10px;
}

.mo-banner__text {
	text-align: center;
}

.mo-banner .mo-eyebrow {
	color: var(--mo-blush);
}

.mo-banner__title {
	font-family: var(--mo-serif);
	font-size: clamp(36px, 4.6vw, 60px);
	line-height: 1.08;
	color: var(--mo-white) !important;
	margin: 0 0 18px;
}

.mo-banner__text p {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 30px;
}

.mo-banner .mo-btn {
	background: var(--mo-white);
	border-color: var(--mo-white);
	color: var(--mo-plum) !important;
}

.mo-banner .mo-btn:hover {
	background: var(--mo-blush);
	border-color: var(--mo-blush);
	color: var(--mo-plum-dark) !important;
}

/* ---------- Trust badges ---------- */
.mo-trust {
	background: var(--mo-cream);
	padding: clamp(40px, 5vw, 64px) 0;
}

.mo-trust__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
}

.mo-trust__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-align: center;
	padding: 8px 12px;
	border-right: 1px solid var(--mo-line);
}

.mo-trust__item:last-child {
	border-right: 0;
}

.mo-trust__icon {
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--mo-blush-soft);
	color: var(--mo-plum);
	font-size: 22px;
}

.mo-trust__label {
	font-family: var(--mo-serif);
	font-size: 18px;
	color: var(--mo-ink);
}

/* ---------- Newsletter ---------- */
.mo-newsletter {
	background: var(--mo-blush);
	text-align: center;
	padding: var(--mo-section) var(--mo-gutter);
	scroll-margin-top: 110px;
}

.mo-newsletter__text {
	font-size: 17px;
	color: var(--mo-muted);
	margin: -6px 0 28px;
}

.mo-newsletter__form {
	display: flex;
	gap: 10px;
	max-width: 520px;
	margin: 0 auto;
}

.mo-newsletter__form input[type="email"] {
	flex: 1;
	min-width: 0;
	height: 52px;
	padding: 0 18px;
	border: 1px solid var(--mo-line);
	border-radius: var(--mo-radius);
	background: var(--mo-white);
	color: var(--mo-ink);
	font-family: var(--mo-sans);
	font-size: 15px;
}

.mo-newsletter__form input[type="email"]:focus {
	outline: none;
	border-color: var(--mo-plum);
}

.mo-newsletter__form .mo-btn {
	min-height: 52px;
}

.mo-newsletter__fine {
	margin: 16px 0 0;
	font-size: 12px;
	color: var(--mo-muted);
}

.mo-newsletter__msg {
	max-width: 520px;
	margin: 0 auto 18px;
	padding: 12px 16px;
	border-radius: var(--mo-radius);
	background: var(--mo-white);
	font-size: 14px;
}

.mo-newsletter__msg--invalid,
.mo-newsletter__msg--err {
	color: #93000a;
}

.mo-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* ---------- Footer ---------- */
body.mo-theme .site-footer {
	background: var(--mo-plum-dark);
	color: rgba(255, 255, 255, 0.78);
	padding: 0;
	margin: 0;
}

body.mo-theme .site-footer .woostify-container {
	max-width: none;
	padding: 0;
}

.mo-footer {
	max-width: var(--mo-max);
	margin: 0 auto;
	padding: clamp(56px, 7vw, 88px) var(--mo-gutter) 32px;
}

.mo-footer__grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr;
	gap: 40px;
}

.mo-logo--light {
	color: var(--mo-white) !important;
	font-size: 26px;
}

.mo-footer__brand p {
	max-width: 340px;
	margin: 16px 0 0;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.72);
}

.mo-footer__col h3 {
	font-family: var(--mo-sans) !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--mo-white) !important;
	margin: 6px 0 18px;
}

.mo-footer__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mo-footer__col li {
	margin: 0 0 12px;
}

.mo-footer__col a {
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: 14px;
	text-decoration: none;
}

.mo-footer__col a:hover {
	color: var(--mo-white) !important;
	text-decoration: underline;
}

.mo-footer__bottom {
	margin-top: 56px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
}

/* ---------- Shop / category page ---------- */
.mo-page-banner {
	background: var(--mo-blush);
	text-align: center;
	padding: clamp(40px, 6vw, 72px) var(--mo-gutter);
}

.mo-breadcrumb {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--mo-muted);
	margin-bottom: 14px;
}

.mo-breadcrumb a {
	color: var(--mo-muted);
	text-decoration: none;
}

.mo-breadcrumb a:hover {
	color: var(--mo-plum);
}

.mo-crumb-sep {
	margin: 0 10px;
}

.mo-page-banner__title {
	font-family: var(--mo-serif);
	font-size: clamp(34px, 4.4vw, 54px);
	line-height: 1.1;
	margin: 0 0 12px;
}

.mo-page-banner__text {
	max-width: 560px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 300;
	color: var(--mo-muted);
}

body.mo-shop-page #primary,
body.mo-shop-page .content-area {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
}

body.mo-shop-page .site-content {
	padding-top: clamp(32px, 5vw, 64px);
}

.mo-shop {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: clamp(24px, 4vw, 56px);
	align-items: start;
}

.mo-filters {
	position: sticky;
	top: 110px;
	padding-right: 8px;
	border-right: 1px solid var(--mo-line);
}

.mo-filters__close {
	display: none;
}

.mo-filter {
	border: 0;
	margin: 0 0 28px;
	padding: 0 0 24px;
	border-bottom: 1px solid var(--mo-line);
	min-width: 0;
}

.mo-filter__title {
	display: block;
	font-family: var(--mo-serif) !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	margin: 0 0 14px;
	padding: 0;
	color: var(--mo-ink);
}

.mo-filter__cats {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mo-filter__cats li {
	margin: 0 0 10px;
}

.mo-filter__cats a {
	color: var(--mo-ink);
	font-size: 14px;
	text-decoration: none;
}

.mo-filter__cats a span {
	color: var(--mo-muted);
	font-size: 12px;
}

.mo-filter__cats .is-active a,
.mo-filter__cats a:hover {
	color: var(--mo-plum);
	font-weight: 500;
}

.mo-size-options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mo-size-option {
	position: relative;
	margin: 0;
	cursor: pointer;
}

.mo-size-option input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
}

.mo-size-option span {
	min-width: 44px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	border: 1px solid var(--mo-line);
	border-radius: var(--mo-radius);
	background: var(--mo-white);
	font-size: 13px;
	transition: all 0.2s ease;
}

.mo-size-option input:checked + span {
	background: var(--mo-plum);
	border-color: var(--mo-plum);
	color: var(--mo-white);
}

.mo-size-option input:focus-visible + span {
	outline: 2px solid var(--mo-plum);
	outline-offset: 2px;
}

.mo-select,
.mo-price-range input,
body.mo-shop-page .woocommerce-ordering select {
	width: 100%;
	height: 44px;
	padding: 0 12px;
	border: 1px solid var(--mo-line);
	border-radius: var(--mo-radius);
	background-color: var(--mo-white);
	color: var(--mo-ink);
	font-family: var(--mo-sans);
	font-size: 14px;
}

.mo-price-range {
	display: flex;
	align-items: center;
	gap: 8px;
}

.mo-price-range label {
	flex: 1;
	margin: 0;
}

.mo-filter-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}

.mo-filter-actions .mo-btn {
	width: 100%;
}

.mo-shop__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	padding-bottom: 20px;
	margin-bottom: 28px;
	border-bottom: 1px solid var(--mo-line);
}

.mo-shop__bar .woocommerce-result-count {
	margin: 0 auto 0 0;
	font-size: 14px;
	color: var(--mo-muted);
}

.mo-shop__bar .woocommerce-ordering {
	margin: 0;
}

.mo-shop__bar .woocommerce-ordering select {
	width: auto;
	min-width: 200px;
}

.mo-filter-toggle {
	display: none;
	height: 44px;
	padding: 0 18px;
	border: 1px solid var(--mo-line);
	border-radius: var(--mo-radius);
	background: var(--mo-white);
	color: var(--mo-ink);
	font-size: 14px;
	cursor: pointer;
}

body.mo-theme .woocommerce-pagination {
	margin-top: 48px;
	text-align: center;
}

body.mo-theme .woocommerce-pagination ul {
	display: inline-flex;
	gap: 8px;
	border: 0 !important;
}

body.mo-theme .woocommerce-pagination ul li {
	border: 0 !important;
}

body.mo-theme .woocommerce-pagination .page-numbers {
	min-width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border: 1px solid var(--mo-line) !important;
	border-radius: var(--mo-radius);
	background: var(--mo-white);
	color: var(--mo-ink);
	text-decoration: none;
}

body.mo-theme .woocommerce-pagination .page-numbers.current,
body.mo-theme .woocommerce-pagination .page-numbers:hover {
	background: var(--mo-plum);
	border-color: var(--mo-plum) !important;
	color: var(--mo-white);
}

/* ---------- Product page ---------- */
body.mo-product-page .site-content {
	padding-top: clamp(24px, 4vw, 48px);
}

body.mo-product-page .woocommerce-breadcrumb {
	font-size: 12px;
	letter-spacing: 0.06em;
	color: var(--mo-muted);
	margin-bottom: 24px;
}

body.mo-product-page .woocommerce-breadcrumb a {
	color: var(--mo-muted);
	text-decoration: none;
}

body.mo-product-page .product-gallery,
body.mo-product-page .woocommerce-product-gallery {
	background: var(--mo-white);
	border: 1px solid var(--mo-line);
	border-radius: 2px;
}

body.mo-product-page .product_title {
	font-size: clamp(30px, 3.4vw, 44px) !important;
	line-height: 1.12;
	margin-bottom: 14px;
}

body.mo-product-page .summary .price {
	font-family: var(--mo-sans);
	font-size: 22px !important;
	font-weight: 500;
	color: var(--mo-ink) !important;
	margin-bottom: 20px;
}

body.mo-product-page .woocommerce-product-details__short-description {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.75;
	color: var(--mo-muted);
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--mo-line);
}

body.mo-product-page table.variations {
	width: 100%;
	border: 0;
	margin-bottom: 8px;
}

body.mo-product-page table.variations tr {
	display: block;
	margin-bottom: 18px;
}

body.mo-product-page table.variations th,
body.mo-product-page table.variations td {
	display: block;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
}

body.mo-product-page table.variations th.label,
body.mo-product-page table.variations td.label {
	margin-bottom: 10px;
}

body.mo-product-page table.variations label {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--mo-ink);
}

.mo-swatch-selected {
	margin-left: 8px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: var(--mo-muted);
}

/* Swatches built by morgans.js from the real variation selects */
.mo-hidden-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.mo-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mo-swatch {
	min-width: 48px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border: 1px solid var(--mo-line);
	border-radius: var(--mo-radius);
	background: var(--mo-white);
	color: var(--mo-ink);
	font-family: var(--mo-sans);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.mo-swatch:hover {
	border-color: var(--mo-plum);
}

.mo-swatch.is-selected {
	background: var(--mo-plum);
	border-color: var(--mo-plum);
	color: var(--mo-white);
}

.mo-swatch.is-disabled {
	opacity: 0.35;
	text-decoration: line-through;
	cursor: not-allowed;
}

.mo-swatch.has-img {
	width: 52px;
	min-width: 52px;
	height: 52px;
	padding: 3px;
	border-radius: 50%;
	overflow: hidden;
}

.mo-swatch.has-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.mo-swatch.has-img.is-selected {
	background: var(--mo-white);
	box-shadow: 0 0 0 2px var(--mo-plum);
}

body.mo-product-page .reset_variations {
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
	color: var(--mo-muted);
}

.mo-size-guide-link {
	display: inline-block;
	margin: 0 0 18px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid currentColor;
	background: none;
	color: var(--mo-plum);
	font-family: var(--mo-sans);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
}

body.mo-product-page .woocommerce-variation-add-to-cart,
body.mo-product-page form.cart:not(.variations_form) {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: stretch;
}

body.mo-product-page .quantity {
	display: inline-flex;
	align-items: center;
	height: 52px;
	border: 1px solid var(--mo-line);
	border-radius: var(--mo-radius);
	background: var(--mo-white);
}

body.mo-product-page .quantity input.qty {
	width: 56px;
	height: 50px;
	border: 0;
	background: transparent;
	text-align: center;
	font-size: 15px;
}

body.mo-product-page .single_add_to_cart_button {
	flex: 1 1 220px;
	min-height: 52px;
}

body.mo-product-page .single_add_to_cart_button.disabled {
	opacity: 0.55;
}

/* Tabs */
body.mo-product-page .woocommerce-tabs {
	margin-top: clamp(48px, 6vw, 80px);
	padding-top: 8px;
	border-top: 1px solid var(--mo-line);
}

body.mo-product-page .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	margin: 0 0 28px !important;
	padding: 0 !important;
	border-bottom: 1px solid var(--mo-line);
}

body.mo-product-page .woocommerce-tabs ul.tabs::before,
body.mo-product-page .woocommerce-tabs ul.tabs li::before,
body.mo-product-page .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

body.mo-product-page .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
}

body.mo-product-page .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 16px 0 14px;
	font-family: var(--mo-serif);
	font-size: 19px;
	font-weight: 400;
	color: var(--mo-muted);
	text-decoration: none;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
}

body.mo-product-page .woocommerce-tabs ul.tabs li.active a {
	color: var(--mo-ink);
	border-bottom-color: var(--mo-plum);
}

body.mo-product-page .woocommerce-Tabs-panel {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.8;
	color: var(--mo-muted);
	max-width: 820px;
}

body.mo-product-page .woocommerce-Tabs-panel > h2:first-child {
	display: none;
}

body.mo-product-page .related.products,
body.mo-product-page .upsells.products {
	margin-top: clamp(56px, 7vw, 96px);
}

body.mo-product-page .related.products > h2,
body.mo-product-page .upsells.products > h2 {
	font-size: clamp(28px, 3vw, 38px);
	margin-bottom: 28px;
}

/* Size guide modal */
.mo-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: rgba(43, 38, 39, 0.55);
}

.mo-modal[hidden] {
	display: none;
}

.mo-modal__box {
	position: relative;
	width: 100%;
	max-width: 560px;
	max-height: calc(100vh - 32px);
	overflow: auto;
	padding: 36px 32px 28px;
	border-radius: 8px;
	background: var(--mo-cream);
	box-shadow: 0 24px 64px -16px rgba(43, 38, 39, 0.4);
}

.mo-modal__box h2 {
	font-size: 30px;
	margin: 0 0 8px;
}

.mo-modal__note {
	font-size: 14px;
	color: var(--mo-muted);
	margin: 0 0 20px;
}

.mo-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--mo-ink);
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.mo-modal__close:hover {
	background: var(--mo-blush-soft);
}

.mo-size-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.mo-size-table th,
.mo-size-table td {
	padding: 12px 10px;
	border-bottom: 1px solid var(--mo-line);
	text-align: left;
}

.mo-size-table th {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--mo-plum);
}

body.mo-modal-open {
	overflow: hidden;
}

/* ---------- About page (block editor content) ---------- */
body.mo-theme .entry-content .wp-block-columns {
	gap: clamp(32px, 6vw, 88px);
}

body.mo-theme .entry-content .wp-block-image img {
	background: var(--mo-white);
	border: 1px solid var(--mo-line);
	padding: 10px;
	border-radius: 2px;
}

body.mo-theme .entry-content p.mo-eyebrow {
	margin-bottom: 8px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
	body.mo-theme ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mo-nav .primary-navigation {
		gap: 6px 20px;
	}

	.mo-banner {
		grid-template-columns: 1fr 1.4fr;
	}

	.mo-banner__img--right {
		display: none;
	}
}

@media (max-width: 991px) {
	body.mo-shop-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mo-shop {
		grid-template-columns: minmax(0, 1fr);
	}

	.mo-filter-toggle {
		display: inline-flex;
		align-items: center;
	}

	.mo-filters {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 10000;
		width: min(340px, 88vw);
		padding: 64px 24px 32px;
		border-right: 0;
		background: var(--mo-cream);
		overflow-y: auto;
		transform: translateX(-100%);
		transition: transform 0.3s ease;
		box-shadow: 0 0 48px rgba(43, 38, 39, 0.2);
	}

	.mo-filters.is-open {
		transform: translateX(0);
	}

	.mo-filters__close {
		display: block;
		position: absolute;
		top: 12px;
		right: 12px;
		width: 44px;
		height: 44px;
		border: 0;
		background: transparent;
		color: var(--mo-ink);
		font-size: 28px;
		cursor: pointer;
	}

	.mo-filters-backdrop {
		position: fixed;
		inset: 0;
		z-index: 9999;
		background: rgba(43, 38, 39, 0.45);
	}
}

@media (max-width: 782px) {
	body.admin-bar.mo-theme .site-header {
		top: 46px;
	}
}

@media (max-width: 768px) {
	.mo-announce {
		font-size: 11px;
		letter-spacing: 0.1em;
		padding: 9px 12px;
	}

	body.mo-theme .site-header .woostify-container {
		min-height: 60px;
	}

	.mo-logo {
		font-size: 20px;
	}

	body.mo-theme ul.products,
	body.mo-shop-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 14px;
	}

	body.mo-theme ul.products li.product .woocommerce-loop-product__title,
	body.mo-theme ul.products li.product .woocommerce-loop-product__title a {
		font-size: 15px;
	}

	/* Hero stacks: image on top, text below */
	.mo-hero__slides {
		min-height: 0;
		display: grid;
	}

	.mo-hero__slide {
		position: relative;
		inset: auto;
		grid-area: 1 / 1;
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 24px 20px 64px;
		text-align: center;
	}

	.mo-hero__media {
		order: -1;
	}

	.mo-hero__media img {
		max-height: 360px;
	}

	.mo-hero__text {
		margin: 0 auto;
	}

	.mo-hero__copy {
		margin-bottom: 24px;
	}

	.mo-hero__arrow {
		display: none;
	}

	.mo-hero__dots {
		bottom: 24px;
	}

	.mo-about,
	.mo-featured {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.mo-about__text,
	.mo-featured__text {
		text-align: left;
	}

	.mo-about__more {
		display: inline-flex;
		margin: 16px 0 0;
	}

	.mo-featured--reverse .mo-featured__media {
		order: 0;
	}

	.mo-featured__media img,
	.mo-about__media img {
		max-height: 440px;
	}

	.mo-featured .mo-btn,
	.mo-about .mo-btn {
		width: 100%;
	}

	.mo-section-head {
		margin-bottom: 24px;
	}

	.mo-banner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.mo-banner__img--left {
		display: none;
	}

	.mo-trust__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 12px;
	}

	.mo-trust__item {
		border-right: 0;
	}

	.mo-trust__label {
		font-size: 16px;
	}

	.mo-newsletter__form {
		flex-direction: column;
	}

	.mo-newsletter__form .mo-btn {
		width: 100%;
	}

	.mo-footer__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.mo-footer__bottom {
		margin-top: 40px;
		text-align: center;
	}

	.mo-shop__bar .woocommerce-result-count {
		width: 100%;
		order: 3;
	}

	.mo-shop__bar .woocommerce-ordering select {
		min-width: 0;
	}

	body.mo-product-page .woocommerce-tabs ul.tabs {
		gap: 20px;
		overflow-x: auto;
		flex-wrap: nowrap;
	}

	body.mo-product-page .woocommerce-tabs ul.tabs li a {
		font-size: 17px;
		white-space: nowrap;
	}

	body.mo-product-page .single_add_to_cart_button {
		flex-basis: 100%;
	}

	.mo-modal__box {
		padding: 32px 18px 20px;
	}

	.mo-size-table th,
	.mo-size-table td {
		padding: 10px 6px;
		font-size: 13px;
	}
}

/* ---------- Product card fixes ---------- */
/* Square image box that matches the square product thumbnails: no empty gap under the photo. */
body.mo-theme ul.products li.product .product-loop-image-wrapper {
	position: relative;
	aspect-ratio: 1 / 1;
}

body.mo-theme ul.products li.product .product-loop-image-wrapper > a {
	display: block;
	width: 100%;
	height: 100%;
}

body.mo-theme ul.products li.product .product-loop-image-wrapper img.product-loop-image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center top;
}

body.mo-theme ul.products li.product .product-loop-hover-image {
	background-size: cover !important;
	background-position: center top !important;
}

/* Price, color count and button always visible: no sliding / clipped text on hover. */
body.mo-theme ul.products li.product .product-loop-meta {
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}

body.mo-theme ul.products li.product .product-loop-meta .animated-meta {
	position: static !important;
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	transform: none !important;
	transition: none !important;
}

body.mo-theme ul.products li.product .product-loop-meta .animated-meta > *:not(.screen-reader-text) {
	position: static !important;
	transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.mo-theme ul.products li.product:hover .product-loop-meta .animated-meta,
body.mo-theme ul.products li.product:hover .product-loop-meta .animated-meta > * {
	transform: none !important;
}

body.mo-theme ul.products li.product .product-loop-meta .loop-add-to-cart-btn,
body.mo-theme ul.products li.product .product-loop-meta .button {
	margin-top: 12px;
	background: transparent !important;
	border: 1px solid var(--mo-plum) !important;
	color: var(--mo-plum) !important;
}

body.mo-theme ul.products li.product .product-loop-meta .loop-add-to-cart-btn:hover,
body.mo-theme ul.products li.product .product-loop-meta .button:hover {
	background: var(--mo-plum) !important;
	color: var(--mo-white) !important;
}

body.mo-theme ul.products li.product .product-loop-meta .loop-add-to-cart-btn .woostify-svg-icon {
	color: inherit !important;
	fill: currentColor;
}

/* ---------- Mini cart sidebar buttons ---------- */
body.mo-theme .cart-sidebar-content .woocommerce-mini-cart__buttons a.button:not(.checkout) {
	background: transparent !important;
	border: 1px solid var(--mo-plum) !important;
	color: var(--mo-plum) !important;
}

body.mo-theme .cart-sidebar-content .woocommerce-mini-cart__buttons {
	display: flex !important;
	flex-direction: column;
	gap: 12px;
}

body.mo-theme .cart-sidebar-content .woocommerce-mini-cart__buttons a.button {
	margin: 0 !important;
	width: 100%;
}

body.mo-theme .cart-sidebar-content .woocommerce-mini-cart__buttons a.button:not(.checkout):hover {
	background: #111111 !important;
	border-color: #111111 !important;
	color: var(--mo-white) !important;
}

body.mo-theme .cart-sidebar-content .woocommerce-mini-cart__buttons a.checkout {
	background: var(--mo-plum) !important;
	border: 1px solid var(--mo-plum) !important;
	color: var(--mo-white) !important;
}

body.mo-theme .cart-sidebar-content .woocommerce-mini-cart__buttons a.checkout:hover {
	background: var(--mo-plum-dark) !important;
	border-color: var(--mo-plum-dark) !important;
}

body.mo-theme .cart-sidebar-content .woocommerce-mini-cart__total .woocommerce-Price-amount {
	color: var(--mo-plum) !important;
}

body.mo-theme .cart-sidebar-head .shop-cart-count,
body.mo-theme .shop-cart-count {
	background: var(--mo-plum) !important;
	color: var(--mo-white) !important;
}

body.mo-theme .primary-navigation .current-menu-item > a,
body.mo-theme .primary-navigation .current-menu-item > a .menu-item-text,
body.mo-theme .primary-navigation a:hover,
body.mo-theme .primary-navigation a:hover .menu-item-text {
	color: var(--mo-plum) !important;
}

/* ---------- Footer v2 ---------- */
.mo-footer__label {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 2px;
}

.mo-footer__text {
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.78);
}

.mo-footer__contact li {
	margin-bottom: 16px;
}

body.mo-theme .mo-footer__grid {
	grid-template-columns: 1.6fr 1fr 1fr;
}

body.mo-theme .site-footer .mo-footer .mo-footer__col h4,
body.mo-theme .mo-footer .mo-footer__col h4 {
	font-family: var(--mo-sans) !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	margin: 6px 0 18px !important;
}

.mo-footer__brand .mo-footer__contact {
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.mo-footer__brand .mo-footer__contact li {
	margin-bottom: 14px;
}

.mo-footer__brand .mo-footer__contact a {
	color: rgba(255, 255, 255, 0.85) !important;
	font-size: 14px;
	text-decoration: none;
}

.mo-footer__brand .mo-footer__contact a:hover {
	color: var(--mo-white) !important;
	text-decoration: underline;
}

@media (max-width: 768px) {
	body.mo-theme .mo-footer__grid {
		grid-template-columns: 1fr;
	}
}

.mo-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
}

.mo-pay {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mo-pay__icon {
	margin: 0;
	line-height: 0;
}

.mo-pay__icon svg {
	width: 48px;
	height: 30px;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
	.mo-footer__bottom {
		flex-direction: column;
		justify-content: center;
	}
}

/* ---------- Header dropdown (Collections) ---------- */
body.mo-theme .site-header .primary-navigation .sub-menu {
	background: var(--mo-cream);
	border: 1px solid var(--mo-line);
	border-radius: var(--mo-radius);
	box-shadow: 0 16px 32px -16px rgba(43, 38, 39, 0.25);
	padding: 8px 0;
	min-width: 220px;
}

body.mo-theme .site-header .primary-navigation .sub-menu a {
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	color: var(--mo-ink) !important;
}

body.mo-theme .site-header .primary-navigation .sub-menu a:hover {
	background: var(--mo-blush-soft);
	color: var(--mo-plum) !important;
}

@media (prefers-reduced-motion: reduce) {
	.mo-hero__slide,
	.mo-hero__dot,
	.mo-filters,
	body.mo-theme ul.products li.product .product-loop-image-wrapper img {
		transition: none;
	}
}
