:root {
  --shop-color-title: #1a1a1a;
  --shop-service-bg: #f4ebe0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fdfdfd;
  color: var(--shop-color-text);
  font-family: Philosopher, "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

img {
  height: auto;
  max-width: 100%;
}

/* The captured theme expects Bootstrap's grid and display helpers. Keep the
   small subset used by these templates local so columns and menus render. */
.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.row > [class*="col-"] {
  min-height: 1px;
  min-width: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.d-none {
  display: none !important;
}

.text-center {
  text-align: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.input-group {
  display: flex;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }
}

.mainBody-theme-container {
  overflow: hidden;
}

.mainHeader--height {
  min-height: 84px;
}

.mainHeader {
  background: var(--shop-bg-header);
  border-bottom: 1px solid rgba(26, 26, 26, 0.06);
  width: 100%;
  z-index: 50;
}

.mainHeader.is-sticky {
  box-shadow: 0 5px 20px rgba(26, 26, 26, 0.08);
  left: 0;
  position: fixed;
  top: 0;
}

.mainHeader .mainHeader-middle {
  min-height: 84px;
}

.mainHeader .header-left {
  flex: 1;
  min-width: 0;
}

.mainHeader .header-wrap-logo a img {
  display: block;
  height: 64px;
  object-fit: contain;
  width: auto;
}

.mainHeader .header-wrap-menu .menuList-main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: none;
  overflow: visible;
  width: 100%;
}

.mainHeader .header-wrap-menu .menuList-main > li {
  margin: 0 4px;
}

.mainHeader .header-wrap-menu .menuList-main > li > a {
  font-size: 14px;
  padding: 31px 4px;
  white-space: nowrap;
}

.mainHeader .header-right {
  flex: 0 0 auto;
  max-width: none;
}

.mainHeader .header-wrap-menu {
  min-width: 0;
}

.mainHeader .header-hotline .hotline,
.theme-search-toggle {
  align-items: center;
  color: var(--shop-color-text);
  display: flex;
  gap: 8px;
}

.theme-search-toggle {
  align-items: center;
  border: 1px solid rgba(38, 99, 62, 0.18);
  border-radius: 50%;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.theme-menu-toggle {
  background: transparent;
  border: 0;
  height: 42px;
  padding: 8px;
  width: 42px;
}

.theme-menu-toggle span {
  background: var(--shop-color-main);
  display: block;
  height: 2px;
  margin: 6px 0;
  transition: transform .25s, opacity .25s;
  width: 26px;
}

.section-index-slider .container-fluid,
.section-index-slider .slide--image {
  overflow: hidden;
}

.section-index-slider .slide--image {
  border-radius: inherit;
}

.section-index-slider .slide--image img {
  display: block;
  height: auto;
  width: 100%;
}

.wrapperMain_content > section {
  padding: 80px 0;
}

.wrapperMain_content > .section-index-slider,
.wrapperMain_content > .section-index-service,
.wrapperMain_content > .section-index-review,
.wrapperMain_content > .section-index-form {
  padding: 0;
}

.heading-title {
  margin-bottom: 50px;
}

.heading-title .title1 {
  color: var(--shop-color-main);
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.heading-title .title2 {
  color: var(--shop-color-text);
  font-family: Arima-SemiBold, "Microsoft YaHei", sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.heading-title .desc {
  margin: 20px auto 0;
  max-width: 760px;
}

.section-index-service .service-bg,
.section-index-review .review-bg,
.mainFooter .footer-bg {
  border-radius: 30px;
}

.section-index-service .service-item {
  border-radius: 30px;
  padding: 40px;
}

.section-index-service .service-item .item-desc {
  display: -webkit-box;
  min-height: 76px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.section-index-service .service-item .item-img {
  border-radius: 22px;
  overflow: hidden;
}

.section-index-service .service-item .item-img a {
  aspect-ratio: 3 / 2;
  display: block;
}

.section-index-service .service-item .item-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.btn-more .btn-icon {
  align-items: center;
  background: var(--shop-color-main);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 42px;
  font-family: Arial, sans-serif;
  font-size: 22px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.section-index-review .review-bg.has-bg,
.mainFooter .footer-bg.has-bg {
  background-position: center;
  background-size: cover;
}

.section-index-review .review-banner .img-hover {
  aspect-ratio: 3 / 2;
}

.section-index-review .review-banner img {
  border-radius: 24px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.section-index-review .heading-title .title2,
.section-index-review .theme-review-grid a {
  color: #fff;
}

.theme-review-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.theme-review-grid .review-item {
  min-width: 0;
}

.theme-article-grid,
.theme-list-grid,
.theme-product-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.theme-product-grid {
  gap: 28px 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.theme-list-card,
.theme-product-card {
  background: #fff;
  border: 1px solid rgba(26, 26, 26, .07);
  border-radius: 24px;
  min-width: 0;
  overflow: hidden;
}

.theme-product-card {
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.theme-article-grid .item-article {
  min-width: 0;
}

.theme-article-grid .media-article img,
.theme-list-card .card-media img,
.theme-product-card .card-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.theme-product-card .card-media {
  background: #fff;
  display: block;
  overflow: hidden;
  padding: 5px;
}

.theme-product-card .card-media img {
  aspect-ratio: 10 / 11;
  display: block;
  object-fit: contain;
  transition: transform .35s ease;
}

.theme-product-card:hover .card-media img {
  transform: scale(1.035);
}

.theme-list-card .card-content,
.theme-product-card .card-content {
  padding: 24px;
}

.theme-product-card .card-content {
  padding: 12px 8px 8px;
}

.theme-article-grid .info-article {
  padding: 20px 15px;
}

.theme-article-grid .info-article p,
.theme-list-card .card-summary {
  color: rgba(26, 26, 26, .65);
  margin: 14px 0 0;
}

.theme-inner-hero {
  background-color: var(--shop-review-bg);
  background-position: center;
  background-size: cover;
  border-radius: 0 0 30px 30px;
  color: #fff;
  margin: 0 15px 70px;
  min-height: 300px;
  padding: 90px 0;
  position: relative;
}

.theme-inner-hero:before {
  background: rgba(72, 30, 11, .2);
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
}

.theme-inner-hero .container {
  position: relative;
}

.theme-inner-hero h1 {
  font-family: Philosopher-Bold, Georgia, serif;
  font-size: 54px;
  max-width: 800px;
}

.theme-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.theme-breadcrumb a,
.theme-breadcrumb span {
  color: #fff;
}

.theme-main-section {
  padding: 0 0 90px;
}

.theme-list-card h2,
.theme-product-card h2 {
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.theme-product-card h2 {
  display: -webkit-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0 0 9px;
  min-height: 46px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.theme-product-card .theme-price {
  color: #333;
  font-family: Philosopher-Bold, "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.theme-list-card h2 a,
.theme-product-card h2 a {
  color: var(--shop-color-text);
}

.theme-solution-grid .solution-card {
  display: flex;
  flex-direction: column;
}

.theme-solution-grid .solution-card .card-content {
  flex: 1;
}

.theme-solution-lead {
  color: var(--shop-color-main);
  font-family: Arima-SemiBold, "Microsoft YaHei", sans-serif;
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 32px;
}

.theme-solution-intro {
  margin: 0 auto 48px;
  max-width: 900px;
  text-align: center;
}

.theme-solution-intro .theme-solution-lead {
  margin-bottom: 18px;
}

.theme-solution-intro .theme-detail-body {
  font-size: 16px;
}

.theme-product-empty {
  border-bottom: 1px solid var(--shop-color-border);
  border-top: 1px solid var(--shop-color-border);
  color: rgba(26, 26, 26, .55);
  padding: 65px 20px;
  text-align: center;
}

.theme-date,
.theme-price {
  color: var(--shop-color-main);
  font-family: Philosopher-Bold, Georgia, serif;
}

.theme-pagination {
  margin-top: 45px;
  text-align: center;
}

.theme-pagination a,
.theme-pagination span {
  border: 1px solid var(--shop-color-border);
  border-radius: 50%;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  line-height: 40px;
  margin: 3px;
  min-width: 42px;
}

.theme-detail {
  margin: 0 auto;
  max-width: 900px;
}

.theme-detail-meta {
  color: rgba(26, 26, 26, .55);
  margin-bottom: 30px;
}

.theme-detail-body {
  font-size: 17px;
  line-height: 1.9;
}

.theme-detail-body img,
.theme-page-body img {
  height: auto !important;
  max-width: 100% !important;
}

.theme-related {
  border-top: 1px solid var(--shop-color-border);
  margin-top: 60px;
  padding-top: 45px;
}

.theme-product-detail {
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.theme-product-detail .product-cover {
  border-radius: 26px;
  overflow: hidden;
}

.theme-product-detail .product-cover img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.theme-product-detail .theme-price {
  font-size: 30px;
  margin: 24px 0;
}

.product-story {
  margin-top: 70px;
}

.product-story-overview {
  background: #f3f8fe;
  border-left: 3px solid #246ed7;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  padding: 34px 38px;
}

.product-story-overview h2,
.product-ingredients h2 {
  color: var(--shop-color-title);
  font-size: 28px;
  margin-bottom: 16px;
}

.product-story-overview p {
  line-height: 1.9;
  margin: 0;
}

.product-spec-list {
  border-top: 1px solid rgba(36, 110, 215, .28);
  margin: 0;
}

.product-spec-list > div {
  border-bottom: 1px solid rgba(36, 110, 215, .28);
  display: grid;
  gap: 12px;
  grid-template-columns: 74px 1fr;
  padding: 10px 0;
}

.product-spec-list dt {
  color: #246ed7;
  font-weight: 600;
}

.product-spec-list dd {
  margin: 0;
}

.product-concern-callout {
  border: 2px solid #2478ef;
  border-radius: 8px;
  color: #1269e8;
  margin: 42px auto;
  max-width: 720px;
  padding: 18px 28px;
  text-align: center;
}

.product-concern-callout strong,
.product-concern-callout span {
  display: block;
}

.product-concern-callout strong {
  font-size: 26px;
  line-height: 1.35;
}

.product-concern-callout span {
  font-size: 19px;
  margin-top: 9px;
}

.product-ingredients {
  margin-top: 56px;
}

.product-ingredient-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0 34px;
}

.product-ingredient-grid article {
  border-top: 2px solid #2478ef;
  padding-top: 16px;
}

.product-ingredient-grid h3 {
  color: #246ed7;
  font-size: 19px;
  margin-bottom: 10px;
}

.product-ingredient-grid p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.product-benefits-figure {
  background: #f3f8fe;
  margin: 0;
  overflow: hidden;
}

.product-benefits-figure img {
  display: block;
  width: 100%;
}

.mainFooter .footer-summary {
  line-height: 1.8;
}

.theme-footer-contact {
  align-items: center;
  background: rgba(255, 255, 255, .1);
  border-radius: 50px;
  display: flex;
  min-height: 58px;
  padding: 7px 8px 7px 24px;
}

.theme-footer-contact span {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.theme-footer-contact .btn-icon {
  align-items: center;
  background: var(--shop-color-main);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 22px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.section-index-form .form-booking input {
  padding: 8px 20px;
  width: 100%;
}

.section-index-form .form-booking .button {
  align-items: center;
  display: flex;
  justify-content: center;
}

.section-index-form .form-banner img {
  display: block;
  margin: 0 auto;
  max-height: 620px;
  object-fit: contain;
}

.mainFooter .address-footer li {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.mainFooter .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, .18);
  margin-top: 50px;
  padding: 24px 0;
}

.theme-backtop {
  background: var(--shop-color-main);
  border: 0;
  border-radius: 50%;
  bottom: 24px;
  color: #fff;
  display: none;
  height: 46px;
  position: fixed;
  right: 24px;
  width: 46px;
  z-index: 60;
}

.theme-backtop.is-visible {
  display: block;
}

.theme-search-form {
  display: flex;
  margin: 0 auto 45px;
  max-width: 680px;
}

.theme-search-form input {
  border: 1px solid var(--shop-color-border);
  border-radius: 24px 0 0 24px;
  flex: 1;
  min-width: 0;
  padding: 13px 20px;
}

.theme-search-form button {
  background: var(--shop-color-main);
  border: 0;
  border-radius: 0 24px 24px 0;
  color: #fff;
  width: 56px;
}

.theme-error {
  align-items: center;
  display: flex;
  min-height: 65vh;
  text-align: center;
}

.theme-error-code {
  color: var(--shop-color-main);
  font-family: Philosopher-Bold, Georgia, serif;
  font-size: 150px;
  line-height: 1;
  margin-bottom: 30px;
}

.theme-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 35px;
}

.theme-detail-tags span {
  background: var(--shop-service-bg);
  border-radius: 16px;
  color: var(--shop-color-main);
  padding: 5px 12px;
}

@media (max-width: 1199px) {
  .mainHeader .header-hotline .num {
    display: none;
  }

  .theme-inner-hero h1 {
    font-size: 46px;
  }

  .theme-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .mainHeader--height,
  .mainHeader .mainHeader-middle {
    min-height: 72px;
  }

  .mainHeader .header-wrap-logo a img {
    height: 54px;
  }

  .mainHeader .header-wrap-menu {
    background: #fff;
    box-shadow: 0 16px 30px rgba(26, 26, 26, .12);
    display: block !important;
    left: 0;
    opacity: 0;
    padding: 10px 20px 22px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 72px;
    transform: translateY(-12px);
    transition: .25s;
  }

  .mainHeader.menu-open .header-wrap-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mainHeader .header-wrap-menu .menuList-main {
    display: block;
    max-height: calc(100vh - 100px);
    max-width: none;
    overflow: auto;
  }

  .mainHeader .header-wrap-menu .menuList-main > li {
    display: block;
    margin: 0;
  }

  .mainHeader .header-wrap-menu .menuList-main > li > a {
    border-bottom: 1px solid var(--shop-color-border);
    padding: 13px 4px;
  }

  .theme-review-grid,
  .theme-article-grid,
  .theme-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-product-detail {
    grid-template-columns: 1fr;
  }

  .product-story-overview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 8px;
    padding-right: 8px;
  }

  .mainHeader .header-right {
    gap: 8px;
  }

  .mainHeader .header-wrap-logo a img {
    max-width: 140px;
  }

  .section-index-slider .slide--image {
    border-radius: 0 0 20px 20px;
  }

  .wrapperMain_content > section {
    padding: 45px 0;
  }

  .heading-title {
    margin-bottom: 30px;
  }

  .heading-title .title2 {
    font-size: 26px;
  }

  .section-index-service .service-bg,
  .section-index-review .review-bg,
  .mainFooter .footer-bg {
    border-radius: 20px;
  }

  .section-index-service .service-item {
    border-radius: 20px;
    padding: 20px;
  }

  .theme-review-grid,
  .theme-article-grid,
  .theme-list-grid {
    grid-template-columns: 1fr;
  }

  .theme-product-grid {
    gap: 22px 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-product-card .card-content {
    padding: 9px 4px 5px;
    text-align: center;
  }

  .theme-product-card h2 {
    font-size: 14px;
    min-height: 41px;
  }

  .theme-product-card .theme-price {
    font-size: 14px;
  }

  .product-story {
    margin-top: 45px;
  }

  .product-story-overview {
    gap: 24px;
    padding: 24px 20px;
  }

  .product-story-overview h2,
  .product-ingredients h2 {
    font-size: 23px;
  }

  .product-concern-callout {
    margin: 30px 0;
    padding: 15px 12px;
  }

  .product-concern-callout strong {
    font-size: 21px;
  }

  .product-concern-callout span {
    font-size: 16px;
  }

  .product-ingredient-grid {
    grid-template-columns: 1fr;
  }

  .theme-review-grid .review-item:nth-child(n+4) {
    display: none;
  }

  .theme-inner-hero {
    border-radius: 0 0 20px 20px;
    margin: 0 8px 45px;
    min-height: 230px;
    padding: 64px 0;
  }

  .theme-inner-hero h1 {
    font-size: 36px;
  }

  .theme-main-section {
    padding-bottom: 60px;
  }
}
