table.variations * {
    background: transparent !important;
    
}
table.variations{
    font-size: 16px;
    tbody{
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 20px;
    }
    .label{
        padding: 0px;
    }
    .label label{
        font-size:16px !important;
    }
    .cfvsw-swatches-option{
        padding: 12px 20px;
        border-color: #333;
        &:hover{
            background: var(--brand-color) !important;
            color:#fff;
        }
    }
    .cfvsw-selected-swatch{
        background: var(--brand-color) !important;
        color:#fff;
    }
    .cfvsw-swatches-disabled{
        pointer-events: none;
        opacity: 0.5;
    }
   
}
.product_meta {
    .posted_in{
        display: none;
    }
}
.reset_variations{
    color:#333;
    padding: 8px;
    &:hover{
        color: red;
    }
}

 .stock {
        display: none !important;
    }

.f-button{
    padding: 10px !important;
    margin: 10px;
    background: transparent !important;
}