/* Add custom CSS styles below */ 
body {
  background-color: #E4E4E4;
  padding: 0px !important;
  margin: 0px !important;
  
  
}


.img {
  border-radius: 0px !important ;
  background-color: #cfcfcf;
  border-radius: 0px !important ;
  padding: 0px !important;
  margin: 0px !important;
  
}



/*كرتلون*/
.s-product-card-entry {
    border-radius: .75rem;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: #e4e4e4;
    background-color: rgb(228 228 228);
    transition-duration: .3s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    border-radius: 0px !important;
    text-align: center;
}

/*توسيط العنوان القسم*/
.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-product-card-vertical .s-product-card-image {
     border-radius: 0px !important ; 
    flex: 1 1 0%;
}

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

/*بوردر الهيدرناف*/
.bg-white {
    --tw-bg-opacity: 1;
    background-color: #cfcfcf;
    background-color: #cfcfcf;
}

/*لون خلفية هيدر*/
.justify-between {
    justify-content: space-between;
    background-color: #cfcfcf;
}

/*اخفاء قلب*/
.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;
}

/*خلفية البحث والعملة فوق*/
.top-navbar {
    display: flex;
    min-height: 48px;
    padding-bottom: .5rem;
    padding-top: .5rem;
    background-color: #cfcfcf;
}

/*اخفاء بوردر ايقونات حسابي*/
.header-btn__icon {
    align-items: center;
    border-radius: 9999px;
    border-width: 1px;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
    --tw-border-opacity: 1;
    border-color: #e5e7eb;
    border-color: rgb(1 2 3 / 0%);
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: #374151;
    color: rgb(9 10 12);
}

/*خلفية فوتر*/
.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: #e4e4e4;
    background-color: rgb(228 228 228);
}


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

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: #e4e4e4;
    background-color: rgb(228 228 228);
    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;
}

.banner img {
  background-color: #e4e4e4;
  border-radius: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  
}

/*تقسيم بنرات الاقسام*/

.grid-flow-row {
    grid-auto-flow: column;
}
.grid {
    display: grid ;
}
.grid {
display: grid;
    grid-template-columns: 
repeat(2, 1fr);
grid-template-rows: repeat(3, 0fr); 
gap: 23px;
  border-radius: 0px !important;
}
@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 2fr)) !important;
    }
}

.store-footer__inner {
  background-color: #9E9E9E important;
}


/*خلفية الفوتر لون*/
.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #cfcfcf;
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: #e4e4e4;
    background-color: #cfcfcf;
}