

/* Start:/local/components/herbalife/catalog.list.new/templates/.default/style.css?17393533481987*/
.empty-message {
    margin: 50px auto;
    font-size: 22px;
    text-align: center;
}

.section-actions {
    display: flex;
    column-gap: 12px;
}

.btn-viewer {
    border-radius: 18px;
    background: var(--color-white);
    border: 1px solid var(--color-grass);
    padding:0 16px;
    color: var(--color-nightsky);
    transition: color .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}

.btn-viewer:hover {
    color: var(--color-grass);
}

.btn-viewer .icon {
    width: 24px;
    height: 24px;
}

.btn-viewer .icon-grid {
    display: none;
}

@media (max-width: 1200px) {
    .card__reward {
        width: 55px;
        right: 5px;
    }

    .card__reward .reward__img img {
        width: 55px;
    }
}

@media (max-width: 1023px) {
    .btn-viewer .icon{
        width: 16px;
        height: 16px;
    }

    .btn-viewer {
        padding: 0;
        height: 32px;
        width: 48px;
    }

    .section-actions {
        column-gap: 6px;
    }
}

.card .price_section {
    display: flex;
    align-items: flex-start;
    color: var(--color-nightsky);
    margin-top: auto;
}

.card .price_value, .card .price_value:after {
    font-family: "NotoSans";
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    white-space: nowrap;
}

.card .price_value {
    margin-right: 16px;
}

.card .price_value:after {
    content: '\20BD';
}

.card .price_disclaimer {
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    color: #b3b4b2;
}

.card .card__img {
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .card .price_section {
        flex-wrap: wrap;
    }
    .card .price_value, .card .price_value:after {
        font-size: 16px;
        line-height: 25px;
        margin-right: 0;
    }
}

@media (max-width: 1023px) {
    .title__h.title__hidden-mob {
        display: none;
    }
}

@media (min-width: 1024px) {
    .title__h.title__grid {
        font-size: 18px;
    }
}
/* End */


/* Start:/local/templates/herbalife-official-new/css/navigation-category-slider.css?1764839091743*/
.navigation-category-slider {
    position: relative;
}

.navigation-category-slider__nav.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}

.navigation-category-slider__nav {
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
}

.navigation-category-slider__nav--next {
    right: -1px;
    padding: 0 0 0 30px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0.13%,
        #ffffff 53.56%
    );
}

.navigation-category-slider__nav--prev {
    left: -1px;
    padding: 0 30px 0 0;
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0) 0.13%,
        #ffffff 53.56%
    );
}

/* End */


/* Start:/local/templates/herbalife-official-new/css/navigation-category.css?1764839091509*/
.navigation-category.swiper-slide {
    height: auto;
}

.navigation-category {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    column-gap: 8px;
    align-items: center;
    cursor: pointer;
    padding: 12px 15px;
    color: var(--color-nightsky);
    background-color: #f6f6f6;
    border-radius: 16px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .navigation-category {
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
    }
}

/* End */
/* /local/components/herbalife/catalog.list.new/templates/.default/style.css?17393533481987 */
/* /local/templates/herbalife-official-new/css/navigation-category-slider.css?1764839091743 */
/* /local/templates/herbalife-official-new/css/navigation-category.css?1764839091509 */
