
/* Headstock Cymbal Wall V12 Rendering Engine */

#stage,
.stage,
.hcw-v12-stage {
  width: 1320px !important;
  height: 700px !important;
  transform-origin: 0 0 !important;
}

#viewer,
.viewer,
.hcw-v12-viewer {
  overflow: hidden !important;
  position: relative;
}

.cymbal img {
  max-width: none !important;
  max-height: none !important;
}

.hcw-v12-zoom-controls {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 999999;
  display: flex;
  gap: 8px;
  pointer-events: auto;
}

.hcw-v12-zoom-btn {
  appearance: none;
  border: 1px solid rgba(214,176,99,.82);
  background: rgba(8,8,8,.9);
  color: #d6b063;
  min-width: 46px;
  min-height: 46px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.hcw-v12-zoom-btn[data-hcw-v12-zoom="fit"] {
  min-width: 58px;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hcw-v12-zoom-btn:hover,
.hcw-v12-zoom-btn:focus {
  border-color: #f0cf82;
  color: #f0cf82;
  outline: none;
}

/* Hide the old baked helper line area where required */
#stage::before,
.stage::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5,6,7,.92), rgba(5,6,7,.55), rgba(5,6,7,0));
}

@media (max-width: 767px) {
  .hcw-v12-zoom-controls {
    right: 12px;
    bottom: 92px;
    gap: 6px;
  }

  .hcw-v12-zoom-btn {
    min-width: 42px;
    min-height: 42px;
    font-size: 18px;
  }

  .hcw-v12-zoom-btn[data-hcw-v12-zoom="fit"] {
    min-width: 52px;
    font-size: 11px;
  }
}
