.error {
    color: #f00 !important;
}
.fragrance-slider {
    margin-top: -1.4em;
}
.fragrance-slider .slick-list {
    padding-top: 2em;
}
.text-page__inner a {
    color: #d1202d;
    text-decoration: none;
    font-family: monospace;
}
.text-page__inner a:hover {
    text-decoration: underline;
}
.fragrance-slider__bottom {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.fragrance-slider__bottom .btn-buy {
    width: 180px;
    margin-bottom: 0;
}
.fragrance-slider__price {
    margin-left: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #d1202d;
    font-family: 'GothamProMedium', Arial, Helvetica, sans-serif;
}
.fragrance-slider__pic {
    height: 250px;
}

.about__img img {
    height: 356px;
}

.header--main {
    background-size: contain;
    background-position: 65% 60px;
}

.fragrance-slider__img-52 {
    bottom: -12%;
}

.about__img+.about__img {
    /* display: none !important; */
}

.cart-link {
    position: absolute;
    top: -17px;
    bottom: initial;
    right: 10px;
    margin-left: 20px;
    margin-right: 10px;
    width: 40px !important;
    height: 40px !important;
}

.cart-link span {
    right: -14px;
    top: -4px;
}

.header__callback {
    padding: 0.51em 1rem;
}

.header__top--fixed .cart-link {
    position: static;
}

.header__top--fixed .cart-link span {
    right: 10px;
    top: 5px;
}


@media (min-width: 576px) {
    .fragrance-slider__price {
        margin-left: 30px;
    }
    .fragrance-slider__bottom .btn-buy {
        width: 220px;
    }
    .fragrance-slider__pic {
        height: 340px;
    }
    .cart-link {
        position: static;
    }
    .cart-link span {
        right: 10px !important;
        top: 5px;
    }
}

@media (min-width: 768px) {
    .fragrance-slider__pic {
        height: auto;
    }
}

@media (min-width: 1200px) {
    .header__logo {
        width: 191px;
    }
}

@media (min-width: 1600px) {
    .header__callback {
        font-size: 1.8rem;
    }
}



