:root {
  --mwk-ink: #090909;
  --mwk-paper: #efeee9;
  --mwk-white: #fff;
  --mwk-gold: #b99a64;
  --mwk-soft: #f1efe9;
  --mwk-line: rgba(22, 21, 19, .16);
  --mwk-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { margin: 0 !important; padding: 0 !important; overflow-x: hidden; scroll-behavior: smooth; }
body { background: var(--mwk-paper); color: var(--mwk-ink); font-family: var(--mwk-sans); }
body.page-index,
body.page-index #page,
body.page-index main,
.page-index #wrapper,
.page-index #content-wrapper,
.page-index #main,
.page-index #content,
.page-index .page-home {
  margin: 0 !important;
  padding-top: 0 !important;
}
.page-index #notifications { display: none !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; }
a { color: inherit; }
.btn,
button,
input,
select,
textarea { border-radius: 0 !important; }
.btn-primary,
.btn-secondary,
.btn-tertiary {
  border-color: var(--mwk-ink);
  background: var(--mwk-ink);
  box-shadow: none;
  color: #fff;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.btn-primary:hover,
.btn-secondary:hover,
.btn-tertiary:hover { border-color: var(--mwk-gold); background: var(--mwk-gold); color: var(--mwk-ink); }

/* Native header: transparent over the ModeWerk homepage, solid elsewhere. */
#header { border-bottom: 2px solid var(--mwk-gold); background: var(--mwk-ink); box-shadow: none; }
#header .header-nav { min-height: 44px; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); background: var(--mwk-ink); color: #fff; }
#header .header-nav > .container { width: min(calc(100% - 48px), 1640px); max-width: none; }
#header .header-nav > .container > .row { display: flex; align-items: center; justify-content: flex-end; margin: 0; }
#header #contact-link,
#header .contact-link,
#header .header-nav .left-nav { display: none !important; }
#header .header-nav .right-nav {
  width: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  float: none !important;
  margin-left: auto !important;
}
#header .header-nav .right-nav > * { margin: 0 !important; }
#header .header-nav a,
#header .header-nav .material-icons,
#header .header-nav .language-selector,
#header .header-nav .currency-selector { color: #fff; }
#header .header-nav .currency-selector,
#header .header-nav .currency-selector-wrapper { display: none !important; }
#header .header-nav .blockcart,
#header .header-nav .cart-preview,
#header .header-nav .cart-preview.active {
  min-width: 166px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  padding: 8px 16px;
  border: 1px solid rgba(185, 154, 100, .6);
  background: transparent !important;
  color: #fff !important;
}
#header .header-nav .blockcart a,
#header .header-nav .cart-preview a { display: flex; align-items: center; justify-content: center; gap: 8px; white-space: nowrap; }
#header .header-nav .blockcart .material-icons,
#header .header-nav .cart-preview .material-icons { margin: 0 !important; font-size: 1.25rem; }
#header .header-nav .blockcart a,
#header .header-nav .blockcart span,
#header .header-nav .blockcart .material-icons,
#header .header-nav .cart-preview a,
#header .header-nav .cart-preview span,
#header .header-nav .cart-preview .material-icons { color: #fff !important; }
#header .header-nav .blockcart .cart-products-count,
#header .header-nav .cart-preview .cart-products-count {
  color: var(--mwk-gold) !important;
  font-weight: 900;
}
#header .header-top { padding: 20px 0; border: 0; background: var(--mwk-ink); }
#header .header-top > .container { width: min(calc(100% - 48px), 1640px); max-width: none; }
#header .header-top > .container > .row { display: flex; align-items: center; min-height: 80px; margin: 0; }
#header .header-top a,
#header .header-top .material-icons { color: #fff; }
#header .header-top .menu > ul > li > a {
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
#header .header-top .search-widget form input,
#header .header-top .search-widget form input[type="text"],
#header .header-top .search-widget form input[type="search"] {
  min-width: 300px;
  height: 52px;
  border: 1px solid var(--mwk-gold) !important;
  background-color: #121210 !important;
  background-image: none !important;
  color: #fff !important;
}
#header #search_widget form input[type="text"],
#header #search_widget form input[type="search"] {
  border: 1px solid var(--mwk-gold) !important;
  background: #121210 !important;
  color: #fff !important;
}
#header .header-top .search-widget form input::placeholder { color: rgba(255, 255, 255, .7) !important; }
#header #search_widget form input::placeholder { color: rgba(255, 255, 255, .7) !important; }
#header .header-top .search-widget form button,
#header .header-top .search-widget form .material-icons { color: var(--mwk-gold) !important; }
#header .logo {
  width: clamp(185px, 14vw, 245px);
  max-width: none;
  max-height: 78px;
  object-fit: contain;
  filter: drop-shadow(0 3px 12px rgba(0, 0, 0, .5));
}

@media (max-width: 991px) {
  #header .header-nav > .container,
  #header .header-top > .container { width: calc(100% - 28px); }
  #header .header-nav .right-nav { gap: 12px; }
  #header .header-nav .blockcart,
  #header .header-nav .cart-preview,
  #header .header-nav .cart-preview.active { min-width: 0; padding: 8px 10px; }
  #header .header-top > .container > .row { min-height: 66px; }
}

.page-index #header,
body#index #header { display: none !important; height: 0 !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; }
.page-index #left-column,
.page-index #right-column { display: none !important; }
.page-index #content-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  float: none !important;
}
.mwk-home { position: relative; overflow: visible; }
.mwk-home > section,
.mwk-home > footer { margin: 0 !important; }
.mwk-announcement {
  position: absolute;
  z-index: 32;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: var(--mwk-ink);
  color: var(--mwk-gold);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}
.mwk-site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(22px, 5vw, 76px);
  border-bottom: 1px solid rgba(255, 255, 255, .34);
  background: transparent;
  color: #fff;
  backdrop-filter: none;
  margin: 0;
}
.mwk-main-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.mwk-main-nav a {
  color: #fff !important;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-decoration: none !important;
  text-transform: uppercase;
}
.mwk-main-nav a:hover { color: var(--mwk-gold) !important; }
.mwk-brand { width: 216px; height: 76px; display: grid; place-items: center; }
.mwk-brand img {
  width: 100%;
  max-height: 64px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .95)) drop-shadow(0 5px 14px rgba(0, 0, 0, .7));
}
.mwk-header-actions { display: flex; justify-content: flex-end; gap: 10px; }
.mwk-icon-button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50% !important;
  background: rgba(0, 0, 0, .12);
  color: #fff !important;
  font-size: 1.15rem;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
}
.mwk-icon-button:hover { border-color: var(--mwk-gold); color: var(--mwk-gold) !important; }
.mwk-cart-link { position: relative; }
.mwk-cart-link small {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mwk-gold);
  color: var(--mwk-ink);
  font-size: .64rem;
  font-weight: 900;
}
.mwk-menu-button { display: none; }
.mwk-search-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: clamp(22px, 5vw, 76px);
  width: min(420px, calc(100vw - 44px));
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 12px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .28);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: .2s ease;
}
.mwk-search-panel.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
.mwk-search-panel input { min-width: 0; height: 48px; padding: 0 14px; border: 1px solid var(--mwk-ink); color: var(--mwk-ink); }
.mwk-search-panel button { min-height: 48px; padding: 0 18px; border: 1px solid var(--mwk-ink); background: var(--mwk-ink); color: #fff; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.page-index #wrapper { margin: 0 !important; padding: 0 !important; background: var(--mwk-paper); }
.page-index #wrapper > .container { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.page-index #wrapper > .container > .row { width: 100% !important; display: block !important; margin: 0 !important; }
.page-index #content-wrapper,
.page-index #main,
.page-index #content,
.page-index .page-home { width: 100% !important; max-width: none !important; flex: 0 0 100% !important; margin: 0 !important; padding: 0 !important; }

.mwk-home *,
.mwk-home *::before,
.mwk-home *::after { box-sizing: border-box; }
.mwk-home h1,
.mwk-home h2,
.mwk-home p { margin-top: 0; }
.mwk-hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #27231f;
  color: #fff;
}
.mwk-hero-bg {
  position: absolute;
  z-index: -2;
  inset: -5%;
  background: url("../img/modewerk-hero.jpg") center/cover no-repeat;
  animation: mwkHeroDrift 18s ease-in-out infinite alternate;
}
.mwk-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 5, 5, .74) 0%, rgba(8, 7, 6, .38) 40%, rgba(6, 5, 4, .03) 67%);
  content: "";
}
@keyframes mwkHeroDrift {
  from { transform: scale(1.03) translate3d(0, 0, 0); }
  to { transform: scale(1.10) translate3d(-1.2%, .6%, 0); }
}
.mwk-hero.is-paused .mwk-hero-bg { animation-play-state: paused; }
.mwk-hero-content { width: min(1380px, 100%); margin: 0 auto; padding: 190px clamp(24px, 6vw, 82px) 80px; }
.mwk-eyebrow,
.mwk-section-kicker { margin-bottom: 14px; color: var(--mwk-gold); font-size: .76rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.mwk-hero h1,
.mwk-home h2 {
  font-family: "Arial Black", var(--mwk-sans);
  font-weight: 900;
  text-transform: uppercase;
}
.mwk-hero h1 { max-width: 760px; margin-bottom: 26px; color: #fff !important; font-size: clamp(4rem, 9vw, 8.8rem); line-height: .78; letter-spacing: -.085em; }
.mwk-hero-copy { max-width: 510px; margin-bottom: 34px; color: rgba(255, 255, 255, .88); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.mwk-button-row { display: flex; gap: 12px; flex-wrap: wrap; }
.mwk-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid transparent;
  background: var(--mwk-soft);
  color: var(--mwk-ink) !important;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.mwk-button:hover { transform: translateY(-2px); }
.mwk-button-secondary { border-color: rgba(255, 255, 255, .8); background: transparent; color: #fff !important; }
.mwk-button-secondary:hover { background: #fff; color: var(--mwk-ink) !important; }
.mwk-motion-button {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 50% !important;
  background: rgba(0, 0, 0, .16);
  color: #fff;
  cursor: pointer;
}
.mwk-store-bar {
  display: grid;
  grid-template-columns: minmax(230px, .7fr) 3.3fr;
  border-top: 1px solid var(--mwk-ink);
  border-bottom: 1px solid var(--mwk-ink);
  background: #fff;
}
.mwk-store-bar-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px clamp(24px, 3vw, 54px);
  background: var(--mwk-ink);
  color: #fff;
}
.mwk-store-bar-title span {
  margin-bottom: 5px;
  color: var(--mwk-gold);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.mwk-store-bar-title strong { font-size: 1rem; letter-spacing: .04em; text-transform: uppercase; }
.mwk-store-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mwk-store-track a {
  position: relative;
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px clamp(18px, 2vw, 34px);
  overflow: hidden;
  border-right: 1px solid var(--mwk-line);
  background: #fff;
  color: var(--mwk-ink) !important;
  text-decoration: none !important;
  transition: color .25s ease, background .25s ease;
}
.mwk-store-track a::after {
  position: absolute;
  right: -12px;
  bottom: -30px;
  color: rgba(185, 154, 100, .12);
  content: "MW";
  font-family: "Arial Black", var(--mwk-sans);
  font-size: 5rem;
  line-height: 1;
  transition: transform .3s ease;
}
.mwk-store-track a:last-child { border-right: 0; }
.mwk-store-track a:hover { background: var(--mwk-gold); color: var(--mwk-ink) !important; }
.mwk-store-track a:hover::after { color: rgba(9, 9, 9, .1); transform: translateX(-8px); }
.mwk-store-track small,
.mwk-store-track span { position: relative; z-index: 1; font-size: .61rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.mwk-store-track small { margin-bottom: 7px; color: var(--mwk-gold); }
.mwk-store-track a:hover small { color: var(--mwk-ink); }
.mwk-store-track strong { position: relative; z-index: 1; margin-bottom: 8px; font-family: "Arial Black", var(--mwk-sans); font-size: clamp(1.3rem, 2vw, 2.1rem); line-height: 1; text-transform: uppercase; }
.mwk-store-track span { opacity: .58; }
.mwk-store-track .is-coming { background: var(--mwk-soft); }
.mwk-section { width: min(1380px, 100%); margin: 0 auto; padding: clamp(72px, 9vw, 128px) clamp(22px, 5vw, 70px); }
.mwk-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 42px; }
.mwk-home h2 { margin-bottom: 0; font-size: clamp(2.5rem, 5.4vw, 5.4rem); line-height: .9; letter-spacing: -.07em; }
.mwk-text-link { padding-bottom: 5px; border-bottom: 1px solid; font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.mwk-products { background: #fff; }
.mwk-native-products #carousel,
.mwk-native-products .carousel,
.mwk-native-products .banner,
.mwk-native-products #custom-text,
.mwk-native-products .block-category { display: none !important; }
.mwk-native-products > :not(.featured-products) { display: none !important; }
.mwk-native-products .featured-products { margin: 0; }
.mwk-native-products .featured-products > h2,
.mwk-native-products .featured-products > .all-product-link { display: none; }
.mwk-products .mwk-section {
  position: static;
  left: auto;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-top: clamp(34px, 4vw, 58px);
  padding-bottom: clamp(56px, 6vw, 88px);
  padding-right: clamp(22px, 3vw, 64px);
  padding-left: clamp(22px, 3vw, 64px);
}
.mwk-products .mwk-section-head {
  width: min(100%, 1800px);
  align-items: end;
  justify-content: space-between;
  margin: 0 auto clamp(26px, 3vw, 42px);
  text-align: left;
}
.mwk-products .mwk-section-head .mwk-text-link { margin-left: 0; }
.mwk-products-layout { width: min(100%, 1900px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(460px, .92fr) minmax(0, 1fr); align-items: stretch; gap: clamp(18px, 1.6vw, 30px); margin: 0 auto; }
.mwk-native-products,
.mwk-native-products .featured-products { width: 100% !important; min-width: 0; max-width: none !important; }
.mwk-native-products .products,
.mwk-products-right { width: 100% !important; max-width: none !important; display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; align-items: stretch; gap: clamp(12px, 1.3vw, 24px); margin: 0 !important; }
.mwk-native-products .products > * { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; flex: none !important; }
.mwk-products-right > * { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; flex: none !important; }
.mwk-native-products .products > :nth-child(n+5) { display: none !important; }
.mwk-native-products [hidden] { display: none !important; }
.mwk-native-products .product-miniature { width: 100%; margin: 0; padding: 0; }
.mwk-native-products .product-miniature .thumbnail-container { width: 100%; height: auto; margin: 0; box-shadow: none; background: transparent; }
.mwk-native-products .product-miniature .product-thumbnail { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #ebe8e1; }
.mwk-native-products .product-miniature .product-thumbnail img { width: 100%; height: 100%; margin: 0; object-fit: cover; transition: transform .3s ease; }
.mwk-native-products .product-miniature:hover .product-thumbnail img { transform: scale(1.025); }
.mwk-native-products .product-miniature .product-description { position: static; width: 100%; height: auto; padding: 18px 2px; background: transparent; text-align: left; }
.mwk-native-products .product-miniature .product-title { margin: 0 0 6px; text-align: left; }
.mwk-native-products .product-miniature .product-title a { color: var(--mwk-ink); font-size: 1rem; font-weight: 750; text-transform: none; }
.mwk-native-products .product-miniature .product-price-and-shipping { color: var(--mwk-ink); font-size: .92rem; font-weight: 800; }
.mwk-native-products .product-miniature .highlighted-informations { display: none; }

.mwk-native-products .product-flags li.product-flag {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  margin: 0 0 6px;
  padding: 6px 19px 6px 10px;
  border: 0;
  background: var(--mwk-ink);
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 50%, calc(100% - 9px) 100%, 0 100%);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}
.mwk-native-products .product-flags li.discount,
.mwk-native-products .product-flags li.discount-percentage { background: #d98d64; color: #fff; }
.mwk-native-products .product-flags li.new { background: var(--mwk-ink); color: var(--mwk-gold); }

.mwk-products-right .product-miniature { width: 100%; margin: 0; padding: 0; }
.mwk-products-right .product-miniature .thumbnail-container { width: 100%; height: auto; margin: 0; box-shadow: none; background: transparent; }
.mwk-products-right .product-miniature .product-thumbnail { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #ebe8e1; }
.mwk-products-right .product-miniature .product-thumbnail img { width: 100%; height: 100%; margin: 0; object-fit: cover; transition: transform .3s ease; }
.mwk-products-right .product-miniature:hover .product-thumbnail img { transform: scale(1.025); }
.mwk-products-right .product-miniature .product-description { position: static; width: 100%; height: auto; padding: 18px 2px; background: transparent; text-align: left; }
.mwk-products-right .product-miniature .product-title { margin: 0 0 6px; text-align: left; }
.mwk-products-right .product-miniature .product-title a { color: var(--mwk-ink); font-size: 1rem; font-weight: 750; text-transform: none; }
.mwk-products-right .product-miniature .product-price-and-shipping { color: var(--mwk-ink); font-size: .92rem; font-weight: 800; }
.mwk-products-right .product-miniature .highlighted-informations { display: none; }
.mwk-products-right .product-flags li.product-flag {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  margin: 0 0 6px;
  padding: 6px 19px 6px 10px;
  border: 0;
  background: var(--mwk-ink);
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 50%, calc(100% - 9px) 100%, 0 100%);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}
.mwk-products-right .product-flags li.discount,
.mwk-products-right .product-flags li.discount-percentage { background: #d98d64; color: #fff; }
.mwk-products-right .product-flags li.new { background: var(--mwk-ink); color: var(--mwk-gold); }

.mwk-ai-pick {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 2px solid var(--mwk-ink);
  background: var(--mwk-ink);
  color: #fff;
  box-shadow: 14px 14px 0 var(--mwk-gold);
}
.mwk-ai-pick::after {
  position: absolute;
  right: -30px;
  bottom: 84px;
  color: rgba(185, 154, 100, .08);
  content: "AI";
  font-family: "Arial Black", var(--mwk-sans);
  font-size: 11rem;
  font-weight: 900;
  line-height: .75;
  pointer-events: none;
}
.mwk-wanted-head { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 17px 18px; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.mwk-wanted-head strong { display: inline-block; padding: 7px 11px; border: 2px solid var(--mwk-gold); color: var(--mwk-gold); font-family: "Arial Black", var(--mwk-sans); font-size: 1.1rem; letter-spacing: .12em; line-height: 1; text-transform: uppercase; transform: rotate(-3deg); }
.mwk-wanted-head span { color: rgba(255, 255, 255, .62); font-size: .64rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.mwk-ai-pick-image { position: relative; z-index: 1; display: block; aspect-ratio: 1 / .72; overflow: hidden; background: #e9e5dd; }
.mwk-ai-pick-image img { width: 100%; height: 100%; display: block; object-fit: contain; transition: transform .35s ease; }
.mwk-ai-pick-image:hover img { transform: scale(1.025); }
.mwk-ai-pick-image > span { position: absolute; right: 14px; bottom: 14px; padding: 7px 10px; background: var(--mwk-gold); color: var(--mwk-ink); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.mwk-ai-pick-body { position: relative; z-index: 2; padding: clamp(20px, 2vw, 28px); }
.mwk-ai-label { margin-bottom: 10px; color: var(--mwk-gold); font-size: .65rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.mwk-ai-pick h3 { margin: 0 0 7px; color: #fff !important; font-family: "Arial Black", var(--mwk-sans); font-size: clamp(1.55rem, 1.8vw, 2.15rem); line-height: .94; letter-spacing: -.045em; text-transform: uppercase; }
.mwk-ai-price { margin-bottom: 12px; color: #fff; font-size: .98rem; font-weight: 900; }
.mwk-ai-description { display: -webkit-box; margin-bottom: 16px; overflow: hidden; color: rgba(255, 255, 255, .72); font-size: .86rem; line-height: 1.42; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.mwk-ai-combinations { margin-bottom: 17px; }
.mwk-ai-combinations small { display: block; margin-bottom: 9px; color: rgba(255, 255, 255, .52); font-size: .62rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.mwk-ai-combinations > div { display: flex; flex-wrap: wrap; gap: 7px; }
.mwk-ai-combinations span { padding: 7px 9px; border: 1px solid rgba(255, 255, 255, .3); color: #fff; font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.mwk-ai-button { width: 100%; min-height: 46px; position: relative; z-index: 2; padding-right: 14px; padding-left: 14px; background: var(--mwk-gold); color: var(--mwk-ink) !important; font-size: .68rem; text-align: center; }
.mwk-ai-button:hover { background: #fff; }

/* PrestaShop store locator: keeps maps and store data, adds ModeWerk styling. */
.page-stores #wrapper > .container { width: min(94%, 1580px); max-width: none; }
.page-stores #main .page-header {
  min-height: 190px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 32px;
  padding: 36px clamp(24px, 5vw, 72px);
  background: linear-gradient(90deg, rgba(4, 4, 4, .92), rgba(4, 4, 4, .28)), url("../img/modewerk-hero.jpg") center/cover no-repeat;
}
.page-stores #main .page-header h1 { margin: 0; color: #fff; font-family: "Arial Black", var(--mwk-sans); font-size: clamp(2.7rem, 6vw, 6rem); letter-spacing: -.07em; text-transform: uppercase; }
.page-stores .store-item,
.page-stores #stores .store-item { margin-bottom: 24px; border: 1px solid var(--mwk-line); background: #fff; box-shadow: 10px 10px 0 rgba(185, 154, 100, .14); }

/* Editorial entrance: subtle movement without distracting from the products. */
.mwk-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.2, .7, .2, 1);
}
.mwk-reveal.is-visible { opacity: 1; transform: translateY(0); }

.mwk-look { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--mwk-ink); color: #fff; }
.mwk-look h2,
.mwk-brixen h2 { color: #fff !important; }
.mwk-look-media { position: relative; min-height: 760px; background: url("../img/modewerk-hero.jpg") center/cover no-repeat; }
.mwk-look-media::after { position: absolute; left: 24px; bottom: 22px; padding: 8px 11px; background: #fff; color: #111; content: "DIE DREI VOM STARTBILD"; font-size: .64rem; font-weight: 900; letter-spacing: .12em; }
.mwk-look-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(44px, 6vw, 86px); }
.mwk-look-copy h2 { margin-bottom: 20px; }
.mwk-look-copy > p:not(.mwk-section-kicker) { margin-bottom: 28px; color: rgba(255, 255, 255, .68); }
.mwk-beta { width: max-content; display: inline-flex; margin-bottom: 16px; padding: 7px 10px; border: 1px solid var(--mwk-gold); color: var(--mwk-gold); font-size: .64rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.mwk-model-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 4px 0 20px; }
.mwk-model-card { position: relative; min-height: 174px; border: 1px solid rgba(255, 255, 255, .22); background: url("../img/modewerk-hero.jpg") 67% 50%/330% auto no-repeat; cursor: pointer; transition: .2s ease; }
.mwk-model-card:nth-child(2) { background-position: 82% 50%; }
.mwk-model-card:nth-child(3) { background-position: 97% 50%; }
.mwk-model-card::after { position: absolute; left: 8px; bottom: 8px; padding: 5px 7px; background: rgba(0, 0, 0, .7); color: #fff; content: attr(data-label); font-size: .62rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.mwk-model-card:hover,
.mwk-model-card:focus-visible,
.mwk-model-card.is-active { border-color: var(--mwk-gold); box-shadow: 0 0 0 2px var(--mwk-gold); transform: translateY(-3px); }
.mwk-style-picker { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.mwk-style-chip { padding: 9px 13px; border: 1px solid rgba(255, 255, 255, .3); background: transparent; color: #fff; font-size: .7rem; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.mwk-style-chip.is-active { background: #fff; color: #111; }
.mwk-maker-link { width: max-content; }

.mwk-brixen { position: relative; overflow: hidden; border-top: 1px solid rgba(255, 255, 255, .15); background: var(--mwk-ink); color: #fff; }
.mwk-brixen::after { position: absolute; right: -.05em; bottom: -.25em; color: rgba(185, 154, 100, .16); content: "2027"; font-family: "Arial Black", var(--mwk-sans); font-size: clamp(10rem, 27vw, 29rem); font-weight: 900; line-height: 1; letter-spacing: -.11em; pointer-events: none; }
.mwk-brixen-inner { position: relative; z-index: 1; width: min(1380px, 100%); min-height: 650px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(44px, 8vw, 130px); margin: auto; padding: clamp(76px, 10vw, 140px) clamp(22px, 5vw, 70px); }
.mwk-brixen-label { align-self: start; width: max-content; display: inline-flex; padding: 10px 14px; border: 1px solid var(--mwk-gold); color: var(--mwk-gold); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.mwk-brixen-copy h2 { margin-bottom: 28px; font-size: clamp(4rem, 9vw, 9rem); }
.mwk-brixen-copy p { max-width: 570px; margin-bottom: 30px; color: rgba(255, 255, 255, .72); font-size: 1.1rem; }
.mwk-brixen-note { display: flex; align-items: center; gap: 12px; font-size: .74rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.mwk-brixen-note::before { width: 42px; height: 1px; background: var(--mwk-gold); content: ""; }
.mwk-local-story { max-width: 900px; text-align: center; }
.mwk-local-story > p:not(.mwk-section-kicker) { max-width: 660px; margin: 24px auto 30px; color: #595651; font-size: 1.08rem; }
.mwk-newsletter { padding: clamp(72px, 9vw, 120px) clamp(22px, 5vw, 70px); background: var(--mwk-gold); }
.mwk-newsletter-inner { width: min(1240px, 100%); display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(38px, 7vw, 100px); margin: auto; }
.mwk-newsletter .mwk-section-kicker { color: var(--mwk-ink); }
.mwk-newsletter-card { padding: clamp(25px, 4vw, 44px); background: #fff; box-shadow: 14px 14px 0 rgba(9, 9, 9, .14); }
.mwk-newsletter-card p { margin-bottom: 24px; color: #595651; font-size: 1.05rem; }
.mwk-newsletter-card .mwk-button { background: var(--mwk-ink); color: #fff !important; }

.mwk-footer { padding: 58px clamp(24px, 6vw, 80px); background: #0c0c0b; color: #fff; }
.mwk-footer-grid { width: min(1280px, 100%); display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; margin: auto; }
.mwk-footer-intro img { width: 96px; height: 96px; display: block; margin-bottom: 18px; border-radius: 50%; object-fit: cover; }
.mwk-footer h3 { margin: 0 0 14px; color: #fff !important; font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.mwk-footer p,
.mwk-footer a { display: block; margin: 7px 0; color: rgba(255, 255, 255, .68) !important; font-size: .9rem; text-decoration: none !important; }
.mwk-footer a:hover { color: var(--mwk-gold) !important; }
.page-index #footer { display: none; }
.mwk-whatsapp {
  position: fixed;
  z-index: 38;
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid var(--mwk-gold);
  border-radius: 50% !important;
  background: var(--mwk-ink);
  color: var(--mwk-gold) !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .28);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-decoration: none !important;
}
.mwk-whatsapp:hover { background: var(--mwk-gold); color: var(--mwk-ink) !important; }

/* Catalog and product pages */
#wrapper { position: relative; overflow: hidden; background: var(--mwk-paper); }
.page-category #wrapper::before,
.page-new-products #wrapper::before,
.page-best-sales #wrapper::before,
.page-prices-drop #wrapper::before,
.page-product #wrapper::before {
  position: absolute;
  z-index: 0;
  top: 20px;
  right: -2vw;
  color: rgba(185, 154, 100, .07);
  content: "MODEWERK";
  font-family: "Arial Black", var(--mwk-sans);
  font-size: clamp(7rem, 17vw, 20rem);
  font-weight: 900;
  line-height: .78;
  letter-spacing: -.09em;
  pointer-events: none;
  transform: rotate(-4deg);
  animation: mwkWatermark 12s ease-in-out infinite alternate;
}
@keyframes mwkWatermark {
  from { transform: translate3d(0, 0, 0) rotate(-4deg); }
  to { transform: translate3d(-1.5vw, 12px, 0) rotate(-4deg); }
}
.page-category #wrapper > .container,
.page-new-products #wrapper > .container,
.page-best-sales #wrapper > .container,
.page-prices-drop #wrapper > .container,
.page-product #wrapper > .container {
  position: relative;
  z-index: 1;
  width: min(94%, 1680px);
  max-width: none;
}
.breadcrumb { font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.products-selection .sort-by-row,
.block-category,
.card,
.tabs { border: 1px solid var(--mwk-line); border-radius: 0; box-shadow: none; background: #fff; }
.product-miniature .thumbnail-container { box-shadow: none; }
.product-miniature .product-title a { color: var(--mwk-ink); font-weight: 700; }
.product-price { color: var(--mwk-gold); font-weight: 850; }
.product-flags li.product-flag { background: var(--mwk-ink); box-shadow: none; font-size: .68rem; letter-spacing: .08em; }

.page-category #left-column .block-categories,
.page-category #left-column #search_filters,
.page-new-products #left-column .block-categories,
.page-new-products #left-column #search_filters {
  border: 1px solid rgba(9, 9, 9, .16);
  background: rgba(255, 255, 255, .92);
  box-shadow: 10px 10px 0 rgba(185, 154, 100, .16);
}
.page-category #left-column .block-categories .h6,
.page-category #left-column #search_filters .facet-title,
.page-new-products #left-column .block-categories .h6,
.page-new-products #left-column #search_filters .facet-title {
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.page-category #js-product-list-header,
.page-new-products #js-product-list-header,
.page-best-sales #js-product-list-header,
.page-prices-drop #js-product-list-header {
  position: relative;
  min-height: 155px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 26px;
  padding: 30px clamp(24px, 4vw, 54px);
  overflow: hidden;
  border: 0;
  background: var(--mwk-ink);
  color: #fff;
}
.page-category #js-product-list-header::after,
.page-new-products #js-product-list-header::after,
.page-best-sales #js-product-list-header::after,
.page-prices-drop #js-product-list-header::after {
  position: absolute;
  right: 24px;
  bottom: -34px;
  color: rgba(185, 154, 100, .18);
  content: "MW";
  font-family: "Arial Black", var(--mwk-sans);
  font-size: 9rem;
  line-height: 1;
}
.page-category #js-product-list-header h1,
.page-new-products #js-product-list-header h1,
.page-best-sales #js-product-list-header h1,
.page-prices-drop #js-product-list-header h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-family: "Arial Black", var(--mwk-sans);
  font-size: clamp(2.3rem, 4.2vw, 4.8rem);
  line-height: .9;
  letter-spacing: -.06em;
  text-transform: uppercase;
}
#products .products,
body:not(.page-index) .featured-products .products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 32px);
}
#products .products > *,
body:not(.page-index) .featured-products .products > * { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
#products .product-miniature,
body:not(.page-index) .featured-products .product-miniature { width: 100%; margin: 0; }
#products .product-miniature .thumbnail-container,
body:not(.page-index) .featured-products .product-miniature .thumbnail-container {
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(9, 9, 9, .1);
  background: #fff;
  transition: transform .28s ease, box-shadow .28s ease;
}
#products .product-miniature:hover .thumbnail-container,
body:not(.page-index) .featured-products .product-miniature:hover .thumbnail-container {
  box-shadow: 12px 12px 0 rgba(185, 154, 100, .22);
  transform: translateY(-6px);
}
#products .product-miniature .product-thumbnail,
body:not(.page-index) .featured-products .product-miniature .product-thumbnail {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #e7e5df;
}
#products .product-miniature .product-thumbnail img,
body:not(.page-index) .featured-products .product-miniature .product-thumbnail img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.2, .7, .2, 1);
}
#products .product-miniature:hover .product-thumbnail img,
body:not(.page-index) .featured-products .product-miniature:hover .product-thumbnail img { transform: scale(1.045); }
#products .product-miniature .product-description,
body:not(.page-index) .featured-products .product-miniature .product-description {
  position: static;
  width: 100%;
  height: auto;
  min-height: 110px;
  padding: 18px 16px 20px;
  background: #fff;
  text-align: left;
}
#products .product-miniature .product-title,
body:not(.page-index) .featured-products .product-miniature .product-title { margin: 0 0 8px; text-align: left; }
#products .product-miniature .product-title a,
body:not(.page-index) .featured-products .product-miniature .product-title a { font-size: .96rem; line-height: 1.2; }
#products .product-miniature .highlighted-informations,
body:not(.page-index) .featured-products .product-miniature .highlighted-informations { display: none; }

#product h1 { font-family: "Arial Black", var(--mwk-sans); font-size: clamp(2rem, 3.2vw, 3.6rem); line-height: .95; letter-spacing: -.045em; text-transform: uppercase; }
#product #main .row:first-of-type {
  position: relative;
  padding: clamp(24px, 3.5vw, 54px);
  border: 1px solid rgba(9, 9, 9, .1);
  background: rgba(255, 255, 255, .96);
  box-shadow: 18px 18px 0 rgba(185, 154, 100, .18);
}
#product .product-cover {
  position: relative;
  overflow: hidden;
  background: #e8e5df;
}
#product .product-cover::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(9, 9, 9, .08);
  content: "";
  pointer-events: none;
}
#product .product-cover img { width: 100%; box-shadow: none; transition: transform .7s cubic-bezier(.2, .7, .2, 1); }
#product .product-cover:hover img { transform: scale(1.025); }
#product .product-information { position: relative; padding-top: 30px; }
#product .product-information::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--mwk-gold);
  content: "MODEWERK EDIT";
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .18em;
}
#product .product-prices { padding: 18px 0; border-top: 1px solid var(--mwk-line); border-bottom: 1px solid var(--mwk-line); }
#product .tabs { margin-top: 46px; border: 0; background: #fff; box-shadow: 12px 12px 0 rgba(185, 154, 100, .14); }
#product .tabs .nav-tabs .nav-link { font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
#product .product-images > li.thumb-container > .thumb.selected,
#product .product-images > li.thumb-container > .thumb:hover { border-color: var(--mwk-gold); }
#product .product-actions .add-to-cart { min-height: 50px; }
#product .product-variants > .product-variants-item select { border: 1px solid var(--mwk-line); box-shadow: none; }
#product .product-variants-item .color { box-shadow: none; }

/* Compact presentation for the installed ModeWerk availability module. */
#product .mw-product-service { margin-top: .85rem; padding: 0; border: 0; background: transparent; }
#product .mw-product-service .mw-service-heading,
#product .mw-product-service .mw-service-benefits,
#product .mw-product-service .mw-size-help,
#product .mw-product-service .mw-product-navigation { display: none; }
#product .mw-inquiry-product-action { margin: 0; padding: 0; border: 0; }
#product .mw-inquiry-product-action p { margin: .55rem 0 0; font-size: .78rem; }
#product .mw-inquiry-product-button {
  min-height: 46px;
  border: 1px solid var(--mwk-gold);
  background: transparent;
  color: var(--mwk-ink) !important;
  font-size: .72rem;
  letter-spacing: .1em;
}
#product .mw-inquiry-product-button:hover,
#product .mw-inquiry-product-button:focus-visible { background: var(--mwk-gold); color: var(--mwk-ink) !important; }

#footer { padding-top: 0; background: #0c0c0b; color: #fff; }
#footer .footer-container { margin-top: 0; padding-top: 56px; background: #0c0c0b; box-shadow: none; }
#footer .footer-container .h3,
#footer .footer-container .h4,
#footer .footer-container .h3 a,
#footer .footer-container .h4 a { color: #fff; font-size: .74rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
#footer .footer-container a,
#footer .footer-container li,
#footer .footer-container p { color: rgba(255, 255, 255, .68); }
#footer .block_newsletter { background: #0c0c0b; color: #fff; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mwk-hero-bg,
  .page-category #wrapper::before,
  .page-new-products #wrapper::before,
  .page-best-sales #wrapper::before,
  .page-prices-drop #wrapper::before,
  .page-product #wrapper::before { animation: none !important; }
}
@media (max-width: 1199px) {
  .mwk-products-layout { grid-template-columns: 1fr; }
  .mwk-native-products .products,
  .mwk-products-right { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .mwk-ai-pick { width: min(680px, 100%); }
  #products .products,
  body:not(.page-index) .featured-products .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  .mwk-site-header { top: 0; height: 76px; margin: 0; grid-template-columns: 44px 1fr auto; padding: 0 18px; background: rgba(9, 9, 9, .28); }
  .mwk-menu-button { display: grid; }
  .mwk-main-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 28px; background: rgba(15, 14, 13, .97); flex-direction: column; text-align: center; }
  .mwk-main-nav.is-open { display: flex; }
  .mwk-brand { width: 152px; height: 54px; justify-self: center; }
  .mwk-header-actions .mwk-search-toggle,
  .mwk-header-actions > a:first-of-type { display: none; }
  .mwk-search-panel { display: none; }
  .mwk-hero-content { padding-top: 170px; }
  .mwk-store-bar { grid-template-columns: 1fr; }
  .mwk-store-bar-title { min-height: 86px; }
  .mwk-store-track { overflow-x: auto; grid-template-columns: repeat(4, minmax(210px, 1fr)); scrollbar-width: thin; }
  .mwk-native-products .products,
  .mwk-products-right { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .mwk-products-layout { grid-template-columns: 1fr; }
  .mwk-ai-pick { max-width: 620px; }
  .mwk-look { grid-template-columns: 1fr; }
  .mwk-look-media { min-height: 620px; }
  .mwk-brixen-inner,
  .mwk-newsletter-inner { grid-template-columns: 1fr; }
  .mwk-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
  .mwk-hero { min-height: 82svh; }
  .mwk-hero-content { padding: 155px 22px 60px; }
  .mwk-hero h1 { font-size: clamp(3.1rem, 16vw, 4.7rem); }
  .mwk-button-row .mwk-button { width: 100%; }
  .mwk-motion-button { right: 16px; bottom: 16px; }
  .mwk-store-bar-title { padding: 20px 22px; }
  .mwk-store-track a { min-height: 112px; }
  .mwk-section-head { align-items: flex-start; flex-direction: column; }
  .mwk-products .mwk-section-head { align-items: flex-start; text-align: left; }
  .mwk-products .mwk-section-head .mwk-text-link { margin-left: 0; }
  .mwk-native-products .products,
  .mwk-products-right { gap: 10px; }
  #products .products,
  body:not(.page-index) .featured-products .products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  #products .product-miniature .product-description,
  body:not(.page-index) .featured-products .product-miniature .product-description { min-height: 94px; padding: 13px 10px 15px; }
  #product #main .row:first-of-type { padding: 18px; box-shadow: 8px 8px 0 rgba(185, 154, 100, .18); }
  .mwk-look-media { min-height: 520px; }
  .mwk-look-copy { padding: 50px 24px; }
  .mwk-model-card { min-height: 140px; }
  .mwk-brixen-inner { min-height: 520px; }
  .mwk-brixen-copy h2 { font-size: clamp(3.7rem, 19vw, 5.5rem); }
  .mwk-newsletter-card { box-shadow: 8px 8px 0 rgba(9, 9, 9, .14); }
  .mwk-footer-grid { grid-template-columns: 1fr; }
  .mwk-footer-grid > div:not(:first-child) { padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .15); }
  .mwk-whatsapp { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

/* --------------------------------------------------------------------------
   MODEWERK MASTER 1.1 — HEADER, SALES FLOW AND CUSTOMER AREA
   -------------------------------------------------------------------------- */

/* The brand must remain visible over the large editorial photography. */
@media (min-width: 992px) {
  .mwk-site-header { height: 112px; padding-right: clamp(28px, 4vw, 76px); padding-left: clamp(28px, 4vw, 76px); }
  .mwk-main-nav { gap: clamp(22px, 2vw, 36px); }
  .mwk-main-nav a { font-size: .86rem; letter-spacing: .12em; }
  .mwk-brand { width: clamp(270px, 16vw, 340px); height: 100px; }
  .mwk-brand img { max-height: 90px; }
  .mwk-header-actions { gap: 13px; }
  .mwk-icon-button { width: 48px; height: 48px; }
  .mwk-hero-content { padding-top: 220px; }
}

/* The AI pick is a wide editorial story, not a narrow advertising tower. */
@media (min-width: 1200px) {
  .mwk-products-layout {
    grid-template-columns: minmax(0, 1fr) minmax(460px, .92fr) minmax(0, 1fr);
    align-items: stretch;
  }
  .mwk-ai-pick {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(270px, .92fr);
    grid-template-rows: auto 1fr;
  }
  .mwk-wanted-head { grid-column: 1 / -1; }
  .mwk-ai-pick-image { min-height: 100%; grid-column: 1; grid-row: 2; aspect-ratio: auto; }
  .mwk-ai-pick-body { display: flex; flex-direction: column; justify-content: center; grid-column: 2; grid-row: 2; }
  .mwk-ai-pick h3 { font-size: clamp(1.9rem, 2.2vw, 2.9rem); }
  .mwk-ai-button { margin-top: auto; }
}

/* Real ModeWerk store directory. */
.mwk-stores-page { width: 100%; }
.mwk-stores-hero {
  min-height: 230px;
  display: flex;
  align-items: flex-end;
  margin: 0 0 34px;
  padding: clamp(34px, 5vw, 72px);
  background: linear-gradient(90deg, rgba(4, 4, 4, .94), rgba(4, 4, 4, .25)), url("../img/modewerk-hero.jpg") 60% 43%/cover no-repeat;
  color: #fff;
}
.mwk-stores-hero small { display: block; margin-bottom: 10px; color: var(--mwk-gold); font-size: .68rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.mwk-stores-hero h1 { margin: 0; color: #fff !important; font-family: "Arial Black", var(--mwk-sans); font-size: clamp(3.2rem, 7vw, 7rem); line-height: .84; letter-spacing: -.075em; text-transform: uppercase; }
.mwk-stores-intro { max-width: 760px; margin: 0 0 38px; color: #5e5952; font-size: 1.06rem; line-height: 1.6; }
.mwk-store-directory { display: grid; gap: 24px; }
.mwk-store-card {
  position: relative;
  min-height: 330px;
  display: grid;
  grid-template-columns: 1.25fr .78fr;
  overflow: hidden;
  border: 1px solid var(--mwk-line);
  background: #fff;
  box-shadow: 12px 12px 0 rgba(185, 154, 100, .16);
}
.mwk-store-card-copy { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .7fr); gap: 34px; padding: clamp(28px, 4vw, 58px); }
.mwk-store-number { margin-bottom: 28px; color: var(--mwk-gold); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.mwk-store-card h2 { margin: 0 0 18px; color: var(--mwk-ink); font-family: "Arial Black", var(--mwk-sans); font-size: clamp(2rem, 4vw, 4.6rem); line-height: .86; letter-spacing: -.06em; text-transform: uppercase; }
.mwk-store-address { margin: 0 0 19px; color: #4f4b45; font-size: .96rem; line-height: 1.55; }
.mwk-store-contact { display: flex; flex-wrap: wrap; gap: 9px; }
.mwk-store-contact a { min-height: 43px; display: inline-flex; align-items: center; padding: 0 15px; border: 1px solid var(--mwk-ink); color: var(--mwk-ink) !important; font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-decoration: none !important; text-transform: uppercase; }
.mwk-store-contact a:first-child { background: var(--mwk-ink); color: #fff !important; }
.mwk-store-contact a:hover { border-color: var(--mwk-gold); background: var(--mwk-gold); color: var(--mwk-ink) !important; }
.mwk-store-hours { align-self: end; padding-left: 30px; border-left: 1px solid var(--mwk-line); }
.mwk-store-hours strong { display: block; margin-bottom: 12px; font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.mwk-store-hours p { margin: 0; color: #5e5952; font-size: .82rem; line-height: 1.75; }
.mwk-store-card-media { position: relative; min-height: 330px; background: linear-gradient(135deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .02)), url("../img/modewerk-hero.jpg") center/cover no-repeat; }
.mwk-store-card-media::after { position: absolute; right: 20px; bottom: 16px; color: rgba(255, 255, 255, .82); content: "MODEWERK"; font-size: .62rem; font-weight: 900; letter-spacing: .16em; }
.mwk-store-card[data-store="glurns"] .mwk-store-card-media { background-image: linear-gradient(135deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .01)), url("../img/store-glurns.jpg"); background-position: center; }
.mwk-store-card[data-store="schlanders"] .mwk-store-card-media { background-image: linear-gradient(135deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .01)), url("../img/store-schlanders.jpg"); background-position: center; }
.mwk-store-card[data-store="lana"] .mwk-store-card-media { background-image: linear-gradient(135deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .01)), url("../img/store-lana.jpg"); background-position: center; }
.mwk-store-card.is-coming { border-color: var(--mwk-gold); background: var(--mwk-ink); color: #fff; }
.mwk-store-card.is-coming h2 { color: #fff; }
.mwk-store-card.is-coming .mwk-store-address,
.mwk-store-card.is-coming .mwk-store-hours p { color: rgba(255, 255, 255, .68); }
.mwk-store-card.is-coming .mwk-store-hours { border-color: rgba(255, 255, 255, .18); }
.mwk-store-card.is-coming .mwk-store-contact a { border-color: var(--mwk-gold); color: var(--mwk-gold) !important; }
.mwk-store-card.is-coming .mwk-store-contact a:hover { color: var(--mwk-ink) !important; }
.mwk-store-card.is-coming .mwk-store-card-media::before { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(8, 8, 8, .54); color: #fff; content: "MÄRZ 2027"; font-family: "Arial Black", var(--mwk-sans); font-size: clamp(2.4rem, 4vw, 4.8rem); letter-spacing: -.05em; }

@media (max-width: 1199px) {
  .mwk-store-card { grid-template-columns: 1fr; }
  .mwk-store-card-media { min-height: 360px; grid-row: 1; }
}

@media (max-width: 767px) {
  .mwk-store-card-copy { grid-template-columns: 1fr; gap: 25px; padding: 25px 21px 30px; }
  .mwk-store-hours { padding: 22px 0 0; border-top: 1px solid var(--mwk-line); border-left: 0; }
  .mwk-store-card-media { min-height: 260px; }
  .mwk-store-contact a { width: 100%; justify-content: center; }
}

.mwk-outfit-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0 0 14px; }
.mwk-outfit-options label { margin: 0; }
.mwk-outfit-options label > span { display: block; margin-bottom: 7px; color: var(--mwk-gold); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mwk-outfit-options select { width: 100%; height: 44px; padding: 0 34px 0 12px; border: 1px solid rgba(255, 255, 255, .3); background: #121210; color: #fff; }
.mwk-outfit-actions { display: flex; align-items: stretch; gap: 9px; flex-wrap: wrap; }
.mwk-surprise-button { min-height: 50px; padding: 0 20px; border: 1px solid var(--mwk-gold); background: transparent; color: var(--mwk-gold); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.mwk-surprise-button:hover,
.mwk-surprise-button.is-spinning { background: var(--mwk-gold); color: var(--mwk-ink); }

/* Shared frame for all transactional pages. */
body:not(.page-index) #wrapper > .container {
  width: min(calc(100% - 44px), 1540px);
  max-width: none;
  padding-top: clamp(24px, 3vw, 48px);
  padding-bottom: clamp(64px, 8vw, 120px);
}
body:not(.page-index) #wrapper .breadcrumb { margin-bottom: 22px; }
.mwk-page-intro {
  position: relative;
  min-height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 0 30px;
  padding: clamp(28px, 4vw, 54px);
  overflow: hidden;
  background: var(--mwk-ink);
  color: #fff;
}
.mwk-page-intro::after {
  position: absolute;
  right: -.04em;
  bottom: -.38em;
  color: rgba(185, 154, 100, .14);
  content: "MW";
  font-family: "Arial Black", var(--mwk-sans);
  font-size: clamp(7rem, 15vw, 14rem);
  line-height: 1;
  pointer-events: none;
}
.mwk-page-intro small,
.mwk-page-intro h1,
.mwk-page-intro p { position: relative; z-index: 1; }
.mwk-page-intro small { margin-bottom: 10px; color: var(--mwk-gold); font-size: .68rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.mwk-page-intro h1 { margin: 0; color: #fff !important; font-family: "Arial Black", var(--mwk-sans); font-size: clamp(2.6rem, 5.8vw, 6.2rem); line-height: .86; letter-spacing: -.07em; text-transform: uppercase; }
.mwk-page-intro p { max-width: 650px; margin: 16px 0 0; color: rgba(255, 255, 255, .68); font-size: 1rem; }

.mwk-service-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 24px;
  border: 1px solid var(--mwk-line);
  background: #fff;
}
.mwk-service-ribbon span { min-height: 54px; display: flex; align-items: center; justify-content: center; padding: 12px 18px; border-right: 1px solid var(--mwk-line); font-size: .69rem; font-weight: 850; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.mwk-service-ribbon span:last-child { border-right: 0; }
.mwk-service-ribbon b { margin-right: 8px; color: var(--mwk-gold); font-size: 1rem; }

/* Cart */
body.page-cart #main,
body#cart #main { width: 100%; }
body.page-cart .cart-grid,
body#cart .cart-grid { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(330px, .75fr); gap: clamp(22px, 3vw, 46px); margin: 0; }
body.page-cart .cart-grid-body,
body.page-cart .cart-grid-right,
body#cart .cart-grid-body,
body#cart .cart-grid-right { width: auto; max-width: none; padding: 0; }
body.page-cart .cart-container,
body.page-cart .cart-summary,
body#cart .cart-container,
body#cart .cart-summary { border: 1px solid var(--mwk-line); background: #fff; box-shadow: 12px 12px 0 rgba(185, 154, 100, .14); }
body.page-cart .cart-container .card-block:first-child,
body#cart .cart-container .card-block:first-child { padding: 28px 30px 20px; }
body.page-cart .cart-container h1,
body#cart .cart-container h1 { margin: 0; font-family: "Arial Black", var(--mwk-sans); font-size: clamp(2rem, 3.6vw, 4rem); letter-spacing: -.055em; text-transform: uppercase; }
body.page-cart .cart-item,
body#cart .cart-item { padding: 22px 24px; border-bottom: 1px solid var(--mwk-line); }
body.page-cart .cart-item:last-child,
body#cart .cart-item:last-child { border-bottom: 0; }
body.page-cart .product-line-grid,
body#cart .product-line-grid { display: grid; grid-template-columns: minmax(118px, .5fr) minmax(190px, 1.1fr) minmax(220px, 1fr); align-items: center; gap: 20px; margin: 0; }
body.page-cart .product-line-grid > div,
body#cart .product-line-grid > div { width: auto; max-width: none; padding: 0; }
body.page-cart .product-line-grid-left img,
body#cart .product-line-grid-left img { width: 100%; max-width: 170px; aspect-ratio: 4 / 5; object-fit: cover; background: var(--mwk-soft); }
body.page-cart .product-line-info > .label,
body#cart .product-line-info > .label { color: var(--mwk-ink); font-size: 1.05rem; font-weight: 850; }
body.page-cart .product-line-info:not(:first-child),
body#cart .product-line-info:not(:first-child) { color: #65615b; font-size: .82rem; }
body.page-cart .product-line-grid-right .row,
body#cart .product-line-grid-right .row { display: flex; align-items: center; margin: 0; }
body.page-cart .js-cart-line-product-quantity,
body#cart .js-cart-line-product-quantity { width: 72px; min-height: 46px; border: 1px solid var(--mwk-line); text-align: center; }
body.page-cart .remove-from-cart,
body#cart .remove-from-cart { width: 42px; height: 42px; display: grid; place-items: center; color: #777; }
body.page-cart .cart-grid-right,
body#cart .cart-grid-right { align-self: start; position: sticky; top: 26px; }
body.page-cart .cart-summary .cart-summary-line,
body#cart .cart-summary .cart-summary-line { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; }
body.page-cart .cart-summary .cart-total,
body#cart .cart-summary .cart-total { margin-top: 12px; padding-top: 18px; border-top: 1px solid var(--mwk-ink); font-size: 1.25rem; font-weight: 900; }
body.page-cart .checkout .btn,
body#cart .checkout .btn { width: 100%; min-height: 58px; }
body.page-cart .block-promo,
body#cart .block-promo { border-top: 1px solid var(--mwk-line); }
body.page-cart .promo-code form,
body#cart .promo-code form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
body.page-cart .promo-input,
body#cart .promo-input { min-width: 0; height: 46px; border: 1px solid var(--mwk-line); }
.mwk-empty-look { min-height: 390px; display: grid; place-items: center; padding: 50px 24px; text-align: center; }
.mwk-cart-empty > .card-block:first-child,
.mwk-cart-empty > .separator,
.mwk-cart-empty .cart-overview { display: none !important; }
.mwk-empty-look-inner { max-width: 620px; }
.mwk-empty-look-mark { width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto 24px; border: 1px solid var(--mwk-gold); border-radius: 50% !important; color: var(--mwk-gold); font-family: "Arial Black", var(--mwk-sans); font-size: 1.3rem; }
.mwk-empty-look h2 { margin: 0 0 12px; font-family: "Arial Black", var(--mwk-sans); font-size: clamp(2rem, 4vw, 4.2rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.mwk-empty-look p { margin: 0 0 26px; color: #66615a; }

/* Checkout */
body#checkout #header { border-bottom-color: rgba(185, 154, 100, .65); }
body#checkout #header .header-nav { display: none; }
body#checkout #header .header-top { padding: 13px 0; }
body#checkout #header .header-top > .container > .row { min-height: 66px; justify-content: center; }
body#checkout #header .logo { width: clamp(210px, 15vw, 290px); max-height: 72px; }
body#checkout #wrapper > .container { width: min(calc(100% - 44px), 1460px); }
body#checkout #content > .row { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(340px, .72fr); gap: clamp(24px, 3vw, 46px); margin: 0; }
body#checkout .cart-grid-body,
body#checkout .cart-grid-right { width: auto; max-width: none; padding: 0; }
body#checkout .cart-grid-right { align-self: start; position: sticky; top: 24px; }
body#checkout section.checkout-step,
body#checkout #js-checkout-summary { margin: 0 0 18px; border: 1px solid var(--mwk-line); background: #fff; box-shadow: 10px 10px 0 rgba(185, 154, 100, .13); }
body#checkout section.checkout-step .step-title { margin: 0; padding: 22px 24px; color: var(--mwk-ink); font-size: .92rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
body#checkout section.checkout-step.-current .step-title { background: var(--mwk-ink); color: #fff; }
body#checkout section.checkout-step .step-number { color: var(--mwk-gold); }
body#checkout section.checkout-step .content { padding: 26px 24px 30px; }
body#checkout .delivery-option,
body#checkout .payment-option { margin-bottom: 10px; padding: 16px; border: 1px solid var(--mwk-line); background: #fff; }
body#checkout .delivery-option:hover,
body#checkout .payment-option:hover { border-color: var(--mwk-gold); }
body#checkout .condition-label { font-size: .84rem; }
body#checkout #payment-confirmation button { width: 100%; min-height: 58px; }
body#checkout #js-checkout-summary .card-block { padding: 24px; }
body#checkout #js-checkout-summary .cart-summary-line { display: flex; justify-content: space-between; gap: 18px; padding: 8px 0; }
body#checkout #js-checkout-summary .cart-total { margin-top: 14px; padding-top: 18px; border-top: 1px solid var(--mwk-ink); font-size: 1.15rem; font-weight: 900; }
.mwk-checkout-note { margin: 0 0 18px; padding: 18px 20px; border-left: 4px solid var(--mwk-gold); background: #171714; color: rgba(255, 255, 255, .76); font-size: .82rem; line-height: 1.5; }
.mwk-checkout-note strong { display: block; margin-bottom: 5px; color: #fff; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

/* Confirmation */
body.page-order-confirmation #content-hook_order_confirmation,
body#order-confirmation #content-hook_order_confirmation { position: relative; overflow: hidden; border: 0; background: var(--mwk-ink); color: #fff; box-shadow: 14px 14px 0 var(--mwk-gold); }
body.page-order-confirmation #content-hook_order_confirmation::after,
body#order-confirmation #content-hook_order_confirmation::after { position: absolute; right: 24px; bottom: -54px; color: rgba(185, 154, 100, .15); content: "✓"; font-family: "Arial Black", var(--mwk-sans); font-size: 13rem; line-height: 1; }
body.page-order-confirmation #content-hook_order_confirmation .card-block,
body#order-confirmation #content-hook_order_confirmation .card-block { position: relative; z-index: 1; padding: clamp(34px, 5vw, 70px); }
body.page-order-confirmation #content-hook_order_confirmation h3,
body#order-confirmation #content-hook_order_confirmation h3 { color: #fff; font-family: "Arial Black", var(--mwk-sans); font-size: clamp(2.1rem, 4vw, 4.6rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
body.page-order-confirmation .page-order-confirmation,
body#order-confirmation .page-order-confirmation { margin-top: 34px; border: 1px solid var(--mwk-line); background: #fff; box-shadow: 12px 12px 0 rgba(185, 154, 100, .14); }
.mwk-confirmation-gag { margin: 26px 0 0; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .18); color: var(--mwk-gold); font-size: .75rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }

/* Customer account, authentication and order history. */
body.page-authentication #main,
body.page-registration #main,
body.page-password #main { width: min(760px, 100%); margin: 0 auto; }
body.page-authentication .page-header,
body.page-registration .page-header,
body.page-password .page-header { margin: 0; padding: 34px clamp(24px, 4vw, 46px); background: var(--mwk-ink); }
body.page-authentication .page-header h1,
body.page-registration .page-header h1,
body.page-password .page-header h1 { margin: 0; color: #fff; font-family: "Arial Black", var(--mwk-sans); font-size: clamp(2.2rem, 5vw, 4.5rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
body.page-authentication .page-content,
body.page-registration .page-content,
body.page-password .page-content { padding: clamp(28px, 4vw, 48px); border: 1px solid var(--mwk-line); background: #fff; box-shadow: 12px 12px 0 rgba(185, 154, 100, .16); }
body.page-authentication .no-account { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--mwk-line); text-align: center; }
body.page-authentication .forgot-password a,
body.page-authentication .no-account a { color: var(--mwk-ink); font-weight: 800; text-decoration: underline; text-decoration-color: var(--mwk-gold); text-underline-offset: 4px; }
body.page-authentication #submit-login,
body.page-registration .form-control-submit,
body.page-password .form-control-submit { min-height: 52px; padding-right: 28px; padding-left: 28px; }

body.page-my-account #main,
body.page-history #main,
body.page-order-detail #main,
body.page-addresses #main,
body.page-address #main,
body.page-identity #main,
body.page-discount #main,
body.page-order-slip #main,
body.page-order-follow #main { width: 100%; }
body.page-my-account .page-header h1,
body.page-history .page-header h1,
body.page-order-detail .page-header h1,
body.page-addresses .page-header h1,
body.page-address .page-header h1,
body.page-identity .page-header h1,
body.page-discount .page-header h1,
body.page-order-slip .page-header h1,
body.page-order-follow .page-header h1 { font-family: "Arial Black", var(--mwk-sans); font-size: clamp(2.1rem, 4.2vw, 4.8rem); letter-spacing: -.06em; text-transform: uppercase; }
body.page-my-account .links { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 0 15px; }
body.page-my-account .links > a { width: auto; max-width: none; padding: 0; }
body.page-my-account .links .link-item { min-height: 180px; display: flex; align-items: flex-start; justify-content: flex-end; flex-direction: column; padding: 28px; border: 1px solid var(--mwk-line); background: #fff; color: var(--mwk-ink); box-shadow: 9px 9px 0 rgba(185, 154, 100, .13); transition: .25s ease; }
body.page-my-account .links .link-item:hover { border-color: var(--mwk-gold); background: var(--mwk-ink); color: #fff; transform: translateY(-5px); }
body.page-my-account .links .link-item i { margin: 0 0 auto; color: var(--mwk-gold); font-size: 2rem; }
body.page-my-account .links .link-item span { font-size: .83rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
body.page-history table,
body.page-order-detail table { border: 1px solid var(--mwk-line); background: #fff; }
body.page-history table thead,
body.page-order-detail table thead { background: var(--mwk-ink); color: #fff; }
body.page-history table th,
body.page-history table td,
body.page-order-detail table th,
body.page-order-detail table td { padding: 16px; border-color: var(--mwk-line); vertical-align: middle; }
body.page-history .order,
body.page-order-detail .box,
body.page-addresses .address,
body.page-address .page-content,
body.page-identity .page-content,
body.page-discount .page-content,
body.page-order-slip .page-content,
body.page-order-follow .page-content { margin-bottom: 18px; padding: 24px; border: 1px solid var(--mwk-line); background: #fff; box-shadow: 8px 8px 0 rgba(185, 154, 100, .12); }

/* Consistent controls on all sales and customer pages. */
body.page-cart input,
body#checkout input,
body#checkout select,
body#checkout textarea,
body[class*="page-"] .page-content input,
body[class*="page-"] .page-content select,
body[class*="page-"] .page-content textarea { box-shadow: none !important; }
body#checkout .form-control,
body.page-authentication .form-control,
body.page-registration .form-control,
body.page-password .form-control,
body.page-address .form-control,
body.page-identity .form-control { min-height: 48px; border: 1px solid rgba(9, 9, 9, .22); background: #faf9f6; }
body#checkout .form-control:focus,
body.page-authentication .form-control:focus,
body.page-registration .form-control:focus,
body.page-password .form-control:focus,
body.page-address .form-control:focus,
body.page-identity .form-control:focus { border-color: var(--mwk-gold); outline: 2px solid rgba(185, 154, 100, .18); }

.mwk-whatsapp.mwk-global-whatsapp { display: grid; }
.mwk-whatsapp-bubble { position: fixed; z-index: 37; right: 92px; bottom: 29px; max-width: 260px; padding: 13px 16px; border: 1px solid var(--mwk-gold); background: var(--mwk-ink); color: #fff; box-shadow: 0 12px 34px rgba(0, 0, 0, .25); font-size: .78rem; opacity: 0; transform: translateX(10px); pointer-events: none; transition: .25s ease; }
.mwk-whatsapp-bubble.is-visible { opacity: 1; transform: translateX(0); }

/* ModeWerk Gutschein Studio */
body.mwk-voucher-page #wrapper { padding-top: 0; background: #e9e7e0; }
body.mwk-voucher-page #wrapper > .container { width: 100%; max-width: none; padding: 0; }
body.mwk-voucher-page #left-column,
body.mwk-voucher-page #right-column,
body.mwk-voucher-page .breadcrumb,
body.mwk-voucher-page #notifications { display: none !important; }
body.mwk-voucher-page #content-wrapper { width: 100%; max-width: none; flex: 0 0 100%; padding: 0; }
.mwk-voucher-studio { width: 100%; background: #e9e7e0; }
.mwk-voucher-hero { position: relative; overflow: hidden; min-height: 390px; display: flex; justify-content: flex-end; flex-direction: column; padding: clamp(42px, 6vw, 92px) clamp(24px, 7vw, 126px); background: #080808; color: #fff; }
.mwk-voucher-hero::after { position: absolute; right: clamp(18px, 7vw, 120px); bottom: -4.5vw; color: rgba(185, 154, 100, .11); content: "GIFT"; font-family: "Arial Black", var(--mwk-sans); font-size: clamp(8rem, 21vw, 23rem); font-weight: 900; line-height: .72; letter-spacing: -.1em; }
.mwk-voucher-hero > * { position: relative; z-index: 1; }
.mwk-voucher-hero small { margin-bottom: 20px; color: var(--mwk-gold); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.mwk-voucher-hero h1 { max-width: 930px; margin: 0; color: #fff; font-family: "Arial Black", var(--mwk-sans); font-size: clamp(4.2rem, 9vw, 9.8rem); line-height: .78; letter-spacing: -.075em; text-transform: uppercase; }
.mwk-voucher-hero p { max-width: 720px; margin: 30px 0 0; color: rgba(255, 255, 255, .72); font-size: 1rem; line-height: 1.55; }
.mwk-voucher-workspace { width: min(calc(100% - 48px), 1640px); display: grid; grid-template-columns: minmax(340px, .72fr) minmax(560px, 1.28fr); gap: clamp(28px, 5vw, 86px); margin: 0 auto; padding: clamp(50px, 7vw, 110px) 0; }
.mwk-voucher-form { align-self: start; padding: clamp(26px, 3.5vw, 50px); border: 1px solid var(--mwk-line); background: #fff; box-shadow: 13px 13px 0 rgba(185, 154, 100, .22); }
.mwk-voucher-step { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; margin: 42px 0 18px; padding-top: 34px; border-top: 1px solid var(--mwk-line); }
.mwk-voucher-step:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.mwk-voucher-step > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--mwk-gold); color: var(--mwk-gold); font-size: .68rem; font-weight: 900; }
.mwk-voucher-step strong { display: block; font-size: 1.05rem; font-weight: 950; letter-spacing: -.02em; text-transform: uppercase; }
.mwk-voucher-step p { margin: 5px 0 0; color: #77716a; font-size: .8rem; line-height: 1.45; }
.mwk-amount-picker { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 14px; }
.mwk-amount-picker button,
.mwk-design-picker button { min-height: 52px; border: 1px solid var(--mwk-line); background: #f7f6f2; color: var(--mwk-ink); font-size: .76rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; transition: .2s ease; }
.mwk-amount-picker button:hover,
.mwk-amount-picker button.is-active,
.mwk-design-picker button:hover,
.mwk-design-picker button.is-active { border-color: var(--mwk-gold); background: var(--mwk-ink); color: #fff; }
.mwk-field { position: relative; display: block; margin: 0; }
.mwk-field > span { display: block; margin-bottom: 7px; font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.mwk-field input,
.mwk-field textarea { width: 100%; min-height: 50px; padding: 13px 14px; border: 1px solid var(--mwk-line); background: #f7f6f2; color: var(--mwk-ink); box-shadow: none; }
.mwk-field textarea { min-height: 110px; resize: vertical; }
.mwk-field input:focus,
.mwk-field textarea:focus { border-color: var(--mwk-gold); outline: 2px solid rgba(185, 154, 100, .16); }
.mwk-field > small { display: block; margin-top: 5px; color: #817b73; font-size: .66rem; text-align: right; }
.mwk-design-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mwk-design-picker button { min-height: 92px; padding: 10px; }
.mwk-design-picker i { height: 38px; display: block; margin-bottom: 8px; border: 1px solid rgba(0, 0, 0, .16); background: #080808; }
.mwk-design-picker [data-design="altstadt"] i { background: linear-gradient(135deg, #27231f 0 46%, #b99a64 46% 54%, #ded9cf 54%); }
.mwk-design-picker [data-design="light"] i { background: linear-gradient(135deg, #fff 0 70%, #b99a64 70%); }
.mwk-voucher-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.mwk-field-wide { grid-column: 1 / -1; }
.mwk-voucher-preview-column { align-self: start; position: sticky; top: 24px; }
.mwk-voucher-preview { position: relative; overflow: hidden; width: 100%; aspect-ratio: 1.58 / 1; min-height: 480px; padding: clamp(28px, 4vw, 60px); border: 1px solid rgba(185, 154, 100, .55); background: #090909; color: #fff; box-shadow: 20px 20px 0 rgba(185, 154, 100, .34); transition: .35s ease; }
.mwk-voucher-preview.is-altstadt { background: radial-gradient(circle at 73% 20%, rgba(185, 154, 100, .38), transparent 34%), linear-gradient(125deg, #080808 0 48%, #413a32 48% 100%); }
.mwk-voucher-preview.is-light { border-color: var(--mwk-ink); background: #f7f5ef; color: var(--mwk-ink); box-shadow: 20px 20px 0 #111; }
.mwk-voucher-shine { position: absolute; right: -5%; bottom: -14%; color: rgba(185, 154, 100, .09); font-family: "Arial Black", var(--mwk-sans); font-size: clamp(13rem, 22vw, 25rem); font-weight: 900; line-height: .7; letter-spacing: -.12em; }
.mwk-voucher-preview.is-light .mwk-voucher-shine { color: rgba(9, 9, 9, .055); }
.mwk-voucher-brand { position: relative; z-index: 1; font-size: clamp(1.5rem, 2vw, 2.5rem); font-weight: 300; letter-spacing: -.06em; }
.mwk-voucher-brand span { display: block; margin-top: 5px; color: var(--mwk-gold); font-size: .58rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.mwk-voucher-preview-copy { position: relative; z-index: 1; width: 55%; margin-top: clamp(54px, 8vw, 112px); }
.mwk-voucher-preview-copy small { color: var(--mwk-gold); font-size: .65rem; font-style: normal; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mwk-voucher-preview-copy h2 { margin: 7px 0 14px; color: inherit; font-family: "Arial Black", var(--mwk-sans); font-size: clamp(2rem, 3.7vw, 4.7rem); line-height: .86; letter-spacing: -.06em; text-transform: uppercase; overflow-wrap: normal; word-break: normal; hyphens: none; }
.mwk-voucher-preview-copy h2 > span { display: block; }
.mwk-voucher-preview-copy h2.is-custom { font-size: clamp(1.8rem, 3.05vw, 3.85rem); }
.mwk-voucher-preview-copy p { margin: 0 0 16px; color: inherit; font-size: clamp(.75rem, 1vw, .95rem); line-height: 1.45; opacity: .76; }
.mwk-voucher-preview-copy em { color: var(--mwk-gold); font-size: .75rem; font-style: normal; font-weight: 800; }
.mwk-voucher-value { position: absolute; z-index: 1; top: clamp(28px, 4vw, 60px); right: clamp(28px, 4vw, 60px); color: var(--mwk-gold); font-family: "Arial Black", var(--mwk-sans); font-size: clamp(2.1rem, 4vw, 5rem); letter-spacing: -.06em; }
.mwk-voucher-code { position: absolute; z-index: 2; right: clamp(24px, 3vw, 46px); bottom: clamp(24px, 3vw, 42px); width: min(38%, 330px); padding: 12px 14px 9px; background: #fff; color: #090909; text-align: center; }
.mwk-voucher-code svg { width: 100%; height: 48px; display: block; fill: #000; }
.mwk-voucher-code span { display: block; margin-top: 5px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .62rem; font-weight: 800; letter-spacing: .05em; }
.mwk-voucher-code small { display: block; margin-top: 3px; color: #777; font-size: .48rem; letter-spacing: .04em; text-transform: uppercase; }
.mwk-voucher-actions { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 9px; margin: 34px 0 15px; }
.mwk-voucher-actions button { min-height: 55px; padding: 12px 16px; border: 1px solid var(--mwk-ink); background: transparent; color: var(--mwk-ink); font-size: .68rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.mwk-voucher-actions .mwk-voucher-buy { border-color: var(--mwk-gold); background: var(--mwk-ink); color: #fff; }
.mwk-voucher-actions button:hover { border-color: var(--mwk-gold); background: var(--mwk-gold); color: var(--mwk-ink); }
.mwk-voucher-trust { margin: 0; color: #68635c; font-size: .7rem; line-height: 1.5; text-align: center; }
.mwk-voucher-gag { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px clamp(24px, 7vw, 126px); background: var(--mwk-gold); color: var(--mwk-ink); }
.mwk-voucher-gag span { font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mwk-voucher-gag strong { font-family: "Arial Black", var(--mwk-sans); font-size: clamp(1.1rem, 2vw, 2.2rem); letter-spacing: -.035em; text-align: right; text-transform: uppercase; }

@media (max-width: 1199px) {
  .mwk-ai-pick { min-height: 0; }
  body.page-cart .cart-grid,
  body#cart .cart-grid,
  body#checkout #content > .row { grid-template-columns: minmax(0, 1.45fr) minmax(310px, .7fr); gap: 24px; }
  body.page-my-account .links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
  .mwk-ai-pick { width: 100%; max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr); grid-template-rows: auto 1fr; }
  .mwk-wanted-head { grid-column: 1 / -1; }
  .mwk-ai-pick-image { min-height: 420px; grid-column: 1; grid-row: 2; aspect-ratio: auto; }
  .mwk-ai-pick-body { display: flex; flex-direction: column; justify-content: center; grid-column: 2; grid-row: 2; }
  .mwk-outfit-options { grid-template-columns: 1fr; }
  body.page-cart .cart-grid,
  body#cart .cart-grid,
  body#checkout #content > .row { grid-template-columns: 1fr; }
  body.page-cart .cart-grid-right,
  body#cart .cart-grid-right,
  body#checkout .cart-grid-right { position: static; }
  body.page-cart .product-line-grid,
  body#cart .product-line-grid { grid-template-columns: 130px 1fr; }
  body.page-cart .product-line-grid-right,
  body#cart .product-line-grid-right { grid-column: 2; }
  .mwk-voucher-workspace { grid-template-columns: 1fr; }
  .mwk-voucher-preview-column { position: static; }
}

@media (max-width: 575px) {
  .mwk-ai-pick { display: block; }
  .mwk-ai-pick-image { min-height: 0; aspect-ratio: 4 / 3; }
  body:not(.page-index) #wrapper > .container { width: calc(100% - 24px); padding-top: 16px; }
  .mwk-page-intro { min-height: 148px; margin-bottom: 20px; padding: 24px 20px; }
  .mwk-service-ribbon { grid-template-columns: 1fr; }
  .mwk-service-ribbon span { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--mwk-line); text-align: left; }
  .mwk-service-ribbon span:last-child { border-bottom: 0; }
  body.page-cart .cart-item,
  body#cart .cart-item { padding: 18px 14px; }
  body.page-cart .product-line-grid,
  body#cart .product-line-grid { grid-template-columns: 94px 1fr; gap: 13px; }
  body.page-cart .product-line-grid-left img,
  body#cart .product-line-grid-left img { max-width: 94px; }
  body.page-cart .product-line-grid-right,
  body#cart .product-line-grid-right { grid-column: 1 / -1; padding-top: 13px; border-top: 1px solid var(--mwk-line); }
  body#checkout section.checkout-step .step-title,
  body#checkout section.checkout-step .content { padding-right: 17px; padding-left: 17px; }
  body.page-my-account .links { grid-template-columns: 1fr; }
  body.page-my-account .links .link-item { min-height: 132px; }
  .mwk-whatsapp-bubble { display: none; }
  .mwk-voucher-workspace { width: calc(100% - 24px); padding: 30px 0 52px; }
  .mwk-voucher-form { padding: 22px 18px; box-shadow: 7px 7px 0 rgba(185, 154, 100, .22); }
  .mwk-amount-picker { grid-template-columns: repeat(2, 1fr); }
  .mwk-design-picker { grid-template-columns: 1fr; }
  .mwk-design-picker button { min-height: 66px; display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 12px; text-align: left; }
  .mwk-design-picker i { width: 70px; margin: 0; }
  .mwk-voucher-fields { grid-template-columns: 1fr; }
  .mwk-field-wide { grid-column: auto; }
  .mwk-voucher-preview { min-height: 520px; aspect-ratio: auto; padding: 24px; box-shadow: 8px 8px 0 rgba(185, 154, 100, .34); }
  .mwk-voucher-preview-copy { width: 100%; margin-top: 85px; }
  .mwk-voucher-value { top: 24px; right: 24px; }
  .mwk-voucher-code { right: 24px; bottom: 24px; left: 24px; width: auto; }
  .mwk-voucher-actions { grid-template-columns: 1fr; }
  .mwk-voucher-gag { align-items: flex-start; flex-direction: column; }
  .mwk-voucher-gag strong { text-align: left; }
}

/* --------------------------------------------------------------------------
   MODEWERK MASTER 1.1.6 — LARGE PRODUCT EDIT AND CLEAN STORE HEADER
   -------------------------------------------------------------------------- */

/* Four readable products span the page. The editorial pick sits below and is
   anchored on the right, so increasing its width makes it grow to the left. */
.mwk-products .mwk-section {
  width: min(100%, 1920px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.mwk-products .mwk-section-head {
  width: 100% !important;
  max-width: none !important;
}
.mwk-products-layout {
  width: 100% !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  grid-template-areas:
    "products more"
    "wanted wanted" !important;
  align-items: start !important;
  gap: clamp(22px, 2vw, 38px) !important;
  margin: 0 !important;
}
.mwk-native-products { grid-area: products !important; }
.mwk-products-right { grid-area: more !important; }
.mwk-native-products .products,
.mwk-products-right {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(18px, 1.5vw, 28px) !important;
}
.mwk-ai-pick {
  grid-area: wanted !important;
  width: min(1120px, 100%) !important;
  min-height: 440px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr) !important;
  grid-template-rows: auto 1fr !important;
  margin: clamp(6px, 1vw, 18px) 0 0 auto !important;
}
.mwk-ai-pick .mwk-wanted-head {
  grid-column: 1 / -1 !important;
}
.mwk-ai-pick .mwk-ai-pick-image {
  min-height: 420px !important;
  grid-column: 1 !important;
  grid-row: 2 !important;
  aspect-ratio: auto !important;
}
.mwk-ai-pick .mwk-ai-pick-body {
  min-width: 0;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  grid-column: 2 !important;
  grid-row: 2 !important;
}

@media (max-width: 991px) {
  .mwk-products-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "products"
      "more"
      "wanted" !important;
  }
  .mwk-ai-pick {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .82fr) !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .mwk-native-products .products,
  .mwk-products-right { grid-template-columns: minmax(0, 1fr) !important; }
  .mwk-ai-pick { display: block !important; }
  .mwk-ai-pick .mwk-ai-pick-image {
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
  }
}

/* --------------------------------------------------------------------------
   MODEWERK MASTER 1.1.6 — PRODUCT EDIT + FADING BRAND STAGE
   -------------------------------------------------------------------------- */
.mwk-products-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.62fr) minmax(360px, .78fr) !important;
  grid-template-areas: "showcase brands" !important;
  align-items: stretch !important;
  gap: clamp(28px, 3vw, 58px) !important;
}
.mwk-products-showcase {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas:
    "products more"
    "wanted wanted";
  align-content: start;
  gap: clamp(22px, 2vw, 36px);
}
.mwk-products-showcase .mwk-native-products { grid-area: products !important; }
.mwk-products-showcase .mwk-products-right { grid-area: more !important; }
.mwk-products-showcase .mwk-ai-pick {
  grid-area: wanted !important;
  width: 100% !important;
  min-height: 390px !important;
  margin: 0 !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr) !important;
}
.mwk-products-showcase .mwk-ai-pick-image { min-height: 360px !important; }
.mwk-native-products .products,
.mwk-products-right {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.mwk-brand-stage {
  position: relative;
  isolation: isolate;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(34px, 4vw, 74px);
  background: var(--mwk-ink);
  color: #fff;
}
.mwk-brand-stage::after {
  position: absolute;
  z-index: -1;
  right: -3%;
  bottom: -7%;
  color: rgba(185, 154, 100, .09);
  content: "MW";
  font-family: "Arial Black", var(--mwk-sans);
  font-size: clamp(11rem, 22vw, 27rem);
  letter-spacing: -.12em;
  line-height: .75;
}
.mwk-brand-stage > p {
  margin: 0 0 18px;
  color: var(--mwk-gold);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.mwk-brand-stage h3 {
  margin: 0;
  color: #fff;
  font-family: "Arial Black", var(--mwk-sans);
  font-size: clamp(3.7rem, 6vw, 7.3rem);
  line-height: .82;
  letter-spacing: -.075em;
  text-transform: uppercase;
}
.mwk-brand-rotator {
  position: relative;
  min-height: clamp(120px, 12vw, 220px);
  margin: clamp(42px, 7vw, 100px) 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}
.mwk-brand-rotator span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Arial Black", var(--mwk-sans);
  font-size: clamp(2.1rem, 4.2vw, 5.4rem);
  line-height: .9;
  letter-spacing: -.055em;
  opacity: 0;
  transform: translateY(18px);
  animation: mwkBrandFade 30s infinite;
  animation-delay: calc(var(--mwk-brand-index) * 3s);
}
@keyframes mwkBrandFade {
  0%, 100% { opacity: 0; transform: translateY(18px); }
  7%, 17% { opacity: 1; transform: translateY(0); }
  23% { opacity: 0; transform: translateY(-18px); }
}
.mwk-brand-stage > small {
  max-width: 360px;
  color: rgba(255, 255, 255, .7);
  font-size: .82rem;
  line-height: 1.6;
}
.mwk-brand-stage > a {
  width: fit-content;
  margin-top: 28px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--mwk-gold);
  color: #fff !important;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: none !important;
  text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
  .mwk-brand-rotator { display: grid; align-content: center; gap: 9px; padding: 24px 0; }
  .mwk-brand-rotator span { position: static; display: block; font-size: 1.3rem; opacity: 1; transform: none; animation: none; }
}

@media (max-width: 1199px) {
  .mwk-products-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: "showcase" "brands" !important;
  }
  .mwk-brand-stage { min-height: 520px; }
}

@media (max-width: 767px) {
  .mwk-products-showcase {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "products" "more" "wanted";
  }
  .mwk-products-showcase .mwk-ai-pick { grid-template-columns: minmax(0, 1fr) minmax(250px, .8fr) !important; }
}

@media (max-width: 575px) {
  .mwk-products-showcase .mwk-ai-pick { display: block !important; }
  .mwk-brand-stage { min-height: 480px; }
}

/* --------------------------------------------------------------------------
   MODEWERK MASTER 1.1.8 — CLEAN PRODUCT CANVAS
   PrestaShop remains the data source, but its inherited grid stays invisible.
   -------------------------------------------------------------------------- */
.mwk-product-source { display: none !important; }
.mwk-products-showcase {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas:
    "cards"
    "wanted" !important;
  align-content: start !important;
}
.mwk-product-grid {
  grid-area: cards;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(16px, 1.5vw, 28px);
}
.mwk-product-grid > .mwk-product-slot {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  float: none !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.mwk-product-grid .product-miniature {
  width: 100% !important;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.mwk-product-grid .thumbnail-container {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  overflow: visible;
  background: transparent;
  box-shadow: none !important;
}
.mwk-product-grid .product-thumbnail {
  position: relative;
  width: 100%;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ebe8e1;
}
.mwk-product-grid .product-thumbnail img {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  display: block;
  margin: 0 !important;
  object-fit: cover;
  transform: none;
  transition: transform .3s ease;
}
.mwk-product-grid .product-miniature:hover .product-thumbnail img { transform: scale(1.025); }
.mwk-product-grid .product-description {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  min-height: 106px;
  flex: 1 1 auto;
  padding: 18px 2px !important;
  background: var(--mwk-soft) !important;
  text-align: left !important;
}
.mwk-product-grid .product-title { margin: 0 0 7px !important; text-align: left !important; }
.mwk-product-grid .product-title a {
  color: var(--mwk-ink) !important;
  font-size: clamp(.86rem, .9vw, 1.04rem) !important;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
}
.mwk-product-grid .product-price-and-shipping {
  color: var(--mwk-ink) !important;
  font-size: .94rem;
  font-weight: 850;
  text-align: left !important;
}
.mwk-product-grid .highlighted-informations,
.mwk-product-grid .product-list-reviews { display: none !important; }
.mwk-product-grid .product-flags li.product-flag {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  margin: 0 0 6px;
  padding: 6px 19px 6px 10px;
  border: 0;
  background: var(--mwk-ink);
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 50%, calc(100% - 9px) 100%, 0 100%);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}
.mwk-product-grid .product-flags li.discount,
.mwk-product-grid .product-flags li.discount-percentage { background: #d98d64; }
.mwk-product-grid .product-flags li.new { color: var(--mwk-gold); }
.mwk-products-showcase .mwk-ai-pick {
  grid-area: wanted !important;
  align-self: start;
}

@media (max-width: 991px) {
  .mwk-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575px) {
  .mwk-product-grid { gap: 12px; }
  .mwk-product-grid .product-description { min-height: 96px; padding: 14px 2px !important; }
}

/* --------------------------------------------------------------------------
   MODEWERK MASTER 1.2.0 — OUTFIT-KI ROUTE
   The PrestaShop parent column must never be allowed to squeeze this section.
   -------------------------------------------------------------------------- */
.mwk-home > .mwk-products {
  position: relative !important;
  left: 0 !important;
  right: auto !important;
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mwk-home > .mwk-products > .mwk-section {
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
}
.mwk-home > .mwk-products .mwk-products-layout {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

/* --------------------------------------------------------------------------
   MODEWERK MASTER 1.2.2 — CATALOG, PRODUCT, NAVIGATION AND SERVICE PAGES
   This layer deliberately follows Classic's actual Bootstrap structure.
   -------------------------------------------------------------------------- */

/* Global shop header */
body:not(#index) #header {
  position: relative;
  z-index: 50;
}
body:not(#index) #header .header-top {
  padding: 14px 0 0;
}
body:not(#index) #header .header-top > .container > .row {
  min-height: 92px;
  flex-wrap: wrap;
}
body:not(#index) #header #_desktop_logo {
  align-self: center;
}
body:not(#index) #header .header-top-right {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.2vw, 38px);
}
body:not(#index) #header .header-top .menu,
body:not(#index) #header #_desktop_top_menu {
  position: static;
  flex: 1 1 auto;
  width: auto;
  margin: 0;
  background: transparent !important;
}
body:not(#index) #header .top-menu[data-depth="0"] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 1.8vw, 30px);
  margin: 0;
}
body:not(#index) #header .top-menu[data-depth="0"] > li {
  position: static;
  float: none;
}
body:not(#index) #header .top-menu a[data-depth="0"] {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 2px;
  color: #fff !important;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(#index) #header .top-menu a[data-depth="0"]::after {
  width: 0;
  height: 1px;
  display: block;
  margin-left: 8px;
  background: var(--mwk-gold);
  content: "";
  transition: width .2s ease;
}
body:not(#index) #header .top-menu a[data-depth="0"]:hover::after,
body:not(#index) #header .top-menu > li:hover > a[data-depth="0"]::after {
  width: 18px;
}
body:not(#index) #header .top-menu .sub-menu {
  top: calc(100% - 1px) !important;
  left: 50% !important;
  width: min(1120px, calc(100vw - 48px));
  max-width: none;
  margin: 0 !important;
  padding: clamp(26px, 3vw, 46px) !important;
  border: 1px solid rgba(185, 154, 100, .6);
  background: rgba(10, 10, 9, .98) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
  transform: translateX(-50%);
}
body:not(#index) #header .top-menu .sub-menu ul[data-depth="1"] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 28px;
}
body:not(#index) #header .top-menu .sub-menu a {
  display: block;
  padding: 9px 0;
  color: rgba(255, 255, 255, .78) !important;
  font-size: .8rem;
  font-weight: 750;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(#index) #header .top-menu .sub-menu a:hover {
  color: var(--mwk-gold) !important;
}
body:not(#index) #header .search-widget {
  flex: 0 1 310px;
  width: min(310px, 28vw);
}
body:not(#index) #header .search-widget form input[type="text"],
body:not(#index) #header .search-widget form input[type="search"] {
  min-width: 0;
  width: 100%;
}

/* Language selector: no more white, unreadable default popover. */
#header .language-selector-wrapper {
  position: relative;
}
#header .language-selector-wrapper .language-selector,
#header .language-selector-wrapper button,
#header .language-selector-wrapper > a {
  border: 0;
  background: transparent !important;
  color: #fff !important;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
#header .language-selector-wrapper .expand-more {
  color: #63d5ff !important;
}
#header .language-selector-wrapper .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 190px;
  margin-top: 10px;
  padding: 9px;
  border: 1px solid var(--mwk-gold);
  border-radius: 0;
  background: #0d0d0c;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .34);
}
#header .language-selector-wrapper .dropdown-menu a,
#header .language-selector-wrapper .dropdown-menu li,
#header .language-selector-wrapper .dropdown-item {
  display: block;
  padding: 11px 12px;
  color: rgba(255, 255, 255, .78) !important;
  background: transparent !important;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
#header .language-selector-wrapper .dropdown-menu a:hover,
#header .language-selector-wrapper .dropdown-menu .current a {
  color: var(--mwk-ink) !important;
  background: var(--mwk-gold) !important;
}

/* Homepage department flyouts, populated from PrestaShop's native menu. */
.mwk-nav-department {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
}
.mwk-nav-department > a {
  display: flex;
  align-items: center;
  min-height: 64px;
}
.mwk-nav-flyout {
  position: absolute;
  z-index: 60;
  top: calc(100% - 1px);
  left: 0;
  width: min(760px, calc(100vw - 64px));
  min-width: 520px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px 26px;
  padding: 28px 30px;
  border: 1px solid rgba(185, 154, 100, .7);
  background: rgba(8, 8, 8, .98);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .35);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease;
}
.mwk-nav-department:nth-child(2) .mwk-nav-flyout {
  left: -100px;
}
.mwk-nav-department:hover .mwk-nav-flyout,
.mwk-nav-department:focus-within .mwk-nav-flyout,
.mwk-nav-department.is-open .mwk-nav-flyout {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.mwk-nav-flyout:empty { display: none; }
.mwk-nav-flyout a {
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .78) !important;
  font-size: .68rem !important;
}
.mwk-nav-flyout a:hover { color: var(--mwk-gold) !important; }

/* Consistent internal canvas. */
body:not(#index) #wrapper {
  padding: clamp(24px, 3vw, 54px) 0 clamp(70px, 8vw, 130px);
}
body:not(#index) #wrapper > .container {
  width: min(calc(100% - clamp(28px, 5vw, 86px)), 1680px);
  max-width: none;
}
body:not(#index) .breadcrumb {
  margin-bottom: clamp(22px, 3vw, 42px);
}

/* Category header, columns and editorial subcategory tiles. */
.page-category #content-wrapper,
.page-new-products #content-wrapper,
.page-best-sales #content-wrapper,
.page-prices-drop #content-wrapper,
.page-search #content-wrapper {
  min-width: 0;
}
.page-category #js-product-list-header,
.page-new-products #js-product-list-header,
.page-best-sales #js-product-list-header,
.page-prices-drop #js-product-list-header {
  min-height: clamp(190px, 19vw, 300px);
  align-items: center;
  padding: clamp(34px, 5vw, 72px);
}
.page-category .mw-category-hero {
  min-height: clamp(250px, 28vw, 420px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 clamp(28px, 4vw, 58px);
  padding: clamp(36px, 6vw, 88px);
  border: 0;
  background: linear-gradient(118deg, #080808 12%, #17140e 68%, #2c2517);
  box-shadow: 18px 18px 0 rgba(185, 154, 100, .15);
}
.page-category .mw-category-hero__eyebrow {
  margin-bottom: 15px;
  color: var(--mwk-gold);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.page-category .mw-category-hero__title {
  max-width: 11ch;
  margin: 0;
  color: #fff;
  font-family: "Arial Black", var(--mwk-sans);
  font-size: clamp(3rem, 7vw, 7.6rem);
  line-height: .82;
  letter-spacing: -.065em;
  text-transform: uppercase;
}
.page-category .mw-category-hero__description {
  max-width: 62ch;
  margin-top: 24px;
  color: rgba(255, 255, 255, .7);
}
.page-category #subcategories {
  margin: 0 0 clamp(34px, 5vw, 70px);
  padding: clamp(22px, 3vw, 42px);
  border: 1px solid rgba(9, 9, 9, .12);
  background: rgba(255, 255, 255, .86);
}
.page-category #subcategories .subcategory-heading {
  margin: 0 0 22px;
  color: var(--mwk-ink);
  font-family: "Arial Black", var(--mwk-sans);
  font-size: clamp(1.35rem, 2.3vw, 2.35rem);
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.page-category #subcategories ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.page-category #subcategories ul li {
  position: relative;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #11110f;
}
.page-category #subcategories ul li:nth-child(4n+2) { background: #22221f; }
.page-category #subcategories ul li:nth-child(4n+3) { background: #b99a64; }
.page-category #subcategories ul li:nth-child(4n+4) { background: #d7d5cf; }
.page-category #subcategories .subcategory-image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 8;
  margin: 0;
  overflow: hidden;
  background: transparent;
}
.page-category #subcategories .subcategory-image::before {
  position: absolute;
  right: -14px;
  bottom: -32px;
  color: rgba(255, 255, 255, .08);
  content: "MW";
  font-family: "Arial Black", var(--mwk-sans);
  font-size: clamp(4rem, 6vw, 7rem);
  letter-spacing: -.1em;
}
.page-category #subcategories .subcategory-image a {
  width: 100%;
  height: 100%;
  display: block;
}
.page-category #subcategories .subcategory-image img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  opacity: .34;
  filter: grayscale(1) contrast(1.08);
  transition: opacity .3s ease, transform .5s ease;
}
.page-category #subcategories li:hover .subcategory-image img {
  opacity: .7;
  transform: scale(1.04);
}
.page-category #subcategories .mwk-no-category-image .subcategory-image::after {
  position: absolute;
  top: 16px;
  left: 16px;
  color: rgba(255, 255, 255, .55);
  content: "MODEWERK EDIT";
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .14em;
}
.page-category #subcategories h5 {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 15px;
  left: 16px;
  margin: 0;
}
.page-category #subcategories h5 a {
  color: #fff !important;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.page-category #subcategories ul li:nth-child(4n+3) h5 a,
.page-category #subcategories ul li:nth-child(4n+4) h5 a {
  color: var(--mwk-ink) !important;
}

/* Product listing cards: correct dimensions and larger source images. */
#products .products,
body:not(#index) .featured-products .products,
body:not(#index) .product-accessories .products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 32px);
}
#products .product-miniature .thumbnail-container,
body:not(#index) .featured-products .product-miniature .thumbnail-container,
body:not(#index) .product-accessories .product-miniature .thumbnail-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}
#products .product-miniature .product-thumbnail,
body:not(#index) .featured-products .product-miniature .product-thumbnail,
body:not(#index) .product-accessories .product-miniature .product-thumbnail {
  aspect-ratio: 3 / 4;
}
#products .product-miniature .product-thumbnail img,
body:not(#index) .featured-products .product-miniature .product-thumbnail img,
body:not(#index) .product-accessories .product-miniature .product-thumbnail img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  image-rendering: auto;
}
#products .product-miniature .product-description,
body:not(#index) .featured-products .product-miniature .product-description,
body:not(#index) .product-accessories .product-miniature .product-description {
  flex: 1 1 auto;
  min-height: 122px;
  padding: 20px 18px 22px;
}
#products .product-miniature .product-price-and-shipping,
body:not(#index) .featured-products .product-miniature .product-price-and-shipping {
  color: var(--mwk-ink);
  font-size: 1rem;
  font-weight: 900;
  text-align: left;
}
.products-selection {
  margin-bottom: 28px;
  border: 1px solid rgba(9, 9, 9, .14);
  background: rgba(255, 255, 255, .9);
}
.products-sort-order .select-title {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(9, 9, 9, .18);
  background: #fff;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.mwk-filter-button {
  display: none;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
  padding: 0 18px;
  border: 1px solid var(--mwk-ink);
  background: var(--mwk-ink);
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Product detail: use Classic's two actual columns instead of forcing a grid. */
#product #wrapper > .container {
  width: min(calc(100% - clamp(28px, 5vw, 88px)), 1540px);
}
#product #main .product-container {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: clamp(24px, 3.5vw, 56px);
  border: 1px solid rgba(9, 9, 9, .11);
  background: rgba(255, 255, 255, .96);
  box-shadow: 18px 18px 0 rgba(185, 154, 100, .17);
}
#product #main .product-container > .col-md-6:first-child {
  flex: 0 0 58%;
  max-width: 58%;
  padding: 0 clamp(28px, 4vw, 68px) 0 0;
}
#product #main .product-container > .col-md-6:last-child {
  flex: 0 0 42%;
  max-width: 42%;
  padding: 0;
}
#product #main .product-container .page-content {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
#product .product-cover {
  width: 100%;
  min-height: 0;
  overflow: hidden;
  background: #eeeae3;
}
#product .product-cover img {
  position: static;
  width: 100%;
  max-height: 820px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  image-rendering: auto;
}
#product .product-images {
  display: flex !important;
  gap: 10px;
  margin-top: 12px;
}
#product .product-images > li.thumb-container {
  width: 82px;
  flex: 0 0 82px;
}
#product .product-images > li.thumb-container img {
  width: 82px;
  height: 108px;
  object-fit: cover;
}
#product #main .product-container h1 {
  max-width: 12ch;
  margin: 0 0 20px;
  color: var(--mwk-ink);
  font-family: "Arial Black", var(--mwk-sans);
  font-size: clamp(2.6rem, 4.1vw, 5rem);
  line-height: .85;
  letter-spacing: -.065em;
  text-transform: uppercase;
}
#product .mwk-product-kicker {
  margin: 0 0 14px;
  color: var(--mwk-gold);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
#product .product-prices {
  margin: 0 0 22px;
  padding: 18px 0;
}
#product .product-price {
  color: var(--mwk-ink);
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 900;
}
#product .product-information {
  position: static;
  padding-top: 28px;
}
#product .product-description {
  color: #494741;
  font-size: .93rem;
  line-height: 1.65;
}
#product .product-variants {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--mwk-line);
}
#product .product-variants > .product-variants-item {
  margin: 0 0 20px;
}
#product .product-variants > .product-variants-item .control-label {
  margin-bottom: 10px;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
#product .product-add-to-cart {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-top: 24px;
}
#product .product-add-to-cart .product-quantity {
  width: 100%;
  display: flex;
  gap: 10px;
}
#product .product-add-to-cart .add-to-cart {
  min-height: 56px;
  flex: 1 1 auto;
}
#product .product-add-to-cart .qty {
  flex: 0 0 76px;
}
#product .tabs {
  width: 100%;
  margin: clamp(38px, 5vw, 72px) 0 0;
  padding: clamp(22px, 3vw, 42px);
}
#product .product-accessories,
#product .featured-products {
  margin-top: clamp(50px, 7vw, 100px);
}

/* Cart, checkout, account and CMS share one calm editorial surface. */
body#cart .cart-grid,
body#checkout #content,
.page-authentication .page-content,
.page-registration .page-content,
.page-my-account #content,
.page-cms .page-content {
  position: relative;
}
body#cart .cart-container,
body#cart .cart-summary,
body#checkout .checkout-step,
.page-authentication .login-form,
.page-registration .register-form,
.page-cms .page-content {
  border: 1px solid rgba(9, 9, 9, .13);
  background: rgba(255, 255, 255, .94);
  box-shadow: 12px 12px 0 rgba(185, 154, 100, .14);
}
body#checkout .checkout-step {
  margin-bottom: 14px;
  padding: clamp(18px, 2vw, 30px);
}
.page-my-account .links a {
  min-height: 150px;
  border: 1px solid rgba(9, 9, 9, .12);
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}
.page-my-account .links a:hover {
  box-shadow: 9px 9px 0 rgba(185, 154, 100, .18);
  transform: translateY(-4px);
}
.page-cms .page-content {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 72px);
  color: #34332f;
  font-size: 1rem;
  line-height: 1.75;
}
.page-cms .page-content h1,
.page-cms .page-content h2,
.page-cms .page-content h3 {
  color: var(--mwk-ink);
  font-family: "Arial Black", var(--mwk-sans);
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.page-cms .page-content h2 {
  margin-top: 42px;
  padding-top: 30px;
  border-top: 1px solid var(--mwk-line);
}

@media (max-width: 1199px) {
  body:not(#index) #header .header-top-right { gap: 15px; }
  body:not(#index) #header .top-menu[data-depth="0"] { gap: 14px; }
  body:not(#index) #header .search-widget { flex-basis: 250px; width: 250px; }
  .page-category #subcategories ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  #products .products,
  body:not(#index) .featured-products .products,
  body:not(#index) .product-accessories .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
  body:not(#index) #header .header-top { padding: 10px 0; }
  body:not(#index) #header .header-top > .container > .row { min-height: 68px; }
  body:not(#index) #header .header-top-right { min-height: 0; }
  .mwk-nav-department { width: 100%; min-height: auto; display: block; }
  .mwk-nav-department > a { min-height: 42px; justify-content: center; }
  .mwk-nav-flyout,
  .mwk-nav-department:nth-child(2) .mwk-nav-flyout {
    position: static;
    width: 100%;
    min-width: 0;
    max-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 20px;
    overflow: hidden;
    border: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
  }
  .mwk-nav-department.is-open .mwk-nav-flyout {
    max-height: 680px;
    padding: 16px 20px;
    border-top: 1px solid rgba(185, 154, 100, .35);
  }
  .page-category #subcategories ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mwk-filter-button { display: flex; }
  .mwk-filters-open::after {
    position: fixed;
    z-index: 998;
    inset: 0;
    background: rgba(0, 0, 0, .58);
    content: "";
  }
  .page-category #search_filters,
  .page-new-products #search_filters,
  .page-best-sales #search_filters,
  .page-prices-drop #search_filters,
  .page-search #search_filters {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(88vw, 420px);
    margin: 0;
    padding: 70px 20px 28px;
    overflow-y: auto;
    transform: translateX(108%);
    transition: transform .25s ease;
  }
  .mwk-filters-open #search_filters { transform: translateX(0); }
  #product #main .product-container > .col-md-6:first-child,
  #product #main .product-container > .col-md-6:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  #product #main .product-container > .col-md-6:last-child { margin-top: 34px; }
  #product #main .product-container h1 { max-width: 15ch; }
}

@media (max-width: 575px) {
  body:not(#index) #wrapper > .container { width: calc(100% - 24px); }
  .mwk-nav-flyout,
  .mwk-nav-department:nth-child(2) .mwk-nav-flyout { grid-template-columns: 1fr; }
  .page-category .mw-category-hero { box-shadow: 8px 8px 0 rgba(185, 154, 100, .15); }
  .page-category #subcategories { padding: 15px; }
  .page-category #subcategories ul { gap: 8px; }
  .page-category #subcategories .subcategory-image { aspect-ratio: 4 / 3; }
  #products .products,
  body:not(#index) .featured-products .products,
  body:not(#index) .product-accessories .products { gap: 12px 9px; }
  #products .product-miniature .product-description,
  body:not(#index) .featured-products .product-miniature .product-description { min-height: 105px; padding: 14px 11px; }
  #product #main .product-container { padding: 16px; box-shadow: 8px 8px 0 rgba(185, 154, 100, .17); }
  #product #main .product-container h1 { font-size: clamp(2.3rem, 12vw, 3.4rem); }
  #product .product-images > li.thumb-container,
  #product .product-images > li.thumb-container img { width: 64px; flex-basis: 64px; }
  #product .product-images > li.thumb-container img { height: 84px; }
  .page-cms .page-content { padding: 22px 18px; box-shadow: 7px 7px 0 rgba(185, 154, 100, .14); }
}


/* ModeWerk Editorial Signature 1.3.1
   More expressive new-arrivals stage, brand statement and product gallery. */

.page-new-products #js-product-list-header.mw131-new-hero,
#new-products #js-product-list-header.mw131-new-hero {
  min-height: clamp(420px, 42vw, 650px);
  display: block;
  padding: 0;
  background:
    linear-gradient(105deg, rgba(4, 4, 4, .99) 0 54%, rgba(20, 17, 12, .96) 78%, rgba(50, 41, 25, .98) 100%);
}

.page-new-products #js-product-list-header.mw131-new-hero::before,
#new-products #js-product-list-header.mw131-new-hero::before {
  position: absolute;
  top: -18%;
  right: 31%;
  width: 1px;
  height: 145%;
  background: linear-gradient(transparent, rgba(185, 154, 100, .8), transparent);
  content: "";
  transform: rotate(17deg);
}

.page-new-products #js-product-list-header.mw131-new-hero::after,
#new-products #js-product-list-header.mw131-new-hero::after {
  right: -1%;
  bottom: -19%;
  color: rgba(185, 154, 100, .14);
  font-size: clamp(15rem, 29vw, 31rem);
}

.mw131-new-stage {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(230px, .6fr);
  align-items: end;
  gap: clamp(30px, 5vw, 90px);
  padding: clamp(42px, 6vw, 98px);
  color: #fff;
}

.mw131-new-copy { align-self: center; }

.mw131-kicker {
  margin-bottom: 23px;
  color: #b99a64;
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.mw131-new-copy h1 {
  max-width: none !important;
  margin: 0 !important;
  font-size: clamp(4.6rem, 9.4vw, 10.5rem) !important;
  line-height: .72 !important;
  letter-spacing: -.085em !important;
}

.mw131-new-copy h1 span { display: block; }
.mw131-new-copy h1 span:last-child {
  margin-left: clamp(18px, 4vw, 75px);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .78);
}

.mw131-new-copy p {
  max-width: 47ch;
  margin: clamp(28px, 4vw, 48px) 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(.92rem, 1.15vw, 1.12rem);
  line-height: 1.7;
}

.mw131-discover {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 26px;
  margin-top: 28px;
  padding: 0 20px;
  border: 1px solid #b99a64;
  color: #fff !important;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.mw131-discover:hover { background: #b99a64; color: #050505 !important; }

.mw131-statement,
.mw131-category-statement {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding-left: 22px;
  border-left: 3px solid #b99a64;
}

.mw131-statement { align-self: end; margin-bottom: 10px; }
.mw131-statement strong,
.mw131-category-statement strong {
  color: #fff;
  font-size: clamp(.86rem, 1.1vw, 1.1rem);
  font-weight: 900;
  letter-spacing: .04em;
}
.mw131-statement span,
.mw131-category-statement span {
  margin-top: 6px;
  color: rgba(255, 255, 255, .64);
  font-size: .82rem;
}

.page-category .mw-category-hero { justify-content: flex-start; }
.mw131-category-statement {
  position: absolute;
  right: clamp(34px, 5vw, 82px);
  bottom: clamp(32px, 4vw, 64px);
}

#product #wrapper > .container {
  width: min(calc(100% - clamp(22px, 3vw, 58px)), 1710px) !important;
}

#product #main .product-container {
  padding: clamp(22px, 3vw, 48px) !important;
  box-shadow: 22px 24px 0 rgba(185, 154, 100, .18);
}

#product #main .product-container > .col-md-6:first-child {
  flex: 0 0 64% !important;
  max-width: 64% !important;
  padding-right: clamp(28px, 4vw, 74px) !important;
}

#product #main .product-container > .col-md-6:last-child {
  position: sticky;
  top: 24px;
  flex: 0 0 36% !important;
  max-width: 36% !important;
}

#product .product-cover {
  min-height: min(78vh, 980px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7f6f3, #e9e6df);
}

#product .product-cover img {
  width: 100% !important;
  max-width: none !important;
  max-height: min(88vh, 1080px) !important;
  object-fit: contain;
}

.mw131-product-statement {
  margin: -5px 0 22px;
  padding-left: 14px;
  border-left: 3px solid #b99a64;
  color: #68645b;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .035em;
}

@media (max-width: 991px) {
  .mw131-new-stage { grid-template-columns: 1fr; }
  .mw131-statement { margin-top: 10px; }
  .mw131-category-statement { position: relative; right: auto; bottom: auto; margin-top: 34px; }
  #product #main .product-container > .col-md-6:first-child,
  #product #main .product-container > .col-md-6:last-child {
    position: static;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
  }
  #product .product-cover { min-height: auto; }
}

@media (max-width: 575px) {
  .page-new-products #js-product-list-header.mw131-new-hero,
  #new-products #js-product-list-header.mw131-new-hero { min-height: 510px; }
  .mw131-new-stage { padding: 38px 24px; }
  .mw131-new-copy h1 { font-size: clamp(3.8rem, 20vw, 6rem) !important; }
  .mw131-new-copy h1 span:last-child { margin-left: 0; }
  .mw131-new-copy p { margin-top: 30px; }
}


/* ModeWerk Editorial Signature 1.3.2 — refined product detail and zoom. */

#product #main .product-container > .col-md-6:first-child {
  flex-basis: 59% !important;
  max-width: 59% !important;
  padding-right: clamp(30px, 4.5vw, 78px) !important;
}

#product #main .product-container > .col-md-6:last-child {
  flex-basis: 41% !important;
  max-width: 41% !important;
}

#product .product-cover {
  position: relative;
  min-height: 0 !important;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f3f1ec;
}

#product .product-cover img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  transform: scale(1.11);
  transform-origin: center center;
  transition: transform .35s ease;
}

#product .product-cover:hover img { transform: scale(1.145); }

.mw132-zoom-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  padding: 10px 13px;
  background: rgba(8, 8, 8, .9);
  color: #fff;
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .1em;
  pointer-events: none;
  text-transform: uppercase;
}

#product #main .product-container h1 {
  max-width: 14ch;
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 3.55vw, 4.45rem);
  line-height: .87;
}

#product .product-information { font-size: 1rem; }
#product .product-description {
  font-size: 1rem;
  line-height: 1.72;
}

.mw132-product-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 4px 0 26px;
  border-top: 1px solid #d9d5cc;
  border-left: 1px solid #d9d5cc;
}

.mw132-product-fact {
  min-width: 0;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 13px 15px;
  border-right: 1px solid #d9d5cc;
  border-bottom: 1px solid #d9d5cc;
  color: #35332e;
  font-size: .83rem;
  line-height: 1.4;
}

.mw132-product-fact span {
  color: #8a7045;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.mw132-product-fact strong {
  overflow-wrap: anywhere;
  color: #22211e;
  font-size: .87rem;
  font-weight: 750;
}

#product .social-sharing { display: none !important; }
#product .product-reassurance:empty { display: none !important; }

#product-modal {
  z-index: 100500 !important;
  padding: 0 !important;
  background: rgba(5, 5, 5, .88);
}

.modal-backdrop { z-index: 100400 !important; }

#product-modal .modal-dialog {
  width: min(96vw, 1320px) !important;
  max-width: 1320px !important;
  height: 100vh;
  display: flex;
  align-items: center;
  margin: 0 auto !important;
  padding: 20px 0;
}

#product-modal .modal-content {
  width: 100%;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #f1efe9;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .5);
}

#product-modal .modal-body {
  max-height: calc(100vh - 40px);
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 18px;
  padding: 20px !important;
  overflow: hidden;
}

#product-modal .product-cover-modal {
  width: 100% !important;
  height: calc(100vh - 80px) !important;
  max-height: 940px !important;
  margin: 0 !important;
  object-fit: contain !important;
  background: #fff;
}

#product-modal .image-caption { display: none !important; }

#product-modal .thumbnails {
  width: 112px !important;
  height: calc(100vh - 80px);
  margin: 0 !important;
  overflow-y: auto;
}

#product-modal .thumbnails img {
  width: 92px !important;
  height: 118px !important;
  object-fit: cover;
}

#product-modal .close {
  position: absolute;
  z-index: 5;
  top: 14px;
  right: 18px;
  width: 44px;
  height: 44px;
  background: #080808;
  color: #fff;
  font-size: 1.8rem;
  opacity: 1;
}

@media (max-width: 991px) {
  #product #main .product-container > .col-md-6:first-child,
  #product #main .product-container > .col-md-6:last-child {
    flex-basis: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
  }
  #product .product-cover { aspect-ratio: 4 / 5; }
  #product-modal .modal-body { grid-template-columns: 1fr; }
  #product-modal .thumbnails { display: none !important; }
}

@media (max-width: 575px) {
  .mw132-product-facts { grid-template-columns: 1fr; }
  #product-modal .modal-dialog { padding: 0; }
  #product-modal .modal-content,
  #product-modal .modal-body { max-height: 100vh; }
  #product-modal .modal-body { padding: 10px !important; }
  #product-modal .product-cover-modal { height: calc(100vh - 20px) !important; }
}


/* ModeWerk Editorial Signature 1.3.3 — final product flow and live category imagery. */

#product .mw132-product-facts { display: none !important; }

.mw133-product-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 4px 0 26px;
  border-top: 1px solid #d9d5cc;
  border-left: 1px solid #d9d5cc;
}

.mw133-product-fact {
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 14px 16px;
  border-right: 1px solid #d9d5cc;
  border-bottom: 1px solid #d9d5cc;
  background: rgba(250, 249, 246, .7);
}
.mw133-product-fact span {
  color: #9a7945;
  font-size: .59rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.mw133-product-fact strong {
  color: #22211e;
  font-size: .92rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

#product .product-actions {
  padding: 22px;
  border: 1px solid #dedad1;
  background: #faf9f6;
}
#product .product-add-to-cart { align-items: center; }
#product .product-add-to-cart .product-quantity { margin: 0; }
#product .product-add-to-cart .product-quantity + .product-availability,
#product .product-availability {
  max-width: 160px;
  margin: 0;
  padding: 12px 14px !important;
  font-size: .75rem;
  line-height: 1.35;
}
#product .wishlist-button-add { margin-top: 12px; }

.mw133-product-nav {
  position: fixed;
  z-index: 1800;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  pointer-events: none;
  transform: translateY(-50%);
}
.mw133-product-nav a {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  border: 1px solid #b99a64;
  background: rgba(7, 7, 7, .94);
  color: #fff !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
  font-size: .62rem;
  letter-spacing: .08em;
  pointer-events: auto;
  text-transform: uppercase;
}
.mw133-product-next { margin-left: auto; }

.page-category #subcategories .mw133-has-product-image .subcategory-image {
  position: relative;
  overflow: hidden;
  background: #e9e6df;
}
.page-category #subcategories .mw133-has-product-image .subcategory-image img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: saturate(.7) contrast(1.02);
  transform: scale(1.015);
  transition: filter .3s ease, transform .35s ease;
}
.page-category #subcategories .mw133-has-product-image:hover .subcategory-image img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.065);
}

#product-modal {
  z-index: 2147483000 !important;
  overflow: hidden !important;
}
.modal-backdrop { z-index: 2147482990 !important; }
#product-modal .modal-dialog {
  width: min(94vw, 1050px) !important;
  max-width: 1050px !important;
  height: 100vh !important;
  padding: 3vh 0 !important;
}
#product-modal .modal-content {
  height: 94vh !important;
  max-height: 94vh !important;
  overflow: hidden !important;
}
#product-modal .modal-body,
#product-modal .modal-body .row {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
#product-modal .modal-body [class*="col-md-"] {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}
#product-modal .modal-body .col-md-3,
#product-modal .thumbnails,
#product-modal .image-caption { display: none !important; }
#product-modal .product-cover-modal {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  display: block;
  object-fit: contain !important;
  background: #f7f6f3;
}

@media (max-width: 767px) {
  .mw133-product-nav { top: auto; bottom: 14px; padding: 0 9px; transform: none; }
  .mw133-product-nav a { min-height: 46px; padding: 0 13px; }
  .mw133-product-nav b { display: none; }
  .mw133-product-nav span { font-size: 1.2rem; }
  .mw133-product-facts { grid-template-columns: 1fr; }
  #product-modal .modal-dialog { width: 100vw !important; padding: 0 !important; }
  #product-modal .modal-content { height: 100vh !important; max-height: 100vh !important; }
}


/* ModeWerk Editorial Signature 1.3.4 — robust lightbox and premium variants. */

#product-modal { display: none !important; }
html.mw134-lightbox-open,
body.mw134-lightbox-open { overflow: hidden !important; }

.mw134-page-loader {
  position: fixed;
  z-index: 2147483635;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #080808;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}
.mw134-page-loader.is-visible { opacity: 1; pointer-events: auto; }
.mw134-loader-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  color: #b99a64;
}
.mw134-loader-mark svg {
  width: 92px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: mw134-hanger-spin 1.05s cubic-bezier(.55, .12, .42, .9) infinite;
}
.mw134-loader-mark strong {
  color: #fff;
  font-size: .62rem;
  letter-spacing: .22em;
}
@keyframes mw134-hanger-spin {
  0% { transform: perspective(220px) rotateY(0deg); }
  100% { transform: perspective(220px) rotateY(360deg); }
}

.mw134-lightbox {
  position: fixed;
  z-index: 2147483640;
  inset: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  align-items: center;
  gap: 14px;
  padding: 28px;
  background: rgba(5, 5, 5, .94);
}
.mw134-lightbox-stage {
  position: relative;
  width: 100%;
  height: calc(100vh - 56px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f4f2ed;
}
.mw134-lightbox-stage img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.mw134-lightbox-close {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  width: 54px;
  height: 54px;
  border: 1px solid #b99a64;
  background: #080808;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.mw134-lightbox-arrow {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(185, 154, 100, .7);
  background: #080808;
  color: #fff;
  font-size: 1.55rem;
  cursor: pointer;
}
.mw134-lightbox-arrow:disabled { opacity: .25; cursor: default; }
.mw134-lightbox-count {
  position: absolute;
  right: 16px;
  bottom: 14px;
  padding: 9px 12px;
  background: rgba(8, 8, 8, .88);
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
}

#product .product-variants {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 0;
  padding: 24px 0;
}
#product .product-variants > .product-variants-item,
#product .product-variants .mw134-variant-card {
  min-width: 0;
  margin: 0 !important;
  padding: 17px;
  border: 1px solid #d7d2c8;
  background: #fff;
}
#product .product-variants .control-label {
  display: block;
  margin: 0 0 12px;
  color: #25231f;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
#product .product-variants select,
#product .product-variants .form-control-select {
  width: 100% !important;
  min-width: 0;
  height: 54px !important;
  padding: 0 42px 0 15px;
  border: 1px solid #aaa398;
  border-radius: 0;
  background-color: #faf9f6;
  color: #111;
  font-size: 1rem;
  font-weight: 800;
}
#product .product-variants .input-color,
#product .product-variants .color {
  width: 44px !important;
  height: 44px !important;
  margin: 0 9px 7px 0;
  border: 3px solid #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px #9c9589;
}
#product .product-variants input:checked + .color,
#product .product-variants input:checked + .input-color {
  box-shadow: 0 0 0 3px #b99a64;
}
#product .product-variants .radio-label {
  min-width: 54px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px 7px 0;
  padding: 0 14px;
  border: 1px solid #aaa398;
  background: #faf9f6;
  color: #111;
  font-size: .88rem;
  font-weight: 850;
}
#product .product-variants input:checked + .radio-label {
  border-color: #080808;
  background: #080808;
  color: #fff;
}

.page-category #subcategories .mw134-has-fallback .subcategory-image {
  position: relative;
  color: rgba(255, 255, 255, .78);
}
.page-category #subcategories li:nth-child(4n+3) .mw134-category-fallback,
.page-category #subcategories li:nth-child(4n+4) .mw134-category-fallback {
  color: rgba(22, 21, 18, .62);
}
.mw134-category-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: inherit;
}
.mw134-category-fallback svg {
  width: min(42%, 104px);
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mw134-category-fallback small {
  font-size: .52rem;
  font-weight: 900;
  letter-spacing: .22em;
}

@media (max-width: 767px) {
  .mw134-lightbox { grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 4px; padding: 0; }
  .mw134-lightbox-stage { height: 100vh; }
  .mw134-lightbox-arrow { width: 42px; height: 52px; }
  .mw134-lightbox-close { top: 12px; right: 12px; width: 48px; height: 48px; }
  #product .product-variants { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .mw134-loader-mark svg { animation: none; }
}


/* ModeWerk Editorial Signature 1.3.5 — branded cart notice and cleaner availability. */

/* Low-stock pressure is deliberately removed. Genuine unavailable messages stay visible. */
#product .product-availability.product-last-items,
#product #product-availability.product-last-items,
#product .product-availability.mw135-low-stock,
#product #product-availability.mw135-low-stock {
  display: none !important;
}

/* The complete product stage: editorial gallery left, clear selection card right. */
#product #wrapper > .container {
  width: min(calc(100% - clamp(24px, 4vw, 72px)), 1680px) !important;
}
#product #main .product-container {
  align-items: flex-start !important;
  padding: clamp(24px, 3.2vw, 54px) !important;
  background: #fff !important;
}
#product #main .product-container > .col-md-6:first-child {
  flex: 0 0 57% !important;
  max-width: 57% !important;
  padding-right: clamp(34px, 4.4vw, 82px) !important;
}
#product #main .product-container > .col-md-6:last-child {
  position: static !important;
  flex: 0 0 43% !important;
  max-width: 43% !important;
}
#product .product-cover {
  aspect-ratio: 4 / 5 !important;
  border: 1px solid #e1ddd4;
  background: linear-gradient(145deg, #f7f6f3 0%, #ece9e2 100%) !important;
}
#product .product-cover img {
  transform: none !important;
  object-fit: contain !important;
}
#product .product-cover:hover img { transform: scale(1.025) !important; }
#product .product-images {
  gap: 12px !important;
  margin-top: 16px !important;
  padding: 0 !important;
}
#product .product-images > li.thumb-container,
#product .product-images > li.thumb-container img {
  width: 86px !important;
  flex-basis: 86px !important;
}
#product .product-images > li.thumb-container img {
  height: 108px !important;
  border: 1px solid #d8d4cb;
  object-fit: cover !important;
}

.mw135-editorial-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.mw135-editorial-shot {
  position: relative;
  min-height: 360px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e0dcd3;
  background: #f2f0eb;
  cursor: zoom-in;
}
.mw135-editorial-shot img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
  object-position: center top;
  transition: transform .35s ease, filter .35s ease;
}
.mw135-editorial-shot:hover img {
  filter: contrast(1.02);
  transform: scale(1.035);
}
.mw135-editorial-shot span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 8px 10px;
  background: rgba(8, 8, 8, .9);
  color: #fff;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.mw135-editorial-shot:first-child:nth-last-child(odd) {
  grid-column: 1 / -1;
  min-height: 520px;
}
.mw135-editorial-shot:first-child:nth-last-child(odd) img { min-height: 520px; }

#product #main .product-container h1 {
  max-width: 13ch !important;
  font-size: clamp(2.7rem, 3.8vw, 4.9rem) !important;
  line-height: .86 !important;
}
#product .product-prices {
  margin-bottom: 18px !important;
  padding: 20px 0 !important;
}
#product .product-information { padding-top: 30px !important; }
#product .mw133-product-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
}
#product .mw133-product-fact {
  min-height: 78px;
  padding: 15px 17px;
}

#product .product-actions {
  position: relative;
  margin-top: 26px;
  padding: 62px 22px 22px !important;
  border: 1px solid #cec8bd !important;
  background: #f8f7f3 !important;
  box-shadow: 9px 10px 0 rgba(185, 154, 100, .14);
}
#product .product-actions::before {
  content: "DEIN LOOK. DEINE WAHL.";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  background: #090909;
  color: #fff;
  font-size: .67rem;
  font-weight: 950;
  letter-spacing: .12em;
}
#product .product-variants {
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)) !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 0 22px !important;
}
#product .product-variants > .product-variants-item,
#product .product-variants .mw134-variant-card {
  min-height: 112px;
  padding: 15px !important;
  border-color: #cfc9be !important;
}
#product .product-variants select,
#product .product-variants .form-control-select {
  height: 58px !important;
  border: 2px solid #25231f !important;
  background-color: #fff !important;
  font-size: 1.05rem !important;
}
#product .product-add-to-cart {
  display: grid !important;
  grid-template-columns: 86px minmax(190px, 1fr);
  gap: 12px !important;
  margin-top: 0 !important;
}
#product .product-add-to-cart .product-quantity {
  display: contents !important;
}
#product .product-add-to-cart .qty {
  width: 86px !important;
  max-width: 86px !important;
  flex-basis: 86px !important;
}
#product .product-add-to-cart .qty input,
#product .product-add-to-cart .bootstrap-touchspin,
#product .product-add-to-cart .bootstrap-touchspin input {
  min-height: 58px !important;
}
#product .product-add-to-cart .add-to-cart {
  min-height: 58px !important;
  width: 100%;
  margin: 0 !important;
  border: 1px solid #090909;
  background: #090909 !important;
  font-weight: 950;
  letter-spacing: .075em;
}
#product .product-add-to-cart .add-to-cart:hover { background: #b99a64 !important; color: #090909 !important; }
#product .wishlist-button-add {
  width: 52px !important;
  height: 52px !important;
  margin: 14px 0 0 !important;
}

#product .tabs.mw135-full-product-details {
  width: 100% !important;
  margin: clamp(46px, 5vw, 78px) 0 0 !important;
  padding: clamp(26px, 3.5vw, 52px) !important;
  border-top: 5px solid #090909;
  background: #fff;
  box-shadow: 12px 14px 0 rgba(185, 154, 100, .14);
}
#product .tabs.mw135-full-product-details .tab-content {
  max-width: 1050px;
  color: #3f3d38;
  font-size: 1rem;
  line-height: 1.75;
}

@media (min-width: 992px) {
  #product .product-actions { position: sticky; top: 18px; z-index: 5; }
}

@media (max-width: 991px) {
  #product #main .product-container > .col-md-6:first-child,
  #product #main .product-container > .col-md-6:last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
  }
  #product #main .product-container > .col-md-6:last-child { margin-top: 38px; }
  .mw135-editorial-gallery { display: none; }
}

@media (max-width: 575px) {
  #product #main .product-container { padding: 14px !important; }
  #product #main .product-container h1 { font-size: clamp(2.15rem, 11vw, 3.4rem) !important; }
  #product .product-actions { padding: 58px 14px 16px !important; box-shadow: 6px 7px 0 rgba(185, 154, 100, .14); }
  #product .product-variants { grid-template-columns: 1fr !important; }
  #product .product-add-to-cart { grid-template-columns: 76px minmax(0, 1fr); }
  #product .product-add-to-cart .qty { width: 76px !important; max-width: 76px !important; }
  #product .tabs.mw135-full-product-details { padding: 22px 16px !important; }
}

.mw135-cart-notice {
  position: relative;
  width: 100%;
  min-height: 92px;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto 42px;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 18px 18px 18px 22px !important;
  overflow: hidden;
  border: 0 !important;
  border-left: 5px solid #b99a64 !important;
  border-radius: 0 !important;
  background: #090909 !important;
  color: #fff !important;
  box-shadow: 12px 12px 0 rgba(185, 154, 100, .14);
  animation: mw135-notice-arrive .48s cubic-bezier(.2, .8, .2, 1) both;
}
.mw135-cart-notice::after {
  content: "MW";
  position: absolute;
  right: 155px;
  bottom: -36px;
  color: rgba(185, 154, 100, .12);
  font-size: 7.8rem;
  font-weight: 950;
  line-height: 1;
  pointer-events: none;
}
.mw135-cart-hanger {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(185, 154, 100, .62);
  color: #b99a64;
}
.mw135-cart-hanger svg {
  width: 43px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50% 7%;
  animation: mw135-hanger-click .9s cubic-bezier(.36, .07, .19, .97) both;
}
.mw135-cart-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.mw135-cart-copy strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: clamp(.94rem, 1.4vw, 1.2rem);
  font-weight: 950;
  letter-spacing: .055em;
  line-height: 1.1;
  text-transform: uppercase;
}
.mw135-cart-copy span {
  color: #c8c4bc;
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .025em;
}
.mw135-cart-link {
  position: relative;
  z-index: 1;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid #b99a64;
  background: #b99a64;
  color: #090909 !important;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .09em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}
.mw135-cart-link:hover,
.mw135-cart-link:focus {
  background: #fff;
  color: #090909 !important;
}
.mw135-cart-close {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
  opacity: .72;
}
.mw135-cart-close:hover,
.mw135-cart-close:focus { opacity: 1; }

@keyframes mw135-notice-arrive {
  from { opacity: 0; transform: translateY(-18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes mw135-hanger-click {
  0% { transform: translateY(-18px) rotate(-11deg); opacity: 0; }
  48% { transform: translateY(2px) rotate(8deg); opacity: 1; }
  68% { transform: translateY(0) rotate(-5deg); }
  84% { transform: rotate(2deg); }
  100% { transform: rotate(0); }
}

@media (max-width: 767px) {
  .mw135-cart-notice {
    grid-template-columns: 54px minmax(0, 1fr) 34px;
    gap: 12px;
    padding: 15px 10px 15px 14px !important;
  }
  .mw135-cart-hanger { width: 52px; height: 50px; }
  .mw135-cart-hanger svg { width: 35px; }
  .mw135-cart-link {
    grid-column: 2 / 4;
    width: 100%;
    min-height: 44px;
  }
  .mw135-cart-notice::after { right: -10px; bottom: -25px; font-size: 6rem; }
}

@media (prefers-reduced-motion: reduce) {
  .mw135-cart-notice,
  .mw135-cart-hanger svg { animation: none; }
}


/* ModeWerk Editorial Signature 1.3.6 — product page polish after live review. */

/* Keep the purchase controls readable and prevent the cart button from collapsing. */
#product .product-add-to-cart {
  display: block !important;
}
#product .product-add-to-cart > .control-label {
  display: block !important;
  margin: 0 0 10px !important;
  color: #36332e;
  font-size: .78rem !important;
  font-weight: 800;
}
#product .product-add-to-cart .product-quantity {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 12px !important;
}
#product .product-add-to-cart .product-quantity .qty {
  width: 86px !important;
  max-width: 86px !important;
  min-width: 0 !important;
  margin: 0 !important;
}
#product .product-add-to-cart .product-quantity .add {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}
#product .product-add-to-cart .product-quantity .add-to-cart {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 58px !important;
  padding: 0 16px !important;
  white-space: nowrap;
}
#product .product-add-to-cart .product-quantity > .product-availability {
  grid-column: 1 / -1;
}
#product .wishlist-button-add {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

/* The live thumbnail carousel contains clones; only unique editorial shots remain. */
.mw135-editorial-gallery.mw136-gallery-clean {
  grid-auto-flow: row;
  align-items: stretch;
}
.mw135-editorial-gallery.mw136-gallery-clean .mw135-editorial-shot {
  min-height: 410px;
}
.mw135-editorial-gallery.mw136-gallery-clean .mw135-editorial-shot img {
  min-height: 410px;
}

/* Product information must read like an editorial page, not tiny module text. */
#product .tabs.mw135-full-product-details .nav-tabs {
  display: flex;
  gap: 8px;
}
#product .tabs.mw135-full-product-details .nav-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px !important;
  font-size: .76rem !important;
  letter-spacing: .09em;
}
#product .tabs.mw135-full-product-details .tab-content,
#product .tabs.mw135-full-product-details .tab-pane,
#product .tabs.mw135-full-product-details .product-description,
#product .tabs.mw135-full-product-details p,
#product .tabs.mw135-full-product-details li {
  color: #3d3a35 !important;
  font-size: 1rem !important;
  line-height: 1.78 !important;
}
#product .tabs.mw135-full-product-details .tab-pane {
  max-width: 1080px;
  padding-top: 24px;
}

/* Branded add-to-cart modal. */
#blockcart-modal.mw136-cart-modal {
  z-index: 2147483600 !important;
}
#blockcart-modal.mw136-cart-modal .modal-dialog {
  width: min(calc(100% - 32px), 1080px) !important;
  max-width: 1080px !important;
  margin: 5vh auto !important;
}
#blockcart-modal.mw136-cart-modal .modal-content {
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff;
  box-shadow: 20px 24px 0 rgba(185, 154, 100, .25), 0 28px 80px rgba(0, 0, 0, .32);
}
#blockcart-modal.mw136-cart-modal .modal-header {
  position: relative;
  min-height: 102px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 18px;
  padding: 18px 24px !important;
  border: 0 !important;
  border-bottom: 4px solid #b99a64 !important;
  background: #090909 !important;
}
#blockcart-modal.mw136-cart-modal .modal-title {
  grid-column: 2;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(1rem, 2vw, 1.35rem) !important;
  font-weight: 950 !important;
  letter-spacing: .055em;
  line-height: 1.15;
  text-transform: uppercase;
}
#blockcart-modal.mw136-cart-modal .modal-title i { display: none !important; }
#blockcart-modal.mw136-cart-modal .close {
  grid-column: 3;
  grid-row: 1;
  position: static !important;
  width: 42px;
  height: 42px;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 2rem;
  opacity: .82;
}
.mw136-modal-hanger {
  grid-column: 1;
  grid-row: 1;
  width: 62px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(185, 154, 100, .7);
  color: #b99a64;
}
.mw136-modal-hanger svg {
  width: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50% 8%;
  animation: mw136-hanger-drop .85s cubic-bezier(.36, .07, .19, .97) both;
}
.mw136-modal-joke {
  display: block;
  margin-top: 7px;
  color: #b99a64;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: none;
}
#blockcart-modal.mw136-cart-modal .modal-body {
  padding: clamp(24px, 3.4vw, 44px) !important;
}
#blockcart-modal.mw136-cart-modal .product-name {
  color: #111 !important;
  font-size: clamp(1.25rem, 2.5vw, 2rem) !important;
  font-weight: 950 !important;
  line-height: 1.02;
  text-transform: uppercase;
}
#blockcart-modal.mw136-cart-modal .product-image {
  max-height: 260px;
  object-fit: contain;
}
#blockcart-modal.mw136-cart-modal .cart-content {
  padding-left: clamp(20px, 3vw, 42px) !important;
}
#blockcart-modal.mw136-cart-modal .cart-content-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
#blockcart-modal.mw136-cart-modal .cart-content-btn .btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 22px;
  border-radius: 0 !important;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
}
#blockcart-modal.mw136-cart-modal .cart-content-btn .btn-primary {
  border-color: #b99a64 !important;
  background: #b99a64 !important;
  color: #090909 !important;
}

@keyframes mw136-hanger-drop {
  0% { opacity: 0; transform: translateY(-22px) rotate(-12deg); }
  50% { opacity: 1; transform: translateY(2px) rotate(8deg); }
  72% { transform: rotate(-5deg); }
  100% { transform: rotate(0); }
}

@media (max-width: 767px) {
  #product .product-add-to-cart .product-quantity { grid-template-columns: 76px minmax(0, 1fr) !important; }
  #product .product-add-to-cart .product-quantity .qty { width: 76px !important; max-width: 76px !important; }
  #blockcart-modal.mw136-cart-modal .modal-dialog { width: 100% !important; margin: 0 !important; }
  #blockcart-modal.mw136-cart-modal .modal-content { min-height: 100vh; box-shadow: none; }
  #blockcart-modal.mw136-cart-modal .modal-header { grid-template-columns: 50px minmax(0, 1fr) 38px; gap: 12px; padding: 14px !important; }
  .mw136-modal-hanger { width: 50px; height: 48px; }
  .mw136-modal-hanger svg { width: 34px; }
  #blockcart-modal.mw136-cart-modal .modal-body { padding: 20px 16px !important; }
  #blockcart-modal.mw136-cart-modal .cart-content { padding-left: 0 !important; padding-top: 22px; }
  #blockcart-modal.mw136-cart-modal .cart-content-btn .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .mw136-modal-hanger svg { animation: none; }
}


/* ModeWerk Editorial Signature 1.3.7 — product copy beside the gallery. */

@media (min-width: 992px) {
  #product .product-actions { position: relative !important; top: auto !important; }
}

#product .tabs.mw135-full-product-details.mw137-product-details {
  width: 100% !important;
  margin: 28px 0 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #d4cfc5 !important;
  border-top: 0 !important;
  background: #fff !important;
  box-shadow: 9px 10px 0 rgba(185, 154, 100, .14) !important;
}
.mw137-details-heading {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
  background: #090909;
  color: #fff;
}
.mw137-details-heading strong {
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.mw137-details-heading span {
  color: #b99a64;
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.mw137-details-accordion { width: 100%; }
.mw137-detail-section + .mw137-detail-section { border-top: 1px solid #d9d5cc; }
.mw137-detail-toggle {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
  border: 0;
  background: #fff;
  color: #171612;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .105em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}
.mw137-detail-toggle::after {
  content: "+";
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b99a64;
  color: #8d6d39;
  font-size: 1.15rem;
  line-height: 1;
}
.mw137-detail-toggle[aria-expanded="true"]::after { content: "−"; background: #b99a64; color: #090909; }
.mw137-detail-toggle:hover,
.mw137-detail-toggle:focus { background: #f7f5f0; }
.mw137-detail-content {
  padding: 2px 20px 24px;
  color: #47443e;
  font-size: .95rem;
  line-height: 1.72;
}
.mw137-detail-content[hidden] { display: none !important; }
.mw137-detail-content p { margin: 0 0 13px; }
.mw137-detail-content ul,
.mw137-detail-content ol { margin: 0 0 14px; padding-left: 20px; }
.mw137-detail-content li { margin-bottom: 5px; }
.mw137-detail-content > :last-child { margin-bottom: 0; }

/* Remove the old full-width presentation once it has been rebuilt at the buy card. */
#product .tabs.mw137-product-details .nav-tabs,
#product .tabs.mw137-product-details > .tab-content { display: none !important; }

@media (max-width: 991px) {
  #product .tabs.mw135-full-product-details.mw137-product-details {
    margin-top: 24px !important;
  }
}

@media (max-width: 575px) {
  .mw137-details-heading { padding: 0 14px; }
  .mw137-detail-toggle { min-height: 56px; padding: 0 14px; }
  .mw137-detail-content { padding: 2px 15px 21px; font-size: .93rem; }
}


/* ModeWerk Editorial Signature 1.3.8 — sharp cart images and cleaner checkout copy. */

body#cart .product-line-grid-left .product-image,
body.page-cart .product-line-grid-left .product-image {
  display: block;
  width: 100%;
  max-width: 170px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f7f6f2;
}

body#cart .product-line-grid-left picture,
body.page-cart .product-line-grid-left picture {
  display: block;
  width: 100%;
  height: 100%;
}

body#cart .product-line-grid-left img,
body.page-cart .product-line-grid-left img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  image-rendering: auto;
}

body#checkout .mw138-hidden-default,
body#cart .mw138-hidden-default {
  display: none !important;
}

body#checkout .customer-privacy,
body#checkout .psgdpr_consent_message {
  color: #5f5b55;
  font-size: .82rem;
  line-height: 1.55;
}

body#checkout .form-group.mw138-partner-optin {
  display: none !important;
}
