.product-card {
    background: #f5f5f5;
    border-radius: 20px;
    border: 2px solid #f5f5f5;
    overflow: hidden;
}

.product-card .photo {
    padding-bottom: 85%;
    position: relative;
	display: block;
}

.product-card .photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
	background-color: #ffffff;
}

.product-card .content {
    display: grid;
    padding: 16px 32px 32px 32px;
}

.product-card .content h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #000;
}

.product-card .price {
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    color: #13151b;
    margin-bottom: 16px;
    margin-top: 8px;
}

.product-card .price del {
    font-size: 16px;
    margin-left: 8px;
}

.product-card .add-cart {
    border-radius: 100px;
    padding: 12px 24px;
    height: 50px;
    background: #e1b488;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #13151b;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-card .add-cart::after {
    content: url("../../img/icons/shopping-bag.png");
    line-height: 1;
    margin-left: 16px;
}

.rs-category {
    position: relative;
}

.rs-category__content {
    display: -ms-flexbox;
    display: flex;
}

.rs-category__aside {
    -ms-flex: 0 0 286px;
    flex: 0 0 286px;
}

.rs-category__table {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 24px;
}

.rs-category__items {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.rs-category .catalog-menu .catalog-menu-list a {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #13151b;
    padding: 8px 0px;
}

.rs-category .catalog-menu .catalog-menu-list .current-menu-parent > a {
    font-weight: 600;
}

.rs-category .catalog-menu .catalog-menu-list .current-menu-item a {
    font-weight: 600;
}

.rs-category .catalog-menu .catalog-menu-list .dropdown {
    border-left: 2px solid #f5f5f5;
    padding-left: 20px;
	display:  none;
}
.rs-category .catalog-menu .catalog-menu-list .current-menu-parent > .dropdown  {
	display:  block;
}

.rs-category .category-head {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #13151b;
}

.rs-category .category-head h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 110%;
    color: #13151b;
    margin-bottom: 32px;
}

.rs-category .sort-header {
    padding-top: 32px;
    padding-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rs-category .sort-filter {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    position: relative;
    z-index: 5;
    white-space: nowrap;
}

.rs-category .sort-filter__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #13151b;
    margin-right: 8px;
}

.rs-category .sort-filter__current {
    cursor: pointer;
    display: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #13151b;
    display: inline-block;
}

.rs-category .sort-filter__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 13px 20px;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0px 24px 37px 0px rgba(20, 82, 67, 0.1);
}

.rs-category .sort-filter__list.active {
    display: -ms-flexbox;
    display: flex;
}

.rs-category .sort-filter__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #13151b;
    transition-duration: 0.3s;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding-top: 7px;
    padding-bottom: 7px;
}

.rs-category .sort-filter__item.active {
    display: none;
}

.rs-category .category-show-count,
.rs-category .category-show-total {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #13151b;
}

.rs-category .show-mobile-filters-wrapper {
    padding-top: 32px;
    padding-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rs-category .toolbar-mobile-show-btn {
    border-bottom: 1px solid #b9baba;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #13151b;
}

.rs-category .toolbar-mobile-hide-btn {
    font-size: 35px;
    font-weight: 300;
    color: #565973;
    width: 36px;
    height: 36px;
    background: #f6f9ff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 12px;
}

@media (min-width: 991.98px) {
    .rs-category .show-mobile-filters-wrapper {
        display: none;
    }

    .rs-category .toolbar-mobile-hide-btn {
        display: none;
    }

    .rs-category .sidebar .toolbar-mobile {
        display: contents;
    }
}

@media (max-width: 991.98px) {
    .rs-category__content {
        display: block;
    }

    .rs-category__table {
        padding-left: 0;
    }

    .rs-category .catalog-menu {
        background: #fff;
        padding: 20px;
        overflow-y: auto;
        max-height: 100%;
        width: 100%;
    }

    .rs-category .sort-header {
        display: none;
    }

    .rs-category .sidebar .toolbar-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 55;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.6);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.35s ease;
    }

    .rs-category .sidebar .toolbar-mobile.is-show {
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 767.98px) {
    .rs-category .category-head h2 {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .rs-category .sort-header {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .rs-category .sort-filter {
        margin-left: 0;
    }
}

@media (any-hover: hover) {
    .rs-category .sort-filter__item:hover {
        color: #c3966a;
    }
}