/* Add custom CSS styles below */ 
.s-block:first-of-type
 {
    margin-top: 0;
  margin-bottom: 4rem;
}

.navbar-brand img {
    max-height: 6rem;
 
}
.s-product-card-entry{
      border: 2px #d8d8d8 solid;
}


.s-button-element{
      background-color: #9da4d2;
}
button[product-id] .s-button-text{
      color: #fffcfc;
}
@media (min-width: 1024px) {
  .main-menu {
    display: flex;
  }

  /* الصيفية */
  .main-menu li[id="2041972951"] {
    order: 1;
  }

  /* الشتوية */
  .main-menu li[id="23339151"] {
    order: 2;
  }

  /* التخفيضات */
  .main-menu li[id="offers"] {
    order: 3;
  }
}

.s-slider-block__title-right h2 {
  font-size: 28px;
  font-weight: 800;
  color: #ff6fa5;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffe4f0, #e0f7ff);
  box-shadow: 0 4px 15px rgba(255, 182, 193, 0.4);
  transition: 0.3s ease;
}

/* خط زخرفي تحت العنوان */
.s-slider-block__title-right h2::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 6px;
  background: linear-gradient(90deg, #ff9ecf, #7adfff);
  bottom: -8px;
  left: 25%;
  border-radius: 20px;
  transition: 0.3s ease;
}

/* لمسة نجمة */
.s-slider-block__title-right h2::before {
  content: "✨";
  position: absolute;
  left: -18px;
  top: -10px;
  font-size: 18px;
}

/* Hover effect */
.s-slider-block__title-right h2:hover {
  transform: translateY(-3px) scale(1.05);
}

.s-slider-block__title-right h2:hover::after {
  width: 80%;
  left: 10%;
}
@media (max-width: 768px) {
  .s-slider-block__title-right h2 {
    font-size: 20px;
    padding: 8px 14px;
  }

  .s-slider-block__title-right h2::before {
    font-size: 14px;
    left: -12px;
    top: -8px;
  }

  .s-slider-block__title-right h2::after {
    height: 4px;
  }
}
/* "عرض الكل" */
.s-slider-block__display-all {
  background: linear-gradient(135deg, #ff6fa5, #7adfff);
  color: white !important;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  transition: 0.3s ease;
  box-shadow: 0 3px 10px rgba(255, 105, 180, 0.3);
}

/* hover لعرض الكل */
.s-slider-block__display-all:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* أزرار السلايدر */
.s-slider-nav-arrow {
  background: linear-gradient(135deg, #ffe4f0, #e0f7ff);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

/* hover للأزرار */
.s-slider-nav-arrow:hover {
  transform: scale(1.1);
  background: linear-gradient(135deg, #ff9ecf, #7adfff);
}

/* أيقونة السهم */
.s-slider-button-icon svg {
  width: 18px;
  height: 18px;
  fill: #ff6fa5;
  transition: 0.3s;
}

/* تغيير لون الأيقونة عند hover */
.s-slider-nav-arrow:hover svg {
  fill: white;
}
/* ===== الحاوية الرئيسية ===== */
.s-block__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  position: relative;
}

/* ===== العنوان ===== */
.s-block__title .right-side h2 {
  font-size: 28px;
  font-weight: 800;
  color: #9da4d2;
  position: relative;
  display: inline-block;
}

.s-block__title .right-side h2::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 5px;
  background: linear-gradient(90deg, #ff9ecf, #7adfff);
  bottom: -6px;
  left: 20%;
  border-radius: 20px;
}

.s-block__title .right-side h2::before {
  content: "✨";
  position: absolute;
  right: -18px;
  top: -8px;
  font-size: 16px;
}

/* ===== زر عرض الكل ===== */
.s-block__display-all {
  background: linear-gradient(135deg, #ff6fa5, #7adfff);
  color: white !important;
  padding: 7px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 105, 180, 0.25);
  text-decoration: none;
}

/* hover زر */
.s-block__display-all:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* أيقونة السهم */
.s-block__display-all i {
  transition: 0.3s ease;
}

/* حركة الأيقونة عند hover */
.s-block__display-all:hover i {
  transform: translateX(-3px);
}

/* ===== تحسين موبايل ===== */
@media (max-width: 768px) {
  .s-block__title .right-side h2 {
    font-size: 18px;
  }

  .s-block__display-all {
    font-size: 12px;
    padding: 6px 12px;
  }

  .s-block__title .right-side h2::before {
    display: none;
  }
}

.s-filters-footer .s-button-text,
.s-price-range-inputs .s-button-wrap  .s-button-text{
      color: white !important;
}
/* العنوان */
.s-reviews-header {
  font-size: 26px;
  font-weight: 800;
  color: #ff6fa5;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 20px auto;
  padding: 10px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffe4f0, #e0f7ff);
  box-shadow: 0 4px 15px rgba(255, 182, 193, 0.4);
  transition: 0.3s ease;
}

/* خط زخرفي */
.s-reviews-header::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 5px;
  background: linear-gradient(90deg, #ff9ecf, #7adfff);
  bottom: -8px;
  left: 25%;
  border-radius: 20px;
  transition: 0.3s ease;
}

/* نجمة لطيفة */
.s-reviews-header::before {
  content: "💬";
  position: absolute;
  right: -20px;
  top: -10px;
  font-size: 18px;
}

/* hover effect */
.s-reviews-header:hover {
  transform: translateY(-3px) scale(1.05);
}

.s-reviews-header:hover::after {
  width: 80%;
  left: 10%;
}

/* موبايل */
@media (max-width: 768px) {
  .s-reviews-header {
    font-size: 20px;
    padding: 8px 14px;
  }

  .s-reviews-header::before {
    display: none;
  }

  .s-reviews-header::after {
    height: 4px;
  }
}
.s-infinite-scroll-btn {
  background-color: #9da4d2;
}
.s-infinite-scroll-btn >span{
  color: white;
}
/* الكرت */
.s-reviews-testimonial {
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s ease;
}

/* المحتوى الداخلي */
.s-reviews-testimonial__inner {
  background: linear-gradient(135deg, #ffffff, #e8eafc);
  border-radius: 20px;
  padding: 20px;
  position: relative;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

/* Hover للكرت */
.s-reviews-testimonial:hover .s-reviews-testimonial__inner {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 30px rgba(158, 164, 211, 0.35);
}

/* الصورة */
.s-reviews-testimonial__avatar img {
  border-radius: 50%;
  border: 3px solid #c5c9eb;
  transition: 0.3s ease;
}

/* حركة الصورة */
.s-reviews-testimonial:hover .s-reviews-testimonial__avatar img {
  transform: scale(1.1) rotate(2deg);
}

/* النص */
.s-reviews-testimonial__text p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

/* اسم العميل */
.s-reviews-testimonial__info h2 {
  color: #7c82b8;
}

/* النجوم */
.s-rating-stars-wrapper svg {
  fill: #9ea4d3;
  transition: 0.3s;
}

/* glow للنجوم */
.s-reviews-testimonial:hover .s-rating-stars-wrapper svg {
  filter: drop-shadow(0 0 4px rgba(158, 164, 211, 0.6));
}

/* أيقونة الاقتباس */
.s-reviews-testimonial__icon {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0.1;
  transform: scale(1.2);
}

/* حركة خفيفة للأيقونة */
.s-reviews-testimonial:hover .s-reviews-testimonial__icon {
  opacity: 0.25;
  transform: scale(1.3);
}
body {
  opacity: 0;
  transition: opacity 0.4s ease;
}

body.loaded {
  opacity: 1;
}