/* --- تعديل الألوان بناءً على الشعار الجديد --- */

.main-nav-container {
    box-shadow: none;
    background: url(https://cdn.salla.sa/form-builder/ZBLFwD9TMNIeXAIEkypiYhCEskovVQUXMeh8AksB.jpg);
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.bg-inherit {
    background: url(https://cdn.salla.sa/form-builder/ZBLFwD9TMNIeXAIEkypiYhCEskovVQUXMeh8AksB.jpg);
}

.s-product-card-content-subtitle {
    display: none;
}

/* الأيقونات والقوائم - تم تغييرها للأزرق الداكن */
.header-btn__icon, .s-user-menu-trigger {
    border-radius: 10px;
    background: #141b4d !important; /* لون الشعار الغامق */
    padding: 2px;
}

.s-reviews-testimonial__icon svg {
    display: none;
}

.s-reviews-testimonial__text p {
    margin-bottom: .5em;
    margin-top: 1rem;
    color: #101112;
    padding: 10px;
    border: 2px solid #2dbccb; /* لون التيفاني من الشعار */
}

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

.s-button-icon .s-button-text {
    color: #141b4d !important;
}

/* تأثير التوهج عند التمرير - لون تيفاني */
.banner-entry:hover {
    box-shadow: 0 0 15px #2dbccb;
}

/* الأزرار وتذييل بطاقة المنتج */
.w-full button, .s-product-card-content-footer {
    background: #141b4d; /* الخلفية كحلي */
    color: #ffffff; /* النص أبيض للوضوح */
    border-radius: 10px;
}

.s-slider-block__title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 21%;
    height: 1px;
    background-color: #e5e5e5;
    z-index: 0;
}

.s-slider-block__title-left {
    margin-right: 80%;
    background: #101112;
    z-index: 22;
}

.s-slider-block__title-right {
    background-color: rgba(249, 250, 251, 1);
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
}

/* عناوين الأقسام بلون الشعار */
.s-slider-block__title-right h2 {
    color: #141b4d;
    padding: 10px;
}

.s-slider-block__display-all {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    z-index: 0;
    color: #2dbccb; /* لون تيفاني */
    border: 1px solid #2dbccb;
}

#wa-widget-send-button {
    bottom: 100px;
}

.s-button-element:not(:disabled):not([loading]) {
    color: #ffffff;
    border: 0px;
}

.grid-flow-row {
    grid-template-columns: repeat(4, 1fr);
}

.banner-entry a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* --- تعديلات الهواتف --- */
@media(max-width: 992px) {
    .square-photos {
        margin: 0;
        height: auto;
        padding: 25px 0;
        background-attachment: fixed;
        border: 1px solid #88898b;
        background-position: center;
    }

    .s-product-card-content-title a {
        color: #141b4d;
        font-size: 16px;
        margin: 0;
    }

    .s-products-slider-card {
        width: 55%;
    }

    .s-product-card-entry {
        border: 1px solid #a5a7ac7a;
    }

    .footer-title span {
        color: #141b4d;
        background: #ffffff;
        border-radius: 8px;
        font-weight: 700;
        padding: .3rem;
    }

    .store-footer, .store-contact {
        text-align: center;
    }

    .s-social-link a {
        color: #ffffff;
        border-radius: 20%;
        border: 1px solid #2dbccb; /* تيفاني */
    }

    .footer-list a:hover {
        color: #2dbccb;
    }

    /* خلفية الفوتر باللون الكحلي بدلاً من الذهبي */
    .store-footer .store-footer__inner .container {
        background-color: #141b4d;
    }

    .footer-is-light .store-footer .store-footer__inner {
        color: white;
    }

    .store-footer h3 {
        color: #f6f6f6;
        margin: auto;
    }

    .s-social-list {
        margin-right: 30%;
    }
}