body{
overflow-x: hidden;
}
.s-slider-block__title-right h2{
    font-size: x-large !important;
     text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    
}

.s-slider-block__title-right{
    margin: auto !important;
    padding: 0 !important;
}
    
.s-slider-block__title-left{
display: none;
}
.s-slider-block__title-right h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #9c6f4e;
  margin: 12px auto 0;
  position: relative;
}

.s-slider-block__title-right h2::before {
  content: "";
  position: absolute;
  bottom: -8px; /* تحت النص شوية */
  left: 50%;
  transform: translateX(73%);
  width: 14px;
  height: 14px;
  background: #fff;
  border: 2px solid #9c6f4e;
  border-radius: 50%;
  z-index: 1;
}

@media(max-width:767px){
.s-slider-block__title-right h2{
    font-size: medium !important;
}
#photos-0-slider > div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-ios.swiper-backface-hidden{
   padding:0;
}
.s-products-slider-card {
    max-width: 185px;
}
  .s-button-element:not(:disabled):not([loading]) {
    font-size: 11px;
}
}
.s-button-btn:hover{
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border: none !important;
  background-color: #fff !important;
  color: #9c6f4e !important;
}
.s-products-slider-slider{
    margin-top: 20px;
}

p.custom-paragraph {
  display: flex;
  align-items: center;
  margin: 5px auto;
}

p.custom-paragraph::before,
p.custom-paragraph::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #ddd; /* لون الخط */
  margin: 0 15px;
}

.store-footer::after {
    content: "برمجة وتطوير جول ميكرز";
    top: 0;
    color: var(--main-text-color) !important;
    font-size: 16px;
    opacity: 0.8;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    width: 100%;
    display: inline-block;
}