.store-header .container{
  background-color: transparent; /* Removes the background color */
  border-radius: 15px; /* Rounded corners */
  backdrop-filter: blur(50px); /* Adds a blur effect to the background */
  -webkit-backdrop-filter: blur(50px); /* For Safari support */
}