/** Shopify CDN: Minification failed

Line 18:27 Expected ")" to end URL token

**/
.custom-bg-logo {
  position: relative;
  width: 100%;
  height: 500px; /* Adjust this height based on design needs */
}

.custom-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url({{ settings.bg_image | img_url: 'original' }});
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-logo img {
  max-width: 300px; /* Adjust logo size */
  height: auto;
}
@media screen and (max-width: 767px) {
  .custom-bg-logo { 
    height: 340px;
}
}