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

@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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

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

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

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

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

@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 {
        width:100%;
        padding-right: 24px;
        padding-left: 24px;
        margin-right: auto;
        margin-left: auto
    }
}

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

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

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

.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);
    margin-bottom: 0;
    line-height: 1.5
}

@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-weight: 600;
    font-size: var(--note1-font-size, 14px);
    line-height: 1.42;
    margin-bottom: 0
}

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

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

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

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

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

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

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

    .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-weight:600;
        font-size: var(--note1-font-size, 14px);
        line-height: 1.42
    }

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

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

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

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

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

    .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-weight:600;
        font-size: var(--note1-font-size, 14px);
        line-height: 1.42
    }

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

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

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

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

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

    .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-weight:600;
        font-size: var(--note1-font-size, 14px);
        line-height: 1.42
    }

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

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

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

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

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

    .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;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: var(--btn-padding, 10px 20px);
    line-height: 1.6;
    -webkit-transition: all .2s ease;
    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 {
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: var(--btn-background-primary, #FF9900);
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

.btn.btn-black {
    background-color: #000;
    border-color: #000;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

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

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38,38,38,.5);
    box-shadow: 0 0 0 .2rem rgba(38,38,38,.5)
}

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

.btn.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.btn.btn-white:focus,.btn.btn-white.focus {
    color: #333;
    background-color: #ececec;
    border-color: #e6e6e6;
    -webkit-box-shadow: 0 0 0 .2rem rgba(224,224,224,.5);
    box-shadow: 0 0 0 .2rem rgba(224,224,224,.5)
}

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

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

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(224,224,224,.5);
    box-shadow: 0 0 0 .2rem rgba(224,224,224,.5)
}

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

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

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

.btn.btn-blue:focus,.btn.btn-blue.focus {
    color: #fff;
    background-color: #0030d9;
    border-color: #002dcc;
    -webkit-box-shadow: 0 0 0 .2rem rgba(38,86,255,.5);
    box-shadow: 0 0 0 .2rem rgba(38,86,255,.5)
}

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

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

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38,86,255,.5);
    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:hover {
    -webkit-box-shadow: var(--btn-box-shadow-primary-hover, 0 .7rem .7rem rgba(0, 0, 0, .5));
    box-shadow: var(--btn-box-shadow-primary-hover, 0 .7rem .7rem rgba(0, 0, 0, .5))
}

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

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

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

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

.footer--huusk {
    background: #000
}

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

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

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

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

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

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

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

.footer__list-item--contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    color: #4a4a4a
}

@media (min-width: 768px) {
    .footer__copy-holder {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

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

.footer__contact-icon--mail {
    -webkit-mask: url(/theme/images/footer/emails.svg) no-repeat center;
    mask: url(/theme/images/footer/emails.svg) no-repeat center
}

.footer__contact-icon--phone {
    -webkit-mask: url(/theme/images/footer/phone.svg) no-repeat center;
    mask: url(/theme/images/footer/phone.svg) no-repeat center
}

.footer__contact-icon--time {
    -webkit-mask: url(/theme/images/footer/time.svg) no-repeat center;
    mask: url(/theme/images/footer/time.svg) no-repeat center
}

.footer__contact--enence .footer__contact-icon {
    background: rgb(225,42,99)
}

.footer__contact--ryoko .footer__contact-icon {
    background: rgb(231,108,18)
}

.footer__contact--huusk .footer__contact-icon {
    background: rgb(255,153,0)
}

.footer__contact--melzu .footer__contact-icon {
    background: rgb(191,115,227)
}

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

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

.footer--2 .footer__title,.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 {
    color: #fff
}

blockquote cite {
    font-weight: 700;
    font-style: normal;
    display: block;
    line-height: 26px;
    font-size: 15px;
    color: #666;
    font-family: Montserrat,sans-serif
}

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

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

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

.srb {
    z-index: 9;
    top: -1px;
    margin-bottom: -1px;
    background: #202020
}

@media (max-width: 575.98px) {
    .srb {
        background:#202020
    }
}

.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 {
    min-width: 100px;
    max-width: 180px;
    width: 25%
}

.srb a {
    z-index: 11
}

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

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

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

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

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

.limited-time-promo {
    background: #FF9900
}

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

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

.top-promo {
    background: #FF9900;
    color: #000
}

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

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

.upsell-steps {
    padding: 3px 0
}

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

.upsell-steps__step:last-child {
    -webkit-clip-path: polygon(100% 0,100% 50%,100% 100%,0% 100%,5% 50%,0% 0%);
    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: #FF9900
}

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

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

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

.nav {
    padding: 10px 0;
    width: 100%;
    background: #FF9900
}

.nav--legacy .nav__items--mobile.show {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    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: #FF9900
}

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

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

.nav--opened {
    background: #FF9900
}

.nav--white {
    background: #fff
}

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

.nav--white .nav__item--btn {
    background: #393939
}

.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;
    -webkit-transition: color .23s ease-in-out;
    transition: color .23s ease-in-out
}

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

.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: #151515
}

.nav--2 .nav__item {
    color: #fff
}

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

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

.nav--2 .nav__item--btn:hover {
    color: #fff;
    background-color: #d98200;
    border-color: rgba(0,0,0,0)
}

.nav--2 .nav__item--btn:focus,.nav--2 .nav__item--btn.focus {
    color: #fff;
    background-color: #d98200;
    border-color: rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 .2rem rgba(51,51,51,.5);
    box-shadow: 0 0 0 .2rem rgba(51,51,51,.5)
}

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

.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 {
    color: #fff;
    background-color: #cc7a00;
    border-color: rgba(0,0,0,0)
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(51,51,51,.5);
    box-shadow: 0 0 0 .2rem rgba(51,51,51,.5)
}

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

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

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

.nav--3 {
    background: #fff
}

.nav--3 .nav__item {
    color: #000
}

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

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

.nav--3 .nav__item--btn:hover {
    color: #fff;
    background-color: #d98200;
    border-color: rgba(0,0,0,0)
}

.nav--3 .nav__item--btn:focus,.nav--3 .nav__item--btn.focus {
    color: #fff;
    background-color: #d98200;
    border-color: rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 .2rem rgba(51,51,51,.5);
    box-shadow: 0 0 0 .2rem rgba(51,51,51,.5)
}

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

.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 {
    color: #fff;
    background-color: #cc7a00;
    border-color: rgba(0,0,0,0)
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(51,51,51,.5);
    box-shadow: 0 0 0 .2rem rgba(51,51,51,.5)
}

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

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

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

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

.nav__logo {
    max-width: 250px
}

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

.nav__holder-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

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

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

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

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

.nav__close {
    display: none
}

.nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__items--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

@media (max-width: 1023.98px) {
    .nav__item {
        margin-top:20px
    }
}

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

.nav__item:hover {
    opacity: .8
}

.nav__item--btn {
    background-color: #393939;
    border-color: transparent;
    border-radius: 3px;
    color: #fff;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.41);
    box-shadow: inset 0 1px rgba(255,255,255,.41);
    padding: 10px;
    max-width: 250px
}

.nav__item--btn:hover {
    color: #fff;
    background-color: #262626;
    border-color: rgba(0,0,0,0)
}

.nav__item--btn:focus,.nav__item--btn.focus {
    color: #fff;
    background-color: #262626;
    border-color: rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
}

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

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

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
}

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

.nav__item--btn.nav__item--btn-1 {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: #fff;
    font-weight: 400;
    border: 1px solid #FFFFFF
}

.nav__item--btn.nav__item--btn-1:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 1.5px solid #FFFFFF;
    -webkit-filter: drop-shadow(0px 4px 20px rgba(255,255,255,.25));
    filter: drop-shadow(0px 4px 20px rgba(255,255,255,.25))
}

.nav__item--btn.nav__item--btn-2 {
    background: none;
    color: #fff;
    font-weight: 400;
    border: none;
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

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

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

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

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

.nav__toggle-close {
    display: none
}

.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-left: 10px solid transparent;
    -webkit-transform: translate(50%,-100%);
    transform: translate(50%,-100%);
    border-right: 10px solid transparent;
    border-bottom: 15px solid #FFF;
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    top: 0
}

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

.nav__dropdown .nav__item {
    color: #000;
    padding: 10px 0;
    display: block;
    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:250px
    }
}

.footer-banner {
    background: #fff;
    color: #000
}

.modal-body__yes-button {
    background: #FF9900!important
}

.modal-body-margin {
    margin: 14px
}

.modal-body__button {
    font-size: 16px!important;
    font-weight: 500!important;
    padding: 16px 24px;
    vertical-align: top;
    display: inline-block;
    color: #fff;
    background: #0fd13d;
    border-radius: 16px;
    -webkit-box-shadow: 0 3.2px 3.2px rgba(0,0,0,.35);
    box-shadow: 0 3.2px 3.2px rgba(0,0,0,.35);
    text-transform: capitalize
}

.modal-body__text {
    color: #0a0a0a;
    font-size: 16px;
    line-height: 1.4
}

.modal-body__no-button {
    background-color: rgba(220,221,222,.47);
    color: #fff
}

.modal-dialog-margin-0-auto {
    margin: 0 auto!important
}

.push-engage-modal {
    position: fixed;
    left: 0;
    z-index: 10001;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    pointer-events: none
}

.push-engage-modal .modal-dialog {
    right: 0;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: fixed
}

@media (min-width: 768px) {
    .push-engage-modal .modal-dialog {
        top:-50%
    }
}

@media (max-width: 1022.98px) {
    .push-engage-modal .modal-dialog {
        bottom:-50%
    }
}

@media (max-width: 767.98px) {
    .push-engage-modal .modal-dialog .modal-body-margin {
        margin:0
    }
}

.order-quantity-options-4__label {
    border: 3px solid transparent;
    background-color: #f9f9f9;
    opacity: .45
}

input:checked+.order-quantity-options-4__label {
    border-color: #f90;
    opacity: 1
}

.order-quantity-options-4__price {
    color: #f90
}

.order-quantity-options-4__product-img {
    height: 6em;
    max-height: 100%
}

.order-quantity-options-4__product-img img {
    -o-object-fit: contain;
    object-fit: contain
}

.gadgets {
    background: 0/cover url(/theme/gadgets/huusk/bg.jpg) no-repeat
}

.gadgets-product-header {
    max-width: 650px
}

@media (min-width: 768px) {
    .gadgets-product-header--enence,.gadgets-product-header--tvidler {
        -webkit-transform:scale(1.25);
        transform: scale(1.25)
    }
}

@media (max-width: 767.98px) {
    .gadgets-product-header--tvidler {
        -webkit-transform:rotate(-45deg);
        transform: rotate(-45deg);
        max-width: 400px
    }
}

.gadgets__leaf-left {
    max-width: 400px
}

.gadgets__leaf-right {
    max-width: 350px
}

.gadgets__stars {
    max-width: 140px
}

.gadgets__text-blue {
    color: #032e63
}

.gadgets__money-back {
    max-width: 100px
}

.gadgets__order-button {
    opacity: 1!important;
    border-radius: 11px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #1ac70e;
    border: 2px solid #1AC70E;
    -webkit-box-shadow: inset 0 0 2px 0 white,inset 0 0 3px 0 rgba(0,0,0,.3),inset 0 0 3px 5px rgba(0,0,0,.03),2px 2px 4px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 0 2px #fff,inset 0 0 3px rgba(0,0,0,.3),inset 0 0 3px 5px rgba(0,0,0,.03),2px 2px 4px rgba(0,0,0,.25)
}

.gadgets__order-button:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.order-page-features {
    background: #FF9900
}

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

.cod-explanatory {
    background: #FF9900;
    color: #000
}

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

@media (max-width: 767.98px) {
    .cod-explanatory {
        background:#FF9900
    }
}

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

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

.cod-explanatory__btn {
    background: #0A0A0A
}

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

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

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

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

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

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

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

.cod-banner-2__top {
    background-image: url(/theme/components/cod-banner-2/huusk.jpg)
}

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

.cod-banner-2__btn {
    background: -webkit-gradient(linear,left bottom,left top,from(#FF9900),to(#E36E09));
    background: linear-gradient(0deg,#FF9900 0%,#E36E09 100%)
}

.cod-banner-2__btn-wrapper {
    background: -webkit-gradient(linear,left bottom,left top,from(#E47310),to(#E9B171));
    background: linear-gradient(0deg,#E47310 0%,#E9B171 100%)
}

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

.cod-delivery {
    border: 2px solid var(--btn-background-primary, #FF9900)
}

.cod-delivery__bg {
    width: 136px
}

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

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

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

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

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

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

.bf-v1 {
    z-index: 20;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: radial-gradient(62.37% 62.37% at 50% 50%,#ffb84d 0%,#663d00 .01%,#000000 100%)
}

@media (min-width: 1023px) {
    .bf-v1 {
        background-image:radial-gradient(62.37% 62.37% at 50% 50%,#ffb84d 0%,#663d00 .01%,#000000 100%)
    }
}

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

.bf-v1__wrapper {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #ff9900
}

.bf-v1__btn {
    background: #ff9900!important;
    border: 1px solid #663d00!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.bf-v1__percentage {
    -webkit-text-fill-color: #ff9900
}

@media (min-width: 1023px) {
    .bf-v1__percentage {
        font-size:65px!important
    }
}

.bf-2022-rotate {
    -webkit-transform: rotate(-1.2deg);
    transform: rotate(-1.2deg)
}

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

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

.c2022 .c2022-header-bg {
    background-repeat: no-repeat!important;
    background-position: bottom center!important;
    background-size: cover!important;
    color: #fff;
    background-image: url(/sales/c2022/header-bg.jpg),radial-gradient(54.34% 54.34% at 50% 45.66%,#142A4A 0%,#172B4A 21.88%,#162946 50.52%,#0E1217 100%)!important
}

@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(/sales/c2022/header-bg-tablet.jpg),radial-gradient(54.34% 54.34% at 50% 45.66%,#142A4A 0%,#172B4A 21.88%,#162946 50.52%,#0E1217 100%)!important
    }
}

@media (max-width: 767.98px) {
    .c2022 .c2022-header-bg {
        background-image:url(/sales/c2022/header-bg-mobile.jpg),radial-gradient(54.34% 54.34% at 50% 45.66%,#142A4A 0%,#172B4A 21.88%,#162946 50.52%,#0E1217 100%)!important;
        background-position: top center!important
    }
}

.c2022 .c2022-header-bg-klaudena {
    background-repeat: no-repeat;
    background-position: 40% center;
    background-image: url(/sales/c2022/klaudena-header-bg.jpg),radial-gradient(54.34% 54.34% at 50% 45.66%,#142A4A 0%,#172B4A 21.88%,#162946 50.52%,#0E1217 100%)!important
}

@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(/sales/c2022/klaudena-header-bg-tablet.jpg),radial-gradient(54.34% 54.34% at 50% 45.66%,#142A4A 0%,#172B4A 21.88%,#162946 50.52%,#0E1217 100%)!important;
        background-position: top center
    }
}

@media (max-width: 767.98px) {
    .c2022 .c2022-header-bg-klaudena {
        background-image:url(/sales/c2022/header-bg-mobile.jpg),radial-gradient(54.34% 54.34% at 50% 45.66%,#142A4A 0%,#172B4A 21.88%,#162946 50.52%,#0E1217 100%)!important;
        background-position: top center
    }
}

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

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

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

.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 rgba(255,255,255,.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: rgba(255,255,255,.5);
    -webkit-text-stroke: 0 rgba(255,255,255,.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 {
    color: #fff!important;
    background: #FF9900!important;
    border: unset!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.tracking {
    background: #F2F2F2
}

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

.tracking__header-text {
    top: -55px
}

.tracking__track {
    top: -110px
}

.tracking__results-top {
    background: #FF9900
}

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

.tracking__input {
    border: 1px solid #E5E5E5
}

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

.tracking__overlay-spinner {
    width: 100px;
    height: 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
}

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

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

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

body {
    background: #fff;
    color: #6f6f6f;
    font-family: Montserrat,sans-serif;
    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-form-check,.order-box-shadow {
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1)
}

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

.btn {
    border-radius: 5px
}

.link-color a {
    color: #f90
}

.customer-support-select {
    border-color: #f90
}

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

.big-price {
    color: #f90
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.text-underline {
    text-decoration: underline
}

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

* {
    outline: 0!important
}

.huusk-product,.huusk-order-7 {
    background-color: #151515;
    color: #fff
}

.huusk-product {
    word-break: break-word
}

.huusk-product-2 {
    background-color: #fff;
    color: #000;
    word-break: break-word
}

a {
    color: inherit
}

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

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

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

.bg-huusk--primary {
    background-color: #f90;
    color: #000
}

.bg-huusk--secondary {
    background-color: #151515
}

.bg-huusk--secondary-light {
    background-color: #202020
}

.bg-huusk--grey,.bg-huusk--light {
    background-color: #b9b9b9
}

.bg-huusk--light-footer {
    background-color: #efefef
}

.text-huusk--grey {
    color: #b9b9b9
}

.text-huusk--black {
    color: #000
}

.text-huusk--light {
    color: #b9b9b9
}

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

.btn-huusk {
    border: 2px solid;
    -webkit-box-shadow: inset 0 0 2px 0 rgb(255,255,255),inset 0 0 3px 0 rgba(0,0,0,.3),inset 0 0 3px 5px rgba(0,0,0,.03),2px 2px 4px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 0 2px #fff,inset 0 0 3px rgba(0,0,0,.3),inset 0 0 3px 5px rgba(0,0,0,.03),2px 2px 4px rgba(0,0,0,.25);
    width: 100%;
    font-size: 1.3rem;
    font-weight: 700;
    padding: .7rem 1rem
}

@media (max-width: 767.98px) {
    .btn-huusk {
        padding:.85rem 1rem;
        font-size: 1.4rem
    }
}

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

.btn-huusk--primary {
    color: #333;
    background-color: #f90;
    border-color: #f90;
    -o-border-image: linear-gradient(170deg,#FF9900,#AB6504) 1;
    border-image: linear-gradient(170deg,#FF9900,#AB6504) 1;
    color: #fff
}

.btn-huusk--primary:hover {
    color: #333;
    background-color: #ffad33;
    border-color: #f90
}

.btn-huusk--primary:focus,.btn-huusk--primary.focus {
    color: #333;
    background-color: #ffad33;
    border-color: #f90;
    -webkit-box-shadow: 0 0 0 .2rem rgba(224,138,8,.5);
    box-shadow: 0 0 0 .2rem rgba(224,138,8,.5)
}

.btn-huusk--primary.disabled,.btn-huusk--primary:disabled {
    color: #333;
    background-color: #f90;
    border-color: #f90
}

.btn-huusk--primary:not(:disabled):not(.disabled):active,.btn-huusk--primary:not(:disabled):not(.disabled).active,.show>.btn-huusk--primary.dropdown-toggle {
    color: #fff;
    background-color: #cc7a00;
    border-color: #bf7300
}

.btn-huusk--primary:not(:disabled):not(.disabled):active:focus,.btn-huusk--primary:not(:disabled):not(.disabled).active:focus,.show>.btn-huusk--primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(224,138,8,.5);
    box-shadow: 0 0 0 .2rem rgba(224,138,8,.5)
}

.btn-huusk--primary:lang(de) {
    font-size: 1.2rem
}

.btn-huusk--primary:hover {
    color: #fff
}

.btn-huusk--primary-upsell {
    color: #333;
    background-color: #f90;
    border-color: #f90;
    color: #fff;
    border: 2px solid;
    -o-border-image: linear-gradient(170deg,#FF9900,#AB6504) 1;
    border-image: linear-gradient(170deg,#FF9900,#AB6504) 1;
    -webkit-box-shadow: inset 0 0 2px 0 rgb(255,255,255),inset 0 0 3px 0 rgba(0,0,0,.3),inset 0 0 3px 5px rgba(0,0,0,.03),2px 2px 4px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 0 2px #fff,inset 0 0 3px rgba(0,0,0,.3),inset 0 0 3px 5px rgba(0,0,0,.03),2px 2px 4px rgba(0,0,0,.25);
    width: 100%;
    font-size: 23px;
    font-weight: 700;
    padding: .9rem 1rem;
    line-height: 1.2
}

.btn-huusk--primary-upsell:hover {
    color: #333;
    background-color: #ffad33;
    border-color: #f90
}

.btn-huusk--primary-upsell:focus,.btn-huusk--primary-upsell.focus {
    color: #333;
    background-color: #ffad33;
    border-color: #f90;
    -webkit-box-shadow: 0 0 0 .2rem rgba(224,138,8,.5);
    box-shadow: 0 0 0 .2rem rgba(224,138,8,.5)
}

.btn-huusk--primary-upsell.disabled,.btn-huusk--primary-upsell:disabled {
    color: #333;
    background-color: #f90;
    border-color: #f90
}

.btn-huusk--primary-upsell:not(:disabled):not(.disabled):active,.btn-huusk--primary-upsell:not(:disabled):not(.disabled).active,.show>.btn-huusk--primary-upsell.dropdown-toggle {
    color: #fff;
    background-color: #cc7a00;
    border-color: #bf7300
}

.btn-huusk--primary-upsell:not(:disabled):not(.disabled):active:focus,.btn-huusk--primary-upsell:not(:disabled):not(.disabled).active:focus,.show>.btn-huusk--primary-upsell.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(224,138,8,.5);
    box-shadow: 0 0 0 .2rem rgba(224,138,8,.5)
}

@media (max-width: 767.98px) {
    .btn-huusk--primary-upsell {
        font-size:17px;
        padding: 1rem
    }
}

.btn-huusk--primary-upsell small {
    display: block;
    font-size: 14px
}

@media (max-width: 767.98px) {
    .btn-huusk--primary-upsell small {
        font-size:11px
    }
}

.btn-huusk--primary-upsell:hover {
    color: #fff
}

.btn-huusk--primary-upsell-large {
    color: #333;
    background-color: #f90;
    border-color: #f90;
    color: #fff;
    border: 2px solid;
    -o-border-image: linear-gradient(170deg,#FF9900,#AB6504) 1;
    border-image: linear-gradient(170deg,#FF9900,#AB6504) 1;
    -webkit-box-shadow: inset 0 0 2px 0 rgb(255,255,255),inset 0 0 3px 0 rgba(0,0,0,.3),inset 0 0 3px 5px rgba(0,0,0,.03),2px 2px 4px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 0 2px #fff,inset 0 0 3px rgba(0,0,0,.3),inset 0 0 3px 5px rgba(0,0,0,.03),2px 2px 4px rgba(0,0,0,.25);
    width: 100%;
    font-size: 23px;
    font-weight: 700;
    padding: .9rem 1rem;
    line-height: 1.2
}

.btn-huusk--primary-upsell-large:hover {
    color: #333;
    background-color: #ffad33;
    border-color: #f90
}

.btn-huusk--primary-upsell-large:focus,.btn-huusk--primary-upsell-large.focus {
    color: #333;
    background-color: #ffad33;
    border-color: #f90;
    -webkit-box-shadow: 0 0 0 .2rem rgba(224,138,8,.5);
    box-shadow: 0 0 0 .2rem rgba(224,138,8,.5)
}

.btn-huusk--primary-upsell-large.disabled,.btn-huusk--primary-upsell-large:disabled {
    color: #333;
    background-color: #f90;
    border-color: #f90
}

.btn-huusk--primary-upsell-large:not(:disabled):not(.disabled):active,.btn-huusk--primary-upsell-large:not(:disabled):not(.disabled).active,.show>.btn-huusk--primary-upsell-large.dropdown-toggle {
    color: #fff;
    background-color: #cc7a00;
    border-color: #bf7300
}

.btn-huusk--primary-upsell-large:not(:disabled):not(.disabled):active:focus,.btn-huusk--primary-upsell-large:not(:disabled):not(.disabled).active:focus,.show>.btn-huusk--primary-upsell-large.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(224,138,8,.5);
    box-shadow: 0 0 0 .2rem rgba(224,138,8,.5)
}

@media (max-width: 767.98px) {
    .btn-huusk--primary-upsell-large {
        font-size:23px;
        padding: 1rem
    }
}

.btn-huusk--primary-upsell-large:hover {
    color: #fff
}

.btn-huusk--primary-upsell-large small {
    display: block;
    font-size: 17px
}

@media (max-width: 767.98px) {
    .btn-huusk--primary-upsell-large small {
        font-size:11px
    }
}

.btn-huusk--black {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-size: 1rem;
    padding: .9rem 1rem
}

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

.btn-huusk--black:focus,.btn-huusk--black.focus {
    color: #333;
    background-color: #fff;
    border-color: #000;
    -webkit-box-shadow: 0 0 0 .2rem rgba(38,38,38,.5);
    box-shadow: 0 0 0 .2rem rgba(38,38,38,.5)
}

.btn-huusk--black.disabled,.btn-huusk--black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000
}

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

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

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

.btn-huusk--black:hover {
    background: #0ED13D;
    color: #fff
}

.btn-huusk--success {
    color: #fff;
    background-color: #0ed13d;
    border-color: #0ed13d;
    -o-border-image: linear-gradient(170deg,#0ED13D,#0ED13D) 1;
    border-image: linear-gradient(170deg,#0ED13D,#0ED13D) 1
}

.btn-huusk--success:hover {
    color: #333;
    background-color: #22f054;
    border-color: #0ed13d
}

.btn-huusk--success:focus,.btn-huusk--success.focus {
    color: #333;
    background-color: #22f054;
    border-color: #0ed13d;
    -webkit-box-shadow: 0 0 0 .2rem rgba(50,216,90,.5);
    box-shadow: 0 0 0 .2rem rgba(50,216,90,.5)
}

.btn-huusk--success.disabled,.btn-huusk--success:disabled {
    color: #fff;
    background-color: #0ed13d;
    border-color: #0ed13d
}

.btn-huusk--success:not(:disabled):not(.disabled):active,.btn-huusk--success:not(:disabled):not(.disabled).active,.show>.btn-huusk--success.dropdown-toggle {
    color: #fff;
    background-color: #0ba12f;
    border-color: #0a952c
}

.btn-huusk--success:not(:disabled):not(.disabled):active:focus,.btn-huusk--success:not(:disabled):not(.disabled).active:focus,.show>.btn-huusk--success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(50,216,90,.5);
    box-shadow: 0 0 0 .2rem rgba(50,216,90,.5)
}

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

.header__background--white {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(#fff)),url(/theme/huusk/product/images/bg-hero-white.jpg);
    background-image: linear-gradient(to right,rgba(0,0,0,0),#fff),url(/theme/huusk/product/images/bg-hero-white.jpg);
    background-size: cover;
    background-position: 50% 50%
}

@media (max-width: 1399.98px) {
    .header__background--white {
        background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0)),to(#fff)),url(/theme/huusk/product/images/bg-hero-white.jpg);
        background-image: linear-gradient(to top,rgba(0,0,0,0),#fff),url(/theme/huusk/product/images/bg-hero-white.jpg);
        background-size: cover;
        background-position: 50% 50%
    }
}

@media (max-width: 767.98px) {
    .header__background--white {
        background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#fff)),url(/theme/huusk/product/images/bg-hero-white-mobile.jpg);
        background-image: linear-gradient(to bottom,rgba(0,0,0,0),#fff),url(/theme/huusk/product/images/bg-hero-white-mobile.jpg);
        background-size: cover;
        background-position: 50% 50%
    }
}

.header__section-hero {
    height: 100%;
    line-height: 1.3
}

.header__discount {
    font-size: 115px;
    line-height: .8
}

@media (max-width: 767.98px) {
    .header__discount {
        font-size:100px;
        line-height: .85
    }
}

@media (min-width: 768px) {
    .header__hero-image {
        -webkit-transform:translateY(-45%);
        transform: translateY(-45%);
        height: 105%;
        position: absolute
    }
}

.header__haarko-brand-hero-image {
    top: -75px
}

@media (min-width: 768px) and (max-width: 1399.98px) {
    .header__haarko-brand-hero-image {
        top:0
    }
}

@media (max-width: 1022.98px) {
    .header__haarko-brand-hero-image {
        top:unset
    }
}

.banner-premium-knife {
    min-height: 350px
}

@media (min-width: 1023px) {
    .banner-premium-knife {
        min-height:450px
    }
}

@media (max-width: 767.98px) {
    .banner-premium-knife {
        background-position:50% 100%
    }
}

.banner-premium-knife__image {
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    transform: translateY(-50%)
}

@media (max-width: 767.98px) {
    .banner-premium-knife__image {
        left:30%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        top: 10%;
        min-width: 500px;
        position: relative!important
    }
}

@media (min-width: 576px) {
    .banner-premium-knife__image img {
        min-width:400px
    }
}

@media (min-width: 1400px) {
    .banner-premium-knife__image img {
        max-width:600px
    }
}

.banner-premium-knife--haarko {
    overflow: hidden
}

@media (max-width: 767.98px) {
    .banner-premium-knife--haarko .banner-premium-knife__image {
        min-height:100px
    }

    .banner-premium-knife--haarko .banner-premium-knife__image img {
        -webkit-transform: scale(1) translateY(30px);
        transform: scale(1) translateY(30px)
    }

    [dir=rtl] .banner-premium-knife--haarko .banner-premium-knife__image img {
        -webkit-transform: scaleX(-1) translateY(30px);
        transform: scaleX(-1) translateY(30px)
    }
}

@media (max-width: 575.98px) {
    .banner-premium-knife--haarko .banner-premium-knife__image img {
        -webkit-transform:scale(1.2) translate(-10%,30px);
        transform: scale(1.2) translate(-10%,30px)
    }
}

.banner-premium-knife--12 {
    min-height: 370px!important
}

@media (max-width: 767.98px) {
    .banner-premium-knife--12 {
        margin-bottom:34%;
        padding-bottom: 30%
    }
}

@media (min-width: 1400px) {
    .banner-premium-knife--12 .banner-premium-knife__image img {
        max-width:730px
    }
}

@media (max-width: 767.98px) {
    .banner-premium-knife--12 .banner-premium-knife__image {
        position:unset!important;
        -webkit-transform: unset!important;
        transform: unset!important;
        margin-bottom: -70%;
        padding-top: 40%;
        min-width: unset
    }
}

.section-properties__image--line-1 {
    top: 10px;
    left: -84%
}

.section-properties__image--line-2 {
    top: 27px;
    left: -62%
}

.section-properties__image--line-3 {
    top: 10px;
    left: -36%
}

.section-slider__stars-image {
    width: 160px
}

.slick-prev:before {
    color: #fff!important;
    font-size: 40px!important
}

.slick-next:before {
    color: #fff!important;
    font-size: 40px!important
}

.section-testimonials__review {
    border: 1px solid #B9B9B9;
    -ms-flex-preferred-size: auto!important;
    flex-basis: auto!important;
    width: 33%
}

@media (max-width: 1399.98px) {
    .section-testimonials__review {
        width:48%;
        margin: auto
    }
}

@media (max-width: 767.98px) {
    .section-testimonials__review {
        width:100%
    }
}

.section-testimonials__profile-image {
    width: 40%
}

.section-testimonials__stars-image {
    width: 35%;
    top: 51%;
    left: 35%
}

.section-testimonials__name {
    top: 32%;
    left: 35%
}

.huusk-product-3 {
    background-color: #fff;
    color: #000;
    word-break: break-word
}

.huusk-product-3 .slick-prev:before {
    color: #000!important;
    font-size: 40px!important
}

.huusk-product-3 .slick-next:before {
    color: #000!important;
    font-size: 40px!important
}

.huusk-product-3 .header {
    background-image: url(/theme/huusk/product-3/images/bg-hero.jpg);
    background-size: cover;
    background-position: 50% 67%
}

@media (min-width: 1023px) {
    .huusk-product-3 .header {
        min-height:630px
    }
}

@media (max-width: 1399.98px) {
    .huusk-product-3 .header {
        background-size:cover;
        background-position: 75% 50%
    }
}

@media (max-width: 767.98px) {
    .huusk-product-3 .header {
        background-image:url(/theme/huusk/product-3/images/bg-hero-mobile.jpg?1);
        background-size: cover;
        background-position: 75% 50%
    }
}

.huusk-product-3 .header__section-hero {
    height: 100%;
    line-height: 1.3
}

.huusk-product-3 .header__discount {
    font-size: 115px;
    line-height: .8
}

@media (max-width: 767.98px) {
    .huusk-product-3 .header__discount {
        font-size:100px;
        line-height: .85
    }
}

.huusk-product-3 .header__image {
    position: absolute;
    width: 135px;
    height: 100%;
    top: -10%;
    right: -10%
}

.huusk-product-3 .nav__items>a:first-child,.huusk-product-3 .nav__items>a:nth-child(2) {
    -webkit-filter: drop-shadow(2px 4px 6px black);
    filter: drop-shadow(2px 4px 6px black)
}

.huusk-product-3 .section-about {
    background-image: url(/theme/huusk/product-3/images/bg-about.png);
    background-size: cover;
    background-position: 50% 0%
}

@media (max-width: 1399.98px) {
    .huusk-product-3 .section-about {
        overflow:hidden
    }
}

.huusk-product-3 .section-about__image {
    width: 100%;
    left: -22%;
    top: -3%
}

.huusk-product-3 .section-properties {
    background-image: url(/theme/huusk/product-3/images/bg-properties.png);
    background-size: cover;
    background-position: 200% 0%
}

@media (max-width: 767.98px) {
    .huusk-product-3 .section-properties {
        background:none
    }
}

.huusk-product-3 .section-properties__image--line-1 {
    top: 10px;
    left: -88%
}

.huusk-product-3 .section-properties__image--line-2 {
    top: 27px;
    left: -72%
}

.huusk-product-3 .section-properties__image--line-3 {
    top: 10px;
    left: -50%
}

.huusk-product-3 .banner-promote {
    background: url(/theme/huusk/product-3/images/bg-promote.jpg) no-repeat 100% 50%;
    background-size: cover
}

@media (max-width: 767.98px) {
    .huusk-product-3 .banner-promote {
        background:url(/theme/huusk/product-3/images/bg-promote.jpg) no-repeat 35% 50%;
        background-size: cover
    }
}

.huusk-product-3 .banner-promote__image {
    max-width: 540px;
    top: -50%;
    left: -28%
}

.huusk-product-3 .banner-promote-2 {
    background: url(/theme/huusk/product-3/images/bg-promote-2.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 100vh
}

@media (max-width: 767.98px) {
    .huusk-product-3 .banner-promote-2 {
        background:url(/theme/huusk/product-3/images/bg-promote-2-mobile.jpg) no-repeat 50% 0;
        background-size: cover;
        height: unset;
        padding: 20% 0 28%
    }
}

.huusk-product-3 .banner-promote-3 {
    background: url(/theme/huusk/product-3/images/bg-promote-3.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #000
}

@media (max-width: 1399.98px) {
    .huusk-product-3 .banner-promote-3 {
        background:url(/theme/huusk/product-3/images/bg-promote-3-mobile.jpg) no-repeat 50% 50%;
        background-size: cover;
        color: #fff
    }
}

.huusk-product-3 .banner-promote-3__image {
    width: 200px;
    top: 5%
}

.huusk-product-3 .banner-cta-2 {
    background: url(/theme/huusk/product-3/images/bg-cta.png?1) no-repeat 50% 20%;
    background-size: cover;
    border-bottom: 1px solid #fff
}

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

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

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

.huusk-product-9 .header__background--white,.huusk-scissors-product .header__background--white {
    background-image: url(/theme/huusk/product-9/images/header-white.jpg)
}

.huusk-sheath .nav__item--btn,.huusk-sheath .btn-huusk {
    background: #FF9900;
    color: #000;
    font-weight: 700;
    border-radius: 0;
    -o-border-image: none;
    border-image: none
}

.huusk-steath-header-wrapper {
    background-image: url(/theme/huusk-sheath/product/images/product_bg.jpg);
    background-size: cover;
    background-position: center
}

.huusk-sheath-promo-bg {
    background-image: url(/theme/huusk-sheath/product/images/footer.jpg);
    background-size: cover;
    background-position: center;
    min-height: 400px
}

.header-sheath--header-sheath__image {
    max-width: 80%
}

@media (min-width: 576px) {
    .header-sheath--header-sheath__image {
        max-width:100%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.huusk-sheath-leather-bg {
    padding-top: max(100px,6vw);
    background-image: url(/theme/huusk-sheath/product/images/leather.png);
    background-size: cover;
    background-position: top
}

.huusk-sheath-leather-texts {
    background-color: rgba(128,82,60,.65)
}

.huusk-p11-light-black {
    background-color: #1d1d1d
}

.huusk-p15 .btn-primary {
    background-color: #ffd601!important;
    text-transform: capitalize;
    font-weight: 700;
    color: #000!important
}

.huusk-p15 .btn-primary:hover,.huusk-p15 .btn-primary:focus,.huusk-p15 .btn-primary:active {
    color: #000;
    -webkit-box-shadow: 0 .7rem .7rem rgba(0,0,0,.5)!important;
    box-shadow: 0 .7rem .7rem rgba(0,0,0,.5)!important;
    background-color: #e7c100!important
}

.huusk-p15 .slick-prev:before {
    color: #000!important;
    font-size: 40px!important
}

.huusk-p15 .slick-next:before {
    color: #000!important;
    font-size: 40px!important
}

.huusk-p15 .nav--3 .nav__item--btn {
    background-color: #2cd755
}

.section-hero {
    background: url(/theme/upsells/get-huusk-knives/images/bg-hero.jpg) no-repeat 50% 50%;
    background-size: cover;
    min-height: 500px
}

.hero {
    left: -7rem;
    max-width: 65%;
    bottom: 4%
}

.promote-section {
    padding: 8% 0;
    max-height: 320px
}

.knives-promote__image {
    width: 450px;
    right: 0
}

.leather-sheath__header {
    background: url(/theme/upsells/get-leather-sheath/header-bg.jpg) 50% 50%;
    background-size: cover
}

.leather-sheath__header-layer {
    background: linear-gradient(91.22deg,#FFFFFF 0%,rgba(255,255,255,0) 97.88%);
    width: 100vw;
    height: 200vh
}

@media (max-width: 767.98px) {
    .leather-sheath__header-layer {
        background:linear-gradient(100.22deg,#FFFFFF 0%,rgba(255,255,255,0) 97.88%)
    }
}

.leather-sheath__header-product-mobile {
    max-height: 150px
}

.leather-sheath__header-product-mobile img {
    -o-object-fit: contain;
    object-fit: contain
}

.leather-sheath__protection-line {
    -webkit-transform: translate(-100%,10px);
    transform: translate(-100%,10px)
}

[dir=rtl] .leather-sheath__protection-line {
    -webkit-transform: scaleX(-1) translate(100%,10px);
    transform: scaleX(-1) translate(100%,10px)
}

.leather-sheath__handcrafted {
    background-image: url(/theme/upsells/get-leather-sheath/handcrafted-bg.jpg?1);
    background-size: cover;
    background-position: 50% 0
}

.leather-sheath__review {
    border-radius: 21px;
    border: 1px solid #000
}

.leather-sheaths-v2-upsell__header {
    background: url(/theme/huusk/upsells/v2/header-mob.jpg) 50% 50%/cover no-repeat
}

@media (min-width: 576px) {
    .leather-sheaths-v2-upsell__header {
        background:url(/theme/huusk-sheath/upsells/get-huusk-leather-sheaths-v2/header.jpg) 50% 50%/cover no-repeat
    }
}

.leather-sheaths-v2-upsell__design-bg {
    background: url(/theme/huusk-sheath/upsells/get-huusk-leather-sheaths-v2/bg.jpg) 50% 50%/cover no-repeat
}

.scissors__header {
    background: url(/theme/upsells/get-huusk-scissors/header-bg.jpg);
    background-position: 50% 82%;
    background-size: cover;
    background-origin: content-box;
    background-repeat: no-repeat
}

.scissors__header-product {
    max-width: 100%;
    bottom: -50px
}

@media (min-width: 768px) {
    .scissors__header-product {
        right:-7%;
        bottom: 20%;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg)
    }
}

@media (min-width: 1023px) {
    .scissors__header-product {
        max-width:50%;
        bottom: -50px;
        right: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@media (min-width: 1400px) {
    .scissors__header-product {
        max-width:100%
    }
}

.scissors__header .no-thanks {
    text-shadow: 0px 0px 10px #fece92,0px 0px 10px #fece92,0px 0px 10px #fece92,0px 0px 10px #fece92
}

.leather-sheath__handcrafted--scissors {
    background: url(/theme/upsells/get-huusk-scissors/2.jpg);
    background-size: cover;
    background-position: top 50% left 10%
}

.btn-huusk--secondary:hover {
    color: currentColor
}

.btn-huusk--secondary {
    background: #fff
}

.bad-vs-good__icon {
    top: -3%;
    left: -7%;
    max-width: 40%
}

.huusk-v2-upsell__header {
    background: #000 url(/theme/huusk/upsells/v2/header-mob.jpg) no-repeat center/contain
}

@media (min-width: 576px) {
    .huusk-v2-upsell__header {
        background:#000 url(/theme/huusk/upsells/v2/header.jpg) no-repeat center/cover
    }
}

@media (min-width: 1400px) {
    .huusk-v2-upsell__header {
        background:#000 url(/theme/huusk/upsells/v2/header.jpg) no-repeat center/contain
    }
}

.huusk-v2-upsell__header-badge {
    width: 100px;
    right: 25%;
    top: -20%
}

.huusk-v2-upsell__header-product {
    -webkit-transform: scale(1.3) translateX(-10%);
    transform: scale(1.3) translate(-10%)
}

.huusk-v2-upsell__promote {
    background: #000 url(/theme/huusk/upsells/v2/bg2.jpg) no-repeat center/cover
}

.get-huusk-knives-v2-2__promote-img {
    -webkit-transform: scale(2) translate(20%,6%);
    transform: scale(2) translate(20%,6%)
}

.order-page-header {
    background: url(/theme/huusk/order/images/bg-header.jpg) 50% 50% no-repeat;
    background-size: cover;
    z-index: 2
}

@media (max-width: 767.98px) {
    .order-page-header {
        background:url(/theme/huusk/order/images/bg-header.jpg) 30% 50% no-repeat;
        background-size: cover
    }
}

@media (min-width: 768px) {
    .order-page-header .image {
        width:45%;
        left: 10%
    }
}

@media (max-width: 767.98px) {
    .order-page-header .image {
        max-width:320px
    }
}

.order-page-header--v2 {
    background: url(/theme/huusk/order/images/bg-header-2-v2.jpg?2) 50% 0 no-repeat;
    background-size: 100% 100%
}

@media (max-width: 767.98px) {
    .order-page-header--v2 {
        background:url(/theme/huusk/order/images/bg-header-mobile.jpg) 50% 80% no-repeat;
        background-size: cover
    }
}

.order-page-header--haarko {
    background: url(/theme/haarko/order/header-bg.jpg) 50% 50% no-repeat;
    background-size: cover
}

@media (min-width: 576px) {
    .order-page-header--haarko .order-page-header__product-img {
        top:50px
    }
}

@media (min-width: 1023px) {
    .order-page-header__product {
        width:75%;
        -webkit-transform: scale(1.5) translate(30%,10%);
        transform: scale(1.5) translate(30%,10%)
    }
}

.huusk-order-7 .order-column {
    padding: 2%;
    background: #fff;
    border: 1px solid #E1E1E1;
    border-radius: 10px
}

.huusk-order-7 .btn-pay {
    background-color: #f90;
    color: #fff;
    border-radius: 0
}

.huusk-order-8 .order-page-header {
    background: url(/theme/huusk/product-9/images/order-bg.jpg);
    background-size: cover
}

@media (min-width: 768px) {
    .huusk-order-8 .order-page-header .image {
        left:-10%
    }
}

.huusk-product-9 .btn,.huusk-scissors-product .btn {
    border-radius: 5px
}

.huusk-product-9 .header__background--white,.huusk-scissors-product .header__background--white {
    background-image: url(/theme/huusk/product-9/images/header-white.jpg)
}

.huusk-product-9 .header__section-hero,.huusk-scissors-product .header__section-hero {
    position: relative
}

.huusk-product-9 .header__section-hero:after,.huusk-scissors-product .header__section-hero:after {
    content: "";
    display: block;
    bottom: 0;
    height: 1000px;
    width: 100%;
    left: 0;
    position: absolute;
    background-color: rgba(252,151,0,.85);
    z-index: 0
}

@media (min-width: 576px) {
    .huusk-product-9 .header__section-hero:after,.huusk-scissors-product .header__section-hero:after {
        width:min(150%,505px);
        left: -222px;
        -webkit-transform: skewX(25deg);
        transform: skew(25deg);
        bottom: -1rem
    }
}

@media (min-width: 768px) {
    .huusk-product-9 .header__section-hero:after,.huusk-scissors-product .header__section-hero:after {
        width:115%;
        left: -189px
    }
}

@media (min-width: 1023px) {
    .huusk-product-9 .header__section-hero:after,.huusk-scissors-product .header__section-hero:after {
        left:-179px
    }
}

.huusk-product-9 .header__section-hero>*,.huusk-scissors-product .header__section-hero>* {
    z-index: 1
}

.huusk-product-9 .header__section-hero .btn-huusk--primary,.huusk-scissors-product .header__section-hero .btn-huusk--primary {
    background-color: #000
}

.huusk-product-9 .bg-overlay--left:before,.huusk-product-9 .bg-overlay--right:before,.huusk-scissors-product .bg-overlay--left:before,.huusk-scissors-product .bg-overlay--right:before {
    content: "";
    display: block;
    top: 0;
    height: 2000px;
    width: min(150%,505px);
    position: absolute;
    background-color: #f7f6f6;
    z-index: 0
}

.huusk-product-9 .bg-overlay--left:before,.huusk-scissors-product .bg-overlay--left:before {
    left: 478px;
    -webkit-transform: skewX(25deg);
    transform: skew(25deg)
}

@media (min-width: 768px) {
    .huusk-product-9 .bg-overlay--left:before,.huusk-scissors-product .bg-overlay--left:before {
        width:115%;
        left: 511px
    }
}

@media (min-width: 1023px) {
    .huusk-product-9 .bg-overlay--left:before,.huusk-scissors-product .bg-overlay--left:before {
        left:521px
    }
}

.huusk-product-9 .bg-overlay--right:before,.huusk-scissors-product .bg-overlay--right:before {
    right: -7px;
    -webkit-transform: skewX(-25deg);
    transform: skew(-25deg)
}

@media (min-width: 576px) {
    .huusk-product-9 .bg-overlay--right:before,.huusk-scissors-product .bg-overlay--right:before {
        width:115%;
        left: -474px
    }
}

@media (min-width: 768px) {
    .huusk-product-9 .bg-overlay--right:before,.huusk-scissors-product .bg-overlay--right:before {
        left:-477px
    }
}

@media (min-width: 1023px) {
    .huusk-product-9 .bg-overlay--right:before,.huusk-scissors-product .bg-overlay--right:before {
        left:-480px
    }
}

@media (min-width: 1400px) {
    .huusk-product-9 .bg-overlay--right:before,.huusk-scissors-product .bg-overlay--right:before {
        left:-528px
    }
}

.huusk-product-9 .image-overflow-left,.huusk-scissors-product .image-overflow-left {
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 768px) {
    .huusk-product-9 .image-overflow-left,.huusk-scissors-product .image-overflow-left {
        -o-object-fit:cover;
        object-fit: cover;
        -o-object-position: right;
        object-position: right;
        height: 65%
    }
}

@media (min-width: 1023px) {
    .huusk-product-9 .image-overflow-left,.huusk-scissors-product .image-overflow-left {
        -o-object-fit:contain;
        object-fit: contain;
        height: auto
    }
}

.huusk-product-9 .section-testimonials__review,.huusk-scissors-product .section-testimonials__review {
    background-color: #fff
}

.huusk-product-9 .btn-huusk--primary,.huusk-product-9 .nav__item--btn,.huusk-scissors-product .btn-huusk--primary,.huusk-scissors-product .nav__item--btn {
    -o-border-image: none;
    border-image: none;
    border-width: 0;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.huusk-product-9 h2,.huusk-product-9 h3,.huusk-scissors-product h2,.huusk-scissors-product h3 {
    font-weight: 600!important;
    font-size: 25px!important
}

.huusk-product-9 h4,.huusk-scissors-product h4 {
    font-size: 20px!important
}

.bg-light-grey {
    background-color: #f7f6f6
}

.text-image-overflow__image {
    max-width: 65%;
    -o-object-fit: cover;
    object-fit: cover
}

.text-image-overflow__image-extra {
    right: -10%
}

.h-accessories__order-box {
    border: none!important
}

.h-accessories__order-options {
    background-color: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #E3E3E3
}

.h-accessories__order-options-wrapper {
    min-height: 130px
}

.h-accessories__order-options label:last-of-type .h-accessories__order-options-wrapper {
    border-bottom: none
}

.h-accessories__amount-input[type=number] {
    -moz-appearance: textfield
}

.h-accessories__amount-input[type=number]::-webkit-inner-spin-button,.h-accessories__amount-input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.h-accessories__plus,.h-accessories__minus {
    border: 1px solid #DADADA;
    min-width: 32px;
    min-height: 28px
}

.h-accessories__plus {
    margin: -1px
}

.h-accessories__minus {
    margin: -1px 0 -1px -1px
}

.h-accessories__quantity {
    border: 1px solid #DADADA;
    border-radius: 5px
}

.h-accessories__product-logo {
    max-width: 70px
}

.h-accessories__reduced-price {
    color: #1ac70e
}

.h-accessories__upsell-huusk-leather-sheath {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg)
}

.h-accessories__upsell-huusk-chef-leather-sheath {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg)
}

.h-accessories__huusk {
    max-height: 79px;
    min-width: 114px
}

.klarna-banner-2--orange {
    background-color: #f90;
    color: #000
}

.klarna-banner-2--pink {
    background-color: #ffb2c7;
    color: #000
}

.klarna-banner-2--dark-grey {
    background-color: #393939;
    color: #fff
}

.klarna-banner-2__icon--dark-grey {
    color: #f90
}

.klarna-banner-2__btn--orange,.klarna-banner-2__btn--pink {
    background-color: #000
}

.klarna-banner-2__btn--orange,.klarna-banner-2__btn--orange:hover {
    color: #f90
}

.klarna-banner-2__btn--pink,.klarna-banner-2__btn--pink:hover {
    color: #ffb2c7
}

.klarna-banner-2__btn--dark-grey {
    background-color: #f90;
    color: #393939
}

.klarna-banner-2__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    justify-items: center
}

.klarna-banner-2__grid-text {
    -ms-flex-item-align: start;
    align-self: start
}

.klarna-banner-2__grid .klarna-banner-2__icon {
    max-width: 50%
}

@media (min-width: 768px) {
    .klarna-banner-2__grid .klarna-banner-2__icon {
        max-width:100%
    }

    .klarna-banner-2__grid {
        row-gap: 16px;
        grid-template-columns: repeat(8,1fr)
    }

    .klarna-banner-2__grid .klarna-banner-2__icon {
        grid-column: span 2
    }

    .klarna-banner-2__grid .klarna-banner-2__grid-text--1 {
        grid-column: span 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .klarna-banner-2__grid .klarna-banner-2__grid-text--2 {
        grid-column: 4/span 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .klarna-banner-2__grid .klarna-banner-2__grid-text--3 {
        grid-column: 7/span 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.recipe-book {
    min-height: 150px
}

.recipe-book--order {
    min-height: 100px
}

.recipe-book__container {
    max-width: 1800px
}

.recipe-book__right {
    left: 50%
}

.recipe-book__gift {
    left: 50%;
    -webkit-transform: translateX(130%);
    transform: translate(130%)
}

@media (max-width: 1022.98px) {
    .recipe-book__gift {
        -webkit-transform:translateX(80%);
        transform: translate(80%)
    }
}

.recipe-book__gift-o {
    -webkit-transform: translateX(100%) translateY(-50%);
    transform: translate(100%) translateY(-50%);
    top: 50%
}

.recipe-book__book {
    left: 40%;
    width: 70%
}

@supports (mix-blend-mode: multiply) {
    .recipe-book__flames {
        display:block!important;
        height: 160%;
        mix-blend-mode: screen
    }

    @media (max-width: 1022.98px) {
        .recipe-book__flames {
            left:-10%
        }
    }

    @media (max-width: 767.98px) {
        .recipe-book__flames {
            left:-40%
        }
    }

    .recipe-book__left {
        display: none!important
    }
}

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

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

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

.haarko-p1__header {
    background: linear-gradient(357.36deg,#010101 13.78%,rgba(1,1,1,0) 97.69%),url(/theme/haarko/product-1/header-bg.jpg) no-repeat 50% 40%;
    background-size: cover
}

@media (max-width: 575.98px) {
    .haarko-p1__header {
        background:linear-gradient(357.36deg,#010101 33.78%,rgba(1,1,1,0) 197.69%),url(/theme/haarko/product-1/header-bg.jpg) no-repeat 50% 40%
    }
}

@media (min-width: 768px) {
    .haarko-p1__header-img {
        top:50%;
        -webkit-transform: translate(0,-30%);
        transform: translateY(-30%);
        max-width: 55%
    }

    [dir=rtl] .haarko-p1__header-img {
        -webkit-transform: translateY(-30%) scaleX(-1);
        transform: translateY(-30%) scaleX(-1)
    }
}

.haarko-p1__header-2 {
    padding-top: 150px
}

@media (max-width: 767.98px) {
    .haarko-p1__header-2 {
        padding-top:65vw
    }

    .haarko-p1__header-2 .chef-knife__header-video {
        margin-top: 50px
    }
}

@media (max-width: 575.98px) {
    .haarko-p1__header-2 {
        padding-top:75vw
    }
}

.haarko-p1__header-3 {
    overflow-x: hidden;
    background: url(/theme/haarko/product-1/header-3-bg.jpg?1) no-repeat;
    background-size: cover
}

.haarko-p1__header-3-img {
    left: 50%;
    margin-top: 60px
}

@media (max-width: 1022.98px) {
    .haarko-p1__header-3-img {
        max-width:70%
    }
}

@media (max-width: 575.98px) {
    .haarko-p1__header-3-img {
        margin-top:35px;
        position: unset!important
    }
}

@media (max-width: 1022.98px) {
    .haarko-p1__header-4 {
        padding-top:60vw
    }
}

@media (min-width: 768px) and (max-width: 1022.98px) {
    .haarko-p1__essential-img {
        max-width:400px;
        bottom: 15%
    }
}

.haarko-p1__essential-img--2 {
    max-width: 50vw;
    top: 60%;
    -webkit-transform: translate(0%,-30%);
    transform: translateY(-30%)
}

@media (min-width: 1023px) {
    .haarko-p1__essential-img--2 {
        top:50%
    }
}

.haarko-p1__premium {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(22,22,22,.39)),to(rgba(22,22,22,.39))),url(/theme/haarko/product-1/premium-bg.jpg) no-repeat 50% 50%;
    background: linear-gradient(rgba(22,22,22,.39),rgba(22,22,22,.39)),url(/theme/haarko/product-1/premium-bg.jpg) no-repeat 50% 50%;
    background-size: cover
}

.haarko-p1__features-pointer {
    -webkit-transform: translate(-100%,10px);
    transform: translate(-100%,10px)
}

[dir=rtl] .haarko-p1__features-pointer {
    -webkit-transform: scaleX(-1) translate(100%,10px);
    transform: scaleX(-1) translate(100%,10px)
}

.sharpener-header {
    background: url(/theme/upsells/get-huusk-sharpener/images/bg-hero.jpg?1) no-repeat 50% 50%;
    background-size: cover
}

@media (max-width: 767.98px) {
    .sharpener-header {
        background:url(/theme/upsells/get-huusk-sharpener/images/bg-hero-mobile.jpg?1) no-repeat 50% 90%;
        background-size: cover
    }
}

.sharpener-header__discount-price {
    font-size: 70px;
    font-weight: 600
}

@media (max-width: 767.98px) {
    .sharpener-header__discount-price {
        font-size:45px
    }
}

.sharpener-header__discount-price-old {
    font-weight: 600
}

.sharpener-about__list li {
    margin: 15px 0
}

.sharpener-about__list li:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 9px;
    width: 9px;
    background-color: #f90;
    margin-top: 8px;
    margin-left: -16px;
    border-radius: 50%
}

.sharpener-promote__promote-section {
    background: url(/theme/upsells/get-huusk-sharpener/images/bg-promote.jpg?1) no-repeat 50% 50%;
    background-size: cover;
    padding: 8% 0
}

@media (max-width: 767.98px) {
    .sharpener-promote__promote-section {
        background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.3)),to(rgba(0,0,0,.3))),url(/theme/upsells/get-huusk-sharpener/images/bg-promote.jpg);
        background: linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/theme/upsells/get-huusk-sharpener/images/bg-promote.jpg);
        background-size: cover;
        background-position: 75% 100%
    }
}

.sharpener-demonstration__image {
    max-width: 130px
}

.order-page-free-melzu-foot__free {
    border-radius: 5px;
    background: #007ffd
}

.order-page-free-melzu-foot__free-gift {
    right: 20px;
    width: 60px;
    padding-bottom: 20px;
    margin-right: 30px;
    min-width: 80px
}

@media (min-width: 768px) {
    .order-page-free-melzu-foot__free-gift {
        -webkit-transform:rotate(12deg);
        transform: rotate(12deg);
        min-width: 100px
    }
}

.order-page-free-melzu-foot__free-text {
    padding: 20px 120px 20px 20px
}

.mobcheck-golden-banner {
    background-color: #f8c852
}

.mobcheck__disc-svg {
    -webkit-animation: grow 1.5s ease 1.1s 1 normal forwards;
    animation: grow 1.5s ease 1.1s 1 normal forwards
}

.mobcheck__card {
    border-radius: 10px
}

.mobcheck__label {
    line-height: 1.2;
    border: 3px solid #fff;
    border-radius: 10px
}

input:checked+.mobcheck__label {
    border: 3px solid #4884EE;
    border-radius: 10px
}

.mobcheck__product-img {
    min-width: 100%;
    max-width: 20vw;
    border-radius: 6px
}

.mobcheck__product-img-span {
    max-width: 120px;
    background-color: #ebebec;
    border-radius: 16px
}

.mobcheck__quantity-badge {
    background-color: #387ff5
}

.mobcheck__current-price {
    color: #4884ee
}

.mobcheck__step-button {
    background: linear-gradient(268.45deg,#375CF2 -89.15%,#53A0EA 121.3%);
    -webkit-box-shadow: 0 7px 10px 0 rgba(61,178,255,.4);
    box-shadow: 0 7px 10px rgba(61,178,255,.4);
    border-radius: 10px
}

.mobcheck__pay-button {
    background-color: #60d654;
    -webkit-box-shadow: 0 7px 10px 0 rgba(96,214,84,.4);
    box-shadow: 0 7px 10px rgba(96,214,84,.4);
    border-radius: 10px
}

.mobcheck__pay-button:hover {
    -webkit-box-shadow: 0 7px 10px 0 rgba(96,214,84,.4);
    box-shadow: 0 7px 10px rgba(96,214,84,.4)
}

.mobcheck__input {
    border-radius: 10px!important;
    outline: none
}

.mobcheck__input::-webkit-input-placeholder {
    color: rgba(66,77,89,.45)
}

.mobcheck__input::-moz-placeholder {
    color: rgba(66,77,89,.45)
}

.mobcheck__input:-ms-input-placeholder {
    color: rgba(66,77,89,.45)
}

.mobcheck__input::-ms-input-placeholder {
    color: rgba(66,77,89,.45)
}

.mobcheck__input::placeholder {
    color: rgba(66,77,89,.45)
}

.mobcheck__cvv-tooltip {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20%
}

@media (min-width: 768px) {
    .mobcheck__cvv-tooltip {
        right:10%
    }
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes grow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.huusk-order-17 .mobcheck__input,.huusk-order-18 .mobcheck__input {
    border-radius: 3px!important;
    border: 1px solid #CBCBCB!important
}

.huusk-order-17-bg-gray,.huusk-order-18-bg-gray {
    background-color: #f1f1f1
}

@media (min-width: 768px) {
    .klarna-banner-3--pink {
        background-color:#ffb2c7
    }
}

.klarna-banner-3__icon {
    max-width: 50px
}

.klarna-banner-3__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    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 {
        row-gap: 16px;
        grid-template-columns: repeat(8,1fr)
    }

    .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;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .klarna-banner-3__grid .klarna-banner-3__grid-text--2 {
        grid-column: 4/span 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .klarna-banner-3__grid .klarna-banner-3__grid-text--3 {
        grid-column: 7/span 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width: 1023px) {
    .klarna-banner-3__phone {
        -webkit-transform:scale(1.35) translate(-4%,-12%);
        transform: scale(1.35) translate(-4%,-12%)
    }
}

.klarna-banner-3__overlay {
    background-color: #ffb2c7;
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5)
}
