/* ==========================================================================
   HUNTERS — Odoo 18 B2B E-Commerce & Workshop Design System
   Strict Brand Identity: Deep Onyx (#111111) & Radiant Hunters Gold (#B08527 / #C5A059)
   Dual-Section Architecture: خامات (Raw Materials) & ماكينات ومعدات (Machinery)
   Executive Support for Both Grid & List Layouts
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&family=Work+Sans:wght@400;500;600;700&display=swap');

:root {
  --hn-black: #111111;
  --hn-black-deep: #0A0A0A;
  --hn-black-card: #1A1A1A;
  --hn-gold: #B08527;
  --hn-gold-bright: #C5A059;
  --hn-gold-light: #DFBA68;
  --hn-gold-dark: #8F691B;
  --hn-cream: #FAF8F5;
  --hn-surface: #FFFFFF;
  --hn-text: #111111;
  --hn-muted: #6B655B;
  --hn-border: #EAE5DB;
  --hn-radius-sm: 8px;
  --hn-radius-md: 16px;
  --hn-radius-pill: 9999px;
  --hn-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --hn-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
  --hn-shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.12);
}

/* 1. Global Typography & Colors */
body, h1, h2, h3, h4, h5, h6, .btn, .nav-link, .dropdown-item, input, select, textarea, .breadcrumb, table, .modal, .accordion-button {
  font-family: 'Cairo', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.fa, [class*="fa-"], .fa::before, [class*="fa-"]::before {
  font-family: 'FontAwesome', 'Font Awesome 6 Free', 'Font Awesome 5 Free' !important;
}
.oi, [class*="oi-"], .oi::before, [class*="oi-"]::before {
  font-family: 'odoo_ui_icons' !important;
}

html, body {
  max-width: 100vw !important;
  overflow-x: clip !important;
}

#wrapwrap {
  background-color: #FAF8F5 !important;
  color: var(--hn-text) !important;
  max-width: 100vw !important;
  overflow-x: clip !important;
}

/* Header and Logo Styling */
.navbar-brand.logo,
.o_header_mobile .navbar-brand {
  max-width: 190px !important;
}

.navbar-brand.logo img,
.o_header_mobile .navbar-brand img {
  max-height: 40px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* Hide Odoo Demo, Backend Configurator & Floating Clutter */
#oe_main_menu_navbar,
.o_frontend_to_backend_nav,
.o_website_preview_btn,
.o_debug_manager,
.tp-back-to-top {
  display: none !important;
}

/* ==========================================================================
   2. CATEGORY SIMPLIFICATION: SINGLE HORIZONTAL SELECTOR & SIDEBAR REMOVAL
   ========================================================================== */

#products_grid_before,
#o_wsale_products_grid_before,
aside.col-3,
aside.col-lg-3,
.o_wsale_products_grid_before_rail {
  display: none !important;
}

#products_grid,
.o_wsale_products_main_row > #products_grid,
.o_wsale_products_main_row > div:not(aside) {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.categ_slider_main,
.categories_container,
[class*="categ_slider"] {
  display: none !important;
}

/* DUAL SECTION SWITCHER (خامات vs ماكينات ومعدات) */
.hn-section-switch {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  margin: 16px auto 24px auto !important;
  padding: 6px !important;
  background: #FFFFFF !important;
  border: 1.5px solid var(--hn-border) !important;
  border-radius: var(--hn-radius-pill) !important;
  width: fit-content !important;
  max-width: 100% !important;
  box-shadow: var(--hn-shadow-sm) !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}
.hn-section-switch::-webkit-scrollbar {
  display: none !important;
}

.hn-section-tab {
  padding: 9px 24px !important;
  border-radius: var(--hn-radius-pill) !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  text-decoration: none !important;
  color: var(--hn-muted) !important;
  transition: all 0.22s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.hn-section-tab:hover {
  color: var(--hn-black) !important;
  background: rgba(176, 133, 39, 0.08) !important;
}

.hn-section-tab.active {
  background: linear-gradient(135deg, #1A1A1A 0%, #111111 100%) !important;
  color: #FFFDF9 !important;
  box-shadow: 0 3px 12px rgba(17, 17, 17, 0.3) !important;
  border: 1px solid var(--hn-gold) !important;
}

.hn-section-tab.active .hn-tab-indicator {
  display: inline-block !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background-color: var(--hn-gold-bright) !important;
}

/* FILMSTRIP HORIZONTAL SCROLL BAR */
.o_wsale_filmstip_container {
  margin: 12px 0 24px 0 !important;
  padding: 8px 4px 12px 4px !important;
  background: transparent !important;
  border-bottom: 1.5px solid rgba(176, 133, 39, 0.25) !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.o_wsale_filmstip_wrapper {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.o_wsale_filmstip_wrapper::-webkit-scrollbar {
  display: none !important;
}

.o_wsale_filmstip {
  display: flex !important;
  gap: 12px !important;
  padding: 4px 4px 10px 4px !important;
  align-items: center !important;
  margin-bottom: 0 !important;
}

.o_wsale_filmstip li {
  padding-right: 0 !important;
  padding-left: 0 !important;
  flex-shrink: 0 !important;
}

.o_wsale_filmstip li a {
  text-decoration: none !important;
}

/* Inactive category pill */
.o_wsale_filmstip li .btn,
.o_wsale_filmstip li .btn-light,
.o_wsale_filmstip li a > div {
  background: #FFFFFF !important;
  color: #1A1A1A !important;
  border: 1.5px solid #E5E0D8 !important;
  border-radius: 9999px !important;
  padding: 7px 18px !important;
  font-weight: 700 !important;
  font-size: 0.94rem !important;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: var(--hn-shadow-sm) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.o_wsale_filmstip li .btn:hover,
.o_wsale_filmstip li a:hover > div {
  border-color: var(--hn-gold) !important;
  color: var(--hn-black) !important;
  background: #FDFCF9 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 14px rgba(176, 133, 39, 0.18) !important;
}

/* Active category pill */
.o_wsale_filmstip li .btn-check:checked + .btn,
.o_wsale_filmstip li .btn-check:checked + div,
.o_wsale_filmstip li.active .btn,
.o_wsale_filmstip li.active a > div,
.o_wsale_filmstip li a.active > div {
  background: linear-gradient(135deg, #1A1A1A 0%, #111111 100%) !important;
  color: #FFFDF9 !important;
  border-color: var(--hn-gold) !important;
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.35) !important;
  font-weight: 800 !important;
  position: relative !important;
}

.o_wsale_filmstip li .btn-check:checked + .btn::after,
.o_wsale_filmstip li .btn-check:checked + div::after,
.o_wsale_filmstip li.active .btn::after,
.o_wsale_filmstip li.active a > div::after {
  content: "" !important;
  display: inline-block !important;
  width: 6px !important;
  height: 6px !important;
  background-color: var(--hn-gold-bright) !important;
  border-radius: 50% !important;
  margin-right: 6px !important;
}

/* Redundant Category H1 & Old Toolbar Suppression */
#products_grid > h1,
.o_wsale_products_page #products_grid > h1,
.o_wsale_products_page .products_header + h1,
.products_header,
.o_wsale_apply_layout,
.o_wsale_apply_list,
.o_wsale_product_attribute_filter,
.o_sortby_dropdown,
a[href*="layout_mode=list"],
button[data-mode="list"] {
  display: none !important;
}

/* ==========================================================================
   3. UNIFIED COMPACT SHOP HEADER (Section Switcher + Enhanced Search + Subcats)
   ========================================================================== */
.hn-unified-shop-header {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: 100% !important;
}

/* Top Row: Section Switcher (Right) + Enhanced Search Bar (Left) */
.hn-header-top-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  width: 100% !important;
}

.hn-header-top-row .hn-section-switch {
  margin: 0 !important;
}

/* Enhanced Luxury Search Bar */
.hn-search-container {
  min-width: 280px !important;
  max-width: 420px !important;
  flex: 1 1 auto !important;
}

.hn-search-form {
  margin: 0 !important;
  width: 100% !important;
}

.hn-search-pill {
  display: flex !important;
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1.5px solid var(--hn-border) !important;
  border-radius: var(--hn-radius-pill) !important;
  padding: 4px 6px 4px 16px !important;
  box-shadow: var(--hn-shadow-sm) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  height: 44px !important;
}

.hn-search-pill:focus-within {
  border-color: var(--hn-gold) !important;
  background: #FFFFFF !important;
  box-shadow: 0 0 0 3px rgba(176, 133, 39, 0.16), var(--hn-shadow-md) !important;
}

.hn-search-input {
  flex-grow: 1 !important;
  border: none !important;
  background: transparent !important;
  font-family: inherit !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: var(--hn-black) !important;
  padding: 6px 8px !important;
  outline: none !important;
}

.hn-search-input::placeholder {
  color: #94A3B8 !important;
  font-weight: 500 !important;
  font-size: 0.85rem !important;
}

.hn-search-btn {
  background: var(--hn-gold) !important;
  border: none !important;
  color: #FFFFFF !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  flex-shrink: 0 !important;
}

.hn-search-btn:hover {
  background: var(--hn-gold-bright) !important;
  transform: scale(1.05) !important;
}

/* Subcategories Filmstrip Bar */
.o_wsale_filmstip_container {
  margin-bottom: 4px !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  width: 100% !important;
}
.o_wsale_filmstip_container::-webkit-scrollbar {
  display: none !important;
}

.o_wsale_filmstip {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 4px 2px !important;
  list-style: none !important;
  margin: 0 !important;
}

.o_wsale_filmstip li {
  padding: 0 !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}

.o_wsale_filmstip li .btn,
.o_wsale_filmstip li a > div,
.o_wsale_filmstip li a.active > div {
  height: 42px !important;
  padding: 0 16px !important;
  border-radius: var(--hn-radius-pill) !important;
  background: #FFFFFF !important;
  border: 1.5px solid var(--hn-border) !important;
  color: var(--hn-black) !important;
  font-weight: 600 !important;
  font-size: 0.88rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03) !important;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
}

.o_wsale_filmstip li .btn:hover,
.o_wsale_filmstip li a:hover > div {
  border-color: var(--hn-gold) !important;
  transform: translateY(-2px) !important;
  box-shadow: var(--hn-shadow-sm) !important;
  color: var(--hn-black) !important;
}

.o_wsale_filmstip li .btn-check:checked + .btn,
.o_wsale_filmstip li .btn-check:checked + div,
.o_wsale_filmstip li.active .btn,
.o_wsale_filmstip li.active a > div,
.o_wsale_filmstip li a.active > div {
  background: var(--hn-black) !important;
  border-color: var(--hn-gold) !important;
  color: #FAF8F5 !important;
  box-shadow: 0 4px 12px rgba(176, 133, 39, 0.22) !important;
  transform: translateY(-1px) !important;
}

/* Crisp Vector SVG Icon inside Category Pill */
.hn-cat-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--hn-gold) !important;
  flex-shrink: 0 !important;
  width: 22px !important;
  height: 22px !important;
  transition: all 0.2s ease !important;
}

.o_wsale_filmstip li .btn-check:checked + .btn .hn-cat-icon,
.o_wsale_filmstip li .btn-check:checked + div .hn-cat-icon,
.o_wsale_filmstip li.active .btn .hn-cat-icon,
.o_wsale_filmstip li.active a > div .hn-cat-icon,
.o_wsale_filmstip li a.active > div .hn-cat-icon {
  color: var(--hn-gold-bright) !important;
}

/* ==========================================================================
   4. PRODUCT CARDS (Flawless Responsive Layout in Both Grid & List Views)
   ========================================================================== */

#products_grid .oe_product,
#products_grid .oe_product_cart,
.o_wsale_product_grid_wrapper {
  height: 100% !important;
}

#products_grid .oe_product_cart {
  background: #FFFFFF !important;
  border-radius: var(--hn-radius-md) !important;
  border: 1px solid var(--hn-border) !important;
  overflow: hidden !important;
  box-shadow: var(--hn-shadow-sm) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#products_grid .oe_product_cart:hover {
  transform: translateY(-4px) !important;
  box-shadow: var(--hn-shadow-lg) !important;
  border-color: rgba(176, 133, 39, 0.45) !important;
}

/* Pure White Background & Contain Mode for Complete Packshots */
:root,
.o_wsale_products_grid_table,
.oe_product_cart,
.oe_product_image {
  --o-wsale-card-thumb-fill-mode: contain !important;
  --o-wsale-card-thumb-position: center center !important;
}

.oe_product_image,
.oe_product_image_link,
.oe_product_image_img_wrapper {
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
}

/* Universal Canva / Grid View Layout (Strictly 4 cols desktop, 3 cols tablet, 2 cols mobile) */
#o_wsale_products_grid,
.o_wsale_products_grid_table,
.o_wsale_products_grid_table_md {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  width: 100% !important;
  padding: 0 !important;
}

@media (max-width: 1199.98px) {
  #o_wsale_products_grid,
  .o_wsale_products_grid_table,
  .o_wsale_products_grid_table_md {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
  }
}

@media (max-width: 767.98px) {
  #o_wsale_products_grid,
  .o_wsale_products_grid_table,
  .o_wsale_products_grid_table_md {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}

#o_wsale_products_grid .oe_product,
.o_wsale_products_grid_table .oe_product,
.oe_product {
  grid-column: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
}

.o_wsale_product_grid_wrapper {
  height: 100% !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

#products_grid .oe_product_cart {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  width: 100% !important;
  background: #FFFFFF !important;
  border-radius: var(--hn-radius-md) !important;
  border: 1px solid var(--hn-border) !important;
  overflow: hidden !important;
  box-shadow: var(--hn-shadow-sm) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#products_grid .oe_product_cart:hover {
  transform: translateY(-4px) !important;
  box-shadow: var(--hn-shadow-lg) !important;
  border-color: rgba(176, 133, 39, 0.45) !important;
}

#products_grid .oe_product_image {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: 240px !important;
  min-height: 240px !important;
  max-height: 240px !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px !important;
  background: #FFFFFF !important;
  border-bottom: 1px solid #F0ECE4 !important;
  border-inline-end: none !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

#products_grid .o_wsale_product_information {
  position: static !important;
  padding: 14px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  justify-content: space-between !important;
  gap: 10px !important;
  background: #FFFFFF !important;
  width: 100% !important;
}

#products_grid .o_wsale_products_item_title {
  margin: 0 !important;
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
}

#products_grid .o_wsale_product_sub {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: auto !important;
  padding-top: 8px !important;
  border-top: 1px solid #F5F2EC !important;
  width: 100% !important;
}

/* Image Wrapper and Full Packshot Contain */
.oe_product_image {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #FFFFFF !important;
}

.oe_product_image_link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  background: #FFFFFF !important;
}

.oe_product_image_img_wrapper {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 4px !important;
  background: #FFFFFF !important;
}

#products_grid .oe_product_cart .oe_product_image .oe_product_image_link .oe_product_image_img_wrapper img,
#products_grid .oe_product_cart .oe_product_image .oe_product_image_link img,
#products_grid .oe_product_cart .oe_product_image img,
.oe_product_cart .oe_product_image .oe_product_image_link .oe_product_image_img_wrapper img,
.oe_product_cart .oe_product_image .oe_product_image_link img,
.oe_product_cart .oe_product_image img,
.oe_product_image img,
.oe_product_image_link img,
.oe_product_image_img_wrapper img,
img.object-fit-contain {
  position: static !important;
  object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 4px !important;
  box-sizing: border-box !important;
  display: block !important;
  margin: auto !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#products_grid .oe_product_cart:hover .oe_product_image img {
  transform: scale(1.04) !important;
}

/* Typography on Titles */
.o_wsale_products_item_title a {
  font-family: 'Cairo', sans-serif !important;
  color: var(--hn-black) !important;
  font-weight: 800 !important;
  font-size: 0.98rem !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  transition: color 0.2s ease !important;
}

.o_wsale_products_item_title a:hover {
  color: var(--hn-gold) !important;
}

/* Price Badge */
.product_price {
  background: #FAF8F5 !important;
  border: 1px solid rgba(176, 133, 39, 0.35) !important;
  border-radius: 9999px !important;
  padding: 3px 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

.product_price span,
.product_price .h6,
.oe_currency_value {
  color: var(--hn-black) !important;
  font-weight: 900 !important;
  font-size: 1.05rem !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hn-header-top-row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }
  .hn-search-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
  }
  .hn-section-switch {
    width: 100% !important;
    justify-content: flex-start !important;
    padding: 4px 6px !important;
    gap: 6px !important;
    border-radius: var(--hn-radius-md) !important;
    margin: 4px 0 8px 0 !important;
  }
  .hn-section-tab {
    padding: 6px 14px !important;
    font-size: 0.82rem !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
  }
  .products_header {
    flex-direction: column !important;
    gap: 10px !important;
    align-items: stretch !important;
  }
  .products_header .o_wsale_products_searchbar_form {
    width: 100% !important;
    max-width: 100% !important;
  }
  #products_grid .oe_product_image,
  .oe_product_cart .oe_product_image,
  .oe_product_image {
    height: 160px !important;
    min-height: 160px !important;
    max-height: 160px !important;
    padding: 8px !important;
  }
  .o_wsale_product_information {
    padding: 8px !important;
    gap: 6px !important;
  }
  .o_wsale_products_item_title {
    font-size: 0.82rem !important;
    min-height: 32px !important;
  }
  .add_init {
    font-size: 0.8rem !important;
    padding: 6px 10px !important;
  }
}

/* ==========================================================================
   5. ACTION AREA: ELIMINATE NOISE & ENFORCE LUXURY STEPPER / ADD TO CART
   ========================================================================== */

/* HIDE REDUNDANT NOISY BUTTONS */
.o_wsale_product_btn > a.a-submit,
.o_wsale_product_btn > .o_add_wishlist,
.o_wsale_product_btn > .o_add_compare,
a[aria-label="عربة التسوق"],
a[aria-label="Wishlist"],
a[aria-label="Compare"] {
  display: none !important;
}

.o_wsale_product_btn {
  position: static !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.td-qty {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

/* Add to Cart Button (Default State) */
button.o_add_cart_ajax.add_init,
.o_add_cart_ajax.add_init {
  width: 100% !important;
  height: 38px !important;
  border-radius: 9999px !important;
  background: linear-gradient(135deg, #1A1A1A 0%, #111111 100%) !important;
  background-color: #111111 !important;
  border: 1.5px solid var(--hn-gold) !important;
  color: #FFFDF9 !important;
  font-weight: 800 !important;
  font-size: 0.88rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  box-shadow: 0 2px 8px rgba(17, 17, 17, 0.2) !important;
  cursor: pointer !important;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

button.o_add_cart_ajax.add_init:hover,
.o_add_cart_ajax.add_init:hover {
  background: linear-gradient(135deg, var(--hn-gold-bright) 0%, var(--hn-gold) 100%) !important;
  border-color: var(--hn-gold-bright) !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 14px rgba(176, 133, 39, 0.35) !important;
  transform: translateY(-1px) !important;
}

/* Quantity Stepper (+ / -) in Hunters Brand Colors (High Specificity to Eliminate Purple) */
html body div#products_grid .o_wsale_products_grid_table_wrapper .oe_product .o_wsale_product_information .o_wsale_product_btn div.css_quantity:not(.d-none):not(.hn-hidden),
#products_grid .oe_product .css_quantity.input_block:not(.d-none):not(.hn-hidden),
#products_grid .css_quantity:not(.d-none):not(.hn-hidden),
.td-qty .css_quantity:not(.d-none):not(.hn-hidden),
.css_quantity.input_block:not(.d-none):not(.hn-hidden) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: #FFFFFF !important;
  border: 1.5px solid var(--hn-black, #111111) !important;
  border-radius: 9999px !important;
  padding: 2px !important;
  width: 100% !important;
  max-width: 130px !important;
  height: 38px !important;
  box-shadow: var(--hn-shadow-sm) !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}

html body div#products_grid .o_wsale_products_grid_table_wrapper .oe_product .o_wsale_product_information .o_wsale_product_btn div.css_quantity.d-none,
html body div#products_grid .o_wsale_products_grid_table_wrapper .oe_product .o_wsale_product_information .o_wsale_product_btn div.css_quantity.hn-hidden,
#products_grid .oe_product .css_quantity.input_block.d-none,
#products_grid .oe_product .css_quantity.input_block.hn-hidden,
#products_grid .oe_product .css_quantity.d-none,
#products_grid .oe_product .css_quantity.hn-hidden,
.td-qty .css_quantity.input_block.d-none,
.td-qty .css_quantity.input_block.hn-hidden,
.td-qty .css_quantity.d-none,
.td-qty .css_quantity.hn-hidden,
.css_quantity.d-none,
.css_quantity.hn-hidden,
.css_quantity.input_block.d-none,
.css_quantity.input_block.hn-hidden {
  display: none !important;
}

#products_grid .oe_product button.add_init.d-none,
#products_grid .oe_product button.add_init.hn-hidden,
#products_grid .oe_product .add_init.d-none,
#products_grid .oe_product .add_init.hn-hidden,
.td-qty button.add_init.d-none,
.td-qty button.add_init.hn-hidden,
button.add_init.d-none,
.add_init.d-none,
button.add_init.hn-hidden,
.add_init.hn-hidden {
  display: none !important;
}

html body div#products_grid .o_wsale_products_grid_table_wrapper .oe_product .o_wsale_product_information .o_wsale_product_btn div.css_quantity div.input-group-prepend,
html body div#products_grid .o_wsale_products_grid_table_wrapper .oe_product .o_wsale_product_information .o_wsale_product_btn div.css_quantity div.input-group-append,
.td-qty .css_quantity .input-group-prepend,
.td-qty .css_quantity .input-group-append,
.css_quantity.input_block .input-group-prepend,
.css_quantity.input_block .input-group-append {
  width: 34px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

html body div#products_grid .o_wsale_products_grid_table_wrapper .oe_product .o_wsale_product_information .o_wsale_product_btn div.css_quantity .btn,
html body div#products_grid .o_wsale_products_grid_table_wrapper .oe_product .o_wsale_product_information .o_wsale_product_btn div.css_quantity div.input-group-prepend a,
html body div#products_grid .o_wsale_products_grid_table_wrapper .oe_product .o_wsale_product_information .o_wsale_product_btn div.css_quantity div.input-group-append a,
#products_grid .css_quantity a.js_add_cart_json,
#products_grid .css_quantity a.btn.o_add_cart_ajax.js_add_cart_json,
#products_grid .oe_product .css_quantity .btn,
#products_grid .css_quantity .btn,
.css_quantity .btn,
.css_quantity.input_block .btn,
.css_quantity.input_block a.btn {
  background-color: var(--hn-black, #111111) !important;
  background: var(--hn-black, #111111) !important;
  border: none !important;
  color: #FFFFFF !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0.9rem !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: all 0.18s ease !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

html body div#products_grid .o_wsale_products_grid_table_wrapper .oe_product .o_wsale_product_information .o_wsale_product_btn div.css_quantity .btn:hover,
html body div#products_grid .o_wsale_products_grid_table_wrapper .oe_product .o_wsale_product_information .o_wsale_product_btn div.css_quantity div.input-group-prepend a:hover,
html body div#products_grid .o_wsale_products_grid_table_wrapper .oe_product .o_wsale_product_information .o_wsale_product_btn div.css_quantity div.input-group-append a:hover,
#products_grid .css_quantity a.js_add_cart_json:hover,
#products_grid .css_quantity a.btn.o_add_cart_ajax.js_add_cart_json:hover,
#products_grid .oe_product .css_quantity .btn:hover,
#products_grid .css_quantity .btn:hover,
.css_quantity .btn:hover,
.css_quantity.input_block .btn:hover {
  background-color: var(--hn-gold, #B08527) !important;
  background: var(--hn-gold, #B08527) !important;
  color: #FFFFFF !important;
  transform: scale(1.08) !important;
}

.css_quantity .btn i,
.css_quantity .btn .fa,
.css_quantity a.btn i,
.css_quantity a.btn .fa {
  color: #FFFFFF !important;
  font-size: 0.85rem !important;
  line-height: 1 !important;
}

.css_quantity input.js_quantity,
.td-qty input.input-qty,
#products_grid input.js_quantity {
  border: none !important;
  background: transparent !important;
  width: 44px !important;
  height: 100% !important;
  text-align: center !important;
  font-weight: 800 !important;
  font-size: 1rem !important;
  color: var(--hn-black, #111111) !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* ==========================================================================
   6. STICKY FLOATING CART BAR
   ========================================================================== */
.hn-floating-cart-bar {
  position: fixed !important;
  bottom: 24px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 92% !important;
  max-width: 520px !important;
  background: linear-gradient(135deg, #1A1A1A 0%, #111111 100%) !important;
  border: 2px solid var(--hn-gold) !important;
  border-radius: var(--hn-radius-pill) !important;
  padding: 12px 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  z-index: 99999 !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45) !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.hn-floating-cart-bar:hover {
  transform: translateX(-50%) translateY(-3px) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.55) !important;
  border-color: var(--hn-gold-bright) !important;
  color: #FFFFFF !important;
}

.hn-floating-cart-bar.hn-hidden {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(-50%) translateY(40px) !important;
}

.hn-floating-cart-bar__info {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.hn-floating-cart-bar__icon-wrap {
  position: relative !important;
  color: var(--hn-gold) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.hn-floating-cart-bar__badge {
  position: absolute !important;
  top: -8px !important;
  right: -10px !important;
  background-color: var(--hn-gold-bright) !important;
  color: #111111 !important;
  font-size: 0.76rem !important;
  font-weight: 900 !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3) !important;
}

.hn-floating-cart-bar__text {
  display: flex !important;
  flex-direction: column !important;
  text-align: right !important;
}

.hn-floating-cart-bar__title {
  color: #FFFFFF !important;
  font-weight: 800 !important;
  font-size: 0.95rem !important;
}

.hn-floating-cart-bar__total {
  color: var(--hn-gold-light) !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
}

.hn-floating-cart-bar__btn {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: var(--hn-gold) !important;
  color: #FFFFFF !important;
  padding: 8px 18px !important;
  border-radius: var(--hn-radius-pill) !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  transition: background 0.2s ease !important;
}

.hn-floating-cart-bar:hover .hn-floating-cart-bar__btn {
  background: var(--hn-gold-bright) !important;
}

/* ==========================================================================
   7. INFINITE SCROLL & FOOTER REMOVAL ON SHOP CATALOG
   ========================================================================== */
.o_wsale_products_page footer,
.o_wsale_products_page footer#bottom,
.o_wsale_products_page #bottom,
footer#bottom,
#bottom {
  display: none !important;
}

.products_pager {
  display: none !important;
}

.hn-infinite-scroll-loader {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 30px 0 !important;
  width: 100% !important;
  color: var(--hn-muted) !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
}

.hn-infinite-scroll-spinner {
  width: 24px !important;
  height: 24px !important;
  border: 2.5px solid rgba(176, 133, 39, 0.25) !important;
  border-top-color: var(--hn-gold) !important;
  border-left-color: var(--hn-gold) !important;
  border-radius: 50% !important;
  animation: hn-spin 0.75s linear infinite !important;
}

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

.hn-infinite-scroll-end {
  text-align: center !important;
  padding: 30px 0 !important;
  color: var(--hn-muted) !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  border-top: 1px dashed var(--hn-border) !important;
  margin-top: 20px !important;
}

/* ==========================================================================
   8. TOAST NOTIFICATION
   ========================================================================== */
#hn-live-toast {
  position: fixed !important;
  bottom: 84px !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(30px) !important;
  background: #111111 !important;
  color: #FFFFFF !important;
  border: 1.5px solid var(--hn-gold) !important;
  padding: 10px 24px !important;
  border-radius: var(--hn-radius-pill) !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45) !important;
  z-index: 100000 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  font-family: 'Cairo', sans-serif !important;
}

/* ==========================================================================
   9. ONE-STEP CHECKOUT & LUXURY EMPTY CART (/shop/cart)
   ========================================================================== */

/* A. General Cart Page Reset & Hiding Outdated Odoo Elements */
.o_wizard,
.o_wsale_cart_page .o_wizard,
.oe_website_sale .o_wizard {
  display: none !important;
}

#o_cart_summary:empty {
  display: none !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.oe_cart .js_cart_lines.alert-info,
.oe_cart .js_cart_lines.alert {
  display: none !important;
}

/* B. Luxury Empty Cart View */
.hn-empty-cart-view {
  width: 100% !important;
  padding: 40px 15px 60px !important;
  display: flex !important;
  justify-content: center !important;
  font-family: 'Cairo', sans-serif !important;
}

.hn-empty-cart-card {
  max-width: 540px !important;
  width: 100% !important;
  background: #FFFFFF !important;
  border: 1px solid var(--hn-border) !important;
  border-radius: 20px !important;
  padding: 48px 36px !important;
  text-align: center !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05) !important;
}

.hn-empty-cart-icon {
  width: 90px !important;
  height: 90px !important;
  margin: 0 auto 24px auto !important;
  background: linear-gradient(135deg, rgba(176, 133, 39, 0.12), rgba(176, 133, 39, 0.04)) !important;
  border: 2px solid rgba(176, 133, 39, 0.25) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--hn-gold) !important;
  box-shadow: 0 8px 24px rgba(176, 133, 39, 0.15) !important;
}

.hn-empty-cart-title {
  font-size: 1.65rem !important;
  font-weight: 800 !important;
  color: #111111 !important;
  margin-bottom: 12px !important;
}

.hn-empty-cart-desc {
  font-size: 1rem !important;
  color: var(--hn-muted) !important;
  line-height: 1.65 !important;
  margin-bottom: 32px !important;
}

.hn-empty-cart-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: #B08527 !important;
  background: linear-gradient(135deg, var(--hn-gold), var(--hn-gold-dark)) !important;
  color: #FFFFFF !important;
  padding: 14px 34px !important;
  border-radius: var(--hn-radius-pill) !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(176, 133, 39, 0.35) !important;
  transition: all 0.25s ease !important;
}

.hn-empty-cart-btn span {
  color: #FFFFFF !important;
  font-weight: 800 !important;
}

.hn-empty-cart-btn svg {
  color: #FFFFFF !important;
  stroke: #FFFFFF !important;
}

.hn-empty-cart-btn:hover {
  background: linear-gradient(135deg, var(--hn-gold-bright), var(--hn-gold)) !important;
  color: #FFFFFF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(176, 133, 39, 0.45) !important;
}


/* C. One-Step Checkout Card inside #o_cart_summary */
.hn-one-step-checkout-card {
  margin-top: 24px !important;
  padding-top: 22px !important;
  border-top: 2px solid var(--hn-gold) !important;
  font-family: 'Cairo', sans-serif !important;
}

.hn-checkout-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 18px !important;
}

.hn-checkout-title {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 1.08rem !important;
  font-weight: 800 !important;
  color: #111111 !important;
}

.hn-checkout-title svg {
  color: var(--hn-gold) !important;
}

.hn-checkout-badge {
  background: rgba(176, 133, 39, 0.12) !important;
  color: var(--hn-gold-dark) !important;
  border: 1px solid rgba(176, 133, 39, 0.3) !important;
  font-size: 0.76rem !important;
  font-weight: 700 !important;
  padding: 3px 10px !important;
  border-radius: var(--hn-radius-pill) !important;
}

/* D. Form Inputs & Groups */
.hn-form-group {
  margin-bottom: 14px !important;
}

.hn-form-label {
  display: block !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  color: #222222 !important;
  margin-bottom: 6px !important;
}

.hn-req {
  color: #dc3545 !important;
  font-weight: 800 !important;
}

.hn-form-input {
  width: 100% !important;
  background: #fdfdfd !important;
  border: 1.5px solid var(--hn-border) !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  font-size: 0.92rem !important;
  color: #111111 !important;
  font-family: 'Cairo', sans-serif !important;
  transition: all 0.2s ease !important;
}

.hn-form-input:focus {
  outline: none !important;
  background: #FFFFFF !important;
  border-color: var(--hn-gold) !important;
  box-shadow: 0 0 0 3px rgba(176, 133, 39, 0.15) !important;
}

/* E. Delivery Type Segmented Toggle */
.hn-delivery-toggle {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  margin-top: 4px !important;
}

.hn-toggle-opt {
  background: #f8f9fa !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 10px !important;
  padding: 9px 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  color: #4b5563 !important;
  transition: all 0.2s ease !important;
}

.hn-toggle-opt:hover {
  background: #f1f5f9 !important;
  border-color: #cbd5e1 !important;
}

.hn-toggle-opt.active {
  background: rgba(176, 133, 39, 0.08) !important;
  border-color: var(--hn-gold) !important;
  color: var(--hn-gold-dark) !important;
  font-weight: 800 !important;
  box-shadow: 0 2px 8px rgba(176, 133, 39, 0.12) !important;
}

/* F. Cash on Delivery Reassuring Card */
.hn-cod-card {
  background: linear-gradient(135deg, rgba(176, 133, 39, 0.07), rgba(176, 133, 39, 0.02)) !important;
  border: 1.5px solid rgba(176, 133, 39, 0.25) !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 18px 0 !important;
}

.hn-cod-icon {
  color: var(--hn-gold) !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.hn-cod-content {
  flex-grow: 1 !important;
  text-align: start !important;
}

.hn-cod-title {
  font-size: 0.88rem !important;
  font-weight: 800 !important;
  color: #111111 !important;
  line-height: 1.3 !important;
}

.hn-cod-sub {
  font-size: 0.76rem !important;
  color: var(--hn-muted) !important;
  line-height: 1.4 !important;
}

.hn-cod-badge {
  background: var(--hn-gold) !important;
  color: #FFFFFF !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  padding: 3px 8px !important;
  border-radius: 6px !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

/* G. Checkout Error Alert */
.hn-checkout-error {
  background: #fef2f2 !important;
  border: 1.5px solid #fecaca !important;
  color: #b91c1c !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  margin-bottom: 14px !important;
  display: block !important;
}

.hn-checkout-error.hn-hidden {
  display: none !important;
}

/* H. Submit Order CTA Button */
.hn-btn-submit-order {
  width: 100% !important;
  background: #B08527 !important;
  background: linear-gradient(135deg, var(--hn-gold), var(--hn-gold-dark)) !important;
  color: #FFFFFF !important;
  padding: 14px 20px !important;
  border: none !important;
  border-radius: var(--hn-radius-pill) !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  box-shadow: 0 8px 24px rgba(176, 133, 39, 0.38) !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

.hn-btn-submit-order span {
  color: #FFFFFF !important;
}

.hn-btn-submit-order svg {
  color: #FFFFFF !important;
  stroke: #FFFFFF !important;
}

.hn-btn-submit-order:hover:not(:disabled) {
  background: linear-gradient(135deg, var(--hn-gold-bright), var(--hn-gold)) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(176, 133, 39, 0.48) !important;
}


.hn-btn-submit-order:disabled {
  opacity: 0.75 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

.hn-submit-spinner {
  width: 18px !important;
  height: 18px !important;
  border: 2px solid rgba(255, 255, 255, 0.35) !important;
  border-top-color: #FFFFFF !important;
  border-radius: 50% !important;
  animation: hn-spin 0.75s linear infinite !important;
  display: inline-block !important;
}

.hn-submit-spinner.hn-hidden,
.hn-submit-icon.hn-hidden {
  display: none !important;
}

.hn-continue-link {
  display: block !important;
  text-align: center !important;
  margin-top: 14px !important;
  color: var(--hn-muted) !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.hn-continue-link:hover {
  color: var(--hn-gold) !important;
}

/* ==========================================================================
   10. LUXURY CART ITEM CARDS & NAVBAR CART REFINEMENT (/shop/cart)
   ========================================================================== */

/* A. Permanently eliminate right-side navbar cart button */
#hn-nav-cart-btn,
.navbar-nav #hn-nav-cart-btn,
#top_menu #hn-nav-cart-btn,
header #hn-nav-cart-btn {
  display: none !important;
}

/* B. Section Header - Product Overview */
.oe_cart h3,
.o_wsale_cart_page h3 {
  font-family: 'Cairo', sans-serif !important;
  font-size: 1.3rem !important;
  font-weight: 800 !important;
  color: #111111 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 22px !important;
  padding-inline-start: 14px !important;
  border-inline-start: 4px solid var(--hn-gold, #B08527) !important;
}

/* C. Products List Container - Borderless Floating Cards Layout */
html body div#cart_products.js_cart_lines,
html body .oe_cart div#cart_products,
#cart_products,
.js_cart_lines {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  gap: 16px !important;
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 30px !important;
}

/* D. Individual Luxury Product Card */
.o_cart_product {
  background: #FFFFFF !important;
  border: 1.5px solid #EBEBEB !important;
  border-radius: 16px !important;
  padding: 20px 24px !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03) !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  margin: 0 !important;
  border-bottom: 1.5px solid #EBEBEB !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  transition: all 0.25s ease !important;
}

.o_cart_product:hover {
  border-color: rgba(176, 133, 39, 0.45) !important;
  box-shadow: 0 8px 24px rgba(176, 133, 39, 0.08) !important;
  transform: translateY(-2px) !important;
}

/* E. Product Image Container */
.o_cart_product > div:first-child {
  width: 88px !important;
  min-width: 88px !important;
  height: 88px !important;
  background: #FFFFFF !important;
  border: 1.5px solid #F0F0F0 !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: 6px !important;
  flex-shrink: 0 !important;
}

.o_cart_product > div:first-child img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  border-radius: 8px !important;
}

/* F. Product Info Details */
.o_cart_product .flex-grow-1 {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 10px !important;
  min-width: 0 !important;
}

.o_cart_product .flex-grow-1 a {
  text-decoration: none !important;
}

.o_cart_product .flex-grow-1 h6 {
  font-family: 'Cairo', sans-serif !important;
  font-size: 1.08rem !important;
  font-weight: 800 !important;
  color: #111111 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  transition: color 0.2s ease !important;
}

.o_cart_product:hover .flex-grow-1 h6 {
  color: var(--hn-gold, #B08527) !important;
}

/* G. Action Buttons (Remove & Wishlist) */
.o_cart_product [name="o_wsale_cart_line_button_container"] {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 2px !important;
}

.o_cart_product button.js_delete_product,
.o_cart_product button.o_add_wishlist {
  display: none !important;
}

.o_cart_product a.js_delete_product {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: #FEF2F2 !important;
  border: 1px solid #FEE2E2 !important;
  border-radius: 8px !important;
  padding: 5px 12px !important;
  color: #EF4444 !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.o_cart_product a.js_delete_product::before {
  content: '✕';
  font-size: 0.84rem;
  font-weight: 900;
}

.o_cart_product a.js_delete_product:hover {
  background: #FEE2E2 !important;
  border-color: #FCA5A5 !important;
  color: #DC2626 !important;
  transform: scale(1.02) !important;
}

.o_cart_product a.o_add_wishlist {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: rgba(176, 133, 39, 0.08) !important;
  border: 1px solid rgba(176, 133, 39, 0.25) !important;
  border-radius: 8px !important;
  padding: 5px 12px !important;
  color: #926E1E !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-inline-start: none !important;
  transition: all 0.2s ease !important;
}

.o_cart_product a.o_add_wishlist::before {
  content: '♡';
  font-size: 0.95rem;
  font-weight: 900;
}

.o_cart_product a.o_add_wishlist:hover {
  background: rgba(176, 133, 39, 0.16) !important;
  border-color: rgba(176, 133, 39, 0.45) !important;
  color: #B08527 !important;
  transform: scale(1.02) !important;
}

/* H. Stepper & Price Column */
.o_cart_product > div.d-flex.flex-column.align-items-end {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: center !important;
  gap: 12px !important;
  min-width: 140px !important;
  flex-shrink: 0 !important;
}

.o_cart_product .css_quantity {
  margin-bottom: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  background: #F9FAFB !important;
  border: 1px solid #E5E7EB !important;
  border-radius: var(--hn-radius-pill, 30px) !important;
  padding: 3px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
}

.o_cart_product .css_quantity a.js_add_cart_json {
  width: 32px !important;
  height: 32px !important;
  background: #111111 !important;
  color: #FFFFFF !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  padding: 0 !important;
  font-size: 0.85rem !important;
  transition: all 0.2s ease !important;
}

.o_cart_product .css_quantity a.js_add_cart_json:hover {
  background: #B08527 !important;
  color: #FFFFFF !important;
  transform: scale(1.08) !important;
}

.o_cart_product .css_quantity a.js_add_cart_json i {
  color: #FFFFFF !important;
  font-size: 0.78rem !important;
}

.o_cart_product .css_quantity input.quantity {
  width: 42px !important;
  border: none !important;
  background: transparent !important;
  font-family: 'Cairo', sans-serif !important;
  font-weight: 800 !important;
  font-size: 0.98rem !important;
  color: #111111 !important;
  text-align: center !important;
  padding: 0 !important;
}

/* I. Line Price */
.o_cart_product [name="website_sale_cart_line_price"] {
  font-family: 'Cairo', sans-serif !important;
  font-size: 1.22rem !important;
  font-weight: 900 !important;
  color: #111111 !important;
  margin: 0 !important;
  white-space: nowrap !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
}

.o_cart_product [name="website_sale_cart_line_price"] .oe_currency_value {
  font-weight: 900 !important;
  font-size: 1.25rem !important;
  color: #111111 !important;
}

/* J. Responsive Layout for Mobile (< 768px) */
@media (max-width: 767.98px) {
  .o_cart_product {
    display: grid !important;
    grid-template-columns: 74px 1fr !important;
    grid-template-areas:
      "img info"
      "actions controls" !important;
    gap: 14px 12px !important;
    padding: 16px !important;
  }

  .o_cart_product > div:first-child {
    grid-area: img !important;
    width: 74px !important;
    min-width: 74px !important;
    height: 74px !important;
  }

  .o_cart_product .flex-grow-1 {
    grid-area: info !important;
    justify-content: flex-start !important;
    gap: 6px !important;
  }

  .o_cart_product .flex-grow-1 h6 {
    font-size: 0.96rem !important;
  }

  .o_cart_product [name="o_wsale_cart_line_button_container"] {
    grid-area: actions !important;
    margin-top: 0 !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
  }

  .o_cart_product a.js_delete_product,
  .o_cart_product a.o_add_wishlist {
    padding: 4px 8px !important;
    font-size: 0.76rem !important;
  }

  .o_cart_product > div.d-flex.flex-column.align-items-end {
    grid-area: controls !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 8px !important;
  }

  .o_cart_product [name="website_sale_cart_line_price"] {
    font-size: 1.05rem !important;
  }

  .o_cart_product [name="website_sale_cart_line_price"] .oe_currency_value {
    font-size: 1.08rem !important;
  }

  .o_cart_product .css_quantity a.js_add_cart_json {
    width: 28px !important;
    height: 28px !important;
  }

  .o_cart_product .css_quantity input.quantity {
    width: 32px !important;
    font-size: 0.9rem !important;
  }
}

/* ==========================================================================
   HUNTERS USER MENU & EXECUTIVE HEADER HIGH CONTRAST (ADMINISTRATOR FIX)
   ========================================================================== */
.o_header_waly .dropdown > a.nav-link,
.o_header_waly .dropdown-toggle,
.o_header_waly .dropdown > a[data-bs-toggle="dropdown"],
.o_header_waly .dropdown > a.o_navlink_background,
.o_header_waly ul.navbar-nav:last-child .nav-link:not(.cp-logout-link):not(.btn--emerald-header),
.o_header_waly ul.navbar-nav:last-child .dropdown-toggle {
  color: #111111 !important;
  font-weight: 700 !important;
  font-size: 13.5px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  background: #F1F5F9 !important;
  border: 1px solid #CBD5E1 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
  text-decoration: none !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.o_header_waly .dropdown > a.nav-link:hover,
.o_header_waly .dropdown-toggle:hover,
.o_header_waly .dropdown > a[data-bs-toggle="dropdown"]:hover {
  background: #E2E8F0 !important;
  color: #B08527 !important;
  border-color: #B08527 !important;
  box-shadow: 0 2px 6px rgba(176, 133, 39, 0.15) !important;
}

.o_header_waly .dropdown > a.nav-link span,
.o_header_waly .dropdown-toggle span {
  color: inherit !important;
  font-weight: 700 !important;
}

.o_header_waly .dropdown-menu {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
  padding: 8px !important;
  min-width: 180px !important;
}

.o_header_waly .dropdown-menu .dropdown-item {
  color: #1E293B !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  padding: 8px 14px !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: all 0.15s ease !important;
}

.o_header_waly .dropdown-menu .dropdown-item:hover {
  background: #F8FAFC !important;
  color: #B08527 !important;
}

.o_header_waly .dropdown-menu .dropdown-divider {
  border-top: 1px solid #F1F5F9 !important;
  margin: 6px 0 !important;
}

/* Floating Cart Bar Enhanced Contrast & Luxury Polish */
.hn-floating-cart-bar {
  background: #111111 !important;
  border: 2px solid #B08527 !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5) !important;
}

.hn-floating-cart-bar__title {
  color: #FFFFFF !important;
  font-weight: 800 !important;
}

.hn-floating-cart-bar__total {
  color: #E6CA65 !important;
  font-weight: 700 !important;
}

.hn-floating-cart-bar__btn {
  background: #B08527 !important;
  color: #FFFFFF !important;
  font-weight: 800 !important;
  box-shadow: 0 2px 8px rgba(176, 133, 39, 0.4) !important;
}

.hn-floating-cart-bar:hover .hn-floating-cart-bar__btn {
  background: #C49735 !important;
  color: #FFFFFF !important;
}

/* ==========================================================================
   10. EXECUTIVE CUSTOMER PORTAL & ACCOUNT DASHBOARD (/my)
   ========================================================================== */
.o_portal_wrap {
  background-color: #F8FAFC !important;
  font-family: 'Cairo', system-ui, -apple-system, sans-serif !important;
  min-height: calc(100vh - 140px) !important;
  padding-bottom: 60px !important;
}

/* Hide default plain heading wrapper and offcanvas button */
.o_portal_wrap .wrapper {
  display: none !important;
}

/* Hide doc spinner */
.o_portal_doc_spinner {
  display: none !important;
}

/* --- Hero Banner --- */
.hn-portal-hero {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #0F172A 100%) !important;
  border: 1px solid rgba(176, 133, 39, 0.35) !important;
  border-radius: 20px !important;
  padding: 32px 36px !important;
  color: #FFFFFF !important;
  margin-top: 18px !important;
  margin-bottom: 28px !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12) !important;
  position: relative !important;
  overflow: hidden !important;
}

.hn-portal-hero::before {
  content: '' !important;
  position: absolute !important;
  top: -50% !important;
  right: -20% !important;
  width: 400px !important;
  height: 400px !important;
  background: radial-gradient(circle, rgba(176, 133, 39, 0.12) 0%, transparent 70%) !important;
  pointer-events: none !important;
}

.hn-portal-hero__badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(176, 133, 39, 0.16) !important;
  color: #DFBA68 !important;
  border: 1px solid rgba(176, 133, 39, 0.4) !important;
  border-radius: 999px !important;
  padding: 4px 14px !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
}

.hn-portal-pulse-dot {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #00A86B !important;
  box-shadow: 0 0 0 3px rgba(0, 168, 107, 0.3) !important;
}

.hn-portal-hero__title {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: #FFFFFF !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.02em !important;
}

.hn-portal-hero__subtitle {
  font-size: 0.95rem !important;
  color: #94A3B8 !important;
  line-height: 1.6 !important;
  margin-bottom: 20px !important;
  max-width: 680px !important;
}

.hn-portal-hero__actions {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.hn-portal-hero-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 9px 20px !important;
  border-radius: 999px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.hn-portal-hero-btn--primary {
  background: #B08527 !important;
  color: #FFFFFF !important;
  border: 1px solid #B08527 !important;
  box-shadow: 0 4px 14px rgba(176, 133, 39, 0.3) !important;
}

.hn-portal-hero-btn--primary:hover {
  background: #C5A059 !important;
  color: #FFFFFF !important;
  transform: translateY(-2px) !important;
}

.hn-portal-hero-btn--secondary {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #F1F5F9 !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.hn-portal-hero-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.16) !important;
  color: #FFFFFF !important;
}

.hn-portal-hero-btn--whatsapp {
  background: rgba(0, 168, 107, 0.15) !important;
  color: #34D399 !important;
  border: 1px solid rgba(0, 168, 107, 0.3) !important;
}

.hn-portal-hero-btn--whatsapp:hover {
  background: #00A86B !important;
  color: #FFFFFF !important;
  border-color: #00A86B !important;
}

/* --- Executive Profile Card (Sidebar) --- */
.o_portal_wrap .col-lg-4 {
  display: block !important;
}

.o_portal_wrap .col-lg-4 > .mt-3,
.o_portal_wrap .col-lg-4 > div:not(.hn-portal-profile-card),
.o_portal_wrap .col-lg-4 .o_portal_my_details,
.o_portal_wrap .col-lg-4 a.btn-link:not(.hn-portal-edit-btn) {
  display: none !important;
}

.hn-portal-profile-card {
  position: sticky !important;
  top: 24px !important;
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 20px !important;
  padding: 28px !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04) !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.hn-portal-profile-header {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-bottom: 20px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid #F1F5F9 !important;
}

.hn-portal-avatar-wrap {
  position: relative !important;
  flex-shrink: 0 !important;
}

.hn-portal-avatar-wrap img,
.hn-portal-avatar {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
  border: 2.5px solid #B08527 !important;
  box-shadow: 0 4px 12px rgba(176, 133, 39, 0.25) !important;
  object-fit: cover !important;
}

.hn-portal-profile-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.hn-portal-user-name {
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  color: #0F172A !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

.hn-portal-user-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  background: #ECFDF5 !important;
  color: #047857 !important;
  border: 1px solid #A7F3D0 !important;
  border-radius: 999px !important;
  padding: 3px 10px !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  width: fit-content !important;
}

/* Profile Info Rows */
.hn-portal-info-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-bottom: 16px !important;
}

.hn-portal-info-row {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px 14px !important;
  background: #F8FAFC !important;
  border: 1px solid #F1F5F9 !important;
  border-radius: 12px !important;
  color: #334155 !important;
  font-size: 13px !important;
}

.hn-portal-info-icon {
  width: 32px !important;
  height: 32px !important;
  border-radius: 8px !important;
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #B08527 !important;
  flex-shrink: 0 !important;
}

.hn-portal-edit-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  padding: 11px 20px !important;
  background: #0F172A !important;
  color: #FFFFFF !important;
  border: 1px solid #0F172A !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  font-size: 13.5px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.hn-portal-edit-btn:hover {
  background: #B08527 !important;
  border-color: #B08527 !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 14px rgba(176, 133, 39, 0.25) !important;
}

/* --- Document Cards Grid --- */
.o_portal_docs {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
  gap: 20px !important;
  margin-top: 8px !important;
  border: none !important;
}

.o_portal_category {
  display: contents !important;
}

.o_portal_index_card {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
}

.o_portal_index_card > a {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 18px !important;
  padding: 24px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  position: relative !important;
  overflow: hidden !important;
  text-align: start !important;
}

.o_portal_index_card > a:hover {
  transform: translateY(-4px) !important;
  border-color: #B08527 !important;
  box-shadow: 0 16px 36px rgba(176, 133, 39, 0.12) !important;
}

.hn-portal-card-top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 16px !important;
  width: 100% !important;
}

.hn-portal-card-icon {
  width: 46px !important;
  height: 46px !important;
  border-radius: 14px !important;
  background: rgba(176, 133, 39, 0.08) !important;
  border: 1px solid rgba(176, 133, 39, 0.18) !important;
  color: #B08527 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
}

.o_portal_index_card > a:hover .hn-portal-card-icon {
  background: #B08527 !important;
  color: #FFFFFF !important;
  transform: scale(1.05) !important;
}

.hn-portal-card-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 28px !important;
  height: 28px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  background: #0F172A !important;
  color: #FFFFFF !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.15) !important;
}

.hn-portal-card-badge:empty,
.hn-portal-card-badge.d-none {
  display: none !important;
}

.hn-portal-card-title {
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  color: #0F172A !important;
  margin-bottom: 6px !important;
  line-height: 1.3 !important;
  text-align: start !important;
}

.hn-portal-card-desc {
  font-size: 0.86rem !important;
  color: #64748B !important;
  line-height: 1.5 !important;
  margin-bottom: 16px !important;
  text-align: start !important;
}

.hn-portal-card-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: auto !important;
  padding-top: 12px !important;
  border-top: 1px solid #F1F5F9 !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  color: #B08527 !important;
  width: 100% !important;
}

.hn-portal-card-arrow {
  transition: transform 0.2s ease !important;
}

.o_portal_index_card > a:hover .hn-portal-card-arrow {
  transform: translateX(-4px) !important;
}

/* Hide original crude Odoo icon images inside enhanced card */
.o_portal_index_card .o_portal_icon {
  display: none !important;
}

/* --- Support & Helpdesk Banner --- */
.hn-portal-support-card {
  order: 999 !important;
  grid-column: 1 / -1 !important;
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%) !important;
  border: 1px solid rgba(176, 133, 39, 0.3) !important;
  border-radius: 20px !important;
  padding: 26px 32px !important;
  color: #FFFFFF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  margin-top: 14px !important;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12) !important;
}

.hn-portal-support-card__content {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  max-width: 600px !important;
}

.hn-portal-support-card__icon {
  width: 52px !important;
  height: 52px !important;
  border-radius: 14px !important;
  background: rgba(0, 168, 107, 0.18) !important;
  border: 1px solid rgba(0, 168, 107, 0.35) !important;
  color: #34D399 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.hn-portal-support-card__title {
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: #FFFFFF !important;
  margin: 0 0 4px 0 !important;
  text-align: start !important;
}

.hn-portal-support-card__desc {
  font-size: 0.88rem !important;
  color: #94A3B8 !important;
  margin: 0 !important;
  line-height: 1.5 !important;
  text-align: start !important;
}

.hn-portal-support-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #00A86B !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 11px 26px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  box-shadow: 0 4px 16px rgba(0, 168, 107, 0.35) !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

.hn-portal-support-btn:hover {
  background: #008F5B !important;
  box-shadow: 0 8px 24px rgba(0, 168, 107, 0.45) !important;
  transform: translateY(-2px) !important;
  color: #FFFFFF !important;
}

/* Hide raw original ticket form button and floating container */
.o_portal_docs > form[action="/new/ticket"],
.o_portal_docs > form button[name="create_new_ticket"] {
  display: none !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .hn-portal-hero {
    padding: 24px 20px !important;
  }
  .hn-portal-hero__title {
    font-size: 1.4rem !important;
  }
  .hn-portal-support-card {
    padding: 20px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .hn-portal-support-btn {
    width: 100% !important;
    justify-content: center !important;
  }
}

