/* ==========================================
   نظام الأسعار المتعددة - CSS Styles
   ========================================== */
.price-wrapper {
	font-weight: 600; 
}

button.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-after .s-button-text {
	color: var(--custom-color1) !important;
}
.custom-prices-container {
	margin-top: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.elegant-price-card {
	position: relative;
	padding: 1.125rem 1.25rem; 
	border-radius: 0.75rem;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 2px 8px rgba(88, 25, 14, 0.08);
}

.elegant-price-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #58190e, #8b2e1f);
}

.elegant-price-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(88, 25, 14, 0.15);
}

.elegant-price-card.visa-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
}

.elegant-price-card.mada-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
}

.elegant-price-card.bank-card {
	background: linear-gradient(135deg, #00000012 0%, #00000012 100%);
	border: 1px solid #e5e7eb;
}

.card-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.payment-label {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	font-weight: 600;
	font-size: 0.875rem;
	color: #58190e;
}

.payment-icon-elegant {
	width: 90px;
	height: auto;
	object-fit: contain;
}

.price-value {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -0.5px;
	color: #58190e;
}

.gram-info {
	background: linear-gradient(135deg, #58190e 0%, #7a2513 100%);
	padding: 0.75rem 1.25rem;
	border-radius: 0.625rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #58190e;
	box-shadow: 0 2px 8px rgba(88, 25, 14, 0.12);
}

.gram-label {
	font-size: 0.8125rem;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 0.375rem;
	font-weight: 600;
}

.gram-value {
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
}
.mada-img {
	object-position: right;
}
/* except gram info from some of the products */
[p-id="1750061794"] .gram-info {
	display: none;
}
/* except gram info from some of the products */