/* Add custom CSS styles below */ 
body{
    background-color: rgb(255 255 255 / 100%);
}
@media (max-width: 639px){
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(2, 1fr);
}}
@media (max-width: 639px){
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8>.banner-entry [data-bg] {
    background-size: contain;
    background-repeat: no-repeat;
}
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8>.banner-entry{
    height: 27vw;
}}
.banner-entry{
    background-color:#fff;
}

.two-row .banner-entry:first-child {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 2;
}
.s-block--fixed-banner .container {
    padding: 0;
}
.bg-inherit {
    background-color: rgb(255 255 255 / 0%);
   backdrop-filter:blur(7.8px);
}


.banner--fixed img { 
    border-radius: 0rem;
    }
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.s-block__title {
    justify-content: space-around;
}
.s-slider-block__title {
    justify-content: center;
}
.s-product-card-image {
    background-color: #fff;
}

footer {
    margin-top: 0 !important;
    text-align: center;
}

.footer-is-light .store-footer {  
    color: #fff;
    text-align:center;
}
.s-button-primary-outline {
    background-color: #043e5f;
    color: #fff;
    border-radius: 14px !important;
}
.footer-is-light .store-footer .store-footer__inner {
    background-color: #043e5f;
}
footer>div.store-footer__inner>div>div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20>a {
    justify-content: center;
}
.s-product-card-content-title a {
    color: #043e5f;   
}
.s-product-card-content-subtitle {
     color: #043e5f;    
}
.s-product-card-promotion-title{
animation: flash 4s linear infinite;
}


@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
  
  
  100% {
    opacity: 1;
  }
}



}