/* SPRING LASTMINUTE 2026-02 */

body > #promo_banner {
    background: #ffc543;
    background: linear-gradient(90deg, #ffc543 0%, #ffa806 50%, #ffc543 100%);
    background-size: auto 250%;
    background-repeat: repeat;
    background-position: center;
    display:flex;
    height:4rem;
    overflow: hidden;
    position:fixed;
    top:0;
    width:100%;
    z-index:10000;
}

body > #promo_banner #promo_hdr {
    min-width: 20rem;
    height: 4rem;
    line-height: 4rem !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    font-size: 1.25rem;
}

body > #promo_banner #promo_hdr img {
    height: 3rem;
}

body > #promo_banner #promo_hdr .edg-lft,
body > #promo_banner #promo_hdr .edg-rgt {
    overflow: hidden;
    position: absolute;
    height: 10rem;
    z-index: -1;
}

body > #promo_banner #promo_hdr .edg-lft {
    bottom: -1rem;
    left: 0;
}

body > #promo_banner #promo_hdr .edg-rgt {
    top: 0;
    right: 0;
}

body > #promo_banner #promo_hdr .edg-lft img,
body > #promo_banner #promo_hdr .edg-rgt img {
    height: 100%;
    width: auto;
}

body > #header { top:4rem; }

body > #header.fix-top { top:0rem !important; }

body > #main_nav,
body.menu-open > #overlay {
    top: 9rem;
}

.search-box-container {
    border-bottom: 1px solid #cccccc;
    margin: 9rem 0 0 0;
}

.search-box-container.fix-top {
    border-bottom: 0px solid #cccccc;
    margin: 5rem 0 0 0;
}

.page-wrapper {
    padding-top: 9rem !important; /* Add 4 rem to allow interior pages to show fully */
}

@media (max-width: 1040px){
    body > #promo_banner #promo_hdr .edg-lft,
    body > #promo_banner #promo_hdr .edg-rgt {
        height: 8rem;
    }
}

@media (max-width: 860px){
    body > #promo_banner #promo_hdr .edg-lft,
    body > #promo_banner #promo_hdr .edg-rgt {
        height: 6rem;
    }
}

@media (max-width: 600px){
    body > #promo_banner #promo_hdr .edg-lft,
    body > #promo_banner #promo_hdr .edg-rgt {
        height: 4rem;
    }

    body > #promo_banner #promo_hdr .edg-lft {
        bottom: 0rem;
        left: 0;
    }
}

@media (max-width: 530px){
    body > #promo_banner #promo_hdr {
        min-width: unset;
        height: 4rem;
        line-height: 4rem !important;
        font-size: 1.25rem;
    }
}

@media (max-width: 350px){
}
