/*
Theme Name: Divi Child
Theme URI: https://example.com
Description: Child theme for Divi
Author: Your Name
Template: Divi
Version: 1.0.0
*/

/* Update Cart button is now visible — quantities are editable with lockstep sync */

/* Row with vertically centered image modules */
.ocv-valign-images.et_pb_row {
    display: flex;
    align-items: stretch;
}
.ocv-valign-images.et_pb_row .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

