.collection-title {
	padding: 0 15px;
	text-align: center;
}
.collection-title h3 {
	font-size: 44px;
}
.collection-title h6 {
	font-size: 32px;
	font-weight: 700;
}
@media only screen and (min-width: 641px) {
	.collection-title h3 {
		font-size: 78px;
	}
	.collection-title h6 {
		font-size: 60px;
		font-weight: 700;
	}
}
.offers {
	margin-bottom: 55px;
	padding-top: 55px;
	background-size: contain;
	background-repeat: repeat;
	background-color: #e9e6da;
	overflow: hidden;
}
.offers .collection-title {
	position: relative;
	max-width: 350px;
	margin: 0 auto;
}
.offers .collection-title h3,
.offers .collection-title h6 {
	color: #382f2d;
}
.offers .collection-title h6 {
	margin-bottom: 5px;
}
.offers .collection-title h3 {
	margin-bottom: 10px;
}
.offers .slider {
	position: relative;
	margin-bottom: 25px;
}
.offers .slider .arrow-cont {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 50%;
	width: 100%;
	transform: translateX(50%);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 38%;
	pointer-events: none;
}
.offers .slider .arrow-cont .special-control {
	display: none;
}
.offers .slider .arrow-cont button {
	width: 55px;
	height: 55px;
	pointer-events: auto;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.offers .slider .arrow-cont .inner .svg-btn {
	width: 55px;
	height: 55px;
}
.offers .slider .arrow-cont button.custom-slick-prev {
	transform: translateX(-26%);
}
.offers .slider .arrow-cont button.custom-slick-next {
	transform: translateX(26%);
}
.offers .item {
	position: relative;
	width: 100vw;
	height: 100vw;
}
.offers .item .img-cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.offers .item::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 94%);
	pointer-events: none;
}
.offers .item .title {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 20px;
}
.offers .item .title a h5 {
	color: #fff;
	margin-bottom: 25px;
	line-height: 1;
	font-size: 24.5px;
}
.offers .btn-cont {
	text-align: center;
	padding-bottom: 42px;
}
@media only screen and (min-width: 641px) {
	.offers .slider .arrow-cont {
		padding-top: 20%;
	}

	.offers .item {
		margin: 0 5px;
		width: calc(50vw - 10px);
		height: calc(50vw - 10px);
	}
}
@media only screen and (min-width: 1025px) {
	.offers {
		margin-bottom: 65px;
	}
	.offers .collection-title {
		margin-bottom: 40px;
	}
	.offers .slider {
		margin-bottom: 0;
		top: -38px;
	}
	.offers .slider .slick-list {
		padding-top: 65px !important;
		height: 440px !important;
	}
	.offers .slider .arrow-cont {
		padding-top: 200px;
	}
	.offers .slider .arrow-cont .special-control {
		display: block;
	}
	.offers .slider .item {
		position: relative;
		width: 310px;
		height: 310px;
		top: 0;
		transition: 0.3s all;
	}
	.offers .slider .item.large {
		width: 440px;
		height: 440px;
		top: -65px;
		transition: 0.3s all;
	}
}
@media only screen and (min-width: 1300px) {
	.offers .collection-title {
		position: relative;
		max-width: 350px;
		margin: 0 auto;
		left: 465px;
		top: 25px;
		text-align: left;
	}
	.offers .collection-title .top {
		padding-left: 15px;
	}
	.offers .collection-title h6 {
		margin-bottom: 0;
	}
}