/** Shopify CDN: Minification failed

Line 2631:0 Unexpected ","

**/
/* remove this after dev */
.wbshck .default-view {
    box-sizing: border-box;
    margin: 10vw auto 10vw auto;
    background-color: rgba(255, 0, 0, 0.1);
}
/* remove this after dev */


.wbshck .UIProduct {
    position: relative;
    min-height: 100%;
    width: 94%;
    max-width: 1800px;
    margin: 0 auto 0 auto;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

@media only screen and (max-width : 1023px) {
    .wbshck .UIProduct {
        width: 100%;
        box-shadow: none;
    }
}


.wbshck .UIProduct .keyvisual{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
    height: auto;
    /* background-image: url('wbshck-product-keyvisual-bg.jpg'); */
    background-color: #000000;
}
.wbshck .UIProduct .keyvisual .wrap{
    position: relative;
    z-index: 2;
    /* background-color: rgba(255, 0, 0, 0.1); */
}
.wbshck .UIProduct .keyvisual .col {
    width: 50%;
}
.wbshck .UIProduct .keyvisual .col.gallery {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    padding: 70px 70px 70px 70px;
}
.wbshck .UIProduct .keyvisual .col.gallery .image{
    display: flex;
    align-items: flex-start;
    position: relative;
    max-width: 680px;
    width: 100%;
}
.wbshck .UIProduct .keyvisual .col.gallery .image .img{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
.wbshck .UIProduct .keyvisual .col.gallery .image .shadow {
    position: absolute;
    z-index: 1;
    bottom: -60px;
    left: 0;
    width: 100%;
}

.wbshck .UIProduct.v2 .keyvisual .col.gallery .image .shadow {
    left: 50%;
    width: 75%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .85;
}

.wbshck .UIProduct .keyvisual .col.info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 30px 0 70px 50px;
    /* background-color: rgba(255, 255, 255, 0.05); */
}
.wbshck .UIProduct .keyvisual .alert {
    position: relative;
    z-index: 10;
    display: flex;
    font-size:14px;
    line-height: 1.3em;
    padding: 18px 20px 20px 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    border-top: 1px solid red;
    color: white;

    border-top: 1px solid #59536d;
    /* border-bottom: 1px solid #59536d; */

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#19172d+0,09080f+99 */
    background: rgb(25,23,45); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(25,23,45,1) 0%, rgba(9,8,15,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(25,23,45,1) 0%,rgba(9,8,15,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(25,23,45,1) 0%,rgba(9,8,15,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19172d', endColorstr='#09080f',GradientType=0 ); /* IE6-9 */
}
.wbshck .UIProduct .keyvisual .alert *{
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
}
.wbshck .UIProduct .keyvisual .alert .wrap{
    display: inline-block;
}
.wbshck .UIProduct .keyvisual .alert b{
    display: inline;
    color: #d889ec;
    font-weight: bold;
}
.wbshck .UIProduct .keyvisual .alert .wrap {
    text-align: center;
    max-width: 1200px;
}
.wbshck .UIProduct .keyvisual .col.info h1{
    text-transform: uppercase;
    font-family:'Open Sans';
    font-size:54px;
    font-weight:900;
    color:#ffffff;
    line-height: 1em;
    letter-spacing: -2px;
}
.wbshck .UIProduct .keyvisual .col.info h2,
.wbshck .UIProduct .keyvisual .col.info p{
    font-family:'Open Sans';
    font-size:30px;
    font-weight:500;
    color:#ffffff;
    line-height: 1.1em;
    text-align: left;
    width: 100%;
}
.wbshck .UIProduct .keyvisual .col.info p strong,
.wbshck .UIProduct .keyvisual .col.info p b{
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    display: block;
  height:40px;
  line-height:1;
}
.wbshck .UIProduct .keyvisual .col.info h2{
    margin-top: 6px;
    text-transform: uppercase;
}
.wbshck .UIProduct .keyvisual .col.info h3{
    line-height: 1em;
    font-family:'Open Sans';
    font-size:38px;
    font-weight:bold;
    color:#9ea6d0;
    display: none;
}
.wbshck .UIProduct .keyvisual .col.info h3.active{
    display: block;
}
.wbshck .UIProduct .keyvisual .col.info h3 i{
    font-style: normal;
    color: inherit;
}
.wbshck .UIProduct .keyvisual .col.info h3 i u{
    font-size: 17px;
    color: inherit;
    margin-left: -2px;
    vertical-align: super;
    font-weight: normal;
}
.wbshck .UIProduct .keyvisual .col.info h3 b{
    font-weight: inherit;
    color: #5ff1b3;
    text-transform: uppercase;
}
.wbshck .UIProduct .keyvisual .col.info h3 i.low{
    letter-spacing: -2px;
}
.wbshck .UIProduct .keyvisual .col.info h3 i.low u{
    letter-spacing: -1px;
    font-size: 13px;
    margin-left: 2px;
    display: inline-block;
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
}
.wbshck .UIProduct .keyvisual .col.info #productSelect{
    cursor: pointer;
    z-index: 5;
    position: relative;
    height: 64px;
    line-height: 64px;
    margin: 30px 30px 0px 0;
    padding: 0 35px 0 35px;
    background-color: #fff;
    border-radius: 32px;
    border:none;
    text-align:center;
    display: flex;
    font-family:'Open Sans';
    font-size:21px;
    font-weight:bold;
    text-transform: uppercase;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    padding: 0 50px 0 35px;
    background-image: url('wbsck-select-arr-down.svg');
    background-size: 17px 12px;
    background-position: calc(100% - 20px) center;

}
.wbshck .UIProduct .keyvisual .col.info .newsletter,
.wbshck .UIProduct .keyvisual .col.info .newsletter form,
.wbshck .UIProduct .keyvisual .col.info .newsletter .group {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap:wrap;
}
.wbshck .UIProduct .keyvisual .col.info .btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.wbshck .UIProduct .keyvisual .col.info .btn,
.wbshck .UIProduct .keyvisual .col.info .newsletter input.email {
    cursor: pointer;
    z-index: 5;
    position: relative;
    height: 64px;
    line-height: 64px;
    box-sizing: border-box;
    padding: 0 35px 0 35px;
    margin: 0 30px 25px 0;
    background-color: #05ce78;
    border-radius: 32px;
    border:none;
    text-align:center;
    display: flex;
}
.wbshck .UIProduct .keyvisual .col.info .newsletter input.email {
    width: 60%;
    background-color: #0F0D1A;
    border:1px solid white;
    font-family:'Open Sans';
    color: white;
    font-size: 18px;
    font-style:italic;
    font-weight: normal;
    text-align: left;
    text-indent: 30px;
    padding: 0;
    padding-right: 10px;
    margin-right: 10px;
}
.wbshck .UIProduct .keyvisual .col.info .newsletter  input[type=email]::-webkit-input-placeholder {
  color: white;
}
.wbshck .UIProduct .keyvisual .col.info .newsletter  input[type=email]:-ms-input-placeholder {
  color: white;
}
.wbshck .UIProduct .keyvisual .col.info .newsletter  input[type=email]::placeholder {
  color: white;
}
.wbshck .UIProduct .keyvisual .col.info a.btn {
    display: inline-block;
}
.wbshck .UIProduct .keyvisual .col.info .btn b {
    z-index: 2;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}
.wbshck .UIProduct .keyvisual .col.info .btn b,
.wbshck .UIProduct .keyvisual .col.info .btn.notify{
    font-family:'Open Sans';
    font-size:21px;
    font-weight:bold;
    color:#ffffff;
    text-transform: uppercase;
    cursor: pointer;
}
.wbshck .UIProduct .keyvisual .col.info .btn.notify{
    font-size:19px;
    margin-right: 0;
}
.wbshck .UIProduct .keyvisual .col.info .btn .shadow{
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom:-45px;
    left:50%;
    transform: translateX(-50%);
    width: 293px;
    height: auto;
}
.wbshck .UIProduct .keyvisual .col.info .btn.play {
    cursor: pointer;
    background-color: #834f9b;
    align-items: center;
    display: flex;
    padding-right: 10px;
}
.wbshck .UIProduct .keyvisual .col.info .btn.play i {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #c485cd;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wbshck .UIProduct .keyvisual .col.info .btn.play i svg{
    margin-left:4px;
}
.wbshck .UIProduct .keyvisual .col.info .preorder {
    display: flex;
    flex-direction: column;
}
.wbshck .UIProduct .keyvisual .col.info .preorder h3{
    display: inline-block;
    margin: .4em 0 0 0;
    font-family:'Open Sans';
    font-size:44px;
    font-weight:500;
    color:#31eb9b;
    text-transform: uppercase;
    line-height: 1em;
    width: 100%;
}
.wbshck .UIProduct .keyvisual .col.info .preorder h2{
    width: 100%;
    line-height: 1em;
    text-align: left;
    font-family:'Open Sans';
    font-size:56px;
    font-weight:900;
    color:#ffffff;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.wbshck .UIProduct .keyvisual .col.info .countdown {
    display: flex;
    position: relative;
    margin: 10px auto 45px 0;
    justify-content: flex-start;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px 15px 45px 0px;
    width: auto;
    margin-right: auto;
    /* background-color: rgba(0,0,0,0.4); */
}
.wbshck .UIProduct .keyvisual .col.info .countdown .icon{
    width: 88px;
    height: 99px;
    position: relative;
}
.wbshck .UIProduct .keyvisual .col.info .countdown .icon .frame{
    width: 100%;
    height: 100%;
}
.wbshck .UIProduct .keyvisual .col.info .countdown .icon .frame path{
    stroke: #48ed83;
}
.wbshck .UIProduct .keyvisual .col.info .countdown .icon b{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    font-family:'Open Sans';
    font-size:41px;
    font-style: normal;
    font-weight:bold;
    color:#ffffff;
}
.wbshck .UIProduct .keyvisual .col.info .countdown .icon u{
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family:'Open Sans';
    font-size:15px;
    font-style: normal;
    font-weight:bold;
    color:#ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
.wbshck .UIProduct .keyvisual .col.info .countdown i.delim {
    display: inline-block;
    opacity: .7;
    margin: auto 15px auto 15px;
    width: 12px;
    height: 12px;
    border:1px solid #05ce78;
    border-radius: 50%;
    position: relative;
}
.wbshck .UIProduct .keyvisual .col.info .countdown i.delim b {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 4px;
    height: 4px;
    background-color: #05ce78;
    border-radius: 50%;
}
.wbshck .UIProduct .keyvisual .bgvideo {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.wbshck .UIProduct .keyvisual .bgvideo video{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wbshck .UIProduct .keyvisual .bgvideo .stage{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: auto; */
    height: 100%;
}

@media only screen and (max-width : 1600px) {
    .wbshck .UIProduct .keyvisual .col.info h3 i.low u{
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
    }
    .wbshck .UIProduct .keyvisual .col.info h1 {
        font-size: 46px;
    }
    .wbshck .UIProduct .keyvisual .col.info {
        padding: 30px 0 60px 30px;
    }
    .wbshck .UIProduct .keyvisual .col.info h2,
    .wbshck .UIProduct .keyvisual .col.info p {
        font-size: 27px;
        line-height: 1.3em;
    }
    .wbshck .UIProduct .keyvisual .col.info p {
        font-size: 25px;
    }
    .wbshck .UIProduct .keyvisual .col.info h3 {
        font-size: 34px;
    }
    .wbshck .UIProduct .keyvisual .col.gallery {
        padding: 50px 60px 60px 60px;
    }
    .wbshck .UIProduct .keyvisual .col.info .preorder h2 {
        margin-top: 3px;
        font-size: 46px;
    }
    .wbshck .UIProduct .keyvisual .col.info .preorder h3 {
        font-size: 39px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown .icon b {
        font-size: 39px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown .icon {
        width: 86px;
        height: 97px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown i.delim {
        margin: auto 13px auto 13px;
    }
    .wbshck .UIProduct .keyvisual .col.gallery .image .shadow {
        bottom: -50px;
    }
}
@media only screen and (max-width : 1440px) {
    .wbshck .UIProduct .keyvisual .col.info .newsletter input.email {
        font-size: 17px;
        text-indent: 15px;
        padding-right: 10px;
        margin-right: 8px;
        height: 54px;
        line-height: 54px;
        border-radius: 27px;
    }
    .wbshck .UIProduct .keyvisual .col.info .btn.notify {
        font-size: 18px;
    }
    .wbshck .UIProduct .keyvisual .col.gallery {
        padding: 30px 60px 50px 40px;
    }
    .wbshck .UIProduct .keyvisual .col.info {
        padding: 30px 0 50px 10px;
    }
    .wbshck .UIProduct .keyvisual .col.info h1 {
        font-size: 42px;
    }
    .wbshck .UIProduct .keyvisual .col.info h2 {
        font-size: 25px;
    }
    .wbshck .UIProduct .keyvisual .col.info p {
        font-size: 23px;
    }
    .wbshck .UIProduct .keyvisual .col.info h3 {
        font-size: 32px;
    }
    .wbshck .UIProduct .keyvisual .col.info .btns {
        margin-top: 30px;
    }
    .wbshck .UIProduct .keyvisual .col.info #productSelect,
    .wbshck .UIProduct .keyvisual .col.info .btn {
        height: 54px;
        line-height: 54px;
        padding: 0 30px 0 30px;
        margin: 0 25px 25px 0;
        border-radius: 27px;
    }
    .wbshck .UIProduct .keyvisual .col.info #productSelect {
        margin-top: 20px;
        padding-right: 40px;
        background-size: 15px 11px;
    }
    .wbshck .UIProduct .keyvisual .col.info #productSelect,
    .wbshck .UIProduct .keyvisual .col.info .btn b {
        font-size: 19px;
    }
    .wbshck .UIProduct .keyvisual .col.info .btn.play i {
        width: 40px;
        height: 40px;
        margin-left: 15px;
    }
    .wbshck .UIProduct .keyvisual .col.info .btn.play i svg {
        margin-left: 4px;
        width: 10px;
        height: 20px;
    }
    .wbshck .UIProduct .keyvisual .col.info .btn.play {
        padding-right: 7px;
    }
    .wbshck .UIProduct .keyvisual .col.info .preorder h3 {
        font-size: 37px;
    }
    .wbshck .UIProduct .keyvisual .col.info .preorder h2 {
        margin-top: 3px;
        font-size: 42px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown .icon {
        width: 80px;
        height: 90px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown .icon b {
        font-size: 34px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown .icon u {
        bottom: -28px;
        font-size: 14px;
    }
    .wbshck .UIProduct .keyvisual .col.gallery .image .shadow {
        bottom: -3.3vw;
    }
}
@media only screen and (max-width : 1280px) {
    .wbshck .UIProduct .keyvisual .col.info h3 i.low u{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        font-size: 12px;
    }
    .wbshck .UIProduct .keyvisual .col.info h3 i u {
        font-size: 14px;
        color: inherit;
    }
    .wbshck .UIProduct .keyvisual .col.info .btn .shadow{
        bottom: -35px;
    }
    .wbshck .UIProduct .keyvisual .col.info .newsletter input.email {
        font-size: 15px;
        text-indent: 13px;
        padding-right: 8px;
        margin-right: 7px;
        height: 44px;
        line-height: 44px;
        border-radius: 22px;
    }
    .wbshck .UIProduct .keyvisual .col.info .btn.notify {
        font-size: 15px;
    }
    .wbshck .UIProduct .keyvisual .col.gallery {
        padding: 20px 60px 40px 40px;
    }
    .wbshck .UIProduct .keyvisual .col.info {
        padding: 20px 0px 45px 10px;
    }
    .wbshck .UIProduct .keyvisual .col.info h1 {
        font-size: 36px;
    }
    .wbshck .UIProduct .keyvisual .col.info h2 {
        font-size: 22px;
    }
    .wbshck .UIProduct .keyvisual .col.info p {
        margin: 15px auto 18px 0;
        font-size: 16px;
    }
    .wbshck .UIProduct .keyvisual .col.info h3 {
        font-size: 26px;
    }
    .wbshck .UIProduct .keyvisual .col.info .btns {
        margin-top: 20px;
    }
    .wbshck .UIProduct .keyvisual .col.info #productSelect,
    .wbshck .UIProduct .keyvisual .col.info .btn {
        height: 44px;
        line-height: 44px;
        padding: 0 20px 0 20px;
        margin: 0 15px 10px 0;
        border-radius: 22px;
    }
    .wbshck .UIProduct .keyvisual .col.info #productSelect{
        margin-top: 20px;
        padding-right: 30px;
        background-size: 13px 10px;
    }
    .wbshck .UIProduct .keyvisual .col.info #productSelect,
    .wbshck .UIProduct .keyvisual .col.info .btn b {
        font-size: 17px;
    }
    .wbshck .UIProduct .keyvisual .col.info .btn.play i {
        width: 32px;
        height: 32px;
    }
    .wbshck .UIProduct .keyvisual .col.info .btn.play {
        padding-right: 7px;
    }
    .wbshck .UIProduct .keyvisual .col.info .btn.play i svg {
        margin-left: 3px;
        width: 8px;
        height: 18px;
    }
    .wbshck .UIProduct .keyvisual .col.info .btn.play {
        padding-right: 6px;
    }
    .wbshck .UIProduct .keyvisual .col.info .preorder h3 {
        font-size: 30px;
    }
    .wbshck .UIProduct .keyvisual .col.info .preorder h2 {
        font-size: 36px;
        letter-spacing: -0.02em;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown .icon {
        width: 70px;
        height: 80px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown .icon b {
        font-size: 31px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown i.delim {
        margin: auto 9px auto 9px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown .icon u {
        bottom: -26px;
        font-size: 13px;
    }
}
@media only screen and (max-width : 1023px) {
    .wbshck .UIProduct .keyvisual .col.info h3 i.low u {
        font-size: 11px;
        letter-spacing: -0.5px;
    }
    .wbshck .UIProduct .keyvisual .alert {
        font-size:13px;
    }
    .wbshck .UIProduct .keyvisual .col.info h3 i u {
        font-size: 12px;
        margin-left: -1px;
    }
    .wbshck .UIProduct .keyvisual .col.info .btn .shadow{
        bottom: -25px;
    }
    .wbshck .UIProduct .keyvisual .col.info .newsletter input.email {
        font-size: 13px;
        text-indent: 12px;
        padding-right: 9px;
        margin-right: 7px;
        height: 34px;
        line-height: 34px;
        border-radius: 17px;
    }
    .wbshck .UIProduct .keyvisual .col.info .btn.notify {
        font-size: 13px;
    }
    .wbshck .UIProduct .keyvisual .bgvideo .stage {
        left: 50%;
        width: 1110px;
        height: auto;
        min-height: 100%;
        transform: translateX(-50%);
    }
    .wbshck .UIProduct .keyvisual {
        /* min-height: 60vw; */
        padding-top: 60px;
    }
    .wbshck .UIProduct .keyvisual .col.gallery {
        width: 48%;
    }
    .wbshck .UIProduct .keyvisual .col.info {
        width: 52%;
    }
    .wbshck .UIProduct .keyvisual .col.info h1 {
        font-size: 30px;
        letter-spacing: -1px;
    }
    .wbshck .UIProduct .keyvisual .col.info h2 {
        font-size: 20px;
    }
    .wbshck .UIProduct .keyvisual .col.info p {
        margin: 13px auto 15px auto;
        font-size: 14px;
    }
    .wbshck .UIProduct .keyvisual .col.info h3 {
        font-size: 22px;
    }
    .wbshck .UIProduct .keyvisual .col.info #productSelect,
    .wbshck .UIProduct .keyvisual .col.info .btn {
        height: 34px;
        line-height: 32px;
        padding: 0 15px 0 15px;
        margin: 0 12px 10px 0;
        border-radius: 17px;
    }
    .wbshck .UIProduct .keyvisual .col.info .btn.play {
        padding-right: 4px;
    }
    .wbshck .UIProduct .keyvisual .col.info #productSelect{
        margin-top: 20px;
        padding-right: 30px;
        background-size: 12px 9px;
        background-position: calc(100% - 15px) center;
    }
    .wbshck .UIProduct .keyvisual .col.info #productSelect,
    .wbshck .UIProduct .keyvisual .col.info .btn b {
        font-size: 12px;
    }
    .wbshck .UIProduct .keyvisual .col.info .btn.play i svg {
        margin-left: 3px;
        width: 7px;
        height: 14px;
    }
    .wbshck .UIProduct .keyvisual .col.info .btn.play i {
        width: 26px;
        height: 26px;
        margin-left: 10px;
    }
    .wbshck .UIProduct .keyvisual .col.info .preorder h2 {
        font-size: 30px;
    }
    .wbshck .UIProduct .keyvisual .col.info .preorder h3 {
        font-size: 25px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown .icon b {
        font-size: 25px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown .icon {
        width: 60px;
        height: 70px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown .icon u {
        bottom: -20px;
        font-size: 12px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown {
        margin: 10px auto 20px 0;
        padding: 10px 10px 30px 0px;
    }
}
@media only screen and (max-width : 767px) {
    .wbshck .UIProduct .keyvisual .col.info h3 i.low u {
        font-size: 10px;
        letter-spacing: -0.2px;
    }
    .wbshck .UIProduct .keyvisual .col.info h3 i u {
        font-size: 11px;
        margin-left: -2px;
    }
    .wbshck .UIProduct .keyvisual{
        padding-top: 70px;
    }
    .wbshck .UIProduct .keyvisual .col.gallery {
        width: 45%;
        padding: 20px 30px 40px 20px;
    }
    .wbshck .UIProduct .keyvisual .col.info {
        width: 55%;
    }
    .wbshck .UIProduct .keyvisual .col.info h1 {
        font-size: 25px;
    }
    .wbshck .UIProduct .keyvisual .col.info h2 {
        font-size: 18px;
    }
    .wbshck .UIProduct .keyvisual .col.info p {
        margin: 11px auto 13px auto;
        font-size: 13px;
    }
    .wbshck .UIProduct .keyvisual .col.info h3 {
        font-size: 19px;
    }
    .wbshck .UIProduct .keyvisual .col.info #productSelect,
    .wbshck .UIProduct .keyvisual .col.info .btn b {
        font-size: 11px;
    }
    .wbshck .UIProduct .keyvisual .col.info .preorder h2 {
        font-size: 25px;
    }
    .wbshck .UIProduct .keyvisual .col.info .preorder h3 {
        font-size: 20px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown .icon b {
        font-size: 20px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown .icon {
        width: 50px;
        height: 60px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown .icon u {
        bottom: -18px;
        font-size: 11px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown {
        margin: 9px auto 32px 0;
    }
}
@media only screen and (max-width : 600px) {
    .wbshck .UIProduct .keyvisual {
        display: flex;
        flex-direction: column;
    }
    .wbshck .UIProduct .keyvisual .col.info .newsletter, .wbshck .UIProduct .keyvisual .col.info .newsletter .group {
        width: 100%;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }
    .wbshck .UIProduct .keyvisual .col.info .newsletter input.email {
        font-size: 12px;
        text-indent: 0;
        padding-right: 10px;
        margin-right: 0px;
        height: 34px;
        line-height: 34px;
        border-radius: 17px;
        width: 280px;
        text-align: center;
        margin-bottom: 10px;
        padding-left: 10px;
    }
    .wbshck .UIProduct .keyvisual .col.info .btn.notify {
        font-size: 11px;
        margin-left: 0;
    }
    .wbshck .UIProduct .keyvisual{
        padding-top: 0px;
    }
    .wbshck .UIProduct .keyvisual .wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }
    .wbshck .UIProduct .keyvisual .col {
        width: 70% !important;
    }
    .wbshck .UIProduct .keyvisual .col.info {
        padding: 0 0 40px 0;
    }
    .wbshck .UIProduct .keyvisual .col.gallery {
        padding: 80px 30px 40px 30px;
    }
    .wbshck .UIProduct .keyvisual .col.gallery .image {
        width: 100%;
        max-width: 290px;
    }
    .wbshck .UIProduct .keyvisual .col.gallery .image .shadow {
        /* display: none; */
        bottom: -25px;
    }
    .wbshck .UIProduct .keyvisual {
        height: auto;
    }
    .wbshck .UIProduct .keyvisual .col.info .preorder,
    .wbshck .UIProduct .keyvisual .col.info .content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wbshck .UIProduct .keyvisual .col.info .content p,
    .wbshck .UIProduct .keyvisual .col.info .content h1,
    .wbshck .UIProduct .keyvisual .col.info .preorder h3,
    .wbshck .UIProduct .keyvisual .col.info .preorder h2 {
        text-align: center;
    }
    .wbshck .UIProduct .keyvisual .col.info .btns {
        justify-content: center;
    }
    .wbshck .UIProduct .keyvisual .col.info .btn {
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin: 0 6px 10px 6px;
    }
    .wbshck .UIProduct .keyvisual .col.info .btn .shadow {
        display: none;
    }
    .wbshck .UIProduct .keyvisual .col.info #productSelect {
        margin-left: auto;
        margin-right: auto;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown {
        margin: 9px 0 32px 0;
    }
}
@media only screen and (max-width : 460px) {
    .wbshck .UIProduct .keyvisual .alert {
        font-size:13px;
        line-height: 1.3em;
        padding: 15px 15px 15px 15px;
    }
    .wbshck .UIProduct .keyvisual .col {
        width: 95% !important;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown .icon b {
        font-size: 16px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown .icon {
        width: 40px;
        height: 50px;
    }
    .wbshck .UIProduct .keyvisual .col.info .countdown .icon u {
        bottom: -16px;
        font-size: 9px;
    }
    .wbshck .UIProduct .keyvisual .col.gallery .image .shadow {
        /* bottom: -20px; */
    }
}
@media only screen and (max-width : 380px) {
    .wbshck .UIProduct .keyvisual .alert {
        padding: 15px 0px 15px 0px;
    }
    .wbshck .UIProduct .keyvisual .col.gallery .image .shadow {
        bottom: -20px;
    }
}


.wbshck .UIProduct .nav {

    border-top: 1px solid #59536d;
    border-bottom: 1px solid #59536d;
    height: 106px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#19172d+0,09080f+99 */
    background: rgb(25,23,45); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(25,23,45,1) 0%, rgba(9,8,15,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(25,23,45,1) 0%,rgba(9,8,15,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(25,23,45,1) 0%,rgba(9,8,15,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19172d', endColorstr='#09080f',GradientType=0 ); /* IE6-9 */

}
.wbshck .UIProduct .nav .wrap {
    height: 100%;
}
.wbshck .UIProduct .nav nav {
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0 70px 0 70px;
    justify-content: center;
}
.wbshck .UIProduct .nav nav a:first-child {
    border-left: 1px solid #59536d;
}
.wbshck .UIProduct .nav nav a {
    border-right: 1px solid #59536d;
    display: flex;
    align-items: center;
    height: 100%;
    /* background-color: rgba(255, 0, 0, 0.1); */
    box-sizing: border-box;
    padding: 0 33px 0 33px;
    margin: 0;
    text-transform: uppercase;
    font-family:'Open Sans';
    font-size:21px;
    font-weight:bold;
    color:#a2cfd1;
    text-align: center;
    white-space: nowrap;
}
.wbshck .UIProduct .nav nav a u {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background-color: #6081c4;
    /* margin-right: 10px; */
}
.wbshck .UIProduct .nav nav a u i.fa-facebook{
    line-height: inherit;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 22px;
}
.wbshck .UIProduct .nav nav a.discord img {
    width: 50px;
    height: auto;
    margin-right: 8px;
}
@media only screen and (max-width : 1600px) {
    .wbshck .UIProduct .nav nav {
        padding: 0;
    }
    .wbshck .UIProduct .nav nav a {
        padding: 0 28px 0 28px;
        font-size: 19px;
    }
}
@media only screen and (max-width : 1440px) {
    .wbshck .UIProduct .nav nav a {
        padding: 0 30px 0 30px;
        font-size: 19px;
    }
    .wbshck .UIProduct .nav {
        height: 90px;
    }
    .wbshck .UIProduct .nav .wrap {
        width: 100%;
    }
    .wbshck .UIProduct .nav nav a .bgg-logo {
        width: 73px;
        height: 34px;
    }
    .wbshck .UIProduct .nav nav a {
        padding: 0 20px 0 20px;
        font-size: 16px;
    }
}
@media only screen and (max-width : 1280px) {
    .wbshck .UIProduct .nav nav a.discord img {
        width: 41px;
        height: auto;
        margin-right: 5px;
    }
    .wbshck .UIProduct .nav nav a {
        padding: 0 18px 0 18px;
        font-size: 14px;
    }
    .wbshck .UIProduct .nav {
        height: 80px;
    }
    .wbshck .UIProduct .nav nav a u {
        width: 42px;
        height: 42px;
        line-height: 42px;
    }
    .wbshck .UIProduct .nav nav a u i.fa-facebook {
        font-size: 20px;
    }
    .wbshck .UIProduct .nav nav a .bgg-logo {
        width: 65px;
        height: 31px;
    }
}
@media only screen and (max-width : 1023px) {
    .wbshck .UIProduct .nav nav a.discord img {
        width: 35px;
        height: auto;
        margin-right: 4px;
    }
    .wbshck .UIProduct .nav {
        height: 60px;
    }
    .wbshck .UIProduct .nav nav a {
        padding: 0 10px 0 10px;
        font-size: 12px;
    }
    .wbshck .UIProduct .nav nav a u {
        width: 34px;
        height: 34px;
        line-height: 34px;
        /* margin-right: 7px; */
    }
    .wbshck .UIProduct .nav nav a u i.fa-facebook {
        font-size: 17px;
    }
    .wbshck .UIProduct .nav nav a .bgg-logo {
        width: 55px;
        height: 26px;
    }
}
@media only screen and (max-width : 767px) {
    .wbshck .UIProduct .nav nav a.discord img {
        width: 25px;
        height: auto;
        margin-right: 3px;
    }
    .wbshck .UIProduct .nav nav a {
        padding: 0 12px 0 12px;
        font-size: 11px;
    }
    .wbshck .UIProduct .nav nav a u {
        width: 24px;
        height: 24px;
        line-height: 24px;
        /* margin-right: 5px; */
    }
    .wbshck .UIProduct .nav nav a u i.fa-facebook {
        font-size: 12px;
    }
    .wbshck .UIProduct .nav nav a .bgg-logo {
        width: 42px;
        height: 20px;
    }
    .wbshck .UIProduct .nav {
        height: 52px;
    }
}
@media only screen and (max-width : 767px) {
    .wbshck .UIProduct .nav {
        height: auto;
    }
    .wbshck .UIProduct .nav nav {
        flex-wrap: wrap;
        padding: 10px 0 4px 0;
    }
    .wbshck .UIProduct .nav nav a{
        height: 34px;
        border-radius: 17px;
        margin:0 3px 6px 3px;
        border: 1px solid #59536d;
        box-sizing: border-box;
        padding: 0 15px 0 15px;
    }
}


.wbshck .UIProduct .overview {
    height: auto;
    overflow: hidden;
    padding: 70px 0 70px 0;
    max-height: 605px;
    background-image: url('wbshck-product-overview-bg.jpg');
}
.wbshck .UIProduct .overview .wrap{
    display: flex;
    height: 100%;
    /* background-color: rgba(255, 0, 0, 0.1); */
    box-sizing: border-box;
    padding: 0 70px 0 70px;
    align-items: center;
}
.wbshck .UIProduct .overview .col{
    display: flex;
    height: 100%;
    width: 50%;
    /* background-color: rgba(255, 0, 255, 0.1); */
}
.wbshck .UIProduct .overview .col.video{
    align-items: center;
    justify-content: center;
    height: 100%;
    /* background-color: rgba(255, 255, 0, 0.1); */
}
.wbshck .UIProduct .overview .col.video a.btn.play{
    cursor: pointer;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    border:2px solid white;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.wbshck .UIProduct .overview .col.video a.btn.play svg {
    width: 35px;
    height: 49px;
    margin-left: 13px;
}
.wbshck .UIProduct .overview .col.video a.btn.play svg path{
    fill: white;
}
.wbshck .UIProduct .overview .col.info {
    flex-direction: column;
    justify-content: center;
}
.wbshck .UIProduct .overview .col h2 {
    font-family:'Open Sans';
    font-size:54px;
    font-weight:900;
    color:#ffffff;
    line-height: 1em;
    letter-spacing: -2px;
    text-transform: uppercase;
}
.wbshck .UIProduct .overview .col .text {
    display: flex;
    flex-direction: column;
    /* background-color: rgba(255, 0, 0, 0.1); */
}
.wbshck .UIProduct .overview .col .text p {
    font-family:'Open Sans';
    font-size:25px;
    font-weight:500;
    color:#d0d0d0;
}
.wbshck .UIProduct .overview .col .text .pictograms {
    display: flex;
    flex-wrap: wrap;
    /* background-color: rgba(255, 0, 0, 0.2); */
}
.wbshck .UIProduct .overview .col .text .pictogram {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 17px 20px 0;
    width: 198px;
    height: 97px;
    border:1px solid white;
    border-radius: 15px;
}
.wbshck .UIProduct .overview .col .text .pictogram:last-child {
    margin-right: 0;
}
.wbshck .UIProduct .overview .col .text .pictogram > img{
    display: inline-block;
    margin:auto 10px auto 10px;
}
.wbshck .UIProduct .overview .col .text .pictogram > div{
    margin:auto 15px auto 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wbshck .UIProduct .overview .col .text .pictogram > div b{
    font-family:'Open Sans';
    font-size:30px;
    font-weight:900;
    color:#ffffff;
    text-align: center;
    line-height: 1em;
    white-space: nowrap;
}
.wbshck .UIProduct .overview .col .text .pictogram > div i{
    line-height: 1em;
    text-align: center;
    font-style:normal;
    font-family:'Open Sans';
    font-size:20px;
    font-weight:500;
    color:#ffffff;
}
.wbshck .UIProduct .overview .blenda {
    position: absolute;
    bottom: -71px;
}
.wbshck .UIProduct .overview .blenda.left {
    right: 97%;
}
.wbshck .UIProduct .overview .blenda.right {
    left: 97%;
}
.wbshck .UIProduct .overview .blenda path{
    fill: white;
}
@media only screen and (max-width : 1700px) {
    .wbshck .UIProduct .overview .blenda.left {
        right: calc(100% - 70px);
    }
    .wbshck .UIProduct .overview .blenda.right {
        left: calc(100% - 70px);
    }
}
@media only screen and (max-width : 1600px) {
    .wbshck .UIProduct .overview .wrap {
        padding: 0 20px 0 20px;
    }
    .wbshck .UIProduct .overview .col h2 {
        font-size: 50px;
    }
    .wbshck .UIProduct .overview .col .text p {
        font-size: 24px;
    }
    .wbshck .UIProduct .overview .col.video a.btn.play {
        width: 118px;
        height: 118px;
    }
    .wbshck .UIProduct .overview .col .text .pictogram {
        margin: 0 16px 20px 0;
        width: 186px;
    }
    .wbshck .UIProduct .overview .col .text .pictogram:last-child > img {
        width: 45px;
        margin-left: 18px;
        margin-right: 2px;
    }
}
@media only screen and (max-width : 1440px) {
    .wbshck .UIProduct .overview .blenda.left {
        right: calc(100% - 55px);
    }
    .wbshck .UIProduct .overview .blenda.right {
        left: calc(100% - 55px);
    }
    .wbshck .UIProduct .overview .col h2 {
        font-size: 46px;
    }
    .wbshck .UIProduct .overview .col .text p {
        font-size: 23px;
    }
    .wbshck .UIProduct .overview .col .text .pictogram {
        margin: 0 14px 15px 0;
        width: 168px;
        height: 92px;
        border-radius: 12px;
    }
    .wbshck .UIProduct .overview .col .text .pictogram > div {
        margin: auto 12px auto 12px;
    }
    .wbshck .UIProduct .overview .col .text .pictogram > div b {
        font-size: 26px;
    }
    .wbshck .UIProduct .overview .col .text .pictogram > div i {
        font-size: 18px;
    }
    .wbshck .UIProduct .overview .col .text .pictogram:last-child > img {
        width: 42px;
        margin-left: 18px;
        margin-right: 2px;
    }
    .wbshck .UIProduct .overview .col.video a.btn.play {
        width: 108px;
        height: 108px;
    }
}
@media only screen and (max-width : 1280px) {
    .wbshck .UIProduct .overview .blenda.left {
        right: calc(100% - 45px);
    }
    .wbshck .UIProduct .overview .blenda.right {
        left: calc(100% - 45px);
    }
    .wbshck .UIProduct .overview .col h2 {
        font-size: 36px;
    }
    .wbshck .UIProduct .overview .col .text p {
        font-size: 17px;
        line-height: 1.5em;
    }
    .wbshck .UIProduct .overview .col .text .pictogram {
        margin: 0 7px 8px 0;
        width: 137px;
        height: 72px;
        border-radius: 10px;
    }
    .wbshck .UIProduct .overview .col .text .pictogram > img {
        margin: auto 6px auto 10px;
        width: auto;
        height: 70%;
    }
    .wbshck .UIProduct .overview .col .text .pictogram:last-child > img {
        width: 38px;
        margin-left: 14px;
        margin-right: 2px;
    }
    .wbshck .UIProduct .overview .col .text .pictogram > div {
        margin: auto 8px auto 8px;
    }
    .wbshck .UIProduct .overview .col .text .pictogram > div b {
        font-size: 22px;
        font-weight: 600;
    }
    .wbshck .UIProduct .overview .col .text .pictogram > div i {
        font-size: 16px;
    }
    .wbshck .UIProduct .overview .col.video a.btn.play {
        width: 80px;
        height: 80px;
    }
    .wbshck .UIProduct .overview .col.video a.btn.play svg {
        width: 27px;
        height: 38px;
        margin-left: 11px;
    }
    .wbshck .UIProduct .overview {
        padding: 60px 0 60px 0;
    }
    .wbshck .UIProduct .overview .blenda {
        bottom: -61px;
    }
}
@media only screen and (max-width : 1023px) {
    .wbshck .UIProduct .overview .blenda.left {
        right: calc(100% - 35px);
    }
    .wbshck .UIProduct .overview .blenda.right {
        left: calc(100% - 35px);
    }
    .wbshck .UIProduct .overview .col.info {
        width: 54%;
    }
    .wbshck .UIProduct .overview .col.video {
        width: 46%;
    }
    .wbshck .UIProduct .overview .col h2 {
        font-size: 30px;
        letter-spacing: -1px;
    }
    .wbshck .UIProduct .overview .col .text p {
        font-size: 14px;
    }
    .wbshck .UIProduct .overview .col .text .pictogram {
        margin: 0 10px 10px 0;
        width: 110px;
        height: 52px;
        border-radius: 6px;
    }
    .wbshck .UIProduct .overview .col .text .pictogram > div b {
        font-size: 16px;
        font-weight: 500;
    }
    .wbshck .UIProduct .overview .col .text .pictogram > div i {
        font-size: 11px;
    }
    .wbshck .UIProduct .overview .col .text .pictogram:last-child > img {
        width: 26px;
        height: auto;
        margin-left: 14px;
        margin-right: 2px;
    }
    .wbshck .UIProduct .overview .col.video a.btn.play {
        width: 60px;
        height: 60px;
        border-width: 1px;
    }
    .wbshck .UIProduct .overview .col.video a.btn.play svg {
        width: 19px;
        height: 27px;
        margin-left: 7px;
    }
}
@media only screen and (max-width : 767px) {
    .wbshck .UIProduct .overview .blenda {
        display: none;
    }
    .wbshck .UIProduct .overview .col h2 {
        font-size: 25px;
    }
    .wbshck .UIProduct .overview {
        padding: 40px 0 40px 0;
    }
    .wbshck .UIProduct .overview .blenda {
        bottom: -41px;
    }
    .wbshck .UIProduct .overview .wrap {
        padding: 0 5px 0 5px;
    }
    .wbshck .UIProduct .overview .col.info {
        width: 60%;
    }
    .wbshck .UIProduct .overview .col.video {
        width: 40%;
    }
    .wbshck .UIProduct .overview .col .text p {
        font-size: 13px;
    }
    .wbshck .UIProduct .overview .col .text .pictogram > div b {
        font-size: 15px;
    }
    .wbshck .UIProduct .overview .col .text .pictogram {
        margin: 0 8px 8px 0;
        width: 100px;
        height: 50px;
        border-radius: 6px;
    }
    .wbshck .UIProduct .overview .col.video a.btn.play {
        width: 50px;
        height: 50px;
    }
    .wbshck .UIProduct .overview .col.video a.btn.play svg {
        width: 16px;
        height: 22px;
        margin-left: 5px;
    }
}
@media only screen and (max-width : 600px) {
    .wbshck .UIProduct .overview {
        background-position: left;
    }
    .wbshck .UIProduct .overview .wrap {
        display: flex;
        flex-direction: column;
    }
    .wbshck .UIProduct .overview .col {
        width: 70% !important;
    }
    .wbshck .UIProduct .overview .col.video {
        padding: 25px 0 20px 0;
    }
}
@media only screen and (max-width : 520px) {
    .wbshck .UIProduct .overview .col {
        width: 80% !important;
    }
}
@media only screen and (max-width : 500px) {
    .wbshck .UIProduct .overview .col {
        width: 90% !important;
    }
}
@media only screen and (max-width : 460px) {
    .wbshck .UIProduct .overview .col {
        width: 98% !important;
    }
    .wbshck .UIProduct .overview .col .text .pictogram {
        margin: 0 4px 4px 0;
        width: 84px;
        height: 42px;
        border-radius: 4px;
    }
    .wbshck .UIProduct .overview .col .text .pictogram > img {
        margin: auto 2px auto 6px;
        width: auto;
        height: 62%;
    }
    .wbshck .UIProduct .overview .col .text .pictogram:last-child > img {
        width: 18px;
        height: auto;
        margin-left: 9px;
        margin-right: -3px;
    }
    .wbshck .UIProduct .overview .col .text .pictogram > div b {
        font-size: 13px;
    }
}



.wbshck .UIProduct .spread {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    /* background-color: rgba(255, 0, 0, 0.2); */
}
.wbshck .UIProduct .spread img{
    display: block;
    width: 100%;
    height: auto;
    margin-top: -4em;
}
@media only screen and (max-width : 1023px) {
    .wbshck .UIProduct .spread img {
        margin-top: -3em;
    }
}
@media only screen and (max-width : 767px) {
    .wbshck .UIProduct .spread img {
        margin-top: -2em;
    }
}
@media only screen and (max-width : 600px) {
    .wbshck .UIProduct .spread img {
        margin-top: -3em;
    }
}



.wbshck .UIProduct .extra-images {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 0 0 0;
    margin: 0px 0 0 0;
    background-color: transparent;
}
.wbshck .UIProduct .extra-images .gradient{

    position: absolute;
    z-index: 1;
    top:38px;
    left: 0;
    height: 100%;
    width: 100%;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+54,ffffff+54,f6f6f6+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 54%, rgba(255,255,255,1) 54%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 54%,rgba(255,255,255,1) 54%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 54%,rgba(255,255,255,1) 54%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

}
.wbshck .UIProduct .extra-images .wrap{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 25px 70px 40px 70px;
    width: 100%;
    /* background-color: rgba(255, 0, 0, 0.1); */
}
.wbshck .UIProduct .extra-images .wrap > .img{
    cursor: pointer;
    width: 24%;
    max-width: 319px;
    height: auto;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}
.wbshck .UIProduct .extra-images .wrap > .img img{
    display: inline-block;
    width: 100%;
    height: auto;
}
.wbshck .UIProduct .extra-images .wrap > .img img.hover{
    position: absolute;
    top:50%;
    left:50%;
    will-change: transform;
    transform: translate3d(-50%,-50%,0);
    transition: all 350ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
    transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}
.wbshck.no-touch .UIProduct .extra-images .wrap > .img:hover img.hover{
    transform: translate3d(-50%,-50%,0) scale(1.1);
}
.wbshck .UIProduct .extra-images .wrap > .img img.placeholder{
    visibility: hidden;
}
.wbshck .UIProduct .extra-images .blenda {
    position: absolute;
    top: -38px;
}
.wbshck .UIProduct .extra-images .blenda.left {
    right: 97%;
}
.wbshck .UIProduct .extra-images .blenda.right {
    left: 97%;
}
.wbshck .UIProduct .extra-images .blenda path{
    fill: white;
}
@media only screen and (max-width : 1700px) {
    .wbshck .UIProduct .extra-images .blenda.left {
        right: calc(100% - 70px);
    }
    .wbshck .UIProduct .extra-images .blenda.right {
        left: calc(100% - 70px);
    }
}
@media only screen and (max-width : 1440px) {
    .wbshck .UIProduct .extra-images .wrap{
        padding: 25px 50px 32px 50px;
    }
    .wbshck .UIProduct .extra-images .blenda.left {
        right: calc(100% - 55px);
    }
    .wbshck .UIProduct .extra-images .blenda.right {
        left: calc(100% - 55px);
    }
}
@media only screen and (max-width : 1280px) {
    .wbshck .UIProduct .extra-images .wrap{
        padding: 25px 40px 32px 40px;
    }
    .wbshck .UIProduct .extra-images .blenda.left {
        right: calc(100% - 45px);
    }
    .wbshck .UIProduct .extra-images .blenda.right {
        left: calc(100% - 45px);
    }
}
@media only screen and (max-width : 1023px) {
    .wbshck .UIProduct .extra-images {
        padding-top: 10px;
    }
    .wbshck .UIProduct .extra-images .wrap{
        padding: 25px 30px 32px 30px;
    }
    .wbshck .UIProduct .extra-images .blenda.left {
        right: calc(100% - 35px);
    }
    .wbshck .UIProduct .extra-images .blenda.right {
        left: calc(100% - 35px);
    }
}
@media only screen and (max-width : 767px) {
    .wbshck .UIProduct .extra-images {
        padding-top: 0px;
    }
    .wbshck .UIProduct .extra-images .blenda {
        display: none;
    }
    .wbshck .UIProduct .extra-images .wrap {
        padding: 20px 20px 20px 20px;
    }
}
@media only screen and (max-width : 600px) {
    .wbshck .UIProduct .extra-images .wrap > .img {
        width: 48%;
        margin-bottom: 20px;
    }
    .wbshck .UIProduct .extra-images .wrap {
        padding: 20px 20px 0px 20px;
    }
}
@media only screen and (max-width : 460px) {
    .wbshck .UIProduct .extra-images .wrap > .img {
        margin-bottom: 15px;
    }
}



.wbshck .UIProduct .features {
    position: relative;
}
.wbshck .UIProduct .features .wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 70px 90px 70px;
    /* background-color: rgba(255, 0, 0, 0.2); */
}
.wbshck .UIProduct .features .col {
    width: 50%;
    display: flex;
}

.wbshck .UIProduct .features .col.full {
    width: 100%;
    display: flex;
}

.wbshck .UIProduct .features .col.info {
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 40px 0 0;
    /* background-color: rgba(255, 255, 0, 0.1); */
}
.wbshck .UIProduct .features .col.info h5,
.wbshck .UIProduct .features .col.info h2{
    font-family:'Open Sans';
    font-size:54px;
    font-weight:900;
    color:#000000;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -2px;
}
.wbshck .UIProduct .features .col.info .sku,
.wbshck .UIProduct .features .col.info .text img {
    margin: 1em auto 1em auto;
    max-width: 100%;
    height: auto;
    display: flex;
}
.wbshck .UIProduct .features .col.info p,
.wbshck .UIProduct .features .col.info li{
    font-family:'Open Sans';
    font-size:18px;
    font-weight:500;
    color:#353535;
    line-height: 1.7em;
}
.wbshck .UIProduct .features .col.info ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1em 0;
}
.wbshck .UIProduct .features .col.info ul li {
    margin-left: 15px;
}
.wbshck .UIProduct .features .col.info ul li:before {
    content: '•';
    margin: 0 8px 0 -15px;
}
.wbshck .UIProduct .features .col.info hr {
    margin: 50px 0 50px 0;
    border: none;
    height: 2px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.18);
}
.wbshck .UIProduct .features .col.info .components ul {
    columns: 2;
    column-gap: 10px;
}
.wbshck .UIProduct .features .col.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    /* background-color: rgba(255, 255, 255, 0.1); */
    max-width: 666px;
}
.wbshck .UIProduct .features .col.gallery .img {
    cursor: pointer;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.wbshck .UIProduct .features .col.gallery .img img{
    display: inline-block;
    width: 100%;
    height: auto;
}
.wbshck .UIProduct .features .col.gallery .img img.hover{
    position: absolute;
    top:50%;
    left:50%;
    will-change: transform;
    transform: translate3d(-50%,-50%,0);
    transition: all 350ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
    transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}
.wbshck.no-touch .UIProduct .features .col.gallery .img:hover img.hover{
    transform: translate3d(-50%,-50%,0) scale(1.1);
}
.wbshck .UIProduct .features .col.gallery .img img.placeholder{
    visibility: hidden;
}
.wbshck .UIProduct .features .col.gallery .img.big {
    width: 100%;
}
.wbshck .UIProduct .features .col.gallery .img.big img{
    /* height: 23vw;
    max-height: 445px;
    object-fit: cover; */
    width: 100%;
    height: auto;
}
.wbshck .UIProduct .features .col.gallery .img.small {
    width: 48%;
    max-width: 319px;
}
.wbshck .UIProduct .features .col.gallery .img.small img{
    /* height: 10vw;
    max-height: 211px;
    object-fit: cover; */
    width: 100%;
    height: auto;
}
.wbshck .UIProduct .features .col .sku {
    display: none;
}
.wbshck .UIProduct .features .col .sku.active {
    display: block;
}
@media only screen and (max-width : 1600px) {
    .wbshck .UIProduct .features .wrap {
        padding: 50px 70px 50px 70px;
    }
    .wbshck .UIProduct .features .col.info h5,
    .wbshck .UIProduct .features .col.info h2 {
        font-size: 50px;
    }
    .wbshck .UIProduct .features .col.info .sku,
    .wbshck .UIProduct .features .col.info p,
    .wbshck .UIProduct .features .col.info li {
        font-size: 17px;
        line-height: 1.7em;
    }
    .wbshck .UIProduct .features .col.gallery .img {
        margin-bottom: 25px;
    }
    .wbshck .UIProduct .features .col.info hr {
        margin: 30px 0 30px 0;
    }
}
@media only screen and (max-width : 1440px) {
    .wbshck .UIProduct .features .col.info h5,
    .wbshck .UIProduct .features .col.info h2 {
        font-size: 46px;
    }
    .wbshck .UIProduct .features .col.info .sku,
    .wbshck .UIProduct .features .col.info p,
    .wbshck .UIProduct .features .col.info li {
        font-size: 16px;
        line-height: 1.5em;
    }
    .wbshck .UIProduct .features .wrap {
        padding: 50px 50px 50px 50px;
    }
    .wbshck .UIProduct .features .col.gallery .img {
        margin-bottom: 23px;
    }
    .wbshck .UIProduct .features .col.gallery .img.small img {
        /* height: 14vw; */
    }
}
@media only screen and (max-width : 1280px) {
    .wbshck .UIProduct .features .col.info h5,
    .wbshck .UIProduct .features .col.info h2 {
        font-size: 36px;
    }
    .wbshck .UIProduct .features .wrap {
        padding: 50px 40px 40px 40px;
    }
    .wbshck .UIProduct .features .col.info .sku,
    .wbshck .UIProduct .features .col.info p,
    .wbshck .UIProduct .features .col.info li {
        font-size: 15px;
        line-height: 1.5em;
    }
    .wbshck .UIProduct .features .col.info hr {
        margin: 25px 0 25px 0;
        height: 1px;
    }
    .wbshck .UIProduct .features .col.gallery .img {
        margin-bottom: 21px;
    }
}
@media only screen and (max-width : 1023px) {
    .wbshck .UIProduct .features .wrap {
        padding: 40px 30px 40px 30px;
    }
    .wbshck .UIProduct .features .col.info h5,
    .wbshck .UIProduct .features .col.info h2 {
        font-size: 30px;
        letter-spacing: -1px;
    }
    .wbshck .UIProduct .features .col.info .sku,
    .wbshck .UIProduct .features .col.info p,
    .wbshck .UIProduct .features .col.info li {
        font-size: 13px;
    }
    .wbshck .UIProduct .features .col.info {
        padding: 0 25px 0 0;
    }
    .wbshck .UIProduct .features .col.gallery .img {
        margin-bottom: 15px;
        margin-right: auto !important;
        width: 100% !important;
        max-width: none !important;
    }
    .wbshck .UIProduct .features .col.gallery .img img{
        height: 23vw !important;
        max-height: 445px !important;
    }
    .wbshck .UIProduct .features .col.info .components ul {
        columns: 1;
        column-gap: 0;
    }
}
@media only screen and (max-width : 767px) {
    .wbshck .UIProduct .features .wrap {
        padding: 20px 20px 20px 20px;
    }
    .wbshck .UIProduct .features .col.info h5,
    .wbshck .UIProduct .features .col.info h2 {
        font-size: 25px;
    }
    .wbshck .UIProduct .features .col.info {
        width: 60%;
    }
    .wbshck .UIProduct .features .col.gallery {
        width: 40%;
    }
    .wbshck .UIProduct .features .col.info hr {
        margin: 20px 0 20px 0;
        height: 1px;
    }
}
@media only screen and (max-width : 600px) {
    .wbshck .UIProduct .features .wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wbshck .UIProduct .features .col.info {
        width: 70%;
        padding: 0;
    }
    .wbshck .UIProduct .features .col.gallery {
        width: 100%;
        box-sizing: border-box;
        padding: 30px 0 0 0;
    }
    .wbshck .UIProduct .features .col.gallery .img {
        margin-bottom: 18px;
        margin-right: unset !important;
        width: 48% !important;
    }
    .wbshck .UIProduct .features .col.gallery .img img{
        height: 27vw !important;
    }
}
@media only screen and (max-width : 460px) {
    .wbshck .UIProduct .features .col.info {
        width: 95%;
    }
    .wbshck .UIProduct .features .col.gallery .img {
        margin-bottom: 14px;
    }
}



.wbshck .UIProduct .renders {
    display: none;
    position: relative;
}
.wbshck .UIProduct .renders .wrap{
    width: 100%;
    box-sizing: border-box;
    /* padding: 95px 0 115px 0; */
    padding: 95px 70px 0 70px;
    /* background-color: rgba(255, 0, 0, 0.1); */
}
.wbshck .UIProduct .renders .render{
    height: 840px;
    width: 100%;
    border:1px solid #c1c1c1;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wbshck .UIProduct .renders .render h3{
    display: inline-block;
    font-family:'Open Sans';
    font-size:38px;
    font-weight:500;
    color:#b4b4b4;
    text-transform: uppercase;
    letter-spacing: 10px;
}
@media only screen and (max-width : 1600px) {
    .wbshck .UIProduct .renders .render {
        height: 50vw;
    }
    .wbshck .UIProduct .renders .render h3{
        font-size:36px;
        letter-spacing: 7px;
    }
    .wbshck .UIProduct .renders .wrap {
        padding: 5vw 70px 0 70px;
    }
}
@media only screen and (max-width : 1440px) {
    .wbshck .UIProduct .renders .render h3 {
        font-size: 33px;
        letter-spacing: 5px;
    }
    .wbshck .UIProduct .renders .wrap {
        padding: 5vw 60px 0 60px;
    }
}
@media only screen and (max-width : 1280px) {
    .wbshck .UIProduct .renders .render h3 {
        font-size: 28px;
        letter-spacing: 4px;
    }
    .wbshck .UIProduct .renders .wrap {
        padding: 5vw 40px 0 40px;
    }
}
@media only screen and (max-width : 1023px) {
    .wbshck .UIProduct .renders .render h3 {
        font-size: 22px;
        letter-spacing: 3px;
    }
    .wbshck .UIProduct .renders .wrap {
        padding: 5vw 30px 0 30px;
    }
}



.wbshck .UIProduct .howtoplay {
    position: relative;
    background-image: url('wbshck-product-howtoplay-bg-purple.jpg');
}
.wbshck .UIProduct .howtoplay .wrap{
    box-sizing: border-box;
    padding: 100px 70px 100px 70px;
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.wbshck .UIProduct .howtoplay .col{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 50%;
    /* background-color: rgba(255, 0, 255, 0.1); */
}
.wbshck .UIProduct .howtoplay .col.video{
    justify-content: center;
    width: 50%;
    max-width: 666px;
    /* background-color: rgba(255, 255, 0, 0.1); */
}
.wbshck .UIProduct .howtoplay .col.video .thmb{
    width: 100%;
}
.wbshck .UIProduct .howtoplay .col.video .thmb img{
    display: inline-block;
    width: 100%;
    height: auto;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
}
.wbshck .UIProduct .howtoplay .col.video a.btn.play{
    cursor: pointer;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 128px;
    height: 128px;
    border-radius: 50%;
    border:2px solid white;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.wbshck .UIProduct .howtoplay .col.video a.btn.play svg {
    width: 35px;
    height: 49px;
    margin-left: 13px;
}
.wbshck .UIProduct .howtoplay .col.video a.btn.play svg path{
    fill: white;
}
.wbshck .UIProduct .howtoplay .col.info {
    box-sizing: border-box;
    padding: 0 40px 0 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.wbshck .UIProduct .howtoplay .col.info h2 {
    font-family:'Open Sans';
    font-size:54px;
    font-weight:900;
    color:#ffffff;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -2px;
}
.wbshck .UIProduct .howtoplay .col.info .text,
.wbshck .UIProduct .howtoplay .col.info .text p,
.wbshck .UIProduct .howtoplay .col.info .text b,
.wbshck .UIProduct .howtoplay .col.info .text a{
    font-family:'Open Sans';
    font-size:25px;
    font-weight:normal;
    color:#ffffff;
    line-height: 1.5em;
}
.wbshck .UIProduct .howtoplay .col.info .text b,
.wbshck .UIProduct .howtoplay .col.info .text p b {
    font-weight: bold;
}
.wbshck .UIProduct .howtoplay .col.info .text a,
.wbshck .UIProduct .howtoplay .col.info .text p a {
    text-decoration: underline;
}
@media only screen and (max-width : 1600px) {
    .wbshck .UIProduct .howtoplay .wrap {
        padding: 100px 20px 100px 20px;
    }
    .wbshck .UIProduct .howtoplay .col.info h2 {
        font-size: 50px;
    }
    .wbshck .UIProduct .howtoplay .col.info .text,
    .wbshck .UIProduct .howtoplay .col.info .text p,
    .wbshck .UIProduct .howtoplay .col.info .text p b,
    .wbshck .UIProduct .howtoplay .col.info .text p a {
        font-size: 24px;
    }
    .wbshck .UIProduct .howtoplay .col.video a.btn.play {
        width: 118px;
        height: 118px;
    }
}
@media only screen and (max-width : 1440px) {
    .wbshck .UIProduct .howtoplay .col.info h2 {
        font-size: 46px;
    }
    .wbshck .UIProduct .howtoplay .col.info .text,
    .wbshck .UIProduct .howtoplay .col.info .text p,
    .wbshck .UIProduct .howtoplay .col.info .text p b,
    .wbshck .UIProduct .howtoplay .col.info .text p a {
        font-size: 23px;
        line-height: 1.3em;
    }
    .wbshck .UIProduct .howtoplay .col.video a.btn.play {
        width: 108px;
        height: 108px;
    }
}
@media only screen and (max-width : 1280px) {
    .wbshck .UIProduct .howtoplay .col.info h2 {
        font-size: 36px;
    }
    .wbshck .UIProduct .howtoplay .col.info .text,
    .wbshck .UIProduct .howtoplay .col.info .text p,
    .wbshck .UIProduct .howtoplay .col.info .text p b,
    .wbshck .UIProduct .howtoplay .col.info .text p a {
        font-size: 17px;
        line-height: 1.5em;
    }
    .wbshck .UIProduct .howtoplay .col.video a.btn.play {
        width: 80px;
        height: 80px;
    }
    .wbshck .UIProduct .howtoplay .col.video a.btn.play svg {
        width: 27px;
        height: 38px;
        margin-left: 11px;
    }
    .wbshck .UIProduct .howtoplay .wrap {
        /* align-items: center; */
        padding: 80px 20px 80px 20px;
    }
}
@media only screen and (max-width : 1023px) {
    .wbshck .UIProduct .howtoplay .col.info h2 {
        font-size: 30px;
        letter-spacing: -1px;
    }
    .wbshck .UIProduct .howtoplay .col.info .text,
    .wbshck .UIProduct .howtoplay .col.info .text p,
    .wbshck .UIProduct .howtoplay .col.info .text p b,
    .wbshck .UIProduct .howtoplay .col.info .text p a {
        font-size: 14px;
        line-height: 1.5em;
    }
    .wbshck .UIProduct .howtoplay .col.info {
        padding: 0 25px 0 0;
    }
    .wbshck .UIProduct .howtoplay .col.video a.btn.play {
        width: 60px;
        height: 60px;
        border-width: 1px;
    }
    .wbshck .UIProduct .howtoplay .col.video a.btn.play svg {
        width: 19px;
        height: 27px;
        margin-left: 7px;
    }
    .wbshck .UIProduct .howtoplay .wrap {
        padding: 60px 20px 60px 20px;
    }
    .wbshck .UIProduct .howtoplay .col.video .thmb img {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
    }
}
@media only screen and (max-width : 767px) {
    .wbshck .UIProduct .howtoplay .wrap {
        padding: 40px 5px 40px 5px;
    }
    .wbshck .UIProduct .howtoplay .col.info {
        width: 60%;
    }
    .wbshck .UIProduct .howtoplay .col.video {
        width: 40%;
    }
    .wbshck .UIProduct .howtoplay .col.info h2 {
        font-size: 25px;
    }
    .wbshck .UIProduct .howtoplay .col.info .text,
    .wbshck .UIProduct .howtoplay .col.info .text p,
    .wbshck .UIProduct .howtoplay .col.info .text p b,
    .wbshck .UIProduct .howtoplay .col.info .text p a {
        font-size: 13px;
    }
    .wbshck .UIProduct .howtoplay .col.video a.btn.play {
        width: 50px;
        height: 50px;
    }
    .wbshck .UIProduct .howtoplay .col.video a.btn.play svg {
        width: 16px;
        height: 22px;
        margin-left: 5px;
    }
    .wbshck .UIProduct .howtoplay .col.video .thmb img {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
    }
}
@media only screen and (max-width : 600px) {
    .wbshck .UIProduct .howtoplay .wrap {
        justify-content: center;
        padding: 60px 5px 60px 5px;
    }
    .wbshck .UIProduct .howtoplay .col {
        width: 70% !important;
    }
    .wbshck .UIProduct .howtoplay .col.video {
        margin-top: 20px;
    }
}
@media only screen and (max-width : 460px) {
    .wbshck .UIProduct .howtoplay .col {
        width: 95% !important;
    }
}




.wbshck .UIProduct .downloads {
    position: relative;
    border-top: 1px solid #68c09e;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3866ab+0,089b77+100 */
    background: rgb(56,102,171); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(56,102,171,1) 0%, rgba(8,155,119,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(56,102,171,1) 0%,rgba(8,155,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(56,102,171,1) 0%,rgba(8,155,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3866ab', endColorstr='#089b77',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.wbshck .UIProduct .downloads .wrap{
    width: 100%;
    box-sizing: border-box;
    padding: 70px 70px 110px 70px;
    /* background-color: rgba(255, 0, 0, 0.2); */
}
.wbshck .UIProduct .downloads h2 {
    font-family:'Open Sans';
    font-size:54px;
    font-weight:900;
    color:#ffffff;
    line-height: 1em;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.wbshck .UIProduct .downloads .list {
    position: relative;
    margin: 30px 0 0 0;
    width: 100%;
    box-sizing: border-box;
    padding: 45px 30px 25px 30px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.wbshck .UIProduct .downloads .list .links {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.wbshck .UIProduct .downloads .list .links a,
.wbshck .UIProduct .downloads .list .links a b{
    font-family:'Open Sans';
    /* font-size:25px; */
    font-size:20px;
    font-weight:bold;
    color:#000000;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.wbshck .UIProduct .downloads .list .links a u{
    text-decoration: none;
    color: #868686;
    font-weight: normal;
}
.wbshck .UIProduct .downloads .list .links a span{
    font-style:normal;
}
.wbshck .UIProduct .downloads .list .links a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 10px 30px 10px;
    border-bottom: 2px solid #cecece;
}
.wbshck .UIProduct .downloads .list .links a.last,
.wbshck .UIProduct .downloads .list .links a:last-child {
    border-bottom: none;
}
.wbshck .UIProduct .downloads .list .filters {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    margin: 0 0 15px 0;
}
.wbshck .UIProduct .downloads .list .filters a{
    margin: 8px 8px 8px 8px;
    box-sizing: border-box;
    padding: 0 30px 0 30px;
    height: 64px;
    line-height: 64px;
    border-radius: 32px;
    background-color: #05ce78;
    font-family:'Open Sans';
    font-size:21px;
    font-weight:bold;
    color:#ffffff;
    text-transform: uppercase;
}
.wbshck .UIProduct .downloads .list .filters a.active,
.wbshck.no-touch .UIProduct .downloads .list .filters a:hover{
    background-color: #000000;
}
@media only screen and (max-width : 1600px) {
    .wbshck .UIProduct .downloads h2 {
        font-size: 50px;
    }
}
@media only screen and (max-width : 1440px) {
    .wbshck .UIProduct .downloads h2 {
        font-size: 46px;
    }
    .wbshck .UIProduct .downloads .wrap {
        padding: 70px 50px 110px 50px;
    }
    .wbshck .UIProduct .downloads .list .filters a {
        margin: 6px 6px 6px 6px;
        padding: 0 25px 0 25px;
        height: 54px;
        line-height: 54px;
        border-radius: 27px;
        font-size: 19px;
    }
    .wbshck .UIProduct .downloads .list {
        margin: 25px 0 0 0;
        padding: 35px 25px 20px 25px;
        border-radius: 20px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    }
    .wbshck .UIProduct .downloads .list .links {
        margin-top: 10px;
    }
    .wbshck .UIProduct .downloads .list .links a {
        padding: 23px 8px 23px 8px;
        border-bottom: 1px solid #cecece;
    }
    .wbshck .UIProduct .downloads .list .links a,
    .wbshck .UIProduct .downloads .list .links a b {
        font-size: 22px;
    }
}
@media only screen and (max-width : 1280px) {
    .wbshck .UIProduct .downloads h2 {
        font-size: 36px;
    }
    .wbshck .UIProduct .downloads .wrap {
        padding: 60px 50px 100px 50px;
    }
    .wbshck .UIProduct .downloads .list .filters a {
        margin: 6px 6px 6px 6px;
        padding: 0 20px 0 20px;
        height: 44px;
        line-height: 44px;
        border-radius: 22px;
        font-size: 17px;
    }
    .wbshck .UIProduct .downloads .list .links a {
        padding: 18px 6px 18px 6px;
        border-bottom: 1px solid #cecece;
    }
    .wbshck .UIProduct .downloads .list .links a,
    .wbshck .UIProduct .downloads .list .links a b {
        font-size: 18px;
    }
}
@media only screen and (max-width : 1023px) {
    .wbshck .UIProduct .downloads .wrap {
        padding: 50px 30px 70px 30px;
    }
    .wbshck .UIProduct .downloads h2 {
        font-size: 30px;
        letter-spacing: -1px;
    }
    .wbshck .UIProduct .downloads .list {
        margin: 15px 0 0 0;
        padding: 25px 15px 10px 15px;
        border-radius: 15px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }
    .wbshck .UIProduct .downloads .list .filters a {
        margin: 4px 4px 4px 4px;
        padding: 0 20px 0 20px;
        height: 34px;
        line-height: 34px;
        border-radius: 17px;
        font-size: 13px;
    }
    .wbshck .UIProduct .downloads .list .filters {
        margin: 0 0 10px 0;
    }
    .wbshck .UIProduct .downloads .list .links a {
        padding: 12px 3px 12px 3px;
    }
    .wbshck .UIProduct .downloads .list .links a,
    .wbshck .UIProduct .downloads .list .links a b {
        font-size: 13px;
    }
}
@media only screen and (max-width : 767px) {
    .wbshck .UIProduct .downloads h2 {
        font-size: 25px;
    }
    .wbshck .UIProduct .downloads .wrap {
        padding: 40px 20px 70px 20px;
    }
    .wbshck .UIProduct .downloads .list .filters a {
        font-size: 11px;
    }
    .wbshck .UIProduct .downloads .list .links a,
    .wbshck .UIProduct .downloads .list .links a b {
        font-size: 12px;
        letter-spacing: 2px;
    }
}
@media only screen and (max-width : 600px) {
    .wbshck .UIProduct .downloads h2 {
        text-align: center;
    }
    .wbshck .UIProduct .downloads .list .filters a {
        font-size: 10px;
        margin: 3px 3px 3px 3px;
    }
    .wbshck .UIProduct .downloads .list .links a u {
        display: none;
    }
    .wbshck .UIProduct .downloads .list .links a,
    .wbshck .UIProduct .downloads .list .links a b {
        font-size: 11px;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width : 460px) {
    .wbshck .UIProduct .downloads .list .links a b{
        width: 100%;
        text-align: center;
    }
    .wbshck .UIProduct .downloads .list .links a span {
        display: none;
    }
}




.wbshck .UIProduct .klaviyo-form {
	width: 100%;
}

.wbshck .UIProduct .klaviyo-form form {
	max-width: 100%;
}

.wbshck .UIProduct .klaviyo-form form input {
  background-color: #0f0d1a !important;
  border: 1px solid #07ce78 !important;
  height: 60px;
/*   font-style: italic; */
  border-radius: 50px !important;
  max-width: 97%;
  color: #FFF !important;
}

.wbshck .UIProduct .klaviyo-form form input[type="email"]::-webkit-input-placeholder {
  color: #485854 !important;
  font-style: none;
}

,
.wbshck .UIProduct .klaviyo-form form input[type="email"]::placeholder {
  color: #485854 !important;
  font-style: none;
}

.wbshck .UIProduct .klaviyo-form form input[type="email"]::-ms-input-placeholder {
  color: #485854 !important;
  font-style: none;
}

.wbshck .UIProduct .klaviyo-form form input[type="email"]:-ms-input-placeholder {
  color: #485854 !important;
  font-style: none;
}

.wbshck .UIProduct .klaviyo-form form button {
  border-radius: 50px !important;
  height: 26px;
  width: 100%;
  padding: 6px 20px !important;
  background: #07ce78 !important;
  color: white !important;
}

@media only screen and (max-width : 1000px) {
  .wbshck .UIProduct .klaviyo-form form {
  	display: block;
  }
  
  .wbshck .UIProduct .klaviyo-form form div[data-testid="form-row"] {
    display: block;
  }
}


/* V2 */
.wbshck .UIProduct.v2 .keyvisual .col.info .content h1 span {
    font-weight: normal;
    font-size: 50%;
    vertical-align: middle;
    color: white;
}

.wbshck .UIProduct.v2 .keyvisual .col.info .select-group {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wbshck .UIProduct.v2 .keyvisual .col.info label {
  color:  white;
  text-transform: uppercase;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}

.wbshck .UIProduct.v2 .keyvisual .col.info #productSelect {
  display: inline-block;
  vertical-align: middle;
  margin:  0;
  height: 50px;
  line-height: 1;
}
/*
.wbshck .UIProduct.v2 .keyvisual .col.info #productSelect option {
    color: white;
    font-weight: 400;
}
*/


@media only screen and (min-width : 1600px) {
    .wbshck .UIProduct.v2 .keyvisual .col.info p.variant-description {
        font-size: 24px;
    }
}

/*
.wbshck .UIProduct.v2 .keyvisual .col.info h3 {
  color: white;
}
.wbshck .UIProduct.v2 .keyvisual .col.info h3 i u {
  color: #9ea6d0;
  font-weight: 800
}
*/


.wbshck .UIProduct.v2 .keyvisual .col.info h3 .off-price {
  display: inline-block;
}

.wbshck .UIProduct.v2 .keyvisual .col.info h3 .off-price span {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #60f1b2;
}

.wbshck .UIProduct.v2 .keyvisual .col.info h3 .off-price span.off {
  color: #9ea6d0;
  text-decoration:line-through;
  font-size: 20px;
}

/* Compare Button */
.wbshck .UIProduct.v2 .keyvisual .col.info .btn.compare {
  background-color: #834f9b;
  background-image: url(check-icon.png);
  background-size: 32px;
  background-position: center right 13px;
  padding-right: 56px;
}

/* Variant Selector */
/*
.wbshck .UIProduct.v2 .keyvisual .col.info #productSelect {
  background-color: black;
  background-image: url(variant-select-arrow.png);
  color: white;
  background-size: 30px;
  border: 2px solid #acacac;
  text-align: left;
  background-position: center right 8px;
  height: 46px;
  padding: 0 15px;
  padding-right: 40px;
}
*/
.wbshck .UIProduct.v2 .keyvisual .col.info #productSelect {
  height: 64px;
}
@media (max-width:1023px) {
  .wbshck .UIProduct.v2 .keyvisual .col.info #productSelect {
    height: 34px;
  }
}
@media (min-width:1024px) and (max-width:1440px) {
  .wbshck .UIProduct.v2 .keyvisual .col.info #productSelect {
    border-radius: 32px;
  }
}

/* Watch Trailer Button */
.wbshck .UIProduct.v2 .overview .col .watch-trailer {
  border: 2px solid white;
  display: inline-block;
  width: auto;
  border-radius: 50px;
  padding: 10px 45px;
  padding-right: 10px;
  width: fit-content;
}

.wbshck .UIProduct.v2 .overview .col .watch-trailer b {
  color: white;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-size: 32px;
  font-weight: 800;
}

.wbshck .UIProduct.v2 .overview .col .watch-trailer i {
  width: 40px;
  height: 40px;
  background: rgba(0,0,0, .5);
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
  border: 3px solid #c8bdd3;
  margin-left: 30px;
}

.wbshck .UIProduct.v2 .overview .col .watch-trailer i svg {
  max-width: 12px;
  padding: 7px;
  margin-left: 4px;
}

.text-center {
  text-align: center !important;
}


/* Compare Modal */
body.compare-modal-opened {
  overflow: hidden;
}
.compare-modal {
  position: fixed;
  top: 0;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(33, 33, 33, 0.45);
}

/*.compare-modal .bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;


}*/

.compare-modal .compare-modal-wrap {
  padding: 0px;
  z-index: 1006;
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 10%;
  padding-bottom: 5%;
}

.compare-modal .compare-modal-wrap .close-btn {
  font-weight: 900;
  color: white;
  background: #d4d4d4;
  border-radius: 50%;
  font-size: 21px;
  width: 20px;
  height: 20px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top:  10px;
  right: 10px;
}

.compare-modal .compare-modal-content-wrap {
  padding: 30px;
  background-color: white;
  border-radius: 5px;
  margin: 0 70px;
  position: relative;
}



.compare-modal .compare-modal-content-wrap h2 {
  font-weight: 900;
  font-size: 48px;
}

@media only screen and (max-width : 800px) {
    .compare-modal .compare-modal-content-wrap {
        margin: 0 20px;
    }

    .compare-modal .compare-modal-content-wrap h2 {
        font-size: 32px;
    }
}

.compare-modal .compare-modal-content-wrap .variants-list {
    padding: 0 15px;
}

.compare-modal .compare-modal-content-wrap .variants-list .slick-arrow {
    position: absolute;
    top: 30%;
    width: 40px;
    height: 150px;
    background-color: #d4d4d4;
}

.compare-modal .compare-modal-content-wrap .variants-list .slick-arrow.slick-prev {
    left: -30px;
}

.compare-modal .compare-modal-content-wrap .variants-list .slick-arrow.slick-next {
    right: -30px;
}

.compare-modal .compare-modal-content-wrap .variants-list .slick-arrow.slick-next:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #565656;
    display: block;
    margin-left: 12px;
}

.compare-modal .compare-modal-content-wrap .variants-list .slick-arrow.slick-prev:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #565656 transparent transparent;
    display: block;
    margin-left: 9px;
}

.compare-modal .compare-modal-content-wrap .variants-list {
  /* display: flex; */
}

.compare-modal .compare-modal-content-wrap .variants-list .variant-item {
  /* flex-grow: 1; */
  /* flex-basis: 0; */
  text-align: center;
}

.compare-modal .compare-modal-content-wrap .variants-list .variant-item figure {
  position: relative;
  margin: 0 0 25px;
  padding: 0 15px;
}

.compare-modal .compare-modal-content-wrap .variants-list .variant-item figure img {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: auto;
}

.compare-modal .compare-modal-content-wrap .variants-list .variant-item figure .shadow {
  position: absolute;
  z-index: 1;
  bottom: -32px;
  left: 0;
  width: 70%;
  opacity: .4;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 340px;
}

.compare-modal .compare-modal-content-wrap .variants-list .variant-item h3 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  color: #353535;
}

.compare-modal .compare-modal-content-wrap .variants-list .variant-item .button {
  cursor: pointer;
  z-index: 5;
  position: relative;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 35px 0 35px;
  background-color: #05ce78;
  border-radius: 10px;
  border: none;
  text-align: center;
  color: white;
  display: inline-block;
  font-weight: bold;
  margin-top: 20px;
}

.compare-modal .compare-modal-content-wrap .variants-list .variant-item .compare-title {
  margin: 15px auto 30px;
  position: relative;
  text-align: center;
}

.compare-modal .compare-modal-content-wrap .variants-list .variant-item .compare-title:before {
  content: '';
  position: absolute;
  background: #c9c9c8;
  height: 1px;
  width: 100%;
  left: 0;
  top: 19px;
}

.compare-modal .compare-modal-content-wrap .variants-list .variant-item .compare-title h4 {
  text-align: center;
  color: #c9c9c8;
  background: white;
  position: relative;
  z-index: 1;
  padding: 5px;
  font-size: 20px;
  display: inline-block;
  /* visibility: hidden; */
}

.compare-modal .compare-modal-content-wrap .variants-list .variant-item:nth-child(2) .compare-title h4 {
  visibility: visible;
}


.compare-modal .compare-modal-content-wrap .variants-list .variant-item .compare-price {
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.compare-modal .compare-modal-content-wrap .variants-list .variant-item .compare-price i {
  display: block;
  font-size: 40px;
  font-weight: 900;
  font-style: normal;
}

.compare-modal .compare-modal-content-wrap .variants-list .variant-item .compare-price i span {
  font-size: 40%;
  font-weight: 700;
  vertical-align: top;
}

.compare-modal .compare-modal-content-wrap .variants-list .variant-item .compare-price .off-price {
  display: inline-block;
}

.compare-modal .compare-modal-content-wrap .variants-list .variant-item .compare-price .off-price span {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #05ce78;
}

.compare-modal .compare-modal-content-wrap .variants-list .variant-item .compare-price .off-price span.off {
  color: black;
  text-decoration:line-through;
  font-size: 20px;
}

.compare-modal .compare-modal-content-wrap .variants-list .variant-item .compare-list-content {
  padding: 0 50px;
  /*font-size: 15px;*/
  text-align: center;
}


.wbshck .UIProduct.v2 .features .col.info hr {
    margin: 30px 0 30px 0;
}


@media only screen and (max-width: 1600px) {
  .wbshck .UIProduct.v2 .overview .col .watch-trailer b {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1280px) {
  .wbshck .UIProduct.v2 .keyvisual .col.info .btn.compare {
    background-size: 25px;
    padding-right: 50px;
  }
  .wbshck .UIProduct.v2 .overview .col .watch-trailer {
    padding: 6px 30px;
    padding-right: 10px;
  }

  .wbshck .UIProduct.v2 .overview .col .watch-trailer b {
    font-size: 20px;
  }

  .wbshck .UIProduct.v2 .overview .col .watch-trailer i {
    width: 30px;
    height: 30px;
    margin-left: 25px;
  }

  .wbshck .UIProduct.v2 .overview .col .watch-trailer i svg {
    max-width: 9px;
    padding: 2px;
  }
}

@media only screen and (max-width: 600px) {
  .wbshck .UIProduct.v2 .keyvisual .col.info .btn.compare {
    background-size: 19px;
    padding-right: 38px;
  }
  .wbshck .UIProduct.v2 .overview .col .watch-trailer {
    padding: 4px 20px;
    padding-right: 10px;
  }

  .wbshck .UIProduct.v2 .overview .col .watch-trailer b {
    font-size: 16px;
  }
  .wbshck .UIProduct.v2 .overview .col .watch-trailer i {
    width: 20px;
    height: 20px;
    margin-left: 15px;
  }

  .wbshck .UIProduct.v2 .overview .col .watch-trailer i svg {
    max-width: 6px;
    padding: 0;
    margin-top: -3px;
    margin-left: 2px;
  }
}


