/* Add custom CSS styles below */ 
#s-block--fixed-banner-0 .container ,#s-block--fixed-banner-2 .containe ,#s-block--fixed-banner-3 .container,#s-block--fixed-banner-4 .containe{
  padding:0;
}
.product-single salla-button .s-button-btn {
border-radius:.75rem;
color: #000000;
    background-color: #00000000;
}
#s-block--fixed-banner-0.\!my-\[var\(--fixed-margin-mob\)\] { margin-top:0 !important}
.\[\&_img\]\:brightness-50 img {
    --tw-brightness: brightness(.5);
    filter: none;
}
.left-side .flex.items-center.cursor-pointer.grow {
    flex-grow: inherit;
}
.top-navbar{display:none}
.s-add-product-button-main button[aria-label*="Apple Pay"],
.s-add-product-button-main .apple-pay-button,
.s-add-product-button-main [class*="apple-pay"],
.s-add-product-button-main [id*="apple-pay"] ,
apple-pay-button{
  display: none !important;
}


/* === توحيد حجم جميع صور المنتجات في الموقع بالكامل === */
.product-card img,
.product-item img,
.products .product img,
.collection .product img,
.home .product-card img,
.home .products .product img,
.home .card__image img,
.home .card__media img,
.product img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;   /* يجعلها مربعة دائما */
  height: auto !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  max-height: none !important;
}

/* تثبيت الحاويات أيضًا */
.product-card .image,
.product-card .media,
.product-item .image,
.product-item .media,
.card__media,
.card__image,
.products .product .image,
.collection .product .image {
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  display: block !important;
  position: relative;
}

@media (max-width: 800px) {
   
.promo-rotator{display:none;}
.product-block.is-out .donating-wrap{
margin-bottom:1rem
}}

<