/* تغيير اللون إلى #45d4ab */
body {
    background-color: rgba(243, 244, 246, 1);
}

section.s-block--banners .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.two-row .banner-entry:first-child {
    grid-column: unset !important;
    grid-row: unset !important;
}

.s-product-card-entry {
    border-radius: 6%;
}

.banner--fixed img, .banner-entry {
    border-radius: 15px;
    box-shadow: 1px 2px 2px #45d4ab;  /* تم التعديل */
    border-width: thin;
}

.banner-entry:first-child {
    height: none;
}

.s-product-card-fit-height .s-product-card-image {
    height: auto;
    max-height: none;
    box-shadow: 3px 4px 2px #45d4ab;  /* تم التعديل */
    border-radius: 6%;
    transition: 1s;
}

.s-product-card-fit-height .s-product-card-image:hover {
    transform: scale(0.9);
}

.s-button-btn, .s-price-range-number-input {
    background-color: #ffffff;
    color: #45d4ab;  /* تم التعديل */
}

.s-button-btn:hover, .s-price-range-number-input:hover {
    color: #ffffff;
    background-color: #45d4ab;  /* تم التعديل */
}

.s-reviews-container .swiper-slide {
    border: 1px solid #45d4ab38;  /* تم التعديل */
    transform: skew(10deg, 10deg);
    margin-bottom: 73px;
    margin-top: 67px;
}

.s-block--features__item {
    box-shadow: 1px 1px 2px #45d4ab;  /* تم التعديل */
    border-width: thin;
}