

/* Start:/local/templates/mamazhanna/components/bitrix/catalog.smart.filter/mamazhanna/style.css?17809054251496*/
html.catalog-js-scroll {
    scroll-behavior: auto !important;
}
.catalog__cards-wrap {
    position: relative;
    transition: opacity 0.15s ease;
}
.catalog__cards-wrap > * {
    transition: opacity 0.12s linear;
}
.catalog__cards-wrap.is-loading {
    pointer-events: none;
}
.catalog__cards-wrap.is-page-transition > * {
    opacity: 0;
}
.catalog__cards-wrap.is-loading::before {
    content: "";
    position: absolute;
    inset: -10px;
    z-index: 5;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(1px);
}
.catalog__cards-wrap.is-loading::after {
    content: "";
    position: absolute;
    top: 34px;
    left: 50%;
    z-index: 6;
    width: 28px;
    height: 28px;
    margin-left: -14px;
    border: 2px solid rgba(72, 89, 99, 0.18);
    border-top-color: #ff8f63;
    border-radius: 50%;
    animation: catalog-loading-spin 0.7s linear infinite;
}
@keyframes catalog-loading-spin {
    to {
        transform: rotate(360deg);
    }
}
.filters__target-quant:empty {
    display: none !important;
}
.catalog__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
    min-height: 300px;
}
.catalog__empty-text {
    margin-top: 20px;
    font-size: 18px;
    color: #34383F;
}
.catalog__empty-hint {
    margin-top: 8px;
    font-size: 14px;
    color: #9b9b9b;
}
.catalog__empty-reset {
    margin-top: 20px;
}

/* End */
/* /local/templates/mamazhanna/components/bitrix/catalog.smart.filter/mamazhanna/style.css?17809054251496 */
