/* Store header brand */
.store-header .navbar-brand{display:grid!important;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;width:360px;max-width:none;direction:rtl;text-align:center;text-decoration:none}
.store-header .navbar-brand::before{content:"لؤلؤة المطلي";color:#173f35;font-weight:900!important;font-size:21px;line-height:1.5}
.store-header .navbar-brand::after{content:"بديل الذهب";color:#173f35;font-weight:900!important;font-size:19px;line-height:1.5}
.store-header .header-container>.flex>.w-1\/3{flex:1 1 0%;width:auto;min-width:0}
@media(max-width:767px){
.store-header .navbar-brand{width:clamp(170px,49vw,230px);gap:5px;padding:2px}
.store-header .navbar-brand::before,.store-header .navbar-brand::after{font-size:clamp(10px,2.9vw,14px)}
.store-header .navbar-brand img{height:40px!important;max-width:44px;object-fit:contain}
}

/* Category names beneath the banner */
.s-block--banners .square-grid .banner-square .text-wrapper > p {font-weight:900!important;color:#173f35!important;}