/* ── Tonpass design foundation ─────────────────────────────── */

body.elementor-kit-44{ background-color: var(--e-global-color-paper); }

@media (prefers-color-scheme: dark){
  body.elementor-kit-44{
    --e-global-color-primary:#EDF0F2;
    --e-global-color-secondary:#98A3AB;
    --e-global-color-text:#EDF0F2;
    --e-global-color-accent:#4FC9A6;
    --e-global-color-paper:#0C1013;
    --e-global-color-surface:#151A1E;
    --e-global-color-line:#252C32;
    --e-global-color-sunk:#101518;
    --e-global-color-accentink:#0C1013;
    --e-global-color-invline:rgba(0,0,0,0.16);
  }
}

html{ -webkit-text-size-adjust:100%; }
body{ -webkit-font-smoothing:antialiased; overflow-x:hidden; color:var(--e-global-color-primary); overflow-wrap:break-word; }

/* text editor paragraphs are spaced by the builder, not by the browser */
.elementor-widget-text-editor p{ margin:0; }
.elementor-widget-text-editor p + p{ margin-top:1em; }

/* ── grids (auto-fit, exactly as designed) ─────────────────── */
body .elementor .e-con.tp-grid-320{ --e-con-grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr)); --e-con-grid-template-rows:auto; }
body .elementor .e-con.tp-grid-300{ --e-con-grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr)); --e-con-grid-template-rows:auto; }
body .elementor .e-con.tp-grid-280{ --e-con-grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr)); --e-con-grid-template-rows:auto; }
body .elementor .e-con.tp-grid-240{ --e-con-grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr)); --e-con-grid-template-rows:auto; }
body .elementor .e-con.tp-grid-220{ --e-con-grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr)); --e-con-grid-template-rows:auto; }
body .elementor .e-con.tp-cols-table{ --e-con-grid-template-columns:1.5fr 1fr 1fr; --e-con-grid-template-rows:auto; }
body .elementor .e-con.tp-cols-4t{ --e-con-grid-template-columns:1.7fr 1fr 1fr 1fr; --e-con-grid-template-rows:auto; }
@media (max-width:520px){
  body .elementor .e-con.tp-cols-4t{ --e-con-grid-template-columns:1.5fr 1fr 1fr 1fr; }
}
body .elementor .e-con.tp-drow > .elementor-widget:nth-child(2){ grid-column:span 2; }

/* ── flex helpers ──────────────────────────────────────────── */
body .elementor .e-con.tp-baseline{ --align-items:baseline; }
body .elementor .e-con.tp-dot{ --flex-grow:0; --flex-shrink:0; --width:7px; --padding-top:0px; --padding-bottom:0px; --padding-left:0px; --padding-right:0px; width:7px; min-height:7px; height:7px; align-self:center; }

/* ── hero headline ─────────────────────────────────────────── */
.tp-h1 .elementor-heading-title{ display:block; }
.tp-h1-eyebrow{ display:block; font-family:"Public Sans",system-ui,sans-serif; font-weight:500; font-size:13px; letter-spacing:.14em; text-transform:uppercase; color:var(--e-global-color-secondary); margin-bottom:18px; line-height:1.2; }
.tp-h1-price{ display:block; font-size:clamp(64px,16vw,132px); line-height:.92; font-variant-numeric:tabular-nums; }

/* ── utilities ─────────────────────────────────────────────── */
.tp-muted{ color:var(--e-global-color-secondary); }
.tp-num,.tp-num *{ font-variant-numeric:tabular-nums; }
.tp-dim{ opacity:.72; }
.tp-dim65{ opacity:.65; }
/* Elementor 4 renders widget content straight inside .elementor-element */
/* headings: the ch measure must follow the heading's own type size */
.tp-mw16 .elementor-heading-title{ max-width:16ch; margin-left:auto; margin-right:auto; }
.tp-mw20 .elementor-heading-title{ max-width:20ch; }
body .elementor .e-con .elementor-element.tp-mw22{ max-width:22ch; }
body .elementor .e-con .elementor-element.tp-mw38{ max-width:38ch; }
body .elementor .e-con .elementor-element.tp-mw40{ max-width:40ch; }
body .elementor .e-con .elementor-element.tp-mw44{ max-width:44ch; }
body .elementor .e-con .elementor-element.tp-center{ margin-left:auto; margin-right:auto; }

/* header: logo lock-up hugs its content so the tagline sits on the far right */
body .elementor .e-con.tp-header > .e-con-inner > .e-con:first-child{ --width:auto; }

/* ── dash list ─────────────────────────────────────────────── */
.tp-dash ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:12px; }
.tp-dash li{ display:flex; gap:12px; }
.tp-dash li::before{ content:"—"; color:var(--e-global-color-accent); font-weight:700; flex:0 0 auto; }

/* ── pull quote ────────────────────────────────────────────── */
.tp-quote{ border-left:3px solid var(--e-global-color-accent); padding:12px 0 12px 14px; }
.tp-quote strong{ font-weight:600; }

/* ── buttons ───────────────────────────────────────────────── */
.tp-btn .elementor-button{ min-height:54px; display:inline-flex; align-items:center; justify-content:center; gap:10px; border-radius:2px; transition:background-color .18s ease, color .18s ease; }
.tp-btn-block .elementor-button{ width:100%; min-height:54px; }

/* ── links ─────────────────────────────────────────────────── */
.elementor a:not(.elementor-button){ color:var(--e-global-color-accent); text-decoration:none; }
.elementor a:not(.elementor-button):hover{ color:var(--e-global-color-primary); }

/* ── small screens ─────────────────────────────────────────── */
@media (max-width:600px){
  body .elementor .e-con.tp-cols-table{ --e-con-grid-template-columns:1.4fr 1fr 1fr; }
}

/* ══ TONPASS v2 — Dark / Neon-Gruen (Redesign 13.09.2026) ══════════
   Fond schwarz · Text weiss · Akzent Spotify-Gruen #1DB954
   Zuruecksetzen: diesen Block loeschen + .bak zurueckspielen. */

html body.elementor-kit-44{
  --e-global-color-primary:#F2F5F6 !important;
  --e-global-color-secondary:#9AA6AD !important;
  --e-global-color-text:#F2F5F6 !important;
  --e-global-color-accent:#1DB954 !important;
  --e-global-color-paper:#000000 !important;
  --e-global-color-surface:#0D1214 !important;
  --e-global-color-line:#1F272C !important;
  --e-global-color-sunk:#070A0B !important;
  --e-global-color-accentink:#06120A !important;
  --e-global-color-invline:rgba(255,255,255,0.16) !important;
  --tp-accent-bright:#1ED760;
  --tp-radius:20px;
}
html body.elementor-kit-44{ background-color:#000000 !important; }

/* Hintergrund-Glow */
body.elementor-kit-44::before{
  content:""; position:fixed; inset:0; z-index:0; pointer-events:none;
  background:
    radial-gradient(820px 520px at 10% -8%, rgba(29,185,84,.17), transparent 62%),
    radial-gradient(680px 460px at 95% 2%, rgba(29,185,84,.07), transparent 60%);
}
body.elementor-kit-44 > *{ position:relative; z-index:1; }

/* Karten: runde Ecken, wo eine Flaeche liegt */
body .elementor .e-con.tp-sharp,
body .elementor .e-con.tp-band{ border-radius:0; }

/* Buttons: Pill + Glow */
body .elementor .tp-btn .elementor-button{
  border-radius:999px !important;
  padding-left:30px !important; padding-right:30px !important;
  font-weight:700 !important;
  box-shadow:0 8px 26px -14px rgba(29,185,84,.9);
}
body .elementor .tp-btn .elementor-button:hover{
  background-color:var(--tp-accent-bright) !important;
  color:#06120A !important;
  transform:translateY(-1px);
  box-shadow:0 14px 34px -12px rgba(29,185,84,.85);
}

/* Akzent-Wort in Ueberschriften */
.tp-ac{ color:var(--e-global-color-accent); }

/* Stat-Band */
body .elementor .e-con.tp-statgrid{ --e-con-grid-template-columns:repeat(auto-fit,minmax(min(45%,180px),1fr)); --e-con-grid-template-rows:auto; }
.tp-stat-num .elementor-heading-title{ font-variant-numeric:tabular-nums; }
.tp-stat-lab .elementor-heading-title{ letter-spacing:.12em; text-transform:uppercase; }

/* Geraete-Chips */
body .elementor .e-con.tp-devgrid{ --e-con-grid-template-columns:repeat(auto-fit,minmax(min(45%,104px),1fr)); --e-con-grid-template-rows:auto; }
body .elementor .e-con.tp-dev{ transition:border-color .2s ease, transform .2s ease; }
body .elementor .e-con.tp-dev:hover{ border-color:rgba(29,185,84,.6); transform:translateY(-2px); }
.tp-ico img{ width:26px; height:26px; display:block; margin-left:auto; margin-right:auto; }
.tp-ico-lg img{ width:38px; height:38px; display:block; }

/* Feature-Cards */
body .elementor .e-con.tp-card{ transition:border-color .22s ease, transform .22s ease, box-shadow .22s ease; }
body .elementor .e-con.tp-card:hover{
  border-color:rgba(29,185,84,.55);
  transform:translateY(-3px);
  box-shadow:0 22px 50px -34px rgba(29,185,84,.8);
}

/* Check-Liste */
.tp-check ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:0; }
.tp-check li{ position:relative; padding:11px 0 11px 30px; border-bottom:1px solid var(--e-global-color-line); }
.tp-check li:last-child{ border-bottom:0; }
.tp-check li::before{
  content:""; position:absolute; left:1px; top:15px; width:15px; height:8px;
  border-left:2.4px solid var(--e-global-color-accent); border-bottom:2.4px solid var(--e-global-color-accent);
  transform:rotate(-45deg);
}

/* Bilder */
.elementor-widget-image img{ height:auto; }
.tp-visual img{ width:100%; max-width:660px; display:block; }

/* == Ratgeber-Artikel (tp-article) ============================== */
.tp-article-wrap{ margin-left:auto; margin-right:auto; }
.tp-article{ font-family:"Public Sans",system-ui,sans-serif; color:var(--e-global-color-primary); font-size:17px; line-height:1.7; }
.tp-article > *:first-child{ margin-top:0; }
.tp-article h1{ font-family:"MuseoModerno",system-ui,sans-serif; font-weight:800; font-size:clamp(30px,6vw,46px); line-height:1.08; letter-spacing:-.01em; margin:0 0 18px; color:var(--e-global-color-primary); }
.tp-article h2{ font-family:"MuseoModerno",system-ui,sans-serif; font-weight:700; font-size:clamp(22px,4vw,30px); line-height:1.15; margin:44px 0 14px; color:var(--e-global-color-primary); }
.tp-article h3{ font-family:"MuseoModerno",system-ui,sans-serif; font-weight:700; font-size:19px; margin:28px 0 8px; color:var(--e-global-color-primary); }
.tp-article p{ margin:0 0 16px; }
.tp-article .tp-lead{ font-size:20px; line-height:1.55; }
.tp-article a{ color:var(--e-global-color-accent); }
.tp-article strong{ font-weight:700; }
.tp-article ul,.tp-article ol{ margin:0 0 18px; padding:0; list-style:none; display:flex; flex-direction:column; gap:10px; }
.tp-article ul li{ position:relative; padding-left:22px; }
.tp-article ul li::before{ content:"\2014"; position:absolute; left:0; color:var(--e-global-color-accent); font-weight:700; }
.tp-article ol{ counter-reset:tpc; }
.tp-article ol li{ position:relative; padding-left:34px; counter-increment:tpc; min-height:24px; }
.tp-article ol li::before{ content:counter(tpc); position:absolute; left:0; top:1px; color:var(--e-global-color-accentink); background:var(--e-global-color-accent); width:24px; height:24px; border-radius:999px; display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:700; }
.tp-article table{ width:100%; border-collapse:collapse; margin:8px 0 22px; font-variant-numeric:tabular-nums; }
.tp-article th,.tp-article td{ text-align:left; padding:11px 12px; border-bottom:1px solid var(--e-global-color-line); }
.tp-article th{ font-weight:700; font-size:14px; color:var(--e-global-color-secondary); }
.tp-article .tp-card{ background:var(--e-global-color-surface); border:1px solid var(--e-global-color-line); border-radius:18px; padding:20px 22px; margin:0 0 20px; }
.tp-article .tp-eyebrow{ font-size:13px; letter-spacing:.14em; text-transform:uppercase; color:var(--e-global-color-secondary); margin:0 0 10px; }
.tp-article .tp-faq{ border-top:1px solid var(--e-global-color-line); margin-top:8px; }
.tp-article .tp-faq details{ border-bottom:1px solid var(--e-global-color-line); padding:14px 0; }
.tp-article .tp-faq summary{ cursor:pointer; font-weight:700; font-family:"MuseoModerno",system-ui,sans-serif; font-size:17px; list-style:none; display:block; }
.tp-article .tp-faq summary::-webkit-details-marker{ display:none; }
.tp-article .tp-faq details[open] summary{ margin-bottom:10px; }
.tp-article .tp-cta-inline{ display:inline-flex; align-items:center; gap:8px; background:var(--e-global-color-accent); color:var(--e-global-color-accentink); font-weight:700; padding:14px 24px; border-radius:999px; text-decoration:none; margin:6px 0 4px; }

/* tp-dark Panel v2: kein weisser Block mehr, sondern tiefgruenes Panel */
body .elementor .e-con.tp-dark{
  --e-global-color-primary:#08150F;
  --e-global-color-paper:#F2F5F6;
  --e-global-color-secondary:#9AA6AD;
  --e-global-color-accent:#1ED760;
  --e-global-color-invline:rgba(255,255,255,0.14);
  border-top:1px solid #1F272C;
  border-bottom:1px solid #1F272C;
}

/* deterministische Spalten fuer die neuen Sektionen */
body .elementor .e-con.tp-cards4{ --e-con-grid-template-columns:1fr; --e-con-grid-template-rows:auto; }
@media (min-width:560px){ body .elementor .e-con.tp-cards4{ --e-con-grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (min-width:1000px){ body .elementor .e-con.tp-cards4{ --e-con-grid-template-columns:repeat(4,minmax(0,1fr)); } }
body .elementor .e-con.tp-devgrid{ --e-con-grid-template-columns:repeat(3,minmax(0,1fr)); --e-con-grid-template-rows:auto; }
@media (max-width:359px){ body .elementor .e-con.tp-devgrid{ --e-con-grid-template-columns:repeat(2,minmax(0,1fr)); } }
body .elementor .e-con.tp-statgrid{ --e-con-grid-template-columns:repeat(2,minmax(0,1fr)); --e-con-grid-template-rows:auto; }
@media (min-width:820px){ body .elementor .e-con.tp-statgrid{ --e-con-grid-template-columns:repeat(4,minmax(0,1fr)); } }

/* Header-Navigation */
.tp-nav{ display:flex; flex-wrap:wrap; gap:clamp(14px,2.4vw,26px); align-items:baseline; }
.tp-nav a{ color:var(--e-global-color-secondary) !important; text-decoration:none; transition:color .18s ease; }
.tp-nav a:hover{ color:var(--e-global-color-accent) !important; }
@media (max-width:520px){ .tp-nav{ gap:14px; } }


/* ===== tp-header sticky v3 ============================================ */
html{ scroll-padding-top:92px; }
body .elementor .e-con.tp-header{
  position:sticky; top:0; z-index:60;
  background:rgba(0,0,0,.72);
  -webkit-backdrop-filter:saturate(170%) blur(14px);
  backdrop-filter:saturate(170%) blur(14px);
  border-bottom:1px solid transparent;
  transition:border-color .2s ease, background .2s ease, padding .2s ease;
}
body .elementor .e-con.tp-header.tp-stuck{
  background:rgba(0,0,0,.88);
  border-bottom-color:var(--e-global-color-line);
}
@supports not ((backdrop-filter:blur(2px)) or (-webkit-backdrop-filter:blur(2px))){
  body .elementor .e-con.tp-header{ background:var(--e-global-color-paper); }
}

/* nav: links + CTA on one baseline */
.tp-nav{ align-items:center; }
.tp-nav a{ padding-bottom:3px; }
.tp-nav a[aria-current="page"]{
  color:var(--e-global-color-primary) !important;
  box-shadow:inset 0 -2px 0 0 var(--e-global-color-accent);
}

/* header call-to-action pill */
.tp-nav .tp-cta{
  display:inline-flex; align-items:center; gap:7px;
  background:var(--e-global-color-accent);
  color:var(--e-global-color-accentink) !important;
  font-weight:700; font-size:12px; letter-spacing:.06em;
  padding:10px 18px; border-radius:999px;
  box-shadow:none; white-space:nowrap;
  transition:background .18s ease, transform .15s ease;
}
.tp-nav .tp-cta:hover{
  background:var(--tp-accent-bright);
  color:var(--e-global-color-accentink) !important;
  transform:translateY(-1px);
}
.tp-nav .tp-cta:focus-visible{ outline:2px solid var(--e-global-color-primary); outline-offset:2px; }

@media (max-width:760px){
  html{ scroll-padding-top:76px; }
  body .elementor .e-con.tp-header{ padding-top:13px !important; padding-bottom:13px !important; }
  .tp-nav{ gap:13px; }
  .tp-nav .tp-cta{ padding:8px 14px; font-size:11px; }
}
@media (max-width:460px){
  .tp-nav{ gap:11px; font-size:11px; }
  .tp-nav .tp-cta{ padding:7px 12px; letter-spacing:.04em; }
}
/* ===================================================================== */


/* The theme puts overflow-x:hidden on <body>, which turns body into a scroll
   container and silently kills position:sticky on the header.
   overflow:clip clips the same way without creating that scroll container,
   so sticky needs a non-scrolling ancestor and gets one here. */
@supports (overflow:clip){
  body{ overflow-x:clip !important; overflow-y:visible !important; }
}


/* ===== mobile header + table overflow v1 ============================= */
/* Wide tables must not push the page sideways on a phone. The table itself
   becomes the scroll container; thead/tbody stay real table boxes inside. */
@media (max-width:700px){
  .tp-article table{ display:block; width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch; }
  .tp-article table thead,
  .tp-article table tbody{ display:table; width:100%; min-width:480px; }
  .tp-article th,.tp-article td{ padding:10px 10px; }
}

/* Header on phones: one logo row, one nav row that scrolls sideways,
   with the order button pinned to the right edge of that row. */
@media (max-width:640px){
  body .elementor .e-con.tp-header{
    padding-top:12px !important; padding-bottom:12px !important;
    row-gap:8px !important;
  }
  .tp-navwrap{ width:100%; }
  .tp-nav{
    flex-wrap:nowrap; overflow-x:auto; gap:16px;
    scrollbar-width:none; -ms-overflow-style:none;
    padding-bottom:2px; font-size:11px;
  }
  .tp-nav::-webkit-scrollbar{ display:none; }
  .tp-nav > a{ flex:0 0 auto; }
  .tp-nav .tp-cta{
    position:sticky; right:0; margin-left:auto;
    padding:7px 13px; font-size:11px;
    box-shadow:-10px 0 12px 6px var(--e-global-color-paper);
  }
}
/* ===================================================================== */


/* ===== woocommerce product page v1 =================================== */
body.single-product{ background:var(--e-global-color-paper); }

/* Order button: same green pill as everywhere else on the site. */
body.single-product .single_add_to_cart_button,
body.single-product a.button.product_type_external,
body.single-product .woocommerce .button.alt,
body.single-product .wp-element-button.single_add_to_cart_button{
  display:inline-flex !important; align-items:center; justify-content:center;
  background:var(--e-global-color-accent) !important;
  color:var(--e-global-color-accentink) !important;
  border:0 !important; border-radius:999px !important;
  font-family:"Public Sans",system-ui,sans-serif !important;
  font-weight:700 !important; font-size:16px !important;
  letter-spacing:.01em !important; text-transform:none !important;
  padding:16px 30px !important; box-shadow:none !important;
  transition:background .18s ease, transform .15s ease !important;
}
body.single-product .single_add_to_cart_button:hover,
body.single-product a.button.product_type_external:hover{
  background:var(--tp-accent-bright) !important;
  color:var(--e-global-color-accentink) !important;
  transform:translateY(-1px);
}

/* Headline and price in the brand faces, not the theme serif. */
body.single-product .wp-block-post-title,
body.single-product .product_title{
  font-family:"MuseoModerno",system-ui,sans-serif !important;
  font-weight:800 !important; font-size:clamp(27px,3.6vw,40px) !important;
  line-height:1.1 !important; letter-spacing:-.01em !important;
  color:var(--e-global-color-primary) !important; margin:0 0 14px !important;
}
body.single-product p.price,
body.single-product .woocommerce-Price-amount{
  font-family:"MuseoModerno",system-ui,sans-serif !important;
  font-weight:800 !important; font-size:30px !important;
  color:var(--e-global-color-primary) !important;
}
body.single-product .woocommerce-product-details__short-description{
  font-family:"Public Sans",system-ui,sans-serif; font-size:17px; line-height:1.65;
  color:var(--e-global-color-secondary); margin:14px 0 22px;
}

/* The product image is a dark graphic, so it needs a frame to read at all. */
body.single-product .woocommerce-product-gallery{
  background:var(--e-global-color-surface);
  border:1px solid var(--e-global-color-line);
  border-radius:var(--tp-radius,20px); overflow:hidden;
}
body.single-product .woocommerce-product-gallery img{ display:block; width:100%; height:auto; }
body.single-product .woocommerce-product-gallery__trigger{ display:none !important; }

/* One tab called "Description" above a heading called "Description" is noise. */
body.single-product .woocommerce-tabs > ul.tabs{ display:none !important; }
body.single-product .woocommerce-Tabs-panel > h2:first-child{ display:none !important; }
body.single-product .woocommerce-tabs{ margin-top:8px; }

/* Breadcrumb and the SKU / category line, toned down. */
body.single-product .woocommerce-breadcrumb,
body.single-product .product_meta{
  font-family:"Public Sans",system-ui,sans-serif; font-size:13px;
  color:var(--e-global-color-secondary);
}
body.single-product .woocommerce-breadcrumb a,
body.single-product .product_meta a{ color:var(--e-global-color-secondary); }
body.single-product .woocommerce-breadcrumb a:hover,
body.single-product .product_meta a:hover{ color:var(--e-global-color-accent); }
body.single-product .product_meta{ margin-top:18px; padding-top:16px; border-top:1px solid var(--e-global-color-line); }
/* ===================================================================== */


/* ===== shop bar + shop footer v1 ===================================== */
.tp-shopbar{
  position:sticky; top:0; z-index:60;
  display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between;
  gap:12px; padding:22px clamp(16px,5vw,40px);
  background:rgba(0,0,0,.72);
  -webkit-backdrop-filter:saturate(170%) blur(14px);
  backdrop-filter:saturate(170%) blur(14px);
  border-bottom:1px solid transparent;
  transition:border-color .2s ease, background .2s ease;
}
.tp-shopbar.tp-stuck{ background:rgba(0,0,0,.88); border-bottom-color:var(--e-global-color-line); }
.tp-shopbar-logo{
  display:inline-flex; align-items:center; gap:8px; text-decoration:none;
  font-family:"Bricolage Grotesque",system-ui,sans-serif;
  font-weight:800; font-size:20px; letter-spacing:-.02em;
  color:var(--e-global-color-primary);
}
.tp-shopbar-dot{ width:7px; height:7px; border-radius:50%; background:var(--e-global-color-accent); display:inline-block; }
.tp-shopbar .tp-nav{
  font-family:"Public Sans",system-ui,sans-serif;
  font-size:12px; font-weight:500; letter-spacing:.12em; text-transform:uppercase;
}

.tp-shopfoot{
  border-top:1px solid var(--e-global-color-line);
  margin-top:64px; padding:40px clamp(16px,5vw,40px) 56px;
  font-family:"Public Sans",system-ui,sans-serif;
  font-size:14px; line-height:1.7; color:var(--e-global-color-secondary);
  background:var(--e-global-color-paper);
}
.tp-shopfoot p{ margin:0 0 10px; max-width:820px; }
.tp-shopfoot-mark{
  font-family:"Bricolage Grotesque",system-ui,sans-serif;
  font-weight:800; font-size:18px; letter-spacing:-.02em;
  color:var(--e-global-color-primary) !important;
}
.tp-shopfoot a{ color:var(--e-global-color-secondary); text-decoration:none; }
.tp-shopfoot a:hover{ color:var(--e-global-color-accent); }
.tp-shopfoot-links{ margin-top:16px; }
.tp-shopfoot-fine{ margin-top:16px; font-size:12.5px; opacity:.75; }

@media (max-width:640px){
  .tp-shopbar{ padding:12px clamp(16px,5vw,40px); row-gap:8px; }
  .tp-shopbar .tp-nav{ width:100%; }
}
/* ===================================================================== */


/* product meta row tidy: the SKU block is its own box, so a border on it
   only drew half a line. Drop it and let the row breathe instead. */
body.single-product .product_meta{ border-top:0 !important; padding-top:0 !important; margin-top:26px !important; }
body.single-product .wp-block-woocommerce-product-sku,
body.single-product .wp-block-post-terms{
  font-family:"Public Sans",system-ui,sans-serif !important;
  font-size:13px !important; letter-spacing:.02em;
  color:var(--e-global-color-secondary) !important;
}
body.single-product .wp-block-post-terms a{ color:var(--e-global-color-secondary) !important; text-decoration:none; }
body.single-product .wp-block-post-terms a:hover{ color:var(--e-global-color-accent) !important; }

/* ---- customer reviews v1 ---- */
.tp-reviews{
  max-width:1080px;
  margin:56px auto 8px;
  padding:0 20px;
  font-family:"Space Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.tp-reviews-title{
  font-family:"MuseoModerno","Space Grotesk",sans-serif;
  font-size:clamp(26px,3.4vw,38px);
  line-height:1.15;
  margin:0 0 8px;
  color:var(--e-global-color-text,#f4f4f5);
}
.tp-reviews-avg{
  margin:0 0 26px;
  font-size:15px;
  opacity:.75;
}
.tp-reviews-avg strong{ color:var(--e-global-color-accent,#1db954); }
.tp-reviews-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:18px;
}
.tp-review{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  padding:22px 22px 18px;
}
.tp-review-stars{
  margin:0 0 10px;
  font-size:17px;
  letter-spacing:2px;
  color:var(--e-global-color-accent,#1db954);
}
.tp-review-text{
  margin:0 0 14px;
  font-size:16px;
  line-height:1.62;
}
.tp-review-meta{
  margin:0;
  font-size:13.5px;
  opacity:.6;
}
.tp-reviews-note{
  margin:22px 0 0;
  font-size:13px;
  line-height:1.6;
  opacity:.55;
  max-width:760px;
}
@media (max-width:600px){
  .tp-reviews{ margin-top:40px; }
  .tp-reviews-grid{ grid-template-columns:1fr; }
}

/* ---- order flow chat v1 ---- */
.tp-flow{ max-width:820px; margin:56px auto 8px; padding:0 20px; font-family:"Space Grotesk",-apple-system,"Segoe UI",sans-serif; }
.tp-flow-title{ font-family:"MuseoModerno","Space Grotesk",sans-serif; font-size:clamp(26px,3.4vw,38px); line-height:1.15; margin:0 0 8px; color:var(--e-global-color-text,#f4f4f5); }
.tp-flow-sub{ margin:0 0 26px; font-size:14px; line-height:1.6; opacity:.6; }
.tp-flow-chat{ display:flex; flex-direction:column; gap:10px; background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.08); border-radius:22px; padding:22px 18px; }
.tp-bubble{ position:relative; max-width:86%; padding:20px 16px 12px; border-radius:16px; font-size:15.5px; line-height:1.55; }
.tp-bubble-who{ display:block; position:absolute; top:7px; font-size:11px; letter-spacing:.08em; text-transform:uppercase; opacity:.55; }
.tp-bubble-out{ align-self:flex-end; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.1); border-bottom-right-radius:5px; }
.tp-bubble-out .tp-bubble-who{ right:16px; }
.tp-bubble-in{ align-self:flex-start; background:rgba(29,185,84,.14); border:1px solid rgba(29,185,84,.32); border-bottom-left-radius:5px; }
.tp-bubble-in .tp-bubble-who{ left:16px; color:var(--e-global-color-accent,#1db954); opacity:.85; }

.tp-flow-points{ list-style:none; margin:24px 0 0; padding:0; display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:10px 20px; }
.tp-flow-points li{ position:relative; padding-left:26px; font-size:15px; line-height:1.55; opacity:.88; }
.tp-flow-points li::before{ content:'✓'; position:absolute; left:0; top:0; color:var(--e-global-color-accent,#1db954); font-weight:700; }
.tp-flow-cta{ margin:26px 0 0; }
.tp-flow-cta .tp-cta{ display:inline-block; font-size:16px; padding:14px 30px; }
@media (max-width:600px){ .tp-flow{ margin-top:40px; } .tp-bubble{ max-width:94%; font-size:15px; } .tp-flow-chat{ padding:18px 12px; } .tp-flow-points{ grid-template-columns:1fr; } }

/* ---- flow cta standalone (the .tp-cta pill is scoped to .tp-nav) ---- */
.tp-flow-cta .tp-cta{ display:inline-block; background:var(--e-global-color-accent,#1db954); color:#07110b; font-family:'Space Grotesk',-apple-system,'Segoe UI',sans-serif; font-weight:700; font-size:16px; line-height:1.2; text-decoration:none; padding:15px 32px; border-radius:999px; border:0; transition:transform .15s ease, filter .15s ease; }
.tp-flow-cta .tp-cta:hover{ filter:brightness(1.08); transform:translateY(-1px); color:#07110b; }
.tp-flow-cta .tp-cta:focus-visible{ outline:2px solid #fff; outline-offset:3px; }

/* ---- whatsapp proof strip v1 ---- */
.tp-proofs{ max-width:1180px; margin:56px auto 8px; padding:0 20px; font-family:'Space Grotesk',-apple-system,'Segoe UI',sans-serif; }
.tp-proofs-title{ font-family:'MuseoModerno','Space Grotesk',sans-serif; font-size:clamp(26px,3.4vw,38px); line-height:1.15; margin:0 0 8px; color:var(--e-global-color-text,#f4f4f5); }
.tp-proofs-sub{ margin:0 0 22px; font-size:14px; line-height:1.6; opacity:.6; }
.tp-proofs-strip{ display:flex; gap:16px; overflow-x:auto; overscroll-behavior-x:contain; scroll-snap-type:x mandatory; padding:4px 4px 16px; scrollbar-width:thin; scrollbar-color:rgba(255,255,255,.22) transparent; }
.tp-proofs-strip::-webkit-scrollbar{ height:8px; }
.tp-proofs-strip::-webkit-scrollbar-thumb{ background:rgba(255,255,255,.22); border-radius:99px; }
.tp-proofs-strip::-webkit-scrollbar-track{ background:transparent; }
.tp-proofs-strip:focus-visible{ outline:2px solid var(--e-global-color-accent,#1db954); outline-offset:4px; border-radius:20px; }
.tp-proof{ flex:0 0 auto; margin:0; scroll-snap-align:center; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.09); border-radius:18px; padding:10px; }
.tp-proof img{ display:block; width:auto; height:auto; max-width:min(76vw,320px); max-height:620px; border-radius:10px; object-fit:contain; }
.tp-proofs-hint{ margin:0 0 4px; font-size:12.5px; letter-spacing:.06em; text-transform:uppercase; opacity:.42; }
.tp-proofs-note{ margin:16px 0 0; font-size:13px; line-height:1.6; opacity:.55; max-width:820px; }
@media (max-width:600px){ .tp-proofs{ margin-top:40px; } .tp-proof img{ max-height:540px; } }

/* ===== fixes v1 ======================================================= */
/* 1. .tp-check sits inside .tp-article, and ".tp-article ul li::before"
    (0,1,3) outranks ".tp-check li::before" (0,1,2). The em dash was winning
    on content while the tick kept its borders, so both marks showed.       */
.tp-article ul.tp-check{ gap:0; }
.tp-article ul.tp-check li{ padding:11px 0 11px 30px; border-bottom:1px solid var(--e-global-color-line); }
.tp-article ul.tp-check li:last-child{ border-bottom:0; }
.tp-article ul.tp-check li::before{
  content:""; left:1px; top:15px; width:15px; height:8px;
  border-left:2.4px solid var(--e-global-color-accent);
  border-bottom:2.4px solid var(--e-global-color-accent);
  transform:rotate(-45deg); font-size:0; line-height:0; color:transparent;
}

/* 2. A flex item will not shrink below its content unless told to, so a wide
    table was pushing the whole page sideways instead of scrolling itself.   */
html, body{ overflow-x:hidden; max-width:100%; }
.tp-article-wrap, .tp-article-wrap .e-con-inner,
.tp-article-wrap .elementor-widget, .tp-article-wrap .elementor-widget-container,
.tp-article{ min-width:0; max-width:100%; }

/* 3. On a phone the comparison tables read as stacked rows rather than as a
    sideways scroll: name in bold, detail under it, price on the right.      */
@media (max-width:560px){
  .tp-article table{ display:block; width:100%; max-width:100%; margin:8px 0 22px; }
  .tp-article table thead{ display:none; }
  .tp-article table tbody, .tp-article table thead{ display:block; width:100%; min-width:0; }
  .tp-article table thead{ display:none; }
  .tp-article table tr{
    display:grid; grid-template-columns:1fr auto; gap:2px 14px; align-items:baseline;
    padding:13px 0; border-bottom:1px solid var(--e-global-color-line);
  }
  .tp-article table tr:last-child{ border-bottom:0; }
  .tp-article table td{ display:block; border:0; padding:0; font-size:15px; }
  .tp-article table td:first-child{ font-weight:700; color:var(--e-global-color-primary); }
  .tp-article table td:nth-child(2){ grid-column:1; font-size:14px; color:var(--e-global-color-secondary); }
  .tp-article table td:last-child{
    grid-column:2; grid-row:1 / span 2; text-align:right; white-space:nowrap;
    font-weight:700; color:var(--e-global-color-accent);
  }
}