/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background: red !important; }
 
.product-variants-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.product-variants-item .control-label {
    margin-bottom: 0 !important;
    min-width: 120px !important; /* opcional para alinear todos */
}
