@charset "UTF-8";

.h1,
.h2,
.h3,
.h4 {
    font-weight: var(--h-font-weight, 700);
    line-height: 1.2;
    margin-bottom: 0;
    text-align: center
}

.h1 {
    font-size: var(--h1-font-size-mobile, 32px);
    font-weight: var(--h1-font-weight, var(--h-font-weight, 700))
}

@media (min-width:768px) {
    .h1 {
        font-size: var(--h1-font-size-desktop, 48px)
    }
}

.h2 {
    font-size: var(--h2-font-size-mobile, 24px)
}

@media (min-width:768px) {
    .h2 {
        font-size: var(--h2-font-size-desktop, 32px)
    }
}

.h3 {
    font-size: var(--h3-font-size-mobile, 20px)
}

@media (min-width:768px) {
    .h3 {
        font-size: var(--h3-font-size-desktop, 24px)
    }
}

.h4 {
    font-size: var(--h4-font-size-mobile, 16px)
}

@media (min-width:768px) {
    .h4 {
        font-size: var(--h4-font-size-desktop, 18px)
    }
}

.p {
    font-size: var(--p-font-size-mobile, 16px);
    line-height: 1.5;
    margin-bottom: 0
}

@media (min-width:768px) {
    .p {
        font-size: var(--p-font-size-desktop, 16px)
    }
}

.display-5 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2
}

.display-6 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2
}

.note1 {
    font-size: var(--note1-font-size, 14px);
    font-weight: 600;
    line-height: 1.42
}

.note1,
.note2 {
    margin-bottom: 0
}

.note2 {
    font-size: var(--note2-font-size, 12px);
    font-weight: 400;
    line-height: 1.33
}

@media (min-width:576px) {
    .note1-sm {
        font-size: var(--note1-font-size, 14px);
        font-weight: 600;
        line-height: 1.42;
        margin-bottom: 0
    }

    .note2-sm {
        font-size: var(--note2-font-size, 12px);
        font-weight: 400;
        line-height: 1.33
    }

    .display-1-sm {
        font-size: 5rem
    }

    .display-1-sm,
    .display-2-sm {
        font-weight: 400;
        line-height: 1.2
    }

    .display-2-sm {
        font-size: 5.5rem
    }

    .display-3-sm {
        font-size: 4rem
    }

    .display-3-sm,
    .display-4-sm {
        font-weight: 400;
        line-height: 1.2
    }

    .display-4-sm {
        font-size: 3.5rem
    }

    .display-5-sm {
        font-size: 3rem;
        font-weight: 400;
        line-height: 1.2
    }

    .display-6-sm {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.2
    }
}

@media (min-width:768px) {
    .note1-md {
        font-size: var(--note1-font-size, 14px);
        font-weight: 600;
        line-height: 1.42
    }

    .note2-md {
        font-size: var(--note2-font-size, 12px);
        font-weight: 400;
        line-height: 1.33
    }

    .display-1-md {
        font-size: 5rem
    }

    .display-1-md,
    .display-2-md {
        font-weight: 400;
        line-height: 1.2
    }

    .display-2-md {
        font-size: 5.5rem
    }

    .display-3-md {
        font-size: 4rem
    }

    .display-3-md,
    .display-4-md {
        font-weight: 400;
        line-height: 1.2
    }

    .display-4-md {
        font-size: 3.5rem
    }

    .display-5-md {
        font-size: 3rem;
        font-weight: 400;
        line-height: 1.2
    }

    .display-6-md {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.2
    }
}

@media (min-width:1023px) {
    .note1-lg {
        font-size: var(--note1-font-size, 14px);
        font-weight: 600;
        line-height: 1.42
    }

    .note2-lg {
        font-size: var(--note2-font-size, 12px);
        font-weight: 400;
        line-height: 1.33
    }

    .display-1-lg {
        font-size: 5rem
    }

    .display-1-lg,
    .display-2-lg {
        font-weight: 400;
        line-height: 1.2
    }

    .display-2-lg {
        font-size: 5.5rem
    }

    .display-3-lg {
        font-size: 4rem
    }

    .display-3-lg,
    .display-4-lg {
        font-weight: 400;
        line-height: 1.2
    }

    .display-4-lg {
        font-size: 3.5rem
    }

    .display-5-lg {
        font-size: 3rem;
        font-weight: 400;
        line-height: 1.2
    }

    .display-6-lg {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.2
    }
}

@media (min-width:1400px) {
    .note1-xl {
        font-size: var(--note1-font-size, 14px);
        font-weight: 600;
        line-height: 1.42
    }

    .note2-xl {
        font-size: var(--note2-font-size, 12px);
        font-weight: 400;
        line-height: 1.33
    }

    .display-1-xl {
        font-size: 5rem
    }

    .display-1-xl,
    .display-2-xl {
        font-weight: 400;
        line-height: 1.2
    }

    .display-2-xl {
        font-size: 5.5rem
    }

    .display-3-xl {
        font-size: 4rem
    }

    .display-3-xl,
    .display-4-xl {
        font-weight: 400;
        line-height: 1.2
    }

    .display-4-xl {
        font-size: 3.5rem
    }

    .display-5-xl {
        font-size: 3rem;
        font-weight: 400;
        line-height: 1.2
    }

    .display-6-xl {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.2
    }
}

.btn {
    font-size: var(--btn-font-size, 16px);
    font-weight: 800;
    line-height: 1.6;
    padding: var(--btn-padding, 10px 20px);
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease
}

@media (max-width:1022.98px) {
    .btn {
        font-size: var(--btn-font-size-mobile, var(--btn-font-size, 16px))
    }
}

.btn.btn-primary {
    background: var(--btn-background-primary, #0fd13d);
    border: 0;
    color: #fff;
    outline: none;
    transition: all .3s ease-in-out
}

.btn.btn-primary:hover {
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .5);
    color: var(--btn-color-primary-hover, #fff);
    filter: brightness(90%)
}

.btn.btn-secondary {
    background: var(--btn-background-primary, #fe5196);
    border: 0;
    color: var(--btn-color-secondary-hover, #fff);
    outline: none;
    transition: all .3s ease-in-out
}

.btn.btn-secondary:hover {
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .5);
    color: var(--btn-color-secondary-hover, #fff);
    filter: brightness(90%)
}

.btn.btn-black {
    background-color: #000;
    border: 0;
    color: #fff
}

.btn.btn-black:hover {
    background-color: #000;
    border-color: #000
}

.btn.btn-black.focus,
.btn.btn-black:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn.btn-black.disabled,
.btn.btn-black.focus,
.btn.btn-black:disabled,
.btn.btn-black:focus,
.btn.btn-black:not(:disabled):not(.disabled).active,
.btn.btn-black:not(:disabled):not(.disabled):active,
.show>.btn.btn-black.dropdown-toggle {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.btn.btn-black:not(:disabled):not(.disabled).active:focus,
.btn.btn-black:not(:disabled):not(.disabled):active:focus,
.show>.btn.btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn.btn-black:hover {
    color: #fff
}

.btn.btn-white {
    background-color: #fff;
    border: 0;
    color: #000
}

.btn.btn-white.focus,
.btn.btn-white:focus,
.btn.btn-white:hover {
    background-color: #ececec;
    border-color: #e6e6e6;
    color: #333
}

.btn.btn-white.focus,
.btn.btn-white:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 224, 224, .5)
}

.btn.btn-white.disabled,
.btn.btn-white:disabled {
    background-color: #fff;
    border-color: #fff;
    color: #333
}

.btn.btn-white:not(:disabled):not(.disabled).active,
.btn.btn-white:not(:disabled):not(.disabled):active,
.show>.btn.btn-white.dropdown-toggle {
    background-color: #e6e6e6;
    border-color: #dfdfdf;
    color: #333
}

.btn.btn-white:not(:disabled):not(.disabled).active:focus,
.btn.btn-white:not(:disabled):not(.disabled):active:focus,
.show>.btn.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 224, 224, .5)
}

.btn.btn-white:hover {
    color: #000
}

.btn.btn-blue {
    background-color: #0038ff;
    border: 0;
    color: #fff
}

.btn.btn-blue.focus,
.btn.btn-blue:focus,
.btn.btn-blue:hover {
    background-color: #0030d9;
    border-color: #002dcc
}

.btn.btn-blue.focus,
.btn.btn-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 86, 255, .5);
    color: #fff
}

.btn.btn-blue.disabled,
.btn.btn-blue:disabled {
    background-color: #0038ff;
    border-color: #0038ff;
    color: #fff
}

.btn.btn-blue:not(:disabled):not(.disabled).active,
.btn.btn-blue:not(:disabled):not(.disabled):active,
.show>.btn.btn-blue.dropdown-toggle {
    background-color: #002dcc;
    border-color: #002abf;
    color: #fff
}

.btn.btn-blue:not(:disabled):not(.disabled).active:focus,
.btn.btn-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn.btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 86, 255, .5)
}

.btn.btn-blue:hover {
    color: #fff
}

.btn.btn-medium {
    max-width: var(--btn-width-medium, 315px);
    width: 100%
}

.btn--no-transform {
    text-transform: unset
}

.btn-group-toggle-active .active {
    display: none
}

.pointer-events-none-disabled[disabled] {
    pointer-events: none
}

.footer {
    background: #313233;
    color: #fff;
    padding: 50px 0 20px;
    text-align: left
}

.footer--huusk {
    background: #000
}

.footer--melzu .footer__logo {
    max-width: 130px
}

.footer__logo {
    margin-bottom: 30px;
    max-width: 190px;
    width: 100%
}

.footer__title {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.footer__list {
    list-style: none !important;
    margin-bottom: 30px;
    margin-top: 15px;
    padding: 0
}

.footer__list-item {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0
}

.footer__list-item a,
.footer__list-item a:hover,
.footer__list-item a:visited {
    color: inherit;
    text-decoration: none !important
}

.footer__list-item p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0
}

.footer__list-item--contact {
    align-items: center;
    display: flex
}

.footer__copy {
    background: #fff
}

.footer__copy-text {
    font-size: 12px;
    margin: 0
}

@media (max-width:768px) {
    .footer__copy-text {
        margin-bottom: 15px
    }
}

.footer__copy-holder {
    align-items: center;
    color: #4a4a4a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px
}

@media (min-width:768px) {
    .footer__copy-holder {
        flex-direction: row
    }
}

.footer__contact-icon {
    background-color: #2676f7;
    height: 30px;
    margin-right: 10px;
    width: 30px
}

.footer__contact-icon--mail {
    -webkit-mask: url("../img/emails-cjnqk4bp.svg") no-repeat center;
    mask: url("../img/emails-cjnqk4bp.svg") no-repeat center
}

.footer__contact-icon--phone {
    -webkit-mask: url("../img/phone-ccf2dugl.svg") no-repeat center;
    mask: url("../img/phone-ccf2dugl.svg") no-repeat center
}

.footer__contact-icon--time {
    -webkit-mask: url(/build/assets/time-nY51Jw-3.svg) no-repeat center;
    mask: url(/build/assets/time-nY51Jw-3.svg) no-repeat center
}

.footer__contact--enence .footer__contact-icon {
    background: #e12a63
}

.footer__contact--ryoko .footer__contact-icon {
    background: #e76c12
}

.footer__contact--huusk .footer__contact-icon {
    background: #f90
}

.footer__contact--melzu .footer__contact-icon {
    background: #bf73e3
}

.footer__payments-img {
    max-width: 300px
}

.footer--2 {
    background: #313233;
    color: #fff
}

.footer--2 .footer__list-item a,
.footer--2 .footer__list-item a:hover,
.footer--2 .footer__list-item a:visited,
.footer--2 .footer__list-item p,
.footer--2 .footer__title {
    color: #fff
}

blockquote cite {
    color: #666;
    display: block;
    font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px
}

.flash-sale-banner {
    top: 0;
    z-index: 10
}

.flash-sale-banner p {
    color: #ffeb00
}

.flash-sale-banner a {
    background: #ffeb00;
    max-width: 300px
}

.srb {
    background: linear-gradient(90deg, #28a5ef, #2758fa 67%);
    margin-bottom: -1px;
    top: -1px;
    z-index: 9
}

@media (max-width:575.98px) {
    .srb {
        background: linear-gradient(90deg, #28a5ef, #2758fa 67%)
    }
}

.srb__holder {
    padding: 15px 0
}

@media (max-width:575.98px) {
    .srb__holder {
        padding: 10px 0
    }
}

.srb--christmas .srb__holder {
    padding: 15px 0 20px
}

.srb__img {
    max-width: 180px;
    min-width: 100px;
    width: 25%
}

.srb a,
.srb__btn {
    z-index: 11
}

.srb__btn {
    background: #fe346e;
    color: #fff;
    max-width: 300px
}

@media (min-width:1023px) {
    .srb__btn {
        max-width: 350px
    }
}

.srb__btn:active,
.srb__btn:hover {
    color: #fff
}

@media (max-width:575.98px) {
    .srb__btn {
        background: #fe346e;
        min-width: 190px
    }

    .srb__btn,
    .srb__btn:active,
    .srb__btn:hover {
        color: #fff
    }
}

.limited-time-promo {
    background: linear-gradient(90deg, #28a5ef, #2758fa 67%)
}

.limited-time-promo--black {
    background: #000;
    color: #fff
}

.limited-time-promo--green {
    background: #0ed13d
}

.top-promo {
    background: #0097fe;
    color: #fff
}

.top-promo span {
    font-weight: 700;
    text-transform: uppercase
}

.top-promo span:nth-child(2) {
    font-weight: 700;
    text-decoration: underline
}

.upsell-steps {
    padding: 3px 0
}

.upsell-steps__step {
    background: #f1f1f1;
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%, 0 0);
    color: #b1b1b1;
    transform: scaleX(1.03)
}

.upsell-steps__step:last-child {
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0)
}

.upsell-steps__step--completed,
.upsell-steps__step:first-child {
    background: #0097fe
}

.upsell-steps__step:first-child {
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%)
}

.upsell-steps__number {
    border: 1px solid #b1b1b1;
    border-radius: 100px;
    color: #b1b1b1;
    height: 20px;
    width: 20px
}

.upsell-steps__step--completed .upsell-steps__number {
    background: #fff;
    border: unset;
    color: #0097fe
}

.nav {
    background: linear-gradient(90deg, #28a5ef, #2758fa 67%);
    padding: 10px 0;
    width: 100%
}

.nav--legacy .nav__items--mobile.show {
    display: flex !important
}

@media (min-width:1024px) {
    .nav--legacy .nav__items--mobile.show {
        display: none !important
    }
}

.nav--legacy .nav__items--mobile:not(.show) {
    display: none !important
}

.nav--absolute {
    position: absolute;
    top: 0;
    z-index: 2
}

.nav--absolute:not(.nav--opened) {
    background: transparent !important
}

.nav--absolute:not(.nav--opened) .nav__item--btn {
    background: #fff
}

.nav--absolute.nav--opened .nav__item:not(.nav__item--btn),
.nav--absolute:not(.nav--opened) .nav__item:not(.nav__item--btn) {
    color: inherit
}

.nav--opened {
    background: linear-gradient(90deg, #28a5ef, #2758fa 67%)
}

.nav--white {
    background: #fff
}

.nav--white .nav__item:not(.nav__item--btn) {
    color: #000
}

.nav--white .nav__item--btn {
    background: #0fd13d
}

.nav--white .nav__toggle-row {
    background: #000
}

.nav--white .nav__toggle-close svg {
    fill: #000
}

.nav--cool-hover .nav__item:not(.nav--cool-hover .nav__item--btn) {
    color: #fff;
    position: relative;
    transition: color .23s ease-in-out
}

.nav--cool-hover .nav__item:not(.nav--cool-hover .nav__item--btn):after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%) scaleY(2);
    transition: width .23s ease-in-out;
    width: 0;
    z-index: -1
}

.nav--cool-hover .nav__item:not(.nav--cool-hover .nav__item--btn):hover {
    color: #fff
}

.nav--cool-hover .nav__item:not(.nav--cool-hover .nav__item--btn):hover:after {
    width: 110%
}

.nav--2 {
    background: #000
}

.nav--2 .nav__item,
.nav--2 .nav__item:focus,
.nav--2 .nav__item:hover,
.nav--2 .nav__item:visited {
    color: #fff
}

.nav--2 .nav__item--btn {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    color: #0cce3a;
    font-weight: 400
}

.nav--2 .nav__item--btn.focus,
.nav--2 .nav__item--btn:focus,
.nav--2 .nav__item--btn:hover {
    background-color: transparent;
    border-color: transparent;
    color: #fff
}

.nav--2 .nav__item--btn.focus,
.nav--2 .nav__item--btn:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.nav--2 .nav__item--btn.disabled,
.nav--2 .nav__item--btn:disabled,
.nav--2 .nav__item--btn:not(:disabled):not(.disabled).active,
.nav--2 .nav__item--btn:not(:disabled):not(.disabled):active,
.show>.nav--2 .nav__item--btn.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    color: #fff
}

.nav--2 .nav__item--btn:not(:disabled):not(.disabled).active:focus,
.nav--2 .nav__item--btn:not(:disabled):not(.disabled):active:focus,
.show>.nav--2 .nav__item--btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.nav--2.nav--cool-hover .nav__item:not(.nav__item--btn) {
    color: #fff
}

.nav--2 .nav__logo {
    max-width: 200px
}

@media (max-width:575.98px) {
    .nav--2 .nav__logo {
        max-width: 150px
    }
}

.nav--3 {
    background: #fff
}

.nav--3 .nav__item,
.nav--3 .nav__item:focus,
.nav--3 .nav__item:hover,
.nav--3 .nav__item:visited {
    color: #fff
}

.nav--3 .nav__item--btn {
    background-color: #fff;
    border-color: transparent;
    color: #333;
    color: #fff;
    font-weight: 400
}

.nav--3 .nav__item--btn.focus,
.nav--3 .nav__item--btn:focus,
.nav--3 .nav__item--btn:hover {
    background-color: #ececec;
    border-color: transparent;
    color: #333
}

.nav--3 .nav__item--btn.focus,
.nav--3 .nav__item--btn:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.nav--3 .nav__item--btn.disabled,
.nav--3 .nav__item--btn:disabled {
    background-color: #fff;
    border-color: transparent;
    color: #333
}

.nav--3 .nav__item--btn:not(:disabled):not(.disabled).active,
.nav--3 .nav__item--btn:not(:disabled):not(.disabled):active,
.show>.nav--3 .nav__item--btn.dropdown-toggle {
    background-color: #e6e6e6;
    border-color: transparent;
    color: #333
}

.nav--3 .nav__item--btn:not(:disabled):not(.disabled).active:focus,
.nav--3 .nav__item--btn:not(:disabled):not(.disabled):active:focus,
.show>.nav--3 .nav__item--btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.nav--3.nav--cool-hover .nav__item:not(.nav__item--btn) {
    color: #fff
}

.nav--3 .nav__logo {
    max-width: 200px
}

@media (max-width:575.98px) {
    .nav--3 .nav__logo {
        max-width: 150px
    }
}

.nav--secondary {
    background-color: #666
}

.nav__logo {
    max-width: 200px
}

@media (max-width:575.98px) {
    .nav__logo {
        max-width: 200px
    }
}

.nav__logo--travel-modem {
    max-width: 150px !important
}

.nav__holder-right {
    align-items: center;
    display: flex;
    flex-direction: row
}

@media (max-width:1023.98px) {
    .nav__holder-right {
        display: none
    }
}

.nav__flag {
    margin-left: 15px;
    width: 30px
}

.nav__flag--mobile {
    margin-left: 0
}

@media (min-width:1024px) {
    .nav__flag--mobile {
        display: none
    }
}

.nav__close {
    display: none
}

.nav__items {
    align-items: center;
    display: flex
}

.nav__items--mobile {
    flex-direction: column
}

@media (min-width:1024px) {
    .nav__items--mobile {
        display: none
    }
}

.nav__item {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease-in;
    word-break: normal
}

@media (max-width:1399.98px) {
    .nav__item {
        font-size: 14px;
        margin: 0 7px
    }
}

@media (max-width:1022.98px) {
    .nav__item {
        font-size: 16px;
        margin: 20px 15px 0
    }
}

.nav__item:focus,
.nav__item:hover,
.nav__item:visited {
    color: #fff;
    text-decoration: none !important
}

.nav__item:hover {
    opacity: .8
}

.nav__item--btn {
    background-color: #0fd13d;
    background: none;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    font-weight: 400;
    max-width: 250px;
    padding: 10px;
    text-decoration: underline
}

.nav__item--btn.focus,
.nav__item--btn:focus,
.nav__item--btn:hover {
    background-color: #0cad33;
    border-color: transparent;
    color: #fff
}

.nav__item--btn.focus,
.nav__item--btn:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.nav__item--btn.disabled,
.nav__item--btn:disabled {
    background-color: #0fd13d;
    border-color: transparent;
    color: #fff
}

.nav__item--btn:not(:disabled):not(.disabled).active,
.nav__item--btn:not(:disabled):not(.disabled):active,
.show>.nav__item--btn.dropdown-toggle {
    background-color: #0ca12f;
    border-color: transparent;
    color: #fff
}

.nav__item--btn:not(:disabled):not(.disabled).active:focus,
.nav__item--btn:not(:disabled):not(.disabled):active:focus,
.show>.nav__item--btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.nav__item--btn:hover {
    background: none;
    border: none;
    box-shadow: none;
    text-decoration: underline !important
}

@media (max-width:1023.98px) {
    .nav__item--btn {
        margin-bottom: 10px
    }
}

.nav__item-gadgets {
    min-width: -moz-fit-content;
    min-width: fit-content
}

.nav__item--gadgets:after {
    background-color: #fff;
    bottom: -10px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .45s ease-out;
    width: 100%
}

.nav__item--gadgets:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left
}

.nav__toggle {
    cursor: pointer;
    width: 30px
}

.nav__toggle-row {
    background: #fff;
    height: 2px;
    margin-bottom: 4px
}

.nav__toggle-row:nth-child(3) {
    margin-bottom: 0
}

.nav__toggle-close,
.nav__toggle:not(.collapsed) .nav__toggle-row {
    display: none
}

.nav__toggle:not(.collapsed) .nav__toggle-close {
    display: block
}

@media (min-width:1024px) {
    .nav__toggle {
        display: none
    }
}

.nav__dropdown {
    min-width: 250px;
    top: 30px !important
}

.nav__dropdown-before:before {
    border-bottom: 15px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    top: 0;
    transform: translate(50%, -100%);
    width: 0
}

@media (min-width:1023px) {
    .nav__dropdown-before--languages:before {
        right: 0;
        transform: translate(-50%, -100%)
    }
}

.nav__dropdown .nav__item {
    color: #000;
    display: block;
    padding: 10px 0;
    text-align: left
}

.nav--massivedeals {
    background: #fff
}

.nav--massivedeals .nav__logo,
.nav--massivedeals__nav-logo {
    max-width: 170px !important
}

.nav--massivedeals .nav__item {
    color: #000 !important;
    text-transform: capitalize
}

.nav--massivedeals .nav__dropdown {
    background: #fff
}

.nav--massivedeals .nav__dropdown:before {
    border-bottom-color: #fff
}

.nav--delivery {
    background-color: #2474bf
}

@media (max-width:575.98px) {
    .nav__logo {
        max-width: 150px
    }
}

.footer-banner {
    color: #000
}

.footer-banner,
.order-page-features {
    background: #fff
}

@media (max-width:767.98px) {
    .order-page-features__icon {
        width: unset
    }
}

.cod-explanatory {
    background: url(/build/assets/bg-ikwNSLoG.jpg);
    color: #fff
}

@media (min-width:2000px) {
    .cod-explanatory {
        background-size: 2000px
    }
}

@media (max-width:767.98px) {
    .cod-explanatory {
        background: linear-gradient(94.58deg, #28a3ef 2.95%, #2857f9 97.55%)
    }
}

.cod-explanatory__block {
    max-width: 270px
}

.cod-explanatory__days {
    height: 65px;
    width: 65px
}

.cod-explanatory__btn {
    background: #0fd13d
}

.cod-banner {
    background: #2757f9;
    z-index: 20
}

.cod-banner__btn {
    background: #29d54f;
    border-radius: 8px !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    text-shadow: 0 2.568px 3.424px rgba(0, 0, 0, .25)
}

.cod-banner__text {
    color: #fff !important
}

.cod-banner br {
    margin: 0 !important
}

.cod-banner-animation {
    animation-duration: 2s;
    animation-name: slide-in
}

@keyframes slide-in {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

.out-of-stock-alert {
    background-color: #ffe9e9;
    border: 1px solid red;
    color: #ee5051
}

.cod-banner-2__top {
    background-image: url(/build/assets/nuubu-Cd33nZoU.jpg)
}

.cod-banner-2__top br {
    margin: 0
}

.cod-banner-2__btn {
    background: linear-gradient(0deg, #00cbfe, #0095fb)
}

.cod-banner-2__btn-wrapper {
    background: linear-gradient(0deg, #008ad7, #82e4ff)
}

.cod-banner-2 *,
.cod-banner-2 :visited {
    text-decoration: none !important
}

.cod-delivery {
    border: 2px solid #007ffd
}

.cod-delivery__bg {
    width: 136px
}

.cod-delivery__icon {
    background-color: #f90;
    height: 60px;
    padding: 7px;
    transform: translate(50%, -50%);
    width: 60px
}

@media (max-width:1022.98px) {
    .cod-delivery__icon {
        height: 45px;
        padding: 7px;
        width: 45px
    }
}

.cod-delivery__secure {
    background: #525451;
    border: 1px solid #5cd200;
    border-radius: 5px
}

.cod-delivery__check {
    transform: translate(-50%, -50%)
}

.cod-delivery .st0 {
    fill: #fff
}

.cod-delivery__banner-bg {
    background-position: 25%;
    background-repeat: no-repeat;
    background-size: cover
}

.bf-v1-blink {
    animation: blinker 1.2s linear infinite
}

@keyframes blinker {
    90% {
        opacity: 0
    }
}

.c2022 .c2022-header-bg {
    background-image: url(/build/assets/header-bg-BZ-U6R2L.jpg), radial-gradient(54.34% 54.34% at 50% 45.66%, #142a4a 0, #172b4a 21.88%, #162946 50.52%, #0e1217) !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fff
}

@media (max-width:1600px) and (min-width:1023px) {
    .c2022 .c2022-header-bg {
        background-size: 100% 100% !important
    }
}

@media (max-width:1022.98px) {
    .c2022 .c2022-header-bg {
        background-image: url(/build/assets/header-bg-tablet-CSJrodTn.jpg), radial-gradient(54.34% 54.34% at 50% 45.66%, #142a4a 0, #172b4a 21.88%, #162946 50.52%, #0e1217) !important
    }
}

@media (max-width:767.98px) {
    .c2022 .c2022-header-bg {
        background-image: url(/build/assets/header-bg-mobile-leUAKVRr.jpg), radial-gradient(54.34% 54.34% at 50% 45.66%, #142a4a 0, #172b4a 21.88%, #162946 50.52%, #0e1217) !important;
        background-position: top !important
    }
}

.c2022 .c2022-header-bg-klaudena {
    background-image: url(/build/assets/klaudena-header-bg-DJdgXUMF.jpg), radial-gradient(54.34% 54.34% at 50% 45.66%, #142a4a 0, #172b4a 21.88%, #162946 50.52%, #0e1217) !important;
    background-position: 40%;
    background-repeat: no-repeat
}

@media (min-width:1500px) {
    .c2022 .c2022-header-bg-klaudena {
        background-position: 0 50%;
        background-size: 110% auto
    }
}

@media (max-width:1022.98px) {
    .c2022 .c2022-header-bg-klaudena {
        background-image: url(/build/assets/klaudena-header-bg-tablet-MOjSHaH3.jpg), radial-gradient(54.34% 54.34% at 50% 45.66%, #142a4a 0, #172b4a 21.88%, #162946 50.52%, #0e1217) !important;
        background-position: top
    }
}

@media (max-width:767.98px) {
    .c2022 .c2022-header-bg-klaudena {
        background-image: url(/build/assets/header-bg-mobile-leUAKVRr.jpg), radial-gradient(54.34% 54.34% at 50% 45.66%, #142a4a 0, #172b4a 21.88%, #162946 50.52%, #0e1217) !important;
        background-position: top
    }
}

.c2022 .c2022__order-header-1 {
    background-size: 100% 100%
}

.c2022 .c2022__get-huusk-leather-sheath {
    background-position: bottom
}

@media (max-width:575.98px) {
    .c2022 .c2022__get-huusk-leather-sheath {
        background-position: 100% 0
    }
}

.c2022 .c2022__banner {
    border-bottom: 3px solid #fff;
    z-index: 20
}

@media (min-width:768px) {
    .c2022 .c2022__banner {
        background-size: 100% 100%
    }
}

.c2022 .c2022__banner-text {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px hsla(0, 0%, 100%, .5)
}

@media (max-width:767.98px) {
    .c2022 .c2022__banner-text {
        -webkit-text-stroke: 2px #fff
    }
}

@media (min-width:768px) {
    .c2022 .c2022__banner-text-wrapper {
        font-size: .7em
    }
}

.c2022 .c2022__banner-percentage {
    -webkit-text-fill-color: hsla(0, 0%, 100%, .5);
    -webkit-text-stroke: 0 hsla(0, 0%, 100%, .5)
}

@media (max-width:767.98px) {
    .c2022 .c2022__banner-percentage {
        -webkit-text-fill-color: #fff;
        -webkit-text-stroke: 0 #fff
    }
}

@media (min-width:1023px) {
    .c2022 .c2022__banner-percentage {
        font-size: 72px !important
    }
}

.c2022 .c2022__btn {
    background: #29d54f !important;
    border: unset !important;
    box-shadow: none !important;
    color: #fff !important
}

.tracking {
    background: #f2f2f2
}

.tracking__header {
    background-image: url(/build/assets/header-bg-CCHm5D7G.jpg);
    background-position: 50% 50%;
    background-size: cover;
    height: 40vh;
    min-height: 350px
}

.tracking__header-text {
    top: -55px
}

.tracking__track {
    top: -110px
}

.tracking__results-top {
    background: linear-gradient(90deg, #28a5ef, #2758fa 67%)
}

.tracking__button {
    background: #ea4970;
    border-radius: 100px;
    min-width: 200px
}

.tracking__input {
    border: 1px solid #e5e5e5
}

.tracking__overlay {
    height: 100%;
    opacity: .8;
    width: 100%;
    z-index: 1
}

.tracking__overlay-spinner {
    height: 100px;
    width: 100px
}

.tracking__text-primary {
    color: #ea4970
}

.tracking__text-gray {
    color: #e3e3e3
}

.tracking__status--1 [data-desktop-step="1"] {
    display: block !important
}

.tracking__status--1 [data-mobile-step="1"] line {
    stroke: #ea4970
}

.tracking__status--1 [data-step] {
    color: #e3e3e3
}

.tracking__status--1 [data-step="1"] {
    color: #ea4970
}

.tracking__status--2 [data-desktop-step="2"] {
    display: block !important
}

.tracking__status--2 [data-mobile-step="1"] circle,
.tracking__status--2 [data-mobile-step="2"] circle {
    fill: #ea4970
}

.tracking__status--2 [data-mobile-step="1"] line,
.tracking__status--2 [data-mobile-step="2"] line {
    stroke: #ea4970
}

.tracking__status--2 [data-step] {
    color: #e3e3e3
}

.tracking__status--2 [data-step="1"],
.tracking__status--2 [data-step="2"] {
    color: #ea4970
}

.tracking__status--3 [data-desktop-step="3"] {
    display: block !important
}

.tracking__status--3 [data-mobile-step="1"] circle,
.tracking__status--3 [data-mobile-step="2"] circle,
.tracking__status--3 [data-mobile-step="3"] circle {
    fill: #ea4970
}

.tracking__status--3 [data-mobile-step="1"] line,
.tracking__status--3 [data-mobile-step="2"] line,
.tracking__status--3 [data-mobile-step="3"] line {
    stroke: #ea4970
}

.tracking__status--3 [data-step] {
    color: #e3e3e3
}

.tracking__status--3 [data-step="1"],
.tracking__status--3 [data-step="2"],
.tracking__status--3 [data-step="3"] {
    color: #ea4970
}

.tracking-checkmark-placeholder {
    background-color: #ccc;
    border-radius: 50%;
    display: flex;
    height: 12px;
    position: relative;
    width: 12px;
    z-index: 1
}

.tracking-progress-bar {
    border: 2px solid #ccc;
    display: block;
    height: 62px;
    width: 0
}

.tracking-progress-incomplete {
    border: 2px solid #1ac70e;
    display: none;
    height: 20px;
    position: absolute;
    top: 100%;
    width: 0;
    z-index: 1
}

.tracking-progress-wrapper__1 [data-tracking-step="1"],
.tracking-progress-wrapper__2 [data-tracking-step="1"],
.tracking-progress-wrapper__2 [data-tracking-step="2"],
.tracking-progress-wrapper__3 [data-tracking-step="1"],
.tracking-progress-wrapper__3 [data-tracking-step="2"],
.tracking-progress-wrapper__3 [data-tracking-step="3"] {
    color: #1ac70e
}

.tracking-progress-wrapper__1 [data-tracking-step="1"] span,
.tracking-progress-wrapper__2 [data-tracking-step="1"] span,
.tracking-progress-wrapper__2 [data-tracking-step="2"] span,
.tracking-progress-wrapper__3 [data-tracking-step="1"] span,
.tracking-progress-wrapper__3 [data-tracking-step="2"] span,
.tracking-progress-wrapper__3 [data-tracking-step="3"] span {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

.tracking-progress-wrapper__1 [data-tracking-step="1"] .tracking-progress-bar,
.tracking-progress-wrapper__2 [data-tracking-step="1"] .tracking-progress-bar,
.tracking-progress-wrapper__2 [data-tracking-step="2"] .tracking-progress-bar,
.tracking-progress-wrapper__3 [data-tracking-step="1"] .tracking-progress-bar,
.tracking-progress-wrapper__3 [data-tracking-step="2"] .tracking-progress-bar,
.tracking-progress-wrapper__3 [data-tracking-step="3"] .tracking-progress-bar {
    border-color: #1ac70e
}

.tracking-progress-wrapper__1 [data-tracking-step="1"] svg,
.tracking-progress-wrapper__2 [data-tracking-step="1"] svg,
.tracking-progress-wrapper__2 [data-tracking-step="2"] svg,
.tracking-progress-wrapper__3 [data-tracking-step="1"] svg,
.tracking-progress-wrapper__3 [data-tracking-step="2"] svg,
.tracking-progress-wrapper__3 [data-tracking-step="3"] svg {
    display: block;
    position: relative;
    z-index: 1
}

.tracking-progress-wrapper__1 [data-tracking-step="1"] .tracking-checkmark-placeholder,
.tracking-progress-wrapper__2 [data-tracking-step="1"] .tracking-checkmark-placeholder,
.tracking-progress-wrapper__2 [data-tracking-step="2"] .tracking-checkmark-placeholder,
.tracking-progress-wrapper__3 [data-tracking-step="1"] .tracking-checkmark-placeholder,
.tracking-progress-wrapper__3 [data-tracking-step="2"] .tracking-checkmark-placeholder,
.tracking-progress-wrapper__3 [data-tracking-step="3"] .tracking-checkmark-placeholder {
    display: none
}

.tracking-progress-wrapper__1 [data-tracking-step="1"] .tracking-progress-incomplete,
.tracking-progress-wrapper__2 [data-tracking-step="1"] .tracking-progress-incomplete,
.tracking-progress-wrapper__2 [data-tracking-step="2"] .tracking-progress-incomplete,
.tracking-progress-wrapper__3 [data-tracking-step="1"] .tracking-progress-incomplete,
.tracking-progress-wrapper__3 [data-tracking-step="2"] .tracking-progress-incomplete,
.tracking-progress-wrapper__3 [data-tracking-step="3"] .tracking-progress-incomplete {
    display: block
}

.tracking-progress-wrapper__1 [data-tracking-head="1"],
.tracking-progress-wrapper__2 [data-tracking-head="2"],
.tracking-progress-wrapper__3 [data-tracking-head="3"] {
    display: flex
}

.order-option-active-selection,
.order-option-selection {
    border: 1px solid transparent;
    border-radius: 8px
}

.order-option-selection {
    border-color: #909090
}

.order-option-selection-color1 {
    background-color: #c6d4e2
}

body {
    background: #fff;
    color: #000;
    font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.4
}

.bg-black {
    background-color: #000 !important
}

.options-label {
    font-size: 14px
}

.order-quantity-options__label {
    background: #f9f9f9
}

input:checked+.order-quantity-options__label {
    border: 3px solid #1ac70e
}

input:checked+.order-quantity-options__label--2 {
    border-color: #1ac70e
}

.order-quantity-options__badge {
    background-color: var(--order-option-badge-color, #387ff5)
}

.order-box-shadow,
.order-form-check {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1)
}

.order-options__bottom-badge {
    background-color: #387ff5
}

.btn,
.btn-radius-legacy {
    border-radius: 5px
}

.link-color a {
    color: #387ff5
}

.customer-support-select {
    border-color: #387ff5
}

.max-layout-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px
}

.big-price {
    color: gray
}

.flex-1 {
    flex: 1
}

.text-underline {
    text-decoration: underline
}

.side-note {
    border: 1px solid gray;
    color: gray;
    padding: 10px
}

.confirm__ebook-download {
    background: #f6fcec;
    border: 1px solid #5cd200;
    border-radius: 12px
}

.confirm__ebook-download p {
    color: #00c941
}

.confirm__ebook-download a {
    background: #1ac70e;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .25)
}

.btn-nuubu--white {
    background-color: #fff;
    border-color: #fff;
    color: #333;
    font-size: 1rem;
    font-weight: 700;
    padding: .9rem 1rem;
    width: 100%
}

.btn-nuubu--white:hover {
    background-color: #000;
    border-color: #fff
}

.btn-nuubu--white.focus,
.btn-nuubu--white:focus {
    background-color: #000;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(224, 224, 224, .5);
    color: #fff
}

.btn-nuubu--white.disabled,
.btn-nuubu--white:disabled {
    background-color: #fff;
    border-color: #fff;
    color: #333
}

.btn-nuubu--white:not(:disabled):not(.disabled).active,
.btn-nuubu--white:not(:disabled):not(.disabled):active,
.show>.btn-nuubu--white.dropdown-toggle {
    background-color: #e6e6e6;
    border-color: #dfdfdf;
    color: #333
}

.btn-nuubu--white:not(:disabled):not(.disabled).active:focus,
.btn-nuubu--white:not(:disabled):not(.disabled):active:focus,
.show>.btn-nuubu--white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 224, 224, .5)
}

@media (max-width:767.98px) {
    .btn-nuubu--white {
        padding: .85rem 1rem
    }
}

.btn-nuubu--white:hover {
    color: #fff
}

.btn-nuubu--black {
    background-color: #000;
    border-color: #000;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: .9rem 1rem;
    width: 100%
}

.btn-nuubu--black.focus,
.btn-nuubu--black:focus,
.btn-nuubu--black:hover {
    background-color: #fff;
    border-color: #000;
    color: #333
}

.btn-nuubu--black.focus,
.btn-nuubu--black:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-nuubu--black.disabled,
.btn-nuubu--black:disabled,
.btn-nuubu--black:not(:disabled):not(.disabled).active,
.btn-nuubu--black:not(:disabled):not(.disabled):active,
.show>.btn-nuubu--black.dropdown-toggle {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.btn-nuubu--black:not(:disabled):not(.disabled).active:focus,
.btn-nuubu--black:not(:disabled):not(.disabled):active:focus,
.show>.btn-nuubu--black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

@media (max-width:767.98px) {
    .btn-nuubu--black {
        padding: .85rem 1rem
    }
}

.btn-nuubu--black:hover {
    background: #0ed13d;
    color: #fff
}

.btn-nuubu--underline {
    background: transparent;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    padding: .2rem 0;
    position: relative
}

.btn-nuubu--underline:before {
    right: 0;
    width: 26%
}

.btn-nuubu--underline:after,
.btn-nuubu--underline:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute
}

.btn-nuubu--underline:after {
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform .25s ease-out;
    width: 100%
}

.btn-nuubu--underline:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left
}

@media (max-width:767.98px) {
    .btn-nuubu--underline {
        padding: .35rem 0
    }
}

.btn-nuubu--underline:hover {
    color: #fff
}

.btn-nuubu--tea {
    background-color: #77b43a;
    border-color: transparent;
    border-radius: .5rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: .7rem .5rem
}

.btn-nuubu--tea.focus,
.btn-nuubu--tea:focus,
.btn-nuubu--tea:hover {
    background-color: #649730;
    border-color: transparent;
    color: #fff
}

.btn-nuubu--tea.focus,
.btn-nuubu--tea:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.btn-nuubu--tea.disabled,
.btn-nuubu--tea:disabled {
    background-color: #77b43a;
    border-color: transparent;
    color: #fff
}

.btn-nuubu--tea:not(:disabled):not(.disabled).active,
.btn-nuubu--tea:not(:disabled):not(.disabled):active,
.show>.btn-nuubu--tea.dropdown-toggle {
    background-color: #5d8e2d;
    border-color: transparent;
    color: #fff
}

.btn-nuubu--tea:not(:disabled):not(.disabled).active:focus,
.btn-nuubu--tea:not(:disabled):not(.disabled):active:focus,
.show>.btn-nuubu--tea.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

@media (min-width:576px) {
    .btn-nuubu--tea {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.btn-nuubu--tea small {
    color: #3c5b1d;
    font-size: .6em
}

.cod-nav-button {
    text-decoration: none
}

.cod-nav-button:hover {
    text-decoration: underline
}

.order-quantity-options--4 .order-quantity-options__overlay {
    background: #1ac70e;
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 58%);
    opacity: .4
}

.order-quantity-options--4 .order-quantity-options__text {
    opacity: .4;
    transform: rotate(-8deg)
}

.order-quantity-options--4 .order-quantity-options__old {
    color: #a8a8a8;
    opacity: .4
}

.order-quantity-options--4 .order-quantity-options__price {
    color: #1ac70e;
    opacity: .4
}

.order-quantity-options--4 input:checked+.order-quantity-options__label {
    border: 3px solid #1ac70e
}

.order-quantity-options--4 input:checked+.order-quantity-options__label .order-quantity-options__old,
.order-quantity-options--4 input:checked+.order-quantity-options__label .order-quantity-options__overlay,
.order-quantity-options--4 input:checked+.order-quantity-options__label .order-quantity-options__price,
.order-quantity-options--4 input:checked+.order-quantity-options__label .order-quantity-options__text {
    opacity: 1
}

.order-page-nuubu .order-page-features {
    background: #007ffd;
    color: #fff
}

.order-page-nuubu .order-page-features--p2 {
    background: #188f18;
    color: #fff
}

.nuubu-upsell-downsell-modal {
    font-family: Montserrat, sans-serif !important
}

.nuubu-upsell-downsell-modal button:focus {
    outline: none
}

.nuubu-upsell-downsell-modal .modal-dialog {
    max-width: 850px
}

.nuubu-upsell-downsell-modal .modal-content {
    background: linear-gradient(112.97deg, #e2ffc8 41.02%, #fbfbfb 97.82%);
    border: 0;
    border-radius: 20px;
    min-height: 400px
}

.nuubu-upsell-downsell-modal .modal-header {
    border: 0;
    display: flex;
    justify-content: flex-end;
    margin-bottom: -2rem;
    padding: 1rem 2rem
}

.nuubu-upsell-downsell-modal .modal-header .close {
    font-size: 27px;
    margin: 0;
    padding: 0
}

.nuubu-upsell-downsell-modal .modal-title {
    font-family: Montserrat, sans-serif !important;
    font-weight: 700;
    line-height: 1.3;
    margin: auto;
    opacity: 1;
    text-align: center;
    width: 80%
}

@media (max-width:767.98px) {
    .nuubu-upsell-downsell-modal .modal-title {
        font-size: 20px;
        width: 100%
    }
}

.nuubu-upsell-downsell-modal .modal-body {
    color: #020202;
    padding: 1rem 3rem
}

@media (max-width:767.98px) {
    .nuubu-upsell-downsell-modal .modal-body {
        padding: 1rem
    }
}

.nuubu-upsell-downsell-modal .modal-body__badge {
    background: #0097fe;
    border-radius: 50%;
    bottom: 50px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .45);
    height: 80px;
    right: 20px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    width: 80px
}

@media (max-width:767.98px) {
    .nuubu-upsell-downsell-modal .modal-body__badge {
        bottom: 50px;
        height: 60px;
        right: 20px;
        width: 60px
    }
}

.nuubu-upsell-downsell-modal .modal-body__content {
    line-height: 1.4
}

.nuubu-upsell-downsell-modal .modal-body__mega-deal span {
    font-style: italic;
    text-decoration: underline
}

.nuubu-upsell-downsell-modal .modal-body--text-blue {
    color: #0097fe
}

.nuubu-upsell-downsell-modal__btn {
    background: #6fdc1e;
    border: 0;
    border-radius: 1.2rem;
    box-shadow: 0 3px #0aa80d;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    padding: 13px 10px;
    text-transform: inherit;
    width: 100%
}

@media (max-width:767.98px) {
    .nuubu-upsell-downsell-modal__btn {
        font-size: 19px
    }
}

.nuubu-upsell-downsell-modal__btn small {
    display: block;
    font-size: 12px;
    font-weight: lighter;
    line-height: 1.2
}

.nuubu-upsell-downsell-modal__btn:hover {
    box-shadow: 0 .7rem .7rem rgba(0, 0, 0, .5);
    color: #118e08;
    text-decoration: none
}

.nuubu-upsell-downsell-modal__no-thanks {
    background: 0;
    border: none;
    display: flex;
    justify-content: center;
    text-decoration: underline
}

.nuubu-o7__order-options-count {
    background: #2d8708;
    min-height: 40px;
    min-width: 40px
}

.nuubu-o18__subscription {
    background: #f9f9f9;
    border: 3px solid #1ac70e
}

.nuubu-o18__subscription--checked {
    background: #f9f9f9;
    border: 3px solid transparent;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25)
}

.container-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:576px) {
    .container-2 {
        max-width: 576px
    }
}

@media (min-width:768px) {
    .container-2 {
        max-width: 768px
    }
}

@media (min-width:1023px) {
    .container-2 {
        max-width: 1023px
    }
}

@media (min-width:1400px) {
    .container-2 {
        max-width: 1300px
    }
}

.container-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:576px) {
    .container-3 {
        max-width: 576px
    }
}

@media (min-width:768px) {
    .container-3 {
        max-width: 768px
    }
}

@media (min-width:1023px) {
    .container-3 {
        max-width: 1023px
    }
}

@media (min-width:1400px) {
    .container-3 {
        max-width: 1140px
    }
}

.container-brand {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:576px) {
    .container-brand {
        max-width: 576px
    }
}

@media (min-width:768px) {
    .container-brand {
        max-width: 768px
    }
}

@media (min-width:1023px) {
    .container-brand {
        max-width: 1023px
    }
}

@media (min-width:1400px) {
    .container-brand {
        max-width: 1140px
    }
}

.container-2-sm {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.container-2,
.container-2-sm {
    max-width: 576px
}

.container-2-md {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.container-2,
.container-2-md,
.container-2-sm {
    max-width: 768px
}

.container-2-lg {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.container-2,
.container-2-lg,
.container-2-md,
.container-2-sm {
    max-width: 1023px
}

.container-2-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.container-2,
.container-2-lg,
.container-2-md,
.container-2-sm,
.container-2-xl {
    max-width: 1300px
}

.container-primary {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:576px) {
    .container-primary {
        max-width: 576px
    }
}

@media (min-width:768px) {
    .container-primary {
        max-width: 768px
    }
}

@media (min-width:1023px) {
    .container-primary {
        max-width: 1023px
    }
}

@media (min-width:1400px) {
    .container-primary {
        max-width: 1400px
    }
}

@media (min-width:768px) {
    .container-primary {
        margin-left: auto;
        margin-right: auto;
        padding-left: 24px;
        padding-right: 24px;
        width: 100%
    }
}

@media (min-width:1023px) {
    .container-primary {
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
        width: 100%
    }
}

@media (min-width:1400px) {
    .container-primary {
        margin-left: auto;
        margin-right: auto;
        padding-left: 130px;
        padding-right: 130px;
        width: 100%
    }
}

button:focus {
    box-shadow: none !important;
    outline: none !important
}

.bg-brown {
    background-color: #1d1c1c
}

.bg-vanilla {
    background-color: #c9bb9b
}

.sticky {
    position: sticky !important;
    top: 0;
    z-index: 99
}

.border-nuubu {
    border-top: 1px solid #36b106
}

.bg-green {
    background-color: #188f18
}

.logo__image {
    max-width: 290px
}

.nuubu-video__iframe {
    height: 470px;
    width: 100%
}

@media (max-width:767.98px) {
    .nuubu-video__iframe {
        height: 200px
    }
}

#disclaimers p {
    color: #666 !important;
    display: flex;
    font-size: 13px !important;
    justify-content: flex-end
}

@media (max-width:767.98px) {
    #disclaimers p {
        justify-content: center;
        margin: 0 !important
    }
}

.btn-nuubu--primary-outline {
    border: 1px solid #fff;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: .7rem 1rem;
    width: 100%
}

.btn-nuubu--primary-outline:hover {
    background-color: #fff;
    border-color: #fff;
    color: #222
}

.btn-nuubu--primary-outline.focus,
.btn-nuubu--primary-outline:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.btn-nuubu--primary-outline.disabled,
.btn-nuubu--primary-outline:disabled {
    background-color: transparent;
    color: #fff
}

.btn-nuubu--primary-outline:not(:disabled):not(.disabled).active,
.btn-nuubu--primary-outline:not(:disabled):not(.disabled):active,
.show>.btn-nuubu--primary-outline.dropdown-toggle {
    background-color: #fff;
    border-color: #fff;
    color: #333
}

.btn-nuubu--primary-outline:not(:disabled):not(.disabled).active:focus,
.btn-nuubu--primary-outline:not(:disabled):not(.disabled):active:focus,
.show>.btn-nuubu--primary-outline.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

@media (max-width:767.98px) {
    .btn-nuubu--primary-outline {
        padding: .85rem 1rem
    }
}

.btn-nuubu--primary-outline:hover {
    color: #000
}

.btn-nuubu--primary-outline-black {
    border: 1px solid #000;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    padding: .7rem 1rem;
    width: 100%
}

.btn-nuubu--primary-outline-black:hover {
    background-color: #0d0d0d;
    border-color: #000;
    color: #222
}

.btn-nuubu--primary-outline-black.focus,
.btn-nuubu--primary-outline-black:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-nuubu--primary-outline-black.disabled,
.btn-nuubu--primary-outline-black:disabled {
    background-color: transparent;
    color: #000
}

.btn-nuubu--primary-outline-black:not(:disabled):not(.disabled).active,
.btn-nuubu--primary-outline-black:not(:disabled):not(.disabled):active,
.show>.btn-nuubu--primary-outline-black.dropdown-toggle {
    background-color: #0d0d0d;
    border-color: #000;
    color: #fff
}

.btn-nuubu--primary-outline-black:not(:disabled):not(.disabled).active:focus,
.btn-nuubu--primary-outline-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-nuubu--primary-outline-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

@media (max-width:767.98px) {
    .btn-nuubu--primary-outline-black {
        padding: .85rem 1rem
    }
}

.btn-nuubu--primary-outline-black:hover {
    color: #fff
}

.btn-nuubu--green {
    background-color: #188f18;
    border-color: #188f18;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: .7rem 1rem;
    width: 100%
}

.btn-nuubu--green.focus,
.btn-nuubu--green:focus,
.btn-nuubu--green:hover {
    background-color: #1ca51c;
    border-color: #188f18;
    color: #fff
}

.btn-nuubu--green.focus,
.btn-nuubu--green:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 160, 59, .5)
}

.btn-nuubu--green.disabled,
.btn-nuubu--green:disabled {
    background-color: #188f18;
    border-color: #188f18;
    color: #fff
}

.btn-nuubu--green:not(:disabled):not(.disabled).active,
.btn-nuubu--green:not(:disabled):not(.disabled):active,
.show>.btn-nuubu--green.dropdown-toggle {
    background-color: #116311;
    border-color: #0f580f;
    color: #fff
}

.btn-nuubu--green:not(:disabled):not(.disabled).active:focus,
.btn-nuubu--green:not(:disabled):not(.disabled):active:focus,
.show>.btn-nuubu--green.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 160, 59, .5)
}

@media (max-width:767.98px) {
    .btn-nuubu--green {
        padding: .85rem 1rem
    }
}

.btn-nuubu--green-light {
    background-color: #1ac70e;
    border-color: #1ac70e;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    padding: .7rem 1rem;
    width: 100%
}

.btn-nuubu--green-light:hover {
    background-color: #1ddf10;
    border-color: #1ac70e;
    color: #fff
}

.btn-nuubu--green-light.focus,
.btn-nuubu--green-light:focus {
    background-color: #1ddf10;
    border-color: #1ac70e;
    box-shadow: 0 0 0 .2rem rgba(60, 207, 50, .5);
    color: #fff
}

.btn-nuubu--green-light.disabled,
.btn-nuubu--green-light:disabled {
    background-color: #1ac70e;
    border-color: #1ac70e;
    color: #fff
}

.btn-nuubu--green-light:not(:disabled):not(.disabled).active,
.btn-nuubu--green-light:not(:disabled):not(.disabled):active,
.show>.btn-nuubu--green-light.dropdown-toggle {
    background-color: #14970b;
    border-color: #128b0a;
    color: #fff
}

.btn-nuubu--green-light:not(:disabled):not(.disabled).active:focus,
.btn-nuubu--green-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-nuubu--green-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(60, 207, 50, .5)
}

@media (max-width:767.98px) {
    .btn-nuubu--green-light {
        padding: .85rem 1rem
    }
}

.btn-nuubu--dropdown {
    background-color: transparent;
    border: 0;
    outline: none;
    z-index: 3
}

.btn-nuubu--dropdown:after {
    border-left: .35em solid transparent;
    border-right: .35em solid transparent;
    border-top: .35em solid;
    margin-left: .1em
}

.navbar-nuubu {
    z-index: 2
}

.navbar-nuubu .navbar-brand img {
    max-width: 205px !important
}

@media (max-width:767.98px) {
    .navbar-nuubu .navbar-brand img {
        margin-bottom: -1rem;
        max-width: 180px !important
    }
}

.navbar-nuubu .navbar-brand--white img {
    max-width: 210px !important
}

.navbar-nuubu .navbar-toggler {
    border: 0;
    right: 0;
    top: 1.2rem
}

.navbar-nuubu .navbar-toggler--white {
    background: transparent;
    border: 0;
    right: 0;
    top: .65rem
}

.navbar-nuubu .nav-item {
    margin-right: 1rem
}

.navbar-nuubu .nav-item .nav-link {
    opacity: 1
}

.navbar-nuubu .nav-item .nav-link:after {
    background: transparent;
    content: "";
    display: block;
    height: 1px;
    margin: 6px auto auto;
    transition: width .35s ease, background-color .35s ease;
    width: 0
}

.navbar-nuubu .nav-item .nav-link:hover {
    background: rgba(0, 0, 0, .6)
}

.navbar-nuubu .nav-item .nav-link:hover:after {
    background: #64801a;
    width: 100%
}

.navbar-nuubu .nav-item-white {
    margin-right: 2rem
}

.navbar-nuubu .nav-item-white .nav-link {
    opacity: 1
}

.navbar-nuubu .nav-item-white .nav-link:after {
    background: transparent;
    content: "";
    display: block;
    height: 1px;
    margin: 6px auto auto;
    transition: width .35s ease, background-color .35s ease;
    width: 0
}

.navbar-nuubu .nav-item-white .nav-link:hover {
    background: #188f18;
    color: #fff !important
}

.navbar-nuubu .nav-item-white .nav-link:hover:after {
    background: #fff;
    width: 100%
}

.navbar-nuubu .dropdown-menu {
    background-color: rgba(0, 0, 0, .4);
    font-size: 13px;
    height: 9.5rem;
    overflow: auto
}

.navbar-nuubu .dropdown-menu .dropdown-item {
    color: #fff
}

.navbar-nuubu .dropdown-menu .dropdown-item:hover {
    color: #000
}

.navbar {
    top: 0
}

.promote-1 {
    background: url(/build/assets/bg-promote-1-s3qfNSOY.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 8% 0
}

.promote-1--white {
    background: url(/build/assets/bg-promote-1-white-xG8fXcEd.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 8% 0
}

.promote-2 {
    background: url(/build/assets/bg-promote-2-CXK_fHG5.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 8% 0
}

.promote-2--white {
    background: url(/build/assets/bg-promote-2-white-CFfhsGkz.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 8% 0
}

.toxin-removal {
    background-color: #877d69;
    margin: 7rem 0 6rem;
    padding: 2.5% 0
}

@media (max-width:767.98px) {
    .toxin-removal {
        margin-bottom: 3rem;
        margin-top: 7rem
    }
}

.toxin-removal__image {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 75%
}

@media (max-width:767.98px) {
    .toxin-removal__image {
        margin: -3rem auto auto;
        position: relative;
        width: 50%
    }
}

.toxin-removal__image--2 {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 87%
}

@media (max-width:767.98px) {
    .toxin-removal__image--2 {
        margin: -3rem auto auto;
        position: relative;
        width: 55%
    }
}

.toxin-removal-white {
    background: url(/build/assets/bg-toxin-removal-d2-ugzPg.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin: 7rem 0 6rem;
    padding: 2.5% 0
}

@media (max-width:767.98px) {
    .toxin-removal-white {
        margin-bottom: -3rem;
        margin-top: 7rem
    }
}

.toxin-removal-white__image {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 75%
}

@media (max-width:767.98px) {
    .toxin-removal-white__image {
        margin: -3rem auto auto;
        position: relative;
        width: 50%
    }
}

.nuubu-product-1 {
    color: #000 !important
}

.nuubu-product-1 p {
    font-size: 16px;
    margin: 10px 0 !important
}

.nuubu-product-1 .paragraph {
    font-size: 18px !important
}

.nuubu-product-1 span {
    font-size: 14px !important;
    line-height: 1 !important
}

.nuubu-product-1 .small {
    font-size: 14.4px !important
}

.nuubu-product-1 .p-sm-4 {
    padding: .75rem !important
}

.nuubu-product-1 .mt-3 {
    margin-top: .5rem !important
}

.nuubu-product-1 .btn {
    background: #0fd13d;
    border-radius: 1rem;
    box-shadow: 0 .4rem .4rem rgba(0, 0, 0, .35);
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 1rem 1.5rem;
    text-transform: capitalize;
    vertical-align: top
}

.nuubu-product-1 .btn:hover {
    box-shadow: 0 .7rem .7rem rgba(0, 0, 0, .5);
    text-decoration: none
}

.nuubu-product-1 .section-gallery {
    display: flex;
    flex-wrap: wrap
}

.nuubu-product-1 .section-gallery .text {
    background: #f1f4f9;
    padding: 10px 0;
    text-align: center;
    width: 100%
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .section-gallery .text {
        font-size: .625rem
    }
}

.nuubu-product-1 .gallery {
    align-items: center;
    display: flex;
    overflow: hidden;
    width: 100%
}

.nuubu-product-1 .gallery .image {
    position: relative;
    width: 25%
}

.nuubu-product-1 .gallery .image img {
    width: 100%
}

.nuubu-product-1 .gallery .text {
    bottom: 0;
    color: #fff;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.nuubu-product-1 .testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    max-width: 100%;
    width: 100%
}

.nuubu-product-1 .testimonial-item {
    background: #f6f6f6;
    border: .05rem solid #a2a2a2;
    border-radius: 1.25rem;
    font-size: .9rem;
    line-height: .9rem;
    margin: 0 .35em .75rem;
    padding: 1.35rem 1.5rem 2rem;
    position: relative;
    width: 14.5rem
}

.nuubu-product-1 .testimonial-item .photo {
    margin-top: 1.2rem
}

.nuubu-product-1 .testimonial-item .rate {
    clear: both;
    display: block;
    padding: 1.25rem 0 .5rem;
    width: 100%
}

.nuubu-product-1 .testimonial-item .icon {
    padding: .75rem;
    position: absolute;
    right: 0;
    top: 0
}

.nuubu-product-1 .testimonial-item .image {
    float: left;
    margin: -.75rem .75rem -.75rem -.75rem
}

.nuubu-product-1 .testimonial-item .image img {
    border-radius: 50%
}

.nuubu-product-1 .testimonial-item cite {
    color: #2e3034;
    display: block;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem;
    margin-right: 1.5rem;
    padding-left: 3rem
}

.nuubu-product-1 .testimonial-item cite .date {
    display: block;
    font-size: .75rem;
    font-weight: 400;
    padding-top: .25rem
}

.nuubu-product-1 .section-cta {
    background: #2776f7;
    background: linear-gradient(90deg, #28a5ef, #2758fa 67%);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1rem 0;
    text-align: center
}

.nuubu-product-1 .section-cta .btn {
    margin: 1rem 0
}

.nuubu-product-1 .section-cta h2 {
    font-weight: 700
}

.nuubu-product-1 .section-reviews {
    background: #f1f4f8;
    padding: 2rem 0
}

.nuubu-product-1 .section-reviews .row {
    display: flex;
    flex-wrap: wrap
}

.nuubu-product-1 .section-reviews .col-left {
    width: 52%
}

.nuubu-product-1 .section-reviews .col-right {
    margin-left: auto;
    padding: .4em 0;
    text-align: center;
    width: 48%
}

.nuubu-product-1 .section-reviews .col-right .image {
    margin-bottom: 1.75rem
}

.nuubu-product-1 .section-reviews h2 {
    color: #353535;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0 0 .25rem
}

.nuubu-product-1 .section-reviews .safe {
    margin-bottom: 1.75rem
}

.nuubu-product-1 .section-text {
    background-color: #f1f4f8;
    padding: 2rem 0;
    position: relative
}

.nuubu-product-1 .section-text .bg {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 45%;
    padding-right: 5%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 3rem
}

.nuubu-product-1 .section-text .bg img {
    max-height: 350px
}

.nuubu-product-1 .section-text .container,
.nuubu-product-1 .section-text .cta {
    position: relative;
    z-index: 1
}

.nuubu-product-1 .section-text .entry {
    max-width: 70%;
    padding-bottom: 3rem;
    position: relative;
    z-index: 1
}

.nuubu-product-1 .section-text h2 {
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 0 1.5rem
}

.nuubu-product-1 .section-text h2:after {
    background: #87b93e;
    content: "";
    display: block;
    height: .25rem;
    margin-top: 1.25rem;
    width: 3.9rem
}

.nuubu-product-1 .section-text .paragraph {
    font-size: 2.25rem
}

.nuubu-product-1 .section-how {
    padding-bottom: 3rem
}

.nuubu-product-1 .section-how h2 {
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1.85rem 0 3rem
}

.nuubu-product-1 .section-how h2:after {
    background: #87b93e;
    content: "";
    display: block;
    height: .25rem;
    margin-top: 1.25rem;
    width: 3.9rem
}

.nuubu-product-1 .section-how .video {
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
    vertical-align: top
}

.nuubu-product-1 .section-review {
    background: #2776f7;
    background: linear-gradient(90deg, #28a5ef, #2758fa 67%);
    font-size: 1.3rem;
    font-size: 14px;
    font-weight: 300;
    position: sticky;
    top: 0;
    z-index: 10
}

.nuubu-product-1 .section-review p {
    font-size: 14px !important
}

.nuubu-product-1 .section-review .container {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.nuubu-product-1 .section-review .stars {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 60%
}

.nuubu-product-1 .section-review .stars img {
    margin-right: .75rem
}

.nuubu-product-1 .section-review .logo {
    display: block;
    width: 27rem
}

.nuubu-product-1 .cta {
    text-align: center
}

.nuubu-product-1 .cta .small {
    font-family: sans-serif;
    font-size: .9rem;
    padding: .2em 0 .7rem
}

.nuubu-product-1 .section-desc {
    background-position: 100%;
    background-size: contain;
    padding: 2.5rem 0;
    position: relative;
    text-align: center;
    z-index: 5
}

.nuubu-product-1 .section-desc h2 {
    font-family: sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    padding-bottom: 2rem
}

.nuubu-product-1 .section-desc ul {
    text-align: left
}

.nuubu-product-1 .section-desc .toxin-signs-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 2.45rem
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .section-desc .toxin-signs-list {
        font-size: .625rem;
        margin: auto;
        max-width: 425px;
        padding-left: 1.25rem
    }
}

@media screen and (max-width:424px) {
    .nuubu-product-1 .section-desc .toxin-signs-list {
        font-size: .5rem;
        padding: 0
    }
}

.nuubu-product-1 .section-desc .toxin-signs-list ul {
    width: 45%
}

.nuubu-product-1 .section-desc .text ul li {
    font-size: 2.25rem;
    padding: .5rem 0 1.5rem;
    text-align: left
}

.nuubu-product-1 .section-desc h1 {
    color: #000;
    font-family: sans-serif;
    font-size: 3.25rem;
    font-weight: 700;
    padding-bottom: 2rem
}

@media screen and (max-width:576px) {
    .nuubu-product-1 .section-desc h1 {
        font-size: 1.25rem !important
    }
}

.nuubu-product-1 .section-desc .toxin-signs-header {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-left: 1.25rem;
    text-align: left;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .section-desc .toxin-signs-header {
        font-size: 2.25rem;
        margin: 0 auto 2rem;
        text-align: center
    }
}

.nuubu-product-1 .section-desc .toxin-signs-header span {
    color: #ff7400
}

.nuubu-product-1 .section-desc .device {
    align-items: center;
    display: flex;
    min-width: 20%;
    width: 20%
}

.nuubu-product-1 .section-desc .text {
    width: 100%
}

.nuubu-product-1 .section-desc .text-list {
    font-weight: 400;
    margin-left: 2.5rem;
    width: 75%
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .section-desc .text-list {
        margin-left: 0;
        width: 100%
    }
}

.nuubu-product-1 .section-desc .before-after {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.nuubu-product-1 .section-desc .before-after .version {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 50%
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .section-desc .before-after .version {
        max-width: 425px;
        width: 100%
    }
}

.nuubu-product-1 .section-desc .before-after .headline {
    align-items: center;
    display: flex;
    font-weight: 700
}

.nuubu-product-1 .section-desc .before-after .headline .image {
    width: 50px
}

.nuubu-product-1 .speech-bubble-text {
    align-items: center;
    display: flex;
    font-size: 2.25rem;
    height: 85%;
    justify-content: center;
    left: 12.5%;
    position: absolute;
    top: 0;
    width: 75%
}

.nuubu-product-1 .speech-bubbles-device {
    width: 75%
}

.nuubu-product-1 .how-to-float-text {
    bottom: 30px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.75;
    position: absolute;
    width: 70%
}

.nuubu-product-1 .how-to-float-text--left {
    left: 30px;
    text-align: left
}

.nuubu-product-1 .how-to-float-text--right {
    right: 30px;
    text-align: right
}

.nuubu-product-1 .section-review .container .logo-stars {
    width: 60%
}

.nuubu-product-1 .btn-cta {
    font-size: 1.75rem;
    text-align: center;
    text-transform: uppercase;
    width: 40%
}

.nuubu-product-1 .section-how .device {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.nuubu-product-1 .section-how .detox-circle .image {
    width: 65%
}

.nuubu-product-1 .section-how .detox-circle .text-float {
    font-size: 14px;
    font-weight: 400;
    -webkit-hyphens: auto;
    hyphens: auto;
    max-width: 150px;
    position: absolute;
    word-break: break-word
}

.nuubu-product-1 .section-how .detox-circle .text-float .image {
    display: none
}

.nuubu-product-1 .section-how .detox-circle .text-float .heading {
    color: #87b93e;
    display: block
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .section-how .detox-circle .text-float .heading {
        font-size: 17px
    }
}

.nuubu-product-1 .section-how .detox-circle {
    padding-bottom: 6.5rem
}

.nuubu-product-1 .section-how .detox-circle .image-product {
    display: none;
    margin: auto;
    min-width: 280px
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .md-block {
        display: block !important
    }

    .nuubu-product-1 .md-none {
        display: none !important
    }
}

@media screen and (max-width:425px) {
    .nuubu-product-1 .xs-none {
        display: none !important
    }

    .nuubu-product-1 .xs-block {
        display: block !important
    }
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .section-how .detox-circle {
        padding-bottom: 0
    }

    .nuubu-product-1 .section-how .detox-circle .image-product {
        display: block
    }

    .nuubu-product-1 .section-how .detox-circle .image-circle {
        display: none
    }

    .nuubu-product-1 .section-how .detox-circle .device {
        align-items: flex-start;
        flex-direction: column
    }

    .nuubu-product-1 .section-how .detox-circle .text-float {
        align-items: center;
        display: flex;
        font-size: .875rem;
        max-width: 100% !important;
        padding-bottom: .5rem;
        position: static
    }

    .nuubu-product-1 .section-how .detox-circle .text-float .image {
        display: block;
        margin-bottom: auto;
        margin-right: .5rem;
        max-width: 20%;
        min-width: 100px;
        width: 300px
    }

    .nuubu-product-1 .section-how .detox-circle .text-float .content {
        line-height: 1;
        width: 80%
    }
}

@media screen and (max-width:767px) and (max-width:767px) {
    .nuubu-product-1 .section-how .detox-circle .text-float .content {
        line-height: 1.5
    }
}

.nuubu-product-1 .device-steps-holder {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.nuubu-product-1 .device-steps-holder .step {
    margin-bottom: 1.85rem;
    text-align: center;
    width: 24.5%
}

.nuubu-product-1 .device-steps-holder .text {
    font-weight: 400;
    line-height: 24px;
    min-height: 48px
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .device-steps-holder {
        justify-content: center
    }

    .nuubu-product-1 .device-steps-holder .step {
        max-width: 280px;
        width: 65%
    }

    .nuubu-product-1 .device-steps-holder .text {
        font-size: 1.75rem
    }
}

.nuubu-product-1 .section-entry {
    min-height: 700px
}

.nuubu-product-1 .section-entry li {
    font-weight: 400;
    margin-bottom: 1.5rem
}

.nuubu-product-1 .section-entry .background .image .text {
    font-size: .75vw;
    font-weight: 600;
    -webkit-hyphens: auto;
    hyphens: auto;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word
}

@media screen and (min-width:1441px) {
    .nuubu-product-1 .section-entry .background .image .text {
        font-size: 12px
    }
}

@media screen and (min-width:1024px) {
    .nuubu-product-1 .section-entry .background.lg {
        display: flex
    }

    .nuubu-product-1 .section-entry .background.sm {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .nuubu-product-1 .section-entry .background.lg {
        display: none
    }

    .nuubu-product-1 .section-entry .background.sm {
        display: flex
    }

    .nuubu-product-1 .section-entry .background .image .text {
        font-size: 10px
    }
}

.nuubu-product-1 .section-compare .column {
    display: flex;
    flex-direction: column;
    width: 45%
}

.nuubu-product-1 .section-compare .item {
    display: flex;
    padding-bottom: 1.5rem;
    width: 90%
}

.nuubu-product-1 .section-compare .item.reverse {
    flex-direction: row-reverse
}

.nuubu-product-1 .section-compare .image {
    margin: 0 4% auto 0;
    min-width: 60px;
    width: 30%
}

.nuubu-product-1 .section-compare .item.reverse .image {
    margin: 0 0 auto 4%
}

.nuubu-product-1 .section-compare .text {
    font-weight: 400;
    width: 100%
}

@media screen and (min-width:768px) {
    .nuubu-product-1 .mobile-only {
        display: none !important
    }

    .nuubu-product-1 .section-entry {
        padding: 3rem 0 0 !important
    }
}

@media screen and (max-width:900px) {
    .nuubu-product-1 .speech-bubble-text {
        font-size: 2vw
    }

    .nuubu-product-1 .how-to-float-text {
        bottom: 3vw;
        font-size: 3vw
    }

    .nuubu-product-1 .how-to-float-text--left {
        left: 3vw
    }

    .nuubu-product-1 .how-to-float-text--right {
        right: 3vw
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .nuubu-product-1 .section-desc h1 {
        font-size: 4.75vw
    }

    .nuubu-product-1 .section-desc h2 {
        font-size: 3vw
    }
}

@media screen and (min-width:1201px) {
    .nuubu-product-1 .section-desc h1 {
        font-size: 5.5rem
    }
}

@media (min-width:768px) {
    .nuubu-product-1 .lg-m-0 {
        margin: 0 !important
    }
}

@media screen and (max-width:1360px) {
    .nuubu-product-1 .section-desc {
        padding: 2rem 0
    }

    .nuubu-product-1 .btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .nuubu-product-1 .btn-cta {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

@media screen and (min-width:1211px) {
    .nuubu-product-1 .section-reviews .col-right .btn {
        font-size: 2.25rem
    }
}

@media screen and (max-width:1210px) {
    .nuubu-product-1 .section-reviews .col-left {
        width: 100%
    }

    .nuubu-product-1 .section-reviews .col-right {
        padding-top: 2rem;
        width: 100%
    }

    .nuubu-product-1 .section-reviews .col-right .image {
        margin-bottom: 0
    }

    .nuubu-product-1 .section-reviews .col-right .btn {
        display: none
    }

    .nuubu-product-1 .testimonials {
        width: 91.8rem
    }
}

@media screen and (max-width:1023px) {
    .nuubu-product-1 .testimonials {
        width: 30.6rem
    }

    .nuubu-product-1 .section-text .entry {
        max-width: none
    }

    .nuubu-product-1 .section-text .bg {
        display: none
    }

    .nuubu-product-1 .lg-no-bg {
        background-image: none !important
    }
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .section-review .container .stars {
        width: auto
    }

    .nuubu-product-1 .gallery {
        height: auto
    }

    .nuubu-product-1 .gallery .text {
        font-size: 12px
    }

    .nuubu-product-1 html {
        font-size: 10px
    }

    .nuubu-product-1 .secure {
        display: none
    }

    .nuubu-product-1 .section-cta {
        padding-top: 1.25rem
    }

    .nuubu-product-1 .section-cta h2 {
        font-size: 1.1rem;
        line-height: normal
    }

    .nuubu-product-1 .testimonials .testimonial-item {
        height: -moz-fit-content;
        height: fit-content;
        margin: 0 1% .75rem;
        max-width: 12.5rem;
        padding: .35em .5rem .5rem;
        transform: none !important;
        width: 47%
    }

    .nuubu-product-1 .big {
        padding: 0
    }

    .nuubu-product-1 .testimonials .testimonial-item .image {
        margin: 0 -rem(.5rem);
        width: 2.5rem
    }

    .nuubu-product-1 .testimonials .testimonial-item .date {
        font-size: .65rem;
        margin-top: -rem(.4rem)
    }

    .nuubu-product-1 .testimonials .testimonial-item p {
        font-size: .65rem;
        line-height: .8rem;
        word-break: break-word
    }

    .nuubu-product-1 .testimonials .testimonial-item .photo {
        margin-top: 1rem
    }

    .nuubu-product-1 .testimonials .testimonial-item .rate {
        margin: 0 -rem(.5rem);
        padding: .85rem 0 .25rem
    }

    .nuubu-product-1 .testimonials .testimonial-item cite {
        font-size: .65rem;
        line-height: .75rem
    }

    .nuubu-product-1 .testimonials .testimonial-item .icon {
        display: none
    }

    .nuubu-product-1 .testimonials .testimonial-item .rate img {
        height: 1.2rem
    }

    .nuubu-product-1 .btn {
        border-radius: .75rem;
        display: block;
        font-size: .85rem;
        padding: .7rem .25rem
    }

    .nuubu-product-1 .section-hero .discount {
        margin: 0;
        padding: 0;
        width: 100%
    }

    .nuubu-product-1 .section-hero .discount .meta {
        font-size: .65rem;
        line-height: .75rem;
        padding: .5rem
    }

    .nuubu-product-1 .section-hero .discount .main {
        font-size: 1.3rem;
        line-height: normal
    }

    .nuubu-product-1 .section-hero .discount .main strong {
        font-size: 9.6rem;
        line-height: 9.6rem
    }

    .nuubu-product-1 .section-hero .discount .main .last {
        display: block;
        font-size: 1.45rem;
        margin: -.8rem 0;
        padding: 0
    }

    .nuubu-product-1 .section-hero .discount .desc {
        font-size: .95rem;
        padding: .7rem 0 .5rem
    }

    .nuubu-product-1 .section-hero .discount:before {
        content: "";
        display: none
    }

    .nuubu-product-1 .mobile-none {
        display: none !important
    }

    .nuubu-product-1 .section-how h2,
    .nuubu-product-1 .section-text h2 {
        font-size: 1.2rem;
        line-height: 1.35rem
    }

    .nuubu-product-1 .section-how h2:after,
    .nuubu-product-1 .section-text h2:after {
        content: "";
        height: .15rem;
        margin-top: .5rem;
        width: 2.5rem
    }

    .nuubu-product-1 .section-reviews .col-right {
        padding: 0 0 2rem
    }

    .nuubu-product-1 .section-reviews .col-right .btn {
        display: block
    }

    .nuubu-product-1 .section-reviews .col-right h2 {
        font-size: 1.1rem
    }

    .nuubu-product-1 .section-reviews .col-right .image {
        margin: 0 -1rem
    }

    .nuubu-product-1 .section-reviews {
        padding: 0
    }

    .nuubu-product-1 .section-how {
        padding-bottom: 1.75rem
    }

    .nuubu-product-1 .section-how h2 {
        padding-bottom: 1.5rem;
        padding-top: 1.25rem
    }

    .nuubu-product-1 .safe {
        display: none
    }

    .nuubu-product-1 .section-reviews .row {
        display: flex;
        flex-direction: column-reverse
    }

    .nuubu-product-1 .section-text {
        padding: 1.5rem 0
    }

    .nuubu-product-1 .section-text .entry {
        font-size: .9rem;
        line-height: 1.5;
        max-width: none;
        padding-bottom: 0;
        width: auto
    }

    .nuubu-product-1 .section-text .paragraph {
        font-size: 1.75rem
    }

    .nuubu-product-1 .section-text .bg {
        display: none
    }

    .nuubu-product-1 .gallery {
        flex-wrap: wrap;
        width: 100%
    }

    .nuubu-product-1 .gallery .image {
        width: 50%
    }

    .nuubu-product-1 .section-review {
        padding: 0
    }

    .nuubu-product-1 .section-review .container {
        display: block;
        padding-bottom: .375rem;
        padding-top: .375rem
    }

    .nuubu-product-1 .section-review .container .stars {
        font-size: .75rem;
        margin: auto
    }

    .nuubu-product-1 .section-review .container .stars img {
        height: .95rem;
        margin-right: .5rem
    }

    .nuubu-product-1 .section-review .container .logo {
        display: block;
        margin: 0 auto;
        width: 6rem
    }

    .nuubu-product-1 .cta .small {
        font-size: .625rem;
        padding: .5rem 0 .25rem
    }

    .nuubu-product-1 .section-desc {
        background-position: 50%;
        background-size: cover;
        padding: 2.2rem 0 1rem
    }

    .nuubu-product-1 .section-desc .text ul li {
        font-size: 1.75rem;
        line-height: 1.5;
        padding: .25rem 0 1rem
    }

    .nuubu-product-1 .section-desc h2 {
        font-size: 1.25rem;
        line-height: 1.2
    }

    .nuubu-product-1 .section-desc h1 {
        font-size: 1.5rem;
        line-height: 1.2;
        padding-bottom: 1rem
    }

    .nuubu-product-1 .section-hero {
        padding: 0 0 .25rem
    }

    .nuubu-product-1 .section-hero .container {
        display: block
    }

    .nuubu-product-1 .section-hero .image img {
        display: block;
        margin: auto;
        max-width: 100%
    }

    .nuubu-product-1 .section-review .container {
        display: flex;
        justify-content: space-evenly
    }

    .nuubu-product-1 .section-review .container .logo-stars {
        flex-direction: column;
        width: 40%
    }

    .nuubu-product-1 .section-how .step-number {
        font-size: 1rem;
        line-height: 1.5rem;
        min-width: 1.5rem;
        width: 1.5rem
    }

    .nuubu-product-1 .section-compare .column {
        width: 100%
    }

    .nuubu-product-1 .section-compare .item {
        flex-direction: column !important;
        width: 100%
    }

    .nuubu-product-1 .section-compare .image {
        margin: 0 auto 1.5rem !important;
        text-align: center;
        width: 15%
    }
}

.nuubu-product-1 .cols {
    display: flex;
    flex-wrap: wrap
}

.nuubu-product-1 .ico-item {
    display: flex;
    padding: 5px 0
}

.nuubu-product-1 .ico-item .image {
    margin-right: 20px;
    width: 10%
}

.nuubu-product-1 .fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .nuubu-product-1 .fade {
        transition: none
    }
}

.nuubu-product-1 .fade:not(.show) {
    opacity: 0
}

.nuubu-product-1 .modal-open {
    overflow: hidden
}

.nuubu-product-1 .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.nuubu-product-1 .modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

.nuubu-product-1 .modal-dialog {
    margin: .25rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.nuubu-product-1 .modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

@media (prefers-reduced-motion:reduce) {
    .nuubu-product-1 .modal.fade .modal-dialog {
        transition: none
    }
}

.nuubu-product-1 .modal.show .modal-dialog {
    transform: none
}

.nuubu-product-1 .modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.nuubu-product-1 .modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - .5rem)
}

.nuubu-product-1 .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - .5rem);
    overflow: hidden
}

.nuubu-product-1 .modal-dialog-scrollable .modal-footer,
.nuubu-product-1 .modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.nuubu-product-1 .modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.nuubu-product-1 .modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - .5rem)
}

.nuubu-product-1 .modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - .5rem)
}

.nuubu-product-1 .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.nuubu-product-1 .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.nuubu-product-1 .modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.nuubu-product-1 .modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .15rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.nuubu-product-1 .modal-backdrop {
    background-color: rgba(0, 0, 0, .5);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.nuubu-product-1 .modal-backdrop.fade {
    opacity: 0
}

.nuubu-product-1 .modal-backdrop.show {
    opacity: .5
}

.nuubu-product-1 .modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.15rem - 1px);
    border-top-right-radius: calc(.15rem - 1px);
    display: flex;
    justify-content: space-between;
    padding: .5rem
}

.nuubu-product-1 .modal-header .close {
    margin: -.5rem -.5rem -.5rem auto;
    padding: .5rem
}

.nuubu-product-1 .modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.nuubu-product-1 .modal-body {
    flex: 1 1 auto;
    padding: .5rem;
    position: relative
}

.nuubu-product-1 .modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(.15rem - 1px);
    border-bottom-right-radius: calc(.15rem - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.nuubu-product-1 .modal-footer>* {
    margin: .125rem
}

.nuubu-product-1 .modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

.nuubu-product-1 .mt-35 {
    margin-top: 1.75rem
}

.nuubu-product-1 .lang {
    margin-right: 1%
}

.nuubu-product-1 .language-flag {
    font-size: .5rem;
    padding: .25rem;
    width: 50%
}

@media (min-width:768px) {
    .nuubu-product-1 .language-flag {
        font-size: .75rem;
        width: 25%
    }
}

@media (max-width:767px) {
    .nuubu-product-1 .btn-cta {
        padding: .75rem .25rem !important
    }

    .nuubu-product-1 .md-pt-0 {
        padding-top: 0 !important
    }
}

@media (min-width:576px) and (max-width:767px) {
    .nuubu-product-1 .language-flag {
        font-size: .625rem;
        width: 33.33%
    }
}

@media screen and (max-width:576px) {
    .nuubu-product-1 .btn-cta {
        font-size: 3vw;
        width: 40%
    }

    .nuubu-product-1 .section-review .container .stars {
        display: none
    }

    .nuubu-product-1 .section-review .container .logo {
        margin: 0;
        max-width: 5rem
    }

    .nuubu-product-1 .speech-bubbles-device {
        width: 100%
    }
}

@media (min-width:576px) {
    .nuubu-product-1 .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px
    }

    .nuubu-product-1 .modal-dialog-scrollable {
        max-height: calc(100% - 1.75rem)
    }

    .nuubu-product-1 .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1.75rem)
    }

    .nuubu-product-1 .modal-dialog-centered {
        min-height: calc(100% - 1.75rem)
    }

    .nuubu-product-1 .modal-dialog-centered:before {
        height: calc(100vh - 1.75rem)
    }

    .nuubu-product-1 .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .nuubu-product-1 .modal-lg,
    .nuubu-product-1 .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .nuubu-product-1 .modal-xl {
        max-width: 1140px
    }
}

.nuubu-product-1 blockquote .image {
    max-width: 75px
}

@media screen and (max-width:425px) {

    .nuubu-product-1 .section-hero .discount .last,
    .nuubu-product-1 .section-hero .discount .main {
        font-size: 1.2rem !important
    }

    .nuubu-product-1 .section-hero .discount strong {
        font-size: 3.8rem !important;
        line-height: 3.8rem !important
    }

    .nuubu-product-1 .section-hero .discount .desc {
        font-size: .8rem !important
    }
}

.nuubu-ginger-orange {
    background: #ff7400 !important
}

.nuubu-ginger-text-orange {
    color: #ff7400
}

.nuubu-ginger__header-product {
    transform: scale(1.1) translateY(4%)
}

@media (max-width:575.98px) {
    .nuubu-ginger__header-product {
        max-width: 420px;
        width: 75vw
    }
}

.nuubu-ginger__header-foot {
    max-width: 850px;
    transform: translate(35%);
    width: 70vw
}

@media (max-width:1022.98px) {
    .nuubu-ginger__header-foot {
        transform: translate(5%)
    }
}

@media (max-width:575.98px) {
    .nuubu-ginger__header-foot {
        max-width: 350px;
        width: 100%
    }
}

.nuubu-ginger__header--order .nuubu-ginger__header-product {
    width: 380px
}

.nuubu-ginger__header--order .nuubu-ginger__header-foot {
    max-width: 470px;
    width: 55vw
}

.nuubu-ginger .section-how h2:after,
.nuubu-ginger .section-text h2:after {
    display: none !important
}

.nuubu-ginger .container-medium {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

* {
    outline: 0 !important
}

a {
    color: inherit
}

.container-large {
    margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.nuubu-product-11 .header {
    background: url(/build/assets/bg-hero-DonS-VJ3.jpg);
    background-position: 50% 50%;
    background-size: cover
}

@media (max-width:1399.98px) {
    .nuubu-product-11 .header {
        background: url(/build/assets/bg-hero-DonS-VJ3.jpg);
        background-position: 70% 50%;
        background-size: cover
    }
}

.nuubu-product-11 .header__hero-image {
    left: -40%;
    top: 50%;
    transform: translateY(-43%);
    width: 600px
}

@media (max-width:1399.98px) {
    .nuubu-product-11 .header__hero-image {
        left: unset;
        top: unset;
        transform: none;
        width: 100%
    }
}

.nuubu-product-11 .header__image-flower {
    right: 0;
    top: 0;
    width: 250px
}

.nuubu-product-11 .section-grid__top-left {
    background: url(/build/assets/grid-1-F1yVRXDJ.jpg);
    background-position: 50% 50%;
    background-size: cover;
    min-height: 230px
}

@media (max-width:767.98px) {
    .nuubu-product-11 .section-grid__top-left {
        background-position: 20% 50%;
        min-height: unset
    }

    .nuubu-product-11 .section-grid__top-left br {
        display: none
    }
}

.nuubu-product-11 .section-grid__bottom-right {
    background: url(/build/assets/grid-2-DnQSWZ-b.jpg);
    background-position: 50% 50%;
    background-size: cover;
    min-height: 230px
}

@media (max-width:767.98px) {
    .nuubu-product-11 .section-grid__bottom-right {
        background-position: 20% 50%;
        min-height: unset
    }

    .nuubu-product-11 .section-grid__bottom-right br {
        display: none
    }
}

.nuubu-product-11 .section-grid__bottom-left {
    background: linear-gradient(#ceedb1 25%, 75%, #b3e287);
    min-height: 370px
}

@media (max-width:767.98px) {
    .nuubu-product-11 .section-grid__bottom-left {
        min-height: unset
    }
}

.nuubu-product-11 .section-grid__top-right {
    background: linear-gradient(#cae9ff 25%, 75%, #9cd6ff);
    min-height: 370px
}

@media (max-width:767.98px) {
    .nuubu-product-11 .section-grid__top-right {
        min-height: unset
    }
}

.nuubu-product-11 .section-grid__bottom-left,
.nuubu-product-11 .section-grid__bottom-right,
.nuubu-product-11 .section-grid__top-left,
.nuubu-product-11 .section-grid__top-right {
    transition: all .2s ease-out
}

.nuubu-product-11 .section-grid__bottom-left:hover,
.nuubu-product-11 .section-grid__bottom-right:hover,
.nuubu-product-11 .section-grid__top-left:hover,
.nuubu-product-11 .section-grid__top-right:hover {
    box-shadow: 0 0 20px rgba(33, 33, 33, .3);
    transform: scale(1.02)
}

.banner-features__image {
    width: 50px
}

.banner-features p {
    width: 90%
}

@media (max-width:767.98px) {
    .banner-features p {
        width: 70%
    }
}

.header-eshop__stars-image {
    max-width: 130px
}

.header-eshop__image-select img {
    transition: all .2s ease-out
}

.header-eshop__image-select img:hover {
    box-shadow: 0 0 20px rgba(33, 33, 33, .3);
    transform: scale(1.02)
}

.nuubu-p17__header {
    background: #edeff1
}

.nuubu-p17__header-right {
    transform: translate(50%)
}

@media (max-width:1399.98px) {
    .nuubu-p17__header-right {
        transform: translate(30%)
    }
}

@media (max-width:767.98px) {
    .nuubu-p17__header-right-mobile {
        padding-top: calc(30vw - 35%)
    }
}

@media (max-width:575.98px) {
    .nuubu-p17__header-right-mobile {
        padding-top: calc(40vw - 35%)
    }
}

.nuubu-p17__header-product {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 320px
}

@media (max-width:1399.98px) {
    .nuubu-p17__header-product {
        transform: translate(-30%, -50%)
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .nuubu-p17__header-product-mobile {
        max-width: unset;
        right: 5vw;
        width: 130%
    }
}

@media (max-width:767.98px) {
    .nuubu-p17__header {
        background: #edeff1 url(/build/assets/header-bg-mobile-C1xcvj4l.jpg);
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-size: 120%
    }
}

.nuubu-p17__features-img {
    transform: translate(-50%, 80%);
    width: 240px
}

@media (min-width:768px) {
    .nuubu-p17__features-right {
        padding-bottom: 120px
    }
}

.nuubu-p17__ready {
    background: #017eff
}

.nuubu-p17__ready-left {
    left: 50%;
    transform: translate(-120%)
}

.nuubu-p17__ready-product {
    transform: translate(30%, -50%);
    width: 300px
}

@media (max-width:767.98px) {
    .nuubu-p17__ready {
        background: #017eff url(/build/assets/are-you-ready-bg-mobile-DFnKwph_.jpg);
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-size: 120%
    }
}

.amzn-text-orange {
    color: #f90
}

.amzn-bg-orange {
    background-color: #f90
}

.amzn-text-brightgreen {
    color: #1ac70e
}

.amzn-bg-brightgreen {
    background-color: #1ac70e
}

.amzn__special {
    background: #252e3c
}

.amzn__special-img {
    max-height: 60px
}

.amzn__choice-stars {
    max-width: 120px
}

.amzn__choice-clipped {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%)
}

.amzn__update-logo {
    max-width: 130px
}

.amzn__btn {
    background: #1ac70e
}

.amzn__btn:hover {
    background: #0e6807
}

.amzn__btn-img {
    max-width: 30px
}

@media (min-width:1023px) {
    .m-lavender__header--pumice {
        background-image: url(/build/assets/bg-header-BDLFpSAm.jpg?1);
        background-position: 25% 50%;
        background-size: cover
    }
}

@media (max-width:1022.98px) {
    .m-lavender__header--pumice {
        background-image: url(/build/assets/bg-header-mobile-CgKH-mMS.jpg);
        background-position: 25% 65%;
        background-size: cover
    }
}

@media (min-width:1023px) {
    .m-lavender__header--callus {
        background-image: url(/build/assets/bg-header-tGW1hY-Q.jpg);
        background-position: 25% 50%;
        background-size: cover
    }
}

@media (max-width:1022.98px) {
    .m-lavender__header--callus {
        background-image: url(/build/assets/bg-header-mobile-CgKH-mMS.jpg);
        background-position: 25% 65%;
        background-size: cover
    }
}

.m-lavender__about--pumice .m-lavender__about-video,
.m-lavender__about--pumice-video {
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:768px) {
    .m-lavender__promote--pumice {
        background: 50%/cover url(/build/assets/bg-promote-BfS1AC2_.jpg) no-repeat
    }
}

@media (max-width:767.98px) {
    .m-lavender__promote--pumice {
        background: 0/100% 100% url(/build/assets/bg-promote-mobile--jwzrnHv.jpg) no-repeat
    }
}

@media only screen and (min-width:1950px) {
    .m-lavender__promote--pumice {
        background: 50% 50%/cover url(/build/assets/bg-promote-BfS1AC2_.jpg) no-repeat
    }
}

.m-lavender__promote--pumice .m-lavender__promote-product {
    right: -4%;
    top: -65px
}

@media (min-width:1400px) {
    .m-lavender__promote--pumice .m-lavender__promote-product {
        right: -10%
    }
}

.m-lavender__promote--pumice .m-lavender__promote-product-img-mobile {
    margin-bottom: -30px
}

@media (max-width:575.98px) {
    .m-lavender__promote--pumice .m-lavender__promote-product-img-mobile {
        left: -10%;
        max-height: 280px;
        top: -28px
    }
}

@media (min-width:576px) and (max-width:1022.98px) {
    .m-lavender__promote--pumice .m-lavender__promote-product-img-mobile {
        max-height: 220px
    }
}

.bg-melzu-pumice--primary {
    background-color: #0097fe
}

@media (min-width:1400px) {
    .m-lavender__header-hero {
        left: -15%;
        min-width: 580px;
        top: -2%
    }
}

@media (min-width:576px) {
    .m-lavender__header-hero {
        left: 0;
        max-width: 45%
    }
}

@media (min-width:768px) {
    .m-lavender__header--lavender {
        background: url(/build/assets/bg-header-D4OtW2Zp.jpg) no-repeat 50% 50%
    }
}

@media (max-width:767.98px) {
    .m-lavender__header--lavender {
        background: url(/build/assets/bg-header-mobile-CVUXVlN2.jpg) no-repeat 50% 20%
    }
}

.m-lavender__header-order-button {
    background: #29d54f;
    border-radius: 8px
}

.m-lavender__promote--lavender .m-lavender__promote-product {
    right: -100px;
    top: -52px
}

@media (max-width:575.98px) {
    .m-lavender__promote--lavender .m-lavender__promote-product-img-mobile {
        max-height: 280px;
        top: -28px
    }
}

@media (min-width:576px) and (max-width:1022.98px) {
    .m-lavender__promote--lavender .m-lavender__promote-product-img-mobile {
        max-height: 350px;
        top: -44px
    }
}

.m-lavender__promote--lavender .m-lavender__promote-product-img {
    max-height: 410px
}

@media (min-width:1023px) {
    .m-lavender__promote--lavender {
        background: 0/100% 100% url(/build/assets/bg-about-DtI3ZvAa.jpg) no-repeat
    }
}

@media (max-width:1022.98px) {
    .m-lavender__promote--lavender {
        background: 0/100% 100% url(/build/assets/bg-about-mobile-CjusCfgj.jpg) no-repeat
    }
}

@media only screen and (min-width:1950px) {
    .m-lavender__promote--lavender {
        background: 50% 50%/cover url(/build/assets/bg-about-DtI3ZvAa.jpg) no-repeat
    }
}

.m-lavender__about-video {
    -o-object-fit: cover;
    object-fit: cover
}

.bg-melzu-lavender--primary {
    background-color: #bf73e3
}

.n-ginger__header {
    background-image: url(/build/assets/header-bg-CiD6g5Vk.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:1023px) {
    .n-ginger__header-product {
        bottom: -25%
    }
}

.n-ginger__btn {
    background: #29d54f;
    border-radius: 8px
}

.n-ginger__hello {
    background-image: url(/build/assets/footer-banner-bg-Bh2yrVql.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 1500px
}

@media (min-width:2000px) {
    .n-ginger__hello {
        background-size: 1650px
    }
}

@media (max-width:1022.98px) {
    .n-ginger__hello {
        background-size: 1200px
    }
}

@media (max-width:575.98px) {
    .n-ginger__hello {
        background-position: 20% 0
    }
}

.n-ginger__hello-img {
    pointer-events: none;
    transform: scale(1.1) translate(-10%, 10%)
}

.n-matcha-green {
    background-color: #7cbc3c
}

.n-matcha__header {
    background-image: url(/build/assets/header-bg-Cxco00f9.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:1023px) {
    .n-matcha__header-product {
        bottom: -25%
    }
}

@media (max-width:1022.98px) {
    .n-matcha__header {
        background-position: 50%
    }
}

.n-matcha__header .order-quantity-options__label,
.n-matcha__header input:checked+.order-quantity-options__label {
    border-width: 5px
}

.n-matcha__btn {
    background: #7cbc3c;
    border-radius: 8px
}

.n-matcha__about-li:before {
    color: #7cbc3c;
    content: "•";
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-left: -15px;
    margin-top: -6px;
    position: absolute
}

.n-matcha__glowing {
    background-repeat: no-repeat
}

@media (min-width:2000px) {
    .n-matcha__glowing {
        background-size: 1650px
    }
}

@media (max-width:767.98px) {
    .n-matcha__glowing {
        background-image: url(/build/assets/footer-banner-bg-mobile-FjJcPty8.jpg)
    }
}

@media (min-width:768px) {
    .n-matcha__glowing {
        background-image: url(/build/assets/footer-banner-bg-D5jgHG-p.jpg);
        background-position: 0;
        background-size: 1500px
    }
}

@media (min-width:1400px) {
    .n-matcha__glowing {
        background-position: 50% 0
    }
}

.n-matcha__glowing-img {
    max-width: 420px;
    pointer-events: none;
    transform: scale(1.2) translate(-10%, 20%)
}

@media (max-width:1022.98px) {
    .n-matcha__glowing-img {
        bottom: -30%;
        left: 50%;
        transform: translate(-50%, 20%)
    }
}

@media (max-width:575.98px) {
    .n-matcha__glowing-img {
        max-width: 350px
    }
}

.n-matcha .order-quantity-options__label--matcha {
    border: 3px solid #7cbc3c
}

.common-upsells-get-nuubu-4 .section-hero {
    background: url(/build/assets/bg-hero-4-BYNppqXm.jpg) no-repeat 50%/cover
}

.common-upsells-get-nuubu-4 .section-hero .discount:before {
    background: none
}

@media (min-width:1023px) {
    .common-upsells-get-nuubu-4 .section-hero {
        background-position: 0 50%;
        background-size: contain
    }
}

.nuubu-tea-green {
    background: #7cbc3c
}

.nuubu-tea-text-green {
    color: #7cbc3c
}

.nuubu-tea__header {
    background: url(/build/assets/tea_header_bg-CEwj1Jni.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.nuubu-tea__header-cloud {
    bottom: -35%;
    min-width: 450px;
    right: -30%
}

@media (min-width:576px) {
    .nuubu-tea__header-cloud {
        min-width: 650px
    }
}

.nuubu-tea__header .order-quantity-options__label {
    border-width: 5px
}

.nuubu-tea__header input:checked+.order-quantity-options__label {
    border-color: #387ff5;
    border-width: 5px;
    opacity: 1
}

.nuubu-tea-bullets-color li::marker {
    color: #7cbc3c
}

.nuubu-tea-powder {
    background: url(/build/assets/powder-CrRF-HpK.jpg);
    background-position: 50%;
    background-size: cover
}

.nuubu-tea-powder__img {
    margin-bottom: -25px;
    margin-right: -20%;
    text-align: right;
    transform: translate(25%)
}

@media (min-width:576px) {
    .nuubu-tea-powder__img {
        margin-right: 0;
        text-align: center;
        transform: scale(1.1)
    }
}

.section-testimonials__review {
    border: 1px solid #b9b9b9;
    border-radius: 3px;
    flex-basis: auto !important;
    width: 33%
}

@media (max-width:1399.98px) {
    .section-testimonials__review {
        margin: auto;
        width: 48%
    }
}

@media (max-width:767.98px) {
    .section-testimonials__review {
        width: 100%
    }
}

.section-testimonials__profile-image {
    width: 40%
}

.section-testimonials__stars-image {
    left: 35%;
    top: 51%;
    width: 35%
}

.section-testimonials__name {
    left: 35%;
    top: 32%
}

.order-page__free-ebook {
    background: #007ffd;
    border-radius: 5px
}

.order-page__free-ebook-gift {
    right: 20px;
    width: 60px
}

.order-page__free-ebook-text {
    padding-right: 50px
}

@media (max-width:575.98px) {
    .order-page__free-ebook-text {
        padding-right: 70px
    }
}

.fake-survey {
    background-color: #363636;
    border-radius: 8px 8px 0 0;
    color: #fff;
    width: 340px;
    z-index: 9
}

@media (max-width:575.98px) {
    .fake-survey {
        width: 100%
    }
}

.fake-survey__arrow {
    background-color: #363636;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    bottom: 99%;
    min-height: 30px;
    min-width: 85px;
    right: 9%
}

@media (max-width:575.98px) {
    .fake-survey__arrow {
        min-width: 20%;
        right: 40%
    }
}

.fake-survey__logo {
    max-width: 120px
}

.fake-survey__text-area {
    background-color: #363636;
    border: 1px solid #71c570;
    color: rgba(255, 255, 255, .5);
    resize: none
}

.fake-survey__btn-light-green {
    background-color: #1ac70e
}

@media (min-width:768px) {
    .klarna-banner-3--pink {
        background-color: #ffb2c7
    }
}

.klarna-banner-3__icon {
    max-width: 50px
}

.klarna-banner-3__grid {
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr;
    justify-items: center
}

.klarna-banner-3__grid .klarna-banner-3__icon {
    max-width: 50%
}

@media (min-width:768px) {
    .klarna-banner-3__grid .klarna-banner-3__icon {
        max-width: 100%
    }

    .klarna-banner-3__grid {
        grid-template-columns: repeat(8, 1fr);
        row-gap: 16px
    }

    .klarna-banner-3__grid .klarna-banner-3__icon {
        grid-column: span 2
    }

    .klarna-banner-3__grid .klarna-banner-3__grid-text--1 {
        grid-column: span 2;
        order: 2
    }

    .klarna-banner-3__grid .klarna-banner-3__grid-text--2 {
        grid-column: 4/span 2;
        order: 2
    }

    .klarna-banner-3__grid .klarna-banner-3__grid-text--3 {
        grid-column: 7/span 2;
        order: 2
    }
}

@media (min-width:1023px) {
    .klarna-banner-3__phone {
        transform: scale(1.35) translate(-4%, -12%)
    }
}

.klarna-banner-3__overlay {
    background-color: #ffb2c7;
    transform: scaleX(1.5)
}