/** Shopify CDN: Minification failed

Line 239:0 Unexpected "}"

**/
button#sbh-ar-button {
  position: absolute;
  animation: pulse 2s ease-in-out infinite;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  background-color: #780115;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  margin: auto;
}

.locale-selectors__container {
  display:none;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
button#sbh-ar-button:hover {
  background-color: #b69ca4;
}
#sbh-ar-div {
  display: block;
  background-size: cover;
  position: relative;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.sbh-ar-div-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#sbh-ar-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-left: 10px;
}

#terms-link {
  color: #FFFFFF;
}
#terms-link:visited {
  color: #FFFFFF;
}
#terms-link:hover {
  color: #EBE6E2;
}
.about-container {
  display: flex;
}

.about-left-column {
width: 50%;
padding: 20px;
}

.about-right-column img {
width: 100%;
height: auto;
max-width: 300px;
max-height: 400px;
object-fit: contain;
}

.about-overlay {
color: #EBE6E2;
position: absolute;
top: 50%;
left: 75%;
transform: translate(-50%, -50%);
opacity: 0.7;
padding: 10px;
}

.about-right-column {
width: 50%;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
  
.gradient-text {
background: -webkit-linear-gradient(left, rgba(128, 0, 128, 1), rgba(255, 165, 0, 1));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.home-welcome-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.home-welcome-container p {
  text-align: center;
  }

#smile-ui-lite-container {
  display: none;
}

.smile-launcher-frame-container.smile-launcher-border-radius-circular.smile-launcher-closed.smile-launcher-animate {
  display: none;
}

.launcher-container.smile-launcher-border-radius-circular {
  display: none;
}

#rasu-widget {
  z-index: 95 !important;
}

.product-link__button .accordion__title {
  font-size: 1.4rem;
  font-weight: bold;
}

  .serum-results img {
      width: 50%;
  }

@media (max-width: 767px) {
  .about-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-left-column {
    margin-top: 20px;
    width: 100%;
  }
  .about-right-column {
    margin-top: 20px;
    width: 100%;
  }
  .vienna-img {
    height: 100%;
    width: 100%;
  }
  .home-welcome-container img {
    display: none;
  }
.home-welcome-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: bottom;
  justify-content: center;
  z-index: -1; /* Keeps the animation behind the text */
  opacity: 0.8; /* Adjusts transparency so the text remains readable */
  pointer-events: none; /* Prevents interaction with the animation */
}

.home-welcome-img lottie-player,
.home-welcome-img img {
  max-width: 100%;
  max-height: 100%;
}
  .home-welcome-text {
    position: relative;
  z-index: 1; /* Ensures text is above the background */
  padding: 20px;
  text-align: center;
  }
.home-welcome-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px; /* Adds space between the text and the Lottie animation */
}
  }
  .home-welcome-text {
  padding: 20px;
  }
  .home-transparent {
    display: none;
  }
  .coverimage {
    background-image: url(/cdn/shop/files/our_cause_mobile.jpg?v=1676322969);
    background-position: center right;
    height: 100%;
  }
  .shopify-chat-dummy {
    display: none;
  }
  .chat-toggle--text-button  {
    display: none;
  }
  #dummy-chat-button-iframe {
  display: none;
}
  #smile-ui-lite-launcher-frame-container.smile-improved-mobile-launcher {
  right: 20px !important;
  bottom: 65px !important;
  }
.smile-launcher-frame-container {
  right: 20px !important;
  bottom: 65px !important;
}
.slideshow__heading.h0 {
  color: #ffffff;
}
  
  .serum-results img {
    width: 90%;
  }
}

}