/* #region - Product list section */
.page-container {
	position: relative;
	min-height: 592px;
	padding: 56px 16px;
}

.product-list-title h1.display-1 {
	font-size: 48px;
	line-height: 64px;
	padding-bottom: 4px;
	display:flex;
	flex-flow: column nowrap;
	font-weight: 400;
}

.product-list-title h1.display-1 span {
	font-size: 32px;
	line-height: 48px;
	padding-top: 8px;
}
.product-list-title h2.display-4 {
	font-size: 40px;
	line-height: 60px;
	padding-bottom: 4px;
	display:flex;
	flex-flow: column nowrap;
	font-weight: 600;
}

.product-list-title h2.display-4 span {
	font-size: 40px;
	font-weight: 400;
	line-height: 60px;
	padding-top: 8px;
}
.product-list-title h2.display-5 {
	font-size: 40px;
	line-height: 60px;
	padding-bottom: 4px;
	display:flex;
	flex-flow: column nowrap;
	font-weight: 600;
}

.product-list-title h2.display-5 span {
	font-size: 40px;
	font-weight: 400;
	line-height: 60px;
	padding-top: 8px;
}

.product-list-title h2 {
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
}

.product-list-title h3 {
	margin-top: 8px;
	font-size: 20px;
	line-height: 30px;
}

.product-list-title-custom h2 {
	margin-top: 8px;
	font-size: 20px;
	line-height: 30px;
}

.product-list-items {
	display: flex;
	overflow: hidden;
	margin: 40px 0;
}

.product-list-items .swiper-wrapper {
	display: flex;
	width: auto;
	height: auto;
}

.swiper-slide:first-child {
	margin-left: 16px;
}

#productlist-slide-btn.slide-section-box {
	padding: 0 16px;
	position: initial;
	left: 0;
	bottom: -40px;
	width: 100%;
}

.product-card {
	display: flex;
	flex-direction: column;
	flex: 0 0 180px;
	color: #222;
	padding: 16px;
	margin-bottom: 24px;
	background: #fff;
	border-radius: 16px;
	border: 1px solid #D3D3D3;
	text-decoration: none;
	box-sizing: border-box;
}

.product-card-image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 144px;
}

.product-card-header {
	font-size: 20px;
	margin-bottom: 6px;
	text-align: center;
}

.product-card-image {
	margin-bottom: 12px;
	text-align: center;
}

.product-card-header button {
	width: 32px;
	height: 32px;
	padding: 12px;
	margin-left: 10px;
}

.comimg-soon {
	margin-top: auto;
	font-size: 14px;
	font-weight: 600;
	color: #B3B3B3;
	text-align: center;
}

.product-card p {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: #777;
}

.product-card .btn-check {
	display: flex;
	justify-content: center;
	margin-top: auto;
	padding: 0;
	transition: 0.4s;
	background-color: #1DE6C1;
	color: #000;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
}

.product-card .btn-check:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.product-card .btn-check:focus {
    outline: 2px solid #1DE6C1 !important;
    border-radius: 10px;
    text-decoration: none;
	outline-offset: 2px;
}

.section-product-list .swiper-pagination-bullet {
	width: 16px;
	height: 4px;
	background: #B3B3B3;
	border-radius: 8px;
	transition: all 0.4s;
	opacity: 1;
}

.section-product-list .swiper-pagination-bullet-active {
	width: 24px;
	background: #1DE6C1;
}

.product-list-swiper-pagination {
	margin-top: 24px;
	text-align: center;
}

.product-card:first-child {
	margin-left: 0px !important;
}

.product-card:last-child {
	margin-right: 0px !important;
}

@media only screen and (min-width: 768px) {
	.page-container {
		padding: 64px 40px;
	}

	.product-list-title {
		text-align: center;
	}

	.product-list-title h1.display-1 {
		padding-bottom: 0;
		display: block;
	}

	.product-list-title h1.display-1,
	.product-list-title h2 {
		font-size: 40px;
		line-height: 72px;
	}

	.product-list-title h1.display-1 span {
		font-size: 40px;
		line-height: 60px;
		padding-top: 0;
	}

    .section-product-list .product-list-title .underline-bg {
	margin-right: -16px;
	width: fit-content;
	padding-bottom: 8px;
    }

	.product-list-title h2 {
		display: inline-block;
		position: relative;
	}

	.product-list-title h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.product-list-title-custom h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.product-card-header .comimg-soon {
		font-size: 12px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.product-list-items {
		overflow: hidden;
	}
}
@media only screen and (max-width: 600px) {
.product-list-title h2.display-5 {
	font-size: 48px;
	line-height: 72px;
	padding-bottom: 4px;
	display:flex;
	flex-flow: column nowrap;
	font-weight: 600;
}

.product-list-title h2.display-5 span {
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
	padding-top: 8px;
	display:flex;
}
.section-product-list .product-list-title .underline-bg {
	margin-right: -16px;
	width: fit-content;
	padding-bottom: 8px;
}

}

@media only screen and (min-width: 1240px) {
	.product-list-items {
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* #endregion - Product list section */