body.index:after{content:"";width:100%;height:100%;top:0;position:fixed;z-index:999999;background:url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/RArXqo/1z6Qvo7vovchLWcXibHyINxPkwuRpNpHharniTKQ.png) center/80px no-repeat #fff;left:0;animation:fade-in 3s forwards}@keyframes fade-in{0%,50%{opacity:1}50%{transform:scale(1.2)}100%{opacity:0;visibility:hidden;transform:scale(1.5)}}
body{
overflow-x: hidden;
}
.navbar-brand img{
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1.1);
  }
}
i.header-btn__icon{
color: white;
background: #e9a5a6;}
input.s-search-input{

    border: 1px solid #e9a5a6 !important
}

header {
  position: relative;
    overflow: hidden;
    z-index:99999;
}

header::before {
  content: "";
  display: block;
  background: #e9a5a6;
  height: 30px;
}

header::after {
  content: "🛍️ اكتشفي عالم جوجي.. كل ما يخص العناية والجمال في مكان واحد توصيل سريع 💰 وعروض وخصومات دايمًا بانتظارك🧴 تنوع رهيب بمنتجات الشعر، الوجه، والعناية بالفم والأسنان 💬 ومع خدمة عملاء ودودة ترد عليك أول بأول 💕";
  position: absolute;
  top: 0;
  left: 100%;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  padding: 0 20px;
  animation: marquee-text 20s linear infinite;
  width: max-content;
}

@keyframes marquee-text {
  from { transform: translateX(0); }
  to   { transform: translateX(-250%); }
}

@media (min-width: 376px) and (max-width: 768px) {
  body.index header::after {
    animation: marquee-text-mobile 20s linear infinite;
  }

  @keyframes marquee-text-mobile {
    from { transform: translateX(0); }
    to   { transform: translateX(-180%); }
  }
}

.whatsapp-icon {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #25D366;
color: white;
font-size: 28px;
padding: 11px;
border-radius: 50%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
transition: transform 0.3s ease-in-out;
text-align: center;
z-index: 1;
}

.whatsapp-icon::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
background-color: rgba(37, 211, 102, 0.5);
border-radius: 50%;
transform: translate(-50%, -50%);
z-index: -1;
animation: pulse-animation 1.5s infinite;
}

@keyframes pulse-animation {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.7;
}
50% {
transform: translate(-50%, -50%) scale(1.4);
opacity: 0;
}
100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0;
}
}

.whatsapp-icon:hover {
transform: scale(1.1);
}

salla-slider.photos-slider .swiper-slide {
        width: 100%;
        margin: 0;
        padding: 0;
        border-radius: 0;
    }
    .rounded-md {
        border-radius: 0 !important;
    }
    #photos-0-slider > div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden{
        padding: 0;
    } 
    #app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--photos-slider{
    margin:0;
    }
    
.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: #e9a5a6;
  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 #e9a5a6;
  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-product-card-image img.loaded {
  transition: transform 0.5s ease-in-out;
}

.s-product-card-image img.loaded:hover {
  transform: scale(1.7);
}
.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: #e9a5a6 !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 #e9a5a6;
  margin: 0 15px;
}