.gcom3d-product-wrap{margin:0 0 1.5rem;}
.gcom3d-wrap{position:relative;}
/* width/height/background are set inline from the premium settings (1:1) */
.gcom3d-viewer{display:block;width:100%;--poster-color:transparent;}

.gcom3d-ar-button{
  position:absolute;bottom:16px;right:16px;
  padding:8px 14px;margin:0;border:0!important;border-radius:8px;
  background:rgba(20,20,20,.55)!important;color:#fff;cursor:pointer;
  box-shadow:none!important;outline:none!important;text-shadow:none!important;
  font:600 14px/1 system-ui,-apple-system,sans-serif;
}

/* Zoom/Fullscreen control — orange icon, no box, no glow; hover scales 1.5×.
   Theme/Elementor button effects are hard-reset. */
.gcom3d-fullscreen{
  position:absolute;top:12px;right:12px;z-index:2;
  display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;padding:0;margin:0;
  -webkit-appearance:none;appearance:none;
  border:0!important;background:transparent!important;color:#ff8800;cursor:pointer;
  box-shadow:none!important;outline:none!important;text-shadow:none!important;filter:none!important;
  transform-origin:center;transition:transform .15s ease;
}
.gcom3d-fullscreen:focus,
.gcom3d-fullscreen:active{
  background:transparent!important;box-shadow:none!important;outline:none!important;filter:none!important;
}
.gcom3d-fullscreen:hover{
  background:transparent!important;box-shadow:none!important;
  transform:scale(1.5)!important; /* um die Hälfte vergrößern */
}
.gcom3d-fullscreen svg{
  display:block;width:26px;height:26px;
  fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;
}

.gcom3d-viewer:fullscreen,.gcom3d-wrap:fullscreen{width:100vw;height:100vh;background:#000;}
@media (max-width:600px){.gcom3d-fullscreen{top:8px;right:8px;width:40px;height:40px;}}
