/** Shopify CDN: Minification failed

Line 458:28 Expected identifier but found whitespace
Line 458:29 Unexpected "$"
Line 458:31 Expected identifier but found "$"
Line 459:24 Expected identifier but found whitespace
Line 459:25 Unexpected "$"
Line 459:27 Expected identifier but found "$"

**/
html {
  background-color: #f2f2f2;
}

body {
  font-family: "Helvetica Neue", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Trajan Pro 3", sans-serif;
  font-weight: bold;
}

.header-announcements {
  background-color: #f2f2f2;
}
.header-announcements .social-icon {
  width: 30px;
}
.header-announcements .separador {
  display: block;
  width: 1px;
  height: 12px;
  background-color: #707070;
}
.header-announcements .header-language-selector__flag {
  width: 22px;
}
.header-announcements .header-language-selector__code {
  color: #b6b6b6;
  padding: 0;
  border: none;
  font-size: 12px;
}
.header-announcements .header-language-selector__code.is-active {
  color: #707070;
}

.nav-link:not(.nav-link-icon) {
  font-family: "Trajan Pro 3", sans-serif;
  font-size: 14px;
}

.cart-count-badge {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.btn-secondary,
.btn-secondary:hover {
  color: #0b0b0b;
}

.product-price-final-sale {
  color: var(--product-price-sale-color, var(--bs-success));
}

.coding-product-card .product-sale-badge {
  background-color: #ffd814;
  color: #707070;
}
.coding-product-card .product-card-title {
  font-family: "Helvetica Neue", sans-serif;
}
.coding-product-card .product-price-final-sale {
  color: #0b0b0b;
  font-weight: bold;
}

.coding-index-video .border {
  border: 1px solid rgba(240, 240, 240, 0.44) !important;
}
.coding-index-video .blur-section {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(25px);
}
.coding-index-video .coding-index-video__embed,
.coding-index-video .coding-index-video__embed > *,
.coding-index-video .coding-index-video__embed iframe,
.coding-index-video .coding-index-video__embed embed,
.coding-index-video .coding-index-video__embed object {
  width: 100%;
  max-width: 100%;
  display: block;
  border: 0;
}
.coding-index-video .coding-index-video__embed--desktop,
.coding-index-video .coding-index-video__embed--desktop > *,
.coding-index-video .coding-index-video__embed--desktop iframe,
.coding-index-video .coding-index-video__embed--desktop embed,
.coding-index-video .coding-index-video__embed--desktop object {
  height: 100%;
}
.coding-index-video .coding-index-video__embed--mobile iframe,
.coding-index-video .coding-index-video__embed--mobile embed,
.coding-index-video .coding-index-video__embed--mobile object {
  min-height: 420px;
}

.coding-faq-main__question {
  color: inherit;
}
.coding-faq-main__question:focus-visible {
  outline: none;
  box-shadow: none;
}
.coding-faq-main__question[aria-expanded=true] .coding-faq-main__toggle-icon svg {
  transform: rotate(45deg);
}

.coding-faq-main__toggle-icon svg {
  transition: transform 0.2s ease;
}

.coding-faq-main__answer > *:last-child {
  margin-bottom: 0;
}

.coding-page-hero__scroll-indicator {
  color: white;
  background-color: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.coding-page-hero__scroll-indicator:hover, .coding-page-hero__scroll-indicator:focus-visible {
  color: white;
  background-color: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.18);
  transform: translateY(2px);
}

.coding-footer .nav-link {
  font-family: "Helvetica Neue", sans-serif;
  color: #9a9a9a;
}
.coding-footer .copyright-bar {
  background-color: #e2e2e2;
}

.coding-index-featured-products .swiper-wrapper {
  align-items: stretch;
}
.coding-index-featured-products .swiper-slide {
  height: auto;
}
.coding-index-featured-products .coding-product-card {
  width: 100%;
}

.coding-text-marquee .coding-text-marquee__viewport {
  width: 100%;
}
.coding-text-marquee .coding-text-marquee__track {
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  will-change: transform;
}
.coding-text-marquee .coding-text-marquee__sequence {
  flex-wrap: nowrap;
  gap: var(--coding-text-marquee-gap, 40px);
}
.coding-text-marquee .coding-text-marquee__slide {
  white-space: nowrap;
}
.coding-text-marquee .coding-text-marquee__text {
  white-space: nowrap;
}

body:has(.well-being-hero) #header-group {
  position: static !important;
}
body:has(.well-being-hero) main {
  color: #183127;
}

.well-being-recognition .well-being-eyebrow {
  color: #c29c57;
  letter-spacing: 0.18rem;
}
.well-being-recognition .callout-value {
  color: #f7f1e7;
}
.well-being-recognition .callout-description {
  font-size: 1rem;
}

.well-being-rule {
  background-color: #c5a35a;
  opacity: 1;
}

.well-being-hero {
  background-color: #183127;
}
.well-being-hero__media {
  display: flex;
  flex-direction: column;
  padding-block: 7rem 2rem;
}
.well-being-hero__content {
  position: relative;
  z-index: 1;
}
.well-being-hero__overlay {
  background-color: rgba(11, 11, 11, 0.6);
}
.well-being-hero__scroll {
  position: relative;
  z-index: 1;
  align-self: center;
}
.well-being-hero__scroll img {
  width: 2.5rem;
}

.well-being-recognition {
  background-color: #f7f0e5;
}
.well-being-recognition__callout {
  background-color: #5b5854;
}
.well-being-recognition .well-being-stat {
  border-bottom: 1px solid rgba(24, 49, 39, 0.18);
}

.well-being-split__media {
  min-height: 30rem;
}
.well-being-split__content {
  max-width: 48rem;
}

.well-being-personalization {
  background-color: #f7f0e5;
}
.well-being-personalization__cta {
  background-color: #eadfce;
}

.well-being-corporate-ayurveda__panel {
  background-color: #183127;
}
.well-being-corporate-ayurveda__content {
  max-width: 48rem;
}

.well-being-experiences .well-being-eyebrow {
  font-family: "Helvetica Neue", sans-serif;
  color: #c5a35a;
}

.well-being-experience-360 {
  background-color: #183127;
}
.well-being-experience-360 .well-being-eyebrow {
  color: #c5a35a;
}
.well-being-experience-360 .well-being-experience-360-img {
  width: 675px;
  max-width: 100%;
}

.well-being-principles {
  background-color: #f7f0e5;
}
.well-being-principles__closing {
  color: #c29c57;
}
.well-being-principles .well-being-principle__number {
  color: rgba(24, 49, 39, 0.25);
}
.well-being-principles .well-being-rule {
  height: 2px;
}

.well-being-purpose__plus {
  color: #a94638;
}

.well-being-process {
  background-color: #f7f0e5;
}
.well-being-process__timeline {
  position: relative;
}
.well-being-process__timeline::before {
  position: absolute;
  top: 4rem;
  right: 1rem;
  left: 1rem;
  height: 2px;
  content: "";
  background-color: #c29c57;
}
.well-being-process__step {
  z-index: 1;
}
.well-being-process__number {
  position: relative;
  width: 7rem;
  aspect-ratio: 1;
  background-color: #183127;
}

.well-being-inquiry__step {
  border-bottom: 2px solid #d8d0c3;
  cursor: not-allowed;
}
.well-being-inquiry__step.active {
  border-color: #c29c57;
  cursor: pointer;
}
.well-being-inquiry__panel {
  background-color: #f7f0e5;
}
.well-being-inquiry__panel .well-being-inquiry__step-eyebrow {
  font-family: "Helvetica Neue", sans-serif;
}
.well-being-inquiry--ready .well-being-inquiry__viewport {
  overflow: hidden;
  transition: height 0.35s ease;
}
.well-being-inquiry--ready .well-being-inquiry__track {
  display: flex;
  align-items: flex-start;
  transition: transform 0.35s ease;
  will-change: transform;
}
.well-being-inquiry--ready .well-being-inquiry__group {
  flex: 0 0 100%;
  min-width: 0;
}
.well-being-inquiry--reduced-motion .well-being-inquiry__viewport,
.well-being-inquiry--reduced-motion .well-being-inquiry__track {
  transition: none;
}
.well-being-inquiry .form-control,
.well-being-inquiry .form-select {
  min-height: 4.5rem;
  background-color: white;
}
.well-being-inquiry textarea.form-control {
  min-height: 9rem;
}
.well-being-inquiry__submit-button {
  --bs-btn-color: #fff;
  --bs-btn-bg: #95640c;
  --bs-btn-border-color: #95640c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #79500a;
  --bs-btn-hover-border-color: #79500a;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #79500a;
  --bs-btn-active-border-color: #79500a;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #95640c;
  --bs-btn-disabled-border-color: #95640c;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.well-being-recognition {
  background-position: 90% 45px;
  background-repeat: no-repeat;
  background-size: 250px;
}

.h6,
h6 {
  font-size: 0.8rem;
}

.subtitle {
  color: #95640c;
  opacity: 1;
}

.btn-outline-dark {
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--bs-body-color);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-body-color);
  --bs-btn-hover-border-color: var(--bs-body-color);
  --bs-btn-focus-shadow-rgb: var(--bs-body-color-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-body-color);
  --bs-btn-active-border-color: var(--bs-body-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-body-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-body-color);
}

.well-being-corporate-ayurveda .well-being-corporate-ayurveda__panel {
  background-size: 275px;
  background-repeat: no-repeat;
  background-position: 93% 60px;
}
.well-being-corporate-ayurveda .subtitle {
  color: #c5a35a;
}

.well-being-inquiry .well-being-eyebrow-step {
  font-family: "Helvetica Neue", sans-serif;
}

.form-control {
  border-radius: 10px;
}

.entrance-promotion-modal__dialog {
  max-width: 90vw;
}
.entrance-promotion-modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
}

.btn {
  --bs-btn-letter-spacing: 0px;
}

.p-mb-0 p {
  margin-bottom: 0px;
}

:root {
  --bs-headings-font-family: ${$bodyFont};
  --bs-body-font-family: ${$bodyFont};
}

.product-card-price {
  font-weight: bold;
}

#navbar-desktop .dropdown-item {
  font-family: "Trajan Pro 3", sans-serif;
}

@media (min-width: 600px) {
  .well-being-recognition .well-being-stat {
    border-right: 1px solid rgba(24, 49, 39, 0.18);
  }
  .well-being-recognition__stats > .col:nth-child(2n) .well-being-stat {
    border-right: 0;
  }
}
@media (min-width: 1200px) {
  .hero-title {
    width: 720px;
  }
  .well-being-hero__media {
    padding-block: 6rem 2rem;
  }
  .well-being-recognition .well-being-stat {
    border-bottom: 0;
  }
  .well-being-recognition__stats > .col:nth-child(2n) .well-being-stat {
    border-right: 1px solid rgba(24, 49, 39, 0.18);
  }
  .well-being-recognition__stats > .col:last-child .well-being-stat {
    border-right: 0;
  }
  .well-being-stress-recovery .well-being-split__media,
  .well-being-corporate-ayurveda .well-being-split__media,
  .well-being-corporate-ayurveda__panel {
    min-height: 1px;
  }
  .well-being-personalization .title-personalization {
    max-width: 350px;
  }
  .well-being-experiences-title {
    max-width: 400px;
  }
  .well-being-experience-360 .well-being-experience-360-title {
    width: 400px;
  }
  .well-being-experience-360 .well-being-experience-360-second-title {
    width: 370px;
  }
  .well-being-principles .well-being-principles-title {
    width: 545px;
  }
}
@media (max-width: 1199px) {
  .well-being-process__timeline::before {
    display: none;
  }
}
@media (max-width: 599.98px) {
  h4,
  .h4 {
    font-size: 17px;
  }
  .h5,
  h5 {
    font-size: 15px;
  }
  .well-being-hero__media {
    padding-block: 5rem 1.5rem;
  }
  body {
    --bs-body-font-size: 0.875rem;
  }
  .btn {
    --bs-btn-font-size: 0.875rem;
  }
}/*# sourceMappingURL=spa-ceylon.css.map */