:root {
  --wf-primary: #e04000;
  --wf-primary-dark: #d04010;
  --wf-ink: #404040;
  --wf-muted: #6b625d;
  --wf-bg: #f7f7f5;
  --wf-surface: #ffffff;
  --wf-line: #ece7e2;
  --wf-success: #138a45;
  --wf-warning: #f5a524;
  --wf-danger: #c8321f;
  --wf-shadow: 0 16px 40px rgba(64, 64, 64, 0.12);
  --wf-radius: 8px;
  --wf-ratio-product-gallery: 1 / 1;
  --wf-ratio-product-card: 1 / 1;
  --wf-ratio-funnel-teaser: 16 / 10;
  --wf-ratio-landing-section: 16 / 10;
  --wf-ratio-video: 16 / 9;
  --wf-ratio-banner: 21 / 6;
}

html[data-theme="dark"] {
  --wf-ink: #f5f2ee;
  --wf-muted: #c8beb6;
  --wf-bg: #161616;
  --wf-surface: #232323;
  --wf-line: #36312e;
  --wf-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--wf-bg);
  color: var(--wf-ink);
  font-family: "Poppins", "Tajawal", Arial, sans-serif;
  letter-spacing: 0;
}

html[data-theme="dark"] .header,
html[data-theme="dark"] .wf-home-categories,
html[data-theme="dark"] .wf-home-sales-strip,
html[data-theme="dark"] .wf-home-proof-band,
html[data-theme="dark"] .wf-landing-sections,
html[data-theme="dark"] .page,
html[data-theme="dark"] .product {
  background: var(--wf-bg);
}

html[data-theme="dark"] .header,
html[data-theme="dark"] .header .inner,
html[data-theme="dark"] .search-area,
html[data-theme="dark"] .wf-category-toolbar,
html[data-theme="dark"] .wf-category-filters,
html[data-theme="dark"] .wf-cart-table,
html[data-theme="dark"] .cart table,
html[data-theme="dark"] .wf-empty-cart,
html[data-theme="dark"] .wf-success-panel,
html[data-theme="dark"] .wf-success-summary div,
html[data-theme="dark"] .wf-success-next-steps div,
html[data-theme="dark"] .wf-success-lifecycle div,
html[data-theme="dark"] .wf-trust-badge,
html[data-theme="dark"] .wf-purchase-assurance div,
html[data-theme="dark"] .wf-product-highlights,
html[data-theme="dark"] .wf-product-funnel-card,
html[data-theme="dark"] .wf-landing-list li,
html[data-theme="dark"] .wf-landing-faq details,
html[data-theme="dark"] .wf-landing-table,
html[data-theme="dark"] .product .item,
html[data-theme="dark"] .product-cat .item .inner {
  background: var(--wf-surface) !important;
  color: var(--wf-ink);
}

html[data-theme="dark"] .table,
html[data-theme="dark"] .table td,
html[data-theme="dark"] .table th,
html[data-theme="dark"] .cart table td,
html[data-theme="dark"] .cart table th {
  border-color: var(--wf-line) !important;
  color: var(--wf-ink);
}

html[data-theme="dark"] .btn-default {
  background: #181818;
  border-color: var(--wf-line);
  color: var(--wf-ink);
}

html[data-theme="dark"] .wf-landing-pain_hook,
html[data-theme="dark"] .wf-landing-relief_solution,
html[data-theme="dark"] .wf-landing-offer_stack,
html[data-theme="dark"] .wf-landing-urgency,
html[data-theme="dark"] .wf-landing-cta {
  border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .wf-landing-relief_solution,
html[data-theme="dark"] .wf-landing-offer_stack,
html[data-theme="dark"] .wf-landing-urgency,
html[data-theme="dark"] .wf-landing-cta {
  background: var(--wf-surface);
}

html[data-theme="dark"] .wf-landing-pain_hook {
  background: linear-gradient(135deg, #171717, #4b1c12);
}

html[data-theme="dark"] .wf-landing-pain_hook .wf-landing-list li {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  color: #fff;
}

html[data-theme="dark"] .wf-product-funnel-pain_hook {
  background: linear-gradient(135deg, #171717, #4b1c12) !important;
}

html[data-theme="dark"] .wf-product-funnel-relief_solution {
  background: var(--wf-surface) !important;
}

html[data-theme="dark"] .page-banner .overlay {
  background: rgba(0, 0, 0, 0.52);
}

html[data-theme="dark"] input,
html[data-theme="dark"] select,
html[data-theme="dark"] textarea,
html[data-theme="dark"] .form-control {
  background: #181818;
  border-color: var(--wf-line);
  color: var(--wf-ink);
}

html[data-theme="light"] select,
html[data-theme="light"] select option,
html[data-theme="light"] .form-control,
html[data-theme="light"] .wf-cart-variant-select {
  background: #fff !important;
  border-color: var(--wf-line) !important;
  color: #232323 !important;
}

html[data-theme="dark"] select,
html[data-theme="dark"] select option,
html[data-theme="dark"] .form-control,
html[data-theme="dark"] .wf-cart-variant-select {
  background: var(--wf-surface) !important;
  border-color: var(--wf-line) !important;
  color: var(--wf-ink) !important;
}

body,
input,
button,
select,
textarea,
.menu,
.nav,
.header,
.footer,
.wf-footer {
  font-family: "Poppins", "Tajawal", Arial, sans-serif !important;
}

html[lang="ar"],
html[dir="rtl"] body,
body:lang(ar) {
  font-family: "Tajawal", "Poppins", Arial, sans-serif;
}

a {
  color: var(--wf-primary);
}

a:hover,
a:focus {
  color: var(--wf-primary-dark);
}

.btn,
button,
input[type="submit"] {
  border-radius: var(--wf-radius) !important;
  font-weight: 700;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
  transform: translateY(-1px);
}

.btn-primary,
.btn-danger,
.btn-theme,
.btn-cart input[type="submit"],
.cart-buttons .btn,
.cart-buttons input[type="submit"] {
  background: var(--wf-primary) !important;
  border-color: var(--wf-primary) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(224, 64, 0, 0.22);
}

.btn-primary:hover,
.btn-danger:hover,
.btn-theme:hover,
.btn-cart input[type="submit"]:hover,
.cart-buttons .btn:hover,
.cart-buttons input[type="submit"]:hover {
  background: var(--wf-primary-dark) !important;
  border-color: var(--wf-primary-dark) !important;
  box-shadow: 0 12px 26px rgba(224, 64, 0, 0.28);
}

.header {
  background: var(--wf-surface);
  border-bottom: 1px solid var(--wf-line);
  box-shadow: 0 8px 24px rgba(64, 64, 64, 0.06);
}

.header .logo img {
  max-height: 72px;
  object-fit: contain;
}

.header .right ul li a,
.header .right ul li {
  color: var(--wf-ink);
  font-weight: 600;
}

.wf-header-actions ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: flex-end;
}

.wf-account-link a {
  color: var(--wf-muted) !important;
  font-size: 13px;
}

.wf-cart-link a {
  align-items: center;
  background: rgba(224, 64, 0, 0.08);
  border: 1px solid rgba(224, 64, 0, 0.18);
  border-radius: var(--wf-radius);
  color: var(--wf-primary) !important;
  display: inline-flex;
  gap: 6px;
  padding: 8px 10px;
}

.wf-cart-icon-wrap {
  display: inline-flex;
  position: relative;
}

.wf-cart-count {
  align-items: center;
  background: var(--wf-primary);
  border: 2px solid var(--wf-surface);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  line-height: 1;
  min-width: 18px;
  padding: 0 4px;
  position: absolute;
  right: -10px;
  top: -10px;
}

.wf-theme-toggle {
  align-items: center;
  background: var(--wf-surface);
  border: 1px solid var(--wf-line);
  border-radius: 50% !important;
  color: var(--wf-primary);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.wf-lang-toggle {
  align-items: center;
  background: var(--wf-surface);
  border: 1px solid var(--wf-line);
  border-radius: 50% !important;
  color: var(--wf-primary);
  display: inline-flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.wf-mobile-menu-action,
.wf-mobile-search-action {
  display: none;
}

.wf-mobile-tool-btn {
  align-items: center;
  background: var(--wf-surface);
  border: 1px solid var(--wf-line);
  border-radius: 50% !important;
  color: var(--wf-primary);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.wf-lang-toggle:hover {
  background: var(--wf-primary);
  color: #fff;
}

.wf-theme-toggle:hover {
  background: var(--wf-primary);
  color: #fff;
}

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .wf-header-actions ul,
html[dir="rtl"] .wf-home-hero-actions,
html[dir="rtl"] .wf-home-trust,
html[dir="rtl"] .wf-category-sort,
html[dir="rtl"] .wf-cart-actions ul {
  direction: rtl;
}

.search-area .form-control,
.form-control,
.select2-container .select2-selection--single {
  border: 1px solid var(--wf-line) !important;
  border-radius: var(--wf-radius) !important;
  box-shadow: none !important;
}

.search-area .btn {
  min-height: 34px;
}

.wf-search-submit i {
  display: none;
}

.nav {
  background: #242424 !important;
  border-bottom: 0;
  color: #fff;
}

.nav .container,
.menu-container,
.menu {
  background: transparent !important;
}

.wf-mobile-nav-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--wf-radius) !important;
  color: #fff;
  display: none;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  min-height: 40px;
  padding: 8px 12px;
  width: 100%;
}

.wf-mobile-nav-toggle:hover,
.wf-mobile-nav-toggle:focus {
  background: var(--wf-primary);
  color: #fff;
}

.menu > ul {
  align-items: center;
  background: transparent !important;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
}

.menu > ul > li {
  background: transparent !important;
  float: none !important;
}

.menu > ul > li > a {
  color: #fff !important;
  display: block;
  font-weight: 700;
  line-height: 1.25;
  padding: 18px 14px;
}

.menu > ul > li > a:hover,
.menu > ul > li:hover > a {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}

.menu ul ul {
  background: #fff !important;
  border: 1px solid var(--wf-line);
  box-shadow: var(--wf-shadow);
}

.menu ul ul li,
.menu ul ul li a {
  background: #fff !important;
  color: var(--wf-ink) !important;
}

.menu ul ul li a:hover {
  background: rgba(224, 64, 0, 0.08) !important;
  color: var(--wf-primary) !important;
}

.menu > ul > li.wf-nav-checkout > a,
.menu > ul > li.wf-nav-cart > a {
  border-radius: var(--wf-radius);
  margin-left: 4px;
}

.menu > ul > li.wf-nav-checkout > a {
  background: var(--wf-primary);
  color: #fff !important;
}

.menu > ul > li.wf-nav-cart > a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

.menu > ul > li.wf-nav-cart > a i {
  color: var(--wf-primary);
}

.page-banner {
  background-color: var(--wf-ink);
}

.page-banner .overlay {
  background: rgba(23, 23, 23, 0.48);
}

.page-banner,
.wf-footer,
.footer-bottom,
.nav {
  color: #fff;
}

.page-banner a,
.wf-footer a,
.footer-bottom a,
.nav a {
  color: inherit;
}

.wf-home-hero {
  background-color: #242424;
  background-position: center;
  background-size: cover;
  color: #fff;
  min-height: 470px;
  position: relative;
}

.wf-home-hero-overlay {
  background: rgba(23, 23, 23, 0.62);
  inset: 0;
  position: absolute;
}

.wf-home-hero .container {
  position: relative;
  z-index: 1;
}

.wf-home-hero-content {
  max-width: 680px;
  padding: 74px 0 82px;
}

.wf-hero-kicker {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 14px;
}

.wf-home-hero h1,
.wf-category-hero h1 {
  color: #fff;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 0 16px;
}

.wf-home-hero p,
.wf-category-hero p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 22px;
}

.wf-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wf-home-hero-actions .btn-default {
  background: #fff;
  border-color: #fff;
  color: var(--wf-ink);
}

.wf-home-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.wf-home-trust span {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  gap: 7px;
  padding: 7px 12px;
}

.wf-home-categories {
  background: #fff;
  border-bottom: 1px solid var(--wf-line);
  padding: 34px 0;
}

.wf-section-heading {
  margin-bottom: 18px;
  text-align: center;
}

.wf-section-heading h2 {
  color: var(--wf-ink);
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 8px;
}

.wf-section-heading p {
  color: var(--wf-muted);
  margin: 0;
}

.wf-category-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wf-category-card {
  align-items: center;
  background: var(--wf-bg);
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  color: var(--wf-ink);
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  padding: 16px 18px;
}

.wf-category-card:hover,
.wf-category-card:focus {
  background: var(--wf-primary);
  color: #fff;
  text-decoration: none;
}

.wf-home-proof-band {
  background: #fff;
  border-bottom: 1px solid var(--wf-line);
  padding: 28px 0;
}

.wf-proof-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wf-proof-grid div {
  background: var(--wf-bg);
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  min-height: 128px;
  padding: 18px;
}

.wf-proof-grid i {
  align-items: center;
  background: rgba(224, 64, 0, 0.1);
  border-radius: 50%;
  color: var(--wf-primary);
  display: inline-flex;
  font-size: 17px;
  height: 38px;
  justify-content: center;
  margin-bottom: 12px;
  width: 38px;
}

.wf-proof-grid strong {
  color: var(--wf-ink);
  display: block;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 6px;
}

.wf-proof-grid span {
  color: var(--wf-muted);
  display: block;
  font-size: 13px;
  line-height: 1.7;
}

.wf-category-hero {
  max-width: 800px;
  padding: 40px 0;
}

.wf-category-toolbar {
  align-items: center;
  background: #fff;
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 22px;
  padding: 16px;
}

.wf-category-toolbar h3 {
  color: var(--wf-ink);
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 4px;
}

.wf-category-toolbar p {
  color: var(--wf-muted);
  margin: 0;
}

.wf-category-sort {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.wf-category-sort a {
  background: var(--wf-bg);
  border: 1px solid var(--wf-line);
  border-radius: 999px;
  color: var(--wf-ink);
  font-size: 13px;
  font-weight: 800;
  padding: 7px 11px;
}

.wf-category-sort a.active,
.wf-category-sort a:hover {
  background: var(--wf-primary);
  border-color: var(--wf-primary);
  color: #fff;
  text-decoration: none;
}

.wf-category-filters {
  align-items: end;
  background: #fff;
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(120px, 1fr)) auto auto auto;
  margin: 0 0 18px;
  padding: 14px;
}

.wf-category-filters label {
  color: var(--wf-ink);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 5px;
}

.wf-category-filters input[type="number"] {
  border: 1px solid var(--wf-line);
  border-radius: 8px;
  min-height: 40px;
  padding: 8px 10px;
  width: 100%;
}

.wf-check-filter {
  align-items: center;
  display: flex !important;
  gap: 8px;
  margin: 0 !important;
  min-height: 40px;
}

.wf-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 8px;
}

.wf-card-badges span {
  background: rgba(224, 64, 0, 0.1);
  border-radius: 999px;
  color: var(--wf-primary);
  font-size: 11px;
  font-weight: 900;
  padding: 4px 8px;
}

.wf-product-highlights {
  background: #fff;
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  box-shadow: 0 12px 26px rgba(64, 64, 64, 0.06);
  margin: 14px 0;
  padding: 16px;
}

.wf-product-highlights strong {
  color: var(--wf-ink);
  display: block;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 10px;
}

.wf-product-highlights ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wf-product-highlights li {
  align-items: flex-start;
  color: var(--wf-ink);
  display: flex;
  font-size: 13px;
  gap: 8px;
  line-height: 1.6;
}

.wf-product-highlights i {
  color: var(--wf-success);
  margin-top: 4px;
}

.wf-stock-status {
  border-radius: 999px;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  margin-top: 8px;
  padding: 5px 10px;
}

.wf-stock-status.is-in {
  background: rgba(19, 138, 69, 0.1);
  color: var(--wf-success);
}

.wf-stock-status.is-out {
  background: rgba(196, 30, 58, 0.1);
  color: #c41e3a;
}

.wf-product-urgency-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.wf-product-urgency-row span {
  align-items: center;
  background: rgba(224, 64, 0, 0.09);
  border: 1px solid rgba(224, 64, 0, 0.16);
  border-radius: 999px;
  color: var(--wf-primary);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 6px;
  padding: 6px 10px;
}

.wf-product-savings {
  color: var(--wf-success);
  font-size: 13px;
  font-weight: 900;
  margin-top: 6px;
}

.wf-buy-microcopy {
  align-items: center;
  color: var(--wf-muted);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  line-height: 1.7;
  margin: 10px 0 0;
}

.wf-buy-microcopy i {
  color: var(--wf-success);
}

.wf-product-jumpbar {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  box-shadow: 0 10px 24px rgba(64, 64, 64, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  padding: 10px;
  position: sticky;
  top: 0;
  z-index: 20;
}

html[data-theme="dark"] .wf-product-jumpbar {
  background: rgba(35, 35, 35, 0.94);
}

.wf-product-jumpbar a {
  align-items: center;
  background: var(--wf-bg);
  border: 1px solid var(--wf-line);
  border-radius: 999px;
  color: var(--wf-ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 6px;
  padding: 7px 11px;
}

.wf-product-jumpbar a:hover {
  background: var(--wf-primary);
  border-color: var(--wf-primary);
  color: #fff;
  text-decoration: none;
}

.wf-landing-mode-product {
  margin-top: 22px;
}

.wf-landing-mode-product .wf-product-detail-stack {
  display: none;
}

.wf-landing-funnel-before-buy {
  background: transparent;
  padding: 0 0 18px;
}

.wf-landing-funnel-before-buy > .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.wf-final-cta-heading {
  background: linear-gradient(135deg, #242424, #3a2d27);
  border-radius: var(--wf-radius);
  color: #fff;
  margin: 0 0 18px;
  padding: 22px;
}

.wf-final-cta-heading span {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.wf-final-cta-heading h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 8px;
}

.wf-final-cta-heading p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}

.wf-landing-mode-product .row:first-of-type {
  background: var(--wf-surface);
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  box-shadow: var(--wf-shadow);
  margin-left: 0;
  margin-right: 0;
  padding: 18px 10px;
}

.btn-cart input[disabled],
.p-quantity input[disabled] {
  cursor: not-allowed;
  opacity: 0.62;
}

.wf-empty-cart {
  background: #fff;
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  box-shadow: var(--wf-shadow);
  margin: 18px auto;
  max-width: 620px;
  padding: 34px 22px;
  text-align: center;
}

.wf-empty-cart h2 {
  color: var(--wf-ink);
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 10px;
}

.wf-empty-cart p {
  color: var(--wf-muted);
  font-size: 15px;
  line-height: 1.8;
  margin: 0 auto 18px;
  max-width: 460px;
}

.wf-checkout-note {
  background: rgba(19, 138, 69, 0.08);
  border: 1px solid rgba(19, 138, 69, 0.18);
  border-radius: var(--wf-radius);
  color: var(--wf-ink);
  font-weight: 800;
  line-height: 1.8;
  margin: 0 0 14px;
  padding: 12px 14px;
}

.wf-hp-field {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.wf-success-page {
  background: var(--wf-bg);
  padding-top: 42px;
}

.wf-success-panel {
  background: #fff;
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  box-shadow: var(--wf-shadow);
  margin-bottom: 34px;
  padding: 34px;
}

.wf-success-icon {
  align-items: center;
  background: var(--wf-success);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 28px;
  height: 64px;
  justify-content: center;
  margin: 0 auto 16px;
  width: 64px;
}

.wf-success-panel .wf-hero-kicker {
  background: rgba(19, 138, 69, 0.1);
  border-color: rgba(19, 138, 69, 0.22);
  color: var(--wf-success);
}

.wf-success-panel h1 {
  color: var(--wf-ink);
  font-size: 34px;
  font-weight: 900;
  margin: 12px 0;
}

.wf-success-panel p {
  color: var(--wf-muted);
  font-size: 17px;
  line-height: 1.8;
}

.wf-success-order-number {
  color: var(--wf-ink);
  font-size: 18px;
  font-weight: 800;
  margin: 14px 0;
}

.wf-success-summary,
.wf-success-next-steps {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 22px 0;
  text-align: initial;
}

.wf-success-summary div,
.wf-success-next-steps div {
  background: var(--wf-bg);
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  padding: 14px;
}

.wf-success-summary span,
.wf-success-next-steps span {
  color: var(--wf-muted);
  display: block;
  font-weight: 700;
}

.wf-success-summary strong {
  color: var(--wf-primary);
  display: block;
  font-size: 17px;
  margin-top: 5px;
}

.wf-success-next-steps div {
  align-items: center;
  display: flex;
  gap: 10px;
}

.wf-success-next-steps i {
  color: var(--wf-success);
  font-size: 18px;
}

.wf-success-lifecycle {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 22px 0;
  text-align: initial;
}

.wf-success-lifecycle div {
  background: var(--wf-surface);
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  padding: 16px;
}

.wf-success-lifecycle i {
  color: var(--wf-primary);
  font-size: 20px;
  margin-inline-end: 8px;
}

.wf-success-lifecycle strong {
  color: var(--wf-ink);
  font-weight: 900;
}

.wf-success-lifecycle span {
  color: var(--wf-muted);
  display: block;
  font-weight: 700;
  line-height: 1.7;
  margin: 8px 0 12px;
}

.wf-post-purchase-link {
  color: var(--wf-primary) !important;
  font-weight: 900;
}

.wf-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.wf-success-actions .btn-default {
  background: #fff;
  border: 1px solid var(--wf-line);
  color: var(--wf-ink);
}

.wf-success-recommendations {
  padding: 10px 0 34px;
}

.page-banner h1,
.headline h2,
.p-title h2 {
  letter-spacing: 0;
  font-weight: 800;
}

.headline h2,
.p-title h2 {
  color: var(--wf-ink);
}

.headline h3 {
  color: var(--wf-muted);
  font-weight: 500;
}

.product .item,
.product-cat .item .inner,
.cart table,
.billing-address table,
.product .tab-content {
  border-radius: var(--wf-radius);
}

.product .item,
.product-cat .item .inner {
  background: var(--wf-surface);
  border: 1px solid var(--wf-line);
  box-shadow: 0 10px 28px rgba(64, 64, 64, 0.08);
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.product .item:hover,
.product-cat .item .inner:hover {
  border-color: rgba(224, 64, 0, 0.24);
  box-shadow: var(--wf-shadow);
  transform: translateY(-3px);
}

.product .text h3 a {
  color: var(--wf-ink);
  font-weight: 700;
}

.product .text h4,
.p-price span:last-child,
.total-amount {
  color: var(--wf-primary);
  font-weight: 800;
}

.product .text h4 del,
.p-price del {
  color: var(--wf-muted);
  font-weight: 500;
}

.wf-card-microcopy {
  color: var(--wf-muted);
  display: grid;
  gap: 4px;
  font-size: 12px;
  font-weight: 800;
  margin: 8px 0 10px;
}

.wf-card-microcopy i {
  color: var(--wf-success);
  margin-right: 4px;
}

.rating i {
  color: var(--wf-warning);
}

.out-of-stock .inner {
  background: var(--wf-danger);
  border-radius: var(--wf-radius);
}

.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.wf-trust-strip,
.wf-trust-grid {
  display: grid;
  gap: 12px;
}

.wf-trust-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 18px 0;
}

.wf-trust-badge {
  align-items: center;
  background: #fff;
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  color: var(--wf-ink);
  display: flex;
  font-weight: 700;
  gap: 8px;
  padding: 10px 12px;
}

.wf-trust-badge i {
  color: var(--wf-success);
}

.wf-purchase-assurance {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 12px 0 18px;
}

.wf-purchase-assurance div {
  background: var(--wf-surface);
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  padding: 12px;
}

.wf-purchase-assurance i {
  color: var(--wf-success);
  margin-inline-end: 6px;
}

.wf-purchase-assurance strong {
  color: var(--wf-ink);
  display: inline;
  font-weight: 900;
}

.wf-purchase-assurance span {
  color: var(--wf-muted);
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  margin-top: 6px;
}

.wf-recommendation-card {
  margin-bottom: 24px;
}

.wf-cart-table {
  background: #fff;
}

.wf-cart-table td,
.wf-cart-table th {
  vertical-align: middle !important;
}

.wf-cart-table img {
  border-radius: 8px;
  height: 70px;
  object-fit: cover;
  width: 70px;
}

.wf-cart-table .qty {
  border: 1px solid var(--wf-line);
  border-radius: 8px;
  min-height: 40px;
  text-align: center;
  width: 72px;
}

.wf-cart-commitment {
  align-items: center;
  background: #fff7f2;
  border: 1px solid rgba(224, 64, 0, 0.14);
  border-radius: var(--wf-radius);
  color: var(--wf-charcoal);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0;
  padding: 13px 16px;
}

.wf-cart-commitment span {
  align-items: center;
  display: flex;
  font-weight: 800;
  gap: 8px;
}

.wf-cart-commitment i {
  color: var(--wf-primary);
}

.wf-cart-actions ul {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.wf-cart-actions ul li {
  float: none !important;
  margin: 0 !important;
}

.wf-cart-checkout-btn {
  box-shadow: 0 12px 24px rgba(224, 64, 0, 0.2);
  font-weight: 900 !important;
}

.wf-cart-total-row {
  background: #242424 !important;
  border: 1px solid #242424 !important;
}

.wf-cart-total-row th,
.wf-cart-total-row td {
  color: #fff !important;
}

html[data-theme="dark"] .wf-cart-total-row {
  background: #f5f2ee !important;
  border-color: #f5f2ee !important;
}

html[data-theme="dark"] .wf-cart-total-row th,
html[data-theme="dark"] .wf-cart-total-row td {
  color: #171717 !important;
}

.wf-cart-offer-note {
  background: #fff7f2;
  border: 1px solid var(--wf-ink);
  border-radius: var(--wf-radius);
  color: var(--wf-ink);
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 18px;
  padding: 13px 15px;
}

html[data-theme="dark"] .wf-cart-offer-note {
  background: #f5f2ee;
  border-color: #f5f2ee;
  color: #171717;
}

.wf-cart-variant-select {
  background: var(--wf-surface);
  border: 1px solid var(--wf-line);
  border-radius: 8px;
  color: var(--wf-ink);
  font-weight: 800;
  min-height: 38px;
  padding: 7px 9px;
  width: 100%;
}

.wf-variant-price-note,
.wf-cart-material-note {
  display: block;
  margin-top: 7px;
  color: var(--wf-muted);
  font-size: 13px;
  line-height: 1.6;
}

.wf-cart-material-note {
  margin-top: 4px;
}

.wf-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 10px 0 12px;
}

.wf-product-tags span {
  background: rgba(19, 138, 69, 0.1);
  border: 1px solid rgba(19, 138, 69, 0.18);
  border-radius: 999px;
  color: var(--wf-success);
  font-size: 12px;
  font-weight: 900;
  padding: 5px 10px;
}

.wf-product-detail-stack {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.wf-product-detail-panel {
  background: var(--wf-surface);
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  color: var(--wf-ink);
  padding: 18px;
}

.wf-product-detail-panel h2 {
  color: var(--wf-ink);
  font-size: 21px;
  font-weight: 900;
  margin: 0 0 12px;
}

.wf-product-detail-panel p {
  color: var(--wf-ink);
  line-height: 1.85;
}

.wf-bundle-hint {
  background: rgba(19, 138, 69, 0.1);
  border-radius: 999px;
  color: var(--wf-success);
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 8px 4px;
  padding: 4px 10px;
}

.wf-offer-rule {
  background: rgba(245, 165, 36, 0.16);
  border-radius: 999px;
  color: #9a5a00;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 8px 4px;
  padding: 4px 10px;
}

html[data-theme="dark"] .wf-offer-rule {
  color: #ffd27a;
}

.wf-relation-badge {
  background: rgba(224, 64, 0, 0.1);
  border-radius: 999px;
  color: var(--wf-primary);
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
  padding: 4px 10px;
  text-transform: capitalize;
}

.wf-cart-decision-modal .modal-content {
  border: 0;
  border-radius: var(--wf-radius);
  box-shadow: var(--wf-shadow);
  overflow: hidden;
}

.wf-cart-decision-modal .modal-header {
  background: var(--wf-primary);
  color: #fff;
}

.wf-cart-decision-modal .modal-title {
  color: #fff;
  font-family: "Tajawal", "Poppins", Arial, sans-serif;
  font-weight: 800;
}

.wf-cart-decision-modal .close {
  color: #fff;
  opacity: 0.85;
}

.wf-cart-decision-modal .modal-body {
  color: var(--wf-ink);
  font-family: "Tajawal", "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

html[data-theme="dark"] .modal-content,
html[data-theme="dark"] .wf-cart-decision-modal .modal-body {
  background: var(--wf-surface);
  color: var(--wf-ink);
}

html[data-theme="dark"] .modal-content .btn-default {
  background: transparent;
  border-color: var(--wf-line);
  color: var(--wf-ink);
}

.wf-cart-decision-actions {
  margin: 16px 0 10px;
}

.wf-cart-decision-actions .btn {
  align-items: center;
  display: flex;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
}

.wf-cart-decision-note {
  color: var(--wf-muted);
  font-size: 13px;
  font-weight: 700;
  margin-top: 10px;
}

.wf-product-meta {
  align-items: center;
  color: var(--wf-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px 12px;
  margin: 4px 0 12px;
}

.wf-review-summary {
  color: var(--wf-muted);
  font-size: 13px;
  font-weight: 800;
  margin-top: 6px;
}

.wf-whatsapp-product-cta {
  align-items: center;
  border: 1px solid rgba(19, 138, 69, 0.22);
  border-radius: var(--wf-radius);
  color: var(--wf-success) !important;
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  margin-top: 12px;
  padding: 11px 14px;
}

.wf-whatsapp-product-cta:hover {
  background: rgba(19, 138, 69, 0.08);
}

.wf-copy-product-link {
  align-items: center;
  background: var(--wf-surface);
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  color: var(--wf-text);
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
  padding: 11px 14px;
  width: 100%;
}

.wf-copy-product-link:hover,
.wf-copy-product-link:focus {
  border-color: var(--wf-primary);
  color: var(--wf-primary);
}

.wf-product-funnel-intro {
  display: grid;
  gap: 18px;
  margin: 0 0 26px;
}

.wf-product-funnel-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  box-shadow: var(--wf-shadow);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  overflow: hidden;
  padding: 26px;
}

.wf-product-funnel-relief_solution {
  background: linear-gradient(135deg, rgba(19, 138, 69, 0.08), #fff);
}

.wf-product-funnel-pain_hook {
  background: linear-gradient(135deg, rgba(35, 35, 35, 0.98), rgba(75, 28, 18, 0.96));
}

.wf-product-funnel-pain_hook .wf-product-funnel-copy span,
.wf-product-funnel-pain_hook .wf-product-funnel-copy h2,
.wf-product-funnel-pain_hook .wf-product-funnel-copy p {
  color: #fff;
}

.wf-product-funnel-copy span {
  background: rgba(224, 64, 0, 0.1);
  border-radius: 999px;
  color: var(--wf-primary);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.wf-product-funnel-copy h2 {
  color: var(--wf-ink);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 12px;
}

.wf-product-funnel-copy p {
  color: var(--wf-muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.85;
  margin: 0 0 16px;
}

.wf-product-funnel-media img,
.wf-product-funnel-media iframe,
.wf-product-funnel-media video {
  aspect-ratio: 16 / 10;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  display: block;
  object-fit: cover;
  width: 100%;
}

.wf-landing-sections {
  background: #fff;
  padding: 10px 0 34px;
}

.wf-home-sales-strip {
  background: #fff;
  padding: 34px 0 20px;
}

.wf-sales-steps {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wf-sales-steps div {
  background: var(--wf-surface);
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  padding: 18px;
}

.wf-sales-steps span {
  align-items: center;
  background: var(--wf-primary);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  margin-bottom: 10px;
  width: 34px;
}

.wf-sales-steps h3 {
  color: var(--wf-ink);
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 8px;
}

.wf-sales-steps p {
  color: var(--wf-muted);
  font-weight: 700;
  line-height: 1.7;
  margin: 0;
}

.wf-landing-section {
  align-items: center;
  border-top: 1px solid var(--wf-line);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.3fr) minmax(220px, 0.7fr);
  padding: 28px 0;
}

.wf-landing-reverse .wf-landing-copy {
  order: 2;
}

.wf-landing-reverse .wf-landing-media {
  order: 1;
}

.wf-landing-pain_hook {
  background: linear-gradient(135deg, rgba(35, 35, 35, 0.96), rgba(75, 28, 18, 0.96));
  border-radius: var(--wf-radius);
  border-top: 0;
  margin: 18px 0;
  padding: 30px;
}

.wf-landing-pain_hook h2,
.wf-landing-pain_hook .wf-landing-body,
.wf-landing-pain_hook .wf-landing-list li {
  color: #fff;
}

.wf-landing-pain_hook .wf-relation-badge {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.wf-landing-pain_hook .wf-landing-list li {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.wf-landing-pain_hook .wf-landing-list li::before {
  color: #ffb199;
  content: "\f071";
}

.wf-landing-relief_solution {
  background: linear-gradient(135deg, rgba(19, 138, 69, 0.08), rgba(255, 255, 255, 0.96));
  border-radius: var(--wf-radius);
  padding: 30px;
}

.wf-landing-relief_solution .wf-landing-list li::before,
.wf-landing-mechanism .wf-landing-list li::before,
.wf-landing-social_proof .wf-landing-list li::before {
  content: "\f00c";
}

.wf-landing-objections .wf-landing-list li::before {
  color: var(--wf-primary);
  content: "\f059";
}

.wf-landing-offer_stack,
.wf-landing-urgency,
.wf-landing-cta {
  background: #fff7f2;
  border: 1px solid rgba(224, 64, 0, 0.18);
  border-radius: var(--wf-radius);
  margin: 18px 0;
  padding: 30px;
}

.wf-landing-offer_stack .wf-relation-badge,
.wf-landing-urgency .wf-relation-badge,
.wf-landing-cta .wf-relation-badge {
  background: var(--wf-primary);
  color: #fff;
}

.wf-landing-offer_stack .wf-landing-list li::before {
  color: var(--wf-primary);
  content: "\f06b";
}

.wf-landing-urgency .wf-landing-list li::before {
  color: var(--wf-warning);
  content: "\f017";
}

.wf-landing-section h2 {
  color: var(--wf-charcoal);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 12px;
}

.wf-landing-body {
  color: var(--wf-muted);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.wf-landing-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.wf-landing-list li {
  background: var(--wf-surface);
  border: 1px solid var(--wf-line);
  border-radius: 8px;
  color: var(--wf-ink);
  font-weight: 800;
  line-height: 1.7;
  padding: 12px 14px;
}

.wf-landing-list li::before {
  color: var(--wf-success);
  content: "\f00c";
  font-family: FontAwesome;
  margin-inline-end: 8px;
}

.wf-landing-faq {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.wf-landing-faq details {
  background: var(--wf-surface);
  border: 1px solid var(--wf-line);
  border-radius: 8px;
  padding: 12px 14px;
}

.wf-landing-faq summary {
  color: var(--wf-ink);
  cursor: pointer;
  font-weight: 900;
}

.wf-landing-faq p {
  color: var(--wf-muted);
  font-weight: 700;
  line-height: 1.75;
  margin: 10px 0 0;
}

.wf-landing-table {
  border: 1px solid var(--wf-line);
  border-radius: 8px;
  margin-bottom: 16px;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

.wf-landing-table table {
  table-layout: fixed;
  margin: 0;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.wf-landing-table th,
.wf-landing-table td {
  border-bottom: 1px solid var(--wf-line);
  color: var(--wf-ink);
  font-weight: 700;
  line-height: 1.65;
  padding: 12px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}

.wf-landing-table th {
  background: var(--wf-primary);
  color: #fff;
  font-weight: 900;
}

.wf-landing-table tr:last-child td {
  border-bottom: 0;
}

.wf-landing-media img {
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(64, 64, 64, 0.12);
  display: block;
  height: auto;
  max-width: 100%;
}

.wf-landing-media iframe,
.wf-landing-media video {
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(64, 64, 64, 0.12);
  display: block;
  width: 100%;
}

.wf-sticky-buy {
  display: none;
}

.wf-sticky-cart-link {
  align-items: center;
  background: var(--wf-surface);
  border: 1px solid var(--wf-line);
  border-radius: 999px;
  color: var(--wf-primary);
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 18px;
  height: 44px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  width: 44px;
}

.wf-sticky-cart-link:hover,
.wf-sticky-cart-link:focus {
  background: var(--wf-primary);
  color: #fff;
  text-decoration: none;
}

.wf-sticky-cart-link span {
  align-items: center;
  background: var(--wf-primary);
  border: 2px solid var(--wf-surface);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 0 4px;
  position: absolute;
  right: -4px;
  top: -6px;
}

.wf-product-conversion-dock {
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  bottom: 18px;
  box-shadow: var(--wf-shadow);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  max-width: 520px;
  opacity: 0;
  padding: 12px 14px;
  pointer-events: none;
  position: fixed;
  right: 18px;
  transform: translateY(16px);
  transition: opacity 180ms ease, transform 180ms ease;
  width: calc(100% - 36px);
  z-index: 998;
}

html[data-theme="dark"] .wf-product-conversion-dock {
  background: rgba(35, 35, 35, 0.98);
}

.wf-product-conversion-dock.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.wf-product-conversion-dock strong {
  color: var(--wf-primary);
  display: block;
  font-size: 17px;
  font-weight: 900;
}

.wf-product-conversion-dock span {
  color: var(--wf-muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.wf-product-conversion-dock .btn {
  flex: 0 0 auto;
}

.wf-dock-close {
  align-items: center;
  background: var(--wf-bg);
  border: 1px solid var(--wf-line);
  border-radius: 50%;
  color: var(--wf-muted);
  display: inline-flex;
  font-size: 18px;
  height: 28px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 28px;
}

.wf-footer {
  background: #242424;
  color: rgba(255, 255, 255, 0.82);
  padding: 34px 0 24px;
}

.wf-footer a,
.wf-footer h4,
.wf-footer i {
  color: #fff;
}

.wf-footer h4 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 12px;
}

.wf-footer p,
.wf-footer li {
  line-height: 1.75;
}

.wf-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wf-footer-trust {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 24px;
  padding-bottom: 20px;
}

.wf-footer-trust div {
  align-items: center;
  display: flex;
  font-weight: 700;
  gap: 8px;
}

.wf-footer-main {
  row-gap: 20px;
}

.wf-policy-page {
  background: var(--wf-bg);
}

.wf-policy-intro {
  background: var(--wf-surface);
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  box-shadow: var(--wf-shadow);
  margin-bottom: 20px;
  padding: 26px;
}

.wf-policy-intro span {
  background: rgba(224, 64, 0, 0.1);
  border-radius: 999px;
  color: var(--wf-primary);
  display: inline-block;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 6px 12px;
}

.wf-policy-intro h2 {
  color: var(--wf-ink);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 12px;
}

.wf-policy-intro p,
.wf-policy-grid p,
.wf-policy-note {
  color: var(--wf-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}

.wf-policy-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wf-policy-grid section,
.wf-policy-note {
  background: var(--wf-surface);
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  padding: 20px;
}

.wf-policy-grid h3 {
  color: var(--wf-ink);
  font-size: 19px;
  font-weight: 900;
  margin: 0 0 9px;
}

.wf-policy-note {
  margin-top: 16px;
}

.wf-policy-note strong {
  color: var(--wf-ink);
}

.footer-bottom {
  background: #171717;
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    padding-bottom: 76px;
  }

  .container,
  .row,
  [class*="col-"] {
    max-width: 100%;
  }

  .header {
    padding: 4px 0;
  }

  .header .inner {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    justify-content: space-between;
    margin: 0;
    min-height: 48px;
  }

  .header .logo {
    display: block !important;
    flex: 0 1 24%;
    max-width: 24%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .header .right {
    flex: 1 1 76%;
    float: none;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: auto;
  }

  .header .logo img {
    display: block;
    height: auto;
    max-height: 38px;
    max-width: 100%;
    width: auto;
  }

  .search-area {
    display: none;
    float: none;
    margin-top: 6px;
    order: 3;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    width: 100%;
  }

  .header.wf-mobile-search-open .search-area {
    display: block;
  }

  .wf-header-actions ul {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .wf-header-actions ul li {
    flex: 1 1 0;
    margin: 0 !important;
    min-width: 0;
  }

  .wf-mobile-menu-action,
  .wf-mobile-search-action {
    display: inline-flex;
  }

  .wf-account-link a {
    align-items: center;
    background: var(--wf-surface);
    border: 1px solid var(--wf-line);
    border-radius: 50%;
    color: var(--wf-primary) !important;
    display: inline-flex;
    font-size: 0;
    height: 36px;
    justify-content: center;
    padding: 0;
    width: 36px;
  }

  .wf-account-link a i {
    font-size: 15px;
    margin: 0;
  }

  .wf-account-link a,
  .wf-cart-link a,
  .wf-lang-toggle,
  .wf-theme-toggle,
  .wf-mobile-tool-btn {
    display: inline-flex;
    min-height: 36px;
  }

  .wf-cart-link a {
    align-items: center;
    border-radius: 999px;
    font-size: 0;
    height: 36px;
    justify-content: center;
    padding: 0;
    width: 36px;
  }

  .wf-cart-link a i {
    font-size: 15px;
  }

  .wf-cart-label,
  .wf-cart-total {
    display: none;
  }

  .wf-lang-toggle,
  .wf-theme-toggle,
  .wf-mobile-tool-btn {
    font-size: 12px;
    height: 36px;
    width: 36px;
  }

  .search-area .navbar-form {
    border: 0;
    box-shadow: none;
    display: block;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }

  .search-area .form-group {
    display: block;
    margin: 0;
    width: 100%;
  }

  .search-area .form-control {
    border-radius: 999px !important;
    height: 42px;
    padding-inline-end: 48px;
    width: 100%;
  }

  .search-area .btn {
    align-items: center;
    border-radius: 50% !important;
    bottom: 3px;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    min-width: 0;
    padding: 0;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 36px;
  }

  html[dir="rtl"] .search-area .form-control {
    padding-inline-end: 12px;
    padding-inline-start: 48px;
  }

  html[dir="rtl"] .search-area .btn {
    left: 3px;
    right: auto;
  }

  .search-area .btn span {
    display: none;
  }

  .search-area .btn i {
    display: inline-block;
    font-size: 14px;
  }

  .nav {
    padding: 0;
  }

  .nav .wf-mobile-nav-toggle {
    display: none;
  }

  .nav .menu-container {
    display: none;
    padding: 6px 0 8px;
  }

  .nav.wf-mobile-nav-open .menu-container {
    display: block;
  }

  .menu > ul {
    display: grid !important;
    gap: 6px;
    grid-template-columns: 1fr;
    margin-top: 8px;
    overflow: visible;
    padding: 0 !important;
    white-space: normal;
  }

  .menu > ul > li {
    width: 100%;
  }

  .menu > ul > li > a {
    border-radius: 8px;
    font-size: 13px;
    min-height: 40px;
    padding: 10px 12px !important;
  }

  .menu ul ul {
    display: none !important;
  }

  .header .inner > div {
    margin-bottom: 4px;
  }

  .wf-home-hero {
    min-height: 0;
  }

  .wf-home-hero-content {
    padding: 48px 0 54px;
  }

  .wf-home-hero h1,
  .wf-category-hero h1 {
    font-size: 31px;
  }

  .wf-home-hero p,
  .wf-category-hero p {
    font-size: 16px;
  }

  .wf-home-hero-actions .btn {
    width: 100%;
  }

  .wf-category-grid {
    grid-template-columns: 1fr;
  }

  .wf-proof-grid {
    grid-template-columns: 1fr;
  }

  .wf-category-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .wf-category-sort {
    justify-content: flex-start;
  }

  .wf-category-filters,
  .wf-sales-steps {
    grid-template-columns: 1fr;
  }

  .wf-success-panel {
    padding: 24px 16px;
  }

  .wf-success-panel h1 {
    font-size: 27px;
  }

  .wf-success-summary,
  .wf-success-next-steps,
  .wf-success-lifecycle {
    grid-template-columns: 1fr;
  }

  .wf-success-actions .btn {
    width: 100%;
  }

  .wf-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wf-purchase-assurance {
    grid-template-columns: 1fr;
  }

  .wf-product-funnel-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .wf-product-funnel-copy h2 {
    font-size: 25px;
  }

  .cart table {
    font-size: 13px;
  }

  .table-responsive {
    border: 0;
  }

  .cart table:not(.wf-cart-table),
  .cart table:not(.wf-cart-table) tbody,
  .cart table:not(.wf-cart-table) tr,
  .cart table:not(.wf-cart-table) td,
  .cart table:not(.wf-cart-table) th {
    max-width: 100%;
  }

  .select2-container {
    max-width: 100% !important;
    width: 100% !important;
  }

  .select2-dropdown {
    max-width: calc(100vw - 24px);
  }

  .page-banner {
    min-height: 118px;
  }

  .page-banner-inner h1 {
    font-size: 25px;
    line-height: 1.25;
  }

  .breadcrumb ul {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 8px;
    white-space: nowrap;
  }

  .product .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .prod-slider .item,
  .prod-slider li {
    min-height: 310px;
  }

  .p-title h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .wf-product-jumpbar {
    overflow-x: auto;
    top: 0;
  }

  .wf-product-jumpbar a {
    flex: 0 0 auto;
    font-size: 13px;
  }

  .p-quantity .row > div,
  .wf-cod-checkout .row > div {
    margin-bottom: 12px;
  }

  .wf-cod-checkout .form-control,
  .wf-cod-checkout textarea,
  .wf-cod-checkout select {
    font-size: 16px;
  }

  .wf-cod-checkout .btn-lg {
    line-height: 1.5;
    width: 100%;
  }

  .btn,
  button,
  input[type="submit"] {
    white-space: normal;
  }

  .wf-recommendation-card .text h3 {
    min-height: 0;
  }

  .wf-cart-table,
  .wf-cart-table tbody,
  .wf-cart-table tr,
  .wf-cart-table td,
  .wf-cart-table th {
    display: block;
    width: 100%;
  }

  .wf-cart-table tr:first-child {
    display: none;
  }

  .wf-cart-table tr {
    background: #fff;
    border: 1px solid var(--wf-line);
    border-radius: var(--wf-radius);
    box-shadow: 0 10px 22px rgba(64, 64, 64, 0.07);
    margin-bottom: 14px;
    overflow: hidden;
  }

  html[data-theme="dark"] .wf-cart-table tr {
    background: var(--wf-surface);
  }

  .wf-cart-table td,
  .wf-cart-table th {
    border: 0 !important;
    padding: 9px 12px !important;
    text-align: right !important;
  }

  .wf-cart-table tr td:nth-child(1)::before { content: "#"; }
  .wf-cart-table tr td:nth-child(2)::before { content: "الصورة"; }
  .wf-cart-table tr td:nth-child(3)::before { content: "المنتج"; }
  .wf-cart-table tr td:nth-child(4)::before { content: "المقاس"; }
  .wf-cart-table tr td:nth-child(5)::before { content: "اللون"; }
  .wf-cart-table tr td:nth-child(6)::before { content: "السعر"; }
  .wf-cart-table tr td:nth-child(7)::before { content: "الكمية"; }
  .wf-cart-table tr td:nth-child(8)::before { content: "الإجمالي"; }
  .wf-cart-table tr td:nth-child(9)::before { content: "حذف"; }

  .wf-cart-table td::before {
    color: var(--wf-muted);
    float: left;
    font-weight: 800;
  }

  .wf-cart-total-row th::before,
  .wf-cart-total-row td::before {
    color: inherit !important;
  }

  .wf-cart-table img {
    display: inline-block;
  }

  .wf-cart-commitment {
    grid-template-columns: 1fr;
  }

  .cart-buttons ul {
    display: grid;
    gap: 10px;
    padding-left: 0;
  }

  .cart-buttons ul li,
  .cart-buttons .btn,
  .cart-buttons input[type="submit"] {
    display: block;
    width: 100%;
  }

  .wf-sticky-buy {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--wf-line);
    bottom: 0;
    box-shadow: 0 -12px 30px rgba(64, 64, 64, 0.12);
    display: flex;
    gap: 10px;
    justify-content: space-between;
    left: 0;
    padding: 10px 14px;
    position: fixed;
    right: 0;
    z-index: 999;
  }

  .wf-sticky-buy .btn {
    flex: 0 0 auto;
    max-width: 58%;
  }

  .wf-product-conversion-dock {
    display: none;
  }

  .wf-footer-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wf-footer-main [class*="col-"] {
    margin-bottom: 18px;
  }

  .wf-policy-grid {
    grid-template-columns: 1fr;
  }

  .wf-policy-intro {
    padding: 20px;
  }

  .wf-policy-intro h2 {
    font-size: 24px;
  }

  .wf-footer,
  .footer-bottom {
    text-align: start;
  }

  .wf-landing-section {
    grid-template-columns: 1fr;
  }

  .wf-landing-reverse .wf-landing-copy,
  .wf-landing-reverse .wf-landing-media {
    order: initial;
  }

  .wf-landing-section h2 {
    font-size: 22px;
  }
}

/* Fixed media ratios for consistent desktop/mobile art direction */
.wf-product-funnel-media img,
.wf-product-funnel-media iframe,
.wf-product-funnel-media video {
  aspect-ratio: var(--wf-ratio-funnel-teaser) !important;
  height: auto !important;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.wf-landing-media img {
  aspect-ratio: var(--wf-ratio-landing-section) !important;
  height: auto !important;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.wf-landing-media iframe,
.wf-landing-media video {
  aspect-ratio: var(--wf-ratio-video) !important;
  height: auto !important;
  width: 100%;
}

ul.prod-slider li,
.prod-slider .item {
  aspect-ratio: var(--wf-ratio-product-gallery) !important;
  background-color: var(--wf-surface);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: auto !important;
  min-height: 0 !important;
}

.product .item .thumb .photo,
.product-cat .item .thumb .photo,
.wf-recommendation-card .thumb .photo {
  aspect-ratio: var(--wf-ratio-product-card) !important;
  background-color: var(--wf-surface);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: auto !important;
  min-height: 0 !important;
}

.page-banner {
  aspect-ratio: var(--wf-ratio-banner);
  min-height: 118px;
}

@media (max-width: 767px) {
  .wf-product-funnel-media img,
  .wf-product-funnel-media iframe,
  .wf-product-funnel-media video,
  .wf-landing-media img,
  .wf-landing-media iframe,
  .wf-landing-media video,
  ul.prod-slider li,
  .prod-slider .item,
  .product .item .thumb .photo,
  .product-cat .item .thumb .photo,
  .wf-recommendation-card .thumb .photo {
    max-height: none !important;
  }

  .page-banner {
    aspect-ratio: 16 / 5;
  }

  ul.prod-slider,
  ul.prod-slider li,
  .prod-slider .item,
  .bx-wrapper,
  .bx-viewport {
    max-height: 360px !important;
  }

  ul.prod-slider li,
  .prod-slider .item {
    aspect-ratio: 4 / 5 !important;
    background-position: center top !important;
    background-size: cover !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .header .inner {
    display: grid !important;
    grid-template-columns: minmax(54px, 22%) minmax(0, 78%);
    width: 100%;
  }

  .header .logo {
    max-width: none;
    width: auto;
  }

  .header .right {
    min-width: 0;
    width: auto;
  }

  .header .search-area {
    grid-column: 1 / -1;
  }

  .wf-header-actions ul {
    display: grid !important;
    gap: clamp(2px, 1vw, 6px);
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .wf-header-actions ul li,
  .wf-mobile-menu-action,
  .wf-mobile-search-action {
    display: flex;
    justify-content: center;
    min-width: 0;
  }

  .wf-account-link a,
  .wf-cart-link a,
  .wf-lang-toggle,
  .wf-theme-toggle,
  .wf-mobile-tool-btn {
    height: clamp(30px, 9.4vw, 38px);
    min-height: 30px;
    width: clamp(30px, 9.4vw, 38px);
  }

  .wf-cart-count {
    right: -8px;
    top: -8px;
  }
}

.wf-whatsapp-float,
.share,
.st-sticky-share-buttons,
.st-sticky-share-buttons *,
.sharethis-inline-share-buttons,
#tawkchat-container,
#tawkchat-status-icon,
iframe[title*="chat"],
iframe[src*="tawk"],
iframe[src*="Tawk"],
div[id*="tawk"],
div[class*="tawk"] {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* Mobile header final pass: icon-only first viewport, search opens only on tap */
@media (max-width: 767px) {
  .header {
    padding: 6px 0 !important;
  }

  .header .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .header .inner {
    align-items: center !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: 42px !important;
    position: relative;
  }

  .header .logo {
    display: none !important;
  }

  .header .right {
    display: block !important;
    float: none !important;
    grid-column: 1 / -1 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .wf-header-actions ul {
    align-items: center !important;
    display: grid !important;
    gap: 4px !important;
    grid-template-columns: repeat(6, minmax(34px, 1fr)) !important;
    justify-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .wf-header-actions ul li {
    display: flex !important;
    justify-content: center !important;
    margin: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .wf-account-link a,
  .wf-cart-link a,
  .wf-lang-toggle,
  .wf-theme-toggle,
  .wf-mobile-tool-btn {
    border-radius: 999px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    width: 34px !important;
  }

  .wf-account-link a span,
  .wf-cart-label,
  .wf-cart-total {
    display: none !important;
  }

  .header .search-area {
    display: none !important;
    grid-column: 1 / -1 !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .header.wf-mobile-search-open .search-area {
    display: block !important;
  }

  .search-area .navbar-form {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    width: 100% !important;
  }

  .search-area .form-group {
    display: block !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .search-area .form-control {
    height: 40px !important;
    padding-inline-end: 46px !important;
    width: 100% !important;
  }

  .search-area .btn {
    height: 34px !important;
    min-width: 34px !important;
    position: absolute !important;
    right: 3px !important;
    top: 3px !important;
    width: 34px !important;
  }

  html[dir="rtl"] .search-area .btn {
    left: 3px !important;
    right: auto !important;
  }

  html[dir="rtl"] .search-area .form-control {
    padding-inline-end: 14px !important;
    padding-inline-start: 46px !important;
  }

  .nav {
    min-height: 0 !important;
    padding: 0 !important;
  }

  .nav .wf-mobile-nav-toggle {
    display: none !important;
  }

  .nav .menu-container {
    display: none !important;
    padding: 8px 0 !important;
  }

  .nav.wf-mobile-nav-open .menu-container {
    display: block !important;
  }
}

/* QA hardening: contrast, mobile product funnel, and checkout modal */
html[data-theme="dark"] .product-cat .item,
html[data-theme="dark"] .product-cat .item .inner,
html[data-theme="dark"] .product-cat .item .text,
html[data-theme="dark"] .product .item,
html[data-theme="dark"] .product .item .text,
html[data-theme="dark"] .product.bg-gray,
html[data-theme="dark"] .product-carousel .item,
html[data-theme="dark"] .product-carousel .item .text,
html[data-theme="dark"] .wf-recommendation-card,
html[data-theme="dark"] .wf-recommendation-card .text {
  background: var(--wf-surface) !important;
  color: var(--wf-ink) !important;
}

html[data-theme="dark"] .product-cat .item h3,
html[data-theme="dark"] .product-cat .item h3 a,
html[data-theme="dark"] .product .item h3,
html[data-theme="dark"] .product .item h3 a,
html[data-theme="dark"] .product-carousel .item h3,
html[data-theme="dark"] .product-carousel .item h3 a,
html[data-theme="dark"] .product.bg-gray .headline h2,
html[data-theme="dark"] .product.bg-gray .headline h3,
html[data-theme="dark"] .product-carousel .item h4,
html[data-theme="dark"] .product-carousel .item h4 del,
html[data-theme="dark"] .wf-recommendation-card h3,
html[data-theme="dark"] .wf-recommendation-card h3 a,
html[data-theme="dark"] .breadcrumb,
html[data-theme="dark"] .breadcrumb a,
html[data-theme="dark"] .breadcrumb li,
html[data-theme="dark"] .breadcrumb ul li,
html[data-theme="dark"] .wf-category-toolbar,
html[data-theme="dark"] .wf-category-toolbar * {
  color: var(--wf-ink) !important;
}

html[data-theme="dark"] .select2-container--default .select2-selection--single,
html[data-theme="dark"] .select2-container--default .select2-selection--multiple,
html[data-theme="dark"] .select2-dropdown,
html[data-theme="dark"] .select2-search--dropdown .select2-search__field {
  background: var(--wf-surface) !important;
  border-color: var(--wf-line) !important;
  color: var(--wf-ink) !important;
}

html[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered,
html[data-theme="dark"] .select2-results__option,
html[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: var(--wf-ink) !important;
}

html[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #181818 !important;
  border-color: var(--wf-line) !important;
}

html[data-theme="light"] .select2-container--default .select2-selection--single,
html[data-theme="light"] .select2-container--default .select2-selection--multiple,
html[data-theme="light"] .select2-dropdown,
html[data-theme="light"] .select2-search--dropdown .select2-search__field,
html[data-theme="light"] .select2-results__option {
  background: #fff !important;
  border-color: var(--wf-line) !important;
  color: #232323 !important;
}

html[data-theme="light"] .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #232323 !important;
}

html[data-theme="dark"] .select2-container--default .select2-results__option--highlighted[aria-selected],
html[data-theme="dark"] .select2-container--default .select2-results__option[aria-selected="true"] {
  background: var(--wf-primary) !important;
  color: #fff !important;
}

html[data-theme="dark"] .wf-product-detail-panel,
html[data-theme="dark"] .review-form,
html[data-theme="dark"] .p-quantity,
html[data-theme="dark"] .p-price,
html[data-theme="dark"] .wf-landing-section,
html[data-theme="dark"] .wf-sticky-buy {
  color: var(--wf-ink);
}

.wf-landing-section,
.wf-product-funnel-card,
.wf-product-detail-panel,
.wf-purchase-assurance,
.wf-trust-strip,
.wf-product-highlights,
.wf-cart-decision-modal .modal-body,
.wf-cod-checkout {
  min-width: 0;
}

.wf-landing-section > *,
.wf-product-funnel-card > *,
.wf-product-detail-panel > * {
  min-width: 0;
}

.wf-product-detail-panel,
.wf-product-highlights,
.wf-purchase-assurance div,
.wf-trust-badge,
.wf-landing-section,
.wf-product-funnel-card {
  overflow-wrap: anywhere;
}

.wf-cart-decision-modal .modal-dialog {
  margin: 12px auto;
  max-width: min(420px, calc(100vw - 24px));
  width: auto;
}

.wf-cart-decision-modal .modal-content {
  max-height: calc(100vh - 24px);
  overflow-y: auto;
}

.wf-cart-decision-actions .btn {
  white-space: normal;
}

html[data-theme="dark"] .wf-sticky-buy {
  background: rgba(35, 35, 35, 0.98);
}

html[data-theme="dark"] .wf-sticky-buy strong {
  color: #fff;
}

/* Category listing mobile card width only */
@media (max-width: 767px) {
  .page .product.product-cat > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page .product.product-cat > .row > .item-product-cat {
    float: none !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  .page .product.product-cat > .row > .item-product-cat > .inner {
    width: 100% !important;
  }
}

.wf-auth-switch,
.wf-post-order-signup {
  background: var(--wf-surface);
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  box-shadow: var(--wf-shadow);
  margin-top: 18px;
  padding: 18px;
}

.wf-auth-switch h3,
.wf-post-order-signup h3 {
  color: var(--wf-ink);
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 8px;
}

.wf-auth-switch p,
.wf-post-order-signup p {
  color: var(--wf-muted);
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .product .container,
  .wf-landing-sections .container,
  .wf-landing-mode-product .container {
    width: 100%;
  }

  .wf-landing-funnel-before-buy > .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wf-landing-section,
  .wf-product-funnel-card {
    border-radius: 8px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
  }

  .wf-product-funnel-media,
  .wf-landing-media {
    margin-top: 12px;
  }

  .wf-trust-strip,
  .wf-purchase-assurance {
    grid-template-columns: 1fr;
  }

  .wf-purchase-assurance div,
  .wf-trust-badge,
  .wf-product-highlights {
    padding: 12px;
  }

  .wf-sticky-buy {
    align-items: stretch;
    gap: 8px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  }

  .wf-sticky-buy strong {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    font-size: 14px;
    line-height: 1.3;
    min-width: 0;
  }

  .wf-sticky-buy .btn {
    flex: 1 1 52%;
    font-size: 14px;
    line-height: 1.3;
    max-width: none;
    min-height: 42px;
    padding: 9px 10px;
  }

  .wf-sticky-cart-link {
    flex: 0 0 42px;
    height: 42px;
    width: 42px;
  }

  .wf-cart-decision-modal .modal-body {
    font-size: 15px;
    padding: 16px;
  }

  .wf-cart-decision-actions {
    display: grid;
    gap: 8px;
  }
}
