.big-button {
    all: unset
}

.trust-block {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, var(--tov-main-color) 0%, var(--tov-secondary_color) 100%);
    color: #fff;
    padding: 14px 20px
}

.trust-block__rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px
}

.trust-block__stars {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px
}

.trust-block__rating-info {
    display: flex;
    align-items: center;
    gap: 5px
}

.trust-block__score {
    font-size: 16px;
    font-weight: 700
}

.trust-block__rating-desc {
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap
}

.trust-block__info {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    line-height: 1.4;
    text-align: right;
    row-gap: 5px
}

.trust-block__purchases {
    margin: 0;
    text-transform: uppercase
}

.trust-block__count {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 10px;
    border-radius: 5px;
    background: #fff;
    color: #06064b;
    font-weight: 700
}

.trust-block__last-order {
    display: block;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase
}

.trust-block__stars-img {
    width: 100px
}

.header {
    background: #fff;
    color: #000
}

.header .product-title,
.header .product-title * {
    color: #000;
    font-weight: 800;
    text-shadow: 1px 1px 5px #d1d0d0
}

.benefits_list {
    display: none !important
}

.pricing-block {
    display: flex;
    flex-direction: row-reverse;
    border-bottom: none;
    justify-content: center;
    padding-bottom: 10px
}

.pricing-block * {
    line-height: .9;
    height: auto
}

.pricing-block .old-price span {
    all: unset;
    font-size: 14px
}

.pricing-block .new-price span {
    all: unset;
    font-size: 14px
}

.pricing-block .new-price {
    width: 70%
}

.pricing-block .new-price strong,
.pricing-block .new-price small {
    all: unset;
    font-size: 50px;
    font-weight: 700
}

.pricing-block .old-price strong,
.pricing-block .old-price small {
    all: unset;
    font-size: 30px;
    color: #727272;
    font-weight: 400;
    text-decoration: line-through
}

.big-button-renewed-1 {
    display: block;
    margin: 15px auto;
    width: 85%;
    text-align: center;
    display: inline-block;
    padding: 25px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    background: linear-gradient(-90deg, var(--tov-main-color) 0%, var(--tov-secondary_color) 100%);
    position: relative;
    overflow: hidden;
    transition: all .3s ease
}

.big-button-renewed-1:hover {
    background: linear-gradient(90deg, var(--tov-main-color) 0%, var(--tov-secondary_color) 100%);
    transform: translateY(-4px)
}

.big-button-renewed-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 5%;
    height: 100%;
    background: rgba(255, 255, 255, .299);
    transform: skewX(-35deg);
    transition: left .5s ease;
    animation: shine 3s infinite
}

.big-button-renewed-1:hover:before {
    left: 125%
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-10px)
    }

    60% {
        transform: translateY(-5px)
    }
}

.big-button-renewed-1 {
    animation: bounce 3s infinite
}

@keyframes shine {
    0% {
        left: -75%
    }

    100% {
        left: 125%
    }
}

.stock-block {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 3px;
    padding: 10px;
    padding-bottom: 20px
}

.stock-block span {
    margin: 0 3px;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 2px 1px #acabab;
    color: #06064b;
    font-weight: 700
}

.stock-update {
    font-size: 14px
}

.sticky-timer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: linear-gradient(180deg, var(--tov-main-color) 0%, var(--tov-secondary_color) 100%);
    color: #fff;
    padding: 15px 20px
}

.sticky-timer__text {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase
}

.sticky-timer__date-range {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 10px;
    border-radius: 5px;
    background: #fff;
    color: #06064b;
    font-weight: 700
}

.sticky-timer__subtext {
    font-size: 12px
}

.number-discount {
    background: #fff !important
}

.specifications,
.characteristics__list,
.characteristics__list * {
    background: #fff;
    color: #000
}

.specifications .order-button {
    display: none
}

.reviews {
    background: linear-gradient(145deg, #292929, #383838);
    border-radius: 10px
}

.reviews .title,
.reviews .title * {
    color: #fff
}

.reviews_rating {
    display: none
}

.reviews .rev-text {
    background: #444
}

.reviews .rev-text * {
    color: #fff
}

.reviews .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    margin: 5px
}

.reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff
}

.swiper-button-next:after,
.swiper-button-prev:after {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    cursor: pointer;
    transition: background .3s ease, color .3s ease;
    background: radial-gradient(var(--tov-main-color, rgba(0, 0, 0, 1)) 0%, var(--tov-secondary_color, rgba(131, 82, 57, 1)) 100%)
}

.order-step {
    margin: 20px;
    text-transform: uppercase
}

.order-step .step-item {
    padding: 26px;
    border: 2px solid #dfdfdf;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 1px;
    margin: 15px 0;
    background: #fff
}

.order-step .item-top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px
}

.order-step .item-botton {
    font-size: 15px
}

.order-step .top-text {
    font-size: 20px;
    font-weight: 700
}

.order-step .top-img img {
    width: 30px;
    margin-right: 15px
}

.order-step .order-color {
    color: #a43209;
    font-weight: 600
}

.order-step-title,
.order-step-title * {
    margin: 30px 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(0deg, var(--tov-main-color, rgba(136, 102, 89, 1)) 0%, var(--tov-secondary_color, rgba(65, 37, 9, 1) 100%));
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    padding-bottom: 0
}

.timer-s-m-h {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    background: linear-gradient(180deg, var(--tov-main-color) 0%, var(--tov-secondary_color) 100%);
    color: #fff;
    padding: 20px
}

.timer-s-m-h_text {
    display: flex;
    font-size: 14px;
    justify-content: left
}

.timer-s-m-h_text span {
    width: 120px;
    text-align: center
}

.timer-s-m-h_text img {
    width: 30px;
    margin-right: 10px
}

.timer-s-m-h .js-countdown * {
    all: unset
}

.timer-s-m-h .countdown__timer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px
}

.timer-s-m-h .countdown__item {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    position: relative;
    text-align: center
}

.timer-s-m-h .countdown__label {
    margin-bottom: 10px;
    font-size: 16px
}

.timer-s-m-h .countdown__value {
    font-weight: 700;
    font-size: 40px;
    line-height: 30px;
    position: relative
}

.timer-s-m-h .countdown__item:not(:last-child):after {
    display: block;
    content: ":";
    width: 10px;
    line-height: 24px;
    position: absolute;
    bottom: 5px;
    right: -12px;
    font-size: 40px
}

.models-slider-section {
    border-radius: 10px;
    margin-top: 10px
}

.number-discount .block-title,
.number-discount .block-title * {
    margin: 30px 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(0deg, var(--tov-main-color, rgba(136, 102, 89, 1)) 0%, var(--tov-secondary_color, rgba(65, 37, 9, 1) 100%));
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    padding-bottom: 0
}