@font-face {
	font-family: "Almarai";
	src: url("../fonts/almarai-regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Almarai";
	src: url("../fonts/almarai-bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

.product-language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 18px;
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.82);
	font-family: var(--ui-font-main);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.product-language-switcher[lang="ar"] {
	font-family: "Almarai", sans-serif;
}

.product-language-switcher:hover,
.product-language-switcher:focus-visible {
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

body.hello-product-arabic .custom-single-product,
body.hello-product-arabic .custom-single-product button,
body.hello-product-arabic .custom-single-product input {
	font-family: "Almarai", sans-serif;
}

body.hello-product-arabic .custom-single-product {
	direction: rtl;
	text-align: right;
}

body.hello-product-arabic .product-description-content ul,
body.hello-product-arabic .product-description-content ol {
	padding-right: 1.5rem;
	padding-left: 0;
}

body.hello-product-arabic .product-description-content blockquote {
	padding-right: 1rem;
	padding-left: 0;
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-left: 0;
}

body.hello-product-arabic .product-breadcrumb-list,
body.hello-product-arabic .product-extra-accordion-title-wrap,
body.hello-product-arabic .product-details-heading,
body.hello-product-arabic .product-content-tabs,
body.hello-product-arabic .variation-radio-card-inner {
	direction: rtl;
}

body.hello-product-arabic .variation-radio-price,
body.hello-product-arabic .price-display,
body.hello-product-arabic .amount {
	direction: ltr;
}

body.hello-product-arabic .product-description-toggle-icon,
body.hello-product-arabic .product-extra-list-icon {
	transform: scaleX(-1);
}

body.hello-product-arabic .nav-section,
body.hello-product-arabic .site-mobile-menu-panel,
body.hello-product-arabic .footer,
body.hello-product-arabic .related-products-section,
body.hello-product-arabic .related-products-swiper {
	direction: ltr;
}

body.hello-product-arabic .related-products-swiper,
body.hello-product-arabic .related-products-swiper .product-card {
	text-align: left;
}

body.hello-product-arabic .related-products-title {
	direction: rtl;
	font-family: "Almarai", sans-serif;
}

@media (max-width: 640px) {
	.product-language-switcher {
		margin-bottom: 14px;
		padding: 8px 12px;
	}
}
  
  body.hello-product-arabic .related-products-swiper,
  body.hello-product-arabic .related-products-swiper .product-card,
  body.hello-product-arabic .related-products-swiper .product-overview-list,
  body.hello-product-arabic .related-products-swiper .product-overview-item,
  body.hello-product-arabic .related-products-swiper .product-overview-text {
        direction: ltr !important;
        text-align: left !important;
  }
  
  body.hello-product-arabic .related-products-swiper .product-overview-text {
        flex: 1 1 auto;
        min-width: 0;
  }
