.lvtstore2-store.lvtstore2-home {
  background: var(--lvt-bg);
  color: var(--lvt-text);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  overflow-x: clip;
  padding-top: var(--lvt-header-height);
}

/* ─── Header #101010 — fixed (sticky bị hỏng khi parent overflow) ─── */
.lvtstore2-store .lvt-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  height: var(--lvt-header-height);
  background: var(--lvt-header-bg);
  isolation: isolate;
}

.lvtstore2-store .lvt-header.is-scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.lvtstore2-store .lvt-header .lvt-container {
  max-width: var(--lvt-header-container-max);
  padding-left: 24px;
  padding-right: 24px;
}

.lvtstore2-store .lvt-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--lvt-header-height);
  gap: 20px;
}

.lvtstore2-store .lvt-header__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--lvt-text);
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity var(--lvt-transition);
}

.lvtstore2-store .lvt-header__logo-name {
  line-height: 1.2;
}

.lvtstore2-store .lvt-header__logo i {
  color: inherit;
  -webkit-text-fill-color: currentColor;
}

.lvtstore2-store .lvt-header__logo-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.lvtstore2-store .lvt-header__logo:hover {
  opacity: 0.85;
  color: var(--lvt-text);
}

.lvtstore2-store .lvt-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
}

.lvtstore2-store .lvt-header__nav::-webkit-scrollbar {
  display: none;
}

.lvtstore2-store .lvt-header__link {
  color: var(--lvt-text);
  font-size: var(--lvt-fs-menu);
  line-height: 21px;
  padding: 20px 14px;
  white-space: nowrap;
  border-radius: 0;
}

.lvtstore2-store .lvt-header__link:hover {
  background: var(--lvt-dark-hover);
  color: var(--lvt-text);
}

.lvtstore2-store .lvt-header__link.is-active,
.lvtstore2-store .lvt-header__link.is-active:hover {
  background: var(--lvt-dark-hover);
  color: var(--lvt-text);
}

.lvtstore2-store .lvt-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.lvtstore2-store .lvt-header__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--lvt-surface);
  color: var(--lvt-text);
  border: none;
  cursor: pointer;
  position: relative;
  transition: background var(--lvt-transition);
  -webkit-appearance: none;
  appearance: none;
}

.lvtstore2-store .lvt-header__icon-btn:hover {
  background: var(--lvt-surface-hover);
  color: var(--lvt-text);
}

.lvtstore2-store .lvt-header__icon-btn i {
  font-size: 18px;
  line-height: 1;
  color: inherit;
  -webkit-text-fill-color: currentColor;
}

.lvtstore2-store .lvt-header__search-btn.is-active {
  background: var(--lvt-accent);
  color: var(--lvt-text-on-accent);
}

.lvtstore2-store .lvt-header__account-btn {
  text-decoration: none;
}

.lvtstore2-store .lvt-header__link--account {
  display: none;
}

.lvtstore2-store .lvt-header__cart-count {
  position: absolute;
  bottom: 3px;
  left: 5px;
  background: var(--lvt-sale);
  color: var(--lvt-white);
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lvtstore2-store .lvt-header__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: var(--lvt-surface);
  color: var(--lvt-text);
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.lvtstore2-store .lvt-header__toggle:hover {
  background: var(--lvt-surface-hover);
  color: var(--lvt-text);
}

.lvtstore2-store .lvt-header__toggle-icon {
  font-size: 18px;
  line-height: 1;
  color: inherit;
  -webkit-text-fill-color: currentColor;
  pointer-events: none;
}

.lvtstore2-store .lvt-header__toggle-icon--close {
  display: none;
}

.lvtstore2-store .lvt-header__toggle.is-active .lvt-header__toggle-icon--open {
  display: none;
}

.lvtstore2-store .lvt-header__toggle.is-active .lvt-header__toggle-icon--close {
  display: block;
}

/* ─── Hero .slide-home ─── */
.lvtstore2-store .lvt-slide-home {
  background: var(--lvt-bg-pure);
}

.lvtstore2-store .lvt-hero__slide-link {
  display: block;
  position: relative;
  overflow: hidden;
  color: inherit;
}

.lvtstore2-store .lvt-hero__slide-link--image-only {
  cursor: default;
  text-decoration: none;
}

.lvtstore2-store .lvt-hero__slide-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
  margin: auto;
}

.lvtstore2-store .lvt-hero__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 2.68%, rgba(0, 0, 0, 0.72) 53.2%, rgba(0, 0, 0, 0.86) 69.35%, #000 86.01%);
  pointer-events: none;
}

.lvtstore2-store .lvt-hero__caption {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  z-index: 2;
  padding-bottom: 32px;
  pointer-events: none;
}

.lvtstore2-store .lvt-hero__title {
  font-family: var(--lvt-font-display);
  font-size: var(--lvt-fs-hero);
  font-weight: 700;
  color: var(--lvt-text);
  margin-bottom: 8px;
  line-height: 1.15;
}

.lvtstore2-store .lvt-hero__subtitle {
  font-size: 15px;
  line-height: 20px;
  color: var(--lvt-text-dim);
  margin-bottom: 20px;
  max-width: 560px;
}

.lvtstore2-store .lvt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  pointer-events: auto;
}

.lvtstore2-store .lvt-hero__indicators {
  bottom: 12px;
  margin-bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.lvtstore2-store .lvt-hero__indicators [data-bs-target] {
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: var(--lvt-text-muted);
  border: 1px solid var(--lvt-text-dim);
  opacity: 1;
  flex: 0 0 auto;
  text-indent: 0;
}

.lvtstore2-store .lvt-hero__indicators [data-bs-target].active {
  width: 10px;
  height: 10px;
  background: var(--lvt-text);
  border: 2px solid var(--lvt-accent);
}

.lvtstore2-store .lvt-hero__control {
  width: 50px;
  height: 50px;
  opacity: 0.7;
  top: 38%;
}

.lvtstore2-store .lvt-hero__control:hover {
  opacity: 1;
}

.lvtstore2-store .lvt-hero__control-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--lvt-surface) !important;
  border-radius: 50%;
  color: var(--lvt-text-dim);
  font-size: 14px;
}

.lvtstore2-store .lvt-hero__control:hover .lvt-hero__control-icon {
  background: var(--lvt-surface-hover) !important;
  color: var(--lvt-text);
}

.lvtstore2-store .lvt-hero .carousel-control-prev { left: 50px; }
.lvtstore2-store .lvt-hero .carousel-control-next { right: 50px; }

/* ─── Policy .pr-policy ─── */
.lvtstore2-store .lvt-policy {
  width: 100%;
  background: var(--lvt-policy-bg);
  overflow: hidden;
  text-align: center;
  margin-bottom: 8px;
}

.lvtstore2-store .lvt-policy__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  list-style: none;
  margin: 0 auto;
  padding: 25px 20px;
  gap: 8px 0;
  max-width: var(--lvt-container-max);
}

.lvtstore2-store .lvt-policy__item {
  flex: 0 0 auto;
  width: 24%;
  max-width: 270px;
  min-width: 180px;
  text-align: center;
  padding: 0 12px;
  box-sizing: border-box;
}

.lvtstore2-store .lvt-policy__item i {
  display: block;
  font-size: 28px;
  color: var(--lvt-accent);
  margin: 0 auto 15px;
}

.lvtstore2-store .lvt-policy__title {
  display: block;
  color: var(--lvt-text);
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 4px;
}

.lvtstore2-store .lvt-policy__desc {
  display: block;
  color: var(--lvt-text);
  font-size: 13px;
  line-height: 18px;
}

/* ─── Categories .choose-cate ─── */
.lvtstore2-store .lvt-categories {
  padding-top: 72px;
  --lvt-cat-gap: 10px;
  --lvt-cat-cols: 3;
}

.lvtstore2-store .lvt-categories__slider {
  position: relative;
}

.lvtstore2-store .lvt-categories__viewport {
  overflow: visible;
}

.lvtstore2-store .lvt-categories__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--lvt-cat-gap);
}

.lvtstore2-store .lvt-categories__nav {
  display: none;
}

.lvtstore2-store .lvt-category-card {
  border-radius: var(--lvt-radius);
  background: var(--lvt-bg-card);
  height: 148px;
  position: relative;
  text-align: center;
  color: inherit;
  transition: box-shadow var(--lvt-transition);
  min-width: 0;
}

.lvtstore2-store .lvt-category-card:hover {
  box-shadow: var(--lvt-shadow-neu);
  color: inherit;
}

.lvtstore2-store .lvt-category-card__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  padding-top: 14px;
}

.lvtstore2-store .lvt-category-card__image {
  max-width: 64px;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.lvtstore2-store .lvt-category-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0 6px;
}

.lvtstore2-store .lvt-category-card__icon {
  color: var(--lvt-text);
  font-size: 13px;
}

.lvtstore2-store .lvt-category-card__name {
  color: var(--lvt-text);
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lvtstore2-store .lvt-category-card__image-icon {
  font-size: 40px;
  color: var(--lvt-accent);
  line-height: 1;
}

/* Tablet+ : grid 4 cột hoặc slider */
@media (min-width: 768px) {
  .lvtstore2-store .lvt-categories {
    --lvt-cat-cols: 4;
  }

  .lvtstore2-store .lvt-categories__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .lvtstore2-store .lvt-categories__slider--active .lvt-categories__viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .lvtstore2-store .lvt-categories__slider--active .lvt-categories__viewport::-webkit-scrollbar {
    display: none;
  }

  .lvtstore2-store .lvt-categories__slider--active .lvt-categories__grid {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--lvt-cat-gap);
  }

  .lvtstore2-store .lvt-categories__slider--active .lvt-category-card {
    flex: 0 0 calc((100% - (var(--lvt-cat-cols) - 1) * var(--lvt-cat-gap)) / var(--lvt-cat-cols));
    scroll-snap-align: start;
  }

  .lvtstore2-store .lvt-categories__slider--active .lvt-categories__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: var(--lvt-surface);
    color: var(--lvt-text-dim);
    opacity: 0.75;
    cursor: pointer;
    z-index: 2;
    transition: background var(--lvt-transition), opacity var(--lvt-transition), color var(--lvt-transition);
  }

  .lvtstore2-store .lvt-categories__slider--active .lvt-categories__nav:hover {
    background: var(--lvt-surface-hover);
    color: var(--lvt-text);
    opacity: 1;
  }

  .lvtstore2-store .lvt-categories__nav--prev {
    left: -52px;
  }

  .lvtstore2-store .lvt-categories__nav--next {
    right: -52px;
  }

  .lvtstore2-store .lvt-categories__slider--active.lvt-categories__slider--nav-inset .lvt-categories__nav--prev {
    left: 4px;
  }

  .lvtstore2-store .lvt-categories__slider--active.lvt-categories__slider--nav-inset .lvt-categories__nav--next {
    right: 4px;
  }
}

/* Desktop : grid 6 cột hoặc slider */
@media (min-width: 1200px) {
  .lvtstore2-store .lvt-categories {
    --lvt-cat-cols: 6;
  }

  .lvtstore2-store .lvt-categories__grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .lvtstore2-store .lvt-category-card {
    height: 156px;
  }

  .lvtstore2-store .lvt-categories__nav--prev {
    left: -56px;
  }

  .lvtstore2-store .lvt-categories__nav--next {
    right: -56px;
  }
}

/* ─── Product slider / grid ─── */
.lvtstore2-store .lvt-box-slide {
  margin-bottom: 0;
}

.lvtstore2-store .lvt-product-section {
  --lvt-prod-gap: 16px;
  --lvt-prod-cols: 2;
}

.lvtstore2-store .lvt-product-slider {
  position: relative;
}

.lvtstore2-store .lvt-product-slider__viewport {
  overflow: visible;
}

.lvtstore2-store .lvt-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--lvt-prod-gap);
  padding: 10px 0;
  align-items: stretch;
}

.lvtstore2-store .lvt-product-grid > .lvt-product-card {
  min-width: 0;
}

.lvtstore2-store .lvt-product-section .lvt-product-card:nth-child(n + 9) {
  display: none;
}

.lvtstore2-store .lvt-product-slider__nav {
  display: none;
}

/* Tablet+ : 1 hàng, slider khi vượt số cột */
@media (min-width: 768px) {
  .lvtstore2-store .lvt-product-section {
    --lvt-prod-cols: 3;
  }

  .lvtstore2-store .lvt-product-section .lvt-product-card:nth-child(n + 9) {
    display: flex;
  }

  .lvtstore2-store .lvt-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lvtstore2-store .lvt-product-slider--active .lvt-product-slider__viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .lvtstore2-store .lvt-product-slider--active .lvt-product-slider__viewport::-webkit-scrollbar {
    display: none;
  }

  .lvtstore2-store .lvt-product-slider--active .lvt-product-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--lvt-prod-gap);
  }

  .lvtstore2-store .lvt-product-slider--active .lvt-product-card {
    flex: 0 0 calc((100% - (var(--lvt-prod-cols) - 1) * var(--lvt-prod-gap)) / var(--lvt-prod-cols));
    scroll-snap-align: start;
  }

  .lvtstore2-store .lvt-product-slider--active .lvt-product-slider__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: var(--lvt-surface);
    color: var(--lvt-text-dim);
    opacity: 0.75;
    cursor: pointer;
    z-index: 2;
    transition: background var(--lvt-transition), opacity var(--lvt-transition), color var(--lvt-transition);
  }

  .lvtstore2-store .lvt-product-slider--active .lvt-product-slider__nav:hover {
    background: var(--lvt-surface-hover);
    color: var(--lvt-text);
    opacity: 1;
  }

  .lvtstore2-store .lvt-product-slider__nav--prev {
    left: -52px;
  }

  .lvtstore2-store .lvt-product-slider__nav--next {
    right: -52px;
  }

  .lvtstore2-store .lvt-product-slider--active.lvt-product-slider--nav-inset .lvt-product-slider__nav--prev {
    left: 4px;
  }

  .lvtstore2-store .lvt-product-slider--active.lvt-product-slider--nav-inset .lvt-product-slider__nav--next {
    right: 4px;
  }
}

/* Desktop : 4 cột / hàng */
@media (min-width: 1200px) {
  .lvtstore2-store .lvt-product-section {
    --lvt-prod-cols: 4;
  }

  .lvtstore2-store .lvt-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lvtstore2-store .lvt-product-slider__nav--prev {
    left: -56px;
  }

  .lvtstore2-store .lvt-product-slider__nav--next {
    right: -56px;
  }
}

/* ─── Thu cũ đổi mới ─── */
.lvtstore2-store .lvt-trade-in__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  background: var(--lvt-bg-card);
  border-radius: var(--lvt-radius-card);
  padding: 40px;
}

.lvtstore2-store .lvt-trade-in__label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--lvt-accent);
}

.lvtstore2-store .lvt-trade-in__subtitle {
  font-size: 24px;
  font-weight: 700;
  color: var(--lvt-text);
  margin: 8px 0 12px;
}

.lvtstore2-store .lvt-trade-in-page .lvt-trade-in__info > .lvt-trade-in__subtitle:first-child {
  margin-top: 0;
}

.lvtstore2-store .lvt-trade-in__desc {
  color: var(--lvt-text);
  font-size: 14px;
  line-height: 20px;
}

.lvtstore2-store .lvt-trade-in__benefits {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.lvtstore2-store .lvt-trade-in__benefits li {
  padding: 6px 0;
  font-size: 14px;
  color: var(--lvt-text-dim);
  display: flex;
  align-items: center;
  gap: 8px;
}

.lvtstore2-store .lvt-trade-in__benefits i {
  color: var(--lvt-success);
}

.lvtstore2-store .lvt-trade-in__form-wrap {
  background: var(--lvt-bg-card);
  border: 1px solid var(--lvt-border-light);
  border-radius: var(--lvt-radius-card);
  padding: 28px;
}

.lvtstore2-store .lvt-trade-in-form__message.is-success {
  color: var(--lvt-success);
  font-size: 14px;
  margin-bottom: 12px;
}

.lvtstore2-store .lvt-trade-in-form__message.is-error {
  color: var(--lvt-sale);
  font-size: 14px;
  margin-bottom: 12px;
}

.lvtstore2-store .lvt-trade-in__form-wrap .lvt-trade-in__form-title,
.lvtstore2-store .lvt-trade-in-form .lvt-trade-in__form-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--lvt-text);
  margin-bottom: 14px;
}

.lvtstore2-store .lvt-trade-in__form-wrap label,
.lvtstore2-store .lvt-trade-in-form label,
.lvtstore2-store .lvt-trade-in-form .form-label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: var(--lvt-text);
}

.lvtstore2-store .lvt-trade-in-form .lvt-required {
  color: var(--lvt-sale);
}

.lvtstore2-store .lvt-trade-in-form__row--pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}

.lvtstore2-store .lvt-trade-in-form__field {
  margin-bottom: 12px;
  min-width: 0;
}

.lvtstore2-store .lvt-trade-in-form .lvt-input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
}

.lvtstore2-store .lvt-trade-in-form__file {
  padding: 8px 10px;
}

.lvtstore2-store .lvt-trade-in-form__images-hint {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--lvt-text-muted);
}

.lvtstore2-store .lvt-trade-in-form__previews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 8px;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.lvtstore2-store .lvt-trade-in-form__preview {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.lvtstore2-store .lvt-trade-in-form__preview img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--lvt-border-light);
  background: var(--lvt-surface);
}

.lvtstore2-store .lvt-trade-in-form__preview-name {
  display: block;
  font-size: 10px;
  line-height: 1.3;
  color: var(--lvt-text-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ─── News .slide-topnews ─── */
.lvtstore2-store .lvt-news__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.lvtstore2-store .lvt-news-card {
  background: var(--lvt-bg-card);
  border-radius: var(--lvt-radius-card);
  padding: 0 0 15px;
  overflow: hidden;
  transition: box-shadow var(--lvt-transition);
}

.lvtstore2-store .lvt-news-card:hover {
  box-shadow: var(--lvt-shadow-neu);
}

.lvtstore2-store .lvt-news-card__link {
  display: block;
  color: inherit;
}

.lvtstore2-store .lvt-news-card__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--lvt-radius-card) var(--lvt-radius-card) 0 0;
  min-height: 210px;
}

.lvtstore2-store .lvt-news-card__image {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.lvtstore2-store .lvt-news-card__body {
  padding: 0 12px;
}

.lvtstore2-store .lvt-news-card__date {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: var(--lvt-text);
  padding-top: 8px;
}

.lvtstore2-store .lvt-news-card__title {
  overflow: hidden;
  padding: 8px 0;
  min-height: 78px;
  font-size: 15px;
  line-height: 20px;
  color: var(--lvt-text);
  font-weight: 400;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.lvtstore2-store .lvt-news-card__excerpt {
  display: none;
}

.lvtstore2-store .lvt-news-card .lvt-link-more {
  font-size: 13px;
  padding: 0 0 8px;
  display: inline-block;
}

/* ─── Reviews ─── */
.lvtstore2-store .lvt-reviews {
  padding-bottom: 24px;
}

.lvtstore2-store .lvt-reviews__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.lvtstore2-store .lvt-review-card {
  background: var(--lvt-bg-card);
  border-radius: var(--lvt-radius-card);
  padding: 24px;
  transition: box-shadow var(--lvt-transition);
}

.lvtstore2-store .lvt-review-card:hover {
  box-shadow: var(--lvt-shadow-neu);
}

.lvtstore2-store .lvt-review-card__header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.lvtstore2-store .lvt-review-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.lvtstore2-store .lvt-review-card__meta {
  flex: 1;
  min-width: 0;
}

.lvtstore2-store .lvt-review-card__name {
  display: block;
  color: var(--lvt-text);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 4px;
}

.lvtstore2-store .lvt-review-card__stars {
  display: flex;
  gap: 2px;
  color: var(--lvt-label);
  font-size: 12px;
  line-height: 1;
}

.lvtstore2-store .lvt-review-card__content {
  color: var(--lvt-text-dim);
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}

.lvtstore2-store .lvt-review-card__product {
  color: var(--lvt-text);
  font-size: 12px;
}

/* ─── Footer #101010 ─── */
.lvtstore2-store .lvt-footer {
  background: var(--lvt-footer-bg);
  color: var(--lvt-text-footer);
  padding: 0;
}

.lvtstore2-store .lvt-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding: 30px 0;
  border-bottom: 1px solid var(--lvt-border);
}

.lvtstore2-store .lvt-footer__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--lvt-text);
  font-size: 18px;
  font-weight: 500;
}

.lvtstore2-store .lvt-footer__logo-img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.lvtstore2-store .lvt-footer__tagline {
  color: var(--lvt-text);
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 16px;
}

.lvtstore2-store .lvt-footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.lvtstore2-store .lvt-footer h4 {
  color: var(--lvt-text);
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}

.lvtstore2-store .lvt-footer li {
  font-size: 13px;
  line-height: 18px;
  color: var(--lvt-text-footer);
  margin-bottom: 10px;
}

.lvtstore2-store .lvt-footer a {
  color: var(--lvt-text-footer);
}

.lvtstore2-store .lvt-footer a:hover {
  color: var(--lvt-accent);
}

.lvtstore2-store .lvt-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--lvt-surface);
  color: var(--lvt-text);
  border: none;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.lvtstore2-store .lvt-footer__social a i {
  font-size: 22px;
  line-height: 1;
}

.lvtstore2-store .lvt-footer__social a:hover {
  background: var(--lvt-accent);
  color: var(--lvt-text-on-accent);
  transform: translateY(-2px);
}

.lvtstore2-store .lvt-footer__bottom {
  border-top: none;
  padding: 22px 0;
  color: var(--lvt-text-copyright);
  font-size: 11px;
  line-height: 14px;
}

/* ─── Full-width template (không theme header/footer) ─── */
html,
body.lvtstore2-fullwidth {
  margin: 0;
  padding: 0;
  background: var(--lvt-bg) !important;
  color: var(--lvt-text);
  min-width: 0;
}

body.lvtstore2-fullwidth .lvtstore2-main {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
}

/* ─── Responsive ─── */
@media (max-width: 1199.98px) {
  .lvtstore2-store .lvt-news__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lvtstore2-store .lvt-hero .carousel-control-prev { left: 16px; }
  .lvtstore2-store .lvt-hero .carousel-control-next { right: 16px; }
}

@media (max-width: 991.98px) {
  .lvtstore2-store {
    --lvt-fs-hero: 36px;
    --lvt-fs-section: 28px;
  }

  .lvtstore2-store .lvt-header__inner {
    gap: 10px;
    position: relative;
  }

  .lvtstore2-store .lvt-header__toggle {
    display: inline-flex !important;
    order: -1;
    width: 44px;
    height: 44px;
    margin-right: 2px;
  }

  .lvtstore2-store .lvt-header__logo {
    flex: 1;
    min-width: 0;
  }

  .lvtstore2-store .lvt-header__logo-name {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lvtstore2-store .lvt-header__actions {
    margin-left: auto;
    gap: 6px;
  }

  .lvtstore2-store .lvt-header__account-btn {
    display: none;
  }

  .lvtstore2-store .lvt-header__link--account {
    display: block;
  }

  .lvtstore2-store .lvt-header__nav {
    display: none;
    position: absolute;
    top: var(--lvt-header-height);
    left: 0;
    right: 0;
    background: var(--lvt-header-bg);
    flex-direction: column;
    padding: 0;
    border-bottom: 1px solid var(--lvt-border);
  }

  .lvtstore2-store .lvt-header__nav.is-open { display: flex; }

  .lvtstore2-store .lvt-header__link {
    padding: 14px 20px;
    border-bottom: 1px solid var(--lvt-border-light);
    width: 100%;
  }

  .lvtstore2-store .lvt-policy__item {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
  }

  .lvtstore2-store .lvt-trade-in__grid {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .lvtstore2-store .lvt-trade-in-form__row--pair:not(.lvt-trade-in-form__row--always-pair) {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .lvtstore2-store .lvt-trade-in-form__row--always-pair {
    gap: 0 10px;
  }

  .lvtstore2-store .lvt-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .lvtstore2-store .lvt-policy__list {
    padding: 20px 12px;
    gap: 12px 0;
  }

  .lvtstore2-store .lvt-policy__item {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    padding: 0 8px;
  }

  .lvtstore2-store .lvt-policy__item i {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .lvtstore2-store .lvt-policy__title {
    font-size: 13px;
    line-height: 18px;
  }

  .lvtstore2-store .lvt-policy__desc {
    font-size: 11px;
    line-height: 15px;
  }

  .lvtstore2-store .lvt-categories {
    padding-top: 48px;
  }

  .lvtstore2-store .lvt-category-card {
    height: 118px;
  }

  .lvtstore2-store .lvt-category-card__image-wrap {
    height: 68px;
    padding-top: 10px;
  }

  .lvtstore2-store .lvt-category-card__image {
    max-width: 48px;
    max-height: 48px;
  }

  .lvtstore2-store .lvt-category-card__body {
    bottom: 8px;
    gap: 2px;
    padding: 0 4px;
  }

  .lvtstore2-store .lvt-category-card__icon {
    font-size: 11px;
  }

  .lvtstore2-store .lvt-category-card__name {
    font-size: 11px;
    line-height: 14px;
  }

  .lvtstore2-store .lvt-hero__slide-img {
    height: 520px;
  }

  .lvtstore2-store .lvt-hero__title {
    font-size: 28px;
  }

  .lvtstore2-store .lvt-section-title {
    line-height: 1.3;
  }

  .lvtstore2-store .lvt-news__grid {
    grid-template-columns: 1fr;
  }

  .lvtstore2-store .lvt-reviews__row {
    grid-template-columns: 1fr;
  }

  .lvtstore2-store .lvt-footer__grid {
    grid-template-columns: 1fr;
  }

  .lvtstore2-store .lvt-hero .carousel-control-prev,
  .lvtstore2-store .lvt-hero .carousel-control-next {
    display: none;
  }
}

@media (max-width: 480px) {
  .lvtstore2-store .lvt-hero__slide-img {
    height: 440px;
  }

  .lvtstore2-store .lvt-hero__caption {
    padding-bottom: 24px;
  }
}

/* ─── Floating actions (góc phải) ─── */
.lvtstore2-store .lvt-float-actions {
  position: fixed;
  right: 16px;
  bottom: 24px;
  z-index: 1050;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 10px;
  pointer-events: none;
}

.lvtstore2-store .lvt-float-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  color: var(--lvt-text-on-accent);
  text-decoration: none;
  cursor: pointer;
  box-shadow: var(--lvt-shadow-sm);
  transition: transform var(--lvt-transition), box-shadow var(--lvt-transition), opacity var(--lvt-transition), background var(--lvt-transition);
  pointer-events: auto;
}

.lvtstore2-store .lvt-float-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--lvt-shadow);
  color: var(--lvt-text-on-accent-hover);
}

.lvtstore2-store .lvt-float-btn--call {
  background: var(--lvt-success);
  animation: lvtFloatPulse 2s ease-in-out infinite;
}

.lvtstore2-store .lvt-float-btn--messenger {
  background: var(--lvt-accent-dmx);
  font-size: 22px;
}

.lvtstore2-store .lvt-float-btn--zalo {
  background: #0068ff;
  color: #fff;
}

.lvtstore2-store .lvt-float-btn__zalo-icon {
  width: 30px;
  height: 30px;
  display: block;
  flex-shrink: 0;
}

.lvtstore2-store .lvt-float-btn i,
.lvtstore2-store .lvt-float-btn__zalo-icon {
  color: inherit;
}

.lvtstore2-store .lvt-float-btn--top {
  background: var(--lvt-surface);
  color: var(--lvt-text);
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
}

.lvtstore2-store .lvt-float-btn--top:hover {
  background: var(--lvt-surface-hover);
  color: var(--lvt-text);
}

.lvtstore2-store .lvt-float-btn--top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lvtstore2-store .lvt-float-btn--top[hidden] {
  display: flex;
}

.lvtstore2-store .lvt-float-btn__tooltip {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  background: var(--lvt-dark);
  color: var(--lvt-text);
  font-size: 13px;
  line-height: 1;
  padding: 8px 12px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--lvt-transition), visibility var(--lvt-transition);
}

.lvtstore2-store .lvt-float-btn__tooltip::after {
  content: '';
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: var(--lvt-dark);
}

.lvtstore2-store .lvt-float-btn:hover .lvt-float-btn__tooltip,
.lvtstore2-store .lvt-float-btn:focus-visible .lvt-float-btn__tooltip {
  opacity: 1;
  visibility: visible;
}

@keyframes lvtFloatPulse {
  0%,
  100% {
    box-shadow: 0 4px 14px color-mix(in srgb, var(--lvt-success) 40%, transparent);
  }

  50% {
    box-shadow: 0 4px 22px color-mix(in srgb, var(--lvt-success) 75%, transparent);
  }
}

@media (max-width: 767.98px) {
  .lvtstore2-store .lvt-float-actions {
    right: 12px;
    bottom: 16px;
    gap: 8px;
  }

  .lvtstore2-store .lvt-float-btn {
    width: 44px;
    height: 44px;
  }

  .lvtstore2-store .lvt-float-btn__zalo-icon {
    width: 28px;
    height: 28px;
  }

  .lvtstore2-store .lvt-float-btn__tooltip {
    display: none;
  }
}

/* Light theme tweaks */
.lvtstore2-theme-light .lvtstore2-store .lvt-header {
  border-bottom: 1px solid var(--lvt-border);
}

.lvtstore2-theme-light .lvtstore2-store .lvt-header.is-scrolled {
  box-shadow: var(--lvt-shadow-sm);
}
