.brand,
.shop-logo,
.bag-logo,
.header .nav .logo {
    box-sizing: border-box;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 60px;
    overflow: hidden;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0;
    text-decoration: none;
}

.brand::before,
.shop-logo::before,
.bag-logo::before,
.header .nav .logo::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("assets/funmibi-couture-logo-transparent-source.png") center / contain no-repeat;
    filter: grayscale(1) brightness(0);
}

/* The landing navigation is dark, so its transparent logo renders in white. */
.header .nav .logo {
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.header .nav .logo::before {
    filter: grayscale(1) brightness(0) invert(1);
}

.shop-nav,
.bag-header,
.product-header,
.checkout-header,
.account-header,
.track-header,
.desk-header,
.history-header,
.info-header,
.collection-header {
    padding-top: 12px;
    padding-bottom: 12px;
}

@media (max-width: 700px) {
    .brand,
    .shop-logo,
    .bag-logo,
    .header .nav .logo {
        width: 76px;
        height: 50px;
    }

    .shop-nav,
    .bag-header,
    .product-header,
    .checkout-header,
    .account-header,
    .track-header,
    .desk-header,
    .history-header,
    .info-header,
    .collection-header {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .confirmation-header {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
}
