html[lang="ar"] .tba-home-color-collection,
html[lang="ar"] .tba-home-benefits {
    font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] .tba-home-color-collection *,
html[lang="ar"] .tba-home-benefits * {
    letter-spacing: 0 !important;
}


/* Compact eight-color collection directly below the homepage hero. */
.tba-home-color-collection {
	box-sizing: border-box;
	margin: 26px auto 0;
	max-width: 1240px;
	padding: 0 20px;
	text-align: center;
	width: 100%;
}

.tba-home-color-collection[hidden] {
	display: none !important;
}

.tba-home-color-heading {
	margin: 0 0 17px;
}

.tba-home-color-heading p {
	color: #a36f50;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .18em;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.tba-home-color-heading h2 {
	color: #171313;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(25px, 2.4vw, 34px);
	font-weight: 500;
	line-height: 1.15;
	margin: 0;
}

.tba-home-color-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(8, minmax(0, 1fr));
}

.tba-home-color-item {
	color: #201b18 !important;
	display: block;
	min-width: 0;
	text-decoration: none !important;
}

.tba-home-color-image {
	display: block;
	height: 172px;
	overflow: hidden;
	width: 100%;
}

.tba-home-color-image img {
	display: block;
	height: 100% !important;
	margin: 0;
	object-fit: contain;
	transition: transform .22s ease;
	width: 100% !important;
}

.tba-home-color-item:hover .tba-home-color-image img,
.tba-home-color-item:focus-visible .tba-home-color-image img {
	transform: translateY(-2px) scale(1.025);
}

.tba-home-color-label {
	align-items: center;
	display: flex;
	font-size: 11px;
	gap: 6px;
	justify-content: center;
	line-height: 1.2;
	margin-top: 7px;
}

.tba-home-color-label i {
	background: var(--tba-color);
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	display: block;
	flex: 0 0 auto;
	height: 10px;
	width: 10px;
}

.tba-home-color-label strong {
	font-weight: 500;
}

.tba-home-color-bestseller {
	align-items: center;
	color: #a36f50;
	display: inline-flex;
	font-size: 9px;
	font-weight: 700;
	gap: 3px;
	justify-content: center;
	line-height: 1.15;
	margin-top: 5px;
	white-space: nowrap;
}

.tba-home-color-bestseller > svg {
	fill: none;
	flex: 0 0 auto;
	height: 12px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 16px;
}

.tba-home-color-cta {
	align-items: center;
	background: #111;
	color: #fff !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 11px;
	justify-content: center;
	letter-spacing: .06em;
	line-height: 1;
	margin-top: 22px;
	min-height: 38px;
	padding: 0 20px;
	text-decoration: none !important;
	transition: background-color .2s ease, transform .2s ease;
}

.tba-home-color-cta:hover,
.tba-home-color-cta:focus-visible {
	background: #a36f50;
	color: #fff !important;
	transform: translateY(-1px);
}

.tba-home-color-cta-arrow {
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
}

/* Compact trust and product-benefit strip immediately above reviews. */
.tba-home-benefits {
	--tba-benefit-accent: #a36f50;
	background: #fff;
	box-sizing: border-box;
	margin: 28px auto 42px;
	max-width: 1240px;
	padding: 0 20px;
	text-align: center;
	width: 100%;
}

.tba-home-benefits[hidden] {
	display: none !important;
}

.tba-home-benefits-heading {
	margin-bottom: 23px;
}

.tba-home-benefits-heading h2 {
	color: #151313;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(27px, 2.5vw, 36px);
	font-weight: 500;
	line-height: 1.15;
	margin: 0;
}

.tba-home-benefits-heading h2::after {
	background: var(--tba-benefit-accent);
	content: '';
	display: block;
	height: 1px;
	margin: 10px auto 0;
	width: 28px;
}

.tba-home-benefits-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tba-home-benefit {
	align-items: center;
	border-inline-end: 1px solid #ece7e3;
	display: flex;
	min-width: 0;
	padding: 4px 22px 7px;
	text-align: center;
	flex-direction: column;
}

.tba-home-benefit:last-child {
	border-inline-end: 0;
}

.tba-home-benefit svg {
	fill: none;
	height: 29px;
	margin-bottom: 9px;
	stroke: var(--tba-benefit-accent);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.45;
	width: 29px;
}

.tba-home-benefit strong {
	color: #161313;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

.tba-home-benefit span {
	color: #625b57;
	font-size: 11px;
	line-height: 1.35;
	margin-top: 4px;
}

@media (max-width: 767px) {
	.tba-home-color-collection {
		margin: 19px auto 0;
		padding: 0 10px;
	}

	.tba-home-color-heading {
		margin-bottom: 11px;
	}

	.tba-home-color-heading p {
		font-size: 10px;
		letter-spacing: .14em;
	}

	.tba-home-color-heading h2 {
		font-size: 22px;
	}

	.tba-home-color-grid {
		gap: 9px 5px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.tba-home-color-image {
		height: 112px;
	}

	.tba-home-color-label {
		font-size: 9px;
		gap: 4px;
		margin-top: 4px;
	}

	.tba-home-color-label i {
		height: 8px;
		width: 8px;
	}

	.tba-home-color-bestseller {
		font-size: 7px;
		gap: 2px;
		margin-top: 3px;
	}

	.tba-home-color-bestseller > svg {
		height: 10px;
		width: 13px;
	}

	.tba-home-color-cta {
		font-size: 11px;
		margin-top: 17px;
		min-height: 35px;
		padding: 0 18px;
	}

	.tba-home-benefits {
		margin: 24px auto 32px;
		padding: 0 6px;
	}

	.tba-home-benefits-heading {
		margin-bottom: 18px;
	}

	.tba-home-benefits-heading h2 {
		font-size: 25px;
	}

	.tba-home-benefits-grid {
		gap: 0;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.tba-home-benefit {
		padding: 3px 4px 5px;
	}

	.tba-home-benefit:nth-child(2) {
		border-inline-end: 1px solid #ece7e3;
	}

	.tba-home-benefit svg {
		height: 29px;
		margin-bottom: 7px;
		width: 29px;
	}

	.tba-home-benefit strong {
		font-size: 10px;
		line-height: 1.2;
	}

	.tba-home-benefit span {
		font-size: 8px;
		line-height: 1.25;
	}
}
