:root {
  --mjx-bg: #000000;
  --mjx-bg-soft: #0a0a0d;
  --mjx-panel: #111116;
  --mjx-panel-2: #181020;
  --mjx-text: #f8f8f8;
  --mjx-muted: #b9b9c4;
  --mjx-line: rgba(255,255,255,.14);
  --mjx-yellow: #f8e818;
  --mjx-yellow-2: #c8b038;
  --mjx-purple: #382868;
  --mjx-pink: #f898f0;
  --mjx-green: #80c8a8;
  --mjx-red: #ff4d65;
  --mjx-radius: 22px;
  --mjx-radius-sm: 14px;
  --mjx-shadow: 0 22px 70px rgba(0,0,0,.45);
  --mjx-font: "Rubik", "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mjx-container: 1420px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.theme-mjx-dark {
  margin: 0;
  background: var(--mjx-bg);
  color: var(--mjx-text);
  font-family: var(--mjx-font);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--mjx-yellow); }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
.screen-reader-text,
.skip-link {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: fixed;
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  z-index: 9999;
  padding: 10px 14px;
  background: var(--mjx-yellow);
  color: #000;
  border-radius: 10px;
}
.container-wide { width: min(calc(100% - 60px), var(--mjx-container)); margin-inline: auto; }
.site-header__inner.container-wide {
  width: calc(100% - 64px);
  max-width: none;
}
.content-area { padding: 64px 0 96px; }
.content-area--narrow { max-width: 880px; }
.entry-content a { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.entry-content h2, .entry-content h3 { line-height: 1.15; }

.site-announcement {
  display: none;
}
.site-announcement__inner {
  min-height: 38px;
  width: min(calc(100% - 32px), var(--mjx-container));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
}
.site-announcement__close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
  color: #000;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  background: var(--mjx-yellow);
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.site-header__inner {
  min-height: 74px;
  display: grid;
  grid-template-columns: 170px 1fr 270px;
  align-items: center;
  gap: 28px;
}
.site-logo-text { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.02em; color: #000; }
.site-header .site-logo-text,
.site-header .site-logo-text:hover { color: #000; }
.site-footer .site-logo-text { color: #fff; }
.site-footer .site-logo-text:hover { color: var(--mjx-yellow); }
.site-logo-mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  border-radius: 50%; background: #000; color: var(--mjx-yellow);
  font-size: 22px; box-shadow: none;
}
.main-nav__menu { list-style: none; margin: 0; padding: 0; display: flex; justify-content: center; gap: 0; }
.main-nav__menu li { position: relative; }
.main-nav__menu a { display: inline-flex; align-items: center; min-height: 74px; padding: 0 22px; font-size: 14px; font-weight: 600; color: #000; }
.main-nav__menu a:hover { color: #000; }
.main-nav__menu .sub-menu { position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(8px); z-index: 80; min-width: 230px; margin: 0; padding: 12px; list-style: none; background: #fff; border: 1px solid rgba(0,0,0,.12); box-shadow: 0 18px 40px rgba(0,0,0,.22); opacity: 0; visibility: hidden; transition: opacity .16s ease, transform .16s ease, visibility .16s ease; }
.main-nav__menu .sub-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px; }
.main-nav__menu li:hover > .sub-menu,
.main-nav__menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.main-nav__menu .sub-menu a { display: flex; width: 100%; min-height: auto; padding: 12px 14px; color: #000; font-size: 14px; text-transform: uppercase; }
.main-nav__menu .sub-menu a:hover { background: #f1f1f1; color: #000; }
.menu-item--store { position: static; }
.store-mega-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 74px;
  z-index: 490;
  background: #fff;
  color: #000;
  border-top: 1px solid rgba(0,0,0,.2);
  box-shadow: 0 16px 36px rgba(0,0,0,.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.admin-bar .store-mega-menu { top: 106px; }
.menu-item--store:hover .store-mega-menu,
.menu-item--store:focus-within .store-mega-menu,
.menu-item--store.is-open .store-mega-menu,
.store-mega-menu:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.store-mega-menu__inner {
  display: grid;
  grid-template-columns: minmax(150px, .85fr) minmax(150px, .9fr) minmax(160px, .95fr) minmax(360px, 2.75fr);
  gap: clamp(28px, 2.55vw, 52px);
  align-items: start;
  width: min(calc(100% - 160px), 1816px);
  max-width: none;
  padding-top: 44px;
  padding-bottom: 52px;
}
.store-mega-menu h3 {
  margin: 0 0 30px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
}
.store-mega-menu__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.store-mega-menu__col a {
  min-height: auto;
  padding: 0;
  color: #111;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}
.store-mega-menu__col a:hover {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.store-mega-menu__muted {
  color: #777 !important;
}
.store-mega-menu__featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 1.5vw, 30px);
  max-width: 840px;
}
.store-mega-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: auto;
  width: 100%;
  padding: 0;
  color: #000;
}
.main-nav__menu .store-mega-card {
  min-height: auto;
  padding: 0;
  font-size: inherit;
}
.store-mega-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #f2f2f2;
}
.store-mega-card strong {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1280px) {
  .store-mega-menu__inner {
    width: min(calc(100% - 72px), 1816px);
    grid-template-columns: minmax(130px, .8fr) minmax(130px, .8fr) minmax(145px, .9fr) minmax(300px, 2.2fr);
  }
}
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions button,
.header-signin,
.header-cart,
.mobile-menu-toggle,
.link-button {
  cursor: pointer;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  border-radius: 999px;
  min-height: 42px;
  padding: 0 14px;
  font-weight: 800;
}
.header-signin {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 22px;
  text-transform: uppercase;
}
.header-search {
  border-color: transparent !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 26px;
}
.header-cart { position: relative; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; text-transform: none; }
.header-cart:hover { color: #fff; }
.header-cart__count {
  min-width: 22px; height: 22px; border-radius: 50%; background: var(--mjx-yellow); color: #000;
  display: inline-grid; place-items: center; font-size: 12px; line-height: 1;
}
.header-cart__count.is-updated { animation: mjxCartCountPulse .32s ease; }
@keyframes mjxCartCountPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.18); }
  100% { transform: scale(1); }
}
.header-country { display: inline-flex; gap: 6px; align-items: center; }
.header-country strong { color: var(--mjx-yellow); }
.mobile-menu-toggle { display: none; flex-direction: column; justify-content: center; gap: 4px; padding-inline: 12px; }
.mobile-menu-toggle span:not(.screen-reader-text) { display: block; width: 20px; height: 2px; background: currentColor; }
.site-search-panel { border-top: 1px solid var(--mjx-line); padding: 20px 0; background: #050505; }
.search-form { display: flex; gap: 12px; }
.search-field,
input[type="text"], input[type="email"], input[type="search"], select, textarea {
  width: 100%;
  border: 1px solid var(--mjx-line);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  color: var(--mjx-text);
  padding: 13px 14px;
  outline: none;
}
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus, button:focus-visible, a:focus-visible {
  outline: 3px solid var(--mjx-yellow);
  outline-offset: 3px;
}

.button, .added_to_cart, .woocommerce button.button, .woocommerce a.button, .woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.button:hover, .added_to_cart:hover { transform: translateY(-2px); }
.button--yellow, .woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce input.button.alt {
  background: var(--mjx-yellow);
  color: #000;
  border-color: var(--mjx-yellow);
}
.button--dark { background: #000; color: var(--mjx-text); border-color: #000; }
.button--ghost, .added_to_cart { background: transparent; color: var(--mjx-text); border-color: var(--mjx-line); }

.eyebrow {
  margin: 0 0 10px;
  color: var(--mjx-yellow);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .12em;
  font-size: 13px;
}
.hero-campaign { position: relative; min-height: 690px; display: grid; align-items: end; overflow: hidden; border-bottom: 1px solid var(--mjx-line); }
.hero-campaign__media { position: absolute; inset: 0; z-index: 0; }
.hero-campaign__media img { width: 100%; height: 100%; object-fit: cover; opacity: .78; }
.hero-campaign__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.18) 58%, rgba(0,0,0,.82)), linear-gradient(0deg, #000 0%, rgba(0,0,0,0) 34%); }
.hero-campaign__content { position: relative; z-index: 1; padding: 120px 0 92px; max-width: var(--mjx-container); }
.hero-campaign h1 { font-size: clamp(46px, 8vw, 108px); line-height: .92; max-width: 840px; margin: 0 0 24px; letter-spacing: -.07em; text-transform: uppercase; }
.hero-campaign p:not(.eyebrow) { max-width: 620px; color: var(--mjx-muted); font-size: 20px; }
.hero-campaign__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-placeholder { position: absolute; inset: 0; background: radial-gradient(circle at 70% 30%, rgba(248,152,240,.35), transparent 30%), radial-gradient(circle at 20% 70%, rgba(128,200,168,.25), transparent 30%), #000; }
.hero-placeholder__orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .8; }
.hero-placeholder__orb--one { width: 380px; height: 380px; right: 10%; top: 12%; background: var(--mjx-purple); }
.hero-placeholder__orb--two { width: 260px; height: 260px; left: 12%; bottom: 16%; background: var(--mjx-yellow); }
.hero-placeholder__toy { position: absolute; right: 22%; top: 32%; font-size: 180px; color: var(--mjx-yellow); text-shadow: 14px 14px 0 var(--mjx-purple); }

.home-section { padding: 88px 0; }
.home-section__head, .collection-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.home-section h2, .feature-card h2, .page-hero h1, .collection-hero h1, .pdp h1 { margin: 0; font-size: clamp(32px, 4vw, 58px); line-height: 1.02; letter-spacing: -.04em; }
.view-all { color: var(--mjx-yellow); font-weight: 900; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-card { display: flex; flex-direction: column; list-style: none; min-width: 0; }
.product-card__link { display: flex; flex: 1 1 auto; flex-direction: column; min-height: 0; background: var(--mjx-panel); border: 1px solid var(--mjx-line); border-radius: var(--mjx-radius); overflow: hidden; position: relative; transition: transform .2s ease, border-color .2s ease; }
.product-card__link:hover { transform: translateY(-5px); border-color: rgba(248,232,24,.7); color: var(--mjx-text); }
.product-card__badge { position: absolute; top: 12px; left: 12px; z-index: 2; background: var(--mjx-yellow); color: #000; border-radius: 999px; padding: 7px 10px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.product-card__thumb { aspect-ratio: 4 / 5; display: grid; place-items: center; background: linear-gradient(145deg, #20202a, #08080a); overflow: hidden; }
.product-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.product-card__link:hover .product-card__thumb img { transform: scale(1.04); }
.product-card__placeholder { display: grid; place-items: center; width: 46%; aspect-ratio: 1; border-radius: 28%; background: var(--mjx-yellow); color: #000; font-size: 52px; font-weight: 900; box-shadow: 12px 12px 0 var(--mjx-purple); }
.product-card__body { display: flex; flex-direction: column; gap: 8px; padding: 18px; }
.product-card__title { font-size: 18px; line-height: 1.25; }
.product-card__meta { color: var(--mjx-muted); font-size: 14px; }
.product-card__price { color: var(--mjx-yellow); font-weight: 900; font-size: 18px; }
.product-card__actions { position: relative; z-index: 3; margin-top: auto; padding: 0 18px 18px; }
.product-card__actions .button,
.product-card__actions .added_to_cart {
  width: 100%;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  font-size: 13px;
  text-transform: uppercase;
}

.feature-collections { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 24px 0 88px; }
.feature-card { min-height: 440px; border-radius: 32px; padding: clamp(28px, 4vw, 56px); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; border: 1px solid var(--mjx-line); position: relative; overflow: hidden; }
.feature-card::before { content: ""; position: absolute; inset: auto -10% -35% auto; width: 360px; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.18); }
.feature-card > * { position: relative; }
.feature-card--yellow { background: linear-gradient(135deg, var(--mjx-yellow), #8f7f07); color: #000; }
.feature-card--yellow .eyebrow { color: #000; }
.feature-card--purple { background: radial-gradient(circle at 80% 20%, rgba(248,152,240,.35), transparent 30%), linear-gradient(135deg, var(--mjx-panel-2), var(--mjx-purple)); }
.feature-card p:not(.eyebrow) { max-width: 560px; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.post-card__link, .post-card--placeholder { display: block; background: var(--mjx-panel); border: 1px solid var(--mjx-line); border-radius: var(--mjx-radius); overflow: hidden; min-height: 100%; }
.post-card__media { aspect-ratio: 16 / 9; display: grid; place-items: center; background: linear-gradient(135deg, #101014, #281d45); color: var(--mjx-yellow); font-size: 50px; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; }
.post-card__body { display: flex; flex-direction: column; gap: 10px; padding: 20px; }
.post-card__body strong, .post-card h3 { font-size: 22px; line-height: 1.15; }
.post-card__body span:last-child, .post-card p { color: var(--mjx-muted); }

.page-hero, .collection-hero { padding: 78px 0 46px; }
.page-hero--center { text-align: center; max-width: 900px; }
.collection-hero { background: radial-gradient(circle at 70% 20%, rgba(56,40,104,.55), transparent 34%), linear-gradient(180deg, #050505, #000); border-bottom: 1px solid var(--mjx-line); }
.collection-hero p, .collection-hero__description { color: var(--mjx-muted); max-width: 760px; }
.collection-layout { padding: 42px 0 96px; }
.collection-toolbar { align-items: center; padding: 16px; border: 1px solid var(--mjx-line); border-radius: var(--mjx-radius); background: rgba(255,255,255,.04); }
.collection-toolbar__actions { display: flex; align-items: center; gap: 12px; }
.woocommerce-ordering select { min-width: 220px; }
.collection-body { display: grid; grid-template-columns: 260px 1fr; gap: 28px; align-items: start; }
.filters-drawer { position: sticky; top: 120px; border: 1px solid var(--mjx-line); border-radius: var(--mjx-radius); background: var(--mjx-panel); padding: 22px; }
.filters-drawer__close { display: none; }
.filters-group { border-top: 1px solid var(--mjx-line); margin-top: 18px; padding-top: 18px; }
.filters-group h3 { margin: 0 0 10px; }
.filters-group a { display: block; color: var(--mjx-muted); padding: 6px 0; }
.woocommerce .woocommerce-result-count { margin: 0; color: var(--mjx-muted); }
.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; gap: 8px; justify-content: center; margin-top: 36px; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { border-radius: 999px; min-width: 40px; min-height: 40px; display: grid; place-items: center; background: var(--mjx-panel); color: var(--mjx-text); }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--mjx-yellow); color: #000; }

.post-type-archive-product .site-main,
.tax-product_cat .site-main { background: #030303; color: #111; }
.collection-hero--mjx {
  position: relative;
  height: clamp(420px, 35.6vw, 470px);
  min-height: 0;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 0;
  background: #030303;
  border-bottom: 0;
}
.collection-hero--mjx::after {
  display: none;
}
.collection-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.collection-hero__lineup {
  position: absolute;
  z-index: 1;
  right: clamp(44px, 5.4vw, 92px);
  bottom: clamp(18px, 3vw, 42px);
  width: min(48vw, 680px);
  height: auto;
  max-width: 680px;
}
.collection-hero--mjx .collection-hero__inner {
  position: absolute;
  z-index: 1;
  left: clamp(56px, 5.6vw, 86px);
  top: 47%;
  transform: translateY(-50%);
  width: min(38vw, 520px);
  height: auto;
  overflow: visible;
}
.collection-hero--mjx h1 {
  font-family: "Rubik", var(--mjx-font);
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(64px, 7.05vw, 96px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}
.collection-hero--mjx .eyebrow {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.collection-layout--mjx {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
  padding: 56px 72px 86px;
  border-radius: 50px 50px 0 0;
  background: #fff;
}
.collection-layout--mjx .collection-toolbar {
  margin-bottom: 62px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
}
.collection-breadcrumb {
  margin: 0;
  color: rgb(0, 0, 0);
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 700;
}
.collection-layout--mjx .collection-toolbar__actions {
  gap: 0;
  color: #111;
  font-size: 16px;
  font-weight: 500;
}
.collection-sort-label {
  display: none;
}
.woocommerce .collection-layout--mjx button.collection-filter-toggle.button {
  display: none;
}
.collection-layout--mjx .woocommerce-ordering {
  width: 179px;
  margin: 0;
}
.collection-layout--mjx .woocommerce-ordering select {
  width: 179px;
  min-width: 0;
  height: 50px;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  padding: 0 42px 0 14px;
}
.collection-sort {
  position: relative;
  z-index: 12;
  min-width: 214px;
  color: #111;
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.collection-sort__trigger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px;
  align-items: center;
  gap: 14px;
  width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #8f8f8f;
  border-radius: 5px;
  background: #fff;
  color: rgb(0, 0, 0);
  cursor: pointer;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  text-align: left;
}
.collection-sort__trigger span:first-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.collection-sort__chevron {
  width: 12px;
  height: 12px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  transform: rotate(45deg);
  transition: transform .22s ease;
}
.collection-sort.is-open .collection-sort__chevron {
  transform: rotate(225deg);
}
.collection-sort__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  display: grid;
  max-height: 0;
  overflow: hidden;
  border: 0 solid #8f8f8f;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background: #fff;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: max-height .24s ease, opacity .18s ease, transform .24s ease, border-width .01s linear .18s;
}
.collection-sort.is-open .collection-sort__trigger {
  border-radius: 5px 5px 0 0;
}
.collection-sort.is-open .collection-sort__menu {
  max-height: 194px;
  border-right: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  border-left: 1px solid #8f8f8f;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: max-height .26s ease, opacity .18s ease, transform .22s ease;
}
.collection-sort__option {
  display: flex;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 0 16px;
  border-top: 1px solid #9b9b9b;
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  background: #fff;
}
.collection-sort__option:hover,
.collection-sort__option.is-active {
  color: rgb(0, 0, 0);
  background: #f7f7f7;
}
.collection-layout--mjx .collection-body {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 40px;
}
.collection-layout--mjx .filters-drawer {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: sticky;
  top: 96px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  color: #111;
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.collection-layout--mjx .filters-drawer h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.collection-layout--mjx .filters-group {
  margin: 0;
  padding: 24px 0 24px;
  border-top: 0;
  border-bottom: 1px solid #ddd;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
}
.collection-layout--mjx .filters-group:last-of-type {
  padding-top: 24px;
  padding-bottom: 0;
  border-bottom: 0;
}
.collection-layout--mjx .filters-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  margin: 0;
  cursor: pointer;
  list-style: none;
  color: #111;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: none;
}
.collection-layout--mjx .filters-group summary::-webkit-details-marker { display: none; }
.collection-layout--mjx .filters-group summary::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 22px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  transform: rotate(45deg);
  transition: transform .24s ease;
}
.collection-layout--mjx .filters-group.is-collapsed summary::after {
  transform: rotate(225deg);
}
@keyframes mjxFilterTextIn {
  0% {
    transform: translateY(-16px);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes mjxFilterTextOut {
  0% {
    transform: translateY(0);
    visibility: visible;
  }
  100% {
    transform: translateY(-16px);
    visibility: visible;
  }
}
.collection-layout--mjx .filters-group.is-collapsed {
  padding-top: 24px;
  padding-bottom: 24px;
}
.collection-layout--mjx .filters-group.is-collapsed summary {
  min-height: 42px;
}
.collection-layout--mjx .filters-panel {
  overflow: hidden;
  max-height: var(--filter-panel-height, none);
  padding-bottom: 6px;
  opacity: 1;
  visibility: visible;
  transition: max-height 300ms ease, opacity 300ms ease, padding-top 300ms ease, padding-bottom 300ms ease;
}
.collection-layout--mjx .filters-group.is-filter-opening .filters-panel {
  max-height: none;
  transition: none;
}
.collection-layout--mjx .filters-group.is-collapsed .filters-panel {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.collection-layout--mjx .filters-options {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.collection-layout--mjx .filters-extra {
  display: flex;
  flex-direction: column;
  gap: 26px;
  overflow: hidden;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height .56s cubic-bezier(.22, 1, .36, 1), opacity .34s ease, transform .46s cubic-bezier(.22, 1, .36, 1), margin-top .4s ease;
}
.collection-layout--mjx .filters-group.is-more-expanded .filters-extra {
  max-height: var(--filter-extra-height, 1000px);
  opacity: 1;
  transform: translateY(0);
}
.collection-layout--mjx .filters-group a.filter-option {
  margin: 0 16px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: start;
  gap: 24px;
  color: #000;
  min-height: 32px;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
}
.collection-layout--mjx .filters-group a.filter-option,
.collection-layout--mjx .filter-more {
  transform: translateX(0);
  will-change: transform;
}
.collection-layout--mjx .filters-group.is-filter-opening a.filter-option,
.collection-layout--mjx .filters-group.is-filter-opening .filter-more {
  animation: 300ms ease 0s 1 normal forwards running mjxFilterTextIn;
}
.collection-layout--mjx .filters-group.is-filter-closing a.filter-option,
.collection-layout--mjx .filters-group.is-filter-closing .filter-more {
  animation: 300ms ease 0s 1 normal forwards running mjxFilterTextOut;
}
.collection-layout--mjx .filters-group a.filter-option:hover {
  color: #000;
  text-decoration: none;
}
.collection-layout--mjx .filters-group.has-more .filters-options {
  gap: 24px;
}
.collection-layout--mjx .filter-checkbox {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
  border: 2px solid #000;
  border-radius: 5px;
  justify-self: end;
}
.collection-layout--mjx .filter-option.is-active .filter-checkbox {
  background: #000;
  box-shadow: none;
}
.collection-layout--mjx .filter-option.is-active .filter-checkbox::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.collection-layout--mjx .filter-more {
  display: grid;
  grid-template-columns: 28px auto;
  align-items: center;
  justify-content: start;
  justify-items: center;
  border: 0;
  background: transparent;
  padding: 0;
  column-gap: 18px;
  min-height: 28px;
  margin-top: -10px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
.collection-layout--mjx .filter-more [data-filter-more-label] {
  justify-self: start;
  align-self: center;
}
.collection-layout--mjx .filter-more__plus {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  transition: transform .24s ease;
}
.collection-layout--mjx .filters-group.is-more-expanded .filter-more__plus {
  transform: none;
}
.collection-layout--mjx .selected-filters {
  display: grid;
  gap: 16px;
  margin: 0 0 34px;
}
.collection-layout--mjx .selected-filter-chip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: center;
  gap: 14px;
  min-height: 46px;
  padding: 0 16px 0 24px;
  border-radius: 999px;
  background: #ddd;
  color: #111;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}
.collection-layout--mjx .selected-filter-chip:hover {
  color: #111;
}
.collection-layout--mjx .selected-filter-chip span:last-child {
  justify-self: end;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
}
.collection-layout--mjx .selected-filters__clear {
  display: inline-flex;
  width: fit-content;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.collection-layout--mjx .selected-filters__clear:hover {
  color: #000;
}
.collection-empty-state {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 360px;
  padding-top: 86px;
  color: #111;
  text-align: center;
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.collection-empty-state h2 {
  margin: 0 0 22px;
  color: #111;
  font-size: 36px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}
.collection-empty-state p {
  margin: 0;
  color: #111;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
}
.collection-products .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 32px;
}
.collection-products .product-card {
  position: relative;
}
.collection-products .product-card__link {
  flex: 0 0 auto;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #111;
  overflow: visible;
  position: relative;
}
.collection-products .product-card__link:hover {
  color: #111;
  border-color: transparent;
  transform: none;
}
.collection-products .product-card__thumb {
  aspect-ratio: 1;
  background: #f4f4f4;
}
.collection-products .product-card__thumb img {
  object-fit: cover;
}
.collection-products .product-card__badge {
  top: 12px;
  left: 12px;
  border: 0;
  border-radius: 6.25rem;
  background: #000;
  color: #fff;
  padding: 0.375rem 1.125rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  box-shadow: none;
}
.collection-products .product-card__badge--sold-out {
  background: #c9c9c9;
  color: #111;
}
.collection-products .product-card__badge--pre-order {
  background: var(--mjx-yellow);
  color: #000;
}
.collection-products .product-card__badge--in-stock {
  background: #000;
  color: #fff;
}
.collection-products .product-card__body {
  gap: 0;
  padding: 0 48px 0 0;
  position: relative;
}
.collection-products .product-card__meta {
  order: 0;
  color: rgb(117, 117, 117);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 19px;
  padding-top: 1rem;
  padding-bottom: 0.313rem;
  text-transform: uppercase;
}
.collection-products .product-card__title {
  order: 1;
  min-height: 0;
  height: 48px;
  margin: 0;
  color: #111;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.collection-products .product-card__price {
  order: 2;
  margin: 0;
  padding-block: 0.3rem;
  padding-right: 48px;
  color: rgb(0, 0, 0);
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 600;
}
.collection-products .product-card__price .woocommerce-Price-amount::after {
  content: " USD";
}
.collection-products .product-card__actions {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 1px;
  z-index: 3;
  justify-content: flex-end;
  width: 32px;
  padding: 0;
  margin: 0;
  min-height: 32px;
  pointer-events: none;
}
.collection-products .product-card__actions .button,
.collection-products .product-card__actions .added_to_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: transparent;
  font-size: 0;
  font-weight: 700;
  letter-spacing: 0;
  pointer-events: auto;
  position: relative;
  transform: none;
}
.collection-products .product-card__actions .button svg,
.collection-products .product-card__actions .added_to_cart svg {
  display: block;
  width: 32px;
  height: 32px;
}
.collection-products .product-card__actions .added_to_cart {
  display: none !important;
}
.collection-products .product-card__actions .button.is-loading,
.collection-products .product-card__actions .button.is-disabled {
  opacity: .45;
}
.collection-products .product-card__actions .button.is-loading {
  cursor: wait;
}
.collection-products .product-card__actions .button.is-disabled {
  cursor: default;
}
.collection-products .product-card__actions .button:hover,
.collection-products .product-card__actions .added_to_cart:hover {
  background: transparent;
  color: transparent;
  transform: none;
}
.collection-products .product-card__actions .button:hover svg > path:first-of-type,
.collection-products .product-card__actions .added_to_cart:hover svg > path:first-of-type {
  fill: #111;
}
.collection-products {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .32s ease, transform .36s cubic-bezier(.22, 1, .36, 1);
}
html.collection-ready .collection-products,
.collection-products.is-ready {
  opacity: 1;
  transform: translateY(0);
}
html.collection-page-leaving .collection-products,
.collection-products.is-leaving {
  opacity: 0;
  transform: translateY(-18px);
}
.collection-layout--mjx nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 70px 0 0;
  padding: 0;
  border: 0;
}
.collection-layout--mjx nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0;
  padding: 0;
}
.collection-layout--mjx nav.woocommerce-pagination ul li a,
.collection-layout--mjx nav.woocommerce-pagination ul li span {
  display: grid;
  place-items: center;
  min-width: 48px;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #d4d4d4;
  border-radius: 999px;
  background: #fff;
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.collection-layout--mjx nav.woocommerce-pagination ul li span.current {
  background: #111;
  color: #fff;
  border-color: #111;
}
.collection-layout--mjx nav.woocommerce-pagination ul li a:hover,
.collection-layout--mjx nav.woocommerce-pagination ul li a:focus-visible {
  background: var(--mjx-yellow);
  color: #000;
  border-color: var(--mjx-yellow);
  transform: translateY(-2px);
}
.collection-layout--mjx nav.woocommerce-pagination ul li a.prev,
.collection-layout--mjx nav.woocommerce-pagination ul li a.next {
  min-width: 58px;
  background: #111;
  color: #fff;
  border-color: #111;
  font-size: 20px;
}
.collection-layout--mjx nav.woocommerce-pagination ul li a.prev:hover,
.collection-layout--mjx nav.woocommerce-pagination ul li a.next:hover,
.collection-layout--mjx nav.woocommerce-pagination ul li a.prev:focus-visible,
.collection-layout--mjx nav.woocommerce-pagination ul li a.next:focus-visible {
  background: var(--mjx-yellow);
  color: #000;
  border-color: var(--mjx-yellow);
}
.collection-layout--mjx nav.woocommerce-pagination ul li span.dots {
  min-width: 28px;
  padding: 0 4px;
  border-color: transparent;
  background: transparent;
  color: #555;
}
@media (prefers-reduced-motion: reduce) {
  .collection-products,
  .collection-layout--mjx nav.woocommerce-pagination ul li a,
  .collection-layout--mjx nav.woocommerce-pagination ul li span {
    transition: none;
  }
  .collection-products,
  html.collection-ready .collection-products,
  html.collection-page-leaving .collection-products,
  .collection-products.is-ready,
  .collection-products.is-leaving {
    opacity: 1;
    transform: none;
  }
}

.pdp { padding: 56px 0 96px; }
.pdp__top { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .78fr); gap: 44px; align-items: start; }
.pdp__gallery { min-width: 0; }
.woocommerce div.product div.images { width: 100%; float: none; margin: 0; }
.woocommerce-product-gallery { background: var(--mjx-panel); border-radius: 28px; border: 1px solid var(--mjx-line); overflow: hidden; padding: 16px; }
.woocommerce-product-gallery__image img { border-radius: 20px; }
.buy-box { position: sticky; top: 120px; background: var(--mjx-panel); border: 1px solid var(--mjx-line); border-radius: 28px; padding: clamp(24px, 4vw, 38px); box-shadow: var(--mjx-shadow); }
.buy-box__badge { position: static; display: inline-flex; margin-bottom: 18px; }
.buy-box__subtitle, .buy-box__shipping { color: var(--mjx-muted); }
.buy-box__price { color: var(--mjx-yellow); font-size: 26px; font-weight: 900; margin: 18px 0; }
.buy-box .quantity { display: inline-flex; margin-right: 8px; }
.buy-box .qty { max-width: 86px; }
.pdp__accordion { margin-top: 24px; border-top: 1px solid var(--mjx-line); }
details { border-bottom: 1px solid var(--mjx-line); padding: 16px 0; }
summary { cursor: pointer; font-weight: 900; }
details > div { color: var(--mjx-muted); padding-top: 24px; }
.collection-layout--mjx .filters-group.is-collapsed > .filters-panel { padding-top: 0; opacity: 0; }
.pdp-section { margin-top: 48px; border: 1px solid var(--mjx-line); border-radius: 32px; background: var(--mjx-panel); padding: clamp(24px, 4vw, 44px); }
.viewer-360, .lineup-feature, .artist-feature { display: grid; grid-template-columns: .55fr 1fr; gap: 28px; align-items: center; }
.viewer-360__frame { min-height: 280px; border-radius: 22px; background: #050505; display: grid; place-items: center; overflow: hidden; }
.lineup-feature img, .artist-feature__media { border-radius: 22px; border: 1px solid var(--mjx-line); }
.artist-feature { grid-template-columns: minmax(260px, .45fr) 1fr; background: radial-gradient(circle at 20% 20%, rgba(248,152,240,.24), transparent 26%), var(--mjx-panel-2); }
.related-products-section h2 { margin-top: 0; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { background: var(--mjx-panel); color: var(--mjx-text); border-top-color: var(--mjx-yellow); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--mjx-yellow); }

.contact-layout { display: grid; grid-template-columns: 1fr .6fr; gap: 30px; padding-bottom: 96px; }
.contact-form, .contact-aside, .order-status-card, .tier-table-wrap { background: var(--mjx-panel); border: 1px solid var(--mjx-line); border-radius: 28px; padding: clamp(24px, 4vw, 42px); }
.contact-form { display: grid; gap: 18px; }
.contact-form label, .order-status-form label { display: grid; gap: 8px; font-weight: 800; }
.contact-aside ul { color: var(--mjx-muted); }
.order-status-card { max-width: 760px; margin: 0 auto 96px; }
.order-status-form { display: grid; gap: 16px; }
.fineprint { color: var(--mjx-muted); font-size: 14px; }
.membership-hero { min-height: 520px; display: grid; align-items: center; background: radial-gradient(circle at 75% 30%, rgba(248,232,24,.25), transparent 28%), radial-gradient(circle at 20% 70%, rgba(248,152,240,.25), transparent 30%), #060606; border-bottom: 1px solid var(--mjx-line); }
.membership-hero__inner { max-width: var(--mjx-container); }
.membership-hero h1 { font-size: clamp(48px, 8vw, 96px); margin: 0 0 18px; line-height: .95; letter-spacing: -.06em; }
.membership-hero p:not(.eyebrow) { color: var(--mjx-muted); max-width: 620px; }
.perks-grid { padding: 76px 0 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.perk-card { background: var(--mjx-panel); border: 1px solid var(--mjx-line); border-radius: 22px; padding: 24px; }
.perk-card span { color: var(--mjx-yellow); font-size: 36px; }
.perk-card h2 { font-size: 20px; line-height: 1.2; }
.tier-table-wrap { margin-bottom: 96px; overflow-x: auto; }
.tier-table table { width: 100%; border-collapse: collapse; min-width: 620px; }
.tier-table th, .tier-table td { border-bottom: 1px solid var(--mjx-line); padding: 16px; text-align: left; }
.tier-table th { color: var(--mjx-yellow); text-transform: uppercase; letter-spacing: .08em; font-size: 13px; }
.single-post-layout { padding: 76px 0 96px; }
.single-post-layout__header { max-width: 980px; margin: 0 auto 42px; text-align: center; }
.single-post-layout__header h1 { font-size: clamp(38px, 6vw, 78px); line-height: .98; letter-spacing: -.05em; }
.single-post-layout__media { margin-top: 32px; border-radius: 28px; overflow: hidden; }
.page-featured-image { border-radius: 24px; overflow: hidden; margin-bottom: 32px; }

.site-footer { background: #1c1c1c; border-top: 1px solid rgba(255,255,255,.08); padding: 52px 0 28px; }
.footer-top { display: grid; grid-template-columns: minmax(240px, .78fr) minmax(0, 1.9fr); gap: 64px; align-items: start; }
.footer-brand p { color: #b2b2b2; max-width: 360px; font-size: 14px; line-height: 1.55; }
.footer-columns { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px; }
.footer-col h3,
.footer-icon-group h3,
.footer-app-block h3 { margin: 0 0 22px; color: var(--mjx-yellow); font-size: 15px; font-weight: 900; line-height: 1.2; }
.footer-col ul,
.footer-col .menu { list-style: none; margin: 0; padding: 0; display: grid; gap: 15px; }
.footer-col a { color: #fff; font-size: 13px; font-weight: 700; line-height: 1.35; }
.footer-col a:hover { color: var(--mjx-yellow); }
.footer-meta-row { display: flex; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(255,255,255,.1); margin-top: 58px; padding-top: 34px; align-items: flex-start; }
.footer-icon-list { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.footer-icon-list a,
.footer-payment-item { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; min-height: 40px; }
.footer-icon-list img { display: block; width: 40px; height: 40px; object-fit: contain; }
.footer-payments .footer-icon-list img { width: auto; height: 30px; }
.footer-app-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; border-top: 1px solid rgba(255,255,255,.1); margin-top: 34px; padding-top: 30px; }
.footer-app-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-app-buttons a { display: inline-flex; align-items: center; min-height: 42px; padding: 0 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; font-weight: 900; }
.footer-region { display: grid; gap: 6px; color: #b2b2b2; font-size: 12px; text-align: right; }
.footer-region strong { color: #fff; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); margin-top: 32px; padding-top: 24px; color: #949494; font-size: 12px; font-weight: 700; }
.footer-bottom nav { display: flex; gap: 16px; align-items: center; }
.link-button { min-height: auto; padding: 0; border: 0; background: transparent; color: var(--mjx-muted); }

body.woocommerce-cart.theme-mjx-dark {
  background: #fff;
  color: #000;
}
body.woocommerce-cart.theme-mjx-dark .site-main {
  background: #fff;
  color: #000;
}
body.woocommerce-cart.theme-mjx-dark a:hover {
  color: #000;
}

body.woocommerce-checkout.theme-mjx-dark {
  background: #fff;
  color: #000;
}
body.woocommerce-checkout.theme-mjx-dark .site-main {
  background: #fff;
  color: #000;
}
body.woocommerce-checkout.theme-mjx-dark a:hover {
  color: #000;
}
body.woocommerce-checkout.theme-mjx-dark .content-area--checkout {
  width: min(calc(100% - 144px), 1180px);
  max-width: 1180px;
  padding: 32px 0 96px;
}
body.woocommerce-checkout.theme-mjx-dark .content-area--checkout .entry-content {
  width: 100%;
}
body.woocommerce-checkout.theme-mjx-dark .wp-block-woocommerce-checkout {
  max-width: none;
  margin: 0 auto;
  padding: 0;
  color: #000;
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-title,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-checkout-step__title,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-checkout-step__heading-content,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-order-summary__button-text,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-totals-item__label,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-totals-item__value,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-product-name,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-formatted-money-amount {
  color: #000;
}
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-checkout-step__description,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-product-metadata,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-order-summary-item__description,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-validation-error,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-text-input label,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-combobox label {
  color: #747474;
}
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-sidebar,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-main,
body.woocommerce-checkout.theme-mjx-dark .wc-block-checkout__main,
body.woocommerce-checkout.theme-mjx-dark .wc-block-checkout__sidebar {
  color: #000;
}
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-text-input input,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-combobox .wc-block-components-combobox-control input,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-form .wc-block-components-text-input input,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-textarea,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-country-input input,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-state-input input {
  background: #fff;
  color: #000;
  border-color: #bdbdbd;
}
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-panel,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-totals-wrapper,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-order-summary,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-checkout-step {
  background: #fff;
  color: #000;
  border-color: #dedede;
}
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-button,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-checkout-place-order-button {
  background: var(--mjx-yellow);
  color: #000;
  border-color: var(--mjx-yellow);
  border-radius: 999px;
  font-weight: 900;
}
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-button:hover,
body.woocommerce-checkout.theme-mjx-dark .wc-block-components-checkout-place-order-button:hover {
  background: var(--mjx-yellow);
  color: #000;
}

.mjx-cart-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 88px 24px 120px;
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(320px, 420px);
  gap: 56px;
  align-items: start;
  color: #000;
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.mjx-cart-page h1 {
  margin: 0 0 44px;
  font-size: 42px;
  line-height: 48px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}
.mjx-cart-page__form { margin: 0; }
.mjx-cart-page__list { display: grid; }
.mjx-cart-page__item {
  position: relative;
  display: grid;
  grid-template-columns: 166px minmax(0, 1fr) 132px;
  gap: 44px;
  padding: 0 0 38px;
  margin-bottom: 38px;
  border-bottom: 1px solid #dedede;
}
.mjx-cart-page__thumb {
  display: block;
  width: 166px;
  height: 166px;
  background: #f5f5f5;
  overflow: hidden;
}
.mjx-cart-page__thumb img { width: 100%; height: 100%; object-fit: contain; display: block; }
.mjx-cart-page__info { min-width: 0; display: grid; align-content: start; }
.mjx-cart-page__vendor {
  color: #757575;
  font-size: 14px;
  line-height: 19px;
  font-weight: 800;
  text-transform: uppercase;
}
.mjx-cart-page__title {
  margin-top: 8px;
  max-width: 350px;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
  text-decoration: none;
}
.mjx-cart-page__line-price {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}
.mjx-cart-page__controls { margin-top: 34px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.mjx-cart-page__qty {
  width: 38px;
  height: 38px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #747474;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}
.mjx-cart-page__qty.is-loading,
.mjx-cart-page__remove.is-loading { opacity: .45; pointer-events: none; }
.mjx-cart-page__quantity { min-width: 16px; text-align: center; color: #000; font-size: 18px; line-height: 24px; font-weight: 700; }
.mjx-cart-page__variant {
  min-height: 38px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #bdbdbd;
  border-radius: 999px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
}
.mjx-cart-page__remove {
  justify-self: start;
  margin-top: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #777;
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  cursor: pointer;
}
.mjx-cart-page__badge {
  position: absolute;
  right: 0;
  bottom: 38px;
  min-height: 32px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--mjx-yellow);
  color: #000;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}
.mjx-cart-page__summary {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 22px;
  color: #000;
}
.mjx-cart-page__summary > span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.mjx-cart-page__summary > strong {
  margin-top: -8px;
  font-size: 44px;
  line-height: 52px;
  font-weight: 900;
  color: #000;
}
.mjx-cart-page__notes {
  display: grid;
  gap: 14px;
  padding: 26px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #777;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
}
.mjx-cart-page__notes p { margin: 0; display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 10px; }
.mjx-cart-page__checkout {
  margin-top: 12px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--mjx-yellow);
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  text-decoration: none;
}
.mjx-cart-page__empty {
  min-height: 320px;
  display: grid;
  align-content: center;
  gap: 22px;
}
.mjx-cart-page__empty h2 { margin: 0; color: #000; font-size: 28px; line-height: 34px; font-weight: 900; }

.cart-drawer { position: fixed; inset: 0; z-index: 520; font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #000; pointer-events: none; }
.cart-drawer[hidden] { display: none; }
.cart-drawer__overlay { display: none; }
.cart-drawer__panel {
  position: absolute;
  right: 0;
  top: var(--cart-drawer-top, 74px);
  width: min(376px, 100vw);
  max-height: calc(100vh - var(--cart-drawer-top, 74px));
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: -10px 12px 28px rgba(0,0,0,.14);
  overflow: hidden;
  transform: translateX(0);
  pointer-events: auto;
}
.cart-drawer__body { min-height: 0; flex: 1 1 auto; max-height: 500px; overflow-y: auto; background: #fff; }
.cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 18px;
}
.cart-drawer__header h2 {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
.cart-drawer__close { display: none; }
.cart-drawer__items { display: grid; }
.cart-drawer__item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 24px 22px;
  border-bottom: 1px solid #d9d9d9;
}
.cart-drawer__thumb {
  display: block;
  width: 88px;
  height: 88px;
  background: #f5f5f5;
  overflow: hidden;
}
.cart-drawer__thumb img { width: 100%; height: 100%; object-fit: contain; display: block; }
.cart-drawer__info { min-width: 0; display: grid; align-content: start; }
.cart-drawer__vendor {
  color: #757575;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-drawer__title {
  margin-top: 4px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-drawer__price {
  margin-top: 10px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
}
.cart-drawer__controls { margin-top: 12px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.cart-drawer__qty {
  width: 26px;
  height: 26px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1c1c1c;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}
.cart-drawer__qty.is-loading,
.cart-drawer__remove.is-loading { opacity: .45; pointer-events: none; }
.cart-drawer__quantity { min-width: 18px; text-align: center; font-size: 16px; line-height: 20px; font-weight: 700; color: #000; }
.cart-drawer__variant {
  min-height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #747474;
  border-radius: 999px;
  color: #000;
  font-size: 13px;
  line-height: 16px;
}
.cart-drawer__remove {
  justify-self: start;
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #747474;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  cursor: pointer;
}
.cart-drawer__footer {
  min-height: 96px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: #000;
  color: #fff;
}
.cart-drawer__subtotal { display: grid; gap: 3px; }
.cart-drawer__subtotal span { font-size: 14px; line-height: 18px; font-weight: 800; text-transform: uppercase; }
.cart-drawer__subtotal strong { font-size: 26px; line-height: 30px; font-weight: 900; color: #fff; white-space: nowrap; }
.cart-drawer__checkout {
  min-width: 134px;
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--mjx-yellow);
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  text-decoration: none;
}
.cart-empty-state { min-height: 420px; display: grid; place-items: center; text-align: center; align-content: center; gap: 14px; padding: 48px; }
.cart-empty-state h3 { margin: 0; color: #000; font-size: 30px; line-height: 36px; font-weight: 900; }
.cart-empty-state p { margin: 0; color: #747474; font-size: 18px; line-height: 26px; }
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 950; display: flex; justify-content: space-between; align-items: center; gap: 18px; max-width: 960px; margin: 0 auto; background: var(--mjx-panel); border: 1px solid var(--mjx-line); border-radius: 22px; padding: 18px; box-shadow: var(--mjx-shadow); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 4px 0 0; color: var(--mjx-muted); }
.cookie-banner__actions { display: flex; gap: 10px; flex-shrink: 0; }

@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .collection-products .product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .collection-body { grid-template-columns: 1fr; }
  .collection-layout--mjx .collection-body { grid-template-columns: 1fr; }
  .filters-drawer { position: fixed; left: 0; top: 0; bottom: 0; width: min(360px, 100%); z-index: 850; transform: translateX(-105%); transition: transform .22s ease; border-radius: 0 24px 24px 0; overflow-y: auto; }
  .filters-drawer.is-open { transform: translateX(0); }
  .filters-drawer__close { display: block; position: absolute; right: 14px; top: 10px; border: 0; background: transparent; color: var(--mjx-text); font-size: 34px; }
  .collection-layout--mjx .filters-drawer { top: 0; border-radius: 0; background: #fff; padding: 26px 22px; color: #111; }
  .collection-layout--mjx .filters-drawer__close { color: #111; }
  .woocommerce .collection-layout--mjx button.collection-filter-toggle.button { display: inline-flex; background: #111; color: #fff; border-color: #111; }
  .pdp__top, .viewer-360, .lineup-feature, .artist-feature, .contact-layout, .footer-top { grid-template-columns: 1fr; }
  .buy-box { position: static; }
  .perks-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 821px) {
  .woocommerce .collection-layout--mjx button.collection-filter-toggle.button {
    display: none;
  }
  .collection-layout--mjx .collection-body {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 40px;
  }
  .collection-layout--mjx .filters-drawer {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: sticky;
    left: auto;
    bottom: auto;
    top: 96px;
    width: auto;
    z-index: auto;
    transform: none;
    transition: none;
    border-radius: 0;
    padding: 0;
    overflow: visible;
  }
}
@media (min-width: 821px) and (max-width: 1199px) {
  .collection-products .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  .site-header__inner { grid-template-columns: auto 1fr auto; }
  .mobile-menu-toggle { display: inline-flex; }
  .main-nav { position: absolute; left: 0; right: 0; top: 100%; background: #050505; border-bottom: 1px solid var(--mjx-line); display: none; }
  .main-nav.is-open { display: block; }
  .main-nav__menu { flex-direction: column; padding: 18px; gap: 12px; }
  .main-nav__menu .sub-menu { position: static; transform: none; min-width: 0; padding: 8px 0 0 16px; background: transparent; border: 0; box-shadow: none; opacity: 1; visibility: visible; }
  .main-nav__menu .sub-menu::before { content: none; }
  .main-nav__menu .sub-menu a { color: var(--mjx-muted); padding: 8px 0; }
  .main-nav__menu .sub-menu a:hover { background: transparent; color: var(--mjx-yellow); }
  body.admin-bar .store-mega-menu { top: 123px; }
  .header-country { display: none; }
  .hero-campaign { min-height: 600px; }
  .product-grid, .post-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .collection-products .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px 16px; }
  .collection-layout--mjx .collection-toolbar { align-items: flex-start; flex-direction: column; }
  .collection-layout--mjx .collection-toolbar__actions { width: 100%; justify-content: space-between; flex-wrap: wrap; }
  .collection-hero--mjx { height: 220px; min-height: 0; }
  .collection-hero__image { object-position: 30% center; }
  .collection-hero__lineup {
    right: -28px;
    bottom: 14px;
    width: min(78vw, 360px);
  }
  .collection-hero--mjx .collection-hero__inner {
    left: 24px;
    top: 48%;
    width: min(44vw, 260px);
  }
  .collection-hero--mjx h1 {
    font-size: clamp(38px, 10vw, 58px);
  }
  .feature-collections { grid-template-columns: 1fr; }
  .footer-columns { grid-template-columns: repeat(2,1fr); }
  .footer-meta-row, .footer-app-row, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-region { text-align: left; }
  .newsletter-form__row, .search-form { flex-direction: column; }
}
@media (max-width: 520px) {
  .container-wide { width: min(calc(100% - 24px), var(--mjx-container)); }
  .hero-campaign__content { padding-bottom: 56px; }
  .product-grid, .post-grid, .perks-grid { grid-template-columns: 1fr; }
  .collection-products .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .collection-products .product-card__title { font-size: 13px; min-height: 50px; }
  .collection-products .product-card__meta,
  .collection-products .product-card__price { font-size: 12px; }
  .home-section { padding: 56px 0; }
  .home-section__head, .collection-toolbar { align-items: flex-start; flex-direction: column; }
  .collection-toolbar__actions { width: 100%; align-items: stretch; flex-direction: column; }
  .collection-layout--mjx .collection-toolbar__actions { align-items: flex-start; }
  .footer-columns { grid-template-columns: 1fr; }
  .cookie-banner { flex-direction: column; align-items: flex-start; }
  .cookie-banner__actions { width: 100%; }
  .cookie-banner__actions .button { flex: 1; }
}
