:root {
  --white-hsl: 0, 0%, 100%;
  --black-hsl: 0, 0%, 0%;
  --blue-hsl: 218.54, 79.19%, 66.08%;
  --pink-hsl: 300, 100%, 50%;
  --safeLightAccent-hsl: 218.54, 79.19%, 66.08%;
  --safeDarkAccent-hsl: 218.54, 79.19%, 66.08%;
  --safeInverseAccent-hsl: 0, 0%, 100%;
  --safeInverseLightAccent-hsl: 0, 0%, 100%;
  --safeInverseDarkAccent-hsl: 0, 0%, 100%;
  --accent-hsl: 218.54, 79.19%, 66.08%;
  --lightAccent-hsl: 60, 0.92%, 78.63%;
  --darkAccent-hsl: 210, 1.96%, 60%;
  --active-hsl: 300, 100%, 50%;
  --tweak-line-block-line-color: hsla(var(--lightAccent-hsl), 1);
  --containerWidth: 90%;
  --title-font-size-value: 1;
  --body-font-size-value: 1;
  --small-font-size-value: 0.9;
  --small-text-size-value: 0.9;
  --button-font-size-value: 0.9;
  --large-text-size-value: 1.2;
  /*
  * We cannot use "Helvetica Neue",Arial,sans-serif; as it is no longer called this on Adobe Fonts.
  * We must replace it with  "helvetica-neue-lt-pro"
  */
  --fontp: "helvetica-neue-lt-pro", Arial, sans-serif;
  --fontpOld: "Helvetica Neue", Arial, sans-serif;
  --fontSs: "Helvetica Neue", Arial, sans-serif;
  --fontp_weight: 300;
  --fontp_height: 1.4em;
  --body-line-height: 1.4em;
  --bodyColor: #000;
  --carouselItemMaxWidth: 410px;
  --base-font-size: 12px;
  --base-letter-spacing: 0.07em;
  --body-font-letter-spacing: 0.07em;
  --button-padding-x: 2.004em;
  --button-padding-y: 1.2em;
  --primary-button-padding-x: var(--button-padding-x);
  --primary-button-padding-y: var(--button-padding-y);
  --heading-2-size-value: 2;
  --heading-font-line-height: 1.4em;
  --baseDelay: 0.5s;
}

@font-face {
  font-family: "squarespace-ui-font";
  src: url("https://assets.squarespace.com/universal/fonts/squarespace-ui-font.eot");
  src: url("https://assets.squarespace.com/universal/fonts/squarespace-ui-font.eot?#iefix")
      format("embedded-opentype"),
    url("https://assets.squarespace.com/universal/fonts/squarespace-ui-font.svg#squarespace-ui-font")
      format("svg"),
    url("https://assets.squarespace.com/universal/fonts/squarespace-ui-font.woff")
      format("woff"),
    url("https://assets.squarespace.com/universal/fonts/squarespace-ui-font.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

.sqs-ui-font-family {
  font-family: "squarespace-ui-font";
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1500px) {
  :root {
    --containerWidth: 1250px;
  }
}

@media (min-width: 1800px) {
  :root {
    --containerWidth: 90%;
  }
}

@media (min-width: 2000px) {
  :root {
    --containerWidth: 1800px;
  }
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--fontp);
  font-style: normal;
  font-weight: var(--fontp_weight);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-font-letter-spacing);
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

body,
p,
strong {
  line-height: var(--body-line-height);
  letter-spacing: var(--body-font-letter-spacing);
}

h2 {
  line-height: calc(
    var(--heading-font-line-height) *
      (1 + (1 - var(--heading-2-size-value)) / 25)
  );
}

.wp-block-cover .wp-block-group.has-global-padding {
  max-width: var(--containerWidth);
  margin-left: auto;
  margin-right: auto;
}

.divider-section hr {
  background-color: hsl(var(--lightAccent-hsl), 1);
  margin-top: 3rem;
  margin-bottom: 3rem;
  height: 1px;
  color: #bbb;
  border: none;
}

section.site-container,
body .banner .site-container {
  width: var(--containerWidth);
  margin: 0 auto;
}

body .banner .site-container.video-caption {
  position: absolute;
  left: calc((100% - var(--containerWidth)) / 2);
  bottom: 1rem;
}

@media (max-width: 884px) {
  body.page-template-page-with-cover-youtube-php .banner-background {
    height: 45dvh;
  }
}

html,
body {
  font-size: var(--base-font-size);
}

body {
  margin: 0;
  font-family: var(--fontp);
  letter-spacing: 0.5px;
}

body p {
  letter-spacing: var(--base-letter-spacing);
}
a {
  color: #6495ed;
  text-decoration: none;
}
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}
.mt-auto {
  margin-top: auto !important;
}

.info-section-title {
  margin-bottom: 1em;
}

.info-section-column.flex {
  margin-top: 0;
  margin-bottom: 0;
}

ul.dash-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.dash-list li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding-left: 5px;
}

ul.dash-list li:before {
  content: "–";
  display: block;
}

@media (min-width: 992px) {
  .info-section-column.flex {
    min-height: 35dvh;
  }
}

.banner-background {
  background-size: cover;
  height: 35vw;
  background-position: center;
  position: relative;
}

body.page-template-page-with-narrow-cover .banner-background {
  height: 40dvh;
}

body.dim-cover .banner-background::before,
.banner-background.addblack::before,
.banner-background.with-overlay::before,
body.home.dim-cover .slider-container .slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--cover-color, rgba(0, 0, 0, 0.4));
  /* darkness level: adjust 0.4 as needed */
  z-index: 1;
}

body.home.dim-cover .slider-container .slide::before .slide-content {
  z-index: 5;
}

body.home.dim-cover .controls {
  z-index: 3;
}

/* Ensure other content inside banner sits above the overlay */
.banner-background > * {
  position: relative;
  z-index: 2;
}

.banner-background.short-banner {
  height: 22vw;
  position: relative;
}

.banner video {
  width: 100%;
  object-fit: cover;
  height: 650px;
}

.info-section {
  padding: 50px 0px;
}

.info-section-container {
  display: flex;
  width: var(--containerWidth);
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 35px;
}

.info-section-column {
  width: 22.5%;
  padding: 20px 20px 20px 0;
  box-sizing: border-box;
}

.info-section-column3 {
  width: 75%;
}

.info-section-column3 p {
  font-size: calc((var(--body-font-size-value) - 1) * 1.2vw + 1rem);
  letter-spacing: 0.8px;
}

.info-section-column p:first-of-type {
  margin-top: 0;
}

.info-section-column .thumb-image.loaded {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.info-section-column p {
  font-size: calc((var(--body-font-size-value) - 1) * 1.2vw + 1rem);
  letter-spacing: 0.07em;
  line-height: 16px;
}

.info-section-title,
.site-container .heading-section-title {
  font-size: calc((var(--title-font-size-value) - 1) * 1.2vw + 1rem);
  letter-spacing: 0.07em;
}

.info-section-head {
  font-size: calc((var(--title-font-size-value) - 1) * 1.2vw + 1rem);
  letter-spacing: 0.07em;
}

.info-section-semi-head {
  font-size: 14px;
  letter-spacing: 0.3px;
  padding-top: 20px;
}

.gray-btn {
  border: 1px solid gray;
  color: white;
  background-color: #97999b !important;
  display: flex;
  height: 36px;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-decoration: none;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

.uppercase {
  text-transform: uppercase;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mt-0 {
  margin-top: 0;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.h-full {
  height: 100%;
}

.btn,
.h-full healcode-widget,
.wp-block-button__link.wp-element-button,
form input[type="submit"] {
  font-size: calc((var(--button-font-size-value) - 1) * 1.2vw + 1rem);
  letter-spacing: var(--base-letter-spacing);
  text-transform: uppercase;
  padding: var(--primary-button-padding-y) var(--primary-button-padding-x);
  transition: opacity 0.25s;
  text-align: center;
  border-radius: 0;
}

.h-full healcode-widget {
  margin-top: auto;
}

.btn:hover {
  opacity: 0.8;
}

.btn.btn-primary,
.h-full healcode-widget,
.wp-block-button__link.wp-element-button,
form input[type="submit"] {
  color: #fff;
  background-color: hsl(var(--blue-hsl), 1);
}

form input[type="submit"] {
  font-family: var(--fontp);
  border: none;
}
form input[type="submit"]:hover {
  opacity: 0.8;
  cursor: pointer;
}

.h-full healcode-widget a {
  color: #fff;
}

.btn.btn-secondary {
  color: #fff;
  background-color: hsl(var(--pink-hsl), 1);
}

.btn.btn-lg {
  font-size: 1.1rem;
  margin-top: 2rem;
  display: inline-block;
  min-width: 14rem;
  max-width: 100%;
  text-align: center;
}

.teacher-column .gray-btn {
  display: none;
}

.gray-btn:hover {
  color: white;
  background-color: gray;
}

.button-group-container .gray-btn {
  width: 23%;
}

.button-group-container {
  display: flex;
  width: var(--containerWidth);
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.yoga-quote {
  font-style: italic;
  text-align: center;
  margin: 70px auto;
  font-size: 2rem;
  color: #999;
  letter-spacing: 0.077em;
  width: 90%;
  font-weight: 400;
}

.yoga-quote cite {
  display: block;
  margin-top: 40px;
  font-size: calc((var(--body-font-size-value) - 1) * 1.2vw + 1rem);
  font-style: normal;
  color: #333;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.horizontal-style-buttons-title {
  font-size: calc((var(--button-font-size-value) - 1) * 1.2vw + 1rem);
  letter-spacing: 0.8px;
  font-weight: 400;
  border-top: 1px solid hsl(var(--lightAccent-hsl), 1);
  padding-top: 80px;
  padding-bottom: 80px;
  width: 90%;
  margin: 0 auto;
}

.horizontal-style-buttons-container {
  display: flex;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.horizontal-drag-button {
  border: 1px solid gray;
  color: gray;
  background-color: white;
  display: flex;
  width: 250px;
  margin-bottom: 20px;
  margin-right: 30px;
  justify-content: center;
  padding: 10px 0px;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.horizontal-drag-button.active {
  background-color: gray;
  color: white;
}

.horizontal-drag-button:hover {
  background-color: gray;
  color: white;
}

.carousel-container {
  position: relative;
  width: calc(var(--containerWidth) + ((100% - var(--containerWidth)) / 2));
  margin-left: calc((100% - var(--containerWidth)) / 2);
  overflow: hidden;
  padding-bottom: 100px;
  margin-right: 0;
  gap: 35px;
}

.carousel-container .carousel {
  gap: 10px;
}

/*
*   Pure CSS carousel for better scroll handling.
*/
.carousel {
  display: flex;
  transition: transform 0.5s ease;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.carousel > * {
  scroll-snap-align: start;
}
.carousel::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.carousel-container.category-carousel {
  padding-top: 15px;
}

.carousel-container.home-carousel {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.carousel-item {
  width: 470px;
  box-sizing: border-box;
  position: relative;
  margin-right: 0px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.carousel-item .btn {
  align-self: flex-start;
  margin-top: 7%;
}

/*
* On desktop screens, the last item would be touching the side of the screen.
* Add some padding to create some space.
*/
.carousel .carousel-item:last-of-type {
  padding-right: 10px;
}

.carousel-item img {
  width: var(--carouselItemMaxWidth);
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.caption {
  font-family: var(--fontp);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0;
  font-weight: 300;
}

.caption h3 {
  font-size: calc((var(--title-font-size-value) - 1) * 1.2vw + 1rem);
  letter-spacing: 0.8px;
  margin: 0 0 1rem;
  color: #6495ed;
  font-weight: 700;
}

.carousel .carousel-item .caption h3 {
  color: var(--bodyColor);
  font-size: calc((var(--title-font-size-value) - 1) * 1.2vw + 1rem);
  font-weight: var(--fontp_weight);
}

.caption p {
  font-size: calc((var(--body-font-size-value) - 1) * 1.2vw + 1rem);
  letter-spacing: var(--base-letter-spacing);
  margin: 0 0 1rem;
  min-height: 30px;
}

.caption p + div {
  font-size: calc((var(--body-font-size-value) - 1) * 1.2vw + 1rem);
  letter-spacing: 1.2px;
}

.caption .btn-gray {
  max-width: 130px;
  margin-top: 30px;
}

.caption button {
  padding: 9px;
  width: 150px;
  border: 1px solid gray;
  background-color: #fff;
  color: gray;
  cursor: pointer;
  font-size: 8px;
  letter-spacing: 0.07em;
  margin-top: 40px;
}

.caption button:hover {
  background-color: gray;
  color: white;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  background-color: #97999b;
  color: white;
  border: none;
  font-size: 2.6em;
  padding: 9px 12px;
  cursor: pointer;
  z-index: 10;
  /*opacity: 0.7;*/
  opacity: 0;
  transition: all 0.25s;
}

.prev.growIn,
.next.growIn {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.prev {
  left: 0vw;
}

.next {
  right: 0vw;
}
.next:before,
.prev:before {
  font-family: "squarespace-ui-font";
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
}

.next:before {
  content: "\E02D";
}

.prev:before {
  content: "\E02C";
}

.prev:hover,
.next:hover {
  background-color: #97999b;
  opacity: 1;
}

.before-section {
  font-size: 16px;
  font-weight: 400;
  width: 90%;
  margin: 0 auto;
  padding: 70px 0px 20px 0px;
  border-top: 1px solid gray;
  letter-spacing: 0.5px;
}

.booking-filter .booking-filter-header {
  display: flex;
}

body.page-template-template-book-generic-mbo
  .booking-filter
  .booking-filter-header {
  display: flex;
}

.booking-filter {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0px;
}

.booking-filter-title,
.single-teacher-title {
  padding-bottom: 25px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

body.page-template-template-book-generic-mbo .booking-filter-title {
  padding-bottom: 25px;
}

.booking-filter-header {
  justify-content: space-between;
  flex-wrap: wrap;
}

.booking-filter-header a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19%;
  height: 36px;
  text-decoration: none;
  border: 1px solid gray;
  color: gray;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
}

.booking-filter-header a.active {
  color: white;
  background-color: gray;
}

.booking-filter-header a:hover {
  color: white;
  background-color: gray;
}

.booking-filter-header a.active:hover {
  background-color: #999;
}

.booking-fitler-body {
  padding-top: 20px;
  display: flex;
}

.toggle-container {
  width: 200px;
  height: 36px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid gray;
}

.toggle {
  width: 50%;
  height: 100%;
  background-color: gray;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.toggle-container .toggle-option {
  flex: 1;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  color: #000;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.toggle-container .toggle-option.active {
  color: #fff;
}

.filter-dropdown-container {
  display: flex;
  width: 71%;
}

.date-display {
  display: flex;
  align-items: center;
  height: 36px;
  border: 1px solid gray;
  color: gray;
  width: 300px;
  justify-content: center;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 20px;
  margin-right: 20px;
}

.date-display:hover {
  cursor: pointer;
  background-color: gray;
  color: white;
}

.dropdown-container {
  position: relative;
  width: 220px;
  margin-right: 20px;
  /* Adjust the width to match your design */
}

.gray-btn .icon {
  width: 24px;
  height: 24px;
  fill: gray;
  cursor: pointer;
}

.gray-btn:hover {
  cursor: pointer;
}

.gray-btn:hover .icon {
  fill: white;
}

.filter-result {
  font-size: 11px;
  letter-spacing: 0.3px;
  color: gray;
  text-transform: uppercase;
}

/* Dropdown options styling */
.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  /* Initially hidden */
  z-index: 10;
  padding-top: 10px;
}

.dropdown-options .option {
  padding: 5px;
  cursor: pointer;
  font-size: 11px;
  color: gray;
  text-transform: uppercase;
}

.dropdown-options .option:last-child {
  border-bottom: none;
}

/* Hover state for dropdown options */
.dropdown-options .option:hover {
  background-color: #f0f0f0;
  color: black;
}

.blue-btn {
  border: 1px solid #6495cd;
  display: flex;
  height: 38px;
  align-items: center;
  color: white;
  font-size: 11px;
  width: 150px;
  justify-content: center;
  margin-left: 20px;
  background-color: #6495cd;
  text-decoration: none;
}

.blue-btn:hover {
  opacity: 0.9 !important;
  cursor: pointer;
}

.schedule-container {
  width: 90%;
  margin: 20px auto;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding-top: 200px;
}

.schedule {
}

.schedule-row {
  display: flex;
  justify-content: space-between;
  height: 47px;
  align-items: center;
  border-bottom: 1px solid gray;
}

.schedule-row:first-child {
  align-items: end;
  padding-bottom: 10px;
}

.schedule-column {
  width: 27%;
  display: flex;
}

.schedule-column span {
  margin-left: 20px;
}

.schedule-column span:hover {
  cursor: pointer;
}

.schedule-column:first-child {
  width: 20%;
}

.schedule-column:last-child {
  justify-content: space-between;
}

.schedule-column button {
  width: 45%;
  text-transform: uppercase;
}

.time {
  font-weight: bold;
  color: #333;
}

.class {
  color: #666;
}

.teacher {
  font-style: italic;
  color: #444;
}

.actions {
  display: flex;
  gap: 10px;
}

.book-studio {
  background-color: #6495ed;
  color: #fff;
}

.book-online {
  background-color: #ccc;
  color: #333;
}

/* Popup container styling */
.popup-container {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* Popup content styling */
.popup-content {
  background: #fff;
  padding: 50px;
  width: 50%;
  max-width: 500px;
  text-align: center;
  position: relative;
}

.popup-content h4 {
  margin-bottom: 0px;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

.popup-content p {
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  padding-top: 30px;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
}

/* Show the popup */
.popup-container.show {
  display: flex;
}

.popup-content.loading {
  display: flex;
  position: relative;
  background: transparent;
  max-width: unset;
  width: 100%;
  height: 100%;
}

.popup-content.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pricing-options .popup-content.show {
  background-color: #fff;
}

.popup-content.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 1;
}

#pricing-options .class-details {
  display: none;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.popup-head {
  display: flex;
}

.popup-head img {
  width: 150px;
}

.teacher-popup-name {
  text-align: left;
  padding-left: 10px;
  font-size: 11px;
  letter-spacing: 0.3px;
}

.teacher-popup-bio {
  text-align: left;
  color: gray;
  padding-left: 10px;
  font-size: 11px;
  letter-spacing: 0.3px;
  padding-top: 20px;
}

.teacher-section-container {
  --teacherCols: 5;
  width: var(--containerWidth);
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(var(--teacherCols, 4), 1fr);
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .teacher-section-container {
    --teacherCols: 3;
  }
}

@media (max-width: 992px) {
  .teacher-section-container {
    --teacherCols: 2;
  }
}

@media (max-width: 884px) {
  .teacher-section-container {
    --teacherCols: 1;
  }
}

.teacher-column {
  width: 100%;
  padding-right: 20px;
  margin-bottom: 10px;
}

.teacher-column img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.teacher-column h3 {
  font-size: calc((var(--title-font-size-value) - 1) * 1.2vw + 1rem);
  font-weight: 400;
  letter-spacing: var(--base-letter-spacing);
  margin-bottom: 0;
}

.teacher-column p {
  font-size: calc((var(--body-font-size-value) - 1) * 1.2vw + 1rem);
  font-weight: 400;
  letter-spacing: var(--base-letter-spacing);
}

.teacher-description {
  display: none;
  font-size: calc((var(--body-font-size-value) - 1) * 1.2vw + 1rem);
  font-weight: 400;
  letter-spacing: var(--base-letter-spacing);
}

.teahcer-dropdown-btn:hover {
  cursor: pointer;
}

.teacher-column button {
  margin: 20px 0px;
}

/* Main Carousel */
.single-product-container {
  display: flex;
  padding-top: 200px;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}

.single-product-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: calc(100% - 80px);
  position: relative;
}

.single-product-carousel-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  height: auto;
}

/* Static Thumbnail Gallery */
.single-product-thumbnails {
  margin-right: 15px;
}

.single-product-thumbnail-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 2px solid transparent;
  cursor: pointer;
  border-radius: 4px;
  transition: border-color 0.3s ease;
  max-width: unset;
}

.single-product-thumbnail-item img:hover,
.single-product-thumbnail-item img.active {
  border-color: #333;
}

.product-images {
  display: flex;
  width: 45%;
  position: relative;
}

.product-details {
  width: 50%;
  font-family: var(--fontp);
}

.product-details .price {
  font-size: 13px;
  padding-top: 10px;
}

.product-details h1 {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: var(--fontp);
}

.product-details .product-quantity label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.product-details .quantity input {
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
}

.product-description {
  font-family: var(--fontp);
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 20px 0px;
}

.product-variations label {
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

.product-variations select {
  width: 250px;
  height: 50px;
  padding-left: 20px;
  font-family: var(--fontp);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 6px;
}

.cart .single_add_to_cart_button {
  border-radius: 0px;
  background-color: white;
  color: black;
  border: 1px solid black;
  margin-top: 20px;
  width: 250px;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: var(--fontp);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.cart .single_add_to_cart_button:hover {
  background-color: black;
  color: white;
  cursor: pointer;
}

/* Carousel Navigation Buttons */
.product-images .slick-prev,
.product-images .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: rgba(0, 0, 0, 0.2) !important;
  border: none;
  color: white !important;
  font-size: 20px;
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
  height: 50px;
  width: 27px;
  display: flex;
  align-items: center;
  font-size: 22px;
}

.product-images .slick-prev {
  left: 90px;
}

.product-images .slick-next {
  right: 10px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  color: #333;
}

.slick-prev:before {
  content: none !important;
}

.slick-next:before {
  content: none !important;
}

.product-images .slick-prev:hover,
.product-images .slick-next:hover {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

#primary {
  padding-top: 2rem;
  /*width: var(--containerWidth);*/
  margin: 0 auto;
}

#primary header,
#primary .entry-content > *:not(.alignfull) {
  width: var(--containerWidth);
  margin: 0 auto;
}

body.page-template-page-with-cover #primary,
body.page-template-page-with-narrow-cover #primary {
  padding-top: 2rem;
}

.shop-container {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
}

.shop-products-grid {
  display: flex;
  flex-wrap: wrap;
}

.shop-product-item {
  width: 300px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.shop-product-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
}

.shop-product-title {
  padding-bottom: 5px;
  display: block;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
}
.shop-product-info {
  padding-top: 20px;
}
.shop-product-price {
  display: block;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
}

.shop-order-btn.blue-btn {
  height: 30px;
  margin-left: 0px;
  text-decoration: none;
  font-size: 0.75rem;
  text-transform: uppercase;
  width: 80px;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

.pricing {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pricing-category {
  width: 47%;
  margin-bottom: 70px;
}

.pricing-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid gray;
  padding: 5px 0px;
}

.pricing-category h2,
h3 {
  font-size: calc((var(--heading-font-size-value) - 1) * 1.2vw + 1rem);
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.pricing-card .price {
  font-size: 13px;
  letter-spacing: 0.3px;
}

.woocommerce form .woocommerce-input-wrapper input {
  padding: 10px;
}

.woocommerce form .form-row.woocommerce-validated input {
  border: 1px solid gray;
}

.gallery-section {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gallery-section.home-is {
  padding-top: 70px;
  padding-bottom: 150px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.home-is-slogun {
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  line-height: 16px;
  text-align: center;
  font-style: italic;
}

.home-is-teacher-name {
  text-align: center;
  font-size: 0.75rem;
}

.gallery-section img {
  width: 47%;
  object-fit: cover;
}

.gallery-section .home-is-teacher {
  width: 31%;
}

.gallery-section .home-is-teacher img {
  width: 100%;
  padding: 50px 0px;
}

.homeis-quote {
  text-align: center;
  padding: 100px 0px;
  font-size: 17px;
  letter-spacing: 0.8px;
  line-height: 22px;
}

.marquee-container {
  width: 90%;
  overflow: hidden;
  background: white;
  padding: 150px 0;
  margin: 0 auto;
  /* optional spacing */
}

.marquee {
  display: inline-flex;
  gap: 3rem;
  animation: scroll-left 90s linear infinite;
  /* 👈 slower speed */
  white-space: nowrap;
}

.marquee span {
  font-family: sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  white-space: nowrap;
  margin-right: 20px;
}

/* Keyframes: Start from 0% (no delay) */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.gallery-yourspace-section {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.gallery-yourspace-section img {
  width: calc(33% - 1em);
  object-fit: cover;
  margin-bottom: 30px;
}

.thanks-photographer {
  text-align: center;
  font-size: var(--base-font-size);
  letter-spacing: var(--base-letter-spacing);
}

.signup-container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
}

.signup-container h2 {
  font-size: calc((var(--title-font-size-value) - 1) * 1.2vw + 1rem);
  font-weight: 400;
  margin-bottom: 2rem;
  letter-spacing: 0.07em;
}

.input-group {
  width: 25%;
  display: block;
  padding: 10px 10px 10px 20px;
  border: 1px solid #ccc;
  font-size: 13px;
  letter-spacing: 0.8px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.signup-btn {
  background-color: #6495ed;
  color: white;
  border: none;
  font-size: 11px;
  cursor: pointer;
  width: 13%;
}

.signup-btn:hover {
  opacity: 0.9 !important;
}

.signup-container p {
  font-size: calc((var(--body-font-size-value) - 1) * 1.2vw + 1rem);
  letter-spacing: var(--base-letter-spacing);
  padding: 10px 0px;
}

.signup-container p:nth-child(3) {
  font-size: calc((var(--body-font-size-value) - 1) * 1.2vw + 0.85rem);
  letter-spacing: 0.07em;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ddd;
  margin-top: 2rem;
}

.page-template-template-faq .info-section-column3,
.page-template-template-sauna .info-section-column3 {
  width: 100%;
  margin: 0 auto;
}

.info-section.questions {
  padding-top: 0;
}

.faq-section {
  max-width: 100%;
  font-family: sans-serif;
  padding-left: 17px;
  margin-bottom: 15vh;
}

.faq-section h3 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.faq-item {
  border-bottom: 1px solid #ccc;
}

.faq-question {
  width: 100%;
  padding: 1rem 0px;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  font-size: calc((var(--body-font-size-value) - 1) * 1.2vw + 1rem);
  letter-spacing: 0.8px;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 1rem;
}

.faq-item.active .faq-question::after {
  content: "–";
}

.faq-answer {
  display: none;
  padding: 0px 0px 10px 0;
  font-size: calc((var(--body-font-size-value) - 1) * 1.2vw + 1rem);
  letter-spacing: 0.8px;
  line-height: 16px;
  width: 70%;
}

.faq-item.active .faq-answer {
  display: block;
}

.yoga-quote blockquote.big-quote {
  font-size: calc((var(--heading-2-size-value) - 1) * 1.2vw + 1rem);
  line-height: calc(
    var(--heading-font-line-height) *
      (1 + (1 - var(--heading-2-size-value)) / 25)
  );
}

@media (max-width: 1200px) {
  .booking-fitler-body {
    flex-wrap: wrap;
  }

  .filter-dropdown-container {
    width: 100%;
  }
}

@media (max-width: 920px) {
  .schedule-row:first-child {
    display: none;
  }

  .faq-section {
    padding-left: 0 !important;
  }

  .schedule-column {
    width: 100%;
    margin-top: 8px;
  }

  .schedule-column:first-child {
    width: 100%;
  }

  .schedule-row {
    flex-wrap: wrap;
    height: unset;
    font-size: 0.75rem;
    padding-bottom: 18px;
    padding-top: 20px;
  }

  .schedule {
    padding-top: 20px;
  }

  .schedule-column button {
    margin-left: 0px;
  }
}

@media (max-width: 840px) {
  .product-images .slick-next {
    right: 0px;
  }

  .product-images .slick-prev {
    left: 0px;
  }

  .product-details {
    width: 100%;
    padding: 20px;
  }

  .single-product-container {
    display: block;
  }

  .single-product-thumbnails {
    display: none;
  }

  .product-images {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .gallery-section img {
    width: 100%;
    margin-top: 20px;
  }

  .gallery-section.home-is {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .gallery-section .home-is-teacher {
    width: 100%;
  }

  .pricing-category {
    width: 100%;
  }

  .banner-background.short-banner {
    height: 200px;
  }

  .info-section-container > .info-section-column:first-of-type {
    padding-top: 10px;
  }

  .info-section-column {
    width: 100%;
    padding: 0 0 10px 0;
  }

  .carousel-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .signup-section {
    padding-bottom: 0px !important;
  }

  .button-group-container .gray-btn {
    width: 48%;
    margin-bottom: 14px;
  }

  .info-section {
    padding: 10px 0px;
  }

  .horizontal-style-buttons-container {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }

  .horizontal-drag-button {
    flex-shrink: 0;
    width: 150px;
  }

  .booking-filter-header a {
    margin-bottom: 20px;
    width: 100%;
  }

  .filter-dropdown-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .dropdown-container {
    margin-right: 0px;
    width: 48%;
  }

  .schedule-container {
    padding-top: 0px;
  }

  .date-display {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
  }

  .toggle-container {
    width: 100%;
  }

  .filter-dropdown-container .blue-btn {
    margin-left: 0px;
    width: 100%;
    margin-top: 20px;
  }

  .dropdown-options {
    position: unset;
  }

  .teacher-column {
    width: 100%;
    max-width: 315px;
    padding-right: 0px;
    margin: 0 auto;
  }

  .shop-product-item {
    width: 100%;
  }

  .yoga-quote {
    font-size: 25px;
    margin: 27px auto;
  }

  .yoga-quote blockquote {
    margin: 0px;
  }

  .input-group {
    width: 100%;
    margin-bottom: 20px;
  }

  .info-section-column3 {
    width: 100%;
  }

  .signup-btn {
    width: 100%;
    height: 40px;
  }
}

@media (max-width: 460px) {
  .carousel-item img {
    width: 335px;
    height: 335px;
  }
}

.woocommerce-store-notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: hsla(300, 100%, 50%, 1); /* Customize as needed */
  color: #333;
  text-align: center;
  padding: 10px 20px;
  margin: 0 !important;
}

.woocommerce-store-notice {
  font-size: 12px;
  color: #fff;
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
  color: #fff;
  font-weight: 700;
}

.wide-divider {
  background-color: var(--tweak-line-block-line-color);
  border: none;
  color: #bbb;
  height: 1px;
}

.flex {
  display: flex;
}
.items-end {
  align-items: flex-end;
}
.justify-end {
  justify-content: flex-end;
}

/* Animations */

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-down {
  0% {
    opacity: 0;
    transform: translateY(-2rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-right {
  0% {
    opacity: 0;
    transform: translateX(2rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translateX(-2rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes grow {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes growPreScale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}
.aos.fade-up,
body > section,
#main .entry-content > .wp-block-group {
  opacity: 0;
  transform: translateY(2rem);
}
.aos.fade-down {
  opacity: 0;
  transform: translateY(-2rem);
}
.aos.fade-right {
  opacity: 0;
  transform: translateX(-2rem);
}
.aos.fade-left {
  opacity: 0;
  transform: translateX(2rem);
}

.aos.grow-in-element {
  opacity: 0;
  transform: scale(0);
}

.animate.aos.fade-up,
body > section.animate,
#main .entry-content > .wp-block-group.animate {
  animation: fade-up 1s both cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animate.aos.fade-down {
  animation: fade-down 1s both cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animate.aos.fade-left {
  animation: fade-left 1s both cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animate.aos.fade-right {
  animation: fade-right 1s both cubic-bezier(0.215, 0.61, 0.355, 1);
}

.animate.aos.grow-in-element {
  animation: grow 0.65s both ease;
  animation-delay: 0.0724138s;
}

.teacher-section-container .animate.aos.grow-in-element {
  animation: growPreScale 0.65s both ease;
  animation-delay: 0.0724138s;
}

.animation-delay-1,
.animate-stagger .aos:nth-child(1) {
  animation-delay: calc(var(--baseDelay, 0.5s) + 0.25s) !important;
}
.animation-delay-2,
.animate-stagger .aos:nth-child(2) {
  animation-delay: calc(var(--baseDelay, 0.5s) + 0.5s) !important;
}
.animation-delay-3,
.animate-stagger .aos:nth-child(3) {
  animation-delay: calc(var(--baseDelay, 0.5s) + 0.75s) !important;
}
.animation-delay-4,
.animate-stagger .aos:nth-child(4) {
  animation-delay: calc(var(--baseDelay, 0.5s) + 1s) !important;
}

.animation-delay-5,
.animate-stagger .aos:nth-child(5) {
  animation-delay: calc(var(--baseDelay, 0.5s) + 1.25s) !important;
}

details > summary {
  list-style: none;
}

details summary:hover {
  cursor: pointer;
}

details summary::-webkit-details-marker {
  display: none;
}

details {
  border-top: 1px solid hsla(var(--lightAccent-hsl), 1);
  padding: 1rem 0.5rem;
}

::details-content {
  transition: height 0.5s ease, content-visibility 0.5s ease allow-discrete;
  height: 0;
  overflow: clip;
}

/* Browser supports interpolate-size */
@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }

  [open]::details-content {
    height: auto;
    padding: 0.5rem;
  }
}

/* Fallback for browsers with no interpolate-size support */
@supports not (interpolate-size: allow-keywords) {
  [open]::details-content {
    height: var(--detailsHeight, 150px);
    overflow-y: scroll; /* In case the contents should be taller than 150px */
  }
}

input.wpcf7-form-control:not([type="submit"]),
select.wpcf7-form-control,
textarea.wpcf7-form-control {
  border: solid 1px var(--dynamic-border-color, #a9a9a9);
  border-radius: 0;
  box-shadow: 0 0 0 1px transparent;
  padding: 10px;
  background-color: #f5f5f5;
  width: 100%;
  box-sizing: border-box;
  font-family: var(--fontp);
}

form .form-group {
  margin-bottom: 1rem;
}

form .form-group .form-element-wrapper label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

form .form-group .grid {
  --colCount: 1;
  display: grid;
  grid-template-columns: repeat(var(--colCount), 1fr);
  gap: 20px;
}

form .form-group .grid.grid-cols-2 {
  --colCount: 2;
}

@media (max-width: 882px) {
  .header-buttons,
  .cart-link-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 5.5dvh;
    border-top: 1px solid #222;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -5px 10px;
  }

  .header-buttons {
    left: 0;
    width: 75%;
    border-right: 1px solid;
  }

  .cart-link-wrapper {
    left: calc(75% + 0px);
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--wp--preset--color--home-blue);
  }

  .header-right .login-wrapper a,
  .header-right .cart-link-wrapper a {
    color: #222;
  }

  .healcode-link.healcode-cart-text-link svg {
    fill: #222;
  }
}

.page-id-874 .banner .banner-background {
  filter: brightness(0.65);
}

.col-span-2 {
  grid-column: span 2;
}

.workshop-courses {
  gap: 20px;
}

.workshop-courses .carousel-item p:not(.mb-2) {
  margin: 0 !important;
}

.worshop-courses .carousel-item {
  height: auto;
}

.workshop-courses .carousel-item img {
  aspect-ratio: 4 / 3;
  height: auto;
  width: 100%;
}

.workshop-courses .carousel-item .cta a {
  display: inline-block;
}

.book-menu ul {
  flex-grow: unset !important;
  width: 100% !important;
  gap: 1em !important;
  flex-wrap: wrap !important;
}

.book-menu .current-menu-item {
  background-color: #808080;
  color: white !important;
}

.book-menu .anchor-menu-link {
  background-color: #6495ed;
  color: white !important;
  border-color: #6495ed !important;
}

.book-menu .wp-block-navigation-item {
  border: 1px solid #808080 !important;
  color: #808080;
  width: calc(20% - 1em);
  justify-content: center;
}
.book-menu .wp-block-navigation-item > a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.5em 0;
}

.book-menu.yoga .book-menu:not(.hover-opacity) .wp-block-navigation-item:hover {
  background-color: #808080 !important;
  color: white !important;
  text-decoration: none;
}

.book-menu.yoga .book-menu.hover-opacity .wp-block-navigation-item:hover {
  opacity: 0.8;
}

.book-menu .wp-block-navigation-item.anchor-menu-link:hover {
  opacity: 0.9 !important;
  background-color: #6495ed !important;
  color: white !important;
}

.book-menu.yoga .book-menu .wp-block-navigation-item:hover > a {
  text-decoration: none;
}

.book-menu .wp-block-navigation-item a span:hover {
  text-decoration: none !important;
}

.book-menu.yoga .wp-block-navigation-item {
  background-color: #6495ed;
  color: white !important;
  border-color: transparent !important;
  width: calc(25% - 1em) !important;
}

.page-template-page-with-cover .section-background-overlay {
  display: none;
  opacity: 0.5 !important;
  background: linear-gradient(
    to top,
    transparent,
    var(--cover-color, #000)
  ) !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-template-page-with-cover section.banner {
  position: relative;
}

@media (max-width: 884px) {
  .info-section-container {
    gap: 5px;
  }

  .info-section-container .info-section-title {
    margin-bottom: 0;
  }

  .info-section-container p:empty {
    display: none;
  }

  .info-section-container p:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 884px) {
  .book-menu.yoga .wp-block-navigation-item {
    width: 100% !important;
  }
}

.page-template-template-ouryogateachers a.btn-secondary,
.page-template-template-ourpilatesteacher a.btn-secondary,
.page-template-template-ourtherapists a.btn-secondary {
  background-color: #808080 !important;
}

body .wp-block-home-custom-blocks-workshop-date > * {
  font-size: inherit !important;
  font-family: inherit !important;
}
