/* Add custom CSS styles below */
:root {
	--one: #a8726f;
	--two: #caa491;
	  --color-primary: #d4c2b6;
  --main-color: #a8726f;
  --second-color:#cba678;
  --color-primary-dark: #fef7fa;
	--logo: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/PdWazG/FqbaLgLwgwLBqJW4zmmx1XXU5CnaTPbYNHJWSCnq.png);
	--logo2: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/PdWazG/FqbaLgLwgwLBqJW4zmmx1XXU5CnaTPbYNHJWSCnq.png);
	--background: #fdf2f9;
	--background2: linear-gradient(to right, #b69c8d, #FEF3ED);
	--three: #FFFFFF;
	--four: #000000;
}

#mainnav,
.bg-inherit,
#mobile-menu {
	background: #ffffff00;
}

#app>div.app-inner.flex.flex-col.min-h-full,
.bg-white,
.s-product-options-wrapper {
	background: url(https://i.top4top.io/p_3569g1t4h1.png); !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

#photos-1-slider .swiper .swiper-wrapper.s-slider-swiper-wrapper .swiper-slide {
  width: 40% !important;
}
.main-nav-container {
    min-height: 70px;
    background: var(--fourth-color);
    box-shadow: none;
    position: relative;
    z-index: 99;
}
.container {
    max-width: 1500px;
}

header.store-header {
    background: var(--fourth-color);
}

.top-navbar {
    background: unset;
}

.s-contacts-topnav-link:last-child:where([dir=rtl], [dir=rtl] *) {
    display: none;
}
.banner-entry,
.s-block,
.s-block--tabs-produtcs,
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner {
	background: transparent !important;
}

.container {
	max-width: unset;
}

.main-menu li>a .top-navbar .s-search-input {
	background-color: rgba(229, 231, 235, 1) !important;
}

#mainnav>div>div>div {
	width: 90%;
	margin: auto;
}

#mainnav>div>div>div>div:nth-child(1),
#mainnav>div>div>div>div:nth-child(1)>custom-main-menu,
.s-reviews-header {
	width: 100%;
}

#mainnav>div>div>div>div:nth-child(1)>custom-main-menu {
	display: flex;
	justify-content: center;
}


.top-navbar .s-search-input {
	background: var(--three);
}


.content--single-page h1,
.content--single-page .content-entry p,
.content--single-page .content-entry h4,
.s-breadcrumb-wrapper li,
.main-content h1,
.main-content h2,
.main-content p,
.main-content ul li,
.main-content ol li,
.space-x-2 span,
.rtl .fix-align,
[dir=rtl] .fix-align,
b,
strong,
.form-label .s-product-options-option-label small,
p {
	color: var(--one) !important;

}

.s-block--tabs-produtcs .tab-trigger.is-active button {
	color: var(--three) !important;
	background-color: var(--one);
}


/* Product Cards and Sliders */

/* ✅ كرت المنتج */
.s-product-card-entry {
  position: relative;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

/* ✅ العنوان */
.s-product-card-content-title a {
  color: var(--main-color);
  text-align: center;
  height: 20px;
  overflow: hidden;
}

/* ✅ السعر */
.s-product-card-price {
  color: var(--main-color) !important;
  text-align: center;
}

/* ✅ ⭐⭐⭐النجوم */
.s-product-card-content-sub {
  display: flex;
  flex-direction: column;
  align-items: center; /* توسيط النجوم والسعر */
}

.fake-rating {
  margin-bottom: 5px;
  color: gold;
  font-size: 18px;
}

/* ✅ الصورة */
.s-product-card-image {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* ✅ تغطية الأوفرلاي بالكامل */
.s-product-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
  pointer-events: none;
}

/* ✅ إظهار الأوفرلاي */
.s-product-card-entry:hover .s-product-card-image::after {
  opacity: 1;
}

/* ✅ الزرار (اضافة للسلة) */
.s-product-card-image button.s-button-element {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: none;
  transform: translate(-50%, 20px);
  opacity: 0;
  z-index: 3;
  transition: all 0.3s ease;
  pointer-events: none;
}

/* ✅ إظهار الزرار عند الهوفر */
.s-product-card-entry:hover .s-product-card-image button.s-button-element {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

/* 🩷 زر القلب */
.s-product-card-image .s-product-card-wishlist-btn {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translate(-50%, 20px);
  opacity: 0;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

/* 🎬 عند الهوفر – يطلع من تحت */
.s-product-card-entry:hover .s-product-card-wishlist-btn {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

/* إخفاء الزر الأصلي */
.s-product-card-content-footer {
  display: none !important;
}

.custom-cart-button {
  position: absolute;
  top: 147px; /* نفس مكان زر القلب */
  right: 0; /* خليه 40% لو عايزهم فوق بعض */
  transform: translate(-50%, -20px); /* يبدأ من فوق */
  opacity: 0;
  z-index: 5;
  background: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: all 0.3s ease-in-out; /* زي زر القلب بالضبط */
}

/* يظهر عند الهوفر */
.s-product-card-entry:hover .custom-cart-button {
  transform: translate(-50%, 0); /* ينزل لمكانه */
  opacity: 1;
  pointer-events: auto;
}

.compare-btn {
  position: absolute;
  top: 180px;
  left: 90%;
  transform: translate(-50%, 20px);
  opacity: 0;
  z-index: 5;
  background: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  font-size: 18px;
}

.s-product-card-entry:hover .compare-btn {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

/* 🌟 زر العرض السريع (زر العين) */
.quick-view-btn {
  position: absolute;
  top: 99px;
  right: 0;
  transform: translate(-50%, -20px);
  opacity: 0;
  z-index: 5;
  background: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  font-size: 18px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.s-product-card-entry:hover .quick-view-btn {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.similar-products-btn {
  position: absolute;
  top: 50px;
  right: 0; /* عدل حسب المكان اللي تحبه */
  transform: translate(-50%, 20px);
  opacity: 0;
  z-index: 5;
  background: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  font-size: 18px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.s-product-card-entry:hover .similar-products-btn {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

/* تعديل على الوان خلفية الزراير */

.custom-cart-button,
.compare-btn,
.quick-view-btn,
.s-product-card-wishlist-btn,
.similar-products-btn,
.s-product-card-image button.s-button-element {
  background: #c6a385 !important;
  border: none !important;
}

.custom-cart-button,
.compare-btn,
.quick-view-btn,
.s-product-card-wishlist-btn,
.similar-products-btn,
.s-product-card-image button.s-button-element:before {
  content: "";
  color: white;
}

/* ✅ تكبير ارتفاع الصورة داخل كرت المنتج */
.s-product-card-image {
  height: 360px; /* بدل القيمة التلقائية، ممكن تعدّل حسب المساحة المناسبة */
}

/* ✅ خلي الأوفرلاي يغطي الارتفاع الجديد بالكامل */
.s-product-card-image::after {
  height: 100%;
}

/* ✅ تأكد إن الصور جوه الكرت بتغطي المساحة الجديدة */
.s-product-card-image img {
  height: 100%;
  object-fit: fill;
}

/* ✅ تقليل ارتفاع عنوان المنتج */
.s-product-card-content-title a {
  height: auto;
  font-size: 14px;
  line-height: 1.3;
  max-height: 2.6em;
  overflow: hidden;
  margin-bottom: 4px;
}

/* ✅ تقليل حجم و spacing السعر */
.s-product-card-price {
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 2px;
}

/* ✅ تقليل حجم النجوم */
.fake-rating {
  font-size: 16px;
  margin-bottom: 3px;
}

/* ✅ تقليل التباعد بين النجوم والسعر */
.s-product-card-content-sub {
  gap: 2px;
  margin-top: -6px;
  margin-bottom: 4px;
  flex-direction: column;
  align-items: center;
}

/* ✅ تقليل المسافة الإجمالية داخل الكونتينت */
.s-product-card-entry {
  position: relative;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 15px;
  width: 250px !important;
  height: 335px !important;
}
/* أولاً نخلي الكارد قابل للتأثير */
custom-salla-product-card {
  position: relative;
  overflow: hidden;
}

/* تنسيق الكونتنت */
.s-product-card-content {
  position: relative;
  z-index: 1;
  color: #000; /* عادي أسود افتراضي */
  transition: color 0.3s ease;
}

/* الخلفية المتحركة */
.s-product-card-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  transition: left 0.5s ease-in-out;
  z-index: -1; /* الخلفية تكون تحت النص */
}

/* عند الهافر على الكارد */
custom-salla-product-card:hover .s-product-card-content::before {
  left: 0; /* تتحرك من الشمال لليمين */
}

custom-salla-product-card:hover .s-product-card-content-title a {
  color: white; /* النص يبقى أبيض */
}
custom-salla-product-card:hover .s-product-card-price {
  color: white !important; /* النص يبقى أبيض */
}
@media (max-width: 1024px) {
  /* ❌ إلغاء الأوفرلاي */
  .s-product-card-image::after {
    display: none !important;
  }

  /* ✅ إظهار الأزرار دائمًا بدون هوفر */
  .custom-cart-button,
  .compare-btn,
  .quick-view-btn,
  .s-product-card-wishlist-btn,
  .similar-products-btn,
  .s-product-card-image button.s-button-element {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) !important;
  }

  .custom-cart-button {
    top: 74px;
  }

  .quick-view-btn {
    top: 123px;
  }

  .similar-products-btn {
    top: 27px;
  }

  .s-product-card-wishlist-btn,
  .s-product-card-image button.s-button-element {
    top: 40px;
  }
  .s-product-card-entry {
    position: relative;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-radius: 15px;
    width: 229px !important;
    height: 271px !important;
  }
  .auto-rotator {
    width: 90%;
    max-width: 100%;
    height: var(--sliderHeight);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* التعديلات هنا تطبق على التابلت فقط */
  .custom-cart-button,
  .compare-btn,
  .quick-view-btn,
  .similar-products-btn,
  .s-product-card-image button.s-button-element {
    top: 190px;
  }

  .s-product-card-wishlist-btn,
  .s-product-card-image button.s-button-element {
    top: 100px;
  }
}

/* ============ */

.s-slider-block__title-right {
  padding-left: 0;
}
.s-slider-block__title-right h2 {
  position: relative;
  background-color: var(--two-color) !important;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  color: white;
}
.s-slider-block__title-right h2::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 2000px;
  background: var(--main-color);
  z-index: 0;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.s-slider-block__title-right h2::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 2000px;
  background: var(--main-color);
  z-index: 0;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
.s-slider-block__display-all {
  background-color: white !important;
  color: black !important ;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  border-radius: 32px;
  padding: 8px 32px;
  transition: 0.3s;
}
.s-slider-block__display-all:hover {
  background-color: black !important;
  color: white !important ;
}
.top-navbar,
.s-block--features__item {
  background-color: transparent !important ;
  min-height: 5px;
}
.flex.items-stretch.justify-between.relative::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(
    240,
    240,
    240,
    0.9
  ); /* زيادة الشفافية لجعل الضباب أكثر وضوحًا */
  filter: blur(30px); /* تطبيق blur على الطبقة */
  z-index: -1; /* التأكد من أن الطبقة تكون خلف المحتوى */
  -webkit-backdrop-filter: blur(10px);
}
@media (min-width: 1280px) {
  .s-user-menu-dropdown {
    z-index: 9999999999999999 !important ;
  }
}

#mainnav {
  background-color: transparent !important;
      height: 110px !important;
}

.main-menu li a span {
  font-size: 110% !important ;
}

.article--main.pb-1 {
  padding: 20px;
  border-radius: 20px;
}

a.flex > h3:nth-child(1) {
  background-color: white !important ;
}

.s-product-card-content-footer.gap-2 {
  margin: -8px auto !important;
}

.navbar-brand img:hover {
  -webkit-animation: blink-1 0.6s both;
  animation: blink-1 0.6s both;
}
@keyframes logoAnimation {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: scale(1.1) rotate(5deg);
    opacity: 0.9;
  }
  50% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  75% {
    transform: scale(1.1) rotate(-5deg);
    opacity: 0.9;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

nav ul li a span {
  transition: 0.3s;
}

.banner-entry.square-photos:hover {
  transform: rotate(10deg) translateY() scale(1.1);
}
.banner-entry.square-photos {
  transition: 0.3s;
}

.feature-icon {
  animation: rotateImage 5s linear infinite;
  transform-origin: center;
}

@keyframes rotateImage {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#featured-products-style2-7 {
	padding: 0;
}

.sicon-heart {
	position: absolute;
	z-index: 99999;
	color: var(--one) !important;
	position-area: center;
	width: 100%;
}

/*-------------------*/
div.header-btn__icon {
	margin-right: 17px;
}


.lg\:p-8,
.banner--fixed img,
.container {
	background: 0 0 !important
}


.s-block__title,
.max-w-sm,
.store-footer a,
.store-footer p,
.copyright-text p,
.s-menu-topnav-list,
#app>div.app-inner.flex.flex-col.min-h-full>header>div.top-navbar>div>salla-contacts,
.product__description .article--main p span,
.product__description .article--main p strong {
	color: var(--four) !important;
	font-weight: 900;
}

@media only screen and (min-width:600px) {
	.lg\:grid-cols-6 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.lg\:col-span-2 {
		grid-column: span 1/span 1
	}
}


.s-product-card-content {
	flex-direction: row !important;
	justify-content: space-around;
	padding: 40px 0 0 0 !important;
}

.s-product-card-content-footer {
	position: absolute;
	top: -15%;
	right: 0%;
	width: 100%;
}

.s-product-card-content-sub {
	width: fit-content !important;
}

.s-product-card-content-title a,
.s-product-card-sale-price {
	color: var(--one);
}

.store-footer a,
.flex.mb-6,
.md\:flex,
.s-product-card-content-title a,
.store-footer .contact-social ul,
.footer-is-light .store-footer .store-footer__inner {
	justify-content: center !important
}

.store-footer .contact-social {
	border-top: none;
	justify-self: center;
}

.store-footer__inner {
	padding-top: 0 !important;
}

.store-footer {
	padding-top: 5rem;
}

.store-footer a,
.store-footer p,
.max-w-sm,
.s-product-card-content-title a,
.s-reviews-header {
	text-align: center !important;
}

footer>div.md\:flex.items-center.justify-between.py-4.container.text-center {
	flex-direction: column;
}

salla-payments {
	margin: 40px auto 20px auto;
	width: 100%;

}

.s-payments-list {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	justify-items: center;
}


.s-payments-list-item {
	height: 3rem !important;
	width: 5rem !important;

}

@media only screen and (max-width:426px) {
	.s-payments-list-item {
		height: 2rem !important;
		width: 4rem !important;

	}


}

.s-block--tabs-produtcs .tabs {
	padding-top: .1rem
}

[dir=ltr] .mm-spn.mm-spn--navbar.mm-spn--main:after,
[dir=rtl] .mm-spn.mm-spn--navbar.mm-spn--main:after,
[dir=rtl] .mm-spn.mm-spn--navbar:after {
	text-align: inherit
}

.sicon-menu:before,
.header-btn__icon,
.s-cart-summary-total,
#mainnav li,
#mobile-menu,
.s-menu-topnav-list a,
.s-contacts-header a,
.s-slider-block__title h2,
.s-reviews-header {
	color: var(--two) !important
}

#mainnav i:hover,
#mobile-menu a:hover,
.s-product-card-content-title a:hover,
#btn-show-more,
.s-product-options-option-label small {
	color: var(--two) !important;
}
#mobile-menu , #mobile-menu a{
	color: #37606b !important;
}
.sicon-user-circle,
#s-cart-icon>i {
	color: var(--one) !important;
	background: transparent !important;
	border: none;
}

.sicon-user-circle:hover,
#s-cart-icon>i:hover {
	background: var(--three) !important;
}

.sicon-shopping-bag:before {
	content: "\e901";
	text-align: center;
}

i.text-base.sicon-shopping-bag:before {
	content: "\ea6e";
	text-align: center;
	color: var(--three);
	background: transparent !important;

}

.s-reviews-swiper-slide .s-reviews-testimonial {
	background: var(--two) !important;
}

.s-reviews-testimonial__info h2 {
	color: var(--three) !important
}

.s-block--tabs-produtcs {
	padding: 0;
	margin: 0;
	max-width: inherit;
}

#featured-products-style2-2 {
	margin-top: 0 !important;
}

#app>div.app-inner.flex.flex-col.min-h-full>section.s-block.s-block--fixed-banner.wide-placeholder>div img {
	border-radius: 0;
}

.slide--cat-entry i,
.text-gray-400,
.text-gray-500 {
	color: var(--three) !important
}

.top-navbar .s-search-input {
	box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
	color: var(--two);
}

[class^=sicon-],
[class*=" sicon-"] {
	font-weight: 800;
}

.s-product-card-image img {
	border-bottom: 2px solid var(--two);
	/* background: var(--three); */
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
	border-radius: 25px 25px 0px 0px;
}

.s-product-card-content {
	border-bottom-left-radius: .75rem;
	border-bottom-left-radius: .75rem;
}

.s-product-card-entry {
	background: var(--three);
	animation: signalTwo 1200ms linear infinite;
	border: 2px solid var(--two);
}


@keyframes signalTwo {
	0% {
		box-shadow: 0px 0px 0px var(--two) !important;
	}

	100% {
		box-shadow: 4px 4px 12px var(--two) !important;
	}
}

.s-product-card-fit-height .s-product-card-image {
	padding: 0;

}

salla-add-product-button[width=wide] {
	text-align: center;
}


::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #fff;
	border-radius: 10px
}

::-webkit-scrollbar-thumb {
	background: var(--two);
	border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
	background: var(--one);
}

.s-slider-block__title-left{
	border-radius: 25px;
}
.s-slider-block__display-all {
	padding: 10px 6px;
	line-height: 18px;
	color: var(--one);

}

.store-footer h3 {
	color: var(--one) !important;
	font-weight: 900;
	padding-top: .3rem;
	width: 100%;
	padding-bottom: .3rem;
	text-align: center;
	font-size: 1.5rem
}

.s-slider-block__display-all {
	background: 0 0;
}

.main-menu li>a {
	font-size: 1rem !important;
}

#app>div.app-inner.flex.flex-col.min-h-full>section.s-block.s-block--categories.merge-with-top-component.merged-has-no-title {
	margin: 0 !important;
	padding: 0 !important;
	background: var(--background) !important;

}


#main-links-2>div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden div {
	justify-content: center;
}

.slide--cat-entry {
	background: transparent !important;
	border: none;
	color: var(--one);
}

salla-slider .slide--one-sixth {
	width: 13vw;
}


.slide--cat-entry i,
.max-w-sm {
	display: none !important;
}

.slide--cat-entry h2 {
	display: none;
}

.slide--cat-entry {
	scale: 1;
}

.slide--cat-entry img {
	scale: 1.9;
	border-radius: 0 !important;
}

@media only screen and (max-width:600px) {


	.swiper-slide.slide--one-sixth,
	.swiper-slide.slide--one-sixth.swiper-slide-prev,
	.swiper-slide.slide--one-sixth.swiper-slide-next,
	.swiper-slide.slide--one-sixth.swiper-slide-active {
		width: 40%
	}

	.slide--cat-entry h4 {
		font-size: .775rem
	}

	.slide--cat-entry i {
		font-size: 28px
	}
}

.store-footer {
	margin: .7rem;
}


.rtl\:lg\:pl-20:where([dir=rtl], [dir=rtl] *) {
	padding-left: 0 !important;
}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.store-footer__inner {
	padding-bottom: 0px !important;
}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.store-footer__inner>div>div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20:before {
	text-align: center;
	content: "";
	display: block;
	height: fit-content;
	min-height: 5rem;
	width: 165px;
	margin: auto auto 1rem auto;
	background-image: var(--logo);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	animation: flash 1200ms linear infinite;

}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.store-footer__inner>div>div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20>a>h3 {
	display: none
}

@keyframes flash {
	0% {
		filter: drop-shadow(2px 4px 6px #504d46)
	}

	100% {
		filter: none
	}
}

[dir=rtl] .s-slider-block__title h2,
.s-reviews-header {

	font-size: 2rem;
}
.s-slider-nav-arrow{
    scale:.7
}
.s-slider-nav-arrow svg {
	fill: var(--four);
}

.index:before {
	content: "";
	width: 100%;
	height: 100%;
	background: transparent var(--logo2);
	position: fixed;
	top: 0;
	z-index: 99999999999999999 !important;
	background-size: 250px !important;
	background-repeat: no-repeat;
	background-position: center !important;
	animation: logobg 2.5s forwards, logoRotate 3s forwards;
	bottom: 0;
	left: 0;
	right: 0;
	transform: scale(1.1);
}

@keyframes logobg {
	0% {
		opacity: 1;
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes logoRotate {
	0% {
		opacity: 1;
		transform: rotate(0deg) scale(1.1);
	}

	25% {
		opacity: .5;

	}

	50% {
		opacity: 0;
		visibility: hidden;
		transform: rotate(360deg) scale(1.1);
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

.feature-icon,
.store-footer a .rtl\:ml-2\.5,
.s-slider-nav-arrow {
	box-shadow: 0 0 0 2px #fff;
}

#best-offers-5-slider {
	padding: 0 !important;
}

.s-block--features__item .feature-icon i {
	color: var(--one);
	background-color: var(--three);
	animation: signal4 1000ms linear infinite;
}

@keyframes signal4 {
	0% {
		transform: scale(1);
		opacity: .8;
	}

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

.footer-is-light .store-footer .social-link {
	border-color: transparent;
	box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}


.p-1 {
	padding: .15rem
}

.banner--fixed img {
	border-radius: 30px;
	/* transform: scale(.8); */
}


.swiper {
	padding-left: 0 !important
}

salla-slider.photos-slider .swiper-slide {
	position: relative;
	margin-left: 1.1rem;
	margin-right: .5rem;
	height: auto;
	width: 100%;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0
}

.store-footer::after {
	content: "برمجه وتطوير ADFAZ";
	color: var(--one) !important;
	font-size: 16px;
	font-family: Edu VIC WA NT Beginner, cursive;
	opacity: .8;
	text-align: center;
	font-weight: bold;
	width: 100%;
	display: block;
	position: relative;
	top: 0;
}


.banner-entry {
	padding: 0px !important;
	height: 40vw !important;
	scale: 1
}

.lazy__bg {
	background-repeat: no-repeat;
	transition: transform 0.6s ease-out;
	transform-origin: center;
	perspective: 1000px;
	/* يعطي إحساس العمق */
}

.lazy__bg:hover {
	transform: rotateY(180deg);
	/* يدور حول المحور Y */
}


.s-contacts-list-vertical {
	flex-direction: column;
	width: fit-content;
	margin: auto;
}

@media(min-width:768px) {
	.three-row .banner-entry:first-child {
		height: auto !important
	}
}

.scroll-to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 20px;
	background-color: var(--one);
	color: var(--three);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	transition: opacity 0.4s;
	z-index: 9999;
}

.scroll-to-top.show {
	display: block;
}

.scroll-to-top:hover {
	opacity: 0.8;
}


#more-content>p>span,
.md\:text-2xl,
#product-419180178>div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16>div.flex.whitespace-nowrap.gap-4.items-center>div.hidden.space-x-2.rtl\:space-x-reverse.whitespace-nowrap>h4,
#product-419180178>div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16>div.flex.whitespace-nowrap.gap-4.items-center>div.gap-4.flex>h2 {
	color: var(--four) !important;
}

#app>div.app-inner.flex.flex-col.min-h-full>salla-comments>div {
	margin: 0 !important;
	padding: 0 !important;
}


#main-links-1>div.s-slider-block__title {
	justify-content: center;
	margin: 22px auto;
}

#main-links-1>div.s-slider-block__title>div.s-slider-block__title-right {
	text-decoration: underline;
	text-underline-offset: 15px;
	text-decoration-color: var(--two);
}

#main-links-1>div.s-slider-block__title>div.s-slider-block__title-right h2 {
	color: var(--two) !important;
	font-size: 48px;
}

.s-slider-block__title-right {
	display: flex;
	align-items: center;
	width: 83% !important;
	margin: 20px auto;
}

.headingTitle {
	width: 90% !important;
	display: flex;
	align-items: center;
	margin: 20px auto;

}

.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *),
.headingTitle {
	padding-left: 0 !important;
}


.headingTitle::before,
.headingTitle::after {
	content: "";
	display: block;
	height: 5px;
	background: linear-gradient(to right, transparent, var(--one), transparent);
	flex-grow: 1;
}

.product__description,
.s-breadcrumb-item,
.main-content .whitespace-nowrap.gap-4 h2,
#page-main-title,
#app>div.app-inner.flex.flex-col.min-h-full>div>div>div>div.mb-4.sm\:mb-6.flex.justify-between.items-center>div>div>label {
	color: var(--one);
}

.content--single-page h1,
.content--single-page .content-entry p,
.content--single-page .content-entry h4 {
	color: var(--one);

}

@media (min-width: 319px) {
	.sm\:gap-8 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

}

@media (min-width: 1024px) {
	.lg\:block {
		justify-items: center !important;
		margin-top: 1.2rem;
	}
}

@media (max-width: 1025px) {


	#mainnav>div:before {
		height: 0px;
	}

	#mainnav>div>div>div {
		justify-content: space-between;

	}

	#mainnav>div>div>div>div.flex.items-center.justify-end {
		position: static;
		justify-content: end;

	}


}.navbar-brand img {
    max-height: 5rem;
    width: auto;
    max-width: 120px;
}
.navbar-brand img {
    max-height: 5rem;
    width: auto;
    max-width: 100px;
}
@media (max-width:1024px) {

.navbar-brand img {
    max-height: 5rem;
    width: auto;
    max-width: 100px;
}
.main-nav-container.fixed-pinned .navbar-brand img{
    max-height: 80px;
}

	.s-slider-controls-outer .s-slider-block__title-nav {
		display: flex;
	}
}

@media (max-width: 426px) {
.s-advertisement-content-main{
		font-size: .65rem;

}
	header.store-header:before {
		font-weight: 700;
		font-size: 20px;
	}

	#app>div.app-inner.flex.flex-col.min-h-full>section:nth-child(5) {
		margin-top: rem !important;
	}

	.s-products-slider-card {
		max-width: 7.75rem;
	}
	
    .s-slider-block__display-all,
    .s-product-card-content-title a{
        font-size:.5rem;
    }
    .s-button-wide,
    .s-product-card-price{
            font-size:.4rem;
}
    [dir=rtl] .s-slider-block__title h2{
        font-size:.8rem;
    }
	.slide-content {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		height: 100%;
	}

	.image-link {
		display: flex;
		align-items: center;
		justify-content: center;
		border: 3px solid var(--one);
		border-radius: 10px;
		padding: 5px;
		overflow: hidden;
		height: 100%;
	}

	.slider-image {
		width: 90%;
		border: 3px solid var(--two);
		border-radius: 5px;
	}
}

/*للايفون البيه*/
@media (max-width: 431px) {
	.s-products-slider-card {
		max-width: 9.22rem;
	}


    .s-slider-block__display-all,
    .s-product-card-content-title a{
        font-size:.6rem;
    }
    .s-button-wide,
    .s-product-card-price{
            font-size:.5rem;
}
    [dir=rtl] .s-slider-block__title h2{
        font-size:.9rem;
    }
}
.question_content {
	width: 80%;
	margin: auto;
}


.faq-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* يخلي كل سطر فيه سؤالين */
	gap: 15px;
	margin-top: 20px;
	align-items: start;
	/* 🔥 يخلي كل عنصر يبدأ من أعلى بدون ما يضغط اللي جنبه */
}

.question-item {
	background: #f8f9fa;
	border-radius: 10px;
	cursor: pointer;
	transition: background 0.3s ease-in-out;
	padding: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
}

.question:hover {
	background: #e9ecef;
}

.answer {
	max-height: 0;
	overflow: hidden;
	padding: 0 10px;
	background: #ffffff;
	transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.answer.open {
	max-height: 300px;
	padding: 10px;
}

.question i {
	transition: transform 0.3s;
}

.question.active i {
	transform: rotate(180deg);
}


.stats-section {
	text-align: center;
	background: transparent;
	margin-top: 25px;
	min-height: 50vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.stats-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3vw;
	width: 80%;
	margin: 0 auto;
}

.stat-item {
	background: var(--three) !important;
	padding: clamp(20px, 3vw, 30px);
	border-radius: 15px;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	flex: 1 1 calc(33.33% - clamp(10px, 1.5vw, 20px));
	min-width: 220px;
	max-width: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.stat-item:hover {
	transform: translateY(-15px) scale(1.02);
	box-shadow: 0 10px 20px var(--two);
}

.icon-wrapper {
	position: relative;
	height: clamp(50px, 6vw, 60px);
	width: clamp(50px, 6vw, 60px);
	margin: 0 auto 15px;
	transition: all 0.3s ease;
}

.stat-icon {
	font-size: clamp(2rem, 3vw, 2.5rem);
	color: var(--three);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.5s ease;
}

.secondary-icon {
	font-size: clamp(1.2rem, 2vw, 1.5rem);
	color: var(--one);
	opacity: 0.3;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: all 0.5s ease;
}

.stat-item:hover .stat-icon {
	transform: translate(-50%, -50%) rotate(360deg) scale(1.2);
}

.stat-item:hover .secondary-icon {
	opacity: 0.8;
	transform: translate(-50%, -50%) rotate(0deg) scale(1.1);
}

.stat-number {
	font-size: clamp(2rem, 3.5vw, 2.5rem);
	font-weight: 700;
	color: var(--one);
	display: block;
	margin: 10px 0;
	transition: color 0.3s ease;
}

.stat-item p {
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	margin: 0;
	font-weight: 500;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

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

.stat-item::before {
	content: '';
	position: absolute;
	background: linear-gradient(to right, var(--three)) !important;
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
	z-index: -1;
}

.stat-item:hover::before {
	opacity: 1;
}

@media (max-width: 768px) {
	.stats-container {
		gap: clamp(10px, 1.5vw, 20px);
		padding: 0 15px;
	}

	.stat-item {
		flex: 1 1 calc(33.33% - clamp(5px, 1vw, 15px));
		min-width: 0;
		padding: 15px;
	}
}

@media (max-width: 480px) {
	.stat-item {
		flex: 1 1 calc(50% - clamp(5px, 1vw, 15px));
	}
}


/* new animation */


#mainnav li a,
#mobile-menu a,
.s-menu-topnav-list a,
.s-contacts-header a,
.s-slider-block__title h2 {
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	max-width: 0;
	/* دي بدل width */
	animation: typing 1s steps(20) forwards;
}

@keyframes typing {
	from {
		max-width: 0;
		/* نبدأ من الصفر */
	}

	to {
		max-width: 100%;
		/* نوصل لحجم النص بالكامل */
	}

}


.slide--cat-entry img,
.s-block {
	opacity: 0;
	/* اجعل الصورة غير مرئية في البداية */
	transform: scale(0.8);
	/* تصغير العنصر عند البداية */
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
	/* تأثير ناعم */
}

/* عندما يتم إضافة كلاس "appear" عبر JavaScript */
.slide--cat-entry img.appear,
.s-block.appear {
	opacity: 1;
	/* إظهار الصورة */
	transform: scale(1);
	/* تكبير العنصر إلى الحجم الطبيعي */
}


@keyframes slideFromTop {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}

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

@keyframes slideFromBottom {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}

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

/* اجعل العناصر غير مرئية في البداية */
.s-products-slider-card {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* إضافة التأثير عند ظهور العنصر */
.s-products-slider-card.show:nth-child(odd) {
	animation: slideFromTop 0.7s ease-out forwards;
}

.s-products-slider-card.show:nth-child(even) {
	animation: slideFromBottom 0.7s ease-out forwards;

}
  
  
  /* اراء العملاء */
  .review-container {
  display: flex;
  gap: 30px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding: 30px 15px;
  width: 100%;
  animation: fadeInSlide 1s ease;
}

/* كل حاوية تقييم */
.review {
  min-width: 340px;
  max-width: 340px;
  background: linear-gradient(135deg, var(--one), #dacec7, #ebe7db);
  background-size: 300% 300%;
  animation: gradientShift 6s ease infinite;
  padding: 60px 20px 30px; /* مساحة علوية أكبر عشان الصورة */
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.4s ease;
  flex-shrink: 0;
  position: relative; /* مهم لتثبيت الصورة داخله */
  overflow: visible; /* مهم لإظهار الصورة خارج الحاوية */
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* عند التمرير بالماوس */
.review:hover {
  transform: translateY(-10px) scale(1.03);
}

/* رمز الاقتباس */
.review::before {
  content: "“";
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 90px;
  color: #ffffff;
  font-family: Georgia, serif;
  line-height: 0.8;
  opacity: 0.25;
}

/* صورة العميل */
.review img {
   width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  margin-bottom: 15px;
 margin-top: -100px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* النجوم */
.review .stars {
  color: #ffd700;
  font-size: 20px;
  margin-bottom: 10px;
}

/* نص التقييم */
.review p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* اسم العميل */
.review .name {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}

/* شريط التمرير */
.review-container::-webkit-scrollbar {
  height: 8px;
}

.review-container::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
}

/* انميشن الخلفية */
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* انميشن الظهور */
@keyframes fadeInSlide {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


/*feature */
.feature {
  transition: 0.5s;
}
.feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  padding: 18px 0;
  background-color: var(--main-color);
  color: #fff;
  border: 1px solid #000;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  transition: 0.5s;
  transform-origin: right;
  transform: translateX(-100%) rotateY(90deg);
  width: 300px;
  height: 66px;
}

.feature::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  padding: 18px 0;
  background-color: #fff;
  color: var(--main-color);
  border: 2px solid var(--main-color);
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  transition: 0.5s;
  transform-origin: left;
  transform: translateX(0) rotateY(0deg);
  width: 300px;
  height: 66px;
}
.feature1::before {
  content: "تواصلو معنا";
}
.feature2::before {
  content: "شحن سريع لكل أنحاء المملكة";
}
.feature3::before {
  content: "💸 طرق دفع متنوعة";
}
.feature1::after {
  content: "🎧 دعم فني";
}
.feature2::after {
  content: "🚀 شحن سريع";
}
.feature3::after {
  content: "💳 تمتع بخدمات دفع متعدة";
}
.feature:hover::before {
  transform: translateX(0) rotateY(0deg);
}
.feature:hover::after {
  transform: translateX(100%) rotateY(90deg);
}
.s-button-text {
  pointer-events: none;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  color: #fff;
}

@media (max-width: 991px) {
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;

  display: flex;

  box-sizing: content-box;
  justify-content: space-between;
  gap: 93px;
}
  }
  .slider-title {
  
    display: none;
}
  .slider-controls {
  display: flex;
  justify-content: flex-start;
  gap: 45px }
  
   .lazy__bg {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-size: 100% !important;
	background-position: center;
	opacity: 0;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 500ms;
  }
  
@media (min-width: 100px) and (max-width: 499px) {
	.lazy__bg {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  /* background-size: 140% !important; */
	  background-position: center;
	  opacity: 0;
	  transition-property: opacity;
	  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	  transition-duration: 500ms;
	  background-repeat: no-repeat;
	}
	.s-products-list-vertical-cards {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.625rem;
  margin: auto;
  text-align: center;
  left: 50%;
  transform: translateX(-17%);
}
  }
  
  
  .scroll-top-icon::after {
    content: '↑';
    font-size: 24px;
    color: #dda0bc;
    animation: twinkle 1.5s infinite alternate 
ease-in-out;
}


.scroll-top-icon {
    width: 50px;
    height: 50px;
    background: conic-gradient(from 0deg, #b0807d, #f4cbcb, var(--color-primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: spinStar 10s infinite 
linear;
}