:root {
  --sgss-ink: #2f2421;
  --sgss-muted: #716662;
  --sgss-brand: #973238;
  --sgss-soft: #fff8f5;
  --sgss-line: #eadfda;
  --sgss-shadow: 0 18px 55px rgba(68, 35, 29, .16);
}

@media (min-width: 850px) {
  #masthead .header-search-form-wrapper {
    width: clamp(520px, 41vw, 600px) !important;
  }
  #masthead .header-search-form {
    flex: 1 1 auto;
  }
}

#masthead .search-field {
  font-size: 16px !important;
}

.sgss-panel {
  position: absolute;
  z-index: 10020;
  top: calc(100% + 10px);
  left: 0;
  width: min(820px, 82vw) !important;
  max-height: min(72vh, 650px);
  overflow: auto;
  padding: 18px;
  border: 1px solid var(--sgss-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--sgss-shadow);
  color: var(--sgss-ink);
  display: none;
  overscroll-behavior: contain;
}

.sgss-panel.is-open,
.sgss-mobile-results.is-open { display: block; }

.sgss-intro,
.sgss-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.sgss-intro strong,
.sgss-result-head strong { font-size: 16px; color: var(--sgss-ink); }
.sgss-intro > span,
.sgss-result-head div > span { display: block; font-size: 12px; color: var(--sgss-muted); font-weight: 500; }

.sgss-catalog-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 9px 14px;
  border: 1px solid #eadfda;
  border-radius: 13px;
  background: #fffaf7;
  color: var(--sgss-ink);
  line-height: 1.2;
  text-align: left;
  box-shadow: none;
}
.sgss-catalog-toggle > span:first-child { display: flex; flex-direction: column; gap: 1px; }
.sgss-catalog-toggle strong { font-size: 14px; line-height: 1.3; color: var(--sgss-ink); }
.sgss-catalog-toggle small { color: var(--sgss-muted); font-size: 11px; line-height: 1.3; font-weight: 500; text-transform: none; }
.sgss-toggle-icon { color: var(--sgss-brand); font-size: 24px; line-height: 1; transition: transform .18s ease; }
.sgss-catalog-toggle.is-expanded .sgss-toggle-icon { transform: rotate(180deg); }
.sgss-catalog-wrap { margin-top: 12px; }
.sgss-catalog-wrap[hidden] { display: none !important; }
.sgss-utility { display: none; }

.sgss-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.sgss-chip,
.sgss-intent {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid #e7d5cf;
  border-radius: 999px;
  background: var(--sgss-soft);
  color: var(--sgss-brand) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}
.sgss-chip:hover,
.sgss-intent:hover { background: #f7e8e2; border-color: #dcbdb3; }

.sgss-catalog { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.sgss-group { padding: 13px; border: 1px solid #eee4e0; border-radius: 14px; background: #fff; }
.sgss-group-title { display: flex; justify-content: space-between; gap: 10px; color: var(--sgss-ink) !important; font-size: 14px; font-weight: 800; }
.sgss-group-title small { color: var(--sgss-muted); white-space: nowrap; font-size: 11px; font-weight: 600; }
.sgss-subcats { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.sgss-subcat { display: inline-flex; gap: 5px; align-items: center; padding: 6px 8px; border-radius: 8px; background: #f8f5f3; color: #514743 !important; font-size: 12px; line-height: 1.25; }
.sgss-subcat small { color: #948783; font-size: 10px; }
.sgss-depth-2 { background: #fbfaf9; }
.sgss-depth-3 { opacity: .86; }

.sgss-result-head { align-items: flex-start; }
.sgss-products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.sgss-product {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 16px;
  gap: 11px;
  align-items: center;
  min-height: 88px;
  padding: 10px;
  border: 1px solid #eee5e1;
  border-radius: 13px;
  color: var(--sgss-ink) !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.sgss-product:hover,
.sgss-product:focus { transform: translateY(-1px); border-color: #d9b8ae; box-shadow: 0 7px 20px rgba(68, 35, 29, .08); }
.sgss-product img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; background: #f7f4f2; }
.sgss-product-copy { min-width: 0; }
.sgss-product-copy strong { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 13px; line-height: 1.35; }
.sgss-product-copy small { display: block; margin-top: 3px; color: var(--sgss-muted); font-size: 10px; }
.sgss-price { display: block; margin-top: 4px; color: var(--sgss-brand); font-weight: 800; font-size: 12px; }
.sgss-arrow { color: var(--sgss-brand); font-size: 22px; }
.sgss-view-all { display: flex; justify-content: space-between; margin-top: 12px; padding: 12px 14px; border-radius: 11px; background: var(--sgss-brand); color: #fff !important; font-weight: 750; font-size: 13px; }
.sgss-empty,
.sgss-loading { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 150px; gap: 6px; color: var(--sgss-muted); text-align: center; }
.sgss-empty strong { color: var(--sgss-ink); }
.sgss-loading span { width: 22px; height: 22px; border: 2px solid #eadbd6; border-top-color: var(--sgss-brand); border-radius: 50%; animation: sgss-spin .7s linear infinite; }
@keyframes sgss-spin { to { transform: rotate(360deg); } }

.sgss-mobile-open,
.sgss-mobile-dialog { display: none; }
.sgss-mobile-inline-trigger { display: none; }

@media (max-width: 849px) {
  html.sgss-lock,
  html.sgss-lock body { overflow: hidden !important; }
  #masthead .mobile-nav.nav-left { width: 44px; margin-left: 0; }
  #masthead .mobile-nav.nav-left > .nav-icon { display: none !important; }
  .sgss-mobile-search-item { display: flex !important; align-items: center; margin: 0 !important; }
  .sgss-mobile-open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: #fff;
    box-shadow: none;
    white-space: nowrap;
  }
  .sgss-mobile-open-icon { font-size: 25px; line-height: 1; transform: rotate(-15deg); }
  .sgss-mobile-open-label { display: none; font-size: 12px; font-weight: 750; letter-spacing: 0; }
  .header-bottom-nav.mobile-nav .header-search-form-wrapper,
  .header-bottom-nav.mobile-nav .searchform-wrapper { width: 100%; }
  .sgss-mobile-inline-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0 8px 0 15px;
    border: 1px solid #e1cbc3;
    border-radius: 14px;
    background: #fff;
    color: #766a66;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    box-shadow: 0 4px 14px rgba(80,45,36,.07);
  }
  .sgss-mobile-inline-trigger:focus-visible { outline: 3px solid rgba(151,50,56,.18); outline-offset: 2px; }
  .sgss-inline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: #973238;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    transform: rotate(-15deg);
  }
  .sgss-mobile-dialog {
    position: fixed;
    z-index: 100050;
    inset: 0;
    display: flex;
    align-items: flex-start;
    padding: 0;
    background: rgba(45, 30, 26, .38);
    backdrop-filter: blur(5px);
  }
  .sgss-mobile-dialog[hidden] { display: none; }
  .sgss-mobile-sheet {
    width: 100%;
    max-height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
    padding: max(14px, env(safe-area-inset-top)) 14px max(14px, env(safe-area-inset-bottom));
    background: #fff;
  }
  .sgss-mobile-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; color: var(--sgss-ink); }
  .sgss-mobile-top strong { font-size: 17px; }
  .sgss-mobile-close { width: 40px; height: 40px; min-height: 40px; margin: 0; padding: 0; border: 0; border-radius: 50%; background: #f5efec; color: var(--sgss-ink); font-size: 27px; line-height: 1; box-shadow: none; }
  .sgss-mobile-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
  .sgss-mobile-form input[type="search"] { height: 50px; margin: 0; padding: 0 15px; border: 1px solid #dccac4; border-radius: 13px; background: #fff; box-shadow: 0 0 0 3px rgba(151,50,56,.06); font-size: 16px; color: var(--sgss-ink); }
  .sgss-mobile-form button { min-height: 50px; margin: 0; padding: 0 17px; border: 0; border-radius: 13px; background: var(--sgss-brand); color: #fff; font-weight: 800; }
  .sgss-mobile-results { max-height: calc(100dvh - 126px); overflow: auto; padding: 16px 1px 30px; overscroll-behavior: contain; }
  .sgss-mobile-results .sgss-catalog { grid-template-columns: 1fr; }
  .sgss-mobile-results .sgss-catalog-toggle { min-height: 58px; }
  .sgss-utility { display: flex; justify-content: center; gap: 6px; margin-top: 16px; padding-top: 13px; border-top: 1px solid #eee4e0; }
  .sgss-utility a { min-height: 38px; padding: 8px 11px; border-radius: 999px; color: #6f4a43 !important; font-size: 12px; font-weight: 700; }
  .sgss-mobile-results .sgss-products { grid-template-columns: 1fr; }
  .sgss-intro { align-items: flex-start; flex-direction: column; gap: 2px; }
  .sgss-result-head { flex-direction: column; }
  .sgss-intent { width: 100%; justify-content: center; }
  .sgss-product { grid-template-columns: 76px minmax(0, 1fr) 16px; min-height: 102px; padding: 11px; }
  .sgss-product img { width: 76px; height: 76px; }
  .sgss-product-copy strong { font-size: 14px; }
  .sgss-price { font-size: 13px; }
  .sgss-panel { display: none !important; }
}

@media (min-width: 550px) and (max-width: 849px) {
  #masthead .mobile-nav.nav-left { width: 134px; }
  .sgss-mobile-open { width: 134px; padding: 0 13px; }
  .sgss-mobile-open-label { display: inline; }
}

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

/* Homepage visual system: light, spacious and product-first. */
body.home { background: #fbfaf8; color: #302826; }
.home .sangom-hero-container { background: #fffaf6; border: 1px solid #efe2dc; box-shadow: 0 16px 48px rgba(92, 52, 42, .08); }
.home .scrollmenu { background: #fff; border: 1px solid #eee2dd; border-radius: 18px; box-shadow: 0 8px 28px rgba(70, 38, 30, .06); }
.home .scrollmenu-inner { scrollbar-width: none; }
.home .scrollmenu-inner::-webkit-scrollbar { display: none; }
.home .col-trang-chu > .col-inner,
.home .col-trang-chu1 > .col-inner { border: 1px solid #eee4df; border-radius: 20px; box-shadow: 0 10px 34px rgba(70, 38, 30, .06); overflow: hidden; }
.home .tile-home,
.home .tile-home-h3 { color: #492d28; letter-spacing: -.02em; }
.home .product-small { background: #fff; border: 1px solid #eee4df; border-radius: 17px; overflow: hidden; box-shadow: 0 8px 24px rgba(70, 38, 30, .07); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.home .product-small:hover { transform: translateY(-3px); border-color: #dcbeb5; box-shadow: 0 14px 34px rgba(70, 38, 30, .11); }
.home .product-small .box-image,
.home .product-small .box-image img { border-radius: 15px 15px 0 0; }
.home .product-small .box-text { padding: 12px !important; }
.home .product-title a { color: #332a27; font-size: 15px; line-height: 1.45; }
.home .price { color: #973238; font-weight: 800; }

/* Homepage 1.2: one visual language for headings, product cards and actions. */
.home .section { color: #3b302d; }
.home .tile-home,
.home .box-common__title,
.home [id^="gomsu-youtube-section-"] .section-title {
  color: #4d302b;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.2;
}
.home .box-common__title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 8px 4px 12px;
  font-size: 24px;
  text-align: left;
}
.home .box-common__title::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, #d9bbb2, transparent);
}
.home .box-common__title a { color: #71362f !important; }
.home .xem-them {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 0 0 14px;
  padding: 0 4px 6px;
  scrollbar-width: none;
}
.home .xem-them::-webkit-scrollbar { display: none; }
.home .xem-them a {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid #eadbd5;
  border-radius: 999px;
  background: #fff8f4;
  color: #70423b !important;
  font-size: 13px;
  font-weight: 650;
  line-height: 20px;
}
.home .product-small .box-image { background: #f7f3ef; }
.home .product-small .box-text {
  display: flex;
  flex-direction: column;
  min-height: 132px;
}
.home .product-title a {
  display: -webkit-box;
  min-height: 44px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home .product-small .price-wrapper { margin-top: auto; }
.home .product-small a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 10px;
  padding: 0 16px;
  border: 1px solid #8e3b34;
  border-radius: 11px;
  background: #fff;
  color: #8e3b34 !important;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}
.home .product-small a.button:hover { background: #8e3b34; color: #fff !important; }
.home .sg-home-deal-section,
.home .sg-home-deal-section .section-bg { background: #fff2ec !important; }
.home .sg-home-deal-section .section-bg-overlay { background: transparent !important; }
.home .sg-home-deal-section .sg-deal-title { color: #873b34 !important; }
.home .sg-home-deal-section .sg-deal-title i { color: #d86b36 !important; }
.home .sg-home-category-hint {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 10px 10px;
  color: #45312d;
}
.home .sg-home-category-hint strong { font-size: 17px; }
.home .sg-home-category-hint span { color: #8a716b; font-size: 12px; }
.home .sg-hint-mobile { display: none; }
.home [id^="gomsu-youtube-section-"] .video-card {
  border: 1px solid #eadfd9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(70, 38, 30, .06);
  overflow: hidden;
}

/* High-contrast selected category action. */
.home .xem-them a:last-child {
  border-color: #8b2635 !important;
  background: #8b2635 !important;
  color: #fff !important;
  box-shadow: 0 5px 14px rgba(109, 35, 43, .16);
}
.home .xem-them a:last-child:hover,
.home .xem-them a:last-child:focus-visible {
  border-color: #6f202b !important;
  background: #6f202b !important;
  color: #fff !important;
}

/* Homepage local delivery block: structured instead of a plain text wall. */
.home .sg-local-online {
  max-width: 1160px;
  margin: 36px auto 42px;
  padding: 30px 34px;
  border: 1px solid #eaded8;
  border-radius: 22px;
  background: linear-gradient(145deg, #fff 0%, #fff8f3 100%);
  box-shadow: 0 14px 38px rgba(72, 41, 34, .07);
  color: #4a3a36;
  text-align: left;
}
.home .sg-local-online h2 {
  margin: 0 0 9px;
  color: #6f302c;
  font-size: clamp(24px, 2.2vw, 31px);
  line-height: 1.25;
  letter-spacing: -.025em;
  text-align: left;
}
.home .sg-local-online > p { margin: 0; font-size: 16px; line-height: 1.65; }
.home .sg-local-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 18px;
  padding: 0;
  list-style: none;
}
.home .sg-local-benefits li {
  margin: 0;
  padding: 16px;
  border: 1px solid #eadbd5;
  border-radius: 14px;
  background: rgba(255,255,255,.84);
  color: #51413d;
  line-height: 1.55;
}
.home .sg-local-benefits strong { display: block; margin-bottom: 3px; color: #8a3a33; }
.home .sg-local-online .sg-trust {
  padding-top: 16px;
  border-top: 1px solid #eadbd5;
  color: #6f5b55;
  font-size: 14px;
  font-weight: 650;
}

/* Site-wide footer visual system. */
body .sg-site-footer.section.dark {
  padding: 52px 0 34px !important;
  background: linear-gradient(145deg, #8e343b 0%, #71282f 100%) !important;
  color: rgba(255,255,255,.9) !important;
}
.sg-site-footer .section-bg { background: transparent !important; }
.sg-site-footer .section-content > .row { max-width: 1240px; }
.sg-site-footer p,
.sg-site-footer li,
.sg-site-footer span,
.sg-site-footer strong { color: rgba(255,255,255,.9) !important; }
.sg-site-footer a { color: #fff !important; text-decoration: none; }
.sg-site-footer a:hover,
.sg-site-footer a:focus-visible { color: #ffe2cf !important; }
.sg-site-footer .section-content > .row > .col:first-child .text { font-size: 15px !important; line-height: 1.65; }
.sg-site-footer .section-content > .row > .col:first-child .img { max-width: 230px; margin: 0 auto 14px; }
.sg-site-footer .row-small > .col > .col-inner > p:first-child {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255,255,255,.2);
  color: #fff !important;
  font-size: 17px;
  font-weight: 800;
}
.sg-site-footer ul { margin: 0; }
.sg-site-footer li.bullet-arrow {
  margin: 0;
  padding: 8px 0 8px 17px;
  border-bottom: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.86) !important;
  line-height: 1.4;
}
.sg-site-footer li.bullet-arrow::before { color: #f0b78f !important; }
.sg-site-footer .tagcloud { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 16px; }
.sg-site-footer .tagcloud a {
  margin: 0;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1.25;
}
.sg-site-footer .footer-meta { margin: 8px 0 14px; color: rgba(255,255,255,.82) !important; line-height: 1.55; }
.sg-site-footer a[href*="online.gov.vn"] { display: inline-block; }
.sg-site-footer a[href*="online.gov.vn"] img { width: min(330px, 100%); height: auto; }

@media (min-width: 850px) {
  .sg-site-footer .section-content > .row > .large-9 > .col-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    column-gap: 34px;
    align-items: start;
  }
  .sg-site-footer .large-9 > .col-inner > .row,
  .sg-site-footer .large-9 > .col-inner > .tagcloud { grid-column: 1 / -1; }
  .sg-site-footer .large-9 > .col-inner > .footer-meta { grid-column: 1; grid-row: 3; }
  .sg-site-footer .large-9 > .col-inner > p:nth-of-type(2) { grid-column: 2; grid-row: 3 / span 4; margin: 0; }
  .sg-site-footer .large-9 > .col-inner > p:nth-of-type(n+3) { grid-column: 1; margin: 0 0 10px; }
  .home .sangom-hero-container { max-width: 1440px; margin: 22px auto 0; border-radius: 26px; overflow: hidden; }
  .home .scrollmenu { max-width: 1440px; margin: 18px auto; padding: 14px 18px; }
  .home #main .section.isures-global--pd0 { height: auto !important; min-height: 0 !important; padding: 18px 0 !important; }
  .home .desktop-float-buttons { transform: scale(.88); transform-origin: left bottom; }
}

@media (max-width: 849px) {
  .home .sangom-hero-container { margin: 0; border-width: 0 0 1px; border-radius: 0; box-shadow: none; }
  .home .sangom-hero-section { padding: 14px 15px 16px !important; }
  .home .hero-title { margin-bottom: 8px !important; font-size: 29px !important; line-height: 1.12 !important; }
  .home .hero-description { margin-bottom: 12px !important; font-size: 14px !important; line-height: 1.5 !important; }
  .home .hero-stats { gap: 6px !important; margin: 10px 0 !important; }
  .home .stat-number { font-size: 24px !important; }
  .home .stat-label { font-size: 11px !important; line-height: 1.3 !important; }
  .home .hero-buttons { display: grid !important; grid-template-columns: 1fr 1fr; gap: 8px !important; margin-top: 12px !important; }
  .home .hero-btn { display: flex !important; align-items: center; justify-content: center; min-height: 48px !important; padding: 0 8px !important; font-size: 12px !important; text-align: center; }
  .home .hero-description { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
  .home .hero-image .image-wrapper img { max-height: 170px !important; object-fit: contain !important; }
  .home .scrollmenu { height: auto !important; margin: 10px 10px 14px; padding: 10px 0; border-radius: 16px; overflow: hidden; }
  .home .scrollmenu-inner { display: flex !important; grid-template-columns: none !important; gap: 8px !important; overflow-x: auto !important; padding: 0 10px !important; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; }
  .home .scrollmenu-item { flex: 0 0 84px !important; min-width: 84px !important; height: 100px !important; animation: none !important; scroll-snap-align: start; }
  .home .scrollmenu-item img { width: 58px !important; height: 58px !important; }
  .home #main .section.isures-global--pd0 { height: auto !important; min-height: 0 !important; padding: 12px 0 !important; }
  .home .col-trang-chu,
  .home .col-trang-chu1 { padding-right: 12px !important; padding-left: 12px !important; }
  .home .col-trang-chu > .col-inner,
  .home .col-trang-chu1 > .col-inner { padding: 10px !important; border-radius: 17px; }
  .home .row-slider > .col { width: 88% !important; max-width: 88% !important; flex-basis: 88% !important; }
  .home .row-slider .flickity-slider > .col { width: 86% !important; max-width: 86% !important; flex-basis: 86% !important; }
  body.home #main .section-content .row-slider.small-columns-2 .flickity-slider > .col { flex-basis: 86% !important; max-width: 86% !important; }
  body.home #main .section-content .row-slider.small-columns-3 .flickity-slider > .col { flex-basis: 82% !important; max-width: 82% !important; }
  body.home #main .section-content .flickity-slider > .col { flex-basis: 86% !important; max-width: 86% !important; }
  body.home #main .flickity-slider > .col { flex-basis: 86% !important; max-width: 86% !important; }
  body.home #content .section-content .row-slider.small-columns-2 > .col { width: 86% !important; flex-basis: 86% !important; max-width: 86% !important; }
  body.home #content .section-content .row-slider.small-columns-3 > .col { width: 82% !important; flex-basis: 82% !important; max-width: 82% !important; }
  .home .product-small { border-radius: 16px !important; }
  .home .product-small .box-image { height: auto !important; }
  .home .product-small .box-image img { width: 100% !important; aspect-ratio: 1 / 1; object-fit: cover; }
  .home .tile-home,
  .home .tile-home-h3 { margin: 0 !important; padding: 8px 4px 12px !important; font-size: 24px !important; text-align: left !important; }
  .home .section.dark { padding: 22px 0 !important; }
  .home .banner-mobie { margin: 12px 0; }
  .home .sg-home-category-hint { padding: 0 12px 9px; }
  .home .sg-hint-desktop { display: none; }
  .home .sg-hint-mobile { display: inline; }
  .home .scrollmenu { padding-top: 12px; }
  .home .scrollmenu-item { height: 88px !important; }
  .home .scrollmenu-item img { width: 52px !important; height: 52px !important; }
  .home .box-common__title { gap: 10px; padding: 8px 4px 10px; font-size: 21px !important; }
  .home .xem-them { margin-bottom: 10px; padding-bottom: 4px; }
  .home .xem-them a { min-height: 38px; padding: 8px 12px; }
  .home .product-small .box-text { min-height: 140px; padding: 13px !important; }
  .home .product-title a { min-height: 46px; font-size: 15px; line-height: 1.5; }
  .home .product-small a.button { width: 100%; min-height: 44px; }
  .home .sg-home-deal-section .sg-deal-title { padding: 0 16px; font-size: 24px !important; line-height: 1.2; }
  .home [id^="gomsu-youtube-section-"] .section-header { min-height: 58px; margin-bottom: 12px; }
  .home [id^="gomsu-youtube-section-"] .section-title { font-size: 26px !important; line-height: 1.15; }
  .home [id^="gomsu-youtube-section-"] .shorts-section { margin-top: 22px; }
  .home [id^="gomsu-youtube-section-"] .video-card.shorts { width: 168px !important; min-width: 168px !important; }
  .home [id^="gomsu-youtube-section-"] .video-card.shorts .video-thumbnail-wrapper { height: 286px !important; }
  .home .mobile-footer-bar { height: 58px; padding-bottom: env(safe-area-inset-bottom); background: rgba(255,255,255,.97); border-top: 1px solid #eadfd9; box-shadow: 0 -8px 24px rgba(64,38,31,.08); backdrop-filter: blur(12px); }
  .home .mobile-bar__group,
  .home .mobile-bar__item { min-height: 58px; }
  .home .mobile-bar__item { font-size: 12px; font-weight: 700; }
  .home .mobile-bar__item .icon { width: 24px !important; height: 24px !important; }
  .home #sangom-ssa { bottom: 72px !important; transform: scale(.9); transform-origin: right bottom; }
  .home #main { padding-bottom: 72px; }
  .home .sg-local-online { margin: 24px 12px 30px; padding: 22px 18px; border-radius: 18px; }
  .home .sg-local-online h2 { font-size: 23px; }
  .home .sg-local-online > p { font-size: 14px; }
  .home .sg-local-benefits { grid-template-columns: 1fr; gap: 8px; margin: 17px 0 14px; }
  .home .sg-local-benefits li { padding: 13px 14px; }
  body .sg-site-footer.section.dark { padding: 34px 0 88px !important; }
  .sg-site-footer .section-content > .row { padding: 0 8px; }
  .sg-site-footer .section-content > .row > .col:first-child .img { max-width: 210px; }
  .sg-site-footer .row-small > .col { padding-bottom: 12px; }
  .sg-site-footer .row-small > .col > .col-inner > p:first-child { font-size: 15px; }
  .sg-site-footer li.bullet-arrow { padding-top: 7px; padding-bottom: 7px; font-size: 13px; }
  .sg-site-footer .tagcloud { margin-top: 12px; }
  .sg-site-footer a[href*="online.gov.vn"] img { width: min(280px, 100%); }
}
