/*@font-face {
    font-family: Neue Montreal;
    src: url(NeueMontreal-Light.woff2) format("woff2"), url(NeueMontreal-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Neue Montreal;
    src: url(NeueMontreal-LightItalic.woff2) format("woff2"), url(NeueMontreal-LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Neue Montreal;
    src: url(NeueMontreal-Medium.woff2) format("woff2"), url(NeueMontreal-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Neue Montreal;
    src: url(NeueMontreal-MediumItalic.woff2) format("woff2"), url(NeueMontreal-MediumItalic.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Neue Montreal;
    src: url(NeueMontreal-Regular.woff2) format("woff2"), url(NeueMontreal-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Neue Montreal;
    src: url(NeueMontreal-Bold.woff2) format("woff2"), url(NeueMontreal-Bold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Neue Montreal;
    src: url(NeueMontreal-BoldItalic.woff2) format("woff2"), url(NeueMontreal-BoldItalic.woff) format("woff");
    font-weight: 800;
    font-style: italic;
    font-display: swap
}*/

.site-header__logo {
    display: inline-block;
    vertical-align: middle
}

#AccessibleNav {
    display: inline-block;
    padding-left: 15px
}

.site-header__cart img {
    vertical-align: middle
}

.site-header__cart .icon-text {
    margin-left: 10px;
    color: #f37268 !important
}

.site-header__cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 2.8rem;
    top: .2rem;
    font-weight: 700;
    background-color: #f37268;
    color: var(--color-btn-primary-text);
    border-radius: 50%;
    min-width: 1.3em;
    height: 1.3em;
    font-size: 12px
}

.site-header__icon svg {
    vertical-align: middle
}

@media only screen and (max-width: 950px) and (min-width: 749px) {

    .site-header__icons-wrapper .site-header__cart .icon-text,
    #AccessibleNav .site-nav__label,
    .site-header__icons-wrapper .btn--style1,
    .site-header__icons-wrapper .btn--fill {
        font-size: 80%;
        white-space: inherit
    }
}

@media only screen and (min-width: 1200px) {
    .page-width {
        max-width: 1920px
    }
}

@media only screen and (max-width: 749px) {
    .logo-align--left {
        text-align: center
    }

    .site-header__cart img {
        vertical-align: middle;
        width: 40px
    }

    .site-header__cart-count {
        right: 0;
        top: 0
    }
}

.site-header__logo-link {
    display: block
}

.padding_0 {
    padding: 0 !important
}

.padding_15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.mtb_10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.mb_50 {
    margin-bottom: 50px
}

.mt_50 {
    margin-top: 10px
}

.mb_0 {
    margin-bottom: 0 !important
}

.height_100p {
    height: 100%
}

.width_100p {
    width: 100%
}

.setu-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 750px) {
    .setu-medium-up--flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap
    }
}

.setu-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.setu-center {
    justify-content: center
}

.setu-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.setu-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.setu-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.setu-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.setu-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.before-layer--full:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.no_border {
    border: none !important
}

.brad_10 {
    border-radius: 10px
}

.brad_20 {
    border-radius: 20px
}

.brad_15 {
    border-radius: 15px
}

.brad_100 {
    border-radius: 100px
}

.brad_circle {
    border-radius: 100%
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

h2,
.h2 {
    text-transform: none;
    letter-spacing: -.01em
}

p.small {
    font-size: .875em
}

.style--italic {
    font-style: italic
}

.color--highlight {
    color: var(--color-highlight)
}

.color--dustygray {
    color: #999
}

.color--froly {
    color: #f37268 !important
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

a:hover,
a:focus,
a:active {
    color: inherit;
    opacity: .7
}

.btn {
    letter-spacing: normal;
    background-color: transparent
}

.cart__submit,
.form-vertical [type=submit] {
    background-color: #000;
    border-radius: 100px;
    font-weight: 500;
    text-transform: none
}

.btn--fill {
    background-color: #000
}

.btn--auto {
    width: auto
}

.text-transform--none {
    text-transform: none
}

[data-section-type=slideshow-section] {
    position: relative
}

.sticky--shop-box {
    z-index: 10;
    padding: 4.3vw;
    border-top-right-radius: 1.5625vw;
    border-bottom-right-radius: 1.5625vw;
    position: absolute;
    left: 0;
    top: 50%;
    width: 28.125%;
    height: 86%;
    transform: translateY(-50%)
}

.slider--content h1 {
    font-family: Neue Montreal;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -.01em;
    margin-bottom: .833333333em
}

.slider--content h1 span {
    white-space: nowrap;
    font-weight: 400
}

.slider--content p {
    font-family: Neue Montreal;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -.01em
}

.slider--content p span {
    white-space: nowrap;
    font-weight: 400
}

.slider--content .btn {
    font-size: 1.25vw;
    line-height: 1.25;
    letter-spacing: normal;
    padding: .625em 1.5625em
}

@media only screen and (min-width: 750px) {
    .swiper-pagination {
        text-align: left;
        padding-left: 4.5vw;
        margin-bottom: 1em
    }
}

.btn--style1 {
    font-size: 1em;
    line-height: 1.25;
    font-weight: 500;
    text-transform: none;
/*    padding: .625em 1.5625em;*/
    border: 1px solid #000000;
    background: transparent;
    border-radius: 100px;
    letter-spacing: .02em;
    transition: all .3s ease-in
}

.btn--style1:hover,
.btn--style1:focus,
.btn--style1:active {
    background: #000;
    color: #fff !important;
    opacity: 1
}

[role=tablist] {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap
}

[role=tablist] li {
    display: inline-block;
    transition: all .3s ease-in
}

[role=tablist] li a {
    font-weight: 500;
    font-size: .875em;
    line-height: 1.15;
    text-transform: uppercase;
    color: #010101;
    padding: 3em 0;
    border-radius: 8em;
    margin: 0 2em
}

[role=tablist] a:hover,
[role=tablist] a:focus,
[role=tablist] a:active {
    opacity: 1;
    outline: none
}

[role=tablist] li:last-child {
    margin-right: 0
}

.product-form__cart-submit {
    background: #000
}

.swiper-outer-wrapper {
    position: relative
}

.product-single__media-group .swiper-button-next:after,
.product-single__media-group .swiper-button-prev:after {
    font-size: 1em !important;
    font-weight: 600;
    color: #000
}

.template-product .product-single__media-group .swiper-button-next:after {
    content: "\2192" !important
}

.template-product .product-single__media-group .swiper-button-prev:after {
    content: "\2190" !important
}

.template-product .newleanlite-product-swiper .swiper-button-next,
.newleanlite-product-swiper .swiper-button-prev {
    font-size: 30px;
    background: #fff;
    padding: 17px;
    border-radius: 50%;
    opacity: .7;
    font-size: 23px !important
}

.template-product .newleanlite-product-swiper .swiper-button-next:hover,
.template-product .newleanlite-product-swiper .swiper-button-prev:hover {
    font-size: 30px;
    background: #ffffffbe;
    padding: 17px;
    border-radius: 50%;
    opacity: 1;
    font-size: 23px !important
}

.cbb-also-bought-product-image-link {
    margin-top: -.5em;
    margin-left: -.5em
}

@media only screen and (max-width: 749px) {
    .sticky--shop-box {
        position: absolute;
        top: 5%;
        width: 90%;
        margin: 0;
        z-index: 20;
        padding: 4.3vw;
        border-radius: 1.5625vw;
        transform: none;
        height: auto
    }

    .slider--content h1 {
        font-family: Neue Montreal;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 35px;
        letter-spacing: -.01em;
        text-align: left;
        margin-bottom: 16px;
        order: 1
    }

    .slider--content p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        order: 2
    }

    .slider--content .shop-button--wrapper {
        order: 3
    }

    .slider--content .btn {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: normal;
        padding: 10px 25px
    }

    .setu-cards--wrapper {
        margin-top: 6em;
        position: relative
    }

    [role=tablist] li a {
        font-size: 10px;
        line-height: 1.15;
        text-transform: uppercase;
        color: #010101;
        padding: 3em 0;
        border-radius: 8em;
        margin: 0;
        display: block
    }

    #card-experts:before {
        content: " ";
        position: absolute;
        top: -50%;
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: -1;
        background: linear-gradient(243.15deg, #fef5ef 16.8% 16.8%, #fde2df 85.43%)
    }

    #card-needs:before {
        content: " ";
        position: absolute;
        top: -50%;
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: -1;
        background: linear-gradient(45deg, #f8d2db, #e6e7ee)
    }

    #card-suggestions:before {
        content: " ";
        position: absolute;
        top: -50%;
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: -1;
        background: linear-gradient(45deg, #dee0ef 0% 0%, #dfe5ef 28.71%, #e2f2f1 93.5%, #e3f4f1)
    }

    .jsx-1155128863 .section-header h2 {
        margin-bottom: 0
    }
}

.sticky--shop-box {
    width: 33%
}

.slider--content p span {
    display: block;
    white-space: pre-wrap;
    margin-top: 5px
}

.prod-card-single-valued.last.is-active,
.prod-card-single-valued.last:hover {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.prod-card-single-valued.single.is-active,
.prod-card-single-valued.single:hover {
    border-bottom-right-radius: 0
}

.stamped-thank-you p:nth-of-type(2),
.stamped-thank-you .stamped-share-links {
    display: none !important
}

.relatedArticles h2 {
    margin: 30px 0 20px;
    font-size: calc(((var(--font-h1-desktop))/ (var(--font-size-base))) * 1em)
}

.er-thumbnails,
.er-thumbnails-2 {
    max-height: 69px !important;
    width: auto
}

@media only screen and (min-width: 749px) {

    .er-thumbnails,
    .er-thumbnails-2 {
        max-height: 140px !important;
        width: auto
    }
}

@media only screen and (max-width: 750px) {
    .prod_detail .rivyoReviewWidget {
        justify-content: center !important
    }
}

.product-subtitle {
    display: none !important
}

.product-single__description {
    margin-top: 5px
}

.variant-selector-thumb {
    width: 60px;
    position: absolute;
    height: 60px;
    top: 3px;
    left: 10px
}

.variant-details,
.variant-title {
    text-align: center !important
}

.variant-title {
    margin-bottom: 0 !important;
    padding-right: 0 !important
}

.single-option-selector+label:before,
input[type=radio]:checked+label:before {
    visibility: hidden
}

/*# sourceMappingURL=/cdn/shop/t/195/assets/setu.css.map?v=71021090776490117741760441193 */