/* Add custom CSS styles below */ 





.header-btn__icon , .header-buttons .btn--rounded-gray , .s-slider-nav-arrow ,.s-contacts-icon , .s-social-link a{
    background: #2833a9;
    color: #fff !important;
    border: none;
    border-radius: 12px !important;
  }
  
  .top-navbar .s-search-input {
    border-style: none;
    background-color: rgb(255 255 255);
}
.s-product-card-entry {
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 1px 5px 0 rgb(162 103 171/44%)!important;
    border-bottom : 3px solid  #2833a9;
    border-top: 3px solid  #2833a9;
    border-left: 1px solid  #2833a9;
    border-right: 1px solid  #2833a9;
}
.s-button-btn {
    background-color:#2833a9;
    color: #fff;
    font-weight: 700;
    border-radius: 20px;
}
salla-slider.photos-slider .swiper-slide {
    width: 100% !important;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *){
padding-left :0px !important;
}
.s-slider-nav-arrow svg {
fill : #fff ;
}
.footer-is-light .store-footer .store-footer__inner{
  border-radius: 20px  20px  0px 0px;
 border-bottom :none;
}
.store-footer h3{
  color:#2833a9;
}
.store-footer{
     border-radius: 20px  20px  0px 0px;
}
.s-slider-block__title h2{
color:#2833a9;
text-align:center;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled svg{
fill:#2833a9 !important;
}

.s-quantity-input-button{
background-color:#2833a9;
color:#2833a9;
}
.product-form section {
border-radius:0 !important;
}
.s-quantity-input-button svg{
fill:#fff;
}
.s-product-card-image img.loaded {
    position: relative;
    opacity: 1;
    background-color: #fff;
}
.s-product-card-promotion-title{
background-color:#2833a9 !important;
opacity:0.8;
}
.main-content  h1{
color:#2833a9 !important;
}