/* Header */
#mainnav {
    height: unset !important;
}
salla-advertisement {
    height: unset !important;
}
.navbar-brand img {
    min-width: 90px;
    min-height: 120px;
}
.store-footer .navbar-brand img {
    min-width: 70px;
    min-height: 114px;
    object-fit: contain;
}
@media (min-width: 1024px) {
    .store-header div:has( > .navbar-brand ) {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .navbar-brand img {
        min-width: 100px;
        min-height: 100px;
    }
    .store-footer .navbar-brand img {
        min-width: 60px;
        min-height: 106px;
    }
}

/* Landing */
.landing-page-first-banner .txt {
    justify-content: start
}
.landing-page-first-banner .item-text {
    height: 100%;
    justify-content: start;
    padding-block: 6%;
}
.landing-page-first-banner .item-text .pa-fbanner-star {
    margin-top: auto;
}
.landing-page-first-banner .item-text p {
    font-size: 25px;
    margin-top: 2rem;
    line-height: 2rem;
    display: block;
}
.landing-page-first-banner .item-text .pa-fbanner-star a {
    padding-inline: 3rem;
    font-size: 18px;
}
@media(max-width:768px) {
    .landing-page-first-banner .item-text p {
        font-size: 18px;
        margin-top: 1rem;
    }
}

/* RO_why-us */
.RO_why-us h2,
.RO_why-us p {
    font-size: 16px !important;
}
.RO_why-us h2 {
    font-weight: bold;
    font-size: 20px !important;
}
@media(max-width:768px) {
    .RO_why-us h2,
    .RO_why-us p {
        text-align: center;
    }
    .RO_why-us p {
        font-size: 14px !important;
    }
}

/* Categories List Start */
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 220px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 200px;
}
}
@media(max-width:768px){
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
a.banner-entry{
    height: 180px;
}
}
@media(max-width: 576px){
section.s-block.s-block--banners.container {
    padding-inline: 6px;
}
a.banner-entry{
    height: 100px;
}
}
/* Categories List End */

/* RO_banner_product */
.RO_banner_product .container > .grid {
    align-items: center;
}

/* ROsub-banner */
.ROsub-banner .w-full.pt-5 {
    max-width: 500px;
    text-align: center;
}
.ROsub-banner h2 {
    font-size: 50px !important;
}
.ROsub-banner p {
    font-size: 30px !important;
    margin: 2rem 0 3rem
}
.ROsub-banner a {
    padding: 1.4rem 3rem;
}

/* RO-banner-offer */
.RO-banner-offer .w-full.gap-4 {
    text-align: center;
    margin-top: 1rem;
}

/* Hide Offers */
li:has(a[aria-label="تخفيضات"]) {
    display: none !important;
}
/* fix logo */
@media (max-width: 768px) {
    .inner .navbar-brand img {
         min-width: 35px;
        min-height: 60px;
    }
}