/**
Theme Name: bwiiti
Author: Tanjona
Author URI: http://wpastra.com/about/
Description: Bwiiti - Magasin de vente en ligne des produits : Mode, jeux vidéo, high-tech, informatique...
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bwiiti
Template: astra
*/

.custom-header {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.header-left img {
    max-height: 50px;
}

.header-center {
    flex: 1;
    padding: 0 20px;
}

.search-form {
    display: flex;
    width: 100%;
    max-width: 550px;
    border: 2px solid #ff4e00;
    border-radius: 8px;
    overflow: hidden;
}

.search-field {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
}

.search-submit {
    padding: 10px 15px;
    border: none;
    background: #ff4e00;
    color: #fff;
    cursor: pointer;
}

.header-right a {
    margin-left: 20px;
    font-size: 22px;
    position: relative;
}

.cart-count {
    background: red;
    color: white;
    padding: 2px 6px;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    top: -8px;
    right: -10px;
}

.category-menu {
    background: #fafafa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.cat-menu {
    display: flex;
    gap: 20px;
    padding: 10px 0;
}

.cat-menu li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

@media(max-width: 768px){
    .header-flex {
        flex-direction: column;
        gap: 10px;
    }
}
