:root {
  --home-blue: #087ac3;
  --home-blue-dark: #074b86;
  --home-blue-soft: #eaf6ff;
  --home-cyan: #20b7dc;
  --home-red: #e4232b;
  --home-ink: #10223a;
  --home-muted: #65758a;
  --home-line: #dce7f0;
  --home-surface: #fff;
  --home-page: #f4f8fb;
}

.vtxvn-home {
  background: var(--home-page);
  color: var(--home-ink);
  padding: 26px 0 64px;
}

.vtxvn-home *,
.vtxvn-home *::before,
.vtxvn-home *::after {
  box-sizing: border-box;
}

.home-section {
  margin-top: 28px;
}

.home-section-heading {
  position: relative;
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-left: 15px;
}

.home-section-heading::before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--home-blue), var(--home-red));
  content: '';
}

.home-section-heading h2 {
  color: var(--home-ink);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.2;
  margin: 0;
}

.home-section-heading p {
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 6px 0 0;
}

.home-section-heading > a {
  align-items: center;
  color: var(--home-blue);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 600;
  gap: 3px;
  text-decoration: none;
}

.home-section-heading > a:hover,
.home-section-heading > a:focus-visible {
  color: var(--home-blue-dark);
  text-decoration: underline;
}

/* Hero */
.home-hero {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 14px;
  grid-template-columns: 236px minmax(0, 1fr) 242px;
  padding: 0;
}

.home-hero-categories,
.home-slider,
.home-hero-offer {
  background: var(--home-surface);
  border: 1px solid var(--home-line);
  border-radius: 14px;
  box-shadow: none;
  min-width: 0;
  overflow: hidden;
}

.home-hero-categories {
  overflow: visible;
  position: relative;
  z-index: 8;
}

.home-hero-categories > strong {
  align-items: center;
  background: var(--home-blue-dark);
  color: #fff;
  display: flex;
  font-size: 15px;
  gap: 8px;
  min-height: 48px;
  padding: 0 14px;
}

.home-hero-categories > ul {
  list-style: none;
  margin: 0;
  padding: 5px 9px;
}

.home-hero-categories li {
  margin: 0;
}

.home-hero-categories__item {
  position: relative;
}

.home-hero-categories__item > a {
  align-items: center;
  border-bottom: 1px solid #edf2f7;
  border-radius: 8px;
  color: var(--home-ink);
  display: grid;
  font-size: 13px;
  font-weight: 600;
  gap: 8px;
  grid-template-columns: 22px minmax(0, 1fr);
  min-height: 38px;
  padding: 6px 32px 6px 3px;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, padding .18s ease;
}

.home-hero-categories__icon {
  align-items: center;
  display: flex;
  height: 22px;
  justify-content: center;
  overflow: hidden;
  width: 22px;
}

.home-hero-categories__icon > .dashicons {
  color: var(--home-blue);
  font-size: 18px;
}

.home-hero-categories__icon-image {
  display: block;
  height: 20px;
  max-width: 20px;
  object-fit: contain;
  width: 20px;
}

.home-hero-categories__expand {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: #9baabd;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 2px;
  top: 3px;
  width: 28px;
}

.home-hero-categories__expand .dashicons {
  font-size: 15px;
  transition: transform .18s ease;
}

.home-hero-categories__item > a:hover,
.home-hero-categories__item > a:focus-visible,
.home-hero-categories__item.is-open > a,
.home-hero-categories__item:hover > a,
.home-hero-categories__item:focus-within > a {
  background: #edf7ff;
  color: var(--home-blue);
  padding-left: 8px;
}

.home-hero-categories__item.is-open > .home-hero-categories__expand,
.home-hero-categories__item:hover > .home-hero-categories__expand,
.home-hero-categories__item:focus-within > .home-hero-categories__expand {
  color: var(--home-blue);
}

.home-hero-categories__item.is-open > .home-hero-categories__expand .dashicons {
  transform: translateX(2px);
}

.home-hero-mega {
  background: #fff;
  border: 1px solid #d9e6ef;
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(15, 45, 72, .18);
  display: none;
  height: 100%;
  left: calc(100% + 14px);
  overflow: hidden;
  position: absolute;
  top: 0;
  width: calc(min(100vw - 40px, var(--vtxvn-container)) - 278px);
  z-index: 20;
}

.home-hero-mega::before {
  content: "";
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 15px;
}

.home-hero-mega.is-open {
  display: block;
}

.home-hero-mega__content {
  height: 100%;
}

.home-hero-mega__header {
  align-items: center;
  background: linear-gradient(90deg, #f1f8fd 0%, #fff 70%);
  border-bottom: 1px solid #e3edf4;
  display: flex;
  justify-content: space-between;
  min-height: 74px;
  padding: 12px 18px;
}

.home-hero-mega__header small {
  color: var(--home-blue);
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.home-hero-mega__title {
  color: var(--home-ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.home-hero-mega__header > a {
  align-items: center;
  background: #eaf5fd;
  border: 1px solid #d0e5f4;
  border-radius: 9px;
  color: var(--home-blue-dark);
  display: inline-flex;
  font-size: 12px;
  font-weight: 750;
  gap: 4px;
  min-height: 36px;
  padding: 7px 11px;
  text-decoration: none;
}

.home-hero-mega__grid {
  display: grid;
  gap: 0;
  grid-template-columns: 1.15fr .82fr 1.03fr;
  height: calc(100% - 74px);
}

.home-hero-mega__column {
  min-width: 0;
  overflow: hidden;
  padding: 16px;
}

.home-hero-mega__column + .home-hero-mega__column {
  border-left: 1px solid #e6eef4;
}

.home-hero-mega__column-title {
  color: #405870;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  margin: 0 0 11px;
  text-transform: uppercase;
}

.home-hero-mega__types {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-hero-mega__types,
.home-hero-mega__brands,
.home-hero-mega__products {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-hero-mega__types > li > a {
  align-items: center;
  border: 1px solid #e2ebf2;
  border-radius: 10px;
  color: #273f58;
  display: grid;
  font-size: 11px;
  font-weight: 650;
  gap: 7px;
  grid-template-columns: 44px minmax(0, 1fr);
  min-height: 62px;
  padding: 6px;
  text-decoration: none;
}

.home-hero-mega__types > li > a:hover,
.home-hero-mega__types > li > a:focus-visible,
.home-hero-mega__products > li > a:hover,
.home-hero-mega__products > li > a:focus-visible {
  background: #f3f9fd;
  border-color: #bddbec;
  color: var(--home-blue-dark);
}

.home-hero-mega__type-media {
  align-items: center;
  background: #f5f8fb;
  border-radius: 8px;
  display: flex;
  height: 44px;
  justify-content: center;
  overflow: hidden;
}

.home-hero-mega__type-media img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.home-hero-mega__type-media .dashicons {
  color: var(--home-blue);
}

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

.home-hero-mega__brands > li > a {
  align-items: center;
  background: #fff;
  border: 1px solid #dce7ef;
  border-radius: 9px;
  color: var(--home-ink);
  display: flex;
  font-size: 11px;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  overflow: hidden;
  padding: 6px;
  text-align: center;
  text-decoration: none;
}

.home-hero-mega__brands > li > a:hover,
.home-hero-mega__brands > li > a:focus-visible {
  border-color: #9dcce8;
  box-shadow: 0 5px 12px rgba(8, 122, 195, .08);
}

.home-hero-mega__brands img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.home-hero-mega__products {
  display: grid;
  gap: 7px;
}

.home-hero-mega__products > li > a {
  align-items: center;
  border: 1px solid transparent;
  border-bottom-color: #e8eff4;
  border-radius: 9px;
  color: var(--home-ink);
  display: grid;
  gap: 9px;
  grid-template-columns: 54px minmax(0, 1fr);
  min-height: 68px;
  padding: 6px;
  text-decoration: none;
}

.home-hero-mega__product-media {
  align-items: center;
  background: #f5f8fb;
  border-radius: 8px;
  display: flex;
  height: 54px;
  justify-content: center;
  overflow: hidden;
}

.home-hero-mega__product-media img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.home-hero-mega__products strong {
  display: -webkit-box;
  font-size: 11px;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-hero-mega__products small {
  color: var(--home-muted);
  display: block;
  font-size: 9px;
  margin-top: 3px;
}

.home-hero-mega__empty {
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.home-hero-mega__status {
  align-items: center;
  color: var(--home-muted);
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  padding: 24px;
  text-align: center;
}

.home-hero-mega__status--error {
  color: #a33a32;
}

.home-hero-categories__all {
  background: #fff;
  border: 1px solid #cdddea;
  border-radius: 8px;
  color: var(--home-blue);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin: 5px 9px 9px;
  padding: 9px 12px;
  text-align: center;
  text-decoration: none;
}

.home-hero-categories__all:hover,
.home-hero-categories__all:focus-visible {
  background: #edf7ff;
  border-color: #86bde0;
  color: var(--home-blue-dark);
}

.home-hero-stage {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.home-slider {
  flex: 1;
  min-height: 330px;
  position: relative;
}

.home-slider__track,
.home-slider__slide {
  height: 100%;
  inset: 0;
  position: absolute;
}

.home-slider__slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}

.home-slider__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.home-slider__slide picture {
  display: block;
  height: 100%;
  width: 100%;
}

.home-slider__slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.home-slider__arrow {
  align-items: center;
  appearance: none;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, .92);
  border: 0;
  border-radius: 50%;
  box-sizing: border-box;
  color: var(--home-blue-dark);
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: center;
  line-height: 1;
  min-height: 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  -webkit-appearance: none;
  z-index: 3;
}

.home-slider__arrow--prev { left: 12px; }
.home-slider__arrow--next { right: 12px; }

.home-slider__dots {
  background: rgba(255, 255, 255, .62);
  border-radius: 999px;
  bottom: 8px;
  display: flex;
  gap: 0;
  left: 50%;
  padding: 2px 5px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.home-slider__dots button {
  background: #b9c8d4;
  border: 0;
  border-radius: 99px;
  cursor: pointer;
  height: 4px;
  line-height: 0;
  min-height: 0;
  min-width: 0;
  padding: 0;
  transition: background .2s ease, width .2s ease;
  width: 16px;
}

.home-slider__dots button.is-active {
  background: var(--home-blue);
  width: 22px;
}

.home-hero-offer {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--home-ink);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
  overflow: visible;
  padding: 0;
  position: relative;
}

.home-hero-offer::before {
  display: none;
}

.home-hero-offer > * { position: relative; z-index: 1; }

.home-hero-combo__promotions { min-width: 0; }

.home-hero-combo__promotions {
  background:
    radial-gradient(circle at 92% 8%, rgba(88, 213, 238, .24), transparent 35%),
    linear-gradient(150deg, #063b72 0%, #075b9c 58%, #087fb1 100%);
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(7, 75, 134, .12);
  overflow: hidden;
  padding: 12px;
}

.home-hero-combo__promotions::before {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: "";
  height: 132px;
  pointer-events: none;
  position: absolute;
  right: -76px;
  top: -72px;
  width: 132px;
}

.home-hero-combo__promotions > * { position: relative; z-index: 1; }

.home-hero-combo__heading {
  align-items: center;
  display: grid;
  gap: 9px;
  grid-template-columns: 36px minmax(0, 1fr);
  margin-bottom: 10px;
}

.home-hero-combo__heading-icon,
.home-hero-combo__quote-icon {
  align-items: center;
  border-radius: 10px;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.home-hero-combo__heading-icon {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.16);
  color: #8fe8f6;
}

.home-hero-combo__heading-icon .dashicons,
.home-hero-combo__quote-icon .dashicons { font-size: 19px; height: 19px; width: 19px; }

.home-hero-offer__eyebrow {
  color: #7edff2;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-hero-combo__heading h2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  margin: 2px 0 0;
}

.home-promotion-list {
  display: grid;
  min-height: 116px;
  overflow: hidden;
}

.home-promotion-item {
  background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  grid-area: 1 / 1;
  min-width: 0;
  opacity: 0;
  overflow: hidden;
  padding: 11px 12px 10px;
  pointer-events: none;
  position: relative;
  text-decoration: none;
  transform: translateX(14px) scale(.985);
  transition: background .25s ease, border-color .25s ease, opacity .35s ease, transform .35s ease, visibility .35s ease;
  visibility: hidden;
}

.home-promotion-item::after {
  bottom: -26px;
  color: rgba(255, 255, 255, .055);
  content: "%";
  font-size: 78px;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: -3px;
}

.home-promotion-item.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
  visibility: visible;
}

.home-promotion-item.is-active:hover,
.home-promotion-item.is-active:focus-visible {
  background: linear-gradient(135deg, rgba(255,255,255,.2), rgba(255,255,255,.09));
  border-color: rgba(126,223,242,.6);
  color: #fff;
  transform: translateY(-1px);
}

.home-promotion-item__top {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: space-between;
  margin-bottom: 8px;
  min-width: 0;
}

.home-promotion-item__badge {
  background: #f8cf3c;
  border-radius: 999px;
  color: #473600;
  flex: 0 0 auto;
  font-size: 8px;
  font-weight: 800;
  max-width: 48%;
  overflow: hidden;
  padding: 3px 7px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-promotion-item__date {
  color: #9beaf4;
  font-size: 7px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-promotion-item > strong {
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.38;
  min-height: 49px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-promotion-item__action {
  align-items: center;
  color: #b7f0f7;
  display: inline-flex;
  font-size: 8px;
  font-weight: 800;
  gap: 3px;
  margin-top: auto;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.home-promotion-item__action .dashicons { font-size: 13px; height: 13px; width: 13px; }

.home-promotion-slider__controls {
  align-items: center;
  display: grid;
  gap: 7px;
  grid-template-columns: 27px minmax(0, 1fr) 27px;
  margin-top: 8px;
}

.home-promotion-slider__arrow {
  align-items: center;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50% !important;
  color: #c8f4f8;
  cursor: pointer;
  display: flex;
  height: 27px;
  justify-content: center;
  min-height: 27px;
  min-width: 27px;
  padding: 0;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
  width: 27px;
}

.home-promotion-slider__arrow:hover,
.home-promotion-slider__arrow:focus-visible { background: #fff; border-color: #fff; color: var(--home-blue-dark); }
.home-promotion-slider__arrow .dashicons { font-size: 14px; height: 14px; width: 14px; }

.home-promotion-slider__dots {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: center;
  min-width: 0;
}

.home-promotion-slider__dot {
  background: rgba(255,255,255,.28);
  border: 0;
  border-radius: 999px !important;
  cursor: pointer;
  height: 5px;
  min-height: 0;
  min-width: 0;
  padding: 0;
  transition: background .2s ease, width .2s ease;
  width: 13px;
}

.home-promotion-slider__dot.is-active { background: #7ee6f2; width: 27px; }

.home-promotion-list__empty {
  align-items: center;
  background: rgba(255,255,255,.08);
  border: 1px dashed rgba(255,255,255,.24);
  border-radius: 10px;
  color: #dcebf7;
  display: flex;
  gap: 10px;
  min-height: 78px;
  padding: 10px;
  text-align: left;
}

.home-promotion-list__empty .dashicons { color: #7edff2; flex: 0 0 26px; font-size: 26px; height: 26px; width: 26px; }
.home-promotion-list__empty p { font-size: 10px; line-height: 1.45; margin: 0; }

.home-hero-offer__all {
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.14);
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  margin-top: 9px;
  padding: 8px 2px 0;
  text-decoration: none;
}

.home-hero-offer__all:hover { color: #7edff2; }

.home-hero-side-banner {
  background: #07518d;
  border: 1px solid #cfe2ef;
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(7, 75, 134, .14);
  display: block;
  flex: 1 1 0;
  min-height: 150px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.home-hero-side-banner img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
  width: 100%;
}

.home-hero-side-banner:hover img,
.home-hero-side-banner:focus-visible img { transform: scale(1.025); }

.home-hero-side-banner__cta {
  align-items: center;
  background: var(--home-blue);
  border: 1px solid rgba(255,255,255,.72);
  bottom: 10px;
  box-shadow: 0 3px 10px rgba(2,34,63,.2);
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  left: 10px;
  line-height: 1;
  min-height: 28px;
  padding: 7px 11px;
  position: absolute;
  transition: background-color .18s ease, transform .18s ease;
  z-index: 2;
}

.home-hero-side-banner:hover .home-hero-side-banner__cta,
.home-hero-side-banner:focus-visible .home-hero-side-banner__cta {
  background: var(--home-blue-dark);
  transform: translateY(-1px);
}

.home-hero-combo__quote {
  background: #fff;
  border: 1px solid #dce8f1;
  border-radius: 13px;
  box-shadow: 0 7px 18px rgba(15, 53, 84, .08);
  color: var(--home-ink);
  padding: 12px;
}

.home-hero-combo__quote-heading {
  align-items: center;
  display: grid;
  gap: 9px;
  grid-template-columns: 34px minmax(0, 1fr);
}

.home-hero-combo__quote-icon {
  background: #e1f2fd;
  color: var(--home-blue);
  height: 34px;
  width: 34px;
}

.home-hero-combo__quote-eyebrow {
  color: #e0202b;
  display: block;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.home-hero-combo__quote h2 {
  color: var(--home-ink);
  font-size: 17px;
  line-height: 1.25;
  margin: 2px 0 0;
}

.home-hero-combo__quote > p {
  color: var(--home-muted);
  font-size: 10px;
  line-height: 1.45;
  margin: 8px 0 10px;
}

.vtxvn-quote-form--home { color: var(--home-ink); }
.vtxvn-quote-form--home form { display: grid; gap: 8px; }
.vtxvn-quote-form--home form > p { margin: 0; }
.vtxvn-quote-form--home label { color: var(--home-ink); display: block; font-size: 10px; font-weight: 700; line-height: 1.3; }
.vtxvn-quote-form--home input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.vtxvn-quote-form--home select,
.vtxvn-quote-form--home textarea { background: #fff; border: 1px solid #ccdce9; border-radius: 7px; color: var(--home-ink); font-size: 11px; min-height: 36px; padding: 7px 9px; width: 100%; }
.vtxvn-quote-form--home textarea { min-height: 70px; resize: vertical; }
.vtxvn-quote-form--home input[type="submit"],
.vtxvn-quote-form--home button[type="submit"] { background: linear-gradient(135deg, #e0202b, #f14d42); border: 0; border-radius: 8px; color: #fff; font-size: 11px; font-weight: 700; min-height: 38px; padding: 8px 12px; width: 100%; }
.vtxvn-quote-form--home .wpcf7-spinner { margin: 6px auto; }

.vtxvn-quote-form__fallback {
  align-items: center;
  background: #eaf4fb;
  border: 1px solid #d3e5f1;
  border-radius: 9px;
  display: flex;
  gap: 7px;
  padding: 7px;
}

.vtxvn-quote-form__fallback > .dashicons { color: var(--home-blue); flex: 0 0 24px; font-size: 24px; height: 24px; width: 24px; }

.vtxvn-quote-form__fallback a {
  align-items: center;
  background: linear-gradient(135deg, #e0202b, #f14d42);
  border-radius: 7px;
  color: #fff;
  display: flex;
  flex: 1;
  font-size: 11px;
  font-weight: 700;
  gap: 8px;
  justify-content: space-between;
  min-height: 38px;
  padding: 0 10px;
  text-decoration: none;
}

.vtxvn-quote-form__fallback a:hover,
.vtxvn-quote-form__fallback a:focus-visible { color: #fff; filter: brightness(.96); }

.vtxvn-quote-form--home .vtxvn-quote-form__fallback {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: block;
  padding: 0;
}

.vtxvn-quote-form--home .vtxvn-quote-form__fallback a { width: 100%; }

.home-hero-mobile-quote { display: none; }

/* Filters and products */
.home-filter-row {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
  overflow-x: auto;
  padding: 2px 1px 6px;
  scrollbar-width: thin;
}

.home-filter-row button,
.home-filter-row .home-brand-filter {
  align-items: center;
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 9px;
  color: #34465c;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  gap: 7px;
  min-height: 38px;
  padding: 7px 14px;
  text-decoration: none;
}

.home-filter-row button:hover,
.home-filter-row button:focus-visible,
.home-filter-row button.is-active,
.home-filter-row .home-brand-filter:hover,
.home-filter-row .home-brand-filter:focus-visible,
.home-filter-row .home-brand-filter.is-active {
  background: var(--home-blue-soft);
  border-color: var(--home-blue);
  color: var(--home-blue-dark);
}

.home-brand-filter img {
  height: 26px;
  max-width: 112px;
  object-fit: contain;
  width: auto;
}

.home-brand-filter:has(img) { justify-content: center; min-width: 108px; padding-left: 16px; padding-right: 16px; }

.home-brand-filters {
  cursor: grab;
  scroll-snap-type: x proximity;
}

.home-brand-filters .home-brand-filter { scroll-snap-align: start; }

.home-brand-filters.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}

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

.home-products-deferred {
  align-items: center;
  display: grid;
  min-height: var(--home-deferred-products-height, 360px);
  place-items: center;
}

.home-products-deferred[data-home-products-loaded="true"] {
  display: block;
  justify-items: stretch;
}

.home-products-retry {
  background: #fff;
  border: 1px solid var(--home-blue);
  border-radius: 6px;
  color: var(--home-blue-dark);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  min-height: 40px;
  padding: 8px 16px;
}

.home-product-card {
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.home-product-card:hover {
  border-color: #9cc9e7;
  box-shadow: 0 8px 24px rgba(12, 62, 99, .09);
}

.home-product-card__media {
  align-items: center;
  aspect-ratio: 1 / .86;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 14px;
  position: relative;
}

.home-product-card__media img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.home-product-card__sale {
  background: var(--home-red);
  border-radius: 0 0 7px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  left: 0;
  padding: 5px 9px;
  position: absolute;
  top: 0;
  z-index: 2;
}

.home-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 13px 13px;
}

.home-product-card__category {
  color: var(--home-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.home-product-card h3 {
  font-size: 14px;
  line-height: 1.42;
  margin: 0;
  min-height: 40px;
}

.home-product-card h3 a { color: var(--home-ink); text-decoration: none; }
.home-product-card h3 a:hover { color: var(--home-blue); }

.home-product-card__price {
  color: var(--home-red);
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

.home-product-card__price del {
  color: #a4afbc;
  font-size: 11px;
  font-weight: 400;
  margin-left: 4px;
}

.home-product-card__price ins { text-decoration: none; }

.home-product-card__meta {
  align-items: center;
  border-top: 1px solid #edf2f6;
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 10px;
}

.home-product-card__meta > span {
  align-items: center;
  color: var(--home-muted);
  display: flex;
  gap: 3px;
}

.home-product-card__meta .dashicons { color: var(--home-cyan); font-size: 15px; }
.home-product-card__meta a { color: var(--home-blue); font-weight: 700; text-decoration: none; }

.home-products-loading,
.home-empty-state {
  align-items: center;
  background: #fff;
  border: 1px dashed #b7cad9;
  border-radius: 12px;
  color: var(--home-muted);
  display: flex;
  justify-content: center;
  min-height: 160px;
  padding: 24px;
  text-align: center;
}

.home-products-loading span {
  animation: home-spin .7s linear infinite;
  border: 2px solid #c9dce9;
  border-radius: 50%;
  border-top-color: var(--home-blue);
  height: 18px;
  margin-right: 8px;
  width: 18px;
}

@keyframes home-spin { to { transform: rotate(360deg); } }

/* Deal tabs */
.home-deals {
  background: linear-gradient(180deg, #eef8ff 0%, #e7f3fc 100%);
  border: 1px solid #8bc5ed;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(7, 75, 134, .1);
  padding: 18px;
}

.home-deals__head {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 0 18px;
}

.home-deals__head button {
  align-items: center;
  background: #fff;
  border: 1px solid #c8ddec;
  border-radius: 13px;
  box-shadow: 0 4px 14px rgba(15, 50, 80, .06);
  color: #536579;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 12px;
  justify-content: flex-start;
  min-height: 76px;
  padding: 12px 18px;
  text-align: left;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.home-deals__head button:hover,
.home-deals__head button:focus-visible {
  border-color: #7bb8e2;
  box-shadow: 0 8px 22px rgba(15, 73, 114, .12);
  transform: translateY(-1px);
}

.home-deals__icon {
  align-items: center;
  background: #edf5fb;
  border-radius: 50%;
  color: var(--home-blue);
  display: flex;
  flex: 0 0 44px;
  font-size: 23px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.home-deals__label { display: block; min-width: 0; }
.home-deals__label small { display: block; font-size: 10px; font-weight: 700; letter-spacing: .08em; margin-bottom: 2px; text-transform: uppercase; }
.home-deals__label strong { display: block; font-size: 19px; line-height: 1.25; }
.home-deals__head button:first-child .home-deals__icon { background: #fff0f0; color: var(--home-red); }

.home-deals__head button:first-child.is-active {
  background: linear-gradient(135deg, #d71926, #f04438);
  border-color: #d71926;
  box-shadow: 0 10px 24px rgba(228, 35, 43, .24);
  color: #fff;
}

.home-deals__head button:last-child.is-active {
  background: linear-gradient(135deg, var(--home-blue-dark), var(--home-blue));
  border-color: var(--home-blue-dark);
  box-shadow: 0 10px 24px rgba(8, 122, 195, .24);
  color: #fff;
}

.home-deals__head button.is-active .home-deals__icon { background: rgba(255, 255, 255, .18); color: #fff; }

.home-deals__toolbar {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  min-width: 0;
}

.home-deals__toolbar .home-deals__categories {
  flex: 1 1 auto;
  margin-bottom: 0;
  min-width: 0;
}

.home-deals__view-all {
  align-items: center;
  background: #fff;
  border: 1px solid #b8d6e9;
  border-radius: 6px;
  color: var(--home-blue-dark);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  gap: 4px;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
  white-space: nowrap;
}

.home-deals__view-all:hover,
.home-deals__view-all:focus-visible {
  background: var(--home-blue);
  border-color: var(--home-blue);
  color: #fff;
}

.home-deals__view-all .dashicons { font-size: 16px; height: 16px; width: 16px; }

/* Optical split */
.home-optical__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-optical-panel {
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 50, 80, .06);
  overflow: hidden;
}

.home-optical-panel__banner {
  background-color: var(--home-blue-dark);
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: 148px;
  padding: 20px;
  position: relative;
  text-decoration: none;
}

.home-optical-panel__banner::before {
  background: rgba(3, 41, 73, .68);
  content: '';
  inset: 0;
  position: absolute;
}

.home-optical-panel__banner > span { align-self: end; position: relative; z-index: 1; }
.home-optical-panel__banner small,
.home-optical-panel__banner strong,
.home-optical-panel__banner em { display: block; }
.home-optical-panel__banner small { color: #a9eaf7; font-size: 11px; font-style: normal; font-weight: 700; text-transform: uppercase; }
.home-optical-panel__banner strong { font-size: 25px; line-height: 1.2; margin: 5px 0 10px; }
.home-optical-panel__banner em { align-items: center; display: flex; font-size: 12px; font-style: normal; gap: 4px; }

.home-optical-panel__content {
  padding: 18px;
}

.home-optical-panel__content h3 {
  font-size: 13px;
  margin: 0 0 12px;
}

.home-optical-panel__group + .home-optical-panel__group {
  border-top: 1px solid #e8eff5;
  margin-top: 18px;
  padding-top: 16px;
}

.home-optical-categories {
  display: grid;
  gap: 9px;
  grid-auto-columns: calc((100% - 18px) / 3);
  grid-auto-flow: column;
  grid-template-columns: none;
  grid-template-rows: repeat(2, auto);
  list-style: none;
  margin: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 0 5px;
  scroll-snap-type: x proximity;
  scrollbar-color: #a7b7c4 transparent;
  scrollbar-width: thin;
}

.home-optical-categories li { min-width: 0; scroll-snap-align: start; }

.home-optical-categories a {
  align-items: center;
  background: #fbfdff;
  border: 1px solid var(--home-line);
  border-radius: 10px;
  color: var(--home-ink);
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 600;
  gap: 7px;
  min-height: 116px;
  padding: 8px 7px 10px;
  text-align: center;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.home-optical-categories a:hover,
.home-optical-categories a:focus-visible {
  border-color: #93c7e9;
  box-shadow: 0 7px 16px rgba(8, 92, 150, .1);
  color: var(--home-blue);
  transform: translateY(-2px);
}

.home-optical-categories__media {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  max-width: 72px;
  overflow: hidden;
  width: min(72px, 100%);
}

.home-optical-categories__media img { height: 100%; object-fit: contain; width: 100%; }
.home-optical-categories__media .dashicons { color: #91a9bc; font-size: 32px; height: 32px; width: 32px; }

.home-optical-brand-scroller {
  position: relative;
}

.home-optical-brand-scroller__viewport {
  min-width: 0;
  overflow: hidden;
  transition: margin .2s ease;
}

.home-optical-brands {
  display: grid;
  gap: 7px;
  grid-auto-columns: calc((100% - 21px) / 4);
  grid-auto-flow: column;
  grid-template-columns: none;
  grid-template-rows: repeat(2, 46px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.home-optical-brands::-webkit-scrollbar { display: none; }

.home-optical-brands a {
  align-items: center;
  border: 1px solid var(--home-line);
  border-radius: 7px;
  color: var(--home-ink);
  display: flex;
  font-size: 11px;
  font-weight: 600;
  justify-content: center;
  min-height: 46px;
  padding: 5px;
  scroll-snap-align: start;
  text-align: center;
  text-decoration: none;
}

.home-optical-brands img { height: 31px; max-width: 100%; object-fit: contain; }

.home-optical-brand-scroller__arrow {
  align-items: center;
  appearance: none;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #b8d6e9;
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(8, 61, 103, .12);
  box-sizing: border-box;
  color: var(--home-blue-dark);
  cursor: pointer;
  display: none;
  height: 28px;
  justify-content: center;
  line-height: 1;
  min-height: 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  -webkit-appearance: none;
  z-index: 2;
}

.home-optical-brand-scroller__arrow--prev { left: 0; }
.home-optical-brand-scroller__arrow--next { right: 0; }
.home-optical-brand-scroller.has-overflow .home-optical-brand-scroller__arrow { display: flex; }
.home-optical-brand-scroller.has-overflow .home-optical-brand-scroller__viewport { margin-inline: 34px; }
.home-optical-brand-scroller__arrow:hover,
.home-optical-brand-scroller__arrow:focus-visible { background: var(--home-blue); border-color: var(--home-blue); color: #fff; }
.home-optical-brand-scroller__arrow:disabled { cursor: default; opacity: .32; }

/* Repeatable category showcases */
.home-category-showcase {
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 15px;
  margin-top: 0;
  overflow: hidden;
  padding: 18px;
}

.home-category-blocks__mobile-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px;
  overflow-x: auto;
  border: 1px solid var(--home-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(15, 50, 80, .045);
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.home-category-blocks__mobile-tabs::-webkit-scrollbar { display: none; }

.home-category-blocks__mobile-tabs button {
  min-height: 38px;
  padding: 7px 14px;
  flex: 0 0 auto;
  border: 1px solid #d6e3ec;
  border-radius: 9px;
  background: #f7fafc;
  color: #456079;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  scroll-snap-align: start;
  white-space: nowrap;
}

.home-category-blocks__mobile-tabs button:hover,
.home-category-blocks__mobile-tabs button:focus-visible {
  border-color: var(--home-blue);
  color: var(--home-blue-dark);
}

.home-category-blocks__mobile-tabs button.is-active {
  border-color: var(--home-blue-dark);
  background: var(--home-blue-dark);
  box-shadow: inset 0 -3px 0 var(--home-red), 0 5px 12px rgba(7, 75, 134, .16);
  color: #fff;
}

.home-category-blocks__track { display: block; }

.home-category-showcase[hidden] { display: none !important; }

.home-category-showcase__top {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.home-category-showcase__top small { color: var(--home-blue); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.home-category-showcase__top h2 { font-size: 24px; margin: 3px 0 0; }
.home-category-showcase__top > a { align-items: center; color: var(--home-blue); display: flex; font-size: 13px; font-weight: 700; text-decoration: none; }
.home-category-showcase__filters {
  background: #f5f9fc;
  border: 1px solid #dbe8f1;
  border-radius: 11px;
  display: grid;
  gap: 0;
  margin: 14px 0;
  padding: 5px 12px;
}

.home-category-filter-group {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 116px minmax(0, 1fr);
  min-width: 0;
  padding: 7px 0;
}

.home-category-filter-group + .home-category-filter-group { border-top: 1px solid #dbe8f1; }

.home-category-filter-group__label {
  align-items: center;
  color: #52677c;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 5px;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.home-category-filter-group__label .dashicons { color: var(--home-blue); font-size: 17px; height: 17px; width: 17px; }
.home-category-filter-group .home-filter-row { margin: 0; padding: 1px 0 3px; }
.home-category-filter-group--brands .home-filter-row button { background: #fffdf8; border-color: #eadfc8; }
.home-category-filter-group--brands .home-filter-row button:hover,
.home-category-filter-group--brands .home-filter-row button:focus-visible,
.home-category-filter-group--brands .home-filter-row button.is-active { background: #fff5df; border-color: #d99a27; color: #7b5207; }

.home-category-showcase__body {
  display: grid;
  gap: 14px;
  grid-template-columns: 210px minmax(0, 1fr);
}

.home-category-showcase--reverse .home-category-showcase__body { grid-template-columns: minmax(0, 1fr) 210px; }
.home-category-showcase--reverse .home-category-showcase__banner { grid-column: 2; grid-row: 1; }
.home-category-showcase--reverse .home-async-products { grid-column: 1; grid-row: 1; }
.home-category-showcase__body .home-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.home-category-carousel {
  --home-carousel-gutter: 46px;
  min-width: 0;
  padding-inline: var(--home-carousel-gutter);
  position: relative;
  touch-action: pan-y pinch-zoom;
}
.home-category-carousel__viewport { overflow: hidden; }

.home-category-carousel__track {
  align-items: stretch;
  display: flex;
  transition: transform .32s ease;
  will-change: transform;
}

.home-category-carousel__page {
  flex: 0 0 100%;
  min-width: 0;
  padding: 3px 1px 1px;
}

.home-category-carousel__nav {
  inset: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
  z-index: 4;
}

.home-category-carousel__nav button {
  align-items: center;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(104, 157, 194, .5);
  border-radius: 50%;
  box-sizing: border-box;
  color: rgba(0, 51, 102, .72);
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  opacity: .42;
  padding: 0;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, opacity .2s ease;
  width: 40px;
}

.home-category-carousel__nav [data-product-carousel-prev] { left: 0; }
.home-category-carousel__nav [data-product-carousel-next] { right: 0; }
.home-category-carousel__nav button:hover,
.home-category-carousel__nav button:focus-visible { background: var(--home-blue); border-color: var(--home-blue); box-shadow: 0 5px 14px rgba(0, 51, 102, .2); color: #fff; opacity: 1; }
.home-category-carousel__nav button:disabled { cursor: default; opacity: .16; }
.home-category-carousel__status {
  background: rgba(255, 255, 255, .92);
  border: 1px solid #d6e5ef;
  border-radius: 999px;
  color: var(--home-muted);
  font-size: 10px;
  font-weight: 800;
  min-width: 38px;
  padding: 3px 7px;
  pointer-events: none;
  position: absolute;
  right: calc((var(--home-carousel-gutter) - 38px) / 2);
  text-align: center;
  top: 8px;
}

.home-deals .home-category-carousel,
.home-brands .home-category-carousel {
  padding-inline: 0;
}

.home-deals .home-category-carousel__nav [data-product-carousel-prev],
.home-brands .home-category-carousel__nav [data-product-carousel-prev] { left: -18px; }
.home-deals .home-category-carousel__nav [data-product-carousel-next],
.home-brands .home-category-carousel__nav [data-product-carousel-next] { right: -18px; }

.home-category-showcase__banner {
  background: var(--home-blue-dark);
  border-radius: 10px;
  color: #fff;
  display: block;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.home-category-showcase__banner::after { background: rgba(3,41,73,.35); content: ''; inset: 0; position: absolute; }
.home-category-showcase__banner picture { display: block; inset: 0; position: absolute; }
.home-category-showcase__banner img { height: 100%; object-fit: cover; width: 100%; }
.home-category-showcase__banner span { bottom: 16px; font-size: 18px; font-weight: 700; left: 14px; max-width: 170px; position: absolute; z-index: 2; }

/* One-row content carousels */
.home-row-carousel { position: relative; }
.home-row-carousel__viewport { overflow: hidden; }
.home-row-carousel__track {
  -webkit-overflow-scrolling: touch;
  display: grid;
  gap: 14px;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 42px) / 4);
  grid-template-rows: minmax(0, 1fr);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.home-row-carousel__track::-webkit-scrollbar { display: none; }
.home-row-carousel__track > * { min-width: 0; scroll-snap-align: start; }
.home-row-carousel__arrow {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 1px solid #b9d4e6;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(8, 61, 103, .16);
  color: var(--home-blue-dark);
  cursor: pointer;
  display: none;
  height: 42px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  z-index: 4;
}
.home-row-carousel__arrow .dashicons { font-size: 21px; height: 21px; width: 21px; }
.home-row-carousel__arrow--prev { left: 8px; }
.home-row-carousel__arrow--next { right: 8px; }
.home-row-carousel.has-overflow .home-row-carousel__arrow { display: flex; }
.home-row-carousel__arrow:hover,
.home-row-carousel__arrow:focus-visible { background: var(--home-blue); border-color: var(--home-blue); color: #fff; }
.home-row-carousel__arrow:disabled { cursor: default; opacity: .32; }

/* Video */
.home-video-showcase {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
}

.home-video-feature,
.home-video-short-card {
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  box-shadow: 0 7px 20px rgba(15,50,80,.05);
  min-width: 0;
  overflow: hidden;
}

.home-video-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(210px, .6fr);
}

.home-video-feature__media,
.home-video-short-card__media {
  align-items: center;
  background: #09233a;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.home-video-feature__media {
  aspect-ratio: 16 / 9;
}

.home-video-short-card__media {
  aspect-ratio: 9 / 16;
}

.home-video-feature__media > img,
.home-video-short-card__media > img {
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
  width: 100%;
}

.home-video-feature__media:hover > img,
.home-video-short-card__media:hover > img {
  transform: scale(1.025);
}

.home-video-feature__media > .dashicons,
.home-video-short-card__media > .dashicons {
  color: #8bb8d4;
  font-size: 44px;
  height: 44px;
  width: 44px;
}

.home-video-shade {
  background: linear-gradient(180deg, rgba(1,20,37,.08) 45%, rgba(1,20,37,.66) 100%);
  inset: 0;
  position: absolute;
}

.home-video-play {
  align-items: center;
  background: var(--home-red);
  border: 3px solid rgba(255,255,255,.88);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(0,0,0,.24);
  color: #fff;
  display: flex;
  height: 54px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
}

.home-video-play .dashicons {
  font-size: 24px;
  height: 24px;
  margin-left: 2px;
  width: 24px;
}

.home-video-play--small {
  border-width: 2px;
  height: 38px;
  width: 38px;
}

.home-video-play--small .dashicons {
  font-size: 18px;
  height: 18px;
  width: 18px;
}

body.has-home-video-dialog {
  overflow: hidden;
}

.home-video-dialog {
  background: transparent;
  border: 0;
  color: var(--home-ink);
  margin: auto;
  max-height: none;
  max-width: none;
  overflow: visible;
  padding: 0;
}

.home-video-dialog[open] {
  display: grid;
  place-items: center;
}

.home-video-dialog::backdrop {
  backdrop-filter: blur(4px);
  background: rgba(1, 18, 32, .78);
}

.home-video-dialog__panel {
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(1, 18, 32, .32);
  max-width: calc(100vw - 24px);
  padding: 12px;
  width: fit-content;
}

.home-video-dialog__header {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 0 0 10px;
}

.home-video-dialog__header h2 {
  font-size: 1rem;
  line-height: 1.35;
  margin: 0;
  max-width: min(66vw, 540px);
}

.home-video-dialog__header button {
  align-items: center;
  background: #f4f8fb;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  color: var(--home-ink);
  cursor: pointer;
  display: flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.home-video-dialog__header button:hover,
.home-video-dialog__header button:focus-visible {
  background: var(--home-blue);
  border-color: var(--home-blue);
  color: #fff;
}

.home-video-dialog__player {
  aspect-ratio: 9 / 16;
  background: #000;
  height: min(72vh, 720px);
  max-height: calc(100vh - 150px);
}

.home-video-dialog__player iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.home-video-dialog__source {
  color: var(--home-blue);
  display: block;
  font-size: .82rem;
  margin-top: 9px;
  text-align: center;
}

.home-video-dialog__source[hidden] {
  display: none;
}

.home-video-platform {
  background: rgba(1,27,51,.78);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 5px;
  bottom: 9px;
  color: #fff;
  font-size: 9px;
  font-weight: 650;
  left: 9px;
  padding: 4px 7px;
  position: absolute;
}

.home-video-feature__body {
  align-content: center;
  display: grid;
  padding: clamp(18px, 3vw, 30px);
}

.home-video-feature__body > span {
  color: var(--home-blue);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-video-feature h3 {
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 500;
  line-height: 1.32;
  margin: 8px 0 10px;
}

.home-video-feature h3 a,
.home-video-short-card h3 a {
  color: var(--home-ink);
  font-weight: inherit;
  text-decoration: none;
}

.home-video-feature h3 a:hover,
.home-video-short-card h3 a:hover {
  color: var(--home-blue);
}

.home-video-feature__body p {
  color: var(--home-muted);
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-video-short-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-video-showcase--shorts-only {
  display: block;
}

.home-video-showcase--shorts-only .home-video-short-list {
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.home-video-short-card h3 {
  display: -webkit-box;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  min-height: 49px;
  overflow: hidden;
  padding: 9px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* News */
.home-news-grid { align-items: stretch; }

.home-news-card {
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 13px;
  overflow: hidden;
  height: 100%;
}

.home-news-card__media {
  aspect-ratio: 16 / 9;
  background: #e9f0f5;
  display: block;
}

.home-news-card__media { align-items: center; display: flex; justify-content: center; overflow: hidden; }
.home-news-card__media img { height: 100%; object-fit: cover; width: 100%; }
.home-news-card__media > .dashicons { color: #9aabba; display: flex; font-size: 34px; height: 34px; width: 34px; }
.home-news-card > div { padding: 14px; }
.home-news-card time { color: var(--home-muted); font-size: 11px; }
.home-news-card h3 { display: -webkit-box; font-size: 16px; font-weight: 400; line-height: 1.4; margin: 6px 0 8px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.home-news-card h3 a { color: var(--home-ink); font-weight: 400; text-decoration: none; }
.home-news-card p { color: var(--home-muted); font-size: 13px; line-height: 1.5; margin: 0; }

@media (max-width: 1180px) {
  .home-hero { grid-template-columns: 220px minmax(0, 1fr); }
  .home-hero-offer { grid-column: 1 / -1; margin-top: 2px; min-height: 250px; }
  .home-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .home-category-showcase__body .home-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .home-row-carousel__track { grid-auto-columns: calc((100% - 28px) / 3); }
}

@media (max-width: 900px) {
  .vtxvn-home { padding-top: 16px; }
  .home-hero { background: transparent; border: 0; border-radius: 0; box-shadow: none; display: block; padding: 0; }
  .home-hero-categories { display: none; }
  .home-hero-stage { min-height: 300px; }
  .home-hero-offer { margin-top: 12px; }
  .home-optical__grid { grid-template-columns: 1fr; }
  .home-category-showcase__body,
  .home-category-showcase--reverse .home-category-showcase__body { grid-template-columns: 1fr; }
  .home-category-showcase__banner,
  .home-category-showcase--reverse .home-category-showcase__banner { grid-column: 1; grid-row: 1; min-height: 180px; }
  .home-category-showcase--reverse .home-async-products { grid-column: 1; grid-row: 2; }
  .home-category-showcase__body .home-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-row-carousel__track { grid-auto-columns: calc((100% - 14px) / 2); }
}

@media (max-width: 700px) {
  .vtxvn-home { padding-bottom: 28px; padding-top: 8px; }
  .home-section { margin-top: 14px; }
  .home-section-heading { align-items: center; gap: 10px; margin-bottom: 9px; }
  .home-section-heading h2 { font-size: 19px; letter-spacing: -.015em; }
  .home-section-heading p { display: none; }
  .home-section-heading > a { font-size: 11px; min-height: 32px; }
  .home-hero.site-container { overflow: visible; width: calc(100% - 16px); }
  .home-hero-stage { aspect-ratio: 4 / 3; height: auto; min-height: 0; }
  .home-slider { background: #eef6fb; border-radius: 14px; height: 100%; min-height: 0; }
  .home-slider { touch-action: pan-y pinch-zoom; }
  .home-slider__slide,
  .home-slider__slide picture,
  .home-slider__slide img { border-radius: 14px; overflow: hidden; }
  .home-slider__slide img { object-fit: cover; }
  .home-slider__arrow { border: 1px solid #d7e6ef; box-shadow: 0 5px 14px rgba(7, 61, 118, .18); height: 34px; width: 34px; }
  .home-slider__arrow--prev { left: -8px; }
  .home-slider__arrow--next { right: -8px; }
  .home-slider__dots { display: none; }
  .home-hero-offer { display: none; }
  .home-hero-offer::before { display: none; }
  .home-hero-combo__promotions,
  .home-hero-combo__quote { border-radius: 13px; box-shadow: 0 8px 20px rgba(11, 57, 92, .1); min-height: 132px; padding: 11px; }
  .home-hero-combo__promotions { background: linear-gradient(145deg, #075797, #0797bd); border: 1px solid #168ec3; display: flex; flex-direction: column; }
  .home-hero-combo__heading,
  .home-hero-combo__quote-heading { gap: 7px; grid-template-columns: 30px minmax(0, 1fr); margin: 0; }
  .home-hero-combo__heading-icon,
  .home-hero-combo__quote-icon { border-radius: 8px; height: 30px; width: 30px; }
  .home-hero-combo__heading-icon .dashicons,
  .home-hero-combo__quote-icon .dashicons { font-size: 17px; height: 17px; width: 17px; }
  .home-hero-combo__heading h2,
  .home-hero-combo__quote h2 { font-size: 14px; line-height: 1.25; }
  .home-hero-offer__eyebrow,
  .home-hero-combo__quote-eyebrow { font-size: 7px; letter-spacing: .055em; }
  .home-promotion-list,
  .home-hero-combo__quote > p,
  .home-hero-combo__quote .vtxvn-quote-form--home { display: none; }
  .home-hero-offer__all { border-top: 0; font-size: 9px; margin-top: auto; padding: 9px 0 0; }
  .home-hero-mobile-quote { align-items: center; background: linear-gradient(135deg, #e0202b, #f14d42); border-radius: 8px; color: #fff; display: flex; font-size: 10px; font-weight: 800; justify-content: space-between; margin-top: auto; min-height: 36px; padding: 0 9px; text-decoration: none; }
  .home-promotion-list { grid-template-columns: 1fr; }
  .home-filter-row { margin-left: -14px; margin-right: -14px; padding-left: 14px; padding-right: 14px; scrollbar-width: none; }
  .home-filter-row::-webkit-scrollbar { display: none; }
  .home-filter-row,
  .home-category-blocks__mobile-tabs,
  .home-product-grid { -webkit-overflow-scrolling: touch; overscroll-behavior-inline: contain; }
  .home-filter-row button,
  .home-category-blocks__mobile-tabs button { scroll-snap-align: start; }
  .home-filter-row button { border-radius: 999px; font-size: 11px; font-weight: 550; min-height: 34px; padding: 6px 11px; }
  .home-product-grid { display: flex; gap: 10px; margin-left: -14px; margin-right: -14px; overflow-x: auto; padding: 0 14px 6px; scroll-snap-type: x proximity; }
  .home-product-grid { scrollbar-width: none; }
  .home-product-grid::-webkit-scrollbar { display: none; }
  .home-product-card { border-radius: 11px; flex: 0 0 48%; scroll-snap-align: start; }
  .home-product-card:nth-child(n) { display: flex; }
  .home-product-card__media { aspect-ratio: 1 / .8; padding: 9px; }
  .home-product-card__sale { font-size: 10px; padding: 4px 7px; }
  .home-product-card__body { padding: 0 9px 8px; }
  .home-product-card__category { font-size: 8px; margin-bottom: 4px; }
  .home-product-card h3 { display: -webkit-box; font-size: 12px; font-weight: 550; line-height: 1.35; min-height: 33px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .home-product-card__price { font-size: 14px; margin-top: 6px; }
  .home-product-card__price del { display: block; font-size: 9px; margin: 0 0 1px; }
  .home-product-card__meta { font-size: 9px; padding-top: 6px; }
  .home-product-card__meta a { font-size: 9px; }
  .home-deals { background: #fff; border-color: #d9e7f0; border-radius: 14px; box-shadow: 0 5px 16px rgba(15, 50, 80, .06); margin-left: 0; margin-right: 0; max-width: 100%; overflow: hidden; padding: 9px; width: 100%; }
  .home-deals__head { background: #eef3f7; border-radius: 10px; gap: 4px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 9px; padding: 4px; width: 100%; }
  .home-deals__head button { border: 0; border-radius: 8px; box-shadow: none; gap: 6px; justify-content: center; min-height: 42px; min-width: 0; padding: 6px 7px; text-align: center; transform: none; }
  .home-deals__head button:hover,
  .home-deals__head button:focus-visible,
  .home-deals__head button.is-active { box-shadow: none; transform: none; }
  .home-deals__categories { gap: 6px; margin: 0 0 8px; max-width: 100%; padding: 1px 0 3px; scroll-padding-inline: 0; }
  .home-deals__categories button { min-height: 31px; padding: 5px 10px; }
	.home-deals__toolbar { align-items: stretch; flex-direction: column; gap: 6px; margin-bottom: 8px; }
	.home-deals__view-all { align-self: flex-end; font-size: 10px; min-height: 32px; padding: 0 9px; }
  .home-deals .home-async-products,
  .home-deals .home-category-carousel { max-width: 100%; min-width: 0; }
  .home-deals .home-category-carousel { background: #f7fafc; border: 1px solid #e1eaf0; border-radius: 11px; padding-block: 7px; }
	.home-deals .home-category-carousel__nav [data-product-carousel-prev] { left: 4px; }
	.home-deals .home-category-carousel__nav [data-product-carousel-next] { right: 4px; }
	.home-brands .home-category-carousel__nav [data-product-carousel-prev] { left: 4px; }
	.home-brands .home-category-carousel__nav [data-product-carousel-next] { right: 4px; }
  .home-deals__icon { flex-basis: 25px; font-size: 15px; height: 25px; width: 25px; }
  .home-deals__label small { display: none; }
  .home-deals__label strong { font-size: 11.5px; font-weight: 650; line-height: 1.2; }
  .home-optical { overflow: visible; }
  .home-optical__grid { display: grid; gap: 12px; grid-template-columns: 1fr; margin: 0; overflow: visible; padding: 0; }
  .home-optical-panel { min-width: 0; width: 100%; }
  .home-optical-panel__banner { min-height: 124px; padding: 15px; }
  .home-optical-panel__banner strong { font-size: 20px; margin: 4px 0 7px; }
  .home-optical-panel__content { padding: 12px; }
  .home-optical-panel__group + .home-optical-panel__group { margin-top: 13px; padding-top: 12px; }
  .home-optical-categories { grid-auto-columns: calc((100% - 9px) / 2); grid-template-columns: none; scrollbar-width: none; }
  .home-optical-categories::-webkit-scrollbar { display: none; }
  .home-optical-categories a { min-height: 96px; padding: 6px; }
  .home-optical-categories__media { max-width: 58px; width: min(58px, 100%); }
  .home-optical-brands { grid-auto-columns: calc((100% - 7px) / 2); grid-template-columns: none; }
  .home-optical-brand-scroller.has-overflow .home-optical-brand-scroller__viewport { margin-inline: 30px; }
  .home-category-blocks__mobile-tabs { display: flex; gap: 7px; margin: 0 -14px 10px; overflow-x: auto; padding: 1px 14px 3px; scroll-padding-inline: 14px; scroll-snap-type: x proximity; scrollbar-width: none; }
  .home-category-blocks__mobile-tabs::-webkit-scrollbar { display: none; }
  .home-category-blocks__mobile-tabs button { background: #fff; border: 1px solid #cbdde9; border-radius: 999px; color: #52677c; flex: 0 0 auto; font: inherit; font-size: 11px; font-weight: 550; min-height: 36px; padding: 6px 13px; white-space: nowrap; }
  .home-category-blocks__mobile-tabs button.is-active { background: var(--home-blue-dark); border-color: var(--home-blue-dark); color: #fff; box-shadow: 0 4px 12px rgba(7, 61, 118, .16); }
  .home-category-blocks,
  .home-category-blocks__track { max-width: 100%; min-width: 0; }
  .home-category-blocks__track { display: grid; gap: 14px; margin: 0; overflow: visible; padding: 0; width: 100%; }
  .home-category-showcase { border: 1px solid var(--home-line); border-radius: 14px; box-shadow: 0 4px 14px rgba(15, 50, 80, .045); display: flex; flex-direction: column; margin: 0; min-width: 0; padding: 11px; scroll-margin-top: 12px; width: 100%; }
  .home-category-showcase[hidden] { display: none !important; }
  .home-category-showcase__top { order: 0; padding: 1px 2px 0; }
  .home-category-showcase__top small { font-size: 9px; }
  .home-category-showcase__top h2 { font-size: 19px; margin-top: 2px; }
  .home-category-showcase__top > a { border: 1px solid #cfe0eb; border-radius: 999px; font-size: 10px; min-height: 32px; padding: 0 9px; }
  .home-category-showcase__body,
  .home-category-showcase--reverse .home-category-showcase__body { display: contents; }
  .home-category-showcase__filters { margin: 10px 0 12px; order: 2; padding: 5px 8px; width: 100%; }
  .home-category-filter-group { display: block; min-width: 0; padding: 7px 0; }
  .home-category-filter-group__label { font-size: 9px; line-height: 1.25; margin: 0 0 6px; }
  .home-category-filter-group .home-filter-row { flex-wrap: wrap; margin: 0; max-width: 100%; overflow: visible; padding: 2px 0; scrollbar-width: none; }
  .home-category-filter-group .home-filter-row::-webkit-scrollbar { display: none; }
  .home-category-filter-group .home-filter-row button { border-radius: 8px; font-size: 11px; min-height: 32px; padding: 5px 10px; }
  .home-category-showcase__banner,
  .home-category-showcase--reverse .home-category-showcase__banner { margin-top: 10px; min-height: 112px; order: 1; }
  .home-category-showcase__banner span { bottom: 12px; font-size: 15px; }
  .home-category-showcase .home-async-products { min-width: 0; order: 3; width: 100%; }
  .home-category-showcase__body .home-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; overflow: visible; padding: 0; }
  .home-category-showcase__body .home-product-card { flex: initial; }
  .home-category-carousel { --home-carousel-gutter: 40px; }
  #home-brand-products .home-category-carousel,
  .home-category-showcase .home-category-carousel { background: #f7fbfe; border: 1px solid #d9e8f1; border-radius: 12px; padding-block: 8px; }
  .home-category-carousel__page > .home-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; overflow: visible; padding: 0; }
  .home-category-carousel__page > .home-product-grid .home-product-card { flex: initial; }
  .home-category-carousel__nav button { height: 34px; min-height: 34px; min-width: 34px; width: 34px; }
  .home-category-carousel__nav [data-product-carousel-prev] { left: 0; }
  .home-category-carousel__nav [data-product-carousel-next] { right: 0; }
  .home-category-carousel__status { right: calc((var(--home-carousel-gutter) - 38px) / 2); top: 5px; }
  .home-row-carousel__arrow { height: 34px; width: 34px; }
  .home-row-carousel__arrow--prev { left: 4px; }
  .home-row-carousel__arrow--next { right: 4px; }
  .home-brands { background: #fff; border: 1px solid var(--home-line); border-radius: 14px; box-shadow: 0 4px 14px rgba(15, 50, 80, .045); overflow: hidden; padding: 11px; }
  .home-brands .home-brand-filters { margin: 0 -11px 9px; padding-left: 11px; padding-right: 11px; scroll-padding-inline: 11px; }
  .home-brands .home-brand-filter:has(img) { min-width: 104px; }
  .home-videos { margin-top: 14px; }
  .home-videos .home-section-heading { margin-bottom: 8px; }
  .home-videos .home-section-heading h2 { font-size: 19px; }
  .home-video-showcase { grid-template-columns: 1fr; }
  .home-video-feature { grid-template-columns: 1fr; }
  .home-video-short-list,
  .home-video-showcase--shorts-only .home-video-short-list {
    display: grid;
    gap: 10px;
    grid-auto-columns: 38%;
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .home-video-short-list::-webkit-scrollbar { display: none; }
  .home-video-short-card { scroll-snap-align: start; }
  .home-news-grid { gap: 10px; grid-auto-columns: calc((100% - 10px) / 2); grid-template-rows: repeat(2, minmax(0, auto)); }
  .home-news-card:nth-child(n) { display: block; }
  .home-news-card__media { aspect-ratio: 16 / 9; min-height: 0; }
  .home-news-card > div { padding: 8px 9px 10px; }
  .home-news-card time,
  .home-news-card p { display: none; }
  .home-news-card h3 { font-size: 12.5px; font-weight: 400; line-height: 1.35; margin: 0; -webkit-line-clamp: 2; }
  .home-news-card h3 a { font-weight: 400; }
}

@media (prefers-reduced-motion: reduce) {
  .home-slider__slide,
  .home-product-card { transition: none; }
  .home-products-loading span { animation: none; }
}

/* --------------------------------------------------------------------------
 * Homepage editorial layout
 * Keep the hero self-contained; flatten every section below it so whitespace,
 * dividers and imagery create hierarchy instead of nested framed boxes.
 * -------------------------------------------------------------------------- */
.vtxvn-home {
  --home-page: #f4f6f8;
  padding-bottom: 72px;
}

.vtxvn-home > .home-section:not(.home-hero) {
  margin-top: clamp(44px, 4vw, 64px);
}

.vtxvn-home > .home-section:not(.home-hero) .home-section-heading {
  align-items: center;
  border-bottom: 1px solid #d8e1e8;
  margin-bottom: 20px;
  padding: 0 0 14px;
}

.vtxvn-home > .home-section:not(.home-hero) .home-section-heading::before {
  background: linear-gradient(90deg, var(--home-red) 0 18px, var(--home-blue) 18px 58px);
  border-radius: 0;
  bottom: -1px;
  height: 3px;
  left: 0;
  top: auto;
  width: 58px;
}

.vtxvn-home > .home-section:not(.home-hero) .home-section-heading h2 {
  font-size: clamp(23px, 2vw, 28px);
  letter-spacing: -.02em;
}

.home-product-grid {
  gap: 14px;
}

.home-product-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-product-card:hover {
  border-color: transparent;
  box-shadow: 0 10px 28px rgba(18, 48, 72, .1);
  transform: translate3d(0, -2px, 0);
}

.home-product-card__media {
  border-bottom: 1px solid #edf1f4;
}

.home-product-card__body {
  padding: 12px 14px 14px;
}

.vtxvn-home .home-product-card .vtxvn-product-card__title,
.vtxvn-home .home-product-card .vtxvn-product-card__title a {
  font-weight: 400 !important;
}

.home-product-card__category {
  margin-bottom: 7px;
}

.home-product-card__meta {
  border-top-color: #edf1f4;
}

.home-category-carousel {
  --home-carousel-gutter: 42px;
}

.home-category-carousel__nav button,
.home-row-carousel__arrow {
  border-color: #cbd8e1;
  border-radius: 5px;
  box-shadow: none;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  width: 36px;
}

.home-category-carousel__status {
  background: transparent;
  border: 0;
  border-radius: 0;
}

/* Deals: one compact tab line, one product row. */
.home-deals {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0;
}

.home-deals__head {
  border-bottom: 1px solid #d8e1e8;
  display: flex;
  gap: 28px;
  grid-column: 1;
  margin-bottom: 8px;
}

.home-deals__head button {
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  box-shadow: none;
  color: #65758a;
  gap: 9px;
  min-height: 62px;
  padding: 8px 2px 11px;
  transition: border-color .2s ease, color .2s ease;
}

.home-deals__head button:hover,
.home-deals__head button:focus-visible {
  border-color: #8bb9d7;
  box-shadow: none;
  color: var(--home-blue-dark);
  transform: none;
}

.home-deals__head button:first-child.is-active,
.home-deals__head button:last-child.is-active {
  background: transparent;
  border-color: var(--home-red);
  box-shadow: none;
  color: var(--home-ink);
}

.home-deals__head button:last-child.is-active {
  border-color: var(--home-blue);
}

.home-deals__icon,
.home-deals__head button:first-child .home-deals__icon,
.home-deals__head button.is-active .home-deals__icon {
  background: transparent;
  border-radius: 0;
  color: var(--home-blue);
  flex-basis: 28px;
  font-size: 22px;
  height: 28px;
  width: 28px;
}

.home-deals__head button:first-child .home-deals__icon {
  color: var(--home-red);
}

.home-deals__label strong {
  font-size: 18px;
}

.home-deals__toolbar {
  align-items: center;
  border-bottom: 1px solid #d8e1e8;
  grid-column: 1 / -1;
  margin-bottom: 18px;
  padding: 8px 0;
}

.home-deals > .home-async-products {
  grid-column: 1 / -1;
}

.home-deals__categories {
  gap: 3px;
  padding-bottom: 0;
}

.home-deals__categories button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  min-height: 34px;
  padding: 5px 11px;
}

.home-deals__categories button:hover,
.home-deals__categories button:focus-visible,
.home-deals__categories button.is-active {
  background: transparent;
  border-color: var(--home-blue);
}

.home-deals__view-all {
  align-self: stretch;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d8e1e8;
  border-radius: 0;
  grid-column: 2;
  justify-self: end;
  margin-bottom: 8px;
  min-height: 62px;
  padding: 0 2px 0 24px;
}

.home-deals__view-all:hover,
.home-deals__view-all:focus-visible {
  background: transparent;
  border-color: transparent;
  color: var(--home-red);
  text-decoration: underline;
}

.home-deals .home-category-carousel__nav [data-product-carousel-prev],
.home-brands .home-category-carousel__nav [data-product-carousel-prev] {
  left: -44px;
}

.home-deals .home-category-carousel__nav [data-product-carousel-next],
.home-brands .home-category-carousel__nav [data-product-carousel-next] {
  right: -44px;
}

@media (max-width: 1287px) {
  .home-deals .home-category-carousel__nav [data-product-carousel-prev],
  .home-brands .home-category-carousel__nav [data-product-carousel-prev] {
    left: 4px;
  }

  .home-deals .home-category-carousel__nav [data-product-carousel-next],
  .home-brands .home-category-carousel__nav [data-product-carousel-next] {
    right: 4px;
  }
}

/* Brands: a clean logo rail followed by products, without an outer card. */
.home-brands {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  padding: 0;
}

.home-brand-filters {
  background: #fff;
  border-bottom: 1px solid #dfe6eb;
  border-top: 1px solid #dfe6eb;
  gap: 0;
  margin-bottom: 20px;
  padding: 0;
}

.home-brand-filters .home-brand-filter,
.home-brand-filters .home-brand-filter:hover,
.home-brand-filters .home-brand-filter:focus-visible,
.home-brand-filters .home-brand-filter.is-active {
  background: #fff;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  border-right: 1px solid #e2e8ed;
  min-height: 58px;
  padding: 8px 18px 5px;
}

.home-brand-filters .home-brand-filter:hover,
.home-brand-filters .home-brand-filter:focus-visible,
.home-brand-filters .home-brand-filter.is-active {
  border-bottom-color: var(--home-blue);
}

/* Featured categories: one surface with internal dividers, not cards in cards. */
.home-optical__grid {
  gap: 18px;
}

.home-optical-panel {
  border: 0;
  border-radius: 6px;
  box-shadow: none;
}

.home-optical-panel__banner {
  border-radius: 6px 6px 0 0;
  min-height: 164px;
}

.home-optical-panel__content {
  padding: 0;
}

.home-optical-panel__content h3 {
  border-bottom: 1px solid #e2e8ed;
  margin: 0;
  padding: 15px 18px 12px;
}

.home-optical-categories {
  gap: 0;
  grid-auto-columns: calc(100% / 3);
  padding: 0;
}

.home-optical-categories a {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #e7ecef;
  border-radius: 0;
  border-right: 1px solid #e7ecef;
  min-height: 122px;
}

.home-optical-categories a:hover,
.home-optical-categories a:focus-visible {
  background: #f8fbfd;
  border-color: #e7ecef;
  box-shadow: none;
  transform: none;
}

.home-optical-categories__media {
  border-radius: 0;
}

/* Main category explorer: tabs and filters become rails and dividers. */
.home-category-blocks__mobile-tabs {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d8e1e8;
  border-radius: 0;
  box-shadow: none;
  gap: 22px;
  margin-bottom: 24px;
  padding: 0;
}

.home-category-blocks__mobile-tabs button {
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  color: #566a7e;
  min-height: 44px;
  padding: 7px 2px 10px;
}

.home-category-blocks__mobile-tabs button:hover,
.home-category-blocks__mobile-tabs button:focus-visible,
.home-category-blocks__mobile-tabs button.is-active {
  background: transparent;
  border-color: var(--home-blue);
  box-shadow: none;
  color: var(--home-blue-dark);
}

.home-category-showcase {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  padding: 0;
}

.home-category-showcase__top {
  padding-bottom: 14px;
}

.home-category-showcase__top small {
  letter-spacing: .1em;
}

.home-category-showcase__filters {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d8e1e8;
  border-radius: 0;
  border-top: 1px solid #d8e1e8;
  margin: 0 0 20px;
  padding: 5px 0;
}

.home-category-filter-group {
  padding: 6px 0;
}

.home-category-filter-group + .home-category-filter-group {
  border-top-color: #e3e9ee;
}

.home-category-filter-group .home-filter-row {
  gap: 4px;
}

.home-category-filter-group .home-filter-row button,
.home-category-filter-group--brands .home-filter-row button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  min-height: 34px;
  padding: 5px 10px;
}

.home-category-filter-group .home-filter-row button:hover,
.home-category-filter-group .home-filter-row button:focus-visible,
.home-category-filter-group .home-filter-row button.is-active,
.home-category-filter-group--brands .home-filter-row button:hover,
.home-category-filter-group--brands .home-filter-row button:focus-visible,
.home-category-filter-group--brands .home-filter-row button.is-active {
  background: transparent;
  border-color: var(--home-blue);
  color: var(--home-blue-dark);
}

.home-category-showcase__banner {
  border-radius: 5px;
}

/* Video and news: image-led tiles with typography on the page background. */
.home-video-short-card,
.home-news-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.home-video-short-card__media,
.home-news-card__media {
  border-radius: 6px;
}

.home-video-short-card h3 {
  min-height: 45px;
  padding: 10px 2px 0;
}

.home-news-card > div {
  padding: 12px 2px 0;
}

.home-news-card h3 {
  margin-bottom: 6px;
}

@media (max-width: 1179px) {
  .home-category-showcase__body .home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .vtxvn-home > .home-section:not(.home-hero) {
    margin-top: 40px;
  }

  .home-deals .home-category-carousel__nav [data-product-carousel-prev],
  .home-brands .home-category-carousel__nav [data-product-carousel-prev] {
    left: 4px;
  }

  .home-deals .home-category-carousel__nav [data-product-carousel-next],
  .home-brands .home-category-carousel__nav [data-product-carousel-next] {
    right: 4px;
  }
}

@media (max-width: 700px) {
  .vtxvn-home {
    padding-bottom: 36px;
  }

  .vtxvn-home > .home-section:not(.home-hero) {
    margin-top: 34px;
  }

  .vtxvn-home > .home-section:not(.home-hero) .home-section-heading {
    margin-bottom: 14px;
    padding-bottom: 10px;
  }

  .vtxvn-home > .home-section:not(.home-hero) .home-section-heading::before {
    width: 44px;
  }

  .home-product-card {
    border-radius: 0;
  }

  .home-product-card:hover {
    box-shadow: none;
    transform: none;
  }

  .home-deals {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    grid-template-columns: minmax(0, 1fr);
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    padding: 0;
    width: calc(100% - 28px);
  }

  .home-deals__head {
    background: transparent;
    border-bottom: 1px solid #d8e1e8;
    border-radius: 0;
    gap: 14px;
    grid-column: 1;
    margin-bottom: 6px;
    order: 1;
    padding: 0;
  }

  .home-deals__head button {
    border-bottom: 3px solid transparent;
    border-radius: 0;
    justify-content: flex-start;
    min-height: 50px;
    padding: 6px 0 9px;
    text-align: left;
  }

  .home-deals__toolbar {
    align-items: center;
    border-bottom: 1px solid #d8e1e8;
    flex-direction: row;
    grid-column: 1;
    margin-bottom: 14px;
    order: 2;
    padding: 6px 0;
  }

  .home-deals > .home-async-products {
    grid-column: 1;
    order: 3;
  }

  .home-deals__view-all {
    align-self: auto;
    border-bottom: 0;
    grid-column: 1;
    justify-self: end;
    margin: 12px 0 0;
    min-height: 34px;
    order: 4;
    padding: 0;
  }

  .home-deals__categories {
    margin: 0;
  }

  .home-deals__categories button,
  .home-filter-row button {
    border-radius: 0;
  }

  .home-deals .home-category-carousel,
  #home-brand-products .home-category-carousel,
  .home-category-showcase .home-category-carousel {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding-block: 0;
  }

  .home-brands {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    padding: 0;
  }

  .home-brands .home-brand-filters {
    margin: 0 -14px 14px;
    padding: 0 14px;
    scroll-padding-inline: 14px;
  }

  .home-optical__grid {
    gap: 18px;
  }

  .home-optical-panel__content {
    padding: 0;
  }

  .home-optical-categories {
    grid-auto-columns: 50%;
  }

  .home-optical-categories a {
    min-height: 104px;
  }

  .home-category-blocks__mobile-tabs {
    background: transparent;
    border-bottom: 1px solid #d8e1e8;
    border-radius: 0;
    gap: 18px;
    margin: 0 -14px 18px;
    padding: 0 14px;
  }

  .home-category-blocks__mobile-tabs button,
  .home-category-blocks__mobile-tabs button.is-active {
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    box-shadow: none;
    color: #566a7e;
    min-height: 42px;
    padding: 7px 1px 9px;
  }

  .home-category-blocks__mobile-tabs button.is-active {
    border-bottom-color: var(--home-blue);
    color: var(--home-blue-dark);
  }

  .home-category-showcase {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }

  .home-category-showcase__top > a {
    border: 0;
    border-radius: 0;
    padding: 0;
  }

  .home-category-showcase__filters {
    border-radius: 0;
    margin-bottom: 14px;
    padding: 4px 0;
  }

  .home-category-filter-group .home-filter-row {
    flex-wrap: nowrap;
    margin: 0 -14px;
    overflow-x: auto;
    padding: 0 14px 3px;
  }

  .home-category-filter-group .home-filter-row button {
    border-radius: 0;
  }

  .home-category-showcase__body .home-product-grid,
  .home-category-carousel__page > .home-product-grid {
    gap: 10px;
  }

  .home-video-short-card h3 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .home-news-grid {
    grid-template-rows: minmax(0, auto);
  }
}

/* Desktop hero is capped by both the CMS setting and available viewport
 * height so the assurance row remains visible above the fold. */
@media (min-width: 1181px) {
  .home-hero {
    align-items: stretch;
    container-type: inline-size;
  }

  .home-hero-categories,
  .home-hero-stage,
  .home-hero-offer {
    height: clamp(360px, calc(100svh - 360px), var(--home-hero-desktop-height, 480px));
    min-height: 0;
  }

  .home-hero-categories {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    overflow: visible;
  }

  .home-hero-categories > ul {
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: #9fb4c4 transparent;
    scrollbar-width: thin;
  }

  .home-hero-categories > ul::-webkit-scrollbar {
    width: 5px;
  }

  .home-hero-categories > ul::-webkit-scrollbar-thumb {
    background: #9fb4c4;
  }

  .home-hero-stage {
    aspect-ratio: auto;
  }

  .home-slider {
    height: 100%;
    min-height: 0;
  }

  .home-slider__slide img {
    object-position: center 10%;
  }

  .home-hero-offer {
    overflow: hidden;
  }

  .home-hero-side-banner {
    min-height: 0;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .home-hero {
    align-items: start;
    container-type: inline-size;
  }

  .home-hero-categories,
  .home-hero-stage {
    height: calc(100cqw - 234px);
    min-height: 0;
  }

  .home-hero-categories {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    overflow: visible;
  }

  .home-hero-categories > ul {
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: #9fb4c4 transparent;
    scrollbar-width: thin;
  }

  .home-hero-stage {
    aspect-ratio: auto;
  }

  .home-slider {
    height: 100%;
    min-height: 0;
  }
}

/* Optical lab rhythm: sections below the hero use whitespace and measured
 * dividers instead of independent card surfaces. */
.vtxvn-home .home-section {
	margin-top: var(--home-section-gap, 28px);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.vtxvn-home > .home-section:not(.home-hero) {
	margin-top: var(--home-section-gap, 28px);
}

.vtxvn-home .home-section + .home-section {
	padding-top: 0;
	border-top: 1px solid var(--vtxvn-lab-line);
}

.vtxvn-home .vtxvn-lab-section-heading {
	margin-bottom: 22px;
	padding: 0 0 14px;
	border: 0;
	border-bottom: 1px solid var(--vtxvn-lab-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.vtxvn-home .home-filter-row {
	border-radius: 0;
	background: transparent;
}

.vtxvn-home .home-deals__toolbar,
.vtxvn-home .home-category-showcase__filters {
	border: 0;
	border-block: 1px solid var(--vtxvn-lab-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.vtxvn-home .home-deals__view-all {
	margin-left: auto;
}

@media (max-width: 700px) {
	.vtxvn-home .home-deals__view-all {
		margin: 0 0 6px auto;
		min-height: 44px;
		order: 1;
	}
}

/* Khối cam kết và slider danh mục nằm liền sau hero. */
.home-assurance {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 16px;
	overflow: hidden;
	border: 1px solid var(--home-line);
	border-radius: 12px;
	background: #fff;
}

.home-assurance__item {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 76px;
	padding: 12px 16px;
}

.home-assurance__item + .home-assurance__item {
	border-left: 1px solid var(--home-line);
}

.home-assurance__icon {
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #eaf6ff;
	color: var(--home-blue);
	font-size: 21px;
}

.home-assurance__item strong {
	color: #24415d;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.home-category-slider {
	margin-top: 28px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.home-category-slider__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.home-category-slider__header h2 {
	margin: 0;
	color: var(--home-ink);
	font-size: clamp(22px, 2vw, 26px);
	font-weight: 800;
	line-height: 1.2;
}

.home-category-slider__controls {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.home-category-slider__body {
	border: 0;
	background: #fff;
}

.home-category-slider__viewport {
	overflow: hidden;
}

.home-category-slider__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 20%;
	grid-template-rows: repeat(2, minmax(132px, 1fr));
	gap: 0;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 0;
	border-top: 1px solid #dce2e7;
	border-left: 1px solid #dce2e7;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}

.home-category-slider__track::-webkit-scrollbar {
	display: none;
}

.home-category-slider__card {
	display: grid;
	grid-template-columns: minmax(82px, 43%) minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	min-width: 0;
	padding: 14px 13px;
	border: 0;
	border-right: 1px solid #dce2e7;
	border-bottom: 1px solid #dce2e7;
	border-radius: 0;
	background: #fff;
	color: #262b30;
	scroll-snap-align: start;
	text-align: left;
	text-decoration: none;
	transition: background-color .18s ease, color .18s ease;
}

.home-category-slider__card:hover,
.home-category-slider__card:focus-visible {
	background: var(--home-blue);
	color: #fff;
}

.home-category-slider__card:hover .home-category-slider__copy small,
.home-category-slider__card:focus-visible .home-category-slider__copy small {
	color: rgba(255, 255, 255, .84);
}

.home-category-slider__media {
	display: flex;
	width: 100%;
	height: 100px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 0;
	background: transparent;
}

.home-category-slider__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .18s ease;
}

.home-category-slider__card:hover .home-category-slider__media img,
.home-category-slider__card:focus-visible .home-category-slider__media img {
	transform: scale(1.04);
}

.home-category-slider__media .dashicons {
	width: 42px;
	height: 42px;
	color: var(--home-blue);
	font-size: 42px;
}

.home-category-slider__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 7px;
}

.home-category-slider__copy strong {
	display: -webkit-box;
	overflow: hidden;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-category-slider__copy small {
	color: #767b80;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
}

.home-category-slider__arrow {
	display: inline-flex;
	width: 38px;
	height: 38px;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #e1e5e8;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(20, 31, 43, .06);
	color: #1f252a;
	cursor: pointer;
	transition: background-color .18s ease, border-color .18s ease, opacity .18s ease;
}

.home-category-slider__arrow--next {
	border-color: var(--home-blue);
	background: var(--home-blue);
	color: #fff;
}

.home-category-slider__arrow:hover:not(:disabled),
.home-category-slider__arrow:focus-visible {
	border-color: var(--home-blue-dark);
	background: var(--home-blue-dark);
	color: #fff;
}

.home-category-slider__arrow:disabled {
	opacity: .42;
	cursor: default;
}

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

	.home-assurance__item:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--home-line);
	}

	.home-assurance__item:nth-child(4) {
		border-top: 1px solid var(--home-line);
	}

	.home-category-slider__track {
		grid-auto-columns: 33.333333%;
	}
}

@media (max-width: 700px) {
	.home-assurance,
	.home-category-slider {
		width: calc(100% - 16px);
	}

	.home-assurance {
		grid-template-columns: 1fr;
		margin-top: 10px;
	}

	.home-assurance__item {
		min-height: 64px;
		padding: 9px 12px;
	}

	.home-assurance__item + .home-assurance__item,
	.home-assurance__item:nth-child(3),
	.home-assurance__item:nth-child(4) {
		border-top: 1px solid var(--home-line);
		border-left: 0;
	}

	.home-category-slider {
		margin-top: 10px;
		padding: 0;
	}

	.home-category-slider__header h2 {
		font-size: 21px;
	}

	.home-category-slider__track {
		grid-auto-columns: 78%;
		grid-template-rows: repeat(2, minmax(120px, 1fr));
	}

	.home-category-slider__arrow {
		width: 36px;
		height: 36px;
		min-height: 36px;
	}

	.home-category-slider__card {
		grid-template-columns: 88px minmax(0, 1fr);
		gap: 10px;
		padding: 10px 12px;
	}

	.home-category-slider__media {
		height: 92px;
	}
}

/* Các bề mặt chính của cụm hero dùng góc vuông theo thiết kế trang chủ. */
.vtxvn-home .home-hero-categories,
.vtxvn-home .home-slider,
.vtxvn-home .home-slider__slide img,
.vtxvn-home .home-hero-side-banner,
.vtxvn-home .home-hero-combo__promotions,
.vtxvn-home .home-hero-combo__quote,
.vtxvn-home .home-hero-mega,
.vtxvn-home .home-assurance {
	border-radius: 0;
}

/* Thanh danh mục deal: điều hướng bằng nút, không hiển thị scrollbar. */
.home-deals__category-nav,
.home-brand-filter-nav {
	position: relative;
	width: 100%;
	min-width: 0;
}

.home-brand-filter-nav {
	margin-bottom: 14px;
}

.home-deals__category-nav .home-deals__categories {
	display: flex;
	gap: 0;
	width: 100%;
	margin: 0;
	padding: 0 46px 0 0;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.home-deals__category-nav .home-deals__categories::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.home-brand-filter-nav .home-brand-filters {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0 46px 0 0;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.home-brand-filter-nav .home-brand-filters::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.home-deals__category-nav .home-deals__categories button {
	position: relative;
	padding: 5px 16px;
	white-space: nowrap;
}

.home-deals__category-nav .home-deals__categories button + button::before {
	position: absolute;
	top: 9px;
	bottom: 9px;
	left: 0;
	width: 1px;
	background: #cbd6df;
	content: "";
}

.home-horizontal-filter-arrow {
	position: absolute;
	z-index: 4;
	top: 0;
	bottom: 0;
	display: inline-flex;
	width: 46px;
	height: auto;
	min-height: 0;
	align-items: center;
	justify-content: center;
	padding: 0;
	transform: none;
	border: 0;
	border-radius: 0;
	background: #f1f7fb;
	box-shadow: none;
	color: var(--home-blue-dark);
	cursor: pointer;
}

.home-horizontal-filter-arrow--prev {
	left: 0;
	border-right: 1px solid #cbd8e1;
}

.home-horizontal-filter-arrow--next {
	right: 0;
	border-left: 1px solid #cbd8e1;
}

.home-horizontal-filter-arrow:disabled {
	visibility: hidden;
	pointer-events: none;
}

[data-horizontal-filter-nav].has-overflow .home-horizontal-filter-arrow:not(:disabled):hover,
[data-horizontal-filter-nav].has-overflow .home-horizontal-filter-arrow:not(:disabled):focus-visible {
	background: #edf7ff;
	color: var(--home-blue);
}

@media (max-width: 700px) {
	.home-deals__category-nav .home-deals__categories {
		margin: 0;
		padding-right: 42px;
	}

	.home-brand-filter-nav .home-brand-filters {
		margin: 0;
		padding-right: 42px;
	}

	.home-deals__category-nav .home-deals__categories button {
		padding-inline: 13px;
	}

	.home-horizontal-filter-arrow {
		width: 42px;
	}
}

/* Dấu phân cách giữa hai nhóm Deal và Sản phẩm bán chạy. */
.home-deals__head button {
	position: relative;
}

.home-deals__head button + button::before {
	position: absolute;
	top: 12px;
	bottom: 12px;
	left: -14px;
	width: 1px;
	background: linear-gradient(to bottom, transparent, #cbd6df 22%, #cbd6df 78%, transparent);
	content: "";
	pointer-events: none;
}

@media (max-width: 700px) {
	.home-deals__head button + button::before {
		top: 10px;
		bottom: 10px;
		left: -7px;
	}
}

/* Each transition owns one horizontal rule, avoiding stacked dividers. */
.vtxvn-home .home-section + .home-section {
	border-top: 0;
}

.vtxvn-home .home-deals__toolbar {
	border-top: 0;
	border-bottom: 1px solid var(--vtxvn-lab-line);
}

.home-brand-filter-nav .home-brand-filters {
	border-top: 0;
	border-bottom: 1px solid var(--vtxvn-lab-line);
}

.vtxvn-home .home-category-showcase__filters {
	border-top: 0;
	border-bottom: 1px solid var(--vtxvn-lab-line);
}

/* Homepage Shorts reuse the channel and product hierarchy from the video library. */
.home-video-short-card__body {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	padding: 10px 2px 0;
}

.home-video-short-card__body h3 {
	min-height: 0;
	margin: 0;
	padding: 0;
}

.home-video-short-card__channel {
	display: inline-flex;
	max-width: 100%;
	align-items: center;
	gap: 5px;
	margin-top: 7px;
	color: var(--home-muted);
	font-size: 10px;
	text-decoration: none;
}

.home-video-short-card__channel .dashicons {
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
	color: var(--home-blue);
	font-size: 14px;
}

.home-video-short-card__channel span:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-video-short-card__channel:hover {
	color: var(--home-blue);
}

.home-video-short-card__product {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: center;
	gap: 7px;
	margin-top: 9px;
	padding: 6px;
	border: 1px solid #d7e8f2;
	background: #f1f8fc;
	color: var(--home-ink);
	text-decoration: none;
}

.home-video-short-card__product > img {
	width: 38px;
	height: 38px;
	background: #fff;
	object-fit: contain;
}

.home-video-short-card__product > span {
	min-width: 0;
}

.home-video-short-card__product small {
	display: block;
	color: var(--home-blue);
	font-size: 8px;
	font-weight: 650;
	letter-spacing: .04em;
	line-height: 1.3;
	text-transform: uppercase;
}

.home-video-short-card__product strong {
	display: -webkit-box;
	margin-top: 2px;
	overflow: hidden;
	color: var(--home-ink);
	font-size: 10px;
	font-weight: 550;
	line-height: 1.3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-video-short-card__product-price {
	display: block;
	margin-top: 2px;
	color: var(--home-red);
	font-size: 9px;
	font-weight: 650;
}

.home-video-short-card__product-price .amount {
	color: inherit;
	font-size: inherit;
}

.home-video-short-card__product:hover {
	border-color: var(--home-blue);
}

/* Balanced Short rail: four readable cards instead of six compressed columns. */
.home-video-short-carousel {
	display: block;
	position: relative;
}

.home-video-short-carousel .home-row-carousel__viewport {
	overflow: hidden;
	padding: 0 1px 2px;
}

.home-video-short-carousel .home-video-short-list {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 42px) / 4);
	grid-template-columns: none;
	grid-template-rows: minmax(0, 1fr);
	gap: 14px;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.home-video-short-carousel .home-video-short-card {
	display: flex;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--home-line);
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.home-video-short-carousel .home-video-short-card__media {
	border-radius: 0;
}

.home-video-short-carousel .home-video-short-card__body {
	min-height: 142px;
	padding: 12px;
}

.home-video-short-carousel .home-video-short-card__body h3 {
	font-size: 13px;
	line-height: 1.4;
}

.home-video-short-carousel .home-video-short-card__channel {
	font-size: 11px;
}

.home-video-short-carousel .home-video-short-card__product {
	grid-template-columns: 46px minmax(0, 1fr);
	margin-top: auto;
	padding: 8px;
}

.home-video-short-carousel .home-video-short-card__product > img {
	width: 46px;
	height: 46px;
}

.home-video-short-carousel .home-video-short-card__product strong {
	font-size: 11px;
	min-height: 2.6em;
}

.home-video-short-carousel .home-video-short-card__product-price {
	font-size: 10px;
}

.home-video-short-carousel .home-row-carousel__arrow {
	top: 38%;
}

@media (max-width: 1179px) {
	.home-video-short-carousel .home-video-short-list {
		grid-auto-columns: calc((100% - 28px) / 3);
	}
}

@media (max-width: 899px) {
	.home-video-short-carousel .home-video-short-list {
		grid-auto-columns: calc((100% - 14px) / 2);
	}
}

@media (max-width: 699px) {
	.home-video-short-carousel .home-video-short-list {
		grid-auto-columns: calc((100% - 10px) / 2);
		gap: 10px;
	}

	.home-video-short-carousel .home-video-short-card__body {
		min-height: 140px;
	}
}

/* One responsive deal tree: desktop uses tabs, mobile exposes both sections. */
.home-deals-mobile,
.home-deals-mobile__section--sale {
	display: contents;
}

.home-deals-mobile__products {
	grid-column: 1 / -1;
	min-width: 0;
}

.home-deals-mobile__header,
.home-deals-mobile__section--best {
	display: none;
}

@media (max-width: 700px) {
	.vtxvn-home .home-section {
		margin-top: var(--home-section-gap-mobile, 22px);
	}

	.vtxvn-home > .home-section:not(.home-hero) {
		margin-top: var(--home-section-gap-mobile, 22px);
	}

	.vtxvn-home .home-section + .home-section {
		padding-top: 0;
	}

	.vtxvn-home .home-slider,
	.vtxvn-home .home-slider__slide,
	.vtxvn-home .home-slider__slide picture,
	.vtxvn-home .home-slider__slide img {
		border-radius: 0 !important;
	}

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

	.home-assurance__item {
		grid-template-columns: 28px minmax(0, 1fr);
		gap: 7px;
		min-height: 52px;
		padding: 7px 9px;
	}

	.home-assurance__icon {
		width: 28px;
		height: 28px;
		font-size: 16px;
	}

	.home-assurance__item strong {
		font-size: 10.5px;
		line-height: 1.3;
	}

	.home-assurance__item + .home-assurance__item,
	.home-assurance__item:nth-child(3),
	.home-assurance__item:nth-child(4) {
		border-top: 0;
		border-left: 0;
	}

	.home-assurance__item:nth-child(even) {
		border-left: 1px solid var(--home-line);
	}

	.home-assurance__item:nth-child(n + 3) {
		border-top: 1px solid var(--home-line);
	}

	.home-deals {
		display: block;
	}

	.home-deals > .home-deals__head,
	.home-deals > .home-deals__view-all,
	.home-deals > .home-deals__toolbar {
		display: none;
	}

	.home-deals-mobile {
		display: grid;
		gap: 32px;
	}

	.home-deals-mobile__section {
		display: block;
		min-width: 0;
	}

	.home-deals-mobile__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin-bottom: 12px;
		padding-bottom: 9px;
		border-bottom: 1px solid var(--home-line);
	}

	.home-deals-mobile__header h2 {
		display: flex;
		min-width: 0;
		align-items: center;
		gap: 7px;
		margin: 0;
		color: var(--home-ink);
		font-size: 18px;
		line-height: 1.25;
	}

	.home-deals-mobile__header h2 .dashicons {
		width: 21px;
		height: 21px;
		flex: 0 0 auto;
		color: var(--home-red);
		font-size: 21px;
	}

	.home-deals-mobile__section--best .home-deals-mobile__header h2 .dashicons {
		color: var(--home-blue);
	}

	.home-deals-mobile__header > a {
		display: inline-flex;
		flex: 0 0 auto;
		align-items: center;
		gap: 2px;
		color: var(--home-blue);
		font-size: 11px;
		font-weight: 650;
		text-decoration: none;
	}

	.home-deals-mobile__header > a .dashicons {
		width: 16px;
		height: 16px;
		font-size: 16px;
	}

	.home-deals-mobile__products .home-product-grid {
		margin: 0;
		padding: 0 0 5px;
	}

	#home-brand-products {
		display: none;
	}

	.home-brand-filter-nav {
		display: block;
		margin-bottom: 0;
	}

	.home-brand-filter-nav .home-horizontal-filter-arrow {
		display: none;
	}

	.home-brand-filter-nav .home-brand-filters {
		display: grid;
		grid-auto-columns: calc((100% - 16px) / 3);
		grid-auto-flow: column;
		grid-template-rows: repeat(2, 54px);
		gap: 8px;
		overflow-x: auto;
		padding: 1px 0 5px;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}

	.home-brand-filter-nav .home-brand-filters::-webkit-scrollbar {
		display: none;
	}

	.home-brand-filter-nav .home-brand-filter,
	.home-brand-filter-nav .home-brand-filter:hover,
	.home-brand-filter-nav .home-brand-filter:focus-visible,
	.home-brand-filter-nav .home-brand-filter.is-active {
		display: flex;
		min-width: 0;
		align-items: center;
		justify-content: center;
		padding: 7px;
		border: 1px solid var(--home-line);
		border-radius: 0;
		background: #fff;
		color: var(--home-ink);
		font-size: 11px;
		font-weight: 650;
		scroll-snap-align: start;
		text-align: center;
		text-decoration: none;
	}

	.home-brand-filter-nav .home-brand-filter img {
		width: 100%;
		height: 34px;
		object-fit: contain;
	}

	.home-category-blocks__mobile-tabs {
		display: none;
	}

	.home-category-blocks > .home-section-heading,
	.home-category-blocks > .vtxvn-lab-section-heading {
		display: none;
	}

	.home-category-blocks__track {
		gap: 32px;
	}

	.home-category-showcase,
	.home-category-showcase[hidden] {
		display: flex !important;
		padding-top: 0;
		border-top: 0;
	}

	.home-category-showcase__top {
		align-items: center;
		gap: 12px;
		margin-bottom: 12px;
		padding: 0 0 9px;
		border-bottom: 1px solid var(--home-line);
	}

	.home-category-showcase__top small {
		display: none;
	}

	.home-category-showcase__top h2 {
		margin: 0;
		font-size: 18px;
		line-height: 1.25;
	}

	.home-category-showcase__top > a {
		display: inline-flex;
		flex: 0 0 auto;
		align-items: center;
		gap: 2px;
		font-size: 11px;
		font-weight: 650;
	}

	.home-category-showcase__filters,
	.home-category-showcase__banner,
	.home-category-showcase--reverse .home-category-showcase__banner {
		display: none;
	}

	.home-category-showcase .home-async-products {
		order: 1;
	}

	.home-category-showcase .home-async-products > .home-product-grid {
		display: flex;
		gap: 10px;
		margin: 0;
		max-width: 100%;
		min-width: 0;
		overflow-x: auto;
		padding: 0 0 5px;
		scroll-snap-type: x proximity;
		width: 100%;
	}

	.home-category-showcase .home-async-products > .home-product-grid .home-product-card {
		flex: 0 0 48%;
	}

	.home-video-short-carousel .home-video-short-list {
		grid-auto-columns: calc((100% - 10px) / 2);
		gap: 10px;
	}

	.home-video-short-carousel .home-video-short-card__body {
		min-height: 110px;
		padding: 8px;
	}

	.home-video-short-carousel .home-video-short-card__body h3 {
		display: -webkit-box;
		overflow: hidden;
		font-size: 11px;
		line-height: 1.35;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.home-video-short-carousel .home-video-short-card__channel {
		margin-top: 5px;
		font-size: 9px;
	}

	.home-video-short-carousel .home-video-short-card__product {
		grid-template-columns: 28px minmax(0, 1fr);
		gap: 5px;
		margin-top: 7px;
		padding: 5px;
	}

	.home-video-short-carousel .home-video-short-card__product > img {
		width: 28px;
		height: 28px;
	}

	.home-video-short-carousel .home-video-short-card__product small,
	.home-video-short-carousel .home-video-short-card__product-price {
		display: none;
	}

	.home-video-short-carousel .home-video-short-card__product strong {
		font-size: 9px;
		line-height: 1.25;
		-webkit-line-clamp: 2;
	}

	.home-news-grid {
		grid-auto-columns: calc((100% - 10px) / 2);
		grid-template-rows: repeat(2, minmax(0, auto));
	}
}
/* Skip layout and paint for the heaviest below-fold product groups until they
 * approach the viewport. Their complete HTML remains available to crawlers,
 * assistive technology and no-script clients. The remembered intrinsic size
 * keeps returning sections stable after their first render. */
@supports (content-visibility: auto) {
	.vtxvn-home .home-deals,
	.vtxvn-home .home-brands,
	.vtxvn-home .home-category-showcase,
	.vtxvn-home .home-news {
		content-visibility: auto;
		contain-intrinsic-size: auto 900px;
	}
}
