/**
 * Redeem points page (Đổi điểm).
 */

.sdn-redeem {
	padding-bottom: 0;
}

.redeem-catalog {
	padding: 6.4rem 4.8rem 16rem;
	max-width: 172.8rem;
	margin: 0 auto;
}

.redeem-catalog-section + .redeem-catalog-section {
	margin-top: 10rem;
}

.redeem-catalog-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2.4rem;
	margin-bottom: 4.8rem;
}

.redeem-catalog-section-title {
	margin: 0;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 7.2rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #111;
}

.redeem-catalog-slider .swiper {
	overflow: visible;
}

.redeem-catalog-list.swiper-wrapper,
.redeem-catalog-slider ul.swiper-wrapper {
	display: flex;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.redeem-catalog-slider .swiper-slide {
	height: auto;
	box-sizing: border-box;
}

.redeem-catalog-slider .product-card {
	width: 100%;
	height: 100%;
	margin: 0 !important;
}

.redeem-catalog-section-foot {
	display: flex;
	justify-content: flex-end;
	margin-top: 4.8rem;
}

.redeem-catalog-section-foot .swiper-pagination {
	position: static;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.8rem;
	width: auto;
	max-width: 100%;
	overflow: hidden;
}

.redeem-catalog-section-foot .swiper-pagination-bullet {
	display: block;
	flex: 1 1 auto;
	flex-shrink: 1;
	min-width: 2.4rem;
	max-width: 4.8rem;
	width: 4.8rem;
	height: 0.3rem;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #e9e9e5 !important;
	opacity: 1 !important;
}

.redeem-catalog-section-foot .swiper-pagination-bullet-active {
	background: #111 !important;
}

.redeem-catalog-section-foot:has(.swiper-pagination-lock),
.redeem-catalog-section-foot:has(.swiper-pagination:empty) {
	display: none;
}

.product-card--redeem .price--redeem {
	display: flex;
	align-items: center;
}

.product-card-redeem-points {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.25;
	color: #111;
}

.product-card-redeem-points img {
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	flex-shrink: 0;
}

.product-card-redeem-label {
	font-weight: 400;
	color: #656565;
}

@media screen and (max-width: 1200px) {
	.redeem-catalog {
		padding: 4.8rem 2.4rem 10rem;
	}

	.redeem-catalog-section-title {
		font-size: 4.8rem;
	}

	.redeem-catalog-section + .redeem-catalog-section {
		margin-top: 6.4rem;
	}
}

@media screen and (max-width: 767px) {
	.redeem-catalog-section-head {
		margin-bottom: 3.2rem;
	}

	.redeem-catalog-section-title {
		font-size: 3.6rem;
	}

	.redeem-catalog-section-foot {
		justify-content: center;
		margin-top: 3.2rem;
	}

	.redeem-catalog-section-foot .swiper-pagination-bullet {
		min-width: 1.6rem;
		max-width: 3.2rem;
		width: 3.2rem;
		height: 0.2rem;
	}
}
