:root {
  --mt-black: #0b0e0f;
  --mt-ink: #101314;
  --mt-panel: #171b1c;
  --mt-panel-soft: #1c2122;
  --mt-line: rgba(255,255,255,.14);
  --mt-line-strong: rgba(255,255,255,.24);
  --mt-text: #f1f3f1;
  --mt-muted: #a5acab;
  --mt-neon: #c4ff06;
  --mt-neon-dark: #8fb900;
  --mt-warm: #bd783e;
  --mt-cold: #5a8690;
  --mt-max: 1440px;
  --mt-gutter: clamp(22px, 5vw, 76px);
  --mt-heading: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --mt-body: Montserrat, Inter, "Helvetica Neue", Arial, sans-serif;
  --mt-ease: cubic-bezier(.2,.75,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { background: #090b0c; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--mt-text);
  background: #0b0e0f;
  font-family: var(--mt-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.mt-main { background: radial-gradient(circle at 82% 22%, rgba(90,134,144,.09), transparent 34%), linear-gradient(145deg, #121617, #0a0d0e 72%); }
body::before {
  position: fixed;
  z-index: 9999;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.25rem; }
h1, h2, h3, h4 {
  margin: 0 0 .65em;
  font-family: var(--mt-heading);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.015em;
}
h1 { font-size: clamp(2.45rem, 4.8vw, 5.1rem); }
h2 { font-size: clamp(1.9rem, 2.9vw, 3.15rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
button, input, select, textarea { font: inherit; }
::selection { color: #070807; background: var(--mt-neon); }
.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 {
  z-index: 100000; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 18px;
  clip: auto; color: #000; background: var(--mt-neon);
}

/* Header and responsive logo lockup */
.mt-header {
  position: fixed;
  z-index: 1000;
  top: 0; left: 0; right: 0;
  border-bottom: 1px solid transparent;
  transition: background .45s ease, border-color .45s ease, transform .45s var(--mt-ease);
}
.mt-header.is-scrolled { background: rgba(6,7,7,.92); border-color: var(--mt-line); backdrop-filter: blur(16px); }
.mt-header-inner {
  width: min(100%, 1680px);
  min-height: 86px;
  margin: 0 auto;
  padding: 0 var(--mt-gutter);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
}
.mt-brand { display: inline-flex; align-items: center; gap: 15px; min-width: 220px; }
.mt-brand img, .mt-brand-image img { width: 190px; max-height: 54px; object-fit: contain; }
.mt-brand .custom-logo-link { display: block; }
.mt-brand-divider { width: 1px; height: 27px; background: var(--mt-neon); box-shadow: 0 0 14px rgba(196,255,6,.35); }
.mt-brand-shop { color: var(--mt-text); font-size: .7rem; font-weight: 700; letter-spacing: .34em; text-transform: uppercase; }
.mt-navigation { justify-self: end; }
.mt-menu { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 40px); margin: 0; padding: 0; list-style: none; }
.mt-menu a { position: relative; color: #dde1df; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mt-menu a::after { position: absolute; left: 0; bottom: -9px; width: 0; height: 1px; content: ""; background: var(--mt-neon); transition: width .3s var(--mt-ease); }
.mt-menu a:hover::after, .mt-menu .current-menu-item > a::after { width: 100%; }
.mt-header-actions { display: flex; align-items: center; gap: 10px; }
.mt-header-actions a { position: relative; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--mt-line); transition: border-color .25s, background .25s; }
.mt-header-actions a:hover { border-color: var(--mt-neon); background: rgba(196,255,6,.06); }
.mt-header-actions svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.mt-cart-count { position: absolute; top: -6px; right: -6px; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: #080908; background: var(--mt-neon); font-size: .65rem; font-weight: 800; }
.mt-menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--mt-line); color: inherit; background: transparent; }
.mt-menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; transition: transform .3s, opacity .3s; }
.mt-mobile-status-bg, .mt-mobile-menu-brand, .mt-mobile-menu-tools { display: none; }
.mt-mobile-menu-frame { display: contents; }

/* Hero */
.mt-hero { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; background: #080909; }
.mt-hero::before { position: absolute; z-index: 2; inset: 0; content: ""; background: linear-gradient(90deg, rgba(5,6,6,.46), transparent 24%, transparent 76%, rgba(5,6,6,.4)), linear-gradient(to bottom, rgba(5,6,6,.2), transparent 30%, rgba(5,6,6,.22) 68%, #050606 100%); pointer-events: none; }
.mt-hero::after { position: absolute; z-index: 3; left: 50%; top: 8%; bottom: 7%; width: min(25vw, 390px); content: ""; transform: translateX(-50%); background: radial-gradient(ellipse at center, rgba(5,6,6,.62) 0%, rgba(5,6,6,.38) 45%, rgba(5,6,6,.08) 76%, transparent 100%); pointer-events: none; }
.mt-hero-panel { position: absolute; z-index: 1; top: 0; bottom: 0; width: 66%; overflow: hidden; background-color: #101212; background-image: linear-gradient(90deg, rgba(5,6,6,.14), rgba(5,6,6,.5)), var(--mt-panel-image, radial-gradient(circle at 30% 55%, #4b311e 0, #18130f 28%, #080909 72%)); background-size: cover; background-position: center; will-change: transform; animation: mtHeroBreath 11.5s ease-in-out infinite alternate; }
.mt-hero-panel::before { position: absolute; z-index: 0; top: 8%; bottom: 4%; width: 64%; content: ""; border-radius: 50%; filter: blur(48px); opacity: .19; pointer-events: none; animation: mtHeroLightBreath 9s ease-in-out infinite alternate; }
.mt-hero-kids::before { left: -12%; background: radial-gradient(ellipse at center, rgba(163,87,40,.48), rgba(104,60,35,.14) 48%, transparent 73%); }
.mt-hero-psych::before { right: -12%; background: radial-gradient(ellipse at center, rgba(48,91,111,.5), rgba(31,66,78,.14) 48%, transparent 73%); animation-delay: -3.5s; }
.mt-hero-panel::after { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(to bottom, rgba(5,6,6,.2), transparent 24%, transparent 66%, #050606 100%); }
.mt-hero-kids { left: 0; clip-path: polygon(0 0, 84% 0, 70% 100%, 0 100%); filter: saturate(.68) sepia(.06); transform-origin: 28% 52%; }
.mt-hero-psych { right: 0; clip-path: polygon(30% 0, 100% 0, 100% 100%, 16% 100%); background-image: linear-gradient(270deg, rgba(5,6,6,.14), rgba(5,6,6,.46)), var(--mt-panel-image, radial-gradient(circle at 72% 48%, #23383d 0, #111a1c 30%, #070809 72%)); transform-origin: 72% 48%; animation-delay: -7s; }
.mt-hero-panel-content { position: absolute; z-index: 6; bottom: 42px; display: flex; min-width: 245px; padding: 11px 14px 10px; flex-direction: column; gap: 2px; color: rgba(221,225,222,.72); background: linear-gradient(90deg, rgba(5,6,6,.66), rgba(5,6,6,.16) 76%, transparent); font-size: .7rem; line-height: 1.5; letter-spacing: .12em; text-shadow: 0 2px 9px rgba(0,0,0,.9); text-transform: uppercase; backdrop-filter: blur(3px); }
.mt-hero-panel-content-kids { left: var(--mt-gutter); }
.mt-hero-panel-content-psych { right: var(--mt-gutter); align-items: flex-end; background: linear-gradient(270deg, rgba(5,6,6,.66), rgba(5,6,6,.16) 76%, transparent); text-align: right; }
.mt-hero-panel-content .mt-eyebrow { color: rgba(231,234,231,.7); }
.mt-hero-ambience { position: absolute; z-index: 2; inset: 0; overflow: hidden; pointer-events: none; }
.mt-hero-ambience::before, .mt-hero-ambience::after { position: absolute; top: 5%; width: 48%; height: 88%; content: ""; border-radius: 50%; filter: blur(68px); mix-blend-mode: screen; opacity: .12; animation: mtHeroAmbientDrift 9s ease-in-out infinite alternate; }
.mt-hero-ambience::before { left: -20%; background: radial-gradient(ellipse at center, rgba(174,91,39,.36), transparent 68%); }
.mt-hero-ambience::after { right: -20%; background: radial-gradient(ellipse at center, rgba(43,92,116,.4), transparent 68%); animation-delay: -4s; }
.mt-hero-mote { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: rgba(241,243,235,.66); box-shadow: 0 0 10px rgba(255,255,255,.34); opacity: 0; animation: mtHeroMote 8.5s linear infinite; }
.mt-hero-mote:nth-child(3n) { animation-name: mtHeroMoteAlt; }
.mt-hero-mote:nth-child(4n) { animation-name: mtHeroMoteSway; }
.mt-hero-mote-1 { left: 9%; top: 74%; animation-delay: -2s; }
.mt-hero-mote-2 { left: 21%; top: 57%; width: 2px; height: 2px; animation-delay: -8s; }
.mt-hero-mote-3 { left: 35%; top: 79%; animation-delay: -5s; }
.mt-hero-mote-4 { right: 10%; top: 69%; animation-delay: -10s; }
.mt-hero-mote-5 { right: 23%; top: 48%; width: 2px; height: 2px; animation-delay: -4s; }
.mt-hero-mote-6 { right: 36%; top: 76%; animation-delay: -7s; }
.mt-hero-mote-7 { left: 5%; top: 49%; width: 2px; height: 2px; animation-delay: -1s; animation-duration: 13s; }
.mt-hero-mote-8 { left: 15%; top: 86%; width: 4px; height: 4px; animation-delay: -9s; animation-duration: 14s; }
.mt-hero-mote-9 { left: 28%; top: 36%; width: 2px; height: 2px; animation-delay: -4s; animation-duration: 12s; }
.mt-hero-mote-10 { left: 42%; top: 70%; width: 1px; height: 1px; animation-delay: -11s; animation-duration: 15s; }
.mt-hero-mote-11 { right: 5%; top: 52%; width: 2px; height: 2px; animation-delay: -6s; animation-duration: 13s; }
.mt-hero-mote-12 { right: 15%; top: 84%; width: 4px; height: 4px; animation-delay: -12s; animation-duration: 14s; }
.mt-hero-mote-13 { right: 29%; top: 39%; width: 2px; height: 2px; animation-delay: -3s; animation-duration: 12s; }
.mt-hero-mote-14 { right: 42%; top: 67%; width: 1px; height: 1px; animation-delay: -8s; animation-duration: 15s; }
.mt-hero-mote-15 { left: 32%; top: 91%; width: 3px; height: 3px; animation-delay: -10s; animation-duration: 16s; }
.mt-hero-mote-16 { right: 33%; top: 92%; width: 3px; height: 3px; animation-delay: -5s; animation-duration: 16s; }
.mt-hero-mote-17 { left: 4%; top: 66%; width: 2px; height: 2px; animation-delay: -6s; }
.mt-hero-mote-18 { left: 12%; top: 43%; width: 4px; height: 4px; animation-delay: -2.5s; animation-duration: 11s; }
.mt-hero-mote-19 { left: 19%; top: 72%; animation-delay: -7.5s; animation-duration: 9.5s; }
.mt-hero-mote-20 { left: 27%; top: 52%; width: 2px; height: 2px; animation-delay: -4s; }
.mt-hero-mote-21 { left: 38%; top: 87%; width: 4px; height: 4px; animation-delay: -9s; animation-duration: 12s; }
.mt-hero-mote-22 { left: 45%; top: 45%; width: 2px; height: 2px; animation-delay: -1.5s; animation-duration: 10s; }
.mt-hero-mote-23 { right: 45%; top: 83%; animation-delay: -5.5s; animation-duration: 11s; }
.mt-hero-mote-24 { right: 37%; top: 55%; width: 2px; height: 2px; animation-delay: -8s; }
.mt-hero-mote-25 { right: 28%; top: 74%; width: 4px; height: 4px; animation-delay: -3s; animation-duration: 12.5s; }
.mt-hero-mote-26 { right: 19%; top: 41%; width: 2px; height: 2px; animation-delay: -6.5s; }
.mt-hero-mote-27 { right: 11%; top: 77%; animation-delay: -10s; animation-duration: 13s; }
.mt-hero-mote-28 { right: 3%; top: 58%; width: 4px; height: 4px; animation-delay: -4.5s; animation-duration: 10.5s; }
.mt-hero-noise { position: absolute; z-index: 2; inset: 0; opacity: .19; mix-blend-mode: screen; background: repeating-linear-gradient(105deg, transparent 0 18px, rgba(255,255,255,.028) 19px, transparent 20px); animation: mtRain 5.8s linear infinite; }
.mt-hero-fracture { position: absolute; z-index: 4; top: 10%; bottom: 9%; left: 50%; width: 1px; opacity: .72; transform: rotate(5deg); transform-origin: center; background: linear-gradient(to bottom, transparent, rgba(196,255,6,.14) 14%, var(--mt-neon) 50%, rgba(196,255,6,.14) 86%, transparent); box-shadow: 0 0 16px rgba(196,255,6,.38); pointer-events: none; animation: mtFracturePulse 5.5s ease-in-out infinite; }
.mt-hero-products { position: absolute; z-index: 4; inset: 0; pointer-events: none; }
.mt-hero-product { position: absolute; top: 50%; display: grid; width: clamp(125px, 13vw, 218px); gap: 16px; color: var(--mt-text); pointer-events: auto; perspective: 1100px; }
.mt-hero-product-kids { left: clamp(24px, 4.7vw, 92px); transform: translateY(-46%); animation: mtBookFloatKids 7.5s ease-in-out infinite; }
.mt-hero-product-psych { right: clamp(24px, 4.7vw, 92px); transform: translateY(-52%); animation: mtBookFloatPsych 8.5s -2.4s ease-in-out infinite; }
.mt-hero-product-cover { position: relative; display: block; transform-style: preserve-3d; transition: transform .7s var(--mt-ease), filter .7s; }
.mt-hero-product-kids .mt-hero-product-cover { transform: rotateY(13deg) rotateZ(-2.5deg); }
.mt-hero-product-psych .mt-hero-product-cover { transform: rotateY(-13deg) rotateZ(2.5deg); }
.mt-hero-product-cover::before { position: absolute; z-index: -1; top: 3%; bottom: 3%; width: 10px; content: ""; background: linear-gradient(90deg, #050606, #5d6461 48%, #111414); box-shadow: 0 16px 28px rgba(0,0,0,.42); }
.mt-hero-product-kids .mt-hero-product-cover::before { right: -7px; transform: skewY(-20deg); }
.mt-hero-product-psych .mt-hero-product-cover::before { left: -7px; transform: skewY(20deg); }
.mt-hero-product-cover::after { position: absolute; z-index: -2; right: 8%; bottom: -13px; left: 8%; height: 25px; content: ""; border-radius: 50%; background: rgba(0,0,0,.74); filter: blur(13px); }
.mt-hero-product-cover img { width: 100%; max-height: 390px; object-fit: contain; filter: drop-shadow(0 24px 28px rgba(0,0,0,.55)); }
.mt-hero-product:hover .mt-hero-product-cover { filter: brightness(1.08); }
.mt-hero-product-kids:hover .mt-hero-product-cover { transform: rotateY(7deg) rotateZ(-1deg) translateY(-7px); }
.mt-hero-product-psych:hover .mt-hero-product-cover { transform: rotateY(-7deg) rotateZ(1deg) translateY(-7px); }
.mt-hero-product-label { justify-self: center; padding: 7px 11px; border: 1px solid rgba(196,255,6,.42); color: var(--mt-neon); background: rgba(5,6,6,.72); font-size: .57rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; backdrop-filter: blur(10px); }
.mt-hero-center { position: relative; z-index: 5; display: grid; width: min(100%, 1100px); min-height: 100svh; margin: 0 auto; padding: 130px var(--mt-gutter) 90px; place-items: center; text-align: center; }
.mt-hero-lockup { position: relative; max-width: 760px; isolation: isolate; text-shadow: 0 3px 24px rgba(0,0,0,.68); }
.mt-hero-lockup::before { position: absolute; z-index: -1; inset: -70px -105px; content: ""; background: radial-gradient(ellipse at center, rgba(5,6,6,.56), rgba(5,6,6,.16) 52%, transparent 75%); pointer-events: none; }
.mt-hero-logo { width: min(470px, 77vw); margin: 0 auto 28px; }
.mt-hero-logo img { width: 100%; filter: drop-shadow(0 8px 24px rgba(0,0,0,.5)); }
.mt-hero-shop-label { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; width: 66%; margin: 12px auto 0; color: var(--mt-text); font-size: .69rem; font-weight: 700; letter-spacing: .52em; text-transform: uppercase; }
.mt-hero-shop-label span { height: 1px; background: var(--mt-neon); box-shadow: 0 0 10px rgba(196,255,6,.35); transform: scaleX(0); animation: mtLineIn 1.2s .5s var(--mt-ease) forwards; }
.mt-hero-kicker, .mt-eyebrow { color: var(--mt-neon); font-size: .68rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.mt-hero h1 { max-width: 850px; margin: .3em auto .22em; font-size: clamp(3rem, 5.25vw, 5.5rem); line-height: 1.02; letter-spacing: -.025em; text-wrap: balance; }
.mt-hero-copy { max-width: 650px; margin: 0 auto 34px; color: #c8cdca; font-size: clamp(.96rem, 1.25vw, 1.18rem); }
.mt-hero-actions { display: flex; justify-content: center; gap: 13px; flex-wrap: wrap; }
.mt-button { display: inline-flex; min-height: 50px; padding: 0 25px; align-items: center; justify-content: center; gap: 20px; border: 1px solid transparent; font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: transform .3s var(--mt-ease), background .3s, border-color .3s, color .3s; }
.mt-button:hover { transform: translateY(-3px); }
.mt-button-primary { color: #070807; background: var(--mt-neon); }
.mt-button-primary:hover { background: #dcff68; }
.mt-button-outline { border-color: rgba(196,255,6,.75); color: var(--mt-neon); background: rgba(5,6,6,.55); }
.mt-button-outline:hover { color: #070807; background: var(--mt-neon); }
.mt-scroll-cue { position: absolute; z-index: 7; bottom: 22px; left: 50%; width: 30px; height: 47px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.28); border-radius: 18px; }
.mt-scroll-cue span { position: absolute; left: 50%; top: 9px; width: 3px; height: 7px; transform: translateX(-50%); border-radius: 2px; background: var(--mt-neon); animation: mtScroll 1.8s infinite; }

/* Shared sections */
.mt-section { width: min(100%, var(--mt-max)); margin: 0 auto; padding: clamp(80px, 10vw, 150px) var(--mt-gutter); }
.mt-section-heading { display: flex; margin-bottom: 42px; align-items: flex-end; justify-content: space-between; gap: 30px; }
.mt-section-heading h2 { margin: .2em 0 0; }
.mt-category-links { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.mt-product-filter-groups { display: grid; justify-items: end; gap: 6px; }
.mt-product-filters { display: flex; align-items: center; justify-content: flex-end; gap: 5px; flex-wrap: wrap; }
.mt-product-filter-label { min-width: 48px; color: #737b78; font-size: .48rem; font-weight: 700; letter-spacing: .11em; text-align: right; text-transform: uppercase; }
.mt-product-filters button { position: relative; min-height: 32px; padding: 0 11px; border: 1px solid rgba(255,255,255,.11); border-radius: 0; color: #949b98; background: rgba(15,18,19,.72); font-size: .56rem; font-weight: 750; letter-spacing: .065em; text-transform: uppercase; cursor: pointer; transition: border-color .25s, color .25s, background .25s; }
.mt-product-filters button:hover { border-color: rgba(183,255,0,.55); color: var(--mt-text); background: rgba(24,28,29,.88); }
.mt-product-filters button.is-active { border-color: rgba(183,255,0,.58); color: var(--mt-neon); background: rgba(24,29,27,.92); box-shadow: inset 0 -2px 0 rgba(183,255,0,.72); }
.mt-products-shell li.product[hidden] { display: none !important; }
.mt-text-link { padding-bottom: 7px; border-bottom: 1px solid var(--mt-neon); color: var(--mt-neon); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mt-text-link span { margin-left: 13px; transition: margin .25s; }
.mt-text-link:hover span { margin-left: 20px; }

/* WooCommerce product grids */
.mt-current-products { width: 100%; max-width: none; background: #111516; }
.mt-current-products .mt-section-heading, .mt-current-products .mt-products-shell { width: min(100%, 1280px); margin-right: auto; margin-left: auto; }
.woocommerce .products ul, .woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  position: relative; float: none; width: auto; margin: 0; padding: 0 0 22px; overflow: hidden;
  border: 1px solid var(--mt-line); background: linear-gradient(145deg, #131718, #0a0c0d 58%);
  transform: perspective(900px) rotateX(var(--mt-tilt-x, 0deg)) rotateY(var(--mt-tilt-y, 0deg));
  transition: transform .45s var(--mt-ease), border-color .35s, box-shadow .45s;
}
.woocommerce ul.products li.product:hover { transform: perspective(900px) rotateX(var(--mt-tilt-x, 0deg)) rotateY(var(--mt-tilt-y, 0deg)) translateY(-8px); border-color: rgba(196,255,6,.55); box-shadow: 0 22px 50px rgba(0,0,0,.38); }
.woocommerce ul.products li.product a img { width: 100%; height: clamp(275px, 20vw, 340px); margin: 0 0 18px; padding: 22px; object-fit: contain; background: radial-gradient(circle at 50% 48%, #202526, #0a0c0c 72%); transition: transform .7s var(--mt-ease), filter .5s; }
.woocommerce ul.products li.product:hover a img { transform: scale(1.035); filter: drop-shadow(0 18px 18px rgba(0,0,0,.48)); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 2.45em; margin: 0; padding: 0 20px 5px; color: var(--mt-text); font-family: var(--mt-body); font-size: .91rem; font-weight: 650; line-height: 1.35; }
.woocommerce ul.products li.product .price { display: block; margin: 2px 0 16px; padding: 0 20px; color: var(--mt-neon); font-size: .91rem; font-weight: 800; }
.woocommerce ul.products li.product .button { margin: 0 20px; padding: 12px 15px; border: 1px solid var(--mt-line-strong); border-radius: 0; color: var(--mt-text); background: transparent; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce ul.products li.product .button:hover { border-color: var(--mt-neon); color: #050605; background: var(--mt-neon); }
.woocommerce ul.products li.product .star-rating { margin: 0 20px 12px; color: var(--mt-neon); }
.mt-product-badges { position: absolute; z-index: 3; top: 15px; left: 15px; display: flex; max-width: calc(100% - 30px); flex-wrap: wrap; gap: 6px; }
.mt-product-badges span { padding: 6px 9px; color: #070807; background: var(--mt-neon); font-size: .55rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce span.onsale { z-index: 4; top: 15px; right: 15px; left: auto; min-width: auto; min-height: auto; padding: 7px 10px; border-radius: 0; color: #fff; background: #7d2130; font-size: .58rem; line-height: 1.2; text-transform: uppercase; }

/* Promises and worlds */
.mt-promises { display: grid; grid-template-columns: repeat(3,1fr); width: min(calc(100% - 2 * var(--mt-gutter)), 1180px); margin: clamp(70px, 8vw, 115px) auto; border: 1px solid var(--mt-line); background: #111516; }
.mt-promises > div { position: relative; padding: 38px clamp(25px, 3vw, 48px); }
.mt-promises > div + div { border-left: 1px solid var(--mt-line); }
.mt-promise-icon { display: grid; width: 42px; height: 42px; margin-bottom: 24px; place-items: center; border: 1px solid rgba(196,255,6,.42); color: var(--mt-neon); background: rgba(196,255,6,.035); }
.mt-promise-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.mt-promises h2 { margin-bottom: 13px; font-family: var(--mt-body); font-size: 1.05rem; letter-spacing: .02em; }
.mt-promises p { margin: 0; color: var(--mt-muted); font-size: .87rem; }
.mt-worlds { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.mt-world-card { position: relative; display: flex; min-height: 520px; padding: clamp(45px, 5vw, 80px); align-items: stretch; overflow: hidden; background-color: #111; background-image: linear-gradient(to top, rgba(5,6,6,.97), rgba(5,6,6,.16) 74%), var(--mt-panel-image, radial-gradient(circle at 45% 30%, #3b3026, #090a0a 68%)); background-size: cover; background-position: center; isolation: isolate; }
.mt-world-card::before { position: absolute; z-index: -1; inset: -3%; content: ""; background: inherit; transition: transform 1.2s var(--mt-ease), filter .7s; }
.mt-world-card::after { position: absolute; z-index: 1; inset: 0; border: 1px solid var(--mt-line); content: ""; pointer-events: none; }
.mt-world-card:hover::before { transform: scale(1.06); filter: brightness(1.08); }
.mt-world-psych { background-image: linear-gradient(to top, rgba(5,6,6,.98), rgba(5,6,6,.22) 76%), var(--mt-panel-image, radial-gradient(circle at 55% 30%, #203239, #08090a 68%)); }
.mt-world-card > div { position: relative; z-index: 2; display: grid; width: 100%; max-width: 610px; height: 100%; grid-template-rows: auto auto 1fr auto; align-content: stretch; text-shadow: 0 3px 18px rgba(0,0,0,.8); }
.mt-world-card h2 { max-width: 520px; margin: .35em 0 .7em; font-size: clamp(1.85rem, 2.45vw, 2.75rem); line-height: 1.08; text-wrap: balance; }
.mt-world-link { color: var(--mt-neon); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mt-world-card .mt-world-link { align-self: end; justify-self: start; }
.mt-world-kids { background-position: center 54%; }
.mt-world-kids h2 { max-width: 500px; }
.mt-editorial { display: grid; grid-template-columns: 1.05fr .95fr; width: min(calc(100% - 2 * var(--mt-gutter)), 1280px); margin: clamp(70px, 9vw, 125px) auto; border: 1px solid var(--mt-line); background: #0f1213; }
.mt-editorial > div { padding: clamp(42px, 5vw, 74px); }
.mt-editorial h2 { margin-top: .3em; }
.mt-editorial p { max-width: 600px; color: var(--mt-muted); }
.mt-editorial-newsletter { border-left: 1px solid var(--mt-line); background: #131718; }
.mt-newsletter-widget input:not([type="submit"]) { width: 100%; margin-bottom: 9px; }
.mt-newsletter-benefits { margin: 20px 0 24px; }
.mt-newsletter-benefits p { position: relative; margin: 0 0 8px; padding-left: 20px; color: #cbd0cd; font-size: .82rem; }
.mt-newsletter-benefits p::before { position: absolute; left: 0; color: var(--mt-neon); content: "✓"; }
.mt-newsletter-form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mt-newsletter-form label { display: block; }
.mt-newsletter-form label > span:first-child { display: block; margin-bottom: 5px; color: var(--mt-muted); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mt-newsletter-form input[type="email"], .mt-newsletter-form input[type="text"] { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--mt-line-strong); border-radius: 0; color: var(--mt-text); background: #090b0b; outline: none; }
.mt-newsletter-form input[type="email"]:focus, .mt-newsletter-form input[type="text"]:focus { border-color: var(--mt-neon); box-shadow: 0 0 0 3px rgba(196,255,6,.08); }
.mt-newsletter-form .mt-newsletter-consent { display: flex; grid-column: 1 / -1; align-items: flex-start; gap: 10px; color: var(--mt-muted); font-size: .68rem; line-height: 1.45; }
.mt-newsletter-form .mt-newsletter-consent > span:first-child { margin: 0; color: var(--mt-muted); font-size: inherit; font-weight: 400; letter-spacing: 0; text-transform: none; }
.mt-newsletter-consent input[type="checkbox"] { appearance: none; width: 19px !important; min-width: 19px !important; height: 19px !important; min-height: 0 !important; padding: 0 !important; flex: 0 0 19px; margin: 1px 0 0; border: 1px solid rgba(196,255,6,.55); border-radius: 2px; outline: 0; background: #090b0b; box-shadow: none; cursor: pointer; }
.mt-newsletter-consent input[type="checkbox"]:checked { border-color: var(--mt-neon); background-color: var(--mt-neon); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23050605' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3 8.2 6.4 11.4 13 4.8'/%3E%3C/svg%3E"); background-position: center; background-size: 15px 15px; background-repeat: no-repeat; }
.mt-newsletter-consent input[type="checkbox"]:focus-visible { border-color: var(--mt-neon); box-shadow: 0 0 0 3px rgba(196,255,6,.12); }
.mt-newsletter-consent a { color: var(--mt-neon); text-decoration: underline; text-underline-offset: 2px; }
.mt-newsletter-form .mt-button { width: max-content; min-width: 150px; cursor: pointer; }
.mt-mailchimp-trap { position: absolute; left: -5000px; }
.mt-newsletter-success { display: grid; grid-column: 1 / -1; grid-template-columns: 58px minmax(0,1fr); padding: 24px 22px; align-self: center; align-items: center; gap: 18px; border-left: 2px solid var(--mt-neon); background: linear-gradient(90deg, rgba(196,255,6,.08), rgba(196,255,6,0)); animation: mtNewsletterSuccess .55s var(--mt-ease) both; }
.mt-newsletter-success-icon { width: 52px; height: 52px; fill: none; stroke: var(--mt-neon); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.mt-newsletter-success-icon circle { opacity: .72; stroke-dasharray: 145; stroke-dashoffset: 145; animation: mtNewsletterRing .65s .1s ease-out forwards; }
.mt-newsletter-success-icon path { stroke-dasharray: 34; stroke-dashoffset: 34; animation: mtNewsletterCheck .45s .55s ease-out forwards; }
.mt-newsletter-success strong { display: block; margin-bottom: 7px; color: var(--mt-neon); font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.2; }
.mt-newsletter-success p { max-width: 560px; margin: 0; color: #d6dad8; font-size: .8rem; line-height: 1.5; }
.mt-newsletter-section { border-top: 1px solid var(--mt-line); background: radial-gradient(circle at 18% 30%, rgba(90,134,144,.12), transparent 30%), #0d1011; }
.mt-newsletter-inner { display: grid; grid-template-columns: .9fr 1.1fr; width: min(100%, 1220px); margin: 0 auto; padding: clamp(62px, 7vw, 95px) var(--mt-gutter); gap: clamp(45px, 7vw, 100px); align-items: center; }
.mt-newsletter-copy h2 { margin: .2em 0 .35em; font-size: clamp(1.8rem, 2.8vw, 3rem); }

/* Shop archives and product detail */
.mt-shop-shell { width: min(100%, 1320px); min-height: 70vh; margin: 0 auto; padding: 135px var(--mt-gutter) 115px; }
.mt-category-page { min-height: 70vh; }
.mt-category-hero { position: relative; display: grid; min-height: 390px; padding: 115px var(--mt-gutter) 56px; align-items: end; overflow: hidden; isolation: isolate; background: #080a0a; }
.mt-category-hero::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(5,6,6,.97) 0%, rgba(5,6,6,.76) 42%, rgba(5,6,6,.2) 78%), linear-gradient(to top, #050606 0%, transparent 45%); }
.mt-category-hero-media { position: absolute; z-index: -2; inset: -4%; background-image: var(--mt-category-image); background-size: cover; background-position: center 46%; filter: saturate(.78) contrast(1.05); animation: mtCategoryDrift 16s ease-in-out infinite alternate; }
.mt-category-hero-lines { position: absolute; z-index: 0; right: 0; bottom: 24px; width: min(40vw, 570px); height: 1px; transform-origin: right; background: linear-gradient(90deg, transparent, var(--mt-neon)); box-shadow: 0 0 18px rgba(196,255,6,.35); animation: mtCategoryLine 1.2s .25s var(--mt-ease) both; }
.mt-category-hero-echo { position: absolute; z-index: 0; right: clamp(25px, 6vw, 105px); bottom: 44px; color: rgba(255,255,255,.018); font-family: var(--mt-heading); font-size: clamp(3.7rem, 7.5vw, 7.6rem); font-weight: 800; line-height: .75; letter-spacing: -.04em; text-transform: uppercase; -webkit-text-stroke: 1px rgba(255,255,255,.17); opacity: .78; user-select: none; }
.mt-category-hero-content { position: relative; z-index: 1; width: min(100%, 1320px); margin: 0 auto; }
.mt-category-hero-content::before { position: absolute; top: 4px; left: -22px; width: 3px; height: 66px; content: ""; background: var(--mt-neon); box-shadow: 0 0 15px rgba(196,255,6,.4); }
.mt-category-hero-content h1 { max-width: 690px; margin: .08em 0 .13em; font-size: clamp(2.15rem, 3.5vw, 3.5rem); line-height: 1; letter-spacing: -.025em; }
.mt-category-hero-content p { max-width: 560px; margin: 0; color: #cbd0cd; font-size: clamp(.86rem, 1vw, .98rem); }
.mt-category-hero-extras .mt-category-hero-media { background-color: #111516; background-size: min(48vw, 620px); background-repeat: no-repeat; background-position: 83% 44%; filter: saturate(.78) contrast(1.08); }
.mt-category-hero-extras::after { background: linear-gradient(90deg, rgba(5,6,6,.98) 0%, rgba(5,6,6,.83) 48%, rgba(5,6,6,.32) 78%), linear-gradient(to top, #050606 0%, transparent 55%); }
.mt-category-hero-kids::after { background: linear-gradient(90deg, rgba(5,6,6,.96) 0%, rgba(5,6,6,.82) 24%, rgba(5,6,6,.38) 48%, rgba(5,6,6,.16) 78%), linear-gradient(to top, #050606 0%, transparent 48%); }
.mt-category-hero-kids .mt-category-hero-media { background-position: left 48%; filter: saturate(.86) contrast(1.04) brightness(1.08); }
.mt-category-hero-kids .mt-category-hero-media::after { position: absolute; inset: 0; content: ""; background: radial-gradient(ellipse at 43% 65%, rgba(214,154,94,.2), transparent 22%); mix-blend-mode: screen; }
.mt-category-products { width: min(100%, 1320px); margin: 0 auto; padding: 58px var(--mt-gutter) 105px; }
.mt-category-products .woocommerce-breadcrumb, .mt-category-products .woocommerce-products-header { display: none; }
.mt-category-products .woocommerce-result-count, .mt-category-products .woocommerce-ordering { margin-bottom: 24px; }
.mt-category-products ul.products { gap: 22px; }
.mt-category-products ul.products li.product { padding-bottom: 26px; }
.mt-category-products ul.products li.product a img { height: clamp(175px, 13.5vw, 220px); margin-bottom: 14px; padding: 16px; }
.mt-category-products ul.products li.product .woocommerce-loop-product__title { min-height: 2.2em; padding-right: 18px; padding-left: 18px; font-size: .87rem; }
.mt-category-products ul.products li.product .price { margin-bottom: 12px; padding-right: 18px; padding-left: 18px; }
.mt-category-products ul.products li.product .button { margin: 0 18px; padding: 11px 14px; }
.woocommerce ul.products li.product .count, .woocommerce ul.products li.product .cr-review-link, .woocommerce ul.products li.product .cr-summaryBox-wrap, .woocommerce ul.products li.product .wc-gzd-rating-authenticity-status { display: none !important; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 45px; color: var(--mt-muted); font-size: .69rem; letter-spacing: .05em; }
.woocommerce .woocommerce-breadcrumb a { color: var(--mt-text); }
.woocommerce-products-header { margin-bottom: 40px; padding-bottom: 32px; border-bottom: 1px solid var(--mt-line); }
.woocommerce-products-header__title.page-title { margin: 0 0 15px; font-size: clamp(2.5rem, 4.2vw, 4.4rem); }
.term-description { max-width: 760px; color: var(--mt-muted); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 32px; color: var(--mt-muted); font-size: .72rem; }
.woocommerce .woocommerce-ordering { position: relative; z-index: 20; }
.woocommerce .woocommerce-ordering select { min-width: 280px; padding: 10px 38px 10px 13px; border: 1px solid var(--mt-line); color: var(--mt-text); background: var(--mt-panel); }
.woocommerce .woocommerce-ordering.mt-ordering-enhanced select { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0 !important; }
.mt-ordering-control { position: relative; width: min(330px, 100%); }
.mt-ordering-toggle { position: relative; display: flex; width: 100%; min-height: 46px; padding: 0 46px 0 16px; align-items: center; border: 1px solid var(--mt-line); border-radius: 0; color: var(--mt-text); background: linear-gradient(145deg, #171b1c, #101314); font-size: .72rem; text-align: left; cursor: pointer; transition: border-color .25s, background .25s; }
.mt-ordering-toggle::before, .mt-ordering-toggle::after { position: absolute; top: 50%; width: 7px; height: 1px; content: ""; background: var(--mt-neon); transition: transform .25s; }
.mt-ordering-toggle::before { right: 22px; transform: rotate(45deg); }
.mt-ordering-toggle::after { right: 17px; transform: rotate(-45deg); }
.mt-ordering-control.is-open .mt-ordering-toggle { border-color: rgba(196,255,6,.62); background: #171b1c; }
.mt-ordering-control.is-open .mt-ordering-toggle::before { transform: rotate(-45deg); }
.mt-ordering-control.is-open .mt-ordering-toggle::after { transform: rotate(45deg); }
.mt-ordering-menu { position: absolute; z-index: 40; top: calc(100% + 7px); right: 0; width: 100%; padding: 7px; visibility: hidden; opacity: 0; border: 1px solid rgba(196,255,6,.42); background: rgba(13,16,17,.98); box-shadow: 0 22px 55px rgba(0,0,0,.55); transform: translateY(-7px); transition: opacity .2s, transform .2s, visibility .2s; backdrop-filter: blur(16px); }
.mt-ordering-control.is-open .mt-ordering-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.mt-ordering-menu button { display: block; width: 100%; padding: 11px 13px 11px 32px; border: 0; color: #cdd2cf; background: transparent; font-size: .72rem; text-align: left; cursor: pointer; }
.mt-ordering-menu button:hover, .mt-ordering-menu button:focus-visible { color: var(--mt-text); outline: 0; background: rgba(255,255,255,.06); }
.mt-ordering-menu button.is-active { position: relative; color: var(--mt-neon); }
.mt-ordering-menu button.is-active::before { position: absolute; left: 13px; content: "•"; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(250px,.54fr) minmax(0,1.46fr); column-gap: clamp(26px, 2.8vw, 44px); }
.single-product .mt-shop-shell { width: min(100%, 1420px); padding-top: 104px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; }
.woocommerce div.product div.images { grid-column: 1; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { border: 1px solid var(--mt-line); background: radial-gradient(circle, #1b1f20, #080909 72%); }
.woocommerce div.product div.images img { max-height: 640px; padding: 30px; object-fit: contain; background: transparent !important; }
.woocommerce div.product div.images .woocommerce-product-gallery__image a { display: block; background: transparent !important; }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger { top: 16px; right: 16px; width: 44px; height: 44px; border: 1px solid rgba(196,255,6,.55); border-radius: 0; background: #15191a !important; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before { top: 12px; left: 12px; width: 13px; height: 13px; border-color: var(--mt-neon); }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after { top: 26px; left: 27px; background: var(--mt-neon); }
.pswp__bg { background: #060707 !important; }
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 10px; }
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li { float: none; width: auto; min-height: 92px; border: 1px solid var(--mt-line); background: #111516; }
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img { display: block !important; width: 100% !important; height: 92px !important; padding: 7px !important; opacity: .68 !important; object-fit: contain; visibility: visible !important; background: #111516 !important; }
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active, .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img:hover { opacity: 1 !important; }
.woocommerce div.product .mt-product-gallery { position: relative; margin: 0; }
.woocommerce div.product .mt-product-gallery .mt-gallery-stage { position: relative; display: grid; width: 100%; min-height: 360px; padding: 16px; place-items: center; overflow: hidden; border: 1px solid var(--mt-line); border-radius: 0; color: var(--mt-neon); background: radial-gradient(circle at 50% 45%, #202526, #080909 72%); cursor: zoom-in; }
.woocommerce div.product .mt-product-gallery .mt-gallery-stage > img { width: 100%; max-height: 395px; padding: 0 !important; object-fit: contain; transition: opacity .25s, transform .55s var(--mt-ease); }
.woocommerce div.product .mt-product-gallery .mt-gallery-stage:hover > img { transform: scale(1.025); }
.mt-gallery-zoom { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border: 1px solid rgba(196,255,6,.55); background: #15191a; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.mt-gallery-zoom::before { position: absolute; top: 11px; left: 11px; width: 13px; height: 13px; border: 2px solid var(--mt-neon); border-radius: 50%; content: ""; }
.mt-gallery-zoom::after { position: absolute; top: 25px; left: 25px; width: 10px; height: 2px; content: ""; transform: rotate(45deg); transform-origin: left center; background: var(--mt-neon); }
.mt-gallery-thumbnails { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; margin-top: 10px; }
.woocommerce div.product .mt-product-gallery .mt-gallery-thumb { display: grid; min-height: 80px; padding: 6px; place-items: center; border: 1px solid var(--mt-line); border-radius: 0; background: #111516; cursor: pointer; transition: border-color .25s, background .25s; }
.woocommerce div.product .mt-product-gallery .mt-gallery-thumb:hover, .woocommerce div.product .mt-product-gallery .mt-gallery-thumb.is-active { border-color: var(--mt-neon); background: #191e1f; }
.woocommerce div.product .mt-product-gallery .mt-gallery-thumb img { width: 100% !important; height: 68px !important; max-height: 68px; padding: 0 !important; object-fit: contain; opacity: .78; }
.woocommerce div.product .mt-product-gallery .mt-gallery-thumb.is-active img { opacity: 1; }
.mt-lightbox[hidden] { display: none; }
.mt-lightbox { position: fixed; z-index: 10050; inset: 0; display: grid; padding: clamp(24px, 5vw, 80px); place-items: center; background: rgba(3,4,4,.96); backdrop-filter: blur(10px); cursor: zoom-out; }
.woocommerce div.product .mt-product-gallery .mt-lightbox img { width: auto; max-width: min(100%, 1300px); max-height: calc(100vh - 70px); padding: 0 !important; object-fit: contain; }
.mt-lightbox-close { position: fixed; z-index: 1; top: 22px; right: 24px; display: grid; width: 48px; height: 48px; padding: 0; place-items: center; border: 1px solid rgba(196,255,6,.6); color: var(--mt-neon); background: #111516; font-size: 2rem; line-height: 1; cursor: pointer; }
body.mt-lightbox-open { overflow: hidden; }
.woocommerce div.product div.summary { grid-column: 2; margin: 0; padding: clamp(22px, 2vw, 30px); border: 1px solid var(--mt-line); background: #0d1011; }
.woocommerce div.product .product_title { margin-bottom: 10px; font-size: clamp(1.75rem, 2.2vw, 2.5rem); line-height: 1.08; letter-spacing: -.02em; text-wrap: balance; }
.woocommerce div.product .woocommerce-product-rating { margin-bottom: 9px; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--mt-neon); font-size: 1.2rem; font-weight: 800; }
.woocommerce-product-details__short-description { margin: 12px 0; color: #c7ccca; font-size: .9rem; line-height: 1.46; }
.mt-button-sample { width: auto; min-height: 44px; margin: 5px 0 13px; border-color: var(--mt-neon); color: var(--mt-neon); background: #111516; }
.mt-button-sample:hover { color: #050605; background: var(--mt-neon); }
.woocommerce div.product .product_meta, .woocommerce div.product .wc-gzd-additional-info { color: var(--mt-muted); font-size: .72rem; }
.woocommerce div.product .delivery-time-info { margin: 6px 0; color: #dce0de; }
.woocommerce div.product .legal-price-info { margin-top: -10px; }
.woocommerce div.product form.cart, .woocommerce div.product form.variations_form { margin: 12px 0; padding: 16px; border: 1px solid var(--mt-line-strong); background: var(--mt-panel); }
.woocommerce div.product form.cart .variations { margin: 0 0 20px; }
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td { display: block; width: 100%; padding: 0 0 8px; text-align: left; }
.woocommerce div.product form.cart .variations label { color: var(--mt-text); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.woocommerce div.product form.cart select { width: 100%; padding: 13px; border: 1px solid var(--mt-line-strong); color: var(--mt-text); background: #080909; }
.wapf-field-container { margin-bottom: 14px; }
.wapf-field-label { margin-bottom: 7px; color: var(--mt-text); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.wapf-input, .wapf textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--mt-line-strong); border-radius: 0; color: var(--mt-text); background: #080909; }
.woocommerce .quantity .qty { min-height: 50px; border: 1px solid var(--mt-line-strong); color: var(--mt-text); background: #080909; }
.woocommerce div.product form.cart .button, .woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce #respond input#submit.alt {
  min-height: 50px; padding: 0 25px; border-radius: 0; color: #050605; background: var(--mt-neon); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
}
.woocommerce div.product form.cart .button:hover, .woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover { color: #050605; background: #dcff68; }
.mt-product-assurances { display: grid; gap: 0; margin-top: 25px; border-top: 1px solid var(--mt-line); }
.mt-product-assurances > div { display: flex; padding: 14px 0; align-items: baseline; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--mt-line); }
.mt-product-assurances strong { font-size: .76rem; }
.mt-product-assurances span { color: var(--mt-muted); font-size: .68rem; text-align: right; }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 80px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; margin: 0 !important; padding: 0 20px !important; border: 1px solid var(--mt-line) !important; background: #111516 !important; gap: 12px; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 17px 14px !important; color: var(--mt-muted) !important; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--mt-neon) !important; background: #191e1f !important; }
.woocommerce div.product .woocommerce-tabs .panel { max-width: none; margin: 0 !important; padding: 34px clamp(24px, 4vw, 52px) !important; color: #c4c9c7; background: #0f1213 !important; }
.woocommerce div.product .woocommerce-tabs .panel > h2:first-child, .woocommerce div.product #reviews > h2:first-child { margin: 0 0 26px; font-size: clamp(1.65rem, 2.25vw, 2.35rem); line-height: 1.08; }
.woocommerce div.product #reviews h2,
.woocommerce div.product #reviews .cr-reviews-ajax-reviews > h2,
.woocommerce div.product #reviews .cr-reviews-ajax-comments > h2 { font-size: clamp(1.55rem, 2vw, 2.15rem) !important; line-height: 1.12 !important; letter-spacing: -.025em !important; }
.woocommerce div.product .related.products { grid-column: 1 / -1; margin-top: 70px; }
.woocommerce div.product .up-sells.products { grid-column: 1 / -1; margin-top: 70px; }
.woocommerce div.product .related.products > h2, .woocommerce div.product .up-sells.products > h2 { margin-bottom: 24px; font-size: clamp(1.7rem, 2.35vw, 2.45rem); line-height: 1.08; }
.woocommerce div.product .related.products ul.products, .woocommerce div.product .up-sells.products ul.products { display: flex !important; align-items: stretch; justify-content: flex-start; flex-wrap: wrap; gap: 14px; }
.woocommerce div.product .related.products ul.products li.product, .woocommerce div.product .up-sells.products ul.products li.product { flex: 0 1 340px !important; width: 340px !important; max-width: 100% !important; min-width: 0; }
.woocommerce div.product .related.products ul.products li.product a img, .woocommerce div.product .up-sells.products ul.products li.product a img { height: 240px; padding: 16px; }

/* Customer Reviews for WooCommerce */
.woocommerce #reviews .cr-summaryBox-wrap, .woocommerce #reviews .cr-summaryBox, .woocommerce #reviews .cr-count-row, .woocommerce #reviews .cr-ajax-reviews-sort-div, .woocommerce #reviews .cr-reviews-ajax-reviews, .woocommerce #reviews .cr-ajax-search {
  border-color: var(--mt-line) !important; color: var(--mt-text) !important; background: #171b1c !important;
}
.woocommerce #reviews .cr-summaryBox-wrap, .woocommerce #reviews .cr-summaryBox { box-shadow: none !important; }
.woocommerce #reviews .cr-average-rating, .woocommerce #reviews .cr-total-rating-count, .woocommerce #reviews .cr-histogram-a, .woocommerce #reviews .cr-count-row, .woocommerce #reviews .cr-count-row a, .woocommerce #reviews .cr-review-card, .woocommerce #reviews .cr-review-card .comment-text { color: var(--mt-text) !important; }
.woocommerce #reviews .cr-histogram-bar, .woocommerce #reviews .cr-histogram-bar-empty { border-color: var(--mt-line-strong) !important; background: #080a0a !important; }
.woocommerce #reviews .cr-histogram-bar-fill { background: var(--mt-neon) !important; }
.woocommerce #reviews .ivole-meter { overflow: hidden !important; border: 1px solid #3d4543 !important; border-radius: 0 !important; background: #272c2d !important; box-shadow: none !important; }
.woocommerce #reviews .ivole-meter .ivole-meter-bar { border: 0 !important; border-radius: 0 !important; color: transparent !important; background: var(--mt-neon) !important; box-shadow: none !important; }
.woocommerce #reviews .cr-rating-icon,
.woocommerce #reviews .cr-rating-icon-frnt svg,
.woocommerce #reviews .cr-histogram-rating-icon { color: var(--mt-neon) !important; fill: var(--mt-neon) !important; }
.woocommerce #reviews .cr-rating-icon path:not(:first-child),
.woocommerce #reviews .cr-rating-icon-frnt svg path:not(:first-child),
.woocommerce #reviews .cr-histogram-rating-icon path:not(:first-child) { fill: var(--mt-neon) !important; stroke: var(--mt-neon) !important; }
.woocommerce #reviews .cr-rating-icon-bg,
.woocommerce #reviews .cr-rating-icon-base svg { color: #525957 !important; fill: #525957 !important; }
.woocommerce #reviews .cr-rating-icon-bg path:not(:first-child),
.woocommerce #reviews .cr-rating-icon-base svg path:not(:first-child) { fill: #525957 !important; stroke: #525957 !important; }
.woocommerce #reviews .cr-rating-icon path:first-child,
.woocommerce #reviews .cr-rating-icon-bg path:first-child,
.woocommerce #reviews .cr-histogram-rating-icon path:first-child { fill: none !important; stroke: none !important; }
.woocommerce #reviews .cr-review-form-rating .cr-rating-deact path { fill: #747c79 !important; stroke: none !important; }
.woocommerce #reviews .cr-review-form-rating .cr-rating-act path { fill: var(--mt-neon) !important; stroke: none !important; }
.woocommerce #reviews .star-rating::before { color: #525957 !important; }
.woocommerce #reviews .star-rating span::before { color: var(--mt-neon) !important; }
.woocommerce #reviews [class*="verified"],
.woocommerce #reviews [class*="badge"],
.woocommerce #reviews [class*="tag"] { border-color: rgba(196,255,6,.45) !important; color: var(--mt-neon) !important; background: #171b1c !important; box-shadow: none !important; }
.woocommerce #reviews .cr-ajax-search input, .woocommerce #reviews input.cr-ajax-search, .woocommerce #reviews .cr-ajax-reviews-sort, .woocommerce #reviews select {
  border-color: var(--mt-line-strong) !important; color: var(--mt-text) !important; background: #0b0d0d !important;
}
.woocommerce #reviews .cr-ajax-search input::placeholder, .woocommerce #reviews input.cr-ajax-search::placeholder { color: #7d8582 !important; }
.woocommerce #reviews .cr-all-reviews-add-review, .woocommerce #reviews .cr-review-form-submit, .woocommerce #reviews button {
  border: 1px solid var(--mt-neon) !important; border-radius: 0 !important; color: #050605 !important; background: var(--mt-neon) !important; box-shadow: none !important;
}
.woocommerce #reviews .cr-review-card { border-color: var(--mt-line) !important; background: #15191a !important; }
.woocommerce #reviews .cr-review-card .cr-review-card-inner, .woocommerce #reviews .comment_container { color: #c4c9c7 !important; background: transparent !important; }
.woocommerce #reviews .commentlist li.review, .woocommerce #reviews .cr-ajax-reviews-list li.review { padding: 24px !important; border: 1px solid var(--mt-line) !important; background: linear-gradient(145deg, #131718, #0d1011) !important; }
.woocommerce #reviews .woocommerce-review__author, .woocommerce #reviews .cr-meta-author-title { color: var(--mt-neon) !important; }
.woocommerce #reviews .woocommerce-review__published-date { color: #8f9794 !important; }
.woocommerce #reviews .cr-review-form-wrap { width: 100% !important; max-width: none !important; padding: 0 0 38px !important; border: 1px solid var(--mt-line) !important; color: #d4d9d6 !important; background: linear-gradient(145deg, #191e1f, #101314 76%) !important; box-shadow: 0 28px 70px rgba(0,0,0,.34) !important; }
.woocommerce #reviews .cr-review-form-wrap * { box-sizing: border-box; }
.woocommerce #reviews .cr-review-form-nav { min-height: 62px; padding: 0 24px !important; border-top: 0 !important; border-right: 0 !important; border-bottom: 1px solid var(--mt-line-strong) !important; border-left: 3px solid var(--mt-neon) !important; color: var(--mt-text) !important; background: #0d1011 !important; }
.woocommerce #reviews .cr-review-form-nav span, .woocommerce #reviews .cr-review-form-item span, .woocommerce #reviews .cr-review-form-rating-label, .woocommerce #reviews .cr-review-form-lbl, .woocommerce #reviews .cr-review-form-rating-nbr, .woocommerce #reviews .cr-review-form-terms { color: #dce0de !important; }
.woocommerce #reviews .cr-review-form-lbl { display: table !important; width: auto !important; margin: 0 0 -10px 18px !important; padding: 0 7px !important; position: relative !important; z-index: 2 !important; color: #d9dddb !important; background: #15191a !important; font-size: .62rem !important; font-weight: 750 !important; line-height: 20px !important; letter-spacing: .07em !important; text-transform: uppercase !important; }
.woocommerce #reviews .cr-review-form-nav svg path { stroke: var(--mt-neon) !important; }
.woocommerce #reviews .cr-review-form-item, .woocommerce #reviews .cr-review-form-rating-overall, .woocommerce #reviews .cr-review-form-comment, .woocommerce #reviews .cr-review-form-ne, .woocommerce #reviews .cr-review-form-terms, .woocommerce #reviews .cr-review-form-buttons { width: min(100% - 40px, 760px) !important; max-width: 760px !important; margin-right: auto !important; margin-left: auto !important; }
.woocommerce #reviews .cr-review-form-item { padding: 28px 0 22px !important; border-bottom: 1px solid var(--mt-line) !important; }
.woocommerce #reviews .cr-review-form-item img { width: 62px !important; height: 76px !important; padding: 6px !important; object-fit: contain; border: 1px solid var(--mt-line) !important; background: #111516 !important; }
.woocommerce #reviews .cr-review-form-item span { font-size: 1rem !important; font-weight: 700 !important; line-height: 1.35 !important; }
.woocommerce #reviews .cr-review-form-rating-overall { padding-top: 24px !important; }
.woocommerce #reviews .cr-review-form-rating-cont { color: #dce0de !important; }
.woocommerce #reviews .cr-rating-deact path { fill: #727a77 !important; }
.woocommerce #reviews .cr-rating-act path { fill: var(--mt-neon) !important; }
.woocommerce #reviews .cr-review-form-comment-txt, .woocommerce #reviews .cr-review-form-txt { width: 100% !important; border: 1px solid var(--mt-line-strong) !important; border-radius: 0 !important; color: var(--mt-text) !important; background: #080a0a !important; box-shadow: none !important; outline: 0 !important; }
.woocommerce #reviews .cr-review-form-comment-txt { min-height: 170px !important; padding: 18px !important; }
.woocommerce #reviews .cr-review-form-txt { min-height: 50px !important; padding: 11px 13px !important; }
.woocommerce #reviews .cr-review-form-comment-txt:focus, .woocommerce #reviews .cr-review-form-txt:focus { border-color: var(--mt-neon) !important; box-shadow: 0 0 0 3px rgba(196,255,6,.08) !important; }
.woocommerce #reviews .cr-review-form-lbl { margin-bottom: 7px !important; font-size: .68rem !important; font-weight: 750 !important; letter-spacing: .08em !important; text-transform: uppercase; }
.woocommerce #reviews .cr-review-form-ne { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px !important; }
.woocommerce #reviews .cr-review-form-terms label { display: flex !important; align-items: flex-start !important; gap: 11px !important; line-height: 1.5 !important; }
.woocommerce #reviews .cr-review-form-terms label, .woocommerce #reviews .cr-review-form-terms label span { color: #cbd0cd !important; }
.woocommerce #reviews .cr-review-form-terms a { color: var(--mt-neon) !important; text-decoration: underline !important; text-underline-offset: 2px; }
.woocommerce #reviews .cr-review-form-checkbox { appearance: none !important; width: 19px !important; min-width: 19px !important; height: 19px !important; min-height: 0 !important; margin: 2px 0 0 !important; padding: 0 !important; flex: 0 0 19px; border: 1px solid rgba(196,255,6,.58) !important; border-radius: 2px !important; background: #080a0a !important; box-shadow: none !important; }
.woocommerce #reviews .cr-review-form-checkbox:checked { background-color: var(--mt-neon) !important; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23050605' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3 8.2 6.4 11.4 13 4.8'/%3E%3C/svg%3E") !important; background-position: center !important; background-size: 15px !important; background-repeat: no-repeat !important; }
.woocommerce #reviews .cr-review-form-buttons { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px !important; }
.woocommerce #reviews .cr-review-form-submit, .woocommerce #reviews .cr-review-form-cancel { width: 100% !important; min-height: 48px !important; padding: 10px 18px !important; font-size: .68rem !important; font-weight: 850 !important; letter-spacing: .08em !important; text-transform: uppercase; }
.woocommerce #reviews .cr-review-form-cancel { border-color: var(--mt-neon) !important; color: var(--mt-neon) !important; background: #111516 !important; }
.woocommerce #reviews .cr-review-form-cancel:hover { color: #050605 !important; background: var(--mt-neon) !important; }

/* Cart, checkout, account, notices and forms */
.mt-page-shell.mt-commerce-page { width: 100%; max-width: none; min-height: 0; margin: 0; padding: 0; }
.mt-commerce-page > .mt-commerce-hero { width: 100vw; max-width: none; margin: 0 calc(50% - 50vw); }
.mt-commerce-hero { min-height: 335px; padding: 105px var(--mt-gutter) 42px; background: #080a0a; }
.mt-commerce-hero::after { z-index: -1; opacity: 1; background: linear-gradient(90deg, rgba(5,6,6,.97) 0%, rgba(5,6,6,.76) 42%, rgba(5,6,6,.22) 78%), linear-gradient(to top, #050606 0%, transparent 45%); }
.mt-commerce-hero-media { position: absolute; z-index: -2; inset: -4%; background: radial-gradient(circle at 76% 44%, rgba(90,134,144,.26), transparent 31%), repeating-linear-gradient(105deg, transparent 0 23px, rgba(255,255,255,.025) 24px, transparent 25px), linear-gradient(115deg, #080a0a, #11191b 60%, #070909); animation: mtCategoryDrift 16s ease-in-out infinite alternate; }
.mt-commerce-hero-lines { position: absolute; right: 0; bottom: 31px; width: min(43vw, 640px); height: 1px; background: linear-gradient(90deg, transparent, var(--mt-neon)); box-shadow: 0 0 18px rgba(196,255,6,.34); animation: mtCategoryLine 1.2s .2s var(--mt-ease) both; }
.mt-commerce-hero-content { position: relative; z-index: 2; width: min(100%, 1320px); margin: 0 auto; }
.mt-commerce-hero-content::before { position: absolute; top: 3px; left: -22px; width: 3px; height: 70px; content: ""; background: var(--mt-neon); box-shadow: 0 0 15px rgba(196,255,6,.4); }
.mt-commerce-hero-content h1 { margin: .08em 0 .12em; font-size: clamp(2.5rem, 4vw, 4rem); line-height: 1; letter-spacing: -.025em; }
.mt-commerce-hero-content p { margin: 0; color: #c3c9c6; font-size: clamp(.84rem, 1vw, .96rem); }
.mt-commerce-hero-symbol { position: absolute; z-index: 0; right: clamp(40px, 9vw, 180px); bottom: 18px; width: clamp(150px, 17vw, 270px); color: var(--mt-neon); opacity: .105; transform: rotate(-5deg); animation: mtCommerceSymbol 9s ease-in-out infinite alternate; }
.mt-commerce-hero-checkout .mt-commerce-hero-symbol { transform: rotate(4deg); animation-name: mtCommerceSymbolCheckout; animation-delay: -3s; }
.mt-commerce-hero-symbol svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.mt-commerce-content { width: min(100%, 1420px); max-width: none; margin: 0 auto; padding: 48px var(--mt-gutter) 100px; }
.mt-content.mt-commerce-content { max-width: none; }
.woocommerce-checkout .mt-commerce-content { width: min(100%, 1420px); }
.woocommerce-checkout .wp-block-woocommerce-checkout { width: 100% !important; max-width: none !important; margin-right: auto !important; margin-left: auto !important; }
.woocommerce table.shop_table { border: 1px solid var(--mt-line); border-radius: 0; border-collapse: collapse; background: var(--mt-panel); }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 17px; border-color: var(--mt-line); }
.woocommerce table.shop_table th { color: var(--mt-muted); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.woocommerce table.shop_table .product-thumbnail img { width: 80px; }
.woocommerce a.remove { color: var(--mt-muted) !important; }
.woocommerce a.remove:hover { color: #050605 !important; background: var(--mt-neon); }
.woocommerce .cart-collaterals .cart_totals { width: min(100%, 560px); padding: 30px; border: 1px solid var(--mt-line-strong); background: var(--mt-panel); }
.woocommerce .cart-collaterals .cart_totals h2 { font-size: 2rem; }
.woocommerce-cart .mt-page-shell:not(.mt-commerce-page) { width: min(100%, 1440px); padding-top: 110px; padding-bottom: 80px; }
.woocommerce-cart .mt-page-header { margin-bottom: 28px; padding-bottom: 20px; }
.woocommerce-cart .mt-page-header h1 { font-size: clamp(2.5rem, 4vw, 4rem); }
.woocommerce-cart .mt-content { max-width: none; }
.woocommerce-cart .wc-block-cart__sidebar { display: flex; flex-direction: column; }
.woocommerce-cart .wc-block-cart__submit { order: 1; margin-top: 18px; }
.woocommerce-cart .wc-block-components-express-payment { order: 2; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block { padding: 0 !important; }
.woocommerce-cart .wc-block-cart__empty-cart__title { margin: 0 0 14px !important; padding: 0 !important; font-family: var(--mt-body) !important; font-size: clamp(1.25rem, 2vw, 1.7rem) !important; font-weight: 650 !important; line-height: 1.2 !important; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon::before { display: none !important; width: 0 !important; height: 0 !important; margin: 0 !important; content: none !important; background: none !important; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-separator { display: none !important; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2:not(.wc-block-cart__empty-cart__title) { margin: 18px 0 24px !important; font-family: var(--mt-body) !important; font-size: clamp(1.3rem, 2vw, 1.8rem) !important; font-weight: 650 !important; line-height: 1.2 !important; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid { margin-top: 0 !important; }
.woocommerce form.checkout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 6vw, 90px); }
.woocommerce form.checkout #customer_details, .woocommerce form.checkout #order_review_heading, .woocommerce form.checkout #order_review { width: auto; float: none; }
.woocommerce form.checkout #order_review_heading, .woocommerce form.checkout #order_review { grid-column: 2; }
.woocommerce form.checkout #order_review_heading { grid-row: 1; align-self: end; margin: 0; }
.woocommerce form.checkout #order_review { grid-row: 2; padding: 28px; border: 1px solid var(--mt-line-strong); background: var(--mt-panel); }
.woocommerce form.checkout #customer_details { grid-row: 1 / span 2; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select,
.mt-content input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]), .mt-content textarea, .mt-content select,
.mt-newsletter-widget input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .mt-newsletter-widget textarea {
  min-height: 49px; padding: 12px 14px; border: 1px solid var(--mt-line-strong); border-radius: 0; color: var(--mt-text); background: #0b0d0d; outline: none; transition: border-color .25s, box-shadow .25s;
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, .mt-content input:focus, .mt-content textarea:focus { border-color: var(--mt-neon); box-shadow: 0 0 0 3px rgba(196,255,6,.08); }
.select2-container--default .select2-selection--single { height: 49px; border: 1px solid var(--mt-line-strong); border-radius: 0; background: #0b0d0d; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: var(--mt-text); line-height: 47px; }
.woocommerce-checkout #payment { border-radius: 0; background: #090b0b; }
.woocommerce-checkout #payment div.payment_box { color: #c8ccca; background: var(--mt-panel-soft); }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--mt-panel-soft); }
.wc-block-cart, .wc-block-checkout { color: var(--mt-text); }
.woocommerce-checkout .wc-block-checkout { color-scheme: dark; }
.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout,
.woocommerce-checkout .wp-block-woocommerce-checkout > .wc-block-components-sidebar-layout {
  display: grid !important; width: 100% !important; max-width: none !important; margin: 0 auto 16px !important;
  grid-template-columns: minmax(0,1.25fr) minmax(440px,.9fr); align-items: start; gap: clamp(28px,3vw,42px);
}
.woocommerce-checkout .wc-block-checkout__main, .woocommerce-checkout .wc-block-components-main, .woocommerce-checkout .wp-block-woocommerce-checkout-fields-block { grid-column: 1 !important; grid-row: 1 !important; width: 100% !important; min-width: 0 !important; max-width: none !important; margin: 0 !important; padding-right: 0 !important; }
.woocommerce-checkout .wc-block-checkout__sidebar, .woocommerce-checkout .wc-block-components-sidebar, .woocommerce-checkout .wp-block-woocommerce-checkout-totals-block { grid-column: 2 !important; grid-row: 1 !important; width: 100% !important; min-width: 0 !important; max-width: none !important; margin: 0 !important; }
.woocommerce-checkout .wc-block-checkout__sidebar { top: 105px; }
.woocommerce-checkout .wc-block-components-checkout-step { margin-bottom: 30px !important; }
.woocommerce-checkout .wc-block-components-title, .woocommerce-checkout .wc-block-components-checkout-step__title { color: var(--mt-text) !important; font-family: var(--mt-body) !important; font-size: clamp(1rem, 1.35vw, 1.25rem) !important; font-weight: 650 !important; line-height: 1.25 !important; letter-spacing: -.01em !important; }
.woocommerce-checkout .wc-block-components-checkout-step__description, .woocommerce-checkout .wc-block-components-checkout-step__container, .woocommerce-checkout .wc-block-components-radio-control__label, .woocommerce-checkout .wc-block-components-checkbox__label { color: #d3d7d5 !important; }
.woocommerce-checkout .wc-block-components-address-card, .woocommerce-checkout .wc-block-components-radio-control, .woocommerce-checkout .wc-block-components-radio-control__option, .woocommerce-checkout .wc-block-components-checkout-step__content { border-color: var(--mt-line-strong) !important; color: var(--mt-text) !important; background: #0d1011 !important; }
.woocommerce-checkout .wc-block-components-checkout-step__content { padding: 16px !important; border: 1px solid var(--mt-line) !important; }
.woocommerce-checkout .wc-block-components-radio-control__option::after { border-color: var(--mt-line) !important; }
.woocommerce-checkout .wc-block-components-radio-control__option--checked { border-color: rgba(196,255,6,.62) !important; background: #121718 !important; }
.woocommerce-checkout .wc-block-components-checkbox__input, .woocommerce-checkout .wc-block-components-radio-control__input { width: 21px !important; height: 21px !important; border: 1px solid var(--mt-line-strong) !important; color: #050605 !important; background: #090b0b !important; box-shadow: none !important; accent-color: var(--mt-neon); }
.woocommerce-checkout input[type="checkbox"], .woocommerce-checkout input[type="radio"], .wc-block-checkout input[type="checkbox"], .wc-block-checkout input[type="radio"] { width: 21px !important; min-width: 21px !important; height: 21px !important; min-height: 0 !important; padding: 0 !important; flex: 0 0 21px !important; }
.woocommerce-checkout .wc-block-components-radio-control__input { border-radius: 50% !important; }
.woocommerce-checkout .wc-block-components-checkbox__input:checked, .woocommerce-checkout .wc-block-components-radio-control__input:checked { border-color: var(--mt-neon) !important; background-color: var(--mt-neon) !important; }
.woocommerce-checkout .wc-block-components-product-badge,
.woocommerce-checkout .wc-block-components-order-summary-item__quantity,
.woocommerce-checkout .wc-block-components-product-badge.wc-block-components-order-summary-item__quantity {
  display: inline-flex !important; width: 28px !important; min-width: 28px !important; height: 28px !important; min-height: 28px !important;
  padding: 0 !important; align-items: center !important; justify-content: center !important;
  border: 0 !important; border-radius: 50% !important; color: #050605 !important; background: var(--mt-neon) !important;
  box-shadow: 0 0 0 3px rgba(196,255,6,.12) !important; font-size: .72rem !important; font-weight: 900 !important; line-height: 1 !important;
}
.woocommerce-checkout .wc-block-components-product-badge *, .woocommerce-checkout .wc-block-components-order-summary-item__quantity * { color: #050605 !important; }
.woocommerce-checkout .wc-block-components-country-input select, .woocommerce-checkout .wc-block-components-state-input select { border: 1px solid var(--mt-line-strong) !important; border-radius: 0 !important; color: var(--mt-text) !important; background-color: #0a0d0d !important; box-shadow: none !important; color-scheme: dark; }
.woocommerce-checkout .wc-block-components-checkout-order-summary, .woocommerce-checkout .wc-block-components-order-summary, .woocommerce-checkout .wc-block-components-order-summary__content, .woocommerce-checkout .wc-block-components-order-summary-item, .woocommerce-checkout .wc-block-components-order-summary-item__description { border-color: var(--mt-line) !important; color: var(--mt-text) !important; background: #0e1112 !important; }
.woocommerce-checkout .wc-block-components-checkout-order-summary__title { border-color: var(--mt-line) !important; color: var(--mt-text) !important; background: #0a0c0d !important; }
.woocommerce-checkout .wc-block-components-order-summary-item__description p, .woocommerce-checkout .wc-block-components-order-summary-item__individual-prices, .woocommerce-checkout .wc-block-components-order-summary-item__total-price, .woocommerce-checkout .wc-block-components-product-details, .woocommerce-checkout .wc-block-components-product-metadata { color: #c8cdca !important; }
.woocommerce-checkout .wc-block-components-totals-item, .woocommerce-checkout .wc-block-components-totals-coupon, .woocommerce-checkout .wc-block-components-totals-shipping, .woocommerce-checkout .wc-block-components-totals-footer-item { border-color: var(--mt-line) !important; color: var(--mt-text) !important; background: transparent !important; }
.woocommerce-checkout .wc-block-components-text-input input, .woocommerce-checkout .wc-block-components-combobox-control input, .woocommerce-checkout .wc-block-components-textarea { color: var(--mt-text) !important; background: #0a0d0d !important; }
.woocommerce-checkout .wc-block-components-text-input label, .woocommerce-checkout .wc-block-components-combobox-control label { color: var(--mt-muted) !important; }
.woocommerce-checkout .wc-block-components-button:not(.is-link) { border: 1px solid var(--mt-neon) !important; border-radius: 0 !important; color: #050605 !important; background: var(--mt-neon) !important; box-shadow: none !important; }
.wc-block-components-sidebar, .wc-block-components-order-summary, .wc-block-components-totals-wrapper { border-color: var(--mt-line) !important; }
.wc-block-components-text-input input, .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input { border-color: var(--mt-line-strong) !important; border-radius: 0 !important; color: var(--mt-text) !important; background: #0b0d0d !important; }
.wc-block-components-button:not(.is-link) { min-height: 50px; border-radius: 0; color: #050605; background: var(--mt-neon); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.wc-block-cart__cross-sells { margin-top: 28px !important; }
.wc-block-cart__cross-sells-title, .woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block > h2, .woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block > .wp-block-heading { margin-bottom: 20px !important; font-family: var(--mt-body) !important; font-size: clamp(1.25rem, 2vw, 1.85rem) !important; font-weight: 650 !important; line-height: 1.18 !important; letter-spacing: -.015em !important; text-align: left !important; }
.wc-block-cart__cross-sells-products, .wc-block-cart__cross-sells .wc-block-grid__products { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.wc-block-cart__cross-sells .wc-block-grid__product, .wc-block-cart__cross-sells .cross-sells-product { width: auto !important; max-width: none !important; padding: 16px !important; border: 1px solid var(--mt-line) !important; background: #101314 !important; text-align: left !important; }
.wc-block-cart__cross-sells .wc-block-components-product-image img, .wc-block-cart__cross-sells .wc-block-grid__product-image img { width: 100% !important; height: 180px !important; object-fit: contain; background: radial-gradient(circle, #202526, #090b0c 72%); }
.wc-block-cart__cross-sells .wc-block-components-product-name, .wc-block-cart__cross-sells .wc-block-grid__product-title { display: block; margin: 13px 0 7px !important; color: var(--mt-text) !important; font-size: .86rem !important; font-weight: 700; line-height: 1.35 !important; text-align: left !important; }
.wc-block-cart__cross-sells .wc-block-components-product-price, .wc-block-cart__cross-sells .wc-block-grid__product-price { color: var(--mt-neon) !important; font-size: .85rem !important; text-align: left !important; }
.wc-block-cart__cross-sells .wc-block-components-product-button, .wc-block-cart__cross-sells .wp-block-button { margin-top: 11px !important; text-align: left !important; }
.wc-block-cart__cross-sells .wc-block-components-product-button a, .wc-block-cart__cross-sells .wp-block-button__link, .woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wc-block-grid__product-add-to-cart .wp-block-button__link, .woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link { display: inline-flex !important; width: auto !important; max-width: 100% !important; min-height: 42px; padding: 10px 15px !important; align-items: center; justify-content: center; border: 1px solid var(--mt-neon) !important; border-radius: 0 !important; color: #050605 !important; background: var(--mt-neon) !important; box-shadow: none !important; font-size: .63rem !important; font-weight: 800; line-height: 1.3 !important; letter-spacing: .07em; text-align: center; text-transform: uppercase; }
.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wc-block-grid__product-add-to-cart .wp-block-button__link:hover, .woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link:hover { color: #050605 !important; background: #dcff68 !important; }
.woocommerce-cart .wc-block-cart__cross-sells .wc-block-components-product-button__button, .woocommerce-cart .wc-block-cart__cross-sells a.button, .woocommerce-cart .cross-sells a.button, .woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block a.wp-block-button__link { display: inline-flex !important; width: auto !important; min-height: 44px !important; padding: 10px 16px !important; align-items: center !important; justify-content: center !important; border: 1px solid var(--mt-neon) !important; border-radius: 0 !important; color: var(--mt-neon) !important; background: #111516 !important; box-shadow: none !important; font-size: .63rem !important; font-weight: 850 !important; line-height: 1.3 !important; letter-spacing: .07em !important; text-align: center !important; text-decoration: none !important; text-transform: uppercase !important; }
.woocommerce-cart .wc-block-cart__cross-sells .wc-block-components-product-button__button:hover, .woocommerce-cart .wc-block-cart__cross-sells a.button:hover, .woocommerce-cart .cross-sells a.button:hover, .woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block a.wp-block-button__link:hover { color: #050605 !important; background: var(--mt-neon) !important; }
.woocommerce-cart [class*="cross-sell"] .wc-block-grid__product-add-to-cart a,
.woocommerce-cart [class*="cross-sell"] a.product_type_external,
.woocommerce-cart [class*="cross-sell"] a.button,
.woocommerce-cart .cross-sells a.product_type_external { display: inline-flex !important; width: auto !important; max-width: 100% !important; min-height: 44px !important; margin: 12px 0 0 !important; padding: 10px 16px !important; align-items: center !important; justify-content: center !important; border: 1px solid var(--mt-neon) !important; border-radius: 0 !important; color: var(--mt-neon) !important; background: #151a1b !important; box-shadow: none !important; font-size: .63rem !important; font-weight: 800 !important; line-height: 1.3 !important; letter-spacing: .06em !important; text-align: center !important; text-decoration: none !important; text-transform: uppercase !important; }
.woocommerce-cart [class*="cross-sell"] .wc-block-grid__product-add-to-cart a:hover,
.woocommerce-cart [class*="cross-sell"] a.product_type_external:hover,
.woocommerce-cart [class*="cross-sell"] a.button:hover,
.woocommerce-cart .cross-sells a.product_type_external:hover { color: #050605 !important; background: var(--mt-neon) !important; }
body.woocommerce-cart .mt-cart-recommendation-button { display: inline-flex !important; width: auto !important; max-width: 100% !important; min-height: 44px !important; margin: 12px 0 0 !important; padding: 10px 16px !important; align-items: center !important; justify-content: center !important; border: 1px solid var(--mt-neon) !important; border-radius: 0 !important; color: var(--mt-neon) !important; background: #171c1d !important; box-shadow: none !important; font-family: var(--mt-body) !important; font-size: .63rem !important; font-weight: 800 !important; line-height: 1.3 !important; letter-spacing: .06em !important; text-align: center !important; text-decoration: none !important; text-transform: uppercase !important; }
body.woocommerce-cart .mt-cart-recommendation-button:hover, body.woocommerce-cart .mt-cart-recommendation-button:focus-visible { color: #050605 !important; outline: 0 !important; background: var(--mt-neon) !important; }

/* External cross-sell CTA in the cart (classic and block-based markup). */
body.woocommerce-cart a.button.product_type_external[href*="maxxams-kreative-welt"],
body.woocommerce-cart a[href*="maxxams-kreative-welt"].wc-block-components-product-button__button,
body.woocommerce-cart a[href*="maxxams-kreative-welt"].wp-block-button__link {
  display: flex !important;
  width: fit-content !important;
  max-width: 320px !important;
  min-height: 44px !important;
  margin: 14px auto 0 !important;
  padding: 11px 18px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border: 1px solid var(--mt-neon) !important;
  border-radius: 0 !important;
  color: var(--mt-neon) !important;
  background: linear-gradient(145deg, #171b1c, #0d1011) !important;
  box-shadow: none !important;
  font-family: var(--mt-body) !important;
  font-size: .68rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: .065em !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}
body.woocommerce-cart a.button.product_type_external[href*="maxxams-kreative-welt"]::after,
body.woocommerce-cart a[href*="maxxams-kreative-welt"].wc-block-components-product-button__button::after,
body.woocommerce-cart a[href*="maxxams-kreative-welt"].wp-block-button__link::after {
  content: "\2192";
  flex: 0 0 auto;
  transition: transform .2s ease;
}
body.woocommerce-cart a.button.product_type_external[href*="maxxams-kreative-welt"]:hover,
body.woocommerce-cart a.button.product_type_external[href*="maxxams-kreative-welt"]:focus-visible,
body.woocommerce-cart a[href*="maxxams-kreative-welt"].wc-block-components-product-button__button:hover,
body.woocommerce-cart a[href*="maxxams-kreative-welt"].wc-block-components-product-button__button:focus-visible,
body.woocommerce-cart a[href*="maxxams-kreative-welt"].wp-block-button__link:hover,
body.woocommerce-cart a[href*="maxxams-kreative-welt"].wp-block-button__link:focus-visible {
  color: #050605 !important;
  outline: 0 !important;
  background: var(--mt-neon) !important;
}
body.woocommerce-cart a.button.product_type_external[href*="maxxams-kreative-welt"]:hover::after,
body.woocommerce-cart a[href*="maxxams-kreative-welt"].wc-block-components-product-button__button:hover::after,
body.woocommerce-cart a[href*="maxxams-kreative-welt"].wp-block-button__link:hover::after { transform: translateX(3px); }
.woocommerce-info, .woocommerce-message, .woocommerce-error { position: relative; display: flex; min-height: 64px; margin-bottom: 28px; padding: 15px 16px 15px 48px; align-items: center; gap: 18px; border: 0; border-left: 3px solid var(--mt-neon); color: var(--mt-text); outline: 0 !important; background: linear-gradient(145deg, #141819, #0d1011); box-shadow: none !important; }
.woocommerce-info:focus, .woocommerce-message:focus, .woocommerce-error:focus { outline: 0 !important; box-shadow: none !important; }
.woocommerce-info::before, .woocommerce-message::before { color: var(--mt-neon); }
.woocommerce-message .button, .woocommerce-info .button { order: 2; min-height: 40px; margin-left: auto; padding: 9px 15px; flex: 0 0 auto; border: 1px solid var(--mt-neon) !important; border-radius: 0 !important; color: var(--mt-neon) !important; outline: 0 !important; background: transparent !important; box-shadow: none !important; font-size: .63rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.woocommerce-message .button:hover, .woocommerce-info .button:hover { color: #050605 !important; background: var(--mt-neon) !important; }
.wc-block-components-notice-banner { border: 0 !important; border-left: 3px solid var(--mt-neon) !important; border-radius: 0 !important; color: var(--mt-text) !important; outline: 0 !important; background: linear-gradient(145deg, #141819, #0d1011) !important; box-shadow: none !important; }
.wc-block-components-notice-banner > svg { fill: var(--mt-neon) !important; background: transparent !important; }

/* Germanized withdrawal action and PayPal Pay Later messaging */
.eu-owb-order-withdraw-from-contract-button .button { display: inline-flex !important; min-height: 46px; padding: 11px 22px !important; align-items: center; justify-content: center; border: 1px solid var(--mt-neon) !important; border-radius: 0 !important; color: var(--mt-neon) !important; background: #111516 !important; box-shadow: none !important; font-size: .68rem !important; font-weight: 800 !important; letter-spacing: .07em; text-transform: uppercase; }
.eu-owb-order-withdraw-from-contract-button .button:hover, .eu-owb-order-withdraw-from-contract-button .button:focus-visible { color: #050605 !important; outline: 0; background: var(--mt-neon) !important; }
[data-pp-message], .ppcp-messages, .ppcp-messages-widget, .ppcp-paylater-message, .ppcp-credit-messaging, iframe[name*="paypal_message"], iframe[name*="paypal_credit_treatments"], iframe[name*="paypal-credit"] { display: none !important; }
.wc-block-components-notice-banner .wc-block-components-notice-banner__content .wc-forward { border: 1px solid var(--mt-neon) !important; color: var(--mt-neon) !important; background: transparent !important; text-decoration: none !important; }
.woocommerce-MyAccount-navigation { width: 25%; padding: 20px; border: 1px solid var(--mt-line); background: var(--mt-panel); }
.woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-MyAccount-navigation li + li { border-top: 1px solid var(--mt-line); }
.woocommerce-MyAccount-navigation a { display: block; padding: 11px 0; }
.woocommerce-MyAccount-navigation .is-active a { color: var(--mt-neon); }
.woocommerce-MyAccount-content { width: 70%; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-account .woocommerce-MyAccount-content button.button,
.woocommerce-account .woocommerce-MyAccount-content input.button,
.woocommerce-account .woocommerce-MyAccount-content a.button { display: inline-flex !important; min-height: 46px !important; padding: 10px 20px !important; align-items: center; justify-content: center; border: 1px solid var(--mt-neon) !important; border-radius: 0 !important; color: #050605 !important; background: var(--mt-neon) !important; box-shadow: none !important; font-size: .68rem !important; font-weight: 850 !important; line-height: 1.25 !important; letter-spacing: .06em !important; text-decoration: none !important; text-transform: uppercase !important; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:hover,
.woocommerce-account .woocommerce-MyAccount-content button.button:hover,
.woocommerce-account .woocommerce-MyAccount-content input.button:hover,
.woocommerce-account .woocommerce-MyAccount-content a.button:hover { border-color: #dcff68 !important; color: #050605 !important; background: #dcff68 !important; }
.woocommerce .woocommerce-form-login, .woocommerce .woocommerce-form-register { padding: 25px; border-color: var(--mt-line); border-radius: 0; background: var(--mt-panel); }

/* Pages and legal copy */
.mt-page-shell { width: min(100%, 1180px); min-height: 70vh; margin: 0 auto; padding: 160px var(--mt-gutter) 130px; }
.mt-page-header { margin-bottom: 55px; padding-bottom: 35px; border-bottom: 1px solid var(--mt-line); }
.mt-page-header h1 { max-width: 1000px; margin: .15em 0 0; }
.mt-content { max-width: 920px; color: #d0d4d2; }
.mt-content h2, .mt-content h3 { margin-top: 1.4em; color: var(--mt-text); }
.mt-content h2 { font-size: clamp(1.8rem, 2.6vw, 2.75rem); }
.mt-content h3 { font-size: clamp(1.35rem, 2.1vw, 2rem); }
.mt-content a { color: var(--mt-neon); text-decoration: underline; text-underline-offset: 3px; }
.mt-content li + li { margin-top: .55em; }
.mt-content hr { margin: 40px 0; border: 0; border-top: 1px solid var(--mt-line); }
.mt-legal-page { width: min(100%, 1240px); padding-top: 132px; }
.mt-legal-header { position: relative; margin-bottom: 30px; padding: clamp(30px, 4vw, 48px) clamp(26px, 4.5vw, 56px); overflow: hidden; border: 1px solid var(--mt-line); background: radial-gradient(circle at 88% 28%, rgba(90,134,144,.14), transparent 34%), linear-gradient(135deg, #121617, #090b0b 72%); }
.mt-legal-header::before { position: absolute; top: 30px; bottom: 30px; left: 0; width: 3px; content: ""; background: var(--mt-neon); box-shadow: 0 0 16px rgba(196,255,6,.34); }
.mt-legal-header::after { position: absolute; right: -6%; bottom: -1px; width: 44%; height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgba(196,255,6,.55)); }
.mt-legal-header h1 { max-width: 940px; margin-top: .12em; font-size: clamp(2.2rem, 4.4vw, 4.15rem); line-height: 1.02; letter-spacing: -.035em; }
.mt-legal-content { max-width: none; padding: clamp(28px, 4.5vw, 56px); border: 1px solid var(--mt-line); background: linear-gradient(145deg, rgba(18,22,23,.96), rgba(8,10,10,.98)); box-shadow: 0 28px 75px rgba(0,0,0,.2); font-size: .94rem; line-height: 1.75; }
.mt-legal-content > :first-child, .mt-legal-content .avia_textblock > :first-child { margin-top: 0; }
.mt-legal-content > :last-child, .mt-legal-content .avia_textblock > :last-child { margin-bottom: 0; }
.mt-legal-content h2 { margin: 1.75em 0 .55em; padding-bottom: .38em; border-bottom: 1px solid var(--mt-line); font-size: clamp(1.5rem, 2.4vw, 2.25rem); line-height: 1.15; letter-spacing: -.02em; }
.mt-legal-content h3 { margin: 1.55em 0 .45em; color: #eef1ef; font-family: var(--mt-body); font-size: clamp(1.08rem, 1.6vw, 1.35rem); font-weight: 750; line-height: 1.25; letter-spacing: -.01em; }
.mt-legal-content h4 { margin: 1.4em 0 .4em; color: #e5e9e7; font-size: 1rem; }
.mt-legal-content p, .mt-legal-content li, .mt-legal-content address { color: #c7cdca; }
.mt-legal-content ul, .mt-legal-content ol { padding-left: 1.35em; }
.mt-legal-content li::marker { color: var(--mt-neon); }
.mt-legal-content strong { color: #f2f4f3; }
.mt-legal-content table { width: 100%; margin: 28px 0; border-collapse: collapse; border: 1px solid var(--mt-line-strong); background: #0a0c0c; }
.mt-legal-content th, .mt-legal-content td { padding: 13px 15px; border: 1px solid var(--mt-line); color: #cbd0cd; text-align: left; vertical-align: top; }
.mt-legal-content th { color: var(--mt-text); background: #15191a; }
.mt-legal-content blockquote { margin: 28px 0; padding: 18px 22px; border-left: 2px solid var(--mt-neon); color: #d8dcda; background: rgba(196,255,6,.035); }
.mt-legal-content .avia-section, .mt-legal-content .container, .mt-legal-content .content, .mt-legal-content .av_textblock_section, .mt-legal-content .avia_textblock { width: auto !important; max-width: none !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
.mt-legal-content .flex_column, .mt-legal-content [class*="av_one_"], .mt-legal-content [class*="av_two_"], .mt-legal-content [class*="av_three_"] { float: none !important; width: auto !important; max-width: none !important; margin: 0 !important; }
.mt-legal-content .av-special-heading { margin: 0 !important; padding: 0 !important; }
.mt-legal-content .avia-button, .mt-legal-content .button, .mt-legal-content button, .mt-legal-content input[type="submit"] { display: inline-flex; min-height: 46px; padding: 11px 20px; align-items: center; justify-content: center; border: 1px solid var(--mt-neon); border-radius: 0; color: var(--mt-neon); background: #111516; font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; box-shadow: none; }
.mt-legal-content .avia-button:hover, .mt-legal-content .button:hover, .mt-legal-content button:hover, .mt-legal-content input[type="submit"]:hover { color: #050605; background: var(--mt-neon); }
.mt-error-page { display: grid; min-height: 85vh; padding: 150px var(--mt-gutter) 90px; place-items: center; text-align: center; background: radial-gradient(circle at center, #172024, #050606 66%); }
.mt-error-page > div { max-width: 760px; }
.mt-error-code { display: block; margin-bottom: -35px; color: rgba(196,255,6,.12); font-family: var(--mt-heading); font-size: clamp(8rem, 22vw, 18rem); line-height: .7; }
.mt-error-page p { color: var(--mt-muted); }

/* Footer */
.mt-footer { border-top: 1px solid var(--mt-line); background: #111415; }
.mt-footer-inner { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); width: min(100%, var(--mt-max)); margin: 0 auto; padding: 70px var(--mt-gutter); gap: 45px; }
.mt-footer-brand img { width: 220px; margin-bottom: 16px; }
.mt-footer-brand p { color: var(--mt-muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.mt-footer h2 { margin-bottom: 20px; color: var(--mt-muted); font-family: var(--mt-body); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; }
.mt-footer-group > a, .mt-footer-menu a, .mt-footer-legal a { display: block; margin: 8px 0; color: #d3d7d5; font-size: .82rem; }
.mt-footer-group > a:hover, .mt-footer-menu a:hover, .mt-footer-legal a:hover { color: var(--mt-neon); }
.mt-footer-menu { margin: 0; padding: 0; list-style: none; }
.mt-footer-bottom { display: flex; padding: 18px var(--mt-gutter); justify-content: space-between; border-top: 1px solid var(--mt-line); color: #737a77; font-size: .65rem; letter-spacing: .07em; text-transform: uppercase; }
.mt-socket-withdrawal { padding-bottom: 2px; border-bottom: 1px solid rgba(196,255,6,.55); color: var(--mt-neon); }
.mt-socket-withdrawal:hover, .mt-socket-withdrawal:focus-visible { color: #e1ff7c; outline: 0; border-color: #e1ff7c; }
.mt-footer-inner a[href*="/vertrag-widerrufen"]:not(.mt-socket-withdrawal) { display: none !important; }
body > .eu-owb-order-withdraw-from-contract-button { display: none !important; }

/* Reveal motion */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--mt-ease), transform .8s var(--mt-ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes mtHeroBreath { from { transform: scale(1.01) translate3d(0,0,0); } to { transform: scale(1.145) translate3d(0,-.7%,0); } }
@keyframes mtHeroLightBreath { from { opacity: .21; transform: translate3d(-5%,4%,0) scale(.92); } to { opacity: .44; transform: translate3d(10%,-5%,0) scale(1.12); } }
@keyframes mtHeroAmbientDrift { from { opacity: .14; transform: translate3d(-5%,4%,0) scale(.94); } to { opacity: .32; transform: translate3d(14%,-6%,0) scale(1.14); } }
@keyframes mtHeroMote { 0% { opacity: 0; transform: translate3d(-8px,42px,0); } 14% { opacity: .74; } 58% { opacity: .4; transform: translate3d(13px,-60px,0); } 100% { opacity: 0; transform: translate3d(28px,-175px,0); } }
@keyframes mtHeroMoteAlt { 0% { opacity: 0; transform: translate3d(22px,38px,0); } 18% { opacity: .68; } 62% { opacity: .36; transform: translate3d(-12px,-72px,0); } 100% { opacity: 0; transform: translate3d(-36px,-165px,0); } }
@keyframes mtHeroMoteSway { 0% { opacity: 0; transform: translate3d(-14px,32px,0); } 20% { opacity: .72; } 48% { transform: translate3d(20px,-40px,0); } 74% { opacity: .38; transform: translate3d(-5px,-105px,0); } 100% { opacity: 0; transform: translate3d(24px,-180px,0); } }
@keyframes mtRain { from { transform: translate3d(0,-3%,0); } to { transform: translate3d(-3%,4%,0); } }
@keyframes mtFracturePulse { 0%, 100% { opacity: .42; filter: brightness(.8); } 50% { opacity: .86; filter: brightness(1.18); } }
@keyframes mtBookFloatKids { 0%, 100% { transform: translateY(-46%) translate3d(0,0,0); } 50% { transform: translateY(-46%) translate3d(5px,-14px,0); } }
@keyframes mtBookFloatPsych { 0%, 100% { transform: translateY(-52%) translate3d(0,0,0); } 50% { transform: translateY(-52%) translate3d(-6px,16px,0); } }
@keyframes mtCommerceSymbol { from { opacity: .075; transform: translate3d(0,4px,0) rotate(-5deg); } to { opacity: .14; transform: translate3d(-9px,-7px,0) rotate(-2deg); } }
@keyframes mtCommerceSymbolCheckout { from { opacity: .075; transform: translate3d(0,4px,0) rotate(4deg); } to { opacity: .14; transform: translate3d(8px,-7px,0) rotate(1deg); } }
@keyframes mtLineIn { to { transform: scaleX(1); } }
@keyframes mtScroll { 0% { opacity: 0; transform: translate(-50%,0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,18px); } }
@keyframes mtCategoryDrift { from { transform: scale(1.03) translate3d(0,0,0); } to { transform: scale(1.1) translate3d(-1.2%,.8%,0); } }
@keyframes mtCategoryLine { from { opacity: 0; transform: scaleX(0); } to { opacity: 1; transform: scaleX(1); } }
@keyframes mtNewsletterSuccess { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }
@keyframes mtNewsletterRing { to { stroke-dashoffset: 0; } }
@keyframes mtNewsletterCheck { to { stroke-dashoffset: 0; } }

@media (max-width: 1180px) {
  .mt-header-inner { grid-template-columns: auto auto 1fr; }
  .mt-menu-toggle { display: block; justify-self: end; order: 2; }
  .mt-header-actions { order: 3; justify-self: end; }
  .mt-navigation { position: fixed; top: 0; right: 0; bottom: 0; width: min(390px, 88vw); padding: 110px 35px 35px; transform: translateX(105%); background: rgba(7,8,8,.98); box-shadow: -20px 0 60px rgba(0,0,0,.45); transition: transform .45s var(--mt-ease); }
  .mt-navigation.is-open { transform: none; }
  .mt-navigation .mt-menu { display: block; }
  .mt-navigation .mt-menu li { border-bottom: 1px solid var(--mt-line); }
  .mt-navigation .mt-menu a { display: block; padding: 18px 0; font-size: .82rem; }
  .mt-menu-toggle.is-open { position: fixed; z-index: 3; top: 21px; right: var(--mt-gutter); }
  .mt-menu-toggle.is-open > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .mt-menu-toggle.is-open > span:nth-child(2) { opacity: 0; }
  .mt-menu-toggle.is-open > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .woocommerce .products ul, .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .woocommerce ul.products li.product a img { height: 360px; }
}

@media (max-width: 820px) {
  html, body { background-color: #050606 !important; }
  .mt-mobile-status-bg { position: fixed; z-index: 10000; top: 0; right: 0; left: 0; display: block; height: env(safe-area-inset-top, 0px); pointer-events: none; background: #050606; }
  body::after { position: fixed; z-index: 999; top: 0; right: 0; left: 0; height: calc(74px + env(safe-area-inset-top, 0px)); pointer-events: none; content: ""; background: #050606; }
  body.mt-menu-open::after { display: none; }
  body.mt-menu-open { overflow: hidden; background: #050606 !important; }
  .mt-header, .mt-header.is-scrolled, .mt-header.is-menu-open { min-height: calc(74px + env(safe-area-inset-top, 0px)); padding-top: env(safe-area-inset-top, 0px); border-color: var(--mt-line); background: #050606; box-shadow: none; backdrop-filter: none; }
  .mt-header-inner { min-height: 74px; gap: 12px; }
  .mt-brand { min-width: 0; gap: 10px; }
  .mt-brand img, .mt-brand-image img { width: 145px; }
  .mt-brand-divider { height: 22px; }
  .mt-brand-shop { font-size: .58rem; }
  .mt-account-link { display: none !important; }
  .mt-navigation {
    z-index: 8; top: 0; right: 0; bottom: auto; left: 0; width: 100%; height: 100vh; height: 100dvh; max-height: none;
    padding: calc(env(safe-area-inset-top, 0px) + 23px) 18px calc(env(safe-area-inset-bottom, 0px) + 28px);
    overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; visibility: hidden; opacity: 0; border: 0;
    background: #050606; box-shadow: none; transform: translateY(-10px);
    transition: opacity .22s ease, transform .3s var(--mt-ease), visibility .22s;
  }
  .mt-navigation.is-open { visibility: visible; opacity: 1; transform: none; }
  .mt-mobile-menu-brand { display: flex; min-height: 54px; padding-right: 76px; align-items: center; gap: 12px; }
  .mt-mobile-menu-brand img { width: min(188px, 52vw); max-height: 52px; object-fit: contain; object-position: left center; }
  .mt-mobile-menu-brand span { width: 1px; height: 25px; background: var(--mt-neon); }
  .mt-mobile-menu-brand strong { color: #e8ebe9; font-size: .62rem; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; }
  .mt-mobile-menu-frame { position: relative; display: block; margin-top: 24px; padding: 22px 24px 20px; border: 1px solid #3b403e; border-top: 3px solid var(--mt-neon); background: radial-gradient(circle at 78% 32%, rgba(90,134,144,.09), transparent 38%), linear-gradient(145deg, #0d1011, #080a0b 74%); }
  .mt-navigation .mt-menu { display: block; margin: 0; padding: 0; background: transparent; }
  .mt-navigation .mt-menu li { margin: 0; border: 0; border-bottom: 1px solid #303432; background: transparent; }
  .mt-navigation .mt-menu li:last-child { border-bottom: 1px solid #303432; }
  .mt-navigation .mt-menu a { display: flex; min-height: 58px; padding: 14px 6px; align-items: center; border: 0; color: #eef0ee; font-size: 1rem; font-weight: 450; line-height: 1.3; letter-spacing: .045em; text-transform: none; }
  .mt-navigation .mt-menu a::after { display: none; }
  .mt-navigation .mt-menu a:hover, .mt-navigation .mt-menu .current-menu-item > a { color: var(--mt-neon); background: transparent; }
  .mt-mobile-menu-tools { display: grid; grid-template-columns: 1fr 1fr; margin-top: 18px; gap: 10px; }
  .mt-mobile-menu-tools a { display: flex; min-height: 44px; padding: 9px 10px; align-items: center; justify-content: center; border: 1px solid #3b403e; color: #cfd4d1; font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
  .mt-mobile-menu-tools a:hover, .mt-mobile-menu-tools a:focus-visible { border-color: var(--mt-neon); color: var(--mt-neon); outline: 0; }
  .mt-menu-toggle { position: relative; z-index: auto; top: auto; right: auto; border-color: rgba(255,255,255,.28); background: #090b0c; }
  .mt-menu-toggle.is-open { position: fixed; z-index: 9; top: calc(env(safe-area-inset-top, 0px) + 23px); right: 18px; width: 54px; height: 54px; padding: 15px; border-color: #4a4e4d; color: #f1f3f1; background: #080a0a; }
  .mt-header.is-menu-open .mt-brand, .mt-header.is-menu-open .mt-header-actions { visibility: hidden; opacity: 0; }
  .mt-hero::before { background: linear-gradient(90deg, rgba(5,6,6,.22), transparent 30%, transparent 70%, rgba(5,6,6,.2)), linear-gradient(to bottom, rgba(5,6,6,.12), transparent 36%, rgba(5,6,6,.14) 72%, #090b0c 100%); }
  .mt-hero::after { width: 100vw; background: radial-gradient(ellipse at center, rgba(5,6,6,.62), rgba(5,6,6,.28) 52%, rgba(5,6,6,.05) 78%, transparent); }
  .mt-hero-panel { width: 78%; opacity: .94; }
  .mt-hero-kids { clip-path: polygon(0 0, 82% 0, 60% 100%, 0 100%); filter: saturate(.82) brightness(1.08); }
  .mt-hero-psych { clip-path: polygon(40% 0, 100% 0, 100% 100%, 18% 100%); filter: saturate(.86) brightness(1.06); }
  .mt-hero-lockup::before { background: radial-gradient(ellipse at center, rgba(5,6,6,.42), rgba(5,6,6,.11) 54%, transparent 76%); }
  .mt-hero-ambience::before, .mt-hero-ambience::after { opacity: .2; }
  .mt-hero-panel-content { display: none; }
  .mt-hero-fracture { top: 14%; bottom: 12%; opacity: .48; }
  .mt-hero-product { top: 32%; width: clamp(92px, 17vw, 135px); opacity: .72; }
  .mt-hero-product-kids { left: 4vw; }
  .mt-hero-product-psych { right: 4vw; }
  .mt-hero-product-label { display: none; }
  .mt-hero-center { padding-top: 115px; }
  .mt-hero h1 { font-size: clamp(2.8rem, 11vw, 4.7rem); }
  .mt-promises { grid-template-columns: 1fr; }
  .mt-promises > div + div { border-top: 1px solid var(--mt-line); border-left: 0; }
  .mt-worlds { grid-template-columns: 1fr; }
  .mt-world-card { min-height: 520px; }
  .mt-world-kids { background-position: center 52%; }
  .mt-world-kids h2 { max-width: 430px; }
  .mt-editorial { grid-template-columns: 1fr; }
  .mt-editorial-newsletter { border-top: 1px solid var(--mt-line); border-left: 0; }
  .mt-newsletter-inner { grid-template-columns: 1fr; }
  .woocommerce div.product { display: block; }
  .woocommerce div.product div.summary { padding-top: 35px; }
  .mt-category-hero { min-height: 350px; padding-top: calc(100px + env(safe-area-inset-top, 0px)); padding-bottom: 46px; }
  .mt-category-hero::after { background: linear-gradient(90deg, rgba(5,6,6,.92), rgba(5,6,6,.48)), linear-gradient(to top, #050606, transparent 60%); }
  .mt-category-hero-kids::after { background: linear-gradient(90deg, rgba(5,6,6,.94) 0%, rgba(5,6,6,.74) 32%, rgba(5,6,6,.28) 68%, rgba(5,6,6,.16)), linear-gradient(to top, #050606, transparent 60%); }
  .mt-category-hero-kids .mt-category-hero-media { background-position: left center; }
  .mt-category-hero-content h1 { font-size: clamp(2.25rem, 8.5vw, 3.6rem); }
  .mt-category-hero-echo { right: 16px; bottom: 42px; font-size: clamp(3.5rem, 13vw, 6rem); opacity: .5; }
  .mt-category-hero-lines { bottom: 20px; }
  .mt-category-products { padding-top: 38px; }
  .woocommerce div.product .mt-product-gallery .mt-gallery-stage { min-height: 480px; }
  .woocommerce-cart .wc-block-cart__sidebar { display: block; }
  .mt-commerce-hero { min-height: 290px; padding-top: 92px; }
  .mt-commerce-hero-symbol { right: 6vw; width: 180px; }
  .mt-commerce-content { padding-top: 38px; }
  .woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout, .woocommerce-checkout .wp-block-woocommerce-checkout > .wc-block-components-sidebar-layout { display: block !important; }
  .woocommerce-checkout .wc-block-checkout__main, .woocommerce-checkout .wc-block-checkout__sidebar { width: 100% !important; max-width: none !important; }
  .woocommerce-checkout .wc-block-checkout__sidebar { position: static; margin-top: 35px; }
  .woocommerce form.checkout { display: block; }
  .woocommerce form.checkout #order_review_heading { margin-top: 50px; }
  .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content { float: none; width: 100%; }
  .woocommerce-MyAccount-content { margin-top: 35px; }
  .mt-footer-inner { grid-template-columns: 1fr 1fr; }
  .mt-footer-brand { grid-column: 1 / -1; }
  .woocommerce-checkout .wc-block-components-country-input select, .woocommerce-checkout .wc-block-components-state-input select, .woocommerce-checkout .wc-block-components-combobox-control input { border-color: var(--mt-line-strong) !important; color: var(--mt-text) !important; background-color: #0a0d0d !important; color-scheme: dark; }
}

@media (max-width: 580px) {
  :root { --mt-gutter: 16px; }
  .mt-header-inner { grid-template-columns: 1fr auto auto; }
  .mt-brand img, .mt-brand-image img { width: 116px; }
  .mt-brand-divider, .mt-brand-shop { display: none; }
  .mt-header-actions a, .mt-menu-toggle { width: 40px; height: 40px; }
  .mt-navigation { padding: calc(env(safe-area-inset-top, 0px) + 20px) 12px calc(env(safe-area-inset-bottom, 0px) + 22px); }
  .mt-mobile-menu-brand { padding-left: 4px; }
  .mt-mobile-menu-brand img { width: min(170px, 48vw); }
  .mt-mobile-menu-frame { margin-top: 20px; padding: 16px 18px 18px; }
  .mt-navigation .mt-menu a { min-height: 54px; padding: 12px 5px; font-size: .94rem; letter-spacing: .04em; }
  .mt-menu-toggle.is-open { top: calc(env(safe-area-inset-top, 0px) + 20px); right: 12px; width: 52px; height: 52px; }
  h1, h2, h3, h4,
  .mt-hero h1,
  .mt-world-card h2,
  .mt-category-hero-content h1,
  .mt-commerce-hero-content h1,
  .mt-page-header h1,
  .woocommerce div.product .product_title,
  .woocommerce div.product .woocommerce-tabs .panel > h2:first-child,
  .woocommerce div.product #reviews > h2:first-child,
  .woocommerce div.product .related.products > h2,
  .woocommerce div.product .up-sells.products > h2 {
    font-family: var(--mt-body); font-weight: 650; letter-spacing: -.025em;
  }
  .mt-hero h1 { font-size: clamp(2.1rem, 10vw, 2.7rem); line-height: 1.08; }
  .mt-hero-kicker { font-size: .58rem; }
  .mt-hero-copy { font-size: .9rem; }
  .mt-hero-product { top: 25%; width: 82px; opacity: .5; }
  .mt-hero-actions { display: grid; }
  .mt-button { width: 100%; }
  .mt-newsletter-form { grid-template-columns: 1fr; }
  .mt-newsletter-form .mt-newsletter-consent { grid-column: auto; }
  .mt-newsletter-form .mt-button { width: 100%; }
  .mt-newsletter-inner { padding-top: 54px; padding-bottom: 60px; gap: 26px; }
  .mt-newsletter-copy h2, .mt-editorial-newsletter h2 { font-size: 1.55rem; line-height: 1.18; }
  .mt-section-heading { align-items: flex-start; flex-direction: column; }
  .mt-product-filter-groups { width: 100%; justify-items: stretch; gap: 10px; }
  .mt-product-filters { width: 100%; justify-content: flex-start; }
  .mt-product-filter-label { min-width: 100%; flex: 1 0 100%; text-align: left; }
  .mt-product-filters button { min-height: 34px; flex: 1 1 calc(50% - 5px); padding: 0 7px; }
  .mt-product-filters[data-mt-filter-group="format"] button { flex-basis: calc(33.333% - 5px); }
  .woocommerce .products ul, .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; align-items: start; }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { display: flex; float: none !important; width: 100% !important; min-width: 0; max-width: none !important; margin: 0 !important; padding-bottom: 12px; flex-direction: column; }
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link { display: block; min-width: 0; }
  .woocommerce ul.products li.product a img { height: 176px; margin-bottom: 9px; padding: 5px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 0; padding: 0 10px 5px; font-size: .7rem; line-height: 1.32; }
  .woocommerce ul.products li.product .price { margin: 1px 0 9px; padding: 0 10px; font-size: .78rem; line-height: 1.3; }
  .woocommerce ul.products li.product .button { display: flex; width: calc(100% - 20px); min-height: 38px; margin: auto 10px 0; padding: 8px 6px; align-items: center; justify-content: center; font-size: .52rem; line-height: 1.22; letter-spacing: .05em; text-align: center; }
  .woocommerce ul.products li.product .star-rating { margin: 0 10px 8px; font-size: .72em; }
  .mt-product-badges { top: 7px; left: 7px; max-width: calc(100% - 14px); gap: 3px; }
  .mt-product-badges span { padding: 4px 5px; font-size: .43rem; letter-spacing: .04em; }
  .woocommerce span.onsale { top: 7px; right: 7px; padding: 5px 6px; font-size: .45rem; }
  .mt-world-card { min-height: 440px; padding: 30px 22px; }
  .mt-world-card h2 { font-size: 1.62rem; line-height: 1.15; }
  .mt-world-kids { min-height: 490px; background-position: center 53%; }
  .mt-world-kids h2 { max-width: 300px; font-size: 1.5rem; }
  .mt-footer-inner { grid-template-columns: 1fr; }
  .mt-footer-brand { grid-column: auto; }
  .mt-footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr { border-bottom: 12px solid var(--mt-black); }
  .woocommerce div.product .woocommerce-tabs ul.tabs { overflow-x: auto; gap: 20px; }
  .mt-category-hero { min-height: 335px; padding-bottom: 42px; }
  .mt-category-hero-media { background-position: 58% center; }
  .mt-category-hero-kids .mt-category-hero-media { background-position: left center; }
  .mt-category-hero-content::before { left: -10px; height: 55px; }
  .mt-category-products { padding-bottom: 80px; }
  .mt-category-hero-content h1 { font-size: clamp(1.85rem, 8.5vw, 2.35rem); line-height: 1.08; }
  .mt-category-hero-content p { font-size: .79rem; line-height: 1.5; }
  .mt-category-products ul.products { gap: 10px; }
  .mt-category-products ul.products li.product { padding-bottom: 12px; }
  .mt-category-products ul.products li.product a img { height: 176px; margin-bottom: 9px; padding: 5px; }
  .mt-category-products ul.products li.product .woocommerce-loop-product__title { min-height: 0; padding-right: 10px; padding-left: 10px; font-size: .7rem; }
  .mt-category-products ul.products li.product .price { margin-bottom: 9px; padding-right: 10px; padding-left: 10px; }
  .mt-category-products ul.products li.product .button { margin: auto 10px 0; padding: 8px 6px; }
  .mt-commerce-hero { min-height: 340px; padding: 96px var(--mt-gutter) 42px; }
  .mt-commerce-hero-content::before { left: -10px; height: 58px; }
  .mt-commerce-hero-symbol { right: 12px; bottom: 20px; width: 130px; opacity: .08; }
  .mt-commerce-content { padding-top: 30px; padding-bottom: 75px; }
  .woocommerce-info, .woocommerce-message, .woocommerce-error { padding: 14px 14px 14px 42px; align-items: flex-start; flex-direction: column; gap: 12px; font-size: .78rem; line-height: 1.45; }
  .woocommerce-message .button, .woocommerce-info .button { width: 100%; margin: 0; text-align: center; }
  .woocommerce-cart .wc-block-cart__empty-cart__title { font-size: 1.12rem !important; }
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2:not(.wc-block-cart__empty-cart__title) { margin-top: 12px !important; font-size: 1.2rem !important; }
  .woocommerce-checkout .wc-block-components-express-payment__content { padding: 12px !important; }
  .mt-category-products .woocommerce-ordering { float: none; width: 100%; }
  .mt-ordering-control { width: 100%; }
  .single-product .mt-shop-shell { padding-top: 88px; }
  .woocommerce div.product .mt-product-gallery .mt-gallery-stage { min-height: 285px; padding: 12px; }
  .woocommerce div.product .mt-product-gallery .mt-gallery-stage > img { max-height: 300px; }
  .mt-gallery-thumbnails { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .woocommerce div.product .mt-product-gallery .mt-gallery-thumb { min-height: 70px; padding: 5px; }
  .woocommerce div.product .mt-product-gallery .mt-gallery-thumb img { height: 60px !important; max-height: 60px; }
  .woocommerce div.product div.summary { padding: 20px 16px; padding-top: 22px; }
  .woocommerce div.product .product_title { margin-bottom: 12px; font-size: 1.55rem; line-height: 1.16; }
  .woocommerce-product-details__short-description { margin: 13px 0; font-size: .84rem; }
  .woocommerce div.product form.cart, .woocommerce div.product form.variations_form { margin: 14px 0; padding: 14px; }
  .woocommerce div.product .woocommerce-tabs { margin-top: 48px; }
  .woocommerce div.product .woocommerce-tabs .panel > h2:first-child, .woocommerce div.product #reviews > h2:first-child { margin-bottom: 18px; font-size: 1.28rem; line-height: 1.2; }
  .woocommerce div.product .related.products > h2, .woocommerce div.product .up-sells.products > h2 { font-size: 1.35rem; line-height: 1.2; }
  .wc-block-cart__cross-sells-products, .wc-block-cart__cross-sells .wc-block-grid__products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .wc-block-cart__cross-sells .wc-block-grid__product, .wc-block-cart__cross-sells .cross-sells-product { padding: 10px !important; }
  .wc-block-cart__cross-sells .wc-block-components-product-image img, .wc-block-cart__cross-sells .wc-block-grid__product-image img { height: 130px !important; }
  .wc-block-cart__cross-sells .wc-block-components-product-name, .wc-block-cart__cross-sells .wc-block-grid__product-title { font-size: .7rem !important; }
  .woocommerce div.product .related.products ul.products, .woocommerce div.product .up-sells.products ul.products { gap: 10px; }
  .woocommerce div.product .related.products ul.products li.product, .woocommerce div.product .up-sells.products ul.products li.product { flex: 0 1 calc(50% - 5px) !important; width: calc(50% - 5px) !important; }
  .woocommerce div.product .related.products ul.products li.product a img, .woocommerce div.product .up-sells.products ul.products li.product a img { height: 176px; padding: 5px; }
  .woocommerce #reviews .cr-review-form-ne, .woocommerce #reviews .cr-review-form-buttons { grid-template-columns: 1fr; }
  .woocommerce #reviews .cr-review-form-wrap { padding-bottom: 26px !important; }
  .woocommerce #reviews .cr-review-form-item, .woocommerce #reviews .cr-review-form-rating-overall, .woocommerce #reviews .cr-review-form-comment, .woocommerce #reviews .cr-review-form-ne, .woocommerce #reviews .cr-review-form-terms, .woocommerce #reviews .cr-review-form-buttons { width: calc(100% - 28px) !important; }
  .mt-commerce-hero-content h1, .mt-page-header h1, .woocommerce-cart .mt-page-header h1 { font-size: clamp(1.85rem, 8.5vw, 2.35rem); line-height: 1.1; }
  .mt-product-assurances > div { align-items: flex-start; flex-direction: column; gap: 2px; }
  .mt-product-assurances span { text-align: left; }
  .mt-legal-page { padding-top: 98px; padding-bottom: 82px; }
  .mt-legal-header { margin-bottom: 18px; padding: 27px 22px; }
  .mt-legal-header::before { top: 22px; bottom: 22px; }
  .mt-legal-header h1 { font-size: clamp(1.85rem, 8.5vw, 2.35rem); line-height: 1.08; }
  .mt-legal-content { padding: 24px 20px; font-size: .86rem; line-height: 1.68; }
  .mt-legal-content h2 { font-size: 1.35rem; }
  .mt-legal-content h3 { font-size: 1.08rem; }
  .mt-legal-content table { display: block; max-width: 100%; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .mt-newsletter-success, .mt-newsletter-success-icon circle, .mt-newsletter-success-icon path { animation: none; }
  .mt-newsletter-success-icon circle, .mt-newsletter-success-icon path { stroke-dashoffset: 0; }
}
