/**
* Theme Name: Nutreko Child
* Description: This is a child theme of Nutreko, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: nutreko
* Version: 1.0.7
*/


/* Mobile only */
@media (max-width: 768px) {
    .single-product .content-single-wrapper {
        display: flex;
        flex-direction: column;
    }
    .single-product .summary.entry-summary {
        order: -1; /* Moves above gallery */
    }
}
