/*
Theme Name:   Orchid Store Child
Template:     orchid-store
Description:  Child theme for Orchid Store
Author:       Your Name
Version:      1.0.0
*/

.header-branding {
    display: flex !important; 
    justify-content: center !important; 
    align-items: center !important;
    gap: 20px !important;
}

.header-logo-img {
    max-width: 50px !important;
    height: auto !important;
}

.site-title {
    font-size: 20px !important;
}

.os-breadcrumb-wrap {
    display: none !important;
}

footer img {
    width: 150px !important;
}