/* Add custom CSS styles below */ 

  .store-header,.bg-nav_bg, .main-nav__inner, .s-block--features-list, .store-footer__inner {

  font-weight: bold; /* Bold text */
  background-color: white;

}

a:hover {
  color: orange;
}

  body {
  background: radial-gradient(circle, rgba(135, 206, 235, 0.25), rgba(144, 238, 144, 0.06));  
  
}

 .s-block--features {
  background: rgba(255, 255, 255, 0.1); /* Semi-transparent background */
  backdrop-filter: blur(10px); /* Blur effect for the glass look */
  -webkit-backdrop-filter: blur(10px); /* For Safari support */
  border-radius: 10px; /* Optional: Rounded corners */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Optional: A subtle border */
  color: black; /* Solid black text */
  font-weight: bold; /* Bold text */
  padding: 20px; /* Some padding to give space inside the container */
}
  
.salla-slider, .product-slider, .content--single-page  {
  background-color: transparent;
  }
  
.product-block {
  background-color: white;
  background-image: linear-gradient(180deg, rgb(118, 232, 205, 0.2), rgb(250, 250, 250, 0.3));
  color: Black;
 
  }
  
.product-entry__sub-title {
  color: rgb(31, 102, 114);
  }
  
.s-block__title, .product-entry__title, .font-bold {
 color: rgb(27, 85, 98);
}
.font-bold {
 color: rgb(27, 85, 98);
 text-align: center;
}
.product-entry__title:hover {
 color: orange;
}

.space-y-8
{
 color: rgb(42, 81, 138);
}


.a2a_button_twitter, .a2a_button_facebook {
    display: none !important;
}