/* Add custom CSS styles below */ 

    .s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background-color: #e1e1e1;
    border: none;
    color: #000;
    border-radius: 0px;
}


section.s-block.s-block--fixed-banner  .container {
    max-width: 100%;
    padding: 0;
}
 a.navbar-brand{
/* تكبير الشعار */
    transform: scale(1.4);
    margin-right:100px
}
.banner--fixed img {
    border-radius: 0px;}
    
    @media (max-width: 767px) {
  .s-block--banners .grid.one-row {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 9px !important;
  }
}

body{
background-color:#fff
}
.s-product-card-image img.loaded {
    width: 100%;
}
.s-product-card-entry {
    border-radius: 0rem;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: #fff; !important}
    
    .bg-gray-100 {
 
    background-color: rgb(255 255 255);
}
.banner-entry {
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #fff}
    .lazy__bg{
    width:120%
    }

.hover-fade {
  transition: opacity 0.3s ease-in-out;
}