/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
body{
    font-family: "Cairo", sans-serif;
  background-color: white !important;
}
.navbar-brand {
  order: -1;
}
#mainnav .inner .container >div:first-child div:first-child{
  grid-column: span 5 ;
}
#mainnav .inner .container >div:first-child div:last-child{
  grid-column: span 2 ;
}

.s-product-card-content-footer{
  background-color: #AD8550;
  color: white;
  border-radius:12px;
}
.s-slider-block__title-nav{
  display: block !important;
}
.asked_questions{
 background-color: white !important;
  color: black !important;
}

.asked_questions h2{
  color: #3A170A !important;
  
}
.asked_questions p{
  color: #AD8550 !important;
}
.truncate{
  color: #3A170A !important;
  border-radius: 20px !important;

}
.asked_questions details{
  border-radius: 20px;
  border-bottom: 1px solid #3A170A;
  
}
.asked_questions details svg{
     color: white !important;
    background-color: #AD8550;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    rotate: 211deg;
    padding: 3px;
}
.store-footer__inner{
  background-color: #e6c896 !important;
  color: black;
}

.store-footer>div:nth-child(2) {
    background: #56452f !important;
    color: white !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.store-footer>div:nth-child(2) p {
    color: white !important;
}
.copied-img {
    max-width: 120px;
}
.store-header .inner{
  background-color: white !important;
  color : black !important;
}
.header-btn__icon {
  color : black !important;
}
.s-product-card-content-footer button{
  background-color: #AD8550 !important;
  color: white !important;
}
.store-footer >div:first-child >div:first-child > div a h3 { 
  display: none !important;
}
@media(max-width:768px){
   .s-product-card-image{
     overflow: visible !important; 
   } 
}
.s-block.s-block--photos-slider  .swiper-slide {
  flex-basis: 101% !important;
  max-width: 101% !important;
} 
.salla-slider.photos-slider .swiper{
  margin-left: auto !important;
  margin-right:auto !important;
}
.s-slider-block__title-right h2{
  text-align: right !important;
  padding-right:  0 !important;
}
@media(max-width:768px){
.s-slider-block__title{
  flex-direction: row !important; 
}
 
}

@media(max-width:768px){
  .s-slider-block__title .s-slider-block__title-right h2{
  text-align: right !important;
  padding-right:  0 !important;
}
}
/* .s-product-card-content-title a{
  max-height: 20px !important;
  overflow: hidden ;
}
.s-product-card-vertical{
   height: 100% !important; 
} */
.s-products-slider-wrapper .swiper{
 padding-bottom: 40px !important; 
} 
@media(max-width:768px){
  .s-products-slider-wrapper .swiper{
 padding-bottom: 70px !important; 
} 
}

/* اجبار كل الكروت على نفس الارتفاع */
.s-products-slider-card,
.s-product-card-vertical {
    height: 22rem !important; /* اختار الرقم اللي يناسبك */
    display: flex;
    flex-direction: column;
}

/* خلي الصورة تاخد ارتفاع ثابت ومحسوب */
.s-product-card-image {
    flex: 1 1 auto !important;
    height: auto !important;
    max-height: 60%; /* الصورة 60% من الكارت */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* المحتوى تحت الصورة */
.s-product-card-content {
    flex: 0 0 40%;
    padding: 0.75rem !important;
}
.s-slider-container{
  padding-bottom: 40px !important;
}
.s-slider-block__title-nav{
  left: 50% !important;
          top: 0 !important;
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
}

.hide-banner-arrows{
  display: none !important;
}
salla-slider.photos-slider .swiper{
  border-radius: 20px !important;
}