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/XyenY/yQX88IQWRpA2Z6mDq6DVv0qyOD9YluSbz6PTAY0e.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.index header {
  position: relative;
    overflow: hidden;
    z-index:99999;
}

body.index header::before {
  content: "";
  display: block;
  background: #c7943b;
  height: 30px; /* ارتفاع الشريط */
}

body.index 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 15s linear infinite;
  width: max-content;
}
@keyframes marquee-text {
  from { transform: translateX(0); }
  to   { transform: translateX(-450%); }
}
@media (min-width: 376px) and (max-width: 768px) {
  body.index header::after {
    animation: marquee-text-mobile 10s linear infinite;
  }

  @keyframes marquee-text-mobile {
    from { transform: translateX(0); }
    to   { transform: translateX(-200%); }
  }
}
.navbar-brand img{
  animation: pulse 2s infinite;
}

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

  50% {
    transform: scale(0.7);
  }

  100% {
    transform: scale(0.6);
  }
}
.whatsapp-icon,
  .map-icon {
    position: fixed;
    bottom: 20px;
    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: 9999;
  }

  .whatsapp-icon {
    right: 20px;
    background-color: #25D366;
  }

  .map-icon {
    left: 20px; /* وضعها في الجهة اليسرى */
    background-color: #d9534f;
  }

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

  @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,
  .map-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-button-btn{
  background-color: #fff !important;
  color: #9c6f4e !important;
  border: 1.5px solid #9c6f4e !important;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.s-button-btn:hover{
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border: none !important;
}

#custom-shipping-progress {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 64%;
  width: 500px;
  font-family: 'sans-serif';
  direction: rtl;
  z-index: 9999;
}

#custom-shipping-progress .progress-circle {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

#custom-shipping-progress .progress-text span {
  font-weight: 500;
  font-size: 14px;
   text-align: center;
}

#custom-shipping-progress .progress-text a {
  text-decoration: underline;
  font-size: 12px;
  display: inline-block;
  margin-top: 3px;
  line-height: 1.4;
}
@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);
}