@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  transition: 0.5s;
  font-family: var(--font-family) ;  
}
:root {
  --g-one: #765C8D;
  --g-two: #C09DDD;
  --h: #765C8D;
  --f: #fff;
  --logo: url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/OqnqRm/N1Rkkd6QOqmKV7RRrnMk2VdKzb6Cf0LULFcIx5Of.png");
  --img-back: url("https://i.ibb.co/PGf7C3NH/Artboard-14.png");
  --col-back: #fff;
  --pr-back: #fff;
  --pr-color: var(--col-back);
  --linear-title: linear-gradient(-225deg,#C09DDD 0,var(--color-primary) 29%,#C09DDD 67%,#765C8D 100%
  );
  --linear-2: linear-gradient(90deg, #C09DDD, #765C8D);
  --color-primary:#765C8D; 
}

/* ------- looding animation ------- */ 
#photos-11-slider .swiper-slide {
  width: 40% !important;
}
@media(max-width:991px) {
#photos-11-slider .swiper-slide {
  width: 55% !important;
}
}
.main-nav-container.shadow-default.bg-white {
  --tw-bg-opacity: 1;
  background-color: transparent!important;
}
.main-nav-container.shadow-default.bg-white {
  align-content: center !important;
}

  salla-slider.photos-slider .swiper-slide {

    margin-right: 1rem;
    width: 112% !important;
  }
  .s-slider-block__title {
    margin-bottom: 5rem;
  }
/* ============================= */ 
 .main-menu #offers a {
    --tw-text-opacity: 1;
    color: #000;
  }
.index .s-product-card-wishlist-btn button {
  pointer-events: auto;
  color: #000;
  top: 95px !important;
}
.s-product-card-vertical {
    width: 100%;
    background-color: var(--pr-back);
    border: 2px solid #755B8D;
}

.s-product-card-entry {
    position: relative;
    display: flex
;
    height: 100%;
    justify-content: space-between;
    border-radius: .75rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
/* ============================= */ 

/* ---------- Header ----------- */ 
.s-quantity-input-input {
  width: 3rem;
  border-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, 1);
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-weight: 700;
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  color: #000;
}
/* ============================= */ 
html, body {
  overflow-x: hidden !important;
}
/* ------- الشريط المتحرك ------- */ 
  .store-features-bar {
    width: 100%;
background: var(--linear-2); 
    color: var(--h);
    overflow: hidden;
    height: 50px;
    display: flex;
    align-items: center;
    direction: ltr;
    position: relative;
    z-index: 9999;
    padding-inline: 20px;
  }

  .store-features-wrapper {
    display: inline-block;
    white-space: nowrap;
    animation: scrollFeatures 120s linear infinite;
    will-change: transform;
  }

  .store-features-bar:hover .store-features-wrapper {
    animation-play-state: paused;
  }

  .store-feature-item {
    display: inline-block;
    margin-right: 25px;
    font-size: 16px;
    font-weight: bold;
    color: var(--h);
  }

  @keyframes scrollFeatures {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0%);
    }
  }

@media (max-width: 767px) {
    .store-features-bar {
      height: 39px;
    }

    .store-feature-item {
      font-size: 14px;
      margin-right: 20px;
    }
}
  
  .banner-entry h3.text-with-border span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #D9CBE5;
}
/* ------- شريط البحث ------- */ 
 .top-navbar {
 display:none;
 }
header .sicon-search {
  color: var(--g-one);
}
 
.bg-white.p-6.rounded.shadow.w-full.max-w-md.relative {
  top: -170px;
  background: var(--linear-2);
  color: aliceblue;
  border: 2px solid white;
  border-radius: 46px;
}
.bg-white.p-6.rounded.shadow.w-full.max-w-md.relative button {
  color: aliceblue;
}
.header-btn {
  color: aliceblue;
  margin: 0 10px 0 0;
}
.header-search {
  margin: 0 20px;
}

@media(max-width:768px) {
.bg-white.p-6.rounded.shadow.w-full.max-w-md.relative {
  top: -240px;
  }
}

/* ------- header ------- */ 
header {
  z-index: 10;
}

@media(min-width:991px) {
.store-header {
  background-color: transparent;
}
.store-header .container {
background-color: var(--col-back)
}
.store-header .container .items-stretch {
 margin: 7px 10px;
  border: 1px solid aliceblue;
  border-radius: 50px;
  inset: 0;
  top: 0px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
  position: fixed;
  height: 100px;
  top: 50px;
}
.store-header .container .items-stretch .flex.items-center.justify-end {
border: 2px solid #765C8D;
  border-radius: 60px 60px 60px 60px;
  height: 60%;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 9%;
  position: absolute;
  padding: 0 10px;
  background-color: #fff;
}
.s-cart-summary-total {
color:white;
}

.store-header .fixed-pinned .items-stretch {
    top: 5px;
}
}
/*---------*/
.main-menu li.root-level > a {
    color: #765C8D;
}
.main-nav-container {
  background-color: var(--col-back)
}
header .text-primary {
  color: #765C8D;
}

.s-cart-summary-total {
    color: #765C8D;
}


@media(max-width:991px) {
.store-header .container .items-stretch .flex.items-center.justify-end {
  left: 12%;
}
} 
@media(max-width:768px) {
.store-header .container .items-stretch .flex.items-center.justify-end {
  left: 24%;
}
} 

/* تغيير ايقونات الهيدر */ 
.sicon-shopping-bag:before {
    content: "\e901";
    text-align: center
}
.sicon-user-circle:before {
    content: "\f077";
    text-align: center
}
.header-btn__icon {
  border: none;
  color:var(--h);
}

/* ============================= */ 
/* ---------- mobile header----------- */ 
/* ============================= */

.lg\:col-span-2.lg\:pe-20,#app>div.app-inner.flex.flex-col.min-h-full>footer>div.store-footer__inner>div>div {
    align-content: center;
    text-align: center
}

a.mb-4.last\:mb-0.flex.items-center.text-sm.leading-none {
    justify-content: center
}

ul.flex.mb-6 {
    justify-content: center
}

a.flex.items-center.m-0 {
    justify-content: center
}

.main-nav-container.shadow-default.bg-white {
    --tw-bg-opacity: 1;
    background-color: var(--col-back)
}

.navbar-brand img {
max-height: 4rem;
  padding-left: 50px;
  padding-right: 50px;
}
.s-product-options-thumbnails-wrapper div p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156, 163, 175);
  color: #000;
}

.header-btn__icon,i.sicon-menu.text-primary.text-2xl.me-2\.5 {
    color: #fff
}

@media only screen and (min-width: 1024px) {
    .main-menu #offers a {
        --tw-text-opacity: 1;
        color: #000
    }
}

@media only screen and (max-width: 1024px) {
    .mm-ocd--right .mm-ocd__content {
        right:0;
        right: 0!important;
        left: 0!important;
        top: -67px;
        bottom: 0;
        margin: auto;
        width: 86%;
        border-radius: 20px;
        height: 83%
    }
.mm-spn ul.mm-spn--open {
  left: 0;
    background-color: var(--g-two);
}
.mm-spn ul.mm-spn--open li {
    color:#fff;
    font-size: 17px;
    font-weight: 800;
    
}

  .main-menu > .has-children:hover > a {
    color: #414042;
    color: #FFF;
}
}
@media only screen and (min-width: 1024px) {
  .main-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background-color: var(--var(--g-two));
  }
}
@media only screen and (min-width: 1024px) {
  .main-menu > .has-children:hover > a {
    color: #414042;
    color: #FFF;
  }
}

#salla-modal>div.s-modal-wrapper>div>div.s-modal-header>div>span {
    visibility: hidden;
    display: none
}

#salla-modal > div.s-modal-wrapper > div > div.s-modal-header::before, nav#mobile-menu::before, #app > div.mm-ocd.mm-ocd--right.mm-ocd--open > div.mm-ocd__content::before {
    display: block!important;
    content: '';
    background-image: var(--logo);
    background-color:var(--g-two);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 105px;
    border-radius: 15px;

}

#salla-modal>div.s-modal-wrapper>div>div.s-modal-header:before {
    margin: -27px 0 32px
}

@media(min-width: 767px) {
    nav#mobile-menu:before {
        display:none!important
    }
}

@media(max-width: 767px) {
    salla-slider .slide--one-fourth {
        height:auto;
        width: 100%;
        max-width: 141px
    }
}



#app>div.app-inner.flex.flex-col.min-h-full>footer>div.md\:flex.items-center.justify-between.py-4.container.text-center>ul>li:nth-child(n) {
    width: 4rem;
    height: 3rem
}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.md\:flex.items-center.justify-between.py-4.container.text-center>span>p {
    display: none
}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.md\:flex.items-center.justify-between.py-4.container.text-center::before {
    content: var(--con);
    font-size: 16px;
    display: block;
    visibility: visible;
    position: relative
}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.md\:flex.items-center.justify-between.py-4.container.text-center::after {
    color: #fff;
    font-size: 10px;
    display: block
}

.brand-item {
    border: 2px solid #000;
    border-radius: 17px
}


/* ============================= */ 
/* ---------- Body----------- */ 
/* ============================= */ 
/* to change background color*/
.flex-col {
  background: var(--img-back);
 background-color:#FFFFFF;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-entry {
  background-color: transparent !important;
}
.banner--fixed img {
  background-color: transparent !important;
}

/* ---------- dark mood----------- */ 


body{

.s-slider-block__title h2, .main-content h1, .s-block__title h2 {
  /* background-image: var(--linear-2); */
  color: #765C8D;
  }

    
.gap-3 {
  background-color: transparent
}


    footer.store-footer * {
  color: #000;
  text-align: center;
} 


p.text-gray-400.mb-2\.5.md\:mb-0 {
  color: #fff !important;
}


@media only screen and (max-width: 1024px) {
  .mm-spn.mm-spn--light {
    color: #fff;
    background: #000;
  }
    .mm-spn.mm-spn--light * {
        color: #fff;
    }

.mm-spn ul.mm-spn--open li {
    color:#fff;
    font-size: 17px;
    font-weight: 800; 
}
}

.s-menu-topnav-item {

  color: #fff !important;
}
.breadcrumbs * {
color:#765C8D
}
#page-main-title {
color:#765C8D
}

.s-comments {
color:#fff;
  background-color: transparent !important;
}
/* to change background color*/
.flex-col {
    /* background-color: #EFDAE9; */ /* لون الخلفية مع شفافية */
    background-blend-mode: multiply; /* المزج */
    background-size: cover;
}

 .store-footer__inner {

    background-blend-mode: multiply; /* المزج */
    background-size: cover;
 }

.banner--fixed img {
    background-color: transparent ;
}
salla-slider:not(.hydrated), .carousel-slider {
    background-color: transparent ;
}



.s-button-primary {
  border-width: 1px;
  border-color: #414042;
  border-color: var(--color-primary);
  background-color: #414042;
  background-color: var(--color-primary);
  color: #ff6767;
  color: #fff;
}
.total-price {
color:#000
}
.main-content .flex.items-center{
color:#fff
}
.text-unicode{
color:#fff
}


.features-section h2 {font-size: 2em;margin-bottom: 20px;color: black;background: var(--2);border-radius: 9rem 0rem 8rem 2rem;font-size: 27px !important;font-weight: 700;color: #765C8D;padding-right: 30px;text-align: center;padding-bottom: 10px;width: fit-content;margin: 0 auto 20px auto;padding-left: 30px;}
.review {
  background: var(--color-primary);
  }
  .slider-title {
  color: #fff;
  }
  #faq-section {
    background-color: var(--g-one) !important;
    box-shadow: #C09DDD 0px 4px 10px !important;
  }
    #faq-section h2 {
  color: #fff!important;
  }
 
  .s-contacts-icon {
  background-color: #765C8D !important;
}

.stats-section h2 {
  color: #765C8D;
}



.main-content {
  background-color:transparent;
}
}



/* ============================= */ 
/* ---------- Banners----------- */ 
/* ============================= */ 

/* ------- جعل أول بانر أسفل الـ هيدر ------- */ 
.s-block:first-of-type {
  margin-top: 0px;
}
.s-block .container {
  max-width: 100vw;
  padding-right: 0;
  padding-left: 0;
}

/* ============================= */ 
/* ---------- banner entry ----------- */ 
/* ============================= */ 

.s-block--banners .md\:grid-cols-3{
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-entry {
  flex-grow: 1 ;
  overflow: inherit;
}
.lazy__bg {
  background-size: cover !important;
}
@media (max-width: 768px) {
.lazy__bg {
  background-size: 150% !important;
}
.banner-entry {
  height: 120px;
}

}

.lazy__bg:hover {
  transform: scale(1.1) rotate(5deg);
  transition: 0.5s;
}


/* ============================= */ 
/* ---------- products ----------- */ 
/* ============================= */
.s-slider-block__title h2 {
  color: var(--h);
}
.s-products-slider-card {
  width: 209px !important;
  height: 300px !important;
}
.s-product-card-vertical {
  width: 100%;
}
.s-product-card-image-cover {
  -o-object-fit: fill!important;
  object-fit: fill!important;
}
.s-product-card-image-contain {
  -o-object-fit: fill!important;
  object-fit: fill!important;
}
.s-product-card-vertical .s-product-card-image {
  overflow: inherit;
  height: 150px !important;
}
.s-product-card-image img.loaded {
  position: relative;
  opacity: 1;
  border-radius: 11px 11px 0px 0px;
}
.s-product-card-content-title a {
  display: -webkit-box;         
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 1;        
  overflow: hidden;            
  text-overflow: ellipsis;      
  width: 100%;  
  text-align: center;                
}
.s-product-card-content-title a {
  text-align: center;
}
.s-product-card-content-sub {
  justify-content: center;
}
.s-product-card-content {
  background: #fff;
  padding: 7px;

}
.s-product-card-content-footer {
  width: 20%;
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
  margin: 0px;
  border: 2px solid #eee;
}
.s-product-card-content-footer .s-button-text span{
display:none;
}
.s-product-card-content-footer salla-add-product-button .s-button-element:not(:disabled):not([loading]) {
  pointer-events: auto;
  width: auto;
  padding: 6px 15px;
}
.s-product-card-vertical .s-button-outline {
  border-width: 1px;
  border-color: #eee;
  padding-inline: 15px !important;
  padding-block: 4px !important;
}
.s-product-card-vertical [class^="sicon-"], [class*=" sicon-"] {
  color: var(--g-one);
}
.sicon-shipping-fast::before {
  content: "\ef31";
  color: #fff;
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
   padding-inline: 10px !important;
   height: 32px;
}



/* ---- صفحة المنتج ---- */ 



/* ---------- quick view ----------- */ 
.quick-view-modal .article--main * {
  color: #000 !important;
}
  
   .quick-view-modal .s-button-element:not(:disabled):not([loading]) {
  pointer-events: auto;
  border-color: var(--col-back);
  color: #fff;
  width: 100%;
  padding: 5px 10px;
}

.btn-container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* وضع افتراضي: عمودين */
  gap: 20px;
}

@media (max-width: 768px) {
  .btn-container {
    grid-template-columns: 1fr; /* شاشة الهاتف: عمود واحد */
    gap: 10px; /* تقليل المسافة بين العناصر إذا رغبت */
  }
}

@media (max-width: 640px) {
  .is-sticky-product-bar .sticky-product-bar {

    bottom: -320px;
  
  }
}
   .quick-view-modal  .py-4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
   .quick-view-modal  .p-5 {
  padding: 0.25rem;
}
/* ---------- صفحة التصنيف----------- */ 
.product-index .main-content {
    background-color: transparent;
  }
.product-index .s-product-card-image {
  height: 11rem;
  max-height: 12rem;
}
.s-breadcrumb-wrapper {
  line-height: 2.2rem;
}
/* ---------- صفحة المنتج----------- */ 
@media (max-width: 640px) {
.is-sticky-product-bar .sticky-product-bar {
    position: revert;
}
#product-filter {
  color: #000 !important;

}
}
/* ============================= */ 
/* ---------- javascript----------- */ 
/* ============================= */
@media (max-width: 991px) {
.stats-container {
    gap: 15px;
}
.stat-item.visible {
  width: 30%;
}
}


/* ============================= */ 
/* ---------- footer----------- */ 
/* ============================= */
@media (max-width: 900px) {
.stat-item {
   width: 30vw !important;
    padding: 30px 5px !important;
}
.stats-container {
    gap: 15px;

    margin: 0 auto;
}
  
}

.testimonial-title {
  color: #765C8D;
}
 .s-block--categories .s-slider-block__title h2, .main-content h1, .s-block__title h2 {
  text-transform: uppercase;
  background-image: var(--linear);
  }
  .slide--cat-entry {
  height: 7rem;}
  .slide--cat-entry h2 {
  color: white;
}
.s-slider-block__title .s-slider-block__title-left {
  justify-content: center;
  flex-direction: column;
}

.footer-is-light .store-footer {
  overflow: hidden;
}
  footer.store-footer * {
  color: #fff;
  text-align: center;

} 
.store-footer__inner a:first-of-type h3 {
  display: none !important;
}
.store-footer__inner::before {
  content: "";
  background: linear-gradient(180deg ,transparent 100%,#ffffff 94%), url(https://i.postimg.cc/jCV95d3P/1704084060680.png);
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  color: #ffffff !important;
  background-size: 418%;
  display: block;
  background-repeat: round;
  transform: rotate(180deg);
  height: 104px;
  margin: -40px -32px 1px 1px;
}

.store-footer__inner .container::before{
text-align: center;
  content: "";
  display: block;
  height: 90px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  background-image: var(--logo);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.6s;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 10%;
}

@media(min-width:1020px) {
.store-footer__inner .container::before {
height: 110px;
    width: 149px;
    top: -57px;
    left: -308px;
}
}
p.text-gray-400.mb-2\.5.md\:mb-0 {
  color: #fff !important;
}
.hover\:text-primary {
  color: #414042;
  color: #fff;
}
.store-footer h3 {padding-right: 10px;padding-bottom: 10px;font-size: 2em;margin-bottom: 20px;color: black;background: var(--linear-2);border-radius: 9rem 0rem 8rem 2rem;font-size: 20px !important;font-weight: 700;color: #fff;padding-right: 30px;text-align: center;padding-bottom: 10px;width: fit-content;margin: 0 auto 20px auto;padding-left: 30px;}
.s-contacts-item {

  justify-content: center;
}
.s-payments-list-item {
  background: white !important;
}
.s-payments-list-item img {
  background: white !important;
}


.store-footer .store-footer__inner {
  background-color:transparent!important;
}
 .store-footer__inner {
  background-color: var(--col-back) !important;
}
.store-footer__inner {
  background-color: #CBC7BE !important;
}
@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 3 / span 2;
  }
}
.store-footer::after {
	content: "برمجة وتطوير ADFAZ";
	top: 0;
	color: #765C8D !important;
	font-size: 16px;
	opacity: 0.8;
	text-align: center;
	font-weight: 700;
	width: 100%;
	display: inline-block;
}
/********اضافات*****/
  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: transparent;
  }
  .s-block--tabs-produtcs .tab-trigger.is-active button {
  border-color: #414042;
  border-color: var(--color-primary);
  background-color: #414042;
  background: var(--linear-2);
  color: #ff6767;
  color:#E1E2E1;
}

.rtl .form-select, .rtl select, [dir="rtl"] .form-select, [dir="rtl"] select {
  background-position: left .5rem center;
  padding-right: 12px;
  color: #765C8D;
}

.footer-is-light .store-footer {
  overflow: hidden;
  background: transparent;
}
/* CSS جديد للأسئلة الشائعة */
#faq-section {
  background: linear-gradient(135deg, var(--g-one) 0%, var(--g-two) 100%) !important;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
  padding: 2rem;
  margin: 3rem auto;
  max-width: 800px;
}

#faq-section h2 {
  color: #fff !important;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 15px;
}

#faq-section h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #fff;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.faq-question {
  background: rgba(255,255,255,0.9);
  color: var(--g-one);
  padding: 15px 20px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: rgba(255,255,255,1);
}

.faq-question:after {
  content: "+";
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.faq-question.active:after {
  transform: rotate(45deg);
}

.faq-answer {
  background: rgba(255,255,255,0.8);
  color: #333;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.show {
  max-height: 300px;
  padding: 15px 20px;
}

/* CSS للتأثير التحميل */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--col-back);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

.loading-logo {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  background-image: var(--logo);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: pulse 2s infinite;
}

.loading-spinner {
  width: 70px;
  height: 70px;
  border: 8px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  border-top-color: var(--g-one);
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

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

.loading-text {
  margin-top: 20px;
  color: var(--g-one);
  font-size: 1.2rem;
  font-weight: bold;
}
/* CSS للنافذة الافتتاحية */
#welcome-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

#welcome-popup.show {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  background-color: white;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.s-block--full-bg + footer, .s-block--full-bg + .s-block--full-bg, .s-block--full-bg:first-of-type {
  margin-top: 0px;
  background-color: transparent;
}



.s-slider-block__display-all {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #4D401D;
}

.s-button-element:not(:disabled):not([loading]) {
  pointer-events: auto;
  color:#000;
}
.s-slider-nav-arrow:not(:disabled):hover svg {
  fill: #fff;
}
.banner-entry {
  position: relative;
  height: 650px !important;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 16.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255);
  color: transparent;
  background: transparent !important;
}

.gap-3 {
  gap: 0.75rem;
  display: flex;
  align-content: center;
}

.lazy__bg {
  background-size: contain !important;
}

@media (max-width: 768px) {
  .lazy__bg {
    background-size: 100% !important;
  }
.banner-entry {
  height: 300px;
}
}

.mb-6 {
  margin-bottom: 4.5rem;
}

.quick-view-modal .s-button-element:not(:disabled):not([loading]){
pointer-events: auto;
  border-color: var(--col-back);
  color: #fff;
  width: 100%;
  padding: 5px 10px;
  background-color: ##4D401D;
}
.rtl\:ml-3:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.75rem;
  color: #000;
}
.font-bold {
  font-weight: 700;
  color: #765C8D!important;
}

.s-fast-checkout-button.rtl {
  flex-direction: row-reverse;
  color: #765C8D!important;
}
.s-add-product-button-mini-checkout-content:where([dir="rtl"], [dir="rtl"] *) {
  flex-direction: row-reverse;
  color: #765C8D !important;
}
.s-button-primary-outline:hover{
    background-color: #9E9180;
    fill: #ff6767;
    fill: var(--color-primary-reverse);
    color: #ff6767;
    color: var(--color-primary-reverse);
}

.s-block--tabs-produtcs .tab-trigger.is-active button {
  border-color: #414042;
  border-color: var(--color-primary);
  background-color: #414042;
  background: var(--linear-2);
  color: #ff6767;
  color: #E1E2E1;
}

.s-slider-v-centered .s-slider-block__title-nav button {
  pointer-events: auto;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255);
  background-color: #765C8D;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px #d1d5db, 0 4px 6px -4px #d1d5db;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  --tw-shadow-color: #d1d5db;
  --tw-shadow: var(--tw-shadow-colored);
  color: #4E240C;
}