/*footer*/
footer .grid >div p:first-of-type {
    display: none;
}footer .grid >div {
    text-align: center;
}footer .grid >div .lg\:justify-start {
    justify-content: center;
}.store-footer__inner {
    padding-bottom: 4rem !important;
}
.store-footer img {
    object-fit: contain;
    width: 59%;
    margin: auto;
}/*footer*/

/*Button*/
button,
.btn,
.s-btn,
a.btn_bg {
  padding: 0.4rem 0.8rem !important; /* top-bottom | left-right */
  font-size: 0.9rem !important;      /* text size */
}/*Button*/

/* Hide bar buttons */
.s-block--photos-slider .s-slider-block__title {
  display: none;
}

.s-block--photos-slider,
salla-slider.photos-slider .swiper-slide,
salla-slider.photos-slider .swiper {
  padding: 0;
  margin: 0;
  width: 100%;
}

/* Add margin above footer */
footer {
    margin-top: 1rem; /* adjust value as needed */
}


footer,
.store-footer,
.store-footer__inner {
    padding-bottom: 1rem !important; /* reduce bottom padding */
    margin-bottom: 0 !important;     /* remove any extra margin */
    height: auto !important;          /* ensure no fixed height */
}
/*--------------------whats app*/
/* Stop WhatsApp icon vibration */

* {
  animation: none !important;
  transition: none !important;
}