li#\31 862557026{color:red!important}img.h-full.w-full.transition-opacity.hover\:opacity-90.lazy.object-contain.loaded:hover{scale:1.3!important}h2.advanced-slider__caption__inner__content__heading{color:white;filter:drop-shadow(1px 3px 4px #282828d1)}img.h-full.w-full.transition-opacity.hover\:opacity-90.lazy.object-contain.loaded{transition:transform 1s ease-in-out}.product-card--vertical{background:#ebebeb!important;padding:5px!important}.bg-store-bg-secondary{background-color:#b9862d}.form-input{background-color:#b9862d!important}.product-single .product-single__info button.s-social-share-btn,.product-single .product-single__info button.btn--wishlist{border-width:0;background-color:var(--bg-secondary);color:#b9852c}salla-slider .slide--one-sixth a div{box-shadow:0 12px 20px -6px rgba(214,211,214,1)}#tabbyPromoWrapper #tabbyPromo *{font-family:var(--font-main)}.tamara-product-widget>span,#tabbyPromo>[class*=styles__tabby]>span{color:#b9862d!important}.flex.gap-2.md\:gap-4.items-stretch,section.s-block.s-block--fixed-banner.s-block--double-banner.wide-placeholder.double-banner.double-banner--11 .flex.flex-col.sm\:flex-row.gap-2.md\:gap-4 a.banner.banner--fixed.overflow-hidden.basis-3\/6.h-full{gap:0;transition:transform .3s}.grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8{display:flex;flex-wrap:wrap;gap:0!important;justify-content:space-between;align-items:center}.lazy__bg.lazy.entered.loaded{background-size:contain;background-repeat:no-repeat}.banner--fixed img{background:#faebd700}.banner-entry{width:32%;height:332px!important;background:#f9fafb00;transition:transform .3s;border-radius:0}.grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8:nth-child(3) .banner-entry{height:260px!important}.flex.gap-2.md\:gap-4.items-stretch a img:hover,section.s-block.s-block--fixed-banner.s-block--double-banner.wide-placeholder.double-banner.double-banner--11 .flex.flex-col.sm\:flex-row.gap-2.md\:gap-4 a.banner.banner--fixed.overflow-hidden.basis-3\/6.h-full:hover{-webkit-transform:perspective(1000px) scale(1.03);transform:perspective(1000px) scale(1.03);box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)}.flex.gap-2.md\:gap-4.items-stretch a:hover{box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)}.banner-entry:hover{-webkit-transform:perspective(1000px) scale(1.03);transform:perspective(1000px) scale(1.03)}p.product-card__subtitle.text-sm.text-store-text-secondary.leading-6.mb-2\.5{display:none}@media(max-width:480px){section.s-block.s-block--fixed-banner.s-block--double-banner.wide-placeholder.double-banner.double-banner--11 .flex.flex-col.sm\:flex-row.gap-2.md\:gap-4 a.banner.banner--fixed.overflow-hidden.basis-3\/6.h-full{width:49%}section.s-block.s-block--fixed-banner.s-block--double-banner.wide-placeholder.double-banner.double-banner--11 .flex.flex-col.sm\:flex-row.gap-2.md\:gap-4{display:flex;flex-direction:row;gap:0}.banner-entry{width:33%;height:104px!important;background:#f9fafb00}salla-slider .slide--one-sixth{width:33%!important}.s-products-slider-card.swiper-slide{width:51%!important}[dir=rtl] .carousel-slider .swiper{padding-left:0rem!important}.grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8:nth-child(3) .banner-entry{height:85px!important}}@media(min-width:481px) and (max-width:767px){.grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8:nth-child(3) .banner-entry{height:85px!important}.banner-entry{width:33%;height:177px!important;background:#f9fafb00}salla-slider .slide--one-sixth{width:33%!important}.s-products-slider-card.swiper-slide{width:51%!important}[dir=rtl] .carousel-slider .swiper{padding-left:0rem!important}}.product-single__discounted-amount span:nth-child(2){display:flex;height:100%;flex-shrink:0;align-items:center;gap:.25rem;border-width:1px;border-color:transparent;background-color:var(--bg-secondary);padding-left:5px;padding-right:5px;font-family:dinnextltarabic;font-family:var(--font-main);font-size:.875rem;line-height:1.25rem;color:#fff}
.product-single__discounted-amount span:nth-child(2) {
        color: #000!important;
}
.s-button-primary {
    background-color: #414042 !important;
    color: #fff !important;
}
product-single__discounted-amount span:nth-child(2) {color: UNSET !important;}


#\31 696727871 a span {
  color: #be2464; /* اللون الأساسي للنص */
  background: #FFFFFF !important;
  padding: 5px 10px !important;
  border-radius: 50px !important;
  border: 1px solid #be2464;
  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;
  }
}