@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');

* {
  
  font-family: "Alexandria", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;

}


/*أضهار اسم المتجر بجانب الشعار*/

h1.sr-only {

display:contents;

font-size:12px;

color:#c19f65;

}

/*تعديل الابعاد لصور المنتجات */

custom-salla-product-card#\31 927246342 {

margin: 2px 3px 0px 0px;

}

/*تعديل لون الخلفية للمنتجات*/

.s-product-card-image {

background:white;

}

/*اخفاء شعار النافذة المنبثقة*/

.smt-wrapper.sm-fixed.bottom-right {
    display: none;
}