.py-16 {
    padding-bottom: 0rem;
    padding-top: 0rem;
}

.s-block--images-gallery {
    padding: 0rem 0px;
}

/* الصور */
img {
  border-radius: 16px !important;
}

/* الازرار */
button,
.btn,
.s-button-element,
a[class*="btn"] {
  border-radius: 12px !important;
}

/* كروت المنتجات */
.product-entry,
.product-card,
salla-product-card,
[class*="product-card"] {
  border-radius: 16px !important;
  overflow: hidden !important;
}

/* القوائم والحقول */
input,
select,
textarea,
.dropdown-menu,
[class*="dropdown"] {
  border-radius: 12px !important;
}

كود خلفية المتجر
body,
main,
.app-inner,
.home,
section {
    background-color: #ffffff !important;
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgb(255 255 255);
}

element.style {
    background-color: #ffffff;
}
@media (min-width: 768px) {
    .md\:block {
        display: block;
    }


  footer {
  position: relative;
}

/* الكمبيوتر */
footer::before {
  content: "";
  position: absolute;
  left: 24%;
  bottom: 80px;
  width: 400px;
  height: 300px;
  background: url("https://b.top4top.io/p_39087yg8h1.png") center/contain no-repeat;
}
@media (max-width: 768px) {
  .sand-store-footer__inner > div:last-child::after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 260px !important;
    margin-top: 25px !important;
    background: url("https://b.top4top.io/p_39087yg8h1.png") center/contain no-repeat !important;
  }
}