@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@400;700;800&display=swap");

body *:not(i, svg) {
	font-family: "Almarai" !important;
}

body.index
	> div.app-inner
	> section.s-block.s-block--photos-slider:nth-child(3) {
	margin-top: 0px !important;
}

body.index
	> div.app-inner
	> section.s-block.s-block--photos-slider:nth-child(3)
	salla-slider.photos-slider
	.swiper {
	padding: 0px !important;
	margin: 0px !important;
}

body.index
	> div.app-inner
	> section.s-block.s-block--photos-slider:nth-child(3)
	salla-slider.photos-slider
	.swiper-slide {
	padding: 0px !important;
	margin: 0px !important;
	width: 100% !important;
}

body.index
	> div.app-inner
	> section.s-block.s-block--photos-slider:nth-child(3)
	img {
	border-radius: 0px !important;
}

i.header-btn__icon.sicon-user-circle,
i.header-btn__icon.icon.sicon-shopping-bag,
i.sicon-menu {
	background: #503795 !important;
	color: white !important;
	border: 0px !important;
	box-shadow: 0 0 10px #ddd;
}

i.sicon-menu {
	padding: 8px;
	border-radius: 50%;
}

.s-product-card-entry {
	border-radius: 25px !important;
	box-shadow: 0 0 10px #ddd;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
	background: linear-gradient(to top, #503795, #564091) !important;
	border: 0px !important;
	border-radius: 30px !important;
	color: white !important;
	padding: 12px;
}

.s-block--features__item *:not(i) {
	font-family: "Almarai" !important;
}

.s-block--features__item p {
	display: none !important;
}

.s-block--features__item {
	border-radius: 30px !important;
	box-shadow: 0 2px 10px #ddddddd9;
}

a.s-block__display-all {
	background: #503795 !important;
	color: white !important;
	padding: 8px;
	border-radius: 30px;
	box-shadow: 0 0 10px #ddd;
}

/*********************/
/*********************/
/*_**** Monaam *****_*/
/*********************/
/*********************/
.has-overlay.with-hover:after,
section:has([data-bg*="7v6sP8I0KVw1.png"]),
.s-block--hero-slider .swiper-slide .overlay-bg:after {
	display: none;
}
.item {
	background: url("https://cdn.salla.sa/form-builder/1ccTlxoZWANNdZrxhO6rzVQgtb0a6N76ujvgQ4IG.png")
		center / 1000px;
	width: 90%;
	height: 130px;
	margin: auto;
}
.box_items {
	display: flex;
	flex-wrap: wrap;
}
.s-block--hero-slider .swiper-slide {
	min-height: auto;
	height: 130px;
	background: white;
}

section[data-mon="All_Team"] .grid {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

section[data-mon="All_Team"] .grid > a {
	grid-column: auto !important;
	grid-row: auto !important;
	flex: 0 0 18%;
	min-height: auto !important;
	background: transparent;
	padding: 0 !important;
	display: flex;
	border-bottom: 50px solid transparent;
	overflow: visible;
	max-width: 160px;
	height: 200px !important;
}

section[data-mon="All_Team"] .grid > a > div {
	aspect-ratio: 216 / 231;
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 15px;
	overflow: hidden;
	/* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

section[data-mon="All_Team"] .grid > a h3 {
	opacity: 1;
	visibility: visible;
	transform: none;
	/* background: linear-gradient(45deg, #0f5045, #19967f); */
	background-color: #503795;
	position: relative !important;
	width: 100%;
	height: fit-content;
	font-size: 0.7rem !important;
	top: auto;
	bottom: 0;
	margin-top: auto;
	margin-bottom: -50px;
	font-weight: bold;
	border: 0;
	line-height: 2.5 !important;

	span {
		text-align: center;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		display: block;
	}
}

[data-mon="All_Team"] .s-block__title {
	justify-content: center;
	text-align: center;
	font-size: 2rem;

	.right-side {
		padding: 0;
	}
}

.footer_s:has(.fot_) {
	margin-top: 10px;
}

@media (max-width: 600px) {
	section[data-mon="All_Team"] .grid > a {
		flex: 0 0 48%;
		/* height: 235px !important; */
	}
	.item.overlay-bg.absolute.inset-0 {
		background-size: 355px;
		height: 45px !important;
	}
	.s-slider-v-centered .s-slider-block__title-nav {
		display: none;
	}
	.s-block--hero-slider .swiper-slide {
		height: 55px;
	}
}

@media (min-width: 640px) {
	section[data-mon="All_Team"] .grid {
		gap: 1.2rem !important;
	}
}

.my-custom-progress-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-areas:
		"target collected remaining"
		"progress progress progress"
		"input input input";

	.my-custom-target {
		grid-area: target;
		border-inline-end: 1px solid #d9d9d9;
	}

	.my-custom-collected {
		grid-area: collected;
		border-inline-end: 1px solid #d9d9d9;
	}

	.my-custom-remaining {
		grid-area: remaining;

		.my-custom-value {
			color: #77a79f !important;
		}
	}

	.my-custom-progress {
		grid-area: progress;
		border-radius: 100px;
		background-color: #efeff2;
		position: relative;
		margin-top: 20px;

		&::before {
			content: "";
			position: absolute;
			z-index: 1;
			background-color: #028174;
			border-radius: 100px;
			inset-inline-start: 0;
			inset-block-start: 0;
			inset-block-end: 0;
			width: calc(var(--progress) * 1%);
			min-width: 30px;
			text-align: center;
		}

		span {
			color: white;
			position: relative;
			z-index: 3;
			display: inline-block;
			width: calc(var(--progress) * 1%);
			min-width: 30px;
			text-align: center;
		}
	}

	.my-custom-remaining,
	.my-custom-target,
	.my-custom-collected {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 30px;

		.my-custom-title {
			color: #b7b7cc;
			font-size: 13px;
		}

		.my-custom-value {
			color: #8e8e8e;
			font-size: 17px;
		}

		.my-custom-currency {
			color: #8e8e8e;
			font-size: 9px;
		}

		div {
			display: flex;
			align-items: end;
			gap: 9px;
		}
	}

	@media only screen and (max-width: 992px) {
		.my-custom-remaining,
		.my-custom-target,
		.my-custom-collected {
			padding: 0 10px;
		}
	}
}

.s-product-options-donation-input-group {
	height: auto !important;
	opacity: 1 !important;
	grid-area: input !important;
	margin-top: 10px;
	margin-bottom: 20px;
	filter: drop-shadow(0 4px 16px rgba(69, 91, 99, 0.2));

	input {
		border-radius: 12px !important;
		padding: 10px 20px !important;
	}
}

.s-product-options-donation-wrapper h4 {
	display: none !important;
}

.s-product-options-donation-options-item:last-of-type {
	display: none !important;
}

.s-product-options-option[data-option-type="donation"] {
	display: block !important;
}

.s-product-options-option-container {
	max-width: 400px;
	margin: auto;
}

salla-product-options + section {
	display: none !important;
}

[aria-label="Go to GetButton.io website"] {
	display: none !important;
}