.section-bestseller {
	max-width: 1440px;
	margin: 0 auto;
}

.section-bestseller__title {
    font-family: 'Bron Sans Cyrl', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
    margin-top: 60px;
}

@media screen and (min-width: 414px) {
    .section-bestseller__title {
        font-size: 25px;
        line-height: 25px;
        margin-top: 60px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .section-bestseller__title {
        margin-top: 70px;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .section-bestseller__title {
        font-size: 28px;
        line-height: 28px;
        margin-top: 100px;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1920px) {
    .section-bestseller__title {
        font-size: 32px;
        line-height: 32px;
        margin-top: 120px;
        margin-bottom: 60px;
    }
}

/* card */
.section-bestseller__swiper {
  overflow: hidden;
}

.section-bestseller__item-card {
    position: relative;
}

.section-bestseller__item-card .item-card__img {
    height: 100%;
    width: 100%;
}

.section-bestseller__item-card .item-card__favourites {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 13px;
    width: 15px;
    display: none;
    background-image: url(img/icon-favourites.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    border: none;
}

.section-bestseller__item-card .item-card__favourites.active {
    background-image: url(/local/header_img/icons/ic-wishlist-active.svg);
}

@media screen and (min-width: 1920px) {
    .section-bestseller__item-card .item-card__favourites {
        top: 20px;
        right: 20px;
    }
}

.section-bestseller__item-card:hover .item-card__favourites {
    display: block;
}

/* name block */
.section-bestseller__item-name {
    font-family: 'Bron Sans Cyrl', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 135%;
    text-align: center;
    letter-spacing: 0.035em;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
}

@media screen and (min-width: 414px) {
    .section-bestseller__item-name {
        font-size: 14px;
        height: 38px;
    }
}

@media screen and (min-width: 1024px) {
    .section-bestseller__item-name {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1920px) {
    .section-bestseller__item-name {
        font-size: 16px;
        height: 44px;
    }
}

/* price block */
.section-bestseller__item-price {
    font-family: 'Bron Sans Cyrl', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.035em;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0;
}

@media screen and (min-width: 414px) {
    .section-bestseller__item-price {
        font-size: 14px;
        line-height: 14px;
    }
}

.section-bestseller__item-price .item-price--old,
.section-bestseller__item-price .item-price--new {
    display: flex;
    align-items: flex-start;
}

.section-bestseller__item-price .item-price--old img,
.section-bestseller__item-price .item-price--new img {
	height: 9px;
	margin-top: 0;
}

@media screen and (min-width: 414px) {
	.section-bestseller__item-price .item-price--old img,
	.section-bestseller__item-price .item-price--new img {
		height: 13px;
    margin-top: -1px;
	}
}

.section-bestseller__item-price .item-price--old {
    text-decoration-line: line-through;
    opacity: 0.5;
    margin-right: 10px;
}

.section-bestseller__item-price .item-price--old img {
    opacity: 0.5;
}
