/* ── Toggle button overlaid at bottom-right of the gallery ── */
.metax-3d-toggle-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    background: #4EC3CA;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0.85;
    transition: opacity 0.2s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.metax-3d-toggle-btn:hover,
.metax-3d-toggle-btn--active {
    opacity: 1;
}

/* ── Viewer container injected inside the gallery ── */
.metax-gallery-inject-wrap {
    width: 100%;
}

.metax-gallery-inject-wrap .metax-product-viewer {
    width: 100% !important;
    height: 100% !important;
}
