/*

header.olla-hero-image{
	height: 100vh !important;
}
*/


/* لون يوم التأسيس */

li.id\=\"1284503536\".flex.items-center.gap-4 {
    background: #fffafc !important; /* light background for contrast */
    color: #4a2f3c !important;       /* deep contrasting text */
    padding-right: 12px !important;
    padding-left: 12px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border-radius: 50px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important; /* subtle depth */
    font-weight: 600 !important;
}


/* إخفاء زر تسوقي الآن والكتابة على البانر */
#app > div.app-inner.flex.flex-col.min-h-full > header > div.container.mx-auto.w-full.h-full > div {
    display: none;
}

.olla-slider-simple img {
    border-radius: unset !important;
}
#app > div.app-inner.flex.flex-col.min-h-full > a > button{display:none !important ;}