/*PDP BACKGROUND PATTERN*/

section.hex-bkg {
  background: url('//cwsmgmt.corsair.com/img/reusable/AllPurposeBoxWrap_TriHex_cropped-full.webp') center no-repeat;
  background-size: cover;
}
section.hex-left-10-bkg {
  background: url('//cwsmgmt.corsair.com/img/reusable/AllPurposeBoxWrap_TriHex_cropped_fadeLeft-10.webp') center no-repeat;
  background-size: cover;
}
section.hex-right-10-bkg {
  background: url('//cwsmgmt.corsair.com/img/reusable/AllPurposeBoxWrap_TriHex_cropped_fadeRight-10.webp') center no-repeat;
  background-size: cover;
}
section.hex-left-50-bkg {
  background: url('//cwsmgmt.corsair.com/img/reusable/AllPurposeBoxWrap_TriHex_cropped_fadeLeft-50.webp') center no-repeat;
  background-size: cover;
}
section.hex-right-50-bkg {
  background: url('//cwsmgmt.corsair.com/img/reusable/AllPurposeBoxWrap_TriHex_cropped_fadeRight-50.webp') center no-repeat;
  background-size: cover;
}
section.hex-left-10-white-bkg {
  background: url('//cwsmgmt.corsair.com/img/reusable/AllPurposeBoxWrap_TriHex_cropped_white_fadeLeft-10.webp') center no-repeat;
  background-size: cover;
}
section.hex-right-10-white-bkg {
  background: url('//cwsmgmt.corsair.com/img/reusable/AllPurposeBoxWrap_TriHex_cropped_white_fadeRight-10.webp') center no-repeat;
  background-size: cover;
}
section.hex-left-50-white-bkg {
  background: url('//cwsmgmt.corsair.com/img/reusable/AllPurposeBoxWrap_TriHex_cropped_white_fadeLeft-50.webp') center no-repeat;
  background-size: cover;
}
section.hex-right-50-white-bkg {
  background: url('//cwsmgmt.corsair.com/img/reusable/AllPurposeBoxWrap_TriHex_cropped_white_fadeRight-50.webp') center no-repeat;
  background-size: cover;
}
section.pdp-bkg-fff {
  background-color: #fff;
}
section.pdp-bkg-eee {
  background-color: #eee;
}
section.pdp-bkg-000 {
  background-color: #000;
}
section.pdp-bkg-333 {
  background-color: #333;
}





#pdp .text-shadow{
	text-shadow: 0 2px 10px rgb(0 0 0 / 50%)
}

#pdp sup {
    font-size: 0.8rem;
    top: 0.6em;
    vertical-align: top;
}

#pdp p sup {
    font-size: 1rem;
    top: 1em;
    vertical-align: top;
}

#pdp p em {
    font-size: 0.9rem;
}


#pdp .panel-template {
    color: #111;
}

#pdp .panel-template.threepadding {
    padding: 3vw 0;
}

#pdp .lowercase {
    text-transform: lowercase;
}

#pdp .cta-yellow {
    background: #e9e600;
    color: #000 !important;
    display: inline-block;
    font-weight: 600;
    font-size: .875rem;/*font-size: .75rem;*/
    letter-spacing: 0.1em;
    line-height: 1.25rem;
    margin: 1em 0;
    opacity: 1;
    /*padding: .95em 2.5em .75em;*/padding: 1em 3em .9em 3em;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    font-family: Saira,sans-serif;
}



#pdp .cta-yellow:hover {
    opacity: .7;
}

#pdp .cta-transparent-pdp {
	background-color: transparent;
    color: #fff !important;
    display: inline-block;
    font-weight: 600;
    font-size: .875rem;/*font-size: .75rem;*/
    letter-spacing: 0.1em;
    line-height: 1.25rem;
    margin: 1em 0;
    opacity: 1;
    /*padding: .95em 2.5em .75em;*/padding: 1em 3em .9em 3em;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
	border: 1px solid #fff;
}



#pdp .cta-transparent-pdp:hover {
    opacity: .7;
}

#pdp .drop-shadow{
	text-shadow: 0 2px 13px rgb(0 0 0 / 80%);
}

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

#pdp #panel-hero {
    background-size: cover;
    display: table;
    padding: 0;
    min-height: 500px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

#pdp #panel-hero video {
    display: block;
    left: 50%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

#pdp #panel-hero .background img {
    height: 100%;
    position: relative;
    z-index: 1;
}

#pdp #panel-hero.panel-template .yellow-subtext {
    color: rgba(236, 232, 26, var(--tw-text-opacity));
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .075em;
    line-height: 1.65rem;
    --tw-text-opacity: 1;
    margin: 5px auto 25px;
    text-transform: uppercase;
}

html[lang="zh"] #pdp #panel-hero.panel-template .yellow-subtext {
    line-height: 3rem;
}

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

#pdp #panel-hero.panel-template .wrapper {
    display: table-cell;
    padding: 10vw 0;
    min-height: 0;
}

#pdp .panel-template .col-third-1 {
    width: 28.9%;
    display: inline-block;
    vertical-align: top;
    padding: 2% 0% 2% 4%;
}

#pdp .panel-template .col-half-1 {
    width: 59.5%;
    display: inline-block;
    vertical-align: middle;
    padding: 3% 3% 3% 0%;
}



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

    #pdp .hero-copy {
    	padding-left: 10px;
    	padding-right: 10px;
    }

    #pdp .panel-template .col-third-1 {
            width: 100%;
            margin: 1em 0;
            padding: 0;
        }

    #pdp .panel-template .col-half-1 {
        width: 100%;
        margin: 1em 0;
        padding: 0;
    }

    #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 .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%;
    }
}

.black {
    color: #000
}

.yellow {
    --tw-text-opacity: 1;
    color: rgba(236, 232, 26, var(--tw-text-opacity))
}

.verveine {
    font-family: 'verveine';
    font-size: 3rem;
    line-height: 1;
}

@media (min-width:768px) {
    .verveine {
        font-size: 3.75rem;
        line-height: 1;
    }
}

#pdp #panel-hero.panel-template h2 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0em;
}

#pdp #panel-hero.panel-template h2.prod-series {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: .035em;
}

#pdp #panel-hero.panel-template h2.prod-series sup {
    font-size: .75em;
    top: 0.3em;
    font-weight: 300;
}

#pdp #panel-hero.panel-template h1,
#pdp #panel-hero.panel-template h2.style-h1 {
    font-family: bebas-neue-pro-semiexpanded, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 7rem;
    line-height: 6.75rem;
    letter-spacing: .0em;
    margin-bottom: 0;
}

html[lang="zh"] #pdp #panel-hero.panel-template h1,
html[lang="zh"] #pdp #panel-hero.panel-template h2.style-h1,
html[lang="ja"] #pdp #panel-hero.panel-template h1,
html[lang="ja"] #pdp #panel-hero.panel-template h2.style-h1,
html[lang="ko"] #pdp #panel-hero.panel-template h1,
html[lang="ko"] #pdp #panel-hero.panel-template h2.style-h1 {
    font-weight: 600;
}

#pdp #panel-hero .white.verveine {
    margin-bottom: 25px;
}

#pdp .panel-template h2,
#pdp .lighting h2,
.overview-prod-data-table h2 {
    font-family: bebas-neue-pro-semiexpanded, sans-serif;
    font-weight: 600;
    font-size: 3.75rem;
    letter-spacing: 0.1rem;
    line-height: 3.75rem;
}

html[lang="zh"] #pdp .panel-template h2,
html[lang="zh"] #pdp .lighting h2,
html[lang="ja"] #pdp .panel-template h2,
html[lang="ja"] #pdp .lighting h2,
html[lang="ko"] #pdp .panel-template h2,
html[lang="ko"] #pdp .lighting h2 {
    font-weight: 600;
}

#pdp-corsair section h3,
#pdp .panel-template h3 {
    font-size: 1.25em;
    font-weight: 600;
    margin: 2em 0 0;
}

#pdp .panel-template p,
#pdp .lighting .content_wrapper .right p,
#pdp .lighting .content_wrapper .left p {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 2.25rem;
}

#pdp .panel-template p.disclaimer {
    font-size: 1rem;
    font-style: italic;
    line-height: 1.5rem;
    margin: 1.5em 0;
    opacity: .7;
}


@media (max-width:768px) {

    .verveine {
        font-size: 3.25rem;
        line-height: 3rem;
    }

    #pdp #panel-hero.panel-template h1,
    #pdp #panel-hero.panel-template h2.style-h1 {
        font-size: 3.5rem;
        line-height: 4rem;
        letter-spacing: .025em;
        margin-top: 0.75em;
        padding-bottom: 1rem;
    }

    #pdp #panel-hero.panel-template h2 {
        font-size: 1.2rem;
        line-height: 3.25rem;
    }

    #pdp #panel-hero.panel-template h2.prod-series {
        font-size: 1.75rem;
        margin-bottom: 0;
    }

    #pdp #panel-hero.panel-template h2.prod-series sup {
        font-size: .75em;
        top: -0.5em;
        vertical-align: unset;
    }

    #pdp #panel-hero.panel-template h2.prod-series + h2 {
        margin-top: 0;
    }

    #pdp .panel-template h2,
    #pdp .lighting h2,
    .overview-prod-data-table h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    #pdp .panel-template p {
        font-size: 1.1rem;
        line-height: 1.75rem;
    }

    #pdp #panel-hero.panel-template .yellow-subtext {
        font-size: 1.25rem;
        letter-spacing: .075em;
    }
}


@media (max-width:570px) {

    #pdp #panel-hero.panel-template .yellow-subtext {
        font-size: 1rem;
    }

}

@media (min-width:1024px) {}

/* ==============================
LIGHTING
============================== */

#pdp .lighting {
    padding: 7vw;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dfdfdf+100 */
    background: #000;
}

#pdp .lighting .dots-container {
    margin-top: 0em;
    position: relative;
}

#pdp .lighting .dots-container ul {
    padding-left: 0;
}

#pdp .lighting .dots-container li {
    cursor: pointer;
    display: inline-block;
    height: 1em;
    padding: 1rem;
    margin-right: 18px;
    position: static;
}

#pdp .lighting .dots-container li .tag-text {
    font-size: 0.7em;
    letter-spacing: 0.2em;
    left: 0;
    margin-top: -4px !important;
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    top: 5em;
    transition: 250ms opacity;
    white-space: nowrap;
}

.no-touch #pdp .lighting .dots-container li:hover:not(.active) .tag-text {
    opacity: 0;
}

#pdp .lighting .dots-container li.active .tag-text {
    opacity: 1;
}

#pdp .lighting .dots-container li .dot {
    background: #39b5fb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    font-size: 0px;
    height: 12px;
    outline: none;
    width: 12px;
}

#pdp .lighting .dots-container li:not(.active) .dot {
    background: #6d6d6d !important;
}

#pdp .lighting .content_wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

#pdp .lighting .content_wrapper .half {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
}


/*#pdp .lighting .content_wrapper .left {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 65%;
    transform: translateY(-50%);
}*/

#pdp .lighting .content_wrapper .left .item-rotation {
    height: 100%;
    position: relative;
    width: 100%;
}

#pdp .lighting .content_wrapper .left .item-rotation .spacer {
    width: 100%;
}


#pdp .lighting .content_wrapper .left .video-gradient {
    background: none;
    display: block;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}



#pdp .lighting .content_wrapper .left .item-rotation .mobile {
    display: none;
}

#pdp .lighting .content_wrapper .left .item-rotation video {
    height: 100%;
    width: auto;
}

#pdp .lighting .content_wrapper .left .item-rotation .fan-colors {
    height: 50%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 25%;
    width: auto;
}

#pdp .lighting .content_wrapper .left .item-rotation .fan-colors.active {
    opacity: 1;
}

#pdp .lighting .content_wrapper .right {
    box-sizing: border-box !important;
    margin-left: 55%;
    width: 44%;
    z-index: 1;
}

#pdp .lighting .content_wrapper .right p {
    margin-top: 2em;
}

#pdp .lighting .content_wrapper .right .dots-container p {
    color: #fff;
}

#pdp .lighting .content_wrapper .right .body-text {
    width: 75%;
}

#pdp .lighting .content_wrapper .right .disclaimer {
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.6em;
    margin-top: 0;
    width: 90%;
}

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

    /* ==============================
  SMARTER
  ============================== */
    #pdp .lighting {
        overflow: hidden;
    }

    #pdp .lighting .content_wrapper {
        margin: 0 auto;
    }
}



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

    /* ==============================
  SMARTER
  ============================== */


    #pdp .lighting .content_wrapper {
        margin: 0 auto;
    }

    #pdp .lighting .content_wrapper .left {
        width: 50%;
    }

    #pdp .lighting .content_wrapper .left .item-rotation .fan-colors {
        left: auto;
        right: -20vh;
    }
}

@media only screen and (max-width: 1362px) {
    #pdp .lighting .dots-container li .tag-text {
        top: 9em;
    }
}

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

    /* ==============================
  LIGHTING
  ============================== */
    #pdp .lighting {
        padding: 7em 0 2em;
        position: relative;
    }

    #pdp .lighting:before {
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.6;
        position: absolute;
        top: 0;
        width: 100%;
    }

    #pdp .lighting .slick-dots {
        margin-top: 3em;
    }

    #pdp .lighting .content_wrapper {
        margin: 0;
        position: relative;
        z-index: 1;
    }

    #pdp .lighting .content_wrapper .half {

        margin-top: 5%;
        width: auto;
    }

    #pdp .lighting .content_wrapper .left {
        display: block;
        height: auto;
        margin: 0 auto;
        padding-top: 0;
        position: relative;
        transform: none !important;
        width: 100%;
    }

    #pdp .lighting .content_wrapper .left .item-rotation {
        height: auto;
        margin: 0 auto;
        max-width: 90vw;
    }

    #pdp .lighting .content_wrapper .left .video-gradient {
        display: none;
    }

    #pdp .lighting .content_wrapper .left .item-rotation .mobile {
        display: block;
    }

    #pdp .lighting .content_wrapper .left .item-rotation .mobile .gif {
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        transition: 500ms opacity;
    }

    #pdp .lighting .content_wrapper .left .item-rotation .mobile .gif img {
        width: 100%;
    }

    #pdp .lighting .content_wrapper .left .item-rotation .mobile .gif.active {
        opacity: 1;
    }

    #pdp .lighting .content_wrapper .left .item-rotation video {
        display: none;
    }

    #pdp .lighting .content_wrapper .right {
        margin-bottom: 4em;
        margin-left: 15px;
        margin-top: 32vw;
        position: relative;
        text-align: center;
        transform: none !important;
        width: calc(100% - 30px);
    }

    #pdp .lighting .content_wrapper .right h1 {
        margin-top: 5em;
    }

    #pdp .lighting .content_wrapper .right .center {
        position: relative;
        text-align: center;
    }

    #pdp .lighting .content_wrapper .right p {
        margin-top: 0;
        width: auto;
    }

    #pdp .lighting .content_wrapper .right p.description {
        margin-top: 2em;
    }

    #pdp .lighting .content_wrapper .right .body-text {
        color: #b1b1b1 !important;
        width: 100%;
    }

    #pdp .lighting .content_wrapper .right .dots-container {
        position: absolute;
        top: -13em;
        width: calc(100vw - 50px);
    }

    #pdp .lighting .dots-container li {
        position: static;
        padding: .5rem;
    }

    #pdp .lighting .dots-container li .tag-text {
        left: 50%;
        position: absolute;
        top: 8em;
        transform: translateX(-50%);
    }

    .no-touch #pdp .lighting .dots-container li:hover:not(.active) .tag-text {
        opacity: 0;
    }
}