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/RAyWDo/sx3HDquOv38FUzsuA4IGYyEWki6bnjrPOmJsiSUi.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)}}

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

header::before {
  content: "";
  display: block;
  background: #b17f4e ;
  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 15s linear infinite;
  width: max-content;
}

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

@media (min-width: 376px) and (max-width: 768px) {
  body.index header::after {
    animation: marquee-text-mobile 7s 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(1);
  }

  50% {
    transform: scale(1.1);
  }

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

    border: 1px solid #b17f4e !important
}
body{
overflow-x: hidden;
}
.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: #b17f4e;
  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 #9c6f4e;
  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-button-btn{
  background-color: #fff !important;
  color: #9c6f4e !important;
  border: 1.5px solid #b17f4e !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 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border: none !important;
  background-color: #fff !important;
  color: #b17f4e !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 #b17f4e;
  margin: 0 15px;
}



.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;
    }
    
    
.store-footer::after {
    content: "برمجة وتطوير جول ميكرز";
    top: 0;
    color: var(--main-text-color) !important;
    font-size: 16px;
    opacity: 0.8;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    width: 100%;
    display: inline-block;
}