.o-header-product {
    border: none;
}

.badge-link:hover {
    text-decoration: none;
}

.cookie-consent {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    bottom: 40px;
    left: 0.9rem;
}

.cookie-consent-info-icon {
    margin-right: 10px;
}

#cookie-consent-button {
    font-family: inherit !important;
}

.cookie-consent-hidden {
    display: none;
}

body {
    min-height: 100vh;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

article#main {
    flex: 1;
}

.footer-small {
    margin: -10px -10px 0 -10px;
    padding-bottom: 0px;
}