/* Add custom CSS styles below */ 
.box-shadow-none {
    box-shadow: none;
}

.bg-cover {
    background: url(https://cdn.salla.sa/form-builder/ZBLFwD9TMNIeXAIEkypiYhCEskovVQUXMeh8AksB.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

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

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

.header-btn__icon,
.s-user-menu-trigger {
    border-radius: 10px;
    background: #e8b176 !important;
    padding: 2px;
}

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

.s-reviews-testimonial__text p {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    background: rgb(14, 71, 161);
    color: #FFD700; /* اللون الذهبي */
    padding: 10px;
    border: 2px solid #e8b176;
}

.s-menu-footer-list {
    column-count: 2;
}

.s-button-icon .s-button-text {
    color: #FFD700 !important; /* اللون الذهبي */
}

.banner-entry:hover {
    box-shadow: 0 0 15px rgb(14, 71, 161);
}

.w-full button,
.s-product-card-content-footer {
    background: rgb(14, 71, 161);
    color: #FFD700; /* اللون الذهبي */
    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: #fff;
    z-index: 22;
}

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

.s-slider-block__title-right h2 {
    color: #FFD700; /* اللون الذهبي */
    padding: 10px;
}

.s-slider-block__display-all {
    background: #e8b176;
    padding: 10px;
    border-radius: 10px;
    z-index: 0;
    color: #314f4f;
}

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

.s-button-element:not(:disabled):not([loading]) {
    color: #FFD700 !important; /* اللون الذهبي */
    border: 0;
}

.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;
}
/
.price, 
.product-price, 
.s-product-price, 
.s-product-card-content-price, 
.s-price, 
.product-item-price {
    color: #FFD700 !important; 
}

@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: #FFD700; /* اللون الذهبي */
        font-size: 16px;
        margin: 0;
    }

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

    .s-product-card-entry {
        border: 2px solid rgb(14, 71, 161);
        box-shadow: 0 0 10px rgba(14, 71, 161, 0.5);
    }

    .footer-title span {
        color: #fbfcfd;
        background: #e8b176;
        border-radius: 8px;
        font-weight: 700;
        padding: 0.3rem 0;
    }

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

    .s-social-link a {
        color: #FFD700; /* اللون الذهبي */
        border-radius: 20%;
        border: 1px solid rgb(232, 177, 118);
    }

    .footer-list a:hover {
        color: #FFD700; /* اللون الذهبي */
    }

    .store-footer .store-footer__inner .container {
        background-color: rgb(14, 71, 161);
    }

    .footer-is-light .store-footer .store-footer__inner {
        background-color: rgb(14, 71, 161);
        color: #fff;
    }

    .store-footer h3 {
        color: #FFD700; /* اللون الذهبي */
        margin: auto;
    }

    .s-contacts-list {
        display: none;
    }

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