.marketplace{

}
.marketplace-item{
    margin-bottom: 30px;
    width: 300px;
}
.marketplace-item__link{
    display: block;
}
.marketplace-item__img{
    display: block;
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.copyText{
    position: fixed;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 9999;
}

/* смена цвета иконок */
.catalog-card__compare,
.catalog-card__fav,
.catalog-card__label .label img,
.compare-card__label .label img,
.compare-card__fav,
.compare-card__del {
    filter: invert(1)
}

/* смена цвета иконок */
.catalog-card__compare,
.catalog-card__fav,
.catalog-card__label .label img,
.compare-card__label .label img,
.compare-card__fav,
.compare-card__del {
    filter: invert(1)
}
/* смена цвета иконок */
.product-card__label,
.product-card__fav,
.product-card__compare
{
    filter: invert(1)
}

/* артикул в каталоге у которых нет цветов */
.catalog-card__article{
    position: relative;
    pointer-events: all;
    cursor: pointer;
    margin-bottom: 5px;
    display: none;
    opacity: 0;
    visibility: hidden;
}
.catalog-card__article span{
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 5px;
}
.catalog-card:hover .catalog-card__article{
    display: block;
    opacity: 1;
    visibility: visible;
}
.wrapper-no-padding {
    padding-bottom: 0px!important;
}
.seo-text h2 {
    font-size:16px;
}
.seo-text  {
    margin-top:-100px;
    margin-bottom:60px;
    font-size:12px;
}
.seo-pages.wrapper
{
    display: inline-block!important;
}



/*.swiper-button-prev
{
    display:none;
    padding-bottom:20px!important;
}
.carousel__button .is-prev
{
    display:none!important;
}
.swiper-button-next
{
    display:none;
    padding-bottom:20px!important;
}
.carousel__button .is-next
{
    display:none!important;
}*/
