#header .header_logo_area {
    width: 100%;
    background: #000;
    padding: 10px;
}
#header .header_logo_area .header_logo a {
    font-family: "Schibsted Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 36px;
}
#header .header_logo_area .header_logo img {
    width: auto;
    height: 120px;
    aspect-ratio: 1042 / 208;
}
#cart_area {
    margin: 10px;
}
#cart_area .cart-trigger {
    background: #fff;
}
@media only screen and (max-width: 767px) {
    #header .header_logo_area {
        padding: 10px 10px 10px 0;
    }
    #header .header_logo_area .header_logo img {
        width: calc(100vw - 70px);
        height: auto;
        aspect-ratio: 1042 / 208;
    }
    #cart_area {
        right: -10px;
    }
    #cart_area p.cart-trigger {
        position: absolute;
        right: 10px;
        top: 44px;
    }
    .cart-trigger, .nav-trigger {
        top: 5px;
        background-color: rgba(255,255,255,0.75);
    }
    .cart {
        top: 88px;
        right: 0;
    }
}
