/* Add custom CSS styles below */ 
:root {
--main-color:#6d0021;
--sec-color:#f7eccb;
}
/* ميزاتنا تمييز بالابيض */ 
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG.has-pattern > section.s-block.s-block--enhanced-features.container > div > div{
background-color:white
}

/* radius buttons */ 
a,div.flex.items-center.gap-8.mt-5 > a{
border-radius:50px !important
}