/* ModeWerk Editorial Signature 1.3.0
   Guaranteed final layer for Classic 3.x / PrestaShop. */

:root {
  --mw130-black: #080808;
  --mw130-coal: #171714;
  --mw130-paper: #f1efe9;
  --mw130-white: #fff;
  --mw130-gold: #b99a64;
  --mw130-ink: #11110f;
  --mw130-muted: #6e6b64;
  --mw130-line: rgba(17, 17, 15, .14);
  --mw130-shadow: 14px 16px 0 rgba(185, 154, 100, .16);
  --mw130-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body:not(#index) {
  color: var(--mw130-ink);
  background: var(--mw130-paper);
  font-family: var(--mw130-sans);
}

body:not(#index) #page,
body:not(#index) main,
body:not(#index) #wrapper { background: transparent; }

body:not(#index) #wrapper {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(24px, 3vw, 54px) 0 clamp(78px, 8vw, 138px);
}

body:not(#index) #wrapper::after {
  position: fixed;
  z-index: -2;
  top: 15vh;
  right: -5vw;
  color: rgba(185, 154, 100, .055);
  content: "MODEWERK";
  font-family: "Arial Black", var(--mw130-sans);
  font-size: clamp(8rem, 20vw, 25rem);
  font-weight: 900;
  line-height: .72;
  letter-spacing: -.1em;
  pointer-events: none;
  transform: rotate(-4deg);
}

body:not(#index) #wrapper > .container {
  width: min(calc(100% - clamp(26px, 5vw, 86px)), 1680px) !important;
  max-width: none !important;
}

body:not(#index) .breadcrumb {
  margin: 0 0 clamp(22px, 3vw, 42px);
  color: var(--mw130-muted);
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

body:not(#index) .btn,
body:not(#index) button,
body:not(#index) input,
body:not(#index) select,
body:not(#index) textarea { border-radius: 0 !important; }

body:not(#index) .btn-primary,
body:not(#index) .btn-secondary,
body:not(#index) .add-to-cart {
  border: 1px solid var(--mw130-black) !important;
  background: var(--mw130-black) !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

body:not(#index) .btn-primary:hover,
body:not(#index) .btn-secondary:hover,
body:not(#index) .add-to-cart:hover {
  border-color: var(--mw130-gold) !important;
  background: var(--mw130-gold) !important;
  color: var(--mw130-black) !important;
  transform: translateY(-2px);
}

/* -----------------------------------------------------------------------
   Header and navigation
   ----------------------------------------------------------------------- */
body:not(#index) #header {
  position: relative;
  z-index: 60;
  border-bottom: 1px solid var(--mw130-gold);
  background: var(--mw130-black);
  box-shadow: none;
}

body:not(#index) #header .header-nav {
  min-height: 42px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: var(--mw130-black);
}

body:not(#index) #header .header-nav > .container,
body:not(#index) #header .header-top > .container {
  width: min(calc(100% - 44px), 1680px) !important;
  max-width: none !important;
}

body:not(#index) #header .header-nav .right-nav {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

body:not(#index) #header .header-nav a,
body:not(#index) #header .header-nav span,
body:not(#index) #header .header-nav i { color: #fff !important; }

body:not(#index) #header .header-top {
  padding: 14px 0 16px;
  background: var(--mw130-black);
}

body:not(#index) #header .header-top > .container > .row {
  min-height: 86px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

body:not(#index) #header #_desktop_logo { align-self: center; }

body:not(#index) #header .logo {
  width: clamp(180px, 14vw, 250px);
  max-width: none;
  max-height: 76px;
  object-fit: contain;
}

body:not(#index) #header .header-top-right {
  position: static;
  min-height: 70px;
  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;
  min-width: 0;
  flex: 1 1 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(14px, 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"] {
  position: relative;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 1px;
  color: #fff !important;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}

body:not(#index) #header .top-menu a[data-depth="0"]::before {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: var(--mw130-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

body:not(#index) #header .top-menu > li:hover > a[data-depth="0"]::before,
body:not(#index) #header .top-menu a[data-depth="0"]:focus::before { transform: scaleX(1); }

body:not(#index) #header .top-menu .sub-menu {
  top: calc(100% - 1px) !important;
  left: 50% !important;
  width: min(1140px, calc(100vw - 50px));
  max-width: none;
  margin: 0 !important;
  padding: clamp(26px, 3vw, 46px) !important;
  border: 1px solid rgba(185, 154, 100, .66);
  background: rgba(8, 8, 8, .985) !important;
  box-shadow: 0 30px 76px rgba(0, 0, 0, .38);
  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: 5px 30px;
}

body:not(#index) #header .top-menu .sub-menu a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .76) !important;
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

body:not(#index) #header .top-menu .sub-menu a:hover { color: var(--mw130-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"] {
  width: 100%;
  min-width: 0;
  height: 50px;
  border: 1px solid rgba(185, 154, 100, .7) !important;
  background: #11110f !important;
  color: #fff !important;
}

body:not(#index) #header .search-widget input::placeholder { color: rgba(255, 255, 255, .56) !important; }
body:not(#index) #header .search-widget button,
body:not(#index) #header .search-widget .material-icons { color: var(--mw130-gold) !important; }

#header .language-selector-wrapper { position: relative; }
#header .language-selector-wrapper button,
#header .language-selector-wrapper .language-selector,
#header .language-selector-wrapper .expand-more {
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#header .language-selector-wrapper .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 210px;
  margin-top: 10px;
  padding: 9px;
  border: 1px solid var(--mw130-gold);
  border-radius: 0;
  background: var(--mw130-black);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .36);
}

#header .language-selector-wrapper .dropdown-menu a {
  display: block;
  padding: 12px 13px;
  color: rgba(255, 255, 255, .76) !important;
  background: transparent !important;
  font-size: .74rem;
  font-weight: 850;
  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(--mw130-black) !important;
  background: var(--mw130-gold) !important;
}

/* Homepage hover navigation. */
.mwk-nav-department { position: relative; }
.mwk-nav-department > a { min-height: 64px; display: flex; align-items: center; }
.mwk-nav-flyout {
  position: absolute;
  z-index: 80;
  top: calc(100% - 1px);
  left: 0;
  width: min(760px, calc(100vw - 60px));
  min-width: 540px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px 26px;
  padding: 28px 30px;
  border: 1px solid rgba(185, 154, 100, .7);
  background: rgba(8, 8, 8, .985);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .4);
  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: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .76) !important;
  font-size: .67rem !important;
}
.mwk-nav-flyout a:hover { color: var(--mw130-gold) !important; }

/* -----------------------------------------------------------------------
   Category, search and product lists
   ----------------------------------------------------------------------- */
.page-category .mw-category-hero,
.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,
.page-search .mw130-listing-hero {
  position: relative;
  min-height: clamp(240px, 27vw, 430px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 clamp(30px, 4vw, 62px);
  padding: clamp(36px, 6vw, 92px);
  overflow: hidden;
  border: 0;
  background: linear-gradient(118deg, #080808 10%, #17140e 67%, #302818);
  box-shadow: var(--mw130-shadow);
  color: #fff;
}

.page-category .mw-category-hero::after,
.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: -2%;
  bottom: -25%;
  color: rgba(185, 154, 100, .16);
  content: "MW";
  font-family: "Arial Black", var(--mw130-sans);
  font-size: clamp(10rem, 22vw, 24rem);
  line-height: .75;
  letter-spacing: -.1em;
  pointer-events: none;
}

.page-category .mw-category-hero__eyebrow,
.mw130-listing-kicker,
#product .mwk-product-kicker {
  position: relative;
  z-index: 2;
  margin: 0 0 15px;
  color: var(--mw130-gold);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.page-category .mw-category-hero__title,
.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,
.mw130-listing-hero h1 {
  position: relative;
  z-index: 2;
  max-width: 12ch;
  margin: 0;
  color: #fff !important;
  font-family: "Arial Black", var(--mw130-sans);
  font-size: clamp(3rem, 7vw, 7.7rem);
  line-height: .82;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

.page-category .mw-category-hero__description {
  position: relative;
  z-index: 2;
  max-width: 62ch;
  margin-top: 24px;
  color: rgba(255, 255, 255, .7);
  font-size: 1rem;
  line-height: 1.65;
}

.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,
.page-search #left-column #search_filters {
  margin-bottom: 24px;
  padding: 22px;
  border: 1px solid var(--mw130-line);
  background: rgba(255, 255, 255, .94);
  box-shadow: 9px 10px 0 rgba(185, 154, 100, .14);
}

.page-category #left-column .block-categories .h6,
.page-category #left-column .facet-title,
.page-new-products #left-column .block-categories .h6,
.page-new-products #left-column .facet-title {
  color: var(--mw130-ink);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.page-category #subcategories {
  margin: 0 0 clamp(34px, 5vw, 74px);
  padding: clamp(22px, 3vw, 42px);
  border: 1px solid var(--mw130-line);
  background: rgba(255, 255, 255, .9);
}

.page-category #subcategories .subcategory-heading {
  margin: 0 0 24px;
  font-family: "Arial Black", var(--mw130-sans);
  font-size: clamp(1.45rem, 2.5vw, 2.7rem);
  letter-spacing: -.05em;
  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: var(--mw130-black);
}
.page-category #subcategories ul li:nth-child(4n+2) { background: #282824; }
.page-category #subcategories ul li:nth-child(4n+3) { background: var(--mw130-gold); }
.page-category #subcategories ul li:nth-child(4n+4) { background: #d8d5cd; }

.page-category #subcategories .subcategory-image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.page-category #subcategories .subcategory-image::before {
  position: absolute;
  right: -12px;
  bottom: -34px;
  color: rgba(255, 255, 255, .09);
  content: "MW";
  font-family: "Arial Black", var(--mw130-sans);
  font-size: clamp(4.5rem, 6.5vw, 8rem);
  letter-spacing: -.1em;
}

.page-category #subcategories .subcategory-image a,
.page-category #subcategories .subcategory-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.page-category #subcategories .subcategory-image img {
  margin: 0;
  object-fit: cover;
  opacity: .36;
  filter: grayscale(1) contrast(1.08);
  transition: opacity .3s ease, transform .45s ease;
}

.page-category #subcategories li:hover .subcategory-image img { opacity: .72; transform: scale(1.045); }

.page-category #subcategories h5 {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 15px;
  left: 16px;
  margin: 0;
}

.page-category #subcategories h5 a {
  color: #fff !important;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.page-category #subcategories li:nth-child(4n+3) h5 a,
.page-category #subcategories li:nth-child(4n+4) h5 a { color: var(--mw130-black) !important; }

.products-selection {
  min-height: 68px;
  margin-bottom: 28px;
  padding: 10px 14px;
  border: 1px solid var(--mw130-line);
  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 var(--mw130-line);
  background: #fff;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

#products .products,
body:not(#index) .featured-products .products,
body:not(#index) .product-accessories .products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 34px) !important;
}

#products .products > *,
body:not(#index) .featured-products .products > *,
body:not(#index) .product-accessories .products > * {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#products .product-miniature,
body:not(#index) .featured-products .product-miniature,
body:not(#index) .product-accessories .product-miniature {
  width: 100%;
  height: 100%;
  margin: 0;
}

#products .product-miniature .thumbnail-container,
body:not(#index) .featured-products .product-miniature .thumbnail-container,
body:not(#index) .product-accessories .product-miniature .thumbnail-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 15, .1);
  background: #fff;
  box-shadow: none;
  transition: transform .28s ease, box-shadow .28s ease;
}

#products .product-miniature:hover .thumbnail-container,
body:not(#index) .featured-products .product-miniature:hover .thumbnail-container,
body:not(#index) .product-accessories .product-miniature:hover .thumbnail-container {
  box-shadow: 12px 14px 0 rgba(185, 154, 100, .2);
  transform: translateY(-6px);
}

#products .product-miniature .product-thumbnail,
body:not(#index) .featured-products .product-miniature .product-thumbnail,
body:not(#index) .product-accessories .product-miniature .product-thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #e8e6e0;
}

#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 !important;
  width: 100% !important;
  height: 100% !important;
  display: block;
  margin: 0 !important;
  object-fit: cover;
  object-position: center top;
  image-rendering: auto;
  transition: transform .45s cubic-bezier(.2, .7, .2, 1);
}

#products .product-miniature:hover .product-thumbnail img,
body:not(#index) .featured-products .product-miniature:hover .product-thumbnail img { transform: scale(1.035); }

#products .product-miniature .product-description,
body:not(#index) .featured-products .product-miniature .product-description,
body:not(#index) .product-accessories .product-miniature .product-description {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  min-height: 124px;
  flex: 1 1 auto;
  padding: 20px 18px 22px !important;
  background: #fff !important;
  text-align: left !important;
}

#products .product-miniature .product-title,
body:not(#index) .featured-products .product-miniature .product-title { margin: 0 0 9px; text-align: left; }

#products .product-miniature .product-title a,
body:not(#index) .featured-products .product-miniature .product-title a {
  color: var(--mw130-ink);
  font-size: .91rem;
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
}

#products .product-price-and-shipping,
body:not(#index) .featured-products .product-price-and-shipping {
  color: var(--mw130-ink);
  font-size: 1rem;
  font-weight: 900;
  text-align: left;
}

#products .highlighted-informations,
body:not(#index) .featured-products .highlighted-informations { display: none !important; }

/* -----------------------------------------------------------------------
   Product detail
   ----------------------------------------------------------------------- */
#product #wrapper > .container {
  width: min(calc(100% - clamp(26px, 5vw, 88px)), 1540px) !important;
}

#product #main .product-container {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(24px, 3.8vw, 58px) !important;
  border: 1px solid var(--mw130-line);
  background: rgba(255, 255, 255, .97);
  box-shadow: 18px 20px 0 rgba(185, 154, 100, .17);
}

#product #main .product-container > .col-md-6:first-child {
  flex: 0 0 58% !important;
  max-width: 58% !important;
  padding: 0 clamp(30px, 4.2vw, 72px) 0 0 !important;
}

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

#product #main .product-container .page-content {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

#product .product-cover {
  width: 100%;
  overflow: hidden;
  background: #ece9e2;
}

#product .product-cover img {
  position: static;
  width: 100%;
  max-height: 840px;
  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(--mw130-ink);
  font-family: "Arial Black", var(--mw130-sans);
  font-size: clamp(2.7rem, 4.2vw, 5.1rem);
  line-height: .84;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

#product .product-prices {
  margin: 0 0 22px;
  padding: 18px 0;
  border-top: 1px solid var(--mw130-line);
  border-bottom: 1px solid var(--mw130-line);
}

#product .product-price {
  color: var(--mw130-ink) !important;
  font-size: clamp(1.45rem, 2vw, 2.05rem) !important;
  font-weight: 900;
}

#product .product-information {
  position: static !important;
  padding-top: 28px;
}

#product .product-information::before {
  top: 0;
  color: var(--mw130-gold);
  content: "PERSÖNLICH AUSGEWÄHLT IN SÜDTIROL";
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .15em;
}

#product .product-description {
  color: #4a4842;
  font-size: .92rem;
  line-height: 1.68;
}

#product .product-variants {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--mw130-line);
}

#product .product-variants > .product-variants-item { margin: 0 0 20px; }

#product .product-variants .control-label {
  margin-bottom: 10px;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#product .product-add-to-cart,
#product .product-quantity {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 10px;
}

#product .product-add-to-cart { margin-top: 24px; }
#product .product-add-to-cart .add-to-cart { min-height: 58px; flex: 1 1 auto; }
#product .product-add-to-cart .qty { flex: 0 0 76px; }

#product .tabs {
  width: 100%;
  margin: clamp(40px, 5vw, 76px) 0 0;
  padding: clamp(22px, 3vw, 44px);
  border: 0;
  background: #fff;
  box-shadow: 12px 14px 0 rgba(185, 154, 100, .14);
}

#product .tabs .nav-tabs { border-bottom: 1px solid var(--mw130-line); }
#product .tabs .nav-link {
  border: 0;
  border-bottom: 3px solid transparent;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
#product .tabs .nav-link.active { border-bottom-color: var(--mw130-gold); }

/* -----------------------------------------------------------------------
   Cart, checkout, account and CMS
   ----------------------------------------------------------------------- */
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 var(--mw130-line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 12px 14px 0 rgba(185, 154, 100, .14);
}

body#cart .cart-container { padding: clamp(20px, 3vw, 38px); }
body#cart .cart-summary { padding: clamp(18px, 2.5vw, 30px); }
body#cart .cart-item { padding: 20px 0; border-bottom: 1px solid var(--mw130-line); }
body#cart .cart-item img { width: 120px; aspect-ratio: 3 / 4; object-fit: cover; }

body#checkout .checkout-step {
  margin-bottom: 14px;
  padding: clamp(18px, 2.4vw, 34px) !important;
}

body#checkout .checkout-step .step-title {
  font-family: "Arial Black", var(--mw130-sans);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.page-authentication .login-form,
.page-registration .register-form {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 56px);
}

.page-my-account .links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.page-my-account .links a {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  padding: 24px;
  border: 1px solid var(--mw130-line);
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.page-my-account .links a:hover {
  box-shadow: 10px 11px 0 rgba(185, 154, 100, .18);
  transform: translateY(-4px);
}

.page-cms .page-content {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 76px);
  color: #373630;
  font-size: 1rem;
  line-height: 1.78;
}

.page-cms .page-content h1,
.page-cms .page-content h2,
.page-cms .page-content h3 {
  color: var(--mw130-ink);
  font-family: "Arial Black", var(--mw130-sans);
  line-height: .98;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.page-cms .page-content h2 {
  margin-top: 44px;
  padding-top: 32px;
  border-top: 1px solid var(--mw130-line);
}

#footer {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  background: var(--mw130-black);
  color: #fff;
}

#footer .footer-container {
  margin-top: 0;
  padding-top: 62px;
  background: var(--mw130-black);
  box-shadow: none;
}

#footer::after {
  position: absolute;
  right: -2rem;
  bottom: -5rem;
  color: rgba(185, 154, 100, .12);
  content: "MW";
  font-family: "Arial Black", var(--mw130-sans);
  font-size: clamp(10rem, 22vw, 22rem);
  line-height: .75;
  pointer-events: none;
}

#footer .h3,
#footer .h4,
#footer h3,
#footer h4 { color: #fff; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
#footer a,
#footer p,
#footer li { color: rgba(255, 255, 255, .68); }
#footer a:hover { color: var(--mw130-gold); }

.mw130-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(--mw130-black);
  background: var(--mw130-black);
  color: #fff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  body:not(#index) #header .header-top-right { gap: 14px; }
  body:not(#index) #header .top-menu[data-depth="0"] { gap: 13px; }
  body:not(#index) #header .search-widget { flex-basis: 245px; width: 245px; }
  .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)) !important; }
}

@media (max-width: 991px) {
  body:not(#index) #wrapper::after { display: none; }
  body:not(#index) #header .header-top { padding: 10px 0; }
  body:not(#index) #header .header-top > .container > .row { min-height: 64px; }
  .mwk-nav-department { width: 100%; }
  .mwk-nav-department > a { min-height: 44px; 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: 720px;
    padding: 16px 20px;
    border-top: 1px solid rgba(185, 154, 100, .36);
  }
  .page-category #subcategories ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #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: 0 !important;
  }
  #product #main .product-container > .col-md-6:last-child { margin-top: 36px; }
  #product #main .product-container h1 { max-width: 15ch; }
  .page-my-account .links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mw130-filter-button { display: flex; }
  .mw130-filter-open::after {
    position: fixed;
    z-index: 998;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    content: "";
  }
  .page-category #search_filters,
  .page-new-products #search_filters,
  .page-search #search_filters {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(88vw, 420px);
    margin: 0;
    padding: 72px 20px 28px;
    overflow-y: auto;
    transform: translateX(108%);
    transition: transform .25s ease;
  }
  .mw130-filter-open #search_filters { transform: translateX(0); }
}

@media (max-width: 575px) {
  body:not(#index) #wrapper > .container { width: calc(100% - 24px) !important; }
  .mwk-nav-flyout,
  .mwk-nav-department:nth-child(2) .mwk-nav-flyout { grid-template-columns: 1fr; }
  .page-category .mw-category-hero,
  .page-category #js-product-list-header,
  .page-new-products #js-product-list-header { box-shadow: 8px 9px 0 rgba(185, 154, 100, .16); }
  .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 !important; }
  #products .product-miniature .product-description,
  body:not(#index) .featured-products .product-miniature .product-description { min-height: 108px; padding: 14px 11px !important; }
  #products .product-miniature .product-title a,
  body:not(#index) .featured-products .product-miniature .product-title a { font-size: .78rem; }
  #product #main .product-container { padding: 16px !important; box-shadow: 8px 9px 0 rgba(185, 154, 100, .17); }
  #product #main .product-container h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  #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-my-account .links { grid-template-columns: 1fr; }
  .page-cms .page-content { padding: 24px 18px; box-shadow: 7px 8px 0 rgba(185, 154, 100, .14); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
/* 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;
}
