[v-cloak],
#pr-questionsnippet,
#pr-questiondisplay {
    display: none
}

#product {
    padding: 0 !important;
    background-color: #f5f5f5
}

#product .product-row {
    overflow-x: hidden;
    padding: 0 30px 42px;
    margin: 0 auto;
    max-width: 500px
}

@media (min-width: 768px) {
    #product .product-row {
        padding: 0 15px 100px;
        margin: 0 auto;
        max-width: 1230px
    }
}

@media (min-width: 768px) {
    #product .product-col {
        padding: 40px 10px 0
    }
}

@media (min-width: 992px) {
    #product .product-col {
        padding: 96px 50px 0
    }
}

#product .title {
    color: #1a1a1a;
    font-family: Poppins, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .13px;
    margin-bottom: 9px
}

@media (min-width: 768px) {
    #product .title {
        font-size: 1.125rem;
        font-weight: 500;
        letter-spacing: .18px;
        margin-bottom: 10px
    }
}

#product .price {
    color: #1a1a1a;
    font-family: Poppins, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .15px
}

@media (min-width: 768px) {
    #product .price {
        font-size: 1.5rem;
        letter-spacing: .21px;
        margin-bottom: 19px
    }
}

#product form {
    margin-bottom: 46px
}

@media (min-width: 768px) {
    #product form {
        margin-bottom: 25px
    }
}

#product .info {
    width: 100%;
    height: 55px;
    box-shadow: 0 14px 18px #182d1a08;
    border-radius: 9px;
    background-color: #fff
}

#product .info .content {
    max-height: 0px;
    overflow: hidden
}

#product .accordion-product-info {
    margin: 0 -15px;
    width: calc(100% + 30px)
}

@media (min-width: 768px) {
    #product .accordion-product-info {
        width: calc(100% + 20px)
    }
}

#product .accordion-product-info .accordion-item {
    margin-bottom: 12px;
    box-shadow: 0 14px 18px #182d1a08;
    border: 0px;
    border-radius: 9px;
    overflow: hidden;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

@media (min-width: 768px) {
    #product .accordion-product-info .accordion-item {
        margin-bottom: 17px
    }
}

#product .accordion-product-info .accordion-item .accordion-header {
    width: 100%;
    border-radius: 9px;
    border: 0px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

#product .accordion-product-info .accordion-item .accordion-header .accordion-button {
    box-shadow: none;
    border-radius: 9px;
    height: 55px;
    background-color: #fff;
    color: #1a1a1a;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    letter-spacing: .13px;
    border: 0px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

#product .accordion-product-info .accordion-item .accordion-header .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: transform .2s ease-in-out, background-image .25s
}

@media (min-width: 768px) {
    #product .accordion-product-info .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
        letter-spacing: .15px;
        height: 70px
    }
}

#product .accordion-product-info .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E")
}

#product #product-carousel {
    overflow-x: hidden;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    #product #product-carousel {
        margin-top: 20px;
        width: 100%
    }
}

@media (min-width: 992px) {
    #product #product-carousel {
        margin-top: 20px;
        width: 85%
    }
}

#product #product-carousel .swiper-button-prev:after,
#product #product-carousel .swiper-button-next:after {
    content: unset
}

#product #product-carousel .swiper-slide {
    position: relative;
    width: 100%
}

#product #product-carousel .swiper-slide:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

#product #product-carousel .swiper-slide img {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    object-fit: cover;
    height: auto;
    width: 100%;
    max-height: 100%;
    max-width: 100%
}

@media (max-width: 768px) {

    #product #product-carousel .swiper-button-prev,
    #product #product-carousel .swiper-button-next {
        display: none
    }
}

#product #product-carousel-nav {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

#product #product-carousel-nav .swiper-wrapper {
    width: 40px;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    justify-content: center
}

@media (min-width: 768px) {
    #product #product-carousel-nav .swiper-wrapper {
        width: unset;
        flex-direction: column;
        margin-left: unset;
        margin-right: unset
    }
}

#product #product-carousel-nav .swiper-slide {
    position: relative;
    width: 100%;
    height: auto
}

#product #product-carousel-nav .swiper-slide.swiper-slide-thumb-active {
    opacity: 1
}

#product #product-carousel-nav .swiper-slide:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

#product #product-carousel-nav .swiper-slide img {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 768px) {
    #product #product-carousel-nav .swiper-slide img {
        padding-left: unset;
        padding-right: unset
    }
}

#product .option-name {
    color: #404040;
    font-family: brandon-grotesque;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .9px;
    text-align: left;
    text-transform: uppercase
}

#product .product-price {
    color: #aeaeae;
    font-family: brandon-grotesque;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.39px;
    text-transform: uppercase
}

#product .product-price.discounted {
    color: #404040
}

#product .product-promotion {
    color: #779f8c;
    font-family: brandon-grotesque;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .97px;
    text-transform: uppercase
}

#product .order-benefits {
    color: #779f8c;
    font-family: brandon-grotesque;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .68px;
    text-align: center
}

#product .rte h6 {
    color: #404040;
    font-family: brandon-grotesque;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .76px;
    text-transform: uppercase
}

#product .rte .product-description {
    color: #404040;
    font-family: brandon-grotesque;
    font-size: .8rem;
    font-weight: 400;
    letter-spacing: .63px;
    line-height: 20px
}

#product .rte .product-description ul {
    list-style-position: inside
}

#product .btn-cozy-new {
    color: #fff;
    font-family: brandon-grotesque;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #779f8c;
    padding: .75rem;
    min-width: 14.5rem;
    transition: all .15s cubic-bezier(0, 0, .2, 1)
}

#product .btn-cozy-new:hover {
    box-shadow: 3px 3px 8px #0000004d;
    text-decoration-line: none;
    color: #fff
}

#product .btn-cozy-new:focus {
    color: #fff
}

#product .row {
    position: relative
}

#product .row.first {
    padding-top: 27px
}

@media (min-width: 768px) {
    #product .row.first {
        padding-top: 108px
    }
}

#product .row-info {
    max-width: 1000px;
    margin: 0 auto
}

#product .wrap {
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 100%;
    overflow: hidden
}

#product .wrap img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#product .wrap img.tall {
    height: 100%;
    width: auto
}

#product .product-image-row .nav-col {
    max-width: 12%
}

#product .product-image-row .image-col {
    max-width: 88%
}

#product .product-tags {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

#product .product-tags li {
    height: 32px;
    padding: 8px;
    background-color: #c00;
    color: #fff;
    font-family: HelveticaNeue Condensed;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

#product .product-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #2d2d2d;
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .12px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: normal
}

@media (min-width: 768px) {
    #product .product-price {
        font-size: 25px;
        color: #a7a7a7;
        letter-spacing: .2px
    }
}

#product .product-price span {
    font-family: Helvetica;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: .2px
}

#product h1.product-title {
    font-family: HelveticaNeue Condensed;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .24px;
    margin-bottom: 26px
}

#product h2.product-title {
    color: #000;
    font-family: HelveticaNeue Condensed;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .15px;
    line-height: 24px;
    text-align: left
}

#product p.product-description {
    color: #343333;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    letter-spacing: .19px;
    line-height: 24px;
    text-align: left
}

#product .reviews,
#product #pr-reviewsnippet {
    margin-bottom: 39px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

#product .reviews .stars,
#product #pr-reviewsnippet .stars {
    width: auto;
    margin-right: 10px;
    color: #a7a7a7;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    letter-spacing: .19px;
    line-height: 24px
}

#product .reviews .stars svg,
#product .reviews .stars .pr-star-v4,
#product #pr-reviewsnippet .stars svg,
#product #pr-reviewsnippet .stars .pr-star-v4 {
    margin-right: 7px;
    width: auto
}

#product .reviews a,
#product .reviews .pr-snippet-review-count,
#product .reviews a.pr-snippet-write-review-link,
#product #pr-reviewsnippet a,
#product #pr-reviewsnippet .pr-snippet-review-count,
#product #pr-reviewsnippet a.pr-snippet-write-review-link {
    width: auto;
    color: #cc0202;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    letter-spacing: .19px;
    line-height: 24px;
    margin-right: 10px
}

#product .reviews a.faded,
#product .reviews .pr-snippet-review-count,
#product #pr-reviewsnippet a.faded,
#product #pr-reviewsnippet .pr-snippet-review-count {
    color: #a7a7a7
}

#product .reviews span.faded,
#product #pr-reviewsnippet span.faded {
    color: #a7a7a7;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    letter-spacing: .19px;
    line-height: 24px
}

#product a.find-dealer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    border: 2px solid #ce2129;
    color: #ce2129;
    font-family: HelveticaNeue Condensed;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none
}

@media (min-width: 768px) {
    #product a.find-dealer {
        font-size: 24px;
        letter-spacing: .2px;
        height: 61px
    }
}

#product .btns {
    margin-top: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media (min-width: 768px) {
    #product .btns {
        flex-direction: unset
    }
}

#product .btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    color: #c00;
    font-family: Helvetica;
    font-size: 14px;
    letter-spacing: 1.56px;
    text-decoration: none;
    text-decoration: underline
}

@media (min-width: 768px) {
    #product .btns a {
        font-family: HelveticaNeue Condensed;
        border: 2px solid #9f9f9f;
        color: #a7a7a7;
        font-size: 17px;
        letter-spacing: .14px;
        text-decoration: unset;
        text-transform: uppercase;
        font-weight: 700
    }
}

#product .btns a:first-child {
    margin-right: 10px
}

#product .energy-star {
    margin-top: 30px;
    width: 150px
}

#product .highlevel-features {
    padding-top: 140px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-family: HelveticaNeue Condensed;
    flex-direction: column
}

@media (min-width: 768px) {
    #product .highlevel-features {
        flex-direction: row
    }
}

#product .highlevel-features .feature {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    #product .highlevel-features .feature {
        width: unset;
        justify-content: center;
        margin-bottom: unset
    }
}

#product .highlevel-features .feature .icon {
    margin-right: 25px
}

#product .highlevel-features .feature .icon svg,
#product .highlevel-features .feature .icon img {
    width: 65px
}

#product .highlevel-features .feature .dimension-stat {
    font-weight: 700
}

@media (min-width: 768px) {
    #product .highlevel-features .feature .dimension-stat {
        font-weight: unset
    }
}

#product .highlevel-features .feature .dimension-content {
    display: flex;
    flex-direction: column-reverse
}

@media (min-width: 768px) {
    #product .highlevel-features .feature .dimension-content {
        flex-direction: column
    }
}

#product .highlevel-features .feature .dimension-content:nth-of-type(3) {
    border-right: 1px solid rgba(167, 167, 167, .41);
    border-left: 1px solid rgba(167, 167, 167, .41);
    padding-left: 10%;
    padding-right: 10%
}

@media (min-width: 768px) {
    #product .highlevel-features .feature .dimension-content:nth-of-type(3) {
        flex-direction: column;
        border-left: unset;
        border-right: unset;
        padding-left: unset;
        padding-right: unset
    }
}

#product .highlevel-features .feature .content {
    margin-right: 20px
}

#product .highlevel-features .feature .content p {
    font-size: 16px;
    letter-spacing: .13px;
    line-height: 28.18px;
    text-transform: uppercase;
    width: auto;
    display: block;
    margin-bottom: 0
}

h1,
h2 {
    color: #000;
    font-family: HelveticaNeue Condensed;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .24px;
    text-align: center
}

@media (min-width: 992px) {

    h1,
    h2 {
        font-size: 45px;
        letter-spacing: .37px;
        text-align: left
    }
}

.second-row {
    background-color: #fff
}

.ud-sticky {
    position: sticky;
    top: 100
}

.sticky {
    position: fixed;
    width: 100%;
    transition: .5s ease
}

.sticky+#features {
    padding-top: 46px
}

#pdpTabs {
    justify-content: flex-start;
    max-width: 1230px;
    margin: 0 auto;
    z-index: 10;
    transition: .5s ease
}

#pdpTabs li a {
    display: block;
    padding: 10px 28px 12px;
    color: #a7a7a7;
    font-family: HelveticaNeue Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #0000
}

#pdpTabs li a.active {
    color: #ce2129;
    background-color: #fff
}

.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden
}

#ud-features .feature-row {
    margin-bottom: 80px
}

@media (min-width: 768px) {
    #ud-features .feature-row {
        margin-bottom: 70px
    }
}

@media (max-width: 991px) {
    #ud-features .feature-row {
        flex-direction: column-reverse !important
    }
}

#ud-features .feature-row .col {
    padding: 0 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (min-width: 992px) {
    #ud-features .feature-row .col {
        align-items: flex-start
    }
}

#ud-features .feature-row .content {
    width: 100%;
    padding: 0 25px
}

@media (min-width: 768px) {
    #ud-features .feature-row .content {
        max-width: 600px;
        padding: 0;
        margin-top: 40px
    }
}

@media (min-width: 992px) {
    #ud-features .feature-row .content {
        margin-top: 0;
        width: 100%;
        max-width: 80%;
        position: relative;
        left: 50%;
        transform: translate(-50%)
    }
}

#ud-features .feature-row .content p {
    color: #2d2d2d;
    font-family: Helvetica;
    font-size: 12px;
    font-style: normal;
    letter-spacing: .1px;
    line-height: 18px;
    text-align: center
}

@media (min-width: 992px) {
    #ud-features .feature-row .content p {
        font-size: 15px;
        letter-spacing: .12px;
        line-height: 24px;
        text-align: left
    }
}

#ud-features .feature-row .content a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    min-width: 277px;
    height: 43px;
    border-radius: 3px;
    background-color: #c00;
    border: 1px solid #cc0000;
    color: #fff;
    font-family: HelveticaNeue Condensed;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .15px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    transition: color .25s, background-color .25s;
    display: none !important
}

@media (min-width: 992px) {
    #ud-features .feature-row .content a {
        width: 277px;
        min-width: unset;
        margin: 0
    }
}

#ud-features .feature-row .content a:hover {
    color: #c00;
    background-color: #fff
}

#ud-features .secondary-feature-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
    padding-bottom: 100px;
    position: relative
}

#ud-features .secondary-feature-row .swiper-button-prev,
#ud-features .secondary-feature-row .swiper-button-next {
    color: #c00;
    top: 25%
}

#ud-features .secondary-feature-row .swiper-button-prev {
    left: 8%
}

#ud-features .secondary-feature-row .swiper-button-next {
    right: 8%
}

#ud-features .secondary-feature-row .content {
    width: 20%;
    min-width: 268px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

#ud-features .secondary-feature-row .content img {
    margin-bottom: 18px;
    width: 100%
}

#ud-features .secondary-feature-row .content h4 {
    color: #000;
    font-family: HelveticaNeue Condensed;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .24px;
    text-align: center;
    margin-bottom: 16px
}

#ud-features .secondary-feature-row .content p {
    color: #2d2d2d;
    font-family: Helvetica;
    font-size: 12px;
    letter-spacing: .1px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 0
}

#ud-specs {
    padding-top: 87px;
    padding-bottom: 100px;
    background-color: #f9f9f9
}

#ud-specs .accordion-item {
    background-color: #0000 !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important
}

#ud-specs .accordion-item:nth-of-type(4) {
    border-bottom: none
}

#ud-specs .accordion-button {
    background-color: #0000 !important;
    padding: 10px !important;
    box-shadow: none !important
}

#ud-specs .accordion-button:focus {
    border-color: none !important;
    outline: 0 !important
}

#ud-specs .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg)
}

#ud-specs .col img {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto
}

@media (min-width: 992px) {
    #ud-specs .col img {
        max-width: 230px
    }
}

#ud-specs h1,
#ud-specs h2 {
    margin: 10px auto;
    text-align: left
}

#ud-specs .mobile-spec-image {
    width: 50% !important;
    margin-bottom: 40px !important
}

#ud-specs .measurement-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 25px
}

@media (min-width: 992px) {
    #ud-specs .measurement-row {
        justify-content: flex-start
    }
}

#ud-specs .measurement-row .measurement {
    width: auto
}

#ud-specs .measurement-row .measurement:nth-of-type(2) {
    padding-right: 5%;
    padding-left: 5%;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7
}

@media (min-width: 768px) {
    #ud-specs .measurement-row .measurement:nth-of-type(2) {
        padding-right: unset;
        padding-left: unset;
        border-right: unset;
        border-left: unset
    }
}

#ud-specs .measurement-row .measurement:last-child {
    border-right: none
}

@media (min-width: 768px) {
    #ud-specs .measurement-row .measurement {
        min-width: 163px;
        margin-right: 33px
    }
}

#ud-specs .measurement-row .measurement h4 {
    color: #000;
    font-family: HelveticaNeue Condensed;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    #ud-specs .measurement-row .measurement h4 {
        font-size: 26px;
        text-align: left
    }
}

#ud-specs .measurement-row .measurement p {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
    letter-spacing: .21px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 0
}

@media (min-width: 992px) {
    #ud-specs .measurement-row .measurement p {
        font-size: 20px;
        letter-spacing: .27px;
        line-height: 28px;
        text-align: left
    }
}

#ud-specs .details-row .value {
    padding-left: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececec
}

#ud-specs .details-row .value:last-child {
    border-bottom: none
}

#ud-specs .details-row .value span {
    display: block;
    width: 49%;
    color: #343333;
    font-family: Helvetica;
    font-size: 14px;
    letter-spacing: .19px;
    line-height: 28px;
    text-align: left
}

#ud-downloads {
    background-color: #f9f9f9;
    padding-top: 70px;
    padding-bottom: 100px
}

#ud-downloads h1,
#ud-downloads h2 {
    margin-bottom: 45px;
    text-align: left;
    margin-left: 40px
}

@media (min-width: 768px) {

    #ud-downloads h1,
    #ud-downloads h2 {
        text-align: center;
        margin-left: unset
    }
}

#ud-downloads .download-row {
    display: flex;
    align-items: flex-start;
    margin-left: 30px
}

@media (min-width: 768px) {
    #ud-downloads .download-row {
        justify-content: space-evenly;
        margin-left: unset
    }
}

#ud-downloads .download-row .section {
    display: block;
    width: auto
}

#ud-downloads .download-row .section h4 {
    color: #000;
    font-family: HelveticaNeue Condensed;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 25px
}

#ud-downloads .download-row .section a.download {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    flex-wrap: wrap;
    margin-bottom: 20px
}

#ud-downloads .download-row .section a.download svg {
    margin-right: 18px
}

#ud-downloads .download-row .section a.download span {
    color: #000;
    font-family: Helvetica;
    font-size: 16px
}

#ud-downloads .download-row .section .links {
    display: block;
    width: 100%;
    max-width: 12rem;
    padding-left: 36px
}

@media (min-width: 768px) {
    #ud-downloads .download-row .section .links {
        max-width: 10rem
    }
}

#ud-downloads .download-row .section .links a {
    margin-right: 5px;
    color: #c00;
    font-size: 14px
}

#secondaryCarousel {
    width: 90%;
    max-width: 1000px
}

#secondaryCarousel .swiper-slide {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.swiper-wrapper.disabled {
    transform: translateZ(0) !important
}

.swiper-button-next.hide,
.swiper-button-prev.hide {
    display: none !important
}

#pr-reviewdisplay {
    padding: 1rem 1rem 0
}

@media (min-width: 768px) {
    #pr-reviewdisplay {
        padding: 3rem 5rem 0
    }
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write,
.p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-header .pr-review-snapshot-header-intro .pr-subheadline {
    display: none
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block {
    align-items: flex-start;
    justify-content: flex-start
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline {
    display: none
}

.p-w-r .pr-read-review .pr-rd-main-header-with-filters .pr-rd-review-header-contents,
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-header-contents {
    background-color: #fff
}

.p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-header .pr-review-snapshot-header-intro .pr-headline {
    position: relative;
    visibility: hidden
}

.p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-header .pr-review-snapshot-header-intro .pr-headline:after {
    content: "Reviews";
    position: absolute;
    font-family: HelveticaNeue Condensed;
    visibility: visible;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 32px
}

@media (min-width: 768px) {
    .p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-header .pr-review-snapshot-header-intro .pr-headline:after {
        font-size: 45px
    }
}

.p-w-r .pr-read-review.pr-rd-display-desktop .pr-rd-content-block,
.p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-content-block,
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-content-block,
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-content-block {
    width: 100%
}

.pr-read-review.pr-rd-display-tablet .pr-rd-description .pr-rd-side-content-block,
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-description .pr-rd-side-content-block,
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-description .pr-rd-side-content-block,
.p-w-r .pr-read-review .pr-rd-inner-side-content-block,
.p-w-r .pr-read-review .pr-rd-side-content-block,
.p-w-r .pr-review-display .pr-rd-inner-side-content-block,
.p-w-r .pr-review-display .pr-rd-side-content-block {
    display: none
}

.p-w-r .pr-rd-flag-review-btn,
.p-w-r .pr-read-review a,
.p-w-r .pr-review-display a {
    color: #777;
    font-weight: 700
}

.p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-main-header-with-filters .pr-rd-review-header-contents,
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-main-header-with-filters .pr-rd-review-header-contents,
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-main-header-with-filters .pr-rd-review-header-contents {
    padding: .5rem 0
}

.p-w-r .pr-review-snapshot.pr-review-enhanced.pr-snapshot-mobile .pr-review-snapshot-header .pr-review-snapshot-header-intro {
    justify-content: flex-start
}

.pr-rd-sort-group {
    display: flex;
    justify-content: center
}

.pr-rd-footer.pr-rd-content-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center !important;
    align-items: center
}

@media (min-width: 768px) {
    .pr-rd-footer.pr-rd-content-block {
        text-align: left;
        align-items: unset;
        flex-direction: row
    }
}

.pr-rd-footer.pr-rd-content-block span {
    width: 100%;
    margin-bottom: .5rem
}

@media (min-width: 768px) {
    .pr-rd-footer.pr-rd-content-block span {
        width: unset;
        margin-bottom: unset
    }
}

.pr-rd-bottomline,
.pr-rd-helpful-action {
    width: 50%
}

.p-w-r .pr-review-display .pr-rd-bottomline {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.pr-rd-helpful-action-group {
    justify-content: flex-end
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block-recommend {
    display: none !important
}

.p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-helpful-action-btn-group,
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-helpful-action-btn-group {
    display: flex
}

.p-w-r .pr-star-v4-100-filled {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ce2129' d='M7.5 0L5.182 4.61 0 5.345l3.75 3.59L2.863 14 7.5 11.61 12.137 14l-.887-5.065L15 5.35l-5.182-.74z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.p-w-r .pr-star-v4-75-filled {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 28' style='enable-background:new 0 0 30 28;' xml:space='preserve' width='30' height='28'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23D5D5D5' d='M15,0l-4.6,9.2L0,10.7l7.5,7.2L5.7,28l9.3-4.8l9.3,4.8l-1.8-10.1l7.5-7.2L19.6,9.2L15,0z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpolygon fill='%23CE2129' points='22.5,9.6 22.5,27.1 15,23.2 5.7,28 7.5,17.9 0,10.7 10.4,9.2 15,0 19.6,9.2 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.p-w-r .pr-star-v4-50-filled {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 28' style='enable-background:new 0 0 30 28;' xml:space='preserve' width='30' height='28'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23D5D5D5' d='M15,0l-4.6,9.2L0,10.7l7.5,7.2L5.7,28l9.3-4.8l9.3,4.8l-1.8-10.1l7.5-7.2L19.6,9.2L15,0z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23CE2129' d='M15,0l-4.6,9.2L0,10.7l7.5,7.2L5.7,28l9.3-4.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.p-w-r .pr-star-v4-25-filled {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 28' style='enable-background:new 0 0 30 28;' xml:space='preserve' width='30' height='28'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23D5D5D5' d='M15,0l-4.6,9.2L0,10.7l7.5,7.2L5.7,28l9.3-4.8l9.3,4.8l-1.8-10.1l7.5-7.2L19.6,9.2L15,0z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpolygon fill='%23CE2129' points='7.5,9.6 7.5,17.9 0,10.7 '/%3E%3Cpolygon fill='%23CE2129' points='5.7,28 7.5,17.9 7.5,27.1 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.p-w-r .pr-star-v4-0-filled {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23d5d5d5' d='M7.5 0L5.182 4.61 0 5.345l3.75 3.59L2.863 14 7.5 11.61 12.137 14l-.887-5.065L15 5.35l-5.182-.74z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.p-w-r .pr-snippet-stars {
    background: transparent
}

.p-w-r .pr-read-review .pr-snippet-rating-decimal,
.p-w-r .pr-review-display .pr-snippet-rating-decimal {
    display: none
}

.p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-block .pr-histogram-label {
    font-family: Helvetica
}

.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-barValue {
    background-color: #c00
}

.p-w-r .pr-helpful-btn:hover .pr-thumbs-cuff-fill,
.p-w-r .pr-helpful-btn:hover .pr-thumbs-fill {
    fill: #c00
}

.p-w-r .pr-helpful-btn:hover span {
    color: #c00
}

.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars:hover .pr-ratings-histogram-barValue {
    background: #000
}

.ud-review-header {
    font-family: Helvetica !important;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem !important
}

.ud-review-header .author {
    color: #ce2129 !important;
    font-weight: 700
}

.ud-write-review-block {
    display: flex !important;
    align-items: flex-start !important;
    padding: 0 0 0 20px !important;
    justify-content: center !important
}

@media (min-width: 768px) {
    .ud-write-review-block {
        justify-content: flex-end !important
    }
}

.ud-write-review-block a {
    text-align: center;
    font-weight: 700;
    font-family: Helvetica !important;
    color: #ce2129;
    padding: .5rem 1rem;
    border-radius: 3px;
    border: 2px solid #ce2129;
    background: transparent;
    width: 100% !important;
    max-width: 235px !important;
    transition: .3s ease
}

.ud-write-review-block a:hover,
.ud-write-review-block a:focus {
    background-color: #ce2129;
    color: #fff;
    text-decoration: none
}

/*# sourceMappingURL=/s/files/1/0537/4099/4747/t/46/assets/ud-product.scss.css.map?v=79563774492629963521722873075 */