.product-slider__thumbs .slider__image {
	cursor: pointer;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.product-slider__thumbs .slider__image img {
	max-height: 50px;
}

.product-slider__thumbs {
	height: 500px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.product-slider__thumbs .swiper-slide-thumb-active {
	border: 2px solid var(--primary);
	border-radius: 8px;
}

.product-slider__thumbs .swiper-slide {
	width: 60px !important;
	height: 60px !important;
	margin-bottom: 10px;
}

.product-slider__images .slider__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}

.product-slider__images .slider__image img {
	max-height: 100%;
}

.product-slider__images.mobile .swiper-slide img {
	width: 250px !important;
	height: 250px !important;
	object-fit: contain;
}

.product-slider__images.mobile {
	padding-bottom: 30px;
}

.product-slider__images.mobile .swiper-pagination {
	bottom: 0;
}

.product-slider__images.mobile .swiper-pagination-bullet {
	width: 6px !important;
	height: 6px !important;
	background: #FF6287 !important;
}

.reviews-slider__thumbs .slider__image {
	cursor: pointer;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.reviews-slider__thumbs .slider__image img {
	max-height: 50px;
}

.reviews-slider__thumbs {
	height: 500px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.reviews-slider__thumbs .swiper-slide-thumb-active {
	border: 2px solid var(--primary);
	border-radius: 8px;
}

.reviews-slider__thumbs .swiper-slide {
	width: 60px !important;
	height: 60px !important;
	margin-bottom: 10px;
}

.reviews-slider__images .slider__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	/* max-width: 350px; */
	width: 100%;
}

.detail-slider__thumbs .swiper-slide-thumb-active {
	border: 2px solid var(--primary);
	border-radius: 8px;
}

.detail-slider__thumbs .slider__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	max-width: 350px;
}

@media (min-width: 320px) {
	.detail-slider__thumbs .slider__image {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 350px;
	}

	.detail-slider__thumbs {
		width: 100%;
	}

	.detail-slider__thumbs img {
		margin: 0;
		max-height: 100%;
	}

	.detail-slider__images {
		width: 100%;
		height: 85%;
	}
}

@media (min-width: 425px) {
	.detail-slider__thumbs {
		width: 100%;
		height: 20%;
	}

	.detail-slider__images {
		height: 80%;
	}
}

@media (min-width: 1440px) {
	.detail-slider__images {
		width: 94%;
		height: 100%;
	}

	.detail-slider__thumbs {
		width: 5%;
		height: 100%;
		justify-content: start;
	}
}

.product-tag {
	/* margin-right: 10px; */
	border-radius: 8px;
	border: 1px solid #E0E0E5;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	padding: 4px 11px;
	color: #474747;
	width: max-content;
}

.product-tag.active {
	color: var(--primary);
	background: var(--hover-main);
	border-color: var(--hover-main);
}

.product-tag:hover {
	color: var(--primary);
	background: var(--hover-main);
	border-color: var(--hover-main);
}

.product-tag.unavailable {
	background: #efeeee;
	color: #a9a9b2;
	pointer-events: none;
}

.color-item.unavailable {
	pointer-events: none;
}
.color-item.unavailable::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.3); /* Цвет линии */
    transform: translate(-50%, -50%) rotate(-45deg);
    pointer-events: none; /* Чтобы линия не мешала взаимодействию с элементом */
}

.product-characteristic-item {
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
	margin-top: 6px;
}

.product-characteristic-item_border {
	border-top: 0.5px solid #e2e2ec;
	flex-grow: 1;
	margin: 0 10px;
}

.border-top1 {
	border-top: 1px solid #e2e2ec;
	border-radius: 4px;
}

/* .limiter {
	overflow: initial;
	position: relative;
	margin-bottom: 10px;
} */

.limiter .bottom {
	position: absolute;
	bottom: 0;
	background: linear-gradient(to bottom,
			rgb(255 217 29 / 0%),
			rgb(255 255 255) 85%);
	width: 100%;
	height: 60px;
	opacity: 1;
	transition: 0.3s;
}

[data-more-checker^="read-more"] {
	opacity: 0;
	position: absolute;
}

[data-more-checker^="read-more"]:checked~.limiter {
	max-height: none;
}

[data-more-checker^="read-more"]:checked~.limiter .bottom {
	opacity: 0;
	transition: 0.3s;
}

[data-more-checker^="read-more"]~.read-more-button:before {
	content: "Развернуть";
}

[data-more-checker^="read-more"]:checked~.read-more-button:before {
	content: "Свернуть";
}

.read-more-button {
	cursor: pointer;
	color: var(--primary);
	font-weight: 600;
	font-size: 14px;
	top: 10px;
}

.complain-shop-btn {
	visibility: hidden;
}

.complain-item:hover .complain-shop-btn {
	visibility: visible;
}

.detail-slider__thumbs .slider__image {
	cursor: pointer;
	padding: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	overflow: hidden;
}

.detail-prev {
	position: relative;
	top: 0%;
	bottom: 0%;
	background-image: url("/resources/costo/images/icons/BtnPrev.svg") !important;
	background: var(--black);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 48px !important;
	height: 48px !important;
	border-radius: 50%;
	left: 16px !important;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

.detail-next {
	position: relative;
	background-image: url("/resources/costo/images/icons/BtnNext.svg") !important;
	background: var(--black);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 48px !important;
	height: 48px !important;
	border-radius: 50%;
	right: 16px !important;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

@media (max-width: 425px) {

	.detail-prev,
	.detail-next {
		width: 8vw !important;
		height: 3.4vh !important;
	}

	.detail-prev {
		left: 10px
	}

	.detail-next {
		right: 10px;
	}
}

@media (min-width: 640px) {
	.info-product-shadow {
		box-shadow: 0px 12px 40px 0px rgba(21, 0, 40, 0.04);
	}
}

.product_description {
    color: #0D0C1A;
}

.product_description h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 8px;
    padding-top: 12px;
}
.product_description p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 8px;
}
.product_description h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 8px;
    padding-top: 12px;
}
.product_description h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 8px;
    padding-top: 12px;
}
.product_description h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 8px;
    padding-top: 12px;
}
.product_description ul {
    margin-left: 20px;
    display: flex;
    gap: 6px;
    flex-direction: column;
    padding-bottom: 8px;
}
.product_description li {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
@media (max-width: 1024px) {
    .product_description h1 {
        font-size: 18px;
        line-height: 22px;
        padding-top: 8px;
    }
    .product_description h2 {
        font-size: 16px;
        line-height: 20px;
        padding-top: 8px;
    }

    .product_description ul {
        margin-left: 20px;
    }
}
@media (max-width: 375px) {
    .product_description p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 8px;
    }
}