/* Add custom CSS styles below */ 
body#app {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat;
}
 .s-block__title h2 {
    text-align: center;
   
}
 .s-block__title h2  , .s-slider-block__title h2 {
    font-weight: 900 !important;
}
.s-slider-block__title p:where([dir=rtl],[dir=rtl] *) ,.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.s-slider-block__title {
    justify-content: center;
    text-align: center;
}
.s-block__title h2 ,.s-slider-block__title-right ,.s-slider-block__title-right h2 {
     position: relative;
}
.angel-products-1 .title-wrapper {
    width: 100%;
}
.angel-products-1 .title-wrapper  >.flex.flex-col.w-auto {
    width: 100%;
}
.s-slider-block__title-right h2::before,
.s-slider-block__title-right h2::after,
.s-block__title h2::before,.s-block__title h2::after ,.s-slider-block__title-right h2::before,
.s-slider-block__title-right h2::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #fff; /* change color if needed */
  opacity: 0.6;
}
.s-slider-block__title-right h2 ,.s-block__title h2 ,.s-slider-block__title-right h2{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.s-slider-block__title-right{
    width: 100%;
}
/*.s-block__title.angel-products-title  ,.s-block__title ,.s-slider-block__title {
    position: relative;
}

.s-block__title p {
    display: none;
}
.s-block__title .flex.flex-col.w-full {
    align-items: center;
}
.s-block__title h2 {
    width: fit-content;
}
.s-block__title.angel-products-title:before ,.s-block__title:before ,.s-slider-block__title:before {
    content: "";
    width: 80%;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}*/