.product__item *{z-index:20}
.product__item:hover .product__img_front{opacity:0}
.product__img_front,.product__item:hover .product__img_back{opacity:1}
.product__img-wrapper{background-color:transparent;padding-bottom:0}
.product__img{position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;max-height:100%;margin:auto;transition:.3s ease;object-fit:cover;z-index:10}
.product_status{z-index:30}
.product__favorite{z-index:30;opacity:0;transition:opacity .2s ease,background-image .2s ease;background-image:url('../images/svg/heart-fill-hover.svg')}
.product__img-wrapper .product__favorite{background-image:url('../images/svg/heart-fill-hover.svg')}
.btn-add-favorite.active .product__favorite,.btn-add-favorite.in_wishlist .product__favorite,.product__favorite.active,.product__img-wrapper:hover .product__favorite{opacity:1}
.btn-add-favorite:not(.active):not(.in_wishlist) .product__favorite:hover,.product__img-wrapper:hover .btn-add-favorite:not(.active):not(.in_wishlist) .product__favorite{background-image:url('../images/svg/heart-fill-hover.svg')}
.btn-add-favorite.active .product__favorite,.btn-add-favorite.in_wishlist .product__favorite,.product__favorite.active,.product__img-wrapper .btn-add-favorite.active .product__favorite,.product__img-wrapper .btn-add-favorite.in_wishlist .product__favorite{background-image:url('../images/svg/heart-fill.svg')!important}
.product__img_back{opacity:0}
.filter-btn{border:1px solid transparent}
.filter-btn:active,.filter-btn:focus,.filter-btn:hover{outline:0}
.active.size-item{border:1px solid #60ceba}
@media (max-width:700px){.catalog__wrapper{margin-top:0}
.catalog-filter__btn_mob{margin-left:auto;margin-right:auto}
}
@media (max-width:992px){.catalog__filter{z-index:-2}
.catalog__filter.mob_view{z-index:1000}
}
