/************/
li.flex.items-center:last-child {
    display: none !important;
}
[href="tel:966579859778"]{
  display: none !important;
}
header img {
    width: 70px !important;
}
.lg\:grid-cols-4 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
@media (max-width:768px){
 .lg\:grid-cols-4 {
    grid-template-columns: repeat(1,minmax(0,1fr));
} 
}
div#loyalty-floating-btn {
    display: none !important;
}
/* Header */
header img {
    width: 280px;
}

/* Main Banners */
section.relative h1,
section.relative h2,
section.relative p,
section.relative span {
    color: #fff;
}
section.relative h2 {
    margin-block: 11px;
}
section.relative .btn-filled {
    background-color: #fff;
    color: #111;
}

/* Cats */
@media (min-width: 992px) {
    section[section-id="4682b7db-70ee-47de-bb3c-63c86c7e65fb"] .embla__container {
        justify-content: center;
    }
}

/* Responsiveness */
@media (max-width: 576px) {
    /* Main Banners */
    section.relative {
        min-height: 200px;
    }
    section.relative p {
        font-size: 12px;
    }
    section.relative .btn-filled {
        font-size: 11px;
    }

    /* Cats */

    /* Imgs Gallery */
    section[section-id="c89a28f8-7d89-4795-b887-e9ce31b3f226"] a.btn-filled {
        font-size: 12px;
        height: 30px;
    }
}