/* Brand font/size from /theme.css must beat the ClinicMaster iransans lock.
   Palette tokens follow --at-primary / secondary / accent so Appearance branding works. */
html[data-theme-color="skin-3"] {
  --bs-primary: var(--at-primary, #F46700);
  --bs-secondary: var(--at-secondary, #0A3366);
  --bs-heading-color: var(--at-secondary, #0A3366);
  --bs-body-color: color-mix(in srgb, var(--at-secondary, #0A3366) 62%, #8a93a8);
  --bs-primary-rgb: var(--at-primary-rgb);
  --bs-secondary-rgb: var(--at-secondary-rgb);
  --bs-heading-color-rgb: var(--at-secondary-rgb);
  --bs-primary-text-emphasis: color-mix(in srgb, var(--at-primary, #F46700) 42%, #000);
  --bs-secondary-text-emphasis: color-mix(in srgb, var(--at-secondary, #0A3366) 42%, #000);
  --bs-primary-bg-subtle: color-mix(in srgb, var(--at-primary, #F46700) 18%, #fff);
  --bs-secondary-bg-subtle: color-mix(in srgb, var(--at-primary, #F46700) 18%, #fff);
  --bs-primary-border-subtle: color-mix(in srgb, var(--at-primary, #F46700) 18%, #fff);
  --bs-primary-btn-hover-bg: color-mix(in srgb, var(--at-primary, #F46700) 85%, #000);
  --bs-primary-btn-hover-border-color: color-mix(in srgb, var(--at-primary, #F46700) 85%, #000);
  --bs-secondary-btn-hover-bg: color-mix(in srgb, var(--at-secondary, #0A3366) 85%, #000);
  --bs-secondary-btn-hover-border-color: color-mix(in srgb, var(--at-secondary, #0A3366) 85%, #000);
  --primary-hover: var(--at-accent, #F46700);
  --font-family-base: var(--at-font, Vazirmatn, sans-serif);
  --font-family-title: var(--at-font, Vazirmatn, sans-serif);
  --bs-body-font-family: var(--at-font, Vazirmatn, sans-serif);
  font-size: calc(16px * var(--at-font-scale, 1)) !important;
}

body.theme-skincare .sk-section {
  --bs-primary: var(--sk-local-primary, var(--at-primary));
  --bs-primary-rgb: var(--sk-local-primary-rgb, var(--at-primary-rgb));
  --bs-secondary: var(--sk-local-secondary, var(--at-secondary));
  --bs-secondary-rgb: var(--sk-local-secondary-rgb, var(--at-secondary-rgb));
  --bs-heading-color: var(--sk-local-secondary, var(--at-secondary));
  --bs-heading-color-rgb: var(--sk-local-secondary-rgb, var(--at-secondary-rgb));
  --bs-body-color: color-mix(in srgb, var(--bs-secondary) 62%, #8a93a8);
  --bs-primary-text-emphasis: color-mix(in srgb, var(--bs-primary) 42%, #000);
  --bs-secondary-text-emphasis: color-mix(in srgb, var(--bs-secondary) 42%, #000);
  --bs-primary-bg-subtle: color-mix(in srgb, var(--bs-primary) 18%, #fff);
  --bs-secondary-bg-subtle: color-mix(in srgb, var(--bs-primary) 18%, #fff);
  --bs-primary-border-subtle: color-mix(in srgb, var(--bs-primary) 18%, #fff);
  --bs-primary-btn-hover-bg: color-mix(in srgb, var(--bs-primary) 85%, #000);
  --bs-primary-btn-hover-border-color: color-mix(in srgb, var(--bs-primary) 85%, #000);
  --bs-secondary-btn-hover-bg: color-mix(in srgb, var(--bs-secondary) 85%, #000);
  --bs-secondary-btn-hover-border-color: color-mix(in srgb, var(--bs-secondary) 85%, #000);
  --primary-hover: var(--sk-local-primary, var(--at-accent));
  --sk-ink: var(--bs-secondary);
  --sk-muted: color-mix(in srgb, var(--bs-secondary) 62%, #8a93a8);
  --sk-shadow: 0 10px 40px color-mix(in srgb, var(--bs-secondary) 8%, transparent);
  --white: var(--bs-heading-color);
}

body.theme-skincare .sk-section h1,
body.theme-skincare .sk-section h2,
body.theme-skincare .sk-section h3,
body.theme-skincare .sk-section h4,
body.theme-skincare .sk-section h5,
body.theme-skincare .sk-section h6,
body.theme-skincare .sk-section .title,
body.theme-skincare .sk-section .dz-title,
body.theme-skincare .sk-section .testimonial-name,
body.theme-skincare .sk-section .form-title {
  color: var(--bs-heading-color);
}

body.theme-skincare .sk-section .bg-primary,
body.theme-skincare .sk-section .bg-primary .title,
body.theme-skincare .sk-section .bg-primary h2,
body.theme-skincare .sk-section .bg-primary h3,
body.theme-skincare .sk-section .bg-primary p {
  color: #fff;
}

body.theme-skincare #sk-footer.sk-section {
  --bs-heading-color: #fff;
  --bs-body-color: #bed2e7;
  background-color: var(--sk-local-secondary, #07121e);
}

body.theme-skincare #sk-footer .footer-title,
body.theme-skincare #sk-footer h2,
body.theme-skincare #sk-book .form-wrapper.bg-secondary .form-title {
  color: #fff;
}

body.theme-skincare #sk-book .form-wrapper.bg-secondary {
  --bs-heading-color: #fff;
}

body.theme-skincare .sk-section .section-head p,
body.theme-skincare .sk-section .hero-content .content-bx,
body.theme-skincare .sk-section .testimonial-position {
  color: var(--bs-body-color);
}

body.theme-skincare .sk-section .text-primary {
  color: var(--bs-primary) !important;
}

body.theme-skincare .sk-section .text-secondary {
  color: var(--bs-secondary) !important;
}

body.theme-skincare .sk-section .bg-primary {
  background-color: var(--bs-primary) !important;
}

body.theme-skincare .sk-section .bg-secondary {
  background-color: var(--bs-secondary) !important;
}

body.theme-skincare .sk-section .star-list li,
body.theme-skincare .sk-section .star-list li i,
body.theme-skincare .sk-section .text-orange {
  color: var(--bs-primary) !important;
}

body.theme-skincare .sk-section .btn-primary,
body.theme-skincare .sk-section .btn-primary.btn-hover1 {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

body.theme-skincare .sk-section .btn-secondary,
body.theme-skincare .sk-section .btn-secondary.btn-hover1 {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

body.theme-skincare .sk-section .swiper-pagination.style-1 .swiper-pagination-bullet {
  background-color: var(--bs-secondary);
}

body.theme-skincare .sk-section .swiper-pagination.style-1 .swiper-pagination-bullet-active {
  background-color: var(--bs-primary);
}

body.theme-skincare #sk-header .toggler1 span {
  background-color: var(--bs-secondary);
}

body.theme-skincare #sk-hero .word-rotate-box i,
body.theme-skincare #sk-about .word-rotate-box i {
  color: var(--bs-primary);
}

body.theme-skincare #sk-marquee.bg-secondary {
  background-color: var(--bs-secondary) !important;
}

body.theme-skincare #sk-marquee .marquee-list .item:after,
body.theme-skincare #sk-marquee-alt .marquee-list .item:after {
  background-image: none;
  background-color: var(--bs-primary);
  -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 30'><path d='M15.5918 0L17.7131 12.8787L30.5918 15L17.7131 17.1213L15.5918 30L13.4705 17.1213L0.591797 15L13.4705 12.8787L15.5918 0Z' fill='black'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 30'><path d='M15.5918 0L17.7131 12.8787L30.5918 15L17.7131 17.1213L15.5918 30L13.4705 17.1213L0.591797 15L13.4705 12.8787L15.5918 0Z' fill='black'/></svg>") center / contain no-repeat;
}

body.theme-skincare #sk-marquee-alt .marquee-list .item {
  color: var(--bs-secondary);
}

body.theme-skincare #sk-treat .dz-separator.style-3 .btn {
  color: var(--bs-secondary);
  border-color: color-mix(in srgb, var(--bs-primary) 35%, #dcd6ce);
}

body.theme-skincare #sk-treat .dz-separator.style-3::after {
  border-bottom-color: color-mix(in srgb, var(--bs-primary) 35%, #dcd6ce);
}

body.theme-skincare #sk-quotes .testimonial-3 .testimonial-detail p {
  color: var(--bs-secondary);
}

body.theme-skincare #sk-quotes .testimonial-3 .testimonial-detail::after {
  color: var(--bs-primary);
}

body.theme-skincare #sk-gallery {
  position: relative;
  overflow: hidden;
  background: color-mix(in srgb, var(--bs-secondary) 12%, #fdf5e8);
  box-shadow: inset 0 6px 0 var(--bs-primary), inset 0 -6px 0 var(--bs-secondary);
}

body.theme-skincare #sk-gallery img,
body.theme-skincare #sk-gallery .sk-media-slot--gallery {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
}

body.theme-skincare #sk-gallery::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--bs-secondary) 28%, transparent),
    transparent 18%,
    transparent 82%,
    color-mix(in srgb, var(--bs-primary) 28%, transparent)
  );
}

body.theme-skincare #sk-clients {
  background: color-mix(in srgb, var(--bs-secondary) 6%, transparent);
}

body.theme-skincare #sk-clients .clients-logo1:hover {
  opacity: 1;
  filter: none;
  background: color-mix(in srgb, var(--bs-primary) 10%, #fff);
}

body.theme-skincare #sk-book .sk-book__phone {
  background: color-mix(in srgb, var(--bs-primary) 12%, #fff);
  color: var(--bs-secondary);
}

body.theme-skincare #sk-book .form-wrapper.style-2.bg-secondary {
  background-color: var(--bs-secondary) !important;
}

body.theme-skincare #sk-footer .btn-white {
  color: var(--bs-primary);
}

body.theme-skincare .logo-header {
  width: calc(165px * var(--at-logo-scale, 1));
  height: calc(80px * var(--at-logo-scale, 1));
}

body.theme-skincare .logo-header img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

body.theme-skincare .logo-header a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body.theme-skincare .footer-logo img {
  max-width: calc(180px * var(--at-logo-scale, 1));
}

@media only screen and (max-width: 1199px) {
  body.theme-skincare .logo-header {
    width: calc(135px * var(--at-logo-scale, 1));
  }
}

@media only screen and (max-width: 575px) {
  body.theme-skincare .logo-header {
    height: calc(65px * var(--at-logo-scale, 1));
  }
}

@media only screen and (max-width: 991px) {
  body.theme-skincare .header-nav .logo-header {
    width: calc(240px * var(--at-logo-scale, 1));
    height: auto;
  }
}

html[data-theme-color="skin-3"] .site-header.style-2 .nav > li.menu-item-has-children.active > a:after,
html[data-theme-color="skin-3"] .site-header.style-2 .nav > li.menu-item-has-children:hover > a:after,
html[data-theme-color="skin-3"] .site-header.style-2 .nav > li.sub-menu-down.active > a:after,
html[data-theme-color="skin-3"] .site-header.style-2 .nav > li.sub-menu-down:hover > a:after {
  background-image: none;
  background-color: var(--bs-primary);
  -webkit-mask: url("data:image/svg+xml,<svg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'><path d='M6 0L7.69706 4.30294L12 6L7.69706 7.69706L6 12L4.30294 7.69706L0 6L4.30294 4.30294L6 0Z' fill='black'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml,<svg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'><path d='M6 0L7.69706 4.30294L12 6L7.69706 7.69706L6 12L4.30294 7.69706L0 6L4.30294 4.30294L6 0Z' fill='black'/></svg>") center / contain no-repeat;
}

body.theme-skincare,
body.theme-skincare .title,
body.theme-skincare .btn,
body.theme-skincare .navbar-nav {
  font-family: var(--at-font, Vazirmatn, sans-serif);
}

body.theme-skincare .text-orange {
  color: var(--bs-primary) !important;
}

body.theme-skincare .bg-orange {
  background-color: var(--bs-primary) !important;
}

body.theme-skincare .form-control,
body.theme-skincare .form-select,
body.theme-skincare textarea.form-control {
  font-family: var(--at-font, Vazirmatn, sans-serif);
  height: auto;
  min-height: 50px;
  border: 1px solid #d9cbb8 !important;
  background: #fff !important;
  border-radius: 12px !important;
  color: var(--at-secondary, #0a3366);
  padding: 0.75rem 1rem;
  box-shadow: none;
}

body.theme-skincare textarea.form-control {
  min-height: 8rem;
}

body.theme-skincare .form-control:focus,
body.theme-skincare .form-select:focus,
body.theme-skincare textarea.form-control:focus {
  border-color: var(--bs-primary) !important;
  background: #fff !important;
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--at-primary, #F46700) 18%, transparent);
}

@media only screen and (max-width: 575px) {
  body.theme-skincare {
    font-size: var(--bs-body-font-size, 1rem);
  }
}

body.theme-skincare .hero-banner.style-3 .title {
  font-size: clamp(
    calc(1.75rem * var(--at-font-scale, 1)),
    6vh,
    calc(4.6rem * var(--at-font-scale, 1))
  );
  margin-bottom: clamp(0.75rem, 2vh, 1.75rem);
}

@media only screen and (max-width: 1480px) {
  body.theme-skincare .hero-banner.style-3 .title {
    font-size: clamp(
      calc(1.7rem * var(--at-font-scale, 1)),
      5.6vh,
      calc(3.6rem * var(--at-font-scale, 1))
    );
  }
}

@media only screen and (max-width: 1199px) {
  body.theme-skincare .hero-banner.style-3 .title {
    font-size: calc(2.4rem * var(--at-font-scale, 1));
  }
}

@media only screen and (max-width: 991px) {
  body.theme-skincare .hero-banner.style-3 .title {
    font-size: calc(2.1rem * var(--at-font-scale, 1));
  }
}

@media only screen and (max-width: 575px) {
  body.theme-skincare .hero-banner.style-3 .title {
    font-size: calc(1.85rem * var(--at-font-scale, 1));
  }
}

@media (min-width: 992px) {
  body.theme-skincare.page-home {
    --sk-header-h: 5.625rem;
  }

  body.theme-skincare.page-home .hero-banner.style-3 {
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
  }

  body.theme-skincare.page-home.has-preview .hero-banner.style-3 {
    height: calc(100vh - 48px);
    height: calc(100dvh - 48px);
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
  }

  body.theme-skincare.page-home .hero-banner.style-3 .inner-wrapper {
    padding-top: var(--sk-header-h);
    box-sizing: border-box;
  }

  body.theme-skincare.page-home .hero-banner.style-3 .content-bx.style-2.m-b40 {
    margin-bottom: clamp(0.85rem, 2.4vh, 2.25rem);
  }

  body.theme-skincare.page-home .hero-banner.style-3 .hero-thumbnail {
    width: min(40vw, 36rem);
    max-width: 100%;
    height: calc(100% - 0.25rem);
    max-height: calc(100dvh - var(--sk-header-h));
    margin-left: 0;
  }

  body.theme-skincare.page-home .hero-banner.style-3 .hero-thumbnail .thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    max-height: calc(100dvh - var(--sk-header-h) - 0.5rem);
    object-fit: cover;
    object-position: top center;
  }
}

body.theme-skincare .sk-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  color: var(--bs-primary);
}

body.theme-skincare .sk-play i {
  font-size: 1.15rem;
  margin-inline-start: 0.15rem;
}

body.theme-skincare .word-rotate,
body.theme-skincare .word-rotate-box .text__char {
  display: none !important;
}

body.theme-skincare .word-rotate-box {
  animation: none;
  width: 4.5rem;
  height: 4.5rem;
}

body.theme-skincare .word-rotate-box i {
  animation: none;
}

body.theme-skincare.has-preview {
  padding-top: 48px;
}

body.theme-skincare.is-embed {
  overflow-x: hidden;
}

body.theme-skincare.is-embed .dz-preloader-3,
body.theme-skincare.is-embed .scroltop {
  display: none !important;
}

body.theme-skincare.is-embed .site-header.header-transparent {
  position: absolute;
}

body.theme-skincare .page-wraper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.theme-skincare .page-content {
  position: relative;
  z-index: 1;
  flex: 1 0 auto;
  background: var(--bs-body-bg, #fffcf8);
}

body.theme-skincare .site-footer {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  margin-top: 0;
}

body.theme-skincare.inner-page .page-content {
  min-height: 50vh;
  padding-bottom: 5.5rem;
}

body.theme-skincare.inner-page .site-footer .footer-head .fh-inner {
  padding-top: 3rem;
}

.at-preview-banner {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 2000;
  background: #111;
  color: #fff;
  text-align: center;
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
}

.at-preview-banner a {
  color: #fff;
  text-decoration: underline;
}

/* Feather icons from the HTML pack are missing; map them onto Font Awesome. */
.feather.icon-arrow-left:before,
.feather.icon-arrow-up-left:before { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f060"; }
.feather.icon-calendar:before { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f133"; }
.feather.icon-phone-call:before,
.feather.icon-phone:before { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f095"; }
.feather.icon-mail:before { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f0e0"; }
.feather.icon-user:before { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f007"; }
.feather.icon-shopping-cart:before { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f07a"; }
.feather.icon-heart:before,
.feather.icon-heart-on:before { font-family: "Font Awesome 6 Free"; font-weight: 400; content: "\f004"; }
.feather.icon-x:before { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f00d"; }
.feather.icon-clock:before { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f017"; }
.icon.feather:before,
i.feather:before { display: inline-block; speak: none; }

.theme-skincare .cl-page-head,
.theme-skincare .cl-section {
  padding: 4.5rem 0 3rem;
}

.theme-skincare .cl-page-head {
  background: var(--bs-primary-bg-subtle, #fde1cc);
}

.theme-skincare .cl-kicker {
  color: var(--bs-primary);
  font-weight: 600;
}

.theme-skincare .cl-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.4rem;
}

.theme-skincare .cl-service,
.theme-skincare .cl-post,
.theme-skincare .cl-card,
.theme-skincare .cl-empty,
.theme-skincare .cl-consult {
  background: #fff;
  border: 1px solid #eedfce;
  border-radius: 1.25rem;
  box-shadow: 0 10px 40px rgba(10, 51, 102, 0.08);
  color: inherit;
  text-decoration: none;
}

.theme-skincare .cl-service {
  padding: 1.4rem 1.2rem 1.5rem;
  text-align: center;
  height: 100%;
}

.theme-skincare .cl-service__image {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.theme-skincare .cl-post {
  display: block;
  padding: 1.2rem;
  height: 100%;
}

.theme-skincare .cl-cover {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  border-radius: 1.25rem;
}

.theme-skincare .cl-price {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--bs-primary);
}

.theme-skincare .cl-chip {
  display: inline-block;
  background: #fdf5e8;
  border-radius: 999px;
  padding: 0.15rem 0.7rem;
  margin-left: 0.3rem;
  font-size: 0.8rem;
}

.theme-skincare .cl-map iframe {
  border: 0;
  border-radius: 1.25rem;
}

.theme-skincare .cl-cta,
.theme-skincare .cl-btn-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: var(--bs-primary);
  color: #fff;
  border-radius: 999px;
  padding: 0.7rem 1.4rem;
  text-decoration: none;
}

.theme-skincare .cl-muted {
  color: #6b7280;
}

.theme-skincare .bk-wrap {
  padding: 2.4rem 0 5rem;
}

.theme-skincare .bk-panel,
.theme-skincare .bk-card,
.theme-skincare .au-auth .bk-panel {
  border-radius: 1.25rem;
  border-color: #eedfce;
  box-shadow: 0 10px 40px rgba(10, 51, 102, 0.08);
}

.theme-skincare .bk-step-current .bk-step-dot,
.theme-skincare .bk-step-done .bk-step-dot,
.theme-skincare .bk-date.is-active {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}

.theme-skincare .bk-card-action:hover,
.theme-skincare .bk-date:hover {
  border-color: var(--bs-primary);
}

.theme-skincare .dz-marquee .marquee-list {
  display: flex;
  gap: 2.5rem;
  animation: sk-marquee 28s linear infinite;
  white-space: nowrap;
  margin: 0;
  padding: 1.1rem 0;
  list-style: none;
}

@keyframes sk-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(50%); }
}

body.theme-skincare .hero-banner.style-3:after {
  background-image: url("/themes/skincare/images/hero-banner/bg.png");
}

/* Blog */
.theme-skincare {
  --sk-line: #eedfce;
  --sk-ink: var(--at-secondary, #0a3366);
  --sk-muted: color-mix(in srgb, var(--at-secondary, #0a3366) 62%, #8a93a8);
  --sk-canvas: #fdf5e8;
  --sk-shadow: 0 10px 40px color-mix(in srgb, var(--at-secondary, #0a3366) 8%, transparent);
}

.theme-skincare .cl-blog-hero {
  padding: 2.4rem 0 0;
  background:
    radial-gradient(900px 240px at 0% 0%, color-mix(in srgb, var(--bs-primary) 16%, transparent), transparent 70%),
    linear-gradient(180deg, color-mix(in srgb, var(--bs-primary) 9%, #fffcf8) 0%, var(--bs-body-bg, #fffcf8) 100%);
}

body.theme-skincare.inner-page .cl-blog-hero,
body.theme-skincare.inner-page .cl-page-head,
body.theme-skincare.inner-page .bk-wrap,
body.theme-skincare.inner-page .page-content > section:first-of-type {
  padding-top: 8.5rem;
}

.theme-skincare .cl-blog-hero--article {
  padding-bottom: 1.8rem;
  border-bottom: 1px solid var(--sk-line);
  background:
    radial-gradient(1200px 280px at 100% 0%, color-mix(in srgb, var(--bs-primary) 18%, transparent), transparent 70%),
    linear-gradient(180deg, color-mix(in srgb, var(--bs-primary) 10%, #fff) 0%, #fff 100%);
}

.theme-skincare .cl-blog-hero__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.35rem;
}

.theme-skincare .cl-blog-hero h1 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  margin: 0.3rem 0 0.55rem;
  max-width: none;
  line-height: 1.35;
}

.theme-skincare .cl-blog-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--bs-primary);
}

.theme-skincare .cl-blog-hero__kicker::before {
  content: "";
  width: 1.6rem;
  height: 3px;
  border-radius: 2px;
  background: var(--bs-primary);
}

.theme-skincare .cl-blog-hero__lead {
  margin: 0;
  color: var(--sk-muted);
  max-width: 36rem;
}

.theme-skincare .cl-blog-hero__stat {
  flex: 0 0 auto;
  min-width: 5.8rem;
  padding: 0.7rem 1rem 0.75rem;
  text-align: center;
  background: #fff;
  border: 1px solid var(--sk-line);
  border-radius: 1rem;
  box-shadow: var(--sk-shadow);
}

.theme-skincare .cl-blog-hero__stat strong {
  display: block;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.1;
  color: var(--bs-primary);
}

.theme-skincare .cl-blog-hero__stat span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--sk-muted);
}

.theme-skincare .cl-blog-hero__panel {
  position: relative;
  z-index: 2;
  margin-bottom: -1.6rem;
  padding: 1rem 1.1rem 1.05rem;
  background: #fff;
  border: 1px solid var(--sk-line);
  border-radius: 1.2rem;
  box-shadow: var(--sk-shadow);
}

.theme-skincare .cl-blog-search--hero {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.3rem;
  background: var(--sk-canvas);
  border: 1px solid var(--sk-line);
  border-radius: 12px;
}

.theme-skincare .cl-blog-search--hero:focus-within {
  background: #fff;
  border-color: var(--bs-primary);
}

.theme-skincare .cl-blog-search--hero > i {
  color: var(--bs-primary);
  margin-inline-start: 0.75rem;
}

.theme-skincare .cl-blog-search--hero input {
  flex: 1;
  min-width: 0;
  min-height: 0;
  border: 0 !important;
  background: transparent !important;
  padding: 0.6rem 0;
  outline: none;
  box-shadow: none !important;
}

.theme-skincare .cl-blog-search--hero button {
  min-height: 42px;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 10px;
  background: var(--bs-primary);
  color: #fff;
  font-weight: 800;
}

.theme-skincare .cl-blog-hero__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.85rem;
}

.theme-skincare .cl-blog-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 34px;
  padding: 0.15rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--sk-line);
  background: #fff;
  color: var(--sk-ink) !important;
  font-size: 0.84rem;
  font-weight: 800;
}

.theme-skincare .cl-blog-chip b {
  font-size: 0.72rem;
  color: var(--sk-muted);
}

.theme-skincare .cl-blog-chip:hover {
  border-color: color-mix(in srgb, var(--bs-primary) 45%, var(--sk-line));
  color: var(--bs-primary) !important;
}

.theme-skincare .cl-blog-chip.is-active {
  border-color: transparent;
  background: var(--bs-primary);
  color: #fff !important;
}

.theme-skincare .cl-blog-chip.is-active b {
  color: rgba(255, 255, 255, 0.85);
}

.theme-skincare .cl-blog-hero__tags,
.theme-skincare .cl-blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.7rem;
}

.theme-skincare .cl-blog-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px dashed var(--sk-line);
}

.theme-skincare .cl-blog-filters__label {
  color: var(--sk-muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.theme-skincare .cl-blog-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 34px;
  padding: 0.2rem 0.75rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--bs-primary) 12%, #fff);
  color: var(--sk-ink) !important;
  font-size: 0.85rem;
  font-weight: 700;
}

.theme-skincare .cl-blog-filter--clear {
  background: transparent;
  color: var(--bs-primary) !important;
  padding-inline: 0.3rem;
}

.theme-skincare .cl-blog {
  padding-top: 3.2rem;
  padding-bottom: 4.5rem;
}

.theme-skincare .cl-blog-empty {
  text-align: center;
  padding: 3.2rem 1.5rem;
  background: #fff;
  border: 1px dashed var(--sk-line);
  border-radius: 1.2rem;
}

.theme-skincare .cl-blog-empty i {
  font-size: 2.2rem;
  color: var(--bs-primary);
}

.theme-skincare .cl-blog-empty h2 {
  margin: 0.9rem 0 0.4rem;
  font-size: 1.25rem;
}

.theme-skincare .cl-blog-empty p {
  color: var(--sk-muted);
  margin-bottom: 1.2rem;
}

.theme-skincare .cl-blog-empty__cta,
.theme-skincare .cl-blog-comments__submit {
  width: auto;
  padding-inline: 1.5rem;
}

.theme-skincare .cl-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.theme-skincare .cl-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid var(--sk-line);
  border-radius: 1.15rem;
  overflow: hidden;
  box-shadow: var(--sk-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.theme-skincare .cl-blog-card:hover {
  transform: translateY(-4px);
}

.theme-skincare .cl-blog-card--featured {
  flex-direction: row;
  margin-bottom: 1.25rem;
  min-height: 280px;
}

.theme-skincare .cl-blog-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, color-mix(in srgb, var(--bs-primary) 22%, #fff), var(--sk-canvas));
  overflow: hidden;
}

.theme-skincare .cl-blog-card--featured .cl-blog-card__media {
  flex: 0 0 48%;
  aspect-ratio: auto;
  min-height: 100%;
}

.theme-skincare .cl-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-skincare .cl-blog-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 10rem;
  color: var(--bs-primary);
  font-size: 2rem;
  opacity: 0.7;
}

.theme-skincare .cl-blog-card__badge {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--bs-primary);
  font-size: 0.75rem;
  font-weight: 800;
}

.theme-skincare .cl-blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.1rem 1.15rem 1.2rem;
  flex: 1;
}

.theme-skincare .cl-blog-card--featured .cl-blog-card__body {
  padding: 1.5rem 1.6rem;
  justify-content: center;
}

.theme-skincare .cl-blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  color: var(--sk-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.theme-skincare .cl-blog-card__title {
  font-size: 1.12rem;
  margin: 0;
}

.theme-skincare .cl-blog-card--featured .cl-blog-card__title {
  font-size: 1.55rem;
}

.theme-skincare .cl-blog-card__title a {
  color: inherit;
}

.theme-skincare .cl-blog-card__title a:hover {
  color: var(--bs-primary);
}

.theme-skincare .cl-blog-card__excerpt {
  margin: 0;
  color: var(--sk-muted);
  font-size: 0.92rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.theme-skincare .cl-blog-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.theme-skincare .cl-blog-card__tags a {
  padding: 0.12rem 0.55rem;
  border-radius: 999px;
  background: var(--sk-canvas);
  color: var(--sk-ink);
  font-size: 0.75rem;
  font-weight: 700;
}

.theme-skincare .cl-blog-card__more {
  margin-top: auto;
  padding-top: 0.35rem;
  color: var(--bs-primary);
  font-weight: 800;
  font-size: 0.9rem;
}

.theme-skincare .cl-blog-aside,
.theme-skincare .cl-blog-article__aside {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 1.1rem;
}

.theme-skincare .cl-blog-widget {
  background: #fff;
  border: 1px solid var(--sk-line);
  border-radius: 1.15rem;
  padding: 1.15rem 1.2rem 1.25rem;
  box-shadow: var(--sk-shadow);
}

.theme-skincare .cl-blog-widget h2 {
  font-size: 1rem;
  margin: 0 0 0.9rem;
}

.theme-skincare .cl-blog-cats {
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-skincare .cl-blog-cats a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  color: var(--sk-ink);
  font-weight: 700;
}

.theme-skincare .cl-blog-cats a:hover,
.theme-skincare .cl-blog-cats a.is-active {
  background: color-mix(in srgb, var(--bs-primary) 12%, #fff);
  color: var(--bs-primary);
}

.theme-skincare .cl-blog-cats b {
  min-width: 1.6rem;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--sk-muted);
  background: var(--sk-canvas);
  border-radius: 999px;
  padding: 0.1rem 0.45rem;
}

.theme-skincare .cl-blog-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 32px;
  padding: 0.15rem 0.7rem;
  border-radius: 999px;
  background: var(--sk-canvas);
  color: var(--sk-ink) !important;
  font-size: 0.8rem;
  font-weight: 700;
}

.theme-skincare .cl-blog-tag:hover,
.theme-skincare .cl-blog-tag.is-active {
  background: color-mix(in srgb, var(--bs-primary) 14%, #fff);
  color: var(--bs-primary) !important;
}

.theme-skincare .cl-blog-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin-top: 2rem;
  margin-bottom: 0.25rem;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid var(--sk-line);
  border-radius: 1rem;
  position: relative;
  z-index: 0;
}

.theme-skincare .cl-blog-pager__pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.theme-skincare .cl-blog-pager__status {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--sk-muted);
}

.theme-skincare .cl-blog-pager__num,
.theme-skincare .cl-blog-pager__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 10px;
  border: 1px solid var(--sk-line);
  background: #fff;
  color: var(--sk-ink) !important;
  font-weight: 800;
}

.theme-skincare .cl-blog-pager__num.is-active,
.theme-skincare .cl-blog-pager__num:hover,
.theme-skincare .cl-blog-pager__btn:hover {
  border-color: transparent;
  background: var(--bs-primary);
  color: #fff !important;
}

.theme-skincare .cl-blog-pager__btn.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.theme-skincare .cl-blog-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.9rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.theme-skincare .cl-blog-crumb span {
  color: var(--sk-muted);
}

.theme-skincare .cl-blog-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.9rem;
  color: var(--sk-muted);
  font-weight: 700;
}

.theme-skincare .cl-blog-article__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 19rem;
  grid-template-areas:
    "main aside"
    "form aside"
    "thread aside";
  gap: 1.5rem 1.75rem;
  align-items: start;
}

.theme-skincare .cl-blog-article__main {
  grid-area: main;
}

.theme-skincare .cl-blog-article__aside {
  grid-area: aside;
}

.theme-skincare .cl-blog-comments__compose {
  grid-area: form;
  scroll-margin-top: 1.25rem;
  background: #fff;
  border: 1px solid var(--sk-line);
  border-radius: 1.15rem;
  padding: 1.2rem 1.25rem 1.3rem;
  box-shadow: var(--sk-shadow);
}

.theme-skincare .cl-blog-comments__thread {
  grid-area: thread;
  background: #fff;
  border: 1px solid var(--sk-line);
  border-radius: 1.15rem;
  padding: 1.2rem 1.25rem 1.3rem;
  box-shadow: var(--sk-shadow);
}

.theme-skincare .cl-blog-comments__compose h2,
.theme-skincare .cl-blog-comments__thread h2 {
  font-size: 1.15rem;
  margin: 0 0 1rem;
}

.theme-skincare .cl-blog-comments__thread h2 span {
  color: var(--sk-muted);
  font-size: 0.9rem;
}

.theme-skincare .cl-blog-article__cover {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 1.2rem;
  margin-bottom: 1.2rem;
}

.theme-skincare .cl-blog-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.4rem;
}

.theme-skincare .cl-blog-article__paper {
  background: #fff;
  border: 1px solid var(--sk-line);
  border-radius: 1.15rem;
  padding: 1.5rem 1.55rem 1.7rem;
  box-shadow: var(--sk-shadow);
  font-size: 1.05rem;
  line-height: 1.9;
}

.theme-skincare .cl-blog-rail-list {
  display: grid;
  gap: 0.7rem;
}

.theme-skincare .cl-blog-rail {
  display: grid;
  grid-template-columns: 4.6rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  color: inherit !important;
}

.theme-skincare .cl-blog-rail__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background: color-mix(in srgb, var(--bs-primary) 12%, #fff);
  color: var(--bs-primary);
}

.theme-skincare .cl-blog-rail__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-skincare .cl-blog-rail__cat,
.theme-skincare .cl-blog-rail__date {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--sk-muted);
}

.theme-skincare .cl-blog-rail__title {
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
  color: var(--sk-ink);
}

.theme-skincare .cl-blog-rail:hover .cl-blog-rail__title {
  color: var(--bs-primary);
}

.theme-skincare .cl-blog-comments__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.theme-skincare .cl-blog-comment article {
  padding: 0.9rem 0.95rem 0.85rem;
  border: 1px solid var(--sk-line);
  border-radius: 1rem;
  background: var(--sk-canvas);
}

.theme-skincare .cl-blog-comment__head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.55rem;
}

.theme-skincare .cl-blog-comment__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--bs-primary);
  color: #fff;
  font-weight: 800;
}

.theme-skincare .cl-blog-comment__head strong {
  display: block;
  font-size: 0.95rem;
}

.theme-skincare .cl-blog-comment__head time {
  color: var(--sk-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.theme-skincare .cl-blog-comment__body {
  margin: 0;
  white-space: pre-line;
  line-height: 1.8;
}

.theme-skincare .cl-blog-comment__reply {
  margin-top: 0.65rem;
}

.theme-skincare .cl-blog-comment__reply summary {
  cursor: pointer;
  color: var(--bs-primary);
  font-weight: 800;
  font-size: 0.85rem;
  list-style: none;
}

.theme-skincare .cl-blog-comment__reply summary::-webkit-details-marker {
  display: none;
}

.theme-skincare .cl-blog-comment__children {
  list-style: none;
  margin: 0.7rem 0 0;
  padding: 0;
  padding-inline-start: 0.9rem;
  border-inline-start: 2px solid color-mix(in srgb, var(--bs-primary) 22%, var(--sk-line));
  display: grid;
  gap: 0.7rem;
}

.theme-skincare .cl-blog-comments__reply-to {
  margin: 0 0 0.7rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--sk-muted);
}

.theme-skincare .cl-blog-comments__form.is-reply {
  margin-top: 0.8rem;
  padding: 0.85rem;
  border-radius: 0.9rem;
  background: #fff;
}

.theme-skincare .cl-blog-comments__submit {
  margin-top: 1rem;
}

@media (max-width: 991.98px) {
  .theme-skincare .cl-blog-hero__panel {
    margin-bottom: -1.35rem;
  }

  .theme-skincare .cl-blog-card--featured {
    flex-direction: column;
    min-height: 0;
  }

  .theme-skincare .cl-blog-card--featured .cl-blog-card__media {
    flex: none;
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .theme-skincare .cl-blog-aside {
    display: none;
  }

  .theme-skincare .cl-blog-article__layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "form"
      "aside"
      "thread";
  }

  .theme-skincare .cl-blog-article__aside {
    position: static;
  }
}

@media (max-width: 768px) {
  .theme-skincare .cl-blog-grid {
    grid-template-columns: 1fr;
  }

  .theme-skincare .cl-blog-card--featured .cl-blog-card__title {
    font-size: 1.25rem;
  }

  .theme-skincare .cl-blog-pager {
    justify-content: center;
  }

  .theme-skincare .cl-blog-pager__pages {
    order: 3;
    width: 100%;
  }

  .theme-skincare .cl-blog-article__cover {
    max-height: 240px;
  }
}

.theme-skincare [id^="sk-"] {
  scroll-margin-top: 110px;
}

.theme-skincare .sk-media-slot {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 4.5rem;
  background: color-mix(in srgb, var(--bs-primary, #F46700) 8%, #f3eee6);
  border-radius: inherit;
}

.theme-skincare .avatar.sk-media-slot,
.theme-skincare .sk-media-slot.avatar {
  min-height: 0;
  flex: 0 0 auto;
}

.theme-skincare .sk-media-slot--sign {
  width: 140px;
  height: 56px;
  margin-inline: auto;
  border-radius: 8px;
}

.theme-skincare .sk-media-slot--google {
  width: 88px;
  height: 32px;
  min-height: 32px;
  margin-bottom: 0.5rem;
  border-radius: 6px;
}

.theme-skincare .sk-media-slot--gallery {
  min-height: 180px;
  width: 100%;
}

.theme-skincare .sk-media-slot--logo {
  min-height: 48px;
  height: 48px;
}

.theme-skincare .sk-media-slot--card {
  display: inline-block;
  width: 180px;
  height: 36px;
  min-height: 36px;
}

.theme-skincare .info-widget.style-14 .widget-media .sk-media-slot {
  width: 50px;
  height: 50px;
  min-height: 0;
  border-radius: 50%;
}

.theme-skincare .hero-thumbnail .sk-media-slot {
  min-height: 420px;
}

.theme-skincare .dz-flex-head {
  background-color: #f3eee6;
  background-size: cover;
  background-position: center;
}

.theme-skincare .sk-compare-empty {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 280px;
  overflow: hidden;
}

.theme-skincare .shop-card .dz-media .sk-media-slot,
.theme-skincare .dz-team .dz-media .sk-media-slot {
  min-height: 280px;
}

.theme-skincare .sk-home-blog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.theme-skincare .sk-home-blog .cl-blog-card {
  background: #fff;
}

@media (max-width: 991.98px) {
  .theme-skincare .sk-home-blog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .theme-skincare .sk-home-blog {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .theme-skincare .sk-home-blog:has(> :only-child) {
    grid-template-columns: 1fr;
  }

  .theme-skincare .sk-home-blog:has(> :only-child) .cl-blog-card {
    flex-direction: row;
    min-height: 280px;
  }

  .theme-skincare .sk-home-blog:has(> :only-child) .cl-blog-card__media {
    flex: 0 0 46%;
    aspect-ratio: auto;
    min-height: 100%;
  }

  .theme-skincare .sk-home-blog:has(> :only-child) .cl-blog-card__title {
    font-size: 1.45rem;
  }
}

.theme-skincare .sk-book__panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1.05fr);
  overflow: hidden;
  border-radius: 1.5rem;
  background: #fff;
  border: 1px solid var(--sk-line);
  box-shadow: var(--sk-shadow);
}

.theme-skincare .sk-book__panel .form-wrapper.style-2 {
  border-radius: 0;
  margin: 0;
  height: 100%;
}

.theme-skincare .sk-book__info {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  padding: 2rem 1.75rem;
  background: #fff;
}

.theme-skincare .sk-book__map {
  overflow: hidden;
  border-radius: 1rem;
  min-height: 200px;
  flex: 1 1 auto;
  background: var(--sk-canvas);
}

.theme-skincare .sk-book__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  border: 0;
}

.theme-skincare .sk-book__brand img {
  max-width: 180px;
  height: auto;
}

.theme-skincare .sk-book__block h3 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  color: var(--sk-ink);
}

.theme-skincare .sk-book__block p {
  margin: 0;
  color: var(--sk-muted);
  line-height: 1.8;
}

.theme-skincare .sk-book__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: auto;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--bs-primary) 12%, #fff);
  color: var(--sk-ink);
  font-weight: 700;
}

.theme-skincare .sk-book__phone:hover {
  color: var(--bs-primary);
}

@media (max-width: 991.98px) {
  .theme-skincare .sk-book__panel {
    grid-template-columns: 1fr;
  }

  body.theme-skincare .sk-header-account {
    display: none !important;
  }
}
