.lk-home-hero {
  width: 100%;
  padding: 0 !important;
  background: #f5f6f7;
}

.lk-home-hero > .brxe-container,
.lk-home-hero__container {
  width: min(calc(100% - 32px), var(--lk-container)) !important;
  max-width: var(--lk-container) !important;
  margin-inline: auto !important;
  padding: 0 !important;
}

.lk-home-hero__container {
  display: grid !important;
  grid-template-columns: 245px minmax(0, 1fr);
  padding-left: 0 !important;
  background: var(--lk-surface);
  border-inline: 1px solid var(--lk-border);
}

.lk-home-showcase {
  width: 100%;
  min-width: 0;
  grid-column: 2;
  display: flex !important;
  flex-direction: column;
  background: var(--lk-surface);
}

.lk-home-banner {
  width: 100%;
  height: 285px;
  overflow: hidden;
  background: #eef1f5;
}

.lk-home-banner .splide__track,
.lk-home-banner .splide__list,
.lk-home-banner .splide__slide {
  height: 100%;
}

.lk-home-banner .splide__slide {
  padding: 0 !important;
  overflow: hidden;
  background: transparent !important;
}

.lk-home-banner .lk-home-banner__image,
.lk-home-banner .lk-home-banner__image img {
  width: 100% !important;
  height: 100% !important;
}

.lk-home-banner .lk-home-banner__image {
  margin: 0 !important;
}

.lk-home-banner .lk-home-banner__image img {
  display: block;
  object-fit: cover;
  object-position: center;
}

.lk-home-banner .splide__arrow {
  width: 38px;
  height: 58px;
  border: 0;
  border-radius: 3px;
  color: #5c6470;
  background: rgba(255, 255, 255, .78);
  opacity: 0;
  transition: opacity .2s ease, background .2s ease;
}

.lk-home-banner:hover .splide__arrow,
.lk-home-banner:focus-within .splide__arrow {
  opacity: 1;
}

.lk-home-banner .splide__arrow:hover {
  background: #fff;
}

.lk-home-banner .splide__pagination {
  bottom: 10px;
}

.lk-home-banner .splide__pagination__page {
  width: 8px;
  height: 8px;
  margin: 3px;
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(0, 0, 0, .14);
}

.lk-home-banner .splide__pagination__page.is-active {
  background: var(--lk-primary);
  transform: scale(1);
}

.lk-home-category-grid {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  border-top: 1px solid var(--lk-border);
  border-left: 1px solid var(--lk-border);
}

.lk-home-category-grid:not(.is-category-managed) > .lk-home-category-card:nth-child(n+17),
.lk-home-category-grid > .lk-home-category-card.is-category-hidden {
  display: none !important;
}

.lk-home-category-card {
  position: relative;
  min-width: 0;
  min-height: 150px;
  padding: 13px 7px 11px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border-right: 1px solid var(--lk-border);
  border-bottom: 1px solid var(--lk-border);
  background: var(--lk-surface);
  text-align: center;
  transition: box-shadow .18s ease, transform .18s ease;
}

.lk-home-category-card:hover {
  z-index: 2;
  box-shadow: 0 4px 16px rgba(17, 24, 39, .1);
  transform: translateY(-1px);
}

.lk-home-category-card__image {
  width: 82px !important;
  height: 82px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.lk-home-category-card__image img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: contain;
}

.lk-home-category-card__title {
  width: 100%;
  color: var(--lk-text);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

.lk-home-category-card:hover .lk-home-category-card__title {
  color: var(--lk-primary);
}

.lk-home-category-more-wrap {
  padding: 12px 0 14px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--lk-surface);
}

.lk-home-category-more {
  min-height: 38px;
  padding: 0 18px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lk-accent) !important;
  border-radius: var(--lk-radius) !important;
  color: var(--lk-accent) !important;
  background: #fff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1;
}

.lk-home-category-more:hover,
.lk-home-category-more:focus-visible {
  color: #fff !important;
  background: var(--lk-accent) !important;
}

.lk-home-category-more-wrap.is-complete {
  display: none !important;
}

.lk-home-feature-strip {
  width: 100%;
  padding: 14px 0 0 !important;
  background: var(--lk-surface-soft);
}

.lk-home-feature-strip > .brxe-container,
.lk-home-feature-strip__container {
  width: min(calc(100% - 32px), var(--lk-container)) !important;
  max-width: var(--lk-container) !important;
  margin-inline: auto !important;
  padding: 0 !important;
}

.lk-home-feature-strip__container {
  display: block !important;
  overflow: hidden;
  background: var(--lk-surface);
}

.lk-home-feature-strip__grid {
  width: 100%;
  padding: 16px 8px 14px !important;
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  background: var(--lk-surface);
}

.lk-home-feature-strip__item {
  min-width: 0;
  min-height: 104px;
  padding: 0 8px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  text-align: center;
}

.lk-home-feature-strip__image {
  width: 60px !important;
  height: 60px !important;
  margin: 0 auto 6px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 60px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--lk-surface-soft);
  transition: transform .18s ease;
}

.lk-home-feature-strip__image img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  border-radius: 50%;
  object-fit: contain;
}

.lk-home-feature-strip__item:hover .lk-home-feature-strip__image {
  transform: translateY(-2px);
}

.lk-home-feature-strip__name,
.lk-home-feature-strip__price {
  width: 100%;
  color: var(--lk-text);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.lk-home-feature-strip__name {
  min-height: 36px;
  font-weight: 500;
}

.lk-home-feature-strip__price {
  font-weight: 700;
}

.lk-home-flash-sale {
  width: 100%;
  padding: 14px 0 0 !important;
  background: var(--lk-surface-soft);
}

.lk-home-flash-sale > .brxe-container,
.lk-home-flash-sale__container {
  width: min(calc(100% - 32px), var(--lk-container)) !important;
  max-width: var(--lk-container) !important;
  margin-inline: auto !important;
  padding: 0 8px 8px !important;
  display: flex !important;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #4b95e8;
}

.lk-home-flash-sale__head {
  width: 100%;
  min-height: 54px;
  padding: 7px 2px 9px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lk-home-flash-sale__title {
  margin: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2;
}

.lk-home-flash-sale__all {
  align-self: center;
  min-height: 34px !important;
  height: 34px;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: rgba(255, 255, 255, .12) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1;
  box-shadow: none !important;
  flex: 0 0 auto;
}

.lk-home-flash-sale__all:hover,
.lk-home-flash-sale__all:focus-visible {
  background: rgba(255, 255, 255, .22) !important;
  color: #fff !important;
}

.lk-home-flash-sale__products {
  position: relative;
  width: 100%;
  min-width: 0;
}

.lk-home-flash-sale__products > ul.products {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  grid-template-columns: none !important;
  gap: 8px !important;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: none;
}

.lk-home-flash-sale__products > ul.products.is-dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
  cursor: grabbing;
  user-select: none;
}

.lk-home-flash-sale__products > ul.products.is-dragging a,
.lk-home-flash-sale__products > ul.products.is-dragging img {
  user-select: none;
  -webkit-user-drag: none;
}

.lk-home-flash-sale__products > ul.products::-webkit-scrollbar {
  display: none;
}

.lk-home-flash-sale__products > ul.products > li.product {
  position: relative;
  flex: 0 0 210px;
  width: 210px !important;
  min-width: 210px;
  min-height: 352px;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column;
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid rgba(20, 73, 126, .18) !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: none !important;
  transform: none !important;
  box-sizing: border-box;
}

.lk-home-flash-sale__products > ul.products > li.product > a.woocommerce-LoopProduct-link,
.lk-home-flash-sale__products > ul.products > li.product > a.woocommerce-loop-product__link {
  min-width: 0;
  min-height: 0;
  padding: 8px 8px 0 !important;
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.lk-home-flash-sale__products > ul.products > li.product:hover {
  box-shadow: 0 4px 14px rgba(20, 73, 126, .16) !important;
}

.lk-home-flash-sale__products > ul.products > li.product img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 0 7px !important;
  padding: 0 !important;
  object-fit: contain !important;
  background: #fff;
}

.lk-home-flash-sale__products .onsale,
.lk-home-flash-sale__products .lk-home-flash-sale__discount-ribbon {
  position: absolute !important;
  z-index: 4;
  top: 14px !important;
  right: -32px !important;
  left: auto !important;
  bottom: auto !important;
  width: 110px !important;
  height: 24px !important;
  min-width: 110px !important;
  min-height: 24px !important;
  padding: 0 6px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  background: var(--lk-primary) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: .1px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
  transform: rotate(45deg) !important;
  transform-origin: center;
  pointer-events: none;
  white-space: nowrap;
}

.lk-home-flash-sale__products .woocommerce-loop-product__title,
.lk-home-flash-sale__products h2 {
  min-height: 38px;
  margin: 0 0 4px !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--lk-text) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

.lk-home-flash-sale__brand,
.lk-home-flash-sale__meta {
  display: none;
}

.lk-home-flash-sale__products .lk-home-flash-sale__brand {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 7px;
  display: block;
  overflow: hidden;
  color: var(--lk-accent) !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lk-home-flash-sale__products .lk-home-flash-sale__footer {
  width: calc(100% + 16px);
  min-height: 60px;
  margin: auto -8px 0;
  padding: 7px 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
  background: var(--lk-primary);
}

.lk-home-flash-sale__products .price {
  width: 100% !important;
  min-width: 0;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  box-sizing: border-box;
  border-radius: 0;
  background: transparent !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25;
}

.lk-home-flash-sale__products .lk-home-flash-sale__meta {
  min-width: 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.25;
  text-align: right;
}

.lk-home-flash-sale__products .lk-home-flash-sale__meta strong {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
}

.lk-home-flash-sale__products .price,
.lk-home-flash-sale__products .price .woocommerce-Price-amount,
.lk-home-flash-sale__products .price .amount,
.lk-home-flash-sale__products .price ins,
.lk-home-flash-sale__products .price ins .woocommerce-Price-amount,
.lk-home-flash-sale__products .price ins .amount,
.lk-home-flash-sale__products .price bdi,
.lk-home-flash-sale__products .price .woocommerce-Price-currencySymbol {
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.lk-home-flash-sale__products .price ins,
.lk-home-flash-sale__products .price bdi,
.lk-home-flash-sale__products .price .woocommerce-Price-currencySymbol {
  font-weight: inherit !important;
  text-decoration: none !important;
}

.lk-home-flash-sale__products .price del,
.lk-home-flash-sale__products .price del .woocommerce-Price-amount,
.lk-home-flash-sale__products .price del .amount,
.lk-home-flash-sale__products .price del bdi,
.lk-home-flash-sale__products .price del .woocommerce-Price-currencySymbol {
  color: rgba(255, 255, 255, .78) !important;
  font-size: 10px !important;
  font-weight: 400 !important;
}

.lk-home-flash-sale__arrow {
  position: absolute;
  z-index: 6;
  top: 48%;
  width: 36px;
  height: 36px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(32, 36, 43, .12) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .96) !important;
  color: #5f6875 !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  box-shadow: 0 3px 12px rgba(17, 24, 39, .16) !important;
  transform: translateY(-50%);
  transition: color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.lk-home-flash-sale__arrow.is-prev {
  left: 6px;
}

.lk-home-flash-sale__arrow.is-next {
  right: 6px;
}

.lk-home-flash-sale__arrow:hover,
.lk-home-flash-sale__arrow:focus-visible {
  background: #fff !important;
  color: var(--lk-accent) !important;
  border-color: var(--lk-accent) !important;
  box-shadow: 0 4px 14px rgba(17, 24, 39, .22) !important;
}

.lk-home-flash-sale__products > ul.products > li.product > .button,
.lk-home-flash-sale__products > ul.products > li.product > .add_to_cart_button,
.lk-home-flash-sale__products > ul.products > li.product > .added_to_cart,
.lk-home-flash-sale__products > ul.products > li.product a.button,
.lk-home-flash-sale__products > ul.products > li.product a.add_to_cart_button,
.lk-home-flash-sale__products > ul.products > li.product a.added_to_cart {
  display: none !important;
}

/* Home recommendations — 18 products, 6 columns x 3 rows on desktop, AJAX-ready. */
.lk-home-recommendations {
  width: 100%;
  padding: 14px 0 26px !important;
  background: var(--lk-surface-soft);
}

.lk-home-recommendations > .brxe-container,
.lk-home-recommendations__container {
  width: min(calc(100% - 32px), var(--lk-container)) !important;
  max-width: var(--lk-container) !important;
  margin-inline: auto !important;
  padding: 0 10px 16px !important;
  display: flex !important;
  flex-direction: column;
  gap: 0;
  border-inline: 0;
  background: var(--lk-surface);
}

.lk-home-recommendations__title {
  width: 100%;
  min-height: 48px;
  margin: 0 !important;
  padding: 12px 0 10px !important;
  color: var(--lk-text) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.35;
}

.lk-home-recommendations__shortcode,
.lk-home-recommendations__body,
.lk-home-recommendations__grid {
  width: 100%;
  min-width: 0;
}

.lk-home-recommendations__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.lk-home-recommendation-card {
  position: relative;
  min-width: 0;
  min-height: 306px;
  padding: 10px 10px 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--lk-border);
  border-radius: 6px;
  background: var(--lk-surface);
  transition: box-shadow .18s ease, transform .18s ease;
}

.lk-home-recommendation-card:hover {
  z-index: 2;
  box-shadow: var(--lk-shadow);
  transform: translateY(-1px);
}

.lk-home-recommendation-card__link {
  min-width: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.lk-home-recommendation-card__media {
  position: relative;
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  margin: 0 0 9px;
  overflow: hidden;
  background: var(--lk-surface);
}

.lk-home-recommendation-card__media img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  display: block;
  object-fit: contain;
}

.lk-home-recommendation-card__discount {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  min-width: 46px;
  min-height: 23px;
  padding: 3px 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ff8a00;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.lk-home-recommendation-card__title {
  min-height: 42px;
  margin: 0 0 9px !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--lk-text) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

.lk-home-recommendation-card__link:hover .lk-home-recommendation-card__title {
  color: var(--lk-primary) !important;
}

.lk-home-recommendation-card__price {
  width: 100%;
  min-height: 25px;
  margin: auto 0 8px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  color: var(--lk-primary);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.lk-home-recommendation-card__price .price {
  margin: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 3px 6px;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.lk-home-recommendation-card__price ins {
  color: var(--lk-primary) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.lk-home-recommendation-card__price del {
  display: none !important;
}

.lk-home-recommendation-card__sold {
  position: relative;
  width: 100%;
  height: 16px;
  margin-top: auto;
  display: block;
  overflow: hidden;
  border-radius: 999px;
  background: #dedede;
}

.lk-home-recommendation-card__sold-fill {
  position: absolute;
  inset: 0 auto 0 0;
  min-width: 24%;
  border-radius: inherit;
  background: #ff8a00;
}

.lk-home-recommendation-card__sold-label {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .16);
}

.lk-home-recommendations__more-wrap {
  width: 100%;
  padding: 14px 0 0;
  display: flex;
  justify-content: center;
}

.lk-home-recommendations__more {
  min-width: 178px;
  min-height: 38px;
  padding: 0 15px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid var(--lk-accent) !important;
  border-radius: 4px !important;
  background: var(--lk-surface) !important;
  color: var(--lk-accent) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1;
  box-shadow: none !important;
  transition: background .18s ease, color .18s ease;
}

.lk-home-recommendations__more:hover,
.lk-home-recommendations__more:focus-visible {
  background: var(--lk-accent) !important;
  color: #fff !important;
}

.lk-home-recommendations__more:disabled {
  cursor: wait;
  opacity: .68;
}

@media (max-width: 1100px) {
  .lk-home-recommendations__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .lk-home-recommendations {
    padding-top: 10px !important;
  }

  .lk-home-recommendations > .brxe-container,
  .lk-home-recommendations__container {
    width: min(calc(100% - 24px), var(--lk-container)) !important;
    padding: 0 7px 12px !important;
  }

  .lk-home-recommendations__title {
    min-height: 44px;
    padding-block: 10px 8px !important;
    font-size: 16px !important;
  }

  .lk-home-recommendations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .lk-home-recommendation-card {
    min-height: 278px;
    padding: 8px 8px 7px;
  }

  .lk-home-recommendation-card__title {
    min-height: 39px;
    font-size: 12px !important;
  }

  .lk-home-recommendation-card__price {
    font-size: 15px;
  }
}

/* Home department showcase: manual Bricks categories + 4-up Woo slider. */
.lk-home-department {
  width: 100%;
  padding: 14px 0 26px !important;
  background: var(--lk-surface-soft);
}

.lk-home-department > .brxe-container,
.lk-home-department__container {
  width: min(calc(100% - 32px), var(--lk-container)) !important;
  max-width: var(--lk-container) !important;
  margin-inline: auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column;
  gap: 0;
  background: var(--lk-surface);
}

.lk-home-department__head,
.lk-home-department__product-head {
  width: 100%;
  min-height: 48px;
  padding: 8px 10px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lk-home-department__head {
  border-bottom: 1px solid var(--lk-border);
  border-left: 4px solid var(--lk-accent);
}

.lk-home-department__title,
.lk-home-department__product-title {
  margin: 0 !important;
  color: var(--lk-text) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.3;
}

.lk-home-department__all,
.lk-home-department__product-all,
.lk-home-department__category-title {
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-transform: none !important;
}

.lk-home-department__all {
  color: var(--lk-text) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.lk-home-department__all:hover,
.lk-home-department__all:focus-visible,
.lk-home-department__category-title:hover,
.lk-home-department__category-title:focus-visible {
  color: var(--lk-primary) !important;
}

.lk-home-department__categories {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-left: 1px solid var(--lk-border);
}

.lk-home-department__category {
  min-width: 0;
  min-height: 160px;
  padding: 12px 8px 10px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border-right: 1px solid var(--lk-border);
  border-bottom: 1px solid var(--lk-border);
  background: var(--lk-surface);
  text-align: center;
  transition: box-shadow .18s ease, transform .18s ease;
}

.lk-home-department__category:hover {
  z-index: 2;
  box-shadow: var(--lk-shadow);
  transform: translateY(-1px);
}

.lk-home-department__category-image {
  width: 100px !important;
  height: 100px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.lk-home-department__category-image img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  display: block;
  object-fit: contain;
}

.lk-home-department__category-title {
  width: 100%;
  color: var(--lk-text) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  text-align: center;
}

.lk-home-department__product-head {
  margin-top: 14px;
  padding: 10px 10px 8px !important;
}

.lk-home-department__product-title {
  font-size: 18px !important;
}

.lk-home-department__product-all {
  min-height: 30px !important;
  padding: 0 12px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: var(--lk-radius) !important;
  background: var(--lk-primary) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.lk-home-department__product-all:hover,
.lk-home-department__product-all:focus-visible {
  background: var(--lk-primary-dark) !important;
  color: #fff !important;
}

.lk-home-department__products {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 0 10px 12px !important;
}

.lk-home-department__products > ul.products {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  grid-template-columns: none !important;
  gap: 10px !important;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.lk-home-department__products > ul.products::-webkit-scrollbar {
  display: none;
}

.lk-home-department__products > ul.products > li.product {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 calc((100% - 30px) / 4) !important;
  scroll-snap-align: start;
}

.lk-home-department__products > ul.products.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
  user-select: none;
}

.lk-home-department__products > ul.products > li.product > .button,
.lk-home-department__products > ul.products > li.product > .add_to_cart_button,
.lk-home-department__products > ul.products > li.product > .added_to_cart {
  display: none !important;
}

.lk-home-department__arrow {
  position: absolute;
  z-index: 6;
  top: 50%;
  width: 38px;
  height: 52px;
  padding: 0 !important;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lk-border) !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, .94) !important;
  color: var(--lk-muted) !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  box-shadow: var(--lk-shadow) !important;
  transform: translateY(-50%);
}

.lk-home-department__products.has-slider-overflow .lk-home-department__arrow {
  display: flex;
}

.lk-home-department__arrow.is-prev {
  left: 2px;
}

.lk-home-department__arrow.is-next {
  right: 2px;
}

.lk-home-department__arrow:hover:not(:disabled),
.lk-home-department__arrow:focus-visible:not(:disabled) {
  border-color: var(--lk-accent) !important;
  color: var(--lk-accent) !important;
}

.lk-home-department__arrow:disabled {
  cursor: default;
  opacity: .35;
}

@media (max-width: 1024px) {
  .lk-home-department__categories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lk-home-department__products > ul.products > li.product {
    flex-basis: calc((100% - 20px) / 3) !important;
  }
}

@media (max-width: 767px) {
  .lk-home-department {
    padding-top: 10px !important;
  }

  .lk-home-department > .brxe-container,
  .lk-home-department__container {
    width: min(calc(100% - 24px), var(--lk-container)) !important;
  }

  .lk-home-department__head,
  .lk-home-department__product-head {
    min-height: 44px;
    padding-inline: 8px !important;
  }

  .lk-home-department__title {
    font-size: 14px !important;
  }

  .lk-home-department__categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lk-home-department__category {
    min-height: 138px;
  }

  .lk-home-department__category-image {
    width: 82px !important;
    height: 82px !important;
  }

  .lk-home-department__product-title {
    font-size: 16px !important;
  }

  .lk-home-department__product-all {
    min-height: 28px !important;
    padding-inline: 9px !important;
    font-size: 11px !important;
  }

  .lk-home-department__products {
    padding-inline: 7px !important;
  }

  .lk-home-department__products > ul.products {
    gap: 8px !important;
  }

  .lk-home-department__products > ul.products > li.product {
    flex-basis: calc((100% - 8px) / 2) !important;
  }

  .lk-home-department__arrow {
    width: 32px;
    height: 46px;
    font-size: 22px !important;
  }
}
@media (max-width: 1100px) {
  .lk-home-flash-sale__products > ul.products > li.product {
    flex-basis: 210px;
  }
}

@media (max-width: 767px) {
  .lk-home-flash-sale {
    padding-top: 10px !important;
  }

  .lk-home-flash-sale > .brxe-container,
  .lk-home-flash-sale__container {
    width: min(calc(100% - 24px), var(--lk-container)) !important;
    padding-inline: 6px !important;
  }

  .lk-home-flash-sale__head {
    min-height: 50px;
    padding: 7px 2px 8px !important;
  }

  .lk-home-flash-sale__title {
    font-size: 15px !important;
  }

  .lk-home-flash-sale__all {
    min-height: 32px !important;
    height: 32px;
    padding: 0 11px !important;
    border-radius: 8px !important;
  }

  .lk-home-flash-sale__products > ul.products > li.product {
    flex-basis: 178px;
    width: 178px !important;
    min-width: 178px;
    min-height: 320px;
  }

  .lk-home-flash-sale__products .onsale,
  .lk-home-flash-sale__products .lk-home-flash-sale__discount-ribbon {
    top: 13px !important;
    right: -29px !important;
    width: 98px !important;
    min-width: 98px !important;
    height: 22px !important;
    min-height: 22px !important;
    font-size: 10px !important;
  }

  .lk-home-flash-sale__arrow {
    display: none;
  }
}

@media (max-width: 1100px) {
  .lk-home-feature-strip__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 16px;
  }
}

@media (max-width: 767px) {
  .lk-home-feature-strip {
    padding-top: 10px !important;
  }

  .lk-home-feature-strip > .brxe-container,
  .lk-home-feature-strip__container {
    width: min(calc(100% - 24px), var(--lk-container)) !important;
  }

  .lk-home-feature-strip__grid {
    grid-template-columns: repeat(4, minmax(118px, 1fr));
    padding: 14px 6px 12px !important;
    overflow-x: auto;
    row-gap: 0;
    scrollbar-width: none;
  }

  .lk-home-feature-strip__item {
    min-height: 110px;
  }

  .lk-home-feature-strip__image {
    width: 56px !important;
    height: 56px !important;
    flex-basis: 56px;
  }

  .lk-home-feature-strip__grid::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 1100px) {
  .lk-home-banner {
    height: 250px;
  }

  .lk-home-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lk-home-category-grid:not(.is-category-managed) > .lk-home-category-card:nth-child(n+9) {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .lk-home-hero__container {
    grid-template-columns: 220px minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .lk-home-hero > .brxe-container,
  .lk-home-hero__container {
    width: 100% !important;
  }

  .lk-home-hero__container {
    grid-template-columns: minmax(0, 1fr);
    padding-left: 0 !important;
    border-inline: 0;
  }

  .lk-home-showcase {
    grid-column: 1;
  }

  .lk-home-banner {
    height: clamp(170px, 38vw, 240px);
  }

  .lk-home-banner .splide__arrow {
    opacity: 1;
    width: 32px;
    height: 46px;
  }

  .lk-home-category-card {
    min-height: 138px;
  }

  .lk-home-category-card__image {
    width: 72px !important;
    height: 72px !important;
  }
}

@media (max-width: 480px) {
  .lk-home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lk-home-category-grid:not(.is-category-managed) > .lk-home-category-card:nth-child(n+5) {
    display: none !important;
  }
}
