/*
Theme Name: Seraphina Child
Theme URI: https://seraphina.qodeinteractive.com
Description: A child theme of Seraphina
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: seraphina
Template: seraphina
*/

/* =========================================================
   MOBILE HEADER: burger (left) | logo (center) | cart (right)
   ========================================================= */

/* Burger menu — move to the left, reset the default left margin */
#qodef-page-mobile-header-inner .qodef-mobile-header-opener {
    order: 1;
    margin-left: 0;
    margin-right: auto;
}

/* Logo — absolute center so it is never pushed by the other items */
#qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* =========================================================
   TYPOGRAPHY
   ========================================================= */

/* Body, menus, buttons — Manrope */
body {
    font-family: "Manrope", sans-serif;
}

/* Headings, banners, product titles — Lato */
h1, .qodef-h1,
h2, .qodef-h2,
h3, .qodef-h3,
h4, .qodef-h4,
h5, .qodef-h5,
h6, .qodef-h6 {
    font-family: "Lato", sans-serif;
}

/* =========================================================
   MOBILE HEADER: burger (left) | logo (center) | cart (right)
   ========================================================= */

/* Cart icon — push to the right by targeting any sibling that isn't the burger, logo, or nav panel */
#qodef-page-mobile-header-inner > *:not(.qodef-mobile-header-opener):not(.qodef-mobile-header-logo-link):not(.qodef-mobile-header-navigation) {
    order: 3;
    margin-left: auto;
}
