.s-payments-list-item {
    align-items: center;
    border-radius: .25rem;
    display: flex;
    height: 2rem;
    justify-content: center;
    width: 3rem;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgb(255 239 233);
    padding: .25rem
}
*,:after,:before {
    border: 0 solid #ffefe9;
    box-sizing: border-box
}
.footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__newsletter {
    background-color: #ffefe9;
    --tw-border-opacity: 1;
    border-bottom-color: #ffefe9;
    border-bottom-color
Sets the color of the bottom border.

Widely available across major browsers (Baseline since January 2018)
Learn more

Don't show
: rgb(255 239 233);
}
.whatsapp-button {
    display: none !important;
}
/* =================================
   تنظيف شريط العنوان بالكامل
================================= */
.mm-spn.mm-spn--navbar {
  position: relative !important;
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
}

/* إزالة أي عنصر إضافي من الثيم */
.mm-spn.mm-spn--navbar::before {
  display: none !important;
  content: none !important;
}

/* =================================
   وضع الصورة كاملة بدون قص
================================= */
.mm-spn.mm-spn--navbar::after {
  content: "" !important;
  display: block;

  width: 100%;
  height: 110px;   /* ⬅️ عدلي الارتفاع حسب الصورة */

  margin: 0;
  padding: 0;

  background-image: url("https://res.cloudinary.com/ddz4jf7es/image/upload/v1767123283/غفقث_ptgrwt.png");
  background-repeat: no-repeat;
  background-size: contain;   /* بدون قص */
/* background-position: center; */

  color: transparent;
}
/* إزالة الفراغ العلوي الحقيقي */
.mm-spn {
  padding-top: 0 !important;
}

.mm-spn--main {
  padding-top: 0 !important;
}

/* إخفاء النص فقط بدون قتل الارتفاع */
.mm-spn__title {
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.mm-spn.mm-spn--navbar ul:before {
    border-top: 0px solid;
}
.product-card__actions div button.s-button-icon {
    color: #ff0000;
    margin: 0;
}