.collection-section .tile-line__collections {
	overflow:hidden;
}

.collection-section .tile-line__collections .swiper-slide {
	margin:0 !important;
}

.collection-section .tile-line__nav {
	position:relative;
}

.collection-section .tile-line__nav-hide-url {
	position:absolute;
	top:0;
	right:0;
	display:none;
	width:48px;
	height:48px;
	z-index:2;
}

.collection-section .tile-line__nav:has(.tile-line__nav-btn_right.swiper-button-disabled) .tile-line__nav-hide-url {
	display:block;
}

.collection-section__card {
	display:flex;
	justify-content:space-between;
}

.collection-section__card .items-container {
	position:relative;
	width:calc(100% - 400px);
}

.collection-section__dot {
	cursor:pointer;
	position:absolute;
	z-index:2;
}

.collection-section__dot img {
	transition:.3s ease-out;
}

.collection-section__dot:hover img {
	transform:scale(1.2);
}

.collection-section__photo .img {
	border-radius:8px;
	width:100%;
	object-fit:cover;
	height:570px;
}

.collection-section__sidebar {
	width:380px;
	flex:none;
	position:relative;
	height:570px;
	display:flex;
	flex-direction:column;
	gap:20px;
}

.collection-section__list {
	display:flex;
	flex-direction:column;
	gap:20px;
	flex:auto;
	overflow-y:auto;
	padding:0 24px 0 0;
}

.collection-section__list::-webkit-scrollbar {
	background:none;
	width:2px;
}

.collection-section__list::-webkit-scrollbar-thumb {
	background: #d9d9d9;
	border-radius:2px;
	width:2px;
}

.collection-section__item.tile-item {
	height: auto;
	display: flex;
	gap:12px;
	transition:.3s ease-out;
	flex-direction: row;
}

.collection-section__item .tile-item__price-old {
	width: fit-content;
}

.collection-section__item {
	display:flex;
	gap:12px;
	transition:.3s ease-out;
}

.collection-section__item_active {
	background:#f5f5f5;
	box-shadow:0 0 5px #f5f5f5;
}

.collection-section__item-photo {
	width:180px;
	min-width: 180px;
}

.collection-section__item-photo img {
	width:100%;
	border-radius:4px;
	height:140px;
	object-fit:cover;
}

.collection-section__item-about {
	flex:auto;
	padding:8px 0;
}

.collection-section__item-title {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-decoration:none;
	letter-spacing: -0.01em;
	color: #333;
	margin:0 0 12px;
	display:block;
}

.collection-section__item .tile-item__price {
	display:table;
	position:relative;
}

.collection-section__item .tile-item__price-action {
	top:0;
	left:100%;
	position:absolute;
}

.collection-section__item-actions {
	display:flex;
	align-items:center;
	gap:12px;
	justify-content:flex-end;
	margin:12px 0 0;
}

.collection-section__item-actions .tile-item__favorite {
	position:initial;
	background:#f2f2f2;
}

.collection-section__item-actions .btn-blue {
	width:74px;
	flex-grow:initial;
}

.collection-section__item-actions .btn-blue:before {
	margin:0;
}

.collection-section__more {
	flex:none;
}

.collection-section__more-btn {
	background: rgba(51, 51, 51, 0.08);
	height:40px;
	padding:0 40px;
	font-size: 16px;
	position:relative;
	z-index:2;
	letter-spacing: -0.01em;
	color: #808080;
	border-radius: 8px;
	display:flex;
	align-items:center;
	text-decoration:none;
	justify-content:center;
	transition:.3s ease-out;
}

.collection-section__more-btn:hover {
	background: rgba(51, 51, 51, 0.15);
}

.collection-section .tile-line__nav-btn_right.swiper-button-disabled
{
	opacity: 1;
}


@media screen and (max-width:650px) {
	.collection-section .tile-line__top {
		display:block;
	}

	.collection-section .tile-line__nav {
		display:flex;
		justify-content:flex-end;
		margin:12px 0 0;
	}

	.tile-line__collections {
		touch-action: none;
	}

	.collection-section__card {
		flex-direction:column;
	}

	.collection-section__dot img {
		width:30px;
	}

	.collection-section__photo .img {
		border-radius:4px;
		height:240px;
	}

	.collection-section__sidebar {
		width:100%;
		height:initial;
		display:flex;
		flex-direction:column;
		gap:20px;
	}

	.collection-section__card .items-container {
		width:100%;
		margin:0 0 20px;
	}

	.collection-section__list {
		padding:0 0 12px;
		overflow:hidden;
		overflow-x:auto;
		flex-direction:row;
	}

	.collection-section__list::-webkit-scrollbar {
		width:100%;
		height:2px;
	}

	.collection-section__list::-webkit-scrollbar-thumb {
		height:2px;
	}

	.collection-section__item {
		display:flex;
		flex-direction:column;
		width:180px;
		min-width:180px;
	}

	.collection-section__item.tile-item {
		flex-direction: column;
	}

	.collection-section__item-photo {
		width:100%;
	}

	.collection-section__item-photo img {
		border-radius:2px;
		height:130px;
	}

	.collection-section__item-about {
		padding:0;
	}

	.collection-section__item-title {
		font-size: 12px;
		margin:0 0 8px;
	}

	.collection-section__item-actions {
		gap:8px;
		margin:8px 0 0;
	}
}

.collection-section__card .tile-line__slide.swiper-slide {
	-ms-flex-preferred-size: auto !important;
	flex-basis: auto !important;
	width: 100%;
}