body {
    font-family: 'DINNextLTArabic', sans-serif;
}
.product-block__thumb:not(.s-product-card-image) img {
    border-radius: 9px;
}
salla-add-product-button button.s-button-element {
    border-radius: 13px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 100;
    margin-bottom: 9px;
}

#app salla-add-product-button button[product-id].s-button-primary {
    background-color: #c3aa93;
    color: #eeeeee;
    border-color: #e6d0bb;
}
.font-bold
 {
    font-weight: 200;
}
/* كود إضافة إطار بني للفوتر */
.store-footer {
    border: 2px solid #c3aa93 !important; /* لون بني كلاسيكي */
    border-radius: 15px;                  /* انحناء الزوايا */
    margin: 15px;                         /* مسافة خارجية لبروز الإطار */
    padding: 20px 0;                      /* مساحة داخلية إضافية */
    box-shadow: 0 8px 10px rgba(0,0,0,0.1); /* ظل خفيف لإبراز الفوتر */
}