/* Add custom CSS styles below */ 





.product-card__addToCart__btn salla-button button{
background:#fff!important;
color:#303ba1!important;
border: 1px solid #303ba1!important;
}

.product-card__addToCart__btn salla-button button:hover{
background:#1d1f1f!important;
color:#fff!important;
}

.product-card {
box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;!important;
border-radius: 9px!important;
}


/*.swiper{
   padding-bottom: 50px!important;
    padding-top: 10px!important;
}*/

.product-card__content{
background: #303ba1!important;
}

.product-card__title a{
color:#fff!important;
}

.total-price{
color:#fff!important;
}

.product-card__content-wrapper .product-card__price .before-price, .product-card__price {
color:#fff!important;
}


.product-card__content-wrapper .text-store-text-secondary{
color:#fff!important;
}

 .product-single__info h4{
 color:#000!important;
 }