.flashsale-timer-card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-radius: 12px;
	background: linear-gradient(100deg, #000000 0%, #cc0101 100%);
	padding: 18px 20px;
	margin: 15px 0;
	gap: 16px;
}

.flashsale-timer-card--product {
	margin-top: 10px;
}

.flashsale-timer-card__left {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.flashsale-timer-card__price-range {
	font-size: 1.5rem;
	font-weight: 700;
	color: #cc0101;
}

.flashsale-timer-card__price-compare {
	font-size: 1rem;
	color: #8e8e8e;
	text-decoration: line-through;
}

.flashsale-timer-card__discount {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	border-radius: 999px;
	background: #ffe0e0;
	color: #cc0101;
	font-weight: 700;
	font-size: 0.95rem;
}

.flashsale-timer-card__right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
	text-align: right;
}

.flashsale-timer-card__badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 700;
	color: #fffbfb;
	background: #cc0101;
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 0.9rem;
	box-shadow: 0 6px 15px rgba(204, 1, 1, 0.25);
}

.flashsale-timer-card__status-text {
	margin: 0;
	color: #4a4a4a;
	font-size: 0.95rem;
}

.flashsale-countdown {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #fff;
	border-radius: 10px;
	padding: 6px 12px;
	box-shadow: inset 0 0 0 1px rgba(204, 1, 1, 0.2);
}

.flashsale-countdown__label {
	font-weight: 600;
	color: #cc0101;
}

.flashsale-countdown__digits {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	color: #1f1f1f;
	font-size: 1rem;
}

.flashsale-countdown__item {
	min-width: 46px;
	border-radius: 8px;
	background: #1f1f1f;
	color: #fff;
	text-align: center;
	padding: 6px 0;
	font-size: 1rem;
}

.flashsale-countdown__item span {
	display: block;
	font-size: 0.65rem;
	font-weight: 500;
	margin-top: 2px;
	opacity: 0.85;
}

.flashsale-countdown__colon {
	font-weight: 700;
	color: #cc0101;
}

.flashsale-countdown--ended {
	background: rgba(0, 0, 0, 0.03);
	color: #8e8e8e;
}

.collection-flashsale-section {
    border-radius: 14px;
    background: linear-gradient(100deg, #000000 0%, #cc0101 100%);
    padding: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.collection-flashsale__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.collection-flashsale__heading {
	margin: 0;
}

.collection-flashsale__label {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0;
	text-align: left;
}

.collection-flashsale__time {
	font-size: 1.15rem;
	font-weight: 700;
	margin: 2px 0 0;
	color: #fff;
}

.collection-flashsale__hint {
	font-size: 0.9rem;
	color: #5c5c5c;
	margin: 0;
}

.collection-flashsale__products .product-col {
	margin-bottom: 15px;
}

.collection-flashsale-section .slick-dots{
    position: relative;
    margin: 0 auto;
}
.collection-flashsale-section .slick-dots li button{
	height: 6px;
    width: 30px;
	margin: 0 5px;
}
.collection-flashsale-section .product-info{
	padding: 6px;
}
.collection-flashsale-section .item_product_main {
	margin-bottom: 10px;
}
.flashsale-timer-card .product-price{
	color: #fff !important;
}
@media (max-width: 767px) {
	.flashsale-timer-card {
		padding: 14px;
	}
	.flashsale-timer-card__right {
		align-items: flex-start;
		text-align: left;
		width: 100%;
	}
	.flashsale-countdown {
		width: 100%;
		justify-content: space-between;
	}
	.flashsale-countdown__digits {
		font-size: 0.9rem;
		gap: 4px;
	}
	.flashsale-countdown__item {
		min-width: 42px;
		padding: 4px 0;
	}
	.collection-flashsale-section {
		padding: 14px;
	}
	.collection-flashsale__products .product-col {
		padding-left: 5px;
		padding-right: 5px;
	}
	.collection-flashsale__header > div, .collection-flashsale__label{
		width: 100%;
		text-align: center;
	}
	.flashsale-countdown{
		width: initial !important;
		margin: 0 auto;
	}

	.flashsale-timer-card__left,.details-product .details-pro .flashsale-timer-card__left .price-box{
		margin: 0 auto;
	}
}

