/*Add custom CSS styles below */ 
body {
  background-color: #ffffff;
  text-align: center
  }
.banners-sectionb {
    max-width: 1100px;
    margin: 0 auto;
  padding: 20px 15px
}

/* الشبكة: 3 أعمدة */
.banners-gridb {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 24px;
}

/* رابط البنر */
.banner-linkb {
    text-decoration: none;
    display: block;
}

/* كرت البنر */
.banner-cardb {
    position: relative;
    border-radius: 28px; /* حواف دائرية كبيرة نفس الصورة */
    overflow: hidden;
    background: #2a2a2a;
    aspect-ratio: 786 / 1024; /* مربع 100% */
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.banner-cardb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

/* تأثيرات الهوفر */
.banner-linkb:hover .banner-cardb {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.banner-linkb:hover .banner-card img {
    transform: scale(1.05);
}

.banner-linkb:active .banner-card {
    transform: translateY(-2px);
}

/* تابلت: عمودين */
@media (max-width: 900px) {
    .banners-gridb {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .banner-cardb {
        border-radius: 24px;
    }
}

/* جوال كبير: عمودين أصغر */
@media (max-width: 600px) {
    
    
    .banners-gridb {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    
    .banner-cardb {
        border-radius: 20px;
    }
}

/* جوال صغير: عمود واحد */
@media (max-width: 400px) {
    .banners-gridb {
        grid-template-columns: 3fr;
        gap: 16px;
    }
    
    .banner-cardb {
        border-radius: 24px;
    }
}



/*بس*/



/*توسيط العنوان القسم*/
.s-block__title {
    align-items: center;
     display: block ; 
    /*justify-content: space-between;*/
    margin-bottom: 5px;
    text-align: center !important;
  margin-bottom: 15px
}
.s-block__title .right-side:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}


/*بوردر الزر*/
.s-button-btn, .s-price-range-number-input {
    border-radius: 50px;
    background-color: #01308C;
    color: #ffffff;
}



/*اخفاء قلب*/
.s-product-card-vertical .s-product-card-wishlist-btn:where([dir=rtl],[dir=rtl] *) {
    left: .5rem;
    right: auto;
    opacity: 0;
}

/*توسيط السعر*/
.s-product-card-content-sub {
    gap: .75rem;
    justify-content: center;
}




/*خلفية فوتر*/
.footer-is-light .store-footer .store-footer__inner {
    border-opacity: 0;
    border-bottom-color: #01308C;
    --tw-bg-opacity: 0;
    background-color: #01308C;
  color: #ffffff !important ;
  border-radius: 15px 15px 0px 0px
    
}


/*تصغير حجم بطاقات المنتج*/

s-products-list-vertical-cards {
    gap: .600rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 9px !important;
}
.s-product-card-entry {
    /*border-radius: .75rem;*/
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: #ffffff ;
    transition-duration: .3s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0px !important;
    text-align: center;
    margin: 10px;
}

/*حجم العنوان*/
.s-block__title h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.75rem;
    line-height: 1.2;
    position: relative;
}

/*توسيط فوتر هاتف*/
.s-contacts-item {
    align-items: center;
    display: flex;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1;
    justify-content: center;
}

.px-5 {
     padding-left: 0rem; 
    padding-right: 0rem; 
}
.p-2 {
     padding: 0rem; 
}

.text-center {
    text-align: center;
    background-color: #01308c;
    color: red !important;
}

.copyright-text p {
    --tw-text-opacity: 1;
    color: #e8ebef;
    color: rgb(234 236 239);
}

.footer-is-light .store-footer .contact-social {
    --tw-border-opacity: 1;
    border-color: #f3f4f600;
    border-color: rgb(243 244 246 / 0%);
}

/* {
background-color: red;
  padding: 0px !important;
  margin: 0px !important 
  }*/