/*
 * Copyright (c) 2025-2026 Skin - Medical Cosmetics & Laser. All rights reserved.
 *
 * Contributors
 * Tyler Morgan <git@tylerjm.org>
 */

@media (hover: hover) {
  #desktop-more,
  #mobile-more,
  #footer-more,
  #desktop-about,
  #mobile-about,
  #footer-about,
  #desktop-contact,
  #mobile-contact,
  #footer-contact,
  #desktop-events,
  #mobile-events,
  #footer-events,
  #desktop-products,
  #mobile-products,
  #footer-products,
  #desktop-home,
  #mobile-home,
  #footer-home {
    box-shadow: inset 0 0 0 0 var(--ice-black-dark-10);
    transition:
      color 150ms ease-in-out,
      box-shadow 150ms ease-in-out;
  }
  #desktop-more:hover,
  #mobile-more:hover,
  #footer-more:hover,
  #desktop-about:hover,
  #mobile-about:hover,
  #footer-about:hover,
  #desktop-contact:hover,
  #mobile-contact:hover,
  #footer-contact:hover,
  #desktop-events:hover,
  #mobile-events:hover,
  #footer-events:hover,
  #desktop-products:hover,
  #mobile-products:hover,
  #footer-products:hover,
  #desktop-home:hover,
  #mobile-home:hover,
  #footer-home:hover {
    box-shadow: inset 0 -23px 0 0 var(--ice-black-dark-10);
  }
}

#desktop-more,
#mobile-more,
#footer-more,
#desktop-about,
#mobile-about,
#footer-about,
#desktop-contact,
#mobile-contact,
#footer-contact,
#desktop-events,
#mobile-events,
#footer-events,
#desktop-products,
#mobile-products,
#footer-products,
#desktop-home,
#mobile-home,
#footer-home {
  padding: 0 0.25rem;
  margin: 0 -0.5rem;
}

#desktop-services,
#mobile-services,
#footer-services {
  box-shadow: inset 0 -23px 0 0 var(--ice-black-dark-10);
  padding: 0 0.25rem;
  margin: 0 -0.5rem;
}

@media (max-width: 829px) {
  .featured-grid {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: calc(100% - 20px);
    max-width: 500px;
    min-height: 373px;
    margin: auto;
    list-style: none;
  }
  .about-grid {
    min-height: 276px;
  }
  .featured-img {
    height: 280px !important;
  }
  .category-grid {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    width: calc(100% - 20px);
    max-width: 500px;
    margin: auto;
    list-style: none;
  }
}

.featured-grid li {
  display: block;
  width: 100%;
}

@media (min-width: 830px) and (max-width: 1239px) {
  .featured-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 20px);
    max-width: 880px;
    min-height: 343px;
    column-gap: 25px;
    row-gap: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
    list-style: none;
  }
  .about-grid {
    min-height: 349px;
  }
  .featured-img {
    height: 250px !important;
  }
  .category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 20px);
    max-width: 1000px;
    column-gap: 25px;
    row-gap: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: auto;
    list-style: none;
  }
}

@media (min-width: 1240px) {
  .featured-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: calc(100% - 20px);
    max-width: 1300px;
    min-height: 283px;
    column-gap: 25px;
    row-gap: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
    list-style: none;
  }
  .about-grid {
    min-height: 349px;
  }
  .category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: calc(100% - 20px);
    max-width: 1300px;
    column-gap: 25px;
    row-gap: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: auto;
    list-style: none;
  }
  .featured-img {
    height: 190px !important;
  }
}

.category-grid li {
  display: block;
  width: 100%;
}

.services-card {
  position: relative;
  background-color: var(--off-color-background);
  border-radius: 35px;
  padding: 10px;
  text-align: center;
  text-wrap-style: balance;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  text-decoration: none;
  width: 100%;
  margin: auto;
  height: 100%;
  box-shadow: 0 0 30px var(--ice-black-light-20);
}

.services-card:focus-visible {
  outline: solid 2px light-dark(var(--ice-black), var(--skin-pink-lightest));
}

@media (hover: hover) {
  .services-card:hover {
    transform: scale(1.02);
  }
}

@media (hover: none) {
  .services-card:active {
    transform: scale(1.02);
  }
}

.services-card-img {
  width: 100%;
  aspect-ratio: 350 / 247;
  height: auto;
  display: block;
  border-radius: 25px;
  box-shadow: 0 0 20px var(--skin-pink-30);
}

.category-insight {
  margin: 10px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 7px;
}

.category-insight li {
  text-transform: uppercase;
  display: block;
  width: fit-content;
  padding: 3px 6px;
  border: solid 1px light-dark(var(--skin-pink-dark), var(--skin-pink-lightest));
  color: light-dark(var(--skin-pink-dark), var(--skin-pink-lightest));
  box-shadow: 0 0 20px
    light-dark(var(--skin-pink-30), var(--skin-pink-lightest-30));
  border-radius: 25px;
  font-size: 0.875rem;
}

.category-insight-more {
  text-transform: uppercase;
  display: block;
  width: fit-content;
  padding: 3px 6px;
  border: solid 1px light-dark(var(--skin-pink-dark), var(--skin-pink-lightest));
  color: light-dark(var(--skin-pink-dark), var(--skin-pink-lightest));
  margin-top: -20px;
  box-shadow: 0 0 20px
    light-dark(var(--skin-pink-30), var(--skin-pink-lightest-30));
  border-radius: 25px;
  font-size: 0.875rem;
}

.services-h2 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  margin-bottom: 7px;
  font-size: 1.5rem;
  color: light-dark(var(--ice-black), var(--strawberry-white-lighter));
  text-align: center;
  text-wrap-style: balance;
  text-transform: uppercase;
  margin-top: 50px;
}

.service-h2 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  margin-bottom: 7px;
  font-size: 1.5rem;
  color: light-dark(var(--ice-black), var(--strawberry-white-lighter));
  text-align: left;
  text-wrap: pretty;
  text-transform: uppercase;
  margin-top: 50px;
}

.services-h1 {
  font-family: "Jost", sans-serif;
  font-weight: 450;
  font-size: 2.5rem;
  color: light-dark(var(--ice-black), var(--strawberry-white-lighter));
  text-align: center;
  text-wrap-style: balance;
  text-transform: uppercase;
}

.service-h1 {
  font-family: "Jost", sans-serif;
  font-weight: 450;
  font-size: 2rem;
  color: light-dark(var(--ice-black), var(--strawberry-white-lighter));
  text-align: left;
  text-wrap: pretty;
  text-transform: uppercase;
}

.services-subtitle {
  font-weight: 400;
  font-size: 1.2rem;
  max-width: 750px;
  width: 90%;
  margin: 10px auto;
  text-align: left;
  text-wrap: pretty;
}

.services-clickable-back {
  font-family: "Jost", sans-serif;
  display: inline-block;
  text-decoration: none;
  border-style: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: var(--ice-black-darker);
  transition: all 0.2s ease;
  border: solid 1px var(--dimmed-color);
  background-color: color-mix(
    in oklab,
    var(--desktop-dropdown-background) 12.5%,
    transparent
  );
  border-radius: 25px;
  padding-left: 15px;
  padding-right: 10px;
  height: 50px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.service-clickable-back {
  font-family: "Jost", sans-serif;
  display: inline-block;
  text-decoration: none;
  background-color: var(--strawberry-white-lighter-55);
  backdrop-filter: blur(2px);
  border-style: none;
  font-size: 1.2rem;
  margin-top: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: solid 1px var(--ice-black-lighter-55);
  border-radius: 50%;
  z-index: 10;
  color: var(--ice-black-darker);
  box-shadow: 0 0 10px var(--ice-black-light-50);
  transition: all 0.2s ease;
}

.service-list-back-icon-top {
  position: relative;
  top: 11px;
  left: 21px;
  text-decoration: none;
  color: var(--ice-black-darker);
  width: 15px;
  height: 2px;
  border-radius: 3px;
  background-color: var(--ice-black-lighter);
  margin: 6px 0;
  transform: rotate(-40deg) translate(2.5px, -12px);
}
.service-list-back-icon-bottom {
  position: relative;
  top: 22.5px;
  left: 21px;
  text-decoration: none;
  color: var(--ice-black-darker);
  width: 15px;
  height: 2px;
  border-radius: 3px;
  background-color: var(--ice-black-lighter);
  margin: 6px 0;
  transform: rotate(40deg) translate(-18.5px, -13px);
}

@media (hover: hover) {
  .services-clickable-back:hover {
    transform: scale(1.1);
  }
  .service-clickable-back:hover {
    transform: scale(1.1);
  }
}

@media (hover: none) {
  .services-clickable-back:active {
    transform: scale(1.1);
  }
  .service-clickable-back:active {
    transform: scale(1.1);
  }
}

.services-list-back-icon-top {
  position: relative;
  top: 14px;
  left: 13px;
  text-decoration: none;
  color: var(--text-color);
  width: 13px;
  height: 2px;
  border-radius: 3px;
  background-color: var(--dimmed-color);
  margin: 6px 0;
  transform: rotate(-40deg) translate(-8.5px, -8px);
}

.services-list-back-icon-bottom {
  position: relative;
  top: 21px;
  left: 13px;
  text-decoration: none;
  color: var(--text-color);
  width: 13px;
  height: 2px;
  border-radius: 3px;
  background-color: var(--dimmed-color);
  margin: 6px 0;
  transform: rotate(40deg) translate(-14.5px, 1px);
}

.services-top-back {
  margin-left: 30px;
  margin-top: 7.5px;
  color: var(--dimmed-color);
  text-decoration: none;
  transform: translate(-10px, -13px);
}

.services-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  max-width: 1730px;
  flex-direction: row;
  margin-bottom: 10px;
}

.services-share-link-button {
  font-family: "Jost", sans-serif;
  background-color: color-mix(
    in oklab,
    var(--desktop-dropdown-background) 12.5%,
    transparent
  );
  color: var(--dimmed-color);
  text-decoration: none;
  cursor: pointer;
  font-size: 1.2rem;
  width: 115px;
  height: 50px;
  border: solid 1px var(--dimmed-color);
  padding: 10.25px 10px;
  border-radius: 25px;
  z-index: 10;
  transition: all 0.2s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.service-share-link-button {
  margin-top: 10px;
  font-family: "Jost", sans-serif;
  background-color: transparent;
  color: var(--ice-black-lighter);
  text-decoration: none;
  cursor: pointer;
  background-color: var(--strawberry-white-lighter-55);
  backdrop-filter: blur(2px);
  font-size: 1.2rem;
  width: 115px;
  height: 50px;
  border: solid 1px var(--ice-black-lighter-55);
  padding: 10.25px 10px;
  border-radius: 25px;
  box-shadow: 0 0 10px var(--ice-black-light-50);
  z-index: 10;
  transition: all 0.2s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (hover: hover) {
  .services-share-link-button:hover {
    transform: scale(1.1);
  }
  .service-share-link-button:hover {
    transform: scale(1.1);
  }
}

@media (hover: none) {
  .services-share-link-button:active {
    transform: scale(1.1);
  }
  .service-share-link-button:active {
    transform: scale(1.1);
  }
}

.service-background {
  position: relative;
  background-color: var(--off-color-background);
  border-radius: 35px;
  width: 97%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  height: fit-content;
  box-shadow: 0 0 30px var(--ice-black-light-20);
}

.service-background-img-container {
  position: relative;
  top: 0px;
  height: 300px;
  width: 100%;
}

.service-background-img {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 300px;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  overflow-y: hidden;
}

.service-background-text {
  padding: 30px 25px;
  font-size: 1.1rem;
}

.service-background-img-backdrop {
  display: block;
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  background: linear-gradient(
    in oklab to bottom,
    transparent,
    transparent,
    var(--off-color-background) 97%
  );
}

.service-cta-container {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}

.service-cta-container {
  max-width: 400px;
  margin-top: 40px;
  width: 100%;
  min-height: 65px;
  margin-left: auto;
  margin-right: auto;
}

.service-cta-button {
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.service-price-top {
  color: var(--dimmed-color);
  text-align: center;
  font-weight: 300;
  margin-top: 20px;
}

.service-price-bottom {
  color: var(--dimmed-color);
  text-align: center;
  font-weight: 350;
}

.service-price-context {
  color: var(--dimmed-color);
  text-align: center;
  text-wrap-style: balance;
  font-weight: 350;
  font-style: italic;
  font-size: 0.875rem;
  margin-top: 10px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.tattoo-size-guide-list {
  list-style: none;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

.tattoo-size-guide-list li:not(:first-child) {
  position: relative;
  min-height: 65px;
  margin-top: 40px;
}

.tattoo-size-guide-list li:first-child {
  position: relative;
  min-height: 65px;
  margin-top: 0px;
}

.tattoo-size {
  display: flex;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.9rem;
  font-weight: 550;
}

.tattoo-size-desc {
  position: absolute;
  text-wrap-style: balance;
  text-align: center;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  font-size: 0.9rem;
  max-width: 450px;
}

.tattoo-size-example {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(50%, -50%);
}

.tattoo-size-img {
  height: 40px;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.tattoo-dimension {
  display: block;
  font-size: 0.875rem;
  text-align: center;
  line-height: 0.8rem;
  margin-top: 5px;
}

.tattoo-size-row-line-break {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--dimmed-color);
  max-width: 500px;
  width: 103%;
  height: 1px;
  border-radius: 3px;
}

.tattoo-size-main-desc {
  width: 100%;
  font-size: 0.95rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  text-wrap: pretty;
}

.services-booking-faq {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 20px;
}

.services-booking-faq-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  transform: translateY(4.5px);
}

.service-booking-faq {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
  font-size: 0.875rem;
  margin-top: 15px;
  margin-bottom: 30px;
}

.service-booking-faq-icon {
  width: 16px;
  height: 16px;
  margin-right: 3px;
  transform: translateY(4px);
}

/* Start Main Booking Button */
.main-booking-button {
  width: 100%;
  max-width: 400px;
  min-height: 55px;
  border: solid 1px var(--dimmed-color);
  color: var(--dimmed-color);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 25px;
  position: relative;
  padding: 10px 20px;
  background-color: none;
  background-image: none;
  display: block;
  overflow: hidden;
  transition: all 0.2s ease;
  margin-left: auto;
  margin-right: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-booking-button-background {
  position: absolute;
  top: -450%;
  left: -450%;
  width: 1000%;
  height: 1000%;
  background: conic-gradient(
    in oklab from 180deg at 50% 50%,
    transparent,
    var(--skin-pink),
    var(--skin-pink),
    transparent,
    transparent,
    transparent,
    transparent,
    var(--skin-pink),
    var(--skin-pink),
    transparent,
    transparent,
    transparent,
    transparent
  );
  animation: rotate 4s linear infinite;
  transition: opacity 3s cubic-bezier(0.1, 0.48, 0, 0.84);
}

@media (prefers-reduced-motion: reduce) {
  .main-booking-button-background {
    animation: none;
  }
}

@media (hover: hover) {
  .main-booking-button-background {
    opacity: 0;
  }
  .main-booking-button:hover .main-booking-button-background {
    opacity: 1;
  }
  .main-booking-button:hover .main-booking-button-intermediate {
    background-color: var(--off-color-background);
  }
  .main-booking-button:hover .main-booking-button-foreground {
    background-color: transparent;
    backdrop-filter: blur(7px);
  }
  .main-booking-button-foreground {
    background-color: var(--off-color-background);
  }
}

@media (hover: none) {
  .main-booking-button-background {
    opacity: 1;
  }
  .main-booking-button {
    border-color: var(--skin-pink-20);
  }
  .main-booking-button-foreground {
    background-color: transparent;
    backdrop-filter: blur(7px);
  }
}

.main-booking-button:hover {
  border-color: transparent;
  color: var(--skin-pink);
  transform: scale(1.026);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.main-booking-button-intermediate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: var(--off-color-background);
  border-radius: 22px;
}

.main-booking-button-foreground {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  min-height: 45px;
  padding: 5px 15px;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 23px;
  transition: all 0.2s ease;
}
/* End Main Booking Button */

/* Start Secondary Booking Button */
.secondary-booking-button {
  width: 100%;
  max-width: 400px;
  min-height: 55px;
  border: solid 1px var(--dimmed-color);
  color: var(--dimmed-color);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 25px;
  position: relative;
  padding: 10px 20px;
  overflow: hidden;
  background-color: none;
  background-image: none;
  display: block;
  transition: all 0.2s ease;
  margin-left: auto;
  margin-right: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.secondary-booking-button-background {
  position: absolute;
  top: -450%;
  left: -450%;
  width: 1000%;
  height: 1000%;
  background: conic-gradient(
    in oklab from 180deg at 50% 50%,
    transparent,
    var(--skin-pink),
    var(--skin-pink),
    transparent,
    transparent,
    transparent,
    transparent,
    var(--skin-pink),
    var(--skin-pink),
    transparent,
    transparent,
    transparent,
    transparent
  );
  animation: rotate 4s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .secondary-booking-button-background {
    animation: none;
  }
}

@media (hover: hover) {
  .secondary-booking-button-background {
    opacity: 0;
    transition: opacity 3s cubic-bezier(0.1, 0.48, 0, 0.84);
  }
  .secondary-booking-button:hover .secondary-booking-button-background {
    opacity: 1;
  }
  .secondary-booking-button:hover .secondary-booking-button-intermediate {
    background-color: var(--off-color-background);
  }
  .secondary-booking-button:hover .secondary-booking-button-foreground {
    background-color: transparent;
    backdrop-filter: blur(7px);
  }
  .secondary-booking-button-foreground {
    background-color: var(--off-color-background);
  }
}

@media (hover: none) {
  .secondary-booking-button-background {
    opacity: 0;
    transition: opacity 3s cubic-bezier(0.1, 0.48, 0, 0.84);
  }
  .secondary-booking-button-active .secondary-booking-button-background {
    opacity: 1;
  }
  .secondary-booking-button-active .secondary-booking-button-intermediate {
    background-color: var(--off-color-background);
  }
  .secondary-booking-button-foreground {
    background-color: var(--off-color-background);
  }
  .secondary-booking-button-active .secondary-booking-button-foreground {
    background-color: transparent;
    backdrop-filter: blur(7px);
  }
  .secondary-booking-button-active {
    border-color: var(--skin-pink-20);
  }
}

.secondary-booking-button:hover {
  border-color: transparent;
  color: var(--skin-pink);
  transform: scale(1.026);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.secondary-booking-button-intermediate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: var(--off-color-background);
  border-radius: 22px;
}

.secondary-booking-button-foreground {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  min-height: 45px;
  padding: 5px 15px;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 23px;
  transition: all 0.2s ease;
}
/* End Secondary Booking Button */

.services-page-search-bar-wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 350px;
  width: calc(100% - 20px);
}

.services-page-search-bar {
  position: relative;
  margin-right: auto;
  width: 100%;
  border-radius: 25px;
  height: 50px;
  box-shadow: 0 0 10px var(--ice-black-light-20);
  background-color: var(--off-color-background);
  transition:
    width 0.3s cubic-bezier(0.47, 1.64, 0.41, 0.8),
    transform 0.2s ease;
  z-index: 2;
  border: solid 1px
    light-dark(
      oklch(from var(--off-color-background) calc(l * 0.77) c h),
      oklch(from var(--off-color-background) calc(l * 1.5) c h)
    );
}

.services-page-search-bar.active {
  width: calc(100% - 60px);
}

.services-page-search-bar input {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  position: absolute;
  cursor: text;
  right: 10px;
  max-width: 300px;
  border: none;
  width: calc(100% - 50px);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 48px;
  background-color: var(--off-color-background);
  color: var(--text-color);
  caret-color: light-dark(var(--skin-pink-darkest), var(--skin-pink-lightest));
}

.services-page-search-bar input:focus {
  outline: none;
}

.services-page-search-bar input::placeholder {
  color: var(--dimmed-color);
}

.services-page-search-bar label {
  cursor: pointer;
}

.services-page-search-svg {
  transform: translate(10px, 12px);
}

.services-page-search-bar:hover {
  transform: scale(1.02);
}

.treatments-container-div {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9;
}

[data-treatments-container] {
  position: relative;
  max-height: 250px;
  min-height: 100px;
  width: calc(100% - 20px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  overflow: auto;
  background-color: oklch(from var(--off-color-background) l c h / 0.8);
  backdrop-filter: blur(10px);
  border: solid 1px
    light-dark(
      oklch(from var(--off-color-background) calc(l * 0.77) c h),
      oklch(from var(--off-color-background) calc(l * 1.5) c h)
    );
  border-radius: 25px;
  list-style: none;
  box-shadow: 0 0 15px var(--ice-black-light-50);
}

.lvl2-item-row {
  position: relative;
  display: block;
  height: 100px;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.lvl2-item-row:hover {
  background-color: light-dark(
    oklch(from var(--off-color-background) calc(l * 0.8) c h / 0.4),
    oklch(from var(--off-color-background) calc(l * 1.9) c h / 0.4)
  );
}

.lvl2-item-img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 15px;
}

.lvl2-item-name {
  position: absolute;
  left: 90px;
  top: calc(50% - 15px);
  transform: translateY(-50%);
  font-size: 0.95rem;
  font-weight: 450;
  text-wrap-style: balance;
  text-decoration: none;
  color: var(--text-color);
  text-transform: uppercase;
}

.lvl2-item-type {
  position: absolute;
  left: 90px;
  top: calc(50% + 20px);
  transform: translateY(-50%);
  font-size: 0.875rem;
  color: var(--dimmed-color);
  text-wrap-style: balance;
}

.treatment-separator {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  background-color: var(--dimmed-color);
  color: var(--dimmed-color);
  border: solid 0.5px
    light-dark(
      oklch(from var(--off-color-background) calc(l * 0.77) c h),
      oklch(from var(--off-color-background) calc(l * 1.5) c h)
    );
}

.error-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: calc(100% - 20px);
  color: var(--dimmed-color);
}

.treatments-search-wrapper {
  position: relative;
}

.search-services-external-svg {
  transform: translateY(1.7px);
  margin-left: 3px;
  fill: var(--dimmed-color);
}
