#levis-redirect {
    display: none;
}
.featherlight.levis-redirect {
    background: rgba(0,0,0,.2) none;
}
.featherlight.levis-redirect .featherlight-content {
    max-height: 90%;
    max-width: 350px;
    padding: 65px 35px 50px;
    border: 0;
    background: rgba(0,0,0,.8) none;
    min-width: 0;
}
.featherlight.levis-redirect .featherlight-content .featherlight-close {
    background: transparent none;
    top: 25px;
    right: 35px;
    color: rgba(255,255,255,.5);
    font-size: 16px;
}
.featherlight.levis-redirect .featherlight-content #levis-redirect {
    display: block;
}
.featherlight.levis-redirect .featherlight-content #levis-redirect img {
    display: none;
    max-width: 100%;
    height: auto;
}
.featherlight.levis-redirect .featherlight-content #levis-redirect a {
    color: #FFF;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
}
.featherlight.levis-redirect .featherlight-content #levis-redirect a span {
    display: block;
}
.featherlight.levis-redirect .featherlight-content #levis-redirect a .text {
    font-size: 20px;
    line-height: 2;
    text-align: left;
}
.featherlight.levis-redirect .featherlight-content #levis-redirect a .button {
    display: inline-block;
    margin: 25px auto 0;
    text-align: center;
    border: 1px solid #FFF;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 12px;
    text-transform: uppercase;
}

/* Store page overrides */
.post-type-archive-store #inner_wrap header {
    max-height: 67px;
    overflow: hidden;
}
.post-type-archive-store #header-menu-right {
    border-color: #242424;
}
.post-type-archive-store #header-menu-right a {
    color: #242424;
}
.post-type-archive-store #featured_holder {
    display: none;
}