/* Add custom CSS styles below */ 
.s-block--marquee {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.is-horizontal .slide--cat-entry.has-image .item-img {
  border-radius:0;
  background-color:transparent;
}
.coupon-item .group .border-gray-100 {
  border:none;
  background-color:white;
}
@media (min-width: 1024px) {
    @media (min-width: 1280px) {
        .s-block--categories.is-grid [slot=items], .s-block--categories.is-grid .swiper-wrapper {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
    }
}
.s-block__title h2, .s-slider-block__title h2 {
  color:#0c4f64;
  padding-bottom:0.5rem !important;
  border-bottom:2px solid ;
}
body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background: #e7ece9;
    border-radius: 12px;
}

body::-webkit-scrollbar-thumb {
    background: var(--color-primary);
}

@supports not selector(::-webkit-scrollbar) {
    body {
        scrollbar-color: var(--color-primary) #F9FAFB;
    }
}
/* Start Footer */

.store-footer {
  position: relative;
  background-color:#0c4f64 !important;
  overflow: visible;
}
.store-footer .bg-white {
    background-color:#0c4f64 !important;
}

.store-footer .store-footer__inner {
  background-color:#0c4f64 !important;
    text-align: center;
}

.store-footer a {
  transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  text-align: center;
}

.store-footer h3 {
    position: relative;
    padding-bottom: 12px;
    font-size: 1.5rem;
    width: 100;
}


.s-social-list {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  justify-content: center;
}

.s-social-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #75cbe3;
    color:white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.s-social-icon svg {
  width: 20px;
  height: 20px;
  fill: #5c5c5c;
  transition: fill 0.3s ease;
}

.s-social-link a:hover {
  background-color: #75cbe3;
  transform: translateY(-4px);
}

.s-social-link a:hover .s-social-icon svg {
  fill: #fff;
}


.s-contacts-icon {
  background-color: #75cbe3;
    color:white;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.s-contacts-list a:hover .s-contacts-icon {
  background-color: #9fc9d4;
  transform: translateY(-4px);
}

.s-contacts-list a:hover .s-contacts-icon svg {
  fill: #fff;
}
.store-footer .s-contacts-item {
    justify-content: center;

}
.store-footer .s-contacts-item:hover,
.store-footer .s-menu-footer-list a:hover {
  color: var(--mainColor);
  opacity: 1;
}


.footer-is-light .store-footer .contact-social {
  border-style: dashed;
}

.store-footer__inner > img {
  max-width: 120px;
  display: block;
  margin: -2rem auto;
}

/* Curved top */
.store-footer__curve {
  position: absolute;
  top: -53px;
  left: 0;
  width: 100%;
  height: 54px;
  z-index: 0;
  color: #0c4f64;
}

.footer-link {
  display: block;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  font-size: 0.7rem;
  color: #29687c;
}
@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .lg\:col-span-2 {
        grid-column: span 1 / span 2;
    }
}
salla-apps-icons {
    display: none;
}
p.ql-direction-rtl {
  text-align:center;
}
@media (min-width: 768px) {
    body .md\:text-start:where([dir="rtl"], [dir="rtl"] *) {
        text-align: center;
    }
}
/* End Footer */