/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

:root {
    --quantity-height: 35px;
}

table.variations td {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}