/** 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%;
  }
}

/* Shipping Policy - Redesigned */
.shipping-policy {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px 40px;
  line-height: 1.7;
  font-size: 15px;
  color: #4a4a4a;
}
.shipping-policy a {
  color: #b08a60;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.shipping-policy a:hover {
  color: #8a6a40;
}

/* Section cards */
.sp-section {
  background: #fff;
  border: 1px solid #f0ebe4;
  border-radius: 14px;
  padding: 28px 30px;
  margin-bottom: 20px;
  transition: box-shadow 0.2s ease;
}
.sp-section:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.sp-section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.sp-section-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
}
.sp-section-icon--dispatch { background: linear-gradient(135deg, #fff9eb, #fff3d6); }
.sp-section-icon--uk { background: linear-gradient(135deg, #eef6ff, #dceeff); }
.sp-section-icon--intl { background: linear-gradient(135deg, #f0f7f0, #e0f0e0); }
.sp-section-icon--tracking { background: linear-gradient(135deg, #f5f0ff, #ebe0ff); }
.sp-section-icon--customs { background: linear-gradient(135deg, #fff0f0, #ffe8e8); }
.sp-section-icon--info { background: linear-gradient(135deg, #f0f0f0, #e8e8e8); }

.sp-section h3 {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: 0.3px;
}
.sp-section p {
  margin: 0 0 12px;
}
.sp-section p:last-child {
  margin-bottom: 0;
}
.sp-section ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.sp-section li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.sp-section li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b08a60;
}

/* Shipping method cards */
.sp-methods {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
}
.sp-method {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #faf8f5;
  border: 1px solid #f0ebe4;
  border-radius: 10px;
  padding: 16px 20px;
}
.sp-method-info {
  flex: 1;
}
.sp-method-name {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 14px;
}
.sp-method-detail {
  font-size: 13px;
  color: #888;
  margin-top: 2px;
}
.sp-method-price {
  font-weight: 700;
  font-size: 15px;
  padding-left: 16px;
  white-space: nowrap;
}
.sp-method-price--free {
  color: #2e8b57;
}
.sp-method-price--paid {
  color: #1a1a1a;
}

/* Callout boxes */
.sp-callout {
  display: flex;
  gap: 12px;
  background: #faf8f5;
  border-left: 3px solid #b08a60;
  border-radius: 0 10px 10px 0;
  padding: 14px 18px;
  margin: 14px 0;
  font-size: 14px;
  line-height: 1.6;
}
.sp-callout--canvas {
  border-left-color: #c09050;
  background: #fdf9f3;
}
.sp-callout-icon {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.6;
}

/* International grid */
.sp-intl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}
.sp-intl-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: #faf8f5;
  border-radius: 8px;
  font-size: 14px;
}
.sp-intl-item span:first-child {
  color: #4a4a4a;
}
.sp-intl-item span:last-child {
  font-weight: 600;
  color: #1a1a1a;
}

/* Quick facts banner */
.sp-quick-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}
.sp-fact {
  text-align: center;
  padding: 20px 14px;
  background: #faf8f5;
  border: 1px solid #f0ebe4;
  border-radius: 12px;
}
.sp-fact-icon {
  font-size: 24px;
  margin-bottom: 6px;
}
.sp-fact-label {
  font-size: 13px;
  color: #888;
  display: block;
}
.sp-fact-value {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  display: block;
  margin-top: 2px;
}

@media (max-width: 600px) {
  .sp-section {
    padding: 20px 18px;
    border-radius: 10px;
  }
  .sp-quick-facts {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .sp-fact {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    padding: 14px 16px;
  }
  .sp-fact-icon {
    margin-bottom: 0;
    font-size: 20px;
  }
  .sp-intl-grid {
    grid-template-columns: 1fr;
  }
  .sp-method {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .sp-method-price {
    padding-left: 0;
  }
}

/* Refund policy extras */
.sp-table-wrap {
  overflow-x: auto;
  margin: 16px 0;
  border-radius: 10px;
  border: 1px solid #f0ebe4;
}
.sp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.sp-table th {
  background: #faf8f5;
  font-weight: 600;
  color: #1a1a1a;
  text-align: left;
  padding: 12px 16px;
  border-bottom: 2px solid #f0ebe4;
  font-size: 13px;
  white-space: nowrap;
}
.sp-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #f5f0ea;
  color: #4a4a4a;
  vertical-align: top;
}
.sp-table tr:last-child td {
  border-bottom: none;
}
.sp-table tr:hover td {
  background: #fdfcfa;
}
.sp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 16px 0;
}
.sp-step {
  text-align: center;
  padding: 18px 14px;
  background: #faf8f5;
  border: 1px solid #f0ebe4;
  border-radius: 10px;
}
.sp-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #b08a60;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
}
.sp-step-text {
  font-size: 13px;
  color: #4a4a4a;
  line-height: 1.5;
}
.sp-contact-bar {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.sp-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #faf8f5;
  border: 1px solid #f0ebe4;
  border-radius: 10px;
  font-size: 14px;
  flex: 1;
  min-width: 200px;
}
.sp-contact-item strong {
  color: #1a1a1a;
}
@media (max-width: 600px) {
  .sp-steps {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .sp-step {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    padding: 14px 16px;
  }
  .sp-step-num {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .sp-contact-bar {
    flex-direction: column;
  }
}

.policy-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
}

.policy-container h2 {
    color: #333;
    border-bottom: 3px solid #ffb503;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.policy-container h3 {
    color: #333;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 5px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.policy-container ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.policy-container li {
    margin-bottom: 8px;
    color: #555;
}

.policy-container strong {
    color: #333;
    font-weight: 600;
}

.policy-container a {
    color: #007cba;
    text-decoration: none;
}

.policy-container a:hover {
    text-decoration: underline;
}

.compliance-highlight {
    background-color: #e8f5e8;
    border-left: 4px solid #28a745;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
}

.warning-box {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
}