/* Add custom CSS styles below */ 
/* Global */
body {
  background-color: #F6F6F6 !important;
}

.s-block.s-block--fixed-banner.wide-placeholder .container {
  padding-right: 0;
  padding-left: 0;
}

.banner--fixed img {
  border-radius: 0;
  background-color: transparent;
}
/* End of Global */


/* Header */
@media(min-width: 1024px) {
  .navbar-brand img {
    max-height: 4rem;
  }
}

.top-navbar {
  background-color: #0060C2;
  color: #fff;
}


.top-navbar .s-search-input::placeholder {
    color: #fff;
}

.s-search-icon svg {
    fill: #fff;
}
/* End of Header */


/* Sliders */
:nth-child(1 of section.s-block.s-block--photos-slider) {
  margin-top: 0;
}

section.s-block.s-block--photos-slider .s-slider-block__title {
  display: none;
}

section.s-block.s-block--photos-slider .s-slider-container, section.s-block.s-block--photos-slider .s-slider-container .s-slider-swiper-wrapper {
  padding: 0;
}

section.s-block.s-block--photos-slider .s-slider-container .s-slider-swiper-wrapper .swiper-slide {
  margin: 0;
  width: 100%;
  border-radius: 0;
  padding: 0;
}

section.s-block.s-block--photos-slider .s-slider-container .s-slider-swiper-wrapper .swiper-slide a img {
  border-radius: 0;
}

salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
/***/



/* CTA */
.order-steps{
    padding:80px 20px;
    background:#f6f6f6;
    direction:rtl;
    text-align:center;
    font-family:inherit;
}

.order-steps .container{
    max-width:1200px;
    margin:auto;
}

.section-title{
    margin-bottom:70px;
}

.section-title span{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:14px 35px;
    border-radius:10px;
    font-size:24px;
    font-weight:700;
}

.steps-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
    align-items:start;
}

.step-item{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.step-number{
    width:110px;
    height:110px;
    border-radius:50%;
    background:#f45a00;
    color:#fff;
    font-size:46px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 18px 28px rgba(244,90,0,.28);
    margin-bottom:25px;
}

.step-item h3{
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
    color:#111;
}

.step-item p{
    color:#555;
    line-height:1.9;
    font-size:16px;
    max-width:250px;
}

.section-btn{
    margin-top:60px;
}

.order-btn{
    display:inline-block;
    background:#f45a00;
    color:#fff;
    text-decoration:none;
    padding:18px 50px;
    border-radius:8px;
    font-size:22px;
    font-weight:700;
    transition:.3s;
}

.order-btn:hover{
    background:#dc4f00;
    transform:translateY(-2px);
}

@media (max-width: 600px){

    .order-steps{
        padding:40px 15px;
    }

    .section-title{
        margin-bottom:35px;
    }

    .section-title span{
        font-size:16px;
        padding:10px 20px;
        border-radius:8px;
    }

    .steps-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    .step-number{
        width:70px;
        height:70px;
        font-size:28px;
        margin-bottom:15px;
        box-shadow:0 10px 18px rgba(244,90,0,.2);
    }

    .step-item h3{
        font-size:17px;
        margin-bottom:6px;
    }

    .step-item p{
        font-size:13px;
        line-height:1.6;
        max-width:220px;
    }

    .section-btn{
        margin-top:35px;
    }

    .order-btn{
        width:auto;
        max-width:none;
        padding:12px 28px;
        font-size:17px;
        border-radius:6px;
    }

}
/***/


/* Banner */
 section.s-block.s-block--fixed-banner.wide-placeholder .container {
  max-width: 100%;
}
/* End of Main Banner */


/* Products Section */
.s-slider-block__title-left {
  display: none !important;
}

@media(min-width: 768px) {
  .s-slider-block__title h2 {
    font-size: 22px;
  }
}

.s-slider-block__title h2 {
    color: #000000DE;
}

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

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  background-color: #fff;
}

.s-product-card-content {
  background-color: #fff;
  border-radius: .75rem;
}

.s-product-card-content-main {
  justify-items: center;
}

.s-product-card-content-title {
  text-align: center;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.s-product-card-content-title a {
  color: #000000DE;
}

.s-product-card-price, .s-product-card-sale-price h4 {
  color: #000000DE !important;
}

.s-product-card-content-sub {
    justify-content: center;
}

.s-button-wide {
    background-color: #E46021;
    color: #fff;
}

.s-product-card-vertical img {
  transition: .5s;
  aspect-ratio: 1 / 1;
  border-radius: .5rem;
}

.s-product-card-vertical .s-product-card-image {
  padding: 0.5rem;
  background-color: #fff;
}

.s-product-card-vertical:hover img {
  opacity : .9;
  transform : translateY(10px);
  transform : scale(1.1);
}
/* End of Products Section */


/* Store Features */
.s-block__title-left {
  display: none !important;
}

.s-block__title {
  justify-content: center;
}

@media(min-width: 768px) {
  .s-block__title h2 {
    font-size: 22px;
  }
}

.s-block__title h2 {
    color: #000000DE;
}

.s-block__title h2:where([dir=rtl],[dir=rtl] *), .s-block__title-right:where([dir=rtl],[dir=rtl] *), .s-block__title .right-side:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}

:nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    background-color: transparent;
}

@media (min-width: 768px) {
    :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}



@media (max-width: 992px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 120px;
  }
}

@media (min-width: 992px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 206px;
  }
}

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


@media (max-width: 768px) {
    :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media(max-width:768px){
      :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry, a.banner-entry.square-photos {
        height: 160px;
      }
}

/***/

:nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    background-color: transparent;
}

@media (min-width: 768px) {
    :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}



@media (max-width: 992px) {
  :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 120px;
  }
}

@media (min-width: 992px) {
  :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 200px;
  }
}

@media (max-width: 768px) {
    :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media(max-width:768px){
      :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry, a.banner-entry.square-photos {
        height: 220px;
      }
}
/* End of Store Features */


/* Footer */
.footer-is-light .store-footer {
  background-color: #0060C2;
}

footer > div.store-footer__inner {
  background-color: transparent !important;
  color: #fff;
}

.s-social-list.hydrated {
  place-content: center;
}

.store-footer__inner .container.grid>div:nth-of-type(1) h3 {
    display: none;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a::after {
content: "";
    display: block;
    width: 100px;
    height: 131px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/EZKwpQ/k7QujlfoaAiQCmcbu52iw2Gh4LbNwvukfK6SefRO.png);
    background-size: cover;
}

@media (min-width: 992px) {
    footer.store-footer .container.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-items: center;
    }
}

.store-footer__inner .container.grid>div p {
    margin: 10px auto;
}

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

@media (min-width: 1024px) {
    .store-footer__inner {
        padding-bottom: 1rem;
    }
}

.store-footer__inner .container.grid>div:nth-of-type(1) {
    padding-left: 0;
    grid-column: span 1 / span 2;
    justify-items: center;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a {
  justify-content: center;
}

footer > div.store-footer__inner > div > div:nth-child(3) {
  justify-items: center;
}

.copyright-text p {
  color: #fff;
}

.copyright-text a:hover {
  color: #fff;
}
/* End of Footer */

/* Reviews */
.s-reviews-container{
  margin-top:3rem;
}
 .s-reviews-header-wrapper h1{
   position:relative;
 }
 .s-reviews-header-wrapper{
   justify-content:center;
 }
 
 .s-reviews-testimonial{
    border: 1px solid #A8876014;
    border-radius: 8px;
     background: #4A372F02;
    }
    
    
      .s-reviews-testimonial .s-reviews-testimonial__icon svg{
       fill:#A8876041;
     }
    
    
.s-block--testimonials .s-slider-block__title{
  display:none;
}
 
  .s-reviews-testimonial * {
  
  }
  .s-reviews-testimonial__text{
    
  }
  
.s-button-btn, .s-price-range-number-input {
    border-radius: 0.5rem;
}

div#contact-slot{
  margin:0 auto;
}
.s-button-outline:hover {
    border-color: transparent;
    border: 1px solid #e46021;
    color:#fff;
}


/*   FAQ     */
./* ====== FAQ Accordion (Salla) ====== */

.sfaqs {
  margin-top:1rem;
}

/* ====== FAQ Accordion with Image ====== */
.sfaqs-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr; /* عمود للأسئلة وعمود للصورة */
  gap: 24px;
  align-items: start;
  margin: 32px auto;
  padding: 0 12px;
}

.sfaqs {
  --faq-bg:#fff;
  --faq-border:#e5e7eb;
  --faq-text:#111827;
  --faq-muted:#6b7280;
  --faq-hover:#f9fafb;
  --faq-radius:12px;
}

.sfaqs-title {
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 18px;
  letter-spacing: .3px;
  color: var(--faq-text);
}

.sfaqs-item {
  background: var(--faq-bg);
  border: 1px solid var(--faq-border);
  border-radius: var(--faq-radius);
  margin-bottom: 10px;
  overflow: hidden;
}

/* زر السؤال */
.sfaqs-q {
  all: unset;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  cursor: pointer;
  padding: 14px;
  background: var(--faq-bg);
  transition: background .25s ease;
}

.sfaqs-q:hover { background: var(--faq-hover); }

.sfaqs-num {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--faq-border);
  border-radius: 8px;
  font-size: 14px;
  color: var(--faq-muted);
  line-height: 1;
}

.sfaqs-text {
  flex: 1;
  color: var(--faq-text);
  font-size: 16px;
  font-weight: 600;
}

.sfaqs-icon {
  transform: rotate(0deg);
  transition: transform .25s ease;
  font-size: 18px;
  color: var(--faq-muted);
}

/* منطقة الإجابة */
.sfaqs-a {
  height: 0;
  overflow: hidden;
  transition: height .3s ease;
  border-top: 1px solid var(--faq-border);
  background: #fff;
}

.sfaqs-a-inner {
  padding: 12px 14px 16px;
  color: var(--faq-muted);
  font-size: 15px;
  line-height: 1.8;
}

/* عند الفتح */
.sfaqs-item.is-open .sfaqs-icon { transform: rotate(180deg); }

/* الصورة */
.sfaqs-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height:100%;
}

.sfaqs-img img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* الجوال: الصورة فوق والأسئلة تحت */
@media (max-width: 768px) {
  .sfaqs-wrap {
    grid-template-columns: 1fr;
  }
  .sfaqs-img {
    order: -1; /* الصورة فوق */
  }
  .sfaqs-title { font-size: 20px; }
  .sfaqs-text { font-size: 15px; }
}