body .bx-pagination .bx-pagination-container ul li.bx-active span,
body .bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
    background: #CFB2A1;
}

.section__desc {
    margin-bottom: 40px;
    line-height: 2;
}

.bx-filter__result {
    display: flex !important;
    margin-top: 20px;
}

.card__color_item-text {
    width: 76px;
    height: 47px;
    border: 1px solid;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
    margin-right: 20px;
}

.card__color_item-text.selected {
    border: 2px solid;
}

.card__color_item-text:hover {
    cursor: pointer;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
    background: none;
    color: #000;
}

.search .search__link {
    position: absolute;
    right: 16px;
    top: 28%;
    height: 18px;
    width: 18px;
    background: url(../images/search.svg) center center no-repeat;
}

.ingredient__item img {
    border-radius: 100%;
}

.cart__name br,
.card__title br,
.bx-soa-item-title a br,
.breadcrumbs__crnt br {
    display: none;
}

.top-nav .top-nav-menu__item a.top-nav-subnav__more {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-transform: none;
    letter-spacing: 0.02em;
    color: #706056;
    padding-right: 28px;
    transition: .25s;
    position: relative;
    z-index: 2;
}

.top-nav .top-nav-menu__item a.top-nav-subnav__more::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: calc(100% - 28px);
    height: 1px;
    background-color: currentColor;
    z-index: -1;
}

.top-nav .top-nav-menu__item a.top-nav-subnav__more:hover {
    text-decoration: none;
    color: #C0AA9C;
}

.top-contacts .top-contacts__phone span.work {
    font-weight: 300;
}

.form__consultation-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #fff;
    background: #CFB2A1;
    border: none;
    padding: 2px 25px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.form__consultation-submit:hover {
    background: #BD9F8D;
}

.form__question-submit {
    padding: 14px 30px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-sizing: border-box;
    letter-spacing: 1.05px;
    font-weight: 500;
    background-color: #CFB2A1;
    max-width: 140px;
    width: 100%;
    margin: 0px auto;
}

.form__question-submit:hover {
    cursor: pointer;
    background-color: #BD9F8D;
}

.checkout__prev {
    margin-right: 20px;
}

body .bx-sls .bx-ui-sls-container {
    min-height: 48px;
}

body .bx-sls .bx-ui-sls-fake,
body .bx-sls .bx-ui-sls-route {
    height: 48px;
}

.bx-sls .dropdown-icon {
    height: 27px;
}

.delivery__block-left {
    display: flex;
    flex-direction: column;
}

.checkout__deliver_name {
    padding-left: 30px;
    height: 29px;
    line-height: 29px;
}

body .delivery__block-left .bx-soa-pp-company {
    border: 1px solid #CDC7C2;
    height: 40px;
    margin-bottom: 15px;
}

#bx-soa-paysystem .bx-soa-pp-company-desc {
    margin-top: 15px;
}

body .sale-paysystem-wrapper {
    border: none;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body .sale-paysystem-yandex-button {
    margin: 0px;
}

.admin__content .section {
    max-width: 100%;
}

.personal__submit {
    display: none;
}

.personal__submit.active {
    display: block;
}

.admin__saved.hidden {
    display: none;
}

.login__forgot:hover,
.modal__submit:hover,
.login__submit:hover,
.cnt__btn:hover,
.login__icon:hover,
.question__form-submit:hover,
.form__subscribe-submit:hover,
.card__tocart:hover,
.load_more:hover {
    cursor: pointer;
}

.admin__order .primary-btn {
    font: unset;
    margin-top: 20px;
}

.card__color_item.selected {
    position: relative;
}

.card__color_item::after {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 50px;
    display: none;
}

.card__color_item.selected::after {
    display: block;
}

.card__color_item:hover::after {
    display: block;
}

.basket-item-scu-list {
    margin-bottom: 10px;
}

.card__color_title,
.card__topcolor {
    margin-bottom: 0px;
}

.card__color-flex {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.card__topcolor {
    margin-right: 5px;
}

.checkout__next:hover,
.checkout__prev:hover,
.confirm__back:hover {
    color: #fff;
}

.form__error {
    border: 1px solid #F14242;
}

.subscribe__error {
    color: #F14242;
    font-size: 18px;
}

.card__actions-flex {
    display: flex;
    flex-wrap: wrap;
}

.filter__checks-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.filter__checks-flex .bx-filter-input-container {
    flex-basis: 48%;
}

.search__item {
    margin-bottom: 15px;
}

.search-suggest {
    border: 1px solid #CDC7C2;
    padding: 14px 20px;
    display: inline-block;
    color: #706056;
    min-width: 0;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

/* Блог */

.blog {
    padding-bottom: 120px;
}

.blog__title {
    text-align: center;
}

.blog__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.blog__list li:not(:last-child) {
    margin-right: 30px;
}

.blog__list li a {
    color: #A18B7F;
    font-weight: 700;
    text-transform: uppercase;
}

.blog__list li a.active {
    text-decoration: underline;
}

.blog__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.blog__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -70px;
}

.blog__item {
    width: calc(100% / 12 * 3 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
    margin-bottom: 70px;
}

.blog__img {
    display: block;
    width: 100%;
    height: 0;
    border-radius: 6px;
    margin-bottom: 12px;
    padding-top: calc(368 / 308 * 100%);
    position: relative;
    overflow: hidden;

}

.blog__img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
}

.blog__type {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
}

.blog__time {
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.02em;
}

.blog__name {
    font-family: 'HeliosCond';
    display: block;
    padding-bottom: 15px;
    position: relative;
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 26px;
}

.blog__name::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #CDC7C2;
    display: block;
    width: 34px;
    height: 1px;
}

.blog__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.blog-in__bg {
    position: relative;
    height: 23vw;
    min-height: 332px;
}

.blog-in__bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1024px) {
    .blog-in__bg img {
        height: 75%;
    }
}

@media (max-width: 800px) {
    .blog-in__bg img {
        height: 65%;
    }
}

@media (max-width: 600px) {
    .blog-in__bg img {
        height: 55%;
    }
}

@media (max-width: 400px) {
    .blog-in__bg img {
        height: 45%;
    }
}

.blog-in__top {
    -webkit-transform: translateY(-130px);
    -ms-transform: translateY(-130px);
    transform: translateY(-130px);
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -130px;
    background-color: #fff;
    padding: 36px 100px 100px 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.blog-in__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 35px;
}

.blog-in__top .breadcrumbs {
    margin-top: 0;
    margin-bottom: 93px;
}

.blog-in__title {
    font-family: 'HeliosCond', serif;
    font-weight: 400;
    color: #706056;
    text-align: center;
    margin-bottom: 70px;
}

.blog-in__type {
    text-transform: uppercase;
    padding-right: 15px;
    border-right: 1px solid #706056;
    margin-right: 15px;
}

.blog-in__time {
    font-style: italic;
}


.blog-in__descr {
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 50px;
}

.blog-in__descr h2,
.blog-in__descr h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-in__share {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.blog-in__share_title {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 20px;
    text-align: center;
}

.blog-in__share_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.blog-in__share_list li:not(:last-child) {
    margin-right: 15px;
}

.blog-in__share_list li a {
    display: block;
}

.blog-in__share_list li a img {
    display: block;
}

.blog-in__main {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.blog-in__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 70px;
}

.blog-in__text>* {
    margin-bottom: 60px;
}

.blog-in__text h2,
.blog-in__text h3,
.blog-in__text h4,
.blog-in__text h5 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* / Блог */
.news-slider {
    position: relative;
}

.news-slider__img {
    display: block;
    height: 227px;
    margin-bottom: 12px;
}

.news-slider__img img {
    border-radius: 6px;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.news-slider__type {
    font-size: 12px;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.news-slider__name {
    font-family: 'HeliosCond';
    display: block;
    padding-bottom: 15px;
    position: relative;
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 26px;
}

.news-slider__name::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #CDC7C2;
    display: block;
    width: 34px;
    height: 1px;
}

.news-slider__time {
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.02em;
}

.news-slider-btn-prev,
.news-slider-btn-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
    width: 24px;
    height: 27px;
}

.news-slider-btn-prev.swiper-button-disabled,
.news-slider-btn-next.swiper-button-disabled {
    display: none;
}

.news-slider-btn-prev {
    left: unset;
    right: calc(100% + 10px);
}

.news-slider-btn-next {
    right: unset;
    left: calc(100% + 10px);
}

.bx-pagination .bx-pagination-container ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx-pagination .bx-pagination-container ul li {
    margin-right: 10px;
    margin-left: 10px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next {
    margin-right: 0;
    margin-left: 21px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev {
    margin-left: 0;
    margin-right: 21px;
}

.bx-pagination .bx-pagination-container ul li a {
    height: unset;
    min-width: unset;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
    background: unset;
}

.bx-pagination .bx-pagination-container ul li span {
    background: transparent;
    min-width: unset;
    height: unset;
    line-height: unset;
    padding: 0;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span {
    font-size: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 100px;
    border: 1px solid #A18B7F !important;
    position: relative;
    transition: .28s;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next span::after {
    content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.99219 1L15.0005 8.00828L7.99219 15.0166" stroke="%23A18B7F" stroke-width="1.3"/><path d="M15 8L0 8" stroke="%23A18B7F" stroke-width="1.3"/></svg>');
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev span::after {
    content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.00781 15L0.99953 7.99172L8.00781 0.983434" stroke="%23A18B7F" stroke-width="1.3"/><path d="M1 8L16 8" stroke="%23A18B7F" stroke-width="1.3"/></svg>');
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next span::after,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 15px;
    height: 14px;
    opacity: 1;
    transition: .28s;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next span::before {
    content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.99219 1L15.0005 8.00828L7.99219 15.0166" stroke="%23FFFFFF" stroke-width="1.3"/><path d="M15 8L0 8" stroke="%23FFFFFF" stroke-width="1.3"/></svg>');
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev span::before {
    content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.00781 15L0.99953 7.99172L8.00781 0.983434" stroke="%23FFFFFF" stroke-width="1.3"/><path d="M1 8L16 8" stroke="%23FFFFFF" stroke-width="1.3"/></svg>');
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next span::before,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 15px;
    height: 14px;
    opacity: 0;
    transition: .28s;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next:hover span::before,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev:hover span::before {
    opacity: 1;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next:hover span::after,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev:hover span::after {
    opacity: 0;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev:hover span {
    background: #CFB2A1 !important;
    border-color: #CFB2A1 !important;
}

body .bx-pagination .bx-pagination-container ul li.bx-active span,
body .bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
    background: unset;
    font-weight: 700;
    color: inherit
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container strong {
    font-weight: 400;
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container {
    background-color: transparent;
    padding: 27px 25px;
    background-color: #F9F8F7;
}

.basket-items-list-item-clear-btn {
    width: 16px;
    height: 16px;
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container div {
    padding: 0;
}

.basket-items-list-item-removed-block>a {
    color: #000;
    line-height: 1;
    border-bottom: 1px solid currentColor;
}

.basket-items-list-item-clear-btn {
    margin-left: 30px;
}

.basket-items-list-item-removed-block {
    margin-left: 33px;

}

.basket-items-list-item-clear-btn:hover::after,
.basket-items-list-item-clear-btn:hover::before {
    background-color: transparent;
}

.basket-items-list-item-clear-btn::after,
.basket-items-list-item-clear-btn::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .28s;
}

.basket-items-list-item-clear-btn::before {
    background-image: url('/local/templates/uemura/images/icons/close.svg');
    opacity: 1;
}

.basket-items-list-item-clear-btn::after {
    background-image: url('/local/templates/uemura/images/icons/close-hover.svg');
    opacity: 0;
}

.basket-items-list-item-clear-btn:hover::before {
    opacity: 0;
}

.basket-items-list-item-clear-btn:hover::after {
    opacity: 1;
}

@media screen and (max-width: 1190px) {
    .checkout__right {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .blog__item {
        width: calc(100% / 12 * 4 - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 768px) {
    .logo div svg {
        width: 165px;
    }

    .blog__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        text-align: center;
    }

    .blog__list li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .blog__item {
        width: calc(100% / 12 * 6 - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .blog-in__top {
        padding: 40px 40px 80px 40px;
    }
}

@media screen and (max-width: 650px) {
    .form-wrap form {
        align-items: center;
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }

    .form-wrap form input[type="text"],
    .form-wrap form input[type="mail"] {
        width: 100%;
    }

    .form__consultation-submit {
        height: 46px;
    }
}

@media screen and (max-width: 480px) {
    .card__fastbuy {
        display: flex;
    }

    .card .cnt {
        margin-right: 20px;
    }

    .card .card__actions {
        justify-content: flex-start;
    }

    .blog__item {
        width: calc(100% / 12 * 12 - 20px);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .blog-in__top {
        margin-left: -12px;
        width: 100vw;
        box-sizing: border-box;
        padding: 36px 12px 70px 12px;
    }

    .blog-in__info {
        font-size: 12px;
    }

    .blog-in__btn span {
        display: none;
    }

    .form-wrap .form-title {
        font-size: 30px;
    }
}

/* @media (max-width: 379px) {
    .logo div svg {
        width: 100px;
    }
} */

.products-slider-btn-prev svg,
.products-slider-btn-next svg,
.news-slider-btn-prev svg,
.news-slider-btn-next svg {
    fill: none;
    stroke: #d0c5bf;
    position: relative;
    transition: all .2s ease-in-out;
}

.products-slider-btn-prev svg:hover,
.products-slider-btn-next svg:hover,
.news-slider-btn-prev svg:hover,
.news-slider-btn-next svg:hover {
    stroke: #b7afaa;
}

.products-slider-btn-next svg,
.news-slider-btn-next svg {
    right: 0
}

.news-slider-btn-next svg:hover,
.products-slider-btn-next svg:hover {
    right: 1px;
}

.news-slider-btn-prev svg,
.products-slider-btn-prev svg {
    left: 0;
}

.news-slider-btn-prev svg:hover,
.products-slider-btn-prev svg:hover {
    left: 1px;
}

.blog-in__btns .empty-btn {
    text-transform: unset;
}

.blog-in__btns .empty-btn svg {
    fill: none;
    stroke: #a18b7f;
    width: 23px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-in__btns .empty-btn:hover svg {
    stroke: #fff;
}

.products-box .products-box__img-wrap,
.products-box .products-box__img-wrap:hover {
    border: unset;
}

.product__new {
    position: absolute;
    left: 0;
    top: 20px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 7px;
    z-index: 1;
    font-size: 11px;
    letter-spacing: 0.99px;
    background: -webkit-linear-gradient(180deg, #D0ABFF 0%, #B8B5FF 99.98%), #CCADFF;
    background: linear-gradient(180deg, #D0ABFF 0%, #B8B5FF 99.98%), #CCADFF;
}

@media screen and (max-width: 480px) {
    .section.musthave {
        padding-bottom: 50px;
    }

    .products-section,
    .peptides-section {
        padding: 50px 0;
    }

    .products-section .page-container {
        padding: 0;
        margin: 0;
    }

    .products-section .page-title {
        margin-bottom: 20px;
    }

    .link-sel__trigger {
        min-width: 175px;
    }
}

.product__txt a {
    display: inline-block;
    background-color: #fff;
    box-sizing: content-box;
}

@media screen and (max-width: 1190px) {
    .filter.smartfilter::before {
        border-top: 1px solid #e7e4e1;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        content: '';
        position: relative;
        bottom: 20px;
    }

    #modef {
        display: block;
        width: 100%;
    }

    .bx-filter__result {
        border: unset;
        background-color: #cfb2a1;
        border-radius: unset;
        color: #fff;
        font-weight: 700;
        line-height: 17.61px;
        letter-spacing: 0.06em;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, .1);
    }
}

.products-slider__slide {
    display: flex;
    height: unset;
}

.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.product__main {
    height: 72.75px;
}

@media screen and (max-width: 480px) {
    .product__main {
        height: 92.75px;
    }
}

.product__name {
    -webkit-line-clamp: 4;
}

.product .product-item-info-container {
    margin-bottom: 0;
}

.product-card__bottom {
    margin-top: 10px;
}

/**
 * Pagination
 */
.swiper-pagination-bullets.products-slider-pagination,
.swiper-pagination-bullets.news-slider-pagination {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 2;
}

.products-slider-pagination-bullet,
.news-slider-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: #eee;
    cursor: pointer;
}

.products-slider-pagination-bullet:not(:last-child),
.news-slider-pagination-bullet:not(:last-child) {
    margin-right: 20px;
}

.products-slider-pagination-bullet-active,
.news-slider-pagination-bullet-active {
    background-color: #706056;
}

.product-item-scu-container {
    display: none;
}

/**
 * Product ingredients
 */
.ingredient__title {
    font-family: Raleway;
    font-size: 15px;
    font-weight: 500;
    color: #706056;
    line-height: 17.61px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.ingredient__item {
    font-family: Raleway;
    font-size: 15px;
    font-weight: 400;
    color: #706056;
    line-height: 21px;
    letter-spacing: 0.02em;
}

.ingredient__item ul li {
    list-style: disc;
}

@media screen and (min-width: 1024px) {
    .ingredient__item ul {
        padding-left: 20px;
    }
}

.ingredient__item p,
.ingredient__item li {
    margin-bottom: 10px;
}

.catalog {
    padding-bottom: 80px;
}

/**
 * Catalog
 */
.products-3,
.products-4 {
    margin: 0;
    gap: 60px 18px;
}

.products-3 .product,
.products-4 .product
 {
    width: auto;
    margin: 0;
}

.products-3 .product {
    flex-basis: calc(33.33333% - 18px);
    max-width: 33.33333%;
}

.products-4 .product {
    flex-basis: calc(25% - 18px);
    max-width: 25%;
}

/**
 * Pagination
 */
 .catalog .bx-pagination {
    margin: 0 !important;
 }

/**
* Login area
*/
.admin__sidebar, .info__sidebar {
    z-index: 9;
}

.login:hover .login__wrapper, .login.active .login__wrapper {
    z-index: 11;
}

/*.admin__menu li a,
.admin__logout {
    font-size: 12px;
    font-weight: 500;
    line-height: 17.61px;
    letter-spacing: 0.07em;
    padding: 14px 10px;
}*/

.admin__menu li a.active {
    color: #706056;
    font-weight: 700;
    text-decoration: none;
}

.admin__fields .field span {
    font-size: 12px;
    font-weight: 400;
    color: #B5ACA6;
    line-height: 16.8px;
    letter-spacing: 0.02em;
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    .admin__trigger, .info__trigger {
        padding-right: 30px;
    }
}

.login__wrapper {
    width: auto;
}

.info__menu li a.active {
    text-decoration: none;
}

.admin__history_cell_arrow {
    cursor: pointer;
}

/**
 * Order details
 */
.admin__order_details {
    border-bottom: 1px solid #cdc7c2;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.sale-order-detail-payment-options-methods-info-title,
.sale-order-detail-payment-options-methods-info-total-price {
    margin-bottom: 10px;
}

div.payment-options-methods-row,
.sale-order-detail-payment-options-methods-info,
div.sale-order-detail-payment-options-methods {
    padding: 0 !important;
    margin: 0 !important;
}

.sale-order-detail-methods-title {
    display: flex;
    align-items: center;
    column-gap: 17px;
}

div.payment-options-methods-row:before,
div.payment-options-methods-row:last-child:after {
    display: none;
}

.admin__order .primary-btn:hover {
    border: 1px solid #a18b7f;
    background: transparent;
    color: #a18b7f;
}

.admin__history_subheads {
    padding: 16px;
}

.form-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

/**
 * Responsive
 */
@media screen and (min-width: 1024px) {
    .ingredients > a {
        pointer-events: none;
    }
}

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

@media screen and (max-width: 768px) {
    .admin__mob, .info__mob {
        gap:20px;
    }

    /**
     * Catalog
     */
    .products-3,
    .products-4 {
        gap: 40px 16px;
    }

    .products-3 .product,
    .products-4 .product {
        flex-basis: calc(49% - 16px);
        max-width: 49%;
    }
}

@media screen and (max-width: 492px) {
    .logo a svg {
        width: 185px;
        height: 39px;
    }
}

@media screen and (max-width: 1024px) {
    .top-nav-menu__item:not(:last-child) {
        border-bottom: 1px solid #CDC7C2;
    }
}

.top-nav-subnav__item .top-nav-subnav__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}

@media screen and (max-width: 1024px) {
    .admin__menu li a, .info__menu li a {
        font-size: 15px;
        font-weight: 500;
    }

    .info__menu li a.active {
        font-weight: 700;
    }
}

@media screen and (max-width: 768px) {
    .admin__menu li a {
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .admin__mobtitle,
    .info__mobtitle {
        font-size: 15px;
        font-weight: 600;
        line-height: 17.61px;
        letter-spacing: 0.07em;
        text-transform: uppercase;
    }

    .admin__menu li a, .info__menu li a, .admin__logout {
        font-size: 13px;
    }


}

/**
 * Order details Responsive
 */
 @media (max-width: 991px) {
    div.sale-order-detail-payment-options-methods-button-container {
        padding: 0;
    }
 }

/**
 * END Responsive
 */