/*
Theme Name: Hello Fluoh
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Fluoh is the fluoh variation of Hello Elementor
Author: Fluoh Team
Author URI: https://fluoh.be/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-fluoh
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

#content #wpsl-search-wrap {
    display: flex;
    float: none;
    column-gap: 20px;
    row-gap: 10px;
    white-space: nowrap;
    flex-wrap: wrap;
}

#content #wpsl-search-wrap label {
    margin-right: 10px;
    line-height: 2em;
    width: unset;
}

#content #wpsl-search-wrap .wpsl-input {
    margin-bottom: 0;
}
#content #wpsl-search-wrap .wpsl-input input {
    width: initial !important;
    max-width: 400px;
}

#content .wpsl-dropdown,
#content #wpsl-category .wpsl-dropdown,
#content #wpsl-radius .wpsl-dropdown,
#content #wpsl-results .wpsl-dropdown {
    width: fit-content;
}

#content #wpsl-search-btn {
    color: #fafafa;
    background-color: var(--e-global-color-primary);
    background-image: none;
    border: 0;
    border-radius: 22px;
    padding-left: 20px;
    padding-right: 20px;
}

#content #wpsl-search-btn:hover {
    background-color: #14a3a8;
}

/* For some reason, these aren't always loaded so let's for the issue */
@font-face {
    font-family: "Lunchbox";
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src:
        url("https://shop.fluoh.be/wp-content/uploads/2025/11/Lunchbox-webfont.woff2")
            format("woff2"),
        url("https://shop.fluoh.be/wp-content/uploads/2025/11/Lunchbox-webfont.woff")
            format("woff");
}

@font-face {
    font-family: "Lunchbox";
    font-style: normal;
    font-weight: bold;
    font-display: auto;
    src:
        url("https://shop.fluoh.be/wp-content/uploads/2025/11/Lunchbox_Bold-webfont.woff2")
            format("woff2"),
        url("https://shop.fluoh.be/wp-content/uploads/2025/11/Lunchbox_Bold-webfont.woff")
            format("woff");
}

@font-face {
    font-family: "Lunchbox";
    font-style: normal;
    font-weight: 100;
    font-display: auto;
    src:
        url("https://shop.fluoh.be/wp-content/uploads/2025/11/Lunchbox_Light-webfont.woff2")
            format("woff2"),
        url("https://shop.fluoh.be/wp-content/uploads/2025/11/Lunchbox_Light-webfont.woff")
            format("woff");
}
