* {
    font-family: "Viaoda Libre", serif;
    font-weight: 400;
    font-style: normal;
}

.header {
    width: 100%;
}

.footer {
    width: 100%;
}

.footer__top,
.footer__bottom {
    background-color: #212529; /* Цвет фона из bg-dark */
}

.footer__center {
    background-color: #f8f9fa; /* Светлый фон для средней секции */
}

.cart-icon {
    font-size: 1.5rem;
    vertical-align: middle;
}

.cart-count {
    margin-left: 5px;
}

.dropdown-menu-end {
    right: 0;
    left: auto;
}