/* Widget "Combo khuyen mai" tren trang chi tiet san pham - xem
   Lala_Promo_Combo_Storefront::render_single_product_widget(). Dung chung mau
   cam Shopee (#ee4d2d) da dung o flashsale.css de dong bo nhan dien "khuyen
   mai dac biet" tren toan site. */
.lala-combo-widget {
	margin: 16px 0;
	padding: 14px 16px;
	background: #fff8f6;
	border: 1px solid #ffcfc2;
	border-radius: 8px;
}

.lala-combo-widget-title {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 15px;
	font-weight: 700;
	color: #ee4d2d;
	margin-bottom: 10px;
}

.lala-combo-widget-icon {
	font-size: 16px;
}

/* Bang muc giam theo so luong */
.lala-combo-tier-table {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 8px;
}

.lala-combo-tier-row {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	min-width: 90px;
	padding: 6px 10px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	font-size: 12px;
	color: #555;
}

.lala-combo-tier-row.is-current {
	background: #ee4d2d;
	border-color: #ee4d2d;
	color: #fff;
	font-weight: 700;
}

.lala-combo-tier-qty {
	font-size: 12px;
}

.lala-combo-tier-value {
	font-size: 13px;
	font-weight: 700;
}

.lala-combo-progress-msg {
	font-size: 13px;
	color: #555;
	margin-bottom: 4px;
}

.lala-combo-progress-msg strong {
	color: #ee4d2d;
}

.lala-combo-progress-msg.is-max {
	color: #26aa26;
	font-weight: 600;
}

/* Danh sach san pham khac cung combo */
.lala-combo-other-products {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #ffcfc2;
}

.lala-combo-other-title {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
}

.lala-combo-other-list {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 4px;
}

.lala-combo-other-item {
	position: relative;
	flex: 0 0 110px;
	width: 110px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 6px;
	text-align: center;
}

.lala-combo-other-thumb {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 4px;
	background: #f8f8f8;
	margin-bottom: 6px;
}

.lala-combo-other-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lala-combo-other-name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 11px;
	line-height: 1.35;
	color: #333;
	text-decoration: none;
	min-height: 30px;
}

.lala-combo-other-price {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #ee4d2d;
	margin: 4px 0 6px;
}

.lala-combo-other-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 26px;
	border-radius: 4px;
	border: 1px solid #ee4d2d;
	background: #fff;
	color: #ee4d2d;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
}

.lala-combo-other-action:hover {
	background: #ee4d2d;
	color: #fff;
}

.lala-combo-other-action.lala-combo-other-link {
	font-size: 11px;
	font-weight: 600;
	padding: 0 4px;
}

.lala-combo-other-action.is-loading {
	opacity: .6;
	pointer-events: none;
}

@media (max-width: 480px) {
	.lala-combo-tier-row {
		min-width: 78px;
		padding: 5px 8px;
	}

	.lala-combo-other-item {
		flex-basis: 92px;
		width: 92px;
	}
}
