:root {
  --hp-ink: #0f172a;
  --hp-ink-2: #334155;
  --hp-bg: #f6f7f9;
  --hp-surface: #ffffff;
  --hp-border: #e2e8f0;
  --hp-accent: #ff6b3d;
  --hp-accent-2: #1e293b;
  --hp-blue: #2563eb;
  --hp-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
  --hp-radius-xl: 28px;
  --hp-radius-lg: 20px;
  --hp-radius-md: 14px;
  --hp-safe-bottom: env(safe-area-inset-bottom, 0px);
}

body.hp-b2b-site {
  font-family: "Heebo", sans-serif;
  background: var(--hp-bg);
  color: var(--hp-ink);
}

body.hp-b2b-site h1,
body.hp-b2b-site h2,
body.hp-b2b-site h3,
body.hp-b2b-site h4 {
  font-family: "Heebo", sans-serif;
  letter-spacing: -0.02em;
}

.hp-appbar {
  position: sticky;
  top: 0;
  z-index: 1002;
  background: var(--hp-surface);
  border-bottom: 1px solid var(--hp-border);
  left: 0;
  right: 0;
  transition: padding 0.2s ease, background 0.2s ease;
}

.hp-quickcats {
  display: flex;
  gap: 10px;
  padding: 10px 20px 12px;
  overflow-x: auto;
  background: var(--hp-surface);
  transition: max-height 0.2s ease, padding 0.2s ease, opacity 0.2s ease;
  border-bottom: 1px solid var(--hp-border);
}

.hp-quickcats a {
  color: var(--hp-ink-2);
  text-decoration: none;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid transparent;
  white-space: nowrap;
}

.hp-quickcats a:hover {
  background: #e2e8f0;
  color: var(--hp-ink);
}

.hp-quickcats .hp-quickcats-more {
  background: var(--hp-ink);
  color: #fff;
  font-weight: 700;
}

.hp-quickcats a.is-active {
  background: var(--hp-accent);
  color: #fff;
  font-weight: 700;
}

.hp-shop-toolbar {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 12px 0 20px;
}

.hp-trust-strip {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.hp-trust-strip .hp-trust-item {
  flex: 1 1 180px;
  padding: 12px 14px;
  font-size: 13px;
}

.hp-shop-steps {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: 22px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: var(--hp-radius-lg);
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.hp-shop-steps strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0f172a;
  color: #fff;
  font-size: 13px;
  margin-left: 8px;
}

.hp-shop-steps span {
  font-size: 13px;
  color: #0f172a;
  font-weight: 600;
}

.hp-shop-steps-actions {
  display: flex;
  align-items: center;
}
.hp-filter-toggle {
  background: #0f172a;
  color: #fff;
  border: 0;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
}

.hp-filter-overlay {
  display: none;
}

.hp-filter-close {
  display: none;
}

@media (max-width: 900px) {
  .hp-shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  body.hp-b2b-site .shop-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80%;
    max-width: 320px;
    background: #fff;
    z-index: 1005;
    transform: translateX(-110%);
    transition: transform 0.2s ease;
    overflow-y: auto;
    padding: 20px;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.3);
  }
  body.hp-b2b-site .hp-filter-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 16px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    border: 0;
    font-weight: 700;
  }
  body.hp-b2b-site.hp-filters-open .shop-sidebar {
    transform: translateX(0);
  }
  body.hp-b2b-site .hp-filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.5);
    z-index: 1004;
  }
  body.hp-b2b-site.hp-filters-open .hp-filter-overlay {
    display: block;
  }
}

body.hp-b2b-site.hp-scrolled .hp-appbar {
  box-shadow: var(--hp-shadow);
  background: var(--hp-surface);
}

body.hp-b2b-site.hp-scrolled .hp-appbar-left-actions {
  top: 4px;
}

body.hp-b2b-site .hp-whatsapp-float,
body.hp-b2b-site .joinchat__button,
body.hp-b2b-site .joinchat__bubble,
body.hp-b2b-site .ht-ctc-chat,
body.hp-b2b-site .whatsapp-button,
body.hp-b2b-site .floating-whatsapp,
body.hp-b2b-site .wa__btn,
body.hp-b2b-site .wa__btn_popup,
body.hp-b2b-site .wawp-floating,
body.hp-b2b-site .wp-whatsapp,
body.hp-b2b-site .whatsapp_chat {
  display: none !important;
}

.hp-toast {
  position: fixed;
  bottom: calc(90px + var(--hp-safe-bottom));
  right: 50%;
  transform: translateX(50%) translateY(20px);
  background: #0f172a;
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.25);
  z-index: 1005;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.hp-toast.is-visible {
  opacity: 1;
  transform: translateX(50%) translateY(0);
}

.hp-appbar-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 12px 24px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  align-items: center;
  direction: rtl;
  position: relative;
}

.hp-appbar-left-actions {
  position: absolute;
  top: 8px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 1004;
}

.hp-appbar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: var(--hp-ink);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

.hp-appbar-whatsapp {
  background: #16a34a;
  color: #fff;
  border-color: rgba(22, 163, 74, 0.4);
}

.hp-user-bar {
  background: #ffffff;
  color: var(--hp-ink);
  border-bottom: 1px solid var(--hp-border);
}

.hp-user-bar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  justify-content: space-between;
}

.hp-user-greeting strong {
  color: var(--hp-ink);
  font-size: 16px;
}

.hp-user-greeting span {
  color: #475569;
}

.hp-user-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hp-user-stats span {
  background: #f1f5f9;
  border: 1px solid var(--hp-border);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  color: #334155;
}

.hp-user-greeting {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
}

.hp-user-greeting strong {
  color: var(--hp-ink);
}

.hp-user-stats {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: #64748b;
  flex-wrap: wrap;
}

.hp-user-stats span {
  background: #eef2f7;
  border-radius: 999px;
  padding: 4px 10px;
}

.hp-user-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hp-user-bar .hp-btn {
  padding: 6px 14px;
  font-size: 13px;
}

body.hp-b2b-site.hp-scrolled .hp-appbar-inner {
  padding: 6px 20px;
}

body.hp-b2b-site.hp-scrolled .hp-appbar-logo {
  font-size: 16px;
}

body.hp-b2b-site.hp-scrolled .hp-appbar-search {
  padding: 6px 10px;
}

body.hp-b2b-site.hp-scrolled .hp-appbar-search button {
  padding: 6px 12px;
}

body.hp-b2b-site.hp-scrolled .hp-quickcats {
  max-height: 0;
  padding: 0 18px;
  opacity: 0;
  overflow: hidden;
}

.hp-menu-toggle {
  display: none;
  align-items: center;
  gap: 6px;
  background: #f1f5f9;
  color: var(--hp-ink);
  border: 1px solid var(--hp-border);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
}

.hp-search-toggle {
  display: none;
  align-items: center;
  gap: 6px;
  background: #f1f5f9;
  color: var(--hp-ink);
  border: 1px solid var(--hp-border);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
}

.hp-appbar-logo {
  color: var(--hp-ink);
  font-weight: 800;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.02em;
  position: relative;
}

.hp-appbar-logo::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: var(--hp-accent);
}

.hp-appbar-search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f1f5f9;
  border-radius: 999px;
  padding: 8px 14px;
  position: relative;
  border: 1px solid var(--hp-border);
}

.hp-search-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--hp-ink-2);
}

.hp-search-select {
  background: #fff;
  border: 1px solid var(--hp-border);
  color: var(--hp-ink);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  min-height: 36px;
}

.hp-search-select option {
  color: #0f172a;
}

.hp-appbar-search input[type="search"] {
  flex: 1;
  background: transparent;
  border: 0;
  color: var(--hp-ink);
  font-size: 14px;
}

.hp-appbar-search input::placeholder {
  color: #94a3b8;
}

.hp-appbar-search button {
  background: var(--hp-accent);
  border: 0;
  color: #fff;
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 700;
  box-shadow: 0 8px 16px rgba(255, 107, 61, 0.25);
}

.hp-suggest-box {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  background: #fff;
  direction: rtl;
  text-align: right;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(8, 15, 20, 0.18);
  border: 1px solid rgba(15, 23, 42, 0.08);
  z-index: 1004;
  max-height: 280px;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.hp-suggest-box.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hp-suggest-item,
.hp-suggest-empty {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  text-decoration: none;
  color: #0f172a;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 14px;
}

.hp-suggest-item:last-child,
.hp-suggest-empty:last-child {
  border-bottom: 0;
}

.hp-suggest-item:hover,
.hp-suggest-item.is-active {
  background: #f8fafc;
}

.hp-suggest-item small {
  color: #64748b;
  font-weight: 700;
}

.hp-suggest-box.is-loading::after {
  content: "טוען...";
  display: block;
  padding: 10px 16px 14px;
  font-size: 12px;
  color: #64748b;
}

.hp-appbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hp-appbar-link {
  color: var(--hp-ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}

.hp-appbar-link:hover {
  background: #f1f5f9;
  color: var(--hp-ink);
}

.hp-appbar-link.hp-link-primary {
  background: var(--hp-accent);
  color: #fff;
}

.hp-appbar-cart {
  position: relative;
  background: #f1f5f9;
  color: var(--hp-ink);
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid var(--hp-border);
}

.hp-b2b-lock {
  margin-top: 18px;
  padding: 16px 20px;
  background: #fff4f0;
  border-radius: var(--hp-radius-md);
  border: 1px solid rgba(255, 107, 61, 0.25);
}

.hp-b2b-lock p {
  margin: 0 0 12px;
  color: #7c2d12;
}

.hp-cart-count {
  position: absolute;
  top: -6px;
  left: -6px;
  background: var(--hp-accent);
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 999px;
}

.hp-locked-price {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: #b45309;
  background: rgba(251, 191, 36, 0.2);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.hp-bottom-nav {
  position: fixed;
  bottom: calc(12px + var(--hp-safe-bottom));
  right: 50%;
  transform: translateX(50%) translateY(0);
  background: #ffffff;
  border-radius: 999px;
  padding: 10px 16px;
  display: none;
  gap: 12px;
  z-index: 1003;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
  border: 1px solid var(--hp-border);
}

body.hp-b2b-site.hp-scroll-down .hp-bottom-nav {
  transform: translateX(50%) translateY(0);
  transition: transform 0.2s ease;
}

body.hp-b2b-site.hp-scroll-up .hp-bottom-nav {
  transform: translateX(50%) translateY(0);
  transition: transform 0.2s ease;
}

body.hp-b2b-site .hp-bottom-nav {
  transform: translateX(50%) translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.hp-bottom-nav a {
  color: var(--hp-ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 44px;
}

.hp-nav-icon {
  font-size: 16px;
}

.hp-nav-count {
  font-size: 10px;
  background: var(--hp-accent);
  color: #fff;
  border-radius: 999px;
  padding: 1px 6px;
  margin-top: 2px;
}

.hp-nav-count.is-hidden {
  display: none;
}

.hp-whatsapp-float {
  position: fixed;
  top: 0;
  left: 0;
  background: #16a34a;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 16px 28px rgba(16, 163, 74, 0.35);
  z-index: 1003;
  display: none;
  transition: top 0.2s ease, transform 0.2s ease;
}

body.hp-b2b-site.hp-scrolled .hp-whatsapp-float {
  top: 0;
}

.hp-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 82%;
  max-width: 320px;
  background: #fff;
  z-index: 1100;
  transform: translateX(110%);
  transition: transform 0.2s ease;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.3);
  display: grid;
  grid-template-rows: auto 1fr;
}

.hp-mobile-drawer.is-open {
  transform: translateX(0);
}

.hp-mobile-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  font-weight: 700;
}

.hp-mobile-drawer-close {
  background: #0f172a;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 700;
}

.hp-mobile-drawer-body {
  padding: 16px;
  display: grid;
  gap: 10px;
  overflow-y: auto;
}

.hp-mobile-drawer-body a {
  text-decoration: none;
  color: #0f172a;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f8fafc;
}

.hp-mobile-drawer-title {
  margin-top: 8px;
  font-size: 12px;
  color: #64748b;
  font-weight: 700;
}

.hp-mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
  z-index: 1090;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.hp-mobile-drawer-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

body.hp-b2b-site #wrapper,
body.hp-b2b-site .main {
  padding-top: 14px;
}

.hp-b2b {
  direction: rtl;
}

.hp-section {
  padding: 64px 20px;
}

.hp-container {
  max-width: 1280px;
  margin: 0 auto;
}

.hp-hero {
  position: relative;
  padding: 70px 24px 50px;
  border-radius: var(--hp-radius-xl);
  background: var(--hp-surface);
  color: var(--hp-ink);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid var(--hp-border);
}

.hp-hero-logged {
  background: var(--hp-surface);
}

.hp-hero-card-logged {
  display: grid;
  gap: 14px;
}

.hp-hero-stat {
  background: #f8fafc;
  border-radius: 16px;
  padding: 14px;
  display: grid;
  gap: 4px;
}

.hp-hero-stat strong {
  font-size: 22px;
  color: var(--hp-ink);
}

.hp-hero-stat span {
  font-size: 13px;
  color: #64748b;
}

.hp-hero-search {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  background: #f1f5f9;
  padding: 12px;
  border-radius: 999px;
}

.hp-hero-search .hp-search-label {
  color: #64748b;
}

.hp-hero-search .hp-search-select {
  background: #fff;
  color: var(--hp-ink);
  border: 1px solid var(--hp-border);
}

.hp-hero-search input[type="search"] {
  flex: 1;
  background: transparent;
  border: 0;
  color: var(--hp-ink);
  font-size: 14px;
}

.hp-hero-search button {
  background: var(--hp-accent);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
}

.hp-trust {
  padding-top: 30px;
}

.hp-recommended .hp-scroll-row {
  padding-bottom: 16px;
}

.hp-wheel {
  margin: 30px 0;
  display: grid;
  gap: 16px;
  justify-items: center;
}

.hp-wheel-disc {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: conic-gradient(#ff6b3d 0 25%, #f4c542 25% 50%, #14b8a6 50% 75%, #2b6cb0 75% 100%);
  position: relative;
  transform: rotate(0turn);
  transition: transform 2.2s ease-out;
}

.hp-wheel.is-spinning .hp-wheel-disc {
  transform: rotate(var(--spin, 6turn));
}

.hp-wheel-disc::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background: #0f172a;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.hp-wheel-spin {
  background: #0f172a;
  color: #fff;
  border: 0;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
}

.hp-wheel-result {
  display: none;
  text-align: center;
  background: #f8fafc;
  padding: 14px 18px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.hp-wheel-result.is-visible {
  display: block;
}

.hp-wheel-code {
  font-weight: 700;
  font-size: 18px;
  border: 0;
  background: transparent;
  text-align: center;
  width: 100%;
}

.hp-thankyou-products {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.hp-account-snapshot-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.hp-bulk-order {
  background: var(--hp-surface);
  border-radius: var(--hp-radius-lg);
  padding: 26px;
  box-shadow: var(--hp-shadow);
  border: 1px solid var(--hp-border);
  max-width: 1200px;
  margin: 0 auto;
}

.hp-bulk-page {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  align-items: start;
}

.hp-bulk-main {
  display: grid;
  gap: 14px;
}

.hp-bulk-aside {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 90px;
}

.hp-bulk-card {
  background: var(--hp-surface);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  border: 1px solid var(--hp-border);
}

.hp-bulk-tips h3 {
  margin-top: 0;
  color: #0f172a;
}

.hp-bulk-tips ul {
  margin: 0;
  padding: 0 18px 0 0;
  color: #4b5563;
  display: grid;
  gap: 8px;
}

.hp-bulk-reorder {
  background: #f8fafc;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid var(--hp-border);
  margin-bottom: 16px;
  display: grid;
  gap: 12px;
}

.hp-bulk-reorder-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hp-bulk-reorder-btn {
  background: #fff;
  border: 1px solid var(--hp-border);
  border-radius: 12px;
  padding: 8px 12px;
  font-weight: 600;
  text-align: right;
}

.hp-bulk-reorder-btn small {
  display: block;
  color: #64748b;
  font-size: 11px;
}

.hp-bulk-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  background: #f8fafc;
  border: 1px solid var(--hp-border);
  border-radius: 16px;
  padding: 16px;
}

.hp-bulk-hero h2 {
  margin: 0 0 6px;
  color: #0f172a;
}

.hp-bulk-hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hp-bulk-search {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid var(--hp-border);
  margin-bottom: 0;
  position: relative;
}

.hp-bulk-search input[type="search"] {
  width: 100%;
  border-radius: 999px;
  padding: 10px 16px;
  border: 1px solid var(--hp-border);
}

.hp-form-note {
  display: block;
  margin-bottom: 14px;
  color: #64748b;
}

.hp-bulk-table {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid var(--hp-border);
}

.hp-bulk-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid var(--hp-border);
  margin-bottom: 10px;
}

.hp-bulk-qty {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  border: 1px solid var(--hp-border);
  position: relative;
  z-index: 2;
}

.hp-bulk-qty-btn {
  background: var(--hp-ink);
  color: #fff;
  border: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1;
}

.hp-bulk-qty-input {
  width: 54px;
  border: 1px solid var(--hp-border);
  background: #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  pointer-events: auto !important;
  position: relative;
  z-index: 3;
}

body.hp-b2b-site .hp-bulk-qty,
body.hp-b2b-site .hp-bulk-qty-input,
body.hp-b2b-site .hp-bulk-row input[type="number"] {
  pointer-events: auto !important;
  touch-action: manipulation;
}

.hp-quick-order {
  display: grid;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  background: var(--hp-surface);
  border: 1px solid var(--hp-border);
  border-radius: var(--hp-radius-lg);
  padding: 12px 20px 20px;
  box-shadow: var(--hp-shadow);
}

.hp-qo-status {
  display: grid;
  gap: 6px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 12px;
  color: #475569;
}

.hp-qo-view-toggle {
  display: inline-flex;
  gap: 6px;
  background: #f1f5f9;
  border-radius: 999px;
  padding: 4px;
  align-self: center;
}

.hp-qo-view-btn {
  border: none;
  background: transparent;
  color: #475569;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  cursor: pointer;
}

.hp-qo-view-btn.is-active {
  background: #fff;
  color: #0f172a;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12);
}

.hp-qo-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.hp-qo-card {
  background: #fff;
  border: 1px solid var(--hp-border);
  border-radius: 14px;
  padding: 14px;
  display: grid;
  gap: 8px;
}

.hp-qo-sku-row {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 90px auto;
  align-items: center;
}

.hp-qo-sku-row input,
.hp-qo-card textarea {
  border: 1px solid var(--hp-border);
  border-radius: 12px;
  padding: 10px 12px;
}

.hp-qo-search {
  position: relative;
  background: #fff;
  border: 1px solid var(--hp-border);
  border-radius: 14px;
  padding: 12px 14px;
}

.hp-qo-search input {
  width: 100%;
  border: 1px solid var(--hp-border);
  border-radius: 999px;
  padding: 10px 14px;
}

.hp-qo-suggest {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--hp-border);
  box-shadow: 0 14px 26px rgba(8, 15, 20, 0.12);
  z-index: 3;
}

.hp-qo-suggest button {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: right;
  padding: 10px 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.hp-qo-suggest button:hover {
  background: #f8fafc;
}

.hp-qo-suggest small {
  color: #64748b;
  display: block;
}

.hp-qo-suggest strong {
  color: var(--hp-blue);
  white-space: nowrap;
}

.hp-qo-catalog {
  background: #fff;
  border: 1px solid var(--hp-border);
  border-radius: 16px;
  padding: 16px;
  display: grid;
  gap: 12px;
}

.hp-qo-catalog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hp-qo-catalog-head h3 {
  margin: 0;
  font-size: 18px;
}

.hp-qo-catalog-chips {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
  padding: 8px;
  background: #f8fafc;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.hp-qo-cat-chip {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  padding: 8px 12px;
  font-weight: 600;
  color: #0f172a;
  text-align: center;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.hp-qo-cat-chip.is-active {
  background: var(--hp-ink);
  color: #fff;
  border-color: var(--hp-ink);
}

.hp-qo-cat-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.hp-qo-catalog-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-auto-flow: row;
  align-items: stretch;
  overflow: hidden;
  align-content: start;
  justify-content: stretch;
}

.hp-qo-catalog-more {
  display: none;
}

.hp-qo-catalog-sentinel {
  height: 1px;
}

.hp-qo-catalog-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  display: grid;
  grid-template-rows: auto 1fr;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0;
  box-sizing: border-box;
  float: none !important;
  clear: both !important;
  margin: 0 !important;
}

.hp-qo-catalog.is-list .hp-qo-catalog-list {
  grid-template-columns: 1fr;
}

.hp-qo-catalog.is-list .hp-qo-catalog-card {
  grid-template-rows: none;
  grid-template-columns: 96px 1fr;
  align-items: stretch;
}

.hp-qo-catalog.is-list .hp-qo-catalog-media {
  height: 100%;
}

.hp-qo-catalog.is-list .hp-qo-catalog-media img {
  height: 100%;
  object-fit: cover;
}

.hp-qo-catalog.is-list .hp-qo-catalog-body {
  display: grid;
  gap: 8px;
  align-content: center;
}

.hp-qo-catalog.is-list .hp-qo-catalog-footer {
  justify-content: space-between;
  gap: 12px;
}

.hp-qo-catalog-media {
  position: relative;
}

.hp-qo-catalog-card img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  background: linear-gradient(135deg, #f8fafc, #eef2f7);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.hp-qo-catalog-count {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(15, 23, 42, 0.9);
  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.hp-qo-catalog-count.is-visible {
  opacity: 1;
  transform: scale(1);
}

.hp-qo-catalog-body {
  padding: 12px;
  display: grid;
  gap: 8px;
}

.hp-qo-catalog-title {
  font-weight: 700;
  color: var(--hp-ink);
  font-size: 15px;
}

.hp-qo-catalog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  color: #64748b;
  font-size: 12px;
}

.hp-qo-catalog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 6px;
  border-top: 1px dashed rgba(15, 23, 42, 0.1);
}

.hp-qo-catalog-qty {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border-radius: 14px;
  padding: 6px 8px;
  border: 1px solid var(--hp-border);
}

.hp-qo-catalog-qty-btn {
  background: #fff;
  color: var(--hp-ink);
  border: 1px solid rgba(15, 23, 42, 0.16);
  width: 26px;
  height: 26px;
  border-radius: 10px;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

.hp-qo-catalog-qty-input {
  width: 46px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #f8fafc;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  pointer-events: auto;
}

.hp-qo-catalog-empty {
  text-align: center;
  color: #64748b;
  padding: 18px;
}

.hp-qo-list {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.hp-qo-list-head {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr auto;
  gap: 10px;
  font-weight: 700;
  font-size: 12px;
  color: #475569;
  padding: 0 8px 8px;
}

.hp-qo-items {
  display: grid;
  gap: 8px;
}

.hp-qo-item {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.hp-qo-name {
  font-weight: 600;
}

.hp-qo-sku,
.hp-qo-price {
  font-size: 13px;
  color: #475569;
}

.hp-qo-price {
  font-weight: 700;
  color: var(--hp-blue);
}

.hp-qo-qty {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border-radius: 14px;
  padding: 6px 8px;
  border: 1px solid var(--hp-border);
  pointer-events: auto;
  touch-action: manipulation;
}

.hp-qo-qty-btn {
  background: #fff;
  color: var(--hp-ink);
  border: 1px solid rgba(15, 23, 42, 0.16);
  width: 28px;
  height: 28px;
  border-radius: 10px;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

.hp-qo-qty-btn:hover,
.hp-qo-catalog-qty-btn:hover {
  background: #0f172a;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.18);
}

.hp-qo-qty-input {
  width: 56px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #f8fafc;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

.hp-qo-remove {
  background: #fee2e2;
  color: #b91c1c;
  border: 0;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
}

.hp-qo-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  background: var(--hp-ink);
  color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  position: sticky;
  bottom: calc(12px + var(--hp-safe-bottom));
  z-index: 30;
}

.hp-qo-empty {
  text-align: center;
  color: #64748b;
  padding: 16px;
}

@media (max-width: 900px) {
  .hp-qo-catalog-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .hp-qo-catalog-chips {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 6px 4px 8px;
    width: 100%;
    scroll-snap-type: x mandatory;
    background: transparent;
    border: 0;
  }
  .hp-qo-catalog-chips::-webkit-scrollbar {
    height: 0;
  }
  .hp-qo-cat-chip {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .hp-qo-sku-row {
    grid-template-columns: 1fr;
  }
  .hp-qo-list-head {
    display: none;
  }
  .hp-qo-item {
    grid-template-columns: 1fr;
  }
  .hp-qo-summary {
    z-index: 30;
  }
}

@media (max-width: 640px) {
  .hp-quick-order {
    padding: 14px;
    border-radius: 16px;
  }
  .hp-qo-search {
    padding: 10px 12px;
  }
  .hp-qo-status {
    width: 100%;
    grid-template-columns: 1fr;
    font-size: 12px;
  }
  .hp-qo-search input {
    padding: 12px 16px;
    font-size: 15px;
  }
  .hp-qo-catalog {
    padding: 12px;
  }
  .hp-qo-catalog-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px;
    grid-auto-rows: auto;
    align-content: start;
  }
  .hp-qo-catalog-card img {
    height: 120px;
  }
  .hp-qo-catalog-footer {
    flex-direction: column;
    align-items: stretch;
  }
  .hp-qo-catalog-qty {
    justify-content: center;
  }
  .hp-qo-catalog-footer .hp-btn {
    width: 100%;
  }
  .hp-qo-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--hp-border);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
  }
  .hp-qo-name {
    font-size: 15px;
  }
  .hp-qo-price,
  .hp-qo-sku {
    display: inline-flex;
    width: fit-content;
    padding: 4px 8px;
    border-radius: 999px;
    background: #f1f5f9;
  }
  .hp-qo-price {
    color: var(--hp-ink);
    font-weight: 700;
  }
  .hp-qo-qty {
    align-self: stretch;
    justify-content: center;
  }
  .hp-qo-remove {
    align-self: flex-end;
  }
  .hp-qo-summary {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .hp-qo-summary .hp-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hp-qo-catalog-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hp-qo-catalog-card img {
    height: 120px;
  }
}

.hp-bulk-head {
  font-weight: 700;
  color: var(--hp-ink);
  border: 0;
  background: transparent;
  padding: 0 0 6px;
  margin-bottom: 4px;
}

.hp-bulk-tools {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-bottom: 12px;
}

.hp-bulk-tool {
  background: #fff;
  border: 1px solid var(--hp-border);
  border-radius: 14px;
  padding: 14px;
  display: grid;
  gap: 8px;
}

.hp-bulk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  background: #f8fafc;
  border: 1px solid var(--hp-border);
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 12px;
}

.hp-bulk-actions-note {
  color: #64748b;
  font-size: 12px;
}

.hp-bulk-catalog {
  background: #fff;
  border: 1px solid var(--hp-border);
  border-radius: 16px;
  padding: 16px;
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}

.hp-bulk-catalog-header h3 {
  margin: 0;
  color: var(--hp-ink);
}

.hp-bulk-catalog-header span {
  color: #64748b;
  font-size: 12px;
}

.hp-bulk-catalog-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hp-bulk-cat-chip {
  background: #f1f5f9;
  border: 1px solid var(--hp-border);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 600;
}

.hp-bulk-cat-chip.is-active {
  background: var(--hp-ink);
  color: #fff;
  border-color: var(--hp-ink);
}

.hp-bulk-catalog-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.hp-bulk-catalog-list.is-loading {
  opacity: 0.6;
}

.hp-bulk-catalog-card {
  border: 1px solid var(--hp-border);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  display: grid;
  grid-template-rows: auto 1fr;
}

.hp-bulk-catalog-card img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  background: #f8fafc;
}

.hp-bulk-catalog-body {
  padding: 12px;
  display: grid;
  gap: 8px;
}

.hp-bulk-catalog-title {
  font-weight: 700;
  color: var(--hp-ink);
}

.hp-bulk-catalog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  color: #64748b;
  font-size: 12px;
}

.hp-bulk-catalog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.hp-bulk-catalog-more {
  justify-self: center;
}

.hp-bulk-tool textarea {
  border-radius: 12px;
  border: 1px solid var(--hp-border);
  padding: 10px 12px;
  resize: vertical;
  min-height: 96px;
}

.hp-bulk-sku-row {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 90px auto;
  align-items: center;
}

.hp-bulk-sku-row input[type="text"],
.hp-bulk-sku-row input[type="number"] {
  border-radius: 12px;
  border: 1px solid var(--hp-border);
  padding: 10px 12px;
}

.hp-bulk-name {
  font-weight: 600;
}

.hp-bulk-sku,
.hp-bulk-vendor,
.hp-bulk-price {
  font-size: 13px;
  color: #475569;
}

.hp-bulk-price {
  font-weight: 700;
  color: var(--hp-blue);
}

.hp-bulk-items .hp-bulk-empty {
  text-align: center;
  color: #64748b;
  padding: 18px 0;
}

.hp-bulk-items {
  display: grid;
  gap: 10px;
}

.hp-bulk-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  background: var(--hp-ink);
  color: #fff;
  padding: 14px 18px;
  border-radius: 12px;
}

.hp-bulk-summary .hp-btn {
  margin: 0;
}

.hp-bulk-upload {
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px dashed rgba(15, 23, 42, 0.2);
  margin-bottom: 14px;
  display: grid;
  gap: 6px;
}

.hp-bulk-upload-note {
  color: #64748b;
  font-size: 12px;
}

.hp-bulk-upload-status {
  font-size: 12px;
  color: #0f172a;
  font-weight: 600;
}

.hp-bulk-upload-report ul {
  margin: 8px 0 0;
  padding: 0 18px 0 0;
  display: grid;
  gap: 6px;
  color: #334155;
  font-size: 12px;
}

.hp-bulk-upload-report .is-missing {
  color: #b91c1c;
  font-weight: 700;
}

.hp-bulk-reorder-all {
  margin-top: 10px;
}

.hp-bulk-confirm {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1200;
}

.hp-bulk-confirm.is-open {
  display: flex;
}

.hp-bulk-confirm-card {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  max-width: 420px;
  width: calc(100% - 40px);
  box-shadow: 0 20px 40px rgba(12, 18, 24, 0.2);
}

.hp-bulk-confirm-card h3 {
  margin-top: 0;
  color: #0f172a;
}

.hp-bulk-confirm-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 18px;
}

@media (max-width: 700px) {
  .hp-bulk-page {
    grid-template-columns: 1fr;
  }
  .hp-bulk-aside {
    position: static;
  }
  .hp-bulk-row {
    grid-template-columns: 1fr;
  }
  .hp-bulk-summary {
    position: sticky;
    bottom: calc(14px + var(--hp-safe-bottom));
    z-index: 20;
  }
  .hp-bulk-tool {
    padding: 12px;
  }
  .hp-bulk-row > span,
  .hp-bulk-row > div,
  .hp-bulk-row > button {
    width: 100%;
  }
  .hp-bulk-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hp-bulk-sku-row {
    grid-template-columns: 1fr;
  }
}

.hp-snapshot-card {
  background: #fff;
  border-radius: var(--hp-radius-lg);
  padding: 20px;
  box-shadow: 0 14px 32px rgba(12, 18, 24, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.hp-snapshot-card h3 {
  margin-top: 0;
  color: #0f172a;
}

.hp-snapshot-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.hp-snapshot-card li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  color: #1f2937;
}

.hp-snapshot-card li span {
  font-weight: 700;
  color: #0f172a;
}

.hp-snapshot-card li em {
  font-style: normal;
  color: #6b7280;
  font-size: 12px;
}

.hp-trust-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.hp-trust-item {
  background: #fff;
  padding: 14px 16px;
  border-radius: var(--hp-radius-md);
  box-shadow: 0 12px 24px rgba(12, 18, 24, 0.08);
  font-weight: 700;
  color: #0f172a;
  text-align: center;
}

.hp-scroll-row {
  display: grid;
  gap: 18px;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
}

.hp-scroll-row::-webkit-scrollbar {
  height: 6px;
}

.hp-scroll-row::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, 0.2);
  border-radius: 999px;
}

.hp-product-card {
  scroll-snap-align: start;
}

.hp-product-image img {
  width: 100%;
  border-radius: 12px;
}

.hp-product-image {
  position: relative;
}

.hp-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ff6b3d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 999px;
}

.hp-qty-control {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f8fafc;
  border-radius: 999px;
  padding: 6px 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  margin: 10px 0;
}

.hp-qty-btn {
  background: #0f172a;
  color: #fff;
  border: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1;
}

.hp-qty-input {
  width: 48px;
  border: 0;
  background: transparent;
  text-align: center;
  font-weight: 700;
}

.hp-qty-control-loop {
  margin-top: 10px;
  justify-content: center;
}

.hp-product-info {
  display: grid;
  gap: 10px;
}

.hp-product-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.hp-stock {
  color: #16a34a;
  font-weight: 700;
}

.hp-hero::before,
.hp-hero::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.18;
}

.hp-hero::before {
  background: radial-gradient(circle, var(--hp-accent) 0%, transparent 70%);
  top: -120px;
  left: -120px;
}

.hp-hero::after {
  background: radial-gradient(circle, var(--hp-accent-2) 0%, transparent 70%);
  bottom: -140px;
  right: -100px;
}

.hp-hero-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  position: relative;
  z-index: 1;
}

.hp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #64748b;
}

.hp-kicker span {
  background: #e2e8f0;
  padding: 6px 14px;
  border-radius: 999px;
}

.hp-hero h1 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.1;
  margin: 16px 0;
}

.hp-hero p {
  font-size: 18px;
  line-height: 1.7;
  color: #475569;
}

.hp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hp-actions-compact {
  margin-top: 12px;
  gap: 10px;
}

.hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hp-btn-primary {
  background: var(--hp-accent);
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 107, 61, 0.25);
}

.hp-btn-secondary {
  background: #fff;
  color: var(--hp-ink);
  border: 1px solid var(--hp-border);
}

.hp-cta-locked {
  background: #f97316;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
}

.hp-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.18);
}

.hp-hero-card {
  background: #fff;
  border: 1px solid var(--hp-border);
  padding: 22px;
  border-radius: var(--hp-radius-lg);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.hp-hero-card strong {
  font-size: 28px;
  display: block;
  color: var(--hp-ink);
}

.hp-stats {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 26px;
}

.hp-stat {
  background: #fff;
  padding: 20px;
  border-radius: var(--hp-radius-md);
  box-shadow: 0 12px 24px rgba(12, 18, 24, 0.08);
}

.hp-stat h3 {
  margin: 0;
  font-size: 26px;
  color: var(--hp-ink-2);
}

.hp-stat p {
  margin: 6px 0 0;
  color: #4b5563;
  font-size: 14px;
}

.hp-block-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 32px;
  color: var(--hp-ink);
}

.hp-block-title h2 {
  font-size: clamp(26px, 3.2vw, 40px);
  margin: 0;
  color: var(--hp-ink);
}

.hp-block-title p {
  margin: 0;
  color: #4b5563;
  max-width: 420px;
}

.hp-category-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.hp-category-card {
  background: var(--hp-surface);
  padding: 20px;
  border-radius: var(--hp-radius-lg);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  border: 1px solid var(--hp-border);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hp-category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

.hp-category-card a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.hp-category-card h3 {
  margin: 0 0 6px;
  color: #0f172a;
}

.hp-category-card span {
  font-size: 13px;
  color: #4b5563;
}

@media (min-width: 1024px) {
  .hp-hero-search {
    display: none;
  }
  .hp-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
  .hp-category-card {
    padding: 24px;
    background: linear-gradient(145deg, #ffffff 0%, #f7f8fb 100%);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  }
  .hp-category-card h3 {
    font-size: 18px;
    letter-spacing: -0.2px;
  }
  .hp-category-card span {
    font-size: 14px;
  }
}

.hp-systems {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.hp-system-card {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.96), rgba(245, 242, 236, 0.9));
  border-radius: var(--hp-radius-lg);
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 36px rgba(12, 18, 24, 0.1);
}

.hp-system-card h3 {
  margin-top: 0;
}

.hp-system-card ul {
  margin: 14px 0 0;
  padding: 0 18px 0 0;
  color: #4b5563;
}

.hp-product-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.hp-product-card {
  background: #fff;
  border-radius: var(--hp-radius-lg);
  padding: 18px;
  box-shadow: 0 16px 30px rgba(8, 15, 20, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.07);
  display: grid;
  gap: 14px;
}

.hp-product-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
  background: #f4f4f4;
}

.hp-product-card h3 {
  margin: 0;
  font-size: 16px;
}

.hp-product-card .price {
  font-weight: 700;
  color: var(--hp-blue);
}

.hp-process {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.hp-step {
  padding: 22px;
  border-radius: var(--hp-radius-lg);
  background: #0f172a;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hp-step span {
  font-size: 42px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.16);
  position: absolute;
  top: 12px;
  left: 18px;
}

.hp-step h3 {
  margin-top: 20px;
}

.hp-faq {
  display: grid;
  gap: 16px;
}

.hp-faq details {
  background: #fff;
  border-radius: var(--hp-radius-md);
  padding: 16px 20px;
  box-shadow: 0 10px 22px rgba(8, 15, 20, 0.06);
}

.hp-faq summary {
  font-weight: 700;
  cursor: pointer;
}

.hp-logo-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.hp-logo-card {
  background: #fff;
  border-radius: var(--hp-radius-md);
  padding: 18px;
  text-align: center;
  font-weight: 700;
  color: #1f2937;
  box-shadow: 0 10px 24px rgba(12, 18, 24, 0.08);
}

.hp-review-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.hp-review-card {
  background: #fff;
  border-radius: var(--hp-radius-lg);
  padding: 20px;
  box-shadow: 0 16px 30px rgba(8, 15, 20, 0.1);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.hp-review-card p {
  color: #4b5563;
  margin: 0 0 16px;
  font-size: 15px;
}

.hp-review-card strong {
  display: block;
  color: #0f172a;
}

.hp-review-card span {
  font-size: 13px;
  color: #6b7280;
}

.hp-cta {
  background: linear-gradient(120deg, #111827 0%, #1f2937 100%);
  color: #fff;
  border-radius: var(--hp-radius-xl);
  padding: 60px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hp-cta::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 197, 66, 0.5), transparent 70%);
  top: -80px;
  right: -60px;
}

.hp-cta h2 {
  margin-top: 0;
  font-size: clamp(28px, 3.4vw, 42px);
}

.hp-reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: hp-rise 0.8s ease forwards;
  animation-delay: var(--d, 0s);
}

@keyframes hp-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .hp-hero {
    padding: 70px 18px;
  }
  .hp-block-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .hp-actions {
    width: 100%;
  }
  .hp-btn {
    width: 100%;
  }
  .hp-hero-search {
    flex-direction: column;
    border-radius: var(--hp-radius-md);
  }
  .hp-appbar-search {
    flex-wrap: wrap;
  }
  .hp-search-select {
    width: 100%;
  }
  body.hp-b2b-site.woocommerce ul.products,
  body.hp-b2b-site.archive ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  body.hp-b2b-site.woocommerce ul.products li.product,
  body.hp-b2b-site.archive ul.products li.product {
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
  body.hp-b2b-site.woocommerce ul.products li.product .box-text,
  body.hp-b2b-site.archive ul.products li.product .box-text {
    display: grid;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hp-reveal {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 640px) {
  .hp-bulk-row {
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
  }
  .hp-bulk-head {
    display: none;
  }
  .hp-bulk-row span:first-child {
    grid-column: 1 / -1;
  }
  .hp-bulk-row .hp-bulk-remove {
    justify-self: end;
  }
  body.hp-b2b-site.woocommerce ul.products,
  body.hp-b2b-site.archive ul.products {
    gap: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  body.hp-b2b-site.woocommerce ul.products li.product,
  body.hp-b2b-site.archive ul.products li.product {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  body.hp-b2b-site .products .product .box-text {
    padding: 10px;
    text-align: right;
    gap: 4px;
  }
  body.hp-b2b-site .products .product .box-text .title-wrapper {
    font-size: 13px;
  }
  body.hp-b2b-site .products .product .box-image img {
    height: 140px;
    object-fit: contain;
    background: #f8fafc;
  }
  body.hp-b2b-site .products .product {
    width: 100%;
  }
  .hp-qo-catalog-list > * {
    grid-column: auto !important;
  }
}

body.hp-b2b-site.woocommerce .shop-container,
body.hp-b2b-site.archive .shop-container,
body.hp-b2b-site.single-product .product-main {
  background: var(--hp-surface);
  border-radius: var(--hp-radius-xl);
  padding: 28px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  border: 1px solid var(--hp-border);
}

body.hp-b2b-site .products .product {
  border-radius: var(--hp-radius-lg);
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  border: 1px solid var(--hp-border);
  background: #fff;
}

body.hp-b2b-site .products .product:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

@media (hover: none) {
  body.hp-b2b-site .products .product:hover {
    transform: none;
  }
}

body.hp-b2b-site .products .product-small.box {
  border-radius: var(--hp-radius-lg);
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.hp-b2b-site .products .product .col-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

body.hp-b2b-site .products .product .product-small.box {
  flex: 1;
}

body.hp-b2b-site .products .product-small .box-image {
  flex-shrink: 0;
}

body.hp-b2b-site .products .product-small .box-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
  padding: 14px 12px 16px;
  background: #fff;
}

body.hp-b2b-site .products .product-small .box-text .hp-cta-locked {
  margin-top: auto;
  width: 100%;
  min-height: 44px;
  text-align: center;
}

body.hp-b2b-site .product-info h1.product-title,
body.hp-b2b-site .product-info h2.product-title {
  font-size: clamp(26px, 3vw, 38px);
}

body.hp-b2b-site .price,
body.hp-b2b-site .woocommerce-Price-amount {
  color: var(--hp-blue);
  font-weight: 700;
}

body.hp-b2b-site .button,
body.hp-b2b-site .single_add_to_cart_button {
  background: var(--hp-accent);
  border-radius: 999px;
  border: 0;
  font-weight: 700;
}

body.hp-b2b-site .woocommerce-breadcrumb {
  font-size: 14px;
  color: #6b7280;
}

.hp-back-home {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #1d4ed8;
  text-decoration: none;
}

.hp-back-home:hover {
  text-decoration: underline;
}

body.hp-b2b-site .category-page-title,
body.hp-b2b-site .shop-page-title {
  background: linear-gradient(135deg, #0c1b2a 0%, #1f2937 100%);
  background-image: none !important;
  color: #fff;
  border-radius: var(--hp-radius-lg);
  padding: 20px 28px;
}

body.hp-b2b-site .header,
body.hp-b2b-site .header-wrapper,
body.hp-b2b-site .header-bg,
body.hp-b2b-site .header-bg-container {
  background: #0c1b2a !important;
  background-image: none !important;
}

body.hp-b2b-site .woocommerce-product-gallery {
  border-radius: var(--hp-radius-lg);
  overflow: hidden;
}

body.hp-b2b-site.single-product .product-main,
body.hp-b2b-site.single-product .product-info,
body.hp-b2b-site.single-product .product-summary,
body.hp-b2b-site.single-product .woocommerce-tabs,
body.hp-b2b-site.single-product .woocommerce-Tabs-panel {
  direction: rtl;
  text-align: right;
}

body.hp-b2b-site.single-product .product-main .row.content-row {
  display: flex;
  flex-direction: row-reverse;
}

body.hp-b2b-site.single-product,
body.hp-b2b-site.single-product #main,
body.hp-b2b-site.single-product .woocommerce,
body.hp-b2b-site.single-product .woocommerce-breadcrumb {
  direction: rtl;
  text-align: right;
}

body.hp-b2b-site.single-product .woocommerce-product-rating,
body.hp-b2b-site.single-product .product_meta {
  direction: rtl;
  text-align: right;
}

body.hp-b2b-site .hp-btn,
body.hp-b2b-site .button,
body.hp-b2b-site .hp-cta-locked {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

body.hp-b2b-site .header .searchform-wrapper .flex-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
  flex-wrap: nowrap;
}

body.hp-b2b-site .header .searchform-wrapper .flex-col {
  flex: 0 0 auto;
}

body.hp-b2b-site .header .searchform-wrapper .flex-col.flex-grow {
  flex: 1 1 auto;
  min-width: 0;
}

body.hp-b2b-site .header .searchform-wrapper .search-field {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 10px 14px;
  box-sizing: border-box;
  direction: rtl;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.hp-b2b-site .header .searchform-wrapper .submit-button {
  min-height: 44px;
  min-width: 44px;
}

body.hp-b2b-site .header .searchform-wrapper.form-flat .flex-col:last-of-type {
  margin-left: 0;
  margin-right: 0;
}

body.hp-b2b-site .header .searchform,
body.hp-b2b-site .header .searchform-wrapper {
  width: 100%;
  max-width: 100%;
}


body.hp-b2b-site .product-summary .woocommerce-product-details__short-description {
  font-size: 16px;
  color: #4b5563;
}

body.hp-b2b-site .hp-rfq-form {
  margin-top: 16px;
  background: #f8fafc;
  border-radius: var(--hp-radius-md);
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 10px;
}

body.hp-b2b-site .hp-rfq-form label {
  font-weight: 700;
  font-size: 13px;
  color: #0f172a;
}

body.hp-b2b-site .hp-rfq-form input,
body.hp-b2b-site .hp-rfq-form textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  padding: 10px 12px;
}

body.hp-b2b-site .hp-rfq-guest {
  margin-top: 16px;
  padding: 14px 16px;
  background: #fff;
  border-radius: var(--hp-radius-md);
  border: 1px solid rgba(15, 23, 42, 0.1);
}

body.hp-b2b-site .hp-rfq-list table {
  width: 100%;
  border-collapse: collapse;
}

body.hp-b2b-site .hp-rfq-list th,
body.hp-b2b-site .hp-rfq-list td {
  text-align: right;
  padding: 12px 8px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 14px;
}

body.hp-b2b-site .hp-rfq-list a {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
}

body.hp-b2b-site .hp-rfq-list a:hover {
  text-decoration: underline;
}

.hp-empty-state {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: var(--hp-radius-md);
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.hp-status-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(59, 130, 246, 0.12);
  color: #1d4ed8;
}

.hp-status-badge.is-in-progress {
  background: rgba(251, 191, 36, 0.18);
  color: #92400e;
}

.hp-status-badge.is-done {
  background: rgba(34, 197, 94, 0.2);
  color: #166534;
}

.hp-bulk-empty {
  padding: 14px 16px;
  color: #64748b;
  font-size: 14px;
}

body.hp-b2b-site .hp-account-portal {
  margin-top: 20px;
  background: #fff;
  border-radius: var(--hp-radius-lg);
  padding: 20px;
  box-shadow: 0 12px 24px rgba(8, 15, 20, 0.08);
}

body.hp-b2b-site .hp-account-header {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.hp-account-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.hp-account-list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  color: #0f172a;
}

.hp-account-list a {
  text-decoration: none;
  color: #2563eb;
  font-weight: 700;
}

body.hp-b2b-site .hp-account-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin: 12px 0 20px;
}

body.hp-b2b-site .hp-account-stats div {
  background: #f8fafc;
  border-radius: var(--hp-radius-md);
  padding: 12px 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  text-align: center;
}

body.hp-b2b-site .hp-account-stats strong {
  display: block;
  font-size: 20px;
  color: #0f172a;
}

body.hp-b2b-site .hp-account-stats span {
  font-size: 12px;
  color: #64748b;
}

body.hp-b2b-site .hp-account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.hp-status-pill {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(59, 130, 246, 0.18);
  color: #1d4ed8;
}

.hp-status-pill.is-approved {
  background: rgba(34, 197, 94, 0.2);
  color: #166534;
}

.hp-status-pill.is-pending {
  background: rgba(251, 191, 36, 0.2);
  color: #92400e;
}

body.hp-b2b-site .hp-account-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

body.hp-b2b-site .hp-account-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--hp-radius-md);
  padding: 16px;
  background: #f8fafc;
}

.hp-checkout-hero {
  margin: 20px 0 24px;
  padding: 20px;
  background: linear-gradient(120deg, #0f172a, #1f2937);
  color: #fff;
  border-radius: var(--hp-radius-lg);
}

.hp-checkout-hero-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.hp-checkout-steps {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 12px;
}

.hp-checkout-steps span {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
}

.hp-shop-hero {
  margin: 20px 0 30px;
  padding: 24px 18px;
  background: linear-gradient(120deg, #0f172a, #1f2937);
  color: #fff;
  border-radius: var(--hp-radius-lg);
}

body.hp-b2b-site.tax-product_cat .hp-shop-hero {
  margin: 16px 0 18px;
  padding: 18px;
}

body.hp-b2b-site.tax-product_cat .hp-shop-hero p {
  margin-bottom: 0;
  opacity: 0.85;
}

body.hp-b2b-site.tax-product_cat .hp-shop-hero .hp-hero-notes {
  display: none;
}

body.hp-b2b-site.tax-product_cat .hp-shop-toolbar {
  margin-top: 10px;
}

.hp-shop-hero-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hp-shop-hero h1 {
  margin: 0;
  font-size: clamp(24px, 3.4vw, 36px);
}

.hp-hero-notes {
  margin-top: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.hp-loop-meta {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  font-size: 12px;
  flex-wrap: wrap;
}

.hp-loop-stock {
  background: rgba(22, 163, 74, 0.12);
  color: #16a34a;
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 700;
}

.hp-loop-unit {
  background: rgba(59, 130, 246, 0.12);
  color: #1d4ed8;
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 700;
}

.hp-loop-meta-secondary {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  font-size: 12px;
  color: #475569;
  flex-wrap: wrap;
}

.hp-loop-meta-secondary span {
  background: rgba(15, 23, 42, 0.06);
  padding: 4px 8px;
  border-radius: 999px;
}

.hp-product-stock {
  margin-top: 8px;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.15);
  color: #16a34a;
  font-weight: 700;
}

.hp-trust-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.hp-trust-badges span {
  background: rgba(15, 23, 42, 0.06);
  color: #0f172a;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.hp-sticky-cta {
  position: fixed;
  bottom: calc(16px + var(--hp-safe-bottom));
  right: 16px;
  left: 16px;
  display: none;
  z-index: 1004;
}

.hp-sticky-cta-inner {
  background: #0f172a;
  color: #fff;
  border-radius: var(--hp-radius-lg);
  padding: 12px 16px;
  display: grid;
  gap: 8px;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.3);
}

.hp-sticky-title {
  font-weight: 700;
  font-size: 14px;
}

.hp-sticky-price {
  font-weight: 700;
  color: #f8fafc;
}

@media (max-width: 900px) {
  .hp-shop-hero-inner {
    align-items: flex-start;
  }
  body.hp-b2b-site.single-product .hp-sticky-cta {
    display: block;
  }
}

.hp-quote-form {
  display: grid;
  gap: 12px;
  background: #fff;
  border-radius: var(--hp-radius-lg);
  padding: 18px;
  box-shadow: 0 14px 26px rgba(8, 15, 20, 0.08);
}

.hp-quote-form label {
  font-weight: 700;
  color: #0f172a;
  font-size: 13px;
}

.hp-quote-form input,
.hp-quote-form textarea {
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  padding: 10px 12px;
}

.hp-form-note {
  font-size: 12px;
  color: #64748b;
}

body.hp-b2b-site .hp-quote-form input[type="file"],
body.hp-b2b-site .hp-rfq-form input[type="file"] {
  border-radius: 12px;
  border: 1px dashed rgba(15, 23, 42, 0.2);
  padding: 10px;
  background: #f8fafc;
}

body.hp-b2b-site .hp-file-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}

body.hp-b2b-site .hp-file-field {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

body.hp-b2b-site .hp-file-button {
  background: #0f172a;
  color: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  cursor: pointer;
}

body.hp-b2b-site .hp-file-name {
  font-size: 12px;
  color: #64748b;
}

.hp-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

body.hp-b2b-site .woocommerce-account .woocommerce-MyAccount-navigation,
body.hp-b2b-site .woocommerce-cart .cart-collaterals,
body.hp-b2b-site .woocommerce-checkout .checkout_coupon {
  background: #fff;
  border-radius: var(--hp-radius-lg);
  padding: 20px;
  box-shadow: 0 14px 26px rgba(8, 15, 20, 0.08);
}

body.hp-b2b-site .woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

body.hp-b2b-site .woocommerce-account .woocommerce-MyAccount-navigation.is-collapsed {
  display: none;
}

.hp-account-nav-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0f172a;
  color: #fff;
  border: 0;
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.hp-account-nav-arrow {
  transition: transform 0.2s ease;
}

.hp-account-nav-toggle[aria-expanded="true"] .hp-account-nav-arrow {
  transform: rotate(180deg);
}

body.hp-b2b-site .woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  color: #0f172a;
  font-weight: 600;
  background: #f8fafc;
}

body.hp-b2b-site .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: linear-gradient(135deg, rgba(255, 122, 69, 0.18), rgba(20, 184, 166, 0.16));
  color: #0f172a;
}

body.hp-b2b-site .woocommerce-account .woocommerce-MyAccount-content {
  background: #fff;
  border-radius: var(--hp-radius-lg);
  padding: 24px;
  box-shadow: 0 14px 26px rgba(8, 15, 20, 0.08);
}

body.hp-b2b-site.woocommerce-account .woocommerce-MyAccount-content > p,
body.hp-b2b-site.woocommerce-account .woocommerce-MyAccount-content > p.woocommerce-MyAccount-content-header {
  display: none;
}

.hp-account-dashboard {
  background: #fff;
  border-radius: var(--hp-radius-lg);
  padding: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 26px rgba(8, 15, 20, 0.08);
  margin-bottom: 20px;
}

.hp-account-dashboard-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.hp-account-dashboard-header strong {
  display: block;
  font-size: 16px;
  color: var(--hp-ink);
}

.hp-account-dashboard-header span {
  color: #475569;
  font-size: 13px;
}

.hp-account-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hp-account-badges span {
  background: #f1f5f9;
  border: 1px solid var(--hp-border);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  color: #334155;
  font-weight: 700;
}

.hp-account-dashboard-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

body.hp-b2b-site .woocommerce-account .woocommerce-MyAccount-navigation + .woocommerce-MyAccount-content {
  margin-right: 0;
}

body.hp-b2b-site.woocommerce-account .woocommerce {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

body.hp-b2b-site.woocommerce-account .page-wrapper.my-account .container {
  max-width: none !important;
  width: 100% !important;
  padding-left: 12px;
  padding-right: 12px;
}

body.hp-b2b-site.woocommerce-account .page-wrapper.my-account {
  max-width: none;
  width: 100%;
}

body.hp-b2b-site.woocommerce-account .page-wrapper.my-account .row.vertical-tabs {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

body.hp-b2b-site.woocommerce-account .page-wrapper.my-account .row.vertical-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

body.hp-b2b-site.woocommerce-account .page-wrapper.my-account .row.vertical-tabs > .col {
  float: none;
  margin: 0;
  max-width: 100%;
}

body.hp-b2b-site.woocommerce-account .page-wrapper.my-account .row.vertical-tabs > .large-3 {
  flex: 0 0 280px;
}

body.hp-b2b-site.woocommerce-account .page-wrapper.my-account .row.vertical-tabs > .large-9 {
  flex: 1 1 0;
  min-width: 0;
}

@media (max-width: 1200px) {
  body.hp-b2b-site.woocommerce-account .page-wrapper.my-account .row.vertical-tabs {
    flex-direction: column;
  }
  body.hp-b2b-site.woocommerce-account .page-wrapper.my-account .row.vertical-tabs > .large-3,
  body.hp-b2b-site.woocommerce-account .page-wrapper.my-account .row.vertical-tabs > .large-9 {
    flex: 1 1 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }
}

body.hp-b2b-site.woocommerce-account .woocommerce-MyAccount-navigation {
  flex: 0 0 260px;
  max-width: 260px;
}

body.hp-b2b-site.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1 1 0;
  min-width: 0;
}

@media (max-width: 768px) {
  body.hp-b2b-site.woocommerce-account .woocommerce {
    max-width: 100%;
    padding: 0 12px;
  }
  body.hp-b2b-site.woocommerce-account .page-wrapper.my-account .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 12px;
    padding-right: 12px;
  }
  body.hp-b2b-site.woocommerce-account .page-wrapper.my-account .row.vertical-tabs {
    gap: 12px;
  }
  body.hp-b2b-site.woocommerce-account .woocommerce-MyAccount-navigation,
  body.hp-b2b-site.woocommerce-account .woocommerce-MyAccount-content {
    max-width: 100% !important;
  }
}

.hp-account-welcome {
  margin: 20px 0 24px;
  background: linear-gradient(135deg, rgba(10, 20, 30, 0.98), rgba(16, 30, 44, 0.96));
  border-radius: var(--hp-radius-lg);
  color: #fff;
  padding: 24px;
  box-shadow: 0 18px 32px rgba(5, 10, 20, 0.35);
}

.hp-account-welcome-inner {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.3fr) minmax(220px, 0.7fr);
  align-items: center;
}

.hp-account-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 12px;
  margin-bottom: 10px;
}

.hp-account-welcome-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.hp-account-welcome-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px;
  display: grid;
  gap: 12px;
}

.hp-account-welcome-stat strong {
  font-size: 20px;
  display: block;
}

.hp-account-welcome-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 960px) {
  .hp-account-welcome-inner {
    grid-template-columns: 1fr;
  }
  body.hp-b2b-site.woocommerce-account .woocommerce {
    display: block;
  }
  body.hp-b2b-site.woocommerce-account .woocommerce-MyAccount-navigation {
    max-width: 100%;
  }
  body.hp-b2b-site .woocommerce-account .woocommerce-MyAccount-navigation + .woocommerce-MyAccount-content {
    margin-right: 0;
  }
}

body.hp-b2b-site .woocommerce-checkout .woocommerce-checkout-review-order,
body.hp-b2b-site .woocommerce-cart .shop_table {
  border-radius: var(--hp-radius-lg);
  overflow: hidden;
  box-shadow: 0 14px 26px rgba(8, 15, 20, 0.08);
}

body.hp-b2b-site.woocommerce-checkout .woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 20px;
  align-items: start;
}

body.hp-b2b-site.woocommerce-checkout #customer_details,
body.hp-b2b-site.woocommerce-checkout .woocommerce-checkout-review-order {
  background: #fff;
  border-radius: var(--hp-radius-lg);
  padding: 18px;
  box-shadow: 0 14px 26px rgba(8, 15, 20, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

body.hp-b2b-site.woocommerce-checkout .woocommerce-checkout-review-order {
  position: sticky;
  top: 90px;
}

body.hp-b2b-site.woocommerce-checkout #order_review_heading,
body.hp-b2b-site.woocommerce-checkout .woocommerce-order-details__title,
body.hp-b2b-site.woocommerce-checkout .woocommerce-cart-form__cart-item:first-child h2 {
  display: none !important;
}

body.hp-b2b-site.woocommerce-checkout h3,
body.hp-b2b-site.woocommerce-checkout h3 label {
  color: var(--hp-ink);
  font-weight: 800;
}

body.hp-b2b-site.woocommerce-checkout .form-row {
  margin-bottom: 12px;
}

body.hp-b2b-site.woocommerce-checkout label {
  font-weight: 700;
  color: #0f172a;
  font-size: 13px;
}

body.hp-b2b-site.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.hp-b2b-site.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  gap: 10px;
}

body.hp-b2b-site.woocommerce-checkout #place_order {
  width: 100%;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 800;
  background: var(--hp-accent);
}

@media (max-width: 900px) {
  body.hp-b2b-site.woocommerce-checkout .woocommerce-checkout {
    grid-template-columns: 1fr;
  }
  body.hp-b2b-site.woocommerce-checkout .woocommerce-checkout-review-order {
    position: static;
  }
}

body.hp-b2b-site input[type="text"],
body.hp-b2b-site input[type="email"],
body.hp-b2b-site input[type="tel"],
body.hp-b2b-site input[type="password"],
body.hp-b2b-site textarea,
body.hp-b2b-site select {
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  padding: 10px 14px;
}

.hp-bulk-order {
  display: grid;
  gap: 16px;
  background: #fff;
  border-radius: var(--hp-radius-lg);
  padding: 20px;
  box-shadow: 0 16px 30px rgba(8, 15, 20, 0.08);
}

.hp-bulk-search {
  position: relative;
}

.hp-bulk-search input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.12);
}

.hp-bulk-search .hp-suggest-list {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 14px 26px rgba(8, 15, 20, 0.12);
  border: 1px solid rgba(15, 23, 42, 0.08);
  z-index: 3;
}

.hp-bulk-search .hp-suggest-list button {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: right;
  padding: 10px 14px;
  font-weight: 600;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
}

.hp-bulk-search .hp-suggest-list button:hover {
  background: #f8fafc;
}

.hp-bulk-search .hp-suggest-list button small {
  color: #64748b;
  font-weight: 500;
  display: block;
}

.hp-bulk-search .hp-suggest-list button strong {
  color: var(--hp-blue);
  font-weight: 700;
  white-space: nowrap;
}

.hp-alert {
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 16px;
  font-weight: 600;
}

.hp-alert-success {
  background: #ecfdf3;
  color: #166534;
  border: 1px solid rgba(22, 101, 52, 0.2);
}

.hp-promos {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 16px 40px;
}

.hp-promos h2 {
  margin: 0 0 16px;
  font-size: 24px;
  color: var(--hp-ink);
}

.hp-promos-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.hp-promo-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  padding: 16px;
  display: grid;
  gap: 8px;
}

.hp-promo-card.is-sample {
  border: 1px dashed rgba(15, 23, 42, 0.22);
  background: linear-gradient(135deg, #ffffff, #f8fafc);
}

.hp-category-card {
  text-decoration: none;
  color: inherit;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.hp-category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.16);
}

.hp-promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #0f172a;
  color: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 700;
  font-size: 12px;
}

.hp-promo-meta {
  color: #64748b;
  font-size: 13px;
}

@media (max-width: 640px) {
  .hp-promos {
    padding: 18px 14px 30px;
  }
  .hp-promos h2 {
    font-size: 20px;
  }
}

body.hp-b2b-site .hp-btn:focus-visible,
body.hp-b2b-site .button:focus-visible,
body.hp-b2b-site .hp-appbar-link:focus-visible,
body.hp-b2b-site .hp-appbar-cart:focus-visible,
body.hp-b2b-site .hp-bottom-nav a:focus-visible,
body.hp-b2b-site .hp-quickcats a:focus-visible,
body.hp-b2b-site .hp-suggest-item:focus-visible,
body.hp-b2b-site .hp-bulk-remove:focus-visible {
  outline: 3px solid rgba(255, 107, 61, 0.6);
  outline-offset: 2px;
}

@media (max-width: 900px) {
  .hp-appbar-inner {
    grid-template-columns: auto 1fr;
  }
  .hp-user-bar-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .hp-appbar-actions {
    display: none;
  }
  .hp-menu-toggle {
    display: inline-flex;
  }
  .hp-search-toggle {
    display: inline-flex;
  }
  .hp-appbar-search {
    display: none;
    width: 100%;
    grid-column: 1 / -1;
  }
  body.hp-b2b-site.hp-search-open .hp-appbar-search {
    display: flex;
  }
  .hp-bottom-nav {
    display: flex;
  }
  body.hp-b2b-site #wrapper,
  body.hp-b2b-site .main {
    padding-bottom: 80px;
  }
  body.hp-b2b-site.single-product .hp-bottom-nav {
    display: none;
  }
}

body.hp-b2b-site.hp-desktop .hp-appbar-inner {
  grid-template-columns: 180px 1fr auto;
}

body.hp-b2b-site.hp-desktop .hp-appbar-actions {
  display: flex;
}

body.hp-b2b-site.hp-desktop .hp-bottom-nav {
  display: none;
}

body.hp-b2b-site.hp-desktop #wrapper,
body.hp-b2b-site.hp-desktop .main {
  padding-bottom: 0;
}

body.hp-b2b-site.hp-desktop .hp-whatsapp-float {
  display: inline-flex;
}

body.hp-b2b-site.woocommerce-shop .shop-container,
body.hp-b2b-site.woocommerce-shop .category-page-row {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 22px;
  padding-right: 22px;
}

body.hp-b2b-site.woocommerce-shop .products {
  margin: 0;
  gap: 18px;
}

body.hp-b2b-site .hp-product-meta {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  background: #f8fafc;
  border-radius: var(--hp-radius-md);
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.hp-b2b-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0;
}

body.hp-b2b-site .hp-product-meta span {
  display: block;
  font-size: 14px;
  color: #4b5563;
}

body.hp-b2b-site .hp-product-meta strong {
  color: #0f172a;
}

body.hp-b2b-site .hp-category-seo {
  margin-top: 20px;
  padding: 18px 20px;
  background: #fff;
  border-radius: var(--hp-radius-md);
  box-shadow: 0 12px 24px rgba(8, 15, 20, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

body.hp-b2b-site .hp-category-faq {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

body.hp-b2b-site .hp-category-faq details {
  background: #f8fafc;
  border-radius: 10px;
  padding: 10px 12px;
}

body.hp-b2b-site .hp-category-faq summary {
  font-weight: 700;
  cursor: pointer;
}

body.hp-b2b-site .hp-product-specs {
  margin-top: 20px;
  background: #fff;
  border-radius: var(--hp-radius-md);
  padding: 16px 20px;
  box-shadow: 0 12px 24px rgba(8, 15, 20, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

body.hp-b2b-site .hp-product-specs table {
  width: 100%;
  border-collapse: collapse;
}

body.hp-b2b-site .hp-product-specs th,
body.hp-b2b-site .hp-product-specs td {
  text-align: right;
  padding: 10px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 14px;
}

body.hp-b2b-site .hp-product-specs th {
  color: #0f172a;
  font-weight: 700;
  width: 40%;
}

body.hp-b2b-site .hp-product-specs td {
  color: #4b5563;
}

body.hp-b2b-site .hp-product-faq {
  margin-top: 20px;
  background: #0f172a;
  color: #fff;
  border-radius: var(--hp-radius-md);
  padding: 16px 20px;
}

body.hp-b2b-site .hp-product-faq details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 0;
}

body.hp-b2b-site .hp-product-faq details:last-child {
  border-bottom: 0;
}

body.hp-b2b-site .hp-product-faq summary {
  cursor: pointer;
  font-weight: 700;
}

body.hp-b2b-site .hp-product-faq p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.85);
}

body.hp-b2b-site .share-icons,
body.hp-b2b-site .product-share {
  display: none;
}

body.hp-b2b-site .footer-wrapper,
body.hp-b2b-site .absolute-footer {
  direction: rtl;
  text-align: right;
}

body.hp-b2b-site .footer-wrapper {
  background: #0c1b2a;
  color: #e2e8f0;
}

body.hp-b2b-site .footer-wrapper a {
  color: #cbd5f5;
}

body.hp-b2b-site .footer-wrapper a:hover {
  color: #ffffff;
}

body.hp-b2b-site .footer-widgets {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.hp-b2b-site .footer-widgets .widget-title {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0;
}

body.hp-b2b-site .absolute-footer {
  background: #0b1624;
  color: #cbd5f5;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.hp-b2b-site .absolute-footer .footer-primary {
  float: right;
  text-align: right;
}

body.hp-b2b-site .absolute-footer .footer-secondary {
  float: left;
  text-align: left;
}

body.hp-b2b-site .footer-wrapper .widget_search,
body.hp-b2b-site .footer-wrapper .searchform,
body.hp-b2b-site .footer-wrapper .searchform-wrapper,
body.hp-b2b-site .footer-wrapper .search-form,
body.hp-b2b-site .footer-wrapper form[role="search"],
body.hp-b2b-site .absolute-footer .widget_search,
body.hp-b2b-site .absolute-footer .searchform,
body.hp-b2b-site .absolute-footer .searchform-wrapper,
body.hp-b2b-site .absolute-footer .search-form,
body.hp-b2b-site .absolute-footer form[role="search"] {
  display: none !important;
}

.footer-wrapper .widget_search,
.footer-wrapper .searchform,
.footer-wrapper .searchform-wrapper,
.footer-wrapper .search-form,
.footer-wrapper form[role="search"] {
  display: none !important;
}

body.hp-b2b-site .footer-wrapper .widget_shopping_cart,
body.hp-b2b-site .footer-wrapper .woocommerce-mini-cart,
body.hp-b2b-site .footer-wrapper .woocommerce-mini-cart__total,
body.hp-b2b-site .footer-wrapper .woocommerce-mini-cart__buttons {
  background: #0f172a;
  color: #e2e8f0;
  border-radius: 16px;
}

body.hp-b2b-site .footer-wrapper .widget_shopping_cart {
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 16px 30px rgba(2, 6, 23, 0.4);
}

body.hp-b2b-site .footer-wrapper .widget_shopping_cart .widgettitle {
  color: #f8fafc;
  font-weight: 700;
  margin-bottom: 12px;
}

body.hp-b2b-site .footer-wrapper .woocommerce-mini-cart {
  padding: 0;
  margin: 0 0 12px;
  max-height: 40vh;
  overflow-y: auto;
  display: grid;
  gap: 10px;
}

body.hp-b2b-site .footer-wrapper .woocommerce-mini-cart ul,
body.hp-b2b-site .footer-wrapper .woocommerce-mini-cart .cart_list,
body.hp-b2b-site .footer-wrapper .woocommerce-mini-cart .product_list_widget {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

body.hp-b2b-site .footer-wrapper .woocommerce-mini-cart-item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(148, 163, 184, 0.25);
}

body.hp-b2b-site .footer-wrapper .woocommerce-mini-cart-item:last-child {
  border-bottom: 0;
}

body.hp-b2b-site .footer-wrapper .woocommerce-mini-cart-item img {
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.25);
}

body.hp-b2b-site .footer-wrapper .woocommerce-mini-cart-item a {
  color: #e2e8f0;
  font-weight: 600;
}

body.hp-b2b-site .footer-wrapper .woocommerce-mini-cart-item .quantity {
  color: #94a3b8;
  font-size: 12px;
}

body.hp-b2b-site .footer-wrapper .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  margin: 10px 0 12px;
  font-weight: 700;
  border: 1px solid rgba(148, 163, 184, 0.2);
}

body.hp-b2b-site .footer-wrapper .woocommerce-mini-cart__buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  background: #ff6b3d;
  color: #fff;
  font-weight: 700;
  border: 0;
  margin-right: 6px;
}

body.hp-b2b-site .footer-wrapper .woocommerce-mini-cart__buttons a.checkout {
  background: #1f2937;
}

body.hp-b2b-site .footer-wrapper .woocommerce-mini-cart-item .remove {
  color: #fca5a5;
  font-weight: 700;
  margin-left: 6px;
}

body.hp-b2b-site .footer-wrapper .woocommerce-mini-cart__buttons a:hover {
  filter: brightness(0.96);
}

body.hp-b2b-site .widget_shopping_cart,
body.hp-b2b-site .woocommerce-mini-cart,
body.hp-b2b-site .footer-wrapper .widget_shopping_cart,
body.hp-b2b-site .footer-wrapper .woocommerce-mini-cart {
  display: none !important;
}

html[dir="rtl"] .header-inner.flex-row {
  flex-direction: row-reverse;
}

html[dir="rtl"] .header-inner .flex-left {
  margin-right: auto;
  margin-left: 0;
}

html[dir="rtl"] .header-inner .flex-right {
  margin-left: auto;
  margin-right: 0;
}

html[dir="rtl"] .header-nav,
html[dir="rtl"] .mobile-nav {
  justify-content: flex-end;
}

html[dir="rtl"] .header-nav > li,
html[dir="rtl"] .mobile-nav > li {
  float: right;
}
