html[lang="ar"] .tba-shisha-spotlight {
    font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] .tba-shisha-spotlight * {
    letter-spacing: 0 !important;
}


/* Single-product homepage spotlight. Insert with [tba_shisha_spotlight]. */
.tba-replaced-product-widget {
	display: none !important;
}

.tba-shisha-spotlight {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 60fr) minmax(0, 40fr);
	gap: clamp(18px, 2.4vw, 34px);
	align-items: center;
	width: 100vw;
	max-width: none;
	margin: 32px calc(50% - 50vw);
	padding: clamp(14px, 1.8vw, 24px);
	border: 0;
	border-radius: 0;
	background: #fff;
	color: #171313;
}

.tba-shisha-spotlight[dir="rtl"] {
	direction: rtl;
}

.tba-shisha-spotlight__visual {
	position: relative;
	min-width: 0;
	background: #fff;
	overflow: hidden;
	touch-action: pan-y;
}

.tba-shisha-spotlight__image {
	display: block;
	width: 100%;
	height: clamp(460px, 46vw, 630px);
	object-fit: contain;
	transition: opacity 180ms ease;
}

.tba-shisha-spotlight__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 32px !important;
	min-width: 32px !important;
	height: 32px !important;
	min-height: 32px !important;
	padding: 0 !important;
	border: 1px solid #e3ddd6 !important;
	border-radius: 50% !important;
	background: rgba(255,255,255,.9) !important;
	color: #111 !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	box-shadow: 0 2px 10px rgba(0,0,0,.06) !important;
	transform: translateY(-50%);
	cursor: pointer;
}

.tba-shisha-spotlight__arrow--prev {
	left: 10px;
}

.tba-shisha-spotlight__arrow--next {
	right: 10px;
}

.tba-shisha-spotlight__dots {
	position: absolute;
	bottom: 12px;
	left: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 5px 8px;
	border-radius: 999px;
	background: rgba(255,255,255,.78);
	transform: translateX(-50%);
	backdrop-filter: blur(3px);
}

.tba-shisha-spotlight__dot {
	display: block !important;
	width: 6px !important;
	min-width: 6px !important;
	height: 6px !important;
	min-height: 6px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 1px solid #777 !important;
	border-radius: 50% !important;
	background: transparent !important;
	box-shadow: none !important;
	cursor: pointer;
}

.tba-shisha-spotlight__dot.is-active {
	border-color: #111 !important;
	background: #111 !important;
	transform: scale(1.25);
}

.tba-shisha-spotlight__details {
	text-align: start;
}

.tba-shisha-spotlight__brand {
	margin: 0 0 8px;
	color: #a36f50;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .18em;
}

.tba-shisha-spotlight h2 {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0 0 10px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(20px, 1.8vw, 29px);
	font-weight: 500;
	line-height: 1.1;
	white-space: nowrap;
}

.tba-shisha-spotlight h2::before,
.tba-shisha-spotlight h2::after {
	content: '';
	flex: 1 1 auto;
	min-width: 16px;
	border-top: 1px solid #ded6cf;
}

.tba-shisha-spotlight__rating {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	align-items: center;
	font-size: 12px;
}

.tba-shisha-spotlight__rating > span {
	color: #b28a3b;
	letter-spacing: 2px;
}

.tba-shisha-spotlight__rating small {
	padding-inline-start: 14px;
	border-inline-start: 1px solid #cfc6bd;
}

.tba-shisha-spotlight hr {
	margin: 24px 0;
	border: 0;
	border-top: 1px solid #ddd3ca;
}

.tba-shisha-spotlight__prompt {
	margin: 0 0 14px;
	font-size: 12px;
	text-align: left;
}

.tba-shisha-spotlight[dir="rtl"] .tba-shisha-spotlight__prompt {
	text-align: right;
}

.tba-shisha-spotlight__colors {
	display: grid;
	grid-template-columns: repeat(4, minmax(58px, 1fr));
	gap: 12px 8px;
	align-items: start;
}

.tba-shisha-spotlight__color {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	min-width: 0;
	padding: 0;
	width: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: inherit;
	font: inherit;
	cursor: pointer;
	justify-content: flex-start;
	align-self: start;
}

.tba-shisha-spotlight__color i {
	display: block;
	width: 38px;
	height: 38px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: var(--tba-swatch);
	box-shadow: 0 0 0 1px #c9bdb1;
}

.tba-shisha-spotlight__color.is-active i {
	box-shadow: 0 0 0 2px #a36f50;
}

.tba-shisha-spotlight__color:focus-visible i {
	box-shadow: 0 0 0 3px #111;
}

.tba-shisha-spotlight__color span {
	min-height: 24px;
	font-size: 9px;
	line-height: 1.2;
	text-align: center;
}

.tba-shisha-spotlight__purchase {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	margin-top: 16px;
	border: 0;
	background: transparent;
}

.tba-shisha-spotlight__price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
	white-space: nowrap;
}

.tba-shisha-spotlight__price-label {
	margin-bottom: 3px;
	color: #777;
	font-family: inherit;
	font-size: 9px;
	font-weight: 500;
	letter-spacing: .04em;
	line-height: 1;
}

.tba-shisha-spotlight__price-value,
.tba-shisha-spotlight__price-value .amount,
.tba-shisha-spotlight__price-value bdi {
	color: #171717;
}

.tba-shisha-spotlight__price-value .woocommerce-Price-currencySymbol {
	color: #171717;
	font: inherit;
}

.tba-shisha-spotlight[dir="rtl"] .tba-shisha-spotlight__price {
	align-items: flex-end;
}

.tba-shisha-spotlight__button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 132px;
	min-height: 32px;
	width: auto !important;
	padding: 5px 18px;
	background: #111 !important;
	color: #fff !important;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .1em;
	text-align: center;
	white-space: nowrap;
}

.tba-shisha-spotlight[dir="rtl"] .tba-shisha-spotlight__purchase {
	justify-content: flex-start;
}

@media (max-width: 767px) {
	.tba-shisha-spotlight__purchase {
		gap: 10px;
	}

	.tba-shisha-spotlight__price {
		padding: 0;
		background: transparent;
		font-size: 17px;
	}

	.tba-shisha-spotlight__price-label {
		display: none;
	}

	.tba-shisha-spotlight {
		grid-template-columns: minmax(0, 60fr) minmax(0, 40fr);
		gap: 7px;
		width: 100vw;
		margin: 20px calc(50% - 50vw);
		padding: 7px;
		border-radius: 0;
	}

	.tba-shisha-spotlight__image {
		height: min(94vw, 440px);
	}

	.tba-shisha-spotlight__arrow {
		width: 24px !important;
		min-width: 24px !important;
		height: 24px !important;
		min-height: 24px !important;
		font-size: 18px !important;
	}

	.tba-shisha-spotlight__arrow--prev {
		left: 4px;
	}

	.tba-shisha-spotlight__arrow--next {
		right: 4px;
	}

	.tba-shisha-spotlight__dots {
		bottom: 7px;
		gap: 4px;
		padding: 4px 6px;
	}

	.tba-shisha-spotlight__dot {
		width: 5px !important;
		min-width: 5px !important;
		height: 5px !important;
		min-height: 5px !important;
	}

	.tba-shisha-spotlight h2 {
		gap: 4px;
		margin-bottom: 8px;
		font-size: clamp(11px, 3.2vw, 14px);
	}

	.tba-shisha-spotlight h2::before,
	.tba-shisha-spotlight h2::after {
		min-width: 5px;
	}

	.tba-shisha-spotlight__brand {
		margin-bottom: 5px;
		font-size: 8px;
		letter-spacing: .12em;
	}

	.tba-shisha-spotlight__rating {
		gap: 4px 6px;
		font-size: 9px;
	}

	.tba-shisha-spotlight__rating small {
		width: 100%;
		padding-inline-start: 0;
		border-inline-start: 0;
	}

	.tba-shisha-spotlight hr {
		margin: 12px 0;
	}

	.tba-shisha-spotlight__prompt {
		margin-bottom: 10px;
		font-size: 9px;
	}

	.tba-shisha-spotlight__colors {
		grid-template-columns: repeat(4, minmax(20px, 1fr));
		gap: 8px 2px;
	}

	.tba-shisha-spotlight__color i {
		width: 22px;
		height: 22px;
		border-width: 2px;
	}

	.tba-shisha-spotlight__color span {
		min-height: 19px;
		font-size: 7px;
	}

	.tba-shisha-spotlight__purchase {
		display: flex;
		gap: 9px;
		margin-top: 12px;
	}

	.tba-shisha-spotlight__price {
		min-width: 0;
		padding: 0;
		font-size: 11px;
	}

	.tba-shisha-spotlight__button {
		min-width: 72px;
		min-height: 27px;
		padding: 4px 8px;
		font-size: 7px;
		letter-spacing: .04em;
	}
}
