.pdp {
    width: 100%
}

.pdp .content {
    display: flex;
    flex-direction: column;
    text-align: center
}

.pdp .content .product-details {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 0 32px
}

.pdp .content .product-details div {
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.pdp .content .product-details .title {
    padding-top: 0;
}

.pdp .content .product-details .gallery {
    position: relative
}
.pdp .content .product-details .gallery .slider-slider {
    margin: 0;
}
.pdp .content .product-details .gallery .slider-slider .slider .slider-view-port .slide-wrapper #pmd-gallery-video {
    max-width: 500px;
    width: 100%;
    padding-top: 56.25%;
    position: relative
}

.pdp .content .product-details .gallery .slider-slider .slider .slider-view-port .slide-wrapper #pmd-gallery-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1
}

.pdp .content .product-details .gallery .sale-banner {
    position: absolute;
    top: -20px;
    right: 10px;
    color: #fff;
    background-color: #ffc7d1;
    font-weight: 700;
    padding: 4px 8px;
    font-size: 16px;
    font-size: 1rem
}

.pdp .content .product-details .gallery .subscribe-banner {
    position: absolute;
    top: -20px;
    right: 10px;
    color: #fff;
    background-color: #d30061;
    padding: 8px 16px;
    font-size: 14px;
    font-size: .875rem
}

.pdp .content .product-details .gallery .subscribe-banner p {
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 1
}

.pdp .content .product-details .details {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 5%
}

.pdp .content .product-details .details .title h1 {
    font-size: 28px;
    font-size: 1.75rem
}

.pdp .content .product-details .details .yotpo {
    display: flex;
    justify-content: center
}

.pdp .content .product-details .details .description {
    color: #494945
}

.pdp .content .product-details .details .price-quantity .row {
    display: flex;
    justify-content: center;
    align-items: center
}

.pdp .content .product-details .details .price-quantity .row .price {
    background-color: #e5e5e5;
    padding: 12px 28px;
    border: 2px solid #e5e5e5;
    margin-right: 0;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700
}

.pdp .content .product-details .details .price-quantity .row .quantity {
    display: flex;
    justify-content: center;
    margin-left: 0
}

.pdp .content .product-details .details .price-quantity .row .quantity .quantity-wrapper {
    display: flex;
    border: 2px solid #e5e5e5;
    margin: 0
}

.pdp .content .product-details .details .price-quantity .row .quantity .quantity-wrapper .quantity-button {
    color: #494945;
    width: 32px;
    margin: 0;
    padding: 0
}

.pdp .content .product-details .details .price-quantity .row .quantity .quantity-wrapper .quantity-amount {
    outline: none;
    border: none;
    text-align: center;
    width: 32px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    font-weight: 700
}

.pdp .content .product-details .details .price-quantity .row .quantity .quantity-wrapper .quantity-amount::-webkit-inner-spin-button, .pdp .content .product-details .details .price-quantity .row .quantity .quantity-wrapper .quantity-amount::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.pdp .content .product-details .details .add-to-cart .btn {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 8px;
    padding-bottom: 8px
}

.pdp .content .section {
    position: relative
}

.pdp .content .section:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5
}

.pdp .content .section:first-of-type:before {
    content: "";
    display: block;
    width: 100%;
    margin: 0 5%;
    border-top: 1px solid #e5e5e5
}

.pdp .content .section .drop-down-header {
    display: flex;
    width: 100%;
    padding: 0 5%
}

.pdp .content .section .drop-down-header button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #141212;
    text-decoration: none;
    padding: 16px 0;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600
}

.pdp .content .section .drop-down-header button .app-icon-down-arrow {
    width: 16px
}

.pdp .content .section .drop-down-body {
    padding: 32px 0
}

.pdp .content .section .drop-down-body .title {
    padding-bottom: 32px
}

.pdp .content .section .drop-down-body .title h3 {
    color: #d30061
}

.pdp .content .section.up-sell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-top: none;
    flex-wrap: wrap
}

.pdp .content .section.up-sell .title {
    width: 100%;
    padding: 16px 0
}

.pdp .content .section.up-sell .title h3 {
    font-size: 24px;
    font-size: 1.5rem
}

.pdp .content .section.up-sell .app-upsell {
    padding: 32px 0;
    flex: 50%;
    max-width: 400px;
    min-width: 300px;
    border-top: 1px solid #e5e5e5
}

.pdp .content .section.whats-included .drop-down-body {
    width: 100%;
    padding: 0 5%
}

.pdp .content .section.how-to-charge {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: none
}

.pdp .content .section.how-to-charge .drop-down-body {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #f4f4f4
}

.pdp .content .section.product-learn-more {
    border-bottom: none;
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: none
}

.pdp .content .section.reviews {
    padding-bottom: 32px
}

.pdp .content .section.reviews .header {
    display: flex;
    flex-direction: column
}

.pdp .content .section.reviews .header .star-rating-total {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px 0
}

.pdp .content .section.reviews .header .star-rating-total .title {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700
}

.pdp .content .section.reviews .header .star-rating-total .stars {
    display: flex
}

.pdp .content .section.reviews .header .star-rating-total .stars app-icon-star[_ngcontent-sc133] {
    width: 25px
}

.pdp .content .section.reviews .header .actions {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pdp .content .section.reviews .header .actions button {
    width: 47.5%
}

@media only screen and (min-width: 1024px) {
    .pdp .content {
        align-items: center
    }

    .pdp .content .product-details {
        flex-direction: row;
        width: 100%;
        padding: 32px;
        max-width: 1092px
    }

    .pdp .content .product-details .gallery {
        flex: 66.67%;
        max-width: 612px;
        margin-right: 16px
    }

    .pdp .content .product-details .gallery .slider-slider .slider {
        justify-content: center;
        margin: 0;
    }

    .pdp .content .product-details .gallery .slider-slider .slider .slider-view-port-wrapper {
        max-width: 500px;
        /*max-height: 500px;
        overflow: hidden;*/
        margin: 0;
    }

    .pdp .content .product-details .gallery .slider-slider .slider .slider-view-port-wrapper .slider-view-port {
        max-width: 666px
    }

    .pdp .content .product-details .details {
        flex: 33.33%;
        text-align: left;
        padding: 0;
        max-width: 400px
    }

    .pdp .content .product-details .details .yotpo {
        justify-content: flex-start
    }

    .pdp .content .product-details .details .price-quantity .row {
        justify-content: flex-start;
        margin-left: 0
    }

    .pdp .content .product-details .details .price-quantity .row .price {
        margin-left: 0
    }

    .pdp .content .product-details .details .price-quantity .after-pay p {
        display: flex;
        align-items: center
    }

    .pdp .content .product-details .details .price-quantity .after-pay p .app-icon-afterpay {
        padding-top: 6px;
        padding-left: 4px
    }

    .pdp .content .product-details .details .add-to-cart .btn {
        width: 100%
    }

    .pdp .content .section {
        width: 100%;
        max-width: 1200px;
        margin: auto
    }

    .pdp .content .section .drop-down-header.hide-desktop {
        display: none
    }

    .pdp .content .section .drop-down-body.alway-show-desktop {
        height: inherit !important;
        padding: 64px 5% !important;
        opacity: inherit !important;
        visibility: inherit !important
    }

    .pdp .content .section.up-sell {
        flex-direction: row;
        align-items: stretch;
        border-top: 1px solid #e5e5e5
    }

    .pdp .content .section.up-sell .cross-sell-product, .pdp .content .section.up-sell .upsell-product {
        border-top: none
    }

    .pdp .content .section.how-to-charge, .pdp .content .section.how-to-use {
        border-bottom: none
    }

    .pdp .content .section.how-to-use {
        max-width: none
    }

    .pdp .content .section.how-to-use .drop-down-body {
        padding: 64px 0 0 !important
    }

    .pdp .content .section.reviews .yotpo.yotpo-main-widget {
        width: 100%;
        padding: 64px 5%;
        max-width: 1200px;
        margin: auto
    }
}

.pdp-how-to-use, .pdp-learn-more {
    width: 100%;
    overflow: hidden;
}

.app-icon-down-arrow__svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.app-icon-down-arrow__svg svg {
    width: 100%;
    max-width: 50px
}

/* slider */

.slider {
    display: flex;
    flex-direction: column
}

.slider, .slider .slider-view-port-wrapper {
    width: 100%;
    position: relative
}

.slider .slider-view-port {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    padding-top: 75%
}

.slider .slider-view-port .slide-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.slider .slider-view-port .slide-wrapper.active {
    left: 0
}

.slider .slider-view-port .slide-wrapper.prev {
    right: 105%
}

.slider .slider-view-port .slide-wrapper.next {
    left: 105%
}

.slider .slider-view-port .slide-wrapper .slide-image {
    width: 75%;
    height: auto;
    user-drag: none;
    transition: opacity .5s ease-in-out
}

.slider .slider-view-port .slide-wrapper .slide-image.ng-lazyloaded {
    opacity: 1
}

.slider .slider-view-port .slide-wrapper .slide-image.full-width {
    width: 100%
}

.slider .nav-thumbs {
    display: none
}

.slider .nav-arrows {
    height: 0
}

.slider .nav-arrows app-icon-left-arrow[_ngcontent-sc73], .slider .nav-arrows .app-icon-right-arrow {
    width: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5
}

.slider .nav-arrows app-icon-left-arrow[_ngcontent-sc73] {
    left: 5%
}

.slider .nav-arrows .app-icon-right-arrow {
    right: 5%
}

.slider .nav-dots ul {
    padding: 0;
    justify-content: center;
    align-items: center;
    height: 16px;
    height: 1rem
}

.slider .nav-dots ul, .slider .nav-dots ul li.nav-dot {
    margin: .5rem;
    display: flex
}

.slider .nav-dots ul li.nav-dot button.dot {
    padding: .375rem;
    background-color: #98d6e6;
    border-radius: 50%;
    transition: background-color .3s ease-in-out, transform .5s ease-in-out
}

.slider .nav-dots ul li.nav-dot button.dot.active {
    transform: scale(1.3333333333)
}

.slider .nav-dots ul li.nav-dot button.dot:hover {
    background-color: #46b5d2
}

.slider .nav-dots ul li.nav-dot button.dot:active, .slider .nav-dots ul li.nav-dot button.dot:visited {
    background-color: #98d6e6
}

.slider .nav-dots.on-slide {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%)
}

.slider .nav-dots.on-slide ul {
    margin: 0
}

@media only screen and (min-width: 768px) {
    .slider {
        flex-direction: row
    }

    .slider .slider-view-port.short {
        padding-top: 30%
    }

    .slider.row-desktop-display .slider-view-port {
        padding-top: 0 !important
    }

    .slider.row-desktop-display .slider-view-port {
        display: flex;
        width: 100%
    }

    .slider.row-desktop-display .slider-view-port .slide-wrapper {
        position: relative;
        left: unset;
        top: unset;
        transform: translate(0);
        margin: 0 1.5%;
        flex: 30%
    }
}

.swiper-container {
    /*width: 100%;*/
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-thumbs {
    display: none;
}

.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-top .swiper-slide img {
    width: 75%;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display: none;
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #e5e5e5!important;
}

@media only screen and (min-width: 1024px) {
    .slider .thumbs-wrapper {
        position: relative;
        margin: 0 1rem 0 0!important;
    }

    .gallery-thumbs {
        /*height: 20%;*/
        box-sizing: border-box;
        padding: 10px 0;
        display: block;
    }

    .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }

    .slider .thumbs-wrapper .nav-thumbs {
        display: flex;
        flex-direction: column;
        /*max-height: 500px;
        overflow-y: auto;
        overflow-x: hidden*/
    }

    .slider .thumbs-wrapper .nav-thumbs .scroll-arrow {
        position: absolute;
        left: 0;
        right: 0;
        padding: 8px 32px;
        transition: background-color .3s ease-in-out
    }

    .slider .thumbs-wrapper .nav-thumbs .scroll-arrow.up {
        top: 0;
        transform: rotate(180deg)
    }

    .slider .thumbs-wrapper .nav-thumbs .scroll-arrow.down {
        bottom: 0
    }

    .slider .thumbs-wrapper .nav-thumbs .scroll-arrow.hide {
        display: none
    }

    .slider .thumbs-wrapper .nav-thumbs .thumbnail {
        margin-bottom: 1rem;
        position: relative;
        width: 96px;
        max-height: 96px;
        min-height: 96px;
        display: flex;
        padding: 0
    }

    .slider .thumbs-wrapper .nav-thumbs .thumbnail img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        opacity: 1;
        cursor: pointer;
        transition: opacity .5s ease-in-out
    }

    .slider .thumbs-wrapper .nav-thumbs .thumbnail:hover img {
        opacity: 1;
    }

    .slider .thumbs-wrapper .nav-thumbs .thumbnail img.ng-lazyloaded {
        opacity: 1
    }

    .slider .thumbs-wrapper .nav-thumbs .thumbnail .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        background-color: hsla(0, 0%, 100%, .5);
        transition: background-color .3s ease-in-out;
        margin: 0;
    }

    .slider .thumbs-wrapper .nav-thumbs .thumbnail:hover .overlay {
        background-color: transparent
    }

    .slider .nav-dots.hide-desktop {
        display: none
    }
}

.variation-selector .attribute {
    margin: 0
}

.variation-selector .attribute .swatches {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.variation-selector .attribute .swatches .swatch-wrapper {
    padding: 3px;
    background-color: transparent;
    border-radius: 50%
}

.variation-selector .attribute .swatches .swatch-wrapper .swatch {
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
    border-radius: 50%;
    margin: 0;
    cursor: pointer
}

.variation-selector .attribute .swatches .swatch-wrapper .swatch.white {
    border: 1px solid #494945
}

.variation-selector .attribute .swatches .swatch-wrapper.out-of-stock .swatch {
    opacity: .3;
    cursor: not-allowed
}

.variation-selector .attribute .swatches .swatch-wrapper:hover {
    padding: 2px;
    border: 1px solid #e5e5e5
}

.variation-selector .attribute .swatches .swatch-wrapper.selected {
    padding: 2px;
    border: 1px solid #494945
}

.variation-selector .attribute .attribute-selector {
    margin: 0
}

.variation-selector .attribute .attribute-selector .select {
    width: auto;
    text-align: left;
    margin-bottom: 8px
}

.variation-selector .attribute .attribute-selector .select div {
    margin: 0
}

.select .select-selected .app-icon-down-arrow {
    width: 44px;
    padding: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    fill: #d30061;
    cursor: pointer;
    transition: transform .3s ease-in-out;
    transform: translateY(-50%);
}

.variation-selector.left-align .attribute .swatches {
    justify-content: flex-start
}

.variation-selector.left-align .attribute .swatches .swatch-wrapper:first-child {
    margin-left: 0
}

@media only screen and (min-width: 1024px) {
    .variation-selector .attribute .swatches {
        justify-content: flex-start;
        margin-left: 0
    }

    .variation-selector .attribute .selected-label, .variation-selector .attribute .swatches .swatch-wrapper:first-child {
        margin-left: 0
    }

    .variation-selector .attribute .attribute-selector .select {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

img {
    width: 100%;
    height: auto
}

div.app-icon-afterpay__svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

div.app-icon-afterpay__svg svg {
    width: 100%;
    max-width: 75px
}
.htu .header {
    background-color: #fcf0f3
}

.htu-elite .elite-use-steps {
    padding-left: 5%
}

@media screen and (min-width: 1024px) {
    .htu-elite .elite-use-steps {
        margin: auto
    }
}

.product-features-details {
    text-align: left;
    width: 100%;
    padding: 0 5%
}

.product-features-details ul {
    list-style: initial
}
.included {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch
}

.included .included-item {
    flex: 25%;
    min-width: 140px;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.included .included-item.full-width {
    flex: 100%;
    max-width: none
}

.included .included-item .image img {
    width: 100%
}

.included .included-item .name p {
    font-weight: 700
}
.title {
    padding-top: 50px
}

.title h3 {
    font-weight: 900;
    font-size: 32px;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center
}

@media screen and (min-width: 1024px) {
    .title h3 {
        font-size: 60px;
        font-size: 3.75rem
    }
}

.elite-feature {
    position: relative;
    background-size: cover;
    height: 150.4vw;
    margin-bottom: 10%
}

@media screen and (min-width: 1024px) {
    .elite-feature {
        margin-top: 50px;
        margin-bottom: 0;
        height: 43.12vw;
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }
}

@media screen and (min-width: 1024px) {
    .elite-feature.hide-desktop {
        display: none
    }
}

.elite-feature .text-box {
    position: absolute;
    text-align: left;
    background-color: #fff;
    width: 250px;
    display: flex;
    flex-direction: column
}

.elite-feature .text-box.hide-mobile {
    display: none
}

@media screen and (min-width: 1024px) {
    .elite-feature .text-box.hide-mobile {
        display: flex
    }
}

@media screen and (min-width: 1024px) {
    .elite-feature .text-box.hide-desktop {
        display: none
    }
}

.elite-feature .text-box img {
    position: absolute;
    width: 40px;
    height: 40px;
}

.elite-feature .text-box img.top {
    top: 0
}

.elite-feature .text-box img.bottom {
    bottom: 0
}

.elite-feature .text-box img.left {
    left: 0
}

.elite-feature .text-box img.right {
    right: 0
}

.elite-feature .text-box img.top.left {
    transform: translate(-50%, -50%)
}

.elite-feature .text-box img.top.right {
    transform: translate(50%, -50%)
}

.elite-feature .text-box img.bottom.left {
    transform: translate(-50%, 50%)
}

.elite-feature .text-box img.bottom.right {
    transform: translate(50%, 50%)
}

.elite-feature .text-box .sub-box {
    display: none;
    flex-direction: column
}

.elite-feature .text-box .sub-box h3 {
    font-weight: 900;
    font-size: 16px;
    font-size: 1rem
}

@media screen and (min-width: 1024px) {
    .elite-feature .text-box .sub-box h3 {
        font-size: 28px;
        font-size: 1.75rem
    }
}

.elite-feature .text-box .sub-box p {
    font-size: 9.6px;
    font-size: .6rem
}

@media screen and (min-width: 1024px) {
    .elite-feature .text-box .sub-box p {
        font-size: 13.6px;
        font-size: .85rem
    }
}

.elite-feature .text-box.open {
    padding: 20px;
    width: 175px
}

@media screen and (min-width: 1024px) {
    .elite-feature .text-box.open {
        width: 250px
    }
}

.elite-feature .text-box.open .sub-box {
    display: flex
}

.benefits-content {
    margin-top: 50px
}

@media screen and (min-width: 1024px) {
    .benefits-content {
        background-size: cover;
        height: 62.5vw;
        justify-content: center;
        position: relative;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 700;
        font-style: italic;
        text-align: left;
        display: flex;
        flex-direction: column
    }
}

.benefits-content .benefit-mobile-image {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .benefits-content .benefit-mobile-image {
        display: none
    }
}

.benefits-content .sub-section {
    display: none
}

@media screen and (min-width: 1024px) {
    .benefits-content .sub-section {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: absolute
    }
}

.benefits-content .sub-section p {
    flex-shrink: 0
}

.benefits-content .sub-section img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 14px;
    flex-shrink: 1;
    flex-grow: 1
}

.benefits-content .sub-section img.left {
    -o-object-position: right;
    object-position: right
}

.benefits-content .sub-section img.right {
    -o-object-position: left;
    object-position: left
}

.elite-360 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px
}

.elite-360 .how-tech-container {
    width: 33%;
    display: flex;
    justify-content: center
}

.elite-360 .how-tech-container .sub-section.stack {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: right
}

.elite-360 .how-tech-container .sub-section .stacked {
    position: relative;
    padding: 16px;
    width: 100%;
    min-width: 0;
    margin-top: 35%
}

@media only screen and (min-width: 1024px) {
    .elite-360 .how-tech-container .sub-section .stacked {
        padding: 32px;
        min-width: 315px;
        margin-top: 15%
    }
}

.elite-360 .how-tech-container .sub-section .stacked img {
    right: 0;
    transform: translate(50%, -50%)
}

.elite-360 .how-tech-container .sub-section.vacuum {
    width: 100%;
    margin-top: 100%;
    padding: 16px;
    position: relative
}

@media only screen and (min-width: 1024px) {
    .elite-360 .how-tech-container .sub-section.vacuum {
        padding: 32px;
        margin-top: 50%
    }
}

.elite-360 .how-tech-container .sub-section.vacuum img {
    left: 0;
    transform: translate(-50%, -50%)
}

.elite-360 .how-tech-container .sub-section h3 {
    font-weight: 900;
    font-size: 12px;
    font-size: .75rem;
    text-align: left
}

@media only screen and (min-width: 1024px) {
    .elite-360 .how-tech-container .sub-section h3 {
        font-size: 32px;
        font-size: 2rem;
        width: 300px
    }
}

.elite-360 .how-tech-container .sub-section p {
    text-align: left;
    font-size: 9.6px;
    font-size: .6rem
}

@media only screen and (min-width: 1024px) {
    .elite-360 .how-tech-container .sub-section p {
        font-size: 16px;
        font-size: 1rem;
        width: 300px
    }
}

.elite-360 .how-tech-container .sub-section img {
    position: absolute;
    top: 0;
    height: 12px;
    width: 12px;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (min-width: 1024px) {
    .elite-360 .how-tech-container .sub-section img {
        height: 30px;
        width: 30px
    }
}

.product-360 {
    cursor: -webkit-grab;
    cursor: grab;
    position: relative
}

.product-360 img {
    display: none;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 500px
}

@media only screen and (min-width: 1024px) {
    .product-360 img {
        max-height: 800px
    }
}

.product-360 img.active {
    display: initial
}

.product-360 img.icon {
    display: initial;
    width: 50px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0
}

@media only screen and (min-width: 1024px) {
    .product-360 img.icon {
        width: 70px
    }
}

.overlay {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2001
}

.elite-customize {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px
}

.elite-customize .caps, .elite-customize .discs {
    height: 50px;
    max-width: 280px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0 16px 16px
}

.elite-customize .caps .arrow, .elite-customize .discs .arrow {
    cursor: pointer;
    transition: opacity .3s ease-in-out
}

.elite-customize .caps .arrow:hover, .elite-customize .discs .arrow:hover {
    opacity: .7
}

.elite-customize .caps .arrow.disabled, .elite-customize .discs .arrow.disabled {
    opacity: .2;
    cursor: not-allowed
}

.elite-customize .caps .arrow.disabled:hover, .elite-customize .discs .arrow.disabled:hover {
    opacity: .2
}

.elite-customize .caps .arrow img, .elite-customize .discs .arrow img {
    width: 20px
}

@media screen and (min-width: 1024px) {
    .elite-customize .caps .arrow img, .elite-customize .discs .arrow img {
        width: auto
    }
}

.elite-customize .caps .options, .elite-customize .discs .options {
    max-width: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end
}

.elite-customize .caps .options .option, .elite-customize .discs .options .option {
    opacity: .2;
    height: auto;
    max-height: 100%;
    width: 55px;
    margin: 0 16px;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    cursor: pointer
}

.elite-customize .caps .options .option.active, .elite-customize .discs .options .option.active {
    opacity: 1
}

@media screen and (min-width: 1024px) {
    .elite-customize .caps .options .option, .elite-customize .discs .options .option {
        width: 100px;
        margin: 0 32px
    }
}

@media screen and (min-width: 1024px) {
    .elite-customize .caps .options, .elite-customize .discs .options {
        max-width: 500px
    }
}

@media screen and (min-width: 1024px) {
    .elite-customize .caps, .elite-customize .discs {
        height: 100px;
        max-width: 650px;
        margin: 32px 128px 32px 0
    }
}

@media screen and (min-width: 1024px) {
    .elite-customize .caps {
        margin-bottom: 16px
    }
}

.elite-customize .discs .options .option {
    display: flex;
    width: 20px;
    height: 36px
}

@media screen and (min-width: 1024px) {
    .elite-customize .discs .options .option {
        width: 36px;
        height: 64px
    }
}

@media screen and (min-width: 1024px) {
    .elite-customize .discs {
        margin-top: 16px
    }
}

.elite-customize .device-details {
    display: flex;
    width: auto;
    max-width: 1000px
}

.elite-customize .device-details .directions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100px
}

.elite-customize .device-details .directions .text {
    display: flex;
    align-items: flex-start;
    width: 92px;
    padding-left: 8px
}

.elite-customize .device-details .directions .text p {
    padding-top: 4px;
    text-align: right;
    margin: 0;
    width: 64px;
    font-size: 12.8px;
    font-size: .8rem
}

@media screen and (min-width: 1024px) {
    .elite-customize .device-details .directions .text p {
        width: 280px;
        font-size: 16px;
        font-size: 1rem
    }
}

.elite-customize .device-details .directions .text img {
    width: 20px;
    padding-top: 64px
}

@media screen and (min-width: 1024px) {
    .elite-customize .device-details .directions .text img {
        width: 45px;
        padding-top: 0
    }
}

@media screen and (min-width: 1024px) {
    .elite-customize .device-details .directions .text {
        width: auto;
        max-width: 320px;
        padding-top: 120px
    }
}

.elite-customize .device-details .directions > img {
    width: 84px;
    margin-top: 4px
}

@media screen and (min-width: 1024px) {
    .elite-customize .device-details .directions > img {
        margin-top: 0;
        width: auto
    }
}

@media screen and (min-width: 1024px) {
    .elite-customize .device-details .directions {
        width: auto
    }
}

.elite-customize .device-details .device {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 0 8px;
    transition: opacity .3s ease-in-out
}

.elite-customize .device-details .device:hover {
    opacity: .8
}

.elite-customize .device-details .device .option {
    display: none;
    width: 60px
}

.elite-customize .device-details .device .option.active {
    display: flex
}

@media screen and (min-width: 1024px) {
    .elite-customize .device-details .device .option {
        width: 100px
    }
}

@media screen and (min-width: 1024px) {
    .elite-customize .device-details .device {
        flex-grow: 1;
        padding: 0
    }
}

.elite-customize .device-details > .details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 132px
}

.elite-customize .device-details > .details .detail {
    display: flex;
    align-items: flex-start
}

.elite-customize .device-details > .details .detail .icon {
    padding-right: 4px
}

.elite-customize .device-details > .details .detail .icon img {
    width: 12px
}

@media screen and (min-width: 1024px) {
    .elite-customize .device-details > .details .detail .icon img {
        width: auto
    }
}

@media screen and (min-width: 1024px) {
    .elite-customize .device-details > .details .detail .icon {
        padding: 0 32px
    }
}

.elite-customize .device-details > .details .detail .content {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.elite-customize .device-details > .details .detail .content .title h4 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 900
}

@media screen and (min-width: 1024px) {
    .elite-customize .device-details > .details .detail .content .title h4 {
        font-size: 40px;
        font-size: 2.5rem
    }
}

.elite-customize .device-details > .details .detail .content .details p {
    font-size: 12.8px;
    font-size: .8rem
}

@media screen and (min-width: 1024px) {
    .elite-customize .device-details > .details {
        width: auto;
        max-width: 450px
    }
}

.elite-directional {
    margin: 50px 0
}

@media screen and (max-width: 1025px) {
    .elite-directional {
        background-image: none !important
    }
}

.elite-directional .text-box img {
    width: 100%;
    height: auto
}

@media screen and (min-width: 1024px) {
    .elite-directional .text-box img {
        display: none
    }
}

.elite-directional .text-box h3 {
    font-weight: 900;
    font-size: 32px;
    font-size: 2rem
}

@media screen and (min-width: 1024px) {
    .elite-directional .text-box h3 {
        font-size: 60px;
        font-size: 3.75rem;
        text-align: left
    }
}

.elite-directional .text-box p {
    text-align: left;
    color: #000;
    padding-left: 17%
}

@media screen and (min-width: 1024px) {
    .elite-directional .text-box p {
        font-size: 21px
    }
}

.elite-directional .text-box ul {
    text-align: left;
    padding-left: 22%;
    width: 256px
}

.elite-directional .text-box ul li {
    list-style-type: disc
}

@media screen and (min-width: 1024px) {
    .elite-directional .text-box ul {
        padding-left: 4%
    }
}

@media screen and (min-width: 1024px) {
    .elite-directional .text-box {
        margin-right: 3%;
        margin-bottom: 7%;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 200px;
        width: 35%;
        min-width: 500px;
        background: #fff;
        display: flex;
        flex-direction: column
    }
}

@media screen and (min-width: 1024px) {
    .elite-directional {
        background-size: 100%;
        height: 62.5vw;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
}

div.app-icon-right-arrow__svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

div.app-icon-right-arrow__svg svg {
    width: 100%;
    max-width: 50px
}

.upsell-product {
    display: flex;
    align-items: center;
    padding: 0 5%
}

.upsell-product .image, .upsell-product .image img {
    width: 150px
}

.upsell-product .details {
    text-align: left;
    padding-left: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.upsell-product .details a {
    width: 100%
}

.upsell-product .details a h3 {
    font-size: 14px;
    font-size: .875rem;
    width: 100%
}

.upsell-product .details .app-variation-selector {
    padding-top: 8px;
    width: 100%
}

.upsell-product .details p {
    font-size: 14px;
    font-size: .875rem
}

.upsell-product .details .btn {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    align-items: center
}

.upsell-product .details .btn img {
    padding-left: 4px
}

.upsell-product .details.with-variation h3 {
    padding-bottom: 8px
}

.upsell-product.cart .image, .upsell-product.cart .image img {
    width: 100px
}

.upsell-product.cart .details p {
    flex: 30%;
    min-width: 64px
}

.upsell-product.cart .details .btn {
    flex: 60%;
    min-width: 100px;
    text-align: center;
    justify-content: center
}

@media only screen and (min-width: 1024px) {
    .upsell-product {
        align-items: flex-start
    }
}