:root {
    --first-color:#ac8a54;
    --second-color:#5c2756;
    --third-color:#ede9d3;
    --white-color: #fff;
    --logo:  url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/PdjgmW/IWrnl2KRsEgkIQbh8yOpEIwO0f9sBv3dTYLt453U.png);
}
/*---------------------- Body --------------------*/

body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background:  var(--logo);

    -webkit-backdrop-filter: blur(10px);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation-name: fadeInUp;
    animation-duration: 1.5s;
    transform: scale(0);
    border: none;
}


@media (max-width: 768px) {
  body:after {
        background-size: contain; /* Change to 'contain' for smaller screens */
       
    }
} 
@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}

@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    75% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(.1);
    }
}
body{
font-family:cairo;

}
body {
  background: #fff;
  background-color:var(--white-color);

background-repeat: no-repeat;
background-size:cover !important;
background-position:center;
width:100%;
height:100%;
background-attachment:fixed;
margin:0;
padding:0;}
/* --------------شريط طرق الدفع والشحن--------------- */

header.store-header:before {
    content: '';
    background: url(https://i.ibb.co/Ny8tNMt/image.png);/*https://i.postimg.cc/bJLB2PdZ/image.png*/
    background-repeat-y: no-repeat;
    background-position-x: 0;
    animation: scrollBrands 2000s linear alternate both infinite;
    background-size: contain;
    height: 30px;
    display: block;
    background-color: var(--first-color);
    background-position: center;
    margin-bottom: 16px;
    z-index: 9999999999999999;
    color:black;
}
@media (max-width: 767px) {
  header.store-header::before {
    background-size: 180%;
    height: 39px;
    background-position: center;
    margin-bottom: -2px;
  }
}
@keyframes scrollBrands {
    0% {
        background-position-x: 0
    }

    50% {
        background-position-x: 35000px
    }

    100% {
        background-position-x: 0
    }
}
/*---------------------- nav------------------------- */
.top-navbar .s-search-input {
  
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.bg-inherit {
   background-color: var(--white-color);
}
#mainnav{
background-color: var(--white-color);
}
.sicon-user-circle {
    content: "\f072";
   
    border: none
}

.sicon-user-circle:hover {
    content: "\f072";
    color: var(--second-color)
}

.header-btn__icon.icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: 9px;
    margin-right: 0;
    margin-right: initial;
    
    border: none
}

.header-btn__icon.icon:hover {
    margin-left: 9px;
    margin-right: 0;
    margin-right: initial;
    color: var(--second-color)!important
}

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

.sicon-user-circle:before {
    content: "\f077";
    text-align: center
}

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

.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: #000;
    color: rgba(0,0,0,var(--tw-text-opacity));
    
}
.s-cart-summary-total:hover {
 color:var(--second-color);
}
.s-cart-summary-total > i:nth-child(1):hover {
 color:var(--second-color);
}

.sicon-menu {
    content: "\ed7f";
   
}

.sicon-menu:hover {
    content: "\ed7f";
   color:var(--second-color);
}



}
.text-primary {
 color:var(--first-color);
}
/* الرمز السعودي و علامة المنيو و القلب */
[class^="sicon-"] {color: var(--first-color);}
/* الرمز السعودي */
.s-cart-summary-total > i:nth-child(1){
color: var(--first-color);

}

 
.header-btn__icon { color:var(--first-color);}
.s-cart-summary-total
{
color:var(--first-color);
}
#mobile-menu{
color:var(--first-color);

}@media (max-width: 1024px) {
  #mobile-menu {
    background-image: linear-gradient(to left, var(--white-color),var(--white-color));
  }
}
.navbar-brand img:hover {
    -webkit-animation: blink-1 .6s both;
    animation: blink-1 .6s both
}

@-webkit-keyframes blink-1 {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes blink-1 {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}




nav[data-mm-spn-title="القائمة الرئيسية"]::after {
color:#000000;
}

/* -----------------------sections----------------- */
#brand-section{
background: linear-gradient(to bottom, #f8cdda, #1d2b64);}
section:nth-child(5) img
{
transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}
@keyframes float {
	0% {
		
		transform: translatey(0px);
	}
	50% {
		
		transform: translatey(-20px);
	}
	100% {
		
		transform: translatey(0px);
	}
}

.banner-entry {
background-color: transparent;
}

.banner--fixed img, .banner-entry {
background-color: transparent;
}
/*---------------دخول من اليمينtransition---------------*/

.scroll-reveal {
  opacity: 0;
  transform: translateX(80px); /* translateX(-80px) or translateY(80px) or translateY(-80px) */
  transition: all 0.8s ease-out;
}

.scroll-reveal.revealed {
  opacity: 1;
  transform: translateX(0);
}
/* -----------------------------card----------------------- */
.product__description a {
    --tw-text-opacity: 1;
    color: #1d4ed8;
    color: rgba(29,78,216,var(--tw-text-opacity));
    color: var(--first-color)
}



.s-block--photos-slider {
    margin-top: 0!important
}

.swiper {
    padding-left: 0!important
}

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

@media(max-width: 1024px) {
    salla-slider.photos-slider .swiper-slide {
        position:relative;
        margin-top: -5px;
        margin-left: 1.1rem;
        margin-right: 2px;
        height: auto;
        width: 107%;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0
    }
}

.s-social-share-btn span svg {
    height: 1rem;
    width: 1rem;
    color: var(--first-color)
}



.s-products-slider-card {

width:70%;
padding-bottom:20px;
margin-right:10px;
margin-left:10px;
}
.s-product-card-vertical {
  flex-direction: column;
  background: none;
  border: 1px solid var(--first-color);
  
}
.s-product-card-vertical {
width:90%
}
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
}
.s-product-card-content {


   border-bottom-left-radius: 15px; 
   border-bottom-right-radius: 15px;
   padding: .75rem .75rem;
   
   align-items: center; }
.s-product-card-content-sub {
 
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  }
  .s-product-card-entry {

  }
@media (max-width: 480px) {
  .s-products-slider-card {

width:80%;

padding-bottom:20px;
margin-right:10px;
margin-left:10px;
}
.s-product-card-vertical {
width:90%;

}
}


button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    opacity: 0
}

button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    opacity: 0
}



.s-button-primary-outline {

  color: var(--first-color);
 
}



.s-product-card-content-title a {
color:var(--first-color);
}

.s-product-card-price {
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 700;
   background-color: var(--first-color) !important;
  padding: 10px;
  border-radius: 14%;
  color: white;
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
  --tw-bg-opacity: 1 !important;
  background-color: var(--third-color) !important;
}
.s-product-card-content-sub {
.sicon-sar::before {
  color: var(--third-color) !important;
}}
.s-product-card-vertical .s-product-card-image {
    flex: 1 1 0%;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    background: unset
}



.s-product-card-entry {
    transition: transform .2s ease-in-out
}

.s-product-card-entry:hover {
   /* transform: scale(1.03)*/
}



button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    width: 140px
}

.s-product-card-image-cover {
    -o-object-fit: cover;
    object-fit: fill
}

.s-product-card-horizontal{  border: 1px solid var(--first-color);

 background-color:var(--third-color) !important;}
/*-------------إضافة صورة اللوجو على المنتجات-------------*/

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

    100% {
        filter: none;
    }
}


.s-product-card-image::after {
    content: '';
    background-image: var(--logo);
 /* Path to your logo */
    background-size: contain; /* Adjust size as needed */
    background-repeat: no-repeat;
    position: absolute;
    top: 10px; /* Adjust position */
    right: 10px; /* Adjust position */
    width: 50px; /* Width of the logo */
    height: 50px; /* Height of the logo */
    opacity: 0.8; /* Adjust transparency */
 animation: sigal 1200ms linear infinite;}
/* -------------------منتجات مميزه------------------- */
.s-block--tabs-produtcs .tab-trigger.is-active button {
  border-color:
var(--first-color);
 
 background-image: linear-gradient(to left, var(--first-color),var(--first-color));
  
  color: var(--white-color);
}
section.s-block{
 background-color: transparent;

}

.s-block__title {
  
  justify-content: center;

}

.s-block__title  {
  min-height: 1.5em; /* يفضل min-height لو مش عايز تقطع نص */
}

.s-product-card-horizontal{  border: 1px solid var(--first-color);

 background-color:var(--third-color) !important;}
/* -----------------قايمه عناصر------------------ */

/* خلفية قايمه العناصر على بعضها */
/*
section:nth-child(5) {
  & .gap-3 {
     
background: #fff;}}
*/
/*----------------------------------------*/
@media (max-width: 480px) {
  .md\:grid-cols-3{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
   .banner-entry {
  width: 70px;
    height: 140px;
    margin: auto;
}
  .gap-3 {
  gap: 0rem;
}
}
@media (min-width:480px) and (max-width: 650px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .banner-entry {
  width: 65px;
  height: 65px;
  margin:auto;
}
.gap-3 {
  gap: 1rem;
}
}
@media (min-width:650px) and (max-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .banner-entry {
  height: 95px;
  width: 95px;
  margin:auto;
}
 .gap-3 {
  gap: 1rem;
}
}
@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
    .banner-entry {
  height: 120px;
  width: 120px;
  margin:auto;
}
 .gap-3 {
  gap: 1rem;
}
}
@media (min-width: 1024px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  } 
    .banner-entry {
  height: 160px;
  width: 160px;
  margin:auto;
}
 .gap-3 {
  gap: 1rem;
}
  .s-products-slider-card {
    width: 100%;
    max-width: 320px;
  }
}

 section:nth-child(4) {
  position: relative;
  z-index: 1;
}

 section:nth-child(5){
  margin-top: -70px; /* ده بيخلي الجزء التاني يطلع فوق الأول */
  position: relative;
  z-index: 2;
}

/* ----------------------------مميزات المتجر------------------------ */
.s-block--features__item {
background-color: var(-- white -color)!important; }
.s-block--features__item p {
color: black ;}
.text-with-border span {
color : white ;
 }
.s-block--features__item .feature-icon i {
  
  color: var(--second-color);
  
}
/*--------------- CSS  تواصل -------------- */
.contact-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    background-color: var(--white-color);
    color: var(--first-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.contact-options {
    display: none;
    position: fixed;
    bottom: 80px;
    left: 20px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.contact-options a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: var(--first-color);
}

.contact-options a:hover {
    background-color: #f1f1f1;
}

.icon {
    font-size: 24px; /* حجم الأيقونة */
}
section:nth-child(100) img{
 animation: flip 8s infinite linear; /* Change the duration for speed */
}
@keyframes flip {
    0%, 100% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
    }
}


/* -----------------عنوان السيكشنز-------------------- */
.s-slider-block__title h2 {
  position: relative;
  display: inline-block; /* مهم لو عايز الخط بطول النص فقط */
color:var(--first-color);}

.s-slider-block__title h2::after {
  content: "";
  position: absolute;
  bottom: -5px; /* المسافة بين النص والخط */
  left: 0;
  width: 100%;
  height: 3px; /* سمك الخط */
  background-color: #000; /* لون الخط */
}
.s-button-primary {
  background-color: var(--third-color);

  border-color: var(--first-color);

  border-width: 1px;
  color:var(--first-color);
  
}
 
/* --------------------footer-------------- */
.store-footer {
    font-size: 14px;
    text-align: center;
    position: relative;
    padding: 60px 0 20px;
}

.store-footer__inner .flex {
    justify-content: center;
}

.store-footer__inner .max-w-sm {
    margin: auto;
}


.footer-is-light .store-footer {
    background: var(--third-color);
    position: relative;
    overflow: hidden;
}


.footer-is-light .store-footer::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: var(--first-color);
    border-radius: 50%;
    top: -50px;
    left: -50px;
    opacity: 0.08;
    animation: moveCircle1 12s ease-in-out infinite;
}

@keyframes moveCircle1 {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(100px, 80px);
    }
    50% {
        transform: translate(200px, 50px);
    }
    75% {
        transform: translate(150px, 120px);
    }
}


.footer-is-light .store-footer .moving-circle-2 {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background: var(--second-color);
    border-radius: 50%;
    bottom: -80px;
    right: -80px;
    opacity: 0.06;
    animation: moveCircle2 16s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.footer-is-light .store-footer::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background: var(--second-color);
    border-radius: 50%;
    bottom: -80px;
    right: -80px;
    opacity: 0.06;
    animation: moveCircle2 16s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes moveCircle2 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        transform: translate(-120px, -60px) rotate(120deg);
    }
    66% {
        transform: translate(-80px, -100px) rotate(240deg);
    }
}


.footer-is-light .store-footer {
    position: relative;
}

.footer-is-light .store-footer::before {
    box-shadow: 
        300px 200px 0 -50px var(--first-color),
        -150px 250px 0 -60px var(--second-color),
        400px 100px 0 -70px var(--first-color);
}

@keyframes moveCircle1 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(100px, 80px) scale(1.1);
    }
    50% {
        transform: translate(200px, 50px) scale(0.9);
    }
    75% {
        transform: translate(150px, 120px) scale(1.05);
    }
}

.footer-is-light .store-footer .store-footer__inner {
    border-radius: 30px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    color: var(--first-color);
    padding: 50px 30px;
    margin: 0 20px;
    box-shadow: 
        0 20px 60px rgba(0,0,0,0.15),
        inset 0 1px 0 rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
}

.store-footer h3:hover {
    color: var(--white-color);
    transform: scale(1.05);
    cursor: pointer;
}

.store-footer__inner {
    text-align: center;
}

.s-contacts-list-vertical {
    justify-content: center;
    text-align: center;
}

.bg-white {
    background-color: var(--white-color);
    position: relative !important;
    box-shadow: none !important;
}

.main-nav-container {
    min-height: 0;
}


.store-footer h3 {
    color: var(--white-color);
    background: linear-gradient(135deg, var(--first-color) 0%, var(--first-color) 100%);
    padding: 15px 40px;
    border-radius: 100px;
    font-size: 1.125rem;
    font-weight: 700;

    display: inline-block;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.store-footer h3::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 100px;
    background: linear-gradient(135deg, var(--first-color), var(--second-color));
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
}

.store-footer h3:hover::after {
    opacity: 1;
    animation: glow 1.5s ease-in-out infinite;
}

@keyframes glow {
    0%, 100% {
        filter: blur(10px);
        opacity: 0.5;
    }
    50% {
        filter: blur(15px);
        opacity: 0.8;
    }
}


.store-footer {
    position: relative;
}

.store-footer .store-footer__inner::after {
    content: "برمجة وتطوير \00a0 \00a0 ADFAZ";
    color: var(--first-color) !important;
    font-size: 16px;
    opacity: .9;
    text-align: center;
    font-family: 'Marhey';
    font-weight: 700;
    width: 100%;
    display: block;
    padding: 15px 0;
    margin-top: 15px;
    position: relative;
    background: none;
    box-shadow: none;
    animation: none;
}


.footer-is-light .store-footer .store-footer__inner::before {
    content: "";
    display: block;
    height: 110px;
    width: 110px;
    background-image: var(--logo);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto 2rem;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.3));
    animation: logoFloat 4s ease-in-out infinite, logoRotate 20s linear infinite;
    position: relative;
}

@keyframes logoFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes logoRotate {
    0%, 100% {
        filter: drop-shadow(0 10px 30px var(--first-color)) brightness(1);
    }
    25% {
        filter: drop-shadow(0 10px 30px var(--second-color)) brightness(1.1);
    }
    50% {
        filter: drop-shadow(0 10px 30px var(--first-color)) brightness(1);
    }
    75% {
        filter: drop-shadow(0 10px 30px var(--second-color)) brightness(1.1);
    }
}

.footer-is-light .store-footer .store-footer__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}


.s-contacts-list {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;

}

.s-contacts-icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: .625rem;
    color: var(--second-color);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}

.s-contacts-icon:hover {
    transform: translateY(-5px) scale(1.1);
    background: var(--first-color);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}


.footer-is-light .store-footer .store-footer__inner .pulse-decoration {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: var(--first-color);
    border-radius: 50%;
    top: 20px;
    right: 30px;
    opacity: 0.05;
    animation: pulse 4s ease-in-out infinite;
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.1;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 100% !important;
    }
}

.main-content > div:nth-child(2) > div:nth-child(2) > h2:nth-child(1) > i:nth-child(1),
.starting-or-normal-price > h2:nth-child(1) > i:nth-child(1) {
    color: var(--first-color);
}

a.flex {
    display: none !important;
}


@media (max-width: 768px) {
    .footer-is-light .store-footer .store-footer__inner {
        padding: 40px 20px;
        margin: 0 15px;
    }
    
    .store-footer h3 {
        padding: 12px 30px;
        font-size: 1rem;
    }
    
    .s-contacts-list {
        gap: 1rem;
    }
}

.store-footer p:first-child {
  /* التنسيقات هنا */
  font-size: 1.1rem;
}