/* Add custom CSS styles below */ 
.store-header * {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  background-color: #131313;
}

footer::before {
content: "";
display: block;
width: 100%;
height: 5px;
background-color: #c10e0f;
position: relative;
top: -3px;
}

salla-trust-badges {
position: relative;
top: 20px;
}

.rtl\:\!text-right:where([dir=rtl],[dir=rtl] *) {
    text-align: right !important;
  font-weight: 1000;
  font-size: 25px;
background: #c10e0f;
  padding: 6px 14px;
border-radius: 6px;
}

.masonry_gallery_btn {
    display: flex;
    padding: 6px 16px !important;
    font-size: 12px !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-weight: 600; /* 1000 غير مدعوم عادة */
    color: #000000 !important; /* الخط أسود */
    border: 0px solid transparent;
    margin: 20px auto 0;
-webkit-text-stroke: 0.5px #ffffff;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.9); /* ظل أسود أقوى عند المرور */
    transition: all 0.3s ease; /* حركة ناعمة عند hover */}