/* =====================================================
   WOLFOX - Marine Navy Design System
   خلفية كحلي + ألوان بحري موحدة
===================================================== */

:root{
  --wfx-p:#0284c7;
  --wfx-p2:#0ea5e9;
  --wfx-p3:#7dd3fc;
  --wfx-glow:rgba(14,165,233,.22);
  --wfx-dodgerblue:#0ea5e9;

  --wfx-bg:#07111f;
  --wfx-bg2:#0b1628;
  --wfx-card:#0f1b2d;
  --wfx-card2:#16243a;
  --wfx-card3:#1a2b44;

  --wfx-txt:#f8fafc;
  --wfx-muted:#94a3b8;
  --wfx-border:rgba(125,211,252,.14);

  --wfx-success:#22c55e;
  --wfx-danger:#ef4444;
  --wfx-warn:#f59e0b;

  --wfx-radius:22px;
  --wfx-radius-sm:14px;
  --wfx-shadow:0 20px 55px rgba(0,0,0,.36);
  --wfx-font:'Tajawal',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  min-height:100dvh;
  direction:rtl;
  font-family:var(--wfx-font);
  color:var(--wfx-txt);
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  background:
    radial-gradient(circle at 18% 8%,rgba(14,165,233,.10),transparent 34%),
    radial-gradient(circle at 86% 78%,rgba(2,132,199,.08),transparent 36%),
    linear-gradient(180deg,var(--wfx-bg2),var(--wfx-bg)) !important;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    radial-gradient(ellipse 55% 34% at 18% 8%,rgba(14,165,233,.10),transparent 60%),
    radial-gradient(ellipse 45% 30% at 86% 74%,rgba(2,132,199,.08),transparent 58%),
    linear-gradient(180deg,#0b1628 0%,#07111f 100%) !important;
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.55;
  background-image:
    linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:radial-gradient(ellipse 80% 60% at center,#000,transparent 74%);
}

a{color:inherit;text-decoration:none}
img,svg{display:block;max-width:100%}
button,input,textarea,select{font-family:var(--wfx-font)}
.fa-solid,.fa-regular,.fa-brands{line-height:1;display:inline-flex;align-items:center;justify-content:center}
.wfx-fa{width:1.25em;height:1.25em;line-height:1;display:inline-flex;align-items:center;justify-content:center;color:currentColor}

/* Layout */
.wfx-wrap{
  width:min(780px,100%);
  margin:0 auto;
  padding:14px 12px 82px;
  position:relative;
}

/* Header */
.wfx-header{
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  gap:14px !important;
  padding:14px !important;
  margin-bottom:14px;
  border:1px solid var(--wfx-border) !important;
  border-radius:var(--wfx-radius);
  background:linear-gradient(135deg,rgba(15,27,45,.96),rgba(8,17,32,.98)) !important;
  color:var(--wfx-txt) !important;
  box-shadow:var(--wfx-shadow) !important;
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
}
.wfx-header-main{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  width:100%;
}
.wfx-brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  min-width:0;
  flex:1;
}
.wfx-brand-text{min-width:0;text-align:right}
.wfx-brand-icon,
.wfx-brand-logo-img{
  width:46px;
  height:46px;
  border-radius:15px;
  flex-shrink:0;
  display:grid;
  place-items:center;
  object-fit:contain;
  background:linear-gradient(135deg,var(--wfx-p),var(--wfx-p2)) !important;
  border:1px solid rgba(125,211,252,.20) !important;
  box-shadow:0 0 22px var(--wfx-glow);
  color:#fff;
}
.wfx-brand-logo-img{padding:4px;background:rgba(255,255,255,.04) !important}
.wfx-brand-name{
  font-size:21px;
  font-weight:900;
  letter-spacing:-.3px;
  line-height:1.2;
  color:#fff !important;
  white-space:nowrap;
}
.wfx-brand-sub{
  font-size:11px;
  color:var(--wfx-muted) !important;
  margin-top:2px;
  line-height:1.5;
}
.wfx-header-actions{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin-inline-start:auto;
  flex-shrink:0;
}
.wfx-menu-toggle,
.wfx-lang-toggle{
  width:auto !important;
  min-height:44px !important;
  padding:10px 14px !important;
  border-radius:16px !important;
  border:1px solid rgba(125,211,252,.16) !important;
  background:rgba(255,255,255,.045) !important;
  color:#e0f2fe !important;
  box-shadow:none !important;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  cursor:pointer;
  font-weight:800;
}
.wfx-menu-toggle:hover,
.wfx-lang-toggle:hover{
  border-color:rgba(125,211,252,.35) !important;
  color:#7dd3fc !important;
}
.wfx-menu-toggle i,
.wfx-lang-toggle i{color:#7dd3fc}

.wfx-social-row{display:flex;justify-content:center;width:100%}
.wfx-socials{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap}
.wfx-social{
  width:38px;
  height:38px;
  border-radius:12px;
  border:1px solid rgba(125,211,252,.14);
  background:rgba(255,255,255,.04);
  display:grid;
  place-items:center;
  color:#7dd3fc;
  transition:.2s ease;
}
.wfx-social .wfx-fa{font-size:18px;width:18px;height:18px}
.wfx-social:hover{transform:translateY(-2px);box-shadow:0 10px 22px var(--wfx-glow);border-color:var(--wfx-p2)}
.wfx-social.whatsapp{color:#25d366}
.wfx-social.telegram{color:#2aa8e8}
.wfx-social.instagram{color:#e1306c}
.wfx-social.x-twitter{color:#e2e8f0}
.wfx-social.discord{color:#7289da}

/* Pages dropdown */
.wfx-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  width:100%;
}
.wfx-pages-menu{
  display:none !important;
  width:100% !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px !important;
  padding:12px;
  border-radius:20px;
  background:rgba(8,17,32,.58);
  border:1px solid rgba(125,211,252,.10);
}
.wfx-pages-menu.open{
  display:grid !important;
  animation:wfxMenuDown .18s ease both;
}
.wfx-nav-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:46px;
  padding:10px 14px;
  border-radius:16px;
  border:1px solid rgba(125,211,252,.12);
  background:rgba(255,255,255,.045);
  color:#e0f2fe;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  transition:.2s ease;
  text-decoration:none;
}
.wfx-pages-menu .wfx-nav-btn{width:100%;min-width:0}
.wfx-nav-btn:hover,
.wfx-nav-btn.active{
  border-color:rgba(125,211,252,.35);
  background:rgba(14,165,233,.10);
  color:#7dd3fc !important;
  transform:translateY(-1px);
}
.wfx-nav-btn i{margin-inline-end:4px}

/* Cards */
.wfx-card,
.fx-card,
.card,
.product-card,
.track-card,
.payment-card,
.wfx-admin-top,
.wfx-admin-stat,
.wfx-page-card,
.payment-page,
.track-page{
  border:1px solid var(--wfx-border) !important;
  background:linear-gradient(180deg,rgba(15,27,45,.94),rgba(8,17,32,.92)) !important;
  color:var(--wfx-txt) !important;
  border-radius:var(--wfx-radius);
  padding:18px;
  box-shadow:0 18px 48px rgba(0,0,0,.34) !important;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.wfx-card + .wfx-card{margin-top:12px}
.wfx-card h1,.wfx-card h2,.wfx-card h3,
.fx-card h1,.fx-card h2,.fx-card h3{
  color:#fff !important;
  margin-top:0;
}
.wfx-card h2{font-size:17px;font-weight:800;margin:0 0 14px}
.wfx-card h3{font-size:14px;font-weight:700;margin:0 0 10px}
.wfx-card p,.fx-card p{color:var(--wfx-muted);line-height:1.9}

/* Hero */
.wfx-hero,
.hero,
.header,
.wfx-page-head{
  position:relative;
  overflow:hidden;
  text-align:center;
  padding:28px 18px;
  margin-bottom:14px;
  border-radius:26px;
  border:1px solid var(--wfx-border) !important;
  background:linear-gradient(135deg,rgba(15,27,45,.96),rgba(8,17,32,.98)) !important;
  box-shadow:var(--wfx-shadow);
  color:#fff;
}
.wfx-hero::before{
  content:"";
  position:absolute;
  inset:-70px;
  pointer-events:none;
  background:
    radial-gradient(circle at 15% 10%,rgba(14,165,233,.18),transparent 36%),
    radial-gradient(circle at 85% 80%,rgba(2,132,199,.15),transparent 40%);
}
.wfx-hero>*{position:relative}
.wfx-hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:12px;
  padding:6px 14px;
  border-radius:999px;
  border:1px solid rgba(125,211,252,.25);
  background:rgba(14,165,233,.10);
  color:#7dd3fc;
  font-size:12px;
  font-weight:900;
}
.wfx-hero h1{font-size:clamp(22px,5vw,34px);line-height:1.25;margin:0 0 8px;font-weight:900;color:#fff}
.wfx-hero p{color:var(--wfx-muted);font-size:13px;line-height:1.8;margin:0 auto 16px;max-width:520px}

/* Buttons */
.wfx-btn,
.btn,
button,
.track-btn,
.payment-link,
.copy-btn,
.wfx-copy-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 18px;
  min-height:44px;
  border-radius:var(--wfx-radius-sm);
  border:1px solid rgba(125,211,252,.16);
  background:rgba(255,255,255,.045);
  color:#e0f2fe;
  font-family:var(--wfx-font);
  font-weight:800;
  font-size:13px;
  cursor:pointer;
  transition:.22s ease;
  text-decoration:none;
}
.wfx-btn{width:100%}
.wfx-btn:hover,
.btn:hover,
button:hover,
.track-btn:hover,
.payment-link:hover{
  transform:translateY(-2px);
  border-color:rgba(125,211,252,.35);
  box-shadow:0 14px 28px var(--wfx-glow);
}
.wfx-btn.primary,
.btn.primary,
.track-btn.primary,
.payment-link.primary,
.track-link.blue,
.wfx-product-buy{
  background:linear-gradient(135deg,#0284c7,#0ea5e9) !important;
  border-color:rgba(125,211,252,.28) !important;
  color:#fff !important;
  box-shadow:0 10px 28px rgba(14,165,233,.22) !important;
}
.wfx-btn.dodgerblue{
  background:linear-gradient(135deg,#0369a1,#0ea5e9) !important;
  border-color:rgba(125,211,252,.28) !important;
}
.wfx-btn.ghost,
.btn.secondary,
.payment-link.secondary,
.track-link.gray{
  background:rgba(255,255,255,.045) !important;
  border-color:rgba(125,211,252,.12) !important;
  color:#e0f2fe !important;
  box-shadow:none;
}
.wfx-btn.sm{padding:9px 14px;font-size:12px;border-radius:10px;width:auto;min-height:36px}
.wfx-btn.danger{border-color:rgba(239,68,68,.4);color:#f87171;background:rgba(239,68,68,.1)}
.wfx-btn.success,
.copy-btn,
.track-btn.success{border-color:rgba(34,197,94,.35);color:#86efac;background:rgba(34,197,94,.1)}
.wfx-btn[disabled]{opacity:.45;pointer-events:none}

/* Forms */
.wfx-field{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}
.wfx-label,label{font-size:12px;color:var(--wfx-muted);font-weight:700}
.wfx-input,
input,
textarea,
select,
input[type=text].wfx,
input[type=email].wfx,
input[type=number].wfx,
input[type=password].wfx,
select.wfx,
textarea.wfx{
  width:100%;
  padding:13px 14px;
  border-radius:var(--wfx-radius-sm);
  border:1px solid rgba(125,211,252,.14) !important;
  background:rgba(8,17,32,.72) !important;
  color:#f8fafc !important;
  font-family:var(--wfx-font);
  font-size:14px;
  outline:none;
  -webkit-appearance:none;
  appearance:none;
  transition:.2s ease;
}
.wfx-input:focus,
input:focus,
textarea:focus,
select:focus,
input.wfx:focus,
select.wfx:focus,
textarea.wfx:focus{
  border-color:rgba(125,211,252,.45) !important;
  box-shadow:0 0 0 4px rgba(14,165,233,.10) !important;
}
textarea.wfx,textarea{resize:vertical;min-height:100px}
select option,select.wfx option{background:#0f1b2d;color:#fff}

/* Badges / status */
.wfx-badge{
  display:inline-flex;
  align-items:center;
  gap:5px;
  font-size:11px;
  font-weight:800;
  padding:4px 10px;
  border-radius:999px;
  border:1px solid rgba(125,211,252,.20);
  background:rgba(14,165,233,.10);
  color:#7dd3fc;
  white-space:nowrap;
  flex-shrink:0;
}
.wfx-badge.good,
.good,
.wfx-status.good,
.track-status.good,
.status-good{
  border-color:rgba(34,197,94,.35) !important;
  color:#86efac !important;
  background:rgba(34,197,94,.10) !important;
}
.wfx-badge.warn,
.warn,
.wfx-status.warn,
.track-status.warn,
.status-warn{
  border-color:rgba(245,158,11,.38) !important;
  color:#fcd34d !important;
  background:rgba(245,158,11,.10) !important;
}
.wfx-badge.bad,
.bad,
.wfx-status.bad,
.track-status.bad,
.status-bad{
  border-color:rgba(239,68,68,.38) !important;
  color:#fca5a5 !important;
  background:rgba(239,68,68,.10) !important;
}
.wfx-status,
.track-status,
.payment-status{
  padding:14px 16px;
  border-radius:16px;
  text-align:center;
  border:1px solid var(--wfx-border);
  background:rgba(0,0,0,.18);
}

/* Products */
.wfx-products,
.products-grid,
.fx-grid{
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
  margin-top:14px;
}
.wfx-product,
.product-card,
.fx-item{
  position:relative;
  overflow:hidden;
  display:grid !important;
  grid-template-columns:92px minmax(0,1fr) !important;
  gap:16px !important;
  align-items:stretch !important;
  min-height:136px !important;
  padding:16px !important;
  border-radius:26px !important;
  border:1px solid var(--wfx-border) !important;
  background:linear-gradient(135deg,rgba(15,27,45,.95),rgba(8,17,32,.94)) !important;
  color:var(--wfx-txt) !important;
  box-shadow:0 18px 48px rgba(0,0,0,.34) !important;
  transition:.22s ease;
  cursor:pointer;
}
.wfx-product::before,
.product-card::before,
.fx-item::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 92% 18%,rgba(14,165,233,.10),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.01));
}
.wfx-product:hover,
.product-card:hover,
.fx-item:hover{
  transform:translateY(-3px);
  border-color:rgba(125,211,252,.30) !important;
  box-shadow:0 22px 55px rgba(0,0,0,.38) !important;
}
.wfx-product>*,
.product-card>*,
.fx-item>*{position:relative;z-index:1}
.wfx-product-visual{display:flex;align-items:center;justify-content:center}
.wfx-product-icon,
.product-icon,
.fx-icon,
.wfx-icon-tile,
.wfx-page-icon{
  width:92px !important;
  height:92px !important;
  min-width:92px !important;
  border-radius:28px !important;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#0284c7,#0ea5e9) !important;
  border:1px solid rgba(125,211,252,.18) !important;
  color:#fff !important;
  box-shadow:0 14px 32px rgba(14,165,233,.22) !important;
  font-size:42px !important;
}
.wfx-product-img{
  width:92px !important;
  height:92px !important;
  min-width:92px !important;
  border-radius:28px !important;
  object-fit:cover;
  border:1px solid rgba(125,211,252,.14) !important;
  background:rgba(14,165,233,.06) !important;
  box-shadow:0 0 22px rgba(14,165,233,.10) !important;
}
.wfx-product-icon .wfx-fa,
.wfx-product-icon i{font-size:46px !important}
.wfx-product-body{min-width:0;display:flex;flex-direction:column;gap:10px}
.wfx-product-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.wfx-product-title,
.product-title,
.fx-title{
  font-size:20px !important;
  font-weight:900 !important;
  color:#fff !important;
  margin:0 !important;
  line-height:1.45 !important;
}
.wfx-product-desc,
.product-sub,
.fx-sub,
.wfx-product-stock{
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:#a8b6c9 !important;
  font-size:13px !important;
  line-height:1.8 !important;
}
.wfx-product-desc{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.wfx-product-bottom{
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.wfx-product-meta{display:flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap}
.wfx-product-price{
  display:flex;
  align-items:baseline;
  gap:5px;
  font-size:22px !important;
  font-weight:900 !important;
  color:#7dd3fc !important;
  white-space:nowrap;
}
.wfx-product-price span{font-size:12px;color:var(--wfx-muted);font-weight:800}
.wfx-product-buy{width:auto !important;min-width:132px;padding:11px 16px !important;border-radius:16px !important;white-space:nowrap}

/* Stats */
.wfx-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:12px 0}
.wfx-stat{
  border:1px solid rgba(125,211,252,.12) !important;
  border-radius:13px;
  background:rgba(15,27,45,.72) !important;
  padding:8px 5px;
  text-align:center;
  min-width:0;
}
.wfx-stat-val{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  font-size:15px;
  font-weight:900;
  line-height:1.15;
  white-space:nowrap;
  color:#7dd3fc !important;
}
.wfx-stat-fa{font-size:12px;width:14px;height:14px;color:#7dd3fc}
.wfx-stat-lbl{font-size:9px;color:var(--wfx-muted);margin-top:3px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Banks */
.wfx-banks{display:flex;flex-direction:column;gap:12px}
.wfx-bank-card{
  position:relative;
  overflow:hidden;
  border-radius:20px;
  padding:20px;
  border:1px solid rgba(125,211,252,.14);
  background:linear-gradient(135deg,rgba(15,27,45,.95),rgba(8,17,32,.94));
  box-shadow:0 16px 40px rgba(0,0,0,.36);
}
.wfx-bank-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(135deg,rgba(255,255,255,.055),transparent 60%);
  pointer-events:none;
}
.wfx-bank-card>*{position:relative;z-index:1}
.wfx-bank-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.wfx-bank-name{font-size:17px;font-weight:900;color:#fff}
.wfx-bank-logo{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:rgba(14,165,233,.14);font-size:26px;font-weight:900;border:1px solid rgba(125,211,252,.18);color:#7dd3fc}
.wfx-bank-field{margin-bottom:10px}
.wfx-bank-field-label{font-size:11px;color:rgba(255,255,255,.6);margin-bottom:3px}
.wfx-bank-field-value{
  font-size:14px;
  font-weight:800;
  color:#fff;
  letter-spacing:.4px;
  direction:ltr;
  text-align:right;
  background:rgba(0,0,0,.25);
  border-radius:10px;
  padding:8px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

/* Tabs / tables / notes */
.wfx-tabs{display:flex;gap:6px;margin-bottom:16px;background:rgba(0,0,0,.18);border-radius:var(--wfx-radius-sm);padding:5px}
.wfx-tab,
.track-tab,
.adm-tab{
  flex:1;
  padding:9px 10px;
  border-radius:10px;
  border:1px solid transparent;
  background:transparent;
  color:var(--wfx-muted);
  font-family:var(--wfx-font);
  font-size:12px;
  font-weight:700;
  cursor:pointer;
  transition:.2s ease;
  text-align:center;
}
.wfx-tab.active,
.track-tab.active,
.adm-tab.active{
  background:var(--wfx-card2) !important;
  color:#7dd3fc !important;
  border-color:rgba(125,211,252,.24) !important;
  box-shadow:0 4px 14px rgba(0,0,0,.3);
}
.wfx-table,table{width:100%;border-collapse:separate;border-spacing:0 8px}
.wfx-table th,table th{color:var(--wfx-muted);font-size:11px;font-weight:800;text-align:right;padding:6px 10px}
.wfx-table td,table td{
  background:rgba(255,255,255,.03);
  font-size:13px;
  padding:11px 10px;
  border-top:1px solid rgba(125,211,252,.12);
  border-bottom:1px solid rgba(125,211,252,.12);
}
.wfx-table td:first-child{border-radius:0 12px 12px 0;border-right:1px solid rgba(125,211,252,.12)}
.wfx-table td:last-child{border-radius:12px 0 0 12px;border-left:1px solid rgba(125,211,252,.12)}
.wfx-note,
.track-note,
.payment-note{
  border:1px dashed rgba(125,211,252,.18) !important;
  border-radius:14px;
  padding:12px 14px;
  color:var(--wfx-muted) !important;
  font-size:12px;
  line-height:1.7;
  background:rgba(0,0,0,.16) !important;
  margin-top:10px;
}

/* Payment / tracking */
.payment-page,.track-page{max-width:860px;margin:42px auto;padding:26px;direction:rtl}
.payment-page{text-align:center;max-width:820px}
.payment-title,.track-title{margin:0 0 10px;font-size:32px;color:#fff}
.payment-subtitle,.track-subtitle{margin:0 0 24px;color:var(--wfx-muted) !important}
.payment-card,.track-card{margin-top:16px;padding:22px;border-radius:22px}
.payment-actions,.track-actions{margin-top:18px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.payment-link,.track-link,.track-btn,.copy-btn{text-align:center}
.payment-link.green{background:rgba(34,197,94,.14) !important;color:#bbf7d0 !important;border-color:rgba(34,197,94,.25) !important}
.code-card{margin-top:18px;padding:20px;border-radius:20px;background:rgba(34,197,94,.08);border:1px solid rgba(34,197,94,.28)}
.code-label{color:#86efac;font-size:13px;font-weight:800;margin-bottom:8px}
.code-box{
  font-size:28px;
  font-weight:900;
  direction:ltr;
  letter-spacing:1.5px;
  text-align:center;
  padding:15px;
  border-radius:14px;
  background:rgba(0,0,0,.28) !important;
  border:1px dashed rgba(125,211,252,.18) !important;
  color:#fff !important;
}
.track-field{text-align:right;margin-bottom:14px}
.track-label{display:block;margin-bottom:8px;color:#e5e7eb;font-weight:800}
.track-input{width:100%;box-sizing:border-box}
.payment-icon{width:78px;height:78px;margin:0 auto 16px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:rgba(239,68,68,.14);border:1px solid rgba(239,68,68,.35);color:#fca5a5;font-size:42px}
.payment-alert{margin-top:20px;padding:18px;border-radius:18px}
.payment-alert.warning{background:rgba(245,158,11,.10);color:#fde68a;border:1px solid rgba(245,158,11,.25)}
.payment-alert.error{background:rgba(239,68,68,.10);color:#fecaca;border:1px solid rgba(239,68,68,.25)}

/* Description blocks */
.gps-product-warning{
  background:rgba(245,158,11,.10) !important;
  color:#fde68a !important;
  padding:14px;
  border-radius:14px;
  margin:12px 0;
  line-height:1.9;
  border:1px solid rgba(245,158,11,.24) !important;
  text-align:right;
  white-space:normal;
}
.gps-product-description,
.wfx-product-desc-box{
  background:rgba(15,27,45,.72) !important;
  color:#cbd5e1 !important;
  padding:14px;
  border-radius:14px;
  margin:12px 0;
  line-height:1.9;
  border:1px solid rgba(125,211,252,.12) !important;
  text-align:right;
  white-space:normal;
}
.gps-product-warning a,
.gps-product-description a{color:#7dd3fc}

/* Pages */
.wfx-page-card{padding:20px}
.wfx-page-head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:16px;
  padding:16px;
  border-radius:20px;
}
.wfx-page-head h1{margin:0;font-size:26px;color:#fff}
.wfx-page-head p{margin:5px 0 0;color:var(--wfx-muted)}
.wfx-page-icon{font-size:34px;flex-shrink:0}
.wfx-page-hero-image,.wfx-page-video{width:100%;border-radius:18px;margin:14px 0;border:1px solid var(--wfx-border)}
.wfx-page-content{line-height:1.9;color:#cbd5e1}
.wfx-page-content h1,.wfx-page-content h2,.wfx-page-content h3{color:#fff}

/* Admin */
.wfx-admin-shell{margin-bottom:16px}
.wfx-admin-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.wfx-admin-brand{display:flex;align-items:center;gap:12px}
.wfx-admin-icon{
  width:52px;
  height:52px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#0284c7,#0ea5e9) !important;
  box-shadow:0 12px 30px rgba(14,165,233,.24) !important;
  font-size:24px;
  flex-shrink:0;
  color:#fff;
}
.wfx-admin-brand h1{margin:0;font-size:22px;font-weight:900;line-height:1.3;color:#fff}
.wfx-admin-brand p{margin:4px 0 0;color:var(--wfx-muted);font-size:12px;line-height:1.7}
.wfx-admin-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.wfx-admin-menu,
.adm-mini-menu{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(120px,1fr));
  gap:10px;
  margin-top:14px;
}
.wfx-admin-menu a,
.adm-mini-menu a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:46px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(125,211,252,.12) !important;
  background:rgba(255,255,255,.045) !important;
  color:#e0f2fe !important;
  font-size:12px;
  font-weight:800;
  text-align:center;
  transition:.2s ease;
}
.wfx-admin-menu a:hover,
.wfx-admin-menu a.active,
.adm-mini-menu a:hover{
  transform:translateY(-2px);
  border-color:rgba(125,211,252,.35) !important;
  color:#7dd3fc !important;
  box-shadow:0 12px 24px rgba(14,165,233,.18) !important;
}
.wfx-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.wfx-admin-stat{display:flex;align-items:center;gap:12px}
.wfx-admin-stat-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:22px;flex-shrink:0;background:rgba(14,165,233,.14);border:1px solid rgba(125,211,252,.18);color:#7dd3fc}
.wfx-admin-stat-val{font-size:22px;font-weight:900;line-height:1;color:#fff}
.wfx-admin-stat-lbl{font-size:11px;color:var(--wfx-muted);margin-top:3px}

/* Footer / pay strip */
.wfx-footer{
  text-align:center;
  color:var(--wfx-muted);
  font-size:12px;
  margin-top:24px;
  padding:16px;
  border-top:1px solid var(--wfx-border);
}
.wfx-pay-strip,
.wfx-pay-grid,
.wfx-pay-icons{display:flex !important}
.wfx-pay-badge,
.wfx-pay-item{
  border:1px solid rgba(125,211,252,.14) !important;
  background:rgba(15,27,45,.75) !important;
  color:#7dd3fc !important;
}
.wfx-pay-item i,
.wfx-pay-item b{color:#7dd3fc !important}

/* Toast */
#wfx-toast{
  position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) scale(.95);
  min-width:220px;
  max-width:86vw;
  padding:16px 18px;
  border-radius:20px;
  border:1px solid rgba(125,211,252,.16);
  background:linear-gradient(180deg,rgba(15,27,45,.97),rgba(8,17,32,.97));
  color:#fff;
  text-align:center;
  font-size:14px;
  font-weight:800;
  line-height:1.7;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s,transform .22s,visibility .22s;
  z-index:9999;
  box-shadow:0 22px 55px rgba(0,0,0,.5);
}
#wfx-toast.show{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}
#wfx-toast.good{border-color:rgba(34,197,94,.4)}
#wfx-toast.warn{border-color:rgba(245,158,11,.4)}
#wfx-toast.bad{border-color:rgba(239,68,68,.4)}

/* Bottom navigation */
.wfx-bottom-nav{
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  z-index:900;
  display:none;
  justify-content:space-around;
  align-items:center;
  background:linear-gradient(180deg,rgba(8,17,32,.95),rgba(7,17,31,.98));
  border-top:1px solid var(--wfx-border);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  padding:8px 4px calc(8px + env(safe-area-inset-bottom));
}
.wfx-bottom-nav-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:3px;
  padding:6px 12px;
  border-radius:12px;
  color:var(--wfx-muted);
  font-size:10px;
  font-weight:700;
  transition:.2s ease;
  flex:1;
  min-width:0;
}
.wfx-bottom-nav-item.active{color:#7dd3fc}
.wfx-bottom-nav-item span.icon{font-size:20px;line-height:1}
.wfx-bottom-nav .icon i{font-size:20px}

/* Utilities */
.wfx-flex{display:flex}.wfx-flex-center{display:flex;align-items:center;justify-content:center}.wfx-flex-between{display:flex;align-items:center;justify-content:space-between}.wfx-flex-wrap{flex-wrap:wrap}.wfx-gap-8{gap:8px}.wfx-gap-10{gap:10px}.wfx-gap-12{gap:12px}.wfx-mt-10{margin-top:10px}.wfx-mt-12{margin-top:12px}.wfx-mt-14{margin-top:14px}.wfx-mt-20{margin-top:20px}.wfx-mb-10{margin-bottom:10px}.wfx-mb-12{margin-bottom:12px}.wfx-mb-14{margin-bottom:14px}.wfx-text-center{text-align:center}.wfx-text-right{text-align:right}.wfx-ltr{direction:ltr}.wfx-auto-width{width:auto}.wfx-flex-1{flex:1}.wfx-code-small{font-size:11px}.wfx-code-med{font-size:13px}.wfx-muted-text{color:var(--wfx-muted)}.wfx-nowrap{white-space:nowrap}.wfx-overflow-x{overflow-x:auto}.wfx-monospace{font-family:monospace}.wfx-spacer-10{height:10px}.wfx-header-tools{display:flex;align-items:center;gap:8px}.wfx-mobile-socials{padding-top:8px;border-top:1px solid var(--wfx-border)}
.wfx-form-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.wfx-check-row,.wfx-actions-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin:10px 0 14px}
.wfx-admin-page-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}
.wfx-admin-page-head h2{margin:0;font-size:18px;font-weight:900;color:#fff}

/* Remove white leftovers */
.white,
.bg-white,
.card-white,
[style*="background:#fff"],
[style*="background: #fff"],
[style*="background:white"],
[style*="background: white"],
[style*="background-color:#fff"],
[style*="background-color: #fff"],
[style*="background-color:white"],
[style*="background-color: white"]{
  background:var(--wfx-card) !important;
  color:var(--wfx-txt) !important;
}

/* Animations */
@keyframes wfxDown{from{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}
@keyframes wfxUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
@keyframes wfxGrad{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}
@keyframes wfxFeed{from{opacity:0;transform:translateX(16px)}to{opacity:1;transform:translateX(0)}}
@keyframes wfxPulse{0%,100%{box-shadow:0 0 0 0 var(--wfx-glow)}50%{box-shadow:0 0 0 8px rgba(14,165,233,0)}}
@keyframes wfxMenuDown{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}

/* Responsive */
@media(max-width:640px){
  .wfx-wrap{padding:10px 10px 86px}
  .wfx-header-main{align-items:center !important}
  .wfx-brand{justify-content:flex-start;flex:1}
  .wfx-brand-name{font-size:20px}
  .wfx-brand-sub{font-size:11px}
  .wfx-header-actions{gap:8px !important}
  .wfx-menu-toggle span{display:inline}
  .wfx-menu-toggle,
  .wfx-lang-toggle{padding:10px 12px !important;min-height:42px !important}
  .wfx-pages-menu{grid-template-columns:1fr !important;padding:10px}
  .wfx-pages-menu .wfx-nav-btn{min-height:46px}
  .wfx-social-row .wfx-social{width:42px;height:42px}
  .wfx-product,
  .product-card,
  .fx-item{
    grid-template-columns:76px minmax(0,1fr) !important;
    gap:12px !important;
    min-height:124px !important;
    padding:14px !important;
    border-radius:24px !important;
  }
  .wfx-product-icon,
  .product-icon,
  .fx-icon,
  .wfx-icon-tile,
  .wfx-product-img{
    width:76px !important;
    height:76px !important;
    min-width:76px !important;
    border-radius:24px !important;
  }
  .wfx-product-icon .wfx-fa,
  .wfx-product-icon i{font-size:38px !important}
  .wfx-product-title{font-size:17px !important}
  .wfx-product-desc{font-size:12px !important;-webkit-line-clamp:2}
  .wfx-product-bottom{gap:8px}
  .wfx-product-price{font-size:18px !important}
  .wfx-product-buy{min-width:104px;padding:10px 12px !important;font-size:12px !important}
  .wfx-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}
  .wfx-stat{padding:7px 3px;border-radius:11px}
  .wfx-stat-val{font-size:12px;gap:2px}
  .wfx-stat-fa{font-size:10px;width:11px;height:11px}
  .wfx-stat-lbl{font-size:8px}
  .wfx-admin-grid{grid-template-columns:1fr}
  .wfx-bank-field-value{font-size:12px}
  .wfx-bottom-nav{display:flex}
  .wfx-form-grid.two{grid-template-columns:1fr}
  .wfx-admin-menu,.adm-mini-menu{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:390px){
  .wfx-menu-toggle span{display:none}
}
@media(max-width:380px){
  .wfx-product,
  .product-card,
  .fx-item{
    grid-template-columns:1fr !important;
    text-align:center;
  }
  .wfx-product-head,
  .wfx-product-bottom{
    justify-content:center;
    flex-wrap:wrap;
  }
  .wfx-product-visual{justify-content:center}
  .wfx-product-buy{width:100% !important}
  .wfx-products{grid-template-columns:1fr}
}


/* Product color themes + description notification */
.wfx-product{cursor:default!important}
.wfx-desc-btn{align-self:flex-start;width:auto!important;padding:9px 14px!important;border-radius:14px!important;font-size:12px!important}
.wfx-product-theme-blue{--prod-a:#0284c7;--prod-b:#0ea5e9;--prod-glow:rgba(14,165,233,.24)}
.wfx-product-theme-green{--prod-a:#16a34a;--prod-b:#22c55e;--prod-glow:rgba(34,197,94,.24)}
.wfx-product-theme-purple{--prod-a:#7c3aed;--prod-b:#a855f7;--prod-glow:rgba(168,85,247,.26)}
.wfx-product-theme-orange{--prod-a:#f97316;--prod-b:#fb923c;--prod-glow:rgba(249,115,22,.25)}
.wfx-product-theme-pink{--prod-a:#db2777;--prod-b:#f472b6;--prod-glow:rgba(244,114,182,.24)}
.wfx-product-theme-teal{--prod-a:#0f766e;--prod-b:#14b8a6;--prod-glow:rgba(20,184,166,.24)}
.wfx-product-theme-red{--prod-a:#dc2626;--prod-b:#ef4444;--prod-glow:rgba(239,68,68,.24)}
.wfx-product-theme-gold{--prod-a:#ca8a04;--prod-b:#eab308;--prod-glow:rgba(234,179,8,.24)}
.wfx-product[class*="wfx-product-theme-"]{border-color:color-mix(in srgb,var(--prod-b) 28%, transparent)!important;box-shadow:0 18px 48px rgba(0,0,0,.34),0 0 34px var(--prod-glow)!important}
.wfx-product[class*="wfx-product-theme-"]::before{background:radial-gradient(circle at 92% 18%,var(--prod-glow),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.01))}
.wfx-product[class*="wfx-product-theme-"] .wfx-product-icon{background:linear-gradient(135deg,var(--prod-a),var(--prod-b))!important;box-shadow:0 14px 32px var(--prod-glow)!important;border-color:color-mix(in srgb,var(--prod-b) 28%, transparent)!important}
.wfx-product[class*="wfx-product-theme-"] .wfx-product-price{color:var(--prod-b)!important}
#wfx-product-desc-modal{position:fixed;inset:0;background:rgba(0,0,0,.48);display:grid;place-items:center;padding:18px;opacity:0;visibility:hidden;transition:.2s ease;z-index:10000}
#wfx-product-desc-modal.show{opacity:1;visibility:visible}
.wfx-desc-modal-card{width:min(520px,92vw);max-height:78vh;overflow:auto;border-radius:24px;border:1px solid rgba(125,211,252,.18);background:linear-gradient(180deg,rgba(15,27,45,.98),rgba(8,17,32,.98));box-shadow:0 24px 70px rgba(0,0,0,.55);padding:22px;text-align:right;color:#fff;position:relative;white-space:pre-line;line-height:1.9}
.wfx-desc-modal-card h3{margin:0 0 10px;font-size:20px;font-weight:900;color:#fff}
.wfx-desc-modal-text{font-size:14px;color:#dbeafe}
.wfx-desc-close{position:absolute;top:10px;left:10px;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;font-size:24px;cursor:pointer}
.wfx-pay-strip{flex-direction:column;align-items:center;gap:10px;margin:20px 0 10px;padding:16px;border:1px solid rgba(125,211,252,.14);border-radius:22px;background:rgba(15,27,45,.72)}
.wfx-pay-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.wfx-pay-icons{gap:10px;justify-content:center;flex-wrap:wrap}
@media(max-width:640px){.wfx-pay-grid{grid-template-columns:1fr 1fr!important}}
/* ===== WOLFOX BUTTON DISPLAY FIX - mobile/admin ===== */
:root{--wfx-btn-h:48px;--wfx-btn-radius:16px}
button,.btn,.wfx-btn,.track-btn,.payment-link,.copy-btn,.wfx-copy-btn,.adm-tab,.wfx-admin-menu a,.adm-mini-menu a{
  box-sizing:border-box!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:var(--wfx-btn-h)!important;
  padding:12px 16px!important;
  border-radius:var(--wfx-btn-radius)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  line-height:1.35!important;
  text-align:center!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:anywhere!important;
  text-wrap:balance!important;
  vertical-align:middle!important;
}
button i,.btn i,.wfx-btn i,.track-btn i,.payment-link i,.copy-btn i,.wfx-copy-btn i,.adm-tab i,.wfx-admin-menu a i,.adm-mini-menu a i,
button svg,.btn svg,.wfx-btn svg,.track-btn svg,.payment-link svg,.copy-btn svg,.wfx-copy-btn svg,.adm-tab svg,.wfx-admin-menu a svg,.adm-mini-menu a svg{
  flex:0 0 auto!important;
  width:1.12em!important;
  min-width:1.12em!important;
  text-align:center!important;
}
.wfx-actions-row,.wfx-check-row,.wfx-admin-actions,.form-actions,.actions,.button-row,.btn-row{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  width:100%!important;
}
.wfx-actions-row > *, .wfx-admin-actions > *, .form-actions > *, .actions > *, .button-row > *, .btn-row > *{
  min-width:0!important;
}
.wfx-admin-menu,.adm-mini-menu{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(136px,1fr))!important;
  gap:10px!important;
}
.wfx-admin-menu a,.adm-mini-menu a{
  width:100%!important;
  min-height:54px!important;
  padding-inline:10px!important;
  font-size:13px!important;
}
.adm-tab{
  flex:1 1 130px!important;
  min-height:44px!important;
  font-size:12px!important;
}
.save,.sticky-save,.submit-bar{
  left:0!important;right:0!important;z-index:50!important;
  padding:10px max(10px,env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-right))!important;
}
.save button,.sticky-save button,.submit-bar button{
  width:min(100%,520px)!important;
  margin-inline:auto!important;
  min-height:52px!important;
  font-size:15px!important;
}
@media(max-width:760px){
  button,.btn,.wfx-btn,.track-btn,.payment-link,.copy-btn,.wfx-copy-btn{
    width:100%!important;
    flex:1 1 100%!important;
    min-height:50px!important;
    font-size:14px!important;
  }
  .wfx-btn.sm,.btn.sm,button.sm,.adm-tab{
    width:auto!important;
    flex:1 1 calc(50% - 8px)!important;
  }
  .wfx-admin-actions .wfx-btn,.wfx-admin-actions .btn,.wfx-admin-actions button{
    flex:1 1 calc(50% - 8px)!important;
    width:auto!important;
  }
  .wfx-admin-menu,.adm-mini-menu{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .wfx-admin-menu a,.adm-mini-menu a{
    min-height:58px!important;
    font-size:12.5px!important;
  }
  .wfx-product-buy,.payment-link,.track-link,.copy-btn{
    border-radius:18px!important;
  }
}
@media(max-width:390px){
  .wfx-admin-menu,.adm-mini-menu{grid-template-columns:1fr!important}
  .wfx-admin-actions .wfx-btn,.wfx-admin-actions .btn,.wfx-admin-actions button,.adm-tab{
    flex-basis:100%!important;
    width:100%!important;
  }
}


/* ===== WOLFOX PRODUCTION POLISH FINAL ===== */
:root{--wfx-safe-bottom:env(safe-area-inset-bottom,0px)}
html,body{overflow-x:hidden!important;scroll-padding-bottom:calc(92px + var(--wfx-safe-bottom))}
body{padding-bottom:calc(84px + var(--wfx-safe-bottom))!important}
.wfx-bottom-nav,.bottom-nav,.wfx-nav-bottom{padding-bottom:max(10px,var(--wfx-safe-bottom))!important;z-index:999!important;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.wfx-menu-toggle,.wfx-lang-toggle{min-width:96px!important;white-space:nowrap!important;flex:0 0 auto!important;line-height:1.15!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}.wfx-lang-toggle{min-width:76px!important}
@media(max-width:420px){.wfx-menu-toggle{min-width:88px!important;font-size:14px!important}.wfx-lang-toggle{min-width:64px!important}.wfx-brand h1,.wfx-admin-brand h1{font-size:18px!important}.wfx-brand p,.wfx-admin-brand p{font-size:12px!important}}
.wfx-product-icon,.wfx-checkout-product-icon{display:grid!important;place-items:center!important;text-align:center!important;line-height:1!important}.wfx-product-icon i,.wfx-checkout-product-icon i,.product-icon{font-size:clamp(38px,10vw,58px)!important;line-height:1!important;display:block!important;width:1em!important;height:1em!important;text-align:center!important}.wfx-checkout-product-icon{width:96px!important;height:96px!important;min-width:96px!important;border-radius:24px!important}.wfx-checkout-product-row{display:flex!important;align-items:center!important;gap:14px!important}.wfx-checkout-product-card{border-radius:22px!important;padding:16px!important;overflow:hidden!important}.wfx-checkout-product-card *{min-width:0!important}.wfx-checkout-product-card [style*="flex:1"]{overflow-wrap:anywhere!important}
#wfx-product-desc-modal{background:rgba(2,6,23,.74)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;padding:18px!important;z-index:100000!important}.wfx-desc-modal-card{width:min(560px,94vw)!important;max-height:78dvh!important;border-radius:28px!important;padding:24px 22px 22px!important;border:1px solid rgba(125,211,252,.24)!important;background:linear-gradient(180deg,rgba(15,27,45,.96),rgba(8,17,32,.98))!important;box-shadow:0 30px 90px rgba(0,0,0,.72),inset 0 1px 0 rgba(255,255,255,.06)!important;line-height:2!important}.wfx-desc-modal-card h3{padding-left:42px!important;font-size:clamp(18px,5vw,22px)!important;line-height:1.5!important}.wfx-desc-modal-text{font-size:clamp(14px,4vw,16px)!important;line-height:2.05!important;color:#e2e8f0!important}.wfx-desc-close{top:12px!important;left:12px!important;width:44px!important;height:44px!important;min-width:44px!important;border-radius:16px!important;font-size:24px!important;font-weight:900!important;background:rgba(15,23,42,.86)!important;border-color:rgba(255,255,255,.20)!important;box-shadow:0 10px 28px rgba(0,0,0,.32)!important}.wfx-desc-close:hover{transform:scale(1.04)}
input,select,textarea{min-height:48px!important}.wfx-input,.input,select,textarea{overflow:hidden!important;text-overflow:ellipsis!important}.wfx-card,.wfx-product,.wfx-admin-top{max-width:100%!important;overflow:hidden!important}.wfx-field{min-width:0!important}.wfx-field label,.wfx-label{line-height:1.55!important;text-wrap:balance}.wfx-note{line-height:1.9!important}
@media(max-width:640px){.wfx-checkout-product-row{align-items:center!important}.wfx-checkout-product-icon{width:88px!important;height:88px!important;min-width:88px!important}.wfx-checkout-product-icon i{font-size:44px!important}.wfx-desc-btn{width:auto!important;min-height:42px!important}.wfx-product-title{font-size:clamp(18px,5vw,24px)!important;line-height:1.45!important}.wfx-product-price{font-size:clamp(18px,5vw,24px)!important}.wfx-product-body{min-width:0!important}.wfx-product-head{gap:8px!important}.wfx-card{padding-inline:clamp(14px,4vw,18px)!important}.wfx-pay-grid{grid-template-columns:1fr 1fr!important}.wfx-pay-strip{margin-bottom:calc(18px + var(--wfx-safe-bottom))!important}}
@media(max-width:380px){.wfx-checkout-product-card{padding:14px!important}.wfx-checkout-product-icon{width:78px!important;height:78px!important;min-width:78px!important}.wfx-checkout-product-icon i{font-size:38px!important}}
