/* Add custom CSS styles below */ 
:root{
  --color-primary:#D0978E !important;
}
body{
  --peice-primary:#678781;
  --radius:10px;
  --shadow:0 8px 20px rgba(69,131,132,0.15); 
}
.shadow-default {
  0 8px 10px rgba(69,131,132,0.15) !important;
}
.swiper-lazy-wrap{
    padding: .7rem;
    background-color: white;
    border-radius: var(--radius);
    
}
.s-slider-container:not(.s-products-slider-slider .s-slider-container),custom-salla-product-card{
  box-shadow: var(--shadow) !important;
  border-radius: var(--radius);
}
.s-slider-container .s-products-slider-card {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.swiper-lazy-wrap img{
  border-radius: .375rem;
}
.s-block--hero-slider{
  margin-top: 1rem !important;
}
.s-slider-container{
   margin-bottom: 1rem !important;
}
.swiper-horizontal>.swiper-pagination-bullets{
  bottom: 12px !important;
}
salla-add-product-button .s-button-element{
    background-color: var(--peice-primary);
    color: #ffffff;
    border: none;
    padding: 0.5rem !important;
}
.angel-products-title{
  margin-bottom: 0px !important; 
}
.s-block__title h2 {
  font-size: 1.2rem !important;
}
.s-block--features{
    background-color: white !important;
    margin-top: 1rem !important; 
    margin-bottom: 2rem !important; 
}
.store-footer,.text-gray-400{
  color: #e5e7eb !important;
}
.s-block--faqs .text-gray-400{
  color: var(--color-primary) !important;
}
.store-footer h3,.sicon-search,.mburger p,.header-btn .sicon-user,.sicon-shopping-bag,.s-cart-summary-total{
  color: #fff !important;
}
.s-social-list,.s-contacts-list{color:var(--color-primary) !important;}
.faqs-list__item {
  background-color: #fff !important;
}

.mobile-menu-slider .swiper-backface-hidden{display:none !important;}
/*product page*/
#product-tabs-faqs{
  display: none !important;
}
.tab-trigger{
  background-color: white !important;
  border-bottom: 2px solid var(--color-primary) !important;
  color: var(--color-primary)!important;
}
.tab-trigger.is-active{
  background-color: var(--color-primary) !important;
  color: white !important;
}
.product-form{
    display: flex !important;
    flex-direction: column-reverse !important;
}
.btn--wishlist{
  display: none !important;
}