div#blizz-login-icon {
    padding: 2px;
}

.search-icon.i-cart.w-embed {
    margin-top: 5px;
}

.hbspt-form input {
    width: 100%;
    padding: .75em;
    border: 1px solid gray;
}

.hbspt-form textarea {
    width: 100%;
    padding: .75em;
    border: 1px solid gray;
}

.hbspt-form label {
    padding-bottom: .25em;
    padding-top: .25em;
}

.submitted-message {
    font-size: 1.5em;
    font-weight: bold;
    background: #a5d8a5;
    display: table;
    padding: .5em;
    color: green;
}

.hbspt-form .hs-button {
    background: #0047ba;
    color: white;
}

._signup,
._login {
    opacity: 0;
    height: 0;
    pointer-events: none;
    transition: 0.2s cubic-bezier(0.85, 0, 0.15, 1);

}

._login.active,
._signup.active {
    transition: 0.2s cubic-bezier(0.85, 0, 0.15, 1);
    pointer-events: all;
    opacity: 1;
    height: inherit;
}

.account_checkbox {
    display: flex;
    align-items: center;
}

.account_checkbox label {
    padding: 0 0 0 0.5em;
    margin: 0;
}

#_login_link,
#_signup_link {
    margin-top: 1em;
    cursor: pointer;
}

input#signUpPassword {
    margin: 0;
}

.account-fine {
    opacity: .8;
    font-size: 14px;
    margin: 0;
    padding: 0;
    padding: .5em 0 1em 0;

}

#_login_link:hover,
#_signup_link:hover {
    text-decoration: underline;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.option-selected {
    color: black;
    font-weight: bold;
    opacity: 1;
    text-align: center;
    background: #f2f2f2;
    border-radius: 10px;
}

h1 {
    word-break: keep-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.strip-series.text-overflow {
    height: 41px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-top: 9px;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
}

.chevron-begining {
    position: relative;
    top: 1px;
}

#downloads {
    width: 100%;
    text-align: left;
    max-width: 600px;
}

.download-btn {
    margin-bottom: 10px;
    padding: 10px 20px;
    display: flex;
    border-radius: 50px;
    background: #d6dbed;
    justify-content: space-between;
    align-items: center;
}

.download-btn p {
    padding: 0;
    margin: 0;
}

.download-btn button {
    background: #0047ba;
    color: white;
    padding: 7px 21px;
    border: none;
    border-radius: 50px;
}


#product-cat-slider {
    overflow-y: hidden;
    overflow-x: scroll;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    transition: ease-in-out 0.2s;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
#product-cat-slider {
    scrollbar-width: auto;
    scrollbar-color: #787878 #ffffff;
}

/* Chrome, Edge, and Safari */
#product-cat-slider::-webkit-scrollbar {
    width: 16px;
}

#product-cat-slider::-webkit-scrollbar-track {
    background: #ffffff;
}

#product-cat-slider::-webkit-scrollbar-thumb {
    background-color: #cbcbcb;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

/* Hide scrollbar while allowing scrolling */
.product-image-sidebar {
    overflow-y: scroll;
    overflow-x: hidden;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    transition: ease-in-out 0.2s;
}



.product-image-sidebar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.product-image-sidebar::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.product-image-sidebar::-webkit-scrollbar-track {
    background-color: transparent;
}

.product-image-sidebar img {
    cursor: pointer;
}

.product-image-sidebar .w-dyn-item:hover {
    filter: brightness(0.9);
    transition: ease-in-out 0.2s;
}


.spec-content h4 {
    text-transform: capitalize;
    letter-spacing: 0;
}

.summary p {
    padding-bottom: 10px;
}


.home-slide {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.home-slide.active {
    opacity: 1;
}

.hidden-nav {
    top: -100px !important;
}

nav#blizz-nav {
    position: relative;
    top: 0px;
}

.container.is-nav.white-nav.scroll-nav-active {
    border-bottom: 1px solid;
}

.main-dark-nav {
    background-color: black !important;
}

.customer-box.active {
    display: block;
}

li.customer-dropdown-item a {
    color: white;
    text-decoration: none;
}

ul.customer-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

li.customer-dropdown-item {
    padding: 15px 0 15px 15px;
    font-size: 16px;
    border-bottom: 1px solid #747474;
    cursor: pointer;
    transition: .2s ease-in-out;
    border-bottom-left-radius: 15px;
}

li.customer-dropdown-item:hover {
    background: #2d2d2d !important;
}

.customer-box {
    z-index: 99;
    border-bottom-left-radius: 15px;
    padding: 0 !important;
}


.coming-soon,
.product-coming-soon {
    background: black;
    padding: 8px 12px;
    color: white;
    font-weight: 600;
    font-size: 16px;
}

.coming-soon {
    position: absolute;
    left: 0;
    top: 0;
}

.standard-list li {
    color: black;
}

#multi-site-nav {
    transition: .3s ease-in-out;
    position: relative;
}

.banner-hidden {
    margin-top: -60px;
}

ul.standard-list li {
    text-align: left;
}

.product-select-dropdown {
    padding: 1em;
    background: #d6dbed;
    width: 100%;
    border-radius: 50px;
    font-size: 17px;
    border-right: 16px solid transparent;
}

#blizz-model-viewer {
    display: none;
}

@media screen and (max-width: 991px) {

    #blizz-model-viewer {
        display: none !important;
    }
}


#product-cat-slider {
    overflow-y: hidden;
    overflow-x: scroll;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    transition: ease-in-out 0.2s;
}

#product-cat-slider {
    scrollbar-width: auto;
    scrollbar-color: #787878 #ffffff;
}

#product-cat-slider::-webkit-scrollbar {
    width: 16px;
}

#product-cat-slider::-webkit-scrollbar-track {
    background: #ffffff;
}

#product-cat-slider::-webkit-scrollbar-thumb {
    background-color: #cbcbcb;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

/* Hide scrollbar while allowing scrolling */
.product-image-sidebar {
    overflow-y: scroll;
    overflow-x: hidden;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    transition: ease-in-out 0.2s;
}

.product-image-sidebar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.product-image-sidebar::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.product-image-sidebar::-webkit-scrollbar-track {
    background-color: transparent;
}

.product-image-sidebar img {
    cursor: pointer;
}

.product-image-sidebar .w-dyn-item:hover {
    filter: brightness(0.9);
    transition: ease-in-out 0.2s;
}


#product-grid {
    width: 95%;
    margin: 0 auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 100px;
    display: grid;

}

@media screen and (min-width: 768px) {
    #product-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width: 1024px) {
    #product-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (min-width: 1920px) {
    #product-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}



select#sort-select {
    border: 2px solid black;
    padding: 1em;
    border-radius: 50px;
    margin-bottom: 2em;
}

#loading-message {
    width: 100%;
    display: flex;
    justify-content: center;
}

#loading-message svg {
    max-width: 64px;
    margin: 0 auto;
}

div#filter-container {
    padding-top: 2em;
    width: 95%;
    margin: 0 auto;
}

div#filter-controls {
    display: flex;
    align-items: center;
}

.hide-filter {
    padding-right: 2em;
}

.z-override {
    z-index: 100;
}

/* MOBILE MENU */

#_mobile_nav {
    transition: transform 0.2s cubic-bezier(0.85, 0, 0.15, 1);
    background: #0c0c0c;
    height: 100vh;
    width: 90%;
    max-width: 400px;
    position: fixed;
    display: flex;
    right: 0;
    top: 0;
    z-index: 99;
}

._mobile_nav_container {
    width: 320px;
    position: absolute;
    transition: transform 0.2s cubic-bezier(0.85, 0, 0.15, 1);

    display: flex;
    padding: 5em 0 0 3em;
    height: 100%;
    text-align: left;
}

._mobile_nav_container ul {
    margin: 0;
    padding: 0;
    width: 75%;
    cursor: pointer;
}

._mobile_nav_container li {
    list-style: none;
    font-size: 1.5em;
    padding: 0.4em 0;
    color: white;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

._mobile_nav_container li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

._mobile_products,
._mobile_support {
    transform: translateX(calc(100vw));
    transition: transform 0.2s cubic-bezier(0.85, 0, 0.15, 1);

}

._main_adjust_hide {
    transform: translateX(100vw);
    transition: transform 0.2s cubic-bezier(0.85, 0, 0.15, 1);

}


._main_adjust_visible {
    transition: transform 0.2s cubic-bezier(0.85, 0, 0.15, 1);
    transform: translateX(0em)
}

li._mobile_nav_header {
    cursor: pointer;
    padding-bottom: .75em;
    justify-content: flex-start;
}

li._mobile_nav_header i {
    padding-right: 1em;
}

li._mobile_sub_item a {
    font-size: .75em;
    opacity: .65;
    font-weight: normal;
}

._mobile_close {
    z-index: 10;
    font-size: 1.75em;
    color: white;
    position: absolute;
    top: .75em;
    right: .75em;
}

._mobile_menu_button {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 1.5em;
}

._mobile_nav_hidden {
    transform: translateX(100vw);
}

#_blur_container {
    height: 100vh;
    width: 100vw;
    z-index: 95;
    position: fixed;
    top: 0;
    left: 0;
    background-color: hsla(0, 0%, 7%, .36);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

._mobile_button {
    font-size: .75em;
    font-weight: 100;
    border: 1px solid;
    padding: .5em 1em;
}

._light_button {
    background: white;
    color: black !important;
}

li._button_container {
    display: flex;
    padding-top: 2em;
    justify-content: flex-start;
}

li._button_container a:first-child {
    margin-right: 1em;
}

li._mobile_menu_cart {
    border-top: 1px solid white;
    padding-top: .75em;
    margin-top: .5em;
}

#mobile-nav-icon {
    display: flex;
    align-items: center;
}

.reveal-text,
.reveal-text::after {
    animation-iteration-count: 1;
    animation-duration: 800ms;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.reveal-text {
    position: relative;
    user-select: none;
    animation-name: reveal-text;
    white-space: nowrap;
    cursor: default
}

.reveal-text::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2926ff;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: revealer-text;
}


@-webkit-keyframes reveal-text {
    from {
        clip-path: inset(0 100% 0 0);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}


@keyframes reveal-text {
    from {
        clip-path: inset(0 100% 0 0);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}


@-webkit-keyframes revealer-text {

    0%,
    50% {
        transform-origin: 0 50%;
    }

    60%,
    100% {
        transform-origin: 100% 50%;
    }


    60% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}


@keyframes revealer-text {

    0%,
    50% {
        transform-origin: 0 50%;
    }

    60%,
    100% {
        transform-origin: 100% 50%;
    }


    60% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

.cart-loading-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #ffffffcc;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s ease-in-out;
    pointer-events: none;
}

.cart-loading-overlay.active {
    opacity: 1;
    transition: .3s ease-in-out;
}