/* Floating Rounded Header - Height Safe */
.store-header {
    overflow: visible !important;
}

#mainnav {
    height: auto !important;
    min-height: 114px !important;
    margin: 12px 16px 0 !important;
    border-radius: 28px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.08) !important;
    position: relative !important;
    z-index: 30 !important;
}

#mainnav > .header-inner {
    border-radius: inherit !important;
    overflow: hidden !important;
}



/* Hide Racket Sliders Except Brands 
   Hide Racket Brands Icons
*/


salla-slider[block-title="Intermediate Rackets مضارب متوسطة"],
salla-slider[block-title="Kids Rackets مضارب أطفال"],
salla-slider[block-title="Lady's Rackets مضارب بنات"],
salla-slider[block-title="Beginner Rackets مضارب مبتدئين"],
salla-slider[block-title="Professional Rackets مضارب احترافية"],
body.racket-page .sub-cat-icon:nth-child(n+6)
{
  display: none !important;
}


/* Product Page */

.product-single .main-content .main-categoty {
  display: none;
}



@media (max-width: 1024px) {
  .index .s-slider-block__title h2,
  .index .s-block__title h2 {
    font-size: 24px !important;
  }
  .index .s-slider-block__title h2:before,
  .index .s-block__title h2:before {
    height: 20px;
    transform: translate(10px, 20px);
  }
}
@media (max-width: 992px) {
  .angel-feature:nth-of-type(1),
  .angel-feature:nth-of-type(4) {
    grid-column: 1/3;
    justify-content: center;
    justify-self: center;
    align-self: center;
  }
}

.copyrights p {
  color: #000 !important;
  font-weight: 900 !important;
}

[dir="rtl"] .language-btn >span:first-child {
  display: none;
}
[dir="rtl"] .language-btn:before{
  content:"language:";
  font-family: "sky"
}
[dir="rtl"] .lang-menu >span{
  font-size: 0;
}
[dir="rtl"] .lang-menu >span i{
  font-size: 0.85rem;
}
[dir="rtl"] .lang-menu >span:before{
  content:"Language";
  font-size: 0.85rem
}

/* ===== Mobile Fix for Sub Categories Slider ===== */
/* Keep Swiper slider behaviour, but show part of the next item */

@media (max-width: 992px) {
  /* Allow a bit of the next category to be visible */
  .sub-cat-slider {
    overflow: visible !important;
  }

  /* Make each slide a bit narrower than full width */
  .sub-cat-slider .swiper-slide {
    width: 75% !important;   /* Try 70–80% if you want to tweak the look */
  }
}