/* ==========================================================================
   MOP theme — main stylesheet
   Colours come exclusively from tokens.css custom properties.
   Contents:
   01 Base            08 Hero & home sections   15 Cart & checkout
   02 Typography      09 Product card & grid    16 Account & order received
   03 Layout          10 Footer                 17 Journal
   04 Controls        11 Page header & shop     18 Page templates
   05 Announcement    12 Single product         19 Plugin UI (age gate, form, interac)
   06 Header          13 Notices                20 404, search, utilities
   07 Drawers/modal   14 Forms                  21 Motion preferences
   ========================================================================== */

/* 01 Base ----------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: calc(var(--mop-header-h) + 16px); }
body {
	margin: 0;
	background: var(--mop-bg);
	color: var(--mop-ink);
	font-family: var(--mop-font-text);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: clip;
}
body.mop-lock { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd { margin: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: 600; line-height: 1.2; text-wrap: balance; }
p { text-wrap: pretty; }
:where(ul[class], ol[class]) { list-style: none; margin: 0; padding: 0; }
a { color: var(--mop-primary); text-decoration: none; transition: color .15s var(--mop-ease); }
a:hover { color: var(--mop-primary-hover); }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
table { border-collapse: collapse; width: 100%; }
hr { border: 0; border-top: 1px solid var(--mop-line); margin: 32px 0; }
::selection { background: var(--mop-primary-tint); color: var(--mop-ink); }

:focus { outline: none; }
:focus-visible { outline: 2px solid var(--mop-primary); outline-offset: 3px; border-radius: 4px; }
.mop-band-dark :focus-visible, .mop-footer :focus-visible { outline-color: var(--mop-on-dark-strong); }

.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0;
	position: absolute !important; word-wrap: normal !important;
}
.mop-skip-link {
	position: absolute; left: 12px; top: -100px; z-index: 1000;
	padding: 12px 18px; border-radius: var(--mop-radius-sm);
	background: var(--mop-ink); color: #fff; font-weight: 600;
}
.mop-skip-link:focus { top: 12px; color: #fff; }

/* 02 Typography ----------------------------------------------------------- */
.mop-eyebrow, .mop-caps {
	font-family: var(--mop-font-label);
	font-weight: 600;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--mop-primary);
}
.mop-serif { font-family: var(--mop-font-display); font-weight: 400; }

.mop-prose { color: var(--mop-ink-soft); font-size: 17px; line-height: 1.75; }
.mop-prose > * + * { margin-top: 1.1em; }
.mop-prose h2, .mop-prose h3, .mop-prose h4 { color: var(--mop-ink); margin-top: 1.8em; }
.mop-prose h2 { font-family: var(--mop-font-display); font-weight: 400; font-size: clamp(26px, 3vw, 32px); line-height: 1.15; }
.mop-prose h3 { font-size: 20px; }
.mop-prose h4 { font-size: 17px; }
.mop-prose h2 + *, .mop-prose h3 + *, .mop-prose h4 + * { margin-top: .6em; }
.mop-prose > :first-child { margin-top: 0; }
.mop-prose a:not(.mop-btn):not(.button) { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.mop-prose ul, .mop-prose ol { padding-left: 1.3em; }
.mop-prose li + li { margin-top: .4em; }
.mop-prose li::marker { color: var(--mop-primary); }
.mop-prose strong { color: var(--mop-ink); font-weight: 600; }
.mop-prose blockquote { margin-inline: 0; padding: 18px 22px; border: 1px solid var(--mop-border); border-radius: var(--mop-radius-card); background: var(--mop-primary-soft); color: var(--mop-body); font-style: italic; }
.mop-prose img { border-radius: var(--mop-radius-card); }
.mop-prose table { font-size: 15px; line-height: 1.5; }
.mop-prose th, .mop-prose td { padding: 12px 14px; border-bottom: 1px solid var(--mop-line); text-align: left; vertical-align: top; }
.mop-prose thead th { font-family: var(--mop-font-label); font-weight: 600; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--mop-faint); }
.mop-prose code { font-size: .9em; background: var(--mop-primary-tint); padding: 2px 6px; border-radius: 4px; }
.mop-prose .wp-block-button__link { background: var(--mop-primary); color: var(--mop-on-primary); border-radius: var(--mop-radius-btn); padding: 14px 24px; text-decoration: none; font-weight: 600; font-size: 15px; }
.mop-prose .wp-block-separator { border: 0; border-top: 1px solid var(--mop-line); }

/* 03 Layout --------------------------------------------------------------- */
.mop-container { width: min(100% - 2 * var(--mop-gutter), var(--mop-container)); margin-inline: auto; }
.mop-container--narrow { max-width: 760px; }
.mop-main { display: block; min-height: 50vh; }
.mop-main:focus { outline: none; }
.mop-block { padding-block: clamp(40px, 5vw, 72px) var(--mop-section-y); }
.mop-band-white { background: var(--mop-surface); }
.mop-band-dark { background: var(--mop-dark); color: #fff; }

.mop-section-head { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.mop-section-head--center { align-items: center; text-align: center; }
.mop-section-head__title { font-family: var(--mop-font-display); font-weight: 400; font-size: clamp(32px, 3.4vw, 44px); line-height: 1.1; letter-spacing: -.005em; color: var(--mop-ink); }
.mop-section-head__sub { font-size: clamp(15px, 1.3vw, 17px); line-height: 1.6; color: var(--mop-muted); max-width: 620px; }
.mop-section-head--dark .mop-eyebrow { color: var(--mop-on-dark-label); }
.mop-section-head--dark .mop-section-head__title { color: #fff; }

/* 04 Controls ------------------------------------------------------------- */
/* WooCommerce generic buttons (defined first so .mop-btn modifiers win). */
.button, .wp-element-button {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 48px; padding: 0 22px;
	border-radius: var(--mop-radius-btn);
	border: 1px solid var(--mop-control-border);
	background: var(--mop-surface); color: var(--mop-ink);
	font-family: var(--mop-font-text); font-size: 15px; font-weight: 600; line-height: 1.2;
	text-align: center; text-decoration: none; white-space: nowrap;
	transition: background-color .15s var(--mop-ease), border-color .15s var(--mop-ease), color .15s var(--mop-ease), transform .15s var(--mop-ease);
	cursor: pointer;
}
.button:hover { border-color: var(--mop-ink); color: var(--mop-ink); }
.button.alt, .button.checkout-button, #place_order {
	background: var(--mop-primary); border-color: var(--mop-primary); color: var(--mop-on-primary);
}
.button.alt:hover, .button.checkout-button:hover, #place_order:hover {
	background: var(--mop-primary-hover); border-color: var(--mop-primary-hover); color: var(--mop-on-primary);
}
.button:disabled, .button.disabled, button.button:disabled[disabled] { opacity: .5; cursor: not-allowed; }
.button.loading { position: relative; color: transparent !important; pointer-events: none; }
.button.loading::after, .mop-btn.loading::after {
	content: ""; position: absolute; inset: 0; margin: auto; width: 18px; height: 18px;
	border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%;
	animation: mop-spin .7s linear infinite;
}
.mop-btn.loading { position: relative; color: transparent !important; pointer-events: none; }
.mop-btn--primary.loading::after, .button.alt.loading::after { border-color: #fff; border-right-color: transparent; }
.mop-btn--outline.loading::after, .button.loading::after { border-color: var(--mop-primary); border-right-color: transparent; }
@keyframes mop-spin { to { transform: rotate(360deg); } }

.mop-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 48px; padding: 0 24px;
	border-radius: var(--mop-radius-btn);
	border: 1px solid transparent;
	font-family: var(--mop-font-text); font-size: 15px; font-weight: 600; line-height: 1.2;
	text-decoration: none; white-space: nowrap;
	transition: background-color .15s var(--mop-ease), border-color .15s var(--mop-ease), color .15s var(--mop-ease);
	cursor: pointer;
}
.mop-btn--primary { background: var(--mop-primary); border-color: var(--mop-primary); color: var(--mop-on-primary); }
.mop-btn--primary:hover { background: var(--mop-primary-hover); border-color: var(--mop-primary-hover); color: var(--mop-on-primary); }
.mop-btn--outline { background: transparent; border-color: var(--mop-primary); color: var(--mop-primary); }
.mop-btn--outline:hover { background: var(--mop-primary); color: var(--mop-on-primary); }
.mop-btn--ghost { background: var(--mop-surface); border-color: var(--mop-control-border); color: var(--mop-ink); }
.mop-btn--ghost:hover { border-color: var(--mop-ink); color: var(--mop-ink); }
.mop-btn--lg { min-height: 54px; padding: 0 28px; font-size: 16px; }
.mop-btn--block { display: flex; width: 100%; }
.mop-btn .mop-icon { flex-shrink: 0; }

.mop-link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15.5px; color: var(--mop-ink); }
.mop-link-arrow .mop-icon { transition: transform .2s var(--mop-ease); }
.mop-link-arrow:hover { color: var(--mop-primary); }
.mop-link-arrow:hover .mop-icon { transform: translateX(3px); }

.mop-icon-btn {
	position: relative; display: inline-flex; align-items: center; justify-content: center;
	width: 44px; height: 44px; padding: 0; border: 0; border-radius: var(--mop-radius-sm);
	background: transparent; color: var(--mop-ink);
}
.mop-icon-btn:hover { color: var(--mop-primary); background: var(--mop-primary-soft); }

.mop-icon-circle {
	flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center;
	width: 46px; height: 46px; border-radius: var(--mop-radius-pill);
	background: var(--mop-primary-tint); color: var(--mop-primary);
}
.mop-icon-circle--sm { width: 36px; height: 36px; }
.mop-icon-circle--lg { width: 64px; height: 64px; }

.mop-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.mop-pill {
	display: inline-flex; align-items: center;
	font-family: var(--mop-font-label); font-weight: 600; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; line-height: 1.2;
	padding: 5px 10px 4px; border-radius: var(--mop-radius-pill);
	background: #F1F4F4; color: var(--mop-muted);
}
.mop-pill--brand { background: var(--mop-primary-tint); color: var(--mop-primary); }
.mop-badge {
	display: inline-flex; align-items: center;
	font-family: var(--mop-font-label); font-weight: 600; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; line-height: 1.2;
	padding: 4px 9px 3px; border-radius: var(--mop-radius-pill);
	background: var(--mop-surface); color: var(--mop-primary); border: 1px solid var(--mop-border);
}

.mop-star { color: var(--mop-primary); flex-shrink: 0; }
.mop-well { position: relative; display: block; overflow: hidden; background: var(--mop-image-well); aspect-ratio: 1 / 1; }
.mop-well img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }

/* 05 Announcement bar ----------------------------------------------------- */
.mop-announce {
	position: relative; overflow: hidden;
	background: var(--mop-primary); color: var(--mop-on-primary);
	font-family: var(--mop-font-label); font-weight: 600; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase;
	height: 38px;
}
.mop-announce__track { display: flex; align-items: center; justify-content: center; height: 100%; }
.mop-announce__group { display: flex; align-items: center; gap: 22px; white-space: nowrap; flex-shrink: 0; }
.mop-announce__group--clone { display: none; }
.mop-announce__sep { display: inline-flex; }
.mop-announce__sep .mop-star { color: rgba(255, 255, 255, .55); }

@media (max-width: 1023px) {
	.mop-announce { height: 34px; font-size: 12.5px; }
	.mop-announce__track { justify-content: flex-start; width: max-content; animation: mop-marquee 32s linear infinite; }
	.mop-announce__group { padding-right: 22px; }
	.mop-announce__group--clone { display: flex; }
	.mop-announce:hover .mop-announce__track, .mop-announce:focus-within .mop-announce__track { animation-play-state: paused; }
}
@keyframes mop-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* 06 Header --------------------------------------------------------------- */
.mop-header {
	position: sticky; top: 0; z-index: 90;
	background: var(--mop-surface); border-bottom: 1px solid var(--mop-line);
	transition: box-shadow .2s var(--mop-ease);
}
.admin-bar .mop-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .mop-header { top: 46px; } }
@media (max-width: 600px) { .admin-bar .mop-header { top: 0; } }
.mop-header.is-compact { box-shadow: 0 6px 20px -14px rgba(20, 36, 42, .35); }

.mop-header__inner {
	display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
	height: var(--mop-header-h);
}
.mop-header.is-compact .mop-header__inner { height: 68px; }
.mop-header__menu { display: none; }
.mop-header__actions { display: flex; align-items: center; gap: 4px; justify-self: end; }
.mop-header__cart { color: var(--mop-ink); }
.mop-cart-count {
	position: absolute; top: 3px; right: 0;
	min-width: 18px; height: 18px; padding: 0 5px; border-radius: var(--mop-radius-pill);
	background: var(--mop-primary); color: var(--mop-on-primary);
	font-size: 11px; font-weight: 600; line-height: 18px; text-align: center; font-variant-numeric: tabular-nums;
}
.mop-cart-count.is-empty { display: none; }
.mop-cart-count.is-bump { animation: mop-bump .45s var(--mop-ease); }
@keyframes mop-bump { 40% { transform: scale(1.35); } }

/* Brand lockup */
.mop-lockup { display: inline-flex; align-items: center; gap: 12px; color: var(--mop-primary); text-decoration: none; }
.mop-lockup:hover { color: var(--mop-primary); }
.mop-lockup__mark { height: 46px; width: auto; }
.mop-lockup__text { display: flex; flex-direction: column; gap: 3px; }
.mop-lockup__name { font-family: var(--mop-font-display); font-size: 30px; line-height: .9; letter-spacing: .12em; }
.mop-lockup__sub { font-family: var(--mop-font-label); font-weight: 500; font-size: 9.5px; letter-spacing: .34em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.mop-lockup--white, .mop-lockup--white:hover { color: #fff; }
.mop-header.is-compact .mop-lockup__mark { height: 38px; }
.custom-logo-link { display: inline-flex; }
.custom-logo { max-height: 56px; width: auto; }

/* Primary nav */
.mop-nav { justify-self: center; }
.mop-nav__list { display: flex; align-items: center; gap: 36px; }
.mop-nav__list > li { position: relative; }
.mop-nav__list a {
	display: inline-flex; align-items: center; padding: 8px 0;
	font-size: 15px; font-weight: 500; color: var(--mop-ink);
	border-bottom: 1.5px solid transparent;
}
.mop-nav__list a:hover { color: var(--mop-primary); }
.mop-nav__list .current-menu-item > a, .mop-nav__list .current-menu-ancestor > a, .mop-nav__list .current_page_item > a, .mop-nav__list .current-menu-parent > a {
	color: var(--mop-primary); font-weight: 600; border-bottom-color: var(--mop-primary);
}
.mop-nav__list .sub-menu {
	position: absolute; top: 100%; left: -18px; min-width: 240px; padding: 10px;
	background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); box-shadow: var(--mop-shadow-md);
	opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .15s, transform .15s, visibility .15s;
}
.mop-nav__list li:hover > .sub-menu, .mop-nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.mop-nav__list .sub-menu a { display: flex; padding: 9px 12px; border: 0; border-radius: var(--mop-radius-sm); font-size: 14.5px; font-weight: 500; }
.mop-nav__list .sub-menu a:hover { background: var(--mop-primary-soft); }

/* Search panel */
.mop-search-panel { border-top: 1px solid var(--mop-line); background: var(--mop-surface); padding: 18px 0; }
.mop-search-panel[hidden] { display: none; }
.mop-search-form { position: relative; display: flex; gap: 10px; align-items: center; }
.mop-search-form__icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--mop-faint); pointer-events: none; }
.mop-search-form .mop-search-form__input {
	flex: 1; min-width: 0; height: 52px; padding: 0 16px 0 46px;
	border: 1px solid var(--mop-border); border-radius: var(--mop-radius-btn); background: var(--mop-surface);
	font-size: 16px; -webkit-appearance: none; appearance: none;
}
.mop-search-form .mop-search-form__input:focus { border-color: var(--mop-primary); box-shadow: 0 0 0 3px var(--mop-primary-tint); outline: none; }
.mop-search-form__submit { min-height: 52px; }

@media (max-width: 1023px) {
	:root { --mop-header-h: 64px; }
	.mop-header__inner { grid-template-columns: 44px 1fr 44px; gap: 8px; }
	.mop-header.is-compact .mop-header__inner { height: 58px; }
	.mop-header__menu { display: inline-flex; margin-left: -10px; }
	.mop-nav, .mop-header__search-toggle, .mop-header__account { display: none; }
	.mop-header__brand { justify-self: center; }
	.mop-header__actions { margin-right: -10px; }
	.mop-header .mop-lockup { gap: 9px; }
	.mop-header .mop-lockup__mark, .mop-header.is-compact .mop-lockup__mark { height: 36px; }
	.mop-header .mop-lockup__name { font-size: 23px; }
	.mop-header .mop-lockup__sub { font-size: 8px; letter-spacing: .3em; }
	.mop-header .mop-icon-btn svg { width: 24px; height: 24px; }
	.mop-cart-count { top: 4px; right: 0; }
	.mop-search-panel { display: none; }
}

/* 07 Drawers & modal ------------------------------------------------------ */
.mop-drawer, .mop-modal { position: fixed; inset: 0; z-index: 200; }
.mop-drawer[hidden], .mop-modal[hidden] { display: none; }
.mop-drawer__backdrop {
	position: absolute; inset: 0; background: rgba(12, 26, 30, .5);
	opacity: 0; transition: opacity .25s var(--mop-ease);
	-webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
}
.mop-drawer__panel {
	position: absolute; top: 0; bottom: 0; width: min(420px, 100vw - 32px);
	display: flex; flex-direction: column;
	background: var(--mop-surface); box-shadow: var(--mop-shadow-lg);
	transition: transform .3s var(--mop-ease);
}
.mop-drawer__panel:focus { outline: none; }
.mop-drawer--left .mop-drawer__panel { left: 0; transform: translateX(-100%); }
.mop-drawer--right .mop-drawer__panel { right: 0; transform: translateX(100%); }
.mop-drawer.is-open .mop-drawer__backdrop, .mop-modal.is-open .mop-drawer__backdrop { opacity: 1; }
.mop-drawer.is-open .mop-drawer__panel { transform: none; }
.mop-drawer__head {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	padding: 10px 12px 10px 24px; min-height: 68px; border-bottom: 1px solid var(--mop-line);
}
.mop-drawer__title { font-family: var(--mop-font-display); font-weight: 400; font-size: 24px; }
.mop-drawer-count { font-family: var(--mop-font-text); font-size: 15px; color: var(--mop-muted); }
.mop-drawer__body { flex: 1; overflow-y: auto; overscroll-behavior: contain; padding: 20px 24px; }
.mop-drawer__foot a { display: inline-flex; align-items: center; min-height: 44px; }
.mop-drawer__foot { padding: 18px 24px 24px; border-top: 1px solid var(--mop-line); display: flex; flex-direction: column; gap: 6px; font-size: 14.5px; }

.mop-mobile-nav { margin-top: 18px; }
.mop-mobile-nav__list > li { border-bottom: 1px solid var(--mop-line); }
.mop-mobile-nav__list a { display: flex; align-items: center; min-height: 54px; font-family: var(--mop-font-display); font-size: 22px; color: var(--mop-ink); }
.mop-mobile-nav__list .current-menu-item > a { color: var(--mop-primary); }
.mop-mobile-nav__list .sub-menu { padding: 0 0 12px 14px; }
.mop-mobile-nav__list .sub-menu a { min-height: 44px; font-family: var(--mop-font-text); font-size: 15.5px; color: var(--mop-body); }
.mop-mobile-nav__utility { margin-top: 20px; display: grid; gap: 4px; }
.mop-mobile-nav__utility a { display: flex; align-items: center; gap: 12px; min-height: 48px; font-weight: 500; color: var(--mop-ink); }
.mop-mobile-nav__utility .mop-icon { color: var(--mop-primary); }
.mop-drawer .mop-search-form__input { height: 48px; }
.mop-drawer .mop-search-form__submit { display: none; }

/* Mini cart in drawer */
.mop-drawer .mop-freeship { padding: 16px 24px; border-bottom: 1px solid var(--mop-line); background: var(--mop-primary-soft); }
.mop-drawer .mop-freeship:empty { display: none; }
.mop-freeship__msg { font-size: 14px; color: var(--mop-body); margin-bottom: 10px; }
.mop-freeship__msg strong { color: var(--mop-ink); }
.mop-freeship__bar { height: 6px; border-radius: var(--mop-radius-pill); background: var(--mop-line); overflow: hidden; }
.mop-freeship__bar span { display: block; width: 100%; height: 100%; background: var(--mop-primary); border-radius: inherit; transform-origin: left center; transition: transform .4s var(--mop-ease); }
.mop-minicart { display: flex; flex-direction: column; padding: 0; }
.mop-minicart .widget_shopping_cart_content { display: flex; flex-direction: column; min-height: 100%; }
.mop-minicart__list { padding: 8px 24px; flex: 1; }
.mop-minicart__item { display: grid; grid-template-columns: 72px 1fr 32px; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--mop-line); }
.mop-minicart__item:last-child { border-bottom: 0; }
.mop-minicart__thumb { width: 72px; border-radius: 10px; }
.mop-minicart__info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mop-minicart__name { font-weight: 600; font-size: 15px; color: var(--mop-ink); line-height: 1.3; }
.mop-minicart__info .quantity { display: block; font-size: 14px; color: var(--mop-muted); font-variant-numeric: tabular-nums; }
.mop-minicart__info dl.variation { display: flex; flex-wrap: wrap; gap: 0 6px; font-size: 13px; color: var(--mop-muted); }
.mop-minicart__info dl.variation dt, .mop-minicart__info dl.variation dd, .mop-minicart__info dl.variation p { margin: 0; font-weight: 400; }
.mop-minicart .remove { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; color: var(--mop-faint); font-size: 22px; line-height: 1; }
.mop-minicart .remove:hover { background: var(--mop-error-bg); color: var(--mop-error); }
.mop-minicart__footer { position: sticky; bottom: 0; padding: 18px 24px 24px; background: var(--mop-surface); border-top: 1px solid var(--mop-line); }
.woocommerce-mini-cart__total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; font-size: 16px; }
.woocommerce-mini-cart__total strong { font-weight: 500; color: var(--mop-muted); }
.woocommerce-mini-cart__total .amount { font-size: 20px; font-weight: 600; font-variant-numeric: tabular-nums; }
.woocommerce-mini-cart__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; }
.woocommerce-mini-cart__buttons .mop-btn { width: 100%; }
.blockUI.blockOverlay { background: rgba(255, 255, 255, .6) !important; opacity: 1 !important; }

/* Quick view modal */
.mop-modal { display: grid; place-items: center; padding: 16px; }
.mop-modal__panel {
	position: relative; width: min(880px, 100%); max-height: calc(100vh - 32px); overflow-y: auto;
	background: var(--mop-surface); border-radius: var(--mop-radius-lg); box-shadow: var(--mop-shadow-lg);
	opacity: 0; transform: translateY(12px) scale(.98); transition: opacity .2s var(--mop-ease), transform .25s var(--mop-ease);
}
.mop-modal.is-open .mop-modal__panel { opacity: 1; transform: none; }
.mop-modal__panel:focus { outline: none; }
.mop-modal__close { position: absolute; top: 10px; right: 10px; z-index: 2; background: var(--mop-surface); }
.mop-qv { display: grid; grid-template-columns: 1fr 1fr; }
.mop-qv__media { padding: 20px; }
.mop-qv__well { border-radius: var(--mop-radius-card); }
.mop-qv__body { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 44px 36px 32px 16px; }
.mop-qv__title { font-family: var(--mop-font-display); font-weight: 400; font-size: 34px; line-height: 1.08; }
.mop-qv__spec { color: var(--mop-muted); font-size: 15px; }
.mop-qv__price { font-size: 24px; font-weight: 600; font-variant-numeric: tabular-nums; }
.mop-qv__desc { font-size: 15px; line-height: 1.65; color: var(--mop-body); }
.mop-qv__desc:empty { display: none; }
.mop-qv__actions { display: flex; flex-wrap: wrap; gap: 10px; width: 100%; margin-top: 6px; }
.mop-qv__actions .mop-btn { flex: 1; }
.mop-qv__actions .added_to_cart { display: none; }
.mop-qv.is-loading .mop-qv__body > :not(.mop-qv__title) { opacity: .3; }
@media (max-width: 719px) {
	.mop-qv { grid-template-columns: 1fr; }
	.mop-qv__media { padding: 16px 16px 0; }
	.mop-qv__well { max-width: 260px; margin-inline: auto; }
	.mop-qv__body { padding: 16px 20px 24px; }
	.mop-qv__title { font-size: 28px; }
}

/* 08 Hero & home sections ------------------------------------------------- */
.mop-hero { background: var(--mop-surface); padding: 72px 0 80px; }
.mop-hero__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 40px; }
.mop-hero__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
.mop-hero__eyebrow { display: flex; align-items: center; gap: 10px; }
.mop-hero__title { font-family: var(--mop-font-display); font-weight: 400; font-size: clamp(40px, 4.72vw, 68px); line-height: 1.02; letter-spacing: -.01em; }
.mop-hero__sub { font-size: clamp(16px, 1.32vw, 19px); line-height: 1.6; color: var(--mop-body); max-width: 520px; }
.mop-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; }
.mop-hero__secondary { font-size: 16px; }
.mop-hero__note { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--mop-muted); max-width: 480px; }
.mop-hero__note .mop-icon { color: var(--mop-primary); flex-shrink: 0; }
.mop-hero__art {
	position: relative; aspect-ratio: 560 / 520; width: 100%; max-width: 560px; justify-self: center;
	border-radius: var(--mop-radius-xl); background: var(--mop-primary-well); color: var(--mop-primary); overflow: hidden;
}
.mop-hero__orbit { position: absolute; inset: 0; width: 100%; height: 100%; }
.mop-hero__vial { position: absolute; mix-blend-mode: multiply; width: 46%; -webkit-mask-image: radial-gradient(closest-side, #000 72%, transparent 100%); mask-image: radial-gradient(closest-side, #000 72%, transparent 100%); }
.mop-hero__vial--left { left: -1%; top: 25%; transform: rotate(-4deg); }
.mop-hero__vial--right { right: -1%; top: 23%; transform: rotate(4deg); }
.mop-hero__vial--center { width: 58%; left: 21%; top: 8%; }

@media (max-width: 899px) {
	.mop-hero { padding: 32px 0 36px; }
	.mop-hero__grid { grid-template-columns: 1fr; gap: 22px; }
	.mop-hero__copy { display: contents; }
	.mop-hero__eyebrow { order: 1; font-size: 11.5px; letter-spacing: .14em; }
	.mop-hero__title { order: 2; }
	.mop-hero__sub { order: 3; }
	.mop-hero__art { order: 4; aspect-ratio: 358 / 300; max-width: none; border-radius: var(--mop-radius-lg); }
	.mop-hero__actions { order: 5; flex-direction: column; align-items: stretch; gap: 10px; }
	.mop-hero__actions .mop-btn { min-height: 52px; }
	.mop-hero__secondary { justify-content: center; min-height: 52px; border: 1px solid var(--mop-control-border); border-radius: var(--mop-radius-btn); }
	.mop-hero__secondary .mop-icon { display: none; }
	.mop-hero__note { order: 6; font-size: 13.5px; }
	.mop-hero__vial { width: 45%; top: 27%; }
	.mop-hero__vial--center { width: 57%; left: 21.5%; top: 9%; }
}

.mop-trust { background: var(--mop-surface); border-top: 1px solid var(--mop-line); border-bottom: 1px solid var(--mop-line); }
.mop-trust__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 36px 0; }
.mop-trust__item { display: flex; align-items: center; gap: 16px; padding: 0 24px; }
.mop-trust__item + .mop-trust__item { border-left: 1px solid var(--mop-line); }
.mop-trust__item:first-child { padding-left: 0; }
.mop-trust__label { font-weight: 600; font-size: 16px; line-height: 1.35; }
@media (max-width: 1023px) {
	.mop-trust__list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 0; padding: 28px 0; }
	.mop-trust__item:nth-child(odd) { padding-left: 0; border-left: 0; }
}
@media (max-width: 599px) {
	.mop-trust__list { grid-template-columns: 1fr; gap: 0; padding: 6px 0; }
	.mop-trust__item { padding: 14px 0; gap: 14px; }
	.mop-trust__item + .mop-trust__item { border-left: 0; border-top: 1px solid var(--mop-line); }
	.mop-trust .mop-icon-circle { width: 40px; height: 40px; }
	.mop-trust .mop-icon-circle svg { width: 20px; height: 20px; }
	.mop-trust__label { font-size: 15px; }
}

.mop-featured { padding: var(--mop-section-y) 0; }
.mop-featured__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.mop-featured__all { white-space: nowrap; padding-bottom: 6px; }
.mop-featured__all-mobile { display: none; margin-top: 28px; min-height: 50px; background: var(--mop-surface); }
@media (max-width: 767px) {
	.mop-featured__head { margin-bottom: 28px; }
	.mop-featured__all { display: none; }
	.mop-featured .mop-grid > li:nth-child(n+5) { display: none; }
	.mop-featured__all-mobile { display: flex; border-color: var(--mop-control-border); color: var(--mop-ink); }
	.mop-featured__all-mobile:hover { background: var(--mop-surface); color: var(--mop-primary); border-color: var(--mop-primary); }
}

.mop-why { padding: var(--mop-section-y) 0; }
.mop-why__head { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; align-items: end; margin-bottom: 56px; }
.mop-why__intro { font-size: 17px; line-height: 1.65; color: var(--mop-on-dark); }
.mop-why__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.mop-why__card { display: flex; flex-direction: column; gap: 16px; padding: 32px 28px; border: 1px solid var(--mop-dark-line); border-radius: var(--mop-radius-card); background: var(--mop-dark-card); }
.mop-why__icon { color: var(--mop-on-dark-icon); }
.mop-why__text { display: flex; flex-direction: column; gap: 16px; }
.mop-why__title { font-size: 19px; font-weight: 600; color: #fff; }
.mop-why__body { font-size: 15px; line-height: 1.6; color: var(--mop-on-dark); }
@media (max-width: 1023px) {
	.mop-why__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
	.mop-why__head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 12px; }
	.mop-why__intro { font-size: 15px; }
	.mop-why__grid { grid-template-columns: 1fr; gap: 0; }
	.mop-why__card { flex-direction: row; gap: 16px; padding: 20px 0; border: 0; border-radius: 0; background: none; }
	.mop-why__card + .mop-why__card { border-top: 1px solid var(--mop-dark-line); }
	.mop-why__icon svg { width: 24px; height: 24px; }
	.mop-why__text { gap: 6px; }
	.mop-why__title { font-size: 17px; }
	.mop-why__body { font-size: 14.5px; }
}

.mop-steps { padding: var(--mop-section-y) 0; }
.mop-steps__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin-top: 56px; counter-reset: none; }
.mop-steps__item { display: flex; flex-direction: column; gap: 14px; padding-top: 28px; border-top: 1.5px solid var(--mop-primary); }
.mop-steps__num { font-family: var(--mop-font-display); font-size: 52px; line-height: 1; color: var(--mop-primary); }
.mop-steps__text { display: flex; flex-direction: column; gap: 14px; }
.mop-steps__title { font-size: 20px; font-weight: 600; }
.mop-steps__body { font-size: 15.5px; line-height: 1.65; color: var(--mop-muted); }
@media (max-width: 767px) {
	.mop-steps .mop-section-head--center { align-items: flex-start; text-align: left; }
	.mop-steps__list { grid-template-columns: 1fr; gap: 28px; margin-top: 32px; }
	.mop-steps__item { flex-direction: row; gap: 18px; padding-top: 0; border-top: 0; }
	.mop-steps__num { font-size: 36px; width: 44px; flex-shrink: 0; }
	.mop-steps__text { gap: 6px; }
	.mop-steps__title { font-size: 17px; }
	.mop-steps__body { font-size: 14.5px; line-height: 1.6; }
}

.mop-notice-section { padding: 72px 0 96px; }
.mop-notice {
	display: flex; gap: 20px; align-items: flex-start; padding: 28px 32px;
	border-radius: var(--mop-radius-card); background: var(--mop-surface); border: 1px solid var(--mop-border);
}
.mop-notice__icon { flex-shrink: 0; color: var(--mop-primary); }
.mop-notice__text { display: flex; flex-direction: column; gap: 8px; }
.mop-notice__title { font-family: var(--mop-font-label); font-weight: 600; font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--mop-ink); }
.mop-notice__body { font-size: 14.5px; line-height: 1.65; color: var(--mop-body); }
@media (max-width: 767px) {
	.mop-notice-section { padding: 32px 0 48px; }
	.mop-notice { padding: 20px; gap: 12px; }
	.mop-notice__icon svg { width: 20px; height: 20px; }
	.mop-notice__body { font-size: 13.5px; line-height: 1.6; }
}

/* 09 Product card & grid -------------------------------------------------- */
ul.products, .mop-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin: 0; padding: 0; list-style: none; }
ul.products::before, ul.products::after { display: none; }
@media (max-width: 1100px) { ul.products, .mop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; } }
@media (max-width: 767px) { ul.products, .mop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } }

.mop-card {
	position: relative; display: flex; flex-direction: column; min-width: 0;
	background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); overflow: hidden;
	transition: border-color .2s var(--mop-ease), box-shadow .2s var(--mop-ease), transform .2s var(--mop-ease);
}
.mop-card:hover { border-color: var(--mop-border); box-shadow: var(--mop-shadow-md); }
.mop-card__media { position: relative; }
.mop-card__badge { position: absolute; top: 12px; left: 12px; z-index: 2; }
.mop-card__well img { transition: transform .5s var(--mop-ease); }
.mop-card:hover .mop-card__well img { transform: scale(1.035); }
.mop-card__quick {
	position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2;
	display: flex; align-items: center; justify-content: center; gap: 8px; height: 40px;
	border: 1px solid var(--mop-border); border-radius: var(--mop-radius-sm);
	background: rgba(255, 255, 255, .94); color: var(--mop-ink); font-size: 14px; font-weight: 600;
	opacity: 0; transform: translateY(6px); transition: opacity .2s var(--mop-ease), transform .2s var(--mop-ease), background-color .15s;
}
.mop-card__quick:hover { background: var(--mop-surface); color: var(--mop-primary); }
.mop-card:hover .mop-card__quick, .mop-card__quick:focus-visible { opacity: 1; transform: none; }
@media (hover: none) { .mop-card__quick { display: none; } }
.mop-card__body { display: flex; flex-direction: column; flex-grow: 1; gap: 10px; padding: 18px 20px 20px; }
.mop-card__text { display: flex; flex-direction: column; gap: 3px; }
.mop-card__title { font-size: 17px; font-weight: 600; line-height: 1.25; }
.mop-card__link { color: var(--mop-ink); }
.mop-card__link::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.mop-card__link:hover { color: var(--mop-primary); }
.mop-card__link:focus-visible { outline: none; }
.mop-card:has(.mop-card__link:focus-visible) { box-shadow: var(--mop-focus); }
.mop-card__spec { font-size: 13.5px; line-height: 1.4; color: var(--mop-muted); }
.mop-card__meta { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 4px 8px; margin-top: auto; }
.mop-card__price, .mop-card__price .amount { font-size: 17px; font-weight: 600; color: var(--mop-ink); font-variant-numeric: tabular-nums; }
.mop-card__price del { color: var(--mop-faint); font-weight: 400; font-size: 14px; }
.mop-card__price ins { text-decoration: none; }
.mop-price__from { font-weight: 500; color: var(--mop-muted); }
.mop-card__stock { font-family: var(--mop-font-label); font-weight: 600; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--mop-muted); }
.mop-card__stock.is-out { color: var(--mop-error); }
.mop-card__cta { position: relative; z-index: 2; min-height: 44px; border-radius: var(--mop-radius-sm); font-size: 14px; }
.mop-card .added_to_cart { display: none; }
.mop-card__cta.added::before {
	content: ""; width: 14px; height: 8px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-45deg) translate(1px, -2px);
}
@media (max-width: 767px) {
	.mop-card__body { gap: 8px; padding: 14px 14px 16px; }
	/* Compact cards: stock only earns space when it's a problem. */
	.mop-card__stock:not(.is-out) { display: none; }
	.mop-card__title { font-size: 15px; }
	.mop-card__spec { font-size: 12.5px; }
	.mop-card__price, .mop-card__price .amount { font-size: 15px; }
	.mop-card__cta { padding: 0 8px; }
	.mop-card__cta.mop-btn--outline { background: var(--mop-primary); color: var(--mop-on-primary); }
	.mop-card__badge { top: 8px; left: 8px; font-size: 10px; padding: 3px 7px 2px; }
}

/* 10 Footer --------------------------------------------------------------- */
.mop-footer { background: var(--mop-dark); color: var(--mop-on-dark-strong); padding: 72px 0 36px; }
.mop-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; }
.mop-footer__brand { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.mop-footer .mop-lockup__mark { height: 41px; }
.mop-footer .mop-lockup__name { font-size: 27px; }
.mop-footer .mop-lockup__sub { font-size: 9px; }
.mop-footer__tagline { font-size: 14.5px; line-height: 1.6; color: var(--mop-on-dark); max-width: 320px; }
.mop-footer__contact { display: flex; flex-direction: column; gap: 4px; font-size: 14px; color: var(--mop-on-dark); }
.mop-footer__contact a { color: var(--mop-on-dark-strong); }
.mop-footer__contact a:hover, .mop-footer__list a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.mop-footer__heading { font-family: var(--mop-font-label); font-weight: 600; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--mop-on-dark-label); margin-bottom: 12px; }
.mop-footer__list { display: flex; flex-direction: column; gap: 4px; }
.mop-footer__list a { display: inline-flex; align-items: center; min-height: 32px; font-size: 14.5px; color: var(--mop-on-dark-strong); }
.mop-footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 10px 32px; margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--mop-dark-line); font-size: 13px; color: var(--mop-on-dark-faint); }
@media (max-width: 899px) {
	.mop-footer { padding: 48px 0 28px; }
	.mop-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 20px; }
	.mop-footer__brand { grid-column: 1 / -1; }
	.mop-footer__bottom { flex-direction: column; align-items: flex-start; margin-top: 36px; }
}

/* 11 Page header, breadcrumb, shop toolbar -------------------------------- */
.mop-page-header { position: relative; overflow: hidden; background: var(--mop-surface); border-bottom: 1px solid var(--mop-line); }
.mop-page-header__inner { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; padding: 64px 0 56px; }
.mop-page-header__title { font-family: var(--mop-font-display); font-weight: 400; font-size: clamp(36px, 3.9vw, 56px); line-height: 1.05; max-width: 900px; }
.mop-page-header__intro { font-size: clamp(15.5px, 1.2vw, 17px); line-height: 1.6; color: var(--mop-muted); max-width: 640px; }
.mop-page-header__search { width: min(100%, 560px); margin-top: 10px; }
.mop-page-header__star { position: absolute; pointer-events: none; }
.mop-page-header__star--lg { right: 0; top: 36px; opacity: .9; }
.mop-page-header__star--lg .mop-star { color: var(--mop-primary); }
.mop-page-header__star--sm { right: 70px; top: 118px; }
.mop-page-header__star--sm .mop-star { color: var(--mop-primary-light); }
.mop-page-header--narrow .mop-page-header__inner { padding: 44px 0 40px; }
.mop-page-header--narrow .mop-page-header__title { font-size: clamp(32px, 3.2vw, 44px); }
@media (max-width: 767px) {
	.mop-page-header__inner { padding: 36px 0 32px; gap: 10px; }
	.mop-page-header__star--lg { top: 18px; }
	.mop-page-header__star--lg svg { width: 20px; height: 20px; }
	.mop-page-header__star--sm { display: none; }
}

.mop-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 8px; font-family: var(--mop-font-label); font-weight: 600; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--mop-faint); }
.mop-breadcrumb a { color: var(--mop-faint); }
.mop-breadcrumb a:hover { color: var(--mop-primary); }
.mop-breadcrumb__sep { color: var(--mop-sep); }
.mop-breadcrumb { color: var(--mop-primary); }
@media (max-width: 767px) { .mop-breadcrumb { font-size: 12px; letter-spacing: .14em; } }

.mop-shop { padding: 40px 0 var(--mop-section-y); }
.mop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px 24px; margin-bottom: 32px; }
.mop-chips__list { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.mop-chip {
	display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 18px;
	border-radius: var(--mop-radius-pill); border: 1px solid var(--mop-border); background: var(--mop-surface);
	font-size: 14.5px; font-weight: 500; color: var(--mop-ink); white-space: nowrap;
}
.mop-chip:hover { border-color: var(--mop-primary); color: var(--mop-primary); }
.mop-chip.is-active { background: var(--mop-primary); border-color: var(--mop-primary); color: var(--mop-on-primary); }
.mop-chip__count { font-size: 12.5px; opacity: .7; font-variant-numeric: tabular-nums; }
.mop-toolbar__right { display: flex; align-items: center; gap: 18px; font-size: 14.5px; color: var(--mop-muted); flex-shrink: 0; }
.woocommerce-result-count { margin: 0; }
.woocommerce-ordering { margin: 0; }
.woocommerce-ordering select, .mop-select {
	height: 42px; padding: 0 40px 0 16px; border-radius: var(--mop-radius-sm);
	border: 1px solid var(--mop-border); background: var(--mop-surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2314242A' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;
	color: var(--mop-ink); font-size: 14.5px; -webkit-appearance: none; appearance: none; cursor: pointer;
}
@media (max-width: 899px) {
	.mop-toolbar { flex-direction: column; align-items: stretch; }
	.mop-chips { margin-inline: calc(-1 * var(--mop-gutter)); }
	.mop-chips__list { flex-wrap: nowrap; overflow-x: auto; padding: 2px var(--mop-gutter) 6px; scrollbar-width: none; }
	.mop-chips__list::-webkit-scrollbar { display: none; }
	.mop-toolbar__right { justify-content: space-between; }
}
@media (max-width: 767px) { .mop-shop { padding-top: 24px; } .mop-chip { height: 44px; } }

.mop-empty { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; max-width: 560px; margin: 24px auto; padding: 56px 24px; background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); }
.mop-empty__icon { color: var(--mop-primary); }
.mop-empty__title { font-family: var(--mop-font-display); font-weight: 400; font-size: 32px; line-height: 1.1; }
.mop-empty__text { color: var(--mop-muted); }
.mop-empty .mop-btn { margin-top: 8px; }
.mop-empty--drawer { border: 0; margin: 24px 0; padding: 32px 24px; }
.mop-empty--drawer .mop-empty__title { font-size: 26px; }

.woocommerce-pagination, .mop-pagination { margin-top: 48px; }
.woocommerce-pagination ul.page-numbers, .mop-pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; list-style: none; padding: 0; margin: 0; }
.page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 14px; border-radius: var(--mop-radius-sm); border: 1px solid var(--mop-border); background: var(--mop-surface); color: var(--mop-ink); font-weight: 500; }
a.page-numbers:hover { border-color: var(--mop-primary); color: var(--mop-primary); }
.page-numbers.current { background: var(--mop-primary); border-color: var(--mop-primary); color: var(--mop-on-primary); }
.page-numbers.dots { border: 0; background: none; }
ul.page-numbers li { display: contents; }

/* 12 Single product ------------------------------------------------------- */
.mop-product__notices:empty { display: none; }
.mop-product__notices .woocommerce-notices-wrapper:not(:empty) { padding-top: 24px; }
.mop-product__hero { background: var(--mop-surface); padding: 36px 0 88px; }
.mop-product__hero .mop-breadcrumb { margin-bottom: 28px; }
.mop-product__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 72px; align-items: start; }
.mop-product__gallery { position: relative; min-width: 0; }
.mop-product__summary { display: flex; flex-direction: column; gap: 22px; padding-top: 8px; min-width: 0; }
.mop-product .product_title { font-family: var(--mop-font-display); font-weight: 400; font-size: clamp(36px, 3.4vw, 48px); line-height: 1.05; margin-top: -10px; }
.mop-product__subtitle { display: flex; flex-direction: column; gap: 2px; margin-top: -12px; font-size: 16px; color: var(--mop-muted); }
.mop-product__price-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 12px; }
.mop-product__price { font-size: 34px; font-weight: 600; font-variant-numeric: tabular-nums; color: var(--mop-ink); line-height: 1.1; }
.mop-product__price del { font-size: 22px; font-weight: 400; color: var(--mop-faint); }
.mop-product__price ins { text-decoration: none; }
.mop-product__price .mop-price__from { font-size: 20px; }
.mop-product__price-note { font-size: 14px; color: var(--mop-subtle); }
.mop-product__disclaimer { font-size: 13.5px; line-height: 1.6; color: var(--mop-subtle); }

/* Gallery (WooCommerce flexslider markup) */
.woocommerce-product-gallery { position: relative; display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 16px; margin: 0 !important; }
.woocommerce-product-gallery:not(:has(.flex-control-thumbs)) { grid-template-columns: minmax(0, 1fr); }
.woocommerce-product-gallery .flex-viewport, .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper { grid-column: -2 / -1; grid-row: 1; border-radius: var(--mop-radius-lg); border: 1px solid var(--mop-line); overflow: hidden; background: var(--mop-image-well); }
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper { border: 0; }
.woocommerce-product-gallery__wrapper { margin: 0; }
.woocommerce-product-gallery__image { background: var(--mop-image-well); }
.woocommerce-product-gallery__image a { display: block; }
.woocommerce-product-gallery__image img { width: 100%; height: auto; mix-blend-mode: multiply; aspect-ratio: 1 / 1; object-fit: cover; }
.woocommerce-product-gallery__image .zoomImg { background: var(--mop-image-well); mix-blend-mode: normal; }
.woocommerce-product-gallery .flex-control-thumbs { grid-column: 1; grid-row: 1; display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; list-style: none; }
.woocommerce-product-gallery .flex-control-thumbs li { width: 92px; border-radius: 10px; overflow: hidden; border: 1px solid var(--mop-line); background: var(--mop-image-well); cursor: pointer; }
.woocommerce-product-gallery .flex-control-thumbs img { mix-blend-mode: multiply; opacity: .75; transition: opacity .15s; }
.woocommerce-product-gallery .flex-control-thumbs img.flex-active, .woocommerce-product-gallery .flex-control-thumbs li:hover img { opacity: 1; }
.woocommerce-product-gallery .flex-control-thumbs li:has(.flex-active) { border: 1.5px solid var(--mop-primary); }
.woocommerce-product-gallery__trigger {
	position: absolute; top: 14px; right: 14px; z-index: 5; width: 44px; height: 44px; border-radius: 50%;
	display: flex; align-items: center; justify-content: center; font-size: 0; color: transparent;
	background: var(--mop-surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2314242A' stroke-width='1.6' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='M20 20l-4.2-4.2M11 8.5v5M8.5 11h5'/%3E%3C/svg%3E") no-repeat center;
	border: 1px solid var(--mop-line); box-shadow: var(--mop-shadow-sm);
}
.woocommerce-product-gallery__trigger img { display: none !important; }
.mop-product .onsale { position: absolute; top: 14px; left: 14px; z-index: 6; }
.onsale { display: inline-flex; font-family: var(--mop-font-label); font-weight: 600; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; padding: 4px 9px 3px; border-radius: var(--mop-radius-pill); background: var(--mop-primary); color: var(--mop-on-primary); }

/* Add to cart forms */
.mop-product form.cart { display: flex; flex-direction: column; gap: 18px; margin: 0; }
.mop-product form.cart:not(.variations_form), .mop-product .woocommerce-variation-add-to-cart { display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px; }
.mop-product .single_add_to_cart_button { flex: 1 1 200px; min-height: 54px; font-size: 16px; }
.mop-product .single_add_to_cart_button::after {
	content: ""; width: 18px; height: 18px; flex-shrink: 0; background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linejoin='round'%3E%3Cpath d='M5.5 8h13l-1 12h-11z'/%3E%3Cpath d='M9 8V6.5a3 3 0 0 1 6 0V8'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linejoin='round'%3E%3Cpath d='M5.5 8h13l-1 12h-11z'/%3E%3Cpath d='M9 8V6.5a3 3 0 0 1 6 0V8'/%3E%3C/svg%3E") center / contain no-repeat;
}
.mop-product .single_add_to_cart_button.loading::after { -webkit-mask: none; mask: none; background: none; }
.mop-product .single_add_to_cart_button.disabled { opacity: .45; }
.mop-product .stock { font-size: 14px; color: var(--mop-success); margin: 0; }
.mop-product .stock.out-of-stock { color: var(--mop-error); }

/* Quantity stepper */
.quantity { display: inline-flex; align-items: center; }
.quantity input.qty {
	width: 64px; height: 48px; padding: 0 4px; text-align: center;
	border: 1px solid var(--mop-border); border-radius: var(--mop-radius-sm); background: var(--mop-surface);
	font-size: 16px; font-weight: 600; font-variant-numeric: tabular-nums; -moz-appearance: textfield; appearance: textfield;
}
.quantity input.qty::-webkit-outer-spin-button, .quantity input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.quantity.mop-qty { justify-content: space-between; width: 132px; height: 54px; padding: 0 6px; border: 1px solid var(--mop-border); border-radius: var(--mop-radius-btn); background: var(--mop-surface); }
.quantity.mop-qty input.qty { width: 40px; height: 40px; border: 0; padding: 0; background: transparent; }
.quantity.mop-qty input.qty:focus-visible { outline: 2px solid var(--mop-primary); outline-offset: 0; }
.mop-qty__btn { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 0; border-radius: var(--mop-radius-sm); background: transparent; color: var(--mop-muted); }
.mop-qty__btn:hover { background: var(--mop-primary-soft); color: var(--mop-primary); }
.mop-qty__btn:disabled { opacity: .35; cursor: default; background: none; }
.shop_table .quantity.mop-qty { width: 118px; height: 46px; }
.shop_table .mop-qty__btn { width: 44px; height: 44px; }

/* Variations → size pills */
.mop-product table.variations { width: 100%; margin: 0; border: 0; }
.mop-product table.variations tr { display: flex; flex-direction: column; gap: 12px; }
.mop-product table.variations th, .mop-product table.variations td { display: block; padding: 0; border: 0; text-align: left; }
.mop-product table.variations th.label label { font-size: 14px; font-weight: 600; color: var(--mop-ink); }
.mop-product table.variations .mop-size-label__state { font-weight: 400; color: var(--mop-subtle); }
.mop-product table.variations select { width: 100%; max-width: 320px; height: 50px; }
.mop-product table.variations td.value { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.mop-product .reset_variations { font-size: 13.5px; color: var(--mop-muted); text-decoration: underline; text-underline-offset: 3px; }
.mop-product .reset_variations[style*="hidden"] { display: none; }
.mop-has-pills .mop-product .reset_variations, .mop-product .mop-pills-ready .reset_variations { display: none !important; }
.mop-size-pills { display: flex; flex-wrap: wrap; gap: 10px; width: 100%; }
.mop-size-pill {
	display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px;
	width: 150px; min-height: 64px; padding: 8px 18px; text-align: left;
	border-radius: var(--mop-radius-btn); border: 1px solid var(--mop-border); background: var(--mop-surface); color: var(--mop-ink);
	transition: border-color .15s, background-color .15s, box-shadow .15s;
}
.mop-size-pill:hover { border-color: var(--mop-primary); }
.mop-size-pill[aria-checked="true"] { border-color: var(--mop-primary); box-shadow: inset 0 0 0 .5px var(--mop-primary); background: var(--mop-primary-soft); }
.mop-size-pill[aria-disabled="true"] { opacity: .45; text-decoration: line-through; }
.mop-size-pill__name { font-weight: 600; font-size: 15.5px; }
.mop-size-pill__price { font-size: 13px; color: var(--mop-muted); font-variant-numeric: tabular-nums; }
.mop-size-pill__price .amount { font-weight: 400; }
.mop-pills-ready select.mop-variation-select { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.mop-product .single_variation_wrap { display: flex; flex-direction: column; gap: 12px; }
.mop-product .woocommerce-variation.single_variation:empty, .mop-product .mop-pills-ready + .single_variation_wrap .woocommerce-variation-price, .mop-product.mop-price-synced .woocommerce-variation-price { display: none; }
.mop-product .woocommerce-variation-availability p { margin: 0; }
.mop-product .woocommerce-variation-description:empty { display: none; }

.mop-assure { display: flex; flex-direction: column; gap: 12px; padding: 22px 0; border-top: 1px solid var(--mop-line); border-bottom: 1px solid var(--mop-line); }
.mop-assure__item { display: flex; align-items: center; gap: 12px; font-size: 14.5px; color: #33444A; }
.mop-assure__item .mop-icon { color: var(--mop-primary); }

/* Tabs */
.mop-product__details { background: var(--mop-surface); padding-bottom: 96px; }
.woocommerce-tabs ul.tabs { display: flex; gap: 40px; margin: 0; padding: 0; list-style: none; border-bottom: 1px solid var(--mop-line); overflow-x: auto; scrollbar-width: none; }
.woocommerce-tabs ul.tabs::before, .woocommerce-tabs ul.tabs::after { display: none; }
.woocommerce-tabs ul.tabs li { flex-shrink: 0; margin: 0; }
.woocommerce-tabs ul.tabs li a {
	display: inline-flex; align-items: center; min-height: 54px; padding: 0; margin-bottom: -1px;
	font-size: 15.5px; font-weight: 500; color: var(--mop-subtle); border-bottom: 2px solid transparent; white-space: nowrap;
}
.woocommerce-tabs ul.tabs li a:hover { color: var(--mop-ink); }
.woocommerce-tabs ul.tabs li.active a { color: var(--mop-ink); font-weight: 600; border-bottom-color: var(--mop-primary); }
.woocommerce-tabs ul.tabs li a:focus-visible { outline-offset: -2px; }
.woocommerce-Tabs-panel { padding-top: 40px; margin: 0; }
.woocommerce-Tabs-panel:focus-visible { outline: none; }
.mop-desc { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.mop-desc--single { grid-template-columns: minmax(0, 760px); }
.mop-desc__col { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.mop-desc .mop-eyebrow { font-size: 13px; }
.mop-desc__content { font-size: 17px; line-height: 1.75; color: var(--mop-ink-soft); }
.mop-focus { display: flex; flex-direction: column; margin-top: -10px; }
.mop-focus__item { display: flex; gap: 14px; padding: 18px 0; }
.mop-focus__item + .mop-focus__item { border-top: 1px solid var(--mop-line); }
.mop-focus__star { margin-top: 5px; }
.mop-focus__item > div { display: flex; flex-direction: column; gap: 4px; }
.mop-focus__title { font-size: 16px; font-weight: 600; }
.mop-focus__text { font-size: 15px; line-height: 1.6; color: var(--mop-body); }
.mop-tabnote { display: flex; gap: 20px; align-items: flex-start; max-width: 760px; }
.mop-tabnote__icon { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background: var(--mop-primary-tint); color: var(--mop-primary); }
.mop-tabnote > div { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.mop-tabnote p, .mop-tabnote__text { font-size: 17px; line-height: 1.75; color: var(--mop-ink-soft); }

/* Related */
.mop-product__related { padding: 88px 0 104px; }
.mop-product__related .related > h2, .mop-product__related .upsells > h2 { font-family: var(--mop-font-display); font-weight: 400; font-size: clamp(28px, 2.6vw, 36px); line-height: 1.1; margin-bottom: 36px; }

@media (max-width: 1023px) {
	.mop-product__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
	.woocommerce-product-gallery { grid-template-columns: minmax(0, 1fr); }
	.woocommerce-product-gallery .flex-viewport, .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper { grid-column: 1; }
	.woocommerce-product-gallery .flex-control-thumbs { grid-row: 2; flex-direction: row; }
	.woocommerce-product-gallery .flex-control-thumbs li { width: 72px; }
	.mop-desc { gap: 40px; }
}
@media (max-width: 767px) {
	.mop-product__hero { padding: 20px 0 48px; }
	.mop-product__hero .mop-breadcrumb { margin-bottom: 18px; }
	.mop-product__grid { grid-template-columns: 1fr; gap: 28px; }
	.mop-product__summary { gap: 18px; padding-top: 0; }
	.mop-product__price { font-size: 28px; }
	.mop-size-pills { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mop-size-pill { width: auto; }
	.mop-product .single_add_to_cart_button { flex-basis: 160px; }
	.mop-product__details { padding-bottom: 56px; }
	.woocommerce-tabs ul.tabs { gap: 24px; margin-inline: calc(-1 * var(--mop-gutter)); padding-inline: var(--mop-gutter); scroll-padding-inline: var(--mop-gutter); -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 48px), transparent); mask-image: linear-gradient(90deg, #000 calc(100% - 48px), transparent); }
	.woocommerce-tabs ul.tabs li:last-child { padding-right: 32px; }
	.woocommerce-Tabs-panel { padding-top: 28px; }
	.mop-desc { grid-template-columns: 1fr; gap: 32px; }
	.mop-desc__content, .mop-tabnote p, .mop-tabnote__text { font-size: 16px; }
	.mop-tabnote { flex-direction: column; }
	.mop-product__related { padding: 56px 0 64px; }
	.mop-product__related .related > h2 { margin-bottom: 24px; }
}

/* 13 Notices -------------------------------------------------------------- */
.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-notices-wrapper :focus, .woocommerce-message:focus, .woocommerce-error:focus, .woocommerce-info:focus { outline: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner {
	position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px;
	margin: 0 0 24px; padding: 16px 20px 16px 52px; list-style: none;
	border-radius: var(--mop-radius-btn); border: 1px solid var(--mop-border); background: var(--mop-primary-soft);
	font-size: 15px; line-height: 1.5; color: var(--mop-ink);
}
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before {
	content: ""; position: absolute; left: 18px; top: 17px; width: 20px; height: 20px; border-radius: 50%;
	background: var(--mop-primary);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 11v5.5M12 7.8v.2'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 11v5.5M12 7.8v.2'/%3E%3C/svg%3E") center / contain no-repeat;
}
.woocommerce-message { background: var(--mop-success-bg); border-color: color-mix(in oklch, var(--mop-success) 30%, #fff); }
.woocommerce-message::before { background: var(--mop-success); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8 12.5l3 3 5-6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8 12.5l3 3 5-6'/%3E%3C/svg%3E"); }
.woocommerce-error { flex-direction: column; align-items: flex-start; background: var(--mop-error-bg); border-color: color-mix(in oklch, var(--mop-error) 30%, #fff); }
.woocommerce-error::before { background: var(--mop-error); }
.woocommerce-error li { margin: 0; }
.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button { order: 2; margin-left: auto; min-height: 38px; padding: 0 14px; font-size: 14px; }
.woocommerce-message a:not(.button), .woocommerce-info a:not(.button) { font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* 14 Forms ---------------------------------------------------------------- */
.input-text, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="url"], input[type="search"], input[type="date"], select, textarea, .mop-field__input {
	width: 100%; min-height: 48px; padding: 11px 14px;
	border: 1px solid var(--mop-border); border-radius: var(--mop-radius-sm); background: var(--mop-surface);
	font-size: 16px; line-height: 1.4; color: var(--mop-ink);
	transition: border-color .15s var(--mop-ease), box-shadow .15s var(--mop-ease);
	-webkit-appearance: none; appearance: none;
}
select, select.mop-field__input {
	padding-right: 40px; cursor: pointer;
	background: var(--mop-surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2314242A' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;
}
textarea { min-height: 140px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #8C9A9F; }
.input-text:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus, select:focus, textarea:focus, .mop-field__input:focus {
	outline: none; border-color: var(--mop-primary); box-shadow: 0 0 0 3px var(--mop-primary-tint);
}
input[type="checkbox"], input[type="radio"] { width: 18px; height: 18px; margin: 0; accent-color: var(--mop-primary); flex-shrink: 0; vertical-align: middle; }
label { font-size: 14px; font-weight: 600; color: var(--mop-ink); }
fieldset { border: 0; padding: 0; margin: 0; }
legend { font-weight: 600; padding: 0; }

.form-row { display: flex; flex-direction: column; gap: 6px; margin: 0 0 16px; padding: 0; }
.form-row label.checkbox, .form-row .woocommerce-form__label-for-checkbox, label.woocommerce-form__label-for-checkbox { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; line-height: 1.5; cursor: pointer; }
.form-row label.checkbox input, .woocommerce-form__label-for-checkbox input { margin-top: 2px; }
.form-row .required { color: var(--mop-error); text-decoration: none; border: 0; }
.form-row .optional { font-weight: 400; color: var(--mop-faint); }
.form-row.woocommerce-invalid .input-text, .form-row.woocommerce-invalid select, .form-row.woocommerce-invalid .select2-selection { border-color: var(--mop-error); }
.form-row.woocommerce-validated .input-text { border-color: var(--mop-border); }
.woocommerce-input-wrapper { display: block; width: 100%; }
.woocommerce-input-wrapper .description { display: block; margin-top: 6px; font-size: 13px; color: var(--mop-muted); }
.checkout-inline-error-message, .woocommerce-error-message { font-size: 13px; color: var(--mop-error); margin: 4px 0 0; }
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last { width: auto; float: none; }
.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper, .woocommerce-address-fields__field-wrapper, .woocommerce-account-fields, .woocommerce-EditAccountForm, .edit-account {
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 16px;
}
.woocommerce-billing-fields__field-wrapper > .form-row, .woocommerce-shipping-fields__field-wrapper > .form-row, .woocommerce-address-fields__field-wrapper > .form-row { grid-column: 1 / -1; }
.woocommerce-billing-fields__field-wrapper > .form-row-first, .woocommerce-shipping-fields__field-wrapper > .form-row-first, .woocommerce-address-fields__field-wrapper > .form-row-first, .woocommerce-EditAccountForm > .form-row-first { grid-column: 1; }
.woocommerce-billing-fields__field-wrapper > .form-row-last, .woocommerce-shipping-fields__field-wrapper > .form-row-last, .woocommerce-address-fields__field-wrapper > .form-row-last, .woocommerce-EditAccountForm > .form-row-last { grid-column: 2; }
.woocommerce-EditAccountForm > *:not(.form-row-first):not(.form-row-last) { grid-column: 1 / -1; }
.woocommerce-account-fields { display: block; }
@media (max-width: 599px) {
	.woocommerce-billing-fields__field-wrapper > .form-row-first, .woocommerce-shipping-fields__field-wrapper > .form-row-first, .woocommerce-address-fields__field-wrapper > .form-row-first, .woocommerce-EditAccountForm > .form-row-first,
	.woocommerce-billing-fields__field-wrapper > .form-row-last, .woocommerce-shipping-fields__field-wrapper > .form-row-last, .woocommerce-address-fields__field-wrapper > .form-row-last, .woocommerce-EditAccountForm > .form-row-last { grid-column: 1 / -1; }
}
.clear { clear: both; }

/* select2 / selectWoo */
.select2-container { width: 100% !important; font-size: 16px; }
.select2-container .select2-selection--single { height: 48px; border: 1px solid var(--mop-border); border-radius: var(--mop-radius-sm); background: var(--mop-surface); }
.select2-container .select2-selection--single .select2-selection__rendered { line-height: 46px; padding-left: 14px; padding-right: 40px; color: var(--mop-ink); }
.select2-container .select2-selection--single .select2-selection__arrow { height: 46px; right: 10px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { display: none; }
.select2-container .select2-selection--single .select2-selection__arrow { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2314242A' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat center; width: 24px; }
.select2-container--focus .select2-selection--single, .select2-container--open .select2-selection--single { border-color: var(--mop-primary); box-shadow: 0 0 0 3px var(--mop-primary-tint); }
.select2-dropdown { border: 1px solid var(--mop-border); border-radius: var(--mop-radius-sm); box-shadow: var(--mop-shadow-md); overflow: hidden; }
.select2-search--dropdown .select2-search__field { min-height: 40px; border-radius: 6px; }
.select2-results__option { padding: 9px 14px; font-size: 15px; }
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] { background: var(--mop-primary); color: var(--mop-on-primary); }
.select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option[data-selected="true"] { background: var(--mop-primary-tint); color: var(--mop-ink); }

/* 15 Cart & checkout ------------------------------------------------------ */
.mop-main--wc-page .mop-block { padding-top: 40px; }
.mop-wc-page > .woocommerce { display: block; }

.woocommerce-cart-form { background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); overflow: hidden; }
.woocommerce-cart .woocommerce > * { min-width: 0; }
.woocommerce-cart .woocommerce { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 32px; align-items: start; }
.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper, .woocommerce-cart .woocommerce > .mop-empty { grid-column: 1 / -1; }
.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-notices-wrapper :focus, .woocommerce-message:focus, .woocommerce-error:focus, .woocommerce-info:focus { outline: none; }
table.shop_table { width: 100%; border: 0; font-size: 15px; }
table.shop_table th { font-family: var(--mop-font-label); font-weight: 600; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--mop-faint); text-align: left; padding: 16px 20px; border-bottom: 1px solid var(--mop-line); }
table.shop_table td { padding: 16px 20px; border-bottom: 1px solid var(--mop-line); vertical-align: middle; }
table.shop_table.cart .product-remove { width: 44px; padding-right: 0; }
table.shop_table.cart .product-thumbnail { width: 96px; }
table.shop_table.cart .product-thumbnail a, table.shop_table.cart .product-thumbnail > img { display: block; width: 76px; border-radius: 10px; overflow: hidden; background: var(--mop-image-well); }
table.shop_table.cart .product-thumbnail img { mix-blend-mode: multiply; }
table.shop_table.cart .product-name a { font-weight: 600; font-size: 16px; color: var(--mop-ink); }
table.shop_table.cart .product-name a:hover { color: var(--mop-primary); }
table.shop_table .product-price, table.shop_table .product-subtotal { font-variant-numeric: tabular-nums; white-space: nowrap; }
table.shop_table .product-subtotal { font-weight: 600; }
table.shop_table.cart a.remove { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; font-size: 22px; line-height: 1; color: var(--mop-faint); }
table.shop_table.cart a.remove:hover { background: var(--mop-error-bg); color: var(--mop-error); }
table.shop_table dl.variation { display: flex; flex-wrap: wrap; gap: 0 6px; margin: 4px 0 0; font-size: 13.5px; color: var(--mop-muted); }
table.shop_table dl.variation dt, table.shop_table dl.variation dd, table.shop_table dl.variation p { margin: 0; font-weight: 400; }
table.shop_table.cart td.actions { padding: 18px 20px; border-bottom: 0; background: var(--mop-primary-soft); }
table.shop_table.cart td.actions { text-align: right; }
table.shop_table.cart td.actions .coupon { display: flex; gap: 10px; float: left; }
table.shop_table.cart td.actions .coupon .input-text { width: 200px; min-height: 48px; }
table.shop_table.cart td.actions .button[name="update_cart"] { min-height: 48px; }
table.shop_table.cart tbody tr:last-child td { border-bottom: 0; }

.cart-collaterals { position: sticky; top: calc(var(--mop-header-h) + 24px); }
.cart_totals, .mop-card-panel { background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); padding: 28px; }
.cart_totals > h2, #order_review_heading, .woocommerce-billing-fields > h3, .woocommerce-shipping-fields > h3, .woocommerce-additional-fields > h3, .woocommerce-order-details__title, .woocommerce-column__title, .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3, #customer_login h2, .u-column1 h2, .u-column2 h2 {
	font-family: var(--mop-font-display); font-weight: 400; font-size: 26px; line-height: 1.15; margin: 0 0 18px; color: var(--mop-ink);
}
.cart_totals .mop-freeship { margin-bottom: 18px; padding: 14px 16px; border-radius: var(--mop-radius-sm); background: var(--mop-primary-soft); }
.cart_totals table.shop_table th, .cart_totals table.shop_table td, #order_review table.shop_table th, #order_review table.shop_table td { padding: 12px 0; font-family: var(--mop-font-text); font-size: 15px; letter-spacing: 0; text-transform: none; color: var(--mop-ink); }
.cart_totals table.shop_table th, #order_review tfoot th { font-weight: 500; color: var(--mop-muted); }
.cart_totals table.shop_table td { text-align: right; }
.cart_totals .order-total th, .cart_totals .order-total td, #order_review .order-total th, #order_review .order-total td { font-size: 18px; font-weight: 600; color: var(--mop-ink); border-bottom: 0; padding-top: 16px; }
.cart_totals .order-total .amount, #order_review .order-total .amount { font-size: 22px; font-variant-numeric: tabular-nums; }
.cart_totals .includes_tax, .cart_totals small { display: block; font-size: 13px; font-weight: 400; color: var(--mop-muted); }
#shipping_method { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; text-align: left; }
#shipping_method li { display: flex; align-items: flex-start; gap: 8px; justify-content: flex-end; text-align: right; }
#shipping_method li input { margin-top: 3px; order: 2; }
#shipping_method li label { order: 1; }
.cart_totals td[data-title="Shipment"], .cart_totals .woocommerce-shipping-totals td { min-width: 0; }
#shipping_method li label { font-weight: 500; }
.woocommerce-shipping-destination, .woocommerce-shipping-calculator { font-size: 13.5px; color: var(--mop-muted); margin: 6px 0 0; }
.shipping-calculator-button { font-size: 13.5px; font-weight: 600; }
.shipping-calculator-form { margin-top: 12px; text-align: left; }
.wc-proceed-to-checkout { margin-top: 18px; }
.wc-proceed-to-checkout .checkout-button { width: 100%; min-height: 54px; font-size: 16px; }
.cross-sells { margin-top: 32px; }
.cross-sells > h2 { font-family: var(--mop-font-display); font-weight: 400; font-size: 26px; margin-bottom: 20px; }

@media (max-width: 1023px) {
	.woocommerce-cart .woocommerce { grid-template-columns: 1fr; }
	.cart-collaterals { position: static; }
}
@media (max-width: 767px) {
	table.shop_table_responsive thead { display: none; }
	table.shop_table_responsive, table.shop_table_responsive tbody { display: block; width: 100%; }
	table.shop_table.cart td.actions .coupon .button { flex-shrink: 0; }
	table.shop_table_responsive tbody tr { display: block; padding: 14px 16px; border-bottom: 1px solid var(--mop-line); }
	table.shop_table_responsive tbody td { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 4px 0; border: 0; text-align: right; }
	table.shop_table_responsive tbody td[data-title]::before { content: attr(data-title); font-size: 13px; color: var(--mop-muted); font-weight: 500; text-align: left; }
	table.shop_table.cart tbody tr { display: grid; grid-template-columns: 76px minmax(0, 1fr) auto; gap: 4px 14px; padding: 16px; position: relative; }
	table.shop_table.cart tbody tr:last-child { border-bottom: 0; }
	table.shop_table.cart tbody td { padding: 0; }
	.cart_totals table.shop_table_responsive tr { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 12px 0; }
	.cart_totals table.shop_table_responsive th, .cart_totals table.shop_table_responsive td { display: block; padding: 0; border: 0; }
	.cart_totals table.shop_table_responsive td::before { display: none !important; }
	.cart_totals table.shop_table_responsive tr + tr { border-top: 1px solid var(--mop-line); }
	table.shop_table.cart .product-thumbnail { grid-column: 1; grid-row: 1 / span 4; align-self: start; width: auto; }
	table.shop_table.cart .product-name, table.shop_table.cart .product-price, table.shop_table.cart .product-quantity, table.shop_table.cart .product-subtotal { grid-column: 2 / -1; }
	table.shop_table.cart .product-name { padding-right: 36px; text-align: left; }
	table.shop_table.cart .product-name::before { display: none; }
	table.shop_table.cart .product-remove { position: absolute; top: 10px; right: 8px; width: auto; }
	table.shop_table.cart tr:has(td.actions) { display: block; padding: 0; }
	table.shop_table.cart td.actions { display: flex; flex-direction: column; gap: 10px; text-align: left; padding: 16px; }
	table.shop_table.cart td.actions .coupon { float: none; width: 100%; }
	table.shop_table.cart td.actions .coupon .input-text { flex: 1; width: auto; min-width: 0; }
	table.shop_table.cart td.actions .button[name="update_cart"] { width: 100%; }
	.cart_totals, .mop-card-panel { padding: 20px; }
}

/* Checkout */
.woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-form-login-toggle .woocommerce-info { background: var(--mop-surface); }
form.checkout_coupon, form.woocommerce-form-login.login { background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); padding: 24px; margin: 0 0 24px; }
form.checkout_coupon { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px; }
form.checkout_coupon p:first-child { flex-basis: 100%; margin: 0; color: var(--mop-muted); font-size: 14.5px; }
form.checkout_coupon .form-row { margin: 0; }
form.checkout_coupon .form-row-first { flex: 1 1 220px; }
.mop-checkout { display: grid; grid-template-columns: minmax(0, 1fr) 440px; gap: 32px; align-items: start; }
.mop-checkout__details { display: flex; flex-direction: column; gap: 24px; }
.mop-checkout__details .col-2:has(.woocommerce-shipping-fields:empty):not(:has(.woocommerce-additional-fields)) { display: none; }
.mop-checkout__aside { position: sticky; top: calc(var(--mop-header-h) + 24px); }
#ship-to-different-address { font-family: var(--mop-font-text); font-size: 16px; margin: 8px 0 16px; }
#ship-to-different-address label { display: flex; align-items: center; gap: 10px; font-size: 16px; }
.woocommerce-additional-fields { margin-top: 12px; }
#order_review table.shop_table { margin-bottom: 20px; }
#order_review table.shop_table thead th { padding-top: 0; font-family: var(--mop-font-label); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--mop-faint); }
#order_review td.product-name { font-weight: 500; }
#order_review td.product-name .product-quantity { font-weight: 600; color: var(--mop-muted); }
#order_review td.product-total, #order_review tfoot td { text-align: right; font-variant-numeric: tabular-nums; }
#order_review .shop_table thead th.product-total { text-align: right; }
.woocommerce-checkout-payment { background: var(--mop-primary-soft); border-radius: var(--mop-radius-btn); padding: 18px; }
ul.wc_payment_methods { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
ul.wc_payment_methods li.wc_payment_method { padding: 14px 16px; background: var(--mop-surface); border: 1px solid var(--mop-border); border-radius: var(--mop-radius-sm); }
/* A single gateway needs no selector chrome: flatten it so the order review isn't a box inside a box. */
ul.wc_payment_methods li.wc_payment_method:only-child { padding: 0; background: none; border: 0; border-radius: 0; }
ul.wc_payment_methods li.wc_payment_method:only-child > input.input-radio { display: none; }
ul.wc_payment_methods li.wc_payment_method:only-child > label { margin-left: 0; font-weight: 600; }
ul.wc_payment_methods li.wc_payment_method:only-child .payment_box { margin-top: 6px; padding: 0; background: none; }
ul.wc_payment_methods li.wc_payment_method > label { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; margin-left: 8px; }
ul.wc_payment_methods li.wc_payment_method img { display: inline-block; max-height: 24px; }
.payment_box { margin-top: 12px; padding: 12px 14px; border-radius: var(--mop-radius-sm); background: var(--mop-primary-soft); font-size: 14px; line-height: 1.6; color: var(--mop-body); }
.payment_box p { margin: 0; }
.payment_box p + p { margin-top: 8px; }
.woocommerce-terms-and-conditions-wrapper { font-size: 13.5px; color: var(--mop-muted); margin-bottom: 16px; }
.woocommerce-privacy-policy-text p { margin: 0 0 12px; }
.place-order { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
#place_order { width: 100%; min-height: 56px; font-size: 16px; font-weight: 600; font-family: var(--mop-font-text); }
.woocommerce-checkout .blockUI.blockOverlay { border-radius: var(--mop-radius-card); }
@media (max-width: 1023px) {
	.mop-checkout { grid-template-columns: 1fr; }
	.mop-checkout__aside { position: static; }
}

/* 16 Order received & account -------------------------------------------- */
.woocommerce-order { display: flex; flex-direction: column; gap: 28px; }
.woocommerce-order > p, .woocommerce-notice--success, .woocommerce-thankyou-order-received { font-size: 17px; color: var(--mop-body); margin: 0; }
.woocommerce-thankyou-order-received { padding: 18px 20px; border-radius: var(--mop-radius-btn); background: var(--mop-success-bg); color: var(--mop-ink); }
ul.woocommerce-order-overview { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); overflow: hidden; }
ul.woocommerce-order-overview li { display: flex; flex-direction: column; gap: 4px; padding: 18px 20px; font-family: var(--mop-font-label); font-weight: 600; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--mop-faint); border-right: 1px solid var(--mop-line); }
ul.woocommerce-order-overview li:last-child { border-right: 0; }
ul.woocommerce-order-overview li strong { font-family: var(--mop-font-text); font-size: 16px; letter-spacing: 0; text-transform: none; color: var(--mop-ink); }
.woocommerce-order-details, .woocommerce-customer-details, .woocommerce-bacs-bank-details { background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); padding: 28px; }
.woocommerce-order-details table.shop_table th, .woocommerce-order-details table.shop_table td { padding: 12px 0; }
.woocommerce-order-details tfoot th { font-family: var(--mop-font-text); font-size: 15px; letter-spacing: 0; text-transform: none; color: var(--mop-muted); font-weight: 500; }
.woocommerce-order-details tfoot td, .woocommerce-order-details td.product-total { text-align: right; }
.woocommerce-customer-details address { font-style: normal; line-height: 1.7; border: 0; padding: 0; }
.woocommerce-columns--addresses { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 767px) {
	.woocommerce-columns--addresses { grid-template-columns: 1fr; }
	.woocommerce-order-details, .woocommerce-customer-details { padding: 20px; }
	ul.woocommerce-order-overview li { border-right: 0; border-bottom: 1px solid var(--mop-line); }
}

/* My account */
.woocommerce-account .mop-wc-page > .woocommerce { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 40px; align-items: start; }
.woocommerce-account:not(.logged-in) .mop-wc-page > .woocommerce { display: block; }
.woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 8px; background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); }
.woocommerce-MyAccount-navigation a { display: flex; align-items: center; min-height: 44px; padding: 0 14px; border-radius: var(--mop-radius-sm); font-weight: 500; color: var(--mop-ink); }
.woocommerce-MyAccount-navigation a:hover { background: var(--mop-primary-soft); color: var(--mop-primary); }
.woocommerce-MyAccount-navigation .is-active a { background: var(--mop-primary-tint); color: var(--mop-primary); font-weight: 600; }
.woocommerce-MyAccount-content { background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); padding: 32px; min-width: 0; }
.woocommerce-MyAccount-content > p { margin-bottom: 14px; color: var(--mop-body); }
.woocommerce-MyAccount-content mark { background: var(--mop-primary-tint); color: var(--mop-ink); padding: 0 4px; border-radius: 3px; }
.woocommerce-orders-table .button { min-height: 38px; padding: 0 14px; font-size: 14px; }
.woocommerce-Addresses { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 16px; }
.woocommerce-Address-title { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.woocommerce-Address address { font-style: normal; line-height: 1.7; }
#customer_login { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 980px; margin-inline: auto; }
#customer_login .u-column1, #customer_login .u-column2 { background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); padding: 32px; }
#customer_login form.login, #customer_login form.register { border: 0; padding: 0; margin: 0; background: none; }
.woocommerce-form-login .woocommerce-form-login__rememberme { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; font-weight: 500; }
.woocommerce-form-login .woocommerce-form-login__submit, .woocommerce-form-register__submit { width: 100%; min-height: 52px; background: var(--mop-primary); border-color: var(--mop-primary); color: var(--mop-on-primary); }
.woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce-form-register__submit:hover { background: var(--mop-primary-hover); color: var(--mop-on-primary); }
.woocommerce-LostPassword { margin: 14px 0 0; font-size: 14.5px; }
.woocommerce-account:not(.logged-in) .mop-wc-page > .woocommerce > form.login, .woocommerce-ResetPassword, .lost_reset_password { max-width: 520px; margin-inline: auto; background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); padding: 32px; }
.woocommerce-password-strength { font-size: 13px; margin-top: 6px; }
@media (max-width: 899px) {
	.woocommerce-account .mop-wc-page > .woocommerce { grid-template-columns: 1fr; gap: 20px; }
	.woocommerce-MyAccount-navigation ul { display: flex; overflow-x: auto; gap: 4px; }
	.woocommerce-MyAccount-navigation li { flex-shrink: 0; }
	.woocommerce-MyAccount-content { padding: 20px; }
	#customer_login { grid-template-columns: 1fr; }
	#customer_login .u-column1, #customer_login .u-column2 { padding: 24px; }
	.woocommerce-Addresses { grid-template-columns: 1fr; }
}

/* 17 Journal -------------------------------------------------------------- */
.mop-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.mop-post-card { position: relative; display: flex; flex-direction: column; background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); overflow: hidden; transition: box-shadow .2s var(--mop-ease), border-color .2s; }
.mop-post-card:hover { box-shadow: var(--mop-shadow-md); border-color: var(--mop-border); }
.mop-post-card__media { display: block; aspect-ratio: 16 / 10; background: var(--mop-primary-well); overflow: hidden; }
.mop-post-card__media img { width: 100%; height: 100%; object-fit: cover; }
.mop-post-card__placeholder { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: var(--mop-primary-light);
	background: radial-gradient(ellipse 70% 40% at 50% 55%, transparent 58%, color-mix(in oklch, var(--mop-primary) 22%, transparent) 59%, transparent 60.5%), var(--mop-primary-well); }
.mop-post-card__body { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 22px 24px 24px; flex: 1; }
.mop-post-card__title { font-family: var(--mop-font-display); font-weight: 400; font-size: 24px; line-height: 1.2; }
.mop-post-card__title a { color: var(--mop-ink); }
.mop-post-card__title a::after { content: ""; position: absolute; inset: 0; }
.mop-post-card__title a:hover { color: var(--mop-primary); }
.mop-post-card__excerpt { font-size: 15px; line-height: 1.6; color: var(--mop-muted); }
.mop-post-card .mop-link-arrow { margin-top: auto; font-size: 14.5px; color: var(--mop-primary); }
.mop-post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 14px; font-size: 13.5px; color: var(--mop-faint); }
.mop-post-meta__cat { font-family: var(--mop-font-label); font-weight: 600; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--mop-primary); }
@media (max-width: 1023px) { .mop-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 639px) { .mop-post-grid { grid-template-columns: 1fr; } }

.mop-article__header { background: var(--mop-surface); border-bottom: 1px solid var(--mop-line); }
.mop-article__header .mop-container { display: flex; flex-direction: column; gap: 16px; padding: 56px 0 48px; }
.mop-article__title { font-family: var(--mop-font-display); font-weight: 400; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; }
.mop-article__lede { font-size: 19px; line-height: 1.6; color: var(--mop-body); }
.mop-article__figure { margin-top: 40px; }
.mop-article__figure img { width: 100%; border-radius: var(--mop-radius-lg); }
.mop-article > .mop-container--narrow:last-child { padding: 48px 0 var(--mop-section-y); }
.mop-article__content { max-width: 68ch; margin-bottom: 48px; }
.mop-post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
.mop-post-nav__link { display: flex; flex-direction: column; gap: 6px; padding: 20px 22px; background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); color: var(--mop-ink); }
.mop-post-nav__link:hover { border-color: var(--mop-primary); color: var(--mop-ink); }
.mop-post-nav__link--next { grid-column: 2; text-align: right; align-items: flex-end; }
.mop-post-nav__title { font-weight: 600; line-height: 1.35; }
@media (max-width: 599px) { .mop-post-nav { grid-template-columns: 1fr; } .mop-post-nav__link--next { grid-column: 1; } }
.comments-area { margin-top: 48px; }

/* 18 Page templates ------------------------------------------------------- */
.mop-aside-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 56px; align-items: start; }
.mop-aside-card { position: sticky; top: calc(var(--mop-header-h) + 24px); display: flex; flex-direction: column; align-items: flex-start; gap: 14px; padding: 28px; background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); font-size: 15px; line-height: 1.6; color: var(--mop-body); }
.mop-aside-card__title { font-family: var(--mop-font-display); font-weight: 400; font-size: 26px; line-height: 1.15; color: var(--mop-ink); }
.mop-aside-card__email { font-weight: 600; }
.mop-aside-card__note { font-weight: 500; color: var(--mop-ink); }
.mop-aside-card__fine { font-size: 13.5px; color: var(--mop-muted); padding-top: 14px; border-top: 1px solid var(--mop-line); }
@media (max-width: 1023px) {
	.mop-aside-layout { grid-template-columns: 1fr; gap: 32px; }
	.mop-aside-card { position: static; }
}

/* Seeded page content (mop-core): sections, item cards, details, notes */
.mop-prose .mop-section { padding: 0; }
.mop-prose .mop-section + .mop-section { margin-top: 56px; }
.mop-prose .mop-section > h2:first-child { margin-top: 0; }
.mop-prose .mop-section > * + * { margin-top: 1em; }
.mop-prose .mop-lede { font-size: clamp(18px, 1.5vw, 20px); line-height: 1.6; color: var(--mop-body); }
.mop-items { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.mop-prose .mop-items { margin-top: 20px; }
.mop-item { display: flex; flex-direction: column; gap: 8px; padding: 22px 24px; background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); }
.mop-prose .mop-item > * { margin: 0; }
.mop-prose .mop-item h3 { font-size: 17px; line-height: 1.35; margin: 0; }
.mop-prose .mop-item p { font-size: 15px; line-height: 1.6; color: var(--mop-body); }
dl.mop-details { display: flex; flex-direction: column; margin: 0; padding: 8px 24px; background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); }
.mop-details__row { display: flex; flex-direction: column; gap: 2px; padding: 14px 0; }
.mop-details__row + .mop-details__row { border-top: 1px solid var(--mop-line); }
.mop-details dt { font-family: var(--mop-font-label); font-weight: 600; font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--mop-faint); }
.mop-details dd { margin: 0; font-size: 16px; font-weight: 500; line-height: 1.5; color: var(--mop-ink); overflow-wrap: anywhere; }
.mop-prose .mop-details a { text-decoration: none; font-weight: 600; }
.mop-prose .mop-section--cant-find-notice, .mop-prose .mop-section--compliance-note, .mop-prose .mop-section--team-note {
	padding: 24px 28px; background: var(--mop-surface); border: 1px solid var(--mop-border); border-radius: var(--mop-radius-card);
}
.mop-prose .mop-section--cant-find-notice h2 { font-size: 24px; }
.mop-prose .mop-section--compliance-note p, .mop-prose .mop-section--disclaimer p, .mop-footnote { font-size: 14px; line-height: 1.65; color: var(--mop-muted); }
.mop-prose .mop-section--compliance-note { background: var(--mop-primary-soft); }
.mop-table-wrap { overflow-x: auto; }
.mop-coa-pending { display: inline-flex; font-family: var(--mop-font-label); font-weight: 600; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; padding: 4px 9px 3px; border-radius: var(--mop-radius-pill); background: #F1F4F4; color: var(--mop-muted); white-space: nowrap; }
.mop-lab tbody th { font-weight: 600; font-size: 15px; color: var(--mop-ink); letter-spacing: 0; text-transform: none; font-family: var(--mop-font-text); }

/* Contact layout: form left, details / quick answers / note right */
.mop-contact-content { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 0 56px; align-items: start; max-width: none; }
.mop-contact-content > * { grid-column: 2; margin: 0 0 24px !important; }
.mop-contact-content > .mop-section--form { grid-column: 1; grid-row: 1 / span 6; margin: 0 !important; }
.mop-contact-content > .mop-section + .mop-section:not(.mop-section--form) { margin-top: 0; }
.mop-contact-content .mop-section--quick-answers h2 { font-size: 24px; }
.mop-contact-content .mop-items { grid-template-columns: 1fr; gap: 10px; }
.mop-contact-content .mop-item { padding: 18px 20px; }
@media (max-width: 1023px) {
	.mop-contact-content { grid-template-columns: 1fr; }
	.mop-contact-content > *, .mop-contact-content > .mop-section--form { grid-column: 1; grid-row: auto; margin: 0 0 40px !important; }
}

/* FAQ accordions */
details.mop-faq { background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); transition: border-color .15s; }
.mop-prose details.mop-faq + details.mop-faq { margin-top: 10px; }
details.mop-faq[open] { border-color: var(--mop-border); box-shadow: var(--mop-shadow-sm); }
details.mop-faq > summary { position: relative; display: flex; align-items: center; min-height: 60px; padding: 16px 60px 16px 22px; list-style: none; cursor: pointer; font-size: 16.5px; font-weight: 600; line-height: 1.4; color: var(--mop-ink); }
details.mop-faq > summary::-webkit-details-marker { display: none; }
details.mop-faq > summary::before {
	content: ""; position: absolute; right: 20px; top: 50%; width: 24px; height: 24px; margin-top: -12px; border-radius: 50%; background: var(--mop-primary-tint);
}
details.mop-faq > summary::after {
	content: ""; position: absolute; right: 26px; top: 50%; width: 12px; height: 12px; margin-top: -6px; background: var(--mop-primary);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round'%3E%3Cpath d='M12 4v16M4 12h16'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round'%3E%3Cpath d='M12 4v16M4 12h16'/%3E%3C/svg%3E") center / contain no-repeat;
	transition: transform .2s var(--mop-ease);
}
details.mop-faq[open] > summary::after { transform: rotate(45deg); }
details.mop-faq > summary:hover { color: var(--mop-primary); }
details.mop-faq > summary:focus-visible { outline-offset: -2px; border-radius: var(--mop-radius-card); }
details.mop-faq > :not(summary) { padding: 0 22px; margin: 0; font-size: 16px; line-height: 1.7; color: var(--mop-body); }
details.mop-faq > :not(summary):last-child { padding-bottom: 20px; }
details.mop-faq > :not(summary) + :not(summary) { margin-top: .8em; }
.mop-faq-content h2 { margin-bottom: 16px; }
.mop-faq-content h2:not(:first-child) { margin-top: 48px; }

/* Lab results tables */
.mop-prose--wide { max-width: none; }
.mop-lab > p, .mop-lab > h2, .mop-lab > h3, .mop-lab > ul { max-width: 760px; }
.mop-lab table, .mop-lab .wp-block-table table { background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); border-collapse: separate; border-spacing: 0; overflow: hidden; }
.mop-lab .wp-block-table { margin: 24px 0; overflow-x: auto; }
.mop-lab th { background: var(--mop-primary-soft); }
.mop-lab td { font-variant-numeric: tabular-nums; }
.mop-lab tr:last-child td { border-bottom: 0; }
.mop-lab tbody tr:hover td { background: var(--mop-primary-soft); }
@media (max-width: 767px) {
	.mop-lab table, .mop-lab thead, .mop-lab tbody, .mop-lab tr, .mop-lab th, .mop-lab td { display: block; }
	.mop-lab table { border: 0; background: none; overflow: visible; }
	.mop-lab thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
	.mop-lab tr { background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); padding: 8px 16px; }
	.mop-lab tr + tr { margin-top: 12px; }
	.mop-lab td { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 7px 0; text-align: right; font-size: 14.5px; }
	.mop-lab td:last-child { border-bottom: 0; }
	.mop-lab tbody th { padding: 8px 0 10px; border-bottom: 1px solid var(--mop-line); background: none; font-size: 17px; }
	.mop-lab td[data-label]::before { content: attr(data-label); font-family: var(--mop-font-label); font-weight: 600; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--mop-faint); text-align: left; }
	.mop-lab tbody tr:hover td { background: none; }
}

.mop-legal__updated { font-size: 14px; color: var(--mop-faint); margin-bottom: 24px; }
.mop-legal { font-size: 16.5px; }

/* 19 Plugin UI ------------------------------------------------------------ */
/* Age gate (markup from mop-core) */
.mop-agegate { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; padding: 16px; background: color-mix(in oklch, var(--mop-dark) 88%, transparent); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.mop-agegate[hidden] { display: none; }
.mop-agegate__panel {
	position: relative; width: min(560px, 100%); max-height: calc(100vh - 32px); overflow-y: auto;
	display: flex; flex-direction: column; gap: 18px; padding: 44px 40px 36px; text-align: center;
	background: var(--mop-surface); border-radius: var(--mop-radius-lg); box-shadow: var(--mop-shadow-lg); color: var(--mop-body);
}
.mop-agegate__panel::before {
	content: ""; display: block; width: 64px; height: 63px; margin: 0 auto 4px;
	background: var(--mop-primary);
	-webkit-mask: url("../images/brand/logo-mark.png") center / contain no-repeat;
	mask: url("../images/brand/logo-mark.png") center / contain no-repeat;
}
.mop-agegate__title { font-family: var(--mop-font-display); font-weight: 400; font-size: clamp(26px, 4vw, 34px); line-height: 1.12; color: var(--mop-ink); }
.mop-agegate__panel p { font-size: 15.5px; line-height: 1.65; }
.mop-agegate__actions { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.mop-agegate__actions .mop-btn { min-height: 54px; width: 100%; font-size: 16px; }
.mop-agegate small, .mop-agegate__note { font-size: 13px; color: var(--mop-faint); }
@media (max-width: 599px) { .mop-agegate__panel { padding: 32px 22px 24px; } }

/* Contact form (mop-core [mop_contact_form]) */
.mop-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 16px; padding: 32px; background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); }
.mop-prose .mop-form { margin-top: 24px; }
.mop-form > * { grid-column: 1 / -1; margin: 0 !important; }
.mop-form > .mop-field--half, .mop-form > .mop-field--name, .mop-form > .mop-field--email, .mop-form > .mop-field--topic, .mop-form > .mop-field--order-ref { grid-column: auto; }
.mop-form > .mop-field--hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.mop-field--error .mop-field__input { border-color: var(--mop-error); }
.mop-field__error { color: var(--mop-error); }
.mop-form__notice[hidden] { display: none; }
.mop-field { display: flex; flex-direction: column; gap: 6px; }
.mop-field__label { font-size: 14px; font-weight: 600; color: var(--mop-ink); line-height: 1.4; }
.mop-field__label .required, .mop-field__required { color: var(--mop-error); }
.mop-field__input { font-size: 16px; }
textarea.mop-field__input { min-height: 160px; }
.mop-field__help, .mop-field__error { font-size: 13px; color: var(--mop-muted); }
.mop-field__error, .mop-field.is-invalid .mop-field__help { color: var(--mop-error); }
.mop-field.is-invalid .mop-field__input, .mop-field__input[aria-invalid="true"] { border-color: var(--mop-error); }
.mop-form button[type="submit"], .mop-form .mop-btn { justify-self: start; min-height: 54px; padding: 0 32px; }
.mop-form button[type="submit"]:not(.mop-btn) { background: var(--mop-primary); border: 1px solid var(--mop-primary); color: var(--mop-on-primary); border-radius: var(--mop-radius-btn); font-weight: 600; }
.mop-form__notice { padding: 14px 18px; border-radius: var(--mop-radius-btn); background: var(--mop-primary-soft); border: 1px solid var(--mop-border); font-size: 15px; color: var(--mop-ink); }
.mop-form__notice--success, .mop-form__notice.is-success { background: var(--mop-success-bg); border-color: color-mix(in oklch, var(--mop-success) 30%, #fff); }
.mop-form__notice--error, .mop-form__notice.is-error { background: var(--mop-error-bg); border-color: color-mix(in oklch, var(--mop-error) 30%, #fff); }
.mop-form .mop-hp, .mop-form [aria-hidden="true"].mop-field { position: absolute !important; left: -9999px; }
@media (max-width: 599px) {
	.mop-form { grid-template-columns: 1fr; padding: 20px; }
	.mop-form > .mop-field { grid-column: 1 / -1 !important; }
	.mop-form button[type="submit"], .mop-form .mop-btn { justify-self: stretch; }
}

/* RUO checkout checkbox (mop-core) */
.mop-ruo-field { margin: 0 0 16px; padding: 16px 0 0; border-top: 1px solid var(--mop-line); }
.mop-ruo-field label, .mop-ruo-field .checkbox { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; font-weight: 500; line-height: 1.55; color: var(--mop-ink); }
.mop-ruo-field input[type="checkbox"] { margin-top: 2px; }
.mop-ruo-field.woocommerce-invalid label { color: var(--mop-error); }

/* Interac e-Transfer instructions (mop-core) */
.mop-interac { display: flex; flex-direction: column; gap: 0; padding: 8px 24px; background: var(--mop-surface); border: 1.5px solid var(--mop-primary); border-radius: var(--mop-radius-card); margin: 0 0 24px; }
.mop-interac > h2, .mop-interac > h3, .mop-interac__title { font-family: var(--mop-font-display); font-weight: 400; font-size: 24px; margin: 16px 0 6px; color: var(--mop-ink); }
.mop-interac > p { font-size: 15px; line-height: 1.6; color: var(--mop-body); margin: 8px 0; }
.mop-interac__row { display: grid; grid-template-columns: 180px minmax(0, 1fr) auto; align-items: center; gap: 8px 16px; padding: 14px 0; border-bottom: 1px solid var(--mop-line); }
.mop-interac__row:last-child { border-bottom: 0; }
.mop-interac__label { font-family: var(--mop-font-label); font-weight: 600; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--mop-faint); }
.mop-interac__value { font-size: 17px; font-weight: 600; color: var(--mop-ink); overflow-wrap: anywhere; font-variant-numeric: tabular-nums; }
.mop-interac__copy { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 0 12px; border: 1px solid var(--mop-border); border-radius: var(--mop-radius-sm); background: var(--mop-surface); font-size: 13.5px; font-weight: 600; color: var(--mop-primary); cursor: pointer; }
.mop-interac__copy:hover { border-color: var(--mop-primary); background: var(--mop-primary-soft); }
.mop-interac__copy.is-copied, .mop-interac__copy[data-copied] { background: var(--mop-success-bg); border-color: var(--mop-success); color: var(--mop-success); }
@media (max-width: 599px) {
	.mop-interac { padding: 4px 16px; }
	.mop-interac__row { grid-template-columns: minmax(0, 1fr) auto; }
	.mop-interac__label { grid-column: 1 / -1; }
}

/* 20 404, search results, misc ------------------------------------------- */
.mop-404__inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 18px; padding: clamp(48px, 8vw, 104px) 0 var(--mop-section-y); }
.mop-404__art { position: relative; width: min(320px, 80vw); color: var(--mop-primary); }
.mop-404__code { position: absolute; left: 0; right: 0; bottom: -6px; font-family: var(--mop-font-label); font-weight: 600; letter-spacing: .34em; font-size: 14px; color: var(--mop-faint); }
.mop-404__title { font-family: var(--mop-font-display); font-weight: 400; font-size: clamp(36px, 4.4vw, 56px); line-height: 1.05; margin-top: 16px; }
.mop-404__body { font-size: 17px; color: var(--mop-muted); max-width: 560px; }
.mop-404__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 8px; }
.mop-404__search { width: min(100%, 560px); margin-top: 24px; }
@media (max-width: 599px) { .mop-404__actions { flex-direction: column; width: 100%; } .mop-404__actions .mop-btn { width: 100%; } }

.mop-search-results { display: flex; flex-direction: column; gap: 12px; max-width: 860px; }
.mop-search-result { position: relative; display: flex; flex-direction: column; gap: 6px; padding: 22px 24px; background: var(--mop-surface); border: 1px solid var(--mop-line); border-radius: var(--mop-radius-card); }
.mop-search-result:hover { border-color: var(--mop-border); box-shadow: var(--mop-shadow-md); }
.mop-search-result__title { font-family: var(--mop-font-display); font-weight: 400; font-size: 24px; }
.mop-search-result__title a { color: var(--mop-ink); }
.mop-search-result__title a::after { content: ""; position: absolute; inset: 0; }
.mop-search-result__excerpt { font-size: 15px; color: var(--mop-muted); }

.alignleft { float: left; margin: 0 24px 16px 0; }
.alignright { float: right; margin: 0 0 16px 24px; }
.aligncenter { margin-inline: auto; }
.wp-caption-text, figcaption { font-size: 13.5px; color: var(--mop-muted); margin-top: 8px; }

/* 21 Motion preferences --------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
	.mop-announce__track { animation: none !important; width: 100%; justify-content: center; }
	.mop-announce__group--clone { display: none !important; }
	.mop-announce__group { padding-right: 0; }
}
@media (prefers-reduced-motion: reduce) and (max-width: 1023px) {
	.mop-announce { height: auto; min-height: 34px; padding: 6px 12px; }
	.mop-announce__group { flex-wrap: wrap; justify-content: center; gap: 2px 12px; white-space: normal; text-align: center; }
}
.mop-form .mop-form__submit, .mop-form button[type="submit"] { border-radius: var(--mop-radius-btn); }

/* WooCommerce show-password toggle */
.password-input { position: relative; display: block; width: 100%; }
.password-input input { padding-right: 48px; }
.show-password-input {
	position: absolute; right: 6px; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; padding: 0; border: 0; border-radius: var(--mop-radius-sm); background: transparent; cursor: pointer;
}
.show-password-input::before {
	content: ""; position: absolute; inset: 0; margin: auto; width: 20px; height: 20px; background: var(--mop-muted);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6'%3E%3Cpath d='M2.5 12S6 5.5 12 5.5 21.5 12 21.5 12 18 18.5 12 18.5 2.5 12 2.5 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6'%3E%3Cpath d='M2.5 12S6 5.5 12 5.5 21.5 12 21.5 12 18 18.5 12 18.5 2.5 12 2.5 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}
.show-password-input.display-password::before { background: var(--mop-primary); }
.show-password-input:hover { background: var(--mop-primary-soft); }

/* Order received refinements */
.woocommerce-table--order-details thead th:last-child, .woocommerce-table--order-details td:last-child { text-align: right; }
.mop-interac__next, .mop-interac__support { margin: 8px 0 16px; font-size: 15px; line-height: 1.6; color: var(--mop-body); }
.mop-interac__next :is(h2, h3, h4), .mop-interac__subtitle { font-family: var(--mop-font-display); font-weight: 400; font-size: 20px; color: var(--mop-ink); margin: 20px 0 6px; }
.mop-interac__next p { margin: 0 0 6px; }
.mop-interac__rows { border-top: 1px solid var(--mop-line); margin: 12px 0; }
.mop-agegate .mop-agegate__actions .mop-btn { border-radius: var(--mop-radius-btn); }
