/* HEADER */
.header {
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    z-index: 1000;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
}

.logo {
    font-weight: bold;
    color: #777;
}

.nav-desktop a {
    margin-left: 20px;
    text-decoration: none;
    color: #333;
}

/* MOBILE FOOTER */
.mobile-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
    z-index: 1000;
}

.mobile-footer .item {
    text-align: center;
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

.mobile-footer .item span {
    display: block;
    font-size: 20px;
}

.mobile-footer .item.active {
    color: #000;
}

.icon {
    width: 22px;
    height: 22px;
    fill: currentColor;
    display: block;
    margin: auto;
}

.mobile-footer .item.active {
    color: #000;
}

.mobile-footer .item {
    color: #777;
}

.mobile-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    padding: 6px 0;
    z-index: 1000;
}

.mobile-footer .item {
    text-align: center;
    font-size: 11px;
    color: #777;
    text-decoration: none;
    position: relative;
    flex: 1;
}

.mobile-footer .item.active {
    color: #000;
}

.icon {
    width: 22px;
    height: 22px;
    fill: currentColor;
    display: block;
    margin: auto;
}

/* Badge panier */
.cart-badge {
    position: absolute;
    top: 2px;
    right: 18px;
    background: red;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 50%;
}