/* Add custom CSS styles below */
gap-3 {
    gap: 0.25rem;
}

.grid-flow-row {
    grid-auto-flow: column;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(242 241 239);
}

.top-navbar {
    background-color: rgb(62 79 99);
}

.mm-spn.mm-spn--light {
    color: #f2f1ef;
    background: #3c4d61;
}

.footer-is-light .store-footer .store-footer__inner {
    background-color: rgb(242 241 239);
}

.s-slider-block__title-nav {
    opacity: 0;
}

.s-block--hero-slider .swiper-slide .overlay-bg:after {
    opacity: 0;
}

.store-footer__inner {
    border-bottom-width: 1px;
    border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0px 0px !important;
}

.slide--cat-entry {
    background-color: rgb(242 241 239);
}

.bg-gray-100 {
    background-color: rgb(243 244 246 / 0%);
}

.cta-button {
    background-color: #3e4f63;
    color: #f2f1ef;
    padding: 5px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    bottom: 161px;
    left: 50%;
    transform: translateX(-50%);
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #c5c6c8; /* تغيير اللون عند التمرير فوق الزر */
}

@media (max-width: 768px) {
    .cta-button {
        background-color: #3e4f63;
        color: #f2f1ef;
        padding: 5px 20px;
        font-size: 14px; /* تقليل حجم الخط في الأجهزة الصغيرة */
        border: none;
        border-radius: 5px;
        cursor: pointer;
        position: absolute;
        bottom: 113px;
        left: 50%;
        transform: translateX(-50%);
        transition: background-color 0.3s ease;
    }
}

/*   ==========   HEADER   ==========   */
.navbar-brand img {
    max-width: 124px;
    content: url(https://i.postimg.cc/hGTBr02G/2-D-Style-03-1.gif) !important;
}

.header-btn {
    color: #fff;
}

[dir=rtl] .header-btn__icon.icon {
    margin-left: 1px;
}

.s-cart-summary-total {
    display: none;
}

body .unicode {
    display: none;
}

.s-contacts-icon {
    color: #f2f1ef;
    background: #3e4f63;
    border-radius: 8px !important;
    padding: 6px;
    margin: 0 !important;
}

.s-contacts-list.s-contacts-list-vertical {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/*   ==========   FOOTER   ==========   */
.s-menu-footer-item {
    text-align: center;
    margin-bottom: 10px;
}

.s-menu-footer-list {
    columns: 2;
}

[dir=rtl] .rtl\:ml-4 {
    margin-inline: 8px !important;
    width: auto !important;
}

@media (min-width: 1024px) {
    .store-footer:before {
        display: flex;
        content: "";
        height: 100%;
        position: absolute;
        top: -50px;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -3;
        background-position: center;
    }

    .footer-list .last\:mb-0 {
        width: 100% !important;
        justify-content: center;
        margin-right: 0px !important;
    }

    .block {
        margin-right: 0px !important;
        margin-bottom: 12px !important;
        width: calc(100% - 10px) !important;
        justify-content: center;
    }

    .store-footer .s-user-menu a {
        width: 100% !important;
        margin-bottom: 13px !important;
        margin-right: 20px !important;
        font-size: 13px !important;
    }

    .lg\:grid-cols-7 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .lg\:grid-cols-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:col-span-2 {
        grid-column: span 1 / span 2;
    }

    [dir=rtl] .rtl\:lg\:pl-20 {
        padding-left: 0rem;
    }

    [dir=rtl] .rtl\:lg\:pr-20 {
        padding-right: 0rem;
    }
}

.store-footer__inner:before {
    background-position: bottom;
    display: flex;
    content: "";
    height: 50px;
    margin-bottom: 35px;
    width: 100%;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ydqbqy/8SKLt498hiqtI9VLuP1dQlqdxMcLkcLcVoic6QNG.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.appstore {
    color: #000;
}

.store-footer h3 {
    color: #f2f1ef;
    border-radius: 8px;
    text-align: center;
    border: 0 !important;
    height: 32px;
    font-weight: 700;
    line-height: 34px;
    width: 100%;
    margin-bottom: 15px;
    background: rgb(62 79 99);
}

.space-x-2 {
    justify-content: center;
}

.carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 7rem;
}