/* vramkah_mixer v5.0 — Front Isolator Styles */

.vrmixer-mode-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #e0e0e0;
}

.vrmixer-tab {
    padding: 0.6rem 1.2rem;
    border: none;
    background: transparent;
    color: #666;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease, background 0.2s ease;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
}

.vrmixer-tab:hover {
    color: #333;
    background: rgba(0,0,0,0.03);
}

.vrmixer-tab.active {
    color: #2fb5d2;
    border-bottom-color: #2fb5d2;
}

/* Disabled group styling */
.product-variants-item.vrmixer-disabled {
    opacity: 0.35;
    pointer-events: none;
    position: relative;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
}

/* Smooth transitions */
.product-variants-item {
    transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
    max-height: 500px;
    overflow: hidden;
}

/* Hide native customization block since it is used in the background by vramkah_front_constructor */
.product-customization {
    display: none !important;
}
