/**
 * Single Product Page – Professional Redesign
 * Matches reference: sa.souqms.com layout
 * RTL-friendly, mobile-first
 */

/* ───────────────────────────────────────────────
   1.  PRODUCT GRID – image right, info left (RTL)
   ─────────────────────────────────────────────── */
body.single-product .rabeea-store .woocommerce div.product {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr) !important;
	gap: clamp(1.4rem, 3.2vw, 2.8rem) !important;
	align-items: start !important;
}

/* summary comes first in DOM (left in RTL) */
body.single-product .rabeea-store .woocommerce div.product div.summary {
	order: 1 !important;
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* gallery comes second in DOM (right in RTL) */
body.single-product .rabeea-store .woocommerce div.product div.images,
body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images {
	order: 2 !important;
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	position: sticky !important;
	top: calc(84px + var(--rb-space-4)) !important;
}

/* ───────────────────────────────────────────────
   2.  GALLERY – main + vertical thumbs side
   ─────────────────────────────────────────────── */
body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 108px !important;
	grid-template-areas: "viewport thumbs" !important;
	gap: 14px !important;
	align-items: stretch !important;
	position: sticky !important;
	top: calc(84px + var(--rb-space-4)) !important;
	direction: ltr !important;
}

body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images .flex-viewport {
	grid-area: viewport !important;
	margin: 0 !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	overflow: hidden !important;
	border: 0 !important;
}

body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__wrapper {
	display: flex !important;
	align-items: stretch !important;
}

body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__image {
	border-radius: 0 !important;
	border: 0 !important;
	background: #ffffff !important;
}

body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__image a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
	background: #ffffff !important;
}

body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__image img {
	display: block !important;
	width: 100% !important;
	height: clamp(620px, 74vh, 860px) !important;
	object-fit: cover !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	transition: transform 0.5s var(--rb-ease-standard) !important;
}

body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__image:hover img {
	transform: scale(1.04) !important;
}

/* Sale badge on gallery */
body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images span.onsale {
	position: absolute !important;
	top: 18px !important;
	right: 18px !important;
	left: auto !important;
	z-index: 5 !important;
	min-width: auto !important;
	min-height: auto !important;
	padding: 0.5rem 1rem !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, var(--rb-sale-start) 0%, var(--rb-sale-end) 100%) !important;
	color: var(--rb-sale-text) !important;
	font-size: 0.95rem !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	box-shadow: 0 10px 20px var(--rb-sale-shadow) !important;
}

/* Zoom icon */
body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__trigger {
	position: absolute !important;
	top: 18px !important;
	left: 18px !important;
	right: auto !important;
	z-index: 6 !important;
	width: 56px !important;
	height: 56px !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.98) !important;
	border: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.14) !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__trigger:hover {
	transform: scale(1.1) !important;
	box-shadow: 0 14px 28px rgba(17, 24, 39, 0.2) !important;
}

/* ───────────────────────────────────────────────
   3.  THUMBNAILS – vertical strip on the side
   ─────────────────────────────────────────────── */
body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images .flex-control-thumbs {
	grid-area: thumbs !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
	margin: 0 !important;
	max-height: clamp(620px, 74vh, 860px) !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	padding: 0 !important;
	list-style: none !important;
	scrollbar-width: thin !important;
	scrollbar-color: var(--rb-hero-canvas-primary) transparent !important;
}

body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images .flex-control-thumbs::-webkit-scrollbar {
	width: 4px !important;
}

body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images .flex-control-thumbs::-webkit-scrollbar-track {
	background: transparent !important;
}

body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images .flex-control-thumbs::-webkit-scrollbar-thumb {
	background: var(--rb-hero-canvas-primary) !important;
	border-radius: 8px !important;
}

body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images .flex-control-thumbs li {
	flex: 0 0 auto !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images .flex-control-thumbs li img {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1 !important;
	object-fit: cover !important;
	border-radius: 0 !important;
	border: 2px solid transparent !important;
	opacity: 1 !important;
	cursor: pointer !important;
	background: #ffffff !important;
	transition: opacity 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease !important;
}

body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images .flex-control-thumbs li img:hover {
	border-color: var(--rb-hero-canvas-primary) !important;
	transform: translateY(-1px) !important;
}

body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-gallery.images .flex-control-thumbs li img.flex-active {
	border-color: var(--rb-hero-canvas-primary) !important;
	box-shadow: none !important;
	transform: none !important;
}

/* ───────────────────────────────────────────────
   4.  SUMMARY – product info section
   ─────────────────────────────────────────────── */

/* Category meta strip */
.rabeea-store .rb-single-intro-meta {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: var(--rb-space-3) !important;
	margin-bottom: var(--rb-space-3) !important;
}

.rabeea-store .rb-single-intro-meta__cats {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: var(--rb-space-2) !important;
}

.rabeea-store .rb-single-intro-meta__chip {
	display: inline-flex !important;
	align-items: center !important;
	padding: 0.3rem 0.72rem !important;
	border-radius: var(--rb-radius-pill) !important;
	background: linear-gradient(135deg, var(--rb-brand-primary) 0%, var(--rb-brand-secondary) 100%) !important;
	color: #fff !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.rabeea-store .rb-single-intro-meta__chip:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 16px rgba(var(--rb-brand-primary-rgb, 15, 76, 92), 0.3) !important;
	color: #fff !important;
}

.rabeea-store .rb-single-intro-meta__sku {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.35rem !important;
	padding: 0.28rem 0.65rem !important;
	border: 1px solid var(--rb-border-default) !important;
	border-radius: var(--rb-radius-pill) !important;
	background: var(--rb-surface-soft) !important;
	font-size: 0.76rem !important;
	color: var(--rb-text-muted) !important;
}

.rabeea-store .rb-single-intro-meta__sku strong {
	color: var(--rb-text-strong) !important;
}

/* Product title */
body.single-product .rabeea-store .woocommerce div.product .product_title {
	font-size: clamp(1.5rem, 1.1rem + 1.2vw, 2.2rem) !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	color: var(--rb-text-strong) !important;
	margin-bottom: var(--rb-space-3) !important;
}

/* Rating */
body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-rating {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.5rem !important;
	margin-bottom: var(--rb-space-3) !important;
	padding: 0.35rem 0.7rem !important;
	border-radius: var(--rb-radius-pill) !important;
	border: 1px solid var(--rb-border-soft) !important;
	background: var(--rb-surface-soft) !important;
}

body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-rating .star-rating {
	color: #f0a540 !important;
	float: none !important;
	margin: 0 !important;
}

body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-rating .woocommerce-review-link,
body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-rating .count {
	display: none !important;
}

/* Price */
body.single-product .rabeea-store .woocommerce div.product p.price,
body.single-product .rabeea-store .woocommerce div.product span.price {
	font-size: clamp(2.05rem, 1.5rem + 1vw, 2.9rem) !important;
	font-weight: 900 !important;
	color: #1b3554 !important;
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 0.75rem !important;
	margin-bottom: var(--rb-space-4) !important;
	line-height: 1.1 !important;
}

body.single-product .rabeea-store .woocommerce div.product p.price del,
body.single-product .rabeea-store .woocommerce div.product span.price del {
	color: #9aa4b2 !important;
	font-size: 0.72em !important;
	text-decoration-thickness: 1px !important;
}

body.single-product .rabeea-store .woocommerce div.product p.price ins,
body.single-product .rabeea-store .woocommerce div.product span.price ins {
	text-decoration: none !important;
	padding: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #1b3554 !important;
}

/* Short description */
body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-details__short-description {
	margin-bottom: var(--rb-space-5) !important;
	padding: var(--rb-space-4) !important;
	border: 1px solid var(--rb-border-soft) !important;
	border-radius: 14px !important;
	background: var(--rb-surface-soft) !important;
	color: var(--rb-text-body) !important;
	font-size: var(--rb-font-size-300) !important;
	line-height: 1.85 !important;
}

body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-details__short-description ul {
	padding-inline-start: 1.2rem !important;
	margin: 0.5rem 0 !important;
}

body.single-product .rabeea-store .woocommerce div.product .woocommerce-product-details__short-description li {
	margin-bottom: 0.4rem !important;
}

/* ───────────────────────────────────────────────
   5.  ADD TO CART FORM
   ─────────────────────────────────────────────── */
body.single-product .rabeea-store .woocommerce div.product form.cart {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: var(--rb-space-3) !important;
	margin-bottom: var(--rb-space-5) !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

body.single-product .rabeea-store .woocommerce div.product form.cart .quantity {
	margin: 0 !important;
	flex: 0 0 auto !important;
	position: relative !important;
}

body.single-product .rabeea-store .woocommerce .quantity .qty {
	min-width: 92px !important;
	width: 92px !important;
	height: 54px !important;
	text-align: center !important;
	font-weight: 800 !important;
	font-size: 1.05rem !important;
	color: #1b3554 !important;
	border-radius: 999px !important;
	border: 2px solid #d5dce6 !important;
	background: #ffffff !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.85) !important;
	padding: 0 0.85rem !important;
	appearance: textfield !important;
	-moz-appearance: textfield !important;
}

body.single-product .rabeea-store .woocommerce div.product form.cart .button.single_add_to_cart_button {
	flex: 0 1 auto !important;
	min-height: 54px !important;
	padding: 0.95rem 2.2rem !important;
	font-weight: 800 !important;
	font-size: 1.02rem !important;
	border-radius: 14px !important;
	background: linear-gradient(180deg, #4272c8 0%, #2f5fb7 100%) !important;
	border: 0 !important;
	color: #fff !important;
	box-shadow: 0 14px 28px rgba(47, 95, 183, 0.28) !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease !important;
	position: relative !important;
	overflow: hidden !important;
	letter-spacing: 0 !important;
}

body.single-product .rabeea-store .woocommerce div.product form.cart .button.single_add_to_cart_button::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background: linear-gradient(120deg, rgba(255,255,255,0) 28%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 72%) !important;
	transform: translateX(-120%) !important;
	transition: transform 0.65s ease !important;
}

body.single-product .rabeea-store .woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
	transform: translateY(-3px) !important;
	box-shadow: 0 18px 36px rgba(47, 95, 183, 0.34) !important;
	filter: brightness(1.03) !important;
}

body.single-product .rabeea-store .woocommerce div.product form.cart .button.single_add_to_cart_button:hover::before {
	transform: translateX(120%) !important;
}

body.single-product .rabeea-store .woocommerce .quantity .qty::-webkit-outer-spin-button,
body.single-product .rabeea-store .woocommerce .quantity .qty::-webkit-inner-spin-button {
	opacity: 1 !important;
	height: auto !important;
}

/* ───────────────────────────────────────────────
   6.  SUMMARY HIGHLIGHT CARDS
   ─────────────────────────────────────────────── */
.rabeea-store .rb-single-summary-highlights {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	gap: var(--rb-space-2) !important;
	margin-bottom: var(--rb-space-4) !important;
}

.rabeea-store .rb-single-summary-highlights__item {
	display: flex !important;
	flex-direction: column !important;
	gap: 0.2rem !important;
	padding: 0.65rem 0.85rem !important;
	border: 1px solid var(--rb-border-soft) !important;
	border-radius: 12px !important;
	background: var(--rb-surface-soft) !important;
	transition: transform 0.3s ease, border-color 0.3s ease !important;
}

.rabeea-store .rb-single-summary-highlights__item:hover {
	transform: translateY(-2px) !important;
	border-color: var(--rb-hero-canvas-primary) !important;
}

.rabeea-store .rb-single-summary-highlights__label {
	font-size: 0.72rem !important;
	color: var(--rb-text-muted) !important;
	font-weight: 600 !important;
}

.rabeea-store .rb-single-summary-highlights__value {
	font-size: 0.88rem !important;
	color: var(--rb-text-strong) !important;
	font-weight: 800 !important;
}

/* ───────────────────────────────────────────────
   7.  TRUST POINTS
   ─────────────────────────────────────────────── */
.rabeea-store .rb-single-trust {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: var(--rb-space-2) !important;
	margin-top: var(--rb-space-3) !important;
	margin-bottom: var(--rb-space-3) !important;
}

.rabeea-store .rb-single-trust__item {
	display: flex !important;
	align-items: center !important;
	gap: 0.45rem !important;
	padding: 0.5rem 0.65rem !important;
	border: 1px solid var(--rb-border-soft) !important;
	border-radius: 10px !important;
	background: var(--rb-surface-base) !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	color: var(--rb-text-body) !important;
	transition: transform 0.3s ease, border-color 0.3s ease !important;
}

.rabeea-store .rb-single-trust__item:hover {
	transform: translateY(-2px) !important;
	border-color: var(--rb-hero-canvas-primary) !important;
}

.rabeea-store .rb-single-trust__item i {
	color: var(--rb-brand-primary) !important;
	font-size: 1rem !important;
}

/* ───────────────────────────────────────────────
   8.  INFO CARDS (shipping, support)
   ─────────────────────────────────────────────── */
.rabeea-store .rb-single-info-cards {
	display: grid !important;
	gap: var(--rb-space-2) !important;
	margin-top: var(--rb-space-3) !important;
}

.rabeea-store .rb-single-info-card {
	display: flex !important;
	align-items: flex-start !important;
	gap: 0.7rem !important;
	padding: 0.75rem 0.9rem !important;
	border: 1px solid var(--rb-border-soft) !important;
	border-radius: 12px !important;
	background: var(--rb-surface-base) !important;
	transition: transform 0.3s ease, border-color 0.3s ease !important;
}

.rabeea-store .rb-single-info-card:hover {
	transform: translateY(-2px) !important;
	border-color: var(--rb-hero-canvas-primary) !important;
}

.rabeea-store .rb-single-info-card i {
	margin-top: 0.2rem !important;
	color: var(--rb-brand-primary) !important;
	font-size: 1.1rem !important;
}

.rabeea-store .rb-single-info-card strong {
	display: block !important;
	color: var(--rb-text-strong) !important;
	font-size: 0.88rem !important;
}

.rabeea-store .rb-single-info-card p {
	margin: 0.15rem 0 0 !important;
	font-size: 0.78rem !important;
	color: var(--rb-text-muted) !important;
}

/* ───────────────────────────────────────────────
   9.  PRODUCT META (SKU, categories at bottom)
   ─────────────────────────────────────────────── */
body.single-product .rabeea-store .woocommerce div.product .product_meta {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: var(--rb-space-2) !important;
	margin-top: var(--rb-space-4) !important;
	padding-top: var(--rb-space-4) !important;
	border-top: 1px solid var(--rb-border-soft) !important;
	font-size: var(--rb-font-size-200) !important;
}

body.single-product .rabeea-store .woocommerce div.product .product_meta > span {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.3rem !important;
	padding: 0.32rem 0.72rem !important;
	border: 1px solid var(--rb-border-default) !important;
	border-radius: var(--rb-radius-pill) !important;
	background: var(--rb-surface-soft) !important;
	color: var(--rb-text-body) !important;
}

body.single-product .rabeea-store .woocommerce div.product .product_meta > span a {
	color: var(--rb-brand-primary) !important;
	font-weight: 700 !important;
}

body.single-product .rabeea-store .woocommerce div.product .product_meta > span a:hover {
	color: var(--rb-hero-canvas-primary) !important;
}

/* ───────────────────────────────────────────────
   10. TABS – full-width below both columns
   ─────────────────────────────────────────────── */
body.single-product .rabeea-store .woocommerce-tabs {
	grid-column: 1 / -1 !important;
	margin-top: clamp(1.5rem, 3vw, 2.5rem) !important;
}

body.single-product .rabeea-store .woocommerce-tabs ul.tabs {
	display: flex !important;
	gap: 0 !important;
	padding: 0 !important;
	margin: 0 0 -1px !important;
	list-style: none !important;
	border-bottom: 2px solid var(--rb-border-soft) !important;
}

body.single-product .rabeea-store .woocommerce-tabs ul.tabs::before,
body.single-product .rabeea-store .woocommerce-tabs ul.tabs::after {
	display: none !important;
}

body.single-product .rabeea-store .woocommerce-tabs ul.tabs li {
	border: none !important;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
}

body.single-product .rabeea-store .woocommerce-tabs ul.tabs li::before,
body.single-product .rabeea-store .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

body.single-product .rabeea-store .woocommerce-tabs ul.tabs li a {
	display: block !important;
	padding: 0.85rem 1.4rem !important;
	font-weight: 700 !important;
	font-size: var(--rb-font-size-300) !important;
	color: var(--rb-text-muted) !important;
	border-bottom: 3px solid transparent !important;
	transition: color 0.3s ease, border-color 0.3s ease !important;
	text-decoration: none !important;
}

body.single-product .rabeea-store .woocommerce-tabs ul.tabs li a:hover {
	color: var(--rb-text-strong) !important;
}

body.single-product .rabeea-store .woocommerce-tabs ul.tabs li.active {
	background: transparent !important;
	border-bottom-color: transparent !important;
}

body.single-product .rabeea-store .woocommerce-tabs ul.tabs li.active a {
	color: var(--rb-brand-primary) !important;
	border-bottom-color: var(--rb-brand-primary) !important;
}

body.single-product .rabeea-store .woocommerce-tabs .panel {
	padding: clamp(1rem, 2.5vw, 1.8rem) !important;
	border: 1px solid var(--rb-border-soft) !important;
	border-top: none !important;
	border-radius: 0 0 16px 16px !important;
	background: var(--rb-surface-base) !important;
	color: var(--rb-text-body) !important;
	font-size: var(--rb-font-size-300) !important;
	line-height: 1.85 !important;
}

body.single-product .rabeea-store .woocommerce-tabs .panel h2 {
	font-size: clamp(1.1rem, 0.9rem + 0.5vw, 1.5rem) !important;
	margin-bottom: var(--rb-space-3) !important;
	color: var(--rb-text-strong) !important;
}

/* ───────────────────────────────────────────────
   11. RELATED PRODUCTS – full-width
   ─────────────────────────────────────────────── */
body.single-product .rabeea-store .related.products {
	grid-column: 1 / -1 !important;
	margin-top: clamp(1.5rem, 3vw, 2.8rem) !important;
	padding-top: var(--rb-space-6) !important;
	border-top: 2px solid var(--rb-border-soft) !important;
}

body.single-product .rabeea-store .related.products > h2 {
	margin-bottom: var(--rb-space-5) !important;
	font-size: clamp(1.3rem, 1rem + 0.8vw, 1.9rem) !important;
	font-weight: 800 !important;
	color: var(--rb-text-strong) !important;
}

body.single-product .rabeea-store .related.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: var(--rb-space-4) !important;
}

body.single-product .rabeea-store .related.products ul.products li.product {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

/* ───────────────────────────────────────────────
   12. MOBILE RESPONSIVE
   ─────────────────────────────────────────────── */
@media (max-width: 991px) {
	body.single-product .rabeea-store .woocommerce div.product {
		grid-template-columns: 1fr !important;
	}

	body.single-product .rabeea-store .woocommerce div.product div.images {
		order: 1 !important;
		position: static !important;
	}

	body.single-product .rabeea-store .woocommerce div.product div.summary {
		order: 2 !important;
	}

	body.single-product .rabeea-store .woocommerce div.product div.images {
		grid-template-columns: 1fr !important;
		gap: var(--rb-space-3) !important;
	}

	body.single-product .rabeea-store .woocommerce div.product .flex-control-thumbs {
		grid-column: 1 !important;
		grid-row: auto !important;
		flex-direction: row !important;
		max-height: none !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		padding-bottom: 4px !important;
	}

	body.single-product .rabeea-store .woocommerce div.product .flex-control-thumbs li {
		flex: 0 0 72px !important;
		max-width: 72px !important;
	}

	.rabeea-store .rb-single-trust {
		grid-template-columns: 1fr !important;
	}

	.rabeea-store .rb-single-summary-highlights {
		grid-template-columns: 1fr 1fr !important;
	}

	body.single-product .rabeea-store .related.products ul.products {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	body.single-product .rabeea-store .woocommerce-tabs ul.tabs li a {
		padding: 0.65rem 0.9rem !important;
		font-size: var(--rb-font-size-200) !important;
	}
}

@media (max-width: 575px) {
	body.single-product .rabeea-store .woocommerce div.product .flex-control-thumbs li {
		flex: 0 0 60px !important;
		max-width: 60px !important;
	}

	.rabeea-store .rb-single-summary-highlights {
		grid-template-columns: 1fr !important;
	}

	body.single-product .rabeea-store .woocommerce-tabs ul.tabs {
		overflow-x: auto !important;
		white-space: nowrap !important;
	}

	body.single-product .rabeea-store .related.products ul.products {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: var(--rb-space-3) !important;
	}
}

/* Custom single-product layout override */
body.single-product .rabeea-store .woocommerce .rb-single-product-shell--custom {
	display: block !important;
}

body.single-product .rabeea-store .woocommerce .rb-product-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr) !important;
	grid-template-areas: "summary gallery" "extras extras" !important;
	gap: clamp(1.4rem, 2.5vw, 2.4rem) !important;
	align-items: start !important;
	direction: ltr !important;
}

body.single-product .rabeea-store .woocommerce .rb-product-layout__summary {
	grid-area: summary !important;
	direction: rtl !important;
	text-align: right !important;
	min-width: 0 !important;
}

body.single-product .rabeea-store .woocommerce .rb-product-layout__gallery {
	grid-area: gallery !important;
	min-width: 0 !important;
}

body.single-product .rabeea-store .woocommerce .rb-product-layout__extras {
	grid-area: extras !important;
}

body.single-product .rabeea-store .woocommerce .rb-product-layout__summary .rb-woo-breadcrumbs {
	margin-bottom: 0.9rem !important;
}

body.single-product .rabeea-store .woocommerce .rb-product-layout__summary .price {
	justify-content: flex-start !important;
}

body.single-product .rabeea-store .woocommerce .rb-product-layout__summary .rb-single-rating {
	margin-bottom: 1.2rem !important;
}

body.single-product .rabeea-store .woocommerce .rb-product-layout__summary .woocommerce-product-details__short-description {
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	margin-bottom: 1.4rem !important;
}

body.single-product .rabeea-store .woocommerce .rb-product-layout__summary .woocommerce-product-details__short-description p,
body.single-product .rabeea-store .woocommerce .rb-product-layout__summary .woocommerce-product-details__short-description li {
	font-size: 1rem !important;
	line-height: 1.8 !important;
	color: #23364c !important;
}

body.single-product .rabeea-store .woocommerce .rb-product-layout__summary .product_meta {
	margin-top: 1.1rem !important;
}

@media (max-width: 991px) {
	body.single-product .rabeea-store .woocommerce .rb-product-layout {
		grid-template-columns: 1fr !important;
		grid-template-areas:
			"gallery"
			"summary"
			"extras" !important;
	}
}

/* Final single-product override */
body.single-product #rabeea-store-root.rabeea-store,
body.single-product #rabeea-store-root.rabeea-store .rb-main,
body.single-product #rabeea-store-root.rabeea-store .rb-woo-shell,
body.single-product #rabeea-store-root.rabeea-store .rb-woo-shell > .container,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras,
body.single-product #rabeea-store-root.rabeea-store .woocommerce-tabs,
body.single-product #rabeea-store-root.rabeea-store .woocommerce-tabs .panel,
body.single-product #rabeea-store-root.rabeea-store .related.products {
	background: #ffffff !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-header {
	position: relative !important;
	top: auto !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-woo-shell {
	padding-top: clamp(1.25rem, 2vw, 2rem) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-woo-shell > .container {
	max-width: 1380px !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-product-shell--custom {
	padding: clamp(0.35rem, 1vw, 0.8rem) 0 clamp(2.2rem, 4vw, 3.2rem) !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout {
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr) !important;
	gap: clamp(1.5rem, 3vw, 3rem) !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary {
	padding-top: 0.55rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary-head {
	display: grid !important;
	gap: 0.9rem !important;
	margin-bottom: 1.1rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary .rb-woo-breadcrumbs,
body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary .woocommerce-breadcrumb {
	font-size: 1rem !important;
	line-height: 1.8 !important;
	color: #8e6e4b !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-intro-meta__cats {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.55rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-intro-meta__chip {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #1e5fb3 !important;
	font-size: 1.15rem !important;
	font-weight: 700 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary .product_title {
	margin: 0 !important;
	color: #1c2d42 !important;
	font-size: clamp(2rem, 1.4rem + 1.6vw, 3.5rem) !important;
	line-height: 1.22 !important;
	font-weight: 900 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary .rb-single-rating,
body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary .woocommerce-product-rating {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 0.6rem !important;
	margin: 0 !important;
	color: #6f8196 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary .price {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: baseline !important;
	justify-content: flex-start !important;
	gap: 0.8rem 1rem !important;
	margin: 0.05rem 0 0 !important;
	direction: rtl !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary .price ins {
	order: 1 !important;
	text-decoration: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary .price del {
	order: 2 !important;
	opacity: 1 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary .price .amount,
body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary .price ins .amount,
body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary .price ins bdi {
	color: var(--rb-state-danger) !important;
	font-size: clamp(2rem, 1.6rem + 1vw, 3rem) !important;
	font-weight: 900 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary .price del .amount,
body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary .price del bdi {
	color: #a6afba !important;
	font-size: clamp(1.35rem, 1.1rem + 0.55vw, 1.95rem) !important;
	font-weight: 500 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary .woocommerce-product-details__short-description {
	margin-bottom: 1.5rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary .woocommerce-product-details__short-description p,
body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary .woocommerce-product-details__short-description li {
	color: #34485f !important;
	font-size: 1.14rem !important;
	line-height: 2.05 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-summary-highlights {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 0.85rem !important;
	margin-bottom: 1.35rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-summary-highlights__item,
body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-info-card {
	border: 1px solid #e5ebf2 !important;
	border-radius: 22px !important;
	background: #ffffff !important;
	box-shadow: 0 16px 36px rgba(24, 43, 68, 0.07) !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-product-shell__purchase {
	margin-bottom: 1.15rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart {
	display: grid !important;
	gap: 0.9rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart__controls {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 0.9rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart .stock {
	margin: 0 !important;
	color: #2f7a44 !important;
	font-weight: 700 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart .quantity.rb-qty-shell {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 158px !important;
	min-width: 158px !important;
	height: 58px !important;
	padding: 0 0.55rem !important;
	border: 1px solid #d7e0eb !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	box-shadow: 0 14px 30px rgba(22, 41, 67, 0.08) !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart .rb-qty-shell__btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 42px !important;
	height: 42px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #f2f6fb !important;
	color: #1f3f67 !important;
	box-shadow: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart .rb-qty-shell__btn:hover {
	background: #e5eef9 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart .qty {
	width: 48px !important;
	min-width: 48px !important;
	height: 42px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #17365c !important;
	font-size: 1.15rem !important;
	font-weight: 800 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart .qty::-webkit-outer-spin-button,
body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart .qty::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart .qty[type=number] {
	-moz-appearance: textfield !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart .single_add_to_cart_button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.7rem !important;
	min-width: 240px !important;
	min-height: 58px !important;
	padding: 0 2rem !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, var(--rb-brand-primary) 0%, var(--rb-hero-canvas-primary) 100%) !important;
	color: #ffffff !important;
	font-size: 1.06rem !important;
	font-weight: 800 !important;
	box-shadow: 0 18px 34px rgba(var(--rb-brand-primary-rgb), 0.28) !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart .single_add_to_cart_button:hover {
	transform: translateY(-1px) !important;
	filter: brightness(1.02) !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart .added_to_cart {
	display: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart__note {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.6rem !important;
	margin: 0 !important;
	color: #61748a !important;
	font-size: 0.96rem !important;
	font-weight: 600 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-trust {
	gap: 0.65rem !important;
	margin-bottom: 1rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-trust__item {
	border-radius: 999px !important;
	background: #f4f8fc !important;
	color: #274465 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .product_meta {
	padding-top: 0.2rem !important;
	border-top: 0 !important;
	color: #6f8196 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-info-cards {
	margin-top: 1.2rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__extras {
	margin-top: 2rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__extras .woocommerce-tabs {
	padding: 0 !important;
	border: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__extras .woocommerce-tabs ul.tabs {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.8rem !important;
	padding: 0 !important;
	margin: 0 0 1.3rem !important;
	border: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__extras .woocommerce-tabs ul.tabs::before,
body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__extras .woocommerce-tabs ul.tabs::after {
	display: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__extras .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__extras .woocommerce-tabs ul.tabs li a {
	padding: 0.9rem 1.2rem !important;
	border: 1px solid #dfE8f2 !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	color: #274465 !important;
	font-weight: 800 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__extras .woocommerce-tabs ul.tabs li.active a {
	background: #1e57ad !important;
	border-color: #1e57ad !important;
	color: #ffffff !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__extras .woocommerce-tabs .panel {
	padding: clamp(1.2rem, 2.4vw, 2rem) !important;
	border: 1px solid #e5ebf2 !important;
	border-radius: 28px !important;
	box-shadow: 0 18px 40px rgba(25, 41, 64, 0.06) !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-related-products {
	margin-top: 2rem !important;
	padding-top: 0.5rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-related-products__head h2 {
	color: #1c2d42 !important;
	font-size: clamp(1.55rem, 1.2rem + 0.7vw, 2.1rem) !important;
	font-weight: 900 !important;
}

@media (max-width: 991px) {
	body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout {
		grid-template-columns: 1fr !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart__controls {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart .single_add_to_cart_button,
	body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart .quantity.rb-qty-shell {
		width: 100% !important;
	}
}

@media (max-width: 575px) {
	body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-product-layout__summary .product_title {
		font-size: 1.7rem !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-summary-highlights {
		grid-template-columns: 1fr !important;
	}
}

/* Final refinement: stable two-column product layout with polished cards */
body.single-product #rabeea-store-root.rabeea-store,
body.single-product #rabeea-store-root.rabeea-store .rb-main,
body.single-product #rabeea-store-root.rabeea-store .rb-main > section,
body.single-product #rabeea-store-root.rabeea-store .rb-woo-shell,
body.single-product #rabeea-store-root.rabeea-store .rb-woo-shell > .container {
	background:
		radial-gradient(circle at top right, rgba(199, 220, 246, 0.4) 0, rgba(199, 220, 246, 0) 28%),
		linear-gradient(180deg, #f8fbff 0%, #ffffff 42%, #f7f9fc 100%) !important;
}

body.single-product #rabeea-store-root.rabeea-store div.product.rb-single-product-shell.rb-single-product-shell--custom {
	display: block !important;
	margin: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-product-shell--custom {
	padding: clamp(0.6rem, 1vw, 1rem) 0 clamp(2.5rem, 4vw, 3.4rem) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr) !important;
	grid-template-areas:
		"summary gallery"
		"extras extras" !important;
	gap: clamp(1.35rem, 2.7vw, 2.75rem) !important;
	align-items: start !important;
	direction: ltr !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras {
	min-width: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary {
	grid-area: summary !important;
	direction: rtl !important;
	text-align: right !important;
	padding: clamp(1.35rem, 2.6vw, 2.15rem) !important;
	border: 1px solid #e5edf7 !important;
	border-radius: 30px !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(247, 250, 255, 0.98) 100%) !important;
	box-shadow: 0 24px 56px rgba(16, 40, 72, 0.08) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary-head {
	gap: 0.8rem !important;
	margin-bottom: 1.35rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .product_title {
	font-size: clamp(1.72rem, 1.32rem + 1.05vw, 2.55rem) !important;
	line-height: 1.3 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price {
	margin-top: 0.15rem !important;
	margin-bottom: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .woocommerce-product-details__short-description {
	margin: 0 0 1.5rem !important;
	padding: 1.15rem 1.25rem !important;
	border: 1px solid #e7edf5 !important;
	border-radius: 22px !important;
	background: rgba(245, 249, 255, 0.88) !important;
}

body.single-product #rabeea-store-root.rabeea-store .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
	margin-top: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce div.product form.cart {
	margin-bottom: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .woocommerce-product-details__short-description p,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .woocommerce-product-details__short-description li {
	font-size: 1.04rem !important;
	line-height: 1.95 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-summary-highlights {
	margin-bottom: 1.5rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-summary-highlights__item,
body.single-product #rabeea-store-root.rabeea-store .rb-single-info-card {
	border-radius: 24px !important;
	background: #ffffff !important;
	box-shadow: 0 18px 34px rgba(24, 43, 68, 0.06) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-product-shell__purchase {
	margin-bottom: 1.25rem !important;
	padding: 1rem 1.05rem !important;
	border: 1px solid #dce8f5 !important;
	border-radius: 26px !important;
	background: linear-gradient(180deg, #f9fbfe 0%, #f2f7fd 100%) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart {
	display: grid !important;
	gap: 0.9rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__controls {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	gap: 0.75rem !important;
	min-height: 58px !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__controls > * {
	float: none !important;
	margin: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .quantity.rb-qty-shell {
	width: 148px !important;
	min-width: 148px !important;
	height: 58px !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .quantity.rb-qty-shell > .quantity {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 1 1 auto !important;
	margin: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .single_add_to_cart_button {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	min-height: 58px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.5rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-trust {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	margin-bottom: 1.1rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-trust__item {
	justify-content: center !important;
	text-align: center !important;
	min-height: 54px !important;
}

body.single-product #rabeea-store-root.rabeea-store .product_meta {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.7rem !important;
	margin-top: 1rem !important;
	padding-top: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .product_meta > span {
	margin: 0 !important;
	padding: 0.8rem 1rem !important;
	border: 1px solid #e2e9f3 !important;
	border-radius: 18px !important;
	background: #ffffff !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery {
	grid-area: gallery !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras {
	grid-area: extras !important;
	margin-top: 0.15rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras .woocommerce-tabs .panel {
	background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) !important;
}

@media (max-width: 1199px) {
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr) !important;
	}
}

@media (max-width: 991px) {
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout {
		grid-template-columns: 1fr !important;
		grid-template-areas:
			"gallery"
			"summary"
			"extras" !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary {
		padding: 1rem !important;
		border-radius: 24px !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-single-trust {
		grid-template-columns: 1fr !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__controls {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .quantity.rb-qty-shell,
	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .single_add_to_cart_button {
		width: 100% !important;
		min-width: 0 !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__footer,
	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist,
	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinv-wraper,
	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist_button {
		width: 100% !important;
	}
}

@media (max-width: 575px) {
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary {
		padding: 0.9rem !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .product_title {
		font-size: 1.65rem !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-single-summary-highlights {
		grid-template-columns: 1fr !important;
	}
}

/* Premium single-product polish */
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price {
	align-items: center !important;
	gap: 0.85rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.65rem !important;
	padding: 0.6rem 1rem !important;
	border-radius: 20px !important;
	background: linear-gradient(180deg, rgba(226, 239, 255, 0.92) 0%, rgba(242, 247, 255, 0.98) 100%) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins::before {
	content: "الآن" !important;
	font-size: 0.86rem !important;
	font-weight: 800 !important;
	color: var(--rb-state-danger) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price del {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.45rem !important;
	padding: 0.58rem 0.95rem !important;
	border-radius: 10px !important;
	border: 1px solid rgba(var(--rb-brand-primary-rgb), 0.1) !important;
	background: linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, rgba(241, 244, 248, 0.98) 100%) !important;
	text-decoration: none !important;
	opacity: 1 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price del::before {
	content: "قبل" !important;
	font-size: 0.78rem !important;
	font-weight: 800 !important;
	color: #7e8a98 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price del .amount,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price del bdi {
	text-decoration: line-through !important;
	text-decoration-thickness: 1px !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-price-meta {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.7rem !important;
	margin-top: 0.95rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-price-meta__chip {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0.55rem 0.92rem !important;
	font-size: 0.84rem !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-price-meta__chip--saving {
	background: var(--rb-state-danger-bg) !important;
	color: var(--rb-state-danger) !important;
	border: 1px solid var(--rb-state-danger-border) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-price-meta__chip--offer {
	background: var(--rb-state-danger-bg) !important;
	color: var(--rb-state-danger) !important;
	border: 1px solid var(--rb-state-danger-border) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-product-shell__purchase {
	overflow: visible !important;
	position: relative !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-product-shell__purchase::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 auto auto 0 !important;
	width: 100% !important;
	height: 1px !important;
	background: linear-gradient(90deg, rgba(30, 87, 173, 0) 0%, rgba(30, 87, 173, 0.2) 50%, rgba(30, 87, 173, 0) 100%) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .stock {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.45rem !important;
	padding: 0.52rem 0.85rem !important;
	border-radius: 999px !important;
	background: #eef9f1 !important;
	border: 1px solid rgba(47, 122, 68, 0.14) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .quantity.rb-qty-shell {
	border: 1px solid rgba(var(--rb-brand-primary-rgb), 0.12) !important;
	background: linear-gradient(180deg, #ffffff 0%, #f8faf8 100%) !important;
	box-shadow:
		0 12px 24px rgba(var(--rb-brand-primary-rgb), 0.08) !important,
		inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .quantity.rb-qty-shell:hover,
body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .quantity.rb-qty-shell:focus-within {
	border-color: rgba(var(--rb-brand-secondary-rgb), 0.5) !important;
	box-shadow:
		0 16px 30px rgba(var(--rb-brand-primary-rgb), 0.11) !important,
		0 0 0 4px rgba(var(--rb-brand-secondary-rgb), 0.08) !important;
	transform: translateY(-1px) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .rb-qty-shell__btn {
	background: linear-gradient(180deg, rgba(var(--rb-brand-primary-rgb), 0.06) 0%, rgba(var(--rb-brand-secondary-rgb), 0.1) 100%) !important;
	color: var(--rb-brand-primary) !important;
	box-shadow: none !important;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .rb-qty-shell__btn:hover {
	background: linear-gradient(180deg, rgba(var(--rb-brand-primary-rgb), 0.1) 0%, rgba(var(--rb-brand-secondary-rgb), 0.16) 100%) !important;
	transform: translateY(-1px) scale(1.02) !important;
	box-shadow: 0 10px 18px rgba(var(--rb-brand-primary-rgb), 0.12) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .rb-qty-shell__btn:active {
	transform: scale(0.98) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .qty {
	font-size: 1.05rem !important;
	letter-spacing: 0.01em !important;
	color: var(--rb-text-strong) !important;
	appearance: textfield !important;
	-moz-appearance: textfield !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .qty::-webkit-outer-spin-button,
body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .qty::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .single_add_to_cart_button {
	position: relative !important;
	overflow: hidden !important;
	background: linear-gradient(138deg, var(--rb-brand-primary) 0%, var(--rb-brand-secondary) 58%, var(--rb-brand-accent) 100%) !important;
	box-shadow: 0 14px 24px rgba(var(--rb-brand-primary-rgb), 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease !important;
	font-size: var(--rb-font-size-200) !important;
	font-weight: 400 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .single_add_to_cart_button::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.26) 48%, rgba(255, 255, 255, 0) 72%) !important;
	transform: translateX(-130%) !important;
	transition: transform 0.8s ease !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .single_add_to_cart_button:hover {
	transform: translateY(-3px) !important;
	filter: brightness(1.02) !important;
	box-shadow: 0 20px 30px rgba(var(--rb-brand-primary-rgb), 0.32) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .single_add_to_cart_button:hover::before {
	transform: translateX(130%) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__footer {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 0.75rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__note {
	flex: 1 1 280px !important;
	margin: 0 !important;
	padding: 0.85rem 0.95rem !important;
	background: linear-gradient(180deg, rgba(247, 250, 248, 0.98) 0%, rgba(241, 246, 243, 0.98) 100%) !important;
	border: 1px solid rgba(var(--rb-brand-primary-rgb), 0.08) !important;
	color: var(--rb-text-body) !important;
	box-shadow: 0 10px 22px rgba(var(--rb-brand-primary-rgb), 0.06) !important;
	font-size: 0.88rem !important;
	line-height: 1.65 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__note i {
	color: var(--rb-hero-canvas-primary) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist {
	flex: 0 0 auto !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinv-wraper {
	margin: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist_button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.45rem !important;
	min-height: 48px !important;
	padding: 0.75rem 1rem !important;
	border: 1px solid rgba(var(--rb-brand-primary-rgb), 0.14) !important;
	background: linear-gradient(180deg, #ffffff 0%, #f8faf8 100%) !important;
	color: var(--rb-brand-primary) !important;
	box-shadow: 0 12px 20px rgba(var(--rb-brand-primary-rgb), 0.08) !important;
	font-family: inherit !important;
	font-size: 0.9rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-transform: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist_button::before {
	content: "\f004" !important;
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900 !important;
	font-size: 0.9rem !important;
	line-height: 1 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist_button:hover {
	transform: translateY(-2px) !important;
	border-color: rgba(var(--rb-brand-secondary-rgb), 0.34) !important;
	box-shadow: 0 16px 24px rgba(var(--rb-brand-primary-rgb), 0.12) !important;
	color: var(--rb-brand-primary) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist-text {
	display: inline-flex !important;
	align-items: center !important;
	font-size: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist-text::before {
	content: "إضافة للمفضلة" !important;
	font-size: 0.9rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl-tooltip,
body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinv-wishlist-clear {
	display: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .price .woocommerce-Price-amount.amount,
body.single-product #rabeea-store-root.rabeea-store .price .woocommerce-Price-currencySymbol {
	color: var(--rb-brand-primary) !important;
}

body.single-product #rabeea-store-root.rabeea-store .price del .woocommerce-Price-amount.amount,
body.single-product #rabeea-store-root.rabeea-store .price del .woocommerce-Price-currencySymbol {
	color: #9ca79f !important;
}

body.single-product #rabeea-store-root.rabeea-store .price ins .woocommerce-Price-amount.amount,
body.single-product #rabeea-store-root.rabeea-store .price ins .woocommerce-Price-currencySymbol {
	color: var(--rb-state-danger) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .quantity.rb-qty-shell {
	display: grid !important;
	grid-template-columns: 42px minmax(0, 1fr) 42px !important;
	align-items: center !important;
	column-gap: 0.25rem !important;
	padding: 0.35rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .quantity.rb-qty-shell > .quantity {
	min-width: 0 !important;
	height: 100% !important;
	border-inline: 1px solid rgba(var(--rb-brand-primary-rgb), 0.08) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .rb-qty-shell__btn {
	width: 42px !important;
	height: 42px !important;
	border: 0 !important;
	border-radius: 8px !important;
	padding: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .rb-qty-shell__btn i {
	font-size: 0.82rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .qty {
	width: 100% !important;
	height: 100% !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 0.35rem !important;
	text-align: center !important;
}

body.single-product .pswp__bg {
	background: rgba(18, 22, 29, 0.9) !important;
}

body.single-product .pswp__img {
	object-fit: contain !important;
}

@media (max-width: 767px) {
	body.single-product .pswp__preloader {
		display: none !important;
	}
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .woocommerce-Reviews-title,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment-reply-title {
	color: #1b2f49 !important;
	font-size: clamp(1.25rem, 1rem + 0.5vw, 1.6rem) !important;
	font-weight: 900 !important;
	line-height: 1.4 !important;
	margin: 0 0 1.4rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .commentlist {
	display: grid !important;
	gap: 1rem !important;
	margin: 0 0 1.5rem !important;
	padding: 0 !important;
	list-style: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container {
	display: grid !important;
	grid-template-columns: 64px minmax(0, 1fr) !important;
	gap: 1rem !important;
	padding: 1.1rem !important;
	border: 1px solid #e5edf7 !important;
	border-radius: 24px !important;
	background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%) !important;
	box-shadow: 0 16px 34px rgba(17, 41, 70, 0.06) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form_wrapper {
	margin-top: 1.35rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-respond {
	padding: clamp(1.15rem, 2vw, 1.7rem) !important;
	border: 1px solid #e2ebf6 !important;
	border-radius: 28px !important;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
	box-shadow: 0 20px 42px rgba(16, 40, 72, 0.07) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-notes,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .logged-in-as {
	margin: 0 0 0.9rem !important;
	color: #677b93 !important;
	line-height: 1.8 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 1rem 1.15rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form > p,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form > div {
	margin: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form label {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.3rem !important;
	margin-bottom: 0.55rem !important;
	color: #284461 !important;
	font-size: 0.98rem !important;
	font-weight: 800 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-comment,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-cookies-consent,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .form-submit {
	grid-column: 1 / -1 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form input[type="text"],
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form input[type="email"],
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form input[type="tel"],
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form select,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form textarea {
	width: 100% !important;
	border: 1.5px solid #d8e3f1 !important;
	border-radius: 20px !important;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
	color: #18314f !important;
	font-size: 1rem !important;
	line-height: 1.6 !important;
	padding: 0.95rem 1rem !important;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form input[type="text"],
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form input[type="email"],
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form input[type="tel"],
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form select {
	min-height: 56px !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form textarea {
	min-height: 180px !important;
	resize: vertical !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form input:focus,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form select:focus,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form textarea:focus {
	outline: 0 !important;
	border-color: #87afe8 !important;
	box-shadow: 0 0 0 5px rgba(42, 104, 198, 0.08) !important;
	transform: translateY(-1px) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form p.stars {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.35rem !important;
	margin: 0.15rem 0 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form p.stars a {
	width: 42px !important;
	height: 42px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 14px !important;
	background: #f8fbff !important;
	border: 1px solid #dce7f5 !important;
	color: #9ba7b6 !important;
	text-indent: 0 !important;
	transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form p.stars:hover a,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form p.stars.selected a.active,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form p.stars a:hover,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form p.stars a.active {
	color: #eea93d !important;
	border-color: rgba(238, 169, 61, 0.34) !important;
	background: #fff8ef !important;
	transform: translateY(-1px) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-cookies-consent {
	display: flex !important;
	align-items: flex-start !important;
	gap: 0.75rem !important;
	padding: 0.95rem 1rem !important;
	border-radius: 18px !important;
	background: rgba(244, 248, 255, 0.92) !important;
	border: 1px solid rgba(75, 111, 168, 0.12) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-cookies-consent input[type="checkbox"] {
	width: 18px !important;
	height: 18px !important;
	margin: 0.15rem 0 0 !important;
	accent-color: #1d5ab3 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-cookies-consent label {
	margin: 0 !important;
	font-size: 0.96rem !important;
	font-weight: 600 !important;
	line-height: 1.9 !important;
	color: #53687f !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .form-submit {
	padding-top: 0.25rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form input.submit,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form button.submit {
	min-width: 170px !important;
	min-height: 56px !important;
	padding: 0.95rem 1.8rem !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #2870d7 0%, #1d5ab3 100%) !important;
	color: #ffffff !important;
	font-size: 1rem !important;
	font-weight: 800 !important;
	box-shadow: 0 18px 36px rgba(29, 90, 179, 0.24) !important;
	transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form input.submit:hover,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form button.submit:hover {
	transform: translateY(-2px) !important;
	filter: brightness(1.03) !important;
	box-shadow: 0 22px 40px rgba(29, 90, 179, 0.28) !important;
}

@media (max-width: 767px) {
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form {
		grid-template-columns: 1fr !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container {
		grid-template-columns: 1fr !important;
	}
}

/* Review section stability fixes */
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews ol.commentlist li.review {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container {
	display: flex !important;
	flex-direction: row-reverse !important;
	align-items: flex-start !important;
	gap: 1rem !important;
	min-height: 0 !important;
	padding: 1.15rem !important;
	border: 1px solid #e5edf7 !important;
	border-radius: 24px !important;
	background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%) !important;
	box-shadow: 0 16px 34px rgba(17, 41, 70, 0.06) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating {
	display: grid !important;
	gap: 0.65rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars {
	display: inline-block !important;
	direction: ltr !important;
	unicode-bidi: bidi-override !important;
	line-height: 1 !important;
	width: auto !important;
	margin: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a {
	position: relative !important;
	width: 46px !important;
	height: 46px !important;
	float: left !important;
	display: inline-block !important;
	margin-inline: 0 0.45rem !important;
	border-radius: 15px !important;
	background: #f8fbff !important;
	border: 1px solid #dce7f5 !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a::before {
	position: absolute !important;
	inset: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	font-size: 1.45rem !important;
	line-height: 1 !important;
	text-indent: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:hover a::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected a.active::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a:hover::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a.active::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected a:not(.active)::before {
	color: #eea93d !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:hover a,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected a.active,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a:hover,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected a:not(.active) {
	border-color: rgba(238, 169, 61, 0.34) !important;
	background: #fff8ef !important;
	transform: translateY(-1px) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a:hover ~ a,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected a.active ~ a {
	border-color: #dce7f5 !important;
	background: #f8fbff !important;
	transform: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment-text::after,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container::after {
	content: none !important;
}

@media (max-width: 767px) {
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container {
		flex-direction: column !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a {
		width: 42px !important;
		height: 42px !important;
		margin-inline: 0 0.35rem !important;
	}
}

/* Unified radius on single product */
body.single-product #rabeea-store-root.rabeea-store .woocommerce div.product form.cart .button.single_add_to_cart_button,
body.single-product #rabeea-store-root.rabeea-store .woocommerce .quantity .qty,
body.single-product #rabeea-store-root.rabeea-store .rb-single-intro-meta__chip,
body.single-product #rabeea-store-root.rabeea-store .rb-single-intro-meta__sku,
body.single-product #rabeea-store-root.rabeea-store .woocommerce-product-rating,
body.single-product #rabeea-store-root.rabeea-store .rb-single-price-meta__chip,
body.single-product #rabeea-store-root.rabeea-store .rb-single-summary-highlights__item,
body.single-product #rabeea-store-root.rabeea-store .rb-single-trust__item,
body.single-product #rabeea-store-root.rabeea-store .rb-single-info-card,
body.single-product #rabeea-store-root.rabeea-store .woocommerce div.product .product_meta > span,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-respond,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form input[type="text"],
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form input[type="email"],
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form input[type="tel"],
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form select,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form textarea,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form p.stars a,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-cookies-consent,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form input.submit,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form button.submit {
	border-radius: 10px !important;
}

/* Tabs and reviews refinement */
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras .woocommerce-tabs ul.tabs {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
	gap: 0.65rem !important;
	padding: 0.45rem !important;
	margin: 0 0 1.1rem !important;
	border: 1px solid rgba(var(--rb-brand-primary-rgb), 0.08) !important;
	border-radius: 10px !important;
	background:
		radial-gradient(circle at top right, rgba(var(--rb-brand-accent-rgb), 0.12), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 246, 249, 0.96) 100%) !important;
	box-shadow: 0 14px 28px rgba(var(--rb-brand-primary-rgb), 0.06) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras .woocommerce-tabs ul.tabs li {
	width: 100% !important;
	margin: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras .woocommerce-tabs ul.tabs li a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 56px !important;
	padding: 0.9rem 1.15rem !important;
	border: 1px solid transparent !important;
	border-radius: 10px !important;
	background: transparent !important;
	color: var(--rb-text-muted) !important;
	transition:
		color 0.28s ease,
		background 0.28s ease,
		border-color 0.28s ease,
		box-shadow 0.28s ease,
		transform 0.28s ease !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras .woocommerce-tabs ul.tabs li a:hover {
	color: var(--rb-brand-primary) !important;
	background: rgba(var(--rb-brand-secondary-rgb), 0.08) !important;
	border-color: rgba(var(--rb-brand-secondary-rgb), 0.16) !important;
	transform: translateY(-1px) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras .woocommerce-tabs ul.tabs li.active a {
	color: var(--rb-brand-primary) !important;
	border-color: rgba(var(--rb-brand-secondary-rgb), 0.32) !important;
	background:
		radial-gradient(circle at 18% 18%, rgba(var(--rb-brand-accent-rgb), 0.14), transparent 36%),
		linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(236, 243, 247, 0.98) 100%) !important;
	box-shadow:
		0 14px 24px rgba(var(--rb-brand-primary-rgb), 0.1) !important,
		inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
	transform: translateY(-1px) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras .woocommerce-tabs .panel {
	border: 1px solid rgba(var(--rb-brand-primary-rgb), 0.08) !important;
	border-top: none !important;
	border-radius: 10px !important;
	background:
		radial-gradient(circle at top right, rgba(var(--rb-brand-accent-rgb), 0.09), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(247, 250, 252, 0.97) 100%) !important;
	box-shadow: 0 18px 36px rgba(var(--rb-brand-primary-rgb), 0.07) !important;
	opacity: 1 !important;
	transform: translateY(0) !important;
	transition: opacity 0.28s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1) !important;
	will-change: opacity, transform !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras .woocommerce-tabs.rb-tabs-motion-ready .panel.is-pre-enter,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras .woocommerce-tabs.rb-tabs-motion-ready .panel.is-leaving {
	opacity: 0 !important;
	transform: translateY(14px) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .commentlist {
	display: grid !important;
	gap: 1rem !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews ol.commentlist li.review {
	list-style: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 60px !important;
	align-items: start !important;
	gap: 1rem !important;
	padding: 1.15rem !important;
	border: 1px solid rgba(var(--rb-brand-primary-rgb), 0.08) !important;
	border-radius: 10px !important;
	background:
		radial-gradient(circle at top right, rgba(var(--rb-brand-accent-rgb), 0.1), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
	box-shadow: 0 16px 32px rgba(var(--rb-brand-primary-rgb), 0.06) !important;
	direction: rtl !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .woocommerce-review__author {
	color: var(--rb-text-strong) !important;
	font-weight: 800 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .woocommerce-review__published-date {
	display: inline-flex !important;
	align-items: center !important;
	padding: 0.28rem 0.68rem !important;
	border: 1px solid rgba(var(--rb-brand-primary-rgb), 0.08) !important;
	border-radius: 10px !important;
	background: rgba(var(--rb-brand-secondary-rgb), 0.08) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment-text .description {
	padding-top: 0.8rem !important;
	border-top: 1px dashed rgba(var(--rb-brand-primary-rgb), 0.14) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment-text .description p {
	margin: 0 !important;
	color: #30465f !important;
	line-height: 1.9 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating {
	display: grid !important;
	gap: 0.75rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars > span {
	display: inline-flex !important;
	flex-direction: row-reverse !important;
	align-items: center !important;
	gap: 0.45rem !important;
	width: auto !important;
	margin: 0 !important;
	direction: ltr !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a {
	float: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 46px !important;
	height: 46px !important;
	margin: 0 !important;
	border-radius: 10px !important;
	border: 1px solid rgba(var(--rb-brand-primary-rgb), 0.1) !important;
	background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%) !important;
	box-shadow: 0 8px 16px rgba(var(--rb-brand-primary-rgb), 0.06) !important;
	transition:
		transform 0.2s ease,
		border-color 0.2s ease,
		background 0.2s ease,
		box-shadow 0.2s ease !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a:hover,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected a.active,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected a:not(.active) {
	border-color: rgba(var(--rb-brand-secondary-rgb), 0.34) !important;
	background: linear-gradient(180deg, #fffaf2 0%, #fff4e0 100%) !important;
	box-shadow: 0 12px 20px rgba(var(--rb-brand-primary-rgb), 0.1) !important;
	transform: translateY(-1px) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a:hover ~ a,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected a.active ~ a {
	border-color: rgba(var(--rb-brand-primary-rgb), 0.1) !important;
	background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%) !important;
	box-shadow: 0 8px 16px rgba(var(--rb-brand-primary-rgb), 0.06) !important;
	transform: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .form-submit {
	display: flex !important;
	justify-content: flex-start !important;
	margin-top: 0.35rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form input.submit,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form button.submit {
	min-width: 190px !important;
	min-height: 54px !important;
	padding: 0.95rem 1.75rem !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: linear-gradient(135deg, var(--rb-brand-primary) 0%, var(--rb-brand-secondary) 58%, var(--rb-brand-accent) 100%) !important;
	color: #ffffff !important;
	font-size: 1rem !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	box-shadow: 0 16px 28px rgba(var(--rb-brand-primary-rgb), 0.22) !important;
	transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form input.submit:hover,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form button.submit:hover {
	transform: translateY(-2px) !important;
	filter: brightness(1.03) !important;
	box-shadow: 0 20px 34px rgba(var(--rb-brand-primary-rgb), 0.28) !important;
}

@media (max-width: 767px) {
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras .woocommerce-tabs ul.tabs {
		grid-template-columns: 1fr !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container {
		grid-template-columns: 1fr !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container img.avatar,
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment-text {
		grid-column: auto !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a {
		width: 42px !important;
		height: 42px !important;
	}
}

/* Single-product typography tuning */
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .product_title {
	font-size: clamp(1.42rem, 1.14rem + 0.62vw, 1.9rem) !important;
	line-height: 1.34 !important;
	letter-spacing: -0.01em !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-rating {
	font-size: 1rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price {
	font-size: 1.1rem !important;
	gap: 0.9rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price .woocommerce-Price-amount.amount,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price .woocommerce-Price-currencySymbol,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins .amount,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins bdi {
	font-size: clamp(1.18rem, 1.02rem + 0.4vw, 1.48rem) !important;
	font-weight: 900 !important;
	line-height: 1 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price del .woocommerce-Price-amount.amount,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price del .woocommerce-Price-currencySymbol,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price del .amount,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price del bdi {
	font-size: clamp(0.96rem, 0.9rem + 0.18vw, 1.06rem) !important;
	font-weight: 800 !important;
	color: #6d7a89 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins::before {
	font-size: 0.76rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price del::before {
	font-size: 0.82rem !important;
	color: #5f6f82 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-price-meta__chip {
	font-size: 0.82rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .woocommerce-product-details__short-description p,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .woocommerce-product-details__short-description li {
	font-size: 1rem !important;
	line-height: 1.9 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-summary-highlights__label,
body.single-product #rabeea-store-root.rabeea-store .product_meta > span {
	font-size: 0.86rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-summary-highlights__value {
	font-size: 1rem !important;
}

@media (max-width: 767px) {
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .product_title {
		font-size: clamp(1.2rem, 1.08rem + 0.62vw, 1.42rem) !important;
		line-height: 1.4 !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price .woocommerce-Price-amount.amount,
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price .woocommerce-Price-currencySymbol,
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins .amount,
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins bdi {
		font-size: 1.14rem !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price del .woocommerce-Price-amount.amount,
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price del .woocommerce-Price-currencySymbol,
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price del .amount,
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price del bdi {
		font-size: 0.9rem !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .woocommerce-product-details__short-description p,
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .woocommerce-product-details__short-description li {
		font-size: 0.96rem !important;
		line-height: 1.85 !important;
	}
}

/* Reviews and rating final overrides */
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews ol.commentlist li.review {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 56px !important;
	align-items: start !important;
	column-gap: 1rem !important;
	row-gap: 0.25rem !important;
	padding: 1rem 1.05rem !important;
	border: 1px solid rgba(var(--rb-brand-primary-rgb), 0.08) !important;
	border-radius: 10px !important;
	background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%) !important;
	box-shadow: 0 14px 26px rgba(var(--rb-brand-primary-rgb), 0.05) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container img.avatar {
	grid-column: 2 !important;
	grid-row: 1 / span 2 !important;
	justify-self: end !important;
	align-self: start !important;
	width: 56px !important;
	height: 56px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 10px !important;
	border: 1px solid rgba(var(--rb-brand-primary-rgb), 0.1) !important;
	background: #fff !important;
	box-shadow: 0 8px 16px rgba(var(--rb-brand-primary-rgb), 0.08) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment-text {
	grid-column: 1 !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	grid-template-areas:
		"meta rating"
		"description description" !important;
	align-items: center !important;
	gap: 0.65rem 0.9rem !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment-text .meta {
	grid-area: meta !important;
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 0.45rem !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment-text .star-rating {
	grid-area: rating !important;
	float: none !important;
	margin: 0 !important;
	justify-self: end !important;
	font-size: 0.96rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment-text .description {
	grid-area: description !important;
	margin: 0 !important;
	padding-top: 0.8rem !important;
	border-top: 1px dashed rgba(var(--rb-brand-primary-rgb), 0.12) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment-text .description p {
	margin: 0 !important;
	font-size: 0.97rem !important;
	line-height: 1.85 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating {
	display: grid !important;
	gap: 0.55rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars > span {
	display: inline-flex !important;
	flex-direction: row-reverse !important;
	align-items: center !important;
	gap: 0.16rem !important;
	width: auto !important;
	margin: 0 !important;
	line-height: 1 !important;
	direction: ltr !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a {
	float: none !important;
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a::before {
	content: "\f006" !important;
	display: block !important;
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 400 !important;
	font-size: 1.75rem !important;
	line-height: 1 !important;
	text-indent: 0 !important;
	color: #bcc6d2 !important;
	transition: color 0.18s ease, transform 0.18s ease !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a:hover::before {
	transform: translateY(-1px) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-1:hover) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-2:hover) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-2:hover) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-3:hover) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-3:hover) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-3:hover) a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-4:hover) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-4:hover) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-4:hover) a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-4:hover) a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-5:hover) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-5:hover) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-5:hover) a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-5:hover) a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-5:hover) a.star-5::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-1.active) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-2.active) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-2.active) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-3.active) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-3.active) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-3.active) a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-4.active) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-4.active) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-4.active) a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-4.active) a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-5.active) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-5.active) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-5.active) a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-5.active) a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-5.active) a.star-5::before {
	content: "\f005" !important;
	font-weight: 900 !important;
	color: var(--rb-rating-star) !important;
}

@media (max-width: 767px) {
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container {
		grid-template-columns: minmax(0, 1fr) !important;
		row-gap: 0.8rem !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container img.avatar,
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment-text {
		grid-column: auto !important;
		grid-row: auto !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment-text {
		grid-template-columns: 1fr !important;
		grid-template-areas:
			"rating"
			"meta"
			"description" !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment-text .star-rating {
		justify-self: start !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a::before {
		font-size: 1.6rem !important;
	}
}

/* Native Woo gallery override */
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery {
	position: relative !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .rb-single-gallery-sale-badge {
	position: absolute !important;
	    direction: rtl;

	top: 18px !important;
	inset-inline-end: auto !important;
	inset-inline-start: 18px !important;
	z-index: 8 !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0.52rem 0.95rem !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, var(--rb-sale-start) 0%, var(--rb-sale-end) 100%) !important;
	color: var(--rb-sale-text) !important;
	font-size: 0.82rem !important;
	font-weight: 800 !important;
	line-height: 1.1 !important;
	box-shadow: 0 16px 24px var(--rb-sale-shadow) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images {
	position: sticky !important;
	top: calc(84px + var(--rb-space-4)) !important;
	padding: 1rem !important;
	border: 1px solid #e4ebf5 !important;
	border-radius: 10px !important;
	background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%) !important;
	box-shadow: 0 24px 56px rgba(16, 40, 72, 0.08) !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 112px !important;
	grid-template-areas: "viewport thumbs" !important;
	gap: 0.75rem !important;
	align-items: start !important;
	direction: ltr !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .flex-viewport {
	grid-area: viewport !important;
	overflow: hidden !important;
	border-radius: 10px !important;
	background:
		radial-gradient(circle at 50% 24%, rgba(36, 46, 74, 0.32), transparent 30%),
		linear-gradient(180deg, #11151d 0%, #0b1017 100%) !important;
	border: 1px solid rgba(var(--rb-brand-primary-rgb), 0.06) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .woocommerce-product-gallery__image,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .woocommerce-product-gallery__image a,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .woocommerce-product-gallery__image img,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .flex-control-thumbs li img {
	border-radius: 10px !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .woocommerce-product-gallery__wrapper,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .woocommerce-product-gallery__image,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .woocommerce-product-gallery__image a {
	height: 100% !important;
	background: transparent !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .woocommerce-product-gallery__image a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	aspect-ratio: 1 / 1 !important;
	padding: 1.4rem !important;
	cursor: zoom-in !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .woocommerce-product-gallery__image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	background: transparent !important;
	transform: translateZ(0) scale(1) !important;
	transition: transform 0.65s var(--rb-ease-standard), filter 0.65s var(--rb-ease-standard), opacity 0.45s var(--rb-ease-standard) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .woocommerce-product-gallery__image:hover img {
	transform: scale(1.028) !important;
	filter: saturate(1.03) contrast(1.02) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .woocommerce-product-gallery__trigger {
	font-size: 0 !important;
	text-indent: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .woocommerce-product-gallery__trigger::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .woocommerce-product-gallery__trigger::after {
	color: #3f556f !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .flex-control-thumbs {
	grid-area: thumbs !important;
	width: 112px !important;
	max-width: 112px !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 0.6rem !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .flex-control-thumbs li {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .flex-control-thumbs li img {
	display: block !important;
	width: 100% !important;
	aspect-ratio: 1 / 1 !important;
	object-fit: cover !important;
	border: 1px solid rgba(153, 170, 190, 0.28) !important;
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%) !important;
	box-shadow: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .flex-control-thumbs li img:hover {
	transform: translateY(-2px) !important;
	border-color: rgba(var(--rb-brand-primary-rgb), 0.5) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .flex-control-thumbs li img.flex-active {
	border-color: rgba(var(--rb-brand-primary-rgb), 0.9) !important;
	box-shadow: 0 0 0 3px rgba(var(--rb-brand-primary-rgb), 0.1) !important;
}

@media (max-width: 767px) {
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images {
		grid-template-columns: 1fr !important;
		grid-template-areas:
			"viewport"
			"thumbs" !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .flex-control-thumbs {
		width: 100% !important;
		max-width: none !important;
		flex-direction: row !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .flex-control-thumbs li {
		flex: 0 0 82px !important;
		width: 82px !important;
	}
}

/* Final review-form rating fix */
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars > span {
	display: inline-flex !important;
	flex-direction: row-reverse !important;
	align-items: center !important;
	gap: 0.2rem !important;
	direction: ltr !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 2.2rem !important;
	height: 2.2rem !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	float: none !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-indent: 0 !important;
	overflow: visible !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a::before {
	content: "★" !important;
	display: inline-block !important;
	font-family: inherit !important;
	font-size: 1.9rem !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	color: #c5ced8 !important;
	transition: color 0.18s ease, transform 0.18s ease !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a:hover::before {
	transform: translateY(-1px) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-1:hover) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-2:hover) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-2:hover) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-3:hover) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-3:hover) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-3:hover) a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-4:hover) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-4:hover) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-4:hover) a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-4:hover) a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-5:hover) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-5:hover) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-5:hover) a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-5:hover) a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-5:hover) a.star-5::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-1.active) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-2.active) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-2.active) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-3.active) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-3.active) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-3.active) a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-4.active) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-4.active) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-4.active) a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-4.active) a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-5.active) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-5.active) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-5.active) a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-5.active) a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-5.active) a.star-5::before {
	color: #eda62f !important;
}

/* Product attributes alignment */
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras .shop_attributes,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras .woocommerce-product-attributes {
	direction: rtl !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras .woocommerce-product-attributes th.woocommerce-product-attributes-item__label,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras .woocommerce-product-attributes-item__label {
	text-align: start !important;
	justify-content: flex-start !important;
	align-items: center !important;
	padding-inline-start: 0 !important;
}

/* Final review rating stars */
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating {
	display: grid !important;
	justify-items: start !important;
	gap: 0.55rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars > span {
	display: inline-flex !important;
	flex-direction: row-reverse !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 0.18rem !important;
	width: auto !important;
	margin: 0 !important;
	direction: ltr !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 2rem !important;
	height: 2rem !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-indent: 0 !important;
	overflow: visible !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a::before {
	content: "\f005" !important;
	display: inline-block !important;
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900 !important;
	font-size: 1.55rem !important;
	line-height: 1 !important;
	color: #d7dde5 !important;
	text-shadow: none !important;
	transform: translateY(0) scale(1) !important;
	transition: color 0.18s ease, transform 0.18s ease, text-shadow 0.18s ease !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a:hover::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a:focus::before {
	transform: translateY(-1px) scale(1.04) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-1:hover) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-2:hover) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-2:hover) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-3:hover) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-3:hover) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-3:hover) a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-4:hover) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-4:hover) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-4:hover) a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-4:hover) a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-5:hover) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-5:hover) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-5:hover) a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-5:hover) a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:has(a.star-5:hover) a.star-5::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-1.active) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-2.active) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-2.active) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-3.active) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-3.active) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-3.active) a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-4.active) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-4.active) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-4.active) a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-4.active) a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-5.active) a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-5.active) a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-5.active) a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-5.active) a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected:has(a.star-5.active) a.star-5::before {
	color: var(--rb-rating-star) !important;
	text-shadow: 0 1px 2px rgba(var(--rb-brand-secondary-rgb), 0.18) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a::before {
	color: #d7dde5 !important;
	text-shadow: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="1"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="2"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="2"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="3"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="3"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="3"] a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="4"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="4"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="4"] a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="4"] a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="5"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="5"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="5"] a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="5"] a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="5"] a.star-5::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="1"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="2"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="2"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="3"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="3"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="3"] a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="4"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="4"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="4"] a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="4"] a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="5"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="5"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="5"] a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="5"] a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="5"] a.star-5::before {
	color: var(--rb-rating-star) !important;
	text-shadow: 0 1px 2px rgba(var(--rb-brand-secondary-rgb), 0.18) !important;
}

@media (max-width: 767px) {
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review {
		display: flex !important;
		flex-direction: column !important;
		justify-content: flex-start !important;
		align-content: flex-start !important;
		height: auto !important;
		min-height: 0 !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__header {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		gap: 0.7rem !important;
		height: auto !important;
		min-height: 0 !important;
		padding-bottom: 0.7rem !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__identity {
		display: flex !important;
		flex-direction: row-reverse !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 0.75rem !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		flex: 0 0 auto !important;
		align-self: auto !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__identity > .rb-review__meta {
		height: auto !important;
		min-height: 0 !important;
		flex: 1 1 auto !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .comment-text.rb-review__body {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		flex: 0 0 auto !important;
		align-self: auto !important;
		grid-area: auto !important;
		padding-top: 0 !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .comment-text.rb-review__body .description {
		display: block !important;
		height: auto !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding-top: 0 !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .comment-text.rb-review__body .description p {
		margin: 0 0 0.55rem !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .comment-text.rb-review__body .description p:last-child {
		margin-bottom: 0 !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__header > .rb-review__rating {
		align-self: flex-start !important;
		margin-inline-start: 0 !important;
		width: auto !important;
	}
}

/* Review card layout refinement */
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 0.95rem !important;
	padding: 1.15rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__header {
	display: flex !important;
	align-items: flex-start !important;
	justify-content: space-between !important;
	gap: 1rem !important;
	flex-wrap: wrap !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__header > .rb-review__identity {
	display: flex !important;
	align-items: flex-start !important;
	gap: 0.85rem !important;
	flex: 1 1 auto !important;
	min-width: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__header > .rb-review__identity > img.avatar {
	flex: 0 0 52px !important;
	width: 52px !important;
	height: 52px !important;
	margin: 0 !important;
	border-radius: 12px !important;
	border: 1px solid rgba(var(--rb-brand-primary-rgb), 0.1) !important;
	object-fit: cover !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__header > .rb-review__identity > .rb-review__meta {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 0.3rem !important;
	min-width: 0 !important;
	text-align: right !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__header > .rb-review__identity > .rb-review__meta .woocommerce-review__author {
	display: block !important;
	margin: 0 !important;
	color: #22384f !important;
	font-size: 1rem !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__header > .rb-review__identity > .rb-review__meta .woocommerce-review__published-date {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #77879b !important;
	font-size: 0.86rem !important;
	line-height: 1.5 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review .rb-review__awaiting {
	display: inline-flex !important;
	align-items: center !important;
	width: fit-content !important;
	padding: 0.28rem 0.72rem !important;
	border-radius: 999px !important;
	background: rgba(var(--rb-brand-secondary-rgb), 0.14) !important;
	color: var(--rb-brand-primary) !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__header > .rb-review__rating {
	margin-inline-start: auto !important;
	align-self: flex-start !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .comment-text.rb-review__body {
	padding-top: 0 !important;
}

@media (max-width: 767px) {
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__header {
		gap: 0.85rem !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__header > .rb-review__identity {
		width: 100% !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__header > .rb-review__rating {
		margin-inline-start: 0 !important;
		align-self: flex-end !important;
	}
}


body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars > span {
	display: inline-flex !important;
	flex-direction: row-reverse !important;
	align-items: center !important;
	gap: 0.22rem !important;
	direction: ltr !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a {
	float: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 44px !important;
	height: 44px !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a::before {
	content: "\f005" !important;
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900 !important;
	font-size: 1.7rem !important;
	color: #d5dde7 !important;
	text-shadow: none !important;
	transform: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:hover a::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected a.active::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a:hover::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a.active::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected a:not(.active)::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a:hover ~ a::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected a.active ~ a::before {
	color: #d5dde7 !important;
	transform: none !important;
}

@media (max-width: 767px) {
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-areas:
			"gallery"
			"summary"
			"extras" !important;
		gap: 1rem !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery,
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary,
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras {
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		justify-self: stretch !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery {
		grid-area: gallery !important;
		position: static !important;
		top: auto !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary {
		grid-area: summary !important;
		padding: 0.95rem !important;
		border-radius: 20px !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras {
		grid-area: extras !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images {
		position: static !important;
		top: auto !important;
		width: 100% !important;
		max-width: none !important;
		padding: 0.75rem !important;
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-areas:
			"viewport"
			"thumbs" !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .flex-viewport {
		width: 100% !important;
		max-width: 100% !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .woocommerce-product-gallery__image,
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .woocommerce-product-gallery__image.flex-active-slide,
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .woocommerce-product-gallery__image a {
		aspect-ratio: 1 / 1 !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .flex-control-thumbs {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		display: flex !important;
		flex-direction: row !important;
		gap: 0.55rem !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		padding-top: 0.1rem !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .flex-control-thumbs li {
		flex: 0 0 72px !important;
		width: 72px !important;
		max-width: 72px !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__controls {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .quantity.rb-qty-shell,
	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .single_add_to_cart_button,
	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist,
	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinv-wraper,
	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist_button {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-single-trust {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 767px) {
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-areas:
			"gallery"
			"summary"
			"extras" !important;
		gap: 1rem !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery,
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary,
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras {
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		justify-self: stretch !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery {
		grid-area: gallery !important;
		position: static !important;
		top: auto !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary {
		grid-area: summary !important;
		padding: 0.95rem !important;
		border-radius: 20px !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras {
		grid-area: extras !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images {
		position: static !important;
		top: auto !important;
		width: 100% !important;
		max-width: none !important;
		padding: 0.75rem !important;
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-areas:
			"viewport"
			"thumbs" !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .flex-viewport {
		width: 100% !important;
		max-width: 100% !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .woocommerce-product-gallery__image,
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .woocommerce-product-gallery__image.flex-active-slide,
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .woocommerce-product-gallery__image a {
		aspect-ratio: 1 / 1 !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .flex-control-thumbs {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		display: flex !important;
		flex-direction: row !important;
		gap: 0.55rem !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		padding-top: 0.1rem !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__gallery > .woocommerce-product-gallery.images .flex-control-thumbs li {
		flex: 0 0 72px !important;
		width: 72px !important;
		max-width: 72px !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__controls {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .quantity.rb-qty-shell,
	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart .single_add_to_cart_button,
	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist,
	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinv-wraper,
	body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist_button {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-single-trust {
		grid-template-columns: 1fr !important;
	}
}
body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__note,
body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinv-wraper,
body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist_button {
	border-radius: 10px !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist_button {
	position: relative !important;
	overflow: hidden !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist_button .rb-atc-label {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist_button.is-rb-wishlist-loading,
body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist_button:is(.tinvwl-product-in-list, .tinvwl-product-make-remove, .is-active):not(.is-rb-wishlist-loading) {
	color: #ffffff !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist_button.is-rb-wishlist-loading {
	pointer-events: none !important;
	cursor: wait !important;
	background: linear-gradient(135deg, #6b8e67 0%, #5f8358 50%, #547a51 100%) !important;
	border-color: rgba(78, 110, 75, 0.78) !important;
	box-shadow: 0 16px 26px rgba(15, 76, 92, 0.22) !important;
	transform: translateY(-1px) scale(0.995) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist_button:is(.tinvwl-product-in-list, .tinvwl-product-make-remove, .is-active):not(.is-rb-wishlist-loading) {
	background: linear-gradient(138deg, #ef476f 0%, #df365f 54%, #cb2f59 100%) !important;
	border-color: transparent !important;
	box-shadow: 0 16px 28px rgba(203, 47, 89, 0.26) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist_button.is-rb-wishlist-loading::before {
	display: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist_button.is-rb-wishlist-loading::after {
	content: "" !important;
	width: 1rem !important;
	height: 1rem !important;
	display: inline-block !important;
	flex: 0 0 1rem !important;
	box-sizing: border-box !important;
	transform-origin: 50% 50% !important;
	will-change: transform !important;
	border-radius: 999px !important;
	border: 2px solid rgba(255, 255, 255, 0.28) !important;
	border-top-color: #ffffff !important;
	border-right-color: #ffffff !important;
	font-size: 0 !important;
	animation: rb-wishlist-button-spin 0.82s linear infinite !important;
}

@keyframes rb-wishlist-button-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist-text {
	display: inline-flex !important;
	align-items: center !important;
	font-size: 0.9rem !important;
	line-height: 1 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_remove_from_wishlist-text {
	display: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-single-cart__wishlist .tinvwl_add_to_wishlist-text::before {
	content: none !important;
}

/* Absolute final RTL reviews layout */
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #comments {
	direction: rtl !important;
	text-align: right !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #comments .woocommerce-Reviews-title {
	margin: 0 0 1.1rem !important;
	color: #23384f !important;
	font-size: clamp(1.1rem, 1.02rem + 0.35vw, 1.4rem) !important;
	font-weight: 900 !important;
	line-height: 1.5 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #comments .woocommerce-Reviews-title span {
	color: var(--rb-brand-primary) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #comments .commentlist {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: grid !important;
	gap: 1rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #comments .commentlist > li.review {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* Final single add-to-cart loading alignment */
body.single-product #rabeea-store-root.rabeea-store .woocommerce div.product form.cart .button.single_add_to_cart_button,
body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart .single_add_to_cart_button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.55rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce div.product form.cart .button.single_add_to_cart_button .rb-atc-label,
body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart .single_add_to_cart_button .rb-atc-label {
	flex: 0 0 auto !important;
	width: auto !important;
	margin: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .woocommerce div.product form.cart .button.single_add_to_cart_button.is-rb-atc-loading::after,
body.single-product #rabeea-store-root.rabeea-store .woocommerce .rb-single-cart .single_add_to_cart_button.is-rb-atc-loading::after {
	position: static !important;
	inset: auto !important;
	margin: 0 !important;
	flex: 0 0 auto !important;
	align-self: center !important;
	vertical-align: middle !important;
}

/* Absolute final review-form hover reset */
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:hover a,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected a.active,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a:hover,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a.active {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:hover a::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected a.active::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a:hover::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a.active::before {
	color: #d7dde5 !important;
	text-shadow: none !important;
	transform: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover] a::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected] a::before {
	color: #d7dde5 !important;
	text-shadow: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="1"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="2"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="2"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="3"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="3"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="3"] a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="4"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="4"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="4"] a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="4"] a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="5"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="5"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="5"] a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="5"] a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="5"] a.star-5::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="1"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="2"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="2"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="3"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="3"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="3"] a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="4"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="4"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="4"] a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="4"] a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="5"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="5"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="5"] a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="5"] a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="5"] a.star-5::before {
	color: var(--rb-rating-star) !important;
	text-shadow: 0 1px 2px rgba(var(--rb-brand-secondary-rgb), 0.18) !important;
}

@media (max-width: 767px) {
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review {
		grid-template-columns: 1fr 58px !important;
		grid-template-areas:
			"meta avatar"
			"rating rating"
			"body body" !important;
		align-items: start !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__rating {
		justify-self: end !important;
	}
}

/* Final single-price chips unification */
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 0.65rem !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price del {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.5rem !important;
	min-height: 2.85rem !important;
	padding: 0.5rem 1rem !important;
	border-radius: 10px !important;
	line-height: 1 !important;
	box-sizing: border-box !important;
	vertical-align: middle !important;
	white-space: nowrap !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins bdi,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price del bdi {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.12rem !important;
	line-height: 1 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins bdi,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins .amount,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins .woocommerce-Price-currencySymbol {
	text-decoration: none !important;
	text-decoration-line: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins {
	border: 1px solid var(--rb-state-success-border) !important;
	background: var(--rb-state-success-bg) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins bdi,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins .amount,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins .woocommerce-Price-currencySymbol {
	color: var(--rb-state-success) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price del {
	border: 1px solid rgba(var(--rb-brand-primary-rgb), 0.12) !important;
	background: linear-gradient(180deg, rgba(244, 247, 250, 0.98) 0%, rgba(239, 243, 247, 0.96) 100%) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price > .woocommerce-Price-amount.amount,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price > .amount,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price > bdi,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price > .woocommerce-Price-currencySymbol {
	color: var(--rb-text-strong) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price ins::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__summary .price del::before {
	margin: 0 !important;
	line-height: 1 !important;
	font-size: 0.78rem !important;
	font-weight: 800 !important;
	flex: 0 0 auto !important;
}

/* Final review cards layout */
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	grid-template-columns: none !important;
	grid-template-areas: none !important;
	gap: 0.9rem !important;
	padding: 1.15rem 1.25rem !important;
	border-radius: 10px !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%) !important;
	border: 1px solid rgba(var(--rb-brand-primary-rgb), 0.08) !important;
	box-shadow: 0 10px 24px rgba(26, 43, 60, 0.05) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container img.avatar {
	position: relative !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review::after {
	display: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__header {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 1.15rem !important;
	flex-direction: row !important;
	direction: rtl !important;
	flex-wrap: nowrap !important;
	width: 100% !important;
	padding-bottom: 0.95rem !important;
	border-bottom: 1px dashed rgba(var(--rb-brand-primary-rgb), 0.12) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__identity {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 0.9rem !important;
	flex-direction: row-reverse !important;
	min-width: 0 !important;
	flex: 1 1 auto !important;
	margin: 0 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__identity > img.avatar {
	position: relative !important;
	inset: auto !important;
	float: none !important;
	display: block !important;
	clear: none !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	bottom: auto !important;
	z-index: 1 !important;
	flex: 0 0 56px !important;
	width: 56px !important;
	height: 56px !important;
	margin: 0 !important;
	border-radius: 10px !important;
	border: 1px solid rgba(var(--rb-brand-primary-rgb), 0.1) !important;
	background: linear-gradient(180deg, #f4f7fa 0%, #edf2f6 100%) !important;
	object-fit: cover !important;
	align-self: center !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__identity > .rb-review__meta {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-end !important;
	justify-content: center !important;
	gap: 0.35rem !important;
	margin: 0 !important;
	min-width: 0 !important;
	flex: 1 1 auto !important;
	text-align: right !important;
	color: #607286 !important;
	font-size: 0.95rem !important;
	line-height: 1.45 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__identity > .rb-review__meta .woocommerce-review__author {
	color: #23384f !important;
	font-weight: 800 !important;
	font-size: 1rem !important;
	line-height: 1.2 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__identity > .rb-review__meta .woocommerce-review__published-date {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 2rem !important;
	padding: 0.36rem 0.78rem !important;
	border-radius: 999px !important;
	background: rgba(var(--rb-brand-primary-rgb), 0.06) !important;
	border: 1px solid rgba(var(--rb-brand-primary-rgb), 0.08) !important;
	color: #718297 !important;
	font-size: 0.88rem !important;
	line-height: 1 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__identity > .rb-review__meta .woocommerce-review__dash {
	display: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__header > .rb-review__rating {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 auto !important;
	margin: 0 !important;
	margin-inline-start: auto !important;
	padding: 0.55rem 0.75rem !important;
	border-radius: 10px !important;
	background: rgba(var(--rb-brand-secondary-rgb), 0.12) !important;
	border: 1px solid rgba(var(--rb-brand-secondary-rgb), 0.16) !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__header > .rb-review__rating .rb-stars-rating {
	display: inline-flex !important;
	flex-direction: row-reverse !important;
	align-items: center !important;
	gap: 0.14rem !important;
	font-size: 0.92rem !important;
	direction: ltr !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .comment-text.rb-review__body {
	display: block !important;
	margin: 0 !important;
	padding: 0.15rem 0 0 !important;
	width: 100% !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .comment-text.rb-review__body .description {
	margin: 0 !important;
	padding: 0.05rem 0 0 !important;
	border: 0 !important;
	color: #32485f !important;
	font-size: 1rem !important;
	line-height: 1.8 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .comment-text.rb-review__body .description p:last-child {
	margin-bottom: 0 !important;
}

@media (max-width: 767px) {
	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review {
		padding: 1rem !important;
		gap: 0.8rem !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: flex-start !important;
		align-content: flex-start !important;
		height: auto !important;
		min-height: 0 !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__header {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		flex-wrap: wrap !important;
		gap: 0.7rem !important;
		height: auto !important;
		min-height: 0 !important;
		padding-bottom: 0.7rem !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__identity {
		width: 100% !important;
		display: flex !important;
		flex-direction: row-reverse !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 0.75rem !important;
		height: auto !important;
		min-height: 0 !important;
		flex: 0 0 auto !important;
		align-self: auto !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__identity > .rb-review__meta {
		height: auto !important;
		min-height: 0 !important;
		flex: 1 1 auto !important;
	}

	body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #reviews .comment_container.rb-review > .rb-review__header > .rb-review__rating {
		justify-content: flex-start !important;
		margin-inline-start: 0 !important;
		width: auto !important;
		align-self: flex-start !important;
	}
}

/* Final review-form star selection fix */
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars > span {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 0.22rem !important;
	direction: rtl !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	float: none !important;
	width: 2.25rem !important;
	height: 2.25rem !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-indent: 0 !important;
	overflow: visible !important;
	transform: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a::before {
	content: "\f005" !important;
	display: inline-block !important;
	font-family: "Font Awesome 6 Free" !important;
	font-size: 1.85rem !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	color: #d7dde5 !important;
	text-shadow: none !important;
	transition: color 0.18s ease, transform 0.18s ease !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a.star-1 {
	order: 1 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a.star-2 {
	order: 2 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a.star-3 {
	order: 3 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a.star-4 {
	order: 4 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a.star-5 {
	order: 5 !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars:hover a::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected a.active::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected a:not(.active)::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a:hover::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a.active::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars a:hover ~ a::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars.selected a.active ~ a::before {
	color: #d7dde5 !important;
	text-shadow: none !important;
	transform: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover] a::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected] a::before {
	color: #d7dde5 !important;
	text-shadow: none !important;
}

body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="1"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="2"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="2"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="3"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="3"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="3"] a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="4"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="4"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="4"] a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="4"] a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="5"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="5"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="5"] a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="5"] a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-hover="5"] a.star-5::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="1"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="2"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="2"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="3"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="3"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="3"] a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="4"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="4"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="4"] a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="4"] a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="5"] a.star-1::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="5"] a.star-2::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="5"] a.star-3::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="5"] a.star-4::before,
body.single-product #rabeea-store-root.rabeea-store .rb-product-layout__extras #review_form .comment-form-rating p.stars[data-rb-selected="5"] a.star-5::before {
	color: var(--rb-rating-star) !important;
	text-shadow: 0 1px 2px rgba(var(--rb-brand-secondary-rgb), 0.18) !important;
}
