.free-shipping-banner {
    background-color: rgb(247, 197, 90);
    border-top: 1px solid #e5e5e5;
    /* border-bottom: 1px solid #e5e5e5; */
    text-align: center;
    font-size: 1rem;
    color: #333;
    font-weight: 600;
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;    
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.summer-banner {
    background: linear-gradient(90deg, rgb(247, 197, 90), rgb(255, 150, 50));
   
    text-align: center;
    font-size: 1rem;
    color: #353535;
    font-weight: 600;
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;    
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}




body #js-header {
    top: 2.5rem;
}

body #js-header.--scrolled {
    top: 2.5rem;
}



#main {
    margin-top: 7rem;
}

/* On front page make the margin be 0 */
body.home #main {
    margin-top: 0;

}
