body.elementor-page-10 .wmh-hero-html-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.elementor-page-10 .wmh-hero-html-wrap > .e-con-inner,
body.elementor-page-10 .wmh-hero-html-wrap .elementor-widget-shortcode,
body.elementor-page-10 .wmh-hero-html-wrap .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wm-preview,
.wm-preview * { box-sizing: border-box; }

.wm-preview {
  --wm-preview-gold: #e0bd75;
  position: relative;
  width: 100%;
  min-height: clamp(580px, calc(100svh - 150px), 740px);
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  background: #191714;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-family: inherit;
}

.wm-preview-viewer, .wm-preview-fallback, .wm-preview-shade {
  position: absolute; inset: 0; width: 100%; height: 100%;
}

.wm-preview-viewer { z-index: 3; cursor: grab; touch-action: none; }
.wm-preview-viewer:active { cursor: grabbing; }
.wm-preview-viewer canvas { display: block; width: 100%; height: 100%; }

.wm-preview-fallback { z-index: 1; object-fit: cover; object-position: center; transition: opacity .35s ease; }
.wm-preview.is-ready .wm-preview-fallback { opacity: 0; pointer-events: none; }

.wm-preview-shade {
  z-index: 4; pointer-events: none;
  background: linear-gradient(180deg, rgba(9, 8, 6, .76), transparent 210px), linear-gradient(0deg, rgba(9, 8, 6, .72), transparent 150px);
}

.wm-preview-topbar, .wm-preview-bottom {
  position: absolute; z-index: 6; right: clamp(18px, 4vw, 58px); left: clamp(18px, 4vw, 58px);
}

.wm-preview-topbar { top: clamp(18px, 4vw, 50px); display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.wm-preview-kicker, .wm-preview-hint, .wm-preview-credit { letter-spacing: .12em; text-transform: uppercase; }
.wm-preview-kicker { margin: 0; color: #e0bd75; font-size: 11px; font-weight: 800; }
.wm-preview-topbar h2 { margin: 10px 0 0; max-width: 560px; font-size: clamp(28px, 4vw, 58px); line-height: 1; }
.wm-preview-status { margin: 10px 0 0; color: rgba(255,255,255,.72); font-size: 12px; }

.wm-preview-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.wm-preview-mobile-cta { display: none; }
.wm-preview-mobile-products { display: none; }
.wm-preview button { min-height: 42px; border: 1px solid rgba(255,255,255,.48); background: rgba(12,11,9,.58); color: #fff; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.wm-preview-actions button { padding: 0 13px; }
.wm-preview button:hover, .wm-preview button:focus-visible, .wm-preview-scenes button.is-active { border-color: #e0bd75; background: #e0bd75; color: #15120d; }

.wm-preview-bottom { bottom: clamp(18px, 3vw, 40px); }
.wm-preview-hint { margin: 0 0 12px; color: rgba(255,255,255,.72); font-size: 10px; pointer-events: none; }
.wm-preview-scenes { display: flex; gap: 7px; max-width: 100%; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
.wm-preview-scenes::-webkit-scrollbar { display: none; }
.wm-preview-scenes button { flex: 0 0 auto; padding: 0 13px; white-space: nowrap; }
.wm-preview-credit { margin: 12px 0 0; color: rgba(255,255,255,.58); font-size: 9px; }
.wm-preview-credit a { color: #e0bd75; }

.wm-preview-product-hotspot {
  position: relative;
  display: block;
  width: 88px;
  height: 88px;
  margin-top: -44px;
  margin-left: -44px;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  text-align: center;
  appearance: none;
  pointer-events: auto;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  transition: none;
  will-change: transform;
}

.wm-preview .wm-preview-product-hotspot {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.wm-preview .wm-preview-product-hotspot:hover,
.wm-preview .wm-preview-product-hotspot:focus-visible {
  border-color: transparent;
  background: transparent;
}

.wm-preview-product-hotspot.is-open { z-index: 8; }

.wm-preview-product-pin {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  padding: 5px;
  overflow: hidden;
  border: 2px solid #e0bd75;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(224,189,117,.2), 0 10px 25px rgba(0,0,0,.28);
  transition: transform .2s ease, box-shadow .2s ease;
}

.wm-preview-product-pin img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.wm-preview-product-label {
  position: absolute;
  top: 94px;
  left: 50%;
  display: -webkit-box;
  width: 190px;
  max-width: 190px;
  height: 38px;
  padding: 5px 8px;
  overflow: hidden;
  border: 1px solid rgba(224,189,117,.72);
  background: rgba(12,11,9,.88);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.55);
  transform: translate(calc(-50% + var(--mobile-label-shift-x, 0px)), var(--mobile-label-shift-y, 0px));
}
.wm-preview-product-hotspot.is-tabletop .wm-preview-product-label { transform: translate(var(--mobile-label-shift-x, 0px), var(--mobile-label-shift-y, 0px)); }
@media (min-width: 768px) {
  .wm-preview-product-hotspot .wm-preview-product-label,
  .wm-preview-product-hotspot.is-tabletop .wm-preview-product-label { transform: translate(calc(-50% + var(--mobile-label-shift-x, 0px)), 0); }
}

.wm-preview[data-preview-drag-active="true"] .wm-preview-product-hotspot,
.wm-preview[data-preview-drag-active="true"] .wm-preview-product-pin,
.wm-preview[data-preview-drag-active="true"] .wm-preview-product-label {
  transition: none !important;
  animation: none !important;
}

.wm-preview-product-hotspot.is-highlighted .wm-preview-product-pin {
  transform: scale(1.18);
  box-shadow: 0 0 0 12px rgba(224,189,117,.32), 0 18px 35px rgba(0,0,0,.4);
}

.wm-preview-product-hotspot.is-highlighted .wm-preview-product-label {
  background: #e0bd75;
  color: #15120d;
}

.wm-preview-product-hotspot:focus-visible .wm-preview-product-pin,
.wm-preview-product-hotspot.is-open .wm-preview-product-pin,
.wm-preview-product-hotspot:hover .wm-preview-product-pin {
  transform: scale(1.08);
  box-shadow: 0 0 0 9px rgba(224,189,117,.24), 0 13px 30px rgba(0,0,0,.32);
}

.wm-preview-detail-panel {
  position: absolute;
  z-index: 20;
  top: var(--detail-top, 50%);
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 14px;
  width: min(520px, calc(100% - 40px));
  max-height: var(--detail-max-height, calc(100% - 140px));
  overflow: auto;
  padding: 16px;
  transform: translateY(var(--detail-transform, -50%));
  background: rgba(12,11,9,.94);
  border: 1px solid rgba(224,189,117,.62);
  box-shadow: 0 18px 45px rgba(0,0,0,.32);
  color: #fff;
  text-align: left;
  cursor: default;
  pointer-events: auto;
}
.wm-preview-detail-panel.is-left { left: 0; }
.wm-preview-detail-panel.is-right { right: 0; }
.wm-preview-detail-panel[hidden] { display: none; }
.wm-preview-detail-image-wrap { display: grid; place-items: center; min-width: 0; background: #fff; }
.wm-preview-detail-image-wrap img { display: block; width: 170px; height: 170px; object-fit: contain; }
.wm-preview-detail-copy { min-width: 0; }
.wm-preview-detail-kicker { margin: 0 0 7px; color: #e0bd75; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wm-preview-detail-copy h2 { margin: 0; color: #fff; font-size: 21px; line-height: 1.16; }
.wm-preview-detail-description { margin: 9px 0 14px; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.45; }
.wm-preview-product-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.wm-preview-product-actions a { padding: 8px 10px; border: 1px solid rgba(255,255,255,.34); color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.wm-preview-product-actions button, .wm-preview-detail-close { min-height: 0; padding: 8px 10px; border: 1px solid rgba(255,255,255,.34); background: transparent; color: #fff; font-size: 12px; font-weight: 800; }
.wm-preview-product-actions a:first-child { border-color: #e0bd75; background: #e0bd75; color: #15120d; }

.wm-preview-edge-nav { position: absolute; z-index: 5; top: 46%; right: 0; left: 0; pointer-events: none; }
.wm-preview-edge-stack { position: absolute; top: 0; display: grid; gap: 8px; max-width: 266px; transform: translateY(-50%); }
.wm-preview-edge-stack.is-left { left: 14px; }
.wm-preview-edge-stack.is-right { right: 14px; }
.wm-preview-edge-item { display: grid; grid-template-columns: auto 56px minmax(0, 1fr); align-items: center; gap: 8px; width: 260px; min-height: 72px; padding: 7px 10px; border: 1px solid rgba(224,189,117,.76); background: rgba(12,11,9,.94); color: #fff; font: inherit; font-size: 12px; font-weight: 800; line-height: 1.15; text-align: left; pointer-events: auto; }
.wm-preview-edge-stack.is-right .wm-preview-edge-item { grid-template-columns: minmax(0, 1fr) 56px auto; text-align: right; }
.wm-preview-edge-item img { width: 56px; height: 56px; object-fit: contain; border: 1px solid rgba(224,189,117,.38); background: #fff; }
.wm-preview-edge-copy { display: grid; min-width: 0; gap: 3px; }
.wm-preview-edge-category { overflow: hidden; color: #e0bd75; font-size: 9px; font-weight: 800; line-height: 1.1; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.wm-preview-edge-title { display: -webkit-box; overflow: hidden; font-size: 12px; line-height: 1.2; overflow-wrap: anywhere; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.wm-preview-edge-arrow { color: #e0bd75; font-size: 20px; line-height: 1; }

.wm-preview-guide { position: absolute; z-index: 6; top: 104px; right: clamp(18px, 4vw, 58px); box-sizing: border-box; width: min(420px, calc(100% - 36px)); max-height: calc(100% - 184px); overflow-x: hidden; overflow-y: auto; padding: 18px; background: rgba(12,11,9,.97); border: 1px solid rgba(224,189,117,.66); box-shadow: 0 24px 60px rgba(0,0,0,.42); }
.wm-preview-guide[hidden] { display: none; }
.wm-preview-guide-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.14); }
.wm-preview-guide-kicker { margin: 0 0 5px; color: #e0bd75; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.wm-preview-guide h2 { margin: 0; font-size: 25px; line-height: 1; }
.wm-preview-guide-head button { min-height: 34px; padding: 0 10px; font-size: 10px; }
.wm-preview-guide-list,
.wm-preview-guide-group { display: grid; grid-template-columns: minmax(0, 1fr); width: 100%; min-width: 0; justify-items: stretch; }
.wm-preview-guide-group { gap: 6px; padding-top: 14px; }
.wm-preview-guide-group h3 { margin: 0 0 2px; color: #e0bd75; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.wm-preview .wm-preview-guide-item { display: grid !important; grid-template-areas: "image title" "image meta"; grid-template-columns: 80px minmax(0, 1fr); grid-template-rows: auto auto; align-items: center; gap: 4px 12px; box-sizing: border-box; width: 100% !important; max-width: none !important; min-width: 0 !important; min-height: 100px; overflow: hidden; margin: 0 !important; padding: 8px !important; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); color: #fff; text-align: left; justify-self: stretch !important; vertical-align: top; }
.wm-preview-guide-item img { grid-area: image; width: 80px; height: 80px; object-fit: contain; background: #fff; }
.wm-preview-guide-item span { grid-area: title; min-width: 0; align-self: end; display: block; font-size: 12px; font-weight: 800; line-height: 1.25; white-space: normal; overflow-wrap: anywhere; }
.wm-preview-guide-item small { grid-area: meta; min-width: 0; align-self: start; display: block; margin: 0; color: rgba(255,255,255,.66); font-size: 10px; line-height: 1.3; white-space: normal; overflow-wrap: anywhere; }
.wm-preview-guide-item:hover, .wm-preview-guide-item:focus-visible { border-color: #e0bd75; background: rgba(224,189,117,.14); }

.wm-preview-error { position: absolute; right: 18px; bottom: 18px; left: 18px; z-index: 5; display: grid; gap: 5px; padding: 12px 14px; background: rgba(12,11,9,.86); border-left: 2px solid #e0bd75; font-size: 12px; }
.wm-preview-error[hidden] { display: none; }
.wm-preview-error span { color: rgba(255,255,255,.72); }
@media (max-width: 767px) {
  .wm-preview { min-height: clamp(440px, 62svh, 540px); }
  .wm-preview-viewer,
  .wm-preview-edge-nav,
  .wm-preview-actions,
  .wm-preview-bottom,
  .wm-preview-guide,
  .wm-preview-detail-panel,
  .wm-preview-error { display: none !important; }
  .wm-preview .wm-preview-fallback {
    height: 100% !important; max-height: none !important;
    opacity: 1 !important; object-fit: cover !important; object-position: 54% center;
  }
  .wm-preview-shade { background: linear-gradient(180deg, rgba(9,8,6,.8), rgba(9,8,6,.08) 55%, rgba(9,8,6,.74)); }
  .wm-preview-topbar { display: none !important; }
  .wm-preview.is-mobile-static .wm-preview-mobile-products {
    position: absolute; inset: 0; z-index: 5; display: block; visibility: hidden; pointer-events: none;
  }
  .wm-preview.is-mobile-products-ready .wm-preview-mobile-products { visibility: visible; }
  .wm-preview-mobile-factory-label {
    position: absolute; top: 4%; left: 50%; display: grid; width: min(230px, calc(100% - 96px));
    padding: 7px 11px 8px; transform: translateX(-50%); border: 1px solid rgba(224,189,117,.78);
    background: rgba(12,11,9,.84); color: #fff; font-size: 10px; font-weight: 700; line-height: 1.2;
    text-align: center; text-decoration: none; pointer-events: auto;
  }
  .wm-preview-mobile-factory-label strong { color: #e0bd75; font-size: 13px; line-height: 1.2; }
  .wm-preview-mobile-product {
    position: absolute; display: grid; justify-items: center; width: 118px; transform: translateX(-50%);
    color: #fff; text-decoration: none; pointer-events: auto;
  }
  .wm-preview-mobile-product-1 { top: 17%; left: 17%; }
  .wm-preview-mobile-product-2 { top: 17%; left: 50%; }
  .wm-preview-mobile-product-3 { top: 17%; left: 83%; }
  .wm-preview-mobile-product-4 { top: 47%; left: 33%; }
  .wm-preview-mobile-product-5 { top: 47%; left: 67%; }
  .wm-preview-mobile-product-pin {
    display: grid; place-items: center; width: 80px; height: 80px; padding: 4px; overflow: hidden;
    border: 2px solid #e0bd75; border-radius: 50%; background: #fff;
    box-shadow: 0 0 0 5px rgba(224,189,117,.22), 0 9px 22px rgba(0,0,0,.34);
  }
  .wm-preview-mobile-product-pin img {
    display: block; width: 100%; height: 100%; object-fit: contain; border-radius: 50%;
  }
  .wm-preview-mobile-product-name {
    display: grid; place-items: center; width: 118px; min-height: 30px; margin-top: 5px; padding: 4px 6px;
    border: 1px solid rgba(224,189,117,.58); background: rgba(12,11,9,.88); color: #fff;
    font-size: 10px; font-weight: 800; line-height: 1.12; text-align: center; overflow-wrap: anywhere;
  }
  .wm-preview-mobile-cta {
    position: absolute; z-index: 6; right: 24px; bottom: max(28px, env(safe-area-inset-bottom)); left: 24px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  }
  .wm-preview-mobile-cta a {
    display: grid; place-items: center; min-height: 48px; padding: 8px 10px;
    border: 1px solid rgba(255,255,255,.58); background: rgba(12,11,9,.72);
    color: #fff; font-size: 12px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none;
  }
  .wm-preview-mobile-cta a:first-child { border-color: #e0bd75; background: #e0bd75; color: #15120d; }
}

@media (max-width: 360px) {
  .wm-preview-mobile-product { width: 96px; }
  .wm-preview-mobile-product-pin { width: 72px; height: 72px; }
  .wm-preview-mobile-product-name { width: 96px; font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) { .wm-preview-fallback { transition: none; } }
