/* designed by:  0583418182 me@emadcode.com */
/* theme: Aali */
@font-face {
	font-family: "bahij";
	src: url("https://res.cloudinary.com/dylsikwrh/raw/upload/v1699089676/t-5-mnahl/Alphotoshop.com_TheSans-Bold_od0jju.otf");
}

#app.index .floating-wrapper {
	font-family: "bahij";
	/* font-style: italic; */
}

/* features */
.index .enhanced-features .s-block--features__item {
	justify-content: flex-start;
}
/* features */

#fullscreen-banner-0 .bg__image.after\:opacity-0:after {
	opacity: 0;
}
#app .s-block-fullscreen-banners.custom1 .fs_banners_btn {
	background: rgb(253, 218, 0) !important;
	box-shadow: 0px 11px 13px 0px rgba(0, 0, 0, 0.22);
	text-shadow: 0px 7px 13px rgba(0, 0, 0, 0.22);
	color: rgb(100, 55, 33) !important;
	border-radius: 1000px !important;
	font-size: 2rem;
	padding: 1.1rem 2rem;
}
#app .s-block-fullscreen-banners.custom1 .subtitle {
	font-size: 5rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	line-height: 100%;
}
#app .s-block-fullscreen-banners.custom1 h2.text-3xl {
	/* max-width: 900px; */
	text-shadow: rgba(0, 0, 0, 0.22) 0px 7px 13px;
	font-size: 7rem;
}
#app .s-block-fullscreen-banners.custom1 .floating-wrapper {
	top: 50%;
}
/* enhanced product */
@media only screen and (max-width: 492px) {
	/* first banner */
	#app .s-block-fullscreen-banners.custom1 h2.text-3xl {
		/* max-width: 300px; */
		font-size: 3.5rem;
	}
	#app .s-block-fullscreen-banners.custom1 .subtitle {
		font-size: 2rem;
		margin-top: 0.4rem;
	}
	#app .s-block-fullscreen-banners.custom1 .floating-wrapper {
		top: 35%;
	}
	#app .s-block-fullscreen-banners.custom1 .fs_banners_btn {
		font-size: 1.5rem;
		padding: 0.8rem 1.5rem;
	}
	/* first banner */
	.s-block--tabs-produtcs .tabs {
		grid-template-columns: 1fr 1fr;
		display: grid;
		gap: 1rem;
	}
}
.index .tab-trigger {
	display: flex;
}
/* enhanced product */

#app [id^="gb-widget"] {
	bottom: calc(var(--mobile-nav-height) + 1rem) !important;
}
@media only screen and (max-width: 640px) {
	#app [id^="gb-widget"] {
		bottom: calc(var(--mobile-nav-height) + 1rem) !important;
	}
	#app.product-single.is-sticky-product-bar [id^="gb-widget"] {
		bottom: calc(var(--mobile-nav-height) + 5rem) !important;
	}
}