/* LS1 FAST LIGHT CSS */

/* الشعار */
.navbar-brand img {
    max-height: 70px;
    width: auto;
}

/* الأزرار */
.s-button-primary,
.product-entry salla-add-product-button .s-button-element {
    background: #38b6ff !important;
    color: #fff !important;
    border-radius: 8px;
}

/* العناوين */
.s-block__title h2,
.s-slider-block__title h2 {
    text-align: center;
    color: #38b6ff;
    font-weight: 700;
}

/* الصور */
img {
    max-width: 100%;
    height: auto;
}

/* تقليل الاهتزاز */
.s-block,
.product-entry,
.s-product-card {
    transform: translateZ(0);
}

/* منع الحركات الثقيلة */
.s-cart-summary-wrapper,
.navbar-brand img {
    animation: none !important;
}