.mt {
	background-color: var(--White);
	border-radius: 10px; 
}
.related-products-wrapper .flickity-button {
	width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    border: 1px solid #ddd;
    opacity: 0.3 !important;
    background: #FFF;
	top: 50% !important;
    transition: var(--fs-transition);
}
/* Mặc định trên máy tính: hiển thị bình thường */
.chitiet .nav {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 20px;
	margin-bottom: 0;
	border-bottom: 1px solid var(--fs-color-primary);
}

/* Từng tab chung */
.chitiet .nav li.tab {
	overflow: hidden;
	margin-right: 0 !important;
	background: #DCDDDE;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.chitiet .nav li.tab:first-child {
	border-radius: 4px 0 0 0;
}

.chitiet .nav li.tab:last-child {
	border-radius:  0 4px 0 0;
}

.chitiet .nav li.tab a {
	display: block;
	padding: 8px 20px;
	color: #404041;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none;
	border-right: 1px solid #FFF;
}

/* Tab đang active */
.chitiet .nav li.tab.active {
	background: var(--Salem-Green);
}

.chitiet .nav li.tab.active a {
	color: white;
	font-weight: 600;
}

/* Hover */
.chitiet .nav li.tab:not(.active):hover {
	filter: brightness(1.05);
}

/* Mobile: chỉ mobile mới scroll ngang */
@media (max-width: 768px) {
	.chitiet .nav {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none; /* Firefox */
	}

	.chitiet .nav::-webkit-scrollbar {
		display: none; /* Chrome, Safari */
	}

	.chitiet .nav li.tab {
		flex: 0 0 auto;
	}

	.chitiet .nav li.tab a {
		padding: 6px 14px;
		font-size: 14px;
	}
}
