/** Shopify CDN: Minification failed

Line 38:0 Unexpected "}"
Line 42:1 Expected identifier but found "%"
Line 44:0 Unexpected "<"
Line 52:0 Unexpected "<"
Line 54:1 Expected identifier but found "%"

**/


/* PASSWORD PAGE */

.password {
    height: 100vh !important;
}

.password-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  display: block !important;
  background-size: cover;
  background-position: center;
  height: 100vh;
  background: #ee2649;
  background-image: url("/cdn/shop/files/br_b-pattern-1.gif?v=1746648161");
  background-repeat: repeat;
  background-size: 550px;
}
@media screen and (max-width: 750px) {
  .banner,
  slideshow-component {
    display: none;
  }
}
}

/* HEADER */

{% if template == 'password' %}
 
<style>
.shopify-section-group-header-group.announcement-bar-section{
height: 10px;
}
.header-wrapper{
width: 100%;
background: transparent;
}
</style>
 
{% endif %}

.section-template--17972849016877__custom_liquid_cLAXHw-padding {
  padding-bottom: 0;
  display: flex;
  justify-content: center;
}

/* BODY */

.h1, .h2, .h3, h1, h2, h3 {
    font-family: "Beaches", serif !important;
}

.p, p, .newsletter__subheading, .rte, .scroll-trigger, .animate--slide-in {
    font-family: "Beaches", serif !important;
}

#MainContent {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

/* .section-template--17972849016877__custom_liquid_cLAXHw-padding {
    padding-top: calc(123px * 0.75) !important;
    padding-bottom: calc(0px * 0.75) !important;
} */

/* .newsletter__wrapper {
  background-image: url("/cdn/shop/files/circle-design-img.png?v=1746713864");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
} */