/* Add custom CSS styles below */ 
.s-product-card-entry {
  transform: scale(0.92);
  transition: all 0.25s ease;
  border-radius: 16px !important;
  overflow: hidden;
}

.s-product-card-entry:hover {
  transform: scale(0.92) translateY(-10px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.s-product-card-entry:active {
  transform: scale(0.90) translateY(-12px);
}

.s-product-card-image img {
  max-height: 160px !important;
  object-fit: contain !important;
}

.s-product-card-content {
  padding: 8px !important;
}


.s-product-card-content h3,
.s-product-card-content a {
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.s-product-card-price {
  font-size: 14px !important;
  font-weight: 700;
}

.s-button-btn,
.s-product-card-content-footer button {
  border-radius: 12px !important;
  transition: all 0.25s ease;
}
.s-button-btn {
  background: #ff3b3b !important;
  color: #fff !important;
  border-radius: 12px !important;
  font-weight: bold;
}

.s-button-btn:hover {
  background: #e62e2e !important;
}
.s-product-card-price {
  font-size: 16px !important;
  color: #ff3b3b !important;
  font-weight: 800;
}
s-product-card-image img {
  height: 150px !important;
  object-fit: contain !important;
}
s-product-card-entry,
.s-product-card,
.s-product-card-content,
.s-product-card-image {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* make image look cutout */
.s-product-card-image img {
  background: transparent !important;
  mix-blend-mode: multiply !important;
}

/* remove any padding behind image */
.s-product-card-image {
  padding: 0 !important;
}

/* optional: slight shadow for realism */
.s-product-card-image img {
  filter: drop-shadow(0 10px 15px rgba(0,0,0,0.15));
}
.s-product-card-entry,
.s-product-card,
.s-product-card-content,
.s-product-card-image {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.s-product-card-image img {
  background: transparent !important;
  mix-blend-mode: multiply !important;
  filter: drop-shadow(0 12px 20px rgba(0,0,0,0.15)) !important;
}

.s-product-card-image {
  padding: 0 !important;
}
.s-search-input {
  border-radius: 16px !important;
  border: 2px solid #ff3b3b !important;
  background: #fff !important;
  padding: 12px !important;
  font-size: 14px !important;
}

.s-search-input:focus {
  border-color: #ffcc00 !important;
  box-shadow: 0 0 0 3px rgba(255,204,0,0.2);
}
.s-search-input {
  padding-right: 40px !important;
}

.s-search-input::placeholder {
  color: #999;
  font-weight: 600;
}
.s-search {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
}
.banner--fixed img {
  border-radius: 22px !important;
  box-shadow: 0 12px 25px rgba(0,0,0,0.15) !important;
}

.banner-entry {
  border-radius: 22px !important;
  overflow: hidden !important;
  transition: all 0.35s ease !important;
  position: relative;
}

.banner-entry:hover {
  transform: translateY(-10px) scale(0.97) !important;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2) !important;
}

.banner-entry:active {
  transform: scale(0.95) !important;
}
store-footer,
.store-footer__inner,
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner {
  position: relative !important;
  overflow: hidden !important;
  background: radial-gradient(circle at 20% 20%, rgba(215,25,32,.35), transparent 28%),
              radial-gradient(circle at 70% 85%, rgba(255,204,0,.22), transparent 30%),
              linear-gradient(135deg,#111 0%,#000 100%) !important;
  color: #fff !important;
  border: none !important;
}

.store-footer__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 55px 55px;
  opacity: .28;
  z-index: 0;
  pointer-events: none;
}

.store-footer__inner > * {
  position: relative !important;
  z-index: 2 !important;
}

.store-footer h1,
.store-footer h2,
.store-footer h3,
.store-footer h4,
.store-footer p,
.store-footer span,
.store-footer li,
.store-footer a {
  color: #fff !important;
}

.store-footer a {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.store-footer a:has(svg),
.store-footer a:has(i) {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255,255,255,.45) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.06) !important;
  padding: 0 !important;
  transition: .3s ease !important;
}

.store-footer a:has(svg):hover,
.store-footer a:has(i):hover {
  background: #d71920 !important;
  border-color: #d71920 !important;
  transform: translateY(-4px) scale(1.05) !important;
}

.store-footer svg {
  width: 20px !important;
  height: 20px !important;
  color: #fff !important;
  fill: currentColor !important;
  stroke: currentColor !important;
  opacity: 1 !important;
  filter: none !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.store-footer i {
  font-size: 20px !important;
  color: #fff !important;
  opacity: 1 !important;
  filter: none !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.store-footer img {
  opacity: 1 !important;
}

.store-footer .contacts-list a,
.store-footer .store-contact a,
.store-footer a[href^="tel"],
.store-footer a[href^="mailto"] {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

.store-footer .contacts-list a svg,
.store-footer .store-contact a svg,
.store-footer a[href^="tel"] svg,
.store-footer a[href^="mailto"] svg {
  width: 20px !important;
  height: 20px !important;
}
.store-footer::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 120px;
  height: 40px;
  background-image: url("PUT-YOUR-LOGO-LINK-HERE");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9;
  z-index: 3;
}
.store-footer__inner::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 50px;
  background-image: url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/vXEWXl/stores/logos/TKT2SkD4MPTKrtFu2Knb8TI9dfXzlgd6IEcmiJVx.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  z-index: 5;
  pointer-events: none;
}
.store-footer {
  position: relative !important;
  margin-top: 90px !important;
  padding-top: 70px !important;
  overflow: visible !important;
  border: none !important;
}

.store-footer::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 120px;
  background: radial-gradient(120% 90px at 50% 100%, transparent 58%, #000 59%) !important;
  z-index: 1;
  pointer-events: none;
}

.store-footer__inner {
  position: relative !important;
  z-index: 2 !important;
  border-radius: 38px 38px 0 0 !important;
  overflow: hidden !important;
  padding-top: 45px !important;
}

.store-footer .contacts-list li,
.store-footer .store-contact li,
.store-footer [class*="contact"] li {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.store-footer .contacts-list a,
.store-footer .store-contact a,
.store-footer a[href^="tel"],
.store-footer a[href^="mailto"],
.store-footer a[href*="wa.me"],
.store-footer a[href*="whatsapp"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
}

.store-footer a[href*="wa.me"] svg,
.store-footer a[href*="whatsapp"] svg,
.store-footer a[href^="tel"] svg,
.store-footer a[href^="mailto"] svg {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  position: static !important;
  transform: none !important;
  color: #fff !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

.store-footer svg,
.store-footer i {
  vertical-align: middle !important;
}
.s-block-statistics__stat {
  animation: floatStat 2.5s ease-in-out infinite !important;
}

.s-block-statistics__stat:nth-child(2) {
  animation-delay: 0.3s !important;
}

.s-block-statistics__stat:nth-child(3) {
  animation-delay: 0.6s !important;
}

.s-block-statistics__icon {
  animation: iconMove 2s ease-in-out infinite !important;
}

@keyframes floatStat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes iconMove {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15) rotate(5deg);
  }
}
.s-slider-swiper-wrapper {
  transition-duration: 250ms !important;
}
.slide-cat-entry {
  background-color: #ffffff !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 18px !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12) !important;
  border: none !important;
}

.slide-cat-entry:hover {
  transform: translateY(-6px) !important;
  transition: 0.25s ease !important;
}

.slide-cat-entry i,
.slide-cat-entry svg {
  color: #ff3b3b !important;
  fill: #ff3b3b !important;
  font-size: 30px !important;
}
element.style {
}
.s-cart-summary-count:where([dir=rtl],[dir=rtl] *) {
    right: -.375rem;
}
.s-cart-summary-count {
    top: -.125rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 59 59);
}