.premium-detail header .logo {
    padding: 0 10rem 0 6rem;
    height: 8rem;
    background-image: url("images/bg-logo-premium.svg") !important;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
    position: absolute;
    z-index: 3;
    top: 1rem;
    left: 0;
    display: flex;
    align-items: center;
}

.premium-detail header .patch-top {
    width: 100%;
    height: 1rem;
    background-color: #494949;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}

.premium-detail .search-bar {
    width: 100%;
    height: 8rem;
    position: fixed;
    z-index: 60;
    background-color: #000;
    left: 0;
    text-align: right;
    top: -9rem;
}

.premium-detail .menu-drop {
    background: url("images/arrow-down-white.svg"), linear-gradient(to right, #494949, #000);
    background-repeat: no-repeat;
    background-size: 3rem auto, auto 100%;
    background-position: right 7rem center, right center;
    height: 8rem;
    padding-top: 1rem;
    width: 35rem;
    text-align: left;
    font-size: 1.4rem;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    letter-spacing: .2rem;
    position: relative;
    appearance: none;
    border: none;
    background-color: transparent;
    padding-left: 8rem;
    font-family: 'agitabold';
    outline: none;
}

.premium-detail .header-floating {
    width: calc(100% - 16rem);
    background: linear-gradient(to right, #494949, #000);
    height: 0;
    z-index: 40;
    top: 0;
    padding: 3rem 8rem 1rem 8rem;
    left: 0;
    position: fixed;
    transition: top 0.4s ease;
}

.premium-detail .header-floating.header-offset {
    top: 8rem;
    height: 4rem;
    box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.5);
}

.premium-detail .t3.semi.red {
    color: #000;
}

.premium-detail .t3.semi.white {
    color: #fff;
}

.premium-detail .t0.bold.red {
    color: #000;
}

.premium-detail .t1.bold.white {
    background: linear-gradient(to right bottom, #494949, #fff);
    background-clip: text;
    color: transparent;
}

.premium-detail .t1.bold.black {
    background: linear-gradient(to right bottom, #494949, #000);
    background-clip: text;
    color: transparent;
}