:root{
      --color-primary: #957a46;
    --text-btn: #ffffff;

}
/* Add custom CSS styles below */ 
/*singlr products*/
.p--features__item.flex.flex-center.gap-2.px-2.py-3.bg-white.da-bgg.rounded-md {
    box-shadow: 2px 2px 3px #d1d1d1;
}
/*what's app*/
div#wa-angel {
    background-color: var(--color-primary);
}

/* خلفية الهيدر */
.bottom-header {
    background-color: #715018 !important;
}

/* كل النصوص */
.bottom-header,
.bottom-header span,
.bottom-header p,
.bottom-header b {
    color: #ffffff !important;
}

/* أيقونات الخط (sicon / i) */
.bottom-header i {
    color: #ffffff !important;
}

/* أيقونات SVG */
.bottom-header svg,
.bottom-header svg path {
    fill: #ffffff !important;
    stroke: #ffffff !important;
}