a .flex.items-center.m-0 h3 {
    display: none;
}

img[src*="NKBljK/dunrZO6Et2kooSZ5zlg4G9p0JEord5YSaEE34ZGN.png"] {
    width: 85px !important; /* ضبط العرض */
    height: auto !important; /* الحفاظ على النسبة الأصلية للارتفاع */
    max-width: none !important; /* إلغاء أي قيود على العرض */
    max-height: none !important; /* إلغاء أي قيود على الارتفاع */
}





<link rel="stylesheet" href="style.css" media="print" onload="this.media='all'">


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  loading: lazy;
}


اكواد ساحة الطيب


.s-product-card-content{
color:white;
}
.s-product-card-content-title a{
color: #072c57;
}
.s-product-card-vertical .s-product-card-wishlist-btn button {

    display: none;
}

.s-block--features__item:first-child{
    grid-column: span 1/span 1;
}
  
.s-block--features__item h2{
color: #072c57;
}
.s-block--features__item p{
color: #072c57;
    font-size: .75rem;

}
.s-block--features__item .feature-icon{
background-color: transparent;
color:#072c57;
}
.s-block--features__item .feature-icon i{
color:#072c57;
}




  
footer.store-footer * {
    text-align: center;
    justify-content: center;
}

.store-footer .unicode {}

.store-footer__inner {}


.s-cart-summary-total {
  display: none;
}






.inner{box-shadow:0 0 5px var(--color-primary);} .s-block--slider-with-bg





/* إخفاء النص داخل h3 */
a .flex.items-center.m-0 h3 {
    display: none;
}

/* إضافة الشعار كصورة داخل الرابط */
a .flex.items-center.m-0::before {
    content: "";
    display: inline-block;
    width: 150px; /* تحديد عرض الشعار */
    height: 150px; /* تحديد ارتفاع الشعار */
    background: url('https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/wWRpjR/mhIFBqEbCw6vSo97XwG4vXN2eaaekGgVqGwPsUtB.png') no-repeat center center;
    background-size: contain; /* لضبط الشعار داخل الحاوية */
}




.sicon-shopping-bag:before,.sicon-user-circle:before{color:#072c57;} [dir=rtl] 



.header-btn__icon{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:25% / 50%;border-width:1px;border-color:#072c57;color:var(--color-primary:#ffc30e);font-size:20px}






.s-product-card-vertical{flex-direction:column;border-radius:30px;border:none;box-shadow:2px 2px 8px #072c57}


 .s-button-primary-outline{fill:#cfa43b;color:#cfa43b;} 



.footer-is-light .store-footer .store-footer__inner {
  background-color: #000!important;
  color: #ffffff;