/* ============================================
   توسيط وتكبير عناوين السكاشن + ديكور تحتها
   الكلاس الصحيح: s-slider-block__title
   ضعه في: تصميم المتجر > تعديل الثيم > أكواد إضافية > CSS
   ============================================ */

.s-slider-block__title {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  text-align: center !important;
  padding: 0 0 20px 0 !important;
  padding-left: 0 !important;
}

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

.s-slider-block__title-right {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
  order: 1 !important;
}

.s-slider-block__title h2 {
  width: 100% !important;
  text-align: center !important;
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #231f1e !important;
  padding: 0 !important;
  margin: 0 !important;
}

.s-slider-block__title-left {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  order: 2 !important;
  margin-top: 8px !important;
}

.s-slider-block__title-right::after {
  content: "" !important;
  display: block !important;
  width: 220px !important;
  height: 26px !important;
  margin: 10px auto 0 auto !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20220%2026%27%3E%3Cline%20x1%3D%270%27%20y1%3D%2713%27%20x2%3D%2785%27%20y2%3D%2713%27%20stroke%3D%27%23d8a8a8%27%20stroke-width%3D%271%27%2F%3E%3Cline%20x1%3D%27135%27%20y1%3D%2713%27%20x2%3D%27220%27%20y2%3D%2713%27%20stroke%3D%27%23d8a8a8%27%20stroke-width%3D%271%27%2F%3E%3Cg%20transform%3D%27translate(110%2C13)%27%3E%3Cpath%20d%3D%27M0%2C-9%20C5%2C-9%208%2C-5%208%2C0%20C8%2C5%205%2C9%200%2C9%20C-5%2C9%20-8%2C5%20-8%2C0%20C-8%2C-5%20-5%2C-9%200%2C-9%20Z%27%20fill%3D%27%23a83a4a%27%2F%3E%3Cpath%20d%3D%27M0%2C-6%20C3%2C-6%205%2C-3%205%2C0%20C5%2C3%203%2C6%200%2C6%20C-3%2C6%20-5%2C3%20-5%2C0%20C-5%2C-3%20-3%2C-6%200%2C-6%20Z%27%20fill%3D%27%237a2530%27%2F%3E%3Cpath%20d%3D%27M-14%2C0%20Q-9%2C-6%20-2%2C-1%27%20stroke%3D%27%23b8c9a8%27%20stroke-width%3D%271.5%27%20fill%3D%27none%27%2F%3E%3Cpath%20d%3D%27M14%2C0%20Q9%2C-6%202%2C-1%27%20stroke%3D%27%23b8c9a8%27%20stroke-width%3D%271.5%27%20fill%3D%27none%27%2F%3E%3Ccircle%20cx%3D%27-12%27%20cy%3D%27-2%27%20r%3D%272%27%20fill%3D%27%23b8c9a8%27%2F%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%27-2%27%20r%3D%272%27%20fill%3D%27%23b8c9a8%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
}

@media (max-width: 768px) {
  .s-slider-block__title h2 {
    font-size: 1.75rem !important;
  }
  .s-slider-block__title-right::after {
    width: 160px !important;
  }
}



section.s-block.s-block--banners .banner-entry {
  background: transparent !important;
}

section.s-block.s-block--banners .lazy__bg {
  background-color: transparent !important;
}


.s-block--banners .s-block__title .right-side h2 {
  width: 100% !important;
  text-align: center !important;
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: #231f1e !important;
  padding: 0 !important;
  margin: 0 !important;
}

.s-block--banners .s-block__title {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  text-align: center !important;
  padding: 0 0 20px 0 !important;
}

.s-block--banners .s-block__title .right-side {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

.s-block--banners .s-block__title .right-side::after {
  content: "" !important;
  display: block !important;
  width: 220px !important;
  height: 26px !important;
  margin: 10px auto 0 auto !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20220%2026%27%3E%3Cline%20x1%3D%270%27%20y1%3D%2713%27%20x2%3D%2785%27%20y2%3D%2713%27%20stroke%3D%27%23d8a8a8%27%20stroke-width%3D%271%27%2F%3E%3Cline%20x1%3D%27135%27%20y1%3D%2713%27%20x2%3D%27220%27%20y2%3D%2713%27%20stroke%3D%27%23d8a8a8%27%20stroke-width%3D%271%27%2F%3E%3Cg%20transform%3D%27translate(110%2C13)%27%3E%3Cpath%20d%3D%27M0%2C-9%20C5%2C-9%208%2C-5%208%2C0%20C8%2C5%205%2C9%200%2C9%20C-5%2C9%20-8%2C5%20-8%2C0%20C-8%2C-5%20-5%2C-9%200%2C-9%20Z%27%20fill%3D%27%23a83a4a%27%2F%3E%3Cpath%20d%3D%27M0%2C-6%20C3%2C-6%205%2C-3%205%2C0%20C5%2C3%203%2C6%200%2C6%20C-3%2C6%20-5%2C3%20-5%2C0%20C-5%2C-3%20-3%2C-6%200%2C-6%20Z%27%20fill%3D%27%237a2530%27%2F%3E%3Cpath%20d%3D%27M-14%2C0%20Q-9%2C-6%20-2%2C-1%27%20stroke%3D%27%23b8c9a8%27%20stroke-width%3D%271.5%27%20fill%3D%27none%27%2F%3E%3Cpath%20d%3D%27M14%2C0%20Q9%2C-6%202%2C-1%27%20stroke%3D%27%23b8c9a8%27%20stroke-width%3D%271.5%27%20fill%3D%27none%27%2F%3E%3Ccircle%20cx%3D%27-12%27%20cy%3D%27-2%27%20r%3D%272%27%20fill%3D%27%23b8c9a8%27%2F%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%27-2%27%20r%3D%272%27%20fill%3D%27%23b8c9a8%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
}

@media (max-width: 768px) {
  .s-block--banners .s-block__title .right-side h2 {
    font-size: 1.75rem !important;
  }
  .s-block--banners .s-block__title .right-side::after {
    width: 160px !important;
  }
}