
/* Layout Styling */


@media screen and (min-width: 720px) {
    body {
        font-size: 20px !important;
    }
}

@media screen and (min-width: 2300px) {
    body {
        font-size: 24px;
    }
}


.cms-index-index p {
    line-height: 1.3;
    margin: 24px 0px;
}

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.pageSection {
    position: relative;
    float: left;
    width: 100%;
}

.pageContent {
    position: relative;
    width: 92%;
    margin: auto;
}

.pageContent--center {
    text-align: center;
}

.pageContent__superTitle {
    margin: 0;
}

.pageContent__heading {
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.15;
}

@media screen and (min-width: 720px) {
    .pageContent__heading {
        font-size: 3em;
    }
}

.pageContent__heading span {
    font-weight: inherit;
}


.textLink {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    margin: auto;
    padding-bottom: 8px;
    font-weight: 700;
    text-decoration: none;
    color: #fbc204 !important;
}

@media screen and (min-width: 1140px) {
    .textLink {
        margin: 0;
    }
}

.textLink:after {
    content: "";
    position: relative;
    width: 12px;
    height: 12px;
    margin-top: 4px;
    padding: 0 0 0 30px;
    background-image: url(/media/wysiwyg/icon/icon_link_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.textLink:before {
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    content: '';
    -webkit-transition: width .25s;
    transition: width .25s;
    background-color: #fbc204;
}

.textLink:hover:before,
.textLink:focus:before,
.textLink:active:before {
    width: calc(100% - 24px);
}

.pageContent--hero .textLink:hover{
    color: #fbc204;
}

.textLink:hover{
    color: #fbc204;
}


@-webkit-keyframes hvr-pulse-shrink {
    to {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
}

@keyframes hvr-pulse-shrink {
    to {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
}

.hvr-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pulse-shrink:hover,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}



/* Brand Colors */


.bg-color-black {
    background: #212121;
}

.text-color-yellow {
    color: #fbc204;
}


.bg-color-discord-blue {
    background: #2b5fe9;
}

/*** UTILITY & STATE CLASSES ***/


.state-rotate-pos-180-deg {
    transform: rotate(180deg) !important;
}

.state-pre-animated {
    opacity: 0;
    transform: translateY(72px);
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.state-pre-animated-alt {
    opacity: 0;
    transform: translateX(-48px);
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.state-pre-animated-multi-item {
    opacity: 0;
    transform: translateY(72px);
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.state-animated {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.state-animated-alt {
    opacity: 1 !important;
    transform: translateX(0px) !important;
}


/*** PAGES & CATEGORIES ***/

/* Home */

.pageSection--homeHero {
    min-height: calc(100vh + 120px);
}

.pageSection--homeHero img.heroProductImage {
    height: auto;
    max-width: 100%;
    display: block;
}

@media (min-width: 1300px) and (min-height: 800px) {
    .pageSection--homeHero {
        min-height: calc(86vh + 120px);
    }
}

.backgroundBand {
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    z-index: 1;
}

@media screen and (min-width: 720px) {
    .backgroundBand {
        height: 240px;
    }
}

@media screen and (min-width: 1000px) {
    .backgroundBand {
        height: 340px;
    }
}

@media screen and (min-width: 1140px) {
    .backgroundBand {
        height: 120px;
    }
}

.heroProductImage {
    position: relative;
    width: 86%;
    max-width: 820px;
    margin: 48px auto;
    z-index: 2;
}

@media screen and (min-width: 720px) {
    .heroProductImage {
        margin: 64px auto;
    }
}

@media screen and (min-width: 1140px) {
    .heroProductImage {
        position: absolute;
        width: 650px;
        top: 170px;
        margin: 0 0 0 10%;
    }
}

@media screen and (min-width: 1400px) {
    .heroProductImage {
        width: 820px;
        top: 140px;
        margin: 0 0 0 12%;
    }
}

@media (min-width: 1300px) and (min-height: 800px) {
    .heroProductImage {
        margin: 0 0 0 8%;
    }
}

@media screen and (min-width: 1500px) {
    .heroProductImage {
        top: 140px;
    }
}

@media screen and (min-width: 1880px) {
    .heroProductImage {
        width: 52%;
        top: 140px;
        margin: 0 0 0 12%;
    }
}

@media screen and (min-width: 2300px) {
    .heroProductImage {
        top: 240px;
    }
}

.pageContent--hero {
    display: flex;
    flex-direction: column;
    width: 86%;
    max-width: 520px;
    margin: 140px auto 0 auto;
    text-align: center;
    z-index: 3;
}

@media screen and (min-width: 720px) {
    .pageContent--hero {
        margin: 200px auto 0 auto;
    }
}

@media screen and (min-width: 1140px) {
    .pageContent--hero {
        display: block;
        width: auto;
        margin: 200px -3% 0 auto;
        text-align: left;
    }
}

@media screen and (min-width: 1400px) {
    .pageContent--hero {
        margin: 200px 6% 0 auto;
    }
}

@media screen and (min-width: 1880px) {
    .pageContent--hero {
        margin: 240px 14% 0 auto;
        font-size: 1.2em;
    }
}

@media screen and (min-width: 2300px) {
    .pageContent--hero {
        margin: 360px 18% 0 auto;
    }
}

.pageContent__superTitle--hero {
    text-transform: uppercase;
}

.pageContent__heading--hero {
    font-size: 3.5em;
    line-height: 0.9;
}

@media screen and (min-width: 1400px) {
    .pageContent__heading--hero {
        font-size: 5em;
    }
}

.textLink.textLink--hero {
    margin: auto;
}

@media screen and (min-width: 1140px) {
    .textLink.textLink--hero {
        margin: 0;
    }
}

.pageContent--shopCategoryFunnel {
    margin: 0 auto 140px auto;
}

@media screen and (min-width: 720px) {
    .pageContent--shopCategoryFunnel {
        margin: 0 auto 170px auto;
    }
}

@media screen and (min-width: 1140px) {
    .pageContent--shopCategoryFunnel {
        margin: 72px auto 140px auto;
    }
}

@media screen and (min-width: 1500px) {
    .pageContent--shopCategoryFunnel {
        margin: 118px auto 140px auto;
    }
}

.shopCategoryFunnel {
    width: 86%;
    margin: 0 auto 48px auto;
    list-style: none;
    padding: 0;
}

@media screen and (min-width: 720px) {
    .shopCategoryFunnel {
        margin: 0 auto 120px auto;
    }
}

@media screen and (min-width: 1000px) {
    .shopCategoryFunnel {
        width: 80%;
    }
}

@media screen and (min-width: 1880px) {
    .shopCategoryFunnel {
        max-width: 1300px;
    }
}

.shopCategoryFunnel__item {
    width: 100%;
    margin-bottom: 118px;
}

.shopCategoryFunnel__item:nth-of-type(4) {
    margin-bottom: 0;
}

@media screen and (min-width: 720px) {
    .shopCategoryFunnel__item {
        width: 43%;
        float: left;
    }
    .shopCategoryFunnel__item:nth-of-type(1) {
        margin: 0 14% 160px 0;
    }
    .shopCategoryFunnel__item:nth-of-type(2) {
        margin: 0 0 160px 0;
    }
    .shopCategoryFunnel__item:nth-of-type(3) {
        margin: 0 14% 0 0;
    }
    .shopCategoryFunnel__item:nth-of-type(4) {
        margin: 0;
    }
}

.shopCategoryLink {
    position: relative;
    display: flex;
    flex-direction: column;
}

.shopCategoryLink__background {
    position: relative;
    border-radius: 72px;
}

@media screen and (min-width: 1140px) {
    .shopCategoryLink__background {
        border-radius: 130px;
    }
}

.shopCategoryLink__product {
    position: absolute;
    width: 90%;
    top: -64px;
}

.shopCategoryLink__icon {
    position: absolute;
    width: 165px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media screen and (min-width: 1140px) {
    .shopCategoryLink__icon {
        width: 200px;
    }
}

@media screen and (min-width: 1880px) {
    .shopCategoryLink__icon {
        width: 230px;
    }
}

.shopCategoryLink__title {
    position: absolute;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 24px;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 720px) {
    .shopCategoryLink__title {
        bottom: 16px;
    }
}

@media screen and (min-width: 1140px) {
    .shopCategoryLink__title {
        font-size: 2.4em;
        bottom: 32px;
    }
}

@media screen and (min-width: 1326px) {
    .shopCategoryLink__title {
        bottom: 64px;
    }
}

.shopCategoryLink__title span {
    display: block;
    font-size: 0.7em;
    font-weight: 400;
}

.ratingBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 86%;
    margin: 24px auto 72px auto;
}

@media screen and (min-width: 720px) {
    .ratingBlock {
        margin: 24px auto 92px auto;
    }
}

@media screen and (min-width: 1140px) {
    .ratingBlock {
        flex-direction: row;
        justify-content: space-between;
        width: 80%;
        margin: 108px auto 200px auto;
    }
}

@media screen and (min-width: 1880px) {
    .ratingBlock {
        max-width: 1260px;
    }
}

.pageContent--ratingSystem {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 520px;
    margin: auto auto 16px auto;
    text-align: center;
}

@media screen and (min-width: 720px) {
    .pageContent--ratingSystem {
        margin: auto auto 64px auto;
    }
}

@media screen and (min-width: 1140px) {
    .pageContent--ratingSystem {
        display: block;
        margin: auto auto auto 0;
        text-align: left;
    }
}

.ratingBars {
    position: relative;
    display: none;
    max-width: 400px;
}

@media screen and (min-width: 720px) {
    .ratingBars {
        display: block;
    }
}

@media screen and (min-width: 1140px) {
    .ratingBars {
        max-width: 520px;
        margin-bottom: 64px;
    }
}

.ratingBlock__background {
    position: relative;
    width: 92%;
    max-width: 780px !important;
    margin: 0 auto 32px 0;
}

@media screen and (min-width: 720px) {
    .ratingBlock__background {
        margin: 0 auto 72px 0;
    }
}

@media screen and (min-width: 1000px) {
    .ratingBlock__background {
        margin: 0 auto 92px 0;
    }
}

@media screen and (min-width: 1140px) {
    .ratingBlock__background {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        opacity: 0.5;
    }
}

.pageContent--customizable {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 86%;
    margin: 0 auto 72px auto;
    text-align: center;
}

@media screen and (min-width: 720px) {
    .pageContent--customizable {
        flex-direction: column-reverse;
        margin: 0 auto 118px auto;
    }
}

@media screen and (min-width: 1000px) {
    .pageContent--customizable {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        width: 80%;
        text-align: left;
    }
}

@media screen and (min-width: 1326px) {
    .pageContent--customizable {
        justify-content: space-between;
    }
}

@media screen and (min-width: 1880px) {
    .pageContent--customizable {
        max-width: 1400px;
    }
}

.pageContent__image--customizable {
    width: 100%;
    margin: 0 auto 40px auto;
}

@media screen and (min-width: 720px) {
    .pageContent__image--customizable {
        margin: 64px auto 0 0;
    }
}

@media screen and (min-width: 1000px) {
    .pageContent__image--customizable {
        width: 42%;
        margin: 0 48px 0 0;
    }
}

@media screen and (min-width: 1326px) {
    .pageContent__image--customizable {
        width: 65%;
        margin: 0 auto 0 0;
    }
}

.pageContentLayer--customizable {
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .pageContentLayer--customizable {
        width: 50%;
    }
}

@media screen and (min-width: 1326px) {
    .pageContentLayer--customizable {
        width: 35%;
    }
}

.pageContent--channelBanner {
    margin: 64px auto;
}

@media screen and (min-width: 720px) {
    .pageContent--channelBanner {
        margin: 108px auto;
    }
}

.pageContent__link--channelBanner {
    width: max-content;
    margin: 32px auto 0 auto;
}

.pageContent__link--channelBanner img {
    width: 24px;
    margin: auto 12px auto 0;
    transform: translateY(3px);
}

.pageSection--homeProducts {
	display: none; /* client hasn't been populating the section so I'm hiding it. */
}

.homeProductsBlock {
    width: 86%;
    margin: 64px auto;
}

.spacer,.clearfix {
    clear: both
}


@media screen and (min-width: 720px) {
    .homeProductsBlock {
        margin: 92px auto 0 auto;
    }
}

@media screen and (min-width: 1140px) {
    .homeProductsBlock {
        margin: 118px auto;
    }
}

@media screen and (min-width: 1880px) {
    .homeProductsBlock {
        max-width: 1400px;
    }
}

.pageContent--homeProducts {
    margin: 0 auto 72px auto;
}

@media screen and (min-width: 720px) {
    .pageContent--homeProducts {
        margin: 0 auto 92px auto;
    }
}

@media screen and (min-width: 1326px) {
    .pageContent--homeProducts {
        margin: 0 auto 72px auto;
    }
}

@media screen and (min-width: 1140px) {
    .products--homeProducts li {
        margin-bottom: 0 !important;
    }
}



/*** MEDIA QUERIES ***/

/* Min-Widths */

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

}

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

}

@media screen and (min-width: 720px) {
}

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

}

@media screen and (min-width: 1000px) {
}

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

}

@media screen and (min-width: 1326px) {
}

@media screen and (min-width: 1367px) {
}

@media screen and (min-width: 1441px) {
}

@media screen and (min-width: 1880px) {
}

@media screen and (min-width: 2100px) {
}

@media screen and (min-width: 2400px) {
}


/* Max-Widths */

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

}

@media screen and (max-width: 600px) {
}


/* Specific Ranges */

@media (width: 720px) and (height: 1280px) { /* MS Surface Pro 1 & 2 */
}

@media (width: 768px) and (height: 1024px) { /* iPad */
}

@media (width: 1024px) and (min-height: 1366px) and (max-height: 1367px) { /* iPad Pro */
}







