.sec-title-style1,
.service-title,
.banner-title,
.product-title,
.blog-title,
.price-title,
.vs-team-name,
.widget_title {
  word-break: normal;
  overflow-wrap: break-word;
}

.sec-title-style1 {
  line-height: 1.08;
}

.sec-subtitle-style1 {
  width: auto;
  min-width: 111px;
  max-width: 180px;
  word-break: normal;
  overflow-wrap: break-word;
}

.home-why-section .home-why-section__subtitle {
  font-size: 36px;
  line-height: 0.95;
  min-width: 120px;
}

.breadcumb-layout1 .breadcumb-title {
  max-width: 100%;
  line-height: 1.05;
}

.breadcumb-layout1 .breadcumb-menu-style1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.breadcumb-layout1 .breadcumb-menu-style1 li {
  white-space: nowrap;
}

.breadcumb-layout1 .breadcumb-menu-style1 li.active {
  white-space: normal;
}

.inner-page-divider {
  padding-top: 54px;
  padding-bottom: 18px;
  background: #ffffff;
}

.inner-page-divider__line {
  position: relative;
  height: 1px;
  width: 100%;
  background: rgba(249, 152, 139, 0.35);
}

.inner-page-divider__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 66px;
  height: 66px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #f9988b;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  box-shadow: 0 8px 24px rgba(249, 152, 139, 0.22);
}

.inner-page-divider__icon i {
  line-height: 1;
}

@media (max-width: 767px) {
  .breadcumb-layout1 .breadcumb-title {
    min-height: 2.1em;
  }

  .inner-page-divider {
    padding-top: 42px;
    padding-bottom: 14px;
  }

  .inner-page-divider__icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

.inner-page-divider + .contact-page-info {
  padding-top: 36px;
}

.inner-page-divider + .services-grid {
  padding-top: 72px;
}

.inner-page-divider + .ncg-center-intro {
  padding-top: 52px;
}

.ncg-center-intro .about-content-box1 {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.ncg-center-intro .about-content-box1 .sec-title-style1 {
  margin-bottom: 18px;
}

.ncg-center-intro .about-content-box1 .text-font2 {
  margin-bottom: 34px;
}

.ncg-center-intro .about-content-box1 .vs-btn {
  margin-top: 4px;
}

.ncg-center-intro .about-image-box5 {
  margin-bottom: 24px;
}

.ncg-center-intro .about-image-box5 img {
  width: auto;
  max-width: min(100%, 500px);
  height: auto;
}

@media (min-width: 992px) {
  .ncg-center-intro .ncg-center-copy-col,
  .ncg-center-intro .ncg-center-image-col {
    align-self: flex-start !important;
  }
}

@media (max-width: 991px) {
  .ncg-center-intro > .container > .row {
    flex-direction: column-reverse !important;
  }

  .ncg-center-intro .about-image-box5 img {
    max-width: min(100%, 600px);
  }
}

@media (max-width: 767px) {
  .inner-page-divider + .contact-page-info {
    padding-top: 28px;
  }

  .inner-page-divider + .services-grid {
    padding-top: 42px;
  }

  .inner-page-divider + .ncg-center-intro {
    padding-top: 30px;
  }

  .ncg-center-intro .about-content-box1 .text-font2 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.6;
  }

  .ncg-center-intro .about-image-box5 {
    margin-top: 22px;
  }

  .ncg-center-intro .about-image-box5 img {
    max-width: min(100%, 290px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page-divider + .ncg-center-intro {
    padding-top: 40px;
  }

  .ncg-center-intro .ncg-center-image-col {
    padding-bottom: 24px;
  }

  .ncg-center-intro .about-image-box5 {
    margin-top: 28px;
  }
}

.widget_title {
  line-height: 1.2;
}

.vs-widget-recent-post .media-body {
  min-width: 0;
}

@media (max-width: 767px) {
  .footer-widget .vs-widget-recent-post.ncg-footer-news {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .footer-widget .vs-widget-recent-post.ncg-footer-news .recent-post {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    align-items: flex-start;
  }

  .footer-widget .vs-widget-recent-post.ncg-footer-news .media-img {
    flex: 0 0 90px;
    width: 90px;
    max-width: 90px;
  }

  .footer-widget .vs-widget-recent-post.ncg-footer-news .media-body {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .footer-widget .vs-widget-recent-post.ncg-footer-news .media-body > span,
  .footer-widget .vs-widget-recent-post.ncg-footer-news .media-body > h4,
  .footer-widget .vs-widget-recent-post.ncg-footer-news .media-body > h4 > a {
    display: block;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body.ncg-home-page .footer-widget .vs-widget-recent-post.ncg-home-footer-news {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  body.ncg-home-page .footer-widget .vs-widget-recent-post.ncg-home-footer-news .recent-post {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    align-items: flex-start;
  }

  body.ncg-home-page .footer-widget .vs-widget-recent-post.ncg-home-footer-news .media-img {
    flex: 0 0 90px;
    width: 90px;
    max-width: 90px;
  }

  body.ncg-home-page .footer-widget .vs-widget-recent-post.ncg-home-footer-news .media-body {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  body.ncg-home-page .footer-widget .vs-widget-recent-post.ncg-home-footer-news .media-body > span,
  body.ncg-home-page .footer-widget .vs-widget-recent-post.ncg-home-footer-news .media-body > h4,
  body.ncg-home-page .footer-widget .vs-widget-recent-post.ncg-home-footer-news .media-body > h4 > a {
    display: block;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

.footer-widget .vs-widget-recent-post .recent-post,
.sidemenu-wrapper .vs-widget-recent-post .recent-post {
  align-items: flex-start;
}

.footer-widget .vs-widget-recent-post .media-img,
.sidemenu-wrapper .vs-widget-recent-post .media-img {
  flex: 0 0 120px;
  width: 120px;
  max-width: 120px;
  margin-top: 0;
  overflow: hidden;
}

.footer-widget .vs-widget-recent-post .media-img img,
.sidemenu-wrapper .vs-widget-recent-post .media-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.footer-widget .vs-widget-recent-post h4,
.sidemenu-wrapper .vs-widget-recent-post h4 {
  font-size: 20px;
  line-height: 1.4;
}

.header-logo,
.sticky-header .logo,
.mobile-logo,
.widget-about-logo,
.loader-logo,
.cta-thumb {
  line-height: 0;
}

.header-logo a,
.sticky-header .logo a,
.mobile-logo a,
.widget-about-logo a,
.loader-logo,
.cta-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-logo img,
.sticky-header .logo img,
.mobile-logo img,
.widget-about-logo img,
.loader-logo img,
.cta-thumb img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.header-logo img,
.header-wrapper .header-logo img,
.main-menu-wrapper .header-logo img {
  max-height: 92px;
  width: auto;
  object-fit: contain;
}

.sticky-header .logo img,
.sticky-header-wrap .logo img,
.sticky-wrapper .header-logo img {
  max-height: 72px;
  width: auto;
  object-fit: contain;
}

.mobile-logo img,
.vs-menu-wrapper .mobile-logo img {
  max-height: 86px;
  width: auto;
  object-fit: contain;
}

.footer-wrapper .widget-about-logo img {
  max-height: 100px;
  width: auto;
  object-fit: contain;
}

.sidemenu-wrapper .widget-about-logo img {
  max-height: 100px;
  width: auto;
  object-fit: contain;
}

.header-logo,
.logo {
  min-width: 95px;
}

.widget-about-logo img {
  max-height: 100px;
}

.loader-logo img {
  max-height: 86px;
}

.preloader {
  transition: opacity 0.24s ease, visibility 0s linear 0.24s;
  will-change: opacity;
}

html.ncg-first-screen-ready .preloader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

html.ncg-preloader-complete .preloader {
  display: none !important;
}

.cta-thumb img {
  max-height: 96px;
}

.services-grid .vs-service {
  height: 100%;
}

.services-grid .service-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.products-page-section .product-sort-bar .row {
  row-gap: 20px;
}

.products-page-section .sort-bar-left {
  max-width: 540px;
}

.products-page-section .products-empty-state {
  max-width: 720px;
  margin: 30px auto 0;
  padding: 52px 34px;
  border: 1px solid rgba(33, 33, 33, 0.07);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(33, 33, 33, 0.06);
}

.products-page-section .products-empty-state__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #f8f5f3;
  color: var(--theme-color);
  font-size: 28px;
}

.products-page-section .products-empty-state p {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #6f6a66;
}

.news-page-section .sort-bar-left {
  max-width: 540px;
}

.news-page-section .product-sort-bar .row {
  row-gap: 20px;
}

.news-page-section .product-sort-bar .col-md-7 {
  justify-content: flex-end !important;
  gap: 12px;
}

.news-page-section .news-category-filter-form {
  width: min(100%, 250px);
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-left: 0;
}

.news-page-section .news-category-select {
  width: 100%;
  max-width: 250px;
}

.news-page-section .product-sort-bar .news-category-filter-form + .nice-select,
.news-page-section .product-sort-bar .news-category-filter-form .nice-select {
  width: 250px !important;
  min-width: 250px;
  max-width: 250px;
  margin-left: 0;
  text-align: left;
}

.news-page-section .product-sort-bar .news-category-filter-form + .nice-select .current,
.news-page-section .product-sort-bar .news-category-filter-form .nice-select .current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-page-section .product-sort-bar .news-category-filter-form + .nice-select .list,
.news-page-section .product-sort-bar .news-category-filter-form .nice-select .list {
  width: 100%;
  min-width: 100%;
}

.news-page-section .product-sort-bar .news-category-filter-form + .nice-select .option,
.news-page-section .product-sort-bar .news-category-filter-form .nice-select .option {
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.news-page-section .news-filter-status {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-right: 2px;
  font-size: 0;
  color: transparent;
  opacity: 0;
  transition: opacity 0.2s ease;
  position: relative;
}

.news-page-section .news-filter-status.is-visible {
  opacity: 1;
}

.news-page-section .news-filter-status::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 50%;
  border: 2px solid rgba(242, 61, 25, 0.2);
  border-top-color: var(--theme-color);
  animation: news-filter-spinner 0.7s linear infinite;
}

.news-page-section [data-news-posts-container] {
  transition: opacity 0.2s ease;
}

.news-page-section [data-news-posts-container].is-loading {
  opacity: 0.55;
}

.products-page-section .vs-product,
.products-page-section .product-header,
.products-page-section .slick-slide {
  position: relative;
  z-index: 1 !important;
}

.products-page-section .discount {
  z-index: 1 !important;
}

.products-page-section .product-header {
  overflow: hidden;
  background: #f8f5f3;
}

.products-page-section .product-header .slick-list,
.products-page-section .product-header .slick-track,
.products-page-section .product-header .slick-slide,
.products-page-section .product-header .slick-slide > div {
  height: 100%;
}

.products-page-section .product-card-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f8f5f3;
}

.products-page-section .product-card-image > a {
  display: block;
  width: 100%;
  height: 100%;
}

.products-page-section .product-card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-image.has-transparent-background {
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.16));
}

.products-page-section .catalog-product-title,
.products-page-section .catalog-product-title *,
.products-page-section .catalog-product-category,
.products-page-section .catalog-product-category *,
.products-page-section .catalog-product-short-description,
.products-page-section .catalog-product-short-description *,
.products-page-section .catalog-product-availability,
.products-page-section .catalog-product-availability * {
  text-decoration: none !important;
}

.products-page-section #products-grid-view .product-header,
.products-page-section #products-grid-view .product-card-image {
  aspect-ratio: 4 / 5;
}

.products-page-section #products-grid-view .product-card-image {
  isolation: isolate;
}

.products-page-section #products-grid-view .catalog-grid-product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  max-width: calc(50% - 20px);
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(248, 150, 136, 0.92);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.products-page-section #products-grid-view .discount {
  top: 14px;
  right: 14px;
  left: auto;
  z-index: 2 !important;
  max-width: calc(50% - 20px);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.products-page-section #products-grid-view .vs-product:hover .discount,
.products-page-section #products-grid-view .vs-product:focus-within .discount {
  opacity: 1;
  visibility: visible;
}

.products-page-section #products-grid-view .product-card-actions {
  position: absolute;
  top: auto !important;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 8px;
  height: auto !important;
  min-height: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.products-page-section #products-grid-view .vs-product:hover .product-card-actions,
.products-page-section #products-grid-view .vs-product:focus-within .product-card-actions {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.products-page-section #products-grid-view .product-card-actions .vs-btn,
.products-page-section #products-grid-view .product-card-actions .icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  height: auto;
  margin-right: 0;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.products-page-section #products-grid-view .product-card-actions .icon-btn {
  flex: 0 0 44px;
  width: 44px;
  line-height: 44px;
}

.products-page-section #products-grid-view .product-card-actions .vs-btn {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  max-width: 190px;
  padding: 10px 14px;
  line-height: 1.2;
  white-space: normal;
}

@media (hover: none), (pointer: coarse), (max-width: 991px) {
  .products-page-section #products-grid-view .product-card-actions {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

.products-page-section .products-list-view .product-list-card {
  display: flex;
  align-items: stretch;
  gap: 30px;
  height: auto;
  margin-bottom: 30px;
}

.products-page-section .products-list-view .product-list-media {
  flex: 0 0 34%;
  max-width: 34%;
  width: 34%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  align-self: flex-start;
  aspect-ratio: 1 / 1;
  max-height: 320px;
  background: #f8f5f3;
}

.products-page-section .products-list-view .product-list-media > div,
.products-page-section .products-list-view .product-list-media > div > a,
.products-page-section .products-list-view .product-list-media > a {
  display: block;
  height: 100%;
}

.products-page-section .products-list-view .product-list-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  display: block;
}

.products-page-section .products-list-view .product-list-content {
  flex: 1 1 auto;
  justify-content: center;
  min-height: 260px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.products-page-section .products-list-view .product-list-content .product-title {
  margin-bottom: 10px;
}

.products-page-section .products-list-view .product-list-content .catalog-product-meta {
  margin-bottom: 16px;
}

.products-page-section .products-list-view .product-list-content .product-text {
  margin-bottom: 24px;
}

.products-page-section .products-list-view .action-buttons {
  position: static;
  opacity: 1;
  visibility: visible;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}

.products-page-section .products-list-view .action-buttons .vs-btn,
.products-page-section .products-list-view .action-buttons .icon-btn {
  margin-right: 0;
}

.contact-page-info .vs-contact-box1 {
  padding-left: 24px;
  padding-right: 24px;
}

.contact-page-info .vs-contact-box1 h4 {
  line-height: 1.2;
}

.contact-page-info .vs-contact-box1 p {
  max-width: 260px;
  overflow-wrap: break-word;
}

.contact-page-form .sec-text-style1,
.contact-page-form .text-box1,
.contact-page-form .text-box1 a {
  overflow-wrap: break-word;
}

.contact-page-form .contact-hours-row {
  gap: 20px;
}

.contact-page-form .contact-hours-row span:last-child {
  text-align: right;
  white-space: nowrap;
}

.home-news .blog-title,
.home-news .blog-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-news .blog-content > p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.ncg-home-instagram-grid {
  row-gap: 30px;
}

.ncg-home-instagram-grid .ncg-home-instagram-card {
  height: 100%;
}

@media (max-width: 767px) {
  .ncg-home-instagram-news {
    width: 100%;
    max-width: 100%;
    overflow: visible;
    box-sizing: border-box;
  }

  .ncg-home-instagram-news .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ncg-home-instagram-news .container,
  .ncg-home-instagram-news .container-fluid,
  .ncg-home-instagram-news .row,
  .ncg-home-instagram-news [class*="col-"],
  .ncg-home-instagram-news .vs-carousel,
  .ncg-home-instagram-news .slick-slider,
  .ncg-home-instagram-news .slick-list,
  .ncg-home-instagram-news .slick-track,
  .ncg-home-instagram-news .slick-slide,
  .ncg-home-instagram-news .slick-slide > div {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .ncg-home-instagram-news .slick-list,
  .ncg-home-instagram-news .slick-slider {
    overflow: visible !important;
    height: auto !important;
  }

  .ncg-home-instagram-news .vs-carousel {
    display: block !important;
    margin-left: 0;
    margin-right: 0;
  }

  .ncg-home-instagram-news .slick-track {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
  }

  .ncg-home-instagram-news .slick-slide {
    display: block !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .ncg-home-instagram-news .slick-slide > div {
    width: 100% !important;
  }

  .ncg-home-instagram-news .slick-cloned,
  .ncg-home-instagram-news .slick-arrow,
  .ncg-home-instagram-news .slick-dots {
    display: none !important;
  }

  .ncg-home-instagram-news .ncg-home-instagram-news__slide,
  .ncg-home-instagram-news .ncg-home-instagram-card,
  .ncg-home-instagram-news .ncg-home-instagram-card__content,
  .ncg-home-instagram-news .ncg-home-instagram-card__title,
  .ncg-home-instagram-news .ncg-home-instagram-card__title-link,
  .ncg-home-instagram-news .ncg-home-instagram-card__excerpt {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .ncg-home-instagram-news .ncg-home-instagram-news__slide {
    padding-left: 0;
    padding-right: 0;
  }

  .ncg-home-instagram-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 30px;
    width: 100%;
    max-width: 390px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0;
    padding-right: 0;
  }

  .ncg-home-instagram-grid .ncg-home-instagram-news__slide {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .ncg-home-instagram-grid .ncg-home-instagram-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .ncg-home-instagram-grid .ncg-home-instagram-news__slide + .ncg-home-instagram-news__slide {
    margin-top: 0;
  }

  .ncg-home-instagram-news .vs-blog,
  .ncg-home-instagram-news .blog-content,
  .ncg-home-instagram-news .blog-meta,
  .ncg-home-instagram-news .blog-content > p {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    box-sizing: border-box;
  }

  .ncg-home-instagram-news .blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
  }

  .ncg-home-instagram-news .blog-meta a {
    margin-right: 0;
    min-width: 0;
  }

  .ncg-home-instagram-news .blog-title,
  .ncg-home-instagram-news .blog-title a,
  .ncg-home-instagram-news .blog-meta,
  .ncg-home-instagram-news .blog-meta a,
  .ncg-home-instagram-news .blog-content > p,
  .ncg-home-instagram-news p,
  .ncg-home-instagram-news a {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    box-sizing: border-box;
  }

  .ncg-home-instagram-news .ncg-home-instagram-card__title-link {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .ncg-home-instagram-news .ncg-home-instagram-card__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .ncg-home-instagram-news .blog-image,
  .ncg-home-instagram-news .blog-image a,
  .ncg-home-instagram-news .blog-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  body.ncg-home-page {
    max-width: 100%;
    overflow-x: hidden;
  }
}

.home-appointment-section .home-appointment-row {
  justify-content: center;
}

.home-appointment-section .home-appointment-form-col {
  display: flex;
  justify-content: center;
}

.vs-appointment-layout1 .appointment-form-style1 {
  width: min(100%, 760px);
  max-width: 760px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.home-appointment-section .home-appointment-side-col {
  margin-top: 10px;
}

.home-product-showcase {
  width: 100%;
  margin-top: 34px;
}

.home-product-showcase__title {
  margin-bottom: 34px;
}

.home-product-grid {
  row-gap: 30px;
}

.home-product-grid__item {
  display: flex;
}

.home-product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(33, 33, 33, 0.07);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(33, 33, 33, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(33, 33, 33, 0.1);
}

.home-product-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 24px;
  overflow: hidden;
  background: #f8f5f3;
}

.home-product-card__image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.home-product-card__media .home-product-card__image {
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
}

.home-product-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 24px 24px 26px;
}

.home-product-card__category {
  margin-bottom: 8px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-product-card__name {
  margin-bottom: 10px;
  line-height: 1.25;
}

.home-product-card__name,
.home-product-card__name a {
  text-decoration: none !important;
}

.home-product-card__description {
  display: -webkit-box;
  margin-bottom: 22px;
  overflow: hidden;
  color: #6f6a66;
  font-size: 15px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-product-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding: 13px 20px;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

.home-product-card__link i {
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .home-product-showcase {
    margin-top: 28px;
  }

  .home-product-showcase__title {
    margin-bottom: 26px;
  }

  .home-product-card__media {
    aspect-ratio: 5 / 4;
    padding: 20px;
  }

  .home-product-card__body {
    padding: 22px 20px 24px;
  }
}

.home-contact-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.home-contact-actions .home-contact-action {
  min-width: 170px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.home-contact-actions .wave-style1.home-contact-action {
  padding: 18px 28px;
}

.home-contact-actions .wave-style1.home-contact-action .vs-btn-text,
.home-contact-actions .wave-style1.home-contact-action .vs-btn-icon,
.home-contact-actions .outline-style1.home-contact-action .vs-btn-text,
.home-contact-actions .outline-style1.home-contact-action .vs-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.home-contact-actions .wave-style1.home-contact-action .vs-btn-icon {
  width: auto;
  height: auto;
  line-height: 1;
  margin-left: 0;
  background: transparent;
  color: inherit;
  font-size: 18px;
}

.home-contact-actions .wave-style1.home-contact-action:hover .vs-btn-icon {
  background: transparent;
  color: inherit;
}

.home-contact-actions .outline-style1.home-contact-action {
  padding: 18px 28px;
}

.home-contact-actions .outline-style1.home-contact-action .vs-btn-icon {
  margin-right: 0;
}

.home-contact-actions .home-contact-action .vs-btn-icon i {
  line-height: inherit;
}

.vs-appointment-layout1 .appointment-form-style1 .form-control,
.vs-appointment-layout1 .appointment-form-style1 .nice-select,
.vs-appointment-layout1 .appointment-form-style1 select {
  width: 100%;
  max-width: 100%;
}

.vs-appointment-layout1 .appointment-form-style1 .form-group {
  min-width: 0;
}

.vs-service-details .service-detail-main-image {
  width: 100%;
  max-height: 430px;
  overflow: hidden;
}

.vs-service-details .service-detail-main-image img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.news-page-section .col-md-6.col-lg-4 {
  display: flex;
}

.news-page-section .vs-blog {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-page-section .blog-image {
  overflow: hidden;
}

.news-page-section .blog-image img.instagram-media-thumb {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.news-page-section .blog-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-page-section .blog-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
}

.news-page-section .blog-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-page-section .blog-content p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 9.6em;
  margin-bottom: 0;
}

.mobile-header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.mobile-header-actions .icon-btn,
.mobile-header-actions .vs-menu-toggle {
  flex: 0 0 auto;
}

.search-icon-svg {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-btn.bg-theme .search-icon-svg {
  stroke: var(--white-color);
}

.popup-search-box form button .search-icon-svg {
  width: 22px;
  height: 22px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .header-layout2 .main-menu > ul > li,
  .sticky-header .main-menu > ul > li {
    margin: 0 8px;
  }

  .header-layout2 .main-menu > ul > li > a,
  .sticky-header .main-menu > ul > li > a {
    font-size: 15px;
  }

  .home-news .blog-image {
    height: 240px;
  }
}

@media (max-width: 1199px) {
  .sec-subtitle-style1 {
    max-width: 150px;
  }

  .home-why-section .home-why-section__subtitle {
    font-size: 28px;
    min-width: 104px;
  }

  .vs-service-details .service-detail-main-image img {
    height: 380px;
  }

  .news-page-section .blog-image img.instagram-media-thumb {
    height: 260px;
  }
}

@media (min-width: 1200px) {
  .header-layout1 .menu-style2 > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: clamp(12px, 1.1vw, 20px);
  }

  .header-layout1 .menu-style2 > ul > li {
    flex: 0 0 auto;
    margin: 0;
  }

  .header-layout1 .menu-style2 > ul > li > a {
    font-size: 15px;
    white-space: nowrap;
  }
}

@media (max-width: 991px) {
  .mobile-header-actions {
    gap: 8px;
  }

  .mobile-header-actions .icon-btn .search-icon-svg {
    width: 20px;
    height: 20px;
  }

  .news-page-section .product-sort-bar .col-md-5,
  .news-page-section .product-sort-bar .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .products-page-section .product-sort-bar .col-md-7 {
    display: block !important;
  }

  .news-page-section .product-sort-bar .col-md-7 {
    display: flex !important;
    justify-content: flex-end !important;
  }

  .news-page-section .news-category-filter-form,
  .news-page-section .product-sort-bar .news-category-filter-form + .nice-select,
  .news-page-section .product-sort-bar .news-category-filter-form .nice-select {
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
  }

  .news-page-section .news-category-filter-form {
    width: min(100%, 250px);
  }

  .products-page-section .product-sort-bar .vs-btn-group {
    margin-left: 0;
    margin-top: 12px;
  }

  .news-page-section .news-category-filter ul {
    justify-content: center;
  }

  .news-page-section .news-filter-status {
    margin: 0 auto 12px;
  }

  .products-page-section .action-buttons {
    position: static;
    opacity: 1;
    visibility: visible;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
  }

  .products-page-section .action-buttons .vs-btn,
  .products-page-section .action-buttons .icon-btn {
    margin-right: 0;
  }

  .products-page-section .products-list-view .product-list-card {
    gap: 20px;
  }

  .products-page-section .products-list-view .product-list-media {
    flex-basis: 38%;
    max-width: 38%;
    width: 38%;
  }

  .home-news .blog-image {
    height: 230px;
  }

  .news-page-section .blog-image img.instagram-media-thumb {
    height: 250px;
  }
}

@keyframes news-filter-spinner {
  to {
    transform: rotate(360deg);
  }
}

.vs-hero-layout1 .hero-desktop-copy {
  display: none !important;
}

@media (min-width: 1025px) {
  .vs-hero-layout1 .hero-main-image,
  .vs-hero-layout1 .hero-box1 {
    pointer-events: none !important;
  }

  .vs-hero-layout1 .hero-fix-eyebrow,
  .vs-hero-layout1 .hero-fix-title,
  .vs-hero-layout1 .hero-fix-btn {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .vs-hero-layout1 .hero-desktop-copy {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    max-width: 400px;
    width: 400px !important;
    overflow: visible !important;
    white-space: normal;
    z-index: 5;
  }

  .vs-hero-layout1 .hero-desktop-eyebrow {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .vs-hero-layout1 .hero-desktop-title {
    max-width: 400px;
    margin: 0 0 34px;
    font-size: clamp(44px, 3.1vw, 60px);
    line-height: 1.02;
    text-transform: capitalize;
    text-wrap: balance;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .vs-hero-layout1 .hero-desktop-btn {
    position: relative !important;
    z-index: 30 !important;
    display: inline-flex !important;
    align-items: center;
    flex: 0 0 auto;
    width: auto !important;
    min-width: 266px;
    height: 70px !important;
    line-height: 1 !important;
    margin-top: 0;
    padding: 7px 7px 7px 32px !important;
    font-size: 14px !important;
    pointer-events: auto !important;
  }

  .vs-hero-layout1 .hero-desktop-btn .vs-btn-text {
    white-space: nowrap;
  }

  .vs-hero-layout1 .hero-desktop-btn .vs-btn-icon {
    display: inline-flex !important;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
  }
}

.vs-hero-layout1 .ls-wrapper.ncg-hero-pointer-pass {
  pointer-events: none !important;
}

.vs-hero-layout1 .ls-wrapper.ncg-hero-services-wrapper {
  z-index: 70 !important;
  pointer-events: auto !important;
}

.vs-hero-layout1 .ncg-hero-services-link {
  z-index: 70 !important;
  pointer-events: auto !important;
}

.vs-hero-layout1 .ncg-hero-services-link:not(.ls-layer) {
  position: relative !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .vs-hero-layout1 .hero-main-image,
  .vs-hero-layout1 .hero-box1,
  .vs-hero-layout1 .hero-fix-eyebrow,
  .vs-hero-layout1 .hero-fix-title {
    pointer-events: none !important;
  }

  .vs-hero-layout1 .ls-wrapper {
    pointer-events: none !important;
  }

  .vs-hero-layout1 .ls-wrapper:has(.hero-fix-btn),
  .vs-hero-layout1 .ls-wrapper:has(.hero-fix-btn) .hero-fix-btn {
    pointer-events: auto !important;
  }

  .vs-hero-layout1 .hero-fix-btn {
    z-index: 30 !important;
    pointer-events: auto !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .vs-hero-layout1 .hero-desktop-copy {
    max-width: 320px;
    width: 320px !important;
  }

  .vs-hero-layout1 .hero-desktop-title {
    max-width: 320px;
    font-size: 40px;
    text-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .header-logo img,
  .mobile-logo img,
  .sticky-header .logo img {
    max-width: 170px;
    height: auto;
  }

  .header-wrapper .vs-menu-toggle,
  .sticky-header .vs-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .home-hero-mobile {
    padding: 20px 0 36px;
  }

  .home-hero-mobile__media {
    margin: 0 -15px 24px;
    overflow: hidden;
    border-radius: 0 0 28px 28px;
    background-color: #f9ece8;
  }

  .home-hero-mobile__media picture {
    display: block;
  }

  .home-hero-mobile__media img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center top;
  }

  .home-hero-mobile__content {
    max-width: 320px;
  }

  .home-hero-mobile__eyebrow {
    margin-bottom: 10px;
  }

  .home-hero-mobile__title {
    margin: 0 0 18px;
    font-size: 46px;
    line-height: 1.05;
  }

  .home-hero-mobile .vs-btn {
    width: 100%;
    max-width: 270px;
  }

  .vs-hero-layout1 .vs-hero-carousel {
    display: none !important;
  }

  body.ncg-home-page .wow,
  body.ncg-home-page .ani-moving,
  body.ncg-home-page .ani-moving-x,
  body.ncg-home-page .ani-moving-y {
    animation: none !important;
    transform: none !important;
    visibility: visible !important;
  }

  body.ncg-home-page .home-product-card,
  body.ncg-home-page .price-list-style1 .media-img img {
    transition: none !important;
  }

  .footer-widget .vs-widget-recent-post .media-img,
  .sidemenu-wrapper .vs-widget-recent-post .media-img {
    flex-basis: 96px;
    width: 96px;
    max-width: 96px;
  }

  .footer-widget .vs-widget-recent-post h4,
  .sidemenu-wrapper .vs-widget-recent-post h4 {
    font-size: 18px;
  }

  .products-page-section .action-buttons .vs-btn {
    width: calc(100% - 120px);
  }

  .products-page-section #products-grid-view .product-header,
  .products-page-section #products-grid-view .product-card-image {
    aspect-ratio: 1 / 1;
  }

  .products-page-section #products-grid-view .catalog-grid-product-badge {
    top: 10px;
    left: 10px;
    max-width: calc(50% - 14px);
    padding: 5px 10px;
    font-size: 11px;
  }

  .products-page-section #products-grid-view .discount {
    top: 10px;
    right: 10px;
    max-width: calc(50% - 14px);
    padding: 5px 10px;
    font-size: 11px;
  }

  .products-page-section #products-grid-view .product-card-actions {
    right: 12px;
    bottom: 12px;
    left: 12px;
    gap: 6px;
  }

  .products-page-section #products-grid-view .product-card-actions .icon-btn {
    flex-basis: 40px;
    width: 40px;
    min-height: 40px;
    line-height: 40px;
  }

  .products-page-section #products-grid-view .product-card-actions .vs-btn {
    max-width: none;
    min-height: 40px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .products-page-section .products-list-view .product-list-card {
    display: block;
  }

  .products-page-section .products-list-view .product-list-media {
    max-width: 100%;
    width: 100%;
    max-height: none;
    margin-bottom: 20px;
  }

  .products-page-section .products-list-view .product-list-media img {
    height: 100%;
    min-height: 0;
  }

  .products-page-section .products-list-view .product-list-content {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .products-page-section .products-list-view .product-list-content .product-text {
    margin-bottom: 18px;
  }

  .home-news .blog-content p {
    min-height: 0;
  }

  .contact-page-info .contact-map {
    height: 320px;
    margin-bottom: 30px;
  }

  .contact-page-form .section-title {
    margin-bottom: 30px;
  }

  .contact-page-form .sec-title-style1 {
    font-size: 42px;
  }

  .contact-page-form .contact-hours-row {
    display: block !important;
  }

  .contact-page-form .contact-hours-row span:last-child {
    display: block;
    margin-top: 6px;
    text-align: left;
    white-space: normal;
  }

  .vs-service-details .service-detail-main-image img {
    height: 280px;
  }

  .news-page-section .col-md-6.col-lg-4 {
    display: block;
  }

  .news-page-section .blog-image img.instagram-media-thumb {
    height: 230px;
  }

  .news-page-section .blog-content p {
    min-height: 0;
  }
}

@media (max-width: 576px) {
  .home-why-section .home-why-section__subtitle {
    font-size: 24px;
    min-width: 82px;
    max-width: 120px;
  }

  .news-page-section .news-category-filter-form {
    width: 100%;
  }

  .news-page-section .product-sort-bar .col-md-7 {
    justify-content: stretch !important;
  }

  .news-page-section .news-filter-status {
    margin-right: 8px;
  }

  .news-page-section .product-sort-bar,
  .news-page-section .product-sort-bar .row,
  .news-page-section .product-sort-bar .col-md-7,
  .news-page-section .news-category-filter-form,
  .news-page-section .news-category-select,
  .news-page-section .product-sort-bar .news-category-filter-form + .nice-select,
  .news-page-section .product-sort-bar .news-category-filter-form .nice-select,
  .news-page-section .product-sort-bar .news-category-filter-form + .nice-select .current,
  .news-page-section .product-sort-bar .news-category-filter-form .nice-select .current {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .news-page-section .product-sort-bar .col-md-7 {
    display: block !important;
  }

  .news-page-section .product-sort-bar .news-category-filter-form + .nice-select,
  .news-page-section .product-sort-bar .news-category-filter-form .nice-select {
    overflow: hidden;
  }

  .sec-subtitle-style1 {
    min-width: 70px;
    max-width: 120px;
  }

  .products-page-section .product-sort-bar {
    text-align: left;
  }

  .products-page-section .product-sort-bar .nice-select {
    max-width: 100%;
  }

  .contact-page-info .vs-contact-box1 {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.search-page-section .sort-bar-left {
  max-width: 720px;
}

.search-page-section .vs-service {
  padding: 40px 32px;
}

.search-page-section .search-result-card {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.search-page-section .search-result-card__media {
  height: 100%;
  min-height: 220px;
  overflow: hidden;
}

.search-page-section .search-result-card__media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.search-page-section .search-result-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 32px;
}

.search-page-section .search-result-card__type {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-page-section .search-suggestions-block {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .search-page-section .search-result-card__body {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .search-page-section .search-result-card__media,
  .search-page-section .search-result-card__media img {
    min-height: 200px;
  }

  .search-page-section .vs-service {
    padding: 30px 20px;
  }
}

@media (min-width: 992px) {
  .header-wrapper .mobile-header-actions,
  .sticky-header .mobile-header-actions {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .header-wrapper .mobile-header-actions,
  .sticky-header .mobile-header-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }

  .header-wrapper .mobile-header-actions > .mobile-search-btn,
  .header-wrapper .mobile-header-actions > .mobile-menu-btn,
  .sticky-header .mobile-header-actions > .mobile-search-btn,
  .sticky-header .mobile-header-actions > .mobile-menu-btn {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex: 0 0 auto;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  .header-wrapper .mobile-header-actions > .mobile-search-btn,
  .sticky-header .mobile-header-actions > .mobile-search-btn {
    background-color: #f79a8d;
    border: 1px solid #f79a8d;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(247, 154, 141, 0.18);
  }

  .header-wrapper .mobile-header-actions > .mobile-search-btn:hover,
  .header-wrapper .mobile-header-actions > .mobile-search-btn:focus,
  .sticky-header .mobile-header-actions > .mobile-search-btn:hover,
  .sticky-header .mobile-header-actions > .mobile-search-btn:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #f79a8d;
    border-color: #f79a8d;
  }

  .header-wrapper .mobile-header-actions > .mobile-search-btn .search-icon-svg,
  .sticky-header .mobile-header-actions > .mobile-search-btn .search-icon-svg {
    width: 16px;
    height: 16px;
    display: block;
    stroke: #ffffff;
    color: #ffffff;
    fill: none;
  }

  .header-wrapper .mobile-header-actions > .mobile-menu-btn,
  .sticky-header .mobile-header-actions > .mobile-menu-btn {
    background-color: rgba(255, 255, 255, 0.96);
    border: 1.5px solid #f79a8d;
    box-shadow: 0 10px 22px rgba(247, 154, 141, 0.12);
    flex-direction: column;
  }

  .header-wrapper .mobile-header-actions > .mobile-menu-btn span,
  .sticky-header .mobile-header-actions > .mobile-menu-btn span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 2.5px 0;
    border-radius: 999px;
    background-color: #f79a8d;
  }

  .header-wrapper .mobile-header-actions > .mobile-menu-btn i,
  .sticky-header .mobile-header-actions > .mobile-menu-btn i {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .header-wrapper .mobile-header-actions,
  .sticky-header .mobile-header-actions {
    gap: 8px;
  }

  .header-wrapper .mobile-header-actions > .mobile-search-btn,
  .header-wrapper .mobile-header-actions > .mobile-menu-btn,
  .sticky-header .mobile-header-actions > .mobile-search-btn,
  .sticky-header .mobile-header-actions > .mobile-menu-btn {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
  }

  .header-wrapper .mobile-header-actions > .mobile-search-btn .search-icon-svg,
  .sticky-header .mobile-header-actions > .mobile-search-btn .search-icon-svg {
    width: 15px;
    height: 15px;
  }

  .header-wrapper .mobile-header-actions > .mobile-menu-btn span,
  .sticky-header .mobile-header-actions > .mobile-menu-btn span {
    width: 16px;
    margin: 2.3px 0;
  }
}

@media (max-width: 380px) {
  .header-wrapper .mobile-header-actions,
  .sticky-header .mobile-header-actions {
    gap: 7px;
  }

  .header-wrapper .mobile-header-actions > .mobile-search-btn,
  .header-wrapper .mobile-header-actions > .mobile-menu-btn,
  .sticky-header .mobile-header-actions > .mobile-search-btn,
  .sticky-header .mobile-header-actions > .mobile-menu-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .header-wrapper .mobile-header-actions > .mobile-search-btn .search-icon-svg,
  .sticky-header .mobile-header-actions > .mobile-search-btn .search-icon-svg {
    width: 14px;
    height: 14px;
  }

  .header-wrapper .mobile-header-actions > .mobile-menu-btn span,
  .sticky-header .mobile-header-actions > .mobile-menu-btn span {
    width: 15px;
    margin: 2.1px 0;
  }
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ncg-cookie-modal-open {
  overflow: hidden;
}

.ncg-cookie-consent[hidden],
.ncg-cookie-modal[hidden] {
  display: none !important;
}

.ncg-cookie-consent {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: auto;
  z-index: 999990;
  width: min(calc(100vw - 48px), 480px);
  padding: 0;
  box-sizing: border-box;
  pointer-events: none;
}

.ncg-cookie-consent__banner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 22px 24px;
  border: 1px solid rgba(249, 163, 146, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(33, 30, 28, 0.13);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  box-sizing: border-box;
  pointer-events: auto;
}

.ncg-cookie-consent__content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.ncg-cookie-consent__icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(249, 163, 146, 0.16);
  color: var(--theme-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.ncg-cookie-consent__text {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}

.ncg-cookie-consent__eyebrow {
  margin: 0 0 3px;
  color: var(--theme-color);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.ncg-cookie-consent__title {
  margin: 0;
  color: var(--title-color);
  font-family: var(--theme-font2);
  font-size: 21px;
  line-height: 1.15;
}

.ncg-cookie-modal__title {
  margin: 0;
  color: var(--title-color);
  font-family: var(--theme-font2);
  font-size: 24px;
  line-height: 1.18;
}

.ncg-cookie-consent__description {
  margin: 7px 0 0;
  color: var(--body-color);
  font-size: 13.5px;
  line-height: 1.48;
  overflow-wrap: break-word;
}

.ncg-cookie-modal__description {
  margin: 8px 0 0;
  color: var(--body-color);
  font-size: 14px;
  line-height: 1.55;
}

.ncg-cookie-consent__actions,
.ncg-cookie-modal__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  flex: 0 0 auto;
}

.ncg-cookie-consent__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
}

.ncg-cookie-consent__actions [data-cookie-open-preferences] {
  grid-column: 1 / -1;
}

.ncg-cookie-btn {
  min-height: 43px;
  padding: 10px 15px !important;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
}

.ncg-cookie-btn .vs-btn-icon {
  display: none !important;
}

.ncg-cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 999991;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.ncg-cookie-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(33, 30, 28, 0.58);
}

.ncg-cookie-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: min(88vh, 700px);
  overflow-y: auto;
  padding: 26px;
  border-radius: 8px;
  background: var(--white-color);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
  outline: none;
}

.ncg-cookie-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.ncg-cookie-modal__close {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(249, 163, 146, 0.35);
  border-radius: 50%;
  background: rgba(249, 163, 146, 0.1);
  color: var(--theme-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ncg-cookie-modal__close:focus,
.ncg-cookie-modal__close:hover,
.ncg-footer-legal a:focus,
.ncg-footer-legal button:focus {
  outline: 2px solid var(--theme-color);
  outline-offset: 3px;
}

.ncg-cookie-preferences {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.ncg-cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(33, 30, 28, 0.08);
  border-radius: 8px;
  background: rgba(249, 163, 146, 0.07);
}

.ncg-cookie-category--locked {
  background: rgba(33, 30, 28, 0.035);
}

.ncg-cookie-category__copy {
  min-width: 0;
}

.ncg-cookie-category h3 {
  margin: 0 0 5px;
  font-size: 17px;
  line-height: 1.25;
}

.ncg-cookie-category p {
  margin: 0;
  color: var(--body-color);
  font-size: 14px;
  line-height: 1.5;
}

.ncg-cookie-switch {
  flex: 0 0 auto;
  position: relative;
  display: inline-flex;
  width: 52px;
  height: 28px;
  margin: 0;
  cursor: pointer;
}

.ncg-cookie-switch input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.ncg-cookie-switch > span:not(.screen-reader-text) {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #d8d3d0;
  transition: background-color 0.2s ease;
}

.ncg-cookie-switch > span:not(.screen-reader-text)::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--white-color);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  transition: transform 0.2s ease;
}

.ncg-cookie-switch input:checked + span {
  background: var(--theme-color);
}

.ncg-cookie-switch input:checked + span::before {
  transform: translateX(24px);
}

.ncg-cookie-switch input:focus + span {
  outline: 2px solid var(--theme-color);
  outline-offset: 3px;
}

.ncg-cookie-switch--locked {
  cursor: not-allowed;
  opacity: 0.85;
}

.ncg-cookie-modal__actions {
  margin-top: 18px;
}

.ncg-footer-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.4;
}

.ncg-footer-legal--home {
  justify-content: center;
}

.ncg-footer-legal--inner {
  justify-content: center;
}

.ncg-footer-legal a,
.ncg-footer-legal button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

.ncg-footer-legal a:hover,
.ncg-footer-legal button:hover {
  color: var(--theme-color);
  text-decoration: underline;
}

.ncg-footer-legal--inner,
.ncg-footer-legal--inner a,
.ncg-footer-legal--inner button {
  color: rgba(255, 255, 255, 0.86);
}

.ncg-consent-embed {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}

.ncg-consent-embed iframe:not([src]) {
  display: none;
}

.ncg-consent-embed.has-cookie-consent .ncg-consent-placeholder {
  display: none;
}

.ncg-consent-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: linear-gradient(135deg, rgba(249, 163, 146, 0.18), rgba(255, 255, 255, 0.94));
}

.ncg-consent-placeholder__inner {
  width: min(100%, 520px);
  padding: 28px;
  border: 1px solid rgba(249, 163, 146, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  text-align: center;
  box-shadow: 0 16px 40px rgba(33, 30, 28, 0.1);
}

.ncg-consent-placeholder__icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(249, 163, 146, 0.16);
  color: var(--theme-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.ncg-consent-placeholder h2 {
  margin: 0 0 8px;
  font-family: var(--theme-font2);
  font-size: 26px;
  line-height: 1.2;
}

.ncg-consent-placeholder p {
  margin: 0 0 18px;
  line-height: 1.65;
}

.ncg-legal-page {
  padding-top: 36px;
}

.ncg-legal-document {
  padding: 54px 64px;
  border-radius: 8px;
}

.ncg-legal-note {
  margin-bottom: 28px;
  padding: 16px 18px;
  border-left: 4px solid var(--theme-color);
  background: rgba(255, 255, 255, 0.72);
  color: var(--body-color);
  font-size: 15px;
  line-height: 1.7;
}

.ncg-legal-title {
  margin: 0 0 12px;
  color: var(--title-color);
  font-family: var(--theme-font2);
  font-size: 42px;
  line-height: 1.15;
}

.ncg-legal-intro {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.75;
}

.ncg-legal-document h3 {
  margin: 30px 0 10px;
  color: var(--title-color);
  font-size: 24px;
  line-height: 1.25;
}

.ncg-legal-document h4 {
  margin: 22px 0 8px;
  color: var(--title-color);
  font-size: 19px;
  line-height: 1.35;
}

.ncg-legal-document p {
  margin-bottom: 0;
  line-height: 1.8;
}

.ncg-legal-document p + p {
  margin-top: 10px;
}

.ncg-legal-document ul {
  margin: 10px 0 0 20px;
  padding: 0;
  line-height: 1.8;
}

.ncg-legal-document code {
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--title-color);
}

.ncg-legal-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-top: 18px;
}

.ncg-legal-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: var(--white-color);
}

.ncg-legal-table th,
.ncg-legal-table td {
  padding: 14px 16px;
  border: 1px solid rgba(33, 30, 28, 0.1);
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}

.ncg-legal-table th {
  color: var(--title-color);
  background: rgba(249, 163, 146, 0.14);
  font-weight: 700;
}

@media (min-width: 992px) {
  .ncg-footer-legal--home,
  .ncg-footer-legal--inner {
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .ncg-cookie-consent__banner {
    align-items: stretch;
    flex-direction: column;
  }

  .ncg-cookie-consent__actions,
  .ncg-cookie-modal__actions {
    justify-content: stretch;
  }

  .ncg-cookie-consent__actions .ncg-cookie-btn,
  .ncg-cookie-modal__actions .ncg-cookie-btn {
    flex: 1 1 190px;
  }

  .ncg-legal-document {
    padding: 42px 34px;
  }
}

@media (max-width: 767px) {
  .ncg-cookie-consent {
    right: auto;
    bottom: 12px;
    left: 12px;
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    padding: 0;
  }

  .ncg-cookie-consent__banner {
    padding: 18px;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    gap: 12px;
  }

  .ncg-cookie-consent__content {
    display: flex;
    gap: 10px;
  }

  .ncg-cookie-consent__icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .ncg-cookie-consent__title {
    font-size: 20px;
  }

  .ncg-cookie-modal__title,
  .ncg-consent-placeholder h2 {
    font-size: 22px;
  }

  .ncg-cookie-consent__description {
    font-size: 13px;
    line-height: 1.45;
  }

  .ncg-cookie-modal__description,
  .ncg-cookie-category p {
    font-size: 13.5px;
  }

  .ncg-cookie-consent__actions,
  .ncg-cookie-modal__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .ncg-cookie-btn {
    width: 100%;
    min-height: 42px;
  }

  .ncg-cookie-modal {
    align-items: flex-end;
    padding: 10px;
  }

  .ncg-cookie-modal__dialog {
    max-height: calc(100vh - 20px);
    padding: 24px 18px;
  }

  .ncg-cookie-category {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .ncg-consent-embed {
    min-height: 320px;
  }

  .ncg-consent-placeholder__inner {
    padding: 22px 18px;
  }

  .ncg-legal-page {
    padding-top: 28px;
  }

  .ncg-legal-document {
    padding: 30px 20px;
  }

  .ncg-legal-title {
    font-size: 34px;
  }

  .ncg-legal-intro {
    font-size: 16px;
  }

  .ncg-legal-document h3 {
    font-size: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ncg-home-page .wow,
  body.ncg-home-page .ani-moving,
  body.ncg-home-page .ani-moving-x,
  body.ncg-home-page .ani-moving-y,
  body.ncg-home-page .home-product-card,
  body.ncg-home-page .price-list-style1 .media-img img {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    visibility: visible !important;
  }

  body.ncg-home-page .vs-btn,
  body.ncg-home-page .scrollToTop {
    scroll-behavior: auto !important;
  }
}
.main-menu .menu-item-active > a,
.widget_nav_menu .menu-item-active > a {
    color: var(--theme-color, #f9a392);
}

.main-menu a:focus-visible,
.vs-mobile-menu a:focus-visible,
.widget_nav_menu a:focus-visible {
    outline: 2px solid var(--theme-color, #f9a392);
    outline-offset: 4px;
}
