/* Add custom CSS styles below */ 
.s-product-card-vertical .s-product-card-image img}{
  object-fit: inherit !important;
}

body{
  background-image: url(https://cdn.salla.sa/form-builder/YkiwYgvjtUVY7i7DTf2GjuWR2z6oP9YP8QkVeoN5.png);
background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-attachment: fixed !important;
  min-height: 100vh;
}


/*اراء العملاء*/
.s-block--testimonials.container{
  background-image: url(https://i.ibb.co/VWXj5cwx/Untitled-design-20.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
  padding: 90px 0px !important;
  width: 100%;
}
@media (min-width: 1332px) {
    .s-block--testimonials.container {
        max-width: 100%;
    }
}
.s-reviews-testimonial{
  background: rgba(255, 255, 255, 0.15); /* شفافية خفيفة */
  backdrop-filter: blur(10px);          /* الضبابية */
  -webkit-backdrop-filter: blur(10px);  /* دعم سفاري */
  border-radius: 15px;                  /* الحواف */
  border: 1px solid rgba(255, 255, 255, 0.25); /* حدود خفيفة */
  padding: 20px;
  color: white;
}
.s-reviews-header{

      color: white;
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
    transform: translateY(-30px);
    font-size: 20px;
}
.s-slider-nav-arrow{

  background: transparent;
    backdrop-filter: blur(10px);
    box-shadow: none;
    border: 1px solid red;
}
.s-reviews-testimonial__text {
    font-weight: bold;
}

.store-footer{
  background: transparent;
}




.DG-hero-section-0.DG-hero-section{
  padding: 0 !important;
}


#National_day_3{
    width: 95% !important;
    margin: auto !important;
}
/* Banners */
#National_day_4{
  width: 95%;
  margin: auto
}
/* product card */
custom-salla-product-card{
  border-radius: 15px !important;
    background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.s-product-card-vertical .s-product-card-image img{
  object-fit: inherit;
}

salla-button button{
  border-radius: 15px !important;
}








.whyUsWrapper div.card{
  background: rgba(255, 255, 255, 0.15) !important; /* شفافية خفيفة */
  backdrop-filter: blur(10px);          /* الضبابية */
  -webkit-backdrop-filter: blur(1px);  /* دعم سفاري */
  border-radius: 15px;                  /* الحواف */
  border: 1px solid rgba(255, 255, 255, 0.25); /* حدود خفيفة */
  padding: 20px;
}
.s-product-card-vertical .s-product-card-image {
    aspect-ratio: auto !important;
}