

/* Start:/local/templates/sanamcarpet/components/ma/catalog/catalog/css/section.css?17793636924028*/
* {
    box-sizing: border-box !important;
}

.bx-pagination {
    display: none !important;
}

.l-content.l-content--inner {
    padding-top: 0 !important;
}

.l-catalog-banner.has-image {
    position: relative;
    overflow: hidden;
}

.l-catalog-banner-img,
.l-catalog-banner.has-image::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.l-catalog-banner-img {
    filter: blur(3px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.l-catalog-banner.has-image::before {
    content: '';
    background-color: #00000033;
    z-index: 1;
}

.l-catalog-banner.has-image,
.l-catalog-banner.has-image a,
.page-holder .l-catalog-banner.has-image a {
    color: var(--site-light-color);
}

.l-catalog-banner-inner {
    position: relative;
    z-index: 2;
    padding: 20px 0 40px;
}

.l-catalog-banner-inner .l-catalog-banner-section h1 {
    margin-bottom: 0px !important;
    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
    font-family: var(--site-font-family-2);
}

.l-catalog-content {
    flex: 1;
}

.l-catalog-content-wrapper {
    display: flex;
    margin-bottom: 60px;
    flex-direction: column;
}

.l-catalog-sections {
    width: 100%;
}

.l-catalog-banner-bc .b-breadcrumb {
    margin-top: 0;
}

.l-catalog-banner-bc .b-breadcrumb a,
.l-catalog-banner-bc .b-breadcrumb a:visited,
.l-catalog-banner-bc .b-breadcrumb .prev-link,
.l-catalog-banner-bc .b-breadcrumb .prev-link:visited {
    color: var(--site-grey-light-color) !important;
}

.l-catalog-filter-values {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}


.b-catalog-elements-description {
    margin-top: 80px;
}

@media(max-width: 1024px) {
    .l-catalog-content-wrapper {
        flex-direction: column;
        margin-bottom: 24px;
    }
}

@media(max-width: 768px) {

    .l-catalog-banner.has-image,
    .l-catalog-banner.has-image a,
    .page-holder .l-catalog-banner.has-image a {
        color: var(--site-default-color);
    }

   .l-catalog-banner-inner .l-catalog-banner-section h1 {
        font-size: 36px;
    }

    .l-catalog-banner-img {
        background-image: unset !important;
    }

    .l-catalog-banner.has-image::before {
        content: unset;
    }

    .l-catalog-banner-inner {
        padding: 0;
        padding-bottom: 32px;
    }

    .l-catalog-banner {
        margin-bottom: 0;
    }

    .b-catalog-elements-description {
        margin-top: 20px;
    }

    .l-catalog-banner-bc .b-breadcrumb :not(a.prev-link),
    .l-catalog-banner-bc .b-breadcrumb .last-item {
        display: block !important;
    }

    .l-catalog-banner-bc .b-breadcrumb a.prev-link {
        padding-left: 0;
    }

    .l-catalog-banner-bc .b-breadcrumb a.prev-link::before {
        content: none;
    }
    
}

.l-catalog-content.l-catalog-search {
    order: 1;
}

.l-catalog-search-wrapper.l-catalog-content-wrapper {
    display: flex;
}

.l-catalog-sidebar--inner {
    display: flex;
    flex-direction: column;
    min-width: 100%;
}

.l-catalog-sidebar--filter {
    order: 1;
}

.catalog__search-failed {
    display: table;
    margin: 0 auto;
    text-align: center;
}

h2.catalog__title {
    /* font-weight: 300; */
    margin-bottom: 1rem;
    margin-top: 0;
}

h2.catalog__title span.count {
    padding-left: 16px;
    display: inline-block;
    color: #727272;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

h2.catalog__title>strong {
    font-weight: 700;
}

.search-language-guess {
    font-size: 16px;
}

@media(max-width: 991px) {
    h2.catalog__title span.count {
        padding-left: 8px;
        font-size: 16px;
        font-weight: 600;
    }
}


@media(max-width: 768px) {
    .l-catalog .l-wrapper {
        padding: 0;
    }
}

@media(max-width: 700px) {
    .limiter {
        padding: 75px 12px 0 12px !important;
    }
}

@media(max-width: 500px) {
    .l-catalog-banner-inner .l-catalog-banner-section h1 {
        font-size: 32px;
    }
}
/* End */


/* Start:/local/templates/sanamcarpet/components/ma/catalog/catalog/css/favorite.css?1779167145862*/
.favorite-content {
    padding-bottom: 64px;
}

h1 {
    font-family: var(--site-font-family-2) !important;
    font-size: 42px !important;
    line-height: 1 !important;
    color: var(--site-default-color) !important;
    margin-bottom: 20px !important;
}

.elements-count-switcher-wrapper {
    margin: 20px 0;
}

.limiter {
    padding: calc(var(--site-header-height) + 40px - 24px) 12px 0 12px !important;
}

@media (max-width: 1024px) {
    h1 {
        font-size: 36px !important;
        margin-bottom: 8px !important;
    }

    .elements-count-switcher-wrapper {
        margin: 12px 0 32px;
    }
}

@media (max-width: 420px) {
    .limiter {
        padding: calc(var(--site-header-height) + 20px - 24px) 12px 0 12px !important;
    }

    h1 {
        font-size: 32px !important;
    }

    .favorite-content {
        padding-bottom: 48px;
    }
}
/* End */
/* /local/templates/sanamcarpet/components/ma/catalog/catalog/css/section.css?17793636924028 */
/* /local/templates/sanamcarpet/components/ma/catalog/catalog/css/favorite.css?1779167145862 */
