.header-spree {
    background: #ffffff;
    color: black;
    border-color: #e2e2e2 !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 16;
    height: 100px;
}

#header .header-spree-fluid-logo img {
    max-height: 80px;
    flex-grow: 0.4rem !important;
}

a .center-product-image img {
    width: 100%;
    height: auto;
    max-height: 66%;
    min-height: 100%;
    -o-object-fit: fill;
    object-fit: contain;
}
