/* Add custom CSS styles below */ 
.font-primary,
.tab-trigger,
body.product-single h1,
body.product-single strong,
h2,h3,h4,h5,h6{
  font-weight:700!important
}

body.product-single p{font-weight:inherit!important}
body.product-single .md\:container{overflow:hidden}
body.product-single .flex.justify-between.items-center.gap-2.md\:gap-4{flex-direction:column}
i.text-primary{color:#fff}
.s-product-card-entry{border:1px solid #eb9bb2!important;border-radius:.25rem!important}
.s-block__title i.text-primary{color:#fbc028}
.store-footer .footer-container .logo-footer{margin-bottom:1.5rem}
.social-links a:hover{color:#fbc028!important}

.s-add-product-button-main .s-add-product-button-mini-checkout{
  background:#76E8CC!important;
}

.banner-entry{
  height:220px!important;
}

@media (min-width:768px){
  button.s-fast-checkout-button.outline{
    background:#76E8CC!important;
  }

  .s-slider-block__title{
    margin-bottom:2rem;
    border-right:9px solid #f02a63;
    padding-right:10px;
    font-size:28px;
    font-weight:bold!important;
  }

  .s-slider-block__title h2{
    font-size:28px;
    font-weight:bold!important;
  }
} /* <-- إغلاق media */

li[id="1787708965"] > a,
li#\31 787708965 > a{
  color:#be2464 !important; /* اللون الأساسي للنص */
  background:#FFFFFF !important;
  padding-right:10px !important;
  padding-left:10px !important;
  padding-top:5px !important;
  padding-bottom:5px !important;
  border-radius:50px !important;
  border-style:solid;
  border-color:#be2464;
  border-width:1px;
  animation:subtleNeonEffect 1.5s infinite;
}

@keyframes subtleNeonEffect{
  0%{
    background-color:#05874b; /* بدل الأسود */
    color:#be2464;
    border-color:#be2464;
    box-shadow:0 0 5px #be2464;
  }
  30%{
    background-color:#05874b;
    color:#be2464;
    border-color:#be2464;
    box-shadow:0 0 5px #be2464;
  }
  100%{
    background-color:#be2464; /* اللون الثاني */
    color:#05874b;
    border-color:#05874b;
    box-shadow:0 0 5px #05874b;
  }
}

[aria-label="منتجات بـ 11.5"],
[aria-label="عروض إلفنت"]{
  color:#ff0163!important
}

.md\:\!w-20{width:7rem!important}

/*
[aria-label="عروض الجمعة البيضاء"]{
  color:#e30163!important;
  border-radius:6px;
  background:#fff!important;
}
*/