/* زر أضف للسلة – برتقالي بدرجتك */
.s-button-primary {
    background-color: rgb(255, 140, 61) !important;
    border-color: rgb(255, 140, 61) !important;
    color: #fff !important;
}
.header-inner p.da-tm {
    color: rgb(255, 140, 61) !important;
}


.banner-square h3{
    font-weight:600;

    background:linear-gradient(
        180deg,
        #000000 0%,
        #111111 70%,
        rgb(255,90,0) 130%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
div.flex.flex-col.w-full h2,
div.flex.flex-col.w-full p {
    color: #000 !important;
}