/* ==========================================================================
   HOMEOFFICE.COM.VN PIXEL-PERFECT STYLESHEET
   100% Authentic Header, Menu, Banners, Cards, Commitments, Cart & Modals
   ========================================================================== */

:root {
  --ho-brand: #d0a361;
  --ho-brand-dark: #b88b49;
  --ho-brand-light: #e2be86;
  --ho-brand-tint: #fcf8f2;
  --ho-brand-border: #ebd7bc;
  --ho-green: #d0a361;
  --ho-green-dark: #b88b49;
  --ho-green-light: #e2be86;
  --ho-red: #ea0000;
  --ho-dark: #222222;
  --ho-gray: #666666;
  --ho-border: #e6e6e6;
  --ho-bg: #f8f8f8;
}

/* Reset & Base */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body.ho {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  color: #333;
  background-color: #fff;
  line-height: 1.5;
  font-size: 14px;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Container */
.ho-container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==========================================================================
   HEADER (BigCenter Decor Luxury Redesign)
   Prominent layout: 3px Gold Accent, Bold Branding, Modern Search Pill,
   Hotline Badge & SVG Actions
   ========================================================================== */
.ho-top-header {
  background: #ffffff;
  padding: 14px 0;
  border-top: 3px solid #d0a361;
  border-bottom: 1px solid #f1f5f9;
}

.ho-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ho-header-left {
  flex-shrink: 0;
  max-width: 270px;
  display: flex;
  align-items: center;
}

.ho-header-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}

.ho-header-logo img {
  height: 46px !important;
  max-height: 46px !important;
  width: auto !important;
  max-width: 260px !important;
  display: block !important;
  object-fit: contain !important;
}

/* Centered Search Pill */
.ho-header-center {
  flex: 1;
  max-width: 440px;
  margin: 0 16px;
}

.ho-search-wrapper {
  position: relative;
  width: 100%;
}

.ho-search-box {
  display: flex;
  align-items: center;
  border: 2px solid #e2e8f0;
  border-radius: 8px !important;
  overflow: hidden;
  background: #f8fafc;
  transition: all 0.25s ease;
  height: 42px;
  padding: 2px 4px 2px 18px;
}

.ho-search-box:focus-within {
  border-color: #d0a361;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(208, 163, 97, 0.2);
}

.ho-search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 13.5px;
  color: #1e293b;
  font-weight: 500;
}

.ho-search-input::placeholder {
  color: #94a3b8;
  font-weight: 400;
}

.ho-search-btn {
  background: linear-gradient(135deg, #d0a361 0%, #b88b49 100%);
  border: none;
  color: #ffffff;
  width: 38px;
  height: 34px;
  border-radius: 8px !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
}

.ho-search-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(208, 163, 97, 0.4);
}

/* Autocomplete Dropdown */
.ho-search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #e0d8cc;
  border-radius: 10px !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
  margin-top: 6px;
  z-index: 1200;
  max-height: 420px;
  overflow-y: auto;
  display: none;
}

.ho-search-dropdown.active {
  display: block;
}

.ho-dropdown-header {
  padding: 10px 14px 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #777;
  background: #fbf9f6;
  border-bottom: 1px solid #eee;
}

.ho-search-item,
.ho-dropdown-item {
  display: flex !important;
  align-items: center !important;
  padding: 10px 14px !important;
  gap: 12px !important;
  border-bottom: 1px solid #f2f2f2 !important;
  cursor: pointer !important;
  transition: background 0.15s ease !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  background: #fff;
}

.ho-search-item:hover,
.ho-dropdown-item:hover {
  background: #fcf8f2 !important;
}

.ho-search-item img,
.ho-dropdown-item img {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  border: 1px solid #e8e8e8 !important;
  display: block !important;
  flex-shrink: 0 !important;
  background: #f9f9f9;
}

.ho-search-item-info,
.ho-dropdown-info {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.ho-search-item-title,
.ho-dropdown-title {
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #222 !important;
  line-height: 1.35 !important;
  margin-bottom: 3px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.ho-search-item-price,
.ho-dropdown-price {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: var(--ho-red, #d32f2f) !important;
}

/* Strictly hide any Blog / Cẩm Nang item on Header Navigation */
.ho-top-nav a[href="/blog"],
.ho-main-nav a[href="/blog"],
.ho-nav-bar a[href="/blog"],
.ho-nav-list a[href="/blog"],
.ho-nav-item:has(a[href="/blog"]),
.ho-nav-item a[href*="/blog"] {
  display: none !important;
  visibility: hidden !important;
}

/* Header Right Actions */
.ho-header-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

/* Luxury Hotline Badge */
.ho-header-hotline-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 5px 13px;
  background: #fcf8f2;
  border: 1.5px solid #ebd7bc;
  border-radius: 8px !important;
  text-decoration: none;
  transition: all 0.25s;
}

.ho-header-hotline-badge:hover {
  background: #d0a361;
  border-color: #d0a361;
  box-shadow: 0 4px 14px rgba(208, 163, 97, 0.35);
  transform: translateY(-1px);
}

.ho-hotline-icon-circle {
  width: 28px;
  height: 28px;
  border-radius: 8px !important;
  background: #d0a361;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s, color 0.25s;
}

.ho-header-hotline-badge:hover .ho-hotline-icon-circle {
  background: #111827;
  color: #e2be86;
}

.ho-hotline-info {
  display: flex;
  flex-direction: column;
}

.ho-hotline-label {
  font-size: 9.5px;
  font-weight: 700;
  color: #92692e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.1;
}

.ho-hotline-phone {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.ho-header-hotline-badge:hover .ho-hotline-label,
.ho-header-hotline-badge:hover .ho-hotline-phone {
  color: #ffffff;
}

/* User & Cart Action Buttons */
.ho-header-action-btn {
  width: 40px;
  height: 40px;
  border-radius: 8px !important;
  border: 1.5px solid #e2e8f0;
  background: #f8fafc;
  color: #334155;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  text-decoration: none;
}

.ho-header-action-btn:hover {
  border-color: #d0a361;
  background: #fcf8f2;
  color: #b88b49;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(208, 163, 97, 0.15);
}

.ho-cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ef4444;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  min-width: 19px;
  height: 19px;
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  box-shadow: 0 2px 6px rgba(239, 68, 68, 0.4);
  border: 2px solid #ffffff;
}

/* ==========================================================================
   NAVIGATION MENU (Modern Luxury Hybrid Architecture)
   Deep Charcoal (#111827), Gold Accents (#d0a361), White Typography
   ========================================================================== */
.ho-nav-bar {
  background: #111827 !important;
  border-top: 1px solid rgba(208, 163, 97, 0.3);
  border-bottom: 2px solid #d0a361;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
}

.ho-nav-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 15px;
  position: relative;
}

/* Left: All Categories Trigger Button */
.ho-nav-cat-trigger {
  position: relative;
  flex-shrink: 0;
}

.ho-nav-cat-btn {
  background: linear-gradient(135deg, #d0a361 0%, #b88b49 100%) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  border: none !important;
  padding: 10px 16px !important;
  border-radius: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 4px 14px rgba(208, 163, 97, 0.35) !important;
  letter-spacing: 0.3px;
}

.ho-nav-cat-btn:hover {
  background: linear-gradient(135deg, #e2be86 0%, #d0a361 100%) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(208, 163, 97, 0.5) !important;
}

.ho-nav-cat-btn .ho-cat-icon {
  stroke: #ffffff !important;
}

.ho-nav-cat-btn .ho-chevron-icon {
  stroke: #ffffff !important;
  transition: transform 0.25s ease;
}

.ho-nav-cat-trigger:hover .ho-chevron-icon {
  transform: rotate(180deg);
}

/* All Categories Dropdown Mega Menu */
.ho-all-cats-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  min-width: 780px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  border: 1px solid #e2e8f0;
  border-top: 3px solid #d0a361;
  border-radius: 0 0 8px 8px !important;
  padding: 24px 28px;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  z-index: 1200;
  animation: hoDropIn 0.2s ease;
}

.ho-nav-cat-trigger:hover .ho-all-cats-dropdown {
  display: grid;
}

@keyframes hoDropIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Center: Primary Navigation Links */
.ho-nav-primary {
  display: flex !important;
  align-items: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 4px;
  flex: 1;
}

.ho-nav-item {
  position: relative;
}

.ho-nav-bar a.ho-nav-link,
.ho-nav-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 13px 12px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: all 0.2s ease !important;
  border-radius: 8px !important;
  letter-spacing: 0.1px;
}

.ho-nav-bar a.ho-nav-link span,
.ho-nav-link span,
.ho-nav-bar a.ho-nav-link *,
.ho-nav-link * {
  color: #ffffff !important;
  font-weight: 600 !important;
}

.ho-nav-arrow {
  stroke: rgba(255, 255, 255, 0.75) !important;
  transition: transform 0.2s ease, stroke 0.2s ease;
}

.ho-nav-item:hover .ho-nav-arrow {
  transform: rotate(180deg);
  stroke: #e2be86 !important;
}

.ho-nav-bar a.ho-nav-link:hover, 
.ho-nav-bar .ho-nav-item.active a.ho-nav-link {
  color: #e2be86 !important;
  background: rgba(208, 163, 97, 0.16) !important;
}

.ho-nav-bar a.ho-nav-link:hover span,
.ho-nav-bar .ho-nav-item.active a.ho-nav-link span {
  color: #e2be86 !important;
}

/* Dropdown Menu on Item Hover */
.ho-mega-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  min-width: 680px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
  border: 1px solid #e2e8f0;
  border-top: 3px solid #d0a361;
  border-radius: 0 0 8px 8px !important;
  padding: 22px 26px;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  z-index: 1100;
  animation: hoDropIn 0.2s ease;
}

.ho-nav-item:hover .ho-mega-dropdown {
  display: grid;
}

.ho-mega-col h4 {
  font-size: 13.5px;
  font-weight: 800;
  color: #111827;
  border-left: 3px solid #d0a361;
  padding-left: 8px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.ho-mega-links {
  list-style: none;
}

.ho-mega-links li {
  margin-bottom: 7px;
}

.ho-mega-links a {
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
  transition: all 0.15s;
  display: block;
}

.ho-mega-links a:hover {
  color: #b88b49;
  transform: translateX(4px);
}

/* Right: Special Promotions */
.ho-nav-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ho-nav-promo-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 8px 16px !important;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
  border: 1px solid #f87171 !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.45) !important;
}

.ho-nav-promo-btn span,
.ho-nav-promo-btn * {
  color: #ffffff !important;
  font-weight: 800 !important;
}

.ho-nav-promo-btn:hover {
  background: linear-gradient(135deg, #f87171 0%, #ef4444 100%) !important;
  border-color: #fca5a5 !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(239, 68, 68, 0.6) !important;
}

.ho-promo-fire {
  font-size: 14px;
  line-height: 1;
}

/* ==========================================================================
   MOBILE RESPONSIVE HEADER, NAVIGATION & OFF-CANVAS DRAWER
   Ultra-polished, Touch-friendly Mobile UX (<= 768px & <= 991px)
   ========================================================================== */

/* Desktop defaults: Hide Mobile-only elements */
.ho-mobile-menu-toggle {
  display: none !important;
}

.ho-mobile-drawer-overlay,
.ho-mobile-drawer {
  display: none;
}

@media (max-width: 991px) {
  .ho-header-center {
    max-width: 320px;
    margin: 0 10px;
  }
}

@media (max-width: 768px) {
  .ho-container {
    padding: 0 12px !important;
  }

  /* --- Top Header Mobile Overhaul --- */
  .ho-top-header {
    padding: 8px 0 10px !important;
  }

  .ho-header-flex {
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: center !important;
  }

  /* Row 1 Left: Hamburger Toggle */
  .ho-mobile-menu-toggle {
    order: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 8px !important;
    border: 1.5px solid #e2e8f0 !important;
    background: #f8fafc !important;
    color: #1e293b !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    padding: 0 !important;
    transition: all 0.2s ease !important;
  }

  .ho-mobile-menu-toggle:active {
    background: #e2e8f0 !important;
    transform: scale(0.95);
  }

  /* Row 1 Center: Logo Perfectly Centered */
  .ho-header-left {
    order: 2 !important;
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    max-width: none !important;
    margin: 0 auto !important;
  }

  .ho-header-logo {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }

  .ho-header-logo img {
    height: 34px !important;
    max-height: 34px !important;
    max-width: 180px !important;
    width: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }

  /* Row 1 Right: Cart Only (Hotline completely hidden on mobile) */
  .ho-header-right {
    order: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0 !important;
    width: 38px !important;
    flex-shrink: 0 !important;
  }

  /* Hide Hotline button completely on mobile as requested */
  .ho-header-hotline-badge {
    display: none !important;
  }

  .ho-header-action-btn {
    width: 38px !important;
    height: 38px !important;
    border-radius: 8px !important;
  }

  /* Row 2: Search Bar Full Width */
  .ho-header-center {
    order: 4 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 4px 0 0 0 !important;
    flex: 1 1 100% !important;
  }

  .ho-search-box {
    height: 40px !important;
    border-radius: 8px !important;
    padding: 2px 4px 2px 14px !important;
  }

  .ho-search-input {
    font-size: 13px !important;
  }

  .ho-search-btn {
    width: 36px !important;
    height: 32px !important;
    border-radius: 6px !important;
  }

  /* --- Navigation Bar Mobile Touch Scrollable --- */
  .ho-nav-bar {
    top: 0 !important;
    position: sticky !important;
    padding: 0 !important;
    background: #111827 !important;
    z-index: 1050 !important;
    border-top: none !important;
    border-bottom: 2px solid #d0a361 !important;
  }

  .ho-nav-container {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    gap: 8px !important;
    padding: 7px 12px !important;
  }

  .ho-nav-container::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  .ho-nav-cat-trigger {
    flex-shrink: 0 !important;
  }

  .ho-nav-cat-btn {
    padding: 7px 12px !important;
    font-size: 12px !important;
    gap: 6px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    border-radius: 6px !important;
    line-height: 1 !important;
  }

  .ho-nav-cat-btn .ho-chevron-icon {
    display: none !important;
  }

  .ho-all-cats-dropdown {
    display: none !important; /* Dùng Mobile Drawer trên màn hình nhỏ */
  }

  .ho-nav-primary {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
  }

  .ho-nav-item {
    flex-shrink: 0 !important;
  }

  .ho-nav-link {
    padding: 7px 11px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    border-radius: 6px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1 !important;
  }

  .ho-nav-arrow {
    display: none !important;
  }

  .ho-mega-dropdown {
    display: none !important;
  }

  /* --- Mobile Drawer & Overlay Styles --- */
  .ho-mobile-drawer-overlay {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .ho-mobile-drawer-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .ho-mobile-drawer {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    max-width: 86vw;
    background: #ffffff;
    z-index: 9999;
    box-shadow: 12px 0 35px rgba(0, 0, 0, 0.28);
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0.3s;
    visibility: hidden;
    overflow: hidden;
  }

  .ho-mobile-drawer.active {
    transform: translateX(0);
    visibility: visible;
  }

  .ho-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #f1f5f9;
    background: #ffffff;
    flex-shrink: 0;
  }

  .ho-drawer-logo img {
    height: 30px;
    max-height: 30px;
    width: auto;
    object-fit: contain;
  }

  .ho-drawer-close-btn {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
  }

  .ho-drawer-close-btn:hover {
    background: #ef4444;
    border-color: #ef4444;
    color: #ffffff;
  }

  .ho-drawer-quick-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 16px;
    background: #fdfaf6;
    border-bottom: 1px solid #f2e9dc;
    flex-shrink: 0;
  }

  .ho-drawer-action-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 11.5px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
    text-align: center;
  }

  .ho-drawer-action-pill.call {
    background: #d0a361;
    color: #ffffff;
  }

  .ho-drawer-action-pill.zalo {
    background: #0068ff;
    color: #ffffff;
  }

  /* Drawer Tab Switching */
  .ho-drawer-tabs {
    display: flex;
    background: #f1f5f9;
    padding: 4px 12px;
    gap: 6px;
    flex-shrink: 0;
    border-bottom: 1px solid #e2e8f0;
  }

  .ho-drawer-tab-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 8px;
    font-size: 12.5px;
    font-weight: 700;
    border: none;
    background: transparent;
    color: #64748b;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .ho-drawer-tab-btn.active {
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  }

  /* Drawer Scrollable Body */
  .ho-drawer-body {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 12px 16px 24px;
  }

  .ho-drawer-tab-pane {
    display: none;
  }

  .ho-drawer-tab-pane.active {
    display: block;
    animation: hoFadeIn 0.2s ease;
  }

  @keyframes hoFadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .ho-drawer-group {
    margin-bottom: 18px;
  }

  .ho-drawer-group-title {
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #92692e;
    background: #fbf8f3;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 6px;
    border-left: 3px solid #d0a361;
  }

  .ho-drawer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .ho-drawer-menu-list li {
    border-bottom: 1px solid #f8fafc;
  }

  .ho-drawer-menu-list a {
    display: block;
    padding: 9px 10px;
    font-size: 13.5px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    transition: all 0.15s;
    border-radius: 4px;
  }

  .ho-drawer-menu-list a:hover,
  .ho-drawer-menu-list a:active {
    background: #fdfaf6;
    color: #b88b49;
    padding-left: 14px;
  }

  /* Drawer Footer Links */
  .ho-drawer-footer {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px dashed #e2e8f0;
  }

  .ho-drawer-footer-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
  }

  .ho-drawer-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .ho-drawer-footer-grid a {
    font-size: 12px;
    color: #64748b;
    text-decoration: none;
    padding: 4px 0;
    transition: color 0.15s;
  }

  .ho-drawer-footer-grid a:hover {
    color: #d0a361;
  }
}

/* ==========================================================================
   HERO BANNER ROW (Luxury BigCenter Decor Design)
   Left: main carousel (span10 ~ 62%), Right: 2 stacked interactive promo cards (span6 ~ 38%)
   ========================================================================== */
.ho-banner-section {
  margin: 16px 0 28px;
}

.ho-banner-grid {
  display: grid;
  grid-template-columns: 62% calc(38% - 16px);
  gap: 16px;
  align-items: stretch;
}

@media (max-width: 991px) {
  .ho-banner-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* --- Main Slider --- */
.ho-main-slider {
  position: relative;
  overflow: hidden;
  border-radius: 8px !important;
  background: #0f172a;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.04);
  height: 100% !important;
  min-height: 420px;
}

.ho-slider-track {
  display: flex !important;
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  height: 100% !important;
  width: 100% !important;
}

.ho-slider-item {
  position: relative !important;
  min-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}

.ho-slider-item img,
.ho-main-slider .ho-slider-item img {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* Slider Floating Pill Badge */
.ho-slider-badge {
  position: absolute;
  top: 16px;
  left: 18px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(15, 23, 42, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px !important;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.ho-slider-badge,
.ho-slider-badge span {
  color: #ffffff !important;
}

.ho-badge-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d0a361;
  box-shadow: 0 0 0 0 rgba(208, 163, 97, 0.7);
  animation: hoPulseDot 2s infinite;
}

@keyframes hoPulseDot {
  0% { box-shadow: 0 0 0 0 rgba(208, 163, 97, 0.7); }
  70% { box-shadow: 0 0 0 7px rgba(208, 163, 97, 0); }
  100% { box-shadow: 0 0 0 0 rgba(208, 163, 97, 0); }
}

.ho-slider-badge .ho-badge-highlight {
  color: #e2be86 !important;
  padding-left: 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/* Glassmorphic Arrows */
.ho-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #1e293b;
  border: 1px solid rgba(255, 255, 255, 0.9);
  width: 44px;
  height: 44px;
  border-radius: 8px !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
  z-index: 10;
}

.ho-slider-arrow:hover {
  background: #d0a361;
  color: #ffffff;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 8px 24px rgba(208, 163, 97, 0.45);
}

.ho-slider-arrow.prev { left: 14px; }
.ho-slider-arrow.next { right: 14px; }

/* Slide Controls Wrap & Dots (Centered at bottom) */
.ho-slider-controls-wrap {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 6px 14px;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.ho-slider-counter {
  font-size: 11.5px;
  font-weight: 700;
  color: #e2be86;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.5px;
}

.ho-slider-dots {
  display: flex;
  gap: 6px;
  align-items: center;
}

.ho-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ho-slider-dot.active {
  background: #d0a361;
  width: 22px;
  border-radius: 8px !important;
  box-shadow: 0 0 10px rgba(208, 163, 97, 0.6);
}

/* --- Stacked Side Banners --- */
.ho-side-banners {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.ho-side-banner {
  position: relative;
  border-radius: 8px !important;
  overflow: hidden;
  flex: 1;
  min-height: 190px;
  background: #f8fafc;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px -6px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.ho-side-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.16);
  border-color: rgba(208, 163, 97, 0.6);
}

.ho-side-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.ho-side-banner:hover img {
  transform: scale(1.05);
}

/* Sheen reflection sweep animation */
.ho-side-banner::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -80%;
  width: 50%;
  height: 200%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: rotate(30deg);
  transition: left 0.75s ease;
  pointer-events: none;
  z-index: 5;
}

.ho-side-banner:hover::after {
  left: 150%;
}

/* Floating Badges on Side Banners */
.ho-side-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 8px !important;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ho-side-badge.hot {
  background: rgba(208, 163, 97, 0.95);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(208, 163, 97, 0.4);
}

.ho-side-badge.organic {
  background: rgba(16, 185, 129, 0.92);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35);
}

/* Floating Glass Overlay at Bottom of Side Banners */
.ho-side-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.75) 50%, rgba(15, 23, 42, 0.92) 100%);
  border-radius: 0 0 8px 8px !important;
  z-index: 6;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  transition: all 0.3s ease;
}

.ho-side-overlay-info {
  flex: 1;
  min-width: 0;
}

.ho-side-tag-title {
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ho-side-tag-desc {
  color: #cbd5e1;
  font-size: 11px;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ho-side-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 11px;
  border-radius: 8px !important;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  background: #d0a361;
  box-shadow: 0 2px 8px rgba(208, 163, 97, 0.4);
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.25s;
}

.ho-side-btn svg {
  transition: transform 0.25s;
}

.ho-side-banner:hover .ho-side-btn {
  background: #b88b49;
  transform: translateY(-1px);
}

.ho-side-banner:hover .ho-side-btn svg {
  transform: translateX(3px);
}

/* --- Hero Trust & Quality Service Strip (Bold Luxury Dark Card) --- */
.ho-hero-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 20px;
  padding: 16px 22px;
  background: linear-gradient(135deg, #111827 0%, #1e293b 100%);
  border: 1px solid rgba(208, 163, 97, 0.35);
  border-radius: 8px !important;
  box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
  .ho-hero-trust-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

@media (max-width: 575px) {
  .ho-hero-trust-bar {
    grid-template-columns: 1fr;
  }
}

.ho-trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 10px;
  border-radius: 8px !important;
  transition: all 0.25s ease;
}

.ho-trust-item:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}

.ho-trust-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #d0a361 0%, #b88b49 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(208, 163, 97, 0.45);
}

.ho-trust-icon svg {
  stroke: #ffffff !important;
  width: 24px;
  height: 24px;
}

.ho-trust-content {
  flex: 1;
  min-width: 0;
}

.ho-trust-title {
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ho-trust-sub {
  font-size: 11.5px;
  font-weight: 500;
  color: #e2be86;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 3px;
}

/* ==========================================================================
   4 COMMITMENTS (Exact HomeOffice style)
   ========================================================================== */
.ho-commitments-wrap {
  background: #ffffff;
  padding: 25px 20px;
  margin-bottom: 25px;
  border-radius: 8px !important;
  border: 1px solid #ebebeb;
}

.ho-commitments-title {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ho-commitments-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ho-commitment-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.ho-stt {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--ho-brand);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ho-commitment-item h3 {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
}

.ho-commitment-item p {
  font-size: 13px;
  color: #666;
  line-height: 1.45;
}

/* ==========================================================================
   FEATURED CATEGORIES (DANH MỤC NỔI BẬT)
   ========================================================================== */
.ho-block-title {
  font-size: 19px;
  font-weight: 800;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 2.5px solid #d0a361;
  padding-bottom: 10px;
}

.ho-block-title > span:first-child {
  color: #0f172a;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ho-block-title > span:last-child {
  font-size: 12.5px;
  color: #64748b;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.ho-featured-section {
  margin-top: 36px;
  margin-bottom: 36px;
  background: #ffffff;
  border-radius: 8px !important;
  padding: 8px 0;
}

.ho-featured-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 21px;
  font-weight: 800;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 24px;
}

.ho-featured-title::before,
.ho-featured-title::after {
  content: '';
  flex: 1;
  max-width: 90px;
  height: 2.5px;
  border-radius: 2px;
}

.ho-featured-title::before {
  background: linear-gradient(90deg, transparent, #d0a361);
}

.ho-featured-title::after {
  background: linear-gradient(90deg, #d0a361, transparent);
}

.ho-cats-bar {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .ho-cats-bar {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
}

@media (max-width: 600px) {
  .ho-cats-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.ho-cat-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px !important;
  padding: 10px 8px 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.ho-cat-item:hover {
  border-color: #d0a361 !important;
  background: #fcf8f2 !important;
  box-shadow: 0 8px 20px rgba(208, 163, 97, 0.16) !important;
  transform: translateY(-3px);
}

.ho-cat-item.active {
  border-color: #d0a361 !important;
  background: #fcf8f2 !important;
  box-shadow: 0 4px 14px rgba(208, 163, 97, 0.22) !important;
}

.ho-cat-item.active .ho-cat-thumb {
  background: radial-gradient(circle at center, #fdfbf7 0%, #f7f1e7 100%) !important;
  border-color: #ebd7bc !important;
}

.ho-cat-item.active .ho-cat-name {
  color: #92692e !important;
  font-weight: 800 !important;
}

.ho-cat-item.active .ho-cat-tag {
  color: #b88b49 !important;
}

.ho-cat-thumb {
  width: 100%;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, #f8fafc 0%, #edf2f7 100%);
  border-radius: 8px !important;
  margin-bottom: 8px;
  border: 1px solid #f1f5f9;
  transition: all 0.25s ease;
  overflow: hidden;
}

.ho-cat-item:hover .ho-cat-thumb {
  background: radial-gradient(circle at center, #fdfbf7 0%, #f7f1e7 100%) !important;
  border-color: #ebd7bc !important;
}

.ho-cat-thumb img,
.ho-cat-item .ho-cat-thumb img {
  width: auto !important;
  height: 68px !important;
  max-width: 88% !important;
  max-height: 68px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  display: block !important;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.08));
  mix-blend-mode: multiply;
  background-color: transparent !important;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.ho-cat-item:hover .ho-cat-thumb img,
.ho-cat-item.active .ho-cat-thumb img {
  transform: scale(1.08);
}

.ho-cat-name {
  font-size: 13.5px;
  font-weight: 700;
  color: #0f172a;
  display: block;
  margin-bottom: 2px;
  transition: color 0.2s ease;
  line-height: 1.3;
}

.ho-cat-item:hover .ho-cat-name {
  color: #92692e !important;
}

.ho-cat-tag {
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
  display: block;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.ho-cat-item:hover .ho-cat-tag {
  color: #b88b49;
}

/* ==========================================================================
   CONCEPT BÀN LÀM VIỆC & VĂN PHÒNG HIỆN ĐẠI (Showcase 6 Hệ Chân Bàn)
   ========================================================================== */
.ho-concept-section {
  margin-top: 10px;
  margin-bottom: 24px;
}

.ho-concept-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e2e8f0;
}

.ho-concept-title-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ho-concept-kicker {
  font-size: 11px;
  font-weight: 800;
  color: #b88b49;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: block;
}

.ho-concept-main-title {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin: 0;
  line-height: 1.25;
}

.ho-concept-subtitle {
  font-size: 12.5px;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.2px;
}

.ho-concept-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

@media (max-width: 991px) {
  .ho-concept-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .ho-concept-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.ho-concept-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px !important;
  padding: 10px 8px 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.ho-concept-box:hover {
  border-color: #d0a361;
  background: #fcf8f2;
  box-shadow: 0 8px 20px rgba(208, 163, 97, 0.16);
  transform: translateY(-3px);
}

.ho-concept-box.active {
  border-color: #d0a361 !important;
  background: #fcf8f2 !important;
  box-shadow: 0 4px 14px rgba(208, 163, 97, 0.22) !important;
}

.ho-concept-box.active .ho-concept-pedestal {
  background: radial-gradient(circle at center, #fdfbf7 0%, #f7f1e7 100%) !important;
  border-color: #ebd7bc !important;
}

.ho-concept-box.active .ho-concept-name {
  color: #92692e !important;
  font-weight: 800 !important;
}

.ho-concept-pedestal {
  width: 100%;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, #f8fafc 0%, #edf2f7 100%);
  border-radius: 8px !important;
  margin-bottom: 8px;
  border: 1px solid #f1f5f9;
  transition: all 0.25s ease;
  overflow: hidden;
}

.ho-concept-box:hover .ho-concept-pedestal {
  background: radial-gradient(circle at center, #fdfbf7 0%, #f7f1e7 100%);
  border-color: #ebd7bc;
}

.ho-concept-box img {
  width: auto !important;
  height: 68px !important;
  max-width: 88% !important;
  max-height: 68px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  display: block !important;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.08));
  mix-blend-mode: multiply;
  background-color: transparent !important;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.ho-concept-box:hover img {
  transform: scale(1.08);
}

.ho-concept-name {
  font-size: 13.5px;
  font-weight: 700;
  color: #0f172a;
  display: block;
  margin-bottom: 2px;
  transition: color 0.2s ease;
  line-height: 1.3;
}

.ho-concept-box:hover .ho-concept-name {
  color: #92692e;
}

.ho-concept-tag {
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
  display: block;
  line-height: 1.2;
}

.ho-concept-box:hover .ho-concept-tag {
  color: #b88b49;
}

/* ==========================================================================
   FLASH SALE STAGE (Dedicated Showcase Background Stage)
   ========================================================================== */
.ho-flash-sale-stage {
  background: linear-gradient(135deg, #fdfbf7 0%, #fcf8f2 50%, #f7f1e7 100%);
  border: 1.5px solid #ebd7bc;
  border-radius: 8px !important;
  padding: 14px 16px 16px;
  margin-bottom: 30px;
  box-shadow: 0 12px 32px rgba(208, 163, 97, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  position: relative;
  overflow: hidden;
}

.ho-stage-kicker-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  padding: 0 6px;
}

.ho-stage-kicker-badge {
  font-size: 11px;
  font-weight: 900;
  color: #92692e;
  background: #fcf8f2;
  border: 1px solid #ebd7bc;
  padding: 3px 10px;
  border-radius: 8px !important;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ho-stage-kicker-text {
  font-size: 12px;
  font-weight: 600;
  color: #78521d;
  letter-spacing: 0.2px;
}

.ho-flash-sale-box {
  background: #ffffff;
  border: 1.5px solid #ebd7bc;
  border-radius: 8px !important;
  padding: 16px 18px;
  margin-bottom: 0;
  box-shadow: 0 8px 24px rgba(208, 163, 97, 0.08), 0 2px 6px rgba(0, 0, 0, 0.02);
  position: relative;
  overflow: hidden;
}

.ho-flash-sale-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #b88b49 0%, #d0a361 50%, #e2be86 100%);
  box-shadow: 0 2px 10px rgba(208, 163, 97, 0.35);
}

.ho-flash-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
  padding: 10px 14px 12px;
  background: linear-gradient(90deg, rgba(252, 248, 242, 0.95) 0%, rgba(247, 241, 231, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  border-radius: 8px !important;
  border: 1px solid #ebd7bc;
}

.ho-flash-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ho-flash-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #d0a361 0%, #b88b49 100%);
  box-shadow: 0 4px 14px rgba(208, 163, 97, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  animation: flashPulse 1.8s infinite;
}

@keyframes flashPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 4px 14px rgba(208, 163, 97, 0.4); }
  50% { transform: scale(1.08); box-shadow: 0 0 20px rgba(208, 163, 97, 0.6); }
}

.ho-flash-heading-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ho-flash-heading-wrap h2 {
  font-size: 18px;
  font-weight: 900;
  background: linear-gradient(90deg, #0f172a 0%, #92692e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1.2;
}

.ho-flash-sub {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
  line-height: 1.2;
}

.ho-flash-badge {
  background: linear-gradient(135deg, #b88b49 0%, #d0a361 100%);
  color: #ffffff !important;
  padding: 4px 12px;
  border-radius: 8px !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.8px;
  box-shadow: 0 4px 14px rgba(208, 163, 97, 0.35);
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}

.ho-countdown {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #0f172a;
  padding: 6px 14px;
  border-radius: 8px !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.25);
  border: 1px solid #334155;
}

.ho-cd-label-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 4px;
}

.ho-cd-label-wrap,
.ho-cd-label-wrap span,
.ho-cd-label-wrap * {
  color: #e2be86 !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
}

.ho-cd-box {
  background: #1e293b;
  color: #ffffff !important;
  font-size: 14.5px;
  font-weight: 900;
  min-width: 30px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px !important;
  border: 1px solid #334155;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  font-variant-numeric: tabular-nums;
  padding: 0 4px;
}

.ho-cd-colon {
  font-size: 15px;
  font-weight: 900;
  color: #e2be86;
}

.ho-cd-box.red {
  background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
  color: #ffffff !important;
  border-color: #ef4444;
  box-shadow: 0 0 12px rgba(185, 28, 28, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.ho-filter-tabs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.ho-filter-tabs {
  display: flex;
  gap: 8px;
  list-style: none;
  overflow-x: auto;
  white-space: nowrap;
  padding: 2px 0;
  margin: 0;
  scrollbar-width: none;
}

.ho-filter-tabs::-webkit-scrollbar {
  display: none;
}

.ho-tab-pill {
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  border-radius: 8px !important;
  padding: 8px 18px;
  font-size: 13.5px;
  font-weight: 700;
  color: #1e293b !important;
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.ho-tab-pill:hover {
  background: #fcf8f2;
  border-color: #d0a361;
  color: #b88b49 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(208, 163, 97, 0.16);
}

.ho-tab-pill.active {
  background: linear-gradient(135deg, #d0a361 0%, #b88b49 100%) !important;
  color: #ffffff !important;
  border-color: #b88b49 !important;
  font-weight: 800 !important;
  box-shadow: 0 4px 16px rgba(208, 163, 97, 0.35) !important;
  transform: translateY(-1px);
}

.ho-filter-extra-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  color: #78521d;
  background: linear-gradient(135deg, #fffdfa 0%, #fcf8f2 100%);
  border: 1.5px solid #ebd7bc;
  padding: 7px 16px;
  border-radius: 8px !important;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(208, 163, 97, 0.12);
}

.ho-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d0a361;
  display: inline-block;
  box-shadow: 0 0 8px #d0a361;
  animation: pulseDot 1.6s infinite;
}

@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

/* ==========================================================================
   CATALOG GRID & SIDEBAR
   ========================================================================== */
.ho-catalog-flex {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.ho-cat-sidebar {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px !important;
  padding: 18px 16px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  height: fit-content;
}

.ho-sidebar-block {
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 16px;
}

.ho-sidebar-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ho-sidebar-title {
  font-size: 13.5px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ho-sidebar-title::before {
  content: '';
  width: 4px;
  height: 14px;
  background: #d0a361;
  border-radius: 2px;
  display: inline-block;
}

.ho-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ho-sidebar-list li {
  margin-bottom: 4px;
}

.ho-sidebar-list a {
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 10px;
  border-radius: 8px !important;
  transition: all 0.2s ease;
}

.ho-sidebar-list a:hover {
  background: #fcf8f2;
  color: #b88b49;
  padding-left: 14px;
}

.ho-sidebar-list a.active {
  background: #d0a361;
  color: #ffffff !important;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(208, 163, 97, 0.25);
}

/* ==========================================================================
   STANDALONE WORKSHOP POLICY CARD (Cụm Sidebar Chính Sách Riêng Biệt)
   ========================================================================== */
.ho-policy-sidebar-card {
  background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
  border: 1.5px solid #ebd7bc;
  border-radius: 8px !important;
  padding: 18px 16px;
  margin-top: 18px;
  box-shadow: 0 4px 16px rgba(208, 163, 97, 0.08);
  position: relative;
  overflow: hidden;
}

.ho-policy-sidebar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #b88b49, #d0a361);
}

.ho-policy-card-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.ho-policy-card-head h3 {
  font-size: 13.5px;
  font-weight: 800;
  color: #92692e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

.ho-policy-card-subtitle {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ebd7bc;
}

.ho-policy-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ho-policy-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 12px;
  color: #334155;
  line-height: 1.4;
}

.ho-policy-card-list li b {
  color: #0f172a;
}

.ho-check-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background: #fcf8f2;
  color: #b88b49;
  border: 1px solid #ebd7bc;
  font-size: 11px;
  font-weight: 900;
  border-radius: 50% !important;
  flex-shrink: 0;
  margin-top: 1px;
}

.ho-policy-hotline-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  background: linear-gradient(135deg, #d0a361 0%, #b88b49 100%);
  color: #ffffff !important;
  border-radius: 8px !important;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.25s ease;
  box-shadow: 0 3px 10px rgba(208, 163, 97, 0.25);
}

.ho-policy-hotline-pill:hover {
  background: linear-gradient(135deg, #e2be86 0%, #d0a361 100%);
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(208, 163, 97, 0.4);
}

.ho-policy-hotline-pill span {
  font-weight: 600;
}

.ho-policy-hotline-pill b {
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

/* Sort Bar */
.ho-catalog-topbar {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px !important;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.ho-catalog-topbar h2 {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: 0.3px;
  margin-bottom: 2px;
}

.ho-sort-select {
  border: 1.5px solid #cbd5e1;
  border-radius: 8px !important;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  background: #ffffff;
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s;
}

.ho-sort-select:focus {
  border-color: #d0a361;
}

/* Product Cards */
.ho-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ho-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.ho-card:hover {
  border-color: #d0a361;
  box-shadow: 0 10px 24px rgba(208, 163, 97, 0.15);
  transform: translateY(-4px);
}

.ho-card-thumb {
  position: relative;
  padding-top: 100%;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

.ho-card-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  transition: transform 0.3s;
}

.ho-card:hover .ho-card-thumb img {
  transform: scale(1.05);
}

.ho-card-badges {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ho-badge-sale {
  background: var(--ho-red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 8px !important;
}

.ho-card-info {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ho-card-sku {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.ho-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  line-height: 1.45;
  min-height: 46px;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
  cursor: pointer;
  transition: color 0.15s;
  word-break: break-word;
  padding-bottom: 4px;
}

.ho-card-title:hover {
  color: var(--ho-brand);
}

.ho-card-rating {
  color: #f5a623;
  font-size: 12px;
  margin-bottom: 8px;
}

.ho-card-price-row {
  margin-top: auto;
  margin-bottom: 12px;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.ho-card-price {
  font-size: 16px;
  font-weight: 800;
  color: var(--ho-red);
}

.ho-card-old-price {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}

.ho-card-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px;
}

.ho-card-buy-btn {
  background: linear-gradient(135deg, #d0a361 0%, #b88b49 100%);
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 8px !important;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: background 0.15s;
  box-shadow: 0 3px 8px rgba(208, 163, 97, 0.25);
}

.ho-card-buy-btn:hover {
  background: #9a7138;
}

.ho-card-cart-btn {
  background: #fcf8f2;
  color: var(--ho-brand-dark);
  border: 1px solid var(--ho-brand-border);
  padding: 8px 12px;
  border-radius: 8px !important;
  cursor: pointer;
  transition: all 0.15s;
}

.ho-card-cart-btn:hover {
  background: var(--ho-brand);
  color: #fff;
  border-color: var(--ho-brand);
}

/* Pagination */
.ho-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 30px;
}

.ho-pag-btn {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px !important;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  cursor: pointer;
  transition: all 0.15s;
}

.ho-pag-btn:hover, .ho-pag-btn.active {
  background: var(--ho-green);
  color: #fff;
  border-color: var(--ho-green);
}

/* ==========================================================================
   PRODUCT DETAIL MODAL
   ========================================================================== */
.ho-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.65);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(3px);
}

.ho-modal-overlay.active {
  display: flex;
}

.ho-modal-box {
  background: #fff;
  border-radius: 8px !important;
  max-width: 960px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
  animation: modalIn 0.25s ease;
}

@keyframes modalIn {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}

.ho-modal-close-btn,
.ho-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #f0f0f0;
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: all 0.15s;
}

.ho-modal-close-btn:hover,
.ho-modal-close:hover {
  background: var(--ho-red);
  color: #fff;
}

.ho-detail-grid,
.ho-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 30px;
  padding: 25px;
  align-items: start;
}

@media (max-width: 860px) {
  .ho-detail-grid,
  .ho-detail-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 15px;
  }
}

.ho-detail-gallery {
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ho-detail-info {
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ho-gallery-big,
.ho-gallery-main {
  width: 100%;
  height: 420px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 8px !important;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.ho-gallery-big img,
.ho-gallery-main img {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.ho-gallery-big:hover img,
.ho-gallery-main:hover img {
  transform: scale(1.04);
}

.ho-thumbs-row,
.ho-gallery-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.ho-thumb-img,
.ho-thumb {
  width: 68px;
  height: 68px;
  border-radius: 8px !important;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  flex-shrink: 0;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  transition: all 0.2s ease;
}

.ho-thumb-img img,
.ho-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ho-thumb-img.active,
.ho-thumb-img:hover,
.ho-thumb.active,
.ho-thumb:hover {
  border-color: var(--ho-brand);
  box-shadow: 0 0 0 2px rgba(208, 163, 97, 0.35);
}

/* Trust / Guarantee Badges (Product Detail) */
.ho-trust-panel {
  margin-top: 18px;
  background: #fdfaf6;
  border: 1px solid #eee1d0;
  border-radius: 8px !important;
  padding: 13px;
}

.ho-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.ho-trust-card {
  background: #ffffff;
  border: 1px solid #ebdccb;
  border-radius: 8px !important;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.ho-trust-card:hover {
  border-color: var(--ho-brand);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(208, 163, 97, 0.16);
}

.ho-trust-icon-box {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: linear-gradient(135deg, rgba(208, 163, 97, 0.18) 0%, rgba(208, 163, 97, 0.08) 100%);
  border: 1px solid rgba(208, 163, 97, 0.3);
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ho-brand-dark);
}

.ho-trust-icon-box svg {
  width: 20px;
  height: 20px;
}

.ho-trust-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.ho-trust-title {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ho-trust-desc {
  font-size: 11.5px;
  color: #64748b;
  line-height: 1.35;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 580px) {
  .ho-trust-grid {
    grid-template-columns: 1fr;
  }
}

.ho-detail-trust-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}

.ho-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #444;
  font-weight: 500;
}

.ho-detail-info {
  display: flex;
  flex-direction: column;
}

.ho-detail-info h1,
.ho-detail-heading {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
  line-height: 1.4;
  word-break: break-word;
}

.ho-detail-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.ho-detail-price-box {
  background: #fcf8f2;
  border: 1px solid #ebd7bc;
  padding: 14px 18px;
  border-radius: 8px !important;
  margin: 10px 0 16px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.ho-detail-price {
  font-size: 26px;
  font-weight: 800;
  color: var(--ho-red);
}

.ho-detail-old-price {
  font-size: 15px;
  color: #999;
  text-decoration: line-through;
}

.ho-option-group,
.ho-variant-group {
  margin-bottom: 14px;
}

.ho-option-label,
.ho-variant-title {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.ho-option-pills,
.ho-variant-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ho-pill,
.ho-var-btn {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 8px !important;
  padding: 7px 14px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.15s ease;
  color: #333;
}

.ho-pill:hover,
.ho-pill.active,
.ho-var-btn:hover,
.ho-var-btn.active {
  border-color: var(--ho-brand);
  background: var(--ho-brand-tint);
  color: var(--ho-brand-dark);
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(208, 163, 97, 0.15);
}

.ho-stepper {
  display: inline-flex;
  border: 1px solid #ccc;
  border-radius: 8px !important;
  overflow: hidden;
  align-items: center;
}

.ho-step-btn {
  background: #f5f5f5;
  border: none;
  width: 34px;
  height: 34px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}

.ho-step-btn:hover {
  background: #e6e6e6;
}

.ho-step-input {
  width: 48px;
  height: 34px;
  border: none;
  text-align: center;
  font-weight: 700;
  outline: none;
  font-size: 14px;
}

.ho-detail-btns,
.ho-detail-action-btns {
  display: flex;
  gap: 12px;
  margin: 20px 0 15px;
}

.ho-btn-lg-buy,
.ho-btn-red {
  flex: 1.2;
  background: var(--ho-red);
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 8px !important;
  font-size: 14.5px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: background 0.15s;
}

.ho-btn-lg-buy:hover,
.ho-btn-red:hover {
  background: #c00000;
}

.ho-btn-lg-cart,
.ho-btn-green {
  flex: 1;
  background: var(--ho-brand);
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 8px !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: background 0.15s;
}

.ho-btn-lg-cart:hover,
.ho-btn-green:hover {
  background: var(--ho-brand-dark);
}

.ho-specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  margin: 15px 0;
}

.ho-specs-table td {
  padding: 9px 12px;
  border: 1px solid #e8e8e8;
  line-height: 1.5;
}

.ho-specs-table tr:nth-child(even) {
  background: #fbfbfb;
}

.ho-specs-label {
  width: 32%;
  font-weight: 600;
  color: #555;
  background: #f9f9f9;
}

.ho-pdetail-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px !important;
  padding: 25px;
  margin: 25px 0;
}

.ho-pdetail-tabs {
  display: flex;
  border-bottom: 2px solid #e8e8e8;
  margin-top: 35px;
  gap: 15px;
}

.ho-pdetail-tab-btn {
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.2s;
}

.ho-pdetail-tab-btn.active,
.ho-pdetail-tab-btn:hover {
  color: var(--ho-brand);
  border-bottom-color: var(--ho-brand);
}

.ho-pdetail-tab-pane {
  display: none;
  padding: 25px 0;
  animation: fadeIn 0.25s ease;
}

.ho-pdetail-tab-pane.active {
  display: block;
}

.ho-product-desc-content {
  font-size: 14.5px;
  line-height: 1.8;
  color: #333333;
}

.ho-product-desc-content p {
  margin-bottom: 14px;
}

.ho-product-desc-content ul {
  margin: 10px 0 16px 24px;
  line-height: 1.8;
}

.ho-product-desc-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px !important;
  margin: 16px 0;
  display: block;
}

/* Breadcrumbs */
.ho-breadcrumb-bar {
  background: #fdfdfd;
  border-bottom: 1px solid #f0f0f0;
  padding: 13px 0;
  margin-top: 14px;
  margin-bottom: 25px;
}

.ho-breadcrumbs {
  font-size: 13px;
  color: #888;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.ho-breadcrumbs a {
  color: #555;
  text-decoration: none;
  transition: color 0.15s;
}

.ho-breadcrumbs a:hover {
  color: var(--ho-brand);
  text-decoration: underline;
}

.ho-breadcrumbs span.separator {
  color: #ccc;
}

.ho-breadcrumbs span.current {
  color: #222;
  font-weight: 600;
}

/* Consultation Box */
.ho-consult-box {
  background: #fdfaf5;
  border: 1px dashed var(--ho-brand);
  border-radius: 8px !important;
  padding: 14px 18px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.ho-consult-info h5 {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  margin-bottom: 3px;
}

.ho-consult-info p {
  font-size: 12.5px;
  color: #666;
}

.ho-consult-btn {
  background: var(--ho-red);
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px !important;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: background 0.15s;
}

.ho-consult-btn:hover {
  background: #c00000;
}

/* ==========================================================================
   CART DRAWER & CHECKOUT
   ========================================================================== */
.ho-cart-drawer {
  position: fixed;
  top: 0;
  right: -420px;
  width: 400px;
  height: 100%;
  background: #fff;
  box-shadow: -5px 0 25px rgba(0,0,0,0.15);
  z-index: 2100;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
}

.ho-cart-drawer.active {
  right: 0;
}

.ho-cart-head {
  padding: 16px 20px;
  background: var(--ho-green);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ho-cart-head h2 {
  font-size: 16px;
  font-weight: 700;
}

.ho-cart-list {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}

.ho-cart-item {
  display: flex;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.ho-cart-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px !important;
  border: 1px solid #eee;
}

.ho-cart-item-del {
  width: 26px;
  height: 26px;
  min-width: 26px;
  max-height: 26px;
  align-self: flex-start;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 50% !important;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  line-height: 1;
  outline: none;
  box-sizing: border-box;
}

.ho-cart-item-del:hover {
  background: #fee2e2;
  border-color: #fca5a5;
  color: #ef4444;
  transform: scale(1.1);
}

.ho-cart-footer {
  padding: 16px 20px;
  background: #f9f9f9;
  border-top: 1px solid #e0e0e0;
}

.ho-cart-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 6px;
}

.ho-cart-row.total {
  font-size: 18px;
  font-weight: 800;
  color: var(--ho-red);
  border-top: 1px solid #ddd;
  padding-top: 8px;
  margin-top: 8px;
}

/* Floating Actions (Temporarily disabled per request) */
.ho-floating-actions {
  display: none !important;
}

.ho-float-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
  cursor: pointer;
  transition: transform 0.2s;
}

.ho-float-btn:hover {
  transform: scale(1.1);
}

.ho-float-phone { background: var(--ho-red); }
.ho-float-zalo { background: #0088cc; }
.ho-float-top { background: #444; }

/* Toast */
.ho-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: rgba(36, 41, 46, 0.95);
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px !important;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  z-index: 3000;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

.ho-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* ==========================================================================
   UNIFIED LUXURY DARK FOOTER
   ========================================================================== */
.ho-footer {
  background: #111111 !important;
  color: #f1f5f9 !important;
  margin-top: 50px;
  border-top: 3px solid var(--ho-brand);
  position: relative;
  font-family: inherit;
}

.ho-footer .ho-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.ho-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1.15fr 1fr 1fr 1fr;
  gap: 32px;
  padding: 45px 0 32px;
}

.ho-footer-col {
  display: flex;
  flex-direction: column;
}

.ho-footer-title {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 8px;
}

.ho-footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--ho-brand);
  border-radius: 8px !important;
}

.ho-footer-company-desc {
  font-size: 13px !important;
  line-height: 1.65 !important;
  color: #e2e8f0 !important;
  margin: 0 0 18px !important;
}

.ho-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px !important;
  line-height: 1.4 !important;
}

.ho-footer-icon-circle {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  border-radius: 50% !important;
  background: var(--ho-brand) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  box-shadow: 0 2px 8px rgba(208, 163, 97, 0.45) !important;
}

.ho-footer-icon-circle svg {
  width: 16px !important;
  height: 16px !important;
  display: block !important;
  stroke: #ffffff !important;
  fill: none !important;
}

.ho-footer-icon-circle svg path,
.ho-footer-icon-circle svg circle,
.ho-footer-icon-circle svg line,
.ho-footer-icon-circle svg polyline {
  stroke: #ffffff !important;
  stroke-width: 2.2px !important;
  fill: none !important;
}

.ho-footer-contact-text {
  font-size: 13px !important;
  color: #f1f5f9 !important;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.ho-footer-label {
  font-weight: 600 !important;
  color: #ffffff !important;
}

.ho-footer-val {
  color: #e2e8f0 !important;
}

.ho-footer-highlight-link {
  color: #e2be86 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
}

.ho-footer-highlight-link:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.ho-footer-showroom-item {
  margin-bottom: 16px;
}

.ho-footer-showroom-item h4 {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 5px !important;
}

.ho-footer-showroom-item p {
  font-size: 13px !important;
  color: #e2e8f0 !important;
  margin: 0 0 4px !important;
  line-height: 1.5 !important;
}

.ho-footer-showroom-hotline {
  color: #ffffff !important;
  font-weight: 500;
}

.ho-footer-showroom-hotline a {
  color: #e2be86 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.ho-footer-showroom-hotline a:hover {
  text-decoration: underline !important;
}

.ho-footer-hours {
  color: #cbd5e1 !important;
  font-size: 12px;
}

.ho-footer-link-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ho-footer-link-list li {
  margin-bottom: 9px !important;
  line-height: 1.4 !important;
}

.ho-footer-link-list li a {
  font-size: 13px !important;
  color: #e2e8f0 !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
  display: inline-block;
}

.ho-footer-link-list li a:hover {
  color: #e2be86 !important;
  transform: translateX(4px);
}

.ho-footer-social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ho-social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}

.ho-social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
}

.ho-social-btn.fb { background: #1877f2 !important; color: #ffffff !important; }
.ho-social-btn.yt { background: #ff0000 !important; color: #ffffff !important; }
.ho-social-btn.zalo { background: #0068ff !important; color: #ffffff !important; }
.ho-social-btn.tt { background: #111111 !important; color: #ffffff !important; border: 1.5px solid #666 !important; }
.ho-social-btn.pin { background: #e60023 !important; color: #ffffff !important; }

.ho-footer-trust-pill {
  font-size: 12px;
  font-weight: 600;
  color: #e2be86 !important;
  background: rgba(208, 163, 97, 0.12);
  border: 1px solid rgba(208, 163, 97, 0.35);
  padding: 6px 14px;
  border-radius: 8px !important;
  display: inline-block;
}

.ho-footer-bottom-info {
  border-top: 1px solid #333333 !important;
  padding: 35px 20px 45px !important;
  text-align: center !important;
  margin-top: 25px !important;
  clear: both !important;
  overflow: visible !important;
}

.ho-footer-company-name {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  margin: 0 0 10px !important;
  letter-spacing: 0.5px !important;
  line-height: 1.6 !important;
  display: block !important;
  overflow: visible !important;
}

.ho-footer-address {
  font-size: 13.5px !important;
  color: #cbd5e1 !important;
  margin-bottom: 8px !important;
  line-height: 1.6 !important;
}

.ho-footer-address strong,
.ho-footer-address b,
.ho-footer-bottom-info strong,
.ho-footer-bottom-info b {
  color: #ffd899 !important;
  font-weight: 800 !important;
}

.ho-footer-web-contact {
  font-size: 13.5px !important;
  color: #cbd5e1 !important;
  line-height: 1.6 !important;
}

.ho-footer-bold-white {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.ho-footer-bold-gold {
  color: #ffd899 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.ho-footer-bold-gold:hover {
  text-decoration: underline !important;
}

/* ==========================================================================
   RESPONSIVENESS
   ========================================================================== */
@media (max-width: 1200px) {
  .ho-cats-bar { grid-template-columns: repeat(4, 1fr); }
  .ho-product-grid { grid-template-columns: repeat(3, 1fr); }
  .ho-concept-row { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 900px) {
  .ho-header-flex { flex-wrap: wrap; }
  .ho-header-right { width: 100%; justify-content: space-between; }
  .ho-banner-grid { grid-template-columns: 1fr; }
  .ho-side-banners { display: none; }
  .ho-commitments-grid { grid-template-columns: 1fr 1fr; }
  .ho-catalog-flex { grid-template-columns: 1fr; }
  .ho-product-grid { grid-template-columns: repeat(2, 1fr); }
  .ho-detail-grid { grid-template-columns: 1fr; }
  .ho-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .ho-cats-bar { grid-template-columns: repeat(2, 1fr); }
  .ho-footer-grid { grid-template-columns: 1fr; }
}

/* Aliases for smooth compatibility between card naming conventions */
.ho-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

/* Related Products Grid - 6 Items Layout */
#related-products-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

#related-products-grid .ho-product-body {
  padding: 10px 8px 10px;
}

#related-products-grid .ho-product-title,
#related-products-grid .ho-product-title a {
  font-size: 13px;
  font-weight: 700 !important;
  color: #0f172a !important;
  line-height: 1.4;
  min-height: 36px;
  margin-bottom: 6px;
}

#related-products-grid .ho-product-price {
  font-size: 15px;
}

#related-products-grid .ho-btn-buy {
  padding: 7px 8px;
  font-size: 12px;
}

@media (max-width: 1200px) {
  #related-products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

@media (max-width: 680px) {
  #related-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.ho-product-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.ho-product-card:hover {
  border-color: #d0a361;
  box-shadow: 0 10px 24px rgba(208, 163, 97, 0.15);
  transform: translateY(-4px);
}

.ho-product-thumb {
  position: relative;
  padding-top: 96%;
  background: radial-gradient(circle at center, #ffffff 40%, #f8fafc 100%);
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid #f1f5f9;
}

.ho-product-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  mix-blend-mode: multiply;
  background-color: transparent !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ho-product-card:hover .ho-product-thumb img {
  transform: scale(1.07);
}

.ho-card-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ho-badge-discount {
  background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 7px;
  border-radius: 8px !important;
  box-shadow: 0 2px 6px rgba(185, 28, 28, 0.3);
}

.ho-badge-hot {
  background: linear-gradient(135deg, #d0a361 0%, #b88b49 100%);
  color: #ffffff !important;
  font-size: 10.5px;
  font-weight: 800;
  padding: 3px 7px;
  border-radius: 8px !important;
  box-shadow: 0 2px 6px rgba(208, 163, 97, 0.3);
}

.ho-product-body {
  padding: 14px 12px 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ho-product-sku {
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.ho-product-title,
.ho-product-title a,
.ho-product-card h3,
.ho-product-card h3 a {
  font-size: 13.5px;
  font-weight: 700 !important;
  color: #0f172a !important;
  line-height: 1.4;
  min-height: 40px;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
  cursor: pointer;
  transition: color 0.15s;
  word-break: break-word;
}

.ho-product-title:hover,
.ho-product-title a:hover,
.ho-product-card h3 a:hover {
  color: var(--ho-brand, #d0a361) !important;
}

.ho-product-rating {
  color: #f59e0b;
  font-size: 12px;
  margin-bottom: 8px;
}

.ho-product-price-box {
  margin-top: auto;
  margin-bottom: 12px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.ho-product-price {
  font-size: 16.5px;
  font-weight: 900;
  color: #b91c1c;
  letter-spacing: -0.2px;
}

.ho-product-old-price {
  font-size: 12px;
  color: #94a3b8;
  text-decoration: line-through;
}

.ho-product-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px;
}

.ho-btn-buy {
  background: linear-gradient(135deg, #d0a361 0%, #b88b49 100%) !important;
  color: #ffffff !important;
  border: none;
  padding: 8px 12px;
  border-radius: 8px !important;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  box-shadow: 0 3px 8px rgba(208, 163, 97, 0.25);
}

.ho-btn-buy:hover {
  background: #9a7138 !important;
  box-shadow: 0 4px 12px rgba(208, 163, 97, 0.35);
  transform: translateY(-1px);
}

.ho-btn-cart {
  background: #fcf8f2;
  color: #b88b49;
  border: 1.5px solid #ebd7bc;
  padding: 8px 12px;
  border-radius: 8px !important;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ho-btn-cart:hover {
  background: #d0a361;
  color: #ffffff;
  border-color: #d0a361;
  transform: translateY(-1px);
}

.ho-page-btn {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 8px !important;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  transition: all 0.15s;
}

.ho-page-btn:hover,
.ho-page-btn.active {
  background: #d0a361 !important;
  color: #ffffff !important;
  border-color: #d0a361 !important;
  box-shadow: 0 2px 8px rgba(208, 163, 97, 0.25);
}

/* ==========================================================================
   Category Page - Modern Subcategory Navigation Strip
   ========================================================================== */
.ho-subcat-wrapper {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.ho-subcat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 10px;
}

.ho-subcat-title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ho-subcat-title-wrap i {
  color: var(--ho-brand);
  font-size: 14px;
}

.ho-subcat-heading {
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.ho-subcat-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ho-subcat-nav-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #475569;
  font-size: 11px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.ho-subcat-nav-btn:hover:not(:disabled) {
  background: var(--ho-brand-tint);
  border-color: var(--ho-brand);
  color: var(--ho-brand-dark);
  box-shadow: 0 2px 8px rgba(208, 163, 97, 0.2);
}

.ho-subcat-nav-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  box-shadow: none;
}

.ho-subcat-toggle-view {
  font-size: 12px;
  font-weight: 600;
  color: var(--ho-brand-dark);
  background: var(--ho-brand-tint);
  border: 1px solid var(--ho-brand-border);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 8px !important;
  transition: all 0.2s ease;
}

.ho-subcat-toggle-view:hover {
  background: var(--ho-brand);
  color: #ffffff;
}

.ho-subcat-scroll-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 4px 2px;
}

.ho-subcat-scroll-container::-webkit-scrollbar {
  display: none;
}

.ho-subcat-chips-list {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
  transition: all 0.3s ease;
}

.ho-subcat-chips-list.is-expanded {
  flex-wrap: wrap;
  gap: 10px;
}

.ho-subcat-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 15px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px !important;
  color: #334155;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.ho-subcat-chip:hover {
  background: #fffdf9;
  border-color: var(--ho-brand);
  color: var(--ho-brand-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(208, 163, 97, 0.16);
}

.ho-subcat-chip.active {
  background: var(--ho-brand-tint);
  border-color: var(--ho-brand);
  color: var(--ho-brand-dark);
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(208, 163, 97, 0.2);
}

.ho-subcat-chip .ho-subcat-badge {
  display: inline-block;
  background: #f1f5f9;
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 8px !important;
  line-height: 1.2;
  transition: all 0.2s ease;
}

.ho-subcat-chip:hover .ho-subcat-badge {
  background: rgba(208, 163, 97, 0.2);
  color: var(--ho-brand-dark);
}

.ho-subcat-chip.active .ho-subcat-badge {
  background: #ffffff;
  color: var(--ho-brand-dark);
}



/* ==========================================================================
   UNIFIED 8PX BORDER RADIUS DESIGN SYSTEM (Synchronized across all elements)
   ========================================================================== */
.ho-card,
.ho-product-card,
.ho-cat-item,
.ho-cat-hero,
.ho-cat-sidebar,
.ho-policy-sidebar-card,
.ho-policy-hotline-pill,
.ho-catalog-topbar,
.ho-flash-sale-box,
.ho-flash-icon-wrap,
.ho-concept-box,
.ho-concept-thumb-wrap,
.ho-modal-box,
.ho-gallery-big,
.ho-gallery-main,
.ho-pdetail-card,
.ho-consult-box,
.ho-commitments-wrap,
.ho-hero-trust-bar,
.ho-side-banner,
.ho-main-slider,
.ho-search-box,
.ho-search-btn,
.ho-header-action-btn,
.ho-header-hotline-badge,
.ho-hotline-icon-circle,
.ho-subcat-chip,
.ho-subcat-badge,
.ho-subcat-toggle-view,
.ho-tab-pill,
.ho-pill,
.ho-var-btn,
.ho-btn-buy,
.ho-btn-cart,
.ho-card-buy-btn,
.ho-card-cart-btn,
.ho-btn-lg-buy,
.ho-btn-lg-cart,
.ho-btn-red,
.ho-btn-green,
.ho-pag-btn,
.ho-page-btn,
.ho-sort-select,
.ho-sidebar-list a,
.ho-thumb-img,
.ho-thumb,
.ho-detail-price-box,
.ho-badge-discount,
.ho-badge-hot,
.ho-badge-sale,
.ho-flash-badge,
.ho-cd-box,
.ho-stepper,
.ho-slider-badge,
.ho-side-badge,
.ho-side-btn,
.ho-toast,
.ho-search-dropdown,
.ho-search-item img,
.ho-cart-item img,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
select,
textarea {
  border-radius: 8px !important;
}

/* ==========================================================================
   INTERACTIVE WOOD COLOR PALETTE & SWATCH SYSTEM
   ========================================================================== */
.ho-color-guide-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fbf5ec;
  border: 1px solid #ebd7bc;
  color: var(--ho-brand-dark, #8a571c);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px !important;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1;
}

.ho-color-guide-trigger:hover {
  background: #f4e8d6;
  border-color: var(--ho-brand);
  color: var(--ho-brand);
  transform: translateY(-1px);
}

.ho-color-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.ho-pill.ho-color-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border: 1.5px solid #e2e8f0;
  background: #ffffff;
  color: #334155;
  font-size: 13.5px;
  font-weight: 500;
  border-radius: 8px !important;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ho-pill.ho-color-pill:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}

.ho-pill.ho-color-pill.active {
  border-color: var(--ho-brand, #d0a361);
  background: #fffbf4;
  color: var(--ho-brand-dark, #8a571c);
  font-weight: 700;
  box-shadow: 0 0 0 2px rgba(208, 163, 97, 0.18);
}

.ho-swatch-circle {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50% !important;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.1);
  display: inline-block;
  border: 1px solid rgba(0,0,0,0.1);
}

.ho-swatch-circle.swatch-oak {
  background: linear-gradient(135deg, #e8c08f 0%, #caa06d 50%, #e0b683 100%);
}

.ho-swatch-circle.swatch-walnut {
  background: linear-gradient(135deg, #5c371f 0%, #3d2111 50%, #683f25 100%);
}

.ho-swatch-circle.swatch-cherry {
  background: linear-gradient(135deg, #8d3824 0%, #652112 50%, #9e432d 100%);
}

.ho-swatch-circle.swatch-white {
  background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
  border-color: #cbd5e1;
}

/* Modal Bảng Màu Gỗ Thực Tế */
.ho-color-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(4px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.ho-color-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.ho-color-modal-box {
  background: #ffffff;
  border-radius: 14px !important;
  max-width: 860px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  position: relative;
  transform: translateY(20px) scale(0.98);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ho-color-modal-overlay.active .ho-color-modal-box {
  transform: translateY(0) scale(1);
}

.ho-color-modal-header {
  padding: 20px 24px;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fbf8f3;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.ho-color-modal-header h3 {
  font-size: 19px;
  font-weight: 800;
  color: var(--ho-brand-dark, #8a571c);
  margin: 0 0 4px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ho-color-modal-header p {
  font-size: 13px;
  color: #64748b;
  margin: 0;
}

.ho-color-modal-close {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  width: 32px;
  height: 32px;
  border-radius: 50% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s;
  padding: 0;
  line-height: 1;
}

.ho-color-modal-close:hover {
  background: #fee2e2;
  color: #ef4444;
  border-color: #fca5a5;
}

.ho-color-modal-body {
  padding: 24px;
}

.ho-color-banner {
  border-radius: 10px !important;
  overflow: hidden;
  margin-bottom: 22px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.ho-color-banner img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.ho-color-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 22px;
}

@media (max-width: 640px) {
  .ho-color-grid {
    grid-template-columns: 1fr;
  }
}

.ho-color-card {
  border: 1.5px solid #e2e8f0;
  border-radius: 10px !important;
  padding: 16px;
  display: flex;
  gap: 14px;
  background: #ffffff;
  transition: all 0.2s ease;
  position: relative;
}

.ho-color-card:hover {
  border-color: var(--ho-brand);
  box-shadow: 0 6px 16px rgba(208, 163, 97, 0.12);
  transform: translateY(-2px);
}

.ho-color-card.active {
  border-color: var(--ho-brand);
  background: #fffbf4;
  box-shadow: 0 0 0 2px rgba(208, 163, 97, 0.25);
}

.ho-color-card-swatch {
  width: 68px;
  height: 68px;
  min-width: 68px;
  border-radius: 10px !important;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.2), 0 2px 6px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.1);
}

.ho-color-card-swatch.swatch-oak {
  background: linear-gradient(135deg, #e8c08f 0%, #caa06d 50%, #e0b683 100%);
}

.ho-color-card-swatch.swatch-walnut {
  background: linear-gradient(135deg, #5c371f 0%, #3d2111 50%, #683f25 100%);
}

.ho-color-card-swatch.swatch-cherry {
  background: linear-gradient(135deg, #8d3824 0%, #652112 50%, #9e432d 100%);
}

.ho-color-card-swatch.swatch-white {
  background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
  border-color: #cbd5e1;
}

.ho-color-card-info {
  flex: 1;
}

.ho-color-card-title {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 2px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ho-color-card-eng {
  font-size: 11.5px;
  color: #94a3b8;
  font-weight: 500;
  text-transform: uppercase;
}

.ho-color-card-desc {
  font-size: 12.5px;
  color: #475569;
  line-height: 1.5;
  margin: 4px 0 8px 0;
}

.ho-color-card-btn {
  font-size: 12px;
  font-weight: 700;
  color: var(--ho-brand-dark, #8a571c);
  background: #fbf5ec;
  border: 1px solid #ebd7bc;
  padding: 4px 10px;
  border-radius: 6px !important;
  cursor: pointer;
  transition: all 0.2s;
}

.ho-color-card-btn:hover {
  background: var(--ho-brand);
  color: #ffffff;
  border-color: var(--ho-brand);
}

.ho-wood-specs-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px !important;
  padding: 16px;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 13px;
  color: #334155;
}

@media (max-width: 640px) {
  .ho-wood-specs-box {
    flex-direction: column;
    text-align: center;
  }
}

/* ==========================================================================
   MOBILE PRODUCT GRID 2 COLUMNS (Hiển thị 2 sản phẩm mỗi hàng trên Mobile)
   ========================================================================== */
@media (max-width: 768px) {
  .ho-catalog-flex {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  /* Force exactly 2 products per row on all mobile screens */
  .ho-product-grid,
  .ho-products-grid,
  #products-grid,
  #cat-products-grid,
  #related-products-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .ho-product-card,
  .ho-card {
    border-radius: 8px !important;
  }

  .ho-product-thumb {
    padding-top: 92% !important;
  }

  .ho-product-body {
    padding: 10px 8px 8px !important;
  }

  .ho-product-sku {
    font-size: 10px !important;
    margin-bottom: 2px !important;
  }

  .ho-product-title,
  .ho-product-title a,
  .ho-product-card h3,
  .ho-product-card h3 a {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    min-height: 34px !important;
    height: auto !important;
    margin-bottom: 4px !important;
    font-weight: 700 !important;
    -webkit-line-clamp: 2 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .ho-product-rating {
    font-size: 11px !important;
    margin-bottom: 6px !important;
  }

  .ho-product-price-box {
    margin-bottom: 8px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
  }

  .ho-product-price {
    font-size: 14.5px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
  }

  .ho-product-old-price {
    font-size: 11px !important;
  }

  .ho-product-actions {
    gap: 4px !important;
  }

  .ho-btn-buy {
    padding: 7px 6px !important;
    font-size: 11.5px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
  }

  .ho-btn-cart {
    padding: 7px 8px !important;
    font-size: 12px !important;
    border-radius: 6px !important;
  }
}

/* ==========================================================================
   COMPREHENSIVE SITE-WIDE MOBILE RESPONSIVE ENGINE (Tối ưu toàn diện mọi trang)
   ========================================================================== */

/* 1. Global Anti-Overflow & Safe Viewport */
html, body {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

*, *::before, *::after {
  box-sizing: border-box !important;
}

img, video, iframe {
  max-width: 100% !important;
  height: auto;
}

@media (max-width: 768px) {
  /* 2. Universal Section Headers Flex Wrap (Ngăn ngừa tuyệt đối vỡ hàng tiêu đề + link xem thêm) */
  .ho-section-head-flex,
  .ho-cat-head-flex,
  .ho-catalog-topbar {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 16px !important;
  }

  .ho-section-head-flex h2,
  .ho-section-head-flex h3,
  .ho-cat-head-flex h2,
  .ho-cat-head-flex h3 {
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    word-break: break-word !important;
  }

  .ho-section-head-flex .ho-section-link,
  .ho-section-head-flex a,
  .ho-cat-head-flex a {
    font-size: 12.5px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    margin-left: auto !important;
  }

  /* 3. Catalog Topbar on Mobile */
  .ho-catalog-topbar {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 12px 14px !important;
    gap: 10px !important;
  }

  .ho-catalog-topbar > div:first-child {
    width: 100% !important;
  }

  .ho-catalog-topbar h2 {
    font-size: 14.5px !important;
    line-height: 1.35 !important;
    margin-bottom: 3px !important;
  }

  .ho-catalog-topbar > div:last-child {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .ho-sort-select {
    flex: 1 !important;
    max-width: 200px !important;
    padding: 6px 10px !important;
    font-size: 12px !important;
  }

  /* 4. Related Blogs Strip on Mobile */
  #cat-related-blogs,
  .ho-related-blogs-grid,
  .ho-blog-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .ho-blog-card {
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  /* 5. Product Detail View & Modals on Mobile */
  .ho-pdetail-card {
    padding: 16px 14px !important;
    border-radius: 8px !important;
    margin-top: 15px !important;
  }

  .ho-detail-grid,
  .ho-detail-layout {
    grid-template-columns: 1fr !important;
    padding: 12px !important;
    gap: 16px !important;
  }

  .ho-gallery-big,
  .ho-gallery-main {
    height: 280px !important;
  }

  .ho-detail-info h1,
  .ho-detail-heading {
    font-size: 18px !important;
    line-height: 1.35 !important;
    margin-bottom: 8px !important;
  }

  .ho-detail-price {
    font-size: 22px !important;
  }

  .ho-detail-btns,
  .ho-detail-action-btns {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  .ho-btn-lg-buy,
  .ho-btn-red,
  .ho-btn-lg-cart,
  .ho-btn-green {
    width: 100% !important;
    padding: 12px 14px !important;
    font-size: 13.5px !important;
    border-radius: 8px !important;
  }

  .ho-pdetail-tabs {
    display: flex !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 8px !important;
    padding-bottom: 6px !important;
    margin-top: 16px !important;
  }

  .ho-pdetail-tabs::-webkit-scrollbar {
    display: none !important;
  }

  .ho-pdetail-tab-btn {
    padding: 8px 14px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
  }

  .ho-specs-table td {
    padding: 8px 10px !important;
    font-size: 12.5px !important;
  }

  /* 6. Modals on Mobile */
  .ho-modal-box {
    width: 94% !important;
    max-width: 94% !important;
    margin: 15px auto !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    border-radius: 10px !important;
  }

  /* 7. Service & Pricing Grids on Mobile */
  .ho-service-hero-grid,
  .ho-process-grid,
  .ho-pricing-grid,
  .ho-service-gallery-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .ho-service-price-table {
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
  }

  /* 8. Policies & About Pages on Mobile */
  .ho-page-layout {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .ho-page-sidebar {
    order: 2 !important;
    margin-top: 24px !important;
  }

  .ho-page-content {
    order: 1 !important;
  }
}

/* Category Hero Header & Intro */
.ho-cat-hero {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 8px !important;
}

.ho-cat-blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  gap: 12px;
}

.ho-cat-blog-title {
  font-size: 16px;
  font-weight: 800;
  color: #111;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ho-cat-blog-more {
  font-size: 13px;
  font-weight: 700;
  color: var(--ho-brand, #d0a361);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.2s;
}

.ho-cat-blog-more:hover {
  text-decoration: underline;
}

/* Category Filter & Sort Pills Styling */
.ho-sort-pill {
  background: #f8fafc !important;
  color: #475569 !important;
  border: 1px solid #cbd5e1 !important;
}

.ho-sort-pill:hover {
  border-color: #d0a361 !important;
  color: #b88b49 !important;
}

.ho-sort-pill.active {
  background: #d0a361 !important;
  color: #ffffff !important;
  border-color: #d0a361 !important;
  font-weight: 700 !important;
  box-shadow: 0 2px 6px rgba(208, 163, 97, 0.3) !important;
}

@media (max-width: 768px) {
  .ho-cat-hero {
    padding: 16px 14px !important;
    margin-bottom: 16px !important;
  }

  .ho-cat-hero-flex {
    flex-direction: column !important;
    gap: 12px !important;
  }

  .ho-cat-hero h1 {
    font-size: 18px !important;
    line-height: 1.35 !important;
    padding-left: 10px !important;
    border-left-width: 4px !important;
    margin-bottom: 6px !important;
  }

  .ho-cat-hero p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .ho-cat-total-box {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 6px 14px !important;
    border-radius: 6px !important;
  }

  .ho-cat-total-box .ho-cat-total-label {
    font-size: 11px !important;
  }

  .ho-cat-total-box .ho-cat-total-num {
    font-size: 16px !important;
  }

  .ho-filter-sort-toolbar {
    padding: 12px 14px !important;
    gap: 12px !important;
    margin-bottom: 18px !important;
  }

  .ho-filter-group,
  .ho-sort-group {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  .ho-filter-pills-row,
  .ho-sort-pills-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    width: 100% !important;
  }

  .ho-filter-pills-row .ho-pill,
  .ho-sort-pills-row .ho-pill {
    padding: 5px 10px !important;
    font-size: 11.5px !important;
    border-radius: 6px !important;
  }

  /* Chống rớt dòng cụm Cẩm nang trên Mobile */
  .ho-cat-blog-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
    margin-bottom: 14px !important;
  }

  .ho-cat-blog-title {
    font-size: 14.5px !important;
    line-height: 1.4 !important;
    width: 100% !important;
  }

  .ho-cat-blog-more {
    font-size: 12.5px !important;
    align-self: flex-start !important;
    padding: 2px 0 !important;
  }
}

.ho-footer-bottom-info {
  width: 100% !important;
  max-width: 100% !important;
  clear: both !important;
  box-sizing: border-box !important;
}



