:lang(ar-MENA), :lang(en-MENA), :lang(zh-CN), :lang(pt-BR), :lang(es-MX) {
    .product-comparison {
        display:none;
    }
}
.product-comparison {
    font: normal 1.125rem/1.5rem "Roboto", Arial, Helvetica, sans-serif;
    color: #9a9a9a;
    background-color: #111;
    padding: 5rem 0;
    position: relative;
    text-align: center;
    &.container-bg-black {
        background-color: #000;
        padding-top: 0;
        .product-comparison-table thead tr th.product-comparison-theader-dd, .product-comparison-table thead tr th.product-comparison-theader-name {
            background-color: #000 !important;
        }
        &.show-all-products {
            .product-comparison-table thead {
                background-color: #000;
            }
        }
    }
        .main-heading {
        font: 3rem/1 "RazerF5", Arial, Helvetica, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
        padding: 0 1rem;
        margin: 0 0 1rem 0;
    }
    &:not(.container-bg-black).show-all-products {
        .product-comparison-table thead {
            background-color: #111;
        }
    }
    .product-comparison-table {
        width: calc(100vw - 2rem);
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        .product-comparison-name {
            font: 500 1.125rem/1.5rem Roboto, Arial, Helvetica, sans-serif;
            color: #ffffff;
            padding-top: 2rem;
        }
        .product-comparison-dd-select {
            position: relative;
            padding: 0;
            background-color: #111;
        }
        .product-comparison-dd-select select {
            scrollbar-width: thin;
            scrollbar-color: #44d62c #222222;
            background-color: #111;
            color: #fff;
            -webkit-appearance: none;
            height: fit-content;
            width: 100%;
            padding: 0.75rem 2.5rem 0.75rem 0.75rem;
            border-radius: 0.25rem;
            border: 1px solid #999;
            outline: none;
            color-scheme: dark;
            word-wrap: normal;
            scrollbar-color: #44d62c #222222;
            text-transform: none;
            cursor: pointer;
            text-align: center;
            font: normal 1.125rem/1.5rem "Roboto", Arial, Helvetica, sans-serif;
        }
        .product-comparison-dd-select select option {
            background-color: #222;
            color: #999;
        }
        .product-comparison-dd-select select:focus-within {
            outline: 2px solid #44d62c;
            outline-offset: 0px !important;
            border: 1px solid transparent;
        }
        /* Works on Firefox */
        .product-comparison-dd-select select {
            scrollbar-width: thin;
            scrollbar-color: #44d62c #222222;
        }
        /* Works on Chrome, Edge, and Safari */
        .product-comparison-dd-select select::-webkit-scrollbar {
            width: 8px;
        }
        .product-comparison-dd-select select::-webkit-scrollbar-track {
            background: transparent;
        }
        .product-comparison-dd-select select::-webkit-scrollbar-thumb {
            background-color: #008900;
            border-radius: 4px;
            border: 3px solid #008900;
        }
        .product-comparison-dd-select select::-webkit-scrollbar-thumb:hover {
            background-color: #44d62c;
            border-radius: 4px;
            border: 3px solid #44d62c;
        }
        .product-comparison-dd-select select::-webkit-scrollbar-track-piece {
            background-color: #008900;
            border: 3px solid #222222;
            border-radius: none;
            border-top: none;
            border-bottom: none;
        }
        .product-comparison-dd-select select ~ div.select-mark:after {
            content: "";
            margin: 0rem 0.5em;
            display: inline-block;
            position: absolute;
            right: 0.5rem;
            top: calc(50% - 7px);
            pointer-events: none;
            width: 12px;
            height: 12px;
            border: solid #44d62c;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            transition: all 0.1s linear;
        }
        .product-comparison-dd-select select.is-open:focus-within ~ div.select-mark:after{
            top: calc(50% - 2px);
            -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }
        .product-comparison-link {
            padding: 1rem 0 3.25rem;
                                vertical-align: bottom;
        }
        .product-link-button {
            color: #44d62c;
            font-weight: 400;
            text-align: center;
            font: 400 1.0625rem/1 Roboto;
            line-height: 1rem;
            padding: 0.375rem;
            min-width: 120px;
            background-color: transparent;
            cursor: pointer;
            margin: 0;
            text-decoration: none;
            display: inline-block;
            vertical-align: middle;
            &:hover { 
                text-decoration: underline;
                text-underline-offset: 3px;
            }
        }
        .product-link-buy-button {
            color: #000 !important;
            background: #44d62c;
            border-radius: 3px;
            font: 700 0.875rem/1 Roboto;
            margin: 0 1rem;
            border: 0;
            padding: 4px 16px;
            text-transform: uppercase;
            text-decoration: none !important;
            cursor: pointer;
            &:hover {
                background-color: #73e161;
                text-decoration: none;
            }
        }
        .product-comparison-image {
            max-height: 300px;
        }
        .image-icon {
            width: 44px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            margin: 0 auto 5px;
            height: var(--image-height,0);
        }
        .product-feature-name {
            margin: 0;
            padding: 0;
            font-size: 0.875rem;
            line-height: 1.4;
            text-transform: uppercase;
            color: #999;
        }
                .product-feature-values {
            margin: 0;
            padding: 3px 0;
            color: #fff;
            font-size: 1.0625rem;
            text-transform: none;
            font-weight: normal;
            ul {
                display: block;
                list-style-type: none;
                margin-block-start: 0;
                margin-block-end: 0;
                margin-inline-start: 0;
                margin-inline-end: 0px;
                padding-inline-start: 0;
            }
                ul li {
                padding-bottom: .1em;
                            &:last-child{
                    padding-bottom: 0;  
                }
            }
            li {
                padding-bottom: .1em;
                list-style-type: none;
            }
        }
        thead tr th.product-comparison-theader-dd {
            background-color: #111;
            padding: 1.25rem 1.25rem 0;
        }
                thead tr th.product-comparison-theader-name  {
            background-color: #111;
        }
        thead tr th, tbody tr.product-comparison-facets td {
            vertical-align: top;
        }
        thead {
            position: sticky;
            position: -webkit-sticky;
            top: 60px;
            z-index: 10;
        }
        tbody tr.product-comparison-facets:nth-child(odd) {
            background-color: #1c1c1c;
        }
        tbody tr.product-comparison-facets td {
            padding: 1.625rem 1rem;
            width: 33%;
        }
    }
    .product-comparison-more-link {
        margin: 1rem auto;
        a.cta-link {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-clip: padding-box;
            background-color: #44d62c;
            border-bottom: 0;
            border-left: 0 !important;
            border-radius: .1875rem;
            border-right: 0;
            border-top: 0;
            color: #000;
            cursor: pointer;
            display: inline-block !important;
            font-size: 0.875rem;
            font-weight: 700;
            letter-spacing: 1px;
            line-height: 2.375rem;
            margin: 0;
            min-width: 120px;
            outline: 0;
            padding: 0 1.25rem;
            position: relative;
            text-align: center;
            text-decoration: none !important;
            text-shadow: none;
            text-transform: uppercase;
            transition: color .45s,background .45s,border .45s;
            vertical-align: middle;
            white-space: nowrap;
          }
    }
}
.product-comparison.full-breakdown-style .product-comparison-table .image-icon {
    width: 30px;
    height: 30px;
}
.product-comparison.full-breakdown-style .product-comparison-table .product-feature-name {
    font-size: 0.675rem;
    line-height: 1.5;
}
.product-comparison.full-breakdown-style .product-comparison-table .product-feature-values {
    padding: 5px 0;
    font-size: 0.675rem;
    line-height: 1.5;
}
.product-comparison.full-breakdown-style .product-comparison-table tbody tr.product-comparison-facets td {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
    .product-comparison.full-breakdown-style .product-comparison-table tbody tr.product-comparison-facets td {
        padding: 0.625rem 4rem;
    }
}
@media screen and (max-width: 1200px) {
    .product-comparison .main-heading {
        font-size: 1.75rem;
    }
}
@media screen and (min-width: 769px) {
    .product-comparison.show-all-products {
        .product-comparison-table thead tr:first-child {
            display: none;
        } 
    }
}
@media screen and (max-width: 768px) {
    .product-comparison {
        padding: 3rem 0;
        &.show-all-products {
            .product-comparison-table tbody tr.product-comparison-facets td {
                min-width: 50vw;
            }
        }
        .product-comparison-table {
            width: 100%;
            overflow-x: hidden;
            tbody tr td:nth-child(n+3), thead tr th:nth-child(n+3) {
                display:none;
            }
                       .product-comparison-dd-select {
                margin: 0 0.625rem 0 0.625rem;
            }
            .product-comparison-dd-select select {
                font-size: .875rem;
                padding: 0.5rem 1.75rem 0.5rem 0.5rem;
            }
            .product-comparison-name {
                font: 500 1rem/1.25rem Roboto, Arial, Helvetica, sans-serif;
                padding: 1rem 0.75rem 0.625rem;
                margin-bottom: 0;
            }
            .product-feature-name, .product-feature-values {
                font-size: .875rem;
            }
        }
    }
}
@media screen and (max-width: 767px) {
    .product-comparison .product-comparison-table thead {
        top: 0;
    }
    .product-comparison .product-comparison-image img {
        width: 100%;
        max-width: 300px;
    }
    .product-comparison .product-comparison-dd-select {
        overflow-x: hidden;
    }
}
@media (min-width:426px) and (max-width: 768px) {
    .product-comparison {
        &.show-all-products {
            .product-comparison-table thead tr:nth-child(2) {
                display: none;
            }
        }
    }
}
@media screen and (max-width: 425px) {
    .product-comparison .product-comparison-name.screen-reader-only-pnx.mobile-only-view {
        position: relative;
        width: auto;
        height: auto;
        padding: 0.625rem 0.625rem 0.625rem;
        margin: 0;
        overflow: auto;
        clip: auto;
        border: 0;
    }
    .product-comparison-dd-select select:focus-within {
        outline: 1px solid #44d62c !important;
        outline-offset: 0px !important;
        border: 1px solid #44d62c !important;
    }
    .product-comparison .product-comparison-table thead {
        background-color: #111;
    }
    .product-comparison .product-comparison-table thead tr th.product-comparison-theader-dd {
        padding: 1.25rem 0.25rem 0;
    }
    .product-comparison.container-bg-black .product-comparison-table thead {
        background-color: #000;
    }
    .product-comparison .product-comparison-name {
        font-size: 0.875rem !important;
        padding-top: 0;
    }
    .product-comparison .product-comparison-image img {
        width: 100%;
    }
    .product-comparison .product-comparison-table tbody tr.product-comparison-facets td {
        padding: 1.625rem 0.5rem;
    }
    .product-comparison .product-comparison-table .product-comparison-dd-select select ~ div.select-mark:after {
        right: 0.1rem;
        width: 0.625rem;
        height: 0.625rem;
    }
    .product-comparison .product-comparison-table .product-comparison-dd-select {
        width: calc(50vw - 1.75rem) !important;
    }
    .product-comparison .product-comparison-table .product-link-button { 
        display: block;
        padding-bottom: 1.5rem;
    }
}
@media screen and (max-width: 425px) {
    #comparison-modal .product-comparison-table .product-comparison-dd-select {
        width: calc(43vw - 1.75rem) !important;
    }
} 
#comparison-modal #compare-overlay {
    align-items: flex-start;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    font: normal 1.125rem/1.5rem Roboto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
#comparison-modal #compare-overlay::after {
        content: "";
        background-color: #00000080;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
        opacity: 0;
        transition: opacity 0.3s ease-out;
    }
#comparison-modal #compare-overlay:not([hidden])::after {
        opacity: 1;
}
#comparison-modal .bo-dialog {
    position: relative;
    width: 90vw;
    max-width: 1200px;
    overflow: hidden;
    animation: slideIn 0.3s ease-out;
    z-index: 9;
    height: 75%;
    margin-top: 150px;
    background-color: #111;
    border: 1px solid #1c1c1c;
    border-radius: 10px;
    overflow: hidden;
}
#comparison-modal .product-comparison {
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
#comparison-modal .product-comparison-table {
    width: 100%;
}
#comparison-modal .product-comparison .product-comparison-table thead {
    top: -80px;
}
@media screen and (max-width: 767px) {
    #comparison-modal #compare-overlay {
        left: 5vw;
        width: 90vw;
    }
    #comparison-modal .product-comparison .product-comparison-table thead {
        top: -50px;
    }
    #comparison-modal .bo-dialog {
        width: 100%;
    }
}
#comparison-modal thead tr th.product-comparison-theader-dd {
    padding-bottom: 1rem;
}
#comparison-modal .product-comparison-image img{ width: 100%; max-width: 300px;}
#comparison-modal .product-comparison-dd-select select:focus-within,
#comparison-modal .product-comparison-dd-select select {
    border: 1px solid #44d62c;
}
@media screen and (max-width: 768px) {
    #comparison-modal .product-comparison {
        &.show-all-products {
            .product-comparison-table tbody tr.product-comparison-facets td {
                min-width: 35vw;
            }
        }
    }
}
#compare-overlay .bo-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: 0 0;
    color: #44d62c;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    transition: all .3s ease;
    z-index: 100;
}
#compare-overlay .bo-close:hover {
    transform: rotate(90deg)
}
#compare-overlay .bo-close:focus {
    outline: 0!important
}
#compare-overlay .bo-close:focus::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid #06c;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999
}
#compare-overlay .bo-close:focus:not(:focus-visible)::after {
    display: none
}
@media (min-width:769px) { 
.product-comparison {
  & .product-comparison-table {
    & .product-comparison-name-desktop-only {
      font: 500 1.125rem/1.5rem Roboto, Arial, Helvetica, sans-serif;
      color: #ffffff;
      padding-top: 1rem;
    }
  }
}
}
@media screen and (max-width: 425px) {
    .product-comparison .product-comparison-name-desktop-only {
        display: none; 
    }
}
@media screen and (max-width: 768px) {
    .product-comparison .product-comparison-name-desktop-only {
        font: 500 1rem/1.25rem Roboto, Arial, Helvetica, sans-serif;
        color: #ffffff;
        padding-top: 1rem;
    }
}
.product-comparison .product-comparison-facets .image-icon {
    --image-height: 44px;
}
.product-comparison .product-comparison-facets .image-icon-weight {
    background-image: url('//assets2.razerzone.com/images/icon-library/v1/Audio%20(AU)/AU0009-comfortable-lightweight.svg');
}
.product-comparison .product-comparison-facets .image-icon-battery-life {
    background-image: url('//assets2.razerzone.com/images/icon-library/v1/Mice%20(MC)/MC0007-battery-life.svg');
}
.product-comparison .product-comparison-facets .image-icon-rgb-lighting, .product-comparison .product-comparison-facets .image-icon-lighting, .product-comparison .product-comparison-facets .image-icon-chroma-rgb {
    background-image: url('//assets2.razerzone.com/images/icon-library/v1/Chroma%20(CM)/CM0012-chroma-ring.svg');
}
[data-product-category="Mice: Mice"] {
    .image-icon-connectivity {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Mice%20(MC)/MC0048-mice-connectivity.svg');
    }
    .image-icon-max-sensitivity {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Miscellaneous%20(MISC)/MISC0002-aim.svg');
    }
    .image-icon-cable {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Mice%20(MC)/MC0035-firefly-cable-catch.svg');
    }
    .image-icon-size {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Product%20Category%20(PC)/PC0003-mice.svg');
    }
    .image-icon-programmable-buttons {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Mice%20(MC)/MC0053-customizable-buttons.svg');
    }
    .image-icon-sensor {
        background-image: url('//assets2.razerzone.com/images/pnx.assets/f0dd44dc3cbd80b6f3283c749f86bad7/icon-mouse-sensor.svg');
    }
    .image-icon-form-factor {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Mice%20(MC)/MC0015-ergonomic-design.svg');
    }
    .image-icon-polling-rate {
        background-image: url('//assets2.razerzone.com/images/pnx.assets/f0dd44dc3cbd80b6f3283c749f86bad7/icon-polling.svg');
    }
    .image-icon-max-speed {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Miscellaneous%20(MISC)/MISC0015-lightning-speed.svg');
    }
    .image-icon-max-acceleration {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Mice%20(MC)/MC0016-high-speed.svg');
    }
    .image-icon-switch-type {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Keyboards%20(KB)/KB0046-low-profile-optical-switch.svg');
    }
    .image-icon-switch-lifecycle {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Mice%20(MC)/MC0063-left-click.svg');
    }
    .image-icon-on-board-memory-profiles {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Keyboards%20(KB)/KB0004-cloud-memory.svg');
    }
    .image-icon-mouse-feet {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Mice%20(MC)/MC0027-ultraslick-mouse-feet.svg');
    }
    .image-icon-tilt-scroll-wheel {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Mice%20(MC)/MC0055-smooth-free-spin-scrolling-mode.svg');
    }
    .image-icon-dock-compatibility {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Mice%20(MC)/MC0037-mouse-dock.svg');
    }
}
[data-product-category="Audio: Headsets"] {
    .image-icon-driver-size {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Audio%20(AU)/AU0011-custom-tuned-drivers.svg');
    }
    .image-icon-drivertype {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Technology%20(TN)/TN0006-razer-triforce-drivers.svg');
    }
            .image-icon-noise-cancelling {
background-image: url('//assets2.razerzone.com/images/icon-library/v1/Audio%20(AU)/AU0064-ANC.svg');
}
    .image-icon-microphone-style {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Audio%20(AU)/AU0026-microphone.svg');
    }
    .image-icon-virtual-surround-encoding {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Audio%20(AU)/AU0041-virtual-7.1.svg');
    }
    .image-icon-connection-type {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Audio%20(AU)/AU0089-4-modes-connectivitiy.svg');
    }
}
[data-product-category="Audio: Speakers"] {
    .image-icon-driver-size {
            background-image: url('//assets2.razerzone.com/images/icon-library/v1/Audio%20(AU)/AU0011-custom-tuned-drivers.svg');
        }
    .image-icon-frequency-response {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Audio%20(AU)/AU0061-audio-mixer.svg');
    }
    .image-icon-input-power {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Console%20(CS)/CS0018-swappable-cable-adapter.svg');
    }
    .image-icon-drivertype {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Audio%20(AU)/AU0072-multi-driver-speakers.svg');
    }
    .image-icon-compatibility {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Software%20(SW)/SW0005-bluetooth.svg');
    }
}
[data-product-category="Mobile: Controllers"] {
    .image-icon-supported-phone-dimensions {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Phone%20(PH)/PH0014-generic-phone.svg');
    }
    .image-icon-charging {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Phone%20(PH)/PH0008-charging.svg');
    }
    .image-icon-clickable-thumbstick {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Console%20(CS)/CS0030-clickable-thumbstick.svg');
    }
    .image-icon-multi-function-buttons {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Console%20(CS)/CS0031-kishi.svg');
    }
    .image-icon-size {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Miscellaneous%20(MISC)/MISC0026-small.svg');
    }
    .image-icon-mobile-app {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Console%20(CS)/CS0007-downloadable-app.svg');
    }
}
[data-product-category="Keyboards: Keyboards"] {
    .image-icon-switch-type {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Keyboards%20(KB)/KB0021-mecha-membrane-keys.svg');
    }
    .image-icon-key-feel {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Keyboards%20(KB)/KB0061-optimized-typing-experience.svg');
    }
    .image-icon-wrist-rest {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Keyboards%20(KB)/KB0037-ergonomic-wrist-rest.svg');
    }
    .image-icon-size {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Keyboards%20(KB)/KB0023-metal-frame.svg');
    }
    .image-icon-keycaps {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Keyboards%20(KB)/KB0055-doubleshot-abs-keycaps.svg');
    }
    .image-icon-media-keys {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Keyboards%20(KB)/KB0040-dedicated-media-keys.svg');
    }
    .image-icon-connectivity {
        background-image: url('//assets2.razerzone.com/images/icon-library/v1/Keyboards%20(KB)/KB0048-top-class-connectivity.svg');
    }
}
[data-product-category="Console: Controllers"] {
    .image-icon-multi-function-buttons {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Console%20(CS)/CS0003-buttons.svg');
    }
    .image-icon-trigger-stops {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Console%20(CS)/CS0037-hypertriggers.svg');
    }
    .image-icon-mechanical-action-buttons {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Console%20(CS)/CS0023-6-face-button-layout.svg');
    }
    .image-icon-interchangeble-dpad {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Console%20(CS)/CS0024-8-way-D-pad.svg');
    }
    .image-icon-audio-output {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Audio%20(AU)/AU0034-soundwave.svg');
    }
}
[data-product-category="Chairs: Gaming Chairs"] {
    .image-icon-recommended-weight {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Lifestyle%20(LS)/LS0028-weight.svg');
    }
    .image-icon-recommended-height {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Lifestyle%20(LS)/LS0013-height-adjustable-lumbar-support.svg');
    }
    .image-icon-adjustable-lumbar-cushion {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Lifestyle%20(LS)/LS0019-adaptive-lumbar.svg');
    }
    .image-icon-foam-type {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Lifestyle%20(LS)/LS0005-seat-density.svg');
    }
    .image-icon-armrests {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Lifestyle%20(LS)/LS0017-4D-armrest.svg');
    }
    .image-icon-adjustable-back-angle {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Lifestyle%20(LS)/LS0011-synchro-tilt-technology.svg');
    }
}
[data-product-category="Mats: Mats"] {
    .image-icon-size {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Mousemats%20(MM)/MM0003-size-variations.svg');
    }
    .image-icon-thickness {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Mousemats%20(MM)/MM0008-thin-form.svg');
    }
    .image-icon-surface {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Mousemats%20(MM)/MM0001-anti-slip-rubber-base.svg');
    }
    .image-icon-mat-type {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Mousemats%20(MM)/MM0004-mousemat-soft.svg');
    }
}
[data-product-category="Streaming: Camera"] {
    .image-icon-video-resolution {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Systems%20(SS)/SS0020-resolution.svg');
    }
    .image-icon-field-of-view {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Broadcasters%20(BC)/BC0038-ultrawide-angle-lens.svg');
    }
    .image-icon-video-encoding {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Software%20(SW)/SW0036-movies.svg');
    }
    .image-icon-audio-codec {
        background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Audio%20(AU)/AU0061-audio-mixer.svg');
    }
    .image-icon-image-sensor {
    background-image: url('https://assets2.razerzone.com/images/icon-library/v1/Broadcasters%20(BC)/BC0041-privacy-shutter.svg');
}
}
/* api not ready */
:lang(ko-KR) .product-comparison, :lang(en-AP) .product-comparison {display:none;}