.thehands-premium-services-tabs .wrap .salons {
  margin-bottom: clamp(60 / 10 * 1rem, 50 * (100vw - 375px) / 905 + 60px, 110 / 10 * 1rem);
}
.thehands-premium-services-tabs .wrap .services-row {
  --bs-gutter-y: 4rem;
  --bs-gutter-x: 4rem;
}
.thehands-premium-services-tabs .wrap .services-row .service-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.thehands-premium-services-tabs .wrap .services-row .service-item .background-cover {
  border-radius: 12px 12px 0 0;
  height: clamp(160 / 10 * 1rem, 45 * (100vw - 375px) / 905 + 160px, 205 / 10 * 1rem);
}
.thehands-premium-services-tabs .wrap .services-row .service-item .background-cover img {
  transition: transform var(--transition);
}
.thehands-premium-services-tabs .wrap .services-row .service-item .background-cover .label {
  position: absolute;
  z-index: 1;
  top: clamp(17 / 10 * 1rem, 3 * (100vw - 375px) / 905 + 17px, 20 / 10 * 1rem);
  left: clamp(17 / 10 * 1rem, 3 * (100vw - 375px) / 905 + 17px, 20 / 10 * 1rem);
  background-color: var(--color-orange);
  font-size: clamp(12 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 12px, 16 / 10 * 1rem);
  line-height: 120%;
  font-family: var(--font-boldonse);
  color: rgb(255, 255, 255);
  padding: 10px 22px;
}
.thehands-premium-services-tabs .wrap .services-row .service-item .body {
  border-radius: 0 0 12px 12px;
  padding: clamp(25 / 10 * 1rem, 23 * (100vw - 375px) / 905 + 25px, 48 / 10 * 1rem) clamp(25 / 10 * 1rem, 23 * (100vw - 375px) / 905 + 25px, 48 / 10 * 1rem) clamp(144 / 10 * 1rem, 87 * (100vw - 375px) / 905 + 144px, 231 / 10 * 1rem) clamp(25 / 10 * 1rem, 23 * (100vw - 375px) / 905 + 25px, 48 / 10 * 1rem);
  background-color: var(--color-dark);
  flex: 1;
  position: relative;
}
.thehands-premium-services-tabs .wrap .services-row .service-item .body .title {
  font-weight: 700;
  font-size: clamp(22 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 22px, 32 / 10 * 1rem);
  line-height: 120%;
}
.thehands-premium-services-tabs .wrap .services-row .service-item .body .clarification {
  margin-top: 4px;
  font-weight: 500;
  font-size: clamp(16 / 10 * 1rem, 8 * (100vw - 375px) / 905 + 16px, 24 / 10 * 1rem);
  line-height: 120%;
}
.thehands-premium-services-tabs .wrap .services-row .service-item .body .excerpt {
  margin-top: 16px;
  font-size: clamp(14 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 14px, 18 / 10 * 1rem);
  line-height: 150%;
  color: rgb(244, 244, 244);
}
.thehands-premium-services-tabs .wrap .services-row .service-item .body .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 clamp(25 / 10 * 1rem, 23 * (100vw - 375px) / 905 + 25px, 48 / 10 * 1rem) clamp(25 / 10 * 1rem, 23 * (100vw - 375px) / 905 + 25px, 48 / 10 * 1rem) clamp(25 / 10 * 1rem, 23 * (100vw - 375px) / 905 + 25px, 48 / 10 * 1rem);
}
.thehands-premium-services-tabs .wrap .services-row .service-item .body .bottom .price {
  font-weight: 700;
  font-size: clamp(22 / 10 * 1rem, 2 * (100vw - 375px) / 905 + 22px, 24 / 10 * 1rem);
  line-height: 120%;
  margin-bottom: clamp(20 / 10 * 1rem, 20 * (100vw - 375px) / 905 + 20px, 40 / 10 * 1rem);
}
.thehands-premium-services-tabs .wrap .services-row .service-item .body .bottom .links .more {
  font-family: var(--font-boldonse);
  font-size: clamp(12 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 12px, 16 / 10 * 1rem);
  line-height: 120%;
}
.thehands-premium-services-tabs .wrap .services-row .service-item .body .bottom .links .more span {
  display: inline-block;
  position: relative;
}
.thehands-premium-services-tabs .wrap .services-row .service-item .body .bottom .links .more span:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  height: 1px;
  background-color: var(--color-orange);
  opacity: 0;
  transition: opacity var(--transition);
}
.thehands-premium-services-tabs .wrap .services-row .service-item .body .bottom .links .more svg {
  margin-left: 8px;
}
.thehands-premium-services-tabs .wrap .services-row .service-item .body .bottom .links .more:hover span:after {
  opacity: 1;
}
.thehands-premium-services-tabs .wrap .services-row .service-item .body .bottom .links .theme-button {
  padding: 0 38px;
  min-width: clamp(170 / 10 * 1rem, 90 * (100vw - 375px) / 905 + 170px, 260 / 10 * 1rem);
}
.thehands-premium-services-tabs .wrap .services-row .service-item:hover .background-cover img {
  transform: scale(1.1);
}
.thehands-premium-services-tabs .wrap .loadmore {
  margin: clamp(45 / 10 * 1rem, 40px - (-5) * (100vw - 375px) / 905, 40 / 10 * 1rem) auto 0;
  text-align: center;
  font-weight: 600;
  font-size: clamp(14 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 14px, 18 / 10 * 1rem);
  line-height: 160%;
  color: rgb(33, 35, 34);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.thehands-premium-services-tabs .wrap .loadmore .more-count {
  margin-left: 8px;
  color: rgba(44, 44, 44, 0.4);
}

@media all and (min-width: 992px) {
  .thehands-premium-services-tabs .custom-select-wrap {
    display: block;
  }
  .thehands-premium-services-tabs .custom-select-wrap .custom-select-current {
    display: none;
  }
  .thehands-premium-services-tabs .custom-select-wrap .custom-select-dropdown {
    position: static;
    display: flex;
    justify-content: center;
    gap: 10rem;
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
    background-color: transparent;
    border: none;
    padding: 0;
    overflow: hidden;
  }
  .thehands-premium-services-tabs .custom-select-wrap .custom-select-dropdown .custom-select-dropdown-item {
    color: var(--color-dark);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    padding: 0;
    transition: color var(--transition);
  }
  .thehands-premium-services-tabs .custom-select-wrap .custom-select-dropdown .custom-select-dropdown-item:hover, .thehands-premium-services-tabs .custom-select-wrap .custom-select-dropdown .custom-select-dropdown-item.selected {
    color: var(--color-orange);
  }
}
@media all and (max-width: 991px) {
  .thehands-premium-services-tabs .wrap .services-row {
    --bs-gutter-y: 2.4rem;
    --bs-gutter-x: 2.4rem;
  }
  .thehands-premium-services-tabs .wrap .services-row .service-item .body .bottom .links .theme-button {
    padding: 0 2rem;
    min-width: 17rem;
    width: 17rem;
    font-size: 1.4rem;
  }
  .thehands-premium-services-tabs .custom-select-wrap {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .thehands-premium-services-tabs .custom-select-wrap .custom-select-current {
    background-color: rgb(63, 32, 33);
    height: 40px;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    padding: 12px 47px 12px 27px;
    border-radius: 26px;
    text-transform: uppercase;
  }
  .thehands-premium-services-tabs .custom-select-wrap .custom-select-current:after {
    right: 27px;
  }
  .thehands-premium-services-tabs .custom-select-wrap .custom-select-dropdown {
    top: 100%;
    border-radius: 26px;
  }
  .thehands-premium-services-tabs .custom-select-wrap .custom-select-dropdown .custom-select-dropdown-item {
    margin-bottom: 25px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
  }
  .thehands-premium-services-tabs .custom-select-wrap.open .custom-select-current {
    border-radius: 26px 26px 0 0;
  }
  .thehands-premium-services-tabs .custom-select-wrap.open .custom-select-dropdown {
    transform: translateY(0);
    border-radius: 0 0 26px 26px;
  }
}
@media all and (max-width: 767px) {
  .thehands-premium-services-tabs .wrap .services-row {
    --bs-gutter-y: 4.5rem;
  }
}
/*# sourceMappingURL=premium-services-tabs.css.map */
