.rabeea-store .rb-product-card {
	height: 100% !important;
	padding: clamp(1rem, 1vw + 0.82rem, 1.3rem) !important;
	border: 1px solid rgba(var(--rb-brand-primary-rgb), 0.08) !important;
	border-radius: 28px !important;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(236, 242, 247, 0.92) 100%),
		linear-gradient(120deg, rgba(var(--rb-hero-canvas-primary-rgb), 0.04), rgba(var(--rb-brand-accent-rgb), 0.08)) !important;
	box-shadow: 0 18px 42px rgba(var(--rb-surface-contrast-rgb), 0.08) !important;
	display: flex !important;
	flex-direction: column !important;
	isolation: isolate !important;
	position: relative !important;
}

.rabeea-store .rb-product-card__thumb {
	display: block !important;
	margin-bottom: var(--rb-space-3) !important;
	border-radius: 22px !important;
	overflow: hidden !important;
	position: relative !important;
	background:
		radial-gradient(circle at top right, rgba(var(--rb-brand-accent-rgb), 0.16), transparent 36%),
		linear-gradient(180deg, rgba(245, 247, 251, 0.94) 0%, rgba(226, 236, 244, 0.9) 100%) !important;
}

.rabeea-store .rb-product-card__thumb img {
	width: 100% !important;
	aspect-ratio: 1 / 1 !important;
	object-fit: contain !important;
	transition: transform var(--rb-duration-slow) var(--rb-ease-standard) !important;
	box-shadow: none !important;
}

.rabeea-store .rb-product-card:hover {
	transform: translateY(-8px) !important;
	border-color: rgba(var(--rb-brand-primary-rgb), 0.18) !important;
	box-shadow: 0 24px 52px rgba(var(--rb-brand-primary-rgb), 0.14) !important;
}

.rabeea-store .rb-product-card:hover .rb-product-card__thumb img {
	transform: scale(1.04) !important;
}

.rabeea-store .rb-product-card__sale,
.rabeea-store .rb-product-card__sale-badge {
	position: absolute;
	top: 10px;
	inset-inline-start: 10px;
	display: inline-grid;
	gap: 0.32rem;
	z-index: 2;
	max-width: calc(100% - 20px);
}

.rabeea-store .rb-product-card__wishlist {
	position: absolute !important;
	top: 10px !important;
	inset-inline-end: 10px !important;
	z-index: 4 !important;
}

.rabeea-store .rb-product-card__wishlist .tinv-wraper {
	margin: 0 !important;
	line-height: 1 !important;
}

.rabeea-store .rb-product-card__wishlist .tinvwl_add_to_wishlist_button {
	display: inline-grid !important;
	place-items: center !important;
	width: 42px !important;
	height: 42px !important;
	min-width: 42px !important;
	padding: 0 !important;
	border: 1px solid rgba(var(--rb-brand-accent-rgb), 0.16) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.94) !important;
	backdrop-filter: blur(10px) !important;
	box-shadow: 0 12px 22px rgba(var(--rb-surface-contrast-rgb), 0.14) !important;
	color: var(--rb-text-strong) !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-align: center !important;
	text-indent: 0 !important;
	text-decoration: none !important;
	overflow: visible !important;
	transition:
		transform var(--rb-duration-base) var(--rb-ease-standard),
		border-color var(--rb-duration-fast) var(--rb-ease-standard),
		background-color var(--rb-duration-fast) var(--rb-ease-standard),
		box-shadow var(--rb-duration-fast) var(--rb-ease-standard),
		color var(--rb-duration-fast) var(--rb-ease-standard) !important;
}

.rabeea-store .rb-product-card__wishlist .tinvwl_add_to_wishlist_button::before {
	content: "\f004" !important;
	display: block !important;
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 400 !important;
	font-size: 1rem !important;
	line-height: 1 !important;
	margin-left: 0 !important;
	transform: translateY(0) scale(1) !important;
	transform-origin: center !important;
	transition: transform var(--rb-duration-base) var(--rb-ease-standard), color var(--rb-duration-fast) var(--rb-ease-standard) !important;
}

.rabeea-store .rb-product-card__wishlist .tinvwl_add_to_wishlist_button::after {
	content: "" !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 14px !important;
	height: 14px !important;
	border-radius: 999px !important;
	background:
		radial-gradient(circle, rgba(239, 71, 111, 0.26) 0 34%, transparent 36%),
		radial-gradient(circle at 0 50%, rgba(239, 71, 111, 0.32) 0 2px, transparent 3px),
		radial-gradient(circle at 100% 50%, rgba(239, 71, 111, 0.32) 0 2px, transparent 3px),
		radial-gradient(circle at 50% 0, rgba(239, 71, 111, 0.32) 0 2px, transparent 3px),
		radial-gradient(circle at 50% 100%, rgba(239, 71, 111, 0.32) 0 2px, transparent 3px);
	transform: translate(-50%, -50%) scale(0.12) !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.rabeea-store .rb-product-card__wishlist .tinvwl_add_to_wishlist_button:hover {
	transform: translateY(-2px) !important;
	border-color: rgba(var(--rb-brand-accent-rgb), 0.3) !important;
	box-shadow: 0 16px 24px rgba(var(--rb-surface-contrast-rgb), 0.16) !important;
	color: var(--rb-brand-accent) !important;
}

.rabeea-store .rb-product-card__wishlist .tinvwl_add_to_wishlist_button.is-rb-wishlist-loading {
	pointer-events: none !important;
	opacity: 1 !important;
	background: rgba(255, 255, 255, 0.98) !important;
	border-color: rgba(var(--rb-brand-accent-rgb), 0.28) !important;
	box-shadow: 0 16px 26px rgba(var(--rb-brand-primary-rgb), 0.18) !important;
	transform: scale(0.98) !important;
}

.rabeea-store .rb-product-card__wishlist .tinvwl_add_to_wishlist_button.is-rb-wishlist-loading::before {
	color: rgba(var(--rb-brand-primary-rgb), 0.24) !important;
	transform: scale(0.82) !important;
}

.rabeea-store .rb-product-card__wishlist .tinvwl_add_to_wishlist_button.is-rb-wishlist-loading::after {
	width: 18px !important;
	height: 18px !important;
	display: block !important;
	flex: 0 0 18px !important;
	transform-origin: 50% 50% !important;
	will-change: transform !important;
	border-radius: 999px !important;
	background: none !important;
	border: 2px solid rgba(var(--rb-brand-accent-rgb), 0.18) !important;
	border-top-color: var(--rb-brand-accent) !important;
	border-right-color: var(--rb-brand-accent) !important;
	transform: translate(-50%, -50%) scale(1) !important;
	opacity: 1 !important;
	animation: rb-wishlist-spin-self 720ms linear infinite !important;
}

.rabeea-store .rb-product-card__wishlist .tinvwl_add_to_wishlist_button:is(.tinvwl-product-in-list, .is-active) {
	border-color: rgba(239, 71, 111, 0.24) !important;
	background: var(--rb-state-danger-bg) !important;
	color: var(--rb-state-danger) !important;
	box-shadow: 0 14px 24px rgba(239, 71, 111, 0.18) !important;
}

.rabeea-store .rb-product-card__wishlist .tinvwl_add_to_wishlist_button:is(.tinvwl-product-in-list, .is-active)::before {
	font-weight: 900 !important;
}

.rabeea-store .rb-product-card__wishlist .tinvwl_add_to_wishlist_button.is-rb-wishlist-splash::before {
	animation: rb-wishlist-heart-pop 680ms var(--rb-ease-standard) both !important;
}

.rabeea-store .rb-product-card__wishlist .tinvwl_add_to_wishlist_button.is-rb-wishlist-splash::after {
	animation: rb-wishlist-burst 760ms var(--rb-ease-standard) both !important;
}

.rabeea-store .rb-product-card__wishlist .tinvwl_add_to_wishlist-text,
.rabeea-store .rb-product-card__wishlist .tinvwl_remove_from_wishlist-text,
.rabeea-store .rb-product-card__wishlist .tinvwl-tooltip,
.rabeea-store .rb-product-card__wishlist .tinv-wishlist-clear {
	display: none !important;
}

.rabeea-store .rb-product-card__sale-main {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: fit-content !important;
	max-width: 100% !important;
	padding: 0.28rem 0.6rem !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.76rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	box-shadow: 0 10px 16px var(--rb-sale-shadow) !important;
}

.rabeea-store .rb-product-card__sale-timer {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: fit-content !important;
	max-width: 100% !important;
	padding: 0.22rem 0.55rem !important;
	border-radius: 999px !important;
	background: var(--rb-state-danger-bg) !important;
	color: var(--rb-state-danger) !important;
	border: 1px solid var(--rb-state-danger-border) !important;
	font-size: 0.74rem !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	box-shadow: 0 8px 14px rgba(239, 71, 111, 0.12) !important;
}

.rabeea-store .rb-product-card__cat {
	position: absolute !important;
	bottom: 10px !important;
	inset-inline-end: 10px !important;
	display: inline-flex !important;
	align-items: center !important;
	padding: 0.34rem 0.72rem !important;
	border-radius: 999px !important;
	background: rgba(var(--rb-brand-primary-rgb), 0.82) !important;
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: 0.7rem !important;
	font-weight: 700 !important;
	z-index: 2 !important;
}

.rabeea-store .rb-product-card__title {
	margin: 0 0 var(--rb-space-2) !important;
	font-size: clamp(1rem, 0.95rem + 0.18vw, 1.1rem) !important;
	font-weight: 800 !important;
	line-height: 1.6 !important;
}

.rabeea-store .rb-product-card__title a {
	color: var(--rb-text-strong) !important;
}

.rabeea-store .rb-product-card__rating {
	margin-bottom: var(--rb-space-2) !important;
	font-size: 0.85rem !important;
	line-height: 1 !important;
}

.rabeea-store .rb-stars-rating {
	display: inline-flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 0.18rem;
	width: auto;
	height: auto;
	line-height: 1;
	font-size: 0.92rem;
	vertical-align: middle;
	direction: ltr;
}

.rabeea-store .rb-stars-rating__star {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--rb-rating-star-muted);
}

.rabeea-store .rb-stars-rating__star.is-filled {
	color: var(--rb-rating-star);
	text-shadow: 0 1px 2px rgba(var(--rb-brand-accent-rgb), 0.18);
}

.rabeea-store .rb-stars-rating__star::before {
	content: "\f005";
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 1em;
	line-height: 1;
}

.rabeea-store .rb-product-card__rating .star-rating {
	color: var(--rb-rating-star);
}

.rabeea-store .rb-product-card__price {
	margin-bottom: var(--rb-space-3) !important;
	color: var(--rb-brand-primary) !important;
	font-weight: 800 !important;
	display: inline-flex !important;
	flex-wrap: wrap !important;
	gap: 0.55rem !important;
	align-items: center !important;
}

.rabeea-store .rb-product-card__price > .woocommerce-Price-amount.amount {
	color: var(--rb-text-strong) !important;
}

.rabeea-store .rb-product-card__price del {
	color: var(--rb-text-muted) !important;
	font-size: 0.85em !important;
	text-decoration-thickness: 1px !important;
}

.rabeea-store .rb-product-card__price ins {
	text-decoration: none !important;
	display: inline-flex !important;
	align-items: center !important;
	padding: 0.18rem 0.6rem !important;
	border-radius: 999px !important;
	background: var(--rb-state-success-bg) !important;
	color: var(--rb-state-success) !important;
	border: 1px solid var(--rb-state-success-border) !important;
	font-size: 0.95em !important;
}

.rabeea-store .rb-product-card__actions {
	margin-top: auto !important;
}

.rabeea-store .rb-product-card__actions .button,
.rabeea-store .rb-product-card__actions .added_to_cart {
	width: 100% !important;
	min-height: 48px !important;
	padding: 0.75rem 1rem !important;
	border: 0 !important;
	border-radius: 18px !important;
	font-size: var(--rb-font-size-200) !important;
	font-weight: 800 !important;
	background: linear-gradient(135deg, rgba(var(--rb-surface-contrast-rgb), 0.98) 0%, var(--rb-brand-primary) 52%, var(--rb-hero-canvas-primary) 100%) !important;
	background-size: 180% 180% !important;
	background-position: 0 50% !important;
	box-shadow: 0 18px 32px rgba(var(--rb-brand-primary-rgb), 0.2), inset 0 1px 0 rgba(var(--rb-white-rgb), 0.2) !important;
	color: var(--rb-text-inverse) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.5rem !important;
	position: relative !important;
	isolation: isolate !important;
	overflow: hidden !important;
	letter-spacing: 0.01em !important;
	transition: transform var(--rb-duration-base) var(--rb-ease-standard), box-shadow var(--rb-duration-base) var(--rb-ease-standard), background-position var(--rb-duration-base) var(--rb-ease-standard) !important;
}

.rabeea-store .rb-product-card__actions .button::after {
	content: "\f07a";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 0.78rem;
}

.rabeea-store .rb-product-card__actions .button::before,
.rabeea-store .rb-product-card__actions .added_to_cart::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 72%);
	transform: translateX(-130%);
	transition: transform 720ms var(--rb-ease-standard);
	pointer-events: none;
	z-index: -1;
}

.rabeea-store .rb-product-card__actions .button:hover,
.rabeea-store .rb-product-card__actions .added_to_cart:hover {
	transform: translateY(-3px) !important;
	box-shadow: 0 22px 36px rgba(var(--rb-brand-primary-rgb), 0.28) !important;
	color: var(--rb-text-inverse) !important;
	background-position: 100% 50% !important;
}

.rabeea-store .rb-product-card__actions .button:hover::before,
.rabeea-store .rb-product-card__actions .added_to_cart:hover::before {
	transform: translateX(130%);
}

.rabeea-store .rb-product-card__actions .added_to_cart {
	margin-top: var(--rb-space-2) !important;
	background: linear-gradient(135deg, rgba(var(--rb-surface-contrast-rgb), 0.98) 0%, var(--rb-brand-primary) 54%, var(--rb-hero-canvas-primary) 100%) !important;
}

.rabeea-store .rb-product-card__actions .button.is-rb-atc-loading {
	pointer-events: none;
	cursor: wait;
	filter: saturate(0.92);
	transform: translateY(-1px) scale(0.995);
	box-shadow: 0 16px 26px rgba(var(--rb-brand-primary-rgb), 0.22);
}

.rabeea-store .rb-product-card__actions .button.is-rb-atc-loading::after {
	content: "";
	width: 1rem;
	height: 1rem;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 999px;
	border: 2px solid rgba(255, 255, 255, 0.28);
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	font-size: 0;
	opacity: 1;
	animation: rb-atc-spin 0.82s linear infinite;
}

.rabeea-store .rb-product-card__actions .button.is-rb-atc-success {
	background: linear-gradient(138deg, var(--rb-state-success) 0%, var(--rb-state-success-strong) 58%, var(--rb-state-success) 100%);
	box-shadow: 0 16px 28px rgba(31, 138, 102, 0.3);
}

.rabeea-store .rb-product-card__actions .button.is-rb-atc-success::after {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	animation: rb-atc-pop 320ms var(--rb-ease-standard) both;
}

.rabeea-store .rb-product-card__actions .button .rb-atc-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.rabeea-store .rb-atc-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
}

.rabeea-store .rb-atc-button > i {
	display: none;
}

.rabeea-store .rb-atc-button::after {
	content: "\f07a";
	display: inline-block;
	flex: 0 0 auto;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 0.82rem;
	line-height: 1;
	transform-origin: center;
	will-change: transform;
}

.rabeea-store .rb-atc-button.is-rb-atc-loading {
	pointer-events: none;
	cursor: wait;
}

.rabeea-store .rb-atc-button.is-rb-atc-loading::after {
	content: "";
	width: 1rem;
	height: 1rem;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 999px;
	border: 2px solid rgba(255, 255, 255, 0.28);
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	font-size: 0;
	animation: rb-atc-spin 0.82s linear infinite;
}

.rabeea-store .rb-atc-button.is-rb-atc-success::after {
	content: "\f00c";
	display: inline-block;
	width: auto;
	height: auto;
	border: 0;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 0.82rem;
	line-height: 1;
	animation: rb-atc-pop 320ms var(--rb-ease-standard) both;
}

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

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

@keyframes rb-atc-pop {
	0% {
		transform: scale(0.2);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

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

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes rb-wishlist-spin-self {
	0% {
		transform: translate(-50%, -50%) rotate(0deg) scale(1);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg) scale(1);
	}
}

@keyframes rb-wishlist-heart-pop {
	0% {
		transform: translateY(0) scale(0.72);
	}

	35% {
		transform: translateY(-1px) scale(1.24);
	}

	60% {
		transform: translateY(0) scale(0.94);
	}

	100% {
		transform: translateY(0) scale(1);
	}
}

@keyframes rb-wishlist-burst {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.16);
		box-shadow: 0 0 0 0 rgba(239, 71, 111, 0.28);
	}

	20% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(4.4);
		box-shadow:
			0 0 0 12px rgba(239, 71, 111, 0),
			0 0 0 22px rgba(239, 71, 111, 0);
	}
}

@media (max-width: 339px) {
	.rabeea-store .rb-product-card__title {
		font-size: 13px !important;
	}

	.rabeea-store .rb-product-card__actions .button,
	.rabeea-store .rb-product-card__actions .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
	.rabeea-store .rb-product-card__actions .added_to_cart {
		font-size: 11px !important;
	}
}

@media (max-width: 435px) {
	.rabeea-store .rb-product-card__actions .button,
	.rabeea-store .rb-product-card__actions .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
	.rabeea-store .rb-product-card__actions .added_to_cart {
		font-size: 11px !important;
	}
}

@media (max-width: 389px) {
	.rabeea-store .rb-product-card__actions .button::after {
		font-size: 10px !important;
	}
}

/* Aldeera motion refresh */
.rabeea-store .rb-product-card {
	border-radius: 18px !important;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(241, 248, 244, 0.96) 100%),
		linear-gradient(135deg, rgba(var(--rb-brand-secondary-rgb), 0.05), rgba(var(--rb-brand-accent-rgb), 0.07)) !important;
	box-shadow: 0 16px 34px rgba(var(--rb-surface-contrast-rgb), 0.08) !important;
	transition:
		transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
		box-shadow 360ms cubic-bezier(0.16, 1, 0.3, 1),
		border-color 220ms ease,
		background-position 360ms ease !important;
}

.rabeea-store .rb-product-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background:
		linear-gradient(120deg, rgba(var(--rb-brand-secondary-rgb), 0), rgba(var(--rb-brand-secondary-rgb), 0.12), rgba(var(--rb-brand-accent-rgb), 0.08), rgba(var(--rb-brand-secondary-rgb), 0));
	opacity: 0;
	transform: translate3d(18%, -18%, 0) scale(0.92);
	transition: opacity 360ms ease, transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
	pointer-events: none;
	z-index: -1;
}

.rabeea-store .rb-product-card__thumb {
	border-radius: 14px !important;
	transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.rabeea-store .rb-product-card:hover {
	transform: translateY(-7px) scale(1.006) !important;
	border-color: rgba(var(--rb-brand-secondary-rgb), 0.28) !important;
	box-shadow: 0 26px 52px rgba(var(--rb-surface-contrast-rgb), 0.14) !important;
}

.rabeea-store .rb-product-card:hover::before {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.rabeea-store .rb-product-card:hover .rb-product-card__thumb {
	transform: translateY(-2px);
	box-shadow: inset 0 0 0 1px rgba(var(--rb-brand-secondary-rgb), 0.16), 0 14px 26px rgba(var(--rb-surface-contrast-rgb), 0.08);
}

.rabeea-store .rb-product-card:hover .rb-product-card__thumb img {
	transform: scale(1.035) translateY(-2px) !important;
}

.rabeea-store .rb-product-card__actions .button,
.rabeea-store .rb-product-card__actions .added_to_cart {
	border-radius: 8px !important;
	background: linear-gradient(135deg, var(--rb-brand-primary) 0%, var(--rb-brand-secondary) 54%, var(--rb-brand-accent) 130%) !important;
}

.rabeea-store .rb-product-card__actions .button:hover,
.rabeea-store .rb-product-card__actions .added_to_cart:hover {
	transform: translateY(-2px) scale(1.01) !important;
	box-shadow: 0 20px 34px rgba(var(--rb-brand-primary-rgb), 0.24), 0 0 0 3px rgba(var(--rb-brand-secondary-rgb), 0.1) !important;
}
