:root {
  --hp-ink: #0b1118;
  --hp-ink-2: #15212d;
  --hp-sand: #f7f1e8;
  --hp-accent: #ff6b3d;
  --hp-accent-2: #14b8a6;
  --hp-accent-3: #f4c542;
  --hp-blue: #2b6cb0;
  --hp-shadow: 0 20px 60px rgba(10, 20, 30, 0.25);
  --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: radial-gradient(circle at 10% 20%, rgba(255, 107, 61, 0.08), transparent 55%),
    radial-gradient(circle at 85% 15%, rgba(20, 184, 166, 0.1), transparent 45%),
    linear-gradient(180deg, #fdfbf8 0%, #ffffff 55%, #f7f4ef 100%);
  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: rgba(18, 33, 49, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  left: 0;
  right: 0;
  transition: padding 0.2s ease, background 0.2s ease;
}

.hp-quickcats {
  display: flex;
  gap: 10px;
  padding: 10px 18px;
  overflow-x: auto;
  background: #0f172a;
  transition: max-height 0.2s ease, padding 0.2s ease, opacity 0.2s ease;
}

.hp-quickcats a {
  color: #e2e8f0;
  text-decoration: none;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}

.hp-quickcats .hp-quickcats-more {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-weight: 700;
}

.hp-quickcats a.is-active {
  background: #fff;
  color: #0f172a;
  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: 0 18px 30px rgba(0, 0, 0, 0.25);
  background: rgba(18, 33, 49, 0.98);
}

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

body.hp-b2b-site.hp-scrolled .hp-appbar-inner {
  padding: 4px 18px;
}

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: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
}

.hp-search-toggle {
  display: none;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
}

.hp-appbar-logo {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  font-size: 18px;
}

.hp-appbar-search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 8px 12px;
  position: relative;
}

.hp-search-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}

.hp-search-select {
  background: rgba(255, 255, 255, 0.16);
  border: 0;
  color: #fff;
  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: #fff;
  font-size: 14px;
}

.hp-appbar-search input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

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

.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: #e5e7eb;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.hp-appbar-link.hp-link-primary {
  background: rgba(255, 255, 255, 0.14);
  padding: 6px 12px;
  border-radius: 999px;
  color: #fff;
}

.hp-appbar-cart {
  position: relative;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 700;
}

.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-2);
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 999px;
}

.hp-bottom-nav {
  position: fixed;
  bottom: calc(12px + var(--hp-safe-bottom));
  right: 50%;
  transform: translateX(50%);
  background: #0f172a;
  border-radius: 999px;
  padding: 10px 18px;
  display: none;
  gap: 14px;
  z-index: 1003;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.3);
}

body.hp-b2b-site.hp-scroll-down .hp-bottom-nav {
  transform: translateX(50%) translateY(140%);
  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;
}

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

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

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

.hp-whatsapp-float {
  position: fixed;
  bottom: calc(90px + var(--hp-safe-bottom));
  left: 24px;
  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;
}

.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: 80px 20px;
}

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

.hp-hero {
  position: relative;
  padding: 70px 24px 50px;
  border-radius: var(--hp-radius-xl);
  background: linear-gradient(135deg, #0c1b2a 0%, #152838 60%, #1b3a4b 100%);
  color: #fff;
  overflow: hidden;
  box-shadow: var(--hp-shadow);
}

.hp-hero-search {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  padding: 12px;
  border-radius: 999px;
}

.hp-hero-search .hp-search-label {
  color: rgba(255, 255, 255, 0.7);
}

.hp-hero-search .hp-search-select {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

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

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

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

.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-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(0);
  opacity: 0.3;
}

.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: rgba(255, 255, 255, 0.7);
}

.hp-kicker span {
  background: rgba(255, 255, 255, 0.1);
  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: rgba(255, 255, 255, 0.85);
}

.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 14px 30px rgba(255, 107, 61, 0.35);
}

.hp-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

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

.hp-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.hp-hero-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 22px;
  border-radius: var(--hp-radius-lg);
  backdrop-filter: blur(8px);
}

.hp-hero-card strong {
  font-size: 28px;
  display: block;
}

.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: #fff;
  padding: 20px;
  border-radius: var(--hp-radius-lg);
  box-shadow: 0 14px 32px rgba(20, 24, 30, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hp-category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(12, 18, 24, 0.14);
}

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

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

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

.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 li.product,
  body.hp-b2b-site.archive ul.products li.product {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

body.hp-b2b-site.woocommerce .shop-container,
body.hp-b2b-site.archive .shop-container,
body.hp-b2b-site.single-product .product-main {
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--hp-radius-xl);
  padding: 28px;
  box-shadow: 0 18px 40px rgba(12, 18, 24, 0.12);
}

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

body.hp-b2b-site .products .product:hover {
  transform: translateY(-6px);
}

@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;
}

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

.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-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 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;
}

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

body.hp-b2b-site.woocommerce-account .page-wrapper.my-account .row.vertical-tabs {
  display: flex !important;
  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 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

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 !important;
  }
  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;
  }
}

.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: flex;
  justify-content: space-between;
  gap: 8px;
}

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

.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);
}

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-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 .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;
}

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;
}

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;
}
