.catalog .catalog-category {
    margin: 0 0 20px;
}

.catalog .catalog-category h1 {
    padding: 0 0 0 280px;
    font-family: 'PTSans-Bold';
    font-size: 28px;
    line-height: 30px;
    color: #333;
    float: left;
}

.catalog .catalog-category .category-sort {
    width: 220px;
    height: 30px;
    user-select: none;
    position: relative;
    float: right;
}

.catalog .catalog-category .category-sort .sort-current {
    background: #f4f2ee;
    width: 220px;
    height: 30px;
    padding: 5px 30px 5px 10px;
    border: 1px solid transparent;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}

.catalog .catalog-category .category-sort .sort-current.disabled {
    pointer-events: none;
}

.catalog .catalog-category .category-sort .sort-current::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/category-sort.png') center center no-repeat;
    position: absolute;
    top: 0; right: 0;
}

.catalog .catalog-category .category-sort .sort-current.disabled::after {
    background: url('../img/sort-loading.gif') center center no-repeat;
}

.catalog .catalog-category .category-sort .sort-current p {
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 18px;
    color: #663130;
}

.catalog .catalog-category .category-sort .sort-list {
    display: none;
    width: 100%;
    background: #f4f2ee;
    padding: 5px 30px 5px 10px;
    border: 1px solid #d7ccc8;
    border-radius: 6px;
    position: absolute;
    top: 0px; left: 0px;
    z-index: 1;
}

.catalog .catalog-category .category-sort .sort-list p {
    margin: 0 0 5px;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 18px;
    color: #333;
    transition: color 0.2s linear;
    position: relative;
    cursor: pointer;
}

.catalog .catalog-category .category-sort .sort-list p:last-of-type {
    margin: 0;
}

.pc .catalog .catalog-category .category-sort .sort-list p:hover {
    color: #663130;
}

.catalog .catalog-category .category-sort .sort-list p.active::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/product-available.png') center center/12px no-repeat;
    position: absolute;
    top: -5px; right: -30px;
    pointer-events: none;
    cursor: default;
}



.catalog .catalog-aside {
    border-radius: 10px;
    width: 260px;
    margin: 0 20px 40px 0;
    float: left;
}



.catalog .catalog-aside .aside-title {
    display: none;
}

.catalog .catalog-aside .aside-categories {
    margin: 0 0 40px;
}

.catalog .catalog-aside .aside-categories p {
    margin: 0 0 10px;
    font-family: 'PTSans-Bold';
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.catalog .catalog-aside .aside-categories ul li {
    display: block;
    margin: 0 0 1px;
    padding: 0 0 0 20px;
    position: relative;
}

.catalog .catalog-aside .aside-categories > ul > li {
    padding: 0 20px 0 20px;
}

.catalog .catalog-aside .aside-categories ul li button {
    display: block;
    background: #f4f2ee url('../img/categories-spoiler-down.png') center center no-repeat;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    border: 1px solid #d7ccc8;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: 5px; left: 0px;
}

.catalog .catalog-aside .aside-categories ul li.full > button {
    background: #f4f2ee url('../img/categories-spoiler-up.png') center center no-repeat;
}

.catalog .catalog-aside .aside-categories ul li.sub {
    display: none;
}

.catalog .catalog-aside .aside-categories ul li.sub.visible {
    display: block;
}

.catalog .catalog-aside .aside-categories ul li a {
    display: block;
    padding: 1px 0 1px 0;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #333;
    text-decoration: none;
    position: relative;
    float: left;
}

.catalog .catalog-aside .aside-categories ul li.active > a {
    background: linear-gradient(to right, #ffffff 0%, #d7ccc8 100%);
    font-family: 'PTSans-Bold';
    color: #663130;
}

.catalog .catalog-aside .aside-categories ul li.active > a::after {
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    border: 1px solid #d7ccc8;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 0px; right: -10px;
}

.catalog .catalog-aside .aside-categories ul li a span {
    display: block;
    background: #fff;
    padding: 0 0 2px 0;
}

.catalog .catalog-aside .aside-categories ul li ul {
    display: none;
}

.catalog .catalog-aside .aside-categories ul li.full > ul {
    display: block;
}



.catalog .catalog-aside .aside-filters {
    margin: 0 0 60px;
}

.catalog .catalog-aside .aside-filters p {
    margin: 0 0 10px;
    font-family: 'PTSans-Bold';
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.catalog .catalog-aside .aside-filters ul {
    margin: 0 0 40px;
}

.catalog .catalog-aside .aside-filters ul li {
    display: block;
    padding: 0 0 0 20px;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #333;
    position: relative;
    user-select: none;
}

.catalog .catalog-aside .aside-filters ul li::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #f4f2ee;
    border: 1px solid #d7ccc8;
    border-radius: 4px;
    position: absolute;
    top: 3px; left: 0;
    cursor: pointer;
}

.catalog .catalog-aside .aside-filters ul li.disabled::before {
    background: url('../img/sort-loading.gif') center center no-repeat;
}

.catalog .catalog-aside .aside-filters ul li.active::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/product-available.png) center center / 10px no-repeat;
    position: absolute;
    top: 3px; left: 0;
    cursor: pointer;
}

.catalog .catalog-aside .aside-filters ul li span {
    cursor: pointer;
}



.catalog .catalog-aside .aside-latest > p {
    margin: 0 0 10px;
    font-family: 'PTSans-Bold';
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.catalog .catalog-aside .aside-latest .latest-post {
    margin: 0 0 20px;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: border 0.2s linear;
}

.pc .catalog .catalog-aside .aside-latest .latest-post:hover {
    border: 1px solid #d7ccc8;
}

.catalog .catalog-aside .aside-latest .latest-post .post-image {
    width: 60px;
    height: 60px;
    float: left;
}

.catalog .catalog-aside .aside-latest .latest-post .post-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.catalog .catalog-aside .aside-latest .latest-post .post-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.catalog .catalog-aside .aside-latest .latest-post .post-content {
    width: 164px;
    height: 60px;
    padding: 0 0 0 10px;
    float: left;
}

.catalog .catalog-aside .aside-latest .latest-post .post-content a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.catalog .catalog-aside .aside-latest .latest-post .post-content span:nth-of-type(1) {
    font-family: 'PTSans-Regular';
    font-size: 14px;
    line-height: 16px;
    color: #9e9e9e;
}

.catalog .catalog-aside .aside-latest .latest-post .post-content span:nth-of-type(2) {
    max-height: 32px;
    overflow: hidden;
    font-family: 'PTSans-Bold';
    font-size: 14px;
    line-height: 16px;
    color: #333;
}



/* .catalog .catalog-products {
    overflow: hidden;
} */

.catalog .catalog-products .products-subcategories {
    margin: 0 0 30px;
}

.catalog .catalog-products .products-subcategories ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.catalog .catalog-products .products-subcategories ul li {
    display: block;
    background: #f4f2ee;
    border: 1px solid rgba(102, 49, 48, 0.2);
    border-radius: 6px;
}

.catalog .catalog-products .products-subcategories ul li a {
    padding: 0 10px;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 30px;
    color: #663130;
    text-decoration: none;
}

.catalog .catalog-products .products-list {
    display: grid;
    width: 1100px;
    margin: 0 0 40px;
    /* Old value: 260px 260px 260px 260px */
    grid-template-columns: 352px 352px 352px;
    column-gap: 22px;
    row-gap: 20px;
    /* float: left; */
}

.catalog .catalog-products .products-list .list-item {
    width: 352px;
    padding-bottom: 90px;
    position: relative;
}

.catalog .catalog-products .products-list .list-item.index-top {
    z-index: 1;
}

.catalog .catalog-products .products-list .list-item .item-image {
    display: block;
    width: 352px;
    height: 352px;
    margin: 0 0 15px;
    overflow: hidden;
    background: #f4f2ee;
    border-radius: 10px;
    position: relative;
}

.catalog .catalog-products .products-list .list-item .item-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.catalog .catalog-products .products-list .list-item .item-image a img {
    display: block;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    transition: transform linear 0.2s;
}

.pc .catalog .catalog-products .products-list .list-item:hover .item-image a img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.catalog .catalog-products .products-list .list-item .item-image button.buy-btn {
    display: block;
    width: 220px;
    height: 40px;
    background-color: #663130;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 20px;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 40px;
    color: #f0dcbe;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    bottom: -40px; left: 66px;
    transition: opacity linear 0.2s, bottom linear 0.2s, background linear 0.2s, color linear 0.2s;
}

.pc .catalog .catalog-products .products-list .list-item:hover .item-image button.buy-btn,
.catalog .catalog-products .products-list .list-item .item-image button.buy-btn.hovered {
    opacity: 1;
    bottom: 20px;
}

.pc .catalog .catalog-products .products-list .list-item .item-image button.buy-btn:hover,
.catalog .catalog-products .products-list .list-item .item-image button.buy-btn.hovered {
    background-color: #333;
    color: #fff;
}

.catalog .catalog-products .products-list .list-item .item-image button.buy-btn.hovered:disabled {
    background-image: url('../img/buy-btn-loading.gif');
}

.catalog .catalog-products .products-list .list-item .item-image .image-unavailable {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.catalog .catalog-products .products-list .list-item .item-image .image-unavailable p {
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 18px;
    color: #333;
    text-align: center;
    white-space: nowrap;
}

.catalog .catalog-products .products-list .list-item .item-image button.favorite-btn {
    display: block;
    width: 40px;
    height: 40px;
    background: #663130 url('../img/favorite-normal.png') center center no-repeat;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: -40px; right: 20px;
    transition: opacity linear 0.2s, top linear 0.2s, background linear 0.2s, color linear 0.2s;
}

.pc .catalog .catalog-products .products-list .list-item:hover .item-image button.favorite-btn,
.catalog .catalog-products .products-list .list-item .item-image button.favorite-btn.hovered {
    opacity: 1;
    top: 20px;
}

.pc .catalog .catalog-products .products-list .list-item .item-image button.favorite-btn:hover {
    background: #333 url('../img/favorite-hover.png') center center no-repeat;
}

.catalog .catalog-products .products-list .list-item .item-image button.favorite-btn.hovered:disabled {
    background-image: url('../img/buy-btn-loading.gif');
}

.catalog .catalog-products .products-list .list-item .item-image button.favorite-btn.active {
    background: #663130 url('../img/favorite-active.png') center center no-repeat;
}

.pc .catalog .catalog-products .products-list .list-item .item-image button.favorite-btn.active:hover {
    background: #663130 url('../img/favorite-active.png') center center no-repeat;
}

.pc .catalog .catalog-products .products-list .list-item .item-image button.favorite-btn.active:disabled:hover {
    background-image: url('../img/buy-btn-loading.gif');
}

.catalog .catalog-products .products-list .list-item .item-price {
    margin: 0 0 10px;
    padding: 0 10px;
}

.catalog .catalog-products .products-list .list-item .item-price p:nth-of-type(1) {
    display: block;
    height: 30px;
    float: right;
    overflow: hidden;
    font-family: 'PTSans-Bold';
    font-size: 26px;
    line-height: 28px;
    color: #663130;
}

.catalog .catalog-products .products-list .list-item .item-price p:nth-of-type(2) {
    display: block;
    height: 30px;
    margin: 0 10px;
    padding: 0 2px;
    float: right;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 28px;
    color: #9e9e9e;
    position: relative;
}

.catalog .catalog-products .products-list .list-item .item-price p:nth-of-type(2):after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #9e9e9e;
    position: absolute;
    top: 15px; left: 0;
}

.catalog .catalog-products .products-list .list-item .item-title {
    margin: 0 0 10px;
}

.catalog .catalog-products .products-list .list-item .item-title a {
    display: block;
    max-height: 40px;
    overflow: hidden;
    font-family: 'PTSans-Bold';
    font-size: 18px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-decoration: none;
    transition: color 0.2s linear;
}

.pc .catalog .catalog-products .products-list .list-item .item-title a:hover {
    color: #743736d9;
}

.catalog .catalog-products .products-list .list-item .item-description {
    background: #fff;
    padding: 10px;
    border: 1px solid #f4f2ee;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
}

.catalog .catalog-products .products-list .list-item .item-description ul {
    max-height: 64px;
    overflow: hidden;
    margin: 0 0 5px;
    transition: max-height 0.2s linear 0.2s;
}

.pc .catalog .catalog-products .products-list .list-item:hover .item-description ul {
    max-height: 192px;
    transition: max-height 0.2s linear;
}

.catalog .catalog-products .products-list .list-item .item-description ul li {
    display: block;
    padding: 0 0 0 12px;
    position: relative;
    font-family: 'PTSans-Regular';
    font-size: 14px;
    line-height: 16px;
    color: #333;
}

.catalog .catalog-products .products-list .list-item .item-description ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #663130;
    border-radius: 50%;
    position: absolute;
    top: 6px; left: 0;
}

.catalog .catalog-products .products-list .list-item .item-description .description-link {
    height: 1px;
    padding: 0 0 0 12px;
    overflow: hidden;
    transition: height 0.2s linear;
}

.pc .catalog .catalog-products .products-list .list-item:hover .item-description .description-link {
    height: 18px;
    transition: height 0.2s linear 0.2s;
}

.catalog .catalog-products .products-list .list-item .item-description .description-link a {
    display: inline-block;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 18px;
    color: #333;
    text-decoration: none;
    transition: color 0.2s linear;
}

.pc .catalog .catalog-products .products-list .list-item .item-description .description-link a:hover {
    color: #743736d9;
}



.catalog .catalog-products .products-empty {
    padding: 100px 0 0;
}

.catalog .catalog-products .products-empty p {
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 18px;
    color: #9e9e9e;
    text-align: center;
}
