:root{
  --fx-red:#E30E1C;
  --fx-bg:#F7F7F7;
  --fx-surface:#FFFFFF;
  --fx-text:#0F172A;
  --fx-muted:#6B7280;
  --fx-border:#ECECEC;
  --fx-radius:24px;
  --fx-shadow:0 12px 30px rgba(15,23,42,.08);
  --fx-shadow-soft:0 4px 12px rgba(15,23,42,.08);
  --fx-shadow-glow:0 10px 18px rgba(227,14,28,.25);
}

*{box-sizing:border-box;}
body.fonxos-wa{
  margin:0;
  font-family:'Sora', system-ui, -apple-system, "Segoe UI", sans-serif;
  background:var(--fx-bg);
  color:var(--fx-text);
  -webkit-font-smoothing:antialiased;
  touch-action: manipulation;
}
body.fonxos-wa #wpadminbar{
  display:none !important;
}
html.fonxos-wa{
  margin-top:0 !important;
}
body.fonxos-wa .elementor-location-popup{
  display:none !important;
}

#fonxos-app-root{min-height:100vh;}

.fx-header{
  position:sticky;
  top:0;
  z-index:40;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 20px 12px;
  background:rgba(247,247,247,.96);
  backdrop-filter:blur(12px);
}

.is-ios .fx-header{
  padding-top:calc(12px + env(safe-area-inset-top));
}

.fx-club-settings{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin:10px 0 0;
  color:var(--fx-muted);
  text-decoration:underline;
  font-size:13px;
}

.fx-modal-simple{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.fx-help-list{
  margin:0;
  padding-left:18px;
  color:var(--fx-muted);
  font-size:14px;
}
.fx-help-list li{margin-bottom:8px;}
.fx-legal-links{
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:14px;
}
.fx-legal-links a{
  color:var(--fx-red);
  text-decoration:underline;
}

.fx-device-box{
  margin-top:12px;
  padding:12px;
  border-radius:12px;
  border:1px solid #eee;
  background:#fafafa;
}
.fx-device-box-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:6px;
  font-size:14px;
  font-weight:600;
}
.fx-device-box-text{
  margin:0 0 10px 0;
  font-size:13px;
  color:#666;
}
.fx-device-box .fx-secondary-btn{
  width:100%;
}
.fx-device-box-msg{
  margin:8px 0 0 0;
  font-size:12px;
  color:#666;
}
.fx-whatsapp-toggle{
  margin-top:10px;
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:#555;
}
.fx-whatsapp-toggle input{
  width:16px;
  height:16px;
}
.fx-header-actions{display:flex;align-items:center;gap:10px;}
.fx-service-trigger{
  position:relative;
  display:flex;
  align-items:center;
  gap:6px;
}
.fx-service-pill{
  display:none;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(227,14,28,.2);
  color:var(--fx-red);
  font-size:11px;
  font-weight:700;
  box-shadow:0 6px 14px rgba(227,14,28,.15);
  white-space:nowrap;
}
.fx-service-pill.is-active{display:inline-flex;}
.fx-service-pill .fx-service-pill-icon{font-size:12px;line-height:1;}
.fx-service-hint{
  position:absolute;
  top:46px;
  left:0;
  background:#0F172A;
  color:#fff;
  font-size:11px;
  padding:8px 10px;
  border-radius:10px;
  max-width:220px;
  box-shadow:var(--fx-shadow-soft);
  display:none;
  z-index:50;
}
.fx-service-hint.is-active{display:block;}
.fx-service-hint::after{
  content:'';
  position:absolute;
  top:-6px;
  left:16px;
  width:12px;
  height:12px;
  background:#0F172A;
  transform:rotate(45deg);
}

.fx-logo{height:26px;}
.fx-logo-wrap{display:flex;align-items:center;gap:12px;}

.fx-icon-btn{
  width:40px;
  height:40px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid var(--fx-border);
  box-shadow:var(--fx-shadow-soft);
}

.fx-secondary-btn{
  background:#fff;
  border:1px solid var(--fx-border);
  color:var(--fx-text);
  font-weight:700;
  padding:8px 14px;
  border-radius:14px;
  box-shadow:var(--fx-shadow-soft);
}

.fx-icon{width:20px;height:20px;}

.fx-main{padding-bottom:120px;}

.fx-checkout-nudge{
  border:1px dashed rgba(227,14,28,.2);
  background:#FFF7F7;
}
.fx-checkout-nudge h4{margin:0 0 6px;font-size:16px;}
.fx-checkout-nudge .fx-nudge-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  font-size:13px;
  color:var(--fx-text);
}
.fx-checkout-nudge .fx-nudge-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:8px;
}
.fx-checkout-nudge .fx-nudge-tag{
  padding:4px 8px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(227,14,28,.2);
  color:var(--fx-red);
  font-size:11px;
  font-weight:700;
}

.fx-habituals-grid{
  display:flex;
  gap:12px;
  overflow-x:auto;
  padding-bottom:6px;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
}
.fx-habitual-card{
  flex:0 0 calc((100% - 24px) / 2.5);
  background:#fff;
  border:1px solid var(--fx-border);
  border-radius:20px;
  padding:12px;
  box-shadow:var(--fx-shadow-soft);
  display:flex;
  flex-direction:column;
  gap:10px;
  scroll-snap-align:start;
}
.fx-habitual-card img{
  width:100%;
  height:120px;
  object-fit:contain;
  background:#f3f3f3;
  border-radius:14px;
}
.fx-habitual-card strong{font-size:14px;}
.fx-habitual-card .fx-habitual-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.fx-habitual-card .fx-primary-btn{
  padding:6px 10px;
  font-size:12px;
  border-radius:12px;
  margin-top:0;
}

.fx-checkout-points{
  border:1px dashed rgba(227,14,28,.2);
  background:#fff7f7;
  border-radius:16px;
  padding:10px 12px;
  margin-bottom:10px;
}
.fx-checkout-points-controls{
  margin-top:10px;
  display:grid;
  gap:8px;
}
.fx-checkout-points-controls input[type="range"]{
  width:100%;
}
.fx-checkout-points-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:12px;
  color:var(--fx-text);
}

.fx-modal-actions{
  display:flex;
  gap:10px;
  justify-content:flex-end;
  margin-top:16px;
}
.fx-help-accordion{
  margin-top:12px;
  border:1px dashed rgba(227,14,28,.2);
  background:#fff7f7;
  border-radius:14px;
  padding:10px 12px;
}
.fx-help-accordion summary{
  cursor:pointer;
  font-weight:700;
  list-style:none;
}
.fx-help-accordion summary::-webkit-details-marker{display:none;}
.fx-help-accordion .fx-help-list{
  margin:10px 0 0;
  padding-left:18px;
  font-size:12px;
  color:var(--fx-text);
}

.fx-menu-hint{
  margin-top:10px;
  padding:10px 12px;
  border-radius:14px;
  background:#FFF7F7;
  border:1px dashed rgba(227,14,28,.2);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.fx-menu-hint-text{
  font-size:12px;
  color:var(--fx-text);
}
.fx-menu-hint strong{color:var(--fx-red);}
.fx-menu-hint .fx-secondary-btn{
  padding:6px 10px;
  font-size:12px;
  border-radius:10px;
  white-space:nowrap;
}

.fx-tracker{padding:0 20px 12px;}
.fx-tracker-card{
  background:#fff;
  border:1px solid var(--fx-border);
  border-radius:20px;
  padding:14px 16px;
  box-shadow:var(--fx-shadow-soft);
  display:flex;
  flex-direction:column;
  gap:10px;
}
.fx-tracker-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}
.fx-tracker-head strong{font-size:14px;font-weight:800;}
.fx-tracker-status{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:700;
  background:#fff5f5;
  color:var(--fx-red);
}
.fx-tracker-meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px 12px;
  font-size:12px;
  color:var(--fx-muted);
}
.fx-tracker-progress{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:6px;
  margin:10px 0 6px;
}
.fx-tracker-line{
  position:absolute;
  top:9px;
  left:6%;
  right:6%;
  height:3px;
  background:#e5e7eb;
  border-radius:999px;
  z-index:0;
}
.fx-tracker-dot{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  font-size:10px;
  font-weight:700;
  color:#6b7280;
}
.fx-tracker-dot::before{
  content:'';
  width:10px;
  height:10px;
  border-radius:50%;
  background:#d1d5db;
  border:2px solid #d1d5db;
}
.fx-tracker-dot.is-active{
  color:var(--fx-red);
  animation:fx-tracker-pulse 1.6s ease-in-out infinite;
}
.fx-tracker-dot.is-active::before{
  background:var(--fx-red);
  border-color:var(--fx-red);
  box-shadow:0 0 0 4px rgba(227,14,28,.15);
}
.fx-tracker-card{
  border:1px solid rgba(227,14,28,.2);
  box-shadow:0 10px 18px rgba(227,14,28,.08);
}
.fx-tracker-entry + .fx-tracker-entry{
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid #f0f0f0;
}
.fx-help-btn{
  margin-top:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid #f1f1f1;
  color:#777;
  background:#fafafa;
  font-weight:600;
  font-size:12px;
  text-decoration:none;
  width:auto;
  align-self:flex-start;
}

.fx-order-status-items{
  margin-top:10px;
  max-height:180px;
  overflow:auto;
  display:flex;
  flex-direction:column;
  gap:10px;
  padding-right:4px;
}
.fx-order-status-item{
  display:flex;
  align-items:center;
  gap:10px;
  background:#fafafa;
  border:1px solid #eee;
  border-radius:12px;
  padding:8px 10px;
}
.fx-order-status-item-media{
  width:40px;
  height:40px;
  border-radius:10px;
  background:#fff;
  border:1px solid #eee;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  flex-shrink:0;
}
.fx-order-status-item-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.fx-order-status-item-info{
  display:flex;
  flex-direction:column;
  gap:2px;
  font-size:13px;
  flex:1;
}
.fx-order-status-item-info span{
  color:var(--fx-muted);
  font-size:12px;
}
.fx-order-status-item-price{
  font-weight:700;
  font-size:13px;
  white-space:nowrap;
}

.fx-tracker-public-input{
  margin-bottom:14px;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.fx-tracker-public-input label{
  font-weight:700;
  font-size:14px;
}
.fx-tracker-public-row{
  display:flex;
  gap:10px;
}
.fx-tracker-public-row input{
  flex:1;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--fx-border);
}
.fx-tracker-public-msg{
  font-size:12px;
  color:var(--fx-muted);
  margin:0;
}
.fx-tracker-phone{
  margin-top:14px;
  padding:12px;
  border-radius:14px;
  border:1px solid #eee;
  background:#fafafa;
}
.fx-tracker-phone h4{
  margin:0 0 6px 0;
  font-size:14px;
}
.fx-tracker-phone p{
  margin:0 0 10px 0;
  font-size:12px;
  color:var(--fx-muted);
}
@keyframes fx-tracker-pulse{
  0%,100%{opacity:1;transform:translateY(0);}
  50%{opacity:.7;transform:translateY(-1px);}
}
.fx-tracker-address{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  color:var(--fx-muted);
  margin-top:4px;
}
.fx-tracker-address-icon{
  font-size:13px;
}
.fx-tracker-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  font-size:12px;
}
.fx-tracker-footer strong{font-size:14px;}
.fx-review-card{
  margin-top:10px;
  padding:12px;
  border-radius:14px;
  background:#fff7f7;
  border:1px dashed rgba(227,14,28,.2);
  display:flex;
  flex-direction:column;
  gap:8px;
  font-size:13px;
}
.fx-review-card .fx-primary-btn{
  align-self:flex-start;
  padding:6px 12px;
  font-size:12px;
  margin-top:0;
}

.fx-hero-block{padding:8px 20px 0;}
.fx-hero-carousel{position:relative;overflow:hidden;}
.fx-hero-track{
  display:flex;
  transition:transform .5s ease;
  will-change:transform;
}
.fx-hero-link{display:block;flex:0 0 100%;}
.fx-hero-card{
  position:relative;
  border-radius:32px;
  overflow:hidden;
  box-shadow:var(--fx-shadow);
  aspect-ratio:2/1;
  flex:0 0 100%;
}
.fx-hero-image{width:100%;height:100%;object-fit:cover;filter:brightness(.82);}
.fx-hero-overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:6px;
  padding:20px;
  background:linear-gradient(180deg, rgba(0,0,0,.05) 10%, rgba(0,0,0,.65) 100%);
  color:#fff;
}
.fx-hero-overlay h2{margin:0;font-size:22px;font-weight:800;}
.fx-hero-overlay p{margin:0;font-size:12px;color:#E5E7EB;}
.fx-hero-dots{
  position:absolute;
  left:0;
  right:0;
  bottom:10px;
  display:flex;
  justify-content:center;
  gap:6px;
}
.fx-hero-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(255,255,255,.45);
  border:none;
  padding:0;
}
.fx-hero-dot.is-active{background:#fff;}

.fx-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 12px;
  border-radius:999px;
  background:#fff;
  color:var(--fx-red);
  font-size:10px;
  font-weight:700;
  width:max-content;
}

.fx-search-block{padding:20px;}
.fx-search{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  background:#fff;
  border-radius:16px;
  border:1px solid var(--fx-border);
  box-shadow:var(--fx-shadow-soft);
}
.fx-search input{
  border:none;
  outline:none;
  background:transparent;
  font-size:14px;
  width:100%;
  color:var(--fx-text);
}

.fx-pills{position:sticky;top:var(--fx-header-offset,68px);z-index:30;background:var(--fx-bg);padding:0 20px;}
.fx-pills-track{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:6px 0 14px;
  scrollbar-width:none;
}
.fx-pills-track::-webkit-scrollbar{display:none;}
.fx-pill{
  padding:10px 18px;
  border-radius:14px;
  background:#fff;
  border:1px solid var(--fx-border);
  font-weight:700;
  font-size:13px;
  color:var(--fx-muted);
  box-shadow:var(--fx-shadow-soft);
  white-space:nowrap;
}
.fx-pill.is-active{background:var(--fx-red);border-color:var(--fx-red);color:#fff;box-shadow:var(--fx-shadow-glow);}

.fx-section{padding:12px 20px;}
.fx-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;}
.fx-section-head h3{margin:0;font-size:18px;font-weight:800;}
.fx-link{background:none;border:none;color:var(--fx-red);font-weight:700;font-size:12px;}

.fx-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.fx-card{
  background:#fff;
  border-radius:22px;
  padding:14px;
  box-shadow:var(--fx-shadow-soft);
  border:1px solid var(--fx-border);
  display:flex;
  flex-direction:column;
  gap:12px;
}
.fx-card-img{
  background:#F3F4F6;
  border-radius:18px;
  overflow:hidden;
  aspect-ratio:1/1;
  display:flex;
  align-items:center;
  justify-content:center;
}
.fx-card-img img{width:100%;height:100%;object-fit:contain;}
.fx-card-info h4{margin:0;font-size:14px;font-weight:800;}
.fx-card-info p{margin:6px 0 0;color:var(--fx-muted);font-size:11px;min-height:28px;}
.fx-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;}
.fx-card-footer span{font-weight:800;color:var(--fx-red);}
.fx-add{
  width:42px;
  height:42px;
  border-radius:999px;
  border:none;
  background:var(--fx-red);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:var(--fx-shadow-glow);
}

.fx-bottom-nav{
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  background:#fff;
  border-top:1px solid var(--fx-border);
  padding:10px 20px calc(16px + env(safe-area-inset-bottom));
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top-left-radius:26px;
  border-top-right-radius:26px;
  box-shadow:var(--fx-shadow);
  z-index:50;
}
.fx-nav-item{background:transparent;border:none;}
.fx-nav-item{
  flex:1;
  text-decoration:none;
  color:var(--fx-muted);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
  font-size:11px;
  font-weight:700;
}
.fx-nav-item.is-active{color:var(--fx-red);}
.fx-nav-item--fab{
  width:auto;
  height:auto;
  padding:6px 10px;
  border-radius:14px;
  background:var(--fx-red);
  color:#fff;
  position:relative;
  box-shadow:var(--fx-shadow-glow);
}
.fx-nav-item--fab:active{transform:scale(.98);}
.fx-nav-item--fab .fx-icon{width:24px;height:24px;}
.fx-fab-count{
  position:absolute;
  top:-8px;
  right:-6px;
  background:#fff;
  color:var(--fx-red);
  border-radius:999px;
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:800;
}

.fx-card--limited{
  border:1px solid rgba(245,158,11,.55);
  box-shadow:0 10px 24px rgba(245,158,11,.18);
}
.fx-limited-badge{
  position:absolute;
  bottom:10px;
  left:10px;
  padding:4px 8px;
  border-radius:999px;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.6px;
  color:#1f1400;
  background:linear-gradient(120deg,#f59e0b,#fbbf24);
}

.fx-modal{position:fixed;inset:0;display:none;z-index:60;}
.fx-modal.is-active{display:block;}
.fx-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55);}
.fx-modal-card{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:min(92vw,420px);
  background:#fff;
  border-radius:30px;
  padding:18px;
  box-shadow:var(--fx-shadow);
  display:flex;
  flex-direction:column;
  gap:14px;
  max-height:88vh;
}
.fx-modal-content{display:flex;flex-direction:column;gap:14px;max-height:88vh;}
.fx-modal-body{overflow:auto;max-height:48vh;padding-right:4px;}
.fx-modal-close{
  position:absolute;
  right:16px;
  top:16px;
  width:32px;
  height:32px;
  border-radius:999px;
  border:1px solid var(--fx-border);
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}
.fx-modal-hero{
  width:100%;
  border-radius:22px;
  background:#F3F4F6;
  overflow:hidden;
  /* aspect-ratio:1/1; */
}
.fx-modal-hero img{width:100%;height:100%;object-fit:contain;}
.fx-modal-body h3{margin:0;font-size:20px;font-weight:800;}
.fx-modal-body p{color:var(--fx-muted);font-size:13px;}
.fx-modal-full-desc{color:var(--fx-text);font-size:13px;margin:0;}
.fx-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  font-size:12px;
  color:var(--fx-muted);
}
.fx-tags strong{color:var(--fx-text);font-weight:700;}
.fx-tags span{white-space:nowrap;}
.fx-modal-meta{display:flex;gap:10px;font-size:12px;color:var(--fx-muted);margin-top:8px;flex-wrap:wrap;}
.fx-upsell{display:flex;flex-direction:column;gap:10px;}
.fx-upsell h3{margin:0;font-size:18px;font-weight:800;}
.fx-upsell p{margin:0;color:var(--fx-muted);font-size:13px;}
.fx-upsell-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;}
.fx-pill-tag{background:#FFF2F2;color:var(--fx-red);padding:4px 10px;border-radius:999px;font-weight:700;font-size:11px;}
.fx-option-group h5{margin:16px 0 8px;font-size:13px;font-weight:700;}
.fx-option-group p{margin:0 0 10px;color:var(--fx-muted);font-size:12px;}
.fx-option-list{display:grid;gap:10px;}
.fx-option-list--multi{grid-template-columns:repeat(1,minmax(0,1fr));}
.fx-option-list--single{grid-template-columns:repeat(2,minmax(0,1fr));}
.fx-option{border:1px solid var(--fx-border);border-radius:14px;padding:10px 12px;font-size:12px;font-weight:600;color:var(--fx-muted);background:#fff;display:grid;grid-template-columns:18px 1fr;align-items:center;gap:8px;transition:all .15s ease;cursor:pointer;}
.fx-option input{display:none;}
.fx-option-control{width:16px;height:16px;border-radius:4px;border:2px solid #D1D5DB;display:inline-flex;align-items:center;justify-content:center;position:relative;}
.fx-option input[type=\"radio\"] + .fx-option-control{border-radius:999px;}
.fx-option input:checked + .fx-option-control{border-color:var(--fx-red);background:var(--fx-red);}
.fx-option input:checked + .fx-option-control::after{content:\"\";width:6px;height:6px;background:#fff;border-radius:999px;}
.fx-option-text{display:flex;align-items:center;gap:6px;}
.fx-option input:checked ~ .fx-option-text{color:var(--fx-red);}
.fx-option:has(input:checked){border-color:var(--fx-red);box-shadow:0 8px 16px rgba(227,14,28,.15);background:#FFF7F7;}
.fx-option em{font-style:normal;font-weight:700;color:var(--fx-red);}
.fx-menu-option{border:1px solid var(--fx-border);border-radius:16px;padding:10px;font-size:12px;font-weight:600;color:var(--fx-text);background:#fff;display:grid;grid-template-columns:18px 1fr;align-items:center;gap:8px;transition:all .15s ease;cursor:pointer;}
.fx-menu-option input{display:none;}
.fx-menu-option.is-disabled{opacity:.45;pointer-events:none;}
.fx-menu-option .fx-menu-option-body{display:flex;gap:10px;align-items:center;}
.fx-menu-option img{width:54px;height:54px;border-radius:12px;object-fit:cover;background:#F3F4F6;}
.fx-menu-option .fx-option-control{flex-shrink:0;}
.fx-menu-option-body{display:flex;align-items:center;gap:10px;}
.fx-menu-option-text{flex:1;}
.fx-menu-option .fx-menu-option-text em{font-size:11px;}
.fx-menu-option-text{display:flex;flex-direction:column;gap:4px;}
.fx-menu-option-text strong{font-size:12px;}
.fx-menu-option-text em{font-style:normal;color:var(--fx-red);font-weight:700;}
.fx-menu-option input:checked + .fx-option-control{border-color:var(--fx-red);background:var(--fx-red);}
.fx-menu-option input:checked + .fx-option-control::after{content:"";width:6px;height:6px;background:#fff;border-radius:999px;}
.fx-menu-option input:checked ~ .fx-menu-option-body .fx-menu-option-text{color:var(--fx-red);}
.fx-divider{height:2px;background:#AA0000;border-radius:999px;margin:12px 0;}

.fx-menu-cta{padding:0 20px 8px;}
.fx-menu-cta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.fx-menu-tile{background:#fff;border:1px solid var(--fx-border);border-radius:18px;padding:12px;display:flex;gap:10px;align-items:center;box-shadow:var(--fx-shadow-soft);}
.fx-menu-tile-img{width:54px;height:54px;border-radius:14px;overflow:hidden;background:#F3F4F6;flex-shrink:0;}
.fx-menu-tile-img img{width:100%;height:100%;object-fit:cover;}
.fx-menu-tile-info{display:flex;flex-direction:column;gap:4px;text-align:left;}
.fx-menu-tile-info strong{font-size:13px;}
.fx-menu-tile-info span{font-size:12px;color:var(--fx-red);font-weight:800;}

.fx-modal-hero img{max-height:180px;object-fit:contain;}
.fx-stock-badge{position:absolute;top:10px;left:10px;background:#111;color:#fff;font-size:10px;font-weight:700;padding:4px 8px;border-radius:999px;}
.fx-card--oos{opacity:.55;}
.fx-card--oos .fx-add{background:#9CA3AF;box-shadow:none;pointer-events:none;}
.fx-modal-footer{display:flex;flex-direction:column;gap:8px;}
.fx-modal-footer-main{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;width:100%;}
.fx-modal-price{white-space:nowrap;}
.fx-modal-price{font-weight:800;font-size:20px;}
.fx-modal-footer .fx-primary-btn{width:auto;}
.fx-modal-footer-main .fx-primary-btn{
  margin-top:0;
  width:100%;
  white-space:nowrap;
}
.fx-modal-alert{
  width:100%;
  margin-top:6px;
  min-height:0;
}
.fx-modal-alert:empty{
  margin-top:0;
  min-height:0;
}
@media (max-width:420px){
  .fx-modal-footer{flex-direction:column;align-items:center;}
  .fx-modal-price{font-size:18px;}
  .fx-modal-footer .fx-primary-btn{
    width:auto;
    flex:1;
    padding:10px 14px;
    font-size:12px;
    margin-top:0;
  }
}
.fx-modal-alert{
  font-size:12px;
  color:var(--fx-red);
  min-height:14px;
}
.fx-primary-btn.is-disabled{opacity:.6;pointer-events:auto;}

.fx-popup-card{display:flex;flex-direction:column;gap:14px;}
.fx-popup-media{
  width:100%;
  height:180px;
  border-radius:18px;
  background:#F3F4F6 center/cover no-repeat;
}
.fx-popup-body{display:flex;flex-direction:column;gap:10px;}
.fx-popup-body h3{margin:0;font-size:20px;font-weight:800;}
.fx-popup-body p{margin:0;color:var(--fx-muted);font-size:13px;}
.fx-popup-tag{
  align-self:flex-start;
  background:rgba(227,14,28,.12);
  color:var(--fx-red);
  font-weight:800;
  font-size:11px;
  padding:4px 10px;
  border-radius:999px;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.fx-maintenance{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(15,23,42,.9);
  z-index:120;
  padding:24px;
}
.fx-maintenance.is-active{display:flex;}
.fx-maintenance-card{
  background:#fff;
  border-radius:26px;
  padding:24px;
  text-align:center;
  max-width:360px;
  box-shadow:var(--fx-shadow);
  display:flex;
  flex-direction:column;
  gap:12px;
  align-items:center;
}
.fx-maintenance-card h2{margin:0;font-size:20px;font-weight:800;}
.fx-maintenance-card p{margin:0;color:var(--fx-muted);font-size:13px;}
.fx-maintenance-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  background:rgba(227,14,28,.12);
  color:var(--fx-red);
  display:flex;
  align-items:center;
  justify-content:center;
}
.fx-maintenance-active{overflow:hidden;}

/* Club */
.fx-club-card{
  background:#fff;
  border:1px solid var(--fx-border);
  border-radius:20px;
  padding:18px;
  box-shadow:var(--fx-shadow-soft);
}
.fx-club-card.is-dashboard .woocommerce-MyAccount-content > p{display:none;}
.fx-club-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}
.fx-club-actions .fx-club-settings{
  margin-left:auto;
}
.fx-club-qr{
  display:flex;
  align-items:center;
  gap:10px;
  padding:4px 0 10px;
}
.fx-club-qr-btn{
  border:1px solid var(--fx-border);
  background:#fff;
  border-radius:14px;
  padding:6px;
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:var(--fx-shadow-soft);
}
.fx-club-qr-btn img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:10px;
}
.fx-club-qr-label{
  font-weight:700;
  font-size:13px;
}
.fx-qr-modal{display:flex;justify-content:center;}
.fx-qr-modal-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  text-align:center;
}
.fx-qr-modal-card img{
  width:220px;
  height:220px;
  border-radius:18px;
  background:#F3F4F6;
}
.fx-qr-modal-info strong{font-size:16px;}
.fx-qr-modal-info span{font-size:12px;color:var(--fx-muted);}
.fx-club-card .woocommerce{
  display:grid;
  gap:16px;
}
.fx-club-card .yith-wcmap{
  background:transparent;
}
.fx-club-card .user-profile{
  display:flex;
  align-items:center;
  gap:14px;
  padding:12px;
  border-radius:16px;
  background:linear-gradient(135deg,#fff7f7 0%,#fff 60%);
  border:1px solid #fde2e4;
}
.fx-club-card .user-avatar img{
  border-radius:999px;
  width:64px;
  height:64px;
  object-fit:cover;
  box-shadow:0 6px 14px rgba(0,0,0,.12);
}
.fx-club-card .user-info{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.fx-club-card .user-info .username{
  font-weight:800;
  font-size:16px;
  color:var(--fx-text);
}
.fx-club-card .user-info .user-email{
  font-size:12px;
  color:var(--fx-muted);
}
.fx-club-card .user-info .logout a{
  font-size:12px;
  color:var(--fx-red);
  text-decoration:none;
  font-weight:600;
}
.fx-club-card .myaccount-menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.fx-club-card .myaccount-menu li{
  margin:0;
}
.fx-club-card .myaccount-menu a{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px;
  border-radius:14px;
  border:1px solid var(--fx-border);
  background:#fff;
  text-decoration:none;
  color:var(--fx-text);
  font-weight:600;
  font-size:13px;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  white-space:nowrap;
}
.fx-club-card .myaccount-menu a.is-active{
  border-color:var(--fx-red);
  box-shadow:var(--fx-shadow-soft);
  background:#fff6f6;
}
.fx-club-card .myaccount-menu a:hover{
  transform:translateY(-1px);
  border-color:#f5c4c7;
  box-shadow:var(--fx-shadow-soft);
}
.fx-club-card .myaccount-menu .item-icon{
  width:28px;
  height:28px;
  border-radius:10px;
  background:#fff3f3;
  color:var(--fx-red);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
}
.fx-club-card .woocommerce-MyAccount-content{
  border-radius:16px;
  border:1px solid var(--fx-border);
  padding:14px;
  background:#fff;
  position:relative;
  overflow:hidden;
}
.fx-club-card .woocommerce-MyAccount-content.is-loading{
  opacity:.6;
  pointer-events:none;
}
.fx-club-card .woocommerce-MyAccount-content.is-loading::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 45%, rgba(255,255,255,0) 90%);
  animation:fx-shimmer 1.2s infinite;
}
.fx-club-card .woocommerce-MyAccount-content.is-loading::before{
  content:'Cargando...';
  position:absolute;
  right:12px;
  top:12px;
  font-size:11px;
  color:var(--fx-muted);
  background:#fff;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid var(--fx-border);
  z-index:2;
}

.fx-club-card .woocommerce-MyAccount-content h2,
.fx-club-card .woocommerce-MyAccount-content h3{
  font-size:16px;
  margin:0 0 8px;
  font-weight:800;
}
.fx-club-card .woocommerce-MyAccount-content h4{
  font-size:14px;
  margin:0 0 8px;
  font-weight:700;
}
.fx-club-card .woocommerce-MyAccount-content .woocommerce-message,
.fx-club-card .woocommerce-MyAccount-content .woocommerce-info,
.fx-club-card .woocommerce-MyAccount-content .woocommerce-error{
  border-radius:12px;
  padding:10px 12px;
  font-size:12px;
  margin:0 0 12px;
  border:1px solid var(--fx-border);
}
.fx-club-card .woocommerce-MyAccount-content .woocommerce-message{background:#f1fdf6;}
.fx-club-card .woocommerce-MyAccount-content .woocommerce-info{background:#f5f7ff;}
.fx-club-card .woocommerce-MyAccount-content .woocommerce-error{background:#fff3f3;border-color:#f5c4c7;}

.fx-club-card .woocommerce-MyAccount-content table.shop_table{
  width:100%;
  border-collapse:collapse;
  font-size:12px;
}
.fx-club-card .woocommerce-MyAccount-content table.shop_table th,
.fx-club-card .woocommerce-MyAccount-content table.shop_table td{
  padding:10px 8px;
  border-bottom:1px solid var(--fx-border);
}
.fx-club-card .woocommerce-MyAccount-content table.shop_table th{
  text-align:left;
  color:var(--fx-muted);
  font-weight:700;
}
.fx-club-card .woocommerce-MyAccount-content .button{
  border-radius:999px;
  border:1px solid var(--fx-border);
  background:#fff;
  padding:8px 12px;
  font-size:12px;
  font-weight:700;
}
.fx-club-card .woocommerce-MyAccount-content input[type="text"],
.fx-club-card .woocommerce-MyAccount-content input[type="email"],
.fx-club-card .woocommerce-MyAccount-content input[type="password"],
.fx-club-card .woocommerce-MyAccount-content input[type="tel"],
.fx-club-card .woocommerce-MyAccount-content select,
.fx-club-card .woocommerce-MyAccount-content textarea{
  width:100%;
  border-radius:12px;
  border:1px solid var(--fx-border);
  padding:10px 12px;
  font-size:13px;
}
.fx-club-card .woocommerce-MyAccount-content fieldset{
  border:1px solid var(--fx-border);
  border-radius:12px;
  padding:12px;
}
.fx-club-card .woocommerce-MyAccount-content legend{
  padding:0 6px;
  font-size:12px;
  color:var(--fx-muted);
}
.fx-club-card .woocommerce-MyAccount-content .woocommerce-Address{
  border:1px solid var(--fx-border);
  border-radius:12px;
  padding:12px;
  margin-bottom:12px;
}
.fx-club-card .woocommerce-MyAccount-content .woocommerce-Address-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.fx-club-card .woocommerce-MyAccount-content .woocommerce-Address-title h3{
  margin:0;
}
.fx-club-card .woocommerce-MyAccount-content .woocommerce-Address-title a{
  font-size:12px;
  color:var(--fx-red);
  text-decoration:none;
  font-weight:700;
}

/* Club points gamification (YITH points) */
.fx-club-card .woocommerce-MyAccount-content .ywpar-wrapper{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar-wrapper > h2{
  margin:0;
  font-size:18px;
  font-weight:800;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_myaccount_entry_info{
  display:grid;
  gap:12px;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_summary_badge{
  background:linear-gradient(135deg,#fffbfb 0%,#fff1f1 100%);
  border:1px solid #f5c4c7;
  border-radius:18px;
  padding:16px;
  display:grid;
  gap:4px;
  position:relative;
  overflow:hidden;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_summary_badge::after{
  content:'';
  position:absolute;
  right:-40px;
  top:-40px;
  width:120px;
  height:120px;
  background:radial-gradient(circle,#ffb4b8 0%, rgba(255,180,184,0) 70%);
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_entry_info_title{
  font-size:12px;
  color:var(--fx-muted);
  font-weight:600;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_to_redeem_title{
  font-size:12px;
  color:var(--fx-muted);
}
.fx-club-card .woocommerce-MyAccount-content .points_collected{
  font-size:34px;
  font-weight:900;
  color:var(--fx-red);
  line-height:1;
}
.fx-club-card .woocommerce-MyAccount-content .points_worth{
  font-size:12px;
  color:var(--fx-text);
  font-weight:700;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_total_collected_title{
  font-size:11px;
  color:var(--fx-muted);
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_levels_badges,
.fx-club-card .woocommerce-MyAccount-content .ywpar_rank_badges{
  border:1px solid var(--fx-border);
  border-radius:16px;
  padding:14px;
  background:#fff;
  display:flex;
  flex-direction:column;
  gap:8px;
  align-items:flex-start;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_levels_badges .ywpar_level{
  display:flex;
  align-items:center;
  gap:10px;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_levels_badges img{
  width:44px;
  height:44px;
  border-radius:12px;
  object-fit:cover;
  box-shadow:0 6px 14px rgba(0,0,0,.12);
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_rank_badges .rank{
  font-size:24px;
  font-weight:900;
  color:var(--fx-red);
}

.fx-club-card .woocommerce-MyAccount-content #ywpar_tabs{
  border:1px solid var(--fx-border);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_tabs_header{
  border-bottom:1px solid var(--fx-border);
  background:#fafafa;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_tabs_header ul{
  list-style:none;
  display:flex;
  gap:8px;
  margin:0;
  padding:10px;
  overflow-x:auto;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_tabs_links{
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--fx-border);
  background:#fff;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
  cursor:pointer;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_tabs_links[aria-selected="true"]{
  border-color:var(--fx-red);
  color:var(--fx-red);
  background:#fff6f6;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_tabs_content_container{
  padding:12px;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_points_rewards td{
  font-size:12px;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_plus{
  color:#16a34a;
  font-weight:700;
  margin-right:4px;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_minus{
  color:#dc2626;
  font-weight:700;
  margin-right:4px;
}

.fx-club-card .woocommerce-MyAccount-content #ywpar-share-points{
  display:grid;
  gap:10px;
  padding:12px;
  border:1px dashed #f0b7ba;
  border-radius:14px;
  background:#fff8f8;
}
.fx-club-card .woocommerce-MyAccount-content #ywpar-share-points input[type="number"]{
  font-size:16px;
  font-weight:700;
}
.fx-club-card .woocommerce-MyAccount-content #ywpar-share-points__submit{
  border:none;
  background:var(--fx-red);
  color:#fff;
  padding:10px 12px;
  border-radius:12px;
  font-weight:800;
  font-size:13px;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar-share-points-error{
  font-size:11px;
  color:#b91c1c;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_tabcontent{
  display:none;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_tabcontent.is-active{
  display:block;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_tabcontent h3{
  margin:0 0 6px;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_tabcontent p{
  margin:0 0 10px;
}
.fx-club-card .woocommerce-MyAccount-content #ywpar-share-points{
  grid-template-columns:1fr;
}
.fx-club-card .woocommerce-MyAccount-content #ywpar-share-points span{
  font-size:12px;
  color:var(--fx-muted);
}
.fx-club-card .woocommerce-MyAccount-content #ywpar-share-points .worth-price{
  font-weight:800;
  color:var(--fx-text);
}
.fx-club-card .woocommerce-MyAccount-content #ywpar-share-points__submit{
  justify-self:start;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_share_points_table{
  border:1px solid var(--fx-border);
  border-radius:14px;
  overflow:hidden;
  margin-top:10px;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_share_points_table th{
  background:#fafafa;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar_share_points_table td,
.fx-club-card .woocommerce-MyAccount-content .ywpar_share_points_table th{
  padding:10px;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar-copy-to-clipboard_field-wrap{
  position:relative;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar-copy-to-clipboard__field{
  width:100%;
  border-radius:10px;
  border:1px solid var(--fx-border);
  padding:8px 10px;
  font-size:12px;
  font-weight:700;
  background:#fff;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar-copy-to-clipboard__copy{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:6px;
  font-size:12px;
  font-weight:700;
  color:var(--fx-red);
  cursor:pointer;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar-copy-to-clipboard__tip{
  position:absolute;
  right:8px;
  top:-8px;
  font-size:10px;
  background:#fff;
  border:1px solid var(--fx-border);
  padding:2px 6px;
  border-radius:999px;
}
.fx-club-card .woocommerce-MyAccount-content .ywpar-share-status{
  display:inline-flex;
  align-items:center;
  padding:4px 8px;
  border-radius:999px;
  font-size:11px;
  font-weight:700;
  background:#f1fdf6;
  color:#15803d;
}
.fx-club-card .woocommerce-MyAccount-content .fx-link-disabled{
  color:var(--fx-muted);
}

@media (max-width:600px){
  .fx-club-card .woocommerce-MyAccount-content .ywpar_points_rewards thead,
  .fx-club-card .woocommerce-MyAccount-content .ywpar_share_points_table thead{
    display:none;
  }
  .fx-club-card .woocommerce-MyAccount-content .ywpar_points_rewards tbody tr,
  .fx-club-card .woocommerce-MyAccount-content .ywpar_share_points_table tbody tr{
    display:block;
    border:1px solid var(--fx-border);
    border-radius:12px;
    padding:8px 10px;
    margin-bottom:10px;
    background:#fff;
  }
  .fx-club-card .woocommerce-MyAccount-content .ywpar_points_rewards td,
  .fx-club-card .woocommerce-MyAccount-content .ywpar_share_points_table td{
    display:flex;
    justify-content:space-between;
    gap:10px;
    padding:6px 0;
    border:none;
  }
  .fx-club-card .woocommerce-MyAccount-content .ywpar_points_rewards td::before,
  .fx-club-card .woocommerce-MyAccount-content .ywpar_share_points_table td::before{
    content:attr(data-title);
    font-weight:700;
    color:var(--fx-muted);
  }
}

/* Address book */
.fx-address-book-head h3{margin:0 0 4px;font-size:16px;font-weight:800;}
.fx-address-book-head p{margin:0 0 12px;font-size:12px;color:var(--fx-muted);}
.fx-address-list{
  display:grid;
  gap:10px;
  margin-bottom:14px;
}
.fx-address-list.is-loading{opacity:.6;pointer-events:none;}
.fx-address-empty{font-size:12px;color:var(--fx-muted);}
.fx-address-card{
  border:1px solid var(--fx-border);
  border-radius:14px;
  padding:12px;
  background:#fff;
  display:grid;
  gap:6px;
}
.fx-address-card.is-default{
  border-color:#f5c4c7;
  background:#fff7f7;
}
.fx-address-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.fx-address-badge{
  font-size:10px;
  font-weight:700;
  color:var(--fx-red);
  background:#fff0f0;
  padding:2px 8px;
  border-radius:999px;
}
.fx-address-line{font-size:12px;color:var(--fx-text);}
.fx-address-notes{font-size:12px;color:var(--fx-muted);}
.fx-address-actions{display:flex;gap:10px;}
.fx-address-actions .fx-link{padding:0;border:none;background:none;color:var(--fx-red);font-size:12px;font-weight:700;}

.fx-address-form{
  border:1px dashed #f0b7ba;
  border-radius:14px;
  padding:12px;
  background:#fff8f8;
}
.fx-address-form h4{margin:0 0 10px;font-size:14px;font-weight:800;}
.fx-address-fields{display:grid;gap:8px;margin-bottom:10px;}
.fx-address-fields label{font-size:12px;color:var(--fx-muted);}
.fx-address-fields input,
.fx-address-fields textarea{
  width:100%;
  border-radius:12px;
  border:1px solid var(--fx-border);
  padding:10px 12px;
  font-size:13px;
}
.fx-address-hint{font-size:11px;color:var(--fx-muted);margin-top:8px;}
.fx-address-modal h3{margin:0 0 10px;font-size:16px;font-weight:800;}
.fx-address-pick-list{display:grid;gap:8px;margin-bottom:12px;}
.fx-address-pick{
  border:1px solid var(--fx-border);
  border-radius:12px;
  padding:10px;
  background:#fff;
  text-align:left;
  display:grid;
  gap:4px;
  font-size:12px;
}
.fx-address-pick.is-default{
  border-color:#f5c4c7;
  background:#fff7f7;
}
.fx-address-pick strong{font-size:13px;}
.fx-address-pick em{font-style:normal;color:var(--fx-muted);font-size:11px;}
.fx-address-pick small{font-size:10px;color:var(--fx-red);font-weight:700;}

/* Checkout */
.fx-checkout{display:grid;gap:14px;}
.fx-checkout-card{
  background:#fff;
  border:1px solid var(--fx-border);
  border-radius:16px;
  padding:14px;
  box-shadow:var(--fx-shadow-soft);
}
.fx-checkout-card h4{margin:0 0 10px;font-size:14px;font-weight:800;}
.fx-checkout-items{display:grid;gap:10px;}
.fx-checkout-item{
  display:grid;
  grid-template-columns:64px 1fr auto;
  gap:12px;
  align-items:center;
  padding:10px;
  border:1px solid var(--fx-border);
  border-radius:14px;
  background:linear-gradient(135deg,#fff 0%,#fff7f7 100%);
  box-shadow:var(--fx-shadow-soft);
}
.fx-checkout-item-media{
  width:64px;
  height:64px;
  border-radius:14px;
  overflow:hidden;
  background:#F3F4F6;
}
.fx-checkout-item img{width:100%;height:100%;object-fit:cover;}
.fx-checkout-item-info{display:flex;flex-direction:column;gap:6px;font-size:12px;}
.fx-checkout-item-title{display:flex;align-items:center;justify-content:space-between;gap:8px;}
.fx-checkout-item-title strong{font-size:13px;}
.fx-checkout-item-qty{
  font-size:11px;
  font-weight:800;
  color:var(--fx-red);
  background:#FFF1F2;
  padding:2px 8px;
  border-radius:999px;
}
.fx-checkout-item-meta{color:var(--fx-muted);font-size:11px;}
.fx-checkout-item-promo{
  font-size:11px;
  font-weight:700;
  color:var(--fx-red);
}
.fx-checkout-item-price{
  font-weight:800;
  color:var(--fx-text);
  background:#fff;
  border:1px solid var(--fx-border);
  padding:6px 10px;
  border-radius:14px;
  font-size:12px;
  white-space:nowrap;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:4px;
}
.fx-checkout-item-price strong{font-size:13px;}
.fx-checkout-item-old{
  font-size:11px;
  color:var(--fx-muted);
  text-decoration:line-through;
}
.fx-checkout-row{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.fx-checkout-sub{font-size:12px;color:var(--fx-muted);}
.fx-checkout-payments{display:grid;gap:8px;}
.fx-payment-option{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px;
  border-radius:12px;
  border:1px solid var(--fx-border);
  cursor:pointer;
  font-size:12px;
  font-weight:700;
}
.fx-payment-option input{margin:0;}
.fx-payment-option.is-active{border-color:var(--fx-red);background:#fff6f6;}
.fx-payment-label{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  width:100%;
}
.fx-payment-title{letter-spacing:.2px;}
.fx-payment-icon{
  height:22px;
  width:auto;
  display:block;
  filter:grayscale(10%);
  opacity:.9;
}
.fx-coupon{display:flex;gap:8px;align-items:center;}
.fx-coupon input{
  flex:1;
  border-radius:12px;
  border:1px solid var(--fx-border);
  padding:10px 12px;
  font-size:13px;
}
.fx-coupon-msg{font-size:12px;color:var(--fx-muted);margin-top:6px;}
.fx-coupon-applied{margin-top:8px;}
.fx-coupon-pill{
  border:1px dashed #f0b7ba;
  background:#fff8f8;
  border-radius:14px;
  padding:10px 12px;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  gap:8px;
  font-size:12px;
  font-weight:700;
}
.fx-coupon-pill-body{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.fx-coupon-pill-title{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.04em;
  color:#9b3b42;
}
.fx-coupon-pill-discount{
  font-size:11px;
  font-weight:700;
  color:#9b3b42;
}
.fx-coupon-pill code{
  background:#fff;
  border:1px solid var(--fx-border);
  border-radius:8px;
  padding:2px 6px;
  font-size:11px;
}
.fx-points-body{display:grid;gap:8px;}
.fx-points-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-size:12px;
}
.fx-points-apply{
  display:flex;
  gap:8px;
  align-items:center;
}
.fx-points-apply input{
  width:120px;
  border-radius:10px;
  border:1px solid var(--fx-border);
  padding:8px 10px;
  font-size:12px;
  font-weight:700;
}
.fx-points-msg{font-size:12px;color:var(--fx-muted);margin-top:6px;}
.fx-checkout-msg{font-size:12px;color:var(--fx-red);margin-top:8px;}
.fx-checkout-submit{width:100%;margin-top:10px;}
.fx-checkout-guest{margin-bottom:12px;}
.fx-checkout-guest-fields{display:grid;gap:8px;margin-bottom:8px;}
.fx-checkout-guest-fields label{font-size:12px;color:var(--fx-muted);}
.fx-checkout-guest-fields input,
.fx-checkout-guest-fields textarea{
  width:100%;
  border-radius:12px;
  border:1px solid var(--fx-border);
  padding:10px 12px;
  font-size:13px;
}
.fx-checkout-guest-hint{font-size:11px;color:var(--fx-muted);}
.fx-promos-section{margin-bottom:18px;}
.fx-promos-title{font-size:16px;margin:0 0 10px;font-weight:800;}
.fx-promos-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.fx-promo-card{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  min-height:140px;
  background:linear-gradient(135deg,#ff8a5c,#f64646);
  color:#fff;
  display:flex;
  align-items:flex-end;
  box-shadow:var(--fx-shadow-soft);
}
.fx-promo-card.is-locked{
  opacity:.7;
  filter:grayscale(1);
}
.fx-promo-card.is-expired{
  opacity:.55;
  filter:grayscale(1);
}
.fx-promo-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:.9;
}
.fx-promo-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.7) 100%);
}
.fx-promo-body{
  position:relative;
  z-index:1;
  padding:12px;
  display:flex;
  flex-direction:column;
  gap:6px;
  width:100%;
}
.fx-promo-tag{
  font-size:10px;
  background:rgba(255,255,255,0.2);
  padding:2px 6px;
  border-radius:999px;
  width:fit-content;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.fx-promo-tag--locked{
  display:inline-flex;
  align-items:center;
  gap:4px;
  background:rgba(0,0,0,0.45);
}
.fx-promo-title{font-size:14px;font-weight:800;line-height:1.2;}
.fx-promo-text{font-size:11px;opacity:.9;}
.fx-promo-meta{font-size:10px;opacity:.85;}
.fx-promo-locked{
  font-size:10px;
  opacity:.9;
}
.fx-promo-legal{
  margin-top:4px;
  align-self:flex-start;
  border:none;
  background:rgba(0,0,0,0.45);
  color:#fff;
  font-size:10px;
  padding:4px 8px;
  border-radius:999px;
  cursor:pointer;
}
.fx-legal-modal{display:flex;flex-direction:column;gap:10px;}
.fx-legal-modal h3{margin:0;font-size:18px;font-weight:800;}
.fx-legal-text{margin:0;font-size:12px;color:var(--fx-muted);}
.fx-fly-to-cart{
  position:fixed;
  top:0;
  left:0;
  border-radius:999px;
  object-fit:cover;
  pointer-events:none;
  z-index:9999;
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
  transition:transform .6s cubic-bezier(.2,.8,.2,1), opacity .6s ease;
}
.fx-coupon-code{
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.fx-coupon-amount{
  font-size:18px;
  font-weight:900;
}
.fx-promos-grid .fx-promo-card{
  cursor:default;
}
.fx-coupon-use{
  width:100%;
  margin-top:6px;
  padding:10px 12px;
  font-size:12px;
}

@media (max-width: 520px){
  .fx-promos-grid{
    grid-template-columns:1fr;
  }
}
.fx-login-card p{font-size:12px;color:var(--fx-muted);margin:6px 0 12px;}
.fx-login-btn{width:100%;}
.fx-upsell-items{display:grid;gap:10px;margin-top:8px;}
.fx-upsell-item{
  display:flex;
  align-items:center;
  gap:12px;
  border:1px solid var(--fx-border);
  border-radius:14px;
  padding:10px;
  background:#fff;
}
.fx-upsell-item img{width:56px;height:56px;border-radius:12px;object-fit:cover;}
.fx-upsell-info{display:flex;flex-direction:column;gap:4px;flex:1;font-size:12px;}
.fx-upsell-info small{color:var(--fx-muted);}
.fx-upsell-action{display:flex;flex-direction:column;gap:6px;align-items:flex-end;}
.fx-upsell-action button{padding:8px 10px;font-size:12px;}
.fx-login-modal{display:grid;gap:10px;}
.fx-login-modal input{
  width:100%;
  border-radius:12px;
  border:1px solid var(--fx-border);
  padding:10px 12px;
  font-size:13px;
}
.fx-login-modal .fx-login-actions{display:flex;gap:8px;align-items:center;}
.fx-login-modal .fx-login-actions button{flex:1;}
.fx-login-modal .fx-login-msg{font-size:12px;color:var(--fx-red);}

@media (min-width: 860px){
  .fx-checkout{
    grid-template-columns:1.2fr 0.8fr;
    align-items:start;
  }
  .fx-checkout-card:last-child{
    grid-column:2;
  }
}

@media (min-width: 860px){
  .fx-club-card .woocommerce-MyAccount-content .ywpar_myaccount_entry_info{
    grid-template-columns:1.4fr 1fr 1fr;
    align-items:stretch;
  }
}

@keyframes fx-shimmer{
  0%{transform:translateX(-100%);}
  100%{transform:translateX(100%);}
}
.fx-club-card .woocommerce-MyAccount-content p{
  margin:0 0 10px;
  font-size:13px;
  color:var(--fx-muted);
}
.fx-club-card .woocommerce-MyAccount-content a{
  color:var(--fx-red);
  font-weight:600;
  text-decoration:none;
}
.fx-orders-list{
  display:none;
  flex-direction:column;
  gap:12px;
  margin-top:10px;
}
.fx-order-card{
  border:1px solid var(--fx-border);
  border-radius:16px;
  padding:12px;
  background:#fff;
  box-shadow:var(--fx-shadow-soft);
  display:flex;
  flex-direction:column;
  gap:8px;
}
.fx-order-head{display:flex;justify-content:space-between;align-items:center;gap:10px;font-weight:800;}
.fx-order-number{font-size:14px;}
.fx-order-status{font-size:11px;color:var(--fx-muted);}
.fx-order-meta{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--fx-muted);}
.fx-order-meta span{display:flex;align-items:center;gap:6px;}
.fx-order-actions{display:flex;gap:10px;flex-wrap:wrap;}
.fx-order-actions .fx-link{font-size:12px;font-weight:700;}
.fx-order-modal{display:flex;flex-direction:column;gap:12px;}
.fx-order-modal h3{margin:0;font-size:18px;font-weight:800;}
.fx-order-modal-body{max-height:60vh;overflow:auto;display:flex;flex-direction:column;gap:12px;}
.fx-order-modal .woocommerce-MyAccount-content{padding:0;}
.fx-order-modal .woocommerce-MyAccount-content p{margin:0;font-size:13px;color:var(--fx-muted);}
.fx-order-modal .woocommerce-MyAccount-content h2{font-size:15px;margin:0 0 6px;}
.fx-order-modal .woocommerce-MyAccount-content a{pointer-events:none;color:var(--fx-muted);text-decoration:none;cursor:default;}
.fx-order-modal table{width:100%;border-collapse:separate;border-spacing:0 8px;}
.fx-order-modal table thead th{font-size:12px;text-transform:uppercase;letter-spacing:.02em;color:var(--fx-muted);}
.fx-order-modal table tbody tr,.fx-order-modal table tfoot tr{background:#fff;border-radius:12px;box-shadow:0 6px 14px rgba(15,23,42,.08);}
.fx-order-modal table td,.fx-order-modal table th{padding:10px 12px;font-size:13px;}
.fx-order-modal table tbody tr td:first-child,.fx-order-modal table tbody tr th:first-child,.fx-order-modal table tfoot tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px;}
.fx-order-modal table tbody tr td:last-child,.fx-order-modal table tbody tr th:last-child,.fx-order-modal table tfoot tr td:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px;}
.fx-order-modal address{font-style:normal;line-height:1.4;font-size:13px;color:var(--fx-muted);}

@media (max-width: 600px){
  .fx-orders-table{display:none;}
  .fx-orders-list{display:flex;}
}

@media (min-width: 860px){
  .fx-club-card .woocommerce{
    grid-template-columns:300px 1fr;
    align-items:start;
  }
}

@media (max-width: 480px){
  .fx-club-card .myaccount-menu{
    flex-direction:column;
  }
}

/* Ocultar items no deseados del club */
.fx-club-card .myaccount-menu a.yith-dashboard,
.fx-club-card .myaccount-menu a.yith-payment-methods{
  display:none;
}

.fx-toast{
  position:fixed;
  left:50%;
  bottom:120px;
  transform:translateX(-50%);
  background:#111;
  color:#fff;
  padding:10px 18px;
  border-radius:999px;
  opacity:0;
  transition:opacity .2s ease, transform .2s ease;
  font-size:12px;
  pointer-events:none;
  z-index:70;
}
.fx-toast.is-visible{opacity:1;transform:translate(-50%,-6px);}

.fx-page-pad{padding:24px 20px;}
.fx-empty{background:#fff;border-radius:20px;padding:24px;text-align:center;box-shadow:var(--fx-shadow-soft);border:1px solid var(--fx-border);}
.fx-empty-icon{width:52px;height:52px;border-radius:16px;background:#F8F8F8;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;}
.fx-empty h4{margin:0 0 6px;font-size:16px;}
.fx-empty p{margin:0;color:var(--fx-muted);font-size:12px;}

.fx-cart-page{padding-bottom:140px;}
.fx-cart-bubble{position:fixed;inset:0;display:none;z-index:70;}
.fx-cart-bubble.is-active{display:block;}
.fx-cart-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.35);backdrop-filter:blur(6px);}
.fx-cart-panel{position:absolute;right:16px;bottom:84px;width:min(92vw,420px);max-height:80vh;background:#fff;border-radius:28px;box-shadow:var(--fx-shadow);display:flex;flex-direction:column;overflow:hidden;animation:fx-slide-up .25s ease;}
.fx-cart-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--fx-border);}
.fx-cart-head h3{margin:0;font-size:18px;font-weight:800;}
.fx-cart-body{padding:16px 18px;overflow:auto;flex:1;}
.fx-cart-footer{padding:16px 18px;border-top:1px solid var(--fx-border);}
.fx-cart-note{
  background:#F8F8FB;
  border:1px dashed var(--fx-border);
  padding:10px 12px;
  border-radius:12px;
  font-size:11px;
  color:var(--fx-muted);
  margin-bottom:12px;
}
.fx-cart-qty button{width:30px;height:30px;border-radius:10px;background:#F3F4F6;border:none;font-weight:800;}

.fx-cart-qty img {
    width: 15px;
    height: 15px;
}

.fx-cart-qty button img {
  width: 100%;
  height: 100%;
}
.fx-cart-service{display:flex;align-items:center;justify-content:space-between;padding:10px 0 14px;border-bottom:1px dashed var(--fx-border);margin-bottom:12px;}
.fx-cart-service-label{display:block;font-size:11px;color:var(--fx-muted);font-weight:700;text-transform:uppercase;}
.fx-cart-service strong{font-size:13px;}
.fx-delivery{display:flex;flex-direction:column;gap:12px;margin-bottom:16px;}
.fx-delivery-toggle{display:flex;gap:8px;background:#F3F4F6;padding:6px;border-radius:14px;}
.fx-delivery-btn{flex:1;border:none;border-radius:10px;padding:8px 10px;font-weight:800;font-size:12px;color:var(--fx-muted);background:transparent;}
.fx-delivery-btn.is-active{background:#fff;color:var(--fx-text);box-shadow:var(--fx-shadow-soft);}
.fx-delivery-slots{display:flex;flex-direction:column;gap:8px;}
.fx-delivery-label{font-size:12px;color:var(--fx-muted);font-weight:700;}
.fx-slot-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
.fx-slot-loading{display:none;align-items:center;gap:6px;height:24px;}
.fx-slot-loading.is-active{display:flex;}
.fx-slot-loading span{width:6px;height:6px;border-radius:999px;background:var(--fx-red);opacity:.35;animation:fx-slot-pulse 1s infinite;}
.fx-slot-loading span:nth-child(2){animation-delay:.2s;}
.fx-slot-loading span:nth-child(3){animation-delay:.4s;}
@keyframes fx-slot-pulse{0%,100%{opacity:.3;transform:translateY(0);}50%{opacity:1;transform:translateY(-4px);}}
.fx-slot{border:1px solid var(--fx-border);border-radius:12px;padding:8px;font-size:11px;font-weight:700;background:#fff;color:var(--fx-text);text-align:center;display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;}
.fx-slot small{font-size:10px;color:var(--fx-muted);font-weight:700;}
.fx-slot.is-active{border-color:var(--fx-red);background:#FFF7F7;color:var(--fx-red);box-shadow:0 6px 12px rgba(227,14,28,.15);}
.fx-slot.is-disabled{opacity:.45;border-style:dashed;box-shadow:none;}
.fx-slot-empty{font-size:12px;color:var(--fx-muted);text-align:center;padding:8px 0;}

.fx-service-modal{position:fixed;inset:0;display:none;z-index:75;}
.fx-service-modal.is-active{display:block;}
.fx-service-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.35);backdrop-filter:blur(6px);}
.fx-service-panel{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(92vw,420px);max-height:85vh;background:#fff;border-radius:28px;box-shadow:var(--fx-shadow);display:flex;flex-direction:column;overflow:hidden;animation:fx-slide-up .25s ease;}
.fx-service-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--fx-border);}
.fx-service-head h3{margin:0;font-size:18px;font-weight:800;}
.fx-service-body{padding:16px 18px;display:flex;flex-direction:column;gap:12px;flex:1;overflow:hidden;}
.fx-delivery{flex:1;min-height:0;display:flex;flex-direction:column;}
.fx-delivery-slots{display:flex;flex-direction:column;gap:8px;flex:1;min-height:0;overflow:auto;padding-bottom:8px;}
.fx-slot-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
.fx-service-continue{margin-top:auto;}
.fx-service-continue[disabled]{opacity:.45;box-shadow:none;pointer-events:none;}

@keyframes fx-slide-up{
  from{transform:translateY(20px);opacity:0;}
  to{transform:translateY(0);opacity:1;}
}
.fx-cart-items{display:flex;flex-direction:column;gap:14px;margin-bottom:20px;}
.fx-cart-item{
  display:flex;
  gap:12px;
  background:#fff;
  border-radius:18px;
  padding:12px;
  border:1px solid var(--fx-border);
  box-shadow:var(--fx-shadow-soft);
}
.fx-cart-item img{width:64px;height:64px;border-radius:14px;background:#F3F4F6;object-fit:contain;}
.fx-cart-info{flex:1;}
.fx-cart-info h4{margin:0;font-size:14px;font-weight:700;}
.fx-cart-info span{color:var(--fx-red);font-weight:700;font-size:13px;}
.fx-cart-meta{margin:6px 0;color:var(--fx-muted);font-size:11px;}
.fx-cart-qty{display:flex;align-items:center;gap:6px;}
.fx-cart-qty button{width:28px;height:28px;border-radius:999px;border:none;background:#F3F4F6;font-weight:700;}

.fx-cart-summary{background:#fff;border-radius:18px;padding:16px;border:1px solid var(--fx-border);box-shadow:var(--fx-shadow-soft);}
.fx-summary-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:13px;color:var(--fx-muted);}
.fx-summary-total{font-size:15px;color:var(--fx-text);font-weight:800;}
.fx-summary-total strong{font-size:18px;color:var(--fx-text);}

.fx-primary-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 22px;
  border-radius:999px;
  background:var(--fx-red);
  color:#fff;
  font-weight:800;
  border:none;
  text-decoration:none;
  box-shadow:var(--fx-shadow-glow);
  width:100%;
  margin-top:18px;
}
.fx-secondary-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 18px;
  border-radius:999px;
  background:#f3f3f3;
  color:#333;
  font-weight:700;
  border:1px solid var(--fx-border);
  text-decoration:none;
}

.fx-club-card{
  background:#fff;
  border-radius:20px;
  padding:16px;
  box-shadow:var(--fx-shadow-soft);
  border:1px solid var(--fx-border);
}
.fx-auth-wrap{
  margin-top:12px;
}
.fx-auth-wrap.u-columns,
.fx-auth-wrap .u-column1,
.fx-auth-wrap .u-column2{
  float:none;
  width:100%;
}
.fx-auth-tabs{
  display:flex;
  gap:8px;
  background:#f6f6f6;
  border-radius:999px;
  padding:6px;
  margin-bottom:14px;
}
.fx-auth-tab{
  flex:1;
  border:none;
  background:transparent;
  padding:10px 14px;
  border-radius:999px;
  font-weight:700;
  font-size:12px;
  color:#666;
}
.fx-auth-tab.is-active{
  background:#fff;
  color:#111;
  box-shadow:var(--fx-shadow-soft);
}
.fx-auth-panes{
  display:block;
}
.fx-auth-pane{
  display:none;
  animation:fx-fade-in .2s ease;
}
.fx-auth-pane.is-active{
  display:block;
}
.fx-auth-wrap h2{
  font-size:16px;
  margin:0 0 10px;
}
.fx-auth-banner{
  margin-top:12px;
  padding:10px 12px;
  border-radius:12px;
  background:#fff5f5;
  border:1px dashed #f0b7ba;
  font-size:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.fx-auth-wrap .woocommerce-form{
  background:#fff;
  border:1px solid var(--fx-border);
  border-radius:16px;
  padding:14px;
  box-shadow:var(--fx-shadow-soft);
}
.fx-auth-wrap .form-row{
  margin:0 0 12px;
}
.fx-auth-wrap label{
  display:block;
  font-size:12px;
  color:var(--fx-muted);
  margin-bottom:6px;
}
.fx-auth-wrap input[type="text"],
.fx-auth-wrap input[type="email"],
.fx-auth-wrap input[type="password"]{
  width:100%;
  border-radius:12px;
  border:1px solid var(--fx-border);
  padding:10px 12px;
  font-size:13px;
}
.fx-auth-wrap .woocommerce-form-login__submit,
.fx-auth-wrap .woocommerce-form-register__submit{
  width:100%;
  border-radius:999px;
  padding:12px 16px;
  background:var(--fx-red);
  color:#fff;
  border:none;
  font-weight:800;
}
.fx-auth-wrap .woocommerce-LostPassword{
  margin-top:8px;
  font-size:12px;
}

.fx-modal-open{overflow:hidden;}

.fx-order-status{
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:center;
  text-align:center;
}
.fx-order-status-icon{
  width:64px;
  height:64px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f8fafc;
  color:var(--fx-red);
}
.fx-order-status-icon .fx-icon{width:34px;height:34px;}
.fx-order-status h3{margin:0;font-size:18px;font-weight:800;}
.fx-order-status p{margin:0;color:var(--fx-muted);font-size:13px;}
.fx-order-status-total{
  font-size:14px;
  font-weight:700;
  color:var(--fx-text);
}
.fx-order-status-actions{
  display:flex;
  flex-direction:column;
  gap:8px;
  width:100%;
}
.fx-order-status-actions .fx-primary-btn{width:100%;}

.fx-install-banner{
  position:fixed;
  left:16px;
  right:16px;
  top:calc(12px + env(safe-area-inset-top));
  background:#fff;
  border:1px solid var(--fx-border);
  border-radius:18px;
  box-shadow:0 12px 24px rgba(15,23,42,.18);
  padding:10px 12px;
  display:flex;
  align-items:center;
  gap:10px;
  z-index:70;
}
.fx-install-icon img{
  width:40px;
  height:40px;
  border-radius:12px;
}
.fx-install-body{display:flex;flex-direction:column;gap:2px;}
.fx-install-body strong{font-size:13px;font-weight:800;}
.fx-install-body span{font-size:11px;color:var(--fx-muted);}
.fx-install-btn{
  margin-left:auto;
  border:none;
  background:var(--fx-red);
  color:#fff;
  font-weight:800;
  font-size:12px;
  padding:8px 12px;
  border-radius:999px;
}
.fx-install-close{
  border:none;
  background:#f3f4f6;
  color:#111827;
  border-radius:10px;
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.fx-install-modal{display:flex;flex-direction:column;gap:12px;}
.fx-install-modal-head{
  display:flex;
  align-items:center;
  gap:12px;
}
.fx-install-modal-head img{
  width:48px;
  height:48px;
  border-radius:14px;
}
.fx-install-modal-head h3{margin:0;font-size:16px;font-weight:800;}
.fx-install-modal-head p{margin:4px 0 0;font-size:12px;color:var(--fx-muted);}
.fx-install-steps{
  margin:0;
  padding-left:18px;
  font-size:12px;
  color:var(--fx-text);
  display:flex;
  flex-direction:column;
  gap:8px;
}
.fx-install-chip{
  display:inline-flex;
  align-items:center;
  padding:2px 8px;
  border-radius:999px;
  background:#f3f4f6;
  font-weight:700;
  font-size:11px;
}

.fx-club-scrolltop{
  position:fixed;
  right:16px;
  bottom:84px;
  width:44px;
  height:44px;
  border-radius:999px;
  border:none;
  background:var(--fx-primary);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 18px rgba(15,23,42,.18);
  opacity:0;
  pointer-events:none;
  transform:translateY(10px);
  transition:opacity .2s ease, transform .2s ease;
  z-index:30;
}
.fx-club-scrolltop.is-visible{opacity:1;pointer-events:auto;transform:translateY(0);}
.fx-club-scrolltop .fx-icon{width:18px;height:18px;}

#cookies-eu-wrapper {
  display: none!important;
}



@media (min-width:768px){
  .fx-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .fx-main{max-width:960px;margin:0 auto;}
}
@media (min-width:1024px){
  .fx-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
}
