/* Motokiwo 2.0.42 prebuilt render-path bundle. Source order preserved. */

/* ---- assets/css/theme.css ---- */

/*
 * Motokiwo Foundry design system.
 * The visual layer is deliberately independent from Kalium and shared by
 * normal pages, WooCommerce, Builder sections, and footer widgets.
 */
:root {
  --mk-ink: #111111;
  --mk-paper: #f3f3f1;
  --mk-card: #ffffff;
  --mk-surface: #ececea;
  --mk-surface-2: #e6e6e3;
  --mk-line: #d9d9d4;
  --mk-line-strong: #bdbdb7;
  --mk-muted: #696965;
  --mk-accent: #e9e9e5;
  --mk-canvas: #111111;
  --mk-canvas-type: #f6f6f3;
  --mk-header-bg: #ffffff;
  --mk-footer-bg: #111111;
  --mk-footer-text: #f6f6f3;
  --mk-site-width: 1360px;
  --mk-reading-width: 780px;
  --mk-gutter: clamp(18px, 3.25vw, 50px);
  --mk-radius: 0px;
  --mk-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mk-font-heading: var(--mk-font-body);
  --mk-header-height: 82px;
  --mk-card-shadow: 0 1px 2px rgba(17, 18, 20, .025), 0 14px 36px rgba(17, 18, 20, .05);
  --mk-card-shadow-hover: var(--mk-card-shadow);
  --mk-transition: 180ms cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--mk-ink);
  background: var(--mk-paper);
  font-family: var(--mk-font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.has-open-menu,
body.has-open-menu { overflow: hidden; }
img, svg, video, canvas { display: block; max-width: 100%; }
img { height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a {
  color: inherit;
  text-decoration-thickness: .07em;
  text-underline-offset: .18em;
  text-decoration-color: color-mix(in srgb, currentColor 42%, transparent);
}
a:hover { text-decoration-color: currentColor; }
p, ul, ol, blockquote, figure, table { margin-top: 0; }
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: inherit;
  font-family: var(--mk-font-heading);
  font-weight: 450;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}
h1 { font-size: var(--mk-page-heading-size, 36px); }
h2 { font-size: var(--mk-h2-size, 34px); }
h3 { font-size: var(--mk-h3-size, 25px); }
h4 { font-size: var(--mk-h4-size, 19px); }
h5 { font-size: var(--mk-h5-size, 16px); }
hr { height: 1px; margin: clamp(38px, 6vw, 76px) 0; background: var(--mk-line); border: 0; }
::selection { color: var(--mk-ink); background: var(--mk-accent); }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus,
.skip-link:focus {
  z-index: 100000;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  color: #fff;
  background: #000;
}
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

/* Layout */
.mk-container {
  width: min(calc(100% - (var(--mk-gutter) * 2)), var(--mk-site-width));
  margin-inline: auto;
}
.mk-site-main { min-height: 44vh; }
.mk-content-stack { padding-block: clamp(58px, 8vw, 116px); }
.mk-content-stack > * + * { margin-top: clamp(44px, 6vw, 82px); }
.entry-content { min-width: 0; }
.entry-content::after { display: table; clear: both; content: ""; }
.entry-content > :where(p, ul, ol, blockquote, pre, table, details):not(.alignwide):not(.alignfull),
.entry-content > .wp-block-list:not(.alignwide):not(.alignfull) {
  max-width: var(--mk-reading-width);
  margin-inline: auto;
}
.entry-content > :where(h1, h2, h3, h4, h5, h6):not(.alignwide):not(.alignfull) {
  max-width: 980px;
  margin-inline: auto;
}
.entry-content > :where(p, ul, ol, blockquote, pre, table, details) + :where(p, ul, ol, blockquote, pre, table, details) { margin-top: 1.25em; }
.entry-content > :where(h2, h3, h4) { margin-top: clamp(46px, 7vw, 88px); margin-bottom: .48em; }
.entry-content > .alignwide,
.entry-content > .wp-block-group.alignwide { width: min(100%, var(--mk-site-width)); margin-inline: auto; }
.entry-content > .alignfull { width: 100%; max-width: none; }
.entry-content img { border-radius: var(--mk-radius); }
.entry-content figcaption { margin-top: 10px; color: var(--mk-muted); font-size: .82rem; }
.entry-content blockquote,
.wp-block-quote {
  padding: 8px 0 8px clamp(22px, 4vw, 42px);
  border-left: 2px solid var(--mk-ink);
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1.38;
}
.entry-content blockquote cite,
.wp-block-quote cite { display: block; margin-top: 16px; color: var(--mk-muted); font-size: .78rem; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.entry-content > table, .entry-content .wp-block-table table { width: 100%; border-collapse: collapse; background: var(--mk-card); }
.entry-content .wp-block-table th, .entry-content > table th,
.entry-content .wp-block-table td, .entry-content > table td { padding: 15px 16px; border: 1px solid var(--mk-line); text-align: left; vertical-align: top; }
.entry-content .wp-block-table th, .entry-content > table th { background: var(--mk-surface); font-size: .82rem; font-weight: 600; letter-spacing: .045em; text-transform: uppercase; }
.entry-content details { padding-block: 18px; border-top: 1px solid var(--mk-line); }
.entry-content details:last-child { border-bottom: 1px solid var(--mk-line); }
.entry-content summary { font-weight: 600; }

/* Standard page title area */
.mk-standard-page { padding-block: clamp(54px, 7vw, 104px) clamp(72px, 9vw, 136px); }
.mk-standard-page .entry-header,
.entry-header {
  max-width: 1120px;
  margin: 0 auto clamp(42px, 6vw, 82px);
  padding-top: 20px;
  border-top: 1px solid var(--mk-ink);
}
.entry-header__eyebrow,
.mk-eyebrow {
  display: block;
  margin: 0 0 14px;
  color: var(--mk-muted);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.entry-title { max-width: 14ch; margin: 0; font-size: clamp(3rem, 7vw, 6.5rem); }
.entry-header__intro { max-width: 680px; margin: 24px 0 0; color: var(--mk-muted); font-size: clamp(1.04rem, 1.8vw, 1.28rem); line-height: 1.65; }
.entry-meta { margin-top: 16px; color: var(--mk-muted); font-size: .84rem; }
.page-links, .post-navigation, .posts-navigation, .pagination { margin-top: 54px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 10px; }
.page-numbers {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  padding: 8px;
  border: 1px solid var(--mk-line);
  background: var(--mk-card);
  text-decoration: none;
}
.page-numbers:hover { border-color: var(--mk-ink); }
.page-numbers.current { color: var(--mk-paper); background: var(--mk-ink); border-color: var(--mk-ink); }

/* Native blocks and Builder content */
.wp-block-columns { gap: clamp(24px, 4vw, 64px); }
.wp-block-group.has-background { padding: clamp(28px, 5vw, 72px); }
.wp-block-button__link { border-radius: 0; }
.wp-block-separator { border: 0; border-top: 1px solid var(--mk-line); }
.mk-visual-page .entry-content { width: 100%; }
.mk-visual-page--content > .entry-content { padding-block: clamp(54px, 7vw, 104px) clamp(78px, 10vw, 144px); }
.mk-visual-page--content > .entry-content > :first-child { margin-top: 0; }
.mk-visual-page--content > .entry-content > :last-child { margin-bottom: 0; }
.mk-visual-page .entry-content > :first-child { margin-top: 0; }
.mk-visual-page :where(.vc_row, .wpb_row) { width: min(calc(100% - (var(--mk-gutter) * 2)), var(--mk-site-width)); margin-right: auto; margin-left: auto; }
.mk-visual-page :where(.vc_row.vc_row-no-padding, .vc_row[data-vc-full-width="true"], .alignfull) { width: 100%; max-width: none; }
.mk-visual-page :where(.vc_column_container > .vc_column-inner, .wpb_wrapper) { min-width: 0; }
.mk-visual-page .wpb_content_element { margin-bottom: 28px; }

/* Posts and archives */
.mk-post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: clamp(24px, 3.4vw, 46px);
}
.mk-post-grid .mk-entry {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  background: var(--mk-card);
  border: 1px solid var(--mk-line);
  box-shadow: var(--mk-card-shadow);
}
.mk-entry { min-width: 0; }
.mk-entry__image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--mk-surface); }
.mk-entry__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 320ms cubic-bezier(.2,.7,.2,1); }
.mk-entry__image:hover img { transform: scale(1.018); }
.mk-post-grid .mk-entry__header,
.mk-post-grid .mk-entry .entry-content { width: 100%; margin: 0; padding-inline: 22px; }
.mk-post-grid .mk-entry__header { padding-top: 22px; padding-bottom: 0; border: 0; }
.mk-post-grid .mk-entry .entry-content { padding-bottom: 26px; color: var(--mk-muted); }
.mk-entry__header { margin-bottom: 18px; }
.mk-entry__title { margin: 0; font-size: clamp(1.55rem, 2.7vw, 2.35rem); }
.mk-entry__title a { text-decoration: none; }
.mk-entry__title a:hover { text-decoration: underline; }
.mk-entry .entry-content > :where(p, ul, ol, blockquote, pre, table) { max-width: none; margin-inline: 0; }
.mk-entry .entry-content > :last-child { margin-bottom: 0; }
.single .mk-entry__image { max-width: 1120px; margin: 0 auto clamp(34px, 5vw, 68px); aspect-ratio: 16 / 9; }
.single .mk-entry__header { max-width: 980px; }
.single .mk-entry .entry-content { max-width: 100%; }
.no-results, .mk-not-found { max-width: 780px; }

/* Header */
.site-header {
  position: relative;
  z-index: 100;
  width: 100%;
  color: var(--mk-ink);
  background: var(--mk-header-bg);
  border-bottom: 0;
  box-shadow: 0 8px 28px rgba(17,18,20,.055);
}
.site-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: var(--mk-header-height);
  gap: clamp(20px, 3vw, 48px);
}
.site-branding { min-width: 0; }
.site-branding__link { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.site-branding .custom-logo-link { display: inline-flex; align-items: center; line-height: 0; text-decoration: none; }
.site-branding .custom-logo { width: auto; max-width: min(245px, 35vw); max-height: 52px; object-fit: contain; }
.site-branding__mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--mk-accent); font-weight: 700; }
.site-branding__name { font-size: 1.25rem; font-weight: 600; letter-spacing: -.025em; }
.site-branding__description { display: none; }
.primary-navigation { justify-self: end; }
.primary-navigation .menu,
.mobile-navigation .menu,
.site-footer .menu { list-style: none; margin: 0; padding: 0; }
.primary-navigation__menu { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: clamp(20px, 2.4vw, 38px); }
.primary-navigation__menu li { position: relative; margin: 0; }
.primary-navigation__menu > li > a {
  display: block;
  padding: 29px 0 26px;
  font-size: clamp(.92rem, 1.15vw, 1.03rem);
  font-weight: 400;
  letter-spacing: -.01em;
  text-decoration: none;
  white-space: nowrap;
}
.primary-navigation__menu > li > a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--mk-transition);
}
.primary-navigation__menu > li:hover > a::after,
.primary-navigation__menu > li.current-menu-item > a::after,
.primary-navigation__menu > li.current-menu-ancestor > a::after { transform: scaleX(1); transform-origin: left; }
.primary-navigation .sub-menu {
  position: absolute;
  top: calc(100% - 12px);
  left: -20px;
  min-width: 230px;
  margin: 0;
  padding: 10px;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(6px);
  background: var(--mk-card);
  border: 1px solid var(--mk-line);
  box-shadow: var(--mk-card-shadow-hover);
  transition: opacity var(--mk-transition), transform var(--mk-transition), visibility var(--mk-transition);
}
.primary-navigation li:hover > .sub-menu,
.primary-navigation li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.primary-navigation .sub-menu a { display: block; padding: 9px 10px; font-size: .92rem; text-decoration: none; }
.primary-navigation .sub-menu a:hover { background: var(--mk-surface); }
.site-header__actions { display: flex; align-items: center; gap: 3px; }
.mk-icon-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 99px;
  text-decoration: none;
}
.mk-icon-button:hover { background: color-mix(in srgb, var(--mk-ink) 7%, transparent); }
.mk-icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.site-header__menu-toggle { display: none; }
.mk-header-cart__count { position: absolute; top: 1px; right: -1px; display: grid; place-items: center; min-width: 18px; height: 18px; padding-inline: 4px; border-radius: 999px; color: var(--mk-ink); background: var(--mk-accent); font-size: .63rem; font-weight: 700; line-height: 1; }
.mobile-navigation { border-top: 1px solid var(--mk-line); background: var(--mk-header-bg); }
.mobile-navigation[hidden] { display: none; }
.mobile-navigation__menu { padding-block: 12px 26px; }
.mobile-navigation__menu a { display: block; padding: 13px 0; border-bottom: 1px solid var(--mk-line); font-size: 1.08rem; text-decoration: none; }
.mobile-navigation .sub-menu { list-style: none; margin: 0; padding: 0 0 0 18px; }

/* Buttons and forms */
.mk-button,
.wp-element-button,
button[type="submit"],
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 11px 21px;
  color: var(--mk-paper);
  background: var(--mk-ink);
  border: 1px solid var(--mk-ink);
  border-radius: var(--mk-radius);
  font-weight: 550;
  line-height: 1.2;
  text-decoration: none;
  transition: color var(--mk-transition), background-color var(--mk-transition), border-color var(--mk-transition);
}
.mk-button:hover,
.wp-element-button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover { color: var(--mk-ink); background: var(--mk-accent); border-color: var(--mk-accent); }
.mk-button--small { min-height: 42px; padding: 8px 15px; font-size: .86rem; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  color: var(--mk-ink);
  background: var(--mk-card);
  border: 1px solid var(--mk-line-strong);
  border-radius: var(--mk-radius);
  box-shadow: none;
}
input:focus,
select:focus,
textarea:focus { border-color: var(--mk-ink); outline: 0; box-shadow: 0 0 0 1px var(--mk-ink); }
textarea { min-height: 150px; resize: vertical; }
label { font-size: .9rem; }
fieldset { padding: 24px; border: 1px solid var(--mk-line); }
legend { padding-inline: 8px; font-weight: 600; }
.wpcf7-form,
.wpforms-form,
.gform_wrapper,
form.contact-form { max-width: 920px; }
.mk-contact-notice {
  max-width: 920px;
  margin: 0 0 20px;
  padding: 12px 14px;
  border: 1px solid var(--mk-line-strong);
  border-radius: var(--mk-radius);
  background: var(--mk-card);
}
.mk-contact-notice.is-success { border-color: color-mix(in srgb, var(--mk-accent) 65%, var(--mk-line-strong)); }
.mk-contact-notice.is-error { border-color: color-mix(in srgb, #b42318 55%, var(--mk-line-strong)); }
.mk-contact-form .form-group { margin-bottom: 18px; }
.mk-contact-form label { display: block; margin-bottom: 7px; }
.mk-contact-form .contact-form-privacy-policy > label { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 18px; }
.mk-contact-form .contact-form-privacy-policy input[type="checkbox"] { width: auto; min-height: 0; margin-top: .3em; flex: 0 0 auto; }
.wpcf7-form p { margin-bottom: 18px; }
.wpcf7-form label { display: block; }
.wpcf7-form-control-wrap { display: block; margin-top: 7px; }
.wpcf7-not-valid-tip { margin-top: 6px; font-size: .8rem; }

/* Shared product specimen entry: Shop, related products, and Motokiwo blocks.
   Static soft-depth catalogue treatment. No hover motion or alternate image. */
.mk-product-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  color: #111214;
  background: #fff;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(17, 18, 20, .025), 0 14px 36px rgba(17, 18, 20, .05);
}
.mk-product-card__media {
  position: relative;
  display: grid;
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  place-items: center;
  background: #ececea;
  border: 0;
}
.mk-product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}
.mk-product-card__badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 6px 8px;
  color: #fff;
  background: #111214;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1;
  text-transform: uppercase;
}
.mk-product-card__body {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 10px;
  padding: 18px 20px 22px;
}
.mk-product-card__copy { min-width: 0; }
.mk-product-card__title {
  display: block;
  min-height: 0;
  margin: 0 0 6px;
  overflow: visible;
  color: #111214;
  font-size: clamp(20px, 1.65vw, 25px);
  font-weight: 450;
  line-height: 1.08;
  letter-spacing: -.03em;
  -webkit-line-clamp: unset;
}
.mk-product-card__title a { color: inherit; text-decoration: none; }
.mk-product-card__title a::after { position: absolute; inset: 0; content: ""; }
.mk-product-card__title a:focus-visible { outline: 2px solid #111214; outline-offset: -4px; }
.mk-product-card__category {
  margin: 0;
  overflow: hidden;
  color: #73736f;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}
.mk-product-card__category a { color: inherit; text-decoration: none; }
.mk-product-card__price {
  position: relative;
  z-index: 2;
  padding-top: 2px;
  color: #111214;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.3;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.mk-product-card__price del { color: #858580; font-size: .78em; font-weight: 400; }
.mk-product-card__price ins { background: transparent; text-decoration: none; }
.mk-product-card__actions { position: relative; z-index: 2; padding: 0 20px 20px; }
/* Footer: footer widgets, restyled in normal document flow. */
.site-footer {
  position: relative;
  clear: both;
  margin: 0;
  color: var(--mk-footer-text);
  background: var(--mk-footer-bg);
  border-top: 1px solid color-mix(in srgb, var(--mk-footer-text) 18%, transparent);
}
.site-footer::before { position: absolute; top: 0; left: var(--mk-gutter); width: 58px; height: 4px; background: var(--mk-accent); content: ""; }
.mk-footer-row { border-bottom: 1px solid color-mix(in srgb, var(--mk-footer-text) 17%, transparent); }
.mk-footer-row--saved { color: var(--mk-footer-row-text, var(--mk-footer-text)); background: var(--mk-footer-row-bg, transparent); }
.site-footer .mk-footer-row--saved :where(h1,h2,h3,h4,h5,h6,.widget-title) { color: var(--mk-footer-row-headings, currentColor); }
.site-footer .mk-footer-row--saved a { color: var(--mk-footer-row-link, currentColor); }
.site-footer .mk-footer-row--saved a:hover { color: var(--mk-footer-row-link-hover, var(--mk-footer-row-link, currentColor)); }
.mk-footer-row__full { width: 100%; padding-inline: var(--mk-gutter); }
.mk-footer-grid {
  display: grid;
  align-items: start;
  gap: clamp(34px, 5vw, 78px);
  padding-block: clamp(62px, 8vw, 108px);
}
.mk-footer-grid--saved,
.mk-footer-grid--auto { grid-template-columns: repeat(var(--mk-footer-columns, 1), minmax(0, 1fr)); }
.mk-footer-grid--count-2 { grid-template-columns: minmax(0, 1.35fr) minmax(200px, .65fr); }
.mk-footer-grid--count-3 { grid-template-columns: minmax(260px, 1.4fr) repeat(2, minmax(170px, .8fr)); }
.mk-footer-grid--count-4 { grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(145px, .7fr)); }
.mk-footer-grid--count-5,
.mk-footer-grid--count-6 { grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }
.mk-footer-column { min-width: 0; }
.mk-footer-grid--saved > .mk-footer-column { grid-column: auto !important; order: initial !important; text-align: var(--mk-footer-align-desktop, start); }
.site-footer .widget { margin: 0; }
.site-footer .widget + .widget { margin-top: 32px; }
.site-footer .widget-title {
  margin: 0 0 18px;
  color: inherit;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .105em;
  line-height: 1.4;
  text-transform: uppercase;
}
.site-footer p,
.site-footer li,
.site-footer a { font-size: .98rem; line-height: 1.65; }
.site-footer p { max-width: 34em; }
.site-footer a { color: inherit; text-decoration-color: color-mix(in srgb, currentColor 34%, transparent); }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 9px; }
.site-footer .textwidget > :last-child,
.site-footer .widget > :last-child { margin-bottom: 0; }
.site-footer input[type="email"],
.site-footer input[type="text"] { color: var(--mk-footer-text); background: transparent; border-color: color-mix(in srgb, var(--mk-footer-text) 38%, transparent); }
.site-footer input::placeholder { color: color-mix(in srgb, var(--mk-footer-text) 55%, transparent); }
.site-footer button,
.site-footer input[type="submit"] { color: var(--mk-ink); background: var(--mk-accent); border-color: var(--mk-accent); }
.site-footer button:hover,
.site-footer input[type="submit"]:hover { color: var(--mk-ink); background: #fff; border-color: #fff; }
.mk-footer-fallback { display: grid; grid-template-columns: minmax(0, 1.3fr) auto; align-items: end; gap: 40px; padding-block: clamp(66px, 9vw, 118px); }
.mk-footer-brand { margin: 0 0 12px; font-size: clamp(2.3rem, 5vw, 5rem) !important; font-weight: 450; letter-spacing: -.05em; line-height: 1; }
.mk-footer-menu .menu,
.mk-footer-social .menu { display: flex; flex-wrap: wrap; gap: 10px 25px; }
.mk-footer-bottom { padding-block: 19px; }
.mk-footer-bottom__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.mk-footer-bottom p { margin: 0; color: color-mix(in srgb, var(--mk-footer-text) 70%, transparent); font-size: .8rem; }

/* Comments */
.comments-area { max-width: var(--mk-reading-width); margin: 72px auto 0; }
.comment-list { padding: 0; list-style: none; }
.comment-body { padding-block: 24px; border-top: 1px solid var(--mk-line); }

/* Page-specific improvements without requiring special templates. */
.mk-page-slug-license .entry-content :where(h2, h3) { scroll-margin-top: 110px; }
.mk-page-slug-license .entry-content h2 + ul,
.mk-page-slug-license .entry-content h3 + ul { padding-left: 0; list-style: none; }
.mk-page-slug-license .entry-content h2 + ul > li,
.mk-page-slug-license .entry-content h3 + ul > li { padding: 13px 0; border-bottom: 1px solid var(--mk-line); }
.mk-page-slug-contact .entry-content :where(.wp-block-columns, .vc_row) { gap: clamp(38px, 7vw, 100px); }
.mk-page-slug-contact .entry-content form { width: 100%; }
.mk-page-slug-contact .entry-content address { font-style: normal; }
.mk-page-slug-cart .mk-standard-page,
.mk-page-slug-checkout .mk-standard-page,
.mk-page-slug-my-account .mk-standard-page { padding-top: clamp(40px, 5vw, 74px); }

/* WordPress utilities */
.wp-caption, .gallery-caption { color: var(--mk-muted); font-size: .86rem; }
.sticky, .bypostauthor { position: relative; }
.alignleft { float: left; margin: .4em 1.5em 1em 0; }
.alignright { float: right; margin: .4em 0 1em 1.5em; }
.aligncenter { display: block; margin-inline: auto; }

@media (max-width: 1080px) {
  .primary-navigation__menu { gap: 20px; }
  .site-header__actions .mk-icon-button:not(.mk-header-cart) { display: none; }
  .mk-footer-grid--count-4,
  .mk-footer-grid--count-5,
  .mk-footer-grid--count-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 959px) {
  :root { --mk-header-height: 70px; }
  .site-header__inner { grid-template-columns: auto minmax(0, 1fr) auto; gap: 10px; }
  .site-header__menu-toggle { display: inline-grid; }
  .primary-navigation { display: none; }
  .site-branding { justify-self: center; }
  .site-branding__name { display: none; }
  .site-header__actions .mk-icon-button:not(.mk-header-cart):nth-last-child(n+2) { display: none; }
  .mk-footer-grid--count-3,
  .mk-footer-grid--count-4,
  .mk-footer-grid--count-5,
  .mk-footer-grid--count-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mk-footer-grid--saved > .mk-footer-column { text-align: var(--mk-footer-align-tablet, start); }
}

@media (max-width: 767px) {
  :root { --mk-gutter: 16px; }
  body { font-size: 16px; }
  .mk-standard-page { padding-block: 44px 80px; }
  .entry-header { padding-top: 16px; }
  .entry-title { max-width: none; font-size: clamp(2.65rem, 15vw, 4.25rem); }
  .site-branding .custom-logo { max-width: 170px; max-height: 42px; }
  .site-header__actions { gap: 0; }
  .mk-icon-button { width: 40px; height: 40px; }
  .mk-product-card__media { margin: 0; }
  .mk-product-card__body { gap: 18px; padding: 13px 0 20px; }
  .mk-product-card__title { min-height: 0; font-size: 17px; }
  .mk-product-card__category { font-size: 10px; }
  .mk-product-card__price { font-size: 15px; }
  .mk-footer-grid { padding-block: 58px; }
  .mk-footer-grid--saved,
  .mk-footer-grid--auto,
  .mk-footer-grid--count-2,
  .mk-footer-grid--count-3,
  .mk-footer-grid--count-4,
  .mk-footer-grid--count-5,
  .mk-footer-grid--count-6 { grid-template-columns: 1fr; }
  .mk-footer-grid--saved > .mk-footer-column { text-align: var(--mk-footer-align-mobile, start); }
  .mk-footer-fallback { grid-template-columns: 1fr; }
  .mk-footer-bottom__inner { align-items: flex-start; flex-direction: column; }
  .alignleft, .alignright { float: none; margin-inline: 0; }
  .entry-content > table, .entry-content .wp-block-table table { display: block; overflow-x: auto; }
}

@media (max-width: 480px) {
  .site-header__inner { width: calc(100% - 20px); }
  .site-header__menu-toggle { justify-self: start; }
  .site-branding .custom-logo { max-width: 145px; }
  .mk-product-card__body { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* ========================================================================
   Motokiwo 2.2 visual parity layer
   This layer intentionally restores the compact proportions, quiet type,
   original footer grid and generous white space of the established site.
   ======================================================================== */
:root {
  --mk-ink: #24242b;
  --mk-paper: #f5f5f7;
  --mk-card: #fff;
  --mk-surface: #fff;
  --mk-surface-2: #fafafd;
  --mk-line: #dedee5;
  --mk-line-strong: #bfc0c8;
  --mk-muted: #777781;
  --mk-accent: #d5ef53;
  --mk-header-bg: #15122b;
  --mk-header-text: #f8f7ff;
  --mk-header-rail: #0e0c20;
  --mk-footer-bg: #15122b;
  --mk-footer-text: #f2f1f7;
  --mk-interface-radius: 16px;
  --mk-site-width: 1320px;
  --mk-reading-width: 760px;
  --mk-gutter: clamp(20px, 2.72vw, 40px);
  --mk-header-height: auto;
  --mk-body-size: 16px;
  --mk-body-mobile: 16px;
  --mk-page-heading-size: 36px;
  --mk-page-heading-mobile: 30px;
  --mk-h2-size: 34px;
  --mk-h2-mobile: 28px;
  --mk-h3-size: 25px;
  --mk-h3-mobile: 22px;
  --mk-h4-size: 19px;
  --mk-h4-mobile: 18px;
  --mk-h5-size: 16px;
  --mk-h5-mobile: 16px;
  --mk-logo-width: 180px;
  --mk-header-padding: 24px;
  --mk-menu-size: 16px;
  --mk-page-spacing: 32px;
  --mk-card-shadow: 0 7px 16px rgba(28, 31, 25, .035);
  --mk-card-shadow-hover: 0 11px 24px rgba(28, 31, 25, .07);
}
html { scroll-behavior: smooth; }
body {
  color: var(--mk-ink);
  background: var(--mk-paper);
  font-family: var(--mk-font-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);
  font-size: var(--mk-body-size);
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-family: var(--mk-font-heading, var(--mk-font-body));
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.028em;
}
h1 { font-size: var(--mk-page-heading-size); }
h2 { font-size: var(--mk-h2-size, 34px); }
h3 { font-size: var(--mk-h3-size, 25px); }
h4 { font-size: var(--mk-h4-size, 19px); }
h5 { font-size: var(--mk-h5-size, 16px); }
a { text-underline-offset: 3px; }
.mk-container { width: min(calc(100% - (var(--mk-gutter) * 2)), var(--mk-site-width)); }
.mk-site-main { min-height: 28vh; }
.mk-content-stack { padding-block: clamp(48px, 5.3vw, 78px) clamp(64px, 7vw, 104px); }
.mk-content-stack > * + * { margin-top: clamp(36px, 4vw, 60px); }

/* Header: logo and navigation use the same compact geometry as the original. */
.site-header {
  color: var(--mk-ink);
  background: var(--mk-header-bg);
  border-bottom: 1px solid #e5e5e1;
}
.site-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  min-height: 0;
  padding-block: clamp(10px, calc(var(--mk-header-padding) * .5), 22px);
  gap: clamp(22px, 3vw, 48px);
}
.site-branding .custom-logo {
  width: min(var(--mk-logo-width), 34vw);
  max-width: none;
  max-height: 46px;
  object-fit: contain;
}
.site-branding__mark { width: 34px; height: 34px; }
.site-branding__name { font-size: 21px; font-weight: 600; }
.primary-navigation { justify-self: end; }
.primary-navigation__menu { gap: clamp(26px, 2.5vw, 39px); }
.primary-navigation__menu > li > a {
  padding: 8px 0;
  font-size: var(--mk-menu-size);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.012em;
}
.primary-navigation__menu > li > a::after { bottom: 2px; }
.site-header__actions { gap: 18px; }
.mk-header-text-link,
.mk-header-cart { color: inherit; font-size: var(--mk-menu-size); text-decoration: none; white-space: nowrap; }
.mk-header-cart { position: relative; }
.mk-header-cart__count { top: -11px; right: -13px; }
.mk-header-rail { width: 100%; height: 32px; background: var(--mk-header-rail); }
.primary-navigation .sub-menu {
  top: calc(100% + 7px);
  padding: 8px;
  background: #fff;
  border-color: var(--mk-line);
  box-shadow: 0 12px 28px rgba(26,28,23,.08);
}
.primary-navigation .sub-menu a { padding: 8px 11px; font-size: 14px; }

/* Normal pages stay editorial and compact; no oversized generic hero. */
.mk-standard-page { padding-block: clamp(52px, 5vw, 76px) clamp(70px, 7vw, 108px); }
.mk-standard-page .entry-header,
.entry-header {
  max-width: var(--mk-site-width);
  margin: 0 auto clamp(34px, 4vw, 56px);
  padding-top: 0;
  border-top: 0;
}
.entry-header__eyebrow,
.mk-eyebrow {
  margin-bottom: 12px;
  color: var(--mk-muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.45;
  text-transform: uppercase;
}
.entry-title {
  max-width: 24ch;
  margin: 0;
  font-size: var(--mk-page-heading-size);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -.035em;
}
.entry-header__intro,
.archive-description {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--mk-muted);
  font-size: 14px;
  line-height: 1.65;
}
.entry-content > :where(h2,h3,h4):not(.alignwide):not(.alignfull) { max-width: var(--mk-reading-width); }
.entry-content > :where(h2,h3,h4) { margin-top: calc(var(--mk-page-spacing) * 1.5); }
.entry-content img { max-width: var(--mk-page-image-width,100%); border-radius: 0; }
.mk-visual-page--content > .entry-content { padding-block: clamp(40px, 4vw, 64px) clamp(70px, 7vw, 108px); }
.mk-visual-page :where(.vc_row,.wpb_row) { width: min(calc(100% - (var(--mk-gutter) * 2)), var(--mk-site-width)); }
.mk-post-grid { gap: 30px 22px; }
.mk-post-grid .mk-entry { border-color: var(--mk-line); box-shadow: none; }
.mk-entry__title { font-size: 24px; }

/* Footer: render the saved footer, not a replacement design. */
.site-footer {
  position: relative;
  clear: both;
  margin: 0;
  color: var(--mk-footer-text);
  background: var(--mk-footer-bg);
  border: 0;
}
.site-footer::before { display: none; }
.mk-footer-row {
  color: var(--mk-footer-row-text, var(--mk-footer-text));
  background: var(--mk-footer-row-bg, transparent);
  border: 0;
}
.mk-footer-row + .mk-footer-row { border-top: 1px solid rgba(37,38,34,.12); }
.mk-footer-row__full { width: 100%; padding-inline: var(--mk-gutter); }
.mk-footer-grid {
  display: grid;
  align-items: start;
  gap: var(--mk-footer-gap-desktop, clamp(28px,4vw,62px));
  padding-block: clamp(38px, 4.5vw, 68px);
}
.mk-footer-grid--saved {
  grid-template-columns: repeat(60,minmax(0,1fr));
  column-gap: 0;
  row-gap: var(--mk-footer-gap-desktop,clamp(24px,3vw,42px));
}
.mk-footer-grid--saved > .mk-footer-column {
  grid-column: span var(--mk-footer-span-desktop,60) !important;
  order: var(--mk-footer-order-desktop,0) !important;
  text-align: var(--mk-footer-align-desktop,start);
  min-width: 0;
}
.mk-footer-grid--saved > .mk-footer-column:not(:last-child) { padding-inline-end: clamp(18px,3vw,42px); }
.mk-footer-grid--auto { grid-template-columns: repeat(var(--mk-footer-columns,1),minmax(0,1fr)); }
.mk-footer-grid--count-2,
.mk-footer-grid--count-3,
.mk-footer-grid--count-4,
.mk-footer-grid--count-5,
.mk-footer-grid--count-6 { grid-template-columns: repeat(var(--mk-footer-columns,1),minmax(0,1fr)); }
.site-footer .widget { margin: 0; }
.site-footer .widget + .widget { margin-top: 24px; }
.site-footer .widget-title {
  margin: 0 0 13px;
  color: var(--mk-footer-row-headings,currentColor);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.35;
  text-transform: none;
}
.site-footer p,
.site-footer li,
.site-footer a { font-size: 15px; line-height: 1.6; }
.site-footer p { max-width: 38em; margin-bottom: 12px; }
.site-footer a { color: var(--mk-footer-row-link,currentColor); text-decoration: none; }
.site-footer a:hover { color: var(--mk-footer-row-link-hover,currentColor); text-decoration: underline; }
.site-footer li + li { margin-top: 6px; }
.site-footer .menu { list-style: none; margin: 0; padding: 0; }
.mk-footer-social .menu { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.mk-footer-row--fallback { border-top: 1px solid rgba(37,38,34,.12); }
.mk-footer-fallback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-block: 28px;
}
.mk-footer-brand { margin: 0; font-size: 16px !important; font-weight: 500; letter-spacing: 0; line-height: 1.5; }
.mk-footer-bottom { padding-block: 17px; border-top: 1px solid rgba(37,38,34,.12); }
.mk-footer-bottom p { color: inherit; font-size: 13px; opacity: .72; }

/* Forms, buttons and utilities retain the quiet foundry style. */
:where(input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],select,textarea) {
  min-height: 44px;
  padding: 9px 11px;
  color: var(--mk-ink);
  background: transparent;
  border: 1px solid var(--mk-line-strong);
  border-radius: 0;
  box-shadow: none;
}
textarea { min-height: 130px; }
.mk-button,
button:not(.site-header__menu-toggle):not(.mk-icon-button),
input[type="submit"] {
  border-radius: 0;
}

@media (max-width: 1040px) {
  .site-header__inner { gap: 18px; }
  .primary-navigation__menu { gap: 22px; }
  .primary-navigation__menu > li > a { font-size: min(var(--mk-menu-size),15px); }
  .mk-footer-grid { gap: var(--mk-footer-gap-tablet,clamp(26px,4vw,46px)); }
  .mk-footer-grid--saved { column-gap:0; row-gap:var(--mk-footer-gap-tablet,clamp(24px,4vw,40px)); }
  .mk-footer-grid--saved > .mk-footer-column {
    grid-column: span var(--mk-footer-span-tablet,30) !important;
    order: var(--mk-footer-order-tablet,0) !important;
    text-align: var(--mk-footer-align-tablet,start);
  }
}
@media (max-width: 959px) {
  .site-header__inner { grid-template-columns: auto 1fr auto; padding-block: 11px; }
  .site-branding { justify-self: start; }
  .site-header__actions { justify-self: end; }
  .site-header__menu-toggle { justify-self: end; }
  .mk-header-rail { height: 20px; }
  .site-branding .custom-logo { width: min(var(--mk-logo-width),190px); max-height: 42px; }
}
@media (max-width: 767px) {
  :root { --mk-gutter: 20px; }
  body { font-size: var(--mk-body-mobile); }
  h1 { font-size: var(--mk-page-heading-mobile); }
  h2 { font-size: var(--mk-h2-mobile, 28px); }
  h3 { font-size: var(--mk-h3-mobile, 22px); }
  h4 { font-size: var(--mk-h4-mobile, 18px); }
  h5 { font-size: var(--mk-h5-mobile, 16px); }
  .entry-title { font-size: var(--mk-page-heading-mobile); }
  .mk-standard-page { padding-block: 40px 72px; }
  .mk-header-rail { height: 14px; }
  .site-branding .custom-logo { max-width: min(var(--mk-logo-width),160px); }
  .mk-product-card__media { margin: 0; }
  .mk-product-card__body { padding: 12px 0 20px; }
  .mk-product-card__title { font-size: 17px; }
  .mk-product-card__category { font-size: 12px; }
  .mk-product-card__price { font-size: 15px; }
  .mk-footer-grid { gap: var(--mk-footer-gap-mobile,26px); padding-block: 38px; }
  .mk-footer-grid--saved { column-gap:0; row-gap:var(--mk-footer-gap-mobile,26px); }
  .mk-footer-grid--saved > .mk-footer-column:not(:last-child) { padding-inline-end:0; }
  .mk-footer-grid--saved { grid-template-columns: repeat(60,minmax(0,1fr)); }
  .mk-footer-grid--saved > .mk-footer-column {
    grid-column: span var(--mk-footer-span-mobile,12) !important;
    order: var(--mk-footer-order-mobile,0) !important;
    text-align: var(--mk-footer-align-mobile,start);
  }
  .mk-footer-grid--auto,
  .mk-footer-grid--count-2,
  .mk-footer-grid--count-3,
  .mk-footer-grid--count-4,
  .mk-footer-grid--count-5,
  .mk-footer-grid--count-6 { grid-template-columns: 1fr; }
  .mk-footer-fallback { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 480px) {
  .site-header__inner { width: min(calc(100% - 32px),var(--mk-site-width)); }
}

/* Storefront base layout.
   The previous v2.x previews were reinterpretations. These rules deliberately
   restore the compact Motokiwo geometry from the final pre-Fresh storefront. */
:root{
  --mk-site-width:1320px;
  --mk-gutter:clamp(20px,2.72vw,40px);
  --mk-card-shadow:none;
  --mk-card-shadow-hover:0 8px 18px rgba(28,31,25,.065);
}
body{background:#fff;}
.site-header__inner{
  min-height:56px;
  padding-block:8px;
  gap:clamp(24px,3.2vw,52px);
}
.site-branding .custom-logo{width:min(var(--mk-logo-width),180px);max-height:40px;}
.primary-navigation__menu{gap:clamp(28px,2.7vw,40px);}
.primary-navigation__menu>li>a,.mk-header-text-link,.mk-header-cart{
  font-size:var(--mk-menu-size,16px);
  font-weight:400;
  line-height:1.2;
}
.mk-header-rail{height:32px;background:#20251d;}

/* Saved footer: use its own row colors/layout and the same restrained rhythm as
   the old theme. Do not invent a branded footer shell around it. */
.site-footer{margin:0;border:0;box-shadow:none;}
.mk-footer-row+ .mk-footer-row{border-top:0;}
.mk-footer-grid{padding-block:32px;gap:var(--mk-footer-gap-desktop,32px);}
.mk-footer-grid--saved{row-gap:var(--mk-footer-gap-desktop,32px);}
.site-footer .widget+.widget{margin-top:20px;}
.site-footer .widget-title{margin-bottom:12px;font-size:20px;line-height:1.3;font-weight:400;}
.site-footer p,.site-footer li,.site-footer a{font-size:17px;line-height:1.65;}
.site-footer li+li{margin-top:4px;}
.mk-footer-row--fallback{border-top:0;}
.mk-footer-fallback{padding-block:32px;}

/* Standard pages use the previous Studio scale rather than a new editorial
   system. Content remains wide unless the block itself requests a narrower width. */
.mk-standard-page{padding-block:48px 72px;}
.mk-standard-page .entry-header,.entry-header{margin-bottom:36px;}
.entry-title{font-size:var(--mk-page-heading-size,36px);line-height:1.15;letter-spacing:-.03em;}
.entry-header__intro,.archive-description{font-size:var(--mk-body-size,16px);line-height:1.6;}
.mk-visual-page--content>.entry-content{padding-block:40px 72px;}

@media(max-width:959px){
  .site-header__inner{min-height:54px;padding-block:7px;}
  .site-branding .custom-logo{max-height:38px;}
  .mk-header-rail{height:24px;}
}
@media(max-width:767px){
  .mk-header-rail{height:18px;}
  .mk-product-card__media{margin:0;}
  .mk-product-card__title{font-size:17px;}
  .mk-product-card__category{font-size:12px;}
  .mk-product-card__price{font-size:15px;}
  .mk-footer-grid{padding-block:26px;gap:var(--mk-footer-gap-mobile,26px);}
  .site-footer .widget-title{font-size:18px;}
  .site-footer p,.site-footer li,.site-footer a{font-size:16px;}
}


/* Sticky site header. */
.site-header,
header.site-header,
.mk-site-header{
  position:sticky;
  top:0;
  z-index:1000;
}

.admin-bar .site-header,
.admin-bar header.site-header,
.admin-bar .mk-site-header{
  top:32px;
}

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


/* ---- assets/css/woocommerce.css ---- */

/* Motokiwo Foundry WooCommerce presentation. */
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 32px;
  color: var(--mk-muted);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.woocommerce .woocommerce-breadcrumb span { padding-inline: 8px; }
.woocommerce-products-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .52fr);
  align-items: end;
  gap: clamp(28px, 6vw, 90px);
  max-width: none;
  margin-bottom: clamp(38px, 6vw, 78px);
  padding-top: 20px;
  border-top: 1px solid var(--mk-ink);
}
.woocommerce-products-header__title.page-title {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.1rem, 7vw, 6.7rem);
  line-height: .98;
}
.term-description {
  max-width: 560px;
  margin: 0 0 4px auto;
  color: var(--mk-muted);
  font-size: clamp(.98rem, 1.35vw, 1.12rem);
  line-height: 1.65;
}
.term-description > :last-child { margin-bottom: 0; }
.mk-woocommerce-main { padding-block: clamp(44px, 7vw, 104px) clamp(86px, 10vw, 150px); }
.single-product .mk-woocommerce-main { padding-top: clamp(28px, 4vw, 58px); }

/* Shop controls */
.mk-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 clamp(24px, 3vw, 34px);
  padding: 0;
  border: 0;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { float: none; margin: 0; }
.woocommerce .woocommerce-result-count { color: var(--mk-muted); font-size: .84rem; }
.woocommerce .woocommerce-ordering select { width: auto; min-height: 44px; padding: 8px 38px 8px 12px; background-color: var(--mk-card); border-color: var(--mk-line); font-size: .86rem; }

/* Product grid follows the actual available width. 220px is the useful card
   minimum and calc((100% - 66px) / 4) prevents more than four columns. */
.woocommerce ul.products,
.woocommerce-page ul.products {
  --mk-shop-card-gap: 22px;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, max(220px, calc((100% - 66px) / 4))), 1fr));
  gap: clamp(24px, 3.5vw, 46px) var(--mk-shop-card-gap);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none !important;
  clear: none !important;
  width: auto !important;
  min-width: 0;
  height: 100%;
  margin: 0 !important;
  padding: 0;
}
.woocommerce ul.products li.product .mk-product-card { height: 100%; }
.woocommerce ul.products li.product a { text-decoration: none; }
.woocommerce ul.products li.product .button { position: relative; z-index: 2; }

/* Single product hero */
.single-product .woocommerce-notices-wrapper:empty { display: none; }
.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  align-items: start;
  column-gap: clamp(42px, 6vw, 96px);
  row-gap: clamp(58px, 8vw, 110px);
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
}
.woocommerce div.product div.images { grid-column: 1; }
.woocommerce div.product div.summary {
  position: sticky;
  top: calc(var(--mk-header-height) + 24px);
  grid-column: 2;
  padding-top: 8px;
}
.admin-bar.woocommerce div.product div.summary { top: calc(var(--mk-header-height) + 56px); }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { background: var(--mk-surface); }
.woocommerce div.product div.images .woocommerce-product-gallery__image { background: var(--mk-surface); }
.woocommerce div.product div.images img { width: 100%; }
.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li { float: none; width: auto; margin: 0; background: var(--mk-surface); border: 1px solid transparent; }
.woocommerce div.product div.images .flex-control-thumbs li:hover,
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active { border-color: var(--mk-ink); opacity: 1; }
.woocommerce div.product .mk-single-product__category {
  margin: 0 0 12px;
  color: var(--mk-muted);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.woocommerce div.product .product_title {
  max-width: 12ch;
  margin: 0 0 17px;
  font-size: clamp(3rem, 5.7vw, 6.15rem);
  font-weight: 450;
  line-height: .98;
  letter-spacing: -.052em;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin: 0 0 26px;
  color: var(--mk-ink);
  font-size: clamp(1.24rem, 1.7vw, 1.6rem);
  font-weight: 500;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del { color: var(--mk-muted); font-size: .82em; opacity: 1; }
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins { background: transparent; text-decoration: none; }
.woocommerce-product-details__short-description {
  max-width: 590px;
  margin-bottom: 28px;
  color: color-mix(in srgb, var(--mk-ink) 82%, var(--mk-muted));
  font-size: 1.02rem;
  line-height: 1.72;
}
.woocommerce-product-details__short-description > :last-child { margin-bottom: 0; }
.woocommerce div.product form.cart {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin: 28px 0 0;
  padding-top: 25px;
  border-top: 1px solid var(--mk-line);
}
.woocommerce div.product form.cart.variations_form { display: block; }
.woocommerce div.product form.cart .variations { margin-bottom: 20px; }
.woocommerce div.product form.cart .variations tbody,
.woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td { display: block; width: 100%; }
.woocommerce div.product form.cart .variations tr + tr { margin-top: 16px; }
.woocommerce div.product form.cart .variations th { padding: 0 0 8px; text-align: left; }
.woocommerce div.product form.cart .variations td { padding: 0; }
.woocommerce div.product form.cart .variations label { font-size: .76rem; font-weight: 600; letter-spacing: .075em; text-transform: uppercase; }
.woocommerce div.product form.cart .variations select { width: 100%; min-width: 0; margin: 0; }
.woocommerce div.product form.cart .reset_variations { display: inline-block; margin-top: 9px; color: var(--mk-muted); font-size: .78rem; }
.woocommerce div.product .single_variation_wrap { margin-top: 18px; }
.woocommerce div.product .woocommerce-variation-price { margin-bottom: 15px; }
.woocommerce div.product .woocommerce-variation-description { margin-bottom: 16px; color: var(--mk-muted); font-size: .9rem; }
.woocommerce .quantity .qty { width: 82px; min-height: 52px; text-align: center; }
.woocommerce div.product form.cart .button,
.woocommerce div.product .single_add_to_cart_button { min-height: 52px; flex: 1; padding-inline: 24px; }
.woocommerce div.product form.cart .group_table { width: 100%; }
.woocommerce div.product form.cart .group_table td { padding: 12px 8px; border-bottom: 1px solid var(--mk-line); vertical-align: middle; }
.woocommerce div.product .product_meta {
  display: grid;
  gap: 7px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid var(--mk-line);
  color: var(--mk-muted);
  font-size: .78rem;
}
.woocommerce div.product .product_meta a { color: var(--mk-ink); }
.mk-purchase-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--mk-line);
  font-size: .82rem;
}
.mk-purchase-links a { text-decoration: none; border-bottom: 1px solid var(--mk-line-strong); }
.mk-purchase-links a:hover { border-color: var(--mk-ink); }
.woocommerce span.onsale {
  z-index: 5;
  top: 14px;
  left: 14px;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 7px 10px;
  color: var(--mk-ink);
  background: var(--mk-accent);
  border-radius: 0;
  font-size: .67rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .07em;
  text-transform: uppercase;
}

/* Common option plugins used for font license choices. */
.single-product .summary :where(.tm-extra-product-options, .tc-extra-product-options, .cpf-section, .wc-pao-addon-container, .yith-wapo-block) { margin-top: 22px; }
.single-product .summary :where(.tm-extra-product-options ul, .tc-extra-product-options ul, .cpf-type-radio ul, .wc-pao-addon-wrap, .yith-wapo-options) { margin: 0; padding: 0; list-style: none; }
.single-product .summary :where(.tmcp-field-wrap, .tc-mode-text, .wc-pao-addon-wrap label, .yith-wapo-option) {
  margin: 0 0 9px !important;
  padding: 13px 14px !important;
  background: var(--mk-card);
  border: 1px solid var(--mk-line) !important;
}
.single-product .summary :where(.tmcp-field-wrap, .wc-pao-addon-wrap label, .yith-wapo-option):hover { border-color: var(--mk-ink) !important; }
.single-product .summary input[type="radio"],
.single-product .summary input[type="checkbox"] { accent-color: var(--mk-ink); }

/* Tabs and long-form product content */
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products,
.woocommerce div.product .up-sells { grid-column: 1 / -1; min-width: 0; }
.woocommerce div.product .woocommerce-tabs .panel > h2:first-child { display: none; }
.woocommerce div.product .woocommerce-tabs .panel > :where(p, ul, ol, table):not(.mkfm-preview):not(.mkfm-font-info):not(.mkfm-glyphs) { max-width: 860px; }
.woocommerce div.product .woocommerce-tabs .panel table { border-collapse: collapse; }
.woocommerce div.product .woocommerce-tabs .panel table th,
.woocommerce div.product .woocommerce-tabs .panel table td { padding: 13px 15px; border: 1px solid var(--mk-line); text-align: left; }
.related.products,
.up-sells { margin-top: 0; padding-top: clamp(18px, 3vw, 34px); border-top: 1px solid var(--mk-ink); }
.related.products > h2,
.up-sells > h2 { margin-bottom: 28px; font-size: clamp(2rem, 4vw, 3.65rem); }

/* Font preview module, visually integrated with the product page. */
.woocommerce .mkfm-preview { margin-bottom: 0; }
.woocommerce .mkfm-preview__toolbar { padding: 18px; background: var(--mk-surface); border: 1px solid var(--mk-line); }
.woocommerce .mkfm-preview__text { min-height: 48px; padding-inline: 12px !important; background: var(--mk-card) !important; border: 1px solid var(--mk-line-strong) !important; }
.woocommerce .mkfm-preview__sizes { gap: 2px; }
.woocommerce .mkfm-preview__size { min-height: 42px; padding: 8px 11px; border: 1px solid transparent; }
.woocommerce .mkfm-preview__size.is-active { background: var(--mk-ink); color: var(--mk-paper); opacity: 1; }
.woocommerce .mkfm-preview__row { padding: clamp(24px, 4vw, 46px) 0; }
.woocommerce .mkfm-preview__sample { min-height: 1.9em; overflow-x: auto; overflow-y: visible; padding: .28em .05em .36em; line-height: 1.35; }
.woocommerce .mkfm-preview__description { max-width: 860px; margin-top: clamp(34px, 5vw, 68px); }
.woocommerce .mkfm-glyphs { color: var(--mk-ink); }
.woocommerce .mkfm-glyphs__toolbar,
.woocommerce .mkfm-font-info .mkfm-font-info__summary { background: var(--mk-surface); border-color: var(--mk-line); border-radius: 0; }
.woocommerce .mkfm-glyphs .mkfm-glyph,
.woocommerce .mkfm-font-info .mkfm-font-info__style { border-radius: 0; border-color: var(--mk-line); }

/* Notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin: 0 0 28px;
  padding: 18px 20px 18px 54px;
  color: var(--mk-ink);
  background: var(--mk-card);
  border: 1px solid var(--mk-line);
  border-top: 1px solid var(--mk-ink);
}
.woocommerce-message::before,
.woocommerce-info::before { color: #6f852e; }
.woocommerce-error::before { color: #a44236; }

/* Cart */
.woocommerce table.shop_table { width: 100%; border: 1px solid var(--mk-line); border-radius: 0; border-collapse: collapse; background: var(--mk-card); }
.woocommerce table.shop_table th,
.woocommerce table.shop_table td { padding: 16px; border-color: var(--mk-line); }
.woocommerce table.shop_table th { background: var(--mk-surface); font-size: .75rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.woocommerce-cart table.cart img { width: 96px; background: var(--mk-surface); }
.woocommerce-cart table.cart td.product-name a { font-size: 1.06rem; font-weight: 550; text-decoration: none; }
.woocommerce-cart table.cart td.actions .coupon { display: flex; gap: 8px; }
.woocommerce-cart table.cart td.actions .coupon .input-text { width: min(240px, 100%); min-height: 48px; }
.woocommerce .cart-collaterals { display: flex; justify-content: flex-end; margin-top: 38px; }
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals { float: none; width: min(100%, 540px); padding: 26px; background: var(--mk-card); border: 1px solid var(--mk-line); }
.woocommerce .cart-collaterals .cart_totals h2 { margin-bottom: 22px; font-size: 2rem; }
.woocommerce .cart-collaterals .wc-proceed-to-checkout { padding-bottom: 0; }
.woocommerce .cart-collaterals .checkout-button { width: 100%; }

/* Checkout */
.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .75fr);
  align-items: start;
  gap: clamp(38px, 6vw, 82px);
}
.woocommerce-checkout #customer_details { min-width: 0; }
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { grid-column: 2; }
.woocommerce-checkout #order_review_heading { grid-row: 1; margin: 0 0 18px; font-size: 2rem; }
.woocommerce-checkout #order_review { grid-row: 2; position: sticky; top: calc(var(--mk-header-height) + 24px); padding: 24px; background: var(--mk-card); border: 1px solid var(--mk-line); }
.woocommerce form .form-row { margin: 0 0 17px; padding: 0; }
.woocommerce form .form-row label { margin-bottom: 7px; font-size: .84rem; }
.woocommerce form .form-row .required { color: #9a4036; }
.select2-container .select2-selection--single { height: 50px; border-color: var(--mk-line-strong); border-radius: 0; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 48px; padding-left: 13px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 48px; }
.woocommerce-checkout #payment { background: var(--mk-surface); border-radius: 0; }
.woocommerce-checkout #payment div.payment_box { background: var(--mk-card); }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--mk-card); }
.woocommerce-checkout #payment .place-order .button { width: 100%; }

/* Account and auth */
.woocommerce-account.logged-in .woocommerce { display: grid; grid-template-columns: minmax(240px, 280px) minmax(0, 1fr); gap: clamp(32px, 4vw, 56px); align-items: start; }
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after { display: none; }
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation { position: sticky; top: calc(var(--mk-header-height) + 24px); float: none; width: 100%; max-width: none; min-width: 0; }
.woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--mk-ink); }
.woocommerce-MyAccount-navigation li { border-bottom: 1px solid var(--mk-line); }
.woocommerce-MyAccount-navigation a { display: block; padding: 13px 2px; text-decoration: none; }
.woocommerce-MyAccount-navigation li.is-active a { padding-left: 12px; background: var(--mk-surface); font-weight: 600; }
.woocommerce-account.logged-in .woocommerce-MyAccount-content { float: none; width: 100%; max-width: none; min-width: 0; }
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register { padding: clamp(22px, 4vw, 38px); background: var(--mk-card); border: 1px solid var(--mk-line); border-radius: 0; }
.woocommerce .col2-set { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 5vw, 64px); }
.woocommerce .col2-set::before,
.woocommerce .col2-set::after { display: none; }
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 { float: none; width: auto; }

/* Empty states */
.woocommerce-info .button,
.woocommerce-message .button { min-height: 38px; padding: 7px 13px; }
.woocommerce .return-to-shop { margin-top: 28px; }

@media (max-width: 1040px) {
  .woocommerce-products-header { grid-template-columns: 1fr; }
  .term-description { margin-left: 0; }
  .woocommerce div.product { grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); column-gap: 38px; }
  .woocommerce div.product .product_title { font-size: clamp(2.7rem, 6vw, 4.8rem); }
  .woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review { grid-column: 1; grid-row: auto; }
  .woocommerce-checkout #order_review { position: static; }
}

@media (max-width: 800px) {
  .mk-shop-toolbar { align-items: flex-start; flex-direction: column; }
  .woocommerce div.product { display: block; }
  .woocommerce div.product div.images { margin-bottom: 38px; }
  .woocommerce div.product div.summary { position: static; }
  .woocommerce div.product .product_title { max-width: none; }
  .woocommerce div.product .related.products,
  .woocommerce div.product .up-sells { margin-top: 70px; }
  .woocommerce-account.logged-in .woocommerce { grid-template-columns: 1fr; }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation { position: static; }
  .woocommerce-MyAccount-navigation ul { display: flex; overflow-x: auto; border-bottom: 1px solid var(--mk-line); }
  .woocommerce-MyAccount-navigation li { flex: 0 0 auto; border-bottom: 0; }
  .woocommerce-MyAccount-navigation a { padding: 12px 14px; white-space: nowrap; }
  .woocommerce .col2-set { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .woocommerce-products-header__title.page-title { font-size: clamp(2.8rem, 15vw, 4.4rem); }
  .woocommerce ul.products,
  .woocommerce-page ul.products { --mk-shop-card-gap: 12px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr)); gap: 20px var(--mk-shop-card-gap); }
  .woocommerce div.product form.cart { flex-wrap: wrap; }
  .woocommerce div.product form.cart .button { min-width: calc(100% - 92px); }
  .woocommerce-cart table.cart,
  .woocommerce-cart table.cart tbody,
  .woocommerce-cart table.cart tr,
  .woocommerce-cart table.cart td { display: block; width: 100%; }
  .woocommerce-cart table.cart thead { display: none; }
  .woocommerce-cart table.cart tr.cart_item { padding: 14px; border-bottom: 1px solid var(--mk-line); }
  .woocommerce-cart table.cart td { padding: 8px 0; border: 0; text-align: right !important; }
  .woocommerce-cart table.cart td::before { float: left; font-weight: 600; }
  .woocommerce-cart table.cart td.product-thumbnail { text-align: left !important; }
  .woocommerce-cart table.cart td.product-thumbnail::before { display: none; }
  .woocommerce-cart table.cart td.actions { padding: 16px 0 0; }
  .woocommerce-cart table.cart td.actions .coupon { display: grid; grid-template-columns: 1fr; }
  .woocommerce-cart table.cart td.actions .coupon .input-text { width: 100%; }
}

@media (max-width: 420px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products { grid-template-columns: 1fr; }
}

/* Explicitly override WooCommerce button/list defaults. */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 11px 20px;
  color: var(--mk-paper);
  background: var(--mk-ink);
  border: 1px solid var(--mk-ink);
  border-radius: 0;
  font-weight: 550;
  line-height: 1.2;
  transition: color var(--mk-transition), background-color var(--mk-transition), border-color var(--mk-transition);
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  color: var(--mk-ink);
  background: var(--mk-accent);
  border-color: var(--mk-accent);
}
.woocommerce div.product div.images .flex-control-thumbs { list-style: none; }
.woocommerce div.product .woocommerce-variation-add-to-cart { display: flex; align-items: stretch; gap: 10px; }

/* ========================================================================
   Motokiwo 2.2 store parity layer
   ======================================================================== */
.mk-woocommerce-main {
  padding-block: clamp(58px, 5.3vw, 80px) clamp(78px, 7vw, 110px);
}
.single-product .mk-woocommerce-main { padding-top: clamp(38px, 4vw, 58px); }
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 34px;
  color: var(--mk-muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .09em;
  line-height: 1.5;
  text-transform: uppercase;
}
.woocommerce .woocommerce-breadcrumb span { padding-inline: 7px; }
.woocommerce-products-header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(240px,.46fr);
  align-items: end;
  gap: clamp(28px,4vw,64px);
  max-width: none;
  margin: 0 0 34px;
  padding: 0;
  border: 0;
}
.woocommerce-products-header::before { display:none; content:none; }
.woocommerce-products-header__title.page-title {
  max-width: 18ch;
  margin: 0;
  color:#111;
  font-size: clamp(42px,5vw,70px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.05em;
}
.term-description {
  max-width: 440px;
  margin: 0 0 4px auto;
  color: #696965;
  font-size: 14px;
  line-height: 1.55;
}
.mk-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}
.woocommerce .woocommerce-result-count { color: var(--mk-muted); font-size: 12px; }
.woocommerce .woocommerce-ordering select {
  width: auto;
  min-height: 38px;
  padding: 6px 34px 6px 8px;
  background-color: var(--mk-card);
  border: 0;
  border-radius: 7px;
  box-shadow: 0 1px 2px rgba(17,18,20,.03), 0 6px 18px rgba(17,18,20,.05);
  font-size: 12px;
}

/* Four is the maximum. CSS reduces it naturally from actual width. */
.woocommerce ul.products,
.woocommerce-page ul.products {
  --mk-shop-card-gap: 12px;
  display: grid !important;
  grid-template-columns: repeat(auto-fit,minmax(min(100%,max(230px,calc((100% - (3 * var(--mk-shop-card-gap))) / 4))),1fr));
  gap: 14px var(--mk-shop-card-gap);
  width: 100%;
  margin: 0;
  padding: 0;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product { height: auto; }
.woocommerce nav.woocommerce-pagination { margin-top: 44px; text-align:center; }
.woocommerce nav.woocommerce-pagination ul { display:inline-flex; align-items:center; gap:4px; margin:0; padding:6px; border:0; border-radius:10px; background:#fff; box-shadow:0 1px 2px rgba(17,18,20,.025),0 10px 28px rgba(17,18,20,.05); }
.woocommerce nav.woocommerce-pagination ul li { border:0; margin:0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display:grid;
  place-items:center;
  min-width:36px;
  min-height:36px;
  padding:6px 9px;
  border:0;
  border-radius:7px;
  background:transparent;
  color:var(--mk-ink);
  font-size:12px;
  line-height:1;
}
.woocommerce nav.woocommerce-pagination ul li a:hover { background:#f1f1ef; }
.woocommerce nav.woocommerce-pagination ul li span.current { color:#fff; background:var(--mk-ink); }

/* Product page — familiar side-by-side store layout, not a generic landing page. */
.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(330px,.82fr);
  align-items: start;
  column-gap: var(--mk-product-gap,32px);
  row-gap: clamp(48px,6vw,82px);
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary { float: none; width: auto; min-width: 0; margin: 0; }
.woocommerce div.product div.images { grid-column: 1; }
.woocommerce div.product div.summary {
  position: static;
  grid-column: 2;
  padding-top: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images .woocommerce-product-gallery__image { background: transparent; }
.woocommerce div.product div.images .woocommerce-product-gallery__image {
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 14px;
  border: 1px solid var(--mk-line);
}
.woocommerce div.product div.images .woocommerce-product-gallery__image + .woocommerce-product-gallery__image { margin-top: 12px; }
.woocommerce div.product div.images img { width: 100%; height: auto; object-fit: contain; }
.woocommerce div.product div.images .flex-control-thumbs { gap: 9px; margin-top: 9px; }
.woocommerce div.product div.images .flex-control-thumbs li { background: #fff; border-color: var(--mk-line); }
.woocommerce div.product .mk-single-product__category {
  margin: 0 0 11px;
  color: var(--mk-muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.woocommerce div.product .product_title {
  max-width: 17ch;
  margin: 0 0 15px;
  font-size: var(--mk-product-title-size,36px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.038em;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin: 0 0 22px;
  color: var(--mk-ink);
  font-size: 20px;
  font-weight: 400;
}
.woocommerce-product-details__short-description {
  max-width: 560px;
  margin-bottom: 24px;
  color: #555951;
  font-size: 14px;
  line-height: 1.65;
}
.woocommerce div.product form.cart {
  gap: 8px;
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--mk-line);
}
.woocommerce .quantity .qty { width: 72px; min-height: 46px; }
.woocommerce div.product form.cart .button,
.woocommerce div.product .single_add_to_cart_button { min-height: 46px; padding: 10px 18px; }
.woocommerce div.product .product_meta {
  gap: 5px;
  margin-top: 19px;
  padding-top: 16px;
  color: var(--mk-muted);
  font-size: 11px;
}
.mk-purchase-links { display: none !important; }
.woocommerce span.onsale {
  top: 12px;
  left: 12px;
  padding: 6px 8px;
  font-size: 9px;
}

/* Native license variation choices from the established product page. */
.mk-native-variation-form .variations select,
.mk-native-variation-form .variations th.label,
.mk-native-variation-form .variations td.label { display: none !important; }
.single-product .summary .mk-native-variation-form .variations,
.single-product .summary .mk-native-variation-form .variations tbody,
.single-product .summary .mk-native-variation-form .variations tr,
.single-product .summary .mk-native-variation-form .variations td.value { display: block; width: 100%; max-width: none; padding: 0; }
.mk-license-options { min-width: 0; width: 100%; margin: 0 0 20px; padding: 0; border: 0; }
.mk-license-options legend { float: none; width: 100%; margin: 0 0 8px; padding: 0; border: 0; font-size: 12px; }
.single-product .summary .mk-native-variation-form .variations .mk-license-option {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 43px;
  margin: 0;
  padding: 9px 0 6px;
  border-bottom: 1px solid var(--mk-line);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.mk-license-option input[type="radio"] { position: static !important; flex: 0 0 16px; width: 16px; height: 16px; margin: 0; opacity: 1 !important; appearance: auto !important; }
.mk-license-option .mk-license-name { flex: 1; min-width: 0; font-weight: 500; overflow-wrap: anywhere; }
.mk-license-option .mk-license-price { flex: 0 0 auto; font-size: 14px; font-style: normal; text-align: right; white-space: nowrap; }
.mk-license-option.is-unavailable { cursor: not-allowed; opacity: .42; }
.single-product .summary .variations_form .reset_variations { display: none !important; }

/* Tabs and font-preview content keep the original compact scale. */
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products,
.woocommerce div.product .up-sells { grid-column: 1 / -1; }
.woocommerce div.product .woocommerce-tabs .panel > h2:first-child { margin-bottom: 22px; font-size: 30px; }
.woocommerce div.product .related.products,
.woocommerce div.product .up-sells { margin-top: clamp(58px,6vw,88px); }
.woocommerce div.product .related.products > h2,
.woocommerce div.product .up-sells > h2 { margin-bottom: 24px; font-size: 32px; font-weight: 400; }

/* Buttons remain restrained and square. */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 46px;
  padding: 10px 18px;
  color: #fff;
  background: var(--mk-ink);
  border: 1px solid var(--mk-ink);
  border-radius: 0;
  font-size: 13px;
  font-weight: 400;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover { color: var(--mk-ink); background: var(--mk-accent); border-color: var(--mk-accent); }

/* Cart, checkout and account use the same moderate heading scale. */
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-checkout #order_review_heading,
.woocommerce-account h2 { font-size: 28px; font-weight: 400; }
.woocommerce table.shop_table th { font-size: 11px; }

@media (max-width: 1040px) {
  .woocommerce-products-header { grid-template-columns: 1fr; }
  .term-description { margin-left: 0; }
  .woocommerce div.product { grid-template-columns: minmax(0,1fr) minmax(300px,.82fr); }
}
@media (max-width: 800px) {
  .mk-woocommerce-main { padding-block: 42px 78px; }
  .woocommerce-products-header { padding-top: 26px; }
  .woocommerce div.product { display: block; }
  .woocommerce div.product div.images { margin-bottom: 34px; }
  .woocommerce div.product .product_title { max-width: none; font-size: var(--mk-product-title-mobile,28px); }
  .woocommerce div.product .related.products,
  .woocommerce div.product .up-sells { margin-top: 58px; }
}
@media (max-width: 600px) {
  .woocommerce-products-header__title.page-title { font-size: 30px; }
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    --mk-shop-card-gap: 10px;
    grid-template-columns: repeat(auto-fit,minmax(min(100%,170px),1fr));
    gap: 14px var(--mk-shop-card-gap);
  }
  .mk-shop-toolbar { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 390px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products { grid-template-columns: 1fr; }
}

/* Storefront shop/product geometry. */
.mk-woocommerce-main{padding-block:64px 80px;}
.single-product .mk-woocommerce-main{padding-top:48px;}

/* Let the real available width choose columns. At the original 1320px content
   width this naturally fits five cards; it then drops to four/three/two/one. */
.woocommerce ul.products,.woocommerce-page ul.products{
  --mk-shop-card-gap:12px;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))!important;
  gap:12px var(--mk-shop-card-gap)!important;
}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{min-width:0;}

/* Keep archive controls quiet; the original storefront did not use an oversized
   commerce hero or large sorting strip. */
.woocommerce-products-header{
  display:block;
  margin:0 0 28px;
  padding:0;
  border:0;
}
.woocommerce-products-header__title.page-title{
  max-width:none;
  margin:0;
  font-size:var(--mk-page-heading-size,36px);
  font-weight:400;
  line-height:1.15;
  letter-spacing:-.03em;
}
.term-description{max-width:760px;margin:14px 0 0;font-size:14px;line-height:1.6;}
.mk-shop-toolbar{margin:0 0 24px;padding:0;border:0;}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{font-size:13px;}

/* Single product follows the old restrained two-column store layout. */
.woocommerce div.product{
  grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);
  column-gap:48px;
  row-gap:54px;
}
.woocommerce div.product div.summary{position:static;padding-top:0;}
.admin-bar.woocommerce div.product div.summary{top:auto;}
.woocommerce div.product .mk-single-product__category{
  margin:0 0 10px;
  font-size:11px;
  letter-spacing:.09em;
}
.woocommerce div.product .product_title{
  max-width:none;
  margin:0 0 14px;
  font-size:var(--mk-product-title-size,36px);
  font-weight:400;
  line-height:1.12;
  letter-spacing:-.035em;
}
.woocommerce div.product p.price,.woocommerce div.product span.price{
  margin:0 0 22px;
  font-size:20px;
  font-weight:400;
}
.woocommerce-product-details__short-description{margin-bottom:24px;font-size:15px;line-height:1.65;}
.woocommerce div.product form.cart{margin-top:24px;padding-top:20px;}
.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .related.products,.woocommerce div.product .up-sells{
  grid-column:1/-1;
}
.woocommerce div.product .related.products,.woocommerce div.product .up-sells{
  margin-top:48px;
}
.related.products,.up-sells{padding-top:24px;}
.related.products>h2,.up-sells>h2{margin-bottom:24px;font-size:30px;font-weight:400;}

@media(max-width:800px){
  .mk-woocommerce-main{padding-block:46px 68px;}
  .woocommerce div.product{display:block;}
  .woocommerce div.product div.images{margin-bottom:32px;}
  .woocommerce div.product .product_title{font-size:var(--mk-product-title-mobile,28px);}
}
@media(max-width:600px){
  .woocommerce ul.products,.woocommerce-page ul.products{
    --mk-shop-card-gap:10px;
    grid-template-columns:repeat(auto-fit,minmax(min(100%,160px),1fr))!important;
    gap:10px!important;
  }
}


/* Main summary price is shown only after a license variation is chosen. */
.single-product .summary .mk-selected-variation-price[hidden]{display:none!important}
.single-product .summary .mk-native-variation-form .woocommerce-variation-price{display:none!important}


/*
 * Structural no-gap product layout.
 *
 * The gallery and existing Preview Text / Font Info / Glyph tabs are now in
 * one media column. The purchase summary is an independent sibling column, so
 * its height can no longer create empty space below the gallery.
 */

/* Wide and landscape-tablet widths. */
@media (min-width: 960px) {
  body.single-product .woocommerce div.product {
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);
    align-items:start;
    column-gap:clamp(34px,4.5vw,64px);
    row-gap:0;
  }

  body.single-product .woocommerce div.product > .mk-product-media-column {
    grid-column:1;
    min-width:0;
    width:100%;
  }

  body.single-product .woocommerce div.product > div.summary {
    grid-column:2;
    min-width:0;
    width:auto;
    margin:0;
    align-self:start;
    position:static;
  }

  body.single-product .woocommerce div.product > .mk-product-media-column > div.images {
    float:none;
    width:100%;
    min-width:0;
    margin:0;
  }

  body.single-product .woocommerce div.product > .mk-product-media-column > .woocommerce-tabs {
    width:100%;
    min-width:0;
  }

  body.single-product .woocommerce div.product > .related.products,
  body.single-product .woocommerce div.product > .up-sells {
    grid-column:1 / -1;
    width:100%;
    min-width:0;
    margin-top:clamp(64px,7vw,100px);
  }

  body.single-product .woocommerce div.product > .mk-product-media-column > .woocommerce-tabs .panel,
  body.single-product .woocommerce div.product > .mk-product-media-column > .woocommerce-tabs .woocommerce-Tabs-panel {
    min-width:0;
    max-width:100%;
    overflow-wrap:anywhere;
  }
}

/*
 * Narrow widths.
 * display:contents lets the gallery and tabs participate directly in the
 * one-column product grid, so the purchase summary can sit between them.
 */
@media (max-width: 959px) {
  body.single-product .woocommerce div.product {
    display:grid;
    grid-template-columns:minmax(0,1fr);
    row-gap:0;
  }

  body.single-product .woocommerce div.product > .mk-product-media-column {
    display:contents;
  }

  body.single-product .woocommerce div.product > .mk-product-media-column > div.images {
    grid-column:1;
    order:1;
    float:none;
    width:100%;
    margin:0 0 32px;
  }

  body.single-product .woocommerce div.product > div.summary {
    grid-column:1;
    order:2;
    width:100%;
    margin:0;
    position:static;
  }

  body.single-product .woocommerce div.product > .mk-product-media-column > .woocommerce-tabs {
    grid-column:1;
    order:3;
    width:100%;
    min-width:0;
  }

  body.single-product .woocommerce div.product > .up-sells {
    grid-column:1;
    order:4;
    width:100%;
  }

  body.single-product .woocommerce div.product > .related.products {
    grid-column:1;
    order:5;
    width:100%;
  }
}




/* Purchase column stays in normal flow. */
body.single-product .woocommerce div.product > div.summary{
  position:static;
  top:auto;
  height:auto;
  max-height:none;
  overflow:visible;
}


/* ---- assets/css/storefront.css ---- */



/* ==========================================================================
   Compatibility baseline
   ========================================================================== */

/* Current Motokiwo storefront: shared geometry and responsive navigation. */
:root{--mk-topbar-bg:#252830;--mk-topbar-text:#f9f9f9}
body{background:var(--mk-paper,#f9f9f9);color:var(--mk-ink,#222);font-size:16px;line-height:1.65}
.mk-container{width:min(90%,var(--mk-site-width,1296px))}
.mk-topbar{background:var(--mk-topbar-bg);color:var(--mk-topbar-text);font-size:14px}
.mk-topbar__inner{min-height:46px;display:flex;align-items:center;gap:24px}
.mk-topbar a{color:inherit;text-decoration:none}
.mk-topbar__social{display:flex;gap:16px;align-items:center;flex-shrink:0}
.mk-topbar__social a{display:flex;align-items:center;justify-content:center;min-width:20px;min-height:28px}
.mk-topbar__social svg{width:18px;height:18px}
.mk-topbar__title{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mk-inline-search{display:flex;align-items:center;gap:6px;margin:0;background:#f2f2f2;border-radius:3px;color:#555;width:150px;height:28px;padding:0 8px}
.mk-inline-search input[type=search]{min-width:0;width:100%;height:28px;min-height:0;padding:0;border:0;background:transparent;box-shadow:none;font:inherit;font-size:12px;color:inherit;outline-offset:3px}
.mk-inline-search button{display:flex;flex-shrink:0;background:transparent;border:0;padding:0;color:inherit;box-shadow:none}
.mk-inline-search svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.5}
.site-header{border-bottom:1px solid #e5e5e5;box-shadow:none}
.site-header__inner{min-height:74px;padding-block:12px;display:flex;gap:32px}
.site-branding .custom-logo{width:var(--mk-logo-width,160px);max-width:180px;max-height:40px;height:auto}
.primary-navigation{display:block;margin-left:auto}
.primary-navigation__menu{gap:34px}
.primary-navigation__menu>li>a{font-size:18px;font-weight:400;letter-spacing:0}
.site-header__actions:empty{display:none}
.site-header__menu-toggle{display:none;margin-left:auto}
.mobile-navigation:not([open]){display:none}
.mobile-navigation{position:fixed;inset:0 0 0 auto;margin:0;width:min(280px,calc(100% - 60px));height:100dvh;max-height:none;max-width:none;padding:24px 20px;border:0;box-shadow:none;overflow:auto;background:#fff;color:#222}
.mobile-navigation::backdrop{background:rgba(24,27,34,.65)}
.mobile-navigation__close{float:right;width:32px;height:32px;margin:-12px -12px 0 0}
.mobile-navigation__menu{clear:both;padding:0;margin:0;list-style:none}
.mobile-navigation__menu a{font-size:20px;padding:12px 0;border:0;line-height:1.2;text-decoration:none}
.mobile-navigation .mk-inline-search{width:100%;height:44px;margin-top:28px;background:transparent;padding:0;border-radius:0}
.mobile-navigation .mk-inline-search input[type=search]{font-size:18px;height:44px}
.mobile-navigation .mk-inline-search button{width:28px;height:44px;align-items:center}
.mobile-navigation .mk-inline-search svg{width:24px;height:24px}
.has-open-menu{overflow:hidden}
@media(max-width:767px){
 .mk-topbar,.primary-navigation{display:none}
 .mk-container,.site-header__inner{width:calc(100% - 32px)}
 .site-header__inner{min-height:82px;padding-block:20px;gap:12px}
 .site-header__menu-toggle{display:inline-flex}
 .site-branding .custom-logo{width:150px}
}

/* Catalogue / related font specimens — static, softly shaded and typography-led. */
body.woocommerce.archive .site-main,body.post-type-archive-product .site-main,body.tax-product_cat .site-main,body.tax-product_tag .site-main{background:#f3f3f1}
body.woocommerce.archive .mk-woocommerce-main,body.post-type-archive-product .mk-woocommerce-main,body.tax-product_cat .mk-woocommerce-main,body.tax-product_tag .mk-woocommerce-main{color:#111214}
.mk-product-card{border:0;border-radius:10px;background:#fff;box-shadow:0 1px 2px rgba(17,18,20,.025),0 14px 36px rgba(17,18,20,.05)!important;overflow:hidden}
.mk-product-card__media{position:relative;aspect-ratio:3/2;margin:0;background:#ececea;border:0;overflow:hidden}
.mk-product-card__media img{width:100%;height:100%;object-fit:contain;transform:none!important}
.mk-product-card__body{display:grid;grid-template-columns:1fr;gap:10px;padding:18px 20px 22px;align-items:start}
.mk-product-card__title{font-size:clamp(20px,1.65vw,25px);font-weight:450;line-height:1.08;letter-spacing:-.03em;white-space:normal;overflow:visible;margin:0 0 6px}
.mk-product-card__title a{color:inherit;text-decoration:none}
.mk-product-card__category{font-size:12px;font-weight:400;line-height:1.4;letter-spacing:0;text-transform:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:0;color:#73736f}
.mk-product-card__category a{color:inherit;text-decoration:none}
.mk-product-card__price{display:block!important;position:static!important;opacity:1!important;visibility:visible!important;font-size:15px;font-weight:550;white-space:nowrap;line-height:1.3;color:#111214;padding:2px 0 0;font-variant-numeric:tabular-nums}
.mk-product-card__price .amount,.mk-product-card__price bdi{font-size:inherit;color:inherit}
.mk-product-card__price del{font-size:.78em;color:#858580}
.mk-product-card__price ins{background:none;text-decoration:none}
.woocommerce ul.products,.woocommerce-page ul.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:34px 24px!important}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none}
.woocommerce ul.products li.product{float:none;width:auto;margin:0!important;padding:0}
.woocommerce .related ul.products,.woocommerce .up-sells ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
@media(min-width:1200px){
 .woocommerce ul.products,.woocommerce-page ul.products,.woocommerce .related ul.products,.woocommerce .up-sells ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important}
 .woocommerce ul.products:has(>li.product:nth-child(1):last-child),.woocommerce-page ul.products:has(>li.product:nth-child(1):last-child){grid-template-columns:minmax(0,1fr)!important}
 .woocommerce ul.products:has(>li.product:nth-child(2):last-child),.woocommerce-page ul.products:has(>li.product:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .woocommerce ul.products:has(>li.product:nth-child(3):last-child),.woocommerce-page ul.products:has(>li.product:nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(min-width:992px) and (max-width:1199px){
 .woocommerce ul.products:has(>li.product:nth-child(4):last-child),.woocommerce-page ul.products:has(>li.product:nth-child(4):last-child),.woocommerce .related ul.products:has(>li.product:nth-child(4):last-child),.woocommerce .up-sells ul.products:has(>li.product:nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
.mk-woocommerce-main{padding-block:58px 112px}
.woocommerce-products-header{margin-bottom:34px}
.woocommerce-products-header__title.page-title{max-width:18ch;font-size:clamp(42px,5vw,70px);font-weight:400;line-height:.98;letter-spacing:-.05em;color:#111214}
.mk-shop-toolbar{margin:0 0 34px;padding:0;display:flex;align-items:center;justify-content:space-between;gap:20px;border:0}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin:0;color:#73736f;font-size:12px;line-height:1.4}
.woocommerce .woocommerce-ordering select{min-height:40px;min-width:200px;font-size:12px;font-family:inherit;border:0;border-radius:7px;background:#fff;color:#111214;padding:8px 34px 8px 12px;box-shadow:0 1px 2px rgba(17,18,20,.03),0 6px 18px rgba(17,18,20,.05)}
@media(max-width:991px){
 .woocommerce ul.products,.woocommerce-page ul.products,.woocommerce .related ul.products,.woocommerce .up-sells ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 20px!important}
 .mk-product-card__title{font-size:20px}.mk-product-card__category{font-size:12px}.mk-product-card__price{font-size:14px}
}
@media(max-width:640px){
 .woocommerce ul.products,.woocommerce-page ul.products,.woocommerce .related ul.products,.woocommerce .up-sells ul.products{grid-template-columns:1fr!important;gap:24px!important}
 .mk-shop-toolbar{align-items:stretch;flex-direction:column;gap:12px;margin-bottom:28px}
 .woocommerce .woocommerce-ordering select{width:100%;min-width:0}
 .mk-product-card__body{gap:16px;padding:16px 17px 20px}
}

/* Product purchase panel and native license list. */
.single-product .mk-woocommerce-main{padding-top:40px}
.woocommerce div.product{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:32px;align-items:start}
.woocommerce div.product div.images{width:auto!important;float:none!important;margin:0;min-width:0;border:1px solid #eee;background:#fff;padding:15px;position:relative}
.woocommerce div.product div.summary{width:auto!important;float:none!important;margin:0;min-width:0;padding:12px 28px 28px;border:1px solid #eee;background:#fff;position:static}
.woocommerce div.product .product_title{font-size:var(--mk-product-title-size,24px);font-weight:700;line-height:1.4;letter-spacing:0;border-bottom:2px solid #eee;padding:0 0 12px;margin:0 0 28px}
.woocommerce div.product.product-type-variable .summary>p.price{display:none}
.woocommerce div.product form.cart{border:0;padding:0;margin:24px 0 0}
.woocommerce div.product form.cart .variations{border:0;margin:0}
.single-product .summary .mk-native-variation-form .variations .mk-license-option{display:flex;align-items:center;gap:12px;min-height:44px;padding:10px 0 7px;font-size:16px;font-weight:400;line-height:1.4;border-bottom:1px solid #ddd}
.mk-license-option .mk-license-name{font-weight:400;overflow-wrap:normal}
.mk-license-option .mk-license-price{font-size:16px;font-weight:400;font-style:italic;line-height:1.4;white-space:nowrap}
.mk-license-option .mk-license-price .amount{font-size:inherit}
.mk-license-options legend{font-size:18px;margin:0 0 16px}
.mk-license-option input[type=radio]{accent-color:#252830;width:16px;height:16px;flex-basis:16px}
.mk-license-option.is-unavailable{opacity:.35}
.single-product .summary .mk-multi-attribute .reset_variations{display:inline-block!important;margin-top:12px}
.woocommerce div.product .single_variation .price{font-size:20px}
.woocommerce div.product form.cart .quantity{display:inline-flex;float:none;align-items:center;gap:0;border:1px solid #ddd;margin:0 12px 12px 0}
.woocommerce div.product form.cart .quantity input.qty{width:44px;min-height:44px;margin:0;padding:0;border:0;background:transparent;text-align:center;-moz-appearance:textfield}
.quantity input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.mk-quantity-step{width:32px;min-height:44px;border:0;background:transparent;color:#222;font-size:20px;padding:0;box-shadow:none}
.woocommerce div.product form.cart .single_add_to_cart_button{min-height:46px;border-radius:0;background:#252830;color:#fff;font-size:16px;font-weight:400;padding:12px 20px;float:none}
.woocommerce div.product .woocommerce-tabs{grid-column:1/-1}
.woocommerce div.product .related.products{grid-column:1/-1;margin-top:40px;padding-top:0}
.woocommerce div.product .related.products>h2{font-size:24px;letter-spacing:0;font-weight:400}
/* WooCommerce retains the image/lightbox and variation-image APIs. */
.woocommerce-product-gallery .flex-viewport{transition:height .25s ease}
.woocommerce-product-gallery .flex-control-nav{display:flex!important;justify-content:center;gap:8px;list-style:none;margin:18px 0 0!important;padding:0!important}
.woocommerce-product-gallery .flex-control-nav li{width:auto!important;margin:0!important;float:none!important}
.woocommerce-product-gallery .flex-control-nav a{display:block;width:8px;height:8px;border-radius:50%;background:#d2d2d2;text-indent:-9999px;overflow:hidden;cursor:pointer}
.woocommerce-product-gallery .flex-control-nav a.flex-active{background:#252830}
.woocommerce-product-gallery .flex-direction-nav{list-style:none;margin:0;padding:0}
.woocommerce-product-gallery .flex-direction-nav a{position:absolute;z-index:3;top:45%;width:36px;height:44px;background:rgba(255,255,255,.8);display:grid;place-items:center;color:#252830;font-size:0;text-decoration:none;opacity:0;transition:opacity .2s}
.woocommerce-product-gallery:hover .flex-direction-nav a,.woocommerce-product-gallery:focus-within .flex-direction-nav a{opacity:1}
.woocommerce-product-gallery .flex-prev{left:15px}.woocommerce-product-gallery .flex-next{right:15px}
.woocommerce-product-gallery .flex-prev::before{content:'‹';font-size:30px}.woocommerce-product-gallery .flex-next::before{content:'›';font-size:30px}
.mk-gallery-pause{display:block;margin:10px auto 0;padding:4px 0;border:0;border-bottom:1px solid #ddd;background:transparent;font:inherit;font-size:11px;color:#666}
@media(hover:none){.woocommerce-product-gallery .flex-direction-nav a{opacity:1}}
@media(max-width:767px){
 .woocommerce div.product{display:block}
 .woocommerce div.product div.images{margin-bottom:24px}
 .woocommerce div.product div.summary{padding:20px}
 .woocommerce div.product .product_title{font-size:24px}
}

/* Saved page carousels keep controls, motion, and full-size image links. */
.mk-slider{position:relative;min-width:0;margin-bottom:35px}
.mk-slider__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--mk-slides,1) - 1)*14px)/var(--mk-slides,1));gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;position:relative}
.mk-slider__track>*{scroll-snap-align:start;min-width:0;margin:0}
.mk-slider__track img{width:100%;height:auto}
.mk-slider[data-mk-slider=fade] .mk-slider__track{display:grid;grid-auto-flow:row;grid-template-columns:1fr;overflow:hidden}
.mk-slider[data-mk-slider=fade] .mk-slider__track>*{grid-area:1/1;opacity:0;visibility:hidden;transition:opacity .4s ease;pointer-events:none}
.mk-slider[data-mk-slider=fade] .mk-slider__track>*:first-child,
.mk-slider[data-mk-slider=fade] .mk-slider__track>.is-current{opacity:1;visibility:visible;pointer-events:auto}
.mk-slider__controls{display:flex;justify-content:center;align-items:center;gap:16px;padding:12px 0}
.mk-slider__controls button{background:none;border:0;color:inherit;cursor:pointer;padding:4px 8px;font:inherit;min-width:32px;min-height:32px}
.mk-slider__controls button:disabled{opacity:.3;cursor:default}
.mk-slider__controls [hidden]{display:none!important}
.mk-slider__dots{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:center}
.mk-slider__dots button{font-size:0;min-width:24px;min-height:24px;padding:8px}
.mk-slider__dots button::after{content:'';display:block;width:8px;height:8px;border-radius:50%;background:#ccc}
.mk-slider__dots button[aria-current=true]::after{background:#252830}
.mk-image-dialog{border:0;padding:40px 16px 16px;max-width:94vw;max-height:94dvh;background:#fff}
.mk-image-dialog::backdrop{background:rgba(0,0,0,.85)}
.mk-image-dialog img{max-height:82dvh;width:auto;max-width:100%;object-fit:contain}
.mk-image-dialog>button{position:absolute;right:8px;top:0;background:transparent;color:#222;font-size:28px;border:0;padding:0 8px}
@media(max-width:767px){.mk-slider{--mk-slides:1!important}}
@media(prefers-reduced-motion:reduce){.mk-slider__track>*,.woocommerce-product-gallery .flex-viewport{transition:none!important}}
.single-product .summary .mk-native-variation-form .variations .mk-license-option{text-transform:none;letter-spacing:0}
.woocommerce div.product .product_meta{display:none}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger{font-size:0!important}
.woocommerce div.product div.images{overflow:visible}
.woocommerce div.product .product_title{text-wrap:wrap;line-height:1.2}
.single-product .summary .mk-native-variation-form .variations .mk-license-option{font-size:19.2px;line-height:1.3}
.mk-license-option .mk-license-name{font-weight:700}
.mk-license-option .mk-license-price{font-size:17.28px;line-height:1.3}
.woocommerce div.product div.images .woocommerce-product-gallery__image{padding:0;border:0;margin-top:0!important;margin-bottom:0!important}
.woocommerce-product-gallery__wrapper::after{content:'';display:block;clear:both}
.woocommerce div.product div.images{height:auto!important}
.mk-product-guide{margin:0 0 32px}
.mk-product-guide__open{font-size:18px;color:inherit;text-decoration:underline}
.mk-product-guide__dialog{width:min(820px,94vw);max-width:94vw;max-height:90dvh;padding:32px;border:0;background:#fff;color:#222;overflow:auto}
.mk-product-guide__dialog::backdrop{background:rgba(0,0,0,.75)}
.mk-product-guide__dialog>[data-guide-close]{position:absolute;right:12px;top:4px;border:0;background:none;font-size:30px;color:inherit;padding:0 8px}
.mk-product-guide__dialog h2{font-size:28px;font-weight:400;margin:0 0 24px}
.mk-product-guide__dialog table{border-collapse:collapse;width:100%;font-size:16px}
.mk-product-guide__dialog th,.mk-product-guide__dialog td{padding:12px;border:1px solid #ddd;text-align:left;vertical-align:top;text-transform:none;letter-spacing:0}
.mk-product-guide__dialog p{font-size:18px;margin:24px 0 0}
@media(max-width:479px){.mk-product-guide__dialog{padding:32px 16px}.mk-product-guide__dialog table{font-size:14px}.mk-product-guide__dialog th,.mk-product-guide__dialog td{padding:8px}}
.mk-native-tabs [hidden],.mk-native-accordion [hidden]{display:none!important}
.mk-native-tab-list{display:flex;gap:24px;flex-wrap:wrap;border-bottom:1px solid #ddd;margin-bottom:24px}
.mk-native-tab-list button{font:inherit;font-size:18px;background:none;color:inherit;border:0;border-bottom:2px solid transparent;padding:10px 0}
.mk-native-tab-list button[aria-selected=true]{border-bottom-color:#252830}
.mk-native-accordion .mk-native-tab-title button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0;border:0;border-bottom:1px solid #ddd;background:none;font:inherit;color:inherit;text-align:left}
.mk-native-accordion .mk-native-tab-title button::after{content:'+';margin-left:16px}.mk-native-accordion .mk-native-tab-title button[aria-expanded=true]::after{content:'−'}
/* Preserve page-builder columns inside the same content margins as the live pages. */
.mk-visual-page--content>.entry-content{width:min(90%,var(--mk-site-width,1296px));margin-inline:auto}
.mk-visual-page--content :where(.vc_row,.wpb_row){width:calc(100% + 30px);max-width:none;margin-inline:-15px}
.mk-visual-page--content .mk-native-row[data-mk-stretch]{max-width:none}
.mk-visual-page--content>.entry-content>.alignfull{width:100vw;max-width:none;margin-left:calc(50% - 50vw)}
.mk-home .mk-home-section-head h2{font-size:38px;font-weight:500;letter-spacing:0}
@media(max-width:767px){
 .mk-visual-page--content>.entry-content{width:calc(100% - 32px)}
 .mk-home .mk-home-section-head h2{font-size:28px}
}
.woocommerce ul.products li.product .mk-product-card__title{font-size:22px;font-weight:400;line-height:1.25;padding:0;margin:0;letter-spacing:0;text-wrap:wrap}
.mk-woocommerce-main>.mk-container>.page-title{font-size:36px;font-weight:900;line-height:1.2;margin:0 0 12px;letter-spacing:0}
@media(max-width:991px){.woocommerce ul.products li.product .mk-product-card__title{font-size:18px}}
.mk-license-options legend{font-size:22px}
@media(min-width:768px) and (max-width:991px){
 .woocommerce div.product{display:block}
 .woocommerce div.product div.images{margin-bottom:24px}
 .woocommerce div.product div.summary{padding:24px 28px}
}

/* Keep fading slides in the same frame; never cancel FlexSlider's negative
   right margin, which prevents invisible images stacking below the first. */
.woocommerce-product-gallery__wrapper{position:relative;overflow:hidden;transition:height .4s ease}
.woocommerce div.product div.images{border:0}
.woocommerce-product-gallery .flex-control-nav{position:absolute;z-index:4;left:20px;right:20px;bottom:25px;margin:0!important;gap:5px;pointer-events:none}
.woocommerce-product-gallery .flex-control-nav li{pointer-events:auto}
.woocommerce-product-gallery .flex-control-nav a{width:8px;height:8px;background:rgba(0,0,0,.25);box-shadow:0 0 1px #fff}
.woocommerce-product-gallery .flex-control-nav a.flex-active{background:#222}
.woocommerce-product-gallery .flex-direction-nav a{top:50%;transform:translateY(-50%);opacity:1;background:transparent;width:40px;height:48px}
.woocommerce-product-gallery .flex-prev{left:20px}.woocommerce-product-gallery .flex-next{right:20px}
.woocommerce-product-gallery .flex-prev::before,.woocommerce-product-gallery .flex-next::before{font-size:36px;text-shadow:0 0 2px #fff}
.woocommerce-product-gallery .mk-gallery-pause{position:absolute;z-index:5;right:24px;bottom:22px;width:26px;height:26px;min-height:0;margin:0;padding:0;border:0;background:rgba(255,255,255,.8);border-radius:50%;font-size:0;color:#222}
.woocommerce-product-gallery .mk-gallery-pause::before{content:'Ⅱ';font:12px sans-serif}
.woocommerce-product-gallery .mk-gallery-pause[aria-pressed=true]::before{content:'▶';font-size:10px}
@media(prefers-reduced-motion:reduce){.woocommerce-product-gallery__wrapper{transition:none}}

/* Public Motokiwo footer: foundry identity, two link groups, copyright. */
.site-footer.mk-reference-footer{background:#24272f;color:#bbb;padding:38px 0 8px;font-family:var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif)}
.mk-reference-footer .mk-footer-shell{width:90%;max-width:var(--mk-site-width,1296px);margin:auto}
.mk-reference-footer .mk-footer-main{display:grid;grid-template-columns:7fr 5fr;align-items:center;gap:0}
.mk-reference-footer .mk-footer-about .wp-block-media-text,.mk-reference-footer .mk-footer-identity{display:grid;grid-template-columns:15% auto;align-items:center}
.mk-reference-footer .mk-footer-about .wp-block-media-text__content,.mk-reference-footer .mk-footer-identity>p{padding:0 8%;margin:0}
.mk-reference-footer .mk-footer-about img{width:100%;height:auto;max-width:100px}
.mk-reference-footer .mk-footer-links{display:flex;justify-content:flex-end;gap:38px;padding:0 18px}
.mk-reference-footer .mk-footer-links>div{display:flex;flex-direction:column;gap:16px}
.mk-reference-footer .widget,.mk-reference-footer .widget+.widget,.mk-reference-footer .wp-block-columns,.mk-reference-footer figure{margin:0}
.mk-reference-footer p,.mk-reference-footer li,.mk-reference-footer a{font-size:17px;line-height:1.65;font-weight:400;color:#bbb}
.mk-reference-footer a:hover{color:#fff}
.mk-reference-footer ul{list-style:none;margin:0;padding:0}
.mk-reference-footer .mk-footer-copy{margin-top:38px}
.mk-reference-footer .mk-footer-copy p{margin:0}
.mk-reference-footer .mk-footer-copy a{text-decoration:underline}
@media(max-width:767px){
 .site-footer.mk-reference-footer{padding:30px 0 12px}
 .mk-reference-footer .mk-footer-about{display:none}
 .mk-reference-footer .mk-footer-main{display:block}
 .mk-reference-footer .mk-footer-links{justify-content:center;padding:0;gap:38px}
 .mk-reference-footer .mk-footer-copy{text-align:center;margin-top:24px}
}

/* Older radio renderers wrap name + price together inside a span. */
.single-product .summary .mk-license-option > span:has(> .mk-license-name):has(> .mk-license-price){display:grid!important;grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:12px;flex:1 1 0%!important;min-width:0;width:auto}
.single-product .summary .mk-license-option > .mk-license-name{flex:1 1 0%!important;min-width:0}
.single-product .summary .mk-license-option .mk-license-price{display:block!important;justify-self:end;margin-inline-start:auto!important;flex:0 0 auto!important;text-align:right!important;white-space:nowrap}
.single-product .summary .mk-license-option .mk-license-name{white-space:normal;overflow-wrap:anywhere}

/* Store button states stay within the Motokiwo palette. */
.woocommerce div.product form.cart .single_add_to_cart_button{background:#24272f!important;color:#fff!important;border:1px solid #24272f!important;box-shadow:none!important;font-family:inherit;font-size:16px;font-weight:400;border-radius:0!important;transition:background-color .18s,color .18s,border-color .18s}
.woocommerce div.product form.cart .single_add_to_cart_button:not(.disabled):not(:disabled):hover{background:#111!important;border-color:#111!important;color:#fff!important}
.woocommerce div.product form.cart .single_add_to_cart_button:focus-visible{outline:2px solid #24272f;outline-offset:3px}
.woocommerce div.product form.cart .single_add_to_cart_button.disabled,.woocommerce div.product form.cart .single_add_to_cart_button:disabled{background:#24272f!important;color:#fff!important;opacity:.45;cursor:not-allowed}


.mk-slider__controls[data-mk-slider-controls]{box-sizing:border-box;min-height:56px}
.mk-slider__pause{min-width:64px!important}

/* ==========================================================================
   Classic cart / checkout (gated)
   ========================================================================== */

/* Classic WooCommerce: the production site uses shortcodes, not blocks. */
:where(body.mk-commerce-classic).woocommerce-cart .mk-commerce-page .entry-content>.woocommerce{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}
:where(body.mk-commerce-classic).woocommerce-cart .mk-commerce-page .entry-content>.woocommerce::before,:where(body.mk-commerce-classic).woocommerce-cart .mk-commerce-page .entry-content>.woocommerce::after{display:none}
:where(body.mk-commerce-classic).woocommerce-cart .mk-commerce-page .woocommerce-notices-wrapper,:where(body.mk-commerce-classic).woocommerce-cart .mk-commerce-page .cart-empty,:where(body.mk-commerce-classic).woocommerce-cart .mk-commerce-page .return-to-shop{grid-column:1/-1}
:where(body.mk-commerce-classic).woocommerce-cart .mk-commerce-page .woocommerce-notices-wrapper:empty{display:none}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce-cart-form{min-width:0;margin:0}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce .cart-collaterals{display:block;margin:0;width:100%;min-width:0}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce .cart-collaterals .cart_totals{width:100%;padding:24px;border:1px solid #ddd;border-top:3px solid #24272f;float:none}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce .cart_totals h2{font-size:24px;line-height:1.3;margin:0 0 20px}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce .cart_totals table{border:0;margin-bottom:22px}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce .cart_totals th,:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce .cart_totals td{padding:16px 0;border:0;border-bottom:1px solid #ddd;font-size:16px;letter-spacing:0;text-transform:none}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce .cart_totals td{text-align:right}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce .cart_totals .order-total :is(th,td){font-size:21px}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart{margin:0;border:1px solid #ddd!important;table-layout:auto}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart th{background:#fff;font-size:12px;text-transform:none;letter-spacing:0;padding:14px 10px;border:0;border-bottom:1px solid #ddd}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart td{padding:20px 10px;border:0;border-bottom:1px solid #e5e5e5}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart .product-remove{width:26px;padding-inline:8px}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart a.remove{color:#777!important;font:24px/1 sans-serif;background:transparent!important;width:24px;height:24px}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart a.remove:hover{color:#222!important}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart .product-thumbnail{width:100px}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart img{width:90px;max-width:none;aspect-ratio:3/2;object-fit:contain}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart td.product-name a{font-size:17px;font-weight:700;line-height:1.4}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart .product-price{display:none}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart .product-subtotal{text-align:right;white-space:nowrap;font-size:17px}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart .product-quantity{width:76px}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart input.qty{width:64px;min-height:42px;padding:8px;border:1px solid #bbb;background:#fff;border-radius:0}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart td.actions{padding:18px}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart td.actions .coupon{display:flex;gap:8px;float:none;flex-wrap:wrap;margin-bottom:12px}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart td.actions .coupon .input-text{width:160px!important;min-height:44px;margin:0;flex:1}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart td.actions .button{float:none;white-space:nowrap;min-height:44px;padding:10px 16px;font-size:14px}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce .button,:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce button.button{border-radius:0;background:#24272f;color:#fff;font-family:inherit;font-weight:400;box-shadow:none}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce .button:not(:disabled):hover{background:#d5ee61;color:#24272f}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce form.checkout{display:grid;grid-template-columns:minmax(0,1fr) 380px;grid-template-rows:auto 1fr;gap:0 32px;align-items:start}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce form.checkout::before,:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce form.checkout::after{display:none}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #customer_details{grid-column:1;grid-row:1/3;display:block!important;width:100%;padding:28px;background:#fff;border:1px solid #ddd}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #customer_details>.col-1,:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #customer_details>.col-2{float:none!important;display:block;width:100%!important;max-width:none;margin:0;padding:0}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #customer_details h3{font-size:24px;margin:0 0 24px;line-height:1.3}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #customer_details .woocommerce-additional-fields{margin-top:28px}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #order_review_heading{grid-column:2;grid-row:1;margin:0;padding:24px 24px 18px;background:#fff;border:1px solid #ddd;border-top:3px solid #24272f;border-bottom:0;font-size:24px;line-height:1.3}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #order_review{grid-column:2;grid-row:2;position:static;margin:0;padding:0 24px 24px;background:#fff;border:1px solid #ddd;border-top:0}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #order_review table{border:0;table-layout:auto;margin:0 0 20px}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #order_review :is(th,td){border:0;border-bottom:1px solid #ddd;padding:14px 0;font-size:15px;letter-spacing:0;text-transform:none;background:none}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #order_review .product-total,:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #order_review tfoot td{text-align:right;padding-left:12px;white-space:nowrap}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #order_review .order-total :is(th,td){font-size:20px}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #payment{background:transparent;border:0;margin-top:24px}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #payment ul.payment_methods{padding:0 0 20px;border-bottom:1px solid #ddd}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #payment div.place-order{padding:20px 0 0}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #payment div.payment_box{background:#f5f5f5;padding:14px;font-size:14px}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #payment label{font-size:15px}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce form .form-row label{font-size:15px;margin-bottom:8px;line-height:1.4}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce form .form-row{margin-bottom:18px}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce form .form-row .input-text{font-family:inherit;font-size:16px;padding:12px;border:1px solid #bbb}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce .woocommerce-terms-and-conditions-wrapper{font-size:13px;line-height:1.6}
:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce form.checkout_coupon{padding:20px;margin:0 0 24px}
@media(max-width:991px){
 :where(body.mk-commerce-classic).woocommerce-cart .mk-commerce-page .entry-content>.woocommerce,:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce form.checkout{display:block}
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce .cart-collaterals{margin-top:28px}
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #order_review_heading{margin-top:28px}
}
@media(max-width:767px){
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce #customer_details{padding:20px}
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce .form-row-first,:where(body.mk-commerce-classic) .mk-commerce-page .woocommerce .form-row-last{width:100%;float:none}
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart thead{display:none}
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart tbody{display:block}
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart tr.cart_item{display:grid;grid-template-columns:76px minmax(0,1fr) 26px;gap:12px;padding:18px;border-bottom:1px solid #ddd;position:relative}
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart tr.cart_item td{display:block!important;width:auto!important;padding:0!important;border:0!important;background:none!important;text-align:left!important}
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart tr.cart_item td::before{display:none!important}
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart tr.cart_item .product-remove{grid-column:3;grid-row:1}
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart tr.cart_item .product-thumbnail{grid-column:1;grid-row:1/3}
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart tr.cart_item .product-thumbnail img{width:76px;max-width:100%}
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart tr.cart_item .product-name{grid-column:2;grid-row:1}
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart tr.cart_item .product-price{display:none!important}
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart tr.cart_item .product-quantity{grid-column:2;grid-row:2}
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart tr.cart_item .product-subtotal{grid-column:2;grid-row:3}
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart td.actions{display:block!important;border:0}
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart td.actions .coupon .input-text{width:100%!important;flex-basis:100%}
 :where(body.mk-commerce-classic) .mk-commerce-page .woocommerce table.cart td.actions button{width:100%}
}

/* ==========================================================================
   Commerce layout
   ========================================================================== */

/* WooCommerce owns the forms and calculations; these rules style their output. */
:where(body.woocommerce-cart, body.woocommerce-checkout) .mk-commerce-page{width:90%;max-width:1200px;margin:0 auto;padding:48px 0 72px;font-family:var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif);color:#24272f}
:where(body.woocommerce-cart, body.woocommerce-checkout) .mk-commerce-page .entry-content{max-width:none;width:100%;margin:0}

/* Public WooCommerce wrappers and documented button theming only.
   Layout, responsive behavior and internal fields stay owned by WooCommerce. */
:where(body.woocommerce-cart, body.woocommerce-checkout) .wp-block-woocommerce-cart,:where(body.woocommerce-cart, body.woocommerce-checkout) .wp-block-woocommerce-checkout{font-family:var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif);font-size:16px;color:#24272f}


@media(max-width:767px){:where(body.woocommerce-cart, body.woocommerce-checkout) .mk-commerce-page{width:calc(100% - 32px);padding:28px 0 48px}}

/* ==========================================================================
   Storefront refinement
   ========================================================================== */

/* Shared storefront chrome. Native commerce layout remains WooCommerce-owned. */
body.woocommerce-cart,body.woocommerce-checkout{background:var(--mk-paper,#f5f5f7)}
.site-header{background:#fff;border-bottom:1px solid #e4e4df}
.site-header .site-header__inner{min-height:96px;gap:32px}
.site-header .primary-navigation{margin-left:auto}
.site-header .primary-navigation a{font-size:16px;text-decoration:none}
.site-header .primary-navigation a:hover{color:#24272f;text-decoration:underline;text-decoration-color:#b6cd45;text-underline-offset:8px}
.site-header .site-header__actions{display:flex;align-items:center;gap:18px}
.site-header .mk-header-cart{display:inline-flex;align-items:center;gap:10px;border:1px solid #24272f;border-radius:0;padding:10px 16px;color:#24272f;background:#fff;font-size:15px;white-space:nowrap}
.site-header .mk-header-cart:hover{background:#d5ee61}
.mk-topbar{background:#24272f;color:#fff}
.mk-topbar__title{letter-spacing:.04em}
.site-footer.mk-reference-footer{background:#24272f!important;color:#eee!important;padding:0!important}
.mk-reference-footer .mk-footer-shell{max-width:1200px;width:90%;margin:auto}
.mk-footer-intro{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:42px 0;border-bottom:1px solid #555}
.mk-footer-intro p{margin:0;font-size:clamp(26px,3vw,40px);line-height:1.2;color:#fff}
.mk-footer-intro a{display:inline-flex;padding:14px 24px;background:#d5ee61;color:#24272f!important;text-decoration:none;font-size:16px;white-space:nowrap}
.mk-footer-intro a:hover{background:#fff}
.mk-reference-footer .mk-footer-main{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:80px;padding:42px 0}
.mk-reference-footer .mk-footer-about{display:block!important;max-width:470px}
.mk-reference-footer .mk-footer-about p{color:#ddd;font-size:15px;line-height:1.8}
.mk-reference-footer .mk-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.mk-reference-footer .mk-footer-links a{color:#eee;font-size:15px;line-height:2.2}
.mk-reference-footer .mk-footer-links a:hover{color:#d5ee61}
.mk-reference-footer .mk-footer-copy{border-top:1px solid #555;padding:22px 0;color:#ccc;font-size:13px}
.mk-commerce-page{background:transparent}
.mk-commerce-page .woocommerce .button{background:#24272f!important;color:#fff!important;border:1px solid #24272f!important;box-shadow:none!important;border-radius:0!important;font-size:16px;min-height:48px}
.mk-commerce-page .woocommerce .button:not(:disabled):hover{background:#d5ee61!important;color:#24272f!important;border-color:#d5ee61!important}
.mk-commerce-page :is(button,a,input,select,textarea):focus-visible{outline:2px solid #24272f;outline-offset:4px}
.mk-payment-reassurance{display:flex;flex-wrap:wrap;gap:18px 32px;align-items:center;margin-top:32px;padding:22px 0;border-top:1px solid #ddd;color:#555;font-size:14px;line-height:1.6}
.mk-payment-reassurance p{margin:0}.mk-payment-reassurance a{color:#24272f;text-underline-offset:4px}
@media(max-width:991px){.site-header .site-header__inner{min-height:80px;gap:16px}.site-header .primary-navigation{display:none}.site-header .site-header__actions{margin-left:auto}.site-header .site-header__menu-toggle{margin-left:0;display:inline-flex}.mk-reference-footer .mk-footer-main{gap:32px}}
@media(max-width:600px){.site-header .mk-header-cart{padding:9px 12px;font-size:14px}.mk-footer-intro{display:block;padding:30px 0}.mk-footer-intro a{margin-top:22px}.mk-reference-footer .mk-footer-main{grid-template-columns:1fr;padding:30px 0;gap:24px}.mk-reference-footer .mk-footer-shell{width:calc(100% - 32px)}.mk-payment-reassurance{display:block}.mk-payment-reassurance p{margin:10px 0}}

.mk-header-redesign .mk-brand-row{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:110px;padding-block:22px}
.mk-brand-group{display:flex;align-items:center;gap:28px}.mk-brand-caption{border-left:1px solid #ccc;padding-left:28px;font:14px/1.5 var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif);max-width:180px;color:#666}
.mk-header-redesign .site-branding .custom-logo{width:200px;max-width:200px;max-height:52px}
.mk-header-tools{display:flex;align-items:center;gap:10px}
.mk-tool{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:48px;min-height:48px;padding:12px 15px;border:1px solid transparent;background:transparent;color:#24272f;text-decoration:none;font:15px/1 var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif);border-radius:0;box-shadow:none}
.mk-tool svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.mk-tool:hover{background:#f1f2ed;color:#24272f}.mk-tool:focus-visible{outline:2px solid #24272f;outline-offset:3px}
.mk-bag-tool{background:#d5ee61;border-color:#d5ee61;padding-inline:22px}.mk-bag-tool:hover{background:#24272f;color:#fff;border-color:#24272f}
.mk-menu-tool{display:none}.mk-navigation-rail{border-top:1px solid #e5e5df;background:#f3f4ef}.mk-navigation-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:60px}
.mk-header-redesign .primary-navigation{margin:0}.mk-header-redesign .primary-navigation__menu{justify-content:flex-start;gap:8px}
.mk-header-redesign .primary-navigation__menu>li>a{display:block;padding:18px 20px;font-size:16px;line-height:1.5;text-decoration:none}
.mk-header-redesign .primary-navigation__menu>li>a::after{display:none}.mk-header-redesign .primary-navigation__menu>li:is(:hover,.current-menu-item,.current-menu-ancestor)>a{background:#d5ee61;color:#24272f}
.mk-header-redesign .primary-navigation .sub-menu{background:#fff;border:1px solid #ddd;box-shadow:0 12px 24px #24272f12;padding:10px;z-index:100}
.mk-nav-note{font-size:13px;color:#666}.mk-menu-eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#666;margin:30px 0 24px}
.mobile-navigation{width:min(440px,100%);padding:30px;background:#f3f4ef}.mobile-navigation .mobile-navigation__close{width:48px;height:48px;margin:0;background:#fff;border:1px solid #ddd}.mobile-navigation .mobile-navigation__menu>li>a{font-size:28px;padding:18px 0;border-bottom:1px solid #d5d5ce}.mobile-navigation .sub-menu a{font-size:18px}.mobile-navigation .mk-inline-search{background:#fff;border:1px solid #ccc;padding:10px;height:52px}
@media(max-width:991px){.mk-header-redesign .mk-brand-row{min-height:88px;padding-block:16px}.mk-navigation-rail,.mk-brand-caption{display:none}.mk-menu-tool{display:inline-flex}.mk-tool span{display:none}.mk-header-tools{gap:4px}.mk-tool{padding:12px;min-width:46px}.mk-header-redesign .site-branding .custom-logo{width:170px;max-width:100%}}
@media(max-width:480px){.mk-header-redesign .mk-brand-row{width:calc(100% - 24px);gap:8px}.mk-header-redesign .site-branding .custom-logo{width:132px}.mk-account-tool{display:none}.mk-header-tools{gap:0}.mk-tool{min-width:44px;padding:10px}.mobile-navigation{padding:24px}}
/* One row: identity, menu, and icon actions. */
.mk-header-redesign .mk-brand-row{min-height:94px;gap:24px}
.mk-header-redesign .mk-brand-caption{display:none}
.mk-header-redesign .primary-navigation{margin-left:auto}
.mk-header-redesign .primary-navigation__menu{gap:0;flex-wrap:nowrap}
.mk-header-redesign .primary-navigation__menu>li>a{padding:14px 12px;white-space:nowrap}
.mk-header-redesign .mk-header-tools{gap:4px;flex-shrink:0}
.mk-header-redesign .mk-tool>span:not(.mk-bag-icon){display:none}
.mk-header-redesign .mk-tool{padding:12px;min-width:48px}
.mk-bag-icon{display:inline-flex;position:relative}
.mk-bag-icon .mk-cart-badge{display:flex;position:absolute;inset:-12px -12px auto auto;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 4px;background:#24272f;color:white;border:2px solid #d5ee61;border-radius:20px;font:11px/1 sans-serif}
.mk-bag-icon .mk-cart-badge[hidden]{display:none!important}
@media(max-width:1100px){.mk-header-redesign .site-branding .custom-logo{width:155px}.mk-header-redesign .mk-brand-row{gap:12px}.mk-header-redesign .primary-navigation__menu>li>a{padding:14px 8px;font-size:14px}}
@media(max-width:991px){.mk-header-redesign .primary-navigation{display:none}.mk-header-redesign .mk-header-tools{margin-left:auto}.mk-header-redesign .mk-brand-row{min-height:80px}}
@media(max-width:480px){.mk-header-redesign .site-branding .custom-logo{width:132px}.mk-header-redesign .mk-tool{min-width:44px;padding:10px}}
.mk-header-tools .mk-tool>.mk-bag-icon{display:inline-flex}

/* ==========================================================================
   Footer payment row
   ========================================================================== */

.mk-reference-footer .mk-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #50535a;padding:22px 0}.mk-reference-footer .mk-footer-bottom .mk-footer-copy{border:0;padding:0;margin:0}.mk-reference-footer .mk-footer-bottom .mk-footer-copy p{margin:0}.mk-reference-footer .mk-footer-payment{display:flex;align-items:center;gap:12px;padding:0;color:#bfc1c6;font:12px/1.5 var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif);flex-shrink:0}.mk-footer-payment a{display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #ddd;border-radius:3px;padding:3px 9px;transition:box-shadow .15s}.mk-footer-payment img{display:block;width:68px;height:24px;object-fit:contain;margin:0;filter:none;opacity:1}.mk-footer-payment a:hover{box-shadow:0 0 0 2px #d5ee61}.mk-footer-payment a:focus-visible{outline:2px solid #d5ee61;outline-offset:4px}@media(max-width:600px){.mk-reference-footer .mk-footer-bottom{flex-direction:column;align-items:flex-start;gap:16px;padding:20px 0}.mk-reference-footer .mk-footer-payment{gap:12px}}

/* ==========================================================================
   Home catalog grid
   ========================================================================== */

/* Twelve homepage cards form complete rows at each responsive width. */
.home .mkb-product-grid,.home .mkb-shop-cards .mkb-product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
@media(max-width:1199px){.home .mkb-product-grid,.home .mkb-shop-cards .mkb-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:899px){.home .mkb-product-grid,.home .mkb-shop-cards .mkb-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:479px){.home .mkb-product-grid,.home .mkb-shop-cards .mkb-product-grid{grid-template-columns:minmax(0,1fr)!important}}

/* ==========================================================================
   Typography baseline
   ========================================================================== */

/* Keep WordPress global styles and theme UI on the same configured font. */
body{font-family:var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif)!important}
.site-header .primary-navigation a{font-family:var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif)}
.woocommerce .summary .price,.woocommerce .summary .woocommerce-product-details__short-description{font-family:var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif)}
/* Product specimen controls keep their own selected font. Google keeps its brand font. */

/* Preview strings retain the font's ligatures; glyph charts stay literal. */
.mkfm-preview__sample {
  font-kerning: normal;
  font-variant-ligatures: common-ligatures discretionary-ligatures contextual;
  font-feature-settings: "liga" 1, "clig" 1, "calt" 1, "dlig" 1;
  letter-spacing: 0 !important;
}

/* ==========================================================================
   Cart payment placement
   ========================================================================== */

/* Keep gateway-owned buttons in their native hooks, below primary actions. */

.woocommerce-cart .wc-proceed-to-checkout .ppc-button-wrapper{
  display: block;
  clear: both;
  float: none;
  width: 100%;
  max-width: none;
  min-width: 0;
  flex: 0 0 100%;
  grid-column: 1 / -1;
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--mk-line, #dedfd8);
  box-sizing: border-box;
}
.woocommerce-cart .wc-proceed-to-checkout .ppc-button-wrapper > [id^="ppc-button"]{
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-inline: 0;
}
.woocommerce-cart .wc-proceed-to-checkout > .checkout-button{
  display: block;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}



/* Cart can legitimately omit an ineligible express mount, so retain the old
   collapse behavior there only. */
.woocommerce-cart .wc-proceed-to-checkout .ppc-button-wrapper:not(:has(iframe)){
  margin-block: 0;
  padding-block: 0;
  min-height: 0;
  border-top: 0;
}

/* ==========================================================================
   Cart / checkout totals
   ========================================================================== */

/* Totals inherit the panel surface instead of generic table-header stripes. */
.woocommerce-cart .cart_totals table.shop_table,
.woocommerce-cart .cart_totals table.shop_table :is(tbody, tfoot, tr, th, td),
.woocommerce-checkout #order_review table.shop_table tfoot,
.woocommerce-checkout #order_review table.shop_table tfoot :is(tr, th, td) {
  background: transparent !important;
  box-shadow: none;
}
.woocommerce-cart .cart_totals table.shop_table td,
.woocommerce-checkout #order_review table.shop_table tfoot td {
  text-align: right;
}

/* ==========================================================================
   Readability scale
   ========================================================================== */

/* Storefront reading scale. Specimen fonts, animation and Google branding retain
   their own sizes; these rules cover interface and editorial text only. */
body.motokiwo-fresh{--mk-reading-size:var(--mk-body-size,16px);--mk-label-size:max(12px,calc(var(--mk-body-size,16px) * .9375));font-size:var(--mk-body-size,16px);line-height:1.7}
body .entry-content :where(p,li),body .archive-description,body .entry-header__intro{line-height:1.7}
body .entry-content :where(p,li){overflow-wrap:break-word}
body .entry-content :where(p,li) :where(a,strong,em){font-size:inherit}
body .entry-content :where(figcaption),body .entry-meta{font-size:var(--mk-ui-size,15px);line-height:1.6}
body .entry-content :where(input,select,textarea),body .mk-contact-form :where(input,select,textarea){font-size:var(--mk-body-size,16px)}
body .entry-content label,body .mk-contact-form label{font-size:var(--mk-ui-size,15px);line-height:1.5}
body .entry-content :where(button,.wp-block-button__link){font-size:var(--mk-body-size,16px)}

/* Header and catalog remain compact, with readable secondary information. */
body .mk-header-redesign .primary-navigation__menu>li>a{font-size:var(--mk-menu-size,16px);line-height:1.5}
body .primary-navigation .sub-menu a{font-size:max(12px,calc(var(--mk-menu-size,16px) * .875))}
body .mk-inline-search input[type=search]{font-size:var(--mk-ui-size,15px)}
body .mk-home label{font-size:var(--mk-ui-size,15px);color:var(--mk-ink,#252622)}
body .mk-home-eyebrow,body .mk-home-rank,body .mk-type-counter{font-size:14px;line-height:1.5}
body .mk-home-price{font-size:var(--mk-body-size,16px);line-height:1.5}
body .mk-home-rank-name small{font-size:var(--mk-ui-size,15px);line-height:1.5;color:var(--mk-muted,#6d7169)}
body .mk-type-pause{font-size:14px;min-height:44px}
body .mk-product-card__category{font-size:11px;line-height:1.35;color:#766e63}
body .mk-product-card__price{font-size:var(--mk-body-size,16px);line-height:1.3}
body .mk-product-card__title,body.woocommerce ul.products li.product .mk-product-card__title{font-size:var(--mk-catalog-title-size,25px);line-height:1.16}
body .mk-product-card__badge{font-size:10px;line-height:1;letter-spacing:.08em}
body.woocommerce .woocommerce-result-count,body.woocommerce .woocommerce-ordering select{font-size:var(--mk-ui-size,15px)}

/* Product copy has a reading measure instead of spanning the whole gallery. */
body.woocommerce div.product .product_title{font-size:var(--mk-product-title-size,24px);line-height:1.35}
body .mkfm-font-info__description{max-width:70ch;margin-bottom:32px;font-size:var(--mk-reading-size);color:var(--mk-ink,#252622);line-height:1.7}
body .mkfm-font-info__description .woocommerce-product-details__short-description{max-width:none;font-size:inherit;color:inherit}
body .mkfm-font-info__description :where(p,li){font-size:inherit;line-height:inherit;color:inherit;margin-top:0;margin-bottom:1em}
body .mkfm-font-info dl dt,body .mkfm-font-info dl dd{font-size:var(--mk-ui-size,15px);line-height:1.6}
body .mkfm-font-info dl dt{color:var(--mk-muted,#6d7169)}
body .mkfm-font-info .mkfm-font-info__style h3{font-size:22px;line-height:1.4}
body .mkfm-font-info [data-mkfm-info-status]{font-size:var(--mk-ui-size,15px);color:var(--mk-muted,#6d7169)}
body .mkfm-preview__text{font-size:var(--mk-body-size,16px)!important;line-height:1.5}
body .mkfm-preview label{font-size:var(--mk-ui-size,15px);line-height:1.5}
body .mkfm-preview__size{font-size:var(--mk-ui-size,15px);min-height:44px;opacity:1;color:var(--mk-muted,#6d7169)}
body .mkfm-preview__size.is-active{color:var(--mk-ink,#252622);text-decoration:underline;text-underline-offset:5px}
body .mkfm-preview__style,body .mkfm-glyphs__style-label,body .mkfm-glyphs__filter-label{font-size:var(--mk-ui-size,15px);line-height:1.5;letter-spacing:0;text-transform:none;color:var(--mk-muted,#6d7169);opacity:1}
body .mkfm-glyphs select,body .mkfm-glyphs input{font-size:var(--mk-body-size,16px)!important}
body .mkfm-glyphs [data-mkfm-glyph-status]{font-size:var(--mk-ui-size,15px);color:var(--mk-muted,#6d7169)}
body .mkfm-glyphs .mkfm-glyph__code{font-size:var(--mk-small-size,13px)!important;color:var(--mk-muted,#6d7169)!important}
body .mk-license-option .mk-license-price{font-size:var(--mk-body-size,16px);font-style:normal}
body.woocommerce div.product form.cart .single_add_to_cart_button{font-size:var(--mk-body-size,16px);line-height:1.4}

/* Legal and license information is primary reading content. */
body .mk-license{font-size:var(--mk-reading-size)}
body .mk-license-heading>p,body .mk-license-terms,body .mk-license-terms :where(p,li),body .mk-license-contact p{font-size:var(--mk-reading-size);line-height:1.7;color:var(--mk-ink,#252622)}
body .mk-license .mk-license-label{font-size:14px;line-height:1.5}
body .mk-license .mk-license-audience,body .mk-license-index a,body .mk-license-contact a{font-size:var(--mk-ui-size,15px);line-height:1.6}
body .mk-license-index a{min-height:44px;display:flex;align-items:center}
body .mk-license-card h2{font-size:28px;line-height:1.35}
body .mk-license-terms{max-width:70ch}
body .mk-license-terms li:before{top:24px}
body .mk-license .mk-license-price{font-size:22px}
body .mk-freebie-number,body .mk-freebie-name small{font-size:var(--mk-ui-size,15px);opacity:1;color:var(--mk-muted,#6d7169)}
body .mk-freebie-download{font-size:var(--mk-body-size,16px)}

/* Both native WooCommerce blocks and classic templates use this UI scale. */
body .mk-commerce-page,body .wp-block-woocommerce-cart,body .wp-block-woocommerce-checkout{font-size:var(--mk-body-size,16px);line-height:1.6}
body .mk-commerce-header a,body .mk-commerce-steps,body .mk-payment-reassurance{font-size:var(--mk-ui-size,15px);line-height:1.6}
body .mk-commerce-page .woocommerce :where(label,th,td,.payment_box,.woocommerce-terms-and-conditions-wrapper){font-size:var(--mk-ui-size,15px);line-height:1.6}
body .mk-commerce-page .woocommerce table.cart th,body .mk-commerce-page .woocommerce #order_review :is(th,td){font-size:var(--mk-ui-size,15px)}
body .mk-commerce-page .woocommerce :where(input,select,textarea),body :is(.wp-block-woocommerce-cart,.wp-block-woocommerce-checkout) :where(input,select,textarea,label){font-size:var(--mk-ui-size,15px)}
/* WooCommerce assigns compact sizes to descendants at its own breakpoints. */
body .mk-auth-intro p{font-size:var(--mk-reading-size);line-height:1.7}
body .mk-auth .form-row,body .mk-auth .form-row label,body .mk-auth-help,body .mk-auth .lost_password,body .mk-auth .woocommerce-privacy-policy-text{font-size:var(--mk-ui-size,15px);line-height:1.6}
body .mk-auth :where(input:not([type=checkbox]),textarea){font-size:var(--mk-body-size,16px)}
body .mk-auth-intro>span{font-size:14px}
body .woocommerce-MyAccount-navigation{min-width:0;max-width:100%}
body .woocommerce-MyAccount-navigation a{font-size:var(--mk-ui-size,15px)}

body .mk-reference-footer .mk-footer-about p,body .mk-reference-footer .mk-footer-links a{font-size:var(--mk-body-size,16px);line-height:1.7}
body .mk-reference-footer .mk-footer-bottom .mk-footer-copy,body .mk-reference-footer .mk-footer-bottom .mk-footer-copy :where(p,a),body .mk-reference-footer .mk-footer-payment{font-size:var(--mk-ui-size,15px);line-height:1.6;opacity:1}

@media(max-width:1100px){body .mk-header-redesign .primary-navigation__menu>li>a{font-size:var(--mk-menu-size,16px)}}
@media(max-width:767px){
 body.motokiwo-fresh{--mk-reading-size:var(--mk-body-mobile,16px);--mk-label-size:max(12px,calc(var(--mk-body-mobile,16px) * .9375));font-size:var(--mk-body-mobile,16px)}
 body .mk-product-card__title,body.woocommerce ul.products li.product .mk-product-card__title{font-size:var(--mk-catalog-title-mobile,19px)}
 body .mk-license-card h2{font-size:26px}
 body .mk-license{padding-inline:16px}
 body .mkfm-font-info dl dt,body .mkfm-font-info dl dd{font-size:var(--mk-ui-size,15px)}
 body .mkfm-preview__toolbar{flex-wrap:wrap;gap:12px}
 body .mkfm-preview__text-wrap{min-width:0;flex-basis:100%}
 body .mk-license-contact a{white-space:normal}
 body.woocommerce-account.logged-in .woocommerce{grid-template-columns:minmax(0,1fr)}
 body .woocommerce-MyAccount-navigation ul{flex-wrap:wrap}
}
@media(max-width:600px){
 body .mkfm-font-info dl{grid-template-columns:minmax(0,1fr)}
 body .mkfm-font-info dl dt{padding:14px 0 2px;border-bottom:0}
 body .mkfm-font-info dl dd{padding:0 0 14px}
 body.woocommerce div.product form.cart .variations_button{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
 body.woocommerce div.product form.cart .variations_button .single_add_to_cart_button{flex:1 1 160px;min-width:0;margin:0}
}

/* ==========================================================================
   Header components
   ========================================================================== */



.site-header.mk-header-redesign{
  --mk-header-pro-height:76px;
  position:relative;
  top:auto;
  z-index:1000;
  width:100%;
  border-bottom:0;
  background:#ffffff;
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
  box-shadow:0 8px 28px rgba(17,18,20,.065);
  transition:
    box-shadow .22s ease,
    background-color .22s ease,
    border-color .22s ease;
}

.admin-bar .site-header.mk-header-redesign{
  top:auto;
}

.site-header.mk-header-redesign.is-scrolled{
  border-bottom-color:transparent;
  background:#ffffff;
  box-shadow:0 10px 34px rgba(17,18,20,.085);
}

.mk-header-redesign .mk-brand-row{
  box-sizing:border-box;
  min-height:var(--mk-header-pro-height);
  padding-block:0;
  gap:clamp(18px,2.2vw,34px);
}

.mk-header-redesign .site-branding{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.mk-header-redesign .site-branding .custom-logo-link{
  display:flex;
  align-items:center;
}

.mk-header-redesign .site-branding .custom-logo{
  display:block;
  width:168px;
  max-width:168px;
  max-height:38px;
  object-fit:contain;
}

.mk-header-redesign .mk-brand-group{
  gap:0;
}

.mk-header-redesign .mk-brand-caption{
  display:none;
}

.mk-header-redesign .primary-navigation{
  margin-left:auto;
}

.mk-header-redesign .primary-navigation__menu{
  gap:2px;
  flex-wrap:nowrap;
}

body .mk-header-redesign .primary-navigation__menu>li>a{
  position:relative;
  display:flex;
  align-items:center;
  min-height:42px;
  padding:0 12px;
  border-radius:0;
  color:#353832;
  background:transparent;
  font-size:15px;
  font-weight:500;
  line-height:1;
  letter-spacing:-.012em;
  transition:color .16s ease,background-color .16s ease;
}

body .mk-header-redesign .primary-navigation__menu>li>a::after{
  display:block;
  right:12px;
  bottom:5px;
  left:12px;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:right;
  transition:transform .2s cubic-bezier(.2,.7,.2,1);
}

body .mk-header-redesign .primary-navigation__menu>li:hover>a,
body .mk-header-redesign .primary-navigation__menu>li.current-menu-item>a,
body .mk-header-redesign .primary-navigation__menu>li.current-menu-ancestor>a{
  color:#171915;
  background:transparent;
}

body .mk-header-redesign .primary-navigation__menu>li:hover>a::after,
body .mk-header-redesign .primary-navigation__menu>li.current-menu-item>a::after,
body .mk-header-redesign .primary-navigation__menu>li.current-menu-ancestor>a::after{
  transform:scaleX(1);
  transform-origin:left;
}

.mk-header-redesign .primary-navigation .sub-menu{
  top:calc(100% + 9px);
  left:-10px;
  min-width:220px;
  padding:8px;
  border:1px solid rgba(37,38,34,.12);
  background:#fff;
  box-shadow:0 18px 42px rgba(24,26,22,.11);
}

.mk-header-redesign .primary-navigation .sub-menu a{
  padding:10px 11px;
  font-size:14px;
}

.mk-header-redesign .mk-header-tools{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  gap:2px;
}

.mk-header-redesign .mk-tool{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  min-width:42px;
  height:42px;
  min-height:42px;
  padding:0;
  border:1px solid transparent;
  border-radius:50%;
  background:transparent;
  color:#292c27;
  transition:
    background-color .16s ease,
    color .16s ease,
    border-color .16s ease,
    transform .16s ease;
}

.mk-header-redesign .mk-tool>span:not(.mk-bag-icon){
  display:none;
}

.mk-header-redesign .mk-tool svg{
  width:20px;
  height:20px;
  stroke-width:1.55;
}

.mk-header-redesign .mk-tool:hover{
  background:#eceee8;
  color:#171915;
}

.mk-header-redesign .mk-tool:active{
  transform:translateY(1px);
}

.mk-header-redesign .mk-bag-tool{
  margin-left:5px;
  width:auto;
  min-width:48px;
  padding-inline:13px;
  border-radius:999px;
  border-color:#d5ee61;
  background:#d5ee61;
}

.mk-header-redesign .mk-bag-tool:hover{
  border-color:#24272f;
  background:#24272f;
  color:#fff;
}

.mk-header-redesign .mk-bag-icon{
  display:inline-flex;
  position:relative;
}

.mk-header-redesign .mk-bag-icon .mk-cart-badge{
  inset:-10px -11px auto auto;
  min-width:18px;
  height:18px;
  padding:0 4px;
  border:2px solid #d5ee61;
  background:#24272f;
  color:#fff;
  font-size:10px;
}

.mk-header-redesign .mk-menu-tool{
  display:none;
}

/* Give keyboard users a crisp, non-decorative focus state. */
.mk-header-redesign :is(a,button):focus-visible{
  outline:2px solid #24272f;
  outline-offset:3px;
}

/* Mid-width screens: slightly tighter but still full navigation. */
@media(max-width:1100px){
  .site-header.mk-header-redesign{
    --mk-header-pro-height:70px;
  }

  .mk-header-redesign .site-branding .custom-logo{
    width:150px;
    max-width:150px;
    max-height:34px;
  }

  body .mk-header-redesign .primary-navigation__menu>li>a{
    padding-inline:8px;
    font-size:14px;
  }

  body .mk-header-redesign .primary-navigation__menu>li>a::after{
    right:8px;
    left:8px;
  }

  .mk-header-redesign .mk-tool{
    width:40px;
    min-width:40px;
    height:40px;
    min-height:40px;
  }
}

/* Compact navigation header. */
@media(max-width:991px){
  .site-header.mk-header-redesign{
    --mk-header-pro-height:64px;
  }

  .mk-header-redesign .mk-brand-row{
    min-height:var(--mk-header-pro-height);
    gap:10px;
  }

  .mk-header-redesign .primary-navigation{
    display:none;
  }

  .mk-header-redesign .site-branding .custom-logo{
    width:142px;
    max-width:142px;
    max-height:32px;
  }

  .mk-header-redesign .mk-header-tools{
    margin-left:auto;
  }

  .mk-header-redesign .mk-menu-tool{
    display:inline-flex;
  }

  .mk-header-redesign .mk-bag-tool{
    margin-left:2px;
    min-width:44px;
    padding-inline:11px;
  }
}

@media(max-width:782px){
  .admin-bar .site-header.mk-header-redesign{
    top:auto;
  }
}

@media(max-width:600px){
  .site-header.mk-header-redesign{
    --mk-header-pro-height:60px;
    -webkit-backdrop-filter:saturate(130%) blur(10px);
    backdrop-filter:saturate(130%) blur(10px);
  }

  .mk-header-redesign .mk-brand-row{
    width:calc(100% - 28px);
  }

  .mk-header-redesign .site-branding .custom-logo{
    width:130px;
    max-width:130px;
  }

  .mk-header-redesign .mk-tool{
    width:38px;
    min-width:38px;
    height:38px;
    min-height:38px;
  }

  .mk-header-redesign .mk-tool svg{
    width:19px;
    height:19px;
  }

  .mk-header-redesign .mk-account-tool{
    display:none;
  }

  .mk-header-redesign .mk-bag-tool{
    min-width:42px;
    padding-inline:10px;
  }
}

@media(max-width:380px){
  .site-header.mk-header-redesign{
    --mk-header-pro-height:58px;
  }

  .mk-header-redesign .mk-brand-row{
    width:calc(100% - 22px);
    gap:5px;
  }

  .mk-header-redesign .site-branding .custom-logo{
    width:118px;
    max-width:118px;
  }

  .mk-header-redesign .mk-tool{
    width:36px;
    min-width:36px;
    height:36px;
    min-height:36px;
  }
}

@media(prefers-reduced-motion:reduce){
  .site-header.mk-header-redesign,
  .mk-header-redesign .mk-tool,
  body .mk-header-redesign .primary-navigation__menu>li>a,
  body .mk-header-redesign .primary-navigation__menu>li>a::after{
    transition:none!important;
  }
}


.mk-header-redesign .mk-inline-search--header{
  box-sizing:border-box;
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  align-items:center;
  width:clamp(176px,17vw,248px);
  height:40px;
  margin:0 4px 0 0;
  padding:0 10px 0 6px;
  gap:2px;
  border:0;
  border-radius:8px;
  background:#f3f3f1;
  color:#555852;
  box-shadow:inset 0 1px 2px rgba(17,18,20,.035);
}
.mk-header-redesign .mk-inline-search--header button[type="submit"]{
  box-sizing:border-box!important;
  display:grid!important;
  place-items:center!important;
  width:30px!important;
  min-width:30px!important;
  height:38px!important;
  min-height:38px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:inherit!important;
  box-shadow:none!important;
}
.mk-header-redesign .mk-inline-search--header button[type="submit"] svg{
  width:17px;
  height:17px;
  stroke-width:1.55;
}
.mk-header-redesign .mk-inline-search--header input[type="search"]{
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  height:38px!important;
  min-height:38px!important;
  margin:0!important;
  padding:0 2px!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:transparent!important;
  color:#1d1f1b!important;
  box-shadow:none!important;
  font:inherit!important;
  font-size:13px!important;
  line-height:38px!important;
}
.mk-header-redesign .mk-inline-search--header input[type="search"]::placeholder{
  color:#858781;
  opacity:1;
}
.mk-header-redesign .mk-inline-search--header:focus-within{
  background:#efefec;
  box-shadow:inset 0 0 0 1px rgba(17,18,20,.16),inset 0 1px 2px rgba(17,18,20,.03);
}
@media(max-width:1100px){
  .mk-header-redesign .mk-inline-search--header{width:164px}
}
@media(max-width:991px){
  .mk-header-redesign .mk-inline-search--header{width:clamp(132px,30vw,220px);margin-right:2px}
}
@media(max-width:600px){
  .mk-header-redesign .mk-inline-search--header{width:124px;height:38px;padding-right:7px;border-radius:7px}
  .mk-header-redesign .mk-inline-search--header input[type="search"]{height:36px!important;min-height:36px!important;font-size:12px!important;line-height:36px!important}
  .mk-header-redesign .mk-inline-search--header button[type="submit"]{height:36px!important;min-height:36px!important}
}
@media(max-width:380px){
  .mk-header-redesign .mk-inline-search--header{width:96px;grid-template-columns:26px minmax(0,1fr);padding-left:4px;padding-right:5px}
  .mk-header-redesign .mk-inline-search--header button[type="submit"]{width:26px!important;min-width:26px!important}
}

/* ==========================================================================
   Storefront design system
   ========================================================================== */



:root{
  --mk-ds-paper:#f7f7f5;
  --mk-ds-card:#ffffff;
  --mk-ds-surface:#efefec;
  --mk-ds-ink:#111111;
  --mk-ds-muted:#696965;
  --mk-ds-soft:#e8e8e4;
  --mk-ds-line:#d9d9d4;
  --mk-ds-line-strong:#bdbdb7;
  --mk-ds-accent:#e9e9e5;
  --mk-ds-accent-soft:#f0f0ed;
  --mk-ds-content:1360px;
  --mk-ds-gutter:clamp(20px,3.2vw,48px);
  --mk-ds-section:clamp(54px,6vw,88px);
  --mk-ds-gap:clamp(20px,2vw,30px);
  --mk-ds-radius:0px;
}

html{
  scroll-padding-top:92px;
}

body{
  color:var(--mk-ds-ink);
  background:var(--mk-ds-paper);
  font-size:17px;
  line-height:1.65;
}

body :where(p,li){
  line-height:1.65;
}

.mk-container,
.mk-reference-footer .mk-footer-shell{
  width:min(calc(100% - (var(--mk-ds-gutter) * 2)),var(--mk-ds-content));
  max-width:var(--mk-ds-content);
  margin-inline:auto;
}

/* ---------------------------------------------------------
   Global interface typography
   --------------------------------------------------------- */

body :where(
  button,
  input,
  select,
  textarea,
  .button,
  .wp-element-button
){
  font-size:16px;
}

body :where(
  .entry-meta,
  .woocommerce-breadcrumb,
  .mk-product-card__category,
  .mk-license-label,
  .mkfm-preview__label
){
  font-size:12px;
}

body :where(h1,h2,h3,h4){
  color:var(--mk-ds-ink);
  text-wrap:balance;
}

body a{
  text-underline-offset:3px;
}

/* ---------------------------------------------------------
   Header
   --------------------------------------------------------- */

.site-header.mk-header-redesign{
  --mk-header-pro-height:72px;
  background:#ffffff;
  border-bottom:0;
  box-shadow:0 8px 28px rgba(17,18,20,.065);
}

.site-header.mk-header-redesign.is-scrolled{
  background:#ffffff;
  border-bottom-color:transparent;
  box-shadow:0 10px 34px rgba(17,18,20,.085);
}

.mk-header-redesign .mk-brand-row{
  min-height:var(--mk-header-pro-height);
}

.mk-header-redesign .site-branding .custom-logo{
  width:158px;
  max-width:158px;
  max-height:36px;
}

body .mk-header-redesign .primary-navigation__menu>li>a{
  min-height:40px;
  padding-inline:11px;
  color:#2a2a28;
  font-size:15px;
  font-weight:500;
}

.mk-header-redesign .mk-tool{
  width:40px;
  min-width:40px;
  height:40px;
  min-height:40px;
}

.mk-header-redesign .mk-bag-tool{
  min-width:46px;
  padding-inline:12px;
}

/* ---------------------------------------------------------
   General controls / buttons
   --------------------------------------------------------- */

body :where(
  .mk-button,
  .wp-element-button,
  button[type="submit"],
  input[type="submit"],
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button
){
  min-height:48px;
  padding:10px 18px;
  border-radius:var(--mk-ds-radius);
  border:1px solid var(--mk-ds-ink);
  background:var(--mk-ds-ink);
  color:#fff;
  font-size:15px;
  font-weight:600;
  line-height:1.2;
  box-shadow:none;
}

body :where(
  .mk-button,
  .wp-element-button,
  button[type="submit"],
  input[type="submit"],
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button
):not(:disabled):hover{
  border-color:var(--mk-ds-accent);
  background:var(--mk-ds-accent);
  color:var(--mk-ds-ink);
}

body :where(input,select,textarea){
  border-color:var(--mk-ds-line-strong);
  border-radius:0;
  background:#fff;
  color:var(--mk-ds-ink);
}

/* ---------------------------------------------------------
   Shop / product specimens
   --------------------------------------------------------- */

.woocommerce ul.products,
.woocommerce-page ul.products{
  --mk-shop-card-gap:30px!important;
  gap:56px var(--mk-shop-card-gap)!important;
}

.mk-product-card{
  background:#fff;
  border:0;
  border-radius:10px;
  box-shadow:0 1px 2px rgba(17,18,20,.025),0 14px 36px rgba(17,18,20,.05);
  overflow:hidden;
}

.mk-product-card__media{
  margin:0;
  background:#ececea;
  border:0;
}

.mk-product-card__body{
  grid-template-columns:1fr;
  gap:10px;
  padding:18px 20px 22px;
}

body .mk-product-card__title,
body.woocommerce ul.products li.product .mk-product-card__title{
  min-height:0;
  margin:0 0 6px;
  color:#111214;
  font-size:clamp(20px,1.65vw,25px);
  font-weight:450;
  line-height:1.08;
  letter-spacing:-.03em;
}

body .mk-product-card__category{
  color:#73736f;
  font-size:12px;
  font-weight:400;
  line-height:1.4;
  letter-spacing:0;
  text-transform:none;
}

body .mk-product-card__price{
  padding-top:2px;
  color:#111214;
  font-size:15px;
  font-weight:550;
  font-variant-numeric:tabular-nums;
  line-height:1.3;
}

.mk-product-card__badge{
  top:12px;
  left:12px;
  padding:6px 8px;
  color:#fff;
  background:#111214;
  border-radius:5px;
  font-size:10px;
  letter-spacing:.055em;
}

/* ---------------------------------------------------------
   Single product: title + main geometry
   --------------------------------------------------------- */

.single-product .mk-woocommerce-main{
  padding-top:clamp(26px,3vw,42px);
  padding-bottom:clamp(70px,7vw,108px);
}

body.single-product .mk-product-heading--outside{
  margin:0 0 clamp(24px,2.6vw,36px);
  padding:0 0 14px;
  border-bottom:0;
}

body.single-product .mk-product-heading--outside .product_title{
  max-width:30ch;
  margin:0;
  font-size:clamp(30px,2.75vw,38px);
  font-weight:500;
  line-height:1.08;
  letter-spacing:-.032em;
}

@media(min-width:960px){
  body.single-product .woocommerce div.product{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);
    align-items:start;
    column-gap:clamp(38px,4vw,58px);
    row-gap:0;
  }

  body.single-product .woocommerce div.product > .mk-product-media-column{
    grid-column:1;
  }

  body.single-product .woocommerce div.product > div.summary{
    grid-column:2;
    padding-top:0;
  }
}

body.single-product .woocommerce div.product div.images{
  margin:0;
}

body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image{
  background:var(--mk-ds-surface);
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs{
  gap:8px;
  margin-top:8px;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs li{
  border-color:transparent;
  background:var(--mk-ds-surface);
}

/* ---------------------------------------------------------
   Product purchase / license area
   --------------------------------------------------------- */

body.single-product .woocommerce div.product > div.summary{
  color:var(--mk-ds-ink);
}

body.single-product .summary .mk-license-options{
  margin:0!important;
  padding:0!important;
  border:0!important;
}

body.single-product .summary .mk-license-heading-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:36px;
  margin:0 0 6px;
  padding:0;
}

body.single-product .summary .mk-license-heading-title{
  color:var(--mk-ds-muted);
  font-size:12px;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
}

body.single-product .summary .mk-license-guide-link{
  min-height:auto;
  padding:4px 0;
  border:0;
  border-bottom:1px solid transparent;
  background:transparent;
  color:var(--mk-ds-muted);
  font-size:12px;
  font-weight:500;
  line-height:1.2;
}

body.single-product .summary .mk-license-guide-link:hover{
  border-bottom-color:currentColor;
  background:transparent;
  color:var(--mk-ds-ink);
}

body.single-product .summary .mk-license-option{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:11px;
  min-height:46px;
  margin:0!important;
  padding:9px 2px!important;
  border:0!important;
  border-bottom:1px solid var(--mk-ds-soft)!important;
  background:transparent!important;
  color:var(--mk-ds-ink);
  cursor:pointer;
}

body.single-product .summary .mk-license-option:first-of-type{
  border-top:1px solid var(--mk-ds-soft)!important;
}

body.single-product .summary .mk-license-option:hover{
  background:#f7f8f3!important;
}

body.single-product .summary .mk-license-option.is-selected{
  background:transparent!important;
}

body.single-product .summary .mk-license-option input[type="radio"]{
  width:15px;
  height:15px;
  margin:0;
  accent-color:var(--mk-ds-ink);
}

body.single-product .summary .mk-license-name{
  min-width:0;
  font-size:14px;
  font-weight:500;
  line-height:1.35;
}

body.single-product .summary .mk-license-price{
  color:var(--mk-ds-ink);
  font-size:14px!important;
  font-weight:600;
  line-height:1.35;
  white-space:nowrap;
}

body.single-product .summary .mk-license-option.is-unavailable{
  opacity:.42;
}

body.single-product .summary .mk-selected-variation-price{
  margin:18px 0 0!important;
  color:var(--mk-ds-ink)!important;
  font-size:20px!important;
  font-weight:600!important;
}

body.single-product .woocommerce div.product form.cart{
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid var(--mk-ds-line);
}

body.single-product .woocommerce div.product .single_variation_wrap{
  margin-top:16px;
}

body.single-product .woocommerce div.product .woocommerce-variation-add-to-cart{
  display:grid;
  grid-template-columns:82px minmax(0,1fr);
  gap:10px;
  align-items:stretch;
}

body.single-product .woocommerce .quantity .qty{
  width:82px;
  min-height:50px;
  border-color:var(--mk-ds-line-strong);
  font-size:15px;
}

body.single-product .woocommerce div.product .single_add_to_cart_button{
  min-height:50px;
  width:100%;
  padding:11px 20px;
  border-color:var(--mk-ds-ink);
  background:var(--mk-ds-ink);
  color:#fff;
  font-size:15px;
  font-weight:650;
}

body.single-product .woocommerce div.product .single_add_to_cart_button:not(:disabled):not(.disabled):hover{
  border-color:var(--mk-ds-accent);
  background:var(--mk-ds-accent);
  color:var(--mk-ds-ink);
}

body.single-product .woocommerce div.product .product_meta{
  gap:5px;
  margin-top:20px;
  padding-top:16px;
  border-top:1px solid var(--mk-ds-soft);
  color:var(--mk-ds-muted);
  font-size:12px;
}

body.single-product .mkfm-preview__toolbar--clean{
  gap:16px;
  padding-bottom:14px;
  border-bottom:1px solid var(--mk-ds-line);
}

body.single-product .mkfm-preview__label{
  color:var(--mk-ds-muted);
  font-size:12px;
}

body.single-product .mkfm-preview__text,
body.single-product .mkfm-preview__style-select{
  min-height:38px;
  font-size:14px!important;
}

body.single-product .mkfm-preview__size{
  font-size:12px!important;
}

body.single-product .mkfm-preview__row{
  padding:clamp(24px,2.7vw,34px) 0;
}

body.single-product .mkfm-preview__sample{
  color:var(--mk-ds-ink);
}

/* Font info hierarchy */
body .mkfm-font-info__description{
  max-width:68ch;
  margin-bottom:28px;
  color:var(--mk-ds-ink);
  font-size:16px;
  line-height:1.65;
}

body .mkfm-font-info dl dt,
body .mkfm-font-info dl dd{
  font-size:14px;
  line-height:1.55;
}

body .mkfm-font-info .mkfm-font-info__style h3{
  font-size:20px;
  line-height:1.3;
}

/* ---------------------------------------------------------
   Related products
   --------------------------------------------------------- */

body.single-product .woocommerce div.product > .related.products,
body.single-product .woocommerce div.product > .up-sells{
  margin-top:clamp(60px,6vw,90px);
  padding-top:24px;
  border-top:1px solid var(--mk-ds-line);
}

body .related.products>h2,
body .up-sells>h2{
  margin-bottom:22px;
  font-size:28px;
  font-weight:500;
  line-height:1.2;
}

/* ---------------------------------------------------------
   License / legal page
   --------------------------------------------------------- */

body .mk-license{
  color:var(--mk-ds-ink);
}

body .mk-license-heading{
  padding-bottom:28px;
}

body .mk-license-heading h1{
  font-size:clamp(34px,4vw,48px);
  font-weight:500;
  line-height:1.05;
}

body .mk-license-heading>p{
  color:var(--mk-ds-muted);
  font-size:16px;
  line-height:1.65;
}

body .mk-license-layout{
  grid-template-columns:220px minmax(0,1fr);
  gap:48px;
  padding-top:28px;
}

body .mk-license-index a{
  min-height:40px;
  padding:9px 11px;
  color:var(--mk-ds-muted);
  font-size:12px;
}

body .mk-license-card{
  margin-bottom:20px;
  border-color:var(--mk-ds-line);
  background:#fff;
}

body .mk-license-card>header{
  grid-template-columns:190px minmax(0,1fr);
  gap:26px;
  padding:22px 24px 20px;
  background:#f5f6f1;
  border-bottom-color:var(--mk-ds-line);
}

body .mk-license-card h2{
  font-size:clamp(25px,2.6vw,34px);
  font-weight:500;
  line-height:1.05;
}

body .mk-license .mk-license-audience{
  font-size:12px;
}

body .mk-license .mk-license-price{
  color:var(--mk-ds-muted);
  font-size:15px;
  font-weight:500;
}

body .mk-license-terms{
  max-width:none;
  padding:4px 24px 10px;
  font-size:16px;
  line-height:1.65;
}

body .mk-license-terms :where(p,li){
  color:var(--mk-ds-ink);
  font-size:16px;
  line-height:1.65;
}

body .mk-license-terms li{
  padding:13px 8px 13px 24px;
  border-bottom-color:var(--mk-ds-soft);
}

body .mk-license-terms li::before{
  top:22px;
  width:5px;
  height:5px;
  background:#89956f;
}

body .mk-license-extra{
  margin-top:44px;
  padding:26px 28px;
  background:#f5f6f1;
  border-color:var(--mk-ds-line);
}

body .mk-license-contact{
  margin-top:40px;
  padding-top:24px;
  border-top-color:var(--mk-ds-line-strong);
}

/* ---------------------------------------------------------
   Checkout / cart / account
   --------------------------------------------------------- */

body .mk-commerce-page,
body .wp-block-woocommerce-cart,
body .wp-block-woocommerce-checkout{
  font-size:16px;
  line-height:1.6;
}

body .mk-commerce-page .woocommerce :where(
  label,th,td,.payment_box,.woocommerce-terms-and-conditions-wrapper
){
  font-size:15px;
  line-height:1.55;
}

body .mk-commerce-page :where(input,select,textarea){
  font-size:16px;
}

body .mk-commerce-page .woocommerce .button{
  min-height:48px;
  font-size:15px!important;
}

/* ---------------------------------------------------------
   Footer
   --------------------------------------------------------- */

body .site-footer.mk-reference-footer{
  background:#24272f!important;
  color:#eceee8!important;
}

body .mk-footer-intro{
  padding:38px 0;
  border-bottom-color:#4b4e49;
}

body .mk-footer-intro p{
  max-width:760px;
  font-size:clamp(25px,2.8vw,36px);
  font-weight:500;
  line-height:1.18;
}

body .mk-footer-intro a{
  min-height:46px;
  padding:12px 20px;
  background:var(--mk-ds-accent);
  color:var(--mk-ds-ink)!important;
  font-size:14px;
  font-weight:600;
}

body .mk-reference-footer .mk-footer-main{
  gap:64px;
  padding:38px 0;
}

body .mk-reference-footer .mk-footer-about p,
body .mk-reference-footer .mk-footer-links a{
  color:#d8dad4;
  font-size:15px;
  line-height:1.7;
}

body .mk-reference-footer .mk-footer-bottom .mk-footer-copy,
body .mk-reference-footer .mk-footer-bottom .mk-footer-copy :where(p,a),
body .mk-reference-footer .mk-footer-payment{
  font-size:13px;
  line-height:1.5;
}

/* ---------------------------------------------------------
   Responsive system
   --------------------------------------------------------- */

@media(max-width:1100px){
  .site-header.mk-header-redesign{
    --mk-header-pro-height:68px;
  }

  .mk-header-redesign .site-branding .custom-logo{
    width:146px;
    max-width:146px;
  }

  body .mk-header-redesign .primary-navigation__menu>li>a{
    font-size:14px;
  }
}

@media(max-width:959px){
  :root{
    --mk-ds-gutter:clamp(18px,4vw,32px);
  }

  body.single-product .woocommerce div.product{
    display:grid;
    grid-template-columns:minmax(0,1fr);
  }

  body.single-product .woocommerce div.product > .mk-product-media-column{
    display:contents;
  }

  body.single-product .woocommerce div.product > .mk-product-media-column > div.images{
    order:1;
    margin-bottom:28px;
  }

  body.single-product .woocommerce div.product > div.summary{
    order:2;
  }

  body.single-product .woocommerce div.product > .mk-product-media-column > .woocommerce-tabs{
    order:3;
  }

  body .mk-license-layout{
    grid-template-columns:180px minmax(0,1fr);
    gap:30px;
  }

  body .mk-license-card>header{
    grid-template-columns:1fr;
    gap:12px;
  }

  body .mk-license-extra,
  body .mk-license-contact{
    margin-left:210px;
  }
}

@media(max-width:767px){
  body{
    font-size:16px;
  }

  .site-header.mk-header-redesign{
    --mk-header-pro-height:60px;
  }

  .mk-header-redesign .site-branding .custom-logo{
    width:128px;
    max-width:128px;
  }

  body.single-product .mk-product-heading--outside .product_title{
    font-size:clamp(27px,6.5vw,32px);
  }

  body.single-product .summary .mk-license-option{
    min-height:44px;
  }

  body.single-product .woocommerce div.product .woocommerce-variation-add-to-cart{
    grid-template-columns:76px minmax(0,1fr);
  }

  body.single-product .woocommerce .quantity .qty{
    width:76px;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products{
    gap:22px 14px!important;
  }

  body .mk-product-card__title,
  body.woocommerce ul.products li.product .mk-product-card__title{
    font-size:19px;
  }

  body .mk-license{
    padding-inline:18px;
  }

  body .mk-license-layout{
    display:block;
  }

  body .mk-license-index{
    top:60px;
  }

  body .mk-license-extra,
  body .mk-license-contact{
    margin-left:0;
  }

  body .mk-license-card>header{
    padding:19px 18px 17px;
  }

  body .mk-license-terms{
    padding-inline:18px;
  }

  body .mk-license-terms :where(p,li){
    font-size:15px;
  }

  body .mk-reference-footer .mk-footer-main{
    gap:28px;
    padding:30px 0;
  }
}

@media(max-width:480px){
  :root{
    --mk-ds-gutter:16px;
  }

  body.single-product .woocommerce div.product .woocommerce-variation-add-to-cart{
    grid-template-columns:1fr;
  }

  body.single-product .woocommerce .quantity .qty{
    width:100%;
  }

  body.single-product .mkfm-preview__toolbar--clean{
    gap:10px;
  }

  body .mk-product-card__body{
    grid-template-columns:1fr;
    gap:8px;
  }

  body .mk-product-card__price{
    justify-self:start;
  }
}

@media(prefers-reduced-motion:reduce){
  .site-header.mk-header-redesign{
    transition:none!important;
  }
}

/* ==========================================================================
   Storefront final geometry
   ========================================================================== */



:root{
  --mk-final-paper:#fafaf9;
  --mk-final-card:#fff;
  --mk-final-surface:#f5f5f3;
  --mk-final-ink:#111111;
  --mk-final-muted:#696965;
  --mk-final-line:#d9d9d4;
  --mk-final-soft:#f1f1ef;
  --mk-final-accent:#e9e9e5;
  --mk-final-gutter:clamp(18px,3vw,44px);
  --mk-final-section:clamp(52px,6vw,82px);
}

/* Global rhythm */
body{
  background:var(--mk-final-paper);
  color:var(--mk-final-ink);
}

.mk-container,
.mk-reference-footer .mk-footer-shell{
  width:min(calc(100% - (var(--mk-final-gutter) * 2)),1360px)!important;
  max-width:1360px!important;
  margin-inline:auto!important;
}

body :where(section,article,main,aside,header,footer){
  box-sizing:border-box;
}

/* Header */
.site-header.mk-header-redesign{
  --mk-header-pro-height:70px;
}

.mk-header-redesign .mk-brand-row{
  min-height:var(--mk-header-pro-height)!important;
}

.mk-header-redesign .site-branding .custom-logo{
  width:152px!important;
  max-width:152px!important;
  max-height:34px!important;
}

body .mk-header-redesign .primary-navigation__menu>li>a{
  min-height:38px!important;
  padding-inline:10px!important;
  font-size:15px!important;
}

.mk-header-redesign .mk-tool{
  width:40px!important;
  min-width:40px!important;
  height:40px!important;
  min-height:40px!important;
}

/* Archive / homepage section spacing */
body .mk-home-section,
body .mk-section,
body .woocommerce-products-header{
  margin-bottom:clamp(26px,3vw,40px);
}

body .mk-home-section + .mk-home-section{
  margin-top:var(--mk-final-section);
}

/* Product specimens */
.woocommerce ul.products,
.woocommerce-page ul.products{
  --mk-shop-card-gap:30px!important;
  gap:56px var(--mk-shop-card-gap)!important;
}

.mk-product-card{
  background:#fff!important;
  border:0!important;
  border-radius:10px!important;
  box-shadow:0 1px 2px rgba(17,18,20,.025),0 14px 36px rgba(17,18,20,.05)!important;
  overflow:hidden!important;
}

.mk-product-card__media{
  margin:0!important;
  background:#ececea!important;
  border:0!important;
}

.mk-product-card__body{
  padding:18px 20px 22px!important;
  gap:10px!important;
}

body .mk-product-card__title,
body.woocommerce ul.products li.product .mk-product-card__title{
  margin:0 0 6px!important;
  color:#111214!important;
  font-size:clamp(20px,1.65vw,25px)!important;
  font-weight:450!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
}

body .mk-product-card__category{
  color:#73736f!important;
  font-size:12px!important;
  font-weight:400!important;
  line-height:1.4!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

body .mk-product-card__price{
  color:#111214!important;
  font-size:15px!important;
  font-weight:550!important;
  font-variant-numeric:tabular-nums!important;
  white-space:nowrap;
}

/* Single-product presentation is bundled in assets/css/product.css. */

/* Font info */
body .mkfm-font-info__description{
  max-width:66ch!important;
  margin-bottom:24px!important;
  font-size:16px!important;
}

body .mkfm-font-info dl{
  margin-top:18px!important;
}

body .mkfm-font-info dl dt,
body .mkfm-font-info dl dd{
  font-size:14px!important;
  line-height:1.55!important;
}

/* Related products */
body.single-product .woocommerce div.product > .related.products,
body.single-product .woocommerce div.product > .up-sells{
  margin-top:clamp(56px,6vw,86px)!important;
  padding-top:22px!important;
  border-top:1px solid var(--mk-final-line)!important;
}

body .related.products>h2,
body .up-sells>h2{
  margin-bottom:20px!important;
  font-size:27px!important;
}

/* License/legal page */
body .mk-license-heading{
  padding-bottom:24px!important;
}

body .mk-license-heading h1{
  font-size:clamp(34px,3.8vw,46px)!important;
}

body .mk-license-heading>p{
  font-size:16px!important;
}

body .mk-license-layout{
  grid-template-columns:220px minmax(0,1fr)!important;
  gap:44px!important;
  padding-top:24px!important;
}

body .mk-license-card{
  margin-bottom:18px!important;
  border-color:var(--mk-final-line)!important;
}

body .mk-license-card>header{
  grid-template-columns:190px minmax(0,1fr)!important;
  gap:24px!important;
  padding:20px 22px 18px!important;
  background:#f5f6f1!important;
  border-bottom:1px solid var(--mk-final-line)!important;
}

body .mk-license-card h2{
  font-size:clamp(25px,2.5vw,32px)!important;
}

body .mk-license .mk-license-price{
  font-size:15px!important;
}

body .mk-license-terms{
  padding:2px 22px 8px!important;
  font-size:16px!important;
}

body .mk-license-terms :where(p,li){
  font-size:16px!important;
  line-height:1.62!important;
}

body .mk-license-terms li{
  padding:12px 8px 12px 23px!important;
  border-bottom:1px solid var(--mk-final-soft)!important;
}

body .mk-license-extra{
  margin-top:40px!important;
  padding:24px 26px!important;
  border-color:var(--mk-final-line)!important;
}

body .mk-license-contact{
  margin-top:36px!important;
  padding-top:22px!important;
}

/* Cart / checkout */
body .mk-commerce-page,
body .wp-block-woocommerce-cart,
body .wp-block-woocommerce-checkout{
  font-size:16px!important;
}

body .mk-commerce-page .woocommerce :where(label,th,td,.payment_box,.woocommerce-terms-and-conditions-wrapper){
  font-size:15px!important;
}

/* Footer */
body .mk-footer-intro{
  padding:34px 0!important;
}

body .mk-footer-intro p{
  font-size:clamp(24px,2.7vw,34px)!important;
}

body .mk-reference-footer .mk-footer-main{
  gap:56px!important;
  padding:34px 0!important;
}

body .mk-reference-footer .mk-footer-about p,
body .mk-reference-footer .mk-footer-links a{
  font-size:15px!important;
  line-height:1.7!important;
}

body .mk-reference-footer .mk-footer-bottom .mk-footer-copy,
body .mk-reference-footer .mk-footer-bottom .mk-footer-copy :where(p,a),
body .mk-reference-footer .mk-footer-payment{
  font-size:13px!important;
}

/* Tablet */
@media(max-width:959px){
  :root{--mk-final-gutter:clamp(18px,4vw,30px);}

  .site-header.mk-header-redesign{
    --mk-header-pro-height:62px;
  }

  .mk-header-redesign .site-branding .custom-logo{
    width:132px!important;
    max-width:132px!important;
  }

  body .mk-license-layout{
    grid-template-columns:180px minmax(0,1fr)!important;
    gap:28px!important;
  }

  body .mk-license-card>header{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  body .mk-license-extra,
  body .mk-license-contact{
    margin-left:208px!important;
  }
}

/* Mobile */
@media(max-width:767px){
  :root{--mk-final-gutter:16px;}

  body{font-size:16px!important;}

  .site-header.mk-header-redesign{
    --mk-header-pro-height:58px;
  }

  .mk-header-redesign .site-branding .custom-logo{
    width:122px!important;
    max-width:122px!important;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products{
    gap:20px 14px!important;
  }

  body .mk-product-card__title,
  body.woocommerce ul.products li.product .mk-product-card__title{
    font-size:19px!important;
  }

  body .mk-license-layout{
    display:block!important;
  }

  body .mk-license-extra,
  body .mk-license-contact{
    margin-left:0!important;
  }

  body .mk-license-card>header{
    padding:18px 18px 16px!important;
  }

  body .mk-license-terms{
    padding-inline:18px!important;
  }

  body .mk-license-terms :where(p,li){
    font-size:15px!important;
  }

  body .mk-footer-intro{
    padding:28px 0!important;
  }

  body .mk-reference-footer .mk-footer-main{
    gap:24px!important;
    padding:28px 0!important;
  }
}

@media(max-width:480px){
  body .mk-product-card__body{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }

  body .mk-product-card__price{
    justify-self:start!important;
  }

}

/* ==========================================================================
   Central social profiles — Motokiwo SEO Official profile URLs
   ========================================================================== */
.mk-reference-footer .mk-footer-bottom{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:20px;
}
.mk-reference-footer .mk-footer-copy{grid-column:1}
.mk-footer-social{grid-column:2}
.mk-reference-footer .mk-footer-payment{grid-column:3;justify-self:end}
.mk-footer-social{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:4px;
  min-width:0;
}
.mk-footer-social:empty{display:none}
.mk-footer-social .mk-social-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:50%;
  color:#eceee8;
  text-decoration:none;
  transition:background-color .16s ease,color .16s ease,transform .16s ease;
}
.mk-footer-social .mk-social-link:hover{
  background:#d5ee61;
  color:#24272f;
  transform:translateY(-1px);
}
.mk-footer-social .mk-social-link:focus-visible{
  outline:2px solid #d5ee61;
  outline-offset:2px;
}
.mk-footer-social .mk-social-link svg{
  width:18px;
  height:18px;
  display:block;
}
@media(max-width:760px){
  .mk-reference-footer .mk-footer-bottom{
    grid-template-columns:1fr;
    justify-items:center;
    align-items:center;
    text-align:center;
  }
  .mk-reference-footer .mk-footer-copy,
  .mk-footer-social,
  .mk-reference-footer .mk-footer-payment{grid-column:auto}
  .mk-footer-social{order:2}
  .mk-reference-footer .mk-footer-payment{order:3;justify-self:center}
}


/* ---- assets/css/product.css ---- */

/*
 * Motokiwo single-product module.
 * Stable product geometry, variation UI, preview, Font Info and Glyph surfaces.
 * Design-exposed values are consumed through --mk-* tokens and finalized by
 * design-runtime.css.
 */

.single-product .summary .variations .mk-server-variation-control{display:block;width:100%;min-width:0}
.single-product .summary .variations .mk-server-variation-control>select{display:none!important}
.single-product .summary .variations tr:has(.mk-server-variation-control)>th.label,
.single-product .summary .variations tr:has(.mk-server-variation-control)>td.label{display:none!important}
.single-product .summary .variations .mk-server-variation-control .mk-license-option{position:relative;display:flex;align-items:center;gap:10px;width:100%;min-height:38px;margin:0;padding:7px 0;border:0;border-top:1px solid #e1e1dc;background:transparent;color:#111111;cursor:pointer;font-size:14px;line-height:1.3;font-weight:400;letter-spacing:0;text-transform:none;}
.single-product .summary .variations .mk-server-variation-control .mk-license-heading-row+.mk-license-option{border-top:0}
.single-product .summary .variations .mk-server-variation-control .mk-license-name,.single-product .summary .variations .mk-server-variation-control .mk-license-price{letter-spacing:0;text-transform:none}
.single-product .summary .variations .mk-server-variation-control .mk-license-option:hover,
.single-product .summary .variations .mk-server-variation-control .mk-license-option.is-selected{color:#000}
@media(max-width:479px){.single-product .summary .variations .mk-server-variation-control .mk-license-option{min-height:36px;padding:6px 0}}


/* Native Motokiwo license selector. */
.mk-native-variation-form .variations select,
.mk-native-variation-form .variations th.label,
.mk-native-variation-form .variations td.label{
  display:none!important;
}

.single-product .summary .mk-native-variation-form .variations,
.single-product .summary .mk-native-variation-form .variations tbody,
.single-product .summary .mk-native-variation-form .variations tr,
.single-product .summary .mk-native-variation-form .variations td.value{
  display:block;
  width:100%;
  max-width:none;
  padding:0;
}

.mk-product-guide{
  display:none!important;
}

.mk-license-options{
  width:100%;
  min-width:0;
  margin:0 0 14px;
  padding:0;
  border:0;
  background:transparent;
}

.mk-license-legend-sr{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.mk-license-heading-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:34px;
  margin:0 0 4px;
  padding:0;
  background:transparent;
}

.mk-license-heading-title{
  color:#111111;
  font-size:14px;
  line-height:1.25;
  font-weight:600;
}

.mk-license-guide-link{
  appearance:none;
  -webkit-appearance:none;
  display:inline-flex!important;
  align-items:center;
  flex:0 0 auto;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  color:#6f736b;
  font:inherit;
  font-size:11px;
  line-height:1.25;
  font-weight:500;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
  visibility:visible!important;
  opacity:1!important;
}

.mk-license-guide-link:hover{
  color:#111111;
  text-decoration:underline;
  text-underline-offset:3px;
}

.single-product .summary .mk-native-variation-form .variations .mk-license-option{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  min-height:38px;
  margin:0;
  padding:7px 0;
  border:0;
  border-top:1px solid #e1e1dc;
  background:transparent;
  color:#111111;
  cursor:pointer;
  font-size:14px;
  line-height:1.3;
  font-weight:400;
}

.single-product .summary .mk-native-variation-form .variations .mk-license-option:hover{
  color:#000;
}

.single-product .summary .mk-native-variation-form .variations .mk-license-option.is-selected{
  color:#000;
}

.mk-license-option input[type=radio]{
  position:static!important;
  flex:0 0 auto;
  width:15px!important;
  height:15px!important;
  margin:0!important;
  padding:0!important;
  opacity:1!important;
  overflow:visible!important;
  pointer-events:auto;
  appearance:auto;
  -webkit-appearance:radio;
  accent-color:#111111;
  cursor:pointer;
}

.mk-license-option .mk-license-name{
  flex:1 1 auto;
  min-width:0;
  color:inherit;
  font-weight:500;
  overflow-wrap:anywhere;
}

.mk-license-option .mk-license-price{
  flex:0 0 auto;
  min-width:72px;
  text-align:right;
  white-space:nowrap;
  color:#111111;
  font-size:13px;
  line-height:1.2;
  font-style:normal;
  font-weight:600;
}

.mk-license-option .mk-license-price del{
  margin-right:4px;
  opacity:.5;
  font-weight:400;
}

.mk-license-option .mk-license-price ins{
  text-decoration:none;
}

.mk-license-option .mk-license-from{
  color:#72726e;
  font-size:10px;
  font-weight:400;
}

.mk-license-option.is-unavailable{
  opacity:.38;
  cursor:not-allowed;
}

.mk-license-option:has(input:focus-visible){
  outline:1px dotted #111111;
  outline-offset:2px;
}

.single-product .summary .variations_form .reset_variations{
  display:none!important;
}

/* Keep purchase area present from first render to avoid first-selection jump. */
.single-product .summary .mk-native-variation-form .single_variation_wrap,
.single-product .summary .mk-native-variation-form .single_variation_wrap.mk-stable-variation-wrap{
  display:block!important;
  height:auto!important;
  min-height:52px;
  overflow:visible!important;
  margin-top:12px!important;
  padding:0!important;
}

.single-product .summary .mk-native-variation-form .woocommerce-variation.single_variation{
  display:none!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}

.single-product .summary .mk-native-variation-form .woocommerce-variation-add-to-cart{
  display:flex!important;
  align-items:stretch;
  gap:10px;
  min-height:52px;
  margin:0!important;
  visibility:visible!important;
  opacity:1!important;
}

/* Before a license is selected WooCommerce keeps the button disabled.
 * Keep it visible to preserve layout, but clearly inactive. */
.single-product .summary .mk-native-variation-form .single_add_to_cart_button.disabled,
.single-product .summary .mk-native-variation-form .single_add_to_cart_button:disabled{
  opacity:.42!important;
  cursor:not-allowed!important;
  pointer-events:none!important;
}

.single-product .summary .mk-native-variation-form .single_add_to_cart_button{
  transform:none!important;
  animation:none!important;
}

.single-product .summary .mk-selected-variation-price{
  min-height:1.45em;
}

.single-product .summary .mk-selected-variation-price.is-empty{
  visibility:hidden!important;
}

.single-product .summary .mk-native-variation-form .woocommerce-variation-price{
  display:none!important;
}

@media(max-width:479px){
  .mk-license-heading-row{
    min-height:32px;
  }

  .single-product .summary .mk-native-variation-form .variations .mk-license-option{
    min-height:36px;
    padding:6px 0;
  }

  .mk-license-option .mk-license-price{
    min-width:62px;
    font-size:12px;
  }
}




.single-product .summary .mk-native-variation-form .variations .mk-license-heading-row + .mk-license-option{
  border-top:0;
}


/* Compact product License Guide modal. */
.mk-product-guide{
  display:block!important;
  height:0;
  overflow:visible;
}

.mk-product-guide > .mk-product-guide__open{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.mk-license-guide-link{
  appearance:none;
  -webkit-appearance:none;
  padding:0;
  border:0;
  background:none;
  cursor:pointer;
  font:inherit;
}

.mk-product-guide__dialog{
  width:min(560px, calc(100vw - 32px));
  max-width:560px;
  max-height:min(720px, calc(100vh - 48px));
  margin:auto;
  padding:0;
  overflow:auto;
  border:1px solid #d9d9d4;
  background:#ffffff;
  color:#111111;
  box-shadow:0 18px 60px rgba(0,0,0,.18);
}

.mk-product-guide__dialog::backdrop{
  background:rgba(20,22,18,.42);
  backdrop-filter:blur(2px);
}

.mk-product-guide__panel{
  padding:20px 22px 18px;
}

.mk-product-guide__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding-bottom:12px;
  border-bottom:1px solid #dedfd7;
}

.mk-product-guide__header h2{
  margin:0;
  font-size:19px;
  line-height:1.2;
  font-weight:600;
}

.mk-product-guide__close{
  appearance:none;
  -webkit-appearance:none;
  width:30px;
  height:30px;
  padding:0;
  border:0;
  background:transparent;
  color:#555a52;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}

.mk-product-guide__rows{
  margin-top:2px;
}

.mk-product-guide__row{
  display:grid;
  grid-template-columns:110px minmax(0,1fr);
  gap:16px;
  padding:10px 0;
  border-bottom:1px solid #eceee7;
  font-size:12px;
  line-height:1.45;
}

.mk-product-guide__row strong{
  font-weight:600;
}

.mk-product-guide__row span{
  color:#656960;
}

.mk-product-guide__footer{
  margin:15px 0 0;
  font-size:11px;
}

.mk-product-guide__footer a{
  color:#111111;
  text-decoration:underline;
  text-underline-offset:3px;
}

@media(max-width:479px){
  .mk-product-guide__panel{
    padding:17px 16px 15px;
  }

  .mk-product-guide__row{
    grid-template-columns:92px minmax(0,1fr);
    gap:12px;
    padding:9px 0;
  }
}


/* No visible WooCommerce "Choose an option" prompt.
 * The native radio list mirrors WooCommerce's selected/default License value.
 */
.single-product .summary .mk-native-variation-form .variations select,
.single-product .summary .mk-native-variation-form .variations select option:first-child{
  color:transparent!important;
}

.single-product .summary .mk-native-variation-form .variations .reset_variations,
.single-product .summary .mk-native-variation-form .woocommerce-variation-description,
.single-product .summary .mk-native-variation-form .woocommerce-variation-availability:empty{
  display:none!important;
}


@media(max-width:360px){
  .mk-license-heading-row{
    gap:10px;
  }

  .mk-license-guide-link{
    font-size:10px;
  }
}


/* License header: keep title and guide visible at every viewport width. */
.mk-license-heading-row{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:100%!important;
}

.mk-license-guide-link{
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
  position:static!important;
  width:auto!important;
  height:auto!important;
  clip:auto!important;
  overflow:visible!important;
  color:#6f736b!important;
}


body.single-product .summary form.variations_form .mk-server-variation-control{
  display:block;width:100%;min-width:0;
}
body.single-product .summary form.variations_form .mk-server-variation-control>select{display:none!important}
body.single-product .summary form.variations_form .mk-server-variation-control .mk-license-options{
  width:100%;min-width:0;margin:0!important;padding:0!important;border:0!important;background:transparent;
}
body.single-product .summary form.variations_form .mk-server-variation-control .mk-license-heading-row{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;
  width:100%!important;min-height:36px!important;margin:0 0 6px!important;padding:0!important;
}
body.single-product .summary form.variations_form .mk-server-variation-control .mk-license-heading-title{
  color:var(--mk-ds-muted,#6f736b)!important;font-size:12px!important;font-weight:600!important;
  line-height:1.25!important;letter-spacing:.04em!important;text-transform:uppercase!important;
}
body.single-product .summary form.variations_form .mk-server-variation-control .mk-license-guide-link{
  display:inline-flex!important;position:static!important;align-items:center!important;flex:0 0 auto!important;
  width:auto!important;height:auto!important;min-height:auto!important;margin:0!important;padding:4px 0!important;
  clip:auto!important;overflow:visible!important;border:0!important;border-bottom:1px solid transparent!important;
  background:transparent!important;color:var(--mk-ds-muted,#6f736b)!important;font-size:12px!important;
  font-weight:500!important;line-height:1.2!important;letter-spacing:0!important;text-transform:none!important;
  visibility:visible!important;opacity:1!important;
}
body.single-product .summary form.variations_form .mk-server-variation-control .mk-license-option{
  position:relative!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;gap:12px!important;width:100%!important;min-height:48px!important;
  margin:0!important;padding:10px 2px!important;border:0!important;
  border-bottom:1px solid var(--mk-ds-soft,#e1e1dc)!important;background:transparent!important;
  color:var(--mk-ds-ink,#111111)!important;cursor:pointer!important;font-size:14px!important;
  font-weight:400!important;line-height:1.35!important;letter-spacing:0!important;text-transform:none!important;
}
body.single-product .summary form.variations_form .mk-server-variation-control .mk-license-option:first-of-type{
  border-top:1px solid var(--mk-ds-soft,#e1e1dc)!important;
}
body.single-product .summary form.variations_form .mk-server-variation-control .mk-license-option input[type=radio]{
  position:static!important;width:17px!important;height:17px!important;min-width:17px!important;flex:0 0 17px!important;
  margin:0!important;padding:0!important;opacity:1!important;appearance:auto!important;-webkit-appearance:radio!important;
  accent-color:var(--mk-ds-ink,#111111)!important;pointer-events:auto!important;
}
body.single-product .summary form.variations_form .mk-server-variation-control .mk-license-name{
  min-width:0!important;color:inherit!important;font-size:14px!important;font-weight:500!important;line-height:1.35!important;
  letter-spacing:0!important;text-transform:none!important;overflow-wrap:anywhere!important;
}
body.single-product .summary form.variations_form .mk-server-variation-control .mk-license-price{
  display:block!important;min-width:72px!important;margin-inline-start:auto!important;color:var(--mk-ds-ink,#111111)!important;
  font-size:14px!important;font-style:normal!important;font-weight:600!important;line-height:1.35!important;
  letter-spacing:0!important;text-align:right!important;text-transform:none!important;white-space:nowrap!important;
}
/* Reserve the final Woo variation purchase area before hydration as well. */
body.single-product .summary form.variations_form .single_variation_wrap{
  display:block!important;height:auto!important;min-height:52px!important;overflow:visible!important;
  margin-top:12px!important;padding:0!important;
}
body.single-product .summary form.variations_form .woocommerce-variation.single_variation{
  display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;
}
body.single-product .summary form.variations_form .woocommerce-variation-add-to-cart{
  display:flex!important;align-items:stretch!important;gap:10px!important;min-height:52px!important;
  margin:0!important;visibility:visible!important;opacity:1!important;
}
@media(max-width:479px){
  body.single-product .summary form.variations_form .mk-server-variation-control .mk-license-heading-row{min-height:32px!important}
  body.single-product .summary form.variations_form .mk-server-variation-control .mk-license-option{min-height:48px!important;padding:10px 2px!important}
  body.single-product .summary form.variations_form .mk-server-variation-control .mk-license-price{min-width:62px!important;font-size:14px!important}
}

body.single-product .summary form.variations_form:has(.mk-server-variation-control) .variations,
body.single-product .summary form.variations_form:has(.mk-server-variation-control) .variations tbody,
body.single-product .summary form.variations_form:has(.mk-server-variation-control) .variations tr,
body.single-product .summary form.variations_form:has(.mk-server-variation-control) .variations td.value{
  display:block!important;
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
body.single-product .summary form.variations_form:has(.mk-server-variation-control) .variations th.label,
body.single-product .summary form.variations_form:has(.mk-server-variation-control) .variations td.label{
  display:none!important;
}
body.single-product .summary form.variations_form:has(.mk-server-variation-control) .single_variation_wrap{
  min-height:40px!important;
  margin-top:9px!important;
}
body.single-product .summary form.variations_form:has(.mk-server-variation-control) .woocommerce-variation-add-to-cart{
  display:grid!important;
  grid-template-columns:132px minmax(0,1fr)!important;
  align-items:stretch!important;
  gap:8px!important;
  width:100%!important;
  min-height:40px!important;
}
/* Woo starts variable buttons disabled until its matcher runs. A valid server-
   selected radio already communicates the intended state, so avoid the grey ->
   solid first-paint flash while preserving the native disabled attribute. */
body.single-product .summary form.variations_form:has(.mk-server-variation-control input[type=radio]:checked)
.single_add_to_cart_button.disabled.wc-variation-selection-needed{
  opacity:1!important;
}
@media(max-width:420px){
  body.single-product .summary form.variations_form:has(.mk-server-variation-control) .woocommerce-variation-add-to-cart{
    grid-template-columns:120px minmax(0,1fr)!important;
    gap:7px!important;
  }
}

.mkfm-glyphs{color:#111111}
.mkfm-glyphs__toolbar{display:flex;align-items:end;gap:16px;padding:20px;background:#efefec;border:1px solid #d9d9d4;border-radius:0;margin:0 0 20px;flex-wrap:wrap}
.mkfm-glyphs__style-label,.mkfm-glyphs__filter-label{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:600;letter-spacing:.02em;min-width:0}
.mkfm-glyphs__style-label{flex:1}.mkfm-glyphs__filter-label{flex:2}
.mkfm-glyphs select,.mkfm-glyphs input{box-sizing:border-box;width:100%;min-height:48px!important;border:1px solid #d9d9d4!important;border-radius:0!important;background-color:#fff!important;color:#111111!important;padding:12px 14px!important;font:inherit;font-size:15px!important;box-shadow:none!important}
.mkfm-glyphs select{padding-right:36px!important;cursor:pointer}
.mkfm-glyphs input:focus,.mkfm-glyphs select:focus{outline:2px solid #111111;outline-offset:2px}
.mkfm-glyphs [data-mkfm-glyph-status]{font-size:13px;color:#696965;margin:0 0 16px}
.mkfm-glyphs__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px}
.mkfm-glyphs .mkfm-glyph{box-sizing:border-box;min-width:0;height:128px;padding:10px 6px 8px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background:#ffffff;border:1px solid #e1e4db;border-radius:0;}
.mkfm-glyphs .mkfm-glyph:hover,.mkfm-glyphs .mkfm-glyph:focus-within{background:#f2f2ef;border-color:#bdbdb7}
.mkfm-glyphs .mkfm-glyph__char{display:block;width:100%;height:80px;text-align:center;line-height:80px!important;font-style:normal!important;font-weight:400!important;font-synthesis:none;font-variant-ligatures:none;letter-spacing:0!important;text-transform:none!important;white-space:pre;user-select:text;cursor:text;isolation:isolate;unicode-bidi:isolate}
.mkfm-glyphs .mkfm-glyph__code{appearance:none;display:block;border:0!important;border-radius:5px;background:transparent!important;color:#696965!important;padding:5px 8px!important;min-height:26px;font:10px/16px ui-monospace,SFMono-Regular,Menlo,monospace!important;letter-spacing:.04em;cursor:pointer;box-shadow:none!important}
.mkfm-glyphs .mkfm-glyph__code:hover,.mkfm-glyphs .mkfm-glyph__code.is-copied{color:#354610!important;background:#eaf1d0!important}
.mkfm-glyphs button:focus-visible{outline:2px solid #111111;outline-offset:2px}
.mkfm-glyphs [hidden]{display:none!important}
@media(max-width:767px){.mkfm-glyphs__toolbar{padding:14px;flex-direction:column;align-items:stretch}.mkfm-glyphs__grid{grid-template-columns:repeat(auto-fill,minmax(82px,1fr));gap:8px}.mkfm-glyphs .mkfm-glyph{height:120px}}

/* Scoped typography prevents storefront table and definition-list rules leaking in. */
.mkfm-font-info{color:#111111;margin:0 0 28px;max-width:100%;font-size:15px;line-height:1.6}
.mkfm-font-info .mkfm-font-info__summary,.mkfm-font-info .mkfm-font-info__style{box-sizing:border-box;margin:0 0 20px;padding:24px;border:1px solid #d9d9d4;border-radius:0;background:#ffffff;min-width:0}
.mkfm-font-info .mkfm-font-info__summary{background:#efefec}
.mkfm-font-info dl{display:grid;grid-template-columns:180px minmax(0,1fr);gap:0;margin:0;padding:0}
.mkfm-font-info dl dt,.mkfm-font-info dl dd{float:none;width:auto;min-width:0;margin:0;padding:12px 0;border:0;border-bottom:1px solid #e8eae3;font-size:14px;line-height:1.6;text-align:left;letter-spacing:normal;text-transform:none;overflow-wrap:anywhere}
.mkfm-font-info dl dt{font-weight:500;color:#696965;padding-right:24px}
.mkfm-font-info dl dd{font-weight:400;color:#111111}
.mkfm-font-info dl dt:nth-last-of-type(1),.mkfm-font-info dl dd:last-child{border-bottom:0}
.mkfm-font-info .mkfm-font-info__style h3{margin:0 0 10px;padding:0;font-size:19px;line-height:1.4;font-weight:500;letter-spacing:normal;text-transform:none}
.mkfm-font-info [data-mkfm-info-status]{margin:10px 0 0;font-size:14px;color:#696965}
.mkfm-font-info [data-mkfm-info-status]:empty{display:none}
@media(max-width:600px){.mkfm-font-info .mkfm-font-info__summary,.mkfm-font-info .mkfm-font-info__style{padding:18px}.mkfm-font-info dl{grid-template-columns:minmax(0,1fr)}.mkfm-font-info dl dt{border-bottom:0;padding:14px 0 2px;font-size:12px}.mkfm-font-info dl dd{padding:0 0 14px}.mkfm-font-info dl dt:first-child{padding-top:0}.mkfm-font-info dl dd:last-child{padding-bottom:0}}

.mkfm-glyphs{color:var(--mk-ink,#111111)}
.mkfm-glyphs__toolbar{gap:14px;margin-bottom:18px;padding:16px;background:var(--mk-product-surface,#efefec);border-color:var(--mk-line,#dedfd8);border-radius:0}
.mkfm-glyphs__style-label,.mkfm-glyphs__filter-label{gap:6px;color:var(--mk-muted,#777773);font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}
.mkfm-glyphs select,.mkfm-glyphs input{min-height:40px!important;padding:9px 11px!important;color:var(--mk-ink,#111111)!important;background:#ffffff!important;border-color:var(--mk-line,#dedfd8)!important;border-radius:0!important;font-size:13px!important}
.mkfm-glyphs input:focus,.mkfm-glyphs select:focus{outline:1px solid var(--mk-ink,#111111);outline-offset:0}
.mkfm-glyphs [data-mkfm-glyph-status]{margin-bottom:14px;color:var(--mk-muted,#777773);font-size:11px}
.mkfm-glyphs__grid{grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:1px;background:var(--mk-line,#dedfd8);border:1px solid var(--mk-line,#dedfd8)}
.mkfm-glyphs .mkfm-glyph{height:122px;padding:9px 6px 7px;background:#ffffff;border:0;border-radius:0;}
.mkfm-glyphs .mkfm-glyph:hover,.mkfm-glyphs .mkfm-glyph:focus-within{background:var(--mk-surface,#f3f3ed)}
.mkfm-glyphs .mkfm-glyph__code{border-radius:0;color:var(--mk-muted,#777773)!important;font-size:9px!important}
.mkfm-glyphs .mkfm-glyph__code:hover,.mkfm-glyphs .mkfm-glyph__code.is-copied{color:var(--mk-ink,#111111)!important;background:#efefec!important}
.mkfm-glyphs button:focus-visible{outline:1px solid var(--mk-ink,#111111);outline-offset:1px}
.mkfm-font-info{color:var(--mk-ink,#111111);font-size:14px;line-height:1.65}
.mkfm-font-info .mkfm-font-info__summary,.mkfm-font-info .mkfm-font-info__style{margin-bottom:16px;padding:20px;background:#ffffff;border-color:var(--mk-line,#dedfd8);border-radius:0}
.mkfm-font-info .mkfm-font-info__summary{background:var(--mk-surface,#f3f3ed)}
.mkfm-font-info dl{grid-template-columns:170px minmax(0,1fr)}
.mkfm-font-info dl dt,.mkfm-font-info dl dd{padding:10px 0;border-bottom-color:var(--mk-line,#dedfd8);font-size:13px}
.mkfm-font-info dl dt{padding-right:20px;color:var(--mk-muted,#777773);font-weight:400}
.mkfm-font-info dl dd{color:var(--mk-ink,#111111)}
.mkfm-font-info .mkfm-font-info__style h3{font-size:18px;font-weight:400}
.mkfm-font-info [data-mkfm-info-status]{color:var(--mk-muted,#777773);font-size:12px}
@media(max-width:767px){.mkfm-glyphs__toolbar{padding:13px}}








/* Keep gateway-owned buttons in their native hooks, below primary actions. */
.single-product .summary > .ppc-button-wrapper,
.single-product .summary form.cart .ppc-button-wrapper {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  max-width: none;
  min-width: 0;
  flex: 0 0 100%;
  grid-column: 1 / -1;
  margin: 18px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--mk-line, #dedfd8);
  box-sizing: border-box;
}
.woocommerce-cart .wc-proceed-to-checkout .ppc-button-wrapper {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  max-width: none;
  min-width: 0;
  flex: 0 0 100%;
  grid-column: 1 / -1;
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--mk-line, #dedfd8);
  box-sizing: border-box;
}
.single-product .summary .ppc-button-wrapper > [id^="ppc-button"],
.woocommerce-cart .wc-proceed-to-checkout .ppc-button-wrapper > [id^="ppc-button"] {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-inline: 0;
}
.woocommerce-cart .wc-proceed-to-checkout > .checkout-button {
  display: block;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.single-product .summary > .ppc-button-wrapper,
.single-product .summary form.cart .ppc-button-wrapper {
  min-height: 82px;
}
.single-product .summary .ppc-button-wrapper > [id^="ppc-button"] {
  min-height: 45px;
}
/* Cart can legitimately omit an ineligible express mount, so retain the old
   collapse behavior there only. */
.woocommerce-cart .wc-proceed-to-checkout .ppc-button-wrapper:not(:has(iframe)) {
  margin-block: 0;
  padding-block: 0;
  min-height: 0;
  border-top: 0;
}



/* ---------------------------------------------------------
   Product title and page rhythm
   --------------------------------------------------------- */
body.single-product .mk-woocommerce-main{
  padding-top:clamp(26px,2.8vw,40px);
  padding-bottom:clamp(68px,6vw,96px);
}

body.single-product .mk-product-heading--outside{
  margin:0 0 clamp(24px,2.5vw,34px);
  padding:0;
  border:0;
}

body.single-product .mk-product-heading--outside .product_title{
  max-width:34ch;
  margin:0;
  font-size:clamp(38px,3.2vw,44px);
  font-weight:500;
  line-height:1.04;
  letter-spacing:-.035em;
  text-wrap:balance;
}

/* ---------------------------------------------------------
   Hero: specimen + purchase panel
   --------------------------------------------------------- */
@media(min-width:960px){
  body.single-product .woocommerce div.product{
    display:grid;
    grid-template-columns:minmax(0,1fr) clamp(360px,31vw,420px);
    align-items:start;
    column-gap:clamp(40px,4vw,52px);
    row-gap:0;
  }

  body.single-product .woocommerce div.product > .mk-product-media-column{
    grid-column:1;
    min-width:0;
    width:100%;
  }

  body.single-product .woocommerce div.product > div.summary{
    grid-column:2;
    min-width:0;
    width:100%;
    margin:0;
    padding-top:0;
    position:static;
  }

  /* Tabs are a direct product child again so the specimen canvas can use
     the complete content width instead of being trapped under the gallery. */
  body.single-product .woocommerce div.product > .woocommerce-tabs{
    grid-column:1 / -1;
    width:100%;
    min-width:0;
  }

  body.single-product .woocommerce div.product > .up-sells,
  body.single-product .woocommerce div.product > .related.products{
    grid-column:1 / -1;
    width:100%;
    min-width:0;
  }
}

body.single-product .woocommerce div.product > .mk-product-media-column > div.images{
  float:none;
  width:100%;
  min-width:0;
  margin:0;
}

/* Let the lead specimen read like artwork instead of a card. Secondary
   gallery images and thumbnails retain the existing quiet frame treatment. */
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image:first-child{
  padding:0;
  border:0;
  background:transparent;
}

body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image:first-child img{
  display:block;
  width:100%;
  height:auto;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs{
  gap:8px;
  margin-top:8px;
}

/* ---------------------------------------------------------
   Purchase / license controls
   --------------------------------------------------------- */
body.single-product .summary .mk-license-heading-row{
  min-height:36px;
  margin-bottom:6px;
}

body.single-product .summary .mk-license-heading-title,
body.single-product .summary .mk-license-guide-link{
  font-size:12px;
}

body.single-product .summary .mk-license-option{
  min-height:48px;
  padding:10px 2px;
  gap:12px;
}

body.single-product .summary .mk-license-option input[type="radio"]{
  width:17px!important;
  height:17px!important;
  flex:0 0 17px;
}

body.single-product .summary .mk-license-name,
body.single-product .summary .mk-license-price{
  font-size:14px;
}

body.single-product .summary .mk-selected-variation-price{
  margin:16px 0 0;
  font-size:21px;
  line-height:1.2;
  font-weight:600;
}

body.single-product .woocommerce div.product form.cart{
  margin-top:18px;
  padding-top:18px;
}

body.single-product .woocommerce div.product .single_add_to_cart_button{
  min-height:50px;
  font-size:15px;
}


/* ---------------------------------------------------------
   License Guide modal
   --------------------------------------------------------- */
body.single-product .mk-product-guide__dialog{
  width:min(560px,calc(100vw - 36px));
}

body.single-product .mk-product-guide__close{
  display:inline-grid;
  place-items:center;
  width:40px;
  height:40px;
  margin:-5px -6px -5px 0;
  font-size:24px;
}

body.single-product .mk-product-guide__row{
  grid-template-columns:116px minmax(0,1fr);
  gap:18px;
  padding:11px 0;
  font-size:13px;
  line-height:1.5;
}

body.single-product .mk-product-guide__footer{
  font-size:12px;
  line-height:1.5;
}

/* ---------------------------------------------------------
   Responsive composition
   --------------------------------------------------------- */
@media(max-width:959px){
  body.single-product .woocommerce div.product{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    row-gap:0;
  }

  body.single-product .woocommerce div.product > .mk-product-media-column{
    grid-column:1;
    order:1;
    display:block;
    width:100%;
    min-width:0;
  }

  body.single-product .woocommerce div.product > div.summary{
    grid-column:1;
    order:2;
    width:100%;
    margin:30px 0 0;
    position:static;
  }

  body.single-product .woocommerce div.product > .woocommerce-tabs{
    grid-column:1;
    order:3;
    width:100%;
    min-width:0;
  }

  body.single-product .woocommerce div.product > .up-sells{
    grid-column:1;
    order:4;
  }

  body.single-product .woocommerce div.product > .related.products{
    grid-column:1;
    order:5;
  }

}

@media(max-width:767px){
  body.single-product{
    --mk-final-gutter:clamp(18px,4.8vw,20px);
  }

  body.single-product .mk-product-heading--outside{
    margin-bottom:22px;
  }

  body.single-product .mk-product-heading--outside .product_title{
    font-size:clamp(29px,7.7vw,34px);
    line-height:1.06;
  }

  body.single-product .woocommerce div.product > div.summary{
    margin-top:26px;
  }

  body.single-product .summary .mk-license-option{
    min-height:48px;
  }
}

@media(max-width:600px){

  body.single-product .mk-product-guide__panel{
    padding:18px 17px 16px;
  }

  body.single-product .mk-product-guide__row{
    grid-template-columns:96px minmax(0,1fr);
    gap:13px;
    font-size:13px;
  }
}

/* The title now belongs to the media column, immediately below the complete
   WooCommerce gallery (lead image/slider + thumbnails). */
body.single-product .summary .mk-product-heading--summary{
  box-sizing:border-box;
  width:100%;
  max-width:100%;
  margin:clamp(14px,1.5vw,20px) 0 0;
  padding:0;
  border:0;
}

body.single-product .summary .mk-product-heading--summary .product_title{
  max-width:30ch;
  margin:0;
  color:var(--mk-ink,#111111);
  font-size:clamp(30px,2.7vw,40px);
  font-weight:500;
  line-height:1.05;
  letter-spacing:-.03em;
  text-wrap:balance;
}

/* Neutralize the old outside-title rhythm if stale markup is ever served by a
   page cache while the new PHP template is rolling out. */
body.single-product .mk-product-heading--outside{
  display:none!important;
}

@media(max-width:767px){
  body.single-product .summary .mk-product-heading--summary{
    margin-top:14px;
  }

  body.single-product .summary .mk-product-heading--summary .product_title{
    font-size:clamp(27px,7.2vw,33px);
    line-height:1.07;
  }
}

.mkfm-preview--redesign{
  --mk-preview-ink:#111111;
  --mk-preview-muted:#696965;
  --mk-preview-line:#d9d9d4;
  --mk-preview-paper:#ffffff;
  --mk-preview-surface:#efefec;
  --mk-preview-accent:#111111;
  width:100%;
  max-width:none;
  margin:0;
  color:var(--mk-preview-ink);
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

.mkfm-preview--redesign .mkfm-preview__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin:0 0 18px;
}

.mkfm-preview--redesign .mkfm-preview__intro{min-width:0}

.mkfm-preview--redesign .mkfm-preview__kicker{
  display:block;
  margin:0 0 7px;
  color:var(--mk-preview-muted);
  font-size:10px;
  font-weight:600;
  letter-spacing:.1em;
  line-height:1.2;
  text-transform:uppercase;
}

.mkfm-preview--redesign .mkfm-preview__intro h3{
  margin:0;
  color:var(--mk-preview-ink);
  font:inherit;
  font-size:clamp(24px,2.6vw,34px);
  font-weight:400;
  letter-spacing:-.025em;
  line-height:1.05;
}

.mkfm-preview--redesign .mkfm-preview__intro p{
  margin:7px 0 0;
  color:var(--mk-preview-muted);
  font-size:13px;
  line-height:1.45;
}

.mkfm-preview--redesign .mkfm-preview__reset{
  appearance:none;
  flex:0 0 auto;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:7px 0!important;
  border:0!important;
  border-bottom:1px solid transparent!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--mk-preview-muted)!important;
  box-shadow:none!important;
  font:inherit!important;
  font-size:12px!important;
  line-height:1.2!important;
  text-decoration:none!important;
  cursor:pointer;
}

.mkfm-preview--redesign .mkfm-preview__reset:hover,
.mkfm-preview--redesign .mkfm-preview__reset:focus-visible{
  color:var(--mk-preview-ink)!important;
  border-bottom-color:var(--mk-preview-ink)!important;
  outline:0;
}

.mkfm-preview--redesign .mkfm-preview__workspace{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(230px,300px);
  min-width:0;
  border:1px solid var(--mk-preview-line);
  background:var(--mk-preview-paper);
  box-shadow:none;
}

.mkfm-preview--redesign .mkfm-preview__stage{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:stretch;
  box-sizing:border-box;
  width:100%;
  height:360px;
  min-width:0;
  padding:24px;
  overflow:hidden;
  border:0;
  background:var(--mk-preview-paper);
  cursor:text;
}

.mkfm-preview--redesign .mkfm-preview__rows{
  width:100%;
  min-width:0;
  margin:0;
  padding:0;
}

.mkfm-preview--redesign .mkfm-preview__row{
  width:100%;
  min-width:0;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

.mkfm-preview--redesign .mkfm-preview__row[hidden]{display:none!important}

.mkfm-preview--redesign .mkfm-preview__style{
  display:block!important;
  margin:0 0 18px!important;
  color:var(--mk-preview-muted)!important;
  font-size:10px!important;
  font-weight:500!important;
  letter-spacing:.09em!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
}

.mkfm-preview--redesign .mkfm-preview__row [data-mkfm-font-status]{
  min-height:1.35em!important;
  margin:0 0 12px!important;
  color:var(--mk-preview-muted)!important;
  font-size:11px!important;
  line-height:1.35!important;
}

.mkfm-preview--redesign .mkfm-preview__sample{
  display:block!important;
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  min-height:1.08em!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  color:var(--mk-preview-ink)!important;
  font-style:normal!important;
  font-synthesis:none!important;
  font-weight:400!important;
  letter-spacing:0!important;
  line-height:1.02!important;
  text-transform:none!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}

.mkfm-preview--redesign .mkfm-preview__sample [data-preview-text]{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-height:1.08em!important;
  margin:0!important;
  padding:0!important;
  outline:0!important;
  cursor:text!important;
  caret-color:var(--mk-preview-ink)!important;
  white-space:pre-wrap!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  -webkit-user-select:text!important;
  user-select:text!important;
}

.mkfm-preview--redesign .mkfm-preview__toolbar--studio{
  display:flex!important;
  min-width:0;
  flex-direction:column!important;
  align-items:stretch!important;
  justify-content:center!important;
  gap:19px!important;
  margin:0!important;
  padding:24px!important;
  border:0!important;
  border-left:1px solid var(--mk-preview-line)!important;
  background:var(--mk-preview-surface)!important;
}

.mkfm-preview--redesign .mkfm-preview__text-wrap,
.mkfm-preview--redesign .mkfm-preview__style-wrap,
.mkfm-preview--redesign .mkfm-preview__size-wrap,
.mkfm-preview--redesign .mkfm-preview__leading-wrap{
  display:flex!important;
  min-width:0;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:7px!important;
  margin:0!important;
}

.mkfm-preview--redesign .mkfm-preview__label,
.mkfm-preview--redesign .mkfm-preview__label-row{
  color:var(--mk-preview-muted)!important;
  font-size:10px!important;
  font-weight:600!important;
  letter-spacing:.08em!important;
  line-height:1.25!important;
  text-transform:uppercase!important;
}

.mkfm-preview--redesign .mkfm-preview__label-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.mkfm-preview--redesign [data-mkfm-size-value]{
  color:var(--mk-preview-ink);
  font-size:11px;
  font-weight:500;
  letter-spacing:0;
  text-transform:none;
}

.mkfm-preview--redesign .mkfm-preview__text,
.mkfm-preview--redesign .mkfm-preview__style-select{
  box-sizing:border-box!important;
  width:100%!important;
  min-height:44px!important;
  margin:0!important;
  padding:10px 11px!important;
  border:1px solid var(--mk-preview-line)!important;
  border-radius:0!important;
  background:#ffffff!important;
  color:var(--mk-preview-ink)!important;
  box-shadow:none!important;
  font:inherit!important;
  font-size:13px!important;
  line-height:1.4!important;
}

.mkfm-preview--redesign .mkfm-preview__style-select{
  appearance:auto!important;
  -webkit-appearance:auto!important;
  cursor:pointer;
}

.mkfm-preview--redesign .mkfm-preview__text:focus,
.mkfm-preview--redesign .mkfm-preview__style-select:focus{
  border-color:var(--mk-preview-ink)!important;
  outline:0!important;
}

.mkfm-preview--redesign .mkfm-preview__range-row{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:9px;
  min-height:34px;
}

.mkfm-preview--redesign .mkfm-preview__range-a{
  color:var(--mk-preview-muted);
  font-size:11px;
  line-height:1;
}

.mkfm-preview--redesign .mkfm-preview__range-a--large{
  color:var(--mk-preview-ink);
  font-size:18px;
}

.mkfm-preview--redesign .mkfm-preview__range{
  appearance:none;
  -webkit-appearance:none;
  width:100%;
  height:20px;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
}

.mkfm-preview--redesign .mkfm-preview__range::-webkit-slider-runnable-track{
  height:2px;
  background:#c9cbc3;
}

.mkfm-preview--redesign .mkfm-preview__range::-webkit-slider-thumb{
  appearance:none;
  -webkit-appearance:none;
  width:14px;
  height:14px;
  margin-top:-6px;
  border:0;
  border-radius:50%;
  background:var(--mk-preview-ink);
}

.mkfm-preview--redesign .mkfm-preview__range::-moz-range-track{
  height:2px;
  border:0;
  background:#c9cbc3;
}

.mkfm-preview--redesign .mkfm-preview__range::-moz-range-thumb{
  width:14px;
  height:14px;
  border:0;
  border-radius:50%;
  background:var(--mk-preview-ink);
}

.mkfm-preview--redesign .mkfm-preview__range:focus-visible{outline:1px solid var(--mk-preview-ink);outline-offset:4px}

.mkfm-preview--redesign .mkfm-preview__presets{
  display:flex;
  align-items:center;
  gap:7px;
  min-width:0;
  margin:0;
  padding:12px 0 0;
  overflow-x:auto;
  scrollbar-width:thin;
}

.mkfm-preview--redesign .mkfm-preview__preset{
  appearance:none;
  flex:0 0 auto;
  min-width:0!important;
  min-height:34px!important;
  margin:0!important;
  padding:8px 11px!important;
  border:1px solid var(--mk-preview-line)!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--mk-preview-muted)!important;
  box-shadow:none!important;
  font:inherit!important;
  font-size:11px!important;
  font-weight:400!important;
  line-height:1.2!important;
  text-decoration:none!important;
  white-space:nowrap;
  cursor:pointer;
}

.mkfm-preview--redesign .mkfm-preview__preset:hover,
.mkfm-preview--redesign .mkfm-preview__preset:focus-visible{
  border-color:var(--mk-preview-ink)!important;
  color:var(--mk-preview-ink)!important;
  outline:0;
}

.mkfm-preview--redesign .mkfm-preview__preset.is-active{
  border-color:var(--mk-preview-ink)!important;
  background:var(--mk-preview-ink)!important;
  color:var(--mk-preview-paper)!important;
}

@media(max-width:900px){
  .mkfm-preview--redesign .mkfm-preview__workspace{grid-template-columns:minmax(0,1fr)}
  .mkfm-preview--redesign .mkfm-preview__toolbar--studio{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(150px,.6fr)!important;
    gap:16px 18px!important;
    border-left:0!important;
    border-top:1px solid var(--mk-preview-line)!important;
  }
  .mkfm-preview--redesign .mkfm-preview__size-wrap,
.mkfm-preview--redesign .mkfm-preview__leading-wrap{grid-column:1 / -1}
}

@media(max-width:620px){
  .mkfm-preview--redesign .mkfm-preview__head{align-items:flex-start}
  .mkfm-preview--redesign .mkfm-preview__intro h3{font-size:26px}
  .mkfm-preview--redesign .mkfm-preview__toolbar--studio{
    display:flex!important;
    padding:18px!important;
  }
  .mkfm-preview--redesign .mkfm-preview__presets{padding-top:10px}
}


@media(prefers-reduced-motion:reduce){
  .mkfm-preview--redesign *{scroll-behavior:auto!important}
}


.mkfm-preview--redesign .mkfm-preview__sample [data-preview-text]:focus{
  outline:0!important;
}

.mkfm-preview--redesign .mkfm-preview__sample [data-preview-text]:empty::before{
  content:"Type here…";
  color:var(--mk-preview-muted);
  opacity:.45;
  pointer-events:none;
}

.mkfm-preview--redesign .mkfm-preview__text-wrap,
.mkfm-preview--redesign .mkfm-preview__text{
  display:none!important;
}

.mkfm-preview--redesign .mkfm-preview__sample.is-svg-preview{
  position:relative!important;
}

.mkfm-preview--redesign .mkfm-preview__sample.is-svg-preview canvas{
  position:absolute!important;
  inset:0!important;
  z-index:1;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  pointer-events:none;
}

.mkfm-preview--redesign .mkfm-preview__sample.is-svg-preview [data-preview-text]{
  position:absolute!important;
  display:block!important;
  overflow:visible!important;
  inset:0!important;
  z-index:2!important;
  width:100%!important;
  height:100%!important;
  color:transparent!important;
  caret-color:var(--mk-preview-ink)!important;
  background:transparent!important;
}

.mkfm-preview--redesign .mkfm-preview__sample.is-svg-preview [data-preview-text]:empty::before{
  content:none!important;
}


.mkfm-preview--redesign .mkfm-preview__alternates[hidden]{display:none!important}

.mkfm-preview--redesign .mkfm-preview__alternates{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  margin-top:14px!important;
  padding:12px 14px!important;
  border:1px solid var(--mk-preview-line)!important;
  background:var(--mk-preview-paper)!important;
  min-width:0!important;
}

.mkfm-preview--redesign .mkfm-preview__alternates-guide[hidden]{display:none!important}

.mkfm-preview--redesign .mkfm-preview__alternates-guide{
  margin:0 0 12px!important;
  color:var(--mk-preview-muted)!important;
  font-family:inherit!important;
  font-size:12px!important;
  font-weight:400!important;
  line-height:1.45!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

.mkfm-preview--redesign .mkfm-preview__alternates-label{
  flex:0 0 auto!important;
  min-width:92px!important;
  color:var(--mk-preview-muted)!important;
  font-family:inherit!important;
  font-size:12px!important;
  line-height:1.25!important;
  text-transform:none!important;
  letter-spacing:0!important;
}

.mkfm-preview--redesign .mkfm-preview__alternates-list{
  display:flex!important;
  align-items:stretch!important;
  gap:7px!important;
  min-width:0!important;
  overflow-x:auto!important;
  overscroll-behavior-inline:contain!important;
  scrollbar-width:thin!important;
  padding-bottom:1px!important;
}

.mkfm-preview--redesign .mkfm-preview__alternate{
  appearance:none!important;
  display:grid!important;
  grid-template-rows:minmax(42px,auto) auto!important;
  place-items:center!important;
  flex:0 0 62px!important;
  min-width:62px!important;
  min-height:62px!important;
  padding:6px 7px 5px!important;
  border:1px solid var(--mk-preview-line)!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--mk-preview-ink)!important;
  box-shadow:none!important;
  cursor:pointer!important;
}

.mkfm-preview--redesign .mkfm-preview__alternate:hover,
.mkfm-preview--redesign .mkfm-preview__alternate:focus-visible{
  border-color:var(--mk-preview-ink)!important;
  outline:0!important;
}

.mkfm-preview--redesign .mkfm-preview__alternate.is-active{
  border-color:var(--mk-preview-ink)!important;
  background:var(--mk-preview-surface)!important;
}

.mkfm-preview--redesign .mkfm-preview__alternate-glyph{
  display:block!important;
  font-size:34px!important;
  font-weight:400!important;
  line-height:1!important;
  white-space:nowrap!important;
}

.mkfm-preview--redesign .mkfm-preview__alternate-tag{
  display:block!important;
  max-width:100%!important;
  overflow:hidden!important;
  color:var(--mk-preview-muted)!important;
  font-family:inherit!important;
  font-size:9px!important;
  line-height:1!important;
  letter-spacing:.04em!important;
  text-overflow:ellipsis!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

.mkfm-preview--redesign [data-mkfm-alt-feature]{
  font-feature-settings:var(--mkfm-alt-setting)!important;
}

@media(max-width:620px){
  .mkfm-preview--redesign .mkfm-preview__alternates{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:8px!important;
    padding:11px!important;
  }
  .mkfm-preview--redesign .mkfm-preview__alternates-label{min-width:0!important}
  .mkfm-preview--redesign .mkfm-preview__alternates-list{width:100%!important}
}


.mkfm-preview--redesign .mkfm-preview__leading-icon{
  display:inline-flex;
  width:18px;
  align-items:center;
  justify-content:center;
  color:var(--mk-preview-muted);
  font-family:inherit;
  font-size:14px;
  line-height:1;
}

.mkfm-preview--redesign .mkfm-preview__leading-icon--loose{
  color:var(--mk-preview-ink);
  font-size:17px;
}

.mkfm-preview--redesign [data-mkfm-line-height-value]{
  color:var(--mk-preview-ink);
  font-size:11px;
  font-weight:500;
  letter-spacing:0;
  text-transform:none;
}


body.single-product div.product .woocommerce-tabs{
  --mk-tabs-ink:#111111;
  --mk-tabs-muted:#696965;
  --mk-tabs-paper:#ffffff;
  --mk-tabs-surface:#efefec;
  --mk-tabs-line:#d9d9d4;
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin-left:0!important;
  margin-right:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* Navigation only. The panels below remain full product width. */
body.single-product div.product .woocommerce-tabs > ul.tabs{
  box-sizing:border-box!important;
  position:relative!important;
  display:flex!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  align-items:stretch!important;
  justify-content:stretch!important;
  flex-wrap:nowrap!important;
  gap:0!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  border:0!important;
  border-bottom:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  list-style:none!important;
}

body.single-product div.product .woocommerce-tabs > ul.tabs::before,
body.single-product div.product .woocommerce-tabs > ul.tabs::after{
  display:none!important;
  content:none!important;
  border:0!important;
  box-shadow:none!important;
}

body.single-product div.product .woocommerce-tabs > ul.tabs > li{
  box-sizing:border-box!important;
  position:relative!important;
  display:block!important;
  flex:1 1 0!important;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  list-style:none!important;
}

body.single-product div.product .woocommerce-tabs > ul.tabs > li::before,
body.single-product div.product .woocommerce-tabs > ul.tabs > li::after{
  display:none!important;
  content:none!important;
  border:0!important;
  box-shadow:none!important;
}

body.single-product div.product .woocommerce-tabs > ul.tabs > li > a{
  box-sizing:border-box!important;
  position:relative!important;
  display:flex!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:48px!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  margin:0!important;
  padding:10px 8px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--mk-tabs-muted)!important;
  box-shadow:none!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-style:normal!important;
  font-weight:560!important;
  letter-spacing:0!important;
  line-height:1.15!important;
  text-align:center!important;
  text-decoration:none!important;
  text-transform:none!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  cursor:pointer!important;
}

/* Every tab gets an icon. Unknown/plugin tabs receive the generic list icon. */
body.single-product div.product .woocommerce-tabs > ul.tabs > li > a::before{
  display:block!important;
  content:""!important;
  flex:0 0 18px!important;
  width:18px!important;
  height:18px!important;
  margin:0!important;
  background:currentColor!important;
  opacity:.72!important;
  -webkit-mask-repeat:no-repeat!important;
  mask-repeat:no-repeat!important;
  -webkit-mask-position:center!important;
  mask-position:center!important;
  -webkit-mask-size:18px 18px!important;
  mask-size:18px 18px!important;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' d='M5 7h14M5 12h14M5 17h9'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' d='M5 7h14M5 12h14M5 17h9'/%3E%3C/svg%3E")!important;
}

/* Preview Text — eye / proofing. */
body.single-product div.product .woocommerce-tabs > ul.tabs > li.description_tab > a::before,
body.single-product div.product .woocommerce-tabs > ul.tabs > li#tab-title-description > a::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.5 12s3.6-6 9.5-6 9.5 6 9.5 6-3.6 6-9.5 6-9.5-6-9.5-6Z'/%3E%3Ccircle cx='12' cy='12' r='2.5' fill='black'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.5 12s3.6-6 9.5-6 9.5 6 9.5 6-3.6 6-9.5 6-9.5-6-9.5-6Z'/%3E%3Ccircle cx='12' cy='12' r='2.5' fill='black'/%3E%3C/svg%3E")!important;
}

/* Font Info — compact information mark. */
body.single-product div.product .woocommerce-tabs > ul.tabs > li.additional_information_tab > a::before,
body.single-product div.product .woocommerce-tabs > ul.tabs > li#tab-title-additional_information > a::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='12' cy='8' r='1.25' fill='black'/%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' d='M12 11v6'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='12' cy='8' r='1.25' fill='black'/%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' d='M12 11v6'/%3E%3C/svg%3E")!important;
}

/* Glyph — character grid. */
body.single-product div.product .woocommerce-tabs > ul.tabs > li.mkfm_glyphs_tab > a::before,
body.single-product div.product .woocommerce-tabs > ul.tabs > li#tab-title-mkfm_glyphs > a::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4' y='4' width='6' height='6' rx='1' fill='black'/%3E%3Crect x='14' y='4' width='6' height='6' rx='1' fill='black'/%3E%3Crect x='4' y='14' width='6' height='6' rx='1' fill='black'/%3E%3Crect x='14' y='14' width='6' height='6' rx='1' fill='black'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4' y='4' width='6' height='6' rx='1' fill='black'/%3E%3Crect x='14' y='4' width='6' height='6' rx='1' fill='black'/%3E%3Crect x='4' y='14' width='6' height='6' rx='1' fill='black'/%3E%3Crect x='14' y='14' width='6' height='6' rx='1' fill='black'/%3E%3C/svg%3E")!important;
}

/* Reviews — star. */
body.single-product div.product .woocommerce-tabs > ul.tabs > li.reviews_tab > a::before,
body.single-product div.product .woocommerce-tabs > ul.tabs > li#tab-title-reviews > a::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m12 2.8 2.8 5.7 6.3.9-4.5 4.4 1.1 6.2-5.7-3-5.7 3 1.1-6.2-4.5-4.4 6.3-.9L12 2.8Z'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m12 2.8 2.8 5.7 6.3.9-4.5 4.4 1.1 6.2-5.7-3-5.7 3 1.1-6.2-4.5-4.4 6.3-.9L12 2.8Z'/%3E%3C/svg%3E")!important;
}



body.single-product div.product .woocommerce-tabs > ul.tabs > li.active > a,
body.single-product div.product .woocommerce-tabs > ul.tabs > li[aria-selected="true"] > a{
  border:0!important;
  background:transparent!important;
  color:var(--mk-tabs-ink)!important;
  box-shadow:none!important;
  font-weight:650!important;
}

body.single-product div.product .woocommerce-tabs > ul.tabs > li.active > a::before,
body.single-product div.product .woocommerce-tabs > ul.tabs > li[aria-selected="true"] > a::before{
  background:var(--mk-tabs-muted)!important;
  opacity:1!important;
}


body.single-product div.product .woocommerce-tabs > ul.tabs > li:not(.active) > a:hover{
  border:0!important;
  background:transparent!important;
  color:var(--mk-tabs-ink)!important;
  box-shadow:none!important;
}

body.single-product div.product .woocommerce-tabs > ul.tabs > li:not(.active) > a:hover::before{
  background:var(--mk-tabs-ink)!important;
  opacity:1!important;
}

body.single-product div.product .woocommerce-tabs > ul.tabs > li > a:focus-visible{
  outline:2px solid var(--mk-tabs-muted)!important;
  outline-offset:-2px!important;
}

/* Tab panels deliberately remain full-width and unchanged. */
body.single-product div.product .woocommerce-tabs > .woocommerce-Tabs-panel,
body.single-product div.product .woocommerce-tabs > .panel{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin-left:0!important;
  margin-right:0!important;
  padding:clamp(28px,3vw,40px) 0 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow-wrap:anywhere!important;
}

/* Keep the tab-title rail full width on desktop. */
@media(min-width:960px){
  body.single-product div.product .woocommerce-tabs > ul.tabs{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
  }
}

/* The purchase panel stacks below the title at 959px. From that same
   breakpoint down, the slider/title is full width, so the tab rail must also
   be full width. Only the navigation rail changes; panels stay full width. */
@media(max-width:959px){
  body.single-product div.product .woocommerce-tabs > ul.tabs{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
  }

  body.single-product div.product .woocommerce-tabs > .woocommerce-Tabs-panel,
  body.single-product div.product .woocommerce-tabs > .panel{
    padding-top:24px!important;
  }
}

@media(max-width:767px){
  body.single-product div.product .woocommerce-tabs > ul.tabs > li > a{
    min-height:46px!important;
    gap:6px!important;
    padding:8px 5px!important;
    font-size:11.5px!important;
  }

  body.single-product div.product .woocommerce-tabs > ul.tabs > li > a::before{
    flex-basis:16px!important;
    width:16px!important;
    height:16px!important;
    -webkit-mask-size:16px 16px!important;
    mask-size:16px 16px!important;
  }
}

@media(max-width:480px){
  body.single-product div.product .woocommerce-tabs > ul.tabs > li > a{
    min-height:56px!important;
    flex-direction:column!important;
    gap:4px!important;
    padding:6px 3px!important;
    font-size:10.5px!important;
    line-height:1.05!important;
  }

}



body.single-product div.product{
  --mk-product-ink:#111111;
  --mk-product-paper:#ffffff;
  --mk-product-surface:#efefec;
  --mk-product-soft:#e8e8e4;
  --mk-product-line:#d9d9d4;
  --mk-product-line-strong:#bdbdb7;
  --mk-product-muted:#696965;
  --mk-product-row-hover:#f3f3f0;
}

/* ---------------------------------------------------------
   Product title — one ruled row immediately under the slider
   --------------------------------------------------------- */
body.single-product .summary .mk-product-heading--summary{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  margin:14px 0 0!important;
  padding:18px 12px 20px!important;
  border:0!important;
  border-top:1px solid var(--mk-product-line)!important;
  border-bottom:1px solid var(--mk-product-line)!important;
  background:transparent!important;
}

body.single-product .summary .mk-product-heading--summary .product_title{
  max-width:26ch!important;
  margin:0!important;
  border:0!important;
  color:var(--mk-product-ink)!important;
  font-size:clamp(29px,2.7vw,40px)!important;
  font-weight:500!important;
  line-height:1.02!important;
  letter-spacing:-.026em!important;
  text-wrap:balance;
}

body.single-product .summary .mk-product-heading--summary .mk-product-heading__meta{
  box-sizing:border-box!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
  width:100%!important;
  min-width:0!important;
  margin:8px 0 0!important;
}

body.single-product .summary .mk-product-heading--summary .mk-product-heading__category{
  display:flex!important;
  flex:1 1 auto!important;
  flex-wrap:wrap!important;
  gap:4px 8px!important;
  min-width:0!important;
  margin:0!important;
  color:var(--mk-product-muted)!important;
  font-size:11px!important;
  font-weight:500!important;
  line-height:1.35!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

body.single-product .summary .mk-product-heading--summary .mk-product-heading__format{
  flex:0 0 auto!important;
  margin:0 0 0 auto!important;
  color:var(--mk-product-muted)!important;
  font-size:11px!important;
  font-weight:600!important;
  line-height:1.35!important;
  letter-spacing:.08em!important;
  text-align:right!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

body.single-product .summary .mk-product-heading--summary .mk-product-heading__category a{
  color:inherit!important;
  text-decoration:none!important;
  text-underline-offset:3px!important;
}

body.single-product .summary .mk-product-heading--summary .mk-product-heading__category a:hover{
  color:var(--mk-product-ink)!important;
  text-decoration:underline!important;
}

body.single-product .summary .mk-product-heading--summary .mk-product-heading__category a:focus-visible{
  outline:2px solid var(--mk-product-ink)!important;
  outline-offset:2px!important;
}


@media(max-width:959px){
  body.single-product .summary .mk-product-heading--summary .product_title{
    font-size:clamp(25px,4.2vw,30px)!important;
  }
}

@media(max-width:479px){
  body.single-product .summary .mk-product-heading--summary{
    margin-top:8px!important;
    padding:12px 12px 13px!important;
  }

  body.single-product .summary .mk-product-heading--summary .product_title{
    max-width:none!important;
    font-size:clamp(23px,6.8vw,28px)!important;
    line-height:1.08!important;
  }
}

/* ---------------------------------------------------------
   Compact purchase action — proportional to the pricing panel
   --------------------------------------------------------- */
/* Keep the action row compact vertically, but let Add to cart use the
   remaining summary width. Quantity is the small fixed control; the purchase
   action is the dominant control. */
body.single-product.woocommerce div.product form.cart:not(.variations_form):not(.grouped_form),
body.single-product div.product form.cart:not(.variations_form):not(.grouped_form),
body.single-product.woocommerce div.product .woocommerce-variation-add-to-cart,
body.single-product div.product .woocommerce-variation-add-to-cart,
body.single-product.woocommerce div.product form.cart .variations_button,
body.single-product div.product form.cart .variations_button{
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:132px minmax(0,1fr)!important;
  align-items:stretch!important;
  gap:8px!important;
  width:100%!important;
  max-width:none!important;
}

body.single-product.woocommerce div.product .woocommerce-variation-add-to-cart,
body.single-product div.product .woocommerce-variation-add-to-cart,
body.single-product.woocommerce div.product form.cart .variations_button,
body.single-product div.product form.cart .variations_button{
  min-height:0!important;
  margin-top:0!important;
}

body.single-product.woocommerce div.product form.cart .quantity,
body.single-product div.product form.cart .quantity{
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:44px 44px 44px!important;
  grid-column:1!important;
  align-items:stretch!important;
  width:132px!important;
  min-width:132px!important;
  height:48px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:#f5f5f3!important;
  overflow:hidden!important;
}

body.single-product.woocommerce div.product form.cart .quantity input.qty,
body.single-product div.product form.cart .quantity input.qty{
  box-sizing:border-box!important;
  grid-column:2!important;
  width:44px!important;
  min-width:44px!important;
  height:48px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:var(--mk-product-ink)!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:48px!important;
  text-align:center!important;
  appearance:textfield!important;
  -moz-appearance:textfield!important;
}

body.single-product.woocommerce div.product form.cart .quantity input.qty::-webkit-outer-spin-button,
body.single-product.woocommerce div.product form.cart .quantity input.qty::-webkit-inner-spin-button,
body.single-product div.product form.cart .quantity input.qty::-webkit-outer-spin-button,
body.single-product div.product form.cart .quantity input.qty::-webkit-inner-spin-button{
  margin:0!important;
  appearance:none!important;
  -webkit-appearance:none!important;
}

body.single-product.woocommerce div.product form.cart .mk-quantity-step,
body.single-product div.product form.cart .mk-quantity-step{
  box-sizing:border-box!important;
  width:44px!important;
  min-width:44px!important;
  height:48px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--mk-product-ink)!important;
  font-family:inherit!important;
  font-size:15px!important;
  font-weight:500!important;
  line-height:48px!important;
  text-align:center!important;
  box-shadow:none!important;
}

body.single-product.woocommerce div.product form.cart .mk-quantity-step:first-child,
body.single-product div.product form.cart .mk-quantity-step:first-child{ grid-column:1!important; }
body.single-product.woocommerce div.product form.cart .mk-quantity-step:last-child,
body.single-product div.product form.cart .mk-quantity-step:last-child{ grid-column:3!important; }

body.single-product.woocommerce div.product form.cart .mk-quantity-step:hover,
body.single-product div.product form.cart .mk-quantity-step:hover{
  background:var(--mk-product-row-hover)!important;
}

body.single-product.woocommerce div.product form.cart .mk-quantity-step:focus-visible,
body.single-product div.product form.cart .mk-quantity-step:focus-visible{
  position:relative!important;
  z-index:1!important;
  outline:2px solid var(--mk-product-ink)!important;
  outline-offset:-2px!important;
}

body.single-product.woocommerce div.product form.cart .single_add_to_cart_button,
body.single-product div.product form.cart .single_add_to_cart_button{
  box-sizing:border-box!important;
  grid-column:2!important;
  width:100%!important;
  min-width:0!important;
  min-height:48px!important;
  height:48px!important;
  margin:0!important;
  padding:0 18px!important;
  border-radius:0!important;
  background:#111111!important;
  border-color:#111111!important;
  color:#ffffff!important;
  font-size:12px!important;
  font-weight:600!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  line-height:48px!important;
  white-space:nowrap!important;
}

body.single-product .summary .mk-native-variation-form .single_variation_wrap,
body.single-product .summary .mk-native-variation-form .single_variation_wrap.mk-stable-variation-wrap{
  min-height:40px!important;
  margin-top:9px!important;
}

body.single-product .summary .mk-native-variation-form .woocommerce-variation-add-to-cart{
  min-height:40px!important;
}

@media(max-width:420px){
  body.single-product.woocommerce div.product form.cart:not(.variations_form):not(.grouped_form),
  body.single-product div.product form.cart:not(.variations_form):not(.grouped_form),
  body.single-product.woocommerce div.product .woocommerce-variation-add-to-cart,
  body.single-product div.product .woocommerce-variation-add-to-cart,
  body.single-product.woocommerce div.product form.cart .variations_button,
  body.single-product div.product form.cart .variations_button{
    grid-template-columns:120px minmax(0,1fr)!important;
    gap:7px!important;
  }

  body.single-product.woocommerce div.product form.cart .quantity,
  body.single-product div.product form.cart .quantity{
    grid-template-columns:40px 40px 40px!important;
    width:120px!important;
    min-width:120px!important;
  }

  body.single-product.woocommerce div.product form.cart .quantity input.qty,
  body.single-product div.product form.cart .quantity input.qty{
    width:40px!important;
    min-width:40px!important;
  }

  body.single-product.woocommerce div.product form.cart .mk-quantity-step,
  body.single-product div.product form.cart .mk-quantity-step{
    width:40px!important;
    min-width:40px!important;
  }
}



/* ---------------------------------------------------------
   Pricing panel density — outer vertical padding only.
   License row padding is intentionally left to the canonical product styles.
   --------------------------------------------------------- */
body.single-product.woocommerce div.product > div.summary,
body.single-product div.product > div.summary{
  box-sizing:border-box!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-left:0!important;
  box-shadow:none!important;
}

/* Product gallery — remove outer images padding only. */
.woocommerce div.product div.images{
  padding:0!important;
}



body.single-product{
  --mk-product-ink:#292a2b;
  --mk-product-paper:#ffffff;
  --mk-product-canvas:#fafaf9;
  --mk-product-surface:#f5f5f3;
  --mk-product-soft:#fcfcfb;
  --mk-product-muted:#7d7e7a;
  --mk-product-shadow:0 1px 2px rgba(24,25,27,.018),0 12px 34px rgba(24,25,27,.032);
  --mk-product-shadow-strong:0 1px 3px rgba(24,25,27,.022),0 18px 48px rgba(24,25,27,.042);
  --mk-product-radius:10px;
  background:var(--mk-product-canvas);
}
body.single-product .site-main{background:var(--mk-product-canvas)}
body.single-product .mk-woocommerce-main{padding-top:clamp(34px,4vw,62px)!important;padding-bottom:clamp(78px,8vw,132px)!important}
body.single-product .woocommerce div.product{min-width:0;color:var(--mk-product-ink)}
@media(min-width:960px){
  body.single-product .woocommerce div.product{
    grid-template-columns:minmax(0,1.42fr) minmax(320px,.58fr)!important;
    column-gap:clamp(44px,5.5vw,88px)!important;
    row-gap:clamp(68px,7vw,112px)!important;
  }
}
body.single-product .mk-product-media-column{display:flex;min-width:0;flex-direction:column}
body.single-product .summary .mk-product-heading--summary{
  order:0;
  box-sizing:border-box!important;
  margin:0 0 clamp(18px,2vw,24px)!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.single-product .summary .mk-product-heading--summary .product_title{
  max-width:22ch!important;
  margin:0!important;
  color:var(--mk-product-ink)!important;
  font-size:clamp(36px,4.2vw,58px)!important;
  font-weight:430!important;
  line-height:1!important;
  letter-spacing:-.042em!important;
  text-wrap:balance;
}
body.single-product .summary .mk-product-heading--summary .mk-product-heading__meta{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:20px 0 0!important;
}
body.single-product .summary .mk-product-heading--summary .mk-product-heading__category,
body.single-product .summary .mk-product-heading--summary .mk-product-heading__format{
  margin:0!important;
  color:var(--mk-product-muted)!important;
  font-size:12px!important;
  font-weight:400!important;
  line-height:1.45!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

/* Gallery: full-canvas presentation with a lightweight responsive payload.
   The visual gallery stays filled edge-to-edge; performance comes from the
   image source selected by WordPress, not from shrinking the artwork in CSS. */
body.single-product .mk-product-gallery{
  --mk-gallery-aspect:3 / 2;
  box-sizing:border-box;
  width:100%;
  min-width:0;
  margin:0;
  overflow:hidden;
  color:var(--mk-product-ink);
  background:#fff;
  border:0;
  border-radius:var(--mk-product-radius);
  box-shadow:var(--mk-product-shadow);
}
body.single-product .mk-product-gallery__viewport{
  position:relative;
  box-sizing:border-box;
  width:100%;
  aspect-ratio:var(--mk-gallery-aspect);
  overflow:hidden;
  background:var(--mk-product-surface);
  border:0;
  contain:layout paint;
}
body.single-product .mk-product-gallery__slide{
  position:absolute;
  inset:0;
  display:block;
  box-sizing:border-box;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  z-index:0;
  transform:none;
  transition:none;
  will-change:opacity;
}
body.single-product .mk-product-gallery__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:2;transform:none;transition:opacity .62s ease,visibility 0s}
body.single-product .mk-product-gallery__slide.is-entering-next,body.single-product .mk-product-gallery__slide.is-entering-prev{opacity:0;visibility:visible;pointer-events:none;z-index:3;transform:none;transition:none}
body.single-product .mk-product-gallery__slide.is-leaving-next,body.single-product .mk-product-gallery__slide.is-leaving-prev{opacity:0;visibility:visible;pointer-events:none;z-index:1;transform:none;transition:opacity .62s ease}
body.single-product .mk-product-gallery__open{
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  color:inherit;
  text-decoration:none;
}
body.single-product .mk-product-gallery__open:focus-visible{outline:2px solid var(--mk-product-ink);outline-offset:-2px}
body.single-product .mk-product-gallery__image{
  display:block;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  object-fit:cover;
  object-position:center;
  background:transparent;
}
body.single-product .mk-product-gallery__controls{box-sizing:border-box;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;width:100%;min-height:54px;margin:0;padding:4px 8px;background:#fff;border:0}

body.single-product .mk-product-gallery__arrow{display:grid;place-items:center;width:40px;height:40px;margin:0;padding:0;border:0;border-radius:6px;background:transparent;color:var(--mk-product-ink);font:400 18px/1 inherit;box-shadow:none;cursor:pointer}
body.single-product .mk-product-gallery__arrow:hover{background:#f4f4f2}
body.single-product .mk-product-gallery__arrow:focus-visible{outline:2px solid currentColor;outline-offset:-2px}
body.single-product .mk-product-gallery__dots{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px;min-width:0}
body.single-product .mk-product-gallery__dot{display:grid;place-items:center;width:22px;height:22px;min-width:22px;margin:0;padding:0;border:0;background:transparent;box-shadow:none;cursor:pointer}
body.single-product .mk-product-gallery__dot::before{width:5px;height:5px;border-radius:50%;background:#b6b6b1;content:""}
body.single-product .mk-product-gallery__dot[aria-current="true"]::before{background:var(--mk-product-ink)}
body.single-product .mk-product-gallery__dot:focus-visible{outline:2px solid currentColor;outline-offset:-2px}
body.single-product .mk-product-gallery__dialog{width:min(1100px,calc(100vw - 32px));max-width:none;max-height:calc(100vh - 32px);margin:auto;padding:48px 16px 16px;border:0;border-radius:10px;background:#fff;box-shadow:0 30px 100px rgba(0,0,0,.28)}
body.single-product .mk-product-gallery__dialog::backdrop{background:rgba(0,0,0,.82)}
body.single-product .mk-product-gallery__dialog-close{position:absolute;top:8px;right:8px;display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:6px;background:#f4f4f2;color:var(--mk-product-ink);font:400 28px/1 sans-serif;cursor:pointer}
body.single-product .mk-product-gallery__dialog-image{display:block;width:auto;max-width:100%;height:auto;max-height:calc(100vh - 96px);margin:auto}
body.single-product .mk-product-media-column > .woocommerce-product-gallery{display:none!important}

/* Purchase summary: a single softly raised surface, not a ruled column. */
body.single-product.woocommerce div.product > div.summary,
body.single-product div.product > div.summary{
  box-sizing:border-box!important;
  padding:32px!important;
  background:#fff!important;
  border:0!important;
  border-radius:var(--mk-product-radius)!important;
  box-shadow:var(--mk-product-shadow-strong)!important;
}
body.single-product .summary .mk-server-variation-control{display:block!important;width:100%!important}
body.single-product .summary .mk-server-variation-control > select{position:absolute!important;inline-size:1px!important;block-size:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}
body.single-product .summary .mk-license-options{display:block!important;width:100%!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important}
body.single-product .summary .mk-license-heading-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;width:100%!important;min-height:34px!important;margin:0 0 12px!important;padding:0!important;border:0!important}
body.single-product .summary .mk-license-heading-title{color:var(--mk-product-ink)!important;font-size:13px!important;font-weight:650!important;letter-spacing:.01em!important;text-transform:none!important}
body.single-product .summary .mk-license-guide-link{color:var(--mk-product-muted)!important;font-size:11px!important;font-weight:400!important;letter-spacing:0!important;text-transform:none!important}
body.single-product .summary .mk-license-option{box-sizing:border-box!important;display:grid!important;grid-template-columns:18px minmax(0,1fr) max-content!important;align-items:center!important;gap:12px!important;width:100%!important;min-height:48px!important;margin:0 0 7px!important;padding:12px 13px!important;border:0!important;border-radius:7px!important;background:#fafaf9!important;color:var(--mk-product-ink)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.78)!important;text-transform:none!important;letter-spacing:0!important}
body.single-product .summary .mk-license-option input[type="radio"]{grid-column:1!important;width:16px!important;height:16px!important;min-width:16px!important;margin:0!important;accent-color:var(--mk-product-ink)!important}
body.single-product .summary .mk-license-name{grid-column:2!important;min-width:0!important;margin:0!important;font-size:14px!important;font-weight:400!important;line-height:1.35!important;text-transform:none!important;letter-spacing:0!important;overflow-wrap:anywhere!important}
body.single-product .summary .mk-license-price{grid-column:3!important;margin:0!important;color:var(--mk-product-ink)!important;font-size:14px!important;font-weight:550!important;line-height:1.35!important;text-align:right!important;white-space:nowrap!important}
body.single-product .summary .mk-license-option.is-selected{background:#f1f1ef!important;box-shadow:0 1px 2px rgba(17,18,20,.04),inset 0 0 0 1px rgba(17,18,20,.045)!important}
body.single-product .summary .mk-license-option.is-selected .mk-license-name{font-weight:650!important}
body.single-product .summary .mk-license-option.is-unavailable{opacity:.4}
body.single-product .summary form.variations_form .single_variation_wrap,body.single-product .summary form.variations_form .woocommerce-variation-add-to-cart,body.single-product .summary form.variations_form .variations_button{display:grid!important}
body.single-product .summary form.variations_form .single_variation_wrap{min-height:49px!important;margin-top:12px!important}
body.single-product .summary .woocommerce-variation.single_variation{min-height:0!important;margin:0!important;padding:0!important}
body.single-product .summary .mk-selected-variation-price{box-sizing:border-box!important;min-height:27px!important;margin:14px 0 0!important;color:var(--mk-product-ink)!important;font-size:14px!important;font-weight:550!important}
body.single-product .summary .mk-selected-variation-price.is-empty{visibility:hidden!important}
body.single-product .summary .single_add_to_cart_button.disabled,body.single-product .summary .single_add_to_cart_button:disabled{opacity:1!important}
body.single-product.woocommerce div.product form.cart .quantity,body.single-product div.product form.cart .quantity{height:48px!important;min-height:48px!important;background:#f5f5f3!important;border:0!important;border-radius:8px!important;box-shadow:inset 0 1px 2px rgba(17,18,20,.045)!important}
body.single-product.woocommerce div.product form.cart .quantity input.qty,body.single-product div.product form.cart .quantity input.qty{height:48px!important;min-height:48px!important;background:#fff!important;border:0!important;line-height:48px!important}
body.single-product.woocommerce div.product form.cart .mk-quantity-step,body.single-product div.product form.cart .mk-quantity-step{height:48px!important;min-height:48px!important;line-height:48px!important;background:transparent!important}
body.single-product.woocommerce div.product form.cart .single_add_to_cart_button,body.single-product div.product form.cart .single_add_to_cart_button{height:48px!important;min-height:48px!important;background:var(--mk-product-ink)!important;border:0!important;border-radius:8px!important;color:#fff!important;box-shadow:0 5px 14px rgba(17,18,20,.12)!important;font-size:12px!important;font-weight:650!important;letter-spacing:.045em!important;line-height:48px!important;text-transform:uppercase!important}
body.single-product .summary .ppc-button-wrapper{box-sizing:border-box!important;min-height:82px!important;margin-top:20px!important;padding-top:0!important;border:0!important;contain:layout!important}
body.single-product .summary .ppc-button-wrapper > [id^="ppc-button"]{min-height:45px!important}

/* Tabs: selected state is shading only; content gets deliberate breathing room. */
body.single-product div.product .woocommerce-tabs{padding-top:0!important;border:0!important}
body.single-product div.product .woocommerce-tabs > ul.tabs{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin:0 0 12px!important;padding:5px!important;border:0!important;border-radius:9px!important;background:#f4f4f2!important;box-shadow:inset 0 1px 2px rgba(24,25,27,.018)!important}
body.single-product div.product .woocommerce-tabs > ul.tabs::before,body.single-product div.product .woocommerce-tabs > ul.tabs::after{display:none!important;content:none!important}
body.single-product div.product .woocommerce-tabs > ul.tabs > li{margin:0!important;padding:0!important;border:0!important;background:transparent!important}
body.single-product div.product .woocommerce-tabs > ul.tabs > li > a{min-height:40px!important;padding:11px 15px!important;color:var(--mk-product-muted)!important;background:#fff!important;border:0!important;border-bottom:0!important;border-radius:6px!important;box-shadow:none!important;font-size:12px!important;font-weight:550!important;letter-spacing:.01em!important;text-decoration:none!important;text-transform:none!important}
body.single-product div.product .woocommerce-tabs > ul.tabs > li::after,body.single-product div.product .woocommerce-tabs > ul.tabs > li > a::after{display:none!important;content:none!important;border:0!important;box-shadow:none!important}
body.single-product div.product .woocommerce-tabs > ul.tabs > li.active > a,body.single-product div.product .woocommerce-tabs > ul.tabs:not(:has(> li.active)) > li:first-child > a{color:var(--mk-product-ink)!important;background:#fff!important;border:0!important;border-bottom:0!important;box-shadow:0 1px 3px rgba(24,25,27,.035)!important;font-weight:650!important;text-decoration:none!important}
/* The tab shell provides navigation spacing. Feature tabs manage their own internal surfaces,
   so do not add a second generic inset around Preview / Font Info / Glyph. */
body.single-product div.product .woocommerce-tabs > .panel,body.single-product div.product .woocommerce-tabs > .woocommerce-Tabs-panel{display:none;box-sizing:border-box!important;width:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
/* Description is the one prose panel: keep the reading surface flush; inner content manages its own spacing. */
body.single-product div.product .woocommerce-tabs > #tab-description{display:block;background:#f7f7f5!important;border:0!important;border-radius:9px!important;box-shadow:none!important}
body.single-product div.product .woocommerce-tabs > #tab-description > :first-child{margin-top:0!important}
body.single-product div.product .woocommerce-tabs > #tab-description > :last-child{margin-bottom:0!important}

/* Preview: one raised instrument surface with tonal zones instead of rules. */
body.single-product .mkfm-preview{--mkfm-preview-size:72px;overflow:hidden;background:#fff!important;border:0!important;border-radius:10px!important;box-shadow:var(--mk-product-shadow)!important}
body.single-product .mkfm-preview__head{box-sizing:border-box!important;margin:0!important;padding:18px 20px 12px!important}
body.single-product .mkfm-preview__rows{display:flex!important;flex:1 1 auto!important;align-items:stretch!important;width:100%!important;min-height:0!important;overflow:visible!important}
body.single-product .mkfm-preview__row{position:relative!important;width:100%!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;overflow:visible!important}
body.single-product .mkfm-preview__row[hidden]{display:none!important}
body.single-product .mkfm-preview__row:not([hidden]){display:flex!important;align-items:stretch!important}
body.single-product .mkfm-preview__style{display:none!important;margin:0!important}
body.single-product .mkfm-preview__sample{position:relative!important;display:block!important;box-sizing:border-box!important;visibility:visible!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;margin:0!important;padding:0!important;color:var(--mk-product-ink)!important;background:transparent!important;box-shadow:none!important;font-size:var(--mkfm-preview-size,72px)!important;line-height:var(--mkfm-font-line-ratio,normal)!important;text-size-adjust:100%!important;-webkit-text-size-adjust:100%!important;vertical-align:top!important;overflow:visible!important;overflow-wrap:normal!important;word-break:normal!important}
body.single-product .mkfm-preview__sample.is-svg-preview{--mkfm-preview-swash-space:0px!important}
body.single-product .mkfm-preview__sample [data-preview-text]{position:relative!important;display:block!important;box-sizing:border-box!important;width:100%!important;min-width:0!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;overflow:visible!important;background:transparent!important;font-size:inherit!important;line-height:inherit!important;white-space:pre-wrap!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important;outline:0!important}
body.single-product .mkfm-preview__sample:not(.is-svg-preview) [data-preview-text]{padding-left:var(--mkfm-preview-swash-space,0px)!important;padding-top:var(--mkfm-preview-swash-space,0px)!important}

body.single-product .mkfm-preview__row [data-mkfm-font-status]{box-sizing:border-box!important;position:absolute!important;z-index:4!important;top:8px!important;right:10px!important;margin:0!important;padding:0!important;background:transparent!important;color:var(--mk-product-muted)!important;font-size:10px!important;line-height:1.2!important;pointer-events:none!important}
body.single-product .mkfm-preview__row [data-mkfm-font-status][aria-hidden="true"]{visibility:hidden!important}
body.single-product .mkfm-preview__alternates-guide{position:absolute!important;top:12px!important;left:clamp(20px,3vw,38px)!important;right:clamp(20px,3vw,38px)!important;z-index:4!important;box-sizing:border-box!important;display:block!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;overflow:hidden!important;color:var(--mk-product-muted)!important;font-size:11px!important;line-height:18px!important;white-space:nowrap!important;text-overflow:ellipsis!important;pointer-events:none!important}
body.single-product .mkfm-preview__alternates-guide[hidden]{display:none!important}
body.single-product .mkfm-preview__alternates{position:absolute!important;left:12px!important;right:12px!important;bottom:10px!important;z-index:6!important;box-sizing:border-box!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:8px!important;width:auto!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:5px 7px!important;overflow:visible!important;background:rgba(250,250,249,.96)!important;border-radius:6px!important;box-shadow:0 4px 16px rgba(24,25,27,.045)!important}
body.single-product .mkfm-preview__alternates[hidden]{display:none!important}
body.single-product .mkfm-preview__alternates-label{min-width:0!important;font-size:10px!important;line-height:1.2!important;white-space:nowrap!important}
body.single-product .mkfm-preview__alternates-list{width:100%!important;height:46px!important;min-height:46px!important;padding:0!important;overflow-x:auto!important;overflow-y:visible!important}
body.single-product .mkfm-preview__alternate{box-sizing:border-box!important;grid-template-rows:minmax(27px,1fr) auto!important;flex:0 0 48px!important;min-width:48px!important;width:48px!important;height:46px!important;min-height:46px!important;padding:3px 4px 2px!important}
body.single-product .mkfm-preview__alternate-glyph{height:auto!important;min-height:0!important;overflow:visible!important;font-size:27px!important;line-height:var(--mkfm-active-font-line-ratio,var(--mkfm-font-line-ratio,normal))!important}
body.single-product .mkfm-preview__alternate-tag{font-size:8px!important;line-height:1!important}
body.single-product .mkfm-preview__presets{box-sizing:border-box!important;padding:12px 20px 20px!important}
body.single-product .mkfm-preview__description{box-sizing:border-box!important;margin:24px 2px 0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:var(--mk-product-muted)!important}
body.single-product .mkfm-preview__description > :first-child{margin-top:0!important}
body.single-product .mkfm-preview__description > :last-child{margin-bottom:0!important}

/* Font Info: soft grouped surfaces, no table rules. */
body.single-product .mkfm-font-info{color:var(--mk-product-ink)!important}
body.single-product .mkfm-font-info__description{box-sizing:border-box!important;max-width:none!important;margin:0 0 14px!important;padding:20px 22px!important;background:#f7f7f5!important;border:0!important;border-radius:9px!important;box-shadow:none!important;color:var(--mk-product-muted)!important}
body.single-product .mkfm-font-info__description > :first-child{margin-top:0!important}
body.single-product .mkfm-font-info__description > :last-child{margin-bottom:0!important}
body.single-product .mkfm-font-info .mkfm-font-info__summary,body.single-product .mkfm-font-info .mkfm-font-info__style{box-sizing:border-box!important;min-height:0!important;margin:0 0 12px!important;padding:22px 24px!important;background:#fff!important;border:0!important;border-radius:9px!important;box-shadow:0 1px 2px rgba(24,25,27,.018),0 8px 24px rgba(24,25,27,.026)!important}
body.single-product .mkfm-font-info dl{grid-template-columns:180px minmax(0,1fr)!important;column-gap:28px!important;row-gap:9px!important;margin:0!important}
body.single-product .mkfm-font-info dl dt,body.single-product .mkfm-font-info dl dd{padding:3px 0!important;border:0!important;font-size:13px!important}
body.single-product .mkfm-font-info dl dt{color:var(--mk-product-muted)!important;font-weight:400!important}
body.single-product .mkfm-font-info dl dd{color:var(--mk-product-ink)!important;font-weight:450!important}
body.single-product .mkfm-font-info__style [data-mkfm-info-status]{min-height:22px!important}
body.single-product .mkfm-font-info__style [data-mkfm-info-values]{min-height:154px!important}

/* Glyphs: separated by spacing and a faint cell shadow rather than a line grid. */
body.single-product .mkfm-glyphs__toolbar{padding:12px!important;background:#f7f7f5!important;border:0!important;border-radius:9px!important;box-shadow:none!important}
body.single-product .mkfm-glyphs__grid{box-sizing:border-box!important;min-height:0!important;max-height:none!important;overflow:visible!important;overscroll-behavior:auto!important;gap:8px!important;padding:8px!important;background:transparent!important;border:0!important}
body.single-product .mkfm-glyphs .mkfm-glyph{background:#fff!important;border:0!important;border-radius:7px!important;box-shadow:0 1px 3px rgba(24,25,27,.035)!important}
body.single-product .mkfm-glyphs .mkfm-glyph:hover,body.single-product .mkfm-glyphs .mkfm-glyph:focus-within{background:#fff!important}

/* Related fonts: whitespace creates the section; no rule needed. */
body.single-product .woocommerce div.product > .related.products,body.single-product .woocommerce div.product > .up-sells{margin-top:clamp(78px,9vw,132px)!important;padding-top:0!important;border:0!important}
body.single-product .related.products > h2,body.single-product .up-sells > h2{margin-bottom:30px!important;color:var(--mk-product-ink)!important;font-size:clamp(30px,3vw,46px)!important;font-weight:400!important;letter-spacing:-.04em!important}

body.single-product .mkfm-preview__size-wrap output,body.single-product [data-mkfm-size-value]{font-variant-numeric:tabular-nums}

@media(max-width:959px){
  body.single-product .woocommerce div.product{grid-template-columns:1fr!important;row-gap:44px!important}
  body.single-product .summary .mk-product-heading--summary{margin-bottom:22px!important}
  body.single-product .summary .mk-product-heading--summary .product_title{font-size:clamp(34px,7vw,50px)!important}
  body.single-product.woocommerce div.product > div.summary,body.single-product div.product > div.summary{padding:26px!important;border:0!important}
  body.single-product .mk-product-gallery__viewport{aspect-ratio:var(--mk-gallery-aspect)}
}
@media(max-width:600px){
  body.single-product .summary .mk-product-heading--summary .mk-product-heading__meta{align-items:flex-start!important;flex-direction:column!important;gap:5px!important}
  body.single-product .summary .mk-product-heading--summary .product_title{font-size:clamp(30px,9vw,42px)!important}
  body.single-product .mk-product-gallery__controls{grid-template-columns:40px minmax(0,1fr) 40px;min-height:48px;padding-inline:4px}
  body.single-product div.product .woocommerce-tabs > .panel,body.single-product div.product .woocommerce-tabs > .woocommerce-Tabs-panel{padding:0!important}
  body.single-product .mkfm-preview__head{padding:16px 16px 10px!important}
  body.single-product .mkfm-preview__alternates{left:8px!important;right:8px!important;bottom:8px!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:4px 6px!important}
  body.single-product .mkfm-preview__alternates-guide{left:10px!important;right:10px!important;top:8px!important}
  body.single-product .mkfm-font-info__description{padding:17px!important}
  body.single-product .mkfm-font-info .mkfm-font-info__summary,body.single-product .mkfm-font-info .mkfm-font-info__style{padding:20px!important}
  body.single-product .mkfm-font-info dl{grid-template-columns:1fr!important;row-gap:2px!important}
  body.single-product .mkfm-font-info dl dt{padding-bottom:0!important}
  body.single-product .mkfm-font-info dl dd{padding-top:0!important;margin-bottom:8px!important}
  body.single-product .mkfm-glyphs__grid{min-height:0!important;max-height:none!important;overflow:visible!important;gap:6px!important;padding:6px!important}
}
@media(prefers-reduced-motion:reduce){body.single-product *{scroll-behavior:auto!important}body.single-product .mk-product-gallery__slide{transition:none!important}}



/* Real font-table baselines across Preview and Glyph; no trust icons. */
/* Font Info copy should read as clean white paper, including both short and full description. */
body.single-product .mkfm-font-info__description,
body.single-product .mkfm-font-info__description .woocommerce-product-details__short-description,
body.single-product .mkfm-font-info__description .mkfm-font-info__full-description{
  background:#fff!important;
}
body.single-product .mkfm-font-info__description{
  color:var(--mk-product-ink)!important;
}

/* Typed Glyph inspection: larger language forms + OpenType alternates above the compact full list. */
body.single-product .mkfm-glyphs__featured{
  box-sizing:border-box!important;
  display:grid!important;
  gap:16px!important;
  width:100%!important;
  margin:0 0 26px!important;
}
body.single-product .mkfm-glyphs__featured[hidden]{display:none!important}
body.single-product .mkfm-glyphs__feature-group{
  box-sizing:border-box!important;
  padding:18px!important;
  background:#f7f7f5!important;
  border:0!important;
  border-radius:9px!important;
}
body.single-product .mkfm-glyphs__feature-head{
  display:flex!important;
  align-items:baseline!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0 0 13px!important;
}
body.single-product .mkfm-glyphs__feature-title{
  margin:0!important;
  color:var(--mk-product-ink)!important;
  font-size:14px!important;
  font-weight:650!important;
  line-height:1.3!important;
}
body.single-product .mkfm-glyphs__feature-count{
  color:var(--mk-product-muted)!important;
  font-size:10px!important;
  line-height:1.3!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}
body.single-product .mkfm-glyphs__feature-section + .mkfm-glyphs__feature-section{margin-top:16px!important}
body.single-product .mkfm-glyphs__feature-section-title{
  margin:0 0 8px!important;
  color:var(--mk-product-muted)!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.3!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.single-product .mkfm-glyphs__feature-list{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(112px,1fr))!important;
  gap:8px!important;
}
body.single-product .mkfm-glyphs__feature-card{
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-width:0!important;
  height:142px!important;
  padding:10px 8px 8px!important;
  background:#fff!important;
  border:0!important;
  border-radius:8px!important;
  box-shadow:0 1px 3px rgba(24,25,27,.04)!important;
}
body.single-product .mkfm-glyphs__feature-char{
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:98px!important;
  overflow:hidden!important;
  color:var(--mk-product-ink)!important;
  font-size:72px!important;
  font-style:normal!important;
  font-weight:400!important;
  font-synthesis:none!important;
  font-variant-ligatures:none!important;
  letter-spacing:0!important;
  line-height:.95!important;
  text-transform:none!important;
  white-space:pre!important;
  isolation:isolate!important;
  unicode-bidi:isolate!important;
}
body.single-product .mkfm-glyphs__feature-meta{
  appearance:none!important;
  display:block!important;
  max-width:100%!important;
  min-height:24px!important;
  margin:0!important;
  padding:4px 6px!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:5px!important;
  background:transparent!important;
  color:var(--mk-product-muted)!important;
  box-shadow:none!important;
  font:9px/16px ui-monospace,SFMono-Regular,Menlo,monospace!important;
  letter-spacing:.03em!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  cursor:pointer!important;
}
body.single-product .mkfm-glyphs__feature-meta:hover,
body.single-product .mkfm-glyphs__feature-meta.is-copied{
  background:#efefec!important;
  color:var(--mk-product-ink)!important;
}
body.single-product .mkfm-glyphs__feature-empty{
  margin:0!important;
  color:var(--mk-product-muted)!important;
  font-size:12px!important;
  line-height:1.5!important;
}
body.single-product .mkfm-glyphs__full-label{
  margin:0 0 9px!important;
  color:var(--mk-product-muted)!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.3!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.single-product .mkfm-glyphs__grid{
  grid-template-columns:repeat(auto-fill,minmax(88px,1fr))!important;
}
body.single-product .mkfm-glyphs .mkfm-glyph{
  height:116px!important;
}
body.single-product .mkfm-glyphs .mkfm-glyph__char{
  height:74px!important;
  line-height:74px!important;
  font-size:40px!important;
}
@media(max-width:600px){
  body.single-product .mkfm-glyphs__feature-group{padding:14px!important}
  body.single-product .mkfm-glyphs__feature-list{grid-template-columns:repeat(auto-fill,minmax(94px,1fr))!important;gap:6px!important}
  body.single-product .mkfm-glyphs__feature-card{height:126px!important;padding:8px 6px 6px!important}
  body.single-product .mkfm-glyphs__feature-char{height:86px!important;font-size:62px!important}
  body.single-product .mkfm-glyphs__grid{grid-template-columns:repeat(auto-fill,minmax(76px,1fr))!important}
  body.single-product .mkfm-glyphs .mkfm-glyph{height:108px!important}
  body.single-product .mkfm-glyphs .mkfm-glyph__char{height:68px!important;line-height:68px!important;font-size:36px!important}
}


/* Shared font-metric baseline model for glyph specimens. */
/* Featured multilingual / alternate glyphs: content height follows the real
   font line box. The glyph is no longer vertically centered in a 98px box. */
body.single-product .mkfm-glyphs__feature-card{
  height:auto!important;
  min-height:0!important;
  justify-content:flex-start!important;
  gap:6px!important;
  overflow:visible!important;
}
body.single-product .mkfm-glyphs__feature-char{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  text-align:center!important;
  font-size:72px!important;
  line-height:var(--mkfm-font-line-ratio,normal)!important;
  vertical-align:baseline!important;
}
body.single-product .mkfm-glyphs__feature-meta{
  flex:0 0 auto!important;
}

/* Full glyph list uses the same baseline ratio as the featured view. */
body.single-product .mkfm-glyphs .mkfm-glyph{
  height:auto!important;
  min-height:0!important;
  justify-content:flex-start!important;
  gap:4px!important;
  overflow:visible!important;
}
body.single-product .mkfm-glyphs .mkfm-glyph__char{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  text-align:center!important;
  font-size:40px!important;
  line-height:var(--mkfm-font-line-ratio,normal)!important;
  vertical-align:baseline!important;
}
body.single-product .mkfm-glyphs .mkfm-glyph__code{
  flex:0 0 auto!important;
}

@media(max-width:600px){
  body.single-product .mkfm-glyphs__feature-card{height:auto!important;min-height:0!important}
  body.single-product .mkfm-glyphs__feature-char{height:auto!important;min-height:0!important;font-size:62px!important;line-height:var(--mkfm-font-line-ratio,normal)!important}
  body.single-product .mkfm-glyphs .mkfm-glyph{height:auto!important;min-height:0!important}
  body.single-product .mkfm-glyphs .mkfm-glyph__char{height:auto!important;min-height:0!important;font-size:36px!important;line-height:var(--mkfm-font-line-ratio,normal)!important}
}



body.single-product .mkfm-preview__row:not(.is-font-ready) .mkfm-preview__sample{
  visibility:hidden!important;
}
body.single-product .mkfm-preview__row.is-font-ready .mkfm-preview__sample{
  visibility:visible!important;
}
body.single-product .mkfm-preview__row.is-font-loading [data-mkfm-font-status],
body.single-product .mkfm-preview__row.is-font-error [data-mkfm-font-status]{
  position:absolute!important;
  inset:0!important;
  z-index:6!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:24px!important;
  visibility:visible!important;
  background:#fff!important;
  color:var(--mk-product-muted)!important;
  font-family:var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif)!important;
  font-size:12px!important;
  line-height:1.4!important;
  text-align:center!important;
  pointer-events:none!important;
}
body.single-product .mkfm-preview__row.is-font-loading [data-mkfm-font-status]::before{
  content:"";
  display:block;
  flex:0 0 auto;
  width:16px;
  height:16px;
  border:1.5px solid rgba(36,39,47,.18);
  border-top-color:var(--mk-product-ink);
  border-radius:50%;
  animation:mkfmPreviewSpin .72s linear infinite;
}
body.single-product .mkfm-preview__row.is-font-error [data-mkfm-font-status]::before{content:none!important}
body.single-product .mkfm-preview__row.is-font-ready [data-mkfm-font-status]{visibility:hidden!important}
@keyframes mkfmPreviewSpin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){
  body.single-product .mkfm-preview__row.is-font-loading [data-mkfm-font-status]::before{animation-duration:1.6s}
}


@media (min-width:960px){
  body.single-product .woocommerce div.product{
    align-items:start!important;
    grid-auto-flow:row!important;
    row-gap:clamp(68px,7vw,112px)!important;
  }

  body.single-product .woocommerce div.product > .mk-product-media-column{
    grid-column:1!important;
    grid-row:1!important;
    align-self:start!important;
    display:grid!important;
    min-height:0!important;
    width:100%!important;
  }

  body.single-product .woocommerce div.product > .mk-product-media-column > .mk-product-gallery{
    width:100%!important;
  }

  body.single-product .woocommerce div.product > div.summary{
    grid-column:2!important;
    grid-row:1!important;
    align-self:start!important;
    min-height:0!important;
  }

  body.single-product .woocommerce div.product > .woocommerce-tabs{
    grid-column:1 / -1!important;
    grid-row:2!important;
    margin-top:0!important;
  }
}

@media (max-width:959px){
  body.single-product .woocommerce div.product{row-gap:0!important;}
  body.single-product .woocommerce div.product > .mk-product-media-column{order:1!important;}
  body.single-product .woocommerce div.product > div.summary{order:2!important;}
  body.single-product .woocommerce div.product > .woocommerce-tabs{order:3!important;margin-top:44px!important;}
  body.single-product .woocommerce div.product > .up-sells{order:4!important;}
  body.single-product .woocommerce div.product > .related.products{order:5!important;}
}

@media (min-width:960px){
  body.single-product div.product{
    display:block!important;
  }

  body.single-product div.product > .mk-product-hero{
    --mk-hero-summary-width:clamp(360px,31vw,420px);
    --mk-hero-gap:clamp(40px,4vw,52px);
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) var(--mk-hero-summary-width)!important;
    grid-template-rows:auto!important;
    column-gap:var(--mk-hero-gap)!important;
    align-items:start!important;
    width:100%!important;
    min-width:0!important;
  }

  /* Gallery/media alone determines the hero height. */
  body.single-product .mk-product-hero > .mk-product-media-column{
    grid-column:1!important;
    grid-row:1!important;
    position:relative!important;
    display:block!important;
    box-sizing:border-box!important;
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
  }

  body.single-product .mk-product-hero > .mk-product-media-column > .onsale{
    position:absolute!important;
    z-index:5!important;
  }

  body.single-product .mk-product-hero > .mk-product-media-column > .mk-product-gallery{
    box-sizing:border-box!important;
    display:block!important;
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
  }

  body.single-product .mk-product-hero > .mk-product-media-column > .mk-product-gallery > .mk-product-gallery__viewport{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:var(--mk-gallery-aspect)!important;
  }

  body.single-product .mk-product-hero > .mk-product-media-column > .mk-product-gallery > .mk-product-gallery__controls{
    width:100%!important;
    height:auto!important;
    flex:none!important;
  }

  /* Summary occupies the exact gallery-defined height without contributing to it. */
  body.single-product .mk-product-hero > div.summary{
    grid-column:2!important;
    grid-row:1!important;
    position:absolute!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    box-sizing:border-box!important;
    width:var(--mk-hero-summary-width)!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    padding:24px!important;
    overflow:visible!important;
    background:#fff!important;
    border:0!important;
    border-radius:var(--mk-product-radius)!important;
    box-shadow:var(--mk-product-shadow-strong)!important;
  }

  /* Radio prices already carry the selected license price. Remove duplicate
     WooCommerce summary blocks so they never consume a layout row. */
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > p.price,
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > .woocommerce-product-rating,
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > .woocommerce-product-details__short-description,
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > .product_meta{
    display:none!important;
    width:0!important;
    height:0!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
  }

  /* The entire visible summary is one vertical grid. Each logical line gets one
     track; tracks share spare height instead of leaving a bottom/center void. */
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control){
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-auto-flow:row!important;
    grid-auto-rows:minmax(min-content,1fr)!important;
    align-content:stretch!important;
    align-items:stretch!important;
    row-gap:0!important;
  }

  /* Flatten structural wrappers only. Fieldset remains a spanning item because
     browsers do not reliably honor display:contents on fieldset. */
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > .mk-product-heading--summary,
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > form.variations_form,
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > form.variations_form > table.variations,
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > form.variations_form > table.variations > tbody,
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > form.variations_form > table.variations > tbody > tr,
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > form.variations_form > table.variations > tbody > tr > td.value,
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) form.variations_form .mk-server-variation-control{
    display:contents!important;
  }

  /* PHP sets --mk-license-track-count to License/guide + actual option count. */
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) form.variations_form .mk-license-options{
    display:block!important;
    grid-row:span var(--mk-license-track-count,9)!important;
    align-self:stretch!important;
    box-sizing:border-box!important;
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
  }

  /* The inner wrapper divides the fieldset's track span into the same number of
     equal lines: License/guide + every rendered license choice. */
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) form.variations_form .mk-license-row-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:repeat(var(--mk-license-track-count,9),minmax(0,1fr))!important;
    align-items:stretch!important;
    align-content:stretch!important;
    gap:0!important;
    box-sizing:border-box!important;
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    height:100%!important;
    margin:0!important;
    padding:0!important;
  }

  /* Actual visual rows. */
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > .mk-product-heading--summary > .product_title,
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > .mk-product-heading--summary > .mk-product-heading__meta,
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) form.variations_form .mk-license-heading-row,
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) form.variations_form .mk-license-option,
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > form.variations_form > .single_variation_wrap{
    box-sizing:border-box!important;
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
  }

  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > .mk-product-heading--summary > .product_title{
    display:flex!important;
    align-items:center!important;
    max-width:none!important;
    padding:0!important;
  }

  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > .mk-product-heading--summary > .mk-product-heading__meta{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    padding:20px 0 0!important;
  }

  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) form.variations_form .mk-license-heading-row{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
  }

  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) form.variations_form .mk-license-option{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    align-items:center!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:0 10px!important;
    gap:10px!important;
  }

  /* Cart/quantity is the final summary row, not a separately anchored footer. */
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > form.variations_form > .single_variation_wrap{
    display:flex!important;
    align-items:stretch!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }

  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > form.variations_form > .single_variation_wrap > .woocommerce-variation.single_variation{
    display:none!important;
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
  }

  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > form.variations_form > .single_variation_wrap > .woocommerce-variation-add-to-cart{
    display:grid!important;
    grid-template-columns:132px minmax(0,1fr)!important;
    align-items:stretch!important;
    gap:8px!important;
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    height:100%!important;
    margin:0!important;
    padding:0!important;
  }

  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) form.cart .quantity,
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) form.cart .quantity input.qty,
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) form.cart .mk-quantity-step,
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) form.cart .single_add_to_cart_button{
    min-height:0!important;
    height:100%!important;
    line-height:normal!important;
  }

  /* No blank payment reserve beneath the cart. */
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > .ppc-button-wrapper{
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
  }

  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > .ppc-button-wrapper:empty{
    display:none!important;
  }

  body.single-product div.product > .mk-product-hero + .woocommerce-tabs{
    margin-top:24px!important;
  }
}

@media (min-width:960px) and (max-width:1180px){
  body.single-product .mk-product-hero > div.summary{
    padding:20px!important;
  }
}

@media (min-width:960px) and (max-width:1020px){
  body.single-product .mk-product-hero > div.summary{
    padding:16px!important;
  }
}


@media (min-width:960px){
  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control){
    grid-template-rows:
      minmax(min-content,.62fr)
      minmax(min-content,.50fr)
      minmax(18px,1fr)
      repeat(var(--mk-license-track-count,9),minmax(min-content,1.14fr))
      minmax(44px,.88fr)!important;
    grid-auto-rows:minmax(min-content,1fr)!important;
  }

  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > .mk-product-heading--summary > .product_title{
    align-items:flex-end!important;
  }

  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > .mk-product-heading--summary > .mk-product-heading__meta{
    align-items:flex-start!important;
  }

  body.single-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > form.variations_form > .single_variation_wrap{
    margin-top:8px!important;
  }
}

/* Existing stacked tablet/mobile composition. */
@media (max-width:959px){
  body.single-product div.product{
    display:block!important;
  }

  body.single-product div.product > .mk-product-hero{
    display:block!important;
    width:100%!important;
    min-width:0!important;
  }

  body.single-product .mk-product-hero > .mk-product-media-column{
    position:static!important;
    display:block!important;
    width:100%!important;
    min-width:0!important;
  }

  body.single-product .mk-product-hero > div.summary{
    position:static!important;
    display:block!important;
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    max-height:none!important;
    margin:30px 0 0!important;
    padding:26px!important;
    overflow:visible!important;
    background:#fff!important;
    border:0!important;
    border-radius:var(--mk-product-radius)!important;
    box-shadow:var(--mk-product-shadow-strong)!important;
  }

  body.single-product div.product > .mk-product-hero + .woocommerce-tabs{
    margin-top:24px!important;
  }
}

@media (max-width:767px){
  body.single-product .mk-product-hero > div.summary{
    margin-top:26px!important;
    padding:22px!important;
  }
}


@media (min-width:960px){
  body.single-product div.product.mk-license-radio-product .mk-product-hero > div.summary > p.price,
  body.single-product div.product.mk-license-radio-product .mk-product-hero > div.summary > .mk-selected-variation-price{
    display:none!important;
    width:0!important;
    height:0!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
  }

  body.single-product div.product.mk-license-radio-product .mk-product-hero > div.summary:has(.mk-server-variation-control){
    grid-template-rows:
      minmax(min-content,.62fr)
      minmax(min-content,.50fr)
      minmax(18px,1fr)
      repeat(var(--mk-license-track-count,9),minmax(min-content,1.14fr))
      minmax(44px,.88fr)!important;
  }

  body.single-product div.product.mk-license-radio-product .mk-product-hero > div.summary:has(.mk-server-variation-control)
  > .mk-product-heading--summary > .product_title{
    grid-row:1!important;
  }

  body.single-product div.product.mk-license-radio-product .mk-product-hero > div.summary:has(.mk-server-variation-control)
  > .mk-product-heading--summary > .mk-product-heading__meta{
    grid-row:2!important;
  }

  body.single-product div.product.mk-license-radio-product .mk-product-hero > div.summary:has(.mk-server-variation-control)
  form.variations_form .mk-license-options{
    grid-row-start:4!important;
    grid-row-end:span var(--mk-license-track-count,9)!important;
  }

  body.single-product div.product.mk-license-radio-product .mk-product-hero > div.summary:has(.mk-server-variation-control)
  > form.variations_form > .single_variation_wrap{
    grid-row:-2 / -1!important;
    margin-top:8px!important;
  }
}

@media (min-width:960px){
  body.single-product .mk-product-hero > div.summary{
    padding-bottom:8px!important;
  }
}

@media (min-width:960px){
  body.single-product div.product.mk-license-radio-product .mk-product-hero > div.summary:has(.mk-server-variation-control){
    grid-auto-rows:min-content!important;
  }

  /* The modal markup is required by product.js, but it must not become a grid row. */
  body.single-product div.product.mk-license-radio-product .mk-product-hero > div.summary:has(.mk-server-variation-control) > .mk-product-guide{
    position:absolute!important;
    top:0!important;
    left:0!important;
    width:0!important;
    height:0!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }

  /* PayPal/PPC can inject a shell before its iframe exists. Do not reserve the
     historical 82px/45px footprint while that shell is still unmounted. */
  body.single-product div.product.mk-license-radio-product .mk-product-hero > div.summary:has(.mk-server-variation-control) .ppc-button-wrapper:not(:has(iframe)){
    align-self:start!important;
    min-height:0!important;
    height:0!important;
    max-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:hidden!important;
  }

  body.single-product div.product.mk-license-radio-product .mk-product-hero > div.summary:has(.mk-server-variation-control) .ppc-button-wrapper:not(:has(iframe)) > [id^="ppc-button"]{
    min-height:0!important;
    height:0!important;
    max-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
}

@media (min-width:1181px){
  body.single-product .mk-product-hero > div.summary{
    padding-bottom:24px!important;
  }
}
@media (min-width:1021px) and (max-width:1180px){
  body.single-product .mk-product-hero > div.summary{
    padding-bottom:20px!important;
  }
}
@media (min-width:960px) and (max-width:1020px){
  body.single-product .mk-product-hero > div.summary{
    padding-bottom:16px!important;
  }
}

body.single-product .mkfm-preview--redesign{
  --mk-preview-control-bg:#f6f6f3;
  --mk-preview-control-border:#dedfd8;
  --mk-preview-control-ink:#171816;
  --mk-preview-control-muted:#777871;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__workspace{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  width:100%!important;
  min-width:0!important;
  border:1px solid var(--mk-preview-control-border)!important;
  border-radius:10px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:none!important;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__toolbar--studio{
  display:grid!important;
  grid-template-columns:minmax(140px,.62fr) minmax(190px,1fr) minmax(190px,1fr)!important;
  align-items:stretch!important;
  gap:0!important;
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-top:1px solid var(--mk-preview-control-border)!important;
  background:var(--mk-preview-control-bg)!important;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__toolbar--studio:not(:has(.mkfm-preview__style-wrap)){
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__style-wrap,
body.single-product .mkfm-preview--redesign .mkfm-preview__size-wrap,
body.single-product .mkfm-preview--redesign .mkfm-preview__leading-wrap{
  box-sizing:border-box!important;
  min-width:0!important;
  min-height:0!important;
  gap:5px!important;
  margin:0!important;
  padding:9px 12px 10px!important;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__size-wrap,
body.single-product .mkfm-preview--redesign .mkfm-preview__leading-wrap{
  border-left:1px solid var(--mk-preview-control-border)!important;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__toolbar--studio:not(:has(.mkfm-preview__style-wrap)) .mkfm-preview__size-wrap{
  border-left:0!important;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__label,
body.single-product .mkfm-preview--redesign .mkfm-preview__label-row{
  color:var(--mk-preview-control-muted)!important;
  font-size:9px!important;
  font-weight:600!important;
  line-height:1.1!important;
  letter-spacing:.07em!important;
  text-transform:none!important;
}

body.single-product .mkfm-preview--redesign [data-mkfm-size-value],
body.single-product .mkfm-preview--redesign [data-mkfm-line-height-value]{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  min-width:40px!important;
  min-height:20px!important;
  padding:2px 6px!important;
  border:1px solid var(--mk-preview-control-border)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--mk-preview-control-ink)!important;
  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__style-select{
  box-sizing:border-box!important;
  width:100%!important;
  min-height:32px!important;
  margin:0!important;
  padding:5px 8px!important;
  border:1px solid var(--mk-preview-control-border)!important;
  border-radius:7px!important;
  background:#fff!important;
  color:var(--mk-preview-control-ink)!important;
  box-shadow:none!important;
  font-size:11px!important;
  line-height:1.3!important;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__range-row{
  display:grid!important;
  grid-template-columns:24px minmax(0,1fr) 24px!important;
  align-items:center!important;
  gap:6px!important;
  min-height:30px!important;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__range-a,
body.single-product .mkfm-preview--redesign .mkfm-preview__leading-icon{
  display:block!important;
  width:auto!important;
  color:var(--mk-preview-control-muted)!important;
  font-family:inherit!important;
  font-size:9px!important;
  font-weight:500!important;
  line-height:1!important;
  text-align:center!important;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__range-a--large,
body.single-product .mkfm-preview--redesign .mkfm-preview__leading-icon--loose{
  color:var(--mk-preview-control-ink)!important;
  font-size:9px!important;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__range{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:100%!important;
  height:18px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  accent-color:var(--mk-preview-control-ink)!important;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__range::-webkit-slider-runnable-track{
  height:3px!important;
  border:0!important;
  border-radius:999px!important;
  background:#c9cac4!important;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__range::-webkit-slider-thumb{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:12px!important;
  height:12px!important;
  margin-top:-4.5px!important;
  border:2px solid #fff!important;
  border-radius:50%!important;
  background:var(--mk-preview-control-ink)!important;
  box-shadow:0 0 0 1px rgba(0,0,0,.12)!important;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__range::-moz-range-track{
  height:3px!important;
  border:0!important;
  border-radius:999px!important;
  background:#c9cac4!important;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__range::-moz-range-thumb{
  width:12px!important;
  height:12px!important;
  border:2px solid #fff!important;
  border-radius:50%!important;
  background:var(--mk-preview-control-ink)!important;
  box-shadow:0 0 0 1px rgba(0,0,0,.12)!important;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__presets{
  gap:5px!important;
  padding:8px 10px!important;
  border:0!important;
  border-radius:10px!important;
  background:#f2f2f4!important;
  box-shadow:none!important;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__preset{
  min-height:28px!important;
  padding:5px 9px!important;
  font-size:10px!important;
  border-radius:999px!important;
  background:#fff!important;
}

body.single-product .mkfm-preview--redesign .mkfm-preview__preset.is-active{
  background:var(--mk-preview-control-ink)!important;
  color:#fff!important;
}

@media (max-width:900px){
  body.single-product .mkfm-preview--redesign .mkfm-preview__toolbar--studio,
  body.single-product .mkfm-preview--redesign .mkfm-preview__toolbar--studio:not(:has(.mkfm-preview__style-wrap)){
    grid-template-columns:minmax(135px,.62fr) minmax(0,1fr)!important;
  }

  body.single-product .mkfm-preview--redesign .mkfm-preview__leading-wrap{
    grid-column:1 / -1!important;
    border-left:0!important;
    border-top:1px solid var(--mk-preview-control-border)!important;
  }
}

@media (max-width:620px){
  body.single-product .mkfm-preview--redesign .mkfm-preview__toolbar--studio,
  body.single-product .mkfm-preview--redesign .mkfm-preview__toolbar--studio:not(:has(.mkfm-preview__style-wrap)){
    display:block!important;
  }

  body.single-product .mkfm-preview--redesign .mkfm-preview__style-wrap,
  body.single-product .mkfm-preview--redesign .mkfm-preview__size-wrap,
  body.single-product .mkfm-preview--redesign .mkfm-preview__leading-wrap{
    padding:9px 11px!important;
    border-left:0!important;
    border-top:1px solid var(--mk-preview-control-border)!important;
  }

  body.single-product .mkfm-preview--redesign .mkfm-preview__style-wrap,
  body.single-product .mkfm-preview--redesign .mkfm-preview__toolbar--studio:not(:has(.mkfm-preview__style-wrap)) .mkfm-preview__size-wrap{
    border-top:0!important;
  }
}

@media (min-width:621px) and (max-width:900px){
  body.single-product .mkfm-preview--redesign .mkfm-preview__toolbar--studio:not(:has(.mkfm-preview__style-wrap)) .mkfm-preview__leading-wrap{
    grid-column:auto!important;
    border-top:0!important;
    border-left:1px solid var(--mk-preview-control-border)!important;
  }
}



/* ---- assets/css/storefront-shell.css ---- */

/*
 * Motokiwo storefront shell.
 * Loaded after page-specific product/account modules and before Design runtime.
 */

/* ==========================================================================
   Global layout runtime
   ========================================================================== */


:root{
  --mk-header-live-height:76px;
  --mk-admin-bar-live-height:0px;
  --mk-sticky-obstruction:92px;
}
html{min-height:100%;}
body.motokiwo-fresh{
  min-height:100vh;
  min-height:100dvh;
  display:flex;
  flex-direction:column;
  box-sizing:border-box;
}
body.motokiwo-fresh>.site-header,
body.motokiwo-fresh>.site-footer{flex:0 0 auto;width:100%;}
body.motokiwo-fresh>.mk-site-main{flex:1 0 auto;width:100%;}
body.motokiwo-fresh>main:not(.mk-site-main){flex:1 0 auto;}
body.motokiwo-fresh>.site-footer{margin-top:auto!important;}

/* Header stays in normal flow when sticky mode is disabled. */
.site-header.mk-header-redesign{
  position:relative!important;
  inset:auto!important;
}

/*
 * True sticky mode. The header remains an in-flow flex child, so its own
 * document height reserves the space above page content. This avoids the
 * fixed-position spacer/visual-viewport feedback loop seen in iPad Chrome.
 */
body.motokiwo-sticky-header .site-header.mk-header-redesign{
  position:-webkit-sticky!important;
  position:sticky!important;
  top:var(--mk-admin-bar-live-height,0px)!important;
  inset-inline:auto!important;
  width:100%!important;
  z-index:1000!important;
}

/* WordPress admin-bar fallbacks before JavaScript measures the actual bar. */
body.admin-bar.motokiwo-sticky-header{--mk-admin-bar-live-height:32px;}
@media(max-width:1100px){
  :root{--mk-header-live-height:68px;--mk-sticky-obstruction:84px;}
}
@media(max-width:782px){
  body.admin-bar.motokiwo-sticky-header{--mk-admin-bar-live-height:46px;}
}
@media(max-width:767px){
  :root{--mk-header-live-height:60px;--mk-sticky-obstruction:76px;}
}

/* Hash targets land below the sticky header instead of underneath it. */
body.motokiwo-sticky-header [id]{
  scroll-margin-top:var(--mk-sticky-obstruction,92px);
}

/* The flex page shell holds the footer at the viewport bottom on short pages. */
body.woocommerce-cart .mk-woocommerce-main{min-height:0!important;}
body.woocommerce-cart .mk-commerce-page{box-sizing:border-box;}

/* ==========================================================================
   Dashboard-style storefront shell
   ========================================================================== */



:root{
  --mk-shell-bg:var(--mk-paper,#f5f5f7);
  --mk-panel:var(--mk-surface,#fff);
  --mk-panel-soft:color-mix(in srgb,var(--mk-surface,#fff) 78%,var(--mk-paper,#f5f5f7));
  --mk-panel-border:var(--mk-line,#dedee5);
  --mk-panel-border-strong:color-mix(in srgb,var(--mk-line,#dedee5) 72%,var(--mk-ink,#24242b));
  --mk-shell-muted:color-mix(in srgb,var(--mk-ink,#24242b) 62%,var(--mk-paper,#f5f5f7));
  --mk-shell-faint:color-mix(in srgb,var(--mk-ink,#24242b) 8%,transparent);
  --mk-radius:var(--mk-interface-radius,16px);
  --mk-radius-sm:clamp(0px,calc(var(--mk-interface-radius,16px) * .72),13px);
  --mk-radius-lg:clamp(0px,calc(var(--mk-interface-radius,16px) * 1.35),24px);
  --mk-shell-shadow:0 1px 2px color-mix(in srgb,var(--mk-ink,#24242b) 4%,transparent),0 12px 32px color-mix(in srgb,var(--mk-ink,#24242b) 5%,transparent);
  --mk-shell-shadow-hover:0 2px 3px color-mix(in srgb,var(--mk-ink,#24242b) 5%,transparent),0 18px 42px color-mix(in srgb,var(--mk-ink,#24242b) 8%,transparent);
}

html{background:var(--mk-shell-bg)}
body.motokiwo-fresh{
  background:var(--mk-shell-bg)!important;
  color:var(--mk-ink,#24242b);
}

/* --------------------------------------------------------------------------
   Header / navigation
   -------------------------------------------------------------------------- */

body .site-header.mk-header-redesign{
  color:var(--mk-header-text,#f8f7ff);
  background:var(--mk-header-bg,#15122b)!important;
  border:0!important;
  box-shadow:0 10px 30px color-mix(in srgb,var(--mk-header-rail,#0e0c20) 24%,transparent)!important;
}
body .site-header.mk-header-redesign.is-scrolled{
  background:var(--mk-header-bg,#15122b)!important;
  box-shadow:0 12px 38px color-mix(in srgb,var(--mk-header-rail,#0e0c20) 30%,transparent)!important;
}
body .mk-header-redesign .mk-brand-row{
  min-height:72px!important;
  gap:clamp(14px,2vw,28px);
}
body .mk-header-redesign .site-branding{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
body .mk-header-redesign .site-branding .custom-logo-link{border-radius:0;box-shadow:none}
body .mk-header-redesign .site-branding .custom-logo{max-height:none!important;height:auto!important;box-shadow:none!important;filter:none!important}
body .mk-header-redesign .primary-navigation__menu{gap:4px}
body .mk-header-redesign .primary-navigation__menu>li>a{
  min-height:38px;
  padding-inline:12px;
  border-radius:var(--mk-radius-sm);
  color:color-mix(in srgb,var(--mk-header-text,#f8f7ff) 82%,transparent)!important;
  font-weight:560;
  letter-spacing:-.01em;
}
body .mk-header-redesign .primary-navigation__menu>li>a::after{display:none!important}
body .mk-header-redesign .primary-navigation__menu>li:hover>a,
body .mk-header-redesign .primary-navigation__menu>li.current-menu-item>a,
body .mk-header-redesign .primary-navigation__menu>li.current-menu-ancestor>a{
  color:var(--mk-header-text,#f8f7ff)!important;
  background:color-mix(in srgb,var(--mk-header-text,#f8f7ff) 12%,transparent)!important;
}
body .mk-header-redesign .primary-navigation .sub-menu{
  padding:8px;
  border:1px solid var(--mk-panel-border);
  border-radius:var(--mk-radius-sm);
  background:var(--mk-panel);
  box-shadow:var(--mk-shell-shadow-hover);
  overflow:hidden;
}
body .mk-header-redesign .primary-navigation .sub-menu a{
  border-radius:var(--mk-radius-sm);
  color:var(--mk-ink,#24242b);
}
body .mk-header-redesign .primary-navigation .sub-menu a:hover{
  background:var(--mk-shell-bg);
}
body .mk-header-redesign .mk-header-tools{gap:5px}
body .mk-header-redesign .mk-tool{
  width:40px;
  min-width:40px;
  height:40px;
  min-height:40px;
  border-radius:var(--mk-radius-sm);
  border-color:color-mix(in srgb,var(--mk-header-text,#f8f7ff) 13%,transparent);
  color:var(--mk-header-text,#f8f7ff);
  background:color-mix(in srgb,var(--mk-header-text,#f8f7ff) 6%,transparent);
}
body .mk-header-redesign .mk-tool:hover{
  color:var(--mk-header-text,#f8f7ff);
  border-color:color-mix(in srgb,var(--mk-header-text,#f8f7ff) 24%,transparent);
  background:color-mix(in srgb,var(--mk-header-text,#f8f7ff) 13%,transparent);
}
body .mk-header-redesign .mk-bag-tool{
  min-width:46px;
  border-color:var(--mk-accent,#d5ef53)!important;
  background:var(--mk-accent,#d5ef53)!important;
  color:var(--mk-ink,#24242b)!important;
}
body .mk-header-redesign .mk-bag-tool:hover{
  filter:brightness(.97);
  color:var(--mk-ink,#24242b)!important;
}
body .mk-header-redesign .mk-inline-search--header{
  width:clamp(170px,17vw,240px);
  height:40px;
  border:1px solid color-mix(in srgb,var(--mk-header-text,#f8f7ff) 12%,transparent);
  border-radius:var(--mk-radius-sm);
  background:color-mix(in srgb,var(--mk-header-text,#f8f7ff) 9%,transparent);
  color:color-mix(in srgb,var(--mk-header-text,#f8f7ff) 78%,transparent);
  box-shadow:none;
}
body .mk-header-redesign .mk-inline-search--header:focus-within{
  border-color:color-mix(in srgb,var(--mk-header-text,#f8f7ff) 28%,transparent);
  background:color-mix(in srgb,var(--mk-header-text,#f8f7ff) 13%,transparent);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--mk-accent,#d5ef53) 20%,transparent);
}
body .mk-header-redesign .mk-inline-search--header input[type="search"]{
  color:var(--mk-header-text,#f8f7ff)!important;
}
body .mk-header-redesign .mk-inline-search--header input[type="search"]::placeholder{
  color:color-mix(in srgb,var(--mk-header-text,#f8f7ff) 58%,transparent)!important;
}
body .mk-header-redesign :is(a,button,input):focus-visible{
  outline-color:var(--mk-accent,#d5ef53)!important;
}

/* --------------------------------------------------------------------------
   Global canvas / controls
   -------------------------------------------------------------------------- */

body .mk-site-main{
  background:var(--mk-shell-bg);
  padding-block:clamp(22px,3.2vw,46px);
}
body .mk-front-page{padding-top:clamp(16px,2vw,26px)}
body :where(input[type="text"],input[type="email"],input[type="search"],input[type="tel"],input[type="url"],input[type="number"],input[type="password"],select,textarea){
  border:1px solid var(--mk-panel-border-strong)!important;
  border-radius:var(--mk-radius-sm)!important;
  background:var(--mk-panel)!important;
  color:var(--mk-ink,#24242b)!important;
  box-shadow:none!important;
}
body :where(input,select,textarea):focus{
  border-color:color-mix(in srgb,var(--mk-ink,#24242b) 42%,var(--mk-panel-border))!important;
  box-shadow:0 0 0 3px color-mix(in srgb,var(--mk-accent,#d5ef53) 24%,transparent)!important;
  outline:0!important;
}
body :where(.mk-button,.wp-element-button,button[type="submit"],input[type="submit"],.woocommerce a.button,.woocommerce button.button,.woocommerce input.button){
  border-radius:var(--mk-radius-sm)!important;
  border-color:var(--mk-ink,#24242b)!important;
  background:var(--mk-ink,#24242b)!important;
  color:#fff!important;
  box-shadow:none!important;
  transition:transform .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
}
body :where(.mk-button,.wp-element-button,button[type="submit"],input[type="submit"],.woocommerce a.button,.woocommerce button.button,.woocommerce input.button):not(:disabled):hover{
  transform:translateY(-1px);
  border-color:var(--mk-accent,#d5ef53)!important;
  background:var(--mk-accent,#d5ef53)!important;
  color:var(--mk-ink,#24242b)!important;
  box-shadow:0 8px 18px color-mix(in srgb,var(--mk-ink,#24242b) 10%,transparent)!important;
}
body hr,
body .wp-block-separator{border-color:var(--mk-panel-border)}

/* --------------------------------------------------------------------------
   Standard WordPress content
   -------------------------------------------------------------------------- */

body .mk-standard-page,
body .mk-content-stack > article,
body .mk-content-stack > .entry-header,
body .mk-post-grid > article{
  border:1px solid var(--mk-panel-border);
  border-radius:var(--mk-radius-lg);
  background:var(--mk-panel);
  box-shadow:var(--mk-shell-shadow);
}
body .mk-standard-page{
  padding-block:var(--mk-page-spacing,32px);
  padding-inline:clamp(18px,3.5vw,52px);
}
body .mk-content-stack > article{
  padding-block:var(--mk-page-spacing,32px);
  padding-inline:clamp(18px,3vw,42px);
  overflow:hidden;
}
body .mk-content-stack > .entry-header{
  padding-block:var(--mk-page-spacing,32px);
  padding-inline:clamp(18px,3vw,38px);
}
body .mk-post-grid{
  gap:18px!important;
}
body .mk-post-grid > article{
  padding:22px;
  transition:transform .16s ease,box-shadow .16s ease;
}
body .mk-post-grid > article:hover{
  transform:translateY(-2px);
  box-shadow:var(--mk-shell-shadow-hover);
}
body .entry-header__eyebrow,
body .mk-single-product__category,
body .woocommerce-products-header .term-description{
  color:var(--mk-shell-muted);
}
body .entry-content :where(blockquote,.wp-block-quote){
  margin-inline:0;
  padding:20px 22px;
  border:1px solid var(--mk-panel-border);
  border-left:4px solid var(--mk-accent,#d5ef53);
  border-radius:var(--mk-radius-sm);
  background:var(--mk-panel-soft);
}
body .navigation.pagination .nav-links,
body .post-navigation .nav-links{
  gap:8px;
}
body .navigation.pagination a,
body .navigation.pagination span,
body .post-navigation a{
  border:1px solid var(--mk-panel-border);
  border-radius:var(--mk-radius-sm);
  background:var(--mk-panel);
}

/* --------------------------------------------------------------------------
   Builder / home sections
   -------------------------------------------------------------------------- */

body .mkb-page.mk-home{
  padding-inline:var(--mk-final-gutter,clamp(18px,3vw,44px));
}
body .mkb-page > .mkb-section:not(.mkb-section--playground){
  margin-bottom:18px!important;
  border:1px solid var(--mk-panel-border);
  border-radius:var(--mk-radius-lg);
  background:var(--mkb-background,var(--mk-panel));
  box-shadow:var(--mk-shell-shadow);
  overflow:hidden;
}
body .mkb-page > .mkb-section:not(.mkb-section--playground)::before{
  display:none;
}
body .mkb-page > .mkb-section:not(.mkb-section--playground) > .mkb-section__inner{
  padding-inline:clamp(18px,3vw,42px);
}
body .mkb-page > .mkb-section--playground{
  margin-bottom:18px!important;
  border:1px solid color-mix(in srgb,var(--mk-canvas-type,#f5f3ff) 12%,transparent);
  border-radius:var(--mk-radius-lg);
  box-shadow:var(--mk-shell-shadow);
  overflow:hidden;
}
body .mkb-page > .mkb-section--playground::before{display:none}
body .mkb-button{
  border-radius:var(--mk-radius-sm);
}
body .mkb-image-frame,
body .mkb-single-image{
  border:1px solid var(--mk-panel-border);
  border-radius:var(--mk-radius);
  background:var(--mk-panel-soft);
}
body .mk-home-search,
body .mkb-section--products .mk-home-search{
  border-radius:var(--mk-radius-sm);
}

/* --------------------------------------------------------------------------
   Shop / catalog
   -------------------------------------------------------------------------- */

body.woocommerce .mk-woocommerce-main > .mk-container > .woocommerce-products-header,
body.woocommerce-page .mk-woocommerce-main > .mk-container > .woocommerce-products-header{
  margin-bottom:16px;
  padding:clamp(22px,3vw,38px);
  border:1px solid var(--mk-panel-border);
  border-radius:var(--mk-radius-lg);
  background:var(--mk-panel);
  box-shadow:var(--mk-shell-shadow);
}
body .mk-shop-toolbar{
  margin-bottom:18px!important;
  padding:10px 12px!important;
  border:1px solid var(--mk-panel-border);
  border-radius:var(--mk-radius);
  background:var(--mk-panel);
  box-shadow:0 1px 2px color-mix(in srgb,var(--mk-ink,#24242b) 3%,transparent);
}
body .mk-product-card{
  border:1px solid var(--mk-panel-border)!important;
  border-radius:var(--mk-radius)!important;
  background:var(--mk-panel)!important;
  box-shadow:var(--mk-shell-shadow)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
body .mk-product-card:hover{
  transform:translateY(-3px);
  border-color:color-mix(in srgb,var(--mk-panel-border) 72%,var(--mk-ink,#24242b))!important;
  box-shadow:var(--mk-shell-shadow-hover)!important;
}
body .mk-product-card__media{
  background:var(--mk-panel-soft)!important;
  border-bottom:1px solid var(--mk-panel-border)!important;
}
body .mk-product-card__badge{
  border-radius:999px!important;
  background:var(--mk-header-bg,#15122b)!important;
  color:var(--mk-header-text,#f8f7ff)!important;
}
body .mk-product-card__category{color:var(--mk-shell-muted)!important}
body .woocommerce-result-count{color:var(--mk-shell-muted)}
body .woocommerce-ordering select{min-height:40px}

/* --------------------------------------------------------------------------
   Single product
   -------------------------------------------------------------------------- */

body.single-product .mk-woocommerce-main{background:var(--mk-shell-bg)!important}
body.single-product div.product > .mk-product-hero{
  gap:var(--mk-product-gap,32px)!important;
}
body.single-product .mk-product-hero > .mk-product-media-column,
body.single-product .mk-product-hero > div.summary{
  border:1px solid var(--mk-panel-border)!important;
  border-radius:var(--mk-radius-lg)!important;
  background:var(--mk-panel)!important;
  box-shadow:var(--mk-shell-shadow);
  overflow:hidden;
}
body.single-product .mk-product-hero > .mk-product-media-column{
  padding:12px;
}
body.single-product .mk-product-hero > div.summary{
  padding:clamp(20px,2.3vw,32px)!important;
}
body.single-product .mk-product-gallery,
body.single-product .mk-product-gallery__viewport,
body.single-product .mk-product-gallery__controls{
  border-radius:var(--mk-radius)!important;
}
body.single-product .mk-product-gallery__viewport{
  border:1px solid var(--mk-panel-border)!important;
  background:var(--mk-panel-soft)!important;
  overflow:hidden;
}
body.single-product .summary .mk-license-option{
  border:1px solid var(--mk-panel-border)!important;
  border-radius:var(--mk-radius-sm)!important;
  background:var(--mk-panel-soft)!important;
}
body.single-product .summary .mk-license-option:hover{
  border-color:var(--mk-panel-border-strong)!important;
}
body.single-product .summary .mk-license-option.is-selected{
  border-color:color-mix(in srgb,var(--mk-accent,#d5ef53) 55%,var(--mk-panel-border))!important;
  background:color-mix(in srgb,var(--mk-accent,#d5ef53) 10%,var(--mk-panel))!important;
  box-shadow:0 0 0 3px color-mix(in srgb,var(--mk-accent,#d5ef53) 14%,transparent)!important;
}
body.single-product div.product form.cart .quantity{
  border:1px solid var(--mk-panel-border)!important;
  border-radius:var(--mk-radius-sm)!important;
  overflow:hidden;
}
body.single-product div.product form.cart .single_add_to_cart_button{
  border-radius:var(--mk-radius-sm)!important;
}
body.single-product div.product > .mk-product-hero + .woocommerce-tabs,
body.single-product .related.products,
body.single-product .upsells.products{
  margin-top:18px!important;
  padding:clamp(18px,2.5vw,30px)!important;
  border:1px solid var(--mk-panel-border)!important;
  border-radius:var(--mk-radius-lg)!important;
  background:var(--mk-panel)!important;
  box-shadow:var(--mk-shell-shadow);
  overflow:hidden;
}
body.single-product div.product .woocommerce-tabs > ul.tabs{
  padding:7px!important;
  border:1px solid var(--mk-panel-border)!important;
  border-radius:var(--mk-radius-sm)!important;
  background:var(--mk-shell-bg)!important;
}
body.single-product div.product .woocommerce-tabs > ul.tabs > li > a{
  border-radius:var(--mk-radius-sm)!important;
}
body.single-product div.product .woocommerce-tabs > ul.tabs > li.active > a{
  box-shadow:0 1px 3px color-mix(in srgb,var(--mk-ink,#24242b) 9%,transparent)!important;
}
body.single-product .mkfm-preview,
body.single-product .mkfm-font-info .mkfm-font-info__summary,
body.single-product .mkfm-font-info__description,
body.single-product .mkfm-glyphs__feature-card,
body.single-product .mkfm-glyphs .mkfm-glyph{
  border-radius:var(--mk-radius-sm)!important;
}

/* --------------------------------------------------------------------------
   Cart / checkout / account
   -------------------------------------------------------------------------- */

body .mk-commerce-page{
  width:min(calc(100% - (var(--mk-final-gutter,clamp(18px,3vw,44px)) * 2)),var(--mk-site-width,1320px));
  max-width:var(--mk-site-width,1320px);
  margin-inline:auto;
}
body.woocommerce-cart .mk-commerce-page .woocommerce table.shop_table,
body.woocommerce-cart .mk-commerce-page .woocommerce .cart_totals,
body.woocommerce-checkout .mk-commerce-page .woocommerce #customer_details{
  border-radius:var(--mk-radius)!important;
}
body.woocommerce-checkout .mk-commerce-page .woocommerce #order_review_heading{
  border-color:var(--mk-panel-border)!important;
  border-radius:var(--mk-radius) var(--mk-radius) 0 0!important;
  background:var(--mk-panel)!important;
  box-shadow:none!important;
}
body.woocommerce-checkout .mk-commerce-page .woocommerce #order_review{
  border-radius:0 0 var(--mk-radius) var(--mk-radius)!important;
}
body.woocommerce-cart .mk-commerce-page .woocommerce .cart_totals,
body.woocommerce-checkout .mk-commerce-page .woocommerce #customer_details,
body.woocommerce-checkout .mk-commerce-page .woocommerce #order_review{
  border-color:var(--mk-panel-border)!important;
  background:var(--mk-panel)!important;
  box-shadow:var(--mk-shell-shadow)!important;
}
body.woocommerce-account .mk-auth-intro{
  border:1px solid color-mix(in srgb,var(--mk-accent,#d5ef53) 55%,var(--mk-panel-border));
  border-radius:var(--mk-radius-lg);
  background:color-mix(in srgb,var(--mk-accent,#d5ef53) 88%,var(--mk-panel));
}
body.woocommerce-account .mk-auth #customer_login>div,
body.woocommerce-account .mk-auth-tabs{
  border-color:var(--mk-panel-border)!important;
  border-radius:var(--mk-radius)!important;
  background:var(--mk-panel)!important;
  box-shadow:var(--mk-shell-shadow);
}
body.woocommerce-account .mk-auth-tabs{
  margin-bottom:10px;
  padding:6px;
}
body.woocommerce-account .mk-auth-tabs [role=tab]{border-radius:var(--mk-radius-sm)!important}
body.woocommerce-account .mk-auth input.input-text,
body.woocommerce-account .mk-auth button.button,
body.woocommerce-account .mk-google-button{
  border-radius:var(--mk-radius-sm)!important;
}

/* --------------------------------------------------------------------------
   Notices / tables / utility surfaces
   -------------------------------------------------------------------------- */

body :where(.woocommerce-message,.woocommerce-info,.woocommerce-error,.wp-block-table,table:not(.variations):not(.shop_table)){
  border-radius:var(--mk-radius-sm);
}
body :where(.woocommerce-message,.woocommerce-info,.woocommerce-error){
  border:1px solid var(--mk-panel-border)!important;
  background:var(--mk-panel)!important;
  box-shadow:0 1px 2px color-mix(in srgb,var(--mk-ink,#24242b) 4%,transparent);
}
body table :where(th,td){border-color:var(--mk-panel-border)}

/* --------------------------------------------------------------------------
   Mobile navigation / footer
   -------------------------------------------------------------------------- */

body .mobile-navigation{
  width:min(440px,calc(100% - 18px));
  margin:9px 9px 9px auto;
  padding:24px;
  border:1px solid var(--mk-panel-border);
  border-radius:var(--mk-radius-lg);
  background:var(--mk-panel);
  color:var(--mk-ink,#24242b);
  box-shadow:0 26px 80px rgba(15,13,34,.28);
}
body .mobile-navigation::backdrop{background:rgba(11,9,28,.44)}
body .mobile-navigation .mobile-navigation__close{
  border-radius:50%;
  background:var(--mk-shell-bg);
}
body .mobile-navigation .mobile-navigation__menu>li>a{
  border-color:var(--mk-panel-border);
}
body .mobile-navigation .mk-inline-search{
  border:1px solid var(--mk-panel-border);
  border-radius:var(--mk-radius-sm);
  background:var(--mk-shell-bg);
}
body .site-footer.mk-reference-footer{
  margin-top:18px;
  border-top:0!important;
  background:var(--mk-footer-bg,#15122b)!important;
}
body .mk-reference-footer .mk-footer-shell{
  padding-top:clamp(28px,4vw,52px);
}
body .mk-reference-footer .mk-footer-intro,
body .mk-reference-footer .mk-footer-bottom{
  border-color:color-mix(in srgb,var(--mk-footer-text,#f2f1f7) 16%,transparent)!important;
}
body .mk-reference-footer .mk-footer-intro a{
  border-radius:var(--mk-radius-sm)!important;
}

@media(max-width:991px){
  body .mk-header-redesign .site-branding{padding:0}
  body .mk-header-redesign .mk-brand-row{min-height:66px!important}
  body .mk-header-redesign .mk-inline-search--header{width:clamp(132px,28vw,210px)}
  body.single-product .mk-product-hero > .mk-product-media-column,
  body.single-product .mk-product-hero > div.summary{border-radius:var(--mk-radius)!important}
}

@media(max-width:767px){
  body .mk-site-main{padding-block:14px 26px}
  body .mkb-page.mk-home{padding-inline:14px}
  body .mkb-page > .mkb-section:not(.mkb-section--playground),
  body .mkb-page > .mkb-section--playground{margin-bottom:12px!important;border-radius:var(--mk-radius)!important}
  body .mk-standard-page,
  body .mk-content-stack > article,
  body .mk-content-stack > .entry-header,
  body.woocommerce .mk-woocommerce-main > .mk-container > .woocommerce-products-header{
    border-radius:var(--mk-radius)!important;
  }
  body .mk-standard-page{padding-block:var(--mk-page-spacing,32px);padding-inline:18px}
  body .mk-header-redesign .mk-brand-row{min-height:62px!important}
  body .mk-header-redesign .site-branding{padding:0}
  body .mk-header-redesign .site-branding .custom-logo{max-height:none!important;height:auto!important}
  body .mk-header-redesign .mk-inline-search--header{display:none}
  body .mk-product-card:hover,
  body .mk-post-grid > article:hover{transform:none}
}

@media(prefers-reduced-motion:reduce){
  body .mk-product-card,
  body .mk-post-grid > article,
  body :where(.mk-button,.wp-element-button,button[type="submit"],input[type="submit"],.woocommerce a.button,.woocommerce button.button,.woocommerce input.button){transition:none!important}
}


/* ---- assets/css/design-runtime.css ---- */

/*
 * Motokiwo Design runtime authority.
 *
 * This is intentionally the final public stylesheet. Component modules own
 * structure; every setting exposed in Motokiwo → Design is resolved here.
 */

:root{
  --mk-ds-paper:var(--mk-paper,#fff);
  --mk-ds-card:var(--mk-surface,#fff);
  --mk-ds-surface:var(--mk-surface,#fff);
  --mk-ds-ink:var(--mk-ink,#24242b);
  --mk-ds-muted:color-mix(in srgb,var(--mk-ink,#24242b) 62%,var(--mk-paper,#f5f5f7));
  --mk-ds-line:var(--mk-line,#dedfd8);
  --mk-ds-line-strong:color-mix(in srgb,var(--mk-line,#dedfd8) 72%,var(--mk-ink,#252622));
  --mk-ds-accent:var(--mk-accent,#d5ef53);
  --mk-ds-accent-soft:color-mix(in srgb,var(--mk-accent,#d5ef53) 18%,var(--mk-paper,#fff));
  --mk-ds-content:var(--mk-site-width,1320px);
  --mk-ds-radius:var(--mk-interface-radius,16px);

  --mk-final-paper:var(--mk-paper,#fff);
  --mk-final-card:var(--mk-surface,#fff);
  --mk-final-surface:var(--mk-surface,#f3f3ed);
  --mk-final-ink:var(--mk-ink,#24242b);
  --mk-final-muted:color-mix(in srgb,var(--mk-ink,#24242b) 62%,var(--mk-paper,#f5f5f7));
  --mk-final-line:var(--mk-line,#dedfd8);
  --mk-final-soft:color-mix(in srgb,var(--mk-line,#dedfd8) 55%,var(--mk-paper,#fff));
  --mk-final-accent:var(--mk-accent,#d5ef53);

  /* Keep all components on the same Design palette. */
  --mk-card:var(--mk-surface,#fff);
  --mk-panel:var(--mk-surface,#fff);
  --mk-radius:var(--mk-interface-radius,16px);
  --mk-line-strong:color-mix(in srgb,var(--mk-line,#dedfd8) 72%,var(--mk-ink,#252622));
  --mk-muted:color-mix(in srgb,var(--mk-ink,#252622) 62%,var(--mk-paper,#fff));

  /* WordPress block presets mirror the live Design palette/width too. */
  --wp--preset--color--ink:var(--mk-ink,#24242b);
  --wp--preset--color--paper:var(--mk-paper,#f5f5f7);
  --wp--preset--color--surface:var(--mk-surface,#fff);
  --wp--preset--color--line:var(--mk-line,#dedee5);
  --wp--preset--color--accent:var(--mk-accent,#d5ef53);
  --wp--preset--color--canvas:var(--mk-canvas,#17142d);
  --wp--preset--color--type-light:var(--mk-canvas-type,#f5f3ff);
  --wp--style--global--wide-size:var(--mk-site-width,1320px);
}

/* Website typography. Product specimens keep their own explicitly loaded face. */
body.motokiwo-fresh{
  --mk-reading-size:var(--mk-body-size,16px);
  --mk-ui-size:max(12px,calc(var(--mk-body-size,16px) * .9375));
  --mk-small-size:max(11px,calc(var(--mk-body-size,16px) * .8125));
  background:var(--mk-paper,#fff)!important;
  color:var(--mk-ink,#24242b)!important;
  font-family:var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif)!important;
  font-size:var(--mk-body-size,16px)!important;
}
body.motokiwo-fresh :where(button,input,select,textarea){
  font-family:var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif);
}
body.motokiwo-fresh :where(h1,h2,h3,h4,h5,h6),
body.motokiwo-fresh :where(.entry-title,.page-title,.woocommerce-products-header__title){
  font-family:var(--mk-font-heading,var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif));
}

/* Semantic heading scale. H1 keeps its existing page/product split; H2-H5 are
   global Design controls. Explicit block-level font-size choices remain local. */
@media screen{
  body.motokiwo-fresh :where(h2:not([class*="-font-size"]):not([style*="font-size"])){font-size:var(--mk-h2-size,34px)!important;}
  body.motokiwo-fresh :where(h3:not([class*="-font-size"]):not([style*="font-size"])){font-size:var(--mk-h3-size,25px)!important;}
  body.motokiwo-fresh :where(h4:not([class*="-font-size"]):not([style*="font-size"])){font-size:var(--mk-h4-size,19px)!important;}
  body.motokiwo-fresh :where(h5:not([class*="-font-size"]):not([style*="font-size"])){font-size:var(--mk-h5-size,16px)!important;}

  /* Retained component sheets contain a few high-specificity !important sizes.
     Reassert the semantic level here so Design stays authoritative without
     changing those component files or their geometry. */
  body.motokiwo-fresh .mk-license-card h2,
  body.motokiwo-fresh .mk-license-extra h2,
  body.motokiwo-fresh.woocommerce-cart .mk-commerce-page .woocommerce .cart_totals h2,
  body.motokiwo-fresh.single-product .woocommerce div.product .related.products>h2,
  body.motokiwo-fresh.single-product .woocommerce div.product .up-sells>h2,
  body.motokiwo-fresh.single-product .related.products>h2,
  body.motokiwo-fresh.single-product .up-sells>h2{font-size:var(--mk-h2-size,34px)!important;}
  body.motokiwo-fresh .mk-license-extra h3,
  body.motokiwo-fresh.woocommerce-checkout .mk-commerce-page .woocommerce #customer_details h3{font-size:var(--mk-h3-size,25px)!important;}
}

/* Retained component sheets follow the selected Design font stack. */
body .mk-auth,
body .mk-commerce-page,
body .wp-block-woocommerce-cart,
body .wp-block-woocommerce-checkout,
body .site-footer.mk-reference-footer,
body .mk-reference-footer .mk-footer-payment,
body .mk-brand-caption,
body .mk-tool{
  font-family:var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif)!important;
}
body .mk-auth input.input-text,
body .mk-auth button.button,
body .mk-auth-tabs [role=tab]{
  font-family:var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif)!important;
}

/* Body-size controls are authoritative for editorial/commerce copy. Compact
   metadata remains proportionally smaller than primary text. */
body .archive-description,
body .entry-header__intro,
body .mkfm-font-info__description,
body .mk-auth-intro p,
body .mk-reference-footer .mk-footer-about p,
body .mk-reference-footer .mk-footer-links a{
  font-size:var(--mk-reading-size,var(--mk-body-size,16px))!important;
}
body .entry-content :where(figcaption),
body .entry-meta,
body .mk-commerce-header a,
body .mk-commerce-steps,
body .mk-payment-reassurance,
body .mk-auth .form-row,
body .mk-auth .form-row label,
body .mk-auth-help,
body .mk-auth .lost_password,
body .mk-auth .woocommerce-privacy-policy-text,
body .woocommerce-MyAccount-navigation a,
body .mk-reference-footer .mk-footer-bottom .mk-footer-copy,
body .mk-reference-footer .mk-footer-bottom .mk-footer-copy :where(p,a),
body .mk-reference-footer .mk-footer-payment{
  font-size:var(--mk-ui-size,15px)!important;
}
body .entry-content :where(input,select,textarea,button,.wp-block-button__link),
body .mk-contact-form :where(input,select,textarea,button),
body .mk-auth :where(input:not([type=checkbox]),textarea,button.button){
  font-size:var(--mk-reading-size,var(--mk-body-size,16px))!important;
}
body .mk-commerce-page,
body .wp-block-woocommerce-cart,
body .wp-block-woocommerce-checkout{
  color:var(--mk-ink,#24242b)!important;
  font-size:var(--mk-reading-size,var(--mk-body-size,16px))!important;
  line-height:1.6;
}
body .mk-commerce-page .woocommerce :where(label,th,td,.payment_box,.woocommerce-terms-and-conditions-wrapper,input,select,textarea),
body :is(.wp-block-woocommerce-cart,.wp-block-woocommerce-checkout) :where(input,select,textarea,label){
  font-size:var(--mk-ui-size,15px)!important;
}
body .mk-commerce-page .woocommerce .button,
body :is(.wp-block-woocommerce-cart,.wp-block-woocommerce-checkout) :where(button,.wc-block-components-button){
  font-size:var(--mk-ui-size,15px)!important;
}

/* Site width is a public Design control, including the shared storefront containers. */
body .mk-container,
body .mk-reference-footer .mk-footer-shell{
  width:min(calc(100% - (var(--mk-final-gutter,clamp(18px,3vw,44px)) * 2)),var(--mk-site-width,1320px))!important;
  max-width:var(--mk-site-width,1320px)!important;
  margin-inline:auto!important;
}
body .mk-content-stack{
  padding-top:var(--mk-page-spacing,32px)!important;
  padding-bottom:calc(var(--mk-page-spacing,32px) * 2)!important;
}
body.woocommerce-account .mk-auth{
  max-width:min(1160px,var(--mk-site-width,1320px))!important;
}


/* Cart / checkout canvas follows the Design page background; the commerce module only owns layout. */
body.woocommerce-cart,
body.woocommerce-checkout{
  background:var(--mk-paper,#f5f5f7)!important;
}
body.woocommerce-cart .mk-commerce-page,
body.woocommerce-checkout .mk-commerce-page{
  background:transparent!important;
}

/* Catalog result count is a quiet UI label, not a second product-title scale. */
body.woocommerce :where(.woocommerce-result-count){
  color:color-mix(in srgb,var(--mk-ink,#24242b) 58%,transparent)!important;
  font-family:var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif)!important;
  font-size:var(--mk-ui-size,15px)!important;
  line-height:1.4!important;
}

/* Standard page-title scale. Product titles have their own controls below. */
body :where(.entry-title,.page-title,.woocommerce-products-header__title,.mk-404-content h1){
  font-size:var(--mk-page-heading-size,36px)!important;
}
body.woocommerce-account .mk-auth-intro h1,
body.woocommerce-cart .mk-commerce-header h1,
body.woocommerce-checkout .mk-commerce-header h1{
  font-size:var(--mk-page-heading-size,36px)!important;
}
body .mk-404-intro,
body .mk-404-search input[type="search"]{
  font-size:var(--mk-reading-size,var(--mk-body-size,16px))!important;
}
body .entry-content img{
  max-width:var(--mk-page-image-width,100%)!important;
}
body .entry-content > :where(h2,h3,h4){
  margin-top:calc(var(--mk-page-spacing,32px) * 1.5)!important;
}

/* Header controls. */
body .site-header.mk-header-redesign{
  background:var(--mk-header-bg,#15122b)!important;
  border-bottom:0!important;
  box-shadow:0 8px 28px rgba(17,18,20,.065)!important;
  box-shadow:0 8px 28px color-mix(in srgb,var(--mk-header-rail,#20251d) 6.5%,transparent)!important;
}
body .site-header.mk-header-redesign.is-scrolled{
  background:var(--mk-header-bg,#15122b)!important;
  border-bottom:0!important;
  box-shadow:0 10px 34px rgba(17,18,20,.085)!important;
  box-shadow:0 10px 34px color-mix(in srgb,var(--mk-header-rail,#20251d) 8.5%,transparent)!important;
}
body .mk-header-redesign .mk-brand-row{
  min-height:calc(46px + var(--mk-header-padding,24px))!important;
  padding-block:calc(var(--mk-header-padding,24px) * .25)!important;
}
body .mk-header-redesign .site-branding .custom-logo{
  width:min(var(--mk-logo-width,180px),40vw)!important;
  max-width:min(var(--mk-logo-width,180px),40vw)!important;
  max-height:none!important;
  height:auto!important;
}
body .mk-header-redesign .primary-navigation__menu > li > a{
  font-size:var(--mk-menu-size,16px)!important;
  text-decoration:none!important;
}
body .mk-header-redesign .primary-navigation .sub-menu a{
  font-size:max(12px,calc(var(--mk-menu-size,16px) * .875))!important;
}
body .mk-header-redesign .mk-inline-search--header input[type="search"]{
  font-size:var(--mk-ui-size,15px)!important;
}
body .mk-header-redesign .primary-navigation__menu > li > a:hover,
body .mk-header-redesign .primary-navigation__menu > li.current-menu-item > a,
body .mk-header-redesign .primary-navigation__menu > li.current-menu-ancestor > a{
  text-decoration:none!important;
}
body .mk-header-redesign .primary-navigation__menu > li > a::after{
  background:var(--mk-accent,#d5ef53)!important;
}
body .mk-header-redesign .mk-bag-tool{
  border-color:var(--mk-accent,#d5ef53)!important;
  background:var(--mk-accent,#d5ef53)!important;
  color:var(--mk-ink,#252622)!important;
}
body .mk-header-redesign .mk-bag-icon .mk-cart-badge{
  border-color:var(--mk-accent,#d5ef53)!important;
  background:var(--mk-ink,#252622)!important;
}

/* The current single-product CSS is structural; Design owns its public tokens. */
body.single-product,
body.single-product div.product{
  --mk-product-ink:var(--mk-ink,#252622);
  --mk-product-paper:var(--mk-surface,#fff);
  --mk-product-canvas:var(--mk-paper,#f5f5f7);
  --mk-product-surface:var(--mk-surface,#f3f3ed);
  --mk-product-soft:color-mix(in srgb,var(--mk-surface,#f3f3ed) 42%,var(--mk-paper,#fff));
  --mk-product-line:var(--mk-line,#dedfd8);
  --mk-product-line-strong:color-mix(in srgb,var(--mk-line,#dedfd8) 72%,var(--mk-ink,#252622));
  --mk-product-muted:var(--mk-muted,#777a72);
  --mk-product-row-hover:color-mix(in srgb,var(--mk-surface,#f3f3ed) 74%,var(--mk-paper,#fff));
}
body.single-product :where(.site-main,.mk-woocommerce-main){
  background:var(--mk-paper,#fff)!important;
}
body.single-product div.product > .mk-product-hero{
  --mk-hero-gap:var(--mk-product-gap,32px);
  column-gap:var(--mk-product-gap,32px)!important;
}
body.single-product .woocommerce div.product{
  column-gap:var(--mk-product-gap,32px)!important;
}
/* Catalog/archive card title sizing is exposed separately from the single-product H1. */
body .mk-product-card__title,
body.woocommerce ul.products li.product .mk-product-card__title{
  font-size:var(--mk-catalog-title-size,25px)!important;
}
body .mk-product-card__title,
body.woocommerce ul.products li.product .mk-product-card__title,
body .mk-product-card__price{
  color:var(--mk-ink,#24242b)!important;
}

body.single-product .woocommerce div.product .product_title,
body.single-product .mk-product-heading--outside .product_title,
body.single-product div.product > .mk-product-media-column > .mk-product-heading--media .product_title,
body.single-product .summary .mk-product-heading--summary .product_title{
  font-size:var(--mk-product-title-size,24px)!important;
  font-family:var(--mk-font-heading,var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif))!important;
}


/* Single-product palette integration. Geometry remains in product.css; Design
   controls the storefront colors and the exposed product gap. */
body.single-product .mk-product-gallery,
body.single-product .mk-product-gallery__controls,
body.single-product .mk-product-gallery__dialog,
body.single-product .mk-product-hero > div.summary,
body.single-product .mkfm-preview,
body.single-product .mkfm-font-info .mkfm-font-info__summary,
body.single-product .mkfm-font-info .mkfm-font-info__style,
body.single-product .mkfm-glyphs .mkfm-glyph,
body.single-product .mkfm-glyphs__feature-card{
  background:var(--mk-surface,#fff)!important;
}
body.single-product .mk-product-gallery__viewport,
body.single-product .mk-product-gallery__arrow:hover,
body.single-product .mk-product-gallery__dialog-close,
body.single-product div.product .woocommerce-tabs > ul.tabs,
body.single-product div.product .woocommerce-tabs > #tab-description,
body.single-product .mkfm-preview__toolbar,
body.single-product .mkfm-preview__toolbar--clean,
body.single-product .mkfm-font-info__description,
body.single-product .mkfm-glyphs__toolbar,
body.single-product .mkfm-glyphs__feature-group{
  background:var(--mk-paper,#f5f5f7)!important;
}
body.single-product .summary .mk-license-option{
  background:color-mix(in srgb,var(--mk-surface,#fff) 56%,var(--mk-paper,#f5f5f7))!important;
}
body.single-product .summary .mk-license-option.is-selected{
  background:color-mix(in srgb,var(--mk-accent,#d5ef53) 10%,var(--mk-surface,#fff))!important;
  box-shadow:0 0 0 3px color-mix(in srgb,var(--mk-accent,#d5ef53) 14%,transparent),inset 0 0 0 1px color-mix(in srgb,var(--mk-accent,#d5ef53) 52%,var(--mk-line,#dedee5))!important;
}
body.single-product.woocommerce div.product form.cart .quantity,
body.single-product div.product form.cart .quantity{
  background:var(--mk-paper,#f5f5f7)!important;
}
body.single-product.woocommerce div.product form.cart .quantity input.qty,
body.single-product div.product form.cart .quantity input.qty{
  background:var(--mk-surface,#fff)!important;
  color:var(--mk-ink,#24242b)!important;
}
body.single-product.woocommerce div.product form.cart .single_add_to_cart_button,
body.single-product div.product form.cart .single_add_to_cart_button{
  background:var(--mk-ink,#252622)!important;
  color:#fff!important;
}
body.single-product .mk-product-gallery__dot::before{
  background:var(--mk-line-strong,#bdbdb7)!important;
}
body.single-product .mk-product-gallery__dot[aria-current="true"]::before{
  background:var(--mk-ink,#252622)!important;
}

/* Tab buttons intentionally remain pure white by explicit product-design choice. */
body.single-product div.product .woocommerce-tabs > ul.tabs > li > a,
body.single-product div.product .woocommerce-tabs > ul.tabs > li.active > a,
body.single-product div.product .woocommerce-tabs > ul.tabs:not(:has(> li.active)) > li:first-child > a{
  background:var(--mk-surface,#fff)!important;
}

/* Product Preview Text keeps its own product font family while its UI/text
   color follows the normal Design ink token. */
body.single-product .mkfm-preview__sample,
body.single-product .mkfm-preview__sample [data-preview-text]{
  color:var(--mk-ink,#252622)!important;
  caret-color:var(--mk-ink,#252622)!important;
}
body.single-product .mkfm-preview__row [data-mkfm-font-status],
body.single-product .mkfm-preview__alternates-guide{
  color:var(--mk-muted,#777a72)!important;
}

/* Compact preview controls follow the core Design palette rather than owning a
   second hard-coded neutral palette. */
body.single-product .mkfm-preview--redesign{
  --mk-preview-control-bg:var(--mk-surface,#f3f3ed);
  --mk-preview-control-border:var(--mk-line,#dedfd8);
  --mk-preview-control-ink:var(--mk-ink,#252622);
  --mk-preview-control-muted:var(--mk-muted,#777a72);
}
body.single-product .mkfm-preview--redesign .mkfm-preview__workspace{
  background:transparent!important;
  border-color:var(--mk-line,#dedfd8)!important;
}
body.single-product .mkfm-preview--redesign .mkfm-preview__stage{
  background:transparent!important;
}
body.single-product .mkfm-preview--redesign [data-mkfm-size-value],
body.single-product .mkfm-preview--redesign [data-mkfm-line-height-value],
body.single-product .mkfm-preview--redesign .mkfm-preview__style-select,
body.single-product .mkfm-preview--redesign .mkfm-preview__preset{
  background:var(--mk-surface,#fff)!important;
  border-color:var(--mk-line,#dedfd8)!important;
  color:var(--mk-ink,#24242b)!important;
}
body.single-product .mkfm-preview--redesign .mkfm-preview__range::-webkit-slider-runnable-track,
body.single-product .mkfm-preview--redesign .mkfm-preview__range::-moz-range-track{
  background:var(--mk-line,#dedfd8)!important;
}
body.single-product .mkfm-preview--redesign .mkfm-preview__range::-webkit-slider-thumb,
body.single-product .mkfm-preview--redesign .mkfm-preview__range::-moz-range-thumb{
  border-color:var(--mk-surface,#fff)!important;
  background:var(--mk-ink,#252622)!important;
}
body.single-product .mkfm-preview--redesign .mkfm-preview__preset.is-active{
  background:var(--mk-ink,#252622)!important;
  border-color:var(--mk-ink,#252622)!important;
  color:var(--mk-surface,#fff)!important;
}

/* Font Info and Glyph surfaces use the same Design palette. */
body.single-product .mkfm-font-info__description,
body.single-product .mkfm-font-info__description .woocommerce-product-details__short-description,
body.single-product .mkfm-font-info__description .mkfm-font-info__full-description{
  background:var(--mk-surface,#fff)!important;
  color:var(--mk-ink,#24242b)!important;
}
body.single-product .mkfm-glyphs select,
body.single-product .mkfm-glyphs input{
  background:var(--mk-surface,#fff)!important;
  border-color:var(--mk-line,#dedfd8)!important;
  border-radius:var(--mk-radius-sm,clamp(0px,calc(var(--mk-interface-radius,16px) * .72),13px))!important;
  color:var(--mk-ink,#24242b)!important;
}
body.single-product :is(.mk-product-gallery__dialog,.mkfm-preview--redesign .mkfm-preview__workspace){
  border-radius:var(--mk-interface-radius,16px)!important;
}
body.single-product :is(.mk-product-gallery__arrow,.mk-product-gallery__dialog-close,.mkfm-preview__alternates,.mkfm-preview__style-select,.mkfm-glyphs__toolbar,.mkfm-glyphs__feature-group){
  border-radius:var(--mk-radius-sm,clamp(0px,calc(var(--mk-interface-radius,16px) * .72),13px))!important;
}
body.single-product div.product .woocommerce-tabs > #tab-description{
  border-radius:var(--mk-radius-sm,clamp(0px,calc(var(--mk-interface-radius,16px) * .72),13px))!important;
}
body.single-product .mkfm-glyphs .mkfm-glyph:hover,
body.single-product .mkfm-glyphs .mkfm-glyph:focus-within{
  background:var(--mk-surface,#f3f3ed)!important;
}
body.single-product .mkfm-glyphs__feature-meta:hover,
body.single-product .mkfm-glyphs__feature-meta.is-copied{
  background:var(--mk-surface,#f3f3ed)!important;
  color:var(--mk-ink,#252622)!important;
}

/* Product-page controls are interface text, not specimen text. Keep the
   specimen's requested point sizes independent while scaling the actual UI
   with Motokiwo → Design → Body text. */
body.single-product :is(
  .single_add_to_cart_button,
  .mk-license-heading-title,
  .mk-license-name,
  .mk-license-price,
  .mk-selected-variation-price,
  .mkfm-font-info dl dt,
  .mkfm-font-info dl dd,
  .mkfm-preview__text,
  .mkfm-preview__size,
  .mkfm-preview__style-select,
  div.product .woocommerce-tabs > ul.tabs > li > a,
  .mkfm-glyphs select,
  .mkfm-glyphs input
){
  font-size:var(--mk-ui-size,15px)!important;
}
body.single-product .mk-license-guide-link{
  font-size:var(--mk-small-size,13px)!important;
}
body.single-product .mkfm-preview--redesign :is(.mkfm-preview__text,.mkfm-preview__size,.mkfm-preview__preset,.mkfm-preview__style-select),
body.single-product .mkfm-font-info__description{
  border-radius:var(--mk-radius-sm,clamp(0px,calc(var(--mk-interface-radius,16px) * .72),13px))!important;
}

@media screen{
/* Native legal pages keep their document structure, but their former local
   neutral palette/1320px typography defaults now inherit Motokiwo → Design. */
body :is(.mk-license,.mk-privacy,.mk-terms,.mk-eula){
  --ink:var(--mk-ink,#24242b);
  --muted:var(--mk-muted,color-mix(in srgb,var(--mk-ink,#24242b) 62%,var(--mk-paper,#f5f5f7)));
  --line:var(--mk-line,#dedee5);
  --soft-line:color-mix(in srgb,var(--mk-line,#dedee5) 58%,var(--mk-paper,#f5f5f7));
  --paper:var(--mk-surface,#fff);
  --wash:color-mix(in srgb,var(--mk-surface,#fff) 60%,var(--mk-paper,#f5f5f7));
  --accent:var(--mk-accent,#d5ef53);
  --accent-soft:color-mix(in srgb,var(--mk-accent,#d5ef53) 16%,var(--mk-surface,#fff));
  --accent-line:color-mix(in srgb,var(--mk-accent,#d5ef53) 46%,var(--mk-line,#dedee5));
  max-width:var(--mk-site-width,1320px)!important;
  padding-top:var(--mk-page-spacing,32px)!important;
  padding-bottom:calc(var(--mk-page-spacing,32px) * 2)!important;
  color:var(--mk-ink,#24242b)!important;
  font-family:var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif)!important;
  font-size:var(--mk-reading-size,var(--mk-body-size,16px))!important;
}
body :is(.mk-license-heading h1,.mk-privacy-hero h1,.mk-terms-hero h1,.mk-eula-hero h1){
  font-family:var(--mk-font-heading,var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif))!important;
  font-size:var(--mk-page-heading-size,36px)!important;
}
body :is(.mk-license-card,.mk-license-extra,.mk-privacy-intro,.mk-privacy-section,.mk-terms-intro,.mk-terms-section,.mk-eula-intro,.mk-eula-section){
  border-color:var(--mk-line,#dedee5)!important;
  border-radius:var(--mk-interface-radius,16px)!important;
}
body :is(.mk-license-contact a,.mk-privacy-actions a,.mk-privacy-actions button,.mk-terms-actions a,.mk-terms-actions button,.mk-eula-actions a,.mk-eula-actions button){
  border-radius:clamp(0px,calc(var(--mk-interface-radius,16px) * .72),13px)!important;
}
body :is(.mk-privacy-actions a,.mk-terms-actions a,.mk-eula-actions a){
  background:var(--mk-surface,#fff)!important;
}
body :is(.mk-license-contact a,.mk-privacy-actions button,.mk-terms-actions button,.mk-eula-actions button){
  border-color:color-mix(in srgb,var(--mk-accent,#d5ef53) 46%,var(--mk-line,#dedee5))!important;
  background:color-mix(in srgb,var(--mk-accent,#d5ef53) 16%,var(--mk-surface,#fff))!important;
}
body :is(.mk-license-contact a,.mk-privacy-actions button,.mk-terms-actions button,.mk-eula-actions button):hover{
  background:color-mix(in srgb,var(--mk-accent,#d5ef53) 26%,var(--mk-surface,#fff))!important;
}
body :is(.mk-license,.mk-privacy,.mk-terms,.mk-eula) :where(a,button):focus-visible{
  outline-color:var(--mk-accent,#d5ef53)!important;
}
body .mk-license-heading>p,
body .mk-license-terms,
body .mk-license-terms :where(p,li){
  font-size:var(--mk-reading-size,var(--mk-body-size,16px))!important;
}
body .mk-license-card>header{
  background:var(--wash)!important;
  border-color:var(--line)!important;
}
body .mk-license-card.is-corporate>header{
  background:var(--accent-soft)!important;
  border-color:var(--accent-line)!important;
}
body .mk-license-extra{background:var(--wash)!important;}
}

/* Footer palette belongs to Design, not a fixed reference-theme color. */
body .site-footer.mk-reference-footer{
  background:var(--mk-footer-bg,#15122b)!important;
  color:var(--mk-footer-text,#f2f1f7)!important;
}
body .mk-reference-footer :where(p,li,a,.widget-title),
body .mk-reference-footer .mk-footer-about p,
body .mk-reference-footer .mk-footer-links a,
body .mk-reference-footer .mk-footer-bottom .mk-footer-copy,
body .mk-reference-footer .mk-footer-bottom .mk-footer-copy :where(p,a),
body .mk-reference-footer .mk-footer-payment{
  color:var(--mk-footer-text,#f2f1f7)!important;
}
body .mk-reference-footer .mk-footer-intro,
body .mk-reference-footer .mk-footer-bottom{
  border-color:color-mix(in srgb,var(--mk-footer-text,#f2f1f7) 25%,transparent)!important;
}
body .mk-reference-footer .mk-footer-intro a{
  background:var(--mk-accent,#d5ef53)!important;
  color:var(--mk-ink,#252622)!important;
}


@media screen and (max-width:767px){
  body :is(.mk-license,.mk-privacy,.mk-terms,.mk-eula){
    font-size:var(--mk-body-mobile,16px)!important;
  }
  body :is(.mk-license-heading h1,.mk-privacy-hero h1,.mk-terms-hero h1,.mk-eula-hero h1){
    font-size:var(--mk-page-heading-mobile,30px)!important;
  }
}

@media screen and (max-width:767px){
  body.motokiwo-fresh{
    --mk-reading-size:var(--mk-body-mobile,16px);
    --mk-ui-size:max(12px,calc(var(--mk-body-mobile,16px) * .9375));
    --mk-small-size:max(11px,calc(var(--mk-body-mobile,16px) * .8125));
    font-size:var(--mk-body-mobile,16px)!important;
  }
  body .mobile-navigation .mobile-navigation__menu>li>a{
    font-size:clamp(16px,calc(var(--mk-menu-size,16px) * 1.35),32px)!important;
  }
  body .mobile-navigation .sub-menu a{
    font-size:clamp(13px,calc(var(--mk-menu-size,16px) * 1.05),28px)!important;
  }
  body :where(.entry-title,.page-title,.woocommerce-products-header__title,.mk-404-content h1){
    font-size:var(--mk-page-heading-mobile,30px)!important;
  }
  body.woocommerce-account .mk-auth-intro h1,
  body.woocommerce-cart .mk-commerce-header h1,
  body.woocommerce-checkout .mk-commerce-header h1{
    font-size:var(--mk-page-heading-mobile,30px)!important;
  }
  body.motokiwo-fresh :where(h2:not([class*="-font-size"]):not([style*="font-size"])){font-size:var(--mk-h2-mobile,28px)!important;}
  body.motokiwo-fresh :where(h3:not([class*="-font-size"]):not([style*="font-size"])){font-size:var(--mk-h3-mobile,22px)!important;}
  body.motokiwo-fresh :where(h4:not([class*="-font-size"]):not([style*="font-size"])){font-size:var(--mk-h4-mobile,18px)!important;}
  body.motokiwo-fresh :where(h5:not([class*="-font-size"]):not([style*="font-size"])){font-size:var(--mk-h5-mobile,16px)!important;}
  body.motokiwo-fresh .mk-license-card h2,
  body.motokiwo-fresh .mk-license-extra h2,
  body.motokiwo-fresh.woocommerce-cart .mk-commerce-page .woocommerce .cart_totals h2,
  body.motokiwo-fresh.single-product .woocommerce div.product .related.products>h2,
  body.motokiwo-fresh.single-product .woocommerce div.product .up-sells>h2,
  body.motokiwo-fresh.single-product .related.products>h2,
  body.motokiwo-fresh.single-product .up-sells>h2{font-size:var(--mk-h2-mobile,28px)!important;}
  body.motokiwo-fresh .mk-license-extra h3,
  body.motokiwo-fresh.woocommerce-checkout .mk-commerce-page .woocommerce #customer_details h3{font-size:var(--mk-h3-mobile,22px)!important;}
  body .mk-header-redesign .mk-brand-row{
    min-height:calc(34px + var(--mk-header-padding,24px))!important;
  }
  body .mk-header-redesign .site-branding .custom-logo{
    width:min(var(--mk-logo-width,180px),46vw)!important;
    max-width:min(var(--mk-logo-width,180px),46vw)!important;
  }
  body .mk-product-card__title,
  body.woocommerce ul.products li.product .mk-product-card__title{
    font-size:var(--mk-catalog-title-mobile,19px)!important;
  }
  body.single-product .woocommerce div.product .product_title,
  body.single-product .mk-product-heading--outside .product_title,
  body.single-product div.product > .mk-product-media-column > .mk-product-heading--media .product_title,
  body.single-product .summary .mk-product-heading--summary .product_title{
    font-size:var(--mk-product-title-mobile,28px)!important;
  }
}


/* ---- assets/css/promotions.css ---- */

/* Motokiwo storefront promotion components. */
body.single-product .mk-product-gallery__viewport .mkpromo-gallery-sale{
  position:absolute!important;
  top:16px;
  left:16px;
  z-index:20!important;
  display:inline-flex!important;
  align-items:center;
  max-width:calc(100% - 32px);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.34);
  border-radius:999px;
  background:rgba(20,18,24,.90);
  box-shadow:0 8px 24px rgba(0,0,0,.18);
  color:#fff;
  line-height:1;
  pointer-events:none;
  opacity:1!important;
  visibility:visible!important;
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}
body.single-product .mkpromo-gallery-sale span{
  padding:8px 9px 8px 11px;
  color:#d8d2ff;
  font-size:9px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body.single-product .mkpromo-gallery-sale strong{
  padding:8px 11px 8px 9px;
  border-left:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:10px;
  font-weight:850;
  letter-spacing:.035em;
  white-space:nowrap;
}
.mk-product-card__price .mk-card-sale-prices{display:inline-flex;align-items:baseline;gap:6px;white-space:nowrap}
.mk-product-card__price .mk-card-sale-prices del{color:#c5362f!important;font-size:.78em!important;font-weight:450!important;opacity:1!important;text-decoration:line-through!important;text-decoration-thickness:1px!important}
.mk-product-card__price .mk-card-sale-prices ins{color:var(--mk-ink,#24242b)!important;background:transparent!important;font-size:1em!important;font-weight:750!important;text-decoration:none!important}


/* First-class bundle catalog and detail page. Bundles never render inside a font summary. */
.mkpromo-bundle-catalog{
  clear:both;
  display:grid;
  gap:16px;
  width:100%;
  margin:0 0 34px;
  padding:22px 0 30px;
  border-bottom:1px solid #e5e5e0;
}
.mkpromo-bundle-catalog>header,.mkpromo-bundle-contents>header{display:grid;gap:4px}
.mkpromo-bundle-catalog>header>span,.mkpromo-bundle-contents>header>span,.mkpromo-bundle-kicker{color:#777773;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.mkpromo-bundle-catalog>header h2,.mkpromo-bundle-contents>header h2{margin:0;color:#171719;font-size:clamp(22px,2.5vw,32px);line-height:1.05;letter-spacing:-.035em}
.mkpromo-bundle-catalog__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.mkpromo-bundle-catalog-card{min-width:0;border:1px solid #e2e2dd;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 4px 18px rgba(23,23,25,.045)}
.mkpromo-bundle-catalog-card__link{display:block;color:inherit;text-decoration:none}
.mkpromo-bundle-catalog-card__media{position:relative;aspect-ratio:4/3;background:#efefec;overflow:hidden}
.mkpromo-bundle-media{width:100%;height:100%}
.mkpromo-bundle-media__cover{display:block;width:100%;height:100%;object-fit:cover}
.mkpromo-bundle-media--mosaic{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:1px;background:#d9d9d4}
.mkpromo-bundle-media__tile{display:flex;min-width:0;min-height:0;align-items:center;justify-content:center;background:#ececea;overflow:hidden}
.mkpromo-bundle-media__tile img{display:block;width:100%;height:100%;object-fit:cover}
.mkpromo-bundle-media--mosaic>.mkpromo-bundle-media__tile:only-child{grid-column:1/-1;grid-row:1/-1}
.mkpromo-bundle-media--mosaic>.mkpromo-bundle-media__tile:first-child:nth-last-child(3){grid-row:1/3}
.mkpromo-bundle-media__tile--empty{grid-column:1/-1;grid-row:1/3;color:var(--mk-shell-muted,#6e6e6a);font-size:13px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}
.mkpromo-bundle-badge{position:absolute;top:12px;left:12px;z-index:3;display:inline-flex;padding:6px 9px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(18,18,20,.88);color:#fff;font-size:9px;font-weight:850;letter-spacing:.09em;text-transform:uppercase;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.mkpromo-bundle-catalog-price{position:absolute;left:12px;bottom:12px;z-index:3;display:inline-flex;align-items:baseline;gap:7px;padding:7px 10px;border:1px solid rgba(18,18,20,.09);border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 6px 18px rgba(18,18,20,.10);font-variant-numeric:tabular-nums;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.mkpromo-bundle-catalog-price del{color:#c5362f;font-size:11px;text-decoration-thickness:1px}.mkpromo-bundle-catalog-price strong{color:#111214;font-size:14px;font-weight:850}
.mkpromo-bundle-catalog-card__body{display:grid;gap:5px;padding:14px 15px 16px}.mkpromo-bundle-catalog-card__body h3{margin:0;color:#171719;font-size:16px;line-height:1.15;letter-spacing:-.02em}.mkpromo-bundle-catalog-card__body p{margin:0;color:#757570;font-size:11px;line-height:1.45}
.mkpromo-bundle-catalog-card__link:hover .mkpromo-bundle-catalog-card__body h3{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}

/* Bundle detail: use the same design system and density as the storefront shell. */
body.mkpromo-bundle-single .mkpromo-bundle-single-main{
  padding-top:clamp(22px,3vw,40px);
  padding-bottom:clamp(56px,7vw,92px);
}
.mkpromo-bundle-page{display:grid;gap:clamp(42px,6vw,72px)}
.mkpromo-bundle-hero{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);
  gap:clamp(24px,3.5vw,52px);
  align-items:start;
}
.mkpromo-bundle-hero__media{
  aspect-ratio:4/3;
  min-width:0;
  overflow:hidden;
  border:1px solid var(--mk-panel-border,#dedee5);
  border-radius:var(--mk-radius-lg,22px);
  background:var(--mk-panel-soft,#ececea);
  box-shadow:var(--mk-shell-shadow,0 12px 32px rgba(23,23,25,.05));
}
.mkpromo-bundle-hero__content{
  display:grid;
  align-content:start;
  gap:15px;
  min-width:0;
  padding:clamp(22px,2.5vw,34px);
  border:1px solid var(--mk-panel-border,#dedee5);
  border-radius:var(--mk-radius-lg,22px);
  background:var(--mk-panel,#fff);
  box-shadow:var(--mk-shell-shadow,0 12px 32px rgba(23,23,25,.05));
}
.mkpromo-bundle-kicker{color:var(--mk-shell-muted,#777781)}
.mkpromo-bundle-hero__content h1{
  max-width:13ch;
  margin:0;
  color:var(--mk-ink,#24242b);
  font-family:var(--mk-font-heading,var(--mk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif));
  font-size:var(--mk-product-title-size,24px);
  font-weight:650;
  line-height:1.12;
  letter-spacing:-.035em;
  overflow-wrap:anywhere;
}
.mkpromo-bundle-lead{
  max-width:50ch;
  margin:1px 0 4px;
  color:var(--mk-shell-muted,var(--mk-muted,#777781));
  font-size:clamp(14px,1.2vw,16px);
  line-height:1.65;
}
.mkpromo-bundle-checklist{list-style:none;margin:0 0 4px;padding:0;display:grid;gap:8px;max-width:56ch}
.mkpromo-bundle-checklist li{position:relative;padding-left:24px;color:var(--mk-ink,#24242b);font-size:14px;line-height:1.55}
.mkpromo-bundle-checklist li::before{content:'✓';position:absolute;left:0;top:0;color:color-mix(in srgb,var(--mk-accent,#d5ef53) 58%,#466217);font-weight:800}
.mkpromo-bundle-description{position:relative;display:grid;gap:9px;min-width:0}
.mkpromo-bundle-description__inner{position:relative;min-width:0;overflow:visible}
.mkpromo-bundle-description.is-collapsed .mkpromo-bundle-description__inner{max-height:var(--mkpromo-description-collapsed-height,120px);overflow:hidden}
.mkpromo-bundle-description.is-collapsed .mkpromo-bundle-description__inner::after{
  content:'';
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  height:46px;
  background:linear-gradient(to bottom,color-mix(in srgb,var(--mk-panel,#fff) 0%,transparent),var(--mk-panel,#fff));
  pointer-events:none;
}
.mkpromo-bundle-description.is-expanded .mkpromo-bundle-description__inner{max-height:none;overflow:visible}
.mkpromo-bundle-description__toggle{
  justify-self:start;
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:30px;
  margin:0;
  padding:3px 0;
  border:0;
  background:transparent;
  color:var(--mk-ink,#24242b);
  font:inherit;
  font-size:11px;
  font-weight:800;
  line-height:1.2;
  cursor:pointer;
}
.mkpromo-bundle-description__toggle[hidden]{display:none!important}
.mkpromo-bundle-description__toggle::after{
  content:'';
  width:7px;
  height:7px;
  margin-top:-3px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg);
  transition:transform .18s ease,margin-top .18s ease;
}
.mkpromo-bundle-description.is-expanded .mkpromo-bundle-description__toggle::after{margin-top:3px;transform:rotate(225deg)}
.mkpromo-bundle-description__toggle:hover span{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.mkpromo-bundle-description__toggle:focus-visible{outline:2px solid var(--mk-accent,#d5ef53);outline-offset:4px;border-radius:2px}
.mkpromo-bundle-facts{display:flex;flex-wrap:wrap;gap:7px}
.mkpromo-bundle-facts span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:5px 9px;
  border:1px solid var(--mk-panel-border,#dedee5);
  border-radius:999px;
  background:var(--mk-panel-soft,#f8f8f5);
  color:var(--mk-shell-muted,var(--mk-muted,#777781));
  font-size:10px;
  font-weight:750;
}
.mkpromo-bundle-hero__price{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:end;
  gap:4px 12px;
  margin-top:3px;
  padding-top:18px;
  border-top:1px solid var(--mk-panel-border,#dedee5);
  font-variant-numeric:tabular-nums;
}
.mkpromo-bundle-hero__price del,
.mkpromo-bundle-hero__price strong{
  display:inline-flex;
  align-items:baseline;
  width:max-content;
  max-width:100%;
  margin:0;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  white-space:nowrap;
}
.mkpromo-bundle-hero__price del{
  position:relative;
  grid-column:1;
  color:#c5362f;
  font-size:14px;
  line-height:1.1;
  text-decoration:none!important;
}
.mkpromo-bundle-hero__price del::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  top:50%;
  height:1.25px;
  background:currentColor;
  transform:translateY(-50%);
  pointer-events:none;
}
.mkpromo-bundle-hero__price strong{grid-column:1;color:var(--mk-ink,#24242b);font-size:clamp(30px,3vw,38px);font-weight:850;line-height:1}
.mkpromo-bundle-hero__price :where(.woocommerce-Price-amount,.amount,bdi,.woocommerce-Price-currencySymbol){
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:inherit!important;
  font:inherit!important;
  line-height:inherit!important;
  text-decoration:none!important;
}
.mkpromo-bundle-hero__price > span{grid-column:2;grid-row:1/3;align-self:center;justify-self:end;padding:6px 9px;border-radius:999px;background:color-mix(in srgb,var(--mk-accent,#d5ef53) 24%,var(--mk-panel,#fff));color:color-mix(in srgb,var(--mk-ink,#24242b) 82%,#24583f);font-size:10px;font-weight:850;white-space:nowrap}
.mkpromo-bundle-buy{margin:3px 0 0}
.woocommerce .mkpromo-bundle-buy .button,.mkpromo-bundle-buy .button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:50px;
  margin:0;
  padding:0 22px;
  border-radius:var(--mk-radius-sm,12px);
  font-size:13px;
  font-weight:850;
}
.mkpromo-bundle-help{max-width:none;margin:0;color:var(--mk-shell-muted,var(--mk-muted,#777781));font-size:10px;line-height:1.55;text-align:center}
.mkpromo-bundle-contents{display:grid;gap:20px;padding-top:30px;border-top:1px solid var(--mk-panel-border,#dedee5)}
.mkpromo-bundle-contents>header{grid-template-columns:1fr auto;align-items:end;gap:6px 20px}
.mkpromo-bundle-contents>header>span{grid-column:1/-1;color:var(--mk-shell-muted,#777781)}
.mkpromo-bundle-contents>header h2{color:var(--mk-ink,#24242b);font-size:clamp(24px,2.5vw,34px)}
.mkpromo-bundle-contents__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr));gap:14px}
.mkpromo-bundle-item-card{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--mk-panel-border,#dedee5);
  border-radius:var(--mk-radius,16px);
  background:var(--mk-panel,#fff);
  box-shadow:0 1px 2px color-mix(in srgb,var(--mk-ink,#24242b) 3%,transparent);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.mkpromo-bundle-item-card:hover{transform:translateY(-2px);border-color:var(--mk-panel-border-strong,#c9c9d0);box-shadow:var(--mk-shell-shadow-hover,0 18px 42px rgba(23,23,25,.08))}
.mkpromo-bundle-item-card__media{display:block;aspect-ratio:4/3;background:var(--mk-panel-soft,#ececea);overflow:hidden}
.mkpromo-bundle-item-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.mkpromo-bundle-item-card:hover .mkpromo-bundle-item-card__media img{transform:scale(1.015)}
.mkpromo-bundle-item-card__body{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding:14px 14px 16px}
.mkpromo-bundle-item-card__body>div{display:grid;gap:4px;min-width:0}
.mkpromo-bundle-item-card__body h3{margin:0;font-size:14px;line-height:1.2}
.mkpromo-bundle-item-card__body h3 a{color:var(--mk-ink,#24242b);text-decoration:none}
.mkpromo-bundle-item-card__body span{color:var(--mk-shell-muted,var(--mk-muted,#777781));font-size:10px}
.mkpromo-bundle-item-card__body>strong{flex:0 0 auto;color:var(--mk-ink,#24242b);font-size:12px;font-variant-numeric:tabular-nums}

@media(max-width:1040px){
  .mkpromo-bundle-hero{grid-template-columns:minmax(0,1fr) minmax(310px,.82fr);gap:24px}
}
@media(max-width:860px){
  .mkpromo-bundle-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mkpromo-bundle-hero{grid-template-columns:1fr}
  .mkpromo-bundle-hero__media{aspect-ratio:16/10}
  .mkpromo-bundle-hero__content h1{max-width:16ch}
}
@media(max-width:767px){
  .mkpromo-bundle-hero__content h1{font-size:var(--mk-product-title-mobile,28px)}
}
@media(max-width:620px){
  body.single-product .mk-product-gallery__viewport .mkpromo-gallery-sale{top:12px;left:12px;max-width:calc(100% - 24px)}
  body.mkpromo-bundle-single .mkpromo-bundle-single-main{padding-top:16px;padding-bottom:54px}
  .mkpromo-bundle-page{gap:40px}
  .mkpromo-bundle-catalog__grid{grid-template-columns:1fr}
  .mkpromo-bundle-catalog{margin-bottom:26px;padding-top:12px}
  .mkpromo-bundle-hero{gap:14px}
  .mkpromo-bundle-hero__media{aspect-ratio:4/3;border-radius:var(--mk-radius,16px)}
  .mkpromo-bundle-hero__content{gap:13px;padding:20px;border-radius:var(--mk-radius,16px)}
  .mkpromo-bundle-hero__content h1{max-width:none}
  .mkpromo-bundle-hero__price{grid-template-columns:1fr auto}
  .mkpromo-bundle-hero__price strong{font-size:30px}
  .mkpromo-bundle-item-card__body{align-items:center}
}
@media(max-width:420px){
  .mkpromo-bundle-hero__price > span{grid-column:1/-1;grid-row:auto;justify-self:start;margin-top:4px}
}

/* Catalog price lives on the specimen image, never in the title/copy block. */
.mk-product-card__media .mk-product-card__price--media{
  position:absolute!important;
  left:12px!important;
  right:auto!important;
  bottom:12px!important;
  z-index:8!important;
  display:inline-flex!important;
  align-items:baseline!important;
  width:auto!important;
  max-width:calc(100% - 24px)!important;
  margin:0!important;
  padding:7px 10px!important;
  border:1px solid rgba(17,18,20,.10)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:0 5px 16px rgba(17,18,20,.10)!important;
  color:#111214!important;
  font-size:14px!important;
  font-weight:650!important;
  line-height:1.1!important;
  white-space:nowrap!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:none!important;
  font-variant-numeric:tabular-nums!important;
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}
.mk-product-card__media .mk-product-card__price--media .mk-card-sale-prices{
  display:inline-flex!important;
  align-items:baseline!important;
  gap:6px!important;
}
.mk-product-card__media .mk-product-card__price--media .mk-card-sale-prices del{
  color:#c5362f!important;
  font-size:11px!important;
  font-weight:500!important;
  opacity:1!important;
  text-decoration:line-through!important;
  text-decoration-thickness:1px!important;
}
.mk-product-card__media .mk-product-card__price--media .mk-card-sale-prices ins{
  color:#111214!important;
  background:transparent!important;
  font-size:14px!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.mk-product-card__media .mk-product-card__price--media :where(.amount,bdi){
  color:inherit!important;
  font-size:inherit!important;
}
@media(max-width:640px){
  .mk-product-card__media .mk-product-card__price--media{
    left:10px!important;
    bottom:10px!important;
    max-width:calc(100% - 20px)!important;
    padding:6px 9px!important;
    font-size:13px!important;
  }
  .mk-product-card__media .mk-product-card__price--media .mk-card-sale-prices ins{font-size:13px!important}
}

/* Promotional regular prices use a clear sale red while the discounted price stays primary. */
body.single-product .mk-license-option .mk-license-price del,
body.single-product .woocommerce-variation-price del,
body.single-product .summary .price del{
  color:#c5362f!important;
  opacity:1!important;
  text-decoration-color:#c5362f!important;
}


/* Homepage bundles are intentionally separate from the New Releases grid. */
.mkpromo-home-bundles{margin-top:0}
.mkpromo-home-bundles .mkpromo-bundle-catalog--home{margin:0;padding:34px 0 46px;border-top:1px solid #e5e5e0;border-bottom:0}
@media(max-width:620px){.mkpromo-home-bundles .mkpromo-bundle-catalog--home{padding:26px 0 34px}}

