.yellow {
    color: #e9e600;
}

.white {
    color: #fff;
}

.gray {
    color: #797979;
}

#pdp .panel-spacer {
    opacity: 0;
}

/* PANEL TEMPLATE */
#pdp {
    overflow: hidden;
}

#pdp .panel-template.padding-top-4 {
    padding-top: 4em;
}

#pdp .panel-template.padding-bottom-4 {
    padding-bottom: 4em;
}

#pdp .panel-template .position-relative.wide100 {
    position: relative;
    width: 100%;
}

#pdp .panel-template .col-half,
#pdp .panel-template .col-third {
    /*padding:1.2%;*/
    position: relative;
}

#pdp .panel-template .position-absolute.col-half {
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

#pdp .panel-template .position-absolute.col-half.left {
    left: 0;
}

#pdp .panel-template .position-absolute.col-half.right {
    right: 0;
}

#pdp .panel-template .position-absolute.col-half.right.fromCenter {
    left: 50%;
    max-width: 572px;
    right: auto;
}

#pdp .panel-template .wrapper .vertical-center {
    display: table-cell;
    vertical-align: middle;
}

#pdp .panel-template .position-absolute.vertical-center {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: bottom left;
    vertical-align: baseline;
}

.mobile .mobile-only {
    display: block;
}

.desktop .mobile-only {
    display: none;
}

.mobile .desktop-only {
    display: none;
}

.desktop .desktop-only {
    cursor: pointer;
    display: block;
}

#pdp .panel-template .position-absolute.col-half {
    bottom: 0;
    padding: 0;
    position: absolute;
    height: 61%;
    top: auto;
}


#pdp .panel-template .position-absolute.fromCenter {
    left: 50%;
    top: 50%;

}



/* ============================== 
HERO
============================== */

#pdp #panel-hero {
    background: url('https://res.cloudinary.com/corsair-pwa/image/upload/f_auto,q_auto/akamai/pdp/psu/hx-2023/hx_2023_hero_2x.webp') center no-repeat;
    background-size: cover;
    display: table;
    margin-top: 0px;
    min-height: 500px;
    overflow: hidden;
    padding: 0;
    position: relative;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    width: 100%;
    z-index: 1;
}

#pdp.hx-2023 #panel-hero {
}

@keyframes hero-animation {
    0% {
        top: -100;
    }

    100% {
        top: 0%;
    }
}

#pdp #panel-hero .hero-content-container {
    display: table;
    min-height: 500px;
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, .35);
}

#pdp #panel-hero.panel-template .wrapper {
    display: table-cell;
    padding: 15vw 0;
    min-height: 0;
    position: relative;
    text-shadow:0 1px 10px rgba(0,0,0,.8);
    z-index: 1;
}

#pdp #panel-hero .hydro-x-logo {
    margin-bottom: 10px;
    width: 300px;
}



#pdp #panel-hero.panel-template p {
    text-shadow: 0 1px 10px rgba(0, 0, 0, .5);
}

#pdp #panel-hero .cta:link,
#pdp #panel-hero .cta:visited {
    background-color: #fecb00;
    color: #000;
}

#pdp #panel-hero .cta:hover,
#pdp #panel-hero .cta:active {
    background-color: #f6dc73;
}



/* ============================== 
POWERFUL CONNECTIONS
============================== */

#pdp #powerful img {
    right: 0;
    bottom: 0;
}



/* ============================== 
QUIET OPERATION
============================== */

#pdp #quiet {
    background-size:cover;
    padding:3vw 0;
}

#pdp #quiet .callout-wrap {
    display: inline-block;
    text-align: center;
    width: 32%;
}

#pdp #quiet .callout-wrap h4 {
    font-family: 'bebas-neue-pro-semiexpanded', sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 20px;
}




/* ============================== 
QUALITY
============================== */

#pdp #quality {
    background: #111 url('//res.cloudinary.com/corsair-pwa/image/upload/f_auto,q_auto/akamai/pdp/psu/hx-2023/hx_2023_quality_2x.webp') right center no-repeat;
    background-size: cover;
    padding:3vw 0;
}

#pdp #quality img {
    margin-bottom: 15px;
    width: 75px;
}




/* ============================== 
READY
============================== */

#pdp #ready {
    background: #111 url('//res.cloudinary.com/corsair-pwa/image/upload/f_auto,q_auto/akamai/pdp/psu/hx-2023/hx_2023_ready_2x.webp') center no-repeat;
    background-size: cover;
}




/* ============================== 
iCUE DASHBOARD
============================== */

#pdp #icue-dash {
    background: #fff url('//res.cloudinary.com/corsair-pwa/image/upload/akamai/_ui/responsive/common/images/bg-white-right.png') center right no-repeat;
    background-size: cover;
}

#pdp #icue-dash .icue-dash-logo {
    max-width: 150px;
    width: 100%;
}

#pdp #icue-dash .img-absolute {
    top: 5vw;
    right: 2%;
}



@media only screen and (min-width: 1920px) {



    /* ============================== 
    iCUE DASHBOARD
    ============================== */

    #pdp #icue-dash .wrapper {
        width: 1600px;
    }
}



@media only screen and (max-width: 1200px) {

    #pdp .panel-template .position-absolute.fromCenter {
        top: 50%;
    }

}



@media only screen and (max-width: 992px) {
    #pdp .wide-460 .col-third h1 {
        font-size: 1.8em !important;
    }

    #pdp #panel-hero h1 {
        font-size: 5em !important;
    }
}



@media only screen and (max-width: 768px) {
    #pdp .panel-template.text-center-mobile {
        text-align: center;
    }



    /* ============================== 
    HERO
    ============================== */

    #pdp #panel-hero.panel-template .wrapper {
        background: rgba(0, 0, 0, .4);
    }

    #pdp #panel-hero video {
        display: none !important;
    }

    #pdp #panel-hero p {
        font-size: 1.5em;
    }

    #pdp #panel-hero .product-container {
        height: auto;
        width: 100%;
    }

    #pdp #panel-hero .product-container .relative-container {
        height: auto;
    }

    #pdp #panel-hero .background {
        display: block;
    }

    #pdp #panel-hero .background img {
        height: auto;
        width: 100%;
    }



    /* ============================== 
    POWERFUL CONNECTIONS
    ============================== */

    #pdp #powerful img {
        right: -5%
    }



    /* ============================== 
    QUALITY
    ============================== */

    #pdp #quality {
        background-position: 86% center;
    }



    /* ============================== 
    READY
    ============================== */

    #pdp #ready {
        background-position: 15% center;
    }



    /* ============================== 
    iCUE DASHBOARD
    ============================== */

    #pdp #icue-dash .img-absolute {
        right: 0;
    }

}



@media only screen and (max-width: 570px) {

    #pdp .panel-template .col-half.mobile100 {
        position: relative;
        text-align: center;
        width: 100%;
    }

    #pdp .panel-template.tall110 {
        height: 110vw;
    }

    #pdp .panel-template.padding-top-4,
    #pdp .panel-template.padding-bottom-4 {
        padding: 7em 0 7em;
    }

    #pdp .panel-template .wrapper .vertical-center {
        display: block;
    }

    #pdp .panel-template .position-absolute.col-half.right.fromCenter {
        bottom: 5vw;
        height: auto;
        left: 5%;
        width: 90%;
    }

    #pdp .panel-template .col-half {
        margin-top: 0;
    }

    #pdp .panel-template p.description {
        margin: 2em auto 0;
    }

    /* ============================== 
    HERO
    ============================== */
    #pdp #panel-hero {
        min-height: unset;
    }

    #pdp #panel-hero video {
        width: 100vh;
    }

    #pdp #panel-hero .hero-content-container {
        min-height: unset;
    }

    #pdp #panel-hero.panel-template .wrapper {
        padding: 10vw 0;
    }

    #pdp #panel-hero p {
        font-size: 1.5em;
        margin: 2em auto;
        width: calc(100% - 20px);
    }

}



@media only screen and (max-width: 470px) {
    .wide-460 {
        width: 100% !important;
    }

    #pdp .wide-460 .col-third h1 {
        font-size: 1.4em !important;
    }

    #pdp .panel-template h1 {
        font-size: 1.9em !important;
    }
}