/* ====== القائمة الرئيسية (Menu) ====== */
:root {
  --menu-text-primary: #fff;
  --menu-text-secondary: #780000;
  --menu-text-hover: #C1121F;
  --menu-transition: all 0.3s ease;
}



#mainnav .main-menu > li > a:hover {
 background: linear-gradient(to left, #C1121F, #780000);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  transform: translateY(-1px);
}

#mainnav .main-menu > li.active > a {
  color: var(--menu-text-secondary) !important;
}

/* Submenu */
#mainnav .sub-menu {
  background: rgba(0, 0, 0, 0.9) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 0.5rem;
}



/* Hover underline effect */
#mainnav .main-menu > li > a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--menu-text-secondary);
  transition: width 0.3s ease;
}

#mainnav .main-menu > li > a:hover::after,
#mainnav .main-menu > li.active > a::after {
  width: 100%;
}

/* ====== أيقونات الكارت والمستخدم ====== */
.header-btn__icon {
  border: 0;
  transition: var(--menu-transition);
}

.header-btn:hover .header-btn__icon {
  color: var(--menu-text-secondary) !important;
}




.s-search-icon svg {
    transform: scaleX(-1);
    padding: 5px;
    height: 2rem;
    background: #000;
    width: 2rem;
  fill: #fff;
}

.s-search-icon-wrap:where([dir=rtl],[dir=rtl] *) {
    left: 0rem;
  right: unset;
}

.s-search-inline {
    align-items: center;
    min-width: 220px;

}
input.s-search-input{
    padding-left: 0 !important;
    border-radius: 0 !important;
}
.s-search-container.s-search-inline{
  margin: auto;
}

@media (min-width: 768px) {
.s-search-inline {
        width: 550px; !important;
}
}
@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--navbar.mm-spn--main:where([dir=rtl],[dir=rtl] *):after {
        background: #fff
      ;
        padding-right: .75rem;
    }
}
.s-search-input:where([dir=rtl],[dir=rtl] *) {
    padding-right: 10px;
}
.flex-1.flex.items-center.gap-2{
  gap: 0 !important;
}

.main-nav-container.fixed-pinned .inner {
    background-color: #fff;
}
.copyright-text p a {
  display: none;
}

header.store-header{
      display: flex;
    flex-direction: column-reverse;
}

.header-btn__icon.icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: 0px;
  border: 0;
}

.rtl\:mr-4:where([dir=rtl],[dir=rtl] *) {
    margin-right: 0.5rem;
}
@media (max-width: 992px) {
.flex.items-stretch.justify-between.relative > :nth-child(1){
  width: 272px;
  justify-content: space-evenly;
}
  .rtl\:ml-4:where([dir=rtl],[dir=rtl] *) {
    margin-left: 3.5rem;
}
}
.top-navbar .s-search-input {
  background-color: #fff ;
}
.s-search-icon-wrap:where([dir=rtl],[dir=rtl] *) {
    z-index: 1;
}
.top-navbar .s-search-input {
    border: 1px solid #000 ;
}
.s-search-icon svg {
    height: 36px;
  width: 36px;
}
/* الفوتر */
.store-footer__inner
 {
    background-color: #000
 }
.store-footer {
    background-color: #1c1b1b;
}
.copyright-text p {
    color: #676767;
}

    .store-footer {
        margin-top: 0rem;
    }


@media (min-width: 1024px) {
    .store-footer__inner {
        padding-bottom: 25px;
        padding-top: 25px;
    }
}

.custom-social-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5e5e5;
  transition: all .3s ease;
}

.custom-social-icon svg {
  width: 20px;
  height: 20px;
  fill: #000;
}

.custom-social-icon:hover {
  background: #000;
}

.custom-social-icon:hover svg {
  fill: #fff;
}

@media (min-width: 1024px) {
    .s-slider-thumbs .s-slider-thumbs-container .swiper-slide {
       height: 148px
    }
  .s-button-text {
    display: flex;
  justify-content: center;
    align-items: center;
    gap: 5px;
}
}
img.w-full.object-contain.rounded-md{
  border-radius: 15px;
}
.banner--fixed img {
    border-radius: 15px;
}
 
body {
    background: #ffffff !important
}
section#featured-products-style2-6{
  background: #ffffff !important
}
@media only screen and (max-width: 1024px) {
    .mm-spn li a, .mm-spn li>span {
      padding-inline: 24px;
      padding-block: 14px;
    }
}

@media only screen and (max-width: 1024px) {

  span.text-sm.copyright-text {
    justify-content: center;
  }
.store-footer a {
  display: flex;
    justify-content: center;
}
  .flex.gap-4{
    justify-content: center;
  }
  .store-footer h3{
        display: flex;
    justify-content: center;
  }
  .s-social-list {
    display: flex;
    justify-content: center;
    gap: .625rem;
  }
  .store-footer p {
    text-align: center !important;
  }
  .store-footer__inner {
 padding-bottom: 0rem;

}
}
.tamara-product-widget{
  color: #fff !important;
  background: #000;
}

    .s-comments-product {
        background-color: #fff;
        padding-bottom: 0rem !important; 
         padding-top: 0rem !important;
    }

.s-comment-form-input{
  border-radius: 0 ;
}


.form-label {

        margin-bottom: 0;
    }


@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.store-footer a:hover {
    color: #C1121F;
    opacity: 1;
}
.store-footer a {
  transition: color 0.3s ease;
}
@media (max-width: 1024px) {
    .flex.items-stretch.justify-between.relative > :nth-child(1) {
        width: 90%;
        justify-content: space-evenly;
    }
  .copyright-text::after {
    margin-bottom: 15px;
  }
}

/* إضافة Kareem قبل وبعد النص */


.copyright-text::after {
    content: "  جميع الحقوق محفوظة © 2026 Fitness Lab  " !important;
    cursor: pointer;
    color: #fff !important;
    font-weight: bold !important;
    margin-left: 5px !important;
      transition: color 0.3s ease; /* ترانزيشن ناعم */
}
.copyright-text::after 

/* تأثير hover */
.copyright-text::before:hover,
.copyright-text::after:hover {
    text-decoration: underline !important;
}
span.text-sm.copyright-text{
  display: flex;
  gap: 5px;
}

.copyright-text p {
    display: none;
}
.copyright-text:hover::after {
    color: #C1121F !important;
}


.shadow-default {
    --tw-shadow: 0 !important; 
     --tw-shadow-colored: 0 !important);
    box-shadow:0 !importantd;
    box-shadow: 0 !important;
}

.flex.items-center.justify-end.my-2\.5{
  flex-direction: row-reverse;
}
header.store-header{
  padding-bottom: 20px;
}

.swiper-slide.swiper-slide-active{
  border-radius: 0;
}
.s-cart-summary-count:where([dir=rtl],[dir=rtl] *) {
right: -.375rem;
    background: linear-gradient(to left, #C1121F, #780000);

}

.topnav-link-item.right-side:first-child:where([dir=rtl],[dir=rtl] *) {
    display: none;
}
.s-contacts-topnav-link:last-child:where([dir=rtl],[dir=rtl] *) {
    display: none;
}


/* Desktop layout */
 .s-block--banners .grid {
height: clamp(22.188rem, 16.7965rem + 23.0039vw, 37.5rem);
 }
@media (min-width: 769px) {
  .s-block--banners .grid {

    display: grid;
    grid-template-columns: 1fr 1fr; /* عمود كبير + عمود صغير */
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 769px) {
  .s-block--banners .grid {
        display: grid;
    grid-template-columns: 1fr 1fr; /* عمود كبير + عمود صغير */
    grid-template-rows: repeat(2, 1fr);
    gap: 12px !important;
  }
  .header-search.flex-1 {
    z-index: -1;
}
  
}
.store-footer__inner {
  position: relative;
}
.store-footer__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to left, #C1121F, #780000);
}


.mm-spn a:not(:last-child){
  margin: auto ;
}
#mainnav .sub-menu a:hover {
    color: var(--menu-text-secondary) !important;
    background: #fff;
}
#mainnav .sub-menu{
      color: var(--menu-text-secondary) !important;
    background: #fff !important;
}

.s-button-primary-outline {
    background: #111111;
    color: #fff !important;

.s-button-primary-outline:hover {
    background: #C1121F;
    color: #fff !important;}