/** Shopify CDN: Minification failed

Line 400:22 Expected ":"

**/
header-drawer[data-breakpoint="tablet"] .menu-drawer__menu .menu-drawer__menu-item + .menu-drawer__submenu ul { margin-bottom: 50px; }

@media screen and (min-width: 750px) {
  .template-blog .blog-articles > *:first-child, 
  .template-blog .blog-articles > *:nth-child(4), 
  .template-blog .blog-articles > *:last-child:nth-child(2), 
  .template-blog .blog-articles > *:last-child:nth-child(5) {
    grid-column: span 1;
  }
}

/* Klaviyo - back in stock */
.klaviyo-bis-trigger.button {
  width: 100%;
}
/* End Klaviyo - back in stock */

.header .header__menu-item[data-handle*="book-now"] {
  border: 1px solid #000;
  padding: 1rem 1.5rem;
  color: rgba(var(--color-foreground), 1);
  margin-left: 1.2rem;
}
.header .header__menu-item[data-handle*="book-now"]:hover,
.header .header__menu-item[data-handle*="book-now"]:hover span {
  text-decoration: none;
  opacity: 0.75;
}

.header__submenu .icon-caret {
  right: 0;
}

.menu-left-list .header__submenu.list-menu > li {
  width: 100%;
}

.menu-left-list .header__submenu.list-menu details > ul, 
.menu-right-list .header__submenu.list-menu details > ul {
 padding: 1rem; 
}

.menu-left-list .header__submenu.list-menu details > ul li a, 
.menu-right-list .header__submenu.list-menu details > ul li a {
  font-size: 1.2rem;
  line-height: 2.2rem;
}

header-drawer li[data-handle*="book-now"] {
  padding: 2rem 3.2rem;
  border: 0;
}
header-drawer li[data-handle*="book-now"] .menu-drawer__menu-item[data-handle*="book-now"] {
  padding: 1rem 1.5rem;
  border: 1px solid #000;
  display: inline-block;
}

/* Collection Description Collapse */
.expandable-content {
  max-width: 890px !important;
  font-size: 1.6rem !important;
  line-height: 2.8rem !important;
  letter-spacing: 0;
  position: relative;
  max-height: 130px;
  overflow: hidden;
  transition: .2s ease-in-out;
}
button.expandable-content--toggle:before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  pointer-events: none;
  background: linear-gradient(#fff,rgba(255, 255, 255, 0) 0%,#fff);
}
.expandable-content--toggle {
  position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px 0;
    visibility: visible;
    opacity: 1;
    text-align: left;
    background: #fff;
    z-index: 1;
    transition: opacity .1s ease-in-out,visibility .1s ease-in-out;
    border: none;
    color: rgba(var(--color-foreground),.75);
    justify-content: right;
    font-family: Sangbleu!important;
    cursor: pointer;
}
.expandable-content.expanded-content button.expandable-content--toggle:before {
  height: 0;
}
.expandable-content--toggle-icon {
  width: 12px;
  margin-left: 8px;
}
.expandable-content.expanded-content .expandable-content--toggle-icon {
  transform: rotate(180deg);
    margin-top: 5px;
}
/* End Collection Description Collapse */

/* START reviews widget */
.jdgm-review-widget .jdgm-star {
  font-family: 'JudgemeStar' !important;
}
/* END reviews widget */

/* START image banner */
.hero-banner .banner__box {
  margin-right: 8%;
  margin-left: 8%;
}
.hero-banner .banner__box .banner__heading {
  font-size: 50px;
  color: #ffffff;
  line-height: 1.333;
}
.hero-banner .banner__box .banner__text {
  font-size: 30px;
  color: #ffffff;
  line-height: 1.333;
}
.hero-banner .banner__box .banner__buttons {
  transform: none;
  margin-top: 30px;
}
.hero-banner .banner__box .banner__buttons a {
  font-size: 20px;
  margin: 0;
}

@media only screen and (max-width: 989px) {
  .hero-banner .banner__box {
    margin-right: 0;
    margin-left: 0;
  }
  .hero-banner .banner__content  {
    position: relative;
  }
  .hero-banner .banner__box .banner__buttons a,
  .hero-banner .banner__box .banner__text {
    font-size: 16px !important;
  }  
}
/* END image banner */

/* START clinc page template */
.template-clinic-pages p {
  font-size: 14px;
  line-height: 1.7;
}

/* multicolumn */
.template-clinic-pages .multicolumn-card__info h3 {
  font-size: 24px;
}
@media only screen and (min-width: 990px) {
  .template-clinic-pages p {
    font-size: 20px;
    line-height: 1.3;
  }
  
  .template-clinic-pages .multicolumn-card__info h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 749px) {
  .template-clinic-pages .multicolumn .page-width:not(.with--slider) {
    width: 100% !important;
  }
  .template-clinic-pages .multicolumn .multicolumn-list:not(.slider) {
    padding: 0 !important;
  }
  .template-clinic-pages .multicolumn .multicolumn-list .multicolumn-card__info {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .template-clinic-pages .title-wrapper-with-link--no-heading {
    display: none;
  }
}
/* multicolumn slider */
.template-clinic-pages .multicolumn slider-component .slider {
  padding-block: 0;
}
.template-clinic-pages .multicolumn .slider-buttons {
  display: block !important;
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
}
.template-clinic-pages .multicolumn .slider-buttons button {
  position: relative;
  border: 0;
  background-color: #1A1B18;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  color: #ffffff !important;
}
.template-clinic-pages .multicolumn .slider-buttons button.slider-button--prev {
  right: -3%;
}
.template-clinic-pages .multicolumn .slider-buttons button.slider-button--next {
  left: 78%;
}
@media only screen and (min-width: 990px) {
  .template-clinic-pages .multicolumn.slider .multicolumn-list__item {
    padding-left: 3.5rem;
  }
  .template-clinic-pages .multicolumn .slider-buttons button.slider-button--prev {
    right: 2.5%;
  }
  .template-clinic-pages .multicolumn .slider-buttons button.slider-button--next {
    left: 100%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1440px) {
  .template-clinic-pages .multicolumn .slider-buttons button.slider-button--prev {
    right: -2%;
  }
  .template-clinic-pages .multicolumn .slider-buttons button.slider-button--next {
    left: 91.5%;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .template-clinic-pages .multicolumn .slider-buttons button.slider-button--prev {
    right: -1%;
  }
  .template-clinic-pages .multicolumn .slider-buttons button.slider-button--next {
    left: 90%;
  }
}

.template-clinic-pages .multicolumn slider-component .slider.slider--desktop .multicolumn-card__image-wrapper {
  margin: 0;
}
@media only screen and (max-width: 749px) {
  .template-clinic-pages .grid--2-col-desktop.slider .multicolumn-list__item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

/* image with text */
.template-clinic-pages .image-with-text .image-with-text__content {
  margin: 0;
  background: none;
}
@media only screen and (max-width: 794px) {
  .template-clinic-pages .image-with-text .image-with-text__content .image-with-text__text {
    text-align: left;
  }
}

.template-clinic-pages .image-with-text__content p:not(:last-of-type) {
  margin-bottom: 30px;
}
.template-clinic-pages .image-with-text__content li {
  font-size: 20px;
}

@media only screen and (max-width: 749px) {
  .template-clinic-pages .image-with-text__content li {
    font-size: 14px;
  }
}

/* image banner */
.template-clinic-pages .banner {
  margin-bottom: 0;
  min-height: unset;
}
.template-clinic-pages .banner__show-container-mobile .banner__media {
  display: flex;
  flex-direction: column-reverse;
  height: auto;
  position: relative;
}
.template-clinic-pages .banner__show-container-mobile .banner__media img {
  position: relative;
}
@media only screen and (max-width: 989px) {
  .template-clinic-pages .banner__show-container-mobile .banner__media {
    position: relative;
  }
  .template-clinic-pages .banner__show-container-mobile .banner__content {
    padding: 0;
  }
  .template-clinic-pages .banner__show-container-mobile .banner__content .banner__box {
    width: 100%;
  }
  .template-clinic-pages .banner__show-container-mobile .banner__content .banner__box .banner__heading {
    font-size: 28px !important;
  }
}

/* image gallery */
.icon-row .page-width {
  padding-top: 30px;
  border-top: 1px solid #545452;
}
.icon-row .images_row img {
  height: 120px;
  object-fit: contain;
}
.icon-row .images_row .content_text {
  position: relative;
  height: auto;
  width: auto;
}
.icon-row .images_row.text-center .content_text {
  left: 0;
  display: block;
}
.icon-row .images_row .content_text span {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  color: #545452;
}
.icon-row .images_row .description_text {
  font-size: 20px;
  color: #545452;
  width: 85%;
  margin: auto;
}

@media only screen and (max-width: 749px) {
  .icon-row .images_row .content_text span {
    font-size: 14px;
  }
  .icon-row .images_row .description_text {
    font-size: 14px;
    width: 68%;
  }
}

/* collapsible content */
.template-clinic-pages .accordion summary {
  padding-block: 2rem;
}
.template-clinic-pages .accordion .accordion__content {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 989px) {
  .template-clinic-pages .collapsible-content .collapsible-content__heading {
    font-size: 22px;
  }
  .template-clinic-pages .collapsible-content .accordion__title {
    font-size: 16px;
  }
}

/* footer */
.template-clinic-pages .footer {
  margin-top: 0;
}

/* template skin concerns */
.template-skin-concerns .image-with-text {
  margin-top: 0;
}
.template-skin-concerns .image-with-text .image-with-text__text {
  font-size: 20px;
}
.template-skin-concerns .image-with-text .image-with-text__text p:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 749px) {
  .template-skin-concerns .image-with-text .image-with-text__text {
    font-size: 14px;
  }
  .template-skin-concerns .image-with-text .image-with-text__text {
    font-size: 14px;
  }

  .template-skin-concerns .image-with-text .image-with-text__content {
    margin: 0;
    text-align: left;s
  }
}

/* image banner */
.template-skin-concerns .spaced-section {
  margin-top: 0;
  margin-bottom: 0;
}
.template-skin-concerns .banner {
  margin-bottom: 0;
  min-height: unset;
}
.template-skin-concerns .banner__show-container-mobile .banner__media {
  display: flex;
  flex-direction: column-reverse;
  height: auto;
  position: relative;
}
.template-skin-concerns .banner__show-container-mobile .banner__media img {
  position: relative;
}
@media only screen and (max-width: 989px) {
  .template-skin-concerns .banner__show-container-mobile .banner__media {
    position: relative;
  }
  .template-skin-concerns .banner__show-container-mobile .banner__content {
    padding: 0;
  }
  .template-skin-concerns .banner__show-container-mobile .banner__content .banner__box {
    width: 100%;
    padding: 20px 20px 35px;
  }
  .template-skin-concerns .banner__show-container-mobile .banner__content .banner__box .banner__heading {
    font-size: 28px !important;
  }
}

/* rich text */
@media only screen and (max-width: 749px) {
  .template-skin-concerns .rich-text__blocks {
    width: 100%;
  }
}

/* footer */
.template-skin-concerns .footer {
  margin-top: 0;
}
