.spa {
  --CLARINS-FONT: "ClarinsRegular", "Clarins";
  --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  display: block;
  width: 100%;
  z-index: 2;
  position: relative;
}

.spa * {
  box-sizing: border-box;
}



.spa-cta {
  cursor: pointer;
  font-size: 14px;
  font-family: var(--GOTHAM-MEDIUM);
  color: #333 !important;
  line-height: 1em;
  background-color: #fff !important;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #B0A9A5 !important;
  outline: 0;
  text-decoration: none !important;
}

.spa-cta--primary {
  color: #fff !important;
  background-color: #B40024 !important;
  border: 1px solid #B40024 !important;
}

*[data-theme="precious"] .spa-cta--primary {
  background-color: #ccb089 !important;
  border: 1px solid #ccb089 !important;
}

.spa-cta:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.spa-cta:focus-visible {
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.spa-header {
  width: 100%;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.spa-header__background {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
}

.spa-header__background>img {
  width: 100%;
  height: auto;
  display: block;
}

.spa-header__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  width: calc(50% - 40px);
  max-width: 506px;
  right: 50%;
  padding: 40px;
}

.spa-header__title {
  margin: 0;
  font-family: var(--CLARINS-FONT);
  font-weight: normal;
  color: #333333;
  font-size: 48px;
  line-height: 1.2em;
}

.spa-header__text {
  margin: 0;
  font-family: var(--GOTHAM-BOOK);
  font-weight: normal;
  color: #333333;
  font-size: 16px;
  line-height: 1.45em;
}

@media (min-width: 1537px) {
  .spa-header {
    height: 520px;
  }

  .spa-header__background {
    position: absolute;
    top: 0px;
    left: calc(50% - 1100px);
    width: 2200px;
  }
}

@media (max-width: 761px) {
  .spa-header {
    height: auto;
  }

  .spa-header__content {
    position: relative;
    width: calc(100% - 32px);
    max-width: 100%;
    margin-top: -50px;
    right: auto;
    padding: 32px 24px;
    text-align: center;
  }
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.spa-treatments {
  background-color: #eeeeee;
  padding: 54px 16px;
  padding-bottom: 78px;
  display: flex;
  gap: 64px;
  justify-content: center;
  align-items: flex-start;
  min-height: 1000px;
  position: relative;
}

.spa-treatments-list {
  width: 867px;
  padding: 0;
}

.spa-treatments-list__loadmore {
  display: none;
}

.spa-treatments-list[data-loadmore="1"] .spa-treatments-item {
  display: none !important;
}

.spa-treatments-list[data-loadmore="1"] .spa-treatments-item[data-visible="1"][data-index="0"],
.spa-treatments-list[data-loadmore="1"] .spa-treatments-item[data-visible="1"][data-index="1"],
.spa-treatments-list[data-loadmore="1"] .spa-treatments-item[data-visible="1"][data-index="2"],
.spa-treatments-list[data-loadmore="1"] .spa-treatments-item[data-visible="1"][data-index="3"],
.spa-treatments-list[data-loadmore="1"] .spa-treatments-item[data-visible="1"][data-index="4"],
.spa-treatments-list[data-loadmore="1"] .spa-treatments-item[data-visible="1"][data-index="5"] {
  display: flex !important;
}

.spa-treatments-list[data-loadmore="1"] .spa-treatments-list__loadmore {
  padding-top: 24px;
  display: flex;
  justify-content: center;
}

@media (max-width: 1250px) {
  .spa-treatments {
    padding: 30px 16px;
    gap: 32px;
  }
}

@media (max-width: 1023px) {
  .spa-treatments {
    display: block;
    padding: 24px 16px;
    gap: 24px;
  }
}

@media (max-width: 761px) {
  .spa-treatments {
    display: block;
    padding: 16px;
    padding-bottom: 40px;
  }
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.spa-treatments-list__infos {
  display: none;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.spa-treatments-filter {
  background-color: #fff;
  width: 262px;
  line-height: 1em;
}


.spa-treatments-filter__group {
  padding-bottom: 30px;
}

.spa-treatments-filter__title {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  color: #000;
  padding: 22px;
  display: none;
}

.spa-treatments-filter__category {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  text-align: left;
  color: #fff;
  padding: 16px 24px;
  display: block;
  background-color: #B40024;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--GOTHAM-MEDIUM);
  color: #fff;
}

.spa-treatments-filter__subcategory {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: var(--GOTHAM-MEDIUM);
  text-transform: uppercase;
  text-align: left;
  color: #B40024;
  padding: 16px 24px;
  display: block;
  line-height: 1em;
  border-bottom: #B0A9A5 1px solid;
}


.spa-treatments-filter__list {
  list-style: none;
  margin: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}


.spa-treatments-filter__list a {
  color: #333333;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  outline: 0;

}

.spa-treatments-filter__list a::before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #B0A9A5;
  vertical-align: middle;
  margin: 3px;
  border-radius: 3px;
  pointer-events: none;
}

.spa-treatments-filter__list a:hover {
  color: #B40024;
}

.spa-treatments-filter__list a:hover::before {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.spa-treatments-filter__list a:focus-within::before {
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}

.spa-treatments-filter__list li[data-selected="1"] a::before {
  background-color: #333;
  background-image: url(../img/checked.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.spa-treatments-filter__list li {
  font-family: var(--GOTHAM-BOOK);
  font-size: 14px;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}

.spa-treatments-list {
  max-width: 900px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .spa-treatments-filter {
    width: 300px;
    position: sticky;
    top: 24px;
    margin-top: 24px;
  }

  .spa-treatments-filter__category button[aria-expanded] {
    visibility: hidden;
  }

  .spa-treatments-filter__category button[aria-expanded] span {
    visibility: visible;
  }
}

@media screen and (max-width: 1023px) {
  .spa-treatments-filter {
    width: 100%;
  }

  .spa-treatments-filter__group {
    flex-basis: 50%;
  }
}


@media screen and (max-width: 1023px) {
  .spa-treatments-filter {
    overflow: hidden;
    transition: max-height ease-in-out 0.5s;
  }

  .spa-treatments-filter__group {
    max-width: 760px;
    margin: 0 auto;
    display: block;
    padding-bottom: 10px;
  }

  .spa-treatments-filter__title {
    border: 2px solid #e5e5e5;
    font-size: 14px;
    font-family: var(--GOTHAM-BOOK);
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: bold;
    width: 100%;
  }

  .spa-treatments-filter__title::after {
    content: "";
    background-image: url(../img/down.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    transform: rotate(0deg);
  }

  *[data-open="1"] .spa-treatments-filter__title::after {
    transform: rotate(180deg);
  }

  .spa-treatments-filter__category button[aria-expanded] {
    visibility: visible;
    margin: 0;
    width: 100%;
    border: 0px solid;
    outline: 0;
    background-color: transparent;
  }

  /*
  .spa-treatments-filter__category::after {
    position: absolute;
    right: 0;
    top: 0px;
    content: "+";
    color: #999;
    font-size: 20px;
    font-weight: normal;
    line-height: 18px;
    padding: 14px;
    width: 16px;
    cursor: pointer;
    text-align: center;
  }*/

  .spa-treatments-filter__subcategory {
    font-size: 12px;
    margin-top: 15px;
  }

  .spa-treatments-list {
    margin: 0;
    width: 100%;
  }
}

/**************************************************/
/**************************************************/
/**************************************************/

.spa-treatments-item {
  display: flex;
  padding-top: 24px;
  flex-direction: row-reverse;
}

.spa-treatments-item[data-odd="1"] {
  flex-direction: row;
}

.spa-treatments-item[data-visible="0"] {
  display: none;
}


.spa-treatments-item__visual {
  display: block;
  width: 272px;
}

.spa-treatments-item__visual>img {
  display: block;
  width: 100%;
  height: auto;
}





.spa-treatments-item__content {
  flex: 1;
  display: flex;
  background-color: #fff;
  height: 272px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 40px;
  gap: 16px;
}

*[data-theme="precious"] .spa-treatments-item__content {
  background-color: #000;
  color: #fff;
}

.spa-treatments-item__tag {
  margin: 0;
  margin-bottom: -16px;
  font-size: 11px;
  text-transform: uppercase;
  color: #B40024;
  font-family: var(--GOTHAM-MEDIUM);
  font-weight: normal;
  line-height: 1.45em;
  height: 1.45em;
}

.spa-treatments-item__title {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #333333;
  font-family: var(--GOTHAM-BOOK);
  font-weight: normal;
  line-height: 1.45em;
}

*[data-theme="precious"] .spa-treatments-item__title {
  color: #fff;
}

.spa-treatments-item__title>span {
  display: inline-block;
}

.spa-treatments-item__title span[data-value="duration"] {
  font-family: var(--CLARINS-FONT);
  font-style: italic;
  text-transform: none;
  padding: 0 8px;
  border-right: 1px solid #333;
  margin-top: 4px;
  line-height: 20px;
  white-space: nowrap;
  display: inline-block;
}

*[data-theme="precious"] .spa-treatments-item__title span[data-value="duration"] {
  border-right: 1px solid #fff;
}

.spa-treatments-item__title span[data-value="price"] {
  margin-top: 4px;
  line-height: 20px;
  font-family: var(--CLARINS-FONT);
  font-style: italic;
  white-space: nowrap;
  display: inline-block;
  text-transform: none;
}

.spa-treatments-item__description {
  margin: 0;
  overflow: hidden;
  flex: 1;
  position: relative;
}


.spa-treatments-item__description p {
  margin: 0;
  color: #797674;
  font-family: var(--GOTHAM-BOOK);
  font-size: 14px;
  font-weight: normal;
  line-height: 1.45em;
  position: relative;
  z-index: 1;
}

.spa-treatments-item__description p span {
  display: block;
}

*[data-theme="precious"] .spa-treatments-item__description p {
  color: #fff;
}


.spa-treatments-item__description[data-expand="1"] p {
  display: block;
  position: absolute;
  width: calc(100% + 40px);
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 20px;
  padding-right: 30px;
  left: -20px;
  top: -10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

*[data-theme="precious"] .spa-treatments-item__description p {
  background-color: #000;
}

.spa-treatments-item__description div[aria-expanded="true"]::before {
  content: " ";
  background-image: url(../img/close.svg);
  width: 16px;
  height: 16px;

  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}

*[data-theme="precious"] .spa-treatments-item__description div[aria-expanded="true"]::before {
  filter: invert(1);
}

.spa-treatments-item__description div[aria-expanded="true"] {
  position: absolute;
  z-index: 3;
  top: -5px;
  right: -15px;
  color: #000;
  border: 0px;
  width: 24px;
  height: 24px;
  min-width: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: 0;
  border-radius: 3px;
}

.spa-treatments-item__description div[aria-expanded="false"]::before {
  content: "...";
}

.spa-treatments-item__description div[aria-expanded="false"] {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  right: 10px;
  color: #000;
  border: 2px solid #ebebeb;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 15px;
  font-family: var(--GOTHAM-MEDIUM);
  background-color: #fff;
  display: block;
  cursor: pointer;
  outline: 0;
}

.spa-treatments-item__description div[aria-expanded="false"]:hover,
.spa-treatments-item__description div[aria-expanded="true"]:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

*[data-theme="precious"] .spa-treatments-item__description div[aria-expanded="false"]:hover,
*[data-theme="precious"] .spa-treatments-item__description div[aria-expanded="true"]:hover {
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.8);
}

.spa-treatments-item__description div[aria-expanded="false"]:focus-within,
.spa-treatments-item__description div[aria-expanded="true"]:focus-within {
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}

.spa-treatments-item__description[data-expand="0"] {
  padding-right: 20px;
}

.spa-treatments-item__description[data-expand="1"] {
  overflow: visible;
  z-index: 2;
  padding-right: 20px;
}

.spa-treatments-item__description[data-expand]::before {
  content: " ";
  height: 50px;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}

*[data-theme="precious"] .spa-treatments-item__description[data-expand]::before {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.spa-treatments-item__description[data-expand="1"]::before {
  display: none;
}

.spa-treatments-item__links {
  display: flex;
  gap: 24px;
  justify-content: flex-start;
}


@media screen and (max-width: 1023px) {

  .spa-treatments-list {
    max-width: 100%;

  }

  .spa-treatments-item__content {
    padding: 16px 24px;
    padding-bottom: 24px;
  }

}

@media screen and (max-width: 761px) {
  .spa-treatments-item__visual {
    width: 100%;
  }

  .spa-treatments-item,
  .spa-treatments-item[data-odd="1"] {
    flex-direction: column;
    padding-top: 16px;
  }

  .spa-treatments-item__content {
    padding: 16px 24px;
    padding-bottom: 24px;
  }

  .spa-treatments-item__visual {
    width: 100%;
  }

  .spa-treatments-item__links {
    flex-direction: column;
    align-items: center;
  }
}