@charset "UTF-8";
@keyframes offerReveal {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.thehands-offers {
  padding-top: clamp(20 / 10 * 1rem, 20 * (100vw - 375px) / 905 + 20px, 40 / 10 * 1rem);
  padding-bottom: clamp(60 / 10 * 1rem, 60 * (100vw - 375px) / 905 + 60px, 120 / 10 * 1rem);
}
.thehands-offers .wrap > .title {
  padding-bottom: clamp(25 / 10 * 1rem, 23 * (100vw - 375px) / 905 + 25px, 48 / 10 * 1rem);
  margin-bottom: clamp(25 / 10 * 1rem, 50 * (100vw - 375px) / 905 + 25px, 75 / 10 * 1rem);
  border-bottom: 1.5px solid rgb(63, 32, 33);
  color: var(--color-dark);
  font-size: clamp(28 / 10 * 1rem, 39 * (100vw - 375px) / 905 + 28px, 67 / 10 * 1rem);
  line-height: 120%;
  font-weight: 700;
}
.thehands-offers .wrap .item {
  padding-bottom: clamp(85 / 10 * 1rem, 45 * (100vw - 375px) / 905 + 85px, 130 / 10 * 1rem);
}
.thehands-offers .wrap .item .background-cover {
  border-radius: 12px;
  aspect-ratio: 859/695;
}
.thehands-offers .wrap .item .background-cover img {
  -o-object-position: left center;
  object-position: left center;
}
.thehands-offers .wrap .item .top-content {
  border-radius: 12px;
  background-color: var(--color-dark);
  padding: clamp(35 / 10 * 1rem, 25 * (100vw - 375px) / 905 + 35px, 60 / 10 * 1rem) clamp(35 / 10 * 1rem, 61 * (100vw - 375px) / 905 + 35px, 96 / 10 * 1rem);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.thehands-offers .wrap .item .top-content .top .label {
  font-family: var(--font-boldonse);
  font-size: clamp(10 / 10 * 1rem, 6 * (100vw - 375px) / 905 + 10px, 16 / 10 * 1rem);
  line-height: 135%;
}
.thehands-offers .wrap .item .top-content .bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 5.5rem;
}
.thehands-offers .wrap .item .top-content .bottom .offer-title {
  font-weight: 700;
  font-size: clamp(20 / 10 * 1rem, 20 * (100vw - 375px) / 905 + 20px, 40 / 10 * 1rem);
  line-height: 120%;
}
.thehands-offers .wrap .item .top-content .bottom .offer-subtitle {
  margin-top: 10px;
  font-weight: 500;
  font-size: clamp(14 / 10 * 1rem, 6 * (100vw - 375px) / 905 + 14px, 20 / 10 * 1rem);
  line-height: 135%;
}
.thehands-offers .wrap .item .top-content .bottom .services {
  margin-top: clamp(30 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 30px, 40 / 10 * 1rem);
}
.thehands-offers .wrap .item .top-content .bottom .services .services-item {
  margin-bottom: 3rem;
}
.thehands-offers .wrap .item .top-content .bottom .services .services-item .service-name {
  color: rgb(255, 255, 255);
  margin-bottom: 8px;
  font-size: clamp(16 / 10 * 1rem, 6 * (100vw - 375px) / 905 + 16px, 22 / 10 * 1rem);
  line-height: 100%;
}
.thehands-offers .wrap .item .top-content .bottom .services .services-item .description {
  font-size: clamp(14 / 10 * 1rem, 6 * (100vw - 375px) / 905 + 14px, 20 / 10 * 1rem);
  line-height: 100%;
  color: rgba(255, 255, 255, 0.5);
}
.thehands-offers .wrap .item .top-content .bottom .services .services-item .new-price {
  margin-bottom: 8px;
  font-family: var(--font-boldonse);
  font-size: clamp(18 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 18px, 22 / 10 * 1rem);
  line-height: 100%;
}
.thehands-offers .wrap .item .top-content .bottom .services .services-item .old-price {
  font-size: clamp(18 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 18px, 22 / 10 * 1rem);
  line-height: 100%;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.thehands-offers .wrap .item .top-content .bottom .services .services-item .old-price:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  width: 100%;
  height: 1.5px;
  background-color: var(--color-orange);
}
.thehands-offers .wrap .item .top-content .bottom .services .services-item:last-child {
  margin-bottom: 0;
}
.thehands-offers .wrap .item .top-content .bottom .meta {
  margin-top: clamp(30 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 30px, 40 / 10 * 1rem);
}
.thehands-offers .wrap .item .top-content .bottom .meta .salons {
  background: url("/wp-content/themes/thehands/assets/img/marker.svg") no-repeat left center;
  background-size: clamp(16 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 16px, 20 / 10 * 1rem) clamp(16 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 16px, 20 / 10 * 1rem);
  padding-left: clamp(23 / 10 * 1rem, 9 * (100vw - 375px) / 905 + 23px, 32 / 10 * 1rem);
  font-size: clamp(12 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 12px, 16 / 10 * 1rem);
  line-height: 150%;
}
.thehands-offers .wrap .item .top-content .bottom .meta .date-end {
  font-size: clamp(12 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 12px, 16 / 10 * 1rem);
  line-height: 150%;
}
.thehands-offers .wrap .item .top-content .bottom .mobile-link {
  margin-top: 40px;
}
.thehands-offers .wrap .item .top-content .bottom .offer-description {
  margin-top: clamp(30 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 30px, 40 / 10 * 1rem);
  color: rgb(244, 244, 244);
  font-size: clamp(17 / 10 * 1rem, 7 * (100vw - 375px) / 905 + 17px, 24 / 10 * 1rem);
  line-height: 150%;
}
.thehands-offers .wrap .item .top-content .bottom .offer-description strong {
  font-weight: 700;
}
.thehands-offers .wrap .item .button-wrap {
  text-align: center;
  position: relative;
  margin-top: clamp(25 / 10 * 1rem, 20 * (100vw - 375px) / 905 + 25px, 45 / 10 * 1rem);
}
.thehands-offers .wrap .item .button-wrap:before, .thehands-offers .wrap .item .button-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5px;
  background: var(--color-dark);
  width: calc(50% - clamp(105 / 10 * 1rem, 25 * (100vw - 375px) / 905 + 105px, 130 / 10 * 1rem) - clamp(15 / 10 * 1rem, 25 * (100vw - 375px) / 905 + 15px, 40 / 10 * 1rem));
}
.thehands-offers .wrap .item .button-wrap:after {
  right: 0;
  left: auto;
}
.thehands-offers .wrap .item .text-part {
  margin-top: clamp(35 / 10 * 1rem, 55 * (100vw - 375px) / 905 + 35px, 90 / 10 * 1rem);
}
.thehands-offers .wrap .item .text-part .left {
  background-color: var(--color-dark);
  padding: clamp(35 / 10 * 1rem, 20 * (100vw - 375px) / 905 + 35px, 55 / 10 * 1rem) clamp(35 / 10 * 1rem, 42 * (100vw - 375px) / 905 + 35px, 77 / 10 * 1rem);
  border-radius: 12px;
}
.thehands-offers .wrap .item .text-part .left .services-title {
  font-weight: 700;
  font-size: clamp(20 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 20px, 24 / 10 * 1rem);
  line-height: 120%;
  margin-bottom: 27px;
}
.thehands-offers .wrap .item .text-part .left .item {
  padding-bottom: 0;
  margin-bottom: clamp(30 / 10 * 1rem, 0 * (100vw - 375px) / 905 + 30px, 30 / 10 * 1rem);
}
.thehands-offers .wrap .item .text-part .left .item .name {
  font-size: clamp(16 / 10 * 1rem, 6 * (100vw - 375px) / 905 + 16px, 22 / 10 * 1rem);
  line-height: 100%;
  color: rgb(255, 255, 255);
  margin-bottom: clamp(6 / 10 * 1rem, 2 * (100vw - 375px) / 905 + 6px, 8 / 10 * 1rem);
}
.thehands-offers .wrap .item .text-part .left .item .description {
  color: rgba(255, 255, 255, 0.5);
  font-size: clamp(14 / 10 * 1rem, 6 * (100vw - 375px) / 905 + 14px, 20 / 10 * 1rem);
  line-height: 100%;
}
.thehands-offers .wrap .item .text-part .left .meta {
  margin-top: clamp(30 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 30px, 40 / 10 * 1rem);
}
.thehands-offers .wrap .item .text-part .left .meta .salons {
  background: url("/wp-content/themes/thehands/assets/img/marker.svg") no-repeat left center;
  background-size: clamp(16 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 16px, 20 / 10 * 1rem) clamp(16 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 16px, 20 / 10 * 1rem);
  padding-left: clamp(23 / 10 * 1rem, 9 * (100vw - 375px) / 905 + 23px, 32 / 10 * 1rem);
  font-size: clamp(12 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 12px, 16 / 10 * 1rem);
  line-height: 150%;
}
.thehands-offers .wrap .item .text-part .left .meta .date-end {
  font-size: clamp(12 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 12px, 16 / 10 * 1rem);
  line-height: 150%;
}
.thehands-offers .wrap .item .text-part .right {
  padding-left: 16px;
}
.thehands-offers .wrap .item .text-part .right .program-title {
  background-color: var(--color-dark);
  text-align: center;
  border-radius: 12px;
  font-size: clamp(18 / 10 * 1rem, 6 * (100vw - 375px) / 905 + 18px, 24 / 10 * 1rem);
  line-height: 100%;
  font-weight: 700;
  padding: clamp(20 / 10 * 1rem, 3 * (100vw - 375px) / 905 + 20px, 23 / 10 * 1rem) 0;
  margin-bottom: 27px;
}
.thehands-offers .wrap .item .text-part .right .program-swiper {
  /* На десктопі (≥1200px) Swiper не ініціюється — слайди йдуть рядками */
}
@media (min-width: 1200px) {
  .thehands-offers .wrap .item .text-part .right .program-swiper .swiper-wrapper {
    display: block;
  }
  .thehands-offers .wrap .item .text-part .right .program-swiper .swiper-slide {
    display: block;
    width: 100%;
  }
  .thehands-offers .wrap .item .text-part .right .program-swiper .swiper-pagination {
    display: none;
  }
}
.thehands-offers .wrap .item .text-part .right .program-swiper .program-days {
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1.5px solid rgba(63, 32, 33, 0.2);
}
.thehands-offers .wrap .item .text-part .right .program-swiper .program-days .item {
  padding-bottom: 0;
}
.thehands-offers .wrap .item .text-part .right .program-swiper .program-days .item .title {
  font-weight: 700;
  font-size: clamp(16 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 16px, 20 / 10 * 1rem);
  line-height: 100%;
  margin-bottom: clamp(10 / 10 * 1rem, 5 * (100vw - 375px) / 905 + 10px, 15 / 10 * 1rem);
}
.thehands-offers .wrap .item .text-part .right .program-swiper .program-days .item .description {
  font-size: clamp(14 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 14px, 18 / 10 * 1rem);
  line-height: 150%;
  padding-right: clamp(0 / 10 * 1rem, 40 * (100vw - 375px) / 905 + 0px, 40 / 10 * 1rem);
}
.thehands-offers .wrap .item .text-part .right .program-swiper .program-days .item .description strong {
  font-weight: 700;
}
.thehands-offers .wrap .item .text-part .right .program-swiper .swiper-wrapper .swiper-slide:last-child .program-days {
  border-bottom: none;
}
.thehands-offers .wrap .item:last-child {
  padding-bottom: 0;
}

@media all and (max-width: 1199px) {
  .thehands-offers .wrap .item .background-cover {
    aspect-ratio: 327/196;
    margin-bottom: 5px;
  }
  .thehands-offers .wrap .item .background-cover img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .thehands-offers .wrap .item .top-content {
    margin-top: 5px;
  }
  .thehands-offers .wrap .item .offer-more {
    text-align: center;
    margin-top: 44px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .thehands-offers .wrap .item .offer-more.hidden {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
  .thehands-offers .wrap .item .offer-more .more-service {
    font-size: 12px;
    line-height: 120%;
    cursor: pointer;
    color: var(--color-dark);
    font-family: var(--font-boldonse);
  }
  .thehands-offers .wrap .item .mobile-hidden.mobile-reveal,
  .thehands-offers .wrap .item .button-wrap.mobile-reveal {
    display: block !important;
    animation: offerReveal 0.35s ease forwards;
  }
  .thehands-offers .wrap .item .mobile-hidden.mobile-reveal {
    overflow: hidden;
  }
  .thehands-offers .wrap .item .text-part .right {
    padding-left: 0;
  }
  .thehands-offers .wrap .item .text-part .right .program-title {
    margin-top: 35px;
  }
  .thehands-offers .wrap .item .text-part .right .program-swiper .program-days {
    margin-bottom: 25px;
    padding-bottom: 0;
    border: none;
  }
  .thehands-offers .wrap .item .text-part .right .program-swiper .program-days .item {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1.5px solid rgba(63, 32, 33, 0.2);
  }
  .thehands-offers .wrap .item .text-part .right .program-swiper .program-days .item .title {
    margin-bottom: 10px;
  }
  .thehands-offers .wrap .item .text-part .right .program-swiper .program-days .item .description {
    padding-right: 0;
  }
  .thehands-offers .wrap .item .text-part .right .program-swiper .program-days > .row > div:last-child .item {
    border-bottom: none;
    padding-bottom: 0;
  }
  .thehands-offers .wrap .item .text-part .right .program-swiper .swiper-pagination {
    top: calc(100% - 10px);
  }
  .thehands-offers .wrap .item .text-part .right .program-swiper .swiper-pagination .swiper-pagination-bullet {
    height: 4px;
    width: 4.5rem;
    background-color: rgba(63, 32, 33, 0.2);
    margin: 0 3px;
    border-radius: 0;
  }
  .thehands-offers .wrap .item .text-part .right .program-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-orange);
  }
}
@media all and (max-width: 575px) {
  .mobile-text-left {
    text-align: left !important;
  }
  .thehands-offers .wrap .item .top-content .bottom .services .services-item .new-price {
    margin-top: 16px;
  }
  .thehands-offers .wrap .item .top-content .bottom .meta .salons {
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=offers.css.map */
