.page-vermodelo .home-showcase .home-showcase--gallery .color-360-wrapper {
    display: none;
}
.page-vermodelo .home-showcase .home-showcase--gallery .color-360-wrapper.color-active {
    display: block;
}

.dex360-viewer {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
}

.dex360-viewer:active {
    cursor: grabbing;
}

.dex360-viewer img {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.page-vermodelo .home-showcase .home-showcase--gallery .color-360-wrapper .dex360-viewer img {
    display: block;
}

.dex360-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    z-index: 1;
}

.dex360-viewer .dex360-label {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    pointer-events: none;
}

.dex360-hint {
    text-align: center;
    font-size: 13px;
    color: #888;
    margin-top: 6px;
}
