.aside-right ol.list,
.aside-right ul.list {
	list-style: initial;
	padding-left: 1rem;
}

.page__content a {
	display: inline;
}

.main-slider__items .slick-slide.slick-current .reels-mute {
	display: flex;
}

@media (min-width: 120px) {
	#jvlabelWrap {
		bottom: 150px !important;
		top: unset !important;
	}
}

@media (min-width: 1200px) {
	.sales-inner {
		grid-template-columns: 1fr 19% 20%;
	}
	.news-inner {
		grid-template-columns: 1fr 25% 25%;
	}
}

@media (max-width: 1199px) and (min-width: 0px) {
	#jvlabelWrap {
		bottom: 180px !important;
	}
	#jcont {
		bottom: 60px !important;
	}
	body > jdiv:nth-of-type(1) > jdiv:nth-of-type(1) > jdiv:nth-of-type(1) {
		z-index: 99 !important;
	}
	body > jdiv {
		z-index: 200 !important;
		position: relative;
	}
	.__jivoMobileButton {
		bottom: 68px !important;
	}

	.medflex-round-widget__button {
		z-index: 199 !important;
		bottom: 90px !important;
		display: none !important;
	}
}
.similar-products-section {
    margin: 30px 0;
}
.similar-products__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}
.similar-products__wrapper {
    position: relative;
}
.similar-slider {
    position: relative;
    overflow: hidden;
}
.similar-slider__track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.similar-slider__track::-webkit-scrollbar {
    display: none;
}
.similar-card {
    flex: 0 0 200px;
    min-width: 200px;
}
.similar-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.similar-card__image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.similar-card__noimage {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 8px;
    color: #999;
}
.similar-card__name {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.3;
}
.similar-card__price-current {
    font-weight: 600;
    font-size: 16px;
}
.similar-slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.9);
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
}
.similar-slider__btn--prev {
    left: -10px;
}
.similar-slider__btn--next {
    right: -10px;
}
/* Отступы в тексте новостей и статей */
.page__content h2,
.page__content h3,
.page__content h4 {
    margin-top: 2rem;
    margin-bottom: 0.6rem;
}
.page__content p {
    margin-bottom: 0.9rem;
    line-height: 1.7;
}
.page__content ul,
.page__content ol {
    margin-bottom: 1.2rem;
    padding-left: 1.4rem;
}
.page__content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

/* Отступы в тексте новостей — переопределение flex gap */
.page__content[itemprop='articleBody'] {
    gap: 0 !important;
}
.page__content[itemprop='articleBody'] h2,
.page__content[itemprop='articleBody'] h3,
.page__content[itemprop='articleBody'] h4 {
    margin-top: 2rem !important;
    margin-bottom: 0.4rem !important;
}
.page__content[itemprop='articleBody'] h2:first-child,
.page__content[itemprop='articleBody'] h3:first-child {
    margin-top: 0 !important;
}
.page__content[itemprop='articleBody'] p {
    margin-bottom: 0.8rem !important;
    line-height: 1.7 !important;
}
.page__content[itemprop='articleBody'] ul,
.page__content[itemprop='articleBody'] ol {
    margin-bottom: 1rem !important;
}
.page__content[itemprop='articleBody'] li {
    margin-bottom: 0.3rem !important;
}
