/* source: wp-content/plugins/longfamily-elementor-free-compat/assets/compat.css */
.lf-slides {
  position: relative;
  width: 100%;
  height: var(--lf-height);
  min-height: 320px;
  overflow: hidden;
  color: #fff;
}

.lf-news-cards {
  display: grid;
  grid-template-columns: repeat(var(--lf-news-columns, 3), minmax(0, 1fr));
  gap: 22px;
}

.lf-news-card {
  overflow: hidden;
  border-radius: var(--lf-news-radius, 0);
  background: var(--lf-news-bg, #f3f6fa);
  color: var(--lf-news-content, #2a2a2a);
}

.lf-news-card__image,
.lf-news-card__image img {
  display: block;
  width: 100%;
}

.lf-news-card__image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.lf-news-card__body {
  padding: 20px;
}

.lf-news-card__body h3 {
  margin: 0 0 12px;
}

.lf-news-card__body h3 a {
  color: var(--lf-news-title, #1b1a1a);
}

.lf-news-card__body p {
  margin: 10px 0 0;
  color: var(--lf-news-content, #2a2a2a);
}

.lf-gallery { display: block; width: 100%; }
.lf-gallery__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
  margin: 0 0 30px;
}
.elementor .lf-gallery button.lf-gallery__filter {
  position: relative;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 8px 0 12px;
  border: 0;
  border-radius: 0;
  outline-offset: 4px;
  color: var(--lf-gallery-filter-color, #272D4E);
  background: transparent;
  box-shadow: none;
  font-family: var(--lf-gallery-filter-font, Poppins), sans-serif;
  font-size: var(--lf-gallery-filter-size, 18px);
  font-weight: var(--lf-gallery-filter-weight, 500);
  line-height: var(--lf-gallery-filter-line-height, 20px);
  cursor: pointer;
}
.elementor .lf-gallery button.lf-gallery__filter:hover,
.elementor .lf-gallery button.lf-gallery__filter:focus-visible,
.elementor .lf-gallery button.lf-gallery__filter.is-active {
  color: var(--lf-gallery-filter-active, #54595F);
  background: transparent;
}
.lf-gallery__filter::after {
  position: absolute;
  right: 50%;
  bottom: 3px;
  left: 50%;
  height: 2px;
  background: var(--lf-gallery-pointer, #EB3D00);
  content: "";
  transition: right .2s ease, left .2s ease;
}
.lf-gallery__filter.is-active::after,
.lf-gallery__filter:hover::after,
.lf-gallery__filter:focus-visible::after { right: 0; left: 0; }
.lf-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.lf-gallery__item {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #eef0f3;
}
.lf-gallery__item[hidden] { display: none !important; }
.lf-gallery__grid .lf-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.lf-gallery__item:hover .lf-gallery__image,
.lf-gallery__item:focus-visible .lf-gallery__image { transform: scale(1.035); }

@media (max-width: 767px) {
  .lf-news-cards {
    grid-template-columns: 1fr;
  }

  .lf-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .lf-gallery__filters { gap: 8px 18px; margin-bottom: 22px; }
}

/* Single-product template 1602 used the same accordion skin as archive 1595.
   Its source shortcode id and category tree were retained; these rules restore
   the missing commercial plugin's presentation without loading its code. */
.lf-theme-location--single[data-template-id="1602"] .lf-product-category-accordion > ul {
  margin: 0 !important;
  padding: 20px 24px 0 !important;
}
.lf-theme-location--single[data-template-id="1602"] .lf-product-category-accordion ul {
  list-style: none;
}
.lf-theme-location--single[data-template-id="1602"] .lf-product-category-accordion ul li {
  position: relative;
  border: 0;
}
.lf-theme-location--single[data-template-id="1602"] .lf-product-category-accordion ul li > a {
  position: relative;
  display: block;
  min-height: 48px;
  padding: 12px 68px 12px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #272d4e !important;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.lf-theme-location--single[data-template-id="1602"] .lf-product-category-accordion .wpb-wmca-cat-count {
  position: absolute;
  top: 50%;
  right: 23px;
  min-width: 20px;
  height: 20px;
  padding: 0;
  color: #a8b0c6;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  transform: translateY(-50%);
}
.lf-theme-location--single[data-template-id="1602"] .lf-product-category-accordion .wpb-submenu-indicator {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  color: #283352;
  font-size: 21px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  transform: translateY(-50%);
}
.lf-theme-location--single[data-template-id="1602"] .lf-product-category-accordion ul.children {
  display: none;
}

/* Elementor Pro's product-images widget supplied the gallery skin around the
   WooCommerce flexslider. Preserve the recorded 10px main gap, 5px thumbnail
   gap and exact corner radii for the locally rendered replacement. */
.lf-theme-location--single[data-template-id="1602"] .lf-widget--woocommerce-product-images .woocommerce-product-gallery {
  position: relative;
  width: 100%;
  opacity: 1 !important;
}
.lf-theme-location--single[data-template-id="1602"] .lf-widget--woocommerce-product-images .flex-viewport {
  margin-bottom: 10px;
  border-radius: 15px 15px 10px 10px;
}
.lf-theme-location--single[data-template-id="1602"] .lf-widget--woocommerce-product-images .woocommerce-product-gallery__image,
.lf-theme-location--single[data-template-id="1602"] .lf-widget--woocommerce-product-images .woocommerce-product-gallery__image a,
.lf-theme-location--single[data-template-id="1602"] .lf-widget--woocommerce-product-images .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  margin: 0;
}
.lf-theme-location--single[data-template-id="1602"] .lf-widget--woocommerce-product-images .flex-viewport img {
  border-radius: 15px 15px 10px 10px;
}
.lf-theme-location--single[data-template-id="1602"] .lf-widget--woocommerce-product-images .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.lf-theme-location--single[data-template-id="1602"] .lf-widget--woocommerce-product-images .flex-control-thumbs li {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
}
.lf-theme-location--single[data-template-id="1602"] .lf-widget--woocommerce-product-images .flex-control-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  object-fit: cover;
  opacity: .55;
  cursor: pointer;
}
.lf-theme-location--single[data-template-id="1602"] .lf-widget--woocommerce-product-images .flex-control-thumbs img.flex-active {
  opacity: 1;
}
.lf-theme-location--single[data-template-id="1602"] .lf-widget--woocommerce-product-images .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 9;
  top: 12px;
  right: 12px;
  display: grid;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: #272d4e;
  place-items: center;
  text-decoration: none;
}

@media (max-width: 767px) {
  .lf-theme-location--single[data-template-id="1602"] .lf-product-category-accordion > ul {
    padding: 16px !important;
  }
}

/* HANI 2026-08-30 parity pass: these values come from the frozen original
   screenshots and retained Elementor widget settings. */
.lf-post-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.lf-post-card {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .10);
}
.lf-post-card__visual {
  position: relative;
  height: 460px;
  overflow: hidden;
  background: #aaa;
}
.lf-post-card__visual > a,
.lf-post-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
}
.lf-post-card__visual img { object-fit: cover; }
.lf-post-card__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 46%, rgba(174, 174, 174, .18) 60%, #aaa 100%);
}
.lf-post-card__category {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 21px;
  min-width: 62px;
  padding: 6px 12px;
  border-radius: 18px;
  background: #50d56b;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.lf-post-card__avatar {
  position: absolute;
  z-index: 2;
  bottom: -27px;
  left: 30px;
  width: 58px;
  height: 58px;
  padding: 7px;
  border-radius: 50%;
  background: #f8f8f8;
  color: #c8c8c8;
}
.lf-post-card__avatar svg { display: block; width: 100%; height: 100%; fill: currentColor; }
.lf-post-card__body { min-height: 180px; padding: 47px 30px 30px; }
.lf-post-card__body h2 { margin: 0; font-family: Poppins, sans-serif; font-size: 20px; font-weight: 600; line-height: 1.55; }
.lf-post-card__body h2 a { color: #404040; text-decoration: none; }

.lf-theme-location--archive[data-template-id="1595"] {
  background: #e9e9e9;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-23c226c4 {
  min-height: 70px;
  background: transparent !important;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-23c226c4 > .elementor-container {
  max-width: none;
  min-height: 70px;
  padding: 20px 30px 0;
  align-items: flex-start;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-44505ffa > .elementor-widget-container {
  padding: 0 !important;
}
.lf-theme-location--archive[data-template-id="1595"] .woocommerce-breadcrumb,
.lf-theme-location--archive[data-template-id="1595"] .woocommerce-breadcrumb a {
  margin: 0;
  color: #666;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-1beacc89 > .elementor-container {
  box-sizing: border-box;
  max-width: none;
  margin: 0;
  padding: 15px 50px 76px;
  align-items: flex-start;
  gap: 34px;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-4b1b88aa {
  position: static;
  width: 367px;
  min-width: 367px;
  flex: 0 0 367px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-7f85eade {
  height: 40px;
  padding: 0;
  border-radius: 10px 10px 0 0;
  background: #272d4e;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-7f85eade .elementor-heading-title {
  padding: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 40px !important;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-306b15a {
  padding: 0;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-product-category-accordion > ul {
  margin: 0 !important;
  padding: 0 24px !important;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-product-category-accordion ul {
  list-style: none;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-product-category-accordion > ul > li {
  border: 0;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-product-category-accordion ul li {
  position: relative;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-product-category-accordion ul li > a {
  position: relative;
  display: block;
  min-height: 48px;
  padding: 12px 68px 12px 0;
  background: transparent;
  color: #272d4e !important;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-product-category-accordion .wpb-wmca-cat-count {
  position: absolute;
  top: 50%;
  right: 23px;
  min-width: 20px;
  padding: 0;
  background: transparent;
  color: #a8b0c6;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  transform: translateY(-50%);
}
.lf-theme-location--archive[data-template-id="1595"] .lf-product-category-accordion .wpb-submenu-indicator {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  color: #283352;
  font-size: 21px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  transform: translateY(-50%);
}
.lf-theme-location--archive[data-template-id="1595"] .lf-product-category-accordion ul.children { display: none; }
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-4bcc1053 {
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products .woocommerce-result-count,
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products .woocommerce-ordering {
  display: none;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 10px;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products li.product {
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 15px 50px -7px rgba(185, 214, 241, .33);
  transform: none;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products li.product:hover {
  border: 0;
  box-shadow: 0 15px 50px -7px rgba(185, 214, 241, .33);
  transform: none;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products li.product a img {
  border-radius: 15px;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products li.product .woocommerce-loop-product__title {
  min-height: 55px;
  padding: 14px 8px 17px;
  color: #232428;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .lf-post-cards { grid-template-columns: 1fr; gap: 24px; }
  .lf-post-card__visual { height: 430px; }
  .lf-theme-location--archive[data-template-id="1595"] .elementor-element-23c226c4 > .elementor-container { min-height: 58px; padding: 16px; }
  .lf-theme-location--archive[data-template-id="1595"] .elementor-element-1beacc89 > .elementor-container { display: block; padding: 12px 16px 50px; }
  .lf-theme-location--archive[data-template-id="1595"] .elementor-element-4b1b88aa { width: 100%; min-width: 0; margin-bottom: 26px; }
  .lf-theme-location--archive[data-template-id="1595"] .elementor-element-7f85eade .elementor-heading-title { font-size: 23px !important; }
  .lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products { grid-template-columns: 1fr; }
}

.lf-slides__track,
.lf-slide {
  width: 100%;
  height: 100%;
}

.lf-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 450ms ease;
}

.lf-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.lf-slide__content {
  box-sizing: border-box;
  width: var(--lf-content-width);
  max-width: 1140px;
  padding: var(--lf-padding);
  text-align: left;
}

.lf-slide__title {
  margin: 0 0 24px;
  color: inherit;
  font-family: var(--lf-heading-font);
  font-size: var(--lf-heading-size);
  font-weight: var(--lf-heading-weight);
  line-height: 1.05;
}

.lf-slide__description {
  max-width: 760px;
  color: var(--lf-description-color);
  font-size: 17px;
  line-height: 1.45;
}

.lf-slide__description img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}

.lf-slide__button {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 20px;
  border: var(--lf-button-border-width) solid var(--lf-button-border-color);
  border-radius: var(--lf-button-radius);
  background: var(--lf-button-background);
  color: var(--lf-button-color);
  font-family: var(--lf-button-font);
  font-weight: var(--lf-button-weight);
  text-decoration: none;
}

.elementor .lf-slides button.lf-slides__arrow,
.elementor .lf-slides button.lf-slides__dot {
  position: absolute;
  z-index: 3;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  cursor: pointer;
  box-shadow: none !important;
}

.elementor .lf-slides button.lf-slides__arrow {
  top: 50%;
  width: 44px;
  height: 64px;
  padding: 0 !important;
  background: transparent !important;
  font-size: 48px;
  line-height: 1;
  transform: translateY(-50%);
}

.lf-slides__arrow--prev { left: 4px; }
.lf-slides__arrow--next { right: 4px; }

.lf-slides__dots {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 8px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.elementor .lf-slides button.lf-slides__dot {
  position: static;
  width: 7px;
  height: 7px;
  min-width: 0;
  min-height: 0;
  padding: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .45) !important;
}

.elementor .lf-slides button.lf-slides__dot.is-active { background: #fff !important; }

.lf-search {
  display: flex;
  width: 100%;
  height: var(--lf-search-height);
  margin: var(--lf-search-margin);
  overflow: hidden;
  border: 0;
  border-radius: var(--lf-search-radius);
  background: #f1f3f5;
  font-family: var(--lf-search-font);
  font-size: var(--lf-search-size);
  font-weight: var(--lf-search-weight);
  line-height: var(--lf-search-line-height);
}

.lf-search input {
  min-width: 0;
  height: 100%;
  flex: 1;
  padding: 0 0 0 10px;
  border: 0 !important;
  outline: 0;
  background: transparent;
  color: var(--lf-search-input-color);
  font: inherit;
}

.elementor .lf-search button {
  width: 34px;
  min-width: 34px;
  height: 100%;
  min-height: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--lf-search-button-background) !important;
  color: var(--lf-search-button-color) !important;
  box-shadow: none !important;
}

.lf-search button svg {
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  fill: currentColor;
}

.lf-form { box-sizing: border-box; padding: var(--lf-form-padding, 0); }
.lf-form__field { margin-bottom: var(--lf-form-row-gap, 10px); }
.lf-form__field label { display: block; margin-bottom: 3px; }
.lf-form__field label span { color: #e32636; }
.lf-form input,
.lf-form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #69727d;
  background: #fff;
  color: var(--lf-form-field-color, #333);
  font-family: var(--lf-form-field-family, inherit);
  font-size: var(--lf-form-field-size, 16px);
  font-weight: var(--lf-form-field-weight, 400);
  line-height: var(--lf-form-field-line-height, normal);
}
.lf-form textarea { min-height: 96px; resize: vertical; }
.lf-form__submit {
  width: 100%;
  padding: 11px 18px;
  border: 0;
  border-radius: var(--lf-form-button-radius, 0);
  background: var(--lf-form-button-background, #69727d);
  color: #fff;
  font-family: var(--lf-form-button-family, inherit);
  font-size: var(--lf-form-button-size, 16px);
  font-weight: var(--lf-form-button-weight, 400);
  line-height: var(--lf-form-button-line-height, normal);
  cursor: pointer;
}
.lf-form__message { margin-bottom: 12px; padding: 10px; }
.lf-form__message.is-success { background: #e8f7ec; color: #176b2c; }
.lf-form__message.is-error { background: #fdeaea; color: #9c1c1c; }
.lf-form__honey { position: absolute !important; left: -9999px !important; }
.lf-form--fluent { padding: 0; }
.lf-form--fluent .lf-form__field { margin-bottom: 20px; }
.lf-form--fluent .lf-form__field label {
  margin-bottom: 5px;
  color: #19283a;
  font-size: 14px;
  line-height: 20px;
}
.lf-form--fluent input,
.lf-form--fluent textarea {
  height: auto;
  padding: 6px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background: #fff;
  color: #495057;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.lf-form--fluent textarea { min-height: 96px; }
.lf-form--fluent .lf-form__submit,
.lf-form--fluent .lf-form__submit:hover,
.lf-form--fluent .lf-form__submit:focus {
  width: auto;
  padding: 10px 20px;
  border: 1px solid #1a7efb;
  border-radius: 3px;
  background: #1a7efb;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.lf-form--fluent .lf-form__submit:hover,
.lf-form--fluent .lf-form__submit:focus {
  background: #fff;
  color: #1a7efb;
}

/* Elementor may omit the icon-list widget stylesheet on pages where the icon
   list exists only inside a theme template. Keep inline header SVGs at the
   same one-em size as Elementor's own widget stylesheet. */
.elementor-icon-list-icon { display: inline-flex; align-items: center; line-height: 1; }
.elementor-icon-list-icon svg.e-font-icon-svg { width: 1em; height: 1em; fill: currentColor; }

.lf-nav { position: relative; width: 100%; background: var(--lf-nav-bg); color: var(--lf-nav-color); font-family: var(--lf-nav-font); font-size: var(--lf-nav-size); font-weight: var(--lf-nav-weight); line-height: var(--lf-nav-line-height); }
.lf-nav__menu { display: flex; align-items: center; justify-content: var(--lf-nav-justify); gap: var(--lf-nav-gap); margin: 0; padding: 0; list-style: none; }
.lf-nav__menu li { position: relative; margin: 0; list-style: none; }
.lf-nav__menu a { display: block; padding: var(--lf-nav-item-y) var(--lf-nav-item-x); color: var(--lf-nav-color); text-decoration: none; transition: color .2s ease; }
.lf-nav__menu a:hover,
.lf-nav__menu a:focus { color: var(--lf-nav-hover); }
.lf-nav__menu .current-menu-item > a,
.lf-nav__menu .current-menu-ancestor > a { color: var(--lf-nav-active); }
.lf-nav__menu > .menu-item-has-children > a::after { width: 7px; height: 7px; margin: -4px 2px 0 9px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; content: ''; transform: rotate(45deg); }
.lf-nav__menu .sub-menu { position: absolute; z-index: 1000; top: 100%; left: 0; display: none; width: 12em; min-width: 220px; margin: 0; padding: 0; background: #fff; box-shadow: 0 8px 30px rgba(0,0,0,.16); font-size: 13px; line-height: normal; list-style: none; }
.lf-nav__menu .sub-menu .sub-menu { top: 0; left: 100%; }
.lf-nav__menu .sub-menu a { display: flex; align-items: center; padding: var(--lf-nav-dropdown-y) var(--lf-nav-dropdown-x); background: transparent; color: #33373d; line-height: 20px; white-space: nowrap; }
.lf-nav__menu .sub-menu a:hover,
.lf-nav__menu .sub-menu a:focus,
.lf-nav__menu .sub-menu .current-menu-item > a,
.lf-nav__menu .sub-menu .current-menu-ancestor > a { background: #3f444b; color: #fff; }
.lf-nav__menu .sub-menu .menu-item-has-children > a::after { width: 7px; height: 7px; margin-left: auto; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; content: ''; transform: rotate(45deg); }
.lf-nav__menu li:hover > .sub-menu,
.lf-nav__menu li:focus-within > .sub-menu { display: block; }
.lf-nav .lf-nav__toggle { display: none; width: 42px; min-height: 0; height: 42px; margin-left: auto; padding: 10px; border: 1px solid currentColor; border-radius: 0; background: var(--lf-nav-toggle-bg); box-shadow: none; color: var(--lf-nav-color); line-height: 1; cursor: pointer; }
.lf-nav__toggle-icon,
.lf-nav__toggle-icon::before,
.lf-nav__toggle-icon::after { display: block; width: 20px; height: 2px; background: currentColor; content: ''; transition: transform .2s ease, opacity .2s ease; }
.lf-nav__toggle-icon { position: relative; }
.lf-nav__toggle-icon::before { position: absolute; top: -6px; left: 0; }
.lf-nav__toggle-icon::after { position: absolute; top: 6px; left: 0; }
.lf-nav.is-open .lf-nav__toggle-icon { background: transparent; }
.lf-nav.is-open .lf-nav__toggle-icon::before { top: 0; transform: rotate(45deg); }
.lf-nav.is-open .lf-nav__toggle-icon::after { top: 0; transform: rotate(-45deg); }
.lf-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; }
.lf-posts__item { display: flex; gap: 28px; padding: 28px 0; border-bottom: 1px solid #e3e7ea; }
.lf-posts__image { flex: 0 0 var(--lf-post-image-width); }
.lf-posts__image img { display: block; width: 100%; height: auto; }
.lf-posts__content { flex: 1 1 auto; }
.lf-posts__content h2 { margin: 0 0 5px; }
.lf-posts__more { font-weight: 700; }
.lf-pagination ul { display: flex; gap: 10px; justify-content: center; list-style: none; }
.lf-post-title { margin: 0; }
.lf-post-featured-image img { display: block; width: 100%; height: auto; }
.lf-post-info { display: flex; flex-wrap: wrap; gap: 16px; }
.lf-post-navigation { display: flex; justify-content: space-between; gap: 20px; }
.lf-share { display: flex; flex-wrap: wrap; gap: 12px; }
.lf-theme-location--header { position: relative; z-index: 100; }

/* Han product archive: turn the restored category accordion into a compact,
   readable catalogue instead of exposing the plugin's bare transparent skin. */
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-1beacc89 > .elementor-container {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto;
  padding: 44px 24px 76px;
  align-items: flex-start;
  gap: 34px;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-23c226c4 {
  background: linear-gradient(120deg, #171d3a 0%, #30385f 68%, #414b75 100%);
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-23c226c4,
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-1beacc89 {
  padding: 0 !important;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-23c226c4 > .elementor-container {
  box-sizing: border-box;
  max-width: 1240px;
  min-height: 150px;
  margin: 0 auto;
  padding: 30px 24px;
  align-items: center;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-wc-archive-heading .woocommerce-breadcrumb {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-44505ffa > .elementor-widget-container {
  padding: 0 !important;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-wc-archive-heading .woocommerce-breadcrumb a {
  color: #fff;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-wc-archive-heading h1 {
  margin: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.15;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-4b1b88aa {
  position: sticky;
  top: 24px;
  width: 282px;
  min-width: 260px;
  flex: 0 0 282px;
  overflow: hidden;
  border: 1px solid #e2e7ee;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(39, 45, 78, .10);
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-4b1b88aa > .elementor-widget-wrap.elementor-element-populated {
  padding: 0 !important;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-7f85eade {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 19px 18px;
  background: #272d4e;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-7f85eade > .elementor-widget-container {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-7f85eade .elementor-heading-title {
  margin: 0;
  color: #fff;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: .015em !important;
  white-space: nowrap;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-306b15a {
  margin: 0;
  padding: 9px;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-306b15a > .elementor-widget-container {
  margin: 0 !important;
}
.lf-theme-location--archive[data-template-id="1595"] .wpb_category_n_menu_accordion ul {
  margin: 0 !important;
  padding: 0 !important;
}
.lf-theme-location--archive[data-template-id="1595"] .wpb_category_n_menu_accordion ul li a {
  box-sizing: border-box;
  min-height: 46px;
  padding: 13px 78px 13px 14px;
  border: 0;
  border-radius: 6px;
  color: #30364f !important;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 20px;
  overflow-wrap: anywhere;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}
.lf-theme-location--archive[data-template-id="1595"] .wpb_category_n_menu_accordion > ul > li > a {
  font-size: 14.5px;
  font-weight: 600;
}
.lf-theme-location--archive[data-template-id="1595"] .wpb_category_n_menu_accordion > ul > li + li {
  border-top: 1px solid #edf0f4;
}
.lf-theme-location--archive[data-template-id="1595"] .wpb_category_n_menu_accordion ul li a:hover,
.lf-theme-location--archive[data-template-id="1595"] .wpb_category_n_menu_accordion ul li.wpb-wmca-focus > a,
.lf-theme-location--archive[data-template-id="1595"] .wpb_category_n_menu_accordion ul li.current-cat > a,
.lf-theme-location--archive[data-template-id="1595"] .wpb_category_n_menu_accordion ul li.wpb-submenu-indicator-minus > a {
  background: #fff1ec;
  color: #cf3400 !important;
}
.lf-theme-location--archive[data-template-id="1595"] .wpb_category_n_menu_accordion ul.children {
  margin: 4px 0 8px 10px !important;
  padding: 4px 0 4px 9px !important;
  border-left: 2px solid #f1c3b2;
  background: #fafbfc;
  border-radius: 0 6px 6px 0;
}
.lf-theme-location--archive[data-template-id="1595"] .wpb_category_n_menu_accordion ul.children li a {
  min-height: 38px;
  padding: 9px 62px 9px 12px;
  font-size: 12.75px;
  line-height: 19px;
}
.lf-theme-location--archive[data-template-id="1595"] .wpb_category_n_menu_accordion .wpb-wmca-cat-count {
  top: 50%;
  right: 42px;
  min-width: 24px;
  height: 20px;
  padding: 0 6px;
  border-radius: 10px;
  background: #eef1f5;
  color: #657083 !important;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  transform: translateY(-50%);
}
.lf-theme-location--archive[data-template-id="1595"] .wpb_category_n_menu_accordion .wpb-submenu-indicator {
  top: 50%;
  right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f1f3f7;
  color: #4a5266;
  font-size: 17px;
  font-weight: 500;
  transform: translateY(-50%);
}
.lf-theme-location--archive[data-template-id="1595"] .wpb_category_n_menu_accordion li.wpb-submenu-indicator-minus > a > .wpb-submenu-indicator {
  background: #eb3d00;
  color: #fff;
  transform: translateY(-50%) rotate(45deg);
}
.lf-theme-location--archive[data-template-id="1595"] .wpb_category_n_menu_accordion .cat-item-18 {
  display: none;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-4bcc1053 {
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-4bcc1053 > .elementor-widget-wrap.elementor-element-populated {
  padding: 0 !important;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-15a375c8,
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-15a375c8 .elementor-widget-container {
  width: 100%;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products .woocommerce {
  display: flow-root;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products .woocommerce-result-count {
  margin: 11px 0 28px;
  color: #626b7c;
  font-size: 13px;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products .woocommerce-ordering {
  margin: 0 0 28px;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products .woocommerce-ordering select {
  min-width: 210px;
  height: 44px;
  padding: 0 40px 0 14px;
  border: 1px solid #dce1e8;
  border-radius: 7px;
  background-color: #fff;
  color: #30364f;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products {
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 22px;
  margin: 0;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products::before,
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products::after {
  display: none;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products li.product {
  box-sizing: border-box;
  float: none;
  width: auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(31, 38, 66, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products li.product:hover {
  border-color: #d5dae3;
  box-shadow: 0 12px 28px rgba(31, 38, 66, .12);
  transform: translateY(-3px);
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  object-fit: cover;
  background: #f0f2f5;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products li.product .woocommerce-loop-product__title {
  box-sizing: border-box;
  min-height: 76px;
  margin: 0;
  padding: 17px 16px 19px;
  color: #252c49;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products li.product .button {
  display: none;
}

@media (min-width: 768px) and (max-width: 1050px) {
  .lf-theme-location--archive[data-template-id="1595"] .elementor-element-1beacc89 > .elementor-container {
    gap: 24px;
  }
  .lf-theme-location--archive[data-template-id="1595"] .elementor-element-4b1b88aa {
    width: 250px;
    min-width: 230px;
    flex-basis: 250px;
  }
  .lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .elementor .elementor-widget-container { max-width: 100%; }
  .elementor .elementor-widget-container > img { max-width: 100%; height: auto; }
  .elementor .elementor-icon-list-items.elementor-inline-items { margin-right: 0; margin-left: 0; }
  .lf-slides { height: var(--lf-mobile-height); }
  .lf-slide__content {
    width: var(--lf-mobile-content-width);
    padding: var(--lf-mobile-padding);
  }
  .lf-slide__title { font-size: var(--lf-mobile-heading-size); }
  .lf-slides__arrow { font-size: 38px; }
  .lf-nav .lf-nav__toggle { display: inline-block; }
  .lf-nav nav { position: absolute; z-index: 1100; top: 100%; right: 0; left: 0; display: none; background: var(--lf-nav-bg); }
  .lf-nav.is-open nav { display: block; }
  .lf-nav__menu { display: block; }
  .lf-nav__menu .sub-menu { position: static; display: block; width: 100%; min-width: 0; padding-left: 18px; box-shadow: none; }
  .lf-nav__menu .sub-menu a { white-space: normal; }
  .lf-posts__item { display: block; }
  .lf-posts__image { display: block; margin-bottom: 18px; }
  .lf-theme-location--archive[data-template-id="1595"] .elementor-element-1beacc89 > .elementor-container {
    display: block;
    padding: 28px 16px 50px;
  }
  .lf-theme-location--archive[data-template-id="1595"] .elementor-element-4b1b88aa,
  .lf-theme-location--archive[data-template-id="1595"] .elementor-element-4bcc1053 {
    width: 100%;
    min-width: 0;
  }
  .lf-theme-location--archive[data-template-id="1595"] .elementor-element-4b1b88aa {
    position: static;
    margin-bottom: 28px;
  }
  .lf-theme-location--archive[data-template-id="1595"] .elementor-element-23c226c4 > .elementor-container {
    min-height: 125px;
    padding: 24px 18px;
  }
  .lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products .woocommerce-result-count,
  .lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products .woocommerce-ordering {
    float: none;
    width: 100%;
  }
  .lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products .woocommerce-ordering select {
    width: 100%;
  }
  .lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products {
    grid-template-columns: 1fr;
  }
}

/* Keep this final: it deliberately wins over the earlier generic archive
   fallback and restores the frozen HANI desktop geometry. */
@media (min-width: 768px) {
  .lf-theme-location--header .elementor-element-6ea51bd0,
  .lf-theme-location--header .elementor-element-6ea51bd0 > .elementor-container {
    min-height: 70px;
  }
}

.lf-post-card__visual { overflow: visible; }

.lf-theme-location--archive[data-template-id="1595"] {
  background: #e9e9e9;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-23c226c4 {
  min-height: 70px;
  background: transparent !important;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-23c226c4 > .elementor-container {
  max-width: none;
  min-height: 70px;
  margin: 0;
  padding: 20px 30px 0;
  align-items: flex-start;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-44505ffa > .elementor-widget-container {
  padding: 0 !important;
}
.lf-theme-location--archive[data-template-id="1595"] .woocommerce-breadcrumb,
.lf-theme-location--archive[data-template-id="1595"] .woocommerce-breadcrumb a {
  margin: 0;
  color: #666;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-1beacc89 > .elementor-container {
  box-sizing: border-box;
  max-width: none;
  margin: 0;
  padding: 15px 80px 76px 50px;
  align-items: flex-start;
  gap: 34px;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-4b1b88aa {
  position: static;
  width: 367px;
  min-width: 367px;
  flex: 0 0 367px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-4b1b88aa > .elementor-widget-wrap.elementor-element-populated {
  padding: 0 !important;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-7f85eade {
  height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 10px 10px 0 0;
  background: #272d4e;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-7f85eade > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-7f85eade .elementor-heading-title {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 40px !important;
  text-decoration: none;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-306b15a {
  margin: 0;
  padding: 0;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-306b15a > .elementor-widget-container {
  margin: 0 !important;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-product-category-accordion > ul {
  margin: 0 !important;
  padding: 0 24px !important;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-product-category-accordion ul {
  list-style: none;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-product-category-accordion ul li {
  position: relative;
  border: 0;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-product-category-accordion ul li.cat-item-18 {
  display: list-item !important;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-product-category-accordion ul li > a {
  position: relative;
  display: block;
  min-height: 48px;
  padding: 12px 68px 12px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #272d4e !important;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-product-category-accordion .wpb-wmca-cat-count {
  position: absolute;
  top: 50%;
  right: 23px;
  min-width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #a8b0c6;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  transform: translateY(-50%);
}
.lf-theme-location--archive[data-template-id="1595"] .lf-product-category-accordion .wpb-submenu-indicator {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: transparent;
  color: #283352;
  font-size: 21px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  transform: translateY(-50%);
}
.lf-theme-location--archive[data-template-id="1595"] .lf-product-category-accordion ul.children {
  display: none;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-4bcc1053 {
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
}
.lf-theme-location--archive[data-template-id="1595"] .elementor-element-4bcc1053 > .elementor-widget-wrap.elementor-element-populated {
  padding: 0 !important;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products .woocommerce-result-count,
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products .woocommerce-ordering {
  display: none;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 10px;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products li.product,
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products li.product:hover {
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 15px 50px -7px rgba(185, 214, 241, .33);
  transform: none;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products li.product a img {
  border-radius: 15px;
}
.lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products li.product .woocommerce-loop-product__title {
  min-height: 55px;
  padding: 14px 0 17px;
  color: #232428;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .lf-theme-location--archive[data-template-id="1595"] .elementor-element-23c226c4 > .elementor-container {
    min-height: 58px;
    padding: 16px;
  }
  .lf-theme-location--archive[data-template-id="1595"] .elementor-element-1beacc89 > .elementor-container {
    display: block;
    padding: 12px 16px 50px;
  }
  .lf-theme-location--archive[data-template-id="1595"] .elementor-element-4b1b88aa {
    width: 100%;
    min-width: 0;
    margin-bottom: 26px;
  }
  .lf-theme-location--archive[data-template-id="1595"] .lf-widget--woocommerce-products ul.products {
    grid-template-columns: 1fr;
  }
}


