/* Tex-Tryk LogoBank — portalens designretning (låst):
   varm off-white, hvide bokse, afrundede hjørner, Tex-Tryk-rød accent,
   mørk tekst, luftigt, venligt, professionelt. */

:root{
  --tt-bg:#FAF5EE;
  --tt-card:#FFFFFF;
  --tt-ink:#2B2620;
  --tt-muted:#7A6F60;
  --tt-red:#D22730;
  --tt-red-dark:#AF1E27;
  --tt-line:#ECE3D4;
  --tt-ok:#2E7D4F;
  --tt-warn:#9A6A00;
  --tt-radius:16px;
  --tt-shadow:0 2px 10px rgba(70,55,35,.06);
}

.ttlb-app{background:var(--tt-bg);color:var(--tt-ink);min-height:100vh;
  font-family:"Segoe UI",system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6}
.ttlb-app *{box-sizing:border-box}
.ttlb-app h1,.ttlb-app h2,.ttlb-app h3{line-height:1.2;margin:0 0 .4em;color:var(--tt-ink)}
.ttlb-app a{color:var(--tt-red)}
.ttlb-app img{max-width:100%}

/* Topbar */
.ttlb-topbar{background:var(--tt-card);border-bottom:1px solid var(--tt-line);position:sticky;top:0;z-index:50}
.ttlb-topbar-inner{max-width:1120px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.ttlb-brand{font-weight:700;font-size:19px;color:var(--tt-ink)!important;text-decoration:none;display:flex;align-items:center;gap:8px}
.ttlb-brand-mark{background:var(--tt-red);color:#fff;border-radius:8px;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;font-weight:800}
.ttlb-brand-by{font-size:12px;font-weight:500;color:var(--tt-muted)}
.ttlb-nav{display:flex;gap:4px;flex-wrap:wrap;margin-right:auto}
.ttlb-nav a{color:var(--tt-ink);text-decoration:none;padding:7px 14px;border-radius:99px;font-weight:500}
.ttlb-nav a:hover{background:var(--tt-bg)}
.ttlb-nav a.is-active{background:var(--tt-red);color:#fff}
.ttlb-cart-count{background:var(--tt-red);color:#fff;border-radius:99px;font-size:12px;padding:1px 7px;font-weight:700}
.ttlb-user{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--tt-muted)}

/* Shell */
.ttlb-shell{max-width:1120px;margin:0 auto;padding:32px 20px 64px;display:flex;flex-direction:column;gap:22px}
.ttlb-h1{font-size:clamp(26px,4vw,34px);font-weight:700}
.ttlb-sub{color:var(--tt-muted);margin:-14px 0 4px}
.ttlb-footer{max-width:1120px;margin:0 auto;padding:20px;color:var(--tt-muted);font-size:13.5px;text-align:center}

/* Cards & grid */
.ttlb-card{background:var(--tt-card);border:1px solid var(--tt-line);border-radius:var(--tt-radius);
  box-shadow:var(--tt-shadow);padding:24px}
.ttlb-grid{display:grid;gap:18px}
.ttlb-grid-4{grid-template-columns:repeat(4,1fr)}
.ttlb-grid-2up{grid-template-columns:3fr 2fr;align-items:start}
.ttlb-action{text-decoration:none;color:var(--tt-ink)!important;transition:transform .12s ease,box-shadow .12s ease;display:block}
.ttlb-action:hover{transform:translateY(-3px);box-shadow:0 8px 22px rgba(70,55,35,.10)}
.ttlb-action h2{font-size:18px;margin:.5em 0 .2em}
.ttlb-action p{margin:0;color:var(--tt-muted);font-size:14.5px}
.ttlb-action-icon{font-size:28px}

/* Formularer */
.ttlb-form{display:flex;flex-direction:column;gap:8px}
.ttlb-form label{font-weight:600;font-size:14.5px;margin-top:8px}
.ttlb-form input[type=text],.ttlb-form input[type=password],.ttlb-form input[type=number],
.ttlb-form input[type=search],.ttlb-form textarea,.ttlb-search input{
  border:1.5px solid var(--tt-line);border-radius:10px;padding:11px 14px;font-size:16px;
  background:#fff;color:var(--tt-ink);width:100%}
.ttlb-form input:focus,.ttlb-form textarea:focus,.ttlb-search input:focus{outline:2px solid var(--tt-red);outline-offset:1px;border-color:var(--tt-red)}
.ttlb-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.ttlb-hint{color:var(--tt-muted);font-size:14px;margin:2px 0}
.ttlb-hint-inline{font-weight:400;color:var(--tt-muted);font-size:13px}
.ttlb-form input[type=file]{padding:10px 0}

/* Knapper */
.ttlb-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:99px;
  padding:9px 20px;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;
  border:1.5px solid transparent;transition:background .12s ease}
.ttlb-btn-primary{background:var(--tt-red);color:#fff!important}
.ttlb-btn-primary:hover{background:var(--tt-red-dark)}
.ttlb-btn-ghost{background:transparent;border-color:var(--tt-line);color:var(--tt-ink)!important}
.ttlb-btn-ghost:hover{border-color:var(--tt-red);color:var(--tt-red)!important}
.ttlb-btn-big{padding:13px 26px;font-size:16.5px;margin-top:12px}
.ttlb-btn[disabled]{opacity:.55;cursor:wait}
.ttlb-app a:focus-visible,.ttlb-app button:focus-visible,.ttlb-btn:focus-visible,.ttlb-nav a:focus-visible{
  outline:3px solid var(--tt-red);outline-offset:2px;border-radius:8px}

/* Badges + alerts */
.ttlb-badge{display:inline-block;background:var(--tt-bg);border:1px solid var(--tt-line);color:var(--tt-muted);
  border-radius:99px;padding:3px 12px;font-size:13px;font-weight:600}
.ttlb-badge-ok{background:#EAF5EE;border-color:#CDE7D6;color:var(--tt-ok)}
.ttlb-badge-wait{background:#FBF3E2;border-color:#F0E2BE;color:var(--tt-warn)}
.ttlb-alert{background:#FDECEC;border:1px solid #F3C9C9;color:#8E1B22;border-radius:10px;padding:10px 14px;margin:6px 0}
.ttlb-success{background:#EAF5EE;border:1px solid #CDE7D6;color:#1F5A38;border-radius:10px;padding:12px 14px;margin:8px 0}
.ttlb-muted{color:var(--tt-muted)}

/* Tabeller */
.ttlb-tablewrap{overflow-x:auto}
.ttlb-table{width:100%;border-collapse:collapse;font-size:14.5px}
.ttlb-table th{font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:var(--tt-muted);
  text-align:left;padding:8px 12px;border-bottom:1px solid var(--tt-line)}
.ttlb-table td{padding:9px 12px;border-bottom:1px solid var(--tt-line);vertical-align:middle}
.ttlb-table tr:last-child td{border-bottom:none}

/* Login */
.ttlb-login-page{display:flex;min-height:100vh;background:var(--tt-bg)}
.ttlb-login-wrap{margin:auto;padding:32px 20px;width:100%;max-width:440px;text-align:center}
.ttlb-login-card{padding:36px 32px}
.ttlb-login-title{font-size:26px;margin-top:14px}
.ttlb-login-sub{color:var(--tt-muted);margin-bottom:18px}
.ttlb-login-card .ttlb-form{text-align:left}
.ttlb-login-lost{margin-top:16px;font-size:14.5px}
.ttlb-login-foot{color:var(--tt-muted);font-size:13px;margin-top:18px}

/* Figur-placeholder (assets kommer senere — dimensioner er reserveret) */
.ttlb-figure{width:120px;height:140px;margin:0 auto;border:2px dashed var(--tt-line);border-radius:14px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:var(--tt-bg)}
.ttlb-figure-badge{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--tt-red)}
.ttlb-figure-label{font-size:12px;color:var(--tt-muted);text-align:center;padding:0 8px}
.ttlb-upload-aside .ttlb-figure{margin-bottom:14px}

/* Upload aside */
.ttlb-steps{padding-left:20px;margin:8px 0}
.ttlb-steps li{margin-bottom:6px}

/* Søgning */
.ttlb-search{display:flex;gap:10px}
.ttlb-search input{flex:1}
.ttlb-search-top{max-width:560px}

/* Logo-familier */
.ttlb-family-head{display:flex;gap:20px;align-items:flex-start;flex-wrap:wrap}
.ttlb-family h2,.ttlb-variant,.ttlb-card h2{overflow-wrap:anywhere}
.ttlb-family-preview{width:180px;min-height:90px;border:1px solid var(--tt-line);border-radius:10px;
  display:flex;align-items:center;justify-content:center;padding:8px;
  background:repeating-conic-gradient(#f3ede2 0 25%,#fff 0 50%) 0 0/18px 18px}
.ttlb-family-preview img{max-height:110px}
.ttlb-variants{margin-top:18px;display:flex;flex-direction:column;gap:10px}
.ttlb-variant{display:grid;grid-template-columns:1.2fr 1.4fr auto;gap:14px;align-items:center;
  border:1px solid var(--tt-line);border-radius:12px;padding:12px 16px;background:#FFFDF9}
.ttlb-variant-dims{display:flex;flex-direction:column;gap:2px}
.ttlb-sku{font-size:13px;color:var(--tt-muted);background:var(--tt-bg);border-radius:6px;padding:1px 8px;width:max-content}
.ttlb-variant-price{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.ttlb-variant-price label{font-size:14px;color:var(--tt-muted);display:flex;align-items:center;gap:6px}
.ttlb-qty{width:84px;border:1.5px solid var(--tt-line);border-radius:8px;padding:7px 10px;font-size:15px}
.ttlb-price-out{font-weight:700;min-width:150px}
.ttlb-price-out small{display:block;font-weight:400;color:var(--tt-muted)}
.ttlb-variant-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}

/* Responsivt */
@media (max-width:1024px){
  .ttlb-grid-4{grid-template-columns:repeat(2,1fr)}
  .ttlb-grid-2up{grid-template-columns:1fr}
  .ttlb-variant{grid-template-columns:1fr;gap:8px}
  .ttlb-variant-actions{justify-content:flex-start}
}
@media (max-width:640px){
  .ttlb-grid-4{grid-template-columns:1fr}
  .ttlb-topbar-inner{gap:10px}
  .ttlb-nav{order:3;width:100%;justify-content:space-between}
  .ttlb-nav a{padding:7px 10px;font-size:14px}
  .ttlb-user span{display:none}
  .ttlb-form-row{grid-template-columns:1fr}
  .ttlb-shell{padding:20px 14px 48px}
  .ttlb-card{padding:18px}
  .ttlb-family-preview{width:100%}
}
@media (prefers-reduced-motion:reduce){
  .ttlb-action{transition:none}
}

/* ================================================================
   Fase 4A: Login + dashboard komponeret i Bricks (mockup-retningen).
   Tokens (--tt-*) ejes af Bricks' globale variabler; værdierne herover
   er identiske fallbacks. Komponent-CSS'en her genbruger kun tokens.
   ================================================================ */

/* Layout-skelet (klasser sættes på Bricks-elementerne) */
.ttlb4-body{background:var(--tt-bg);min-height:100vh;font-family:"Segoe UI",system-ui,-apple-system,sans-serif;color:var(--tt-ink);font-size:16px;line-height:1.6}
.ttlb4-body *{box-sizing:border-box}
/* Bricks-blokke er flex-column som standard — retning sættes eksplicit med højere specificitet. */
.ttlb4-body .ttlb4-shell{display:flex;flex-direction:row;gap:26px;align-items:flex-start}
.ttlb4-sidebar{width:256px;flex-shrink:0;position:sticky;top:20px;display:flex;flex-direction:column;gap:18px;
  background:var(--tt-card);border:1px solid var(--tt-line);border-radius:var(--tt-radius);box-shadow:var(--tt-shadow);padding:22px 18px}
.ttlb4-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:22px}
img.ttlb4-logo,.ttlb4-logo img{max-width:170px;height:auto;display:block}
img.ttlb4-login-logo,.ttlb4-login-logo img{max-width:190px;width:auto;height:auto;display:block;margin:0 auto 12px}
/* Velkomstfiguren: lille og diskret på mobil/tablet; ved kanten af boksen på desktop. */
img.ttlb4-login-figure{width:92px;height:auto;display:block;margin:2px auto 6px}
@media (min-width:1100px){
  .ttlb4-login-section{overflow-x:clip}
  .ttlb4-login-card{position:relative}
  img.ttlb4-login-figure{position:absolute;right:-128px;bottom:-8px;width:158px;margin:0}
}

/* Sidebar-navigation. Menuindholdet ligger i .ttlb4-menu; på mobil/tablet er
   det en sammenklappelig menu bag en burger-knap, på desktop altid synligt. */
.ttlb-visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.ttlb4-nav{display:flex;flex-direction:column;gap:2px}
.ttlb4-menu{display:flex;flex-direction:column;gap:2px}
.ttlb4-nav .ttlb4-burger,.ttlb4-nav .ttlb4-topcart{display:none}
.ttlb4-burger{background:var(--tt-card);border:1.5px solid var(--tt-line);border-radius:10px;padding:8px 10px;cursor:pointer;color:var(--tt-ink);align-items:center}
.ttlb4-burger .ttlb4-burger-close{display:none}
.ttlb4-sidebar.is-open .ttlb4-burger-close{display:block}
.ttlb4-sidebar.is-open .ttlb4-burger-open{display:none}
.ttlb4-topcart{position:relative;color:var(--tt-ink);padding:8px;border-radius:10px;align-items:center;gap:4px;text-decoration:none}
.ttlb4-nav a{display:flex;align-items:center;gap:11px;color:var(--tt-ink);text-decoration:none;font-weight:600;font-size:15px;
  padding:10px 12px;border-radius:10px}
.ttlb4-nav a svg{color:var(--tt-muted);flex-shrink:0}
.ttlb4-nav a:hover{background:var(--tt-bg)}
.ttlb4-nav a.is-active{background:var(--tt-red);color:#fff}
.ttlb4-nav a.is-active svg{color:#fff}
.ttlb4-nav-badge{margin-left:auto;background:var(--tt-red);color:#fff;border-radius:99px;font-size:12px;font-weight:700;padding:1px 8px}
.ttlb4-nav-logout{margin-top:8px;border-top:1px solid var(--tt-line);padding-top:12px!important;color:var(--tt-muted)!important;font-weight:500!important}

/* Hjælpeboks i sidebaren — telefon og mail på hver sin linje, ingen delt mail. */
.ttlb4-help{background:var(--tt-bg);border-radius:12px;padding:14px 14px 12px;font-size:14px}
.ttlb4-help h3{font-size:15px;margin:0 0 4px}
.ttlb4-help p{margin:0 0 8px;color:var(--tt-muted)}
.ttlb4-help a{color:var(--tt-red);font-weight:600;text-decoration:none;display:inline-block;white-space:nowrap}

/* Headerrække */
.ttlb4-body .ttlb4-headrow{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap}
.ttlb4-body .ttlb4-headrow > *{width:auto;flex:0 0 auto}
.ttlb4-body .ttlb4-headrow > :first-child{flex:1 1 320px;min-width:0}
.ttlb4-searchcard h2,.ttlb4-orderscard h2{font-size:20px;margin-top:0}
.ttlb4-headrow h1{font-size:clamp(26px,3.5vw,34px);font-weight:800;letter-spacing:.01em;margin:0}
.ttlb4-headrow .ttlb4-sub{color:var(--tt-muted);margin:4px 0 0}
.ttlb4-userrow{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.ttlb4-userchip{display:flex;align-items:center;gap:10px;background:var(--tt-card);border:1px solid var(--tt-line);
  border-radius:99px;padding:7px 16px 7px 8px;box-shadow:var(--tt-shadow)}
.ttlb4-avatar{width:34px;height:34px;border-radius:50%;background:var(--tt-red);color:#fff;display:inline-flex;
  align-items:center;justify-content:center;font-weight:700}
.ttlb4-userchip-text{display:flex;flex-direction:column;line-height:1.25;font-size:14px}
.ttlb4-userchip-text small{color:var(--tt-muted)}

/* Handlingskort (mockup-stil: ikoncirkel + CTA) */
.ttlb4-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.ttlb4-action{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:22px}
.ttlb4-action h2{font-size:17.5px;margin:2px 0 0}
.ttlb4-action p{margin:0;color:var(--tt-muted);font-size:14px;flex:1}
.ttlb4-action-icon{width:52px;height:52px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}
.ttlb4-action-upload .ttlb4-action-icon{background:var(--tt-red-soft,#FBEDEC);color:var(--tt-red)}
.ttlb4-action-wait .ttlb4-action-icon{background:#FBF3E2;color:var(--tt-warn)}
.ttlb4-action-ok .ttlb4-action-icon{background:#EAF5EE;color:var(--tt-ok)}
.ttlb4-action-reorder .ttlb4-action-icon{background:#E9F1FA;color:#2E6DA6}
.ttlb4-cta{display:inline-flex;align-items:center;border-radius:9px;padding:8px 15px;font-size:14px;font-weight:600;
  text-decoration:none;margin-top:6px}
.ttlb4-cta-red{background:var(--tt-red);color:#fff!important}
.ttlb4-cta-red:hover{background:var(--tt-red-dark)}
.ttlb4-cta-amber{background:#FBF3E2;color:var(--tt-warn)!important}
.ttlb4-cta-green{background:#2E7D4F;color:#fff!important}
.ttlb4-cta-blue{background:#3E86C6;color:#fff!important}

/* Kolonner: søgning + seneste ordrer */
.ttlb4-body .ttlb4-cols{display:grid;grid-template-columns:1.2fr 1fr;gap:18px;align-items:start}
.ttlb4-orderlist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.ttlb4-orderlist li{display:flex;align-items:center;gap:14px;border:1px solid var(--tt-line);border-radius:10px;padding:10px 14px;background:#FFFDF9}
.ttlb4-orderlist li > div{display:flex;flex-direction:column;line-height:1.35}
.ttlb4-orderlist small{color:var(--tt-muted);font-size:12.5px}
.ttlb4-orderline{flex:1;min-width:0;overflow-wrap:anywhere}
.ttlb4-orderslink{margin:12px 0 0}
.ttlb4-orderslink a{font-weight:600;text-decoration:none;color:var(--tt-red)}

/* Forside (Fase 4E): brugerrække øverst, velkomst-hero med Hue & Silke,
   og proceslinjen "Fra upload til færdigt tryk" bygget af de godkendte figur-positurer. */
.ttlb4-body .ttlb4-userbar{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}
.ttlb4-body .ttlb4-userbar > *{width:auto;flex:0 0 auto}

.ttlb4-body .ttlb4-hero{position:relative;overflow:hidden;display:flex;flex-direction:row;align-items:center;gap:20px;
  border-radius:24px;border:1px solid #F1E3C6;padding:34px 38px;min-height:300px;box-shadow:var(--tt-shadow);
  background:radial-gradient(120% 130% at 88% 8%,#FCEBCF 0%,#FFF6E9 46%,#FFFDF8 100%)}
.ttlb4-hero::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background-image:radial-gradient(rgba(210,39,48,.06) 1.4px,transparent 1.5px);background-size:22px 22px;
  -webkit-mask-image:linear-gradient(105deg,#000,transparent 62%);mask-image:linear-gradient(105deg,#000,transparent 62%)}
/* px, ikke rem: Bricks sætter html{font-size:62.5%}, så 1rem = 10px */
.ttlb4-body .ttlb4-hero-copy{width:auto;flex:1 1 320px;min-width:0;max-width:520px;position:relative;z-index:2}
.ttlb4-eyebrow{display:inline-flex;align-items:center;font-size:13px;font-weight:700;letter-spacing:.02em;color:var(--tt-red);
  background:#fff;border:1px solid #F3D9C8;border-radius:99px;padding:5px 13px;margin-bottom:14px}
.ttlb4-hero-copy h1{font-size:clamp(28px,3.6vw,42px);font-weight:800;line-height:1.12;letter-spacing:-.01em;margin:0;text-wrap:balance}
.ttlb4-hero-copy h1 .ttlb4-u{color:var(--tt-red)}
.ttlb4-hero-copy p{color:#6A5F50;font-size:17px;margin:12px 0 22px;max-width:440px}
.ttlb4-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.ttlb4-btn-pill{display:inline-flex;align-items:center;gap:8px;border-radius:99px;padding:12px 24px;font-size:16px;font-weight:700;
  text-decoration:none;border:2px solid transparent;line-height:1.2}
.ttlb4-btn-pill.is-primary{background:var(--tt-red);color:#fff!important;box-shadow:0 6px 16px rgba(210,39,48,.28)}
.ttlb4-btn-pill.is-primary:hover{background:var(--tt-red-dark)}
.ttlb4-btn-pill.is-ghost{background:#fff;border-color:var(--tt-line);color:var(--tt-ink)!important}
.ttlb4-btn-pill.is-ghost:hover{border-color:var(--tt-red);color:var(--tt-red)!important}
.ttlb4-body .ttlb4-hero-figs{position:relative;width:auto;flex:0 0 auto;align-self:flex-end;align-items:center;z-index:2;padding-top:30px}
.ttlb4-hero-figs::after{content:"";position:absolute;left:50%;bottom:4px;transform:translateX(-50%);width:78%;height:24px;border-radius:50%;
  background:rgba(120,95,55,.14);filter:blur(9px);z-index:0}
img.ttlb4-hero-img{width:clamp(220px,25vw,330px);height:auto;position:relative;z-index:1;filter:drop-shadow(0 16px 16px rgba(70,55,35,.16))}
.ttlb4-body .ttlb4-speech{position:absolute;top:0;left:-26px;z-index:3;width:auto;background:#fff;border:1px solid var(--tt-line);
  border-radius:16px 16px 16px 4px;padding:8px 14px;font-size:14.5px;font-weight:600;color:var(--tt-ink);box-shadow:var(--tt-shadow);white-space:nowrap}
.ttlb4-heart{color:var(--tt-red)}

.ttlb4-body .ttlb4-process{position:relative;overflow:hidden;align-items:stretch;border-radius:24px;border:1px solid var(--tt-line);
  background:linear-gradient(180deg,#FFFDF8 0%,#F3E7D2 100%);box-shadow:var(--tt-shadow);margin-top:4px;padding:28px 30px 22px}
.ttlb4-process::before{content:"";position:absolute;inset:0;pointer-events:none;
  background-image:radial-gradient(rgba(210,39,48,.05) 1.3px,transparent 1.4px);background-size:20px 20px;
  -webkit-mask-image:linear-gradient(180deg,transparent,#000 60%);mask-image:linear-gradient(180deg,transparent,#000 60%)}
.ttlb4-body .ttlb4-process-head{position:relative;width:auto;align-self:center;align-items:center;text-align:center;max-width:600px}
.ttlb4-tag{font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--tt-red)}
.ttlb4-process-head h2{font-size:26px;font-weight:800;margin:6px 0 6px}
.ttlb4-process-head p,.ttlb4-process-head .brxe-text-basic:not(.ttlb4-tag){margin:0;color:#6A5F50}
.ttlb4-body .ttlb4-process-floor{position:relative;display:flex;flex-direction:row;align-items:flex-end;justify-content:center;gap:34px;
  padding:16px 0 6px;margin-top:8px}
.ttlb4-process-floor::before{content:"";position:absolute;left:5%;right:5%;bottom:46px;height:2px;
  background:repeating-linear-gradient(90deg,var(--tt-line) 0 11px,transparent 11px 19px)}
.ttlb4-body .ttlb4-step{position:relative;z-index:1;width:auto;flex:0 1 auto;max-width:210px;align-items:center;text-align:center}
.ttlb4-body .ttlb4-step + .ttlb4-step::before{content:"";position:absolute;left:-31px;bottom:84px;width:26px;height:26px;opacity:.55;
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D22730' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='m13 6 6 6-6 6'/></svg>") center/contain no-repeat}
img.ttlb4-step-img{height:158px;width:auto;filter:drop-shadow(0 10px 9px rgba(70,55,35,.15))}
.ttlb4-body .ttlb4-step-cap{width:auto;margin:12px 0 0;font-size:13.5px;font-weight:600;color:var(--tt-ink);line-height:1.35;max-width:155px}
.ttlb4-num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--tt-red);color:#fff;
  font-size:12px;font-weight:800;margin-right:6px;vertical-align:-4px}
.ttlb4-body .ttlb4-sign{position:relative;display:block;width:max-content;max-width:92%;margin:8px auto 0;background:#FFF9EF;border:1.5px solid var(--tt-line);
  border-radius:10px;padding:10px 20px;font-size:14px;font-weight:600;color:var(--tt-ink);transform:rotate(-1.2deg);box-shadow:var(--tt-shadow);line-height:1.4}
@media (max-width:1024px){
  .ttlb4-body .ttlb4-hero{flex-direction:column;text-align:center;padding:24px 20px 0;min-height:0;gap:6px}
  .ttlb4-body .ttlb4-hero-copy{max-width:none;flex:0 0 auto;align-items:center}
  .ttlb4-hero-copy p{margin-inline:auto}
  .ttlb4-hero-actions{justify-content:center}
  .ttlb4-body .ttlb4-hero-figs{align-self:center}
  img.ttlb4-hero-img{width:min(70vw,290px)}
  .ttlb4-body .ttlb4-speech{left:auto;right:-6px}
  .ttlb4-hero::before{-webkit-mask-image:linear-gradient(180deg,#000,transparent 70%);mask-image:linear-gradient(180deg,#000,transparent 70%)}
}
@media (max-width:720px){
  .ttlb4-body .ttlb4-process{padding:22px 14px 18px}
  .ttlb4-body .ttlb4-process-floor{flex-wrap:wrap;gap:14px 0;padding-top:8px}
  .ttlb4-process-floor::before,.ttlb4-body .ttlb4-step + .ttlb4-step::before{display:none}
  .ttlb4-body .ttlb4-step{flex:0 0 50%;max-width:50%}
  img.ttlb4-step-img{height:126px}
  .ttlb4-process-head h2{font-size:22px}
}
/* Fase 4F: samme løft på hele portalen — kompakt sidehoved med figur på undersiderne,
   rigtige figurer i stedet for pladsholdere, og login som varmt to-delt panel. */
.ttlb4-body .ttlb4-hero--page{min-height:0;padding:22px 30px;align-items:stretch}
.ttlb4-body .ttlb4-hero--page > .brxe-shortcode{width:100%;flex:1 1 auto;min-width:0}
.ttlb4-hero-inner{position:relative;z-index:2;display:flex;flex-direction:row;align-items:center;gap:20px;width:100%}
.ttlb4-hero-inner .ttlb4-hero-copy{flex:1 1 320px;min-width:0;max-width:600px}
.ttlb4-hero--page .ttlb4-eyebrow{margin-bottom:10px;font-size:12.5px;padding:4px 12px}
.ttlb4-hero--page .ttlb4-hero-copy h1{font-size:clamp(24px,2.7vw,32px)}
.ttlb4-hero--page .ttlb4-hero-copy p{font-size:15.5px;margin:8px 0 0;max-width:520px}
.ttlb4-hero-inner .ttlb4-hero-figs{position:relative;display:flex;flex-direction:column;align-items:center;flex:0 0 auto;align-self:flex-end;padding-top:32px}
.ttlb4-hero--page img.ttlb4-hero-img{width:auto;height:150px;margin-bottom:-22px}
.ttlb4-hero--page .ttlb4-speech{font-size:13.5px;padding:7px 12px;top:0;left:auto;right:calc(100% - 46px);white-space:nowrap}
.ttlb-figure-img{height:112px;width:auto;display:block;margin:0 auto 10px;filter:drop-shadow(0 8px 8px rgba(70,55,35,.14))}
.ttlb-figure-img.is-small{height:92px}
.ttlb4-body .ttlb4-pagehead.is-searchonly{justify-content:flex-end}

/* Login: varmt figur-panel til venstre, formularkort til højre */
.ttlb4-body .ttlb4-login-wrap{max-width:960px;text-align:left}
.ttlb4-body .ttlb4-login-hero{display:flex;flex-direction:row;align-items:stretch;gap:0;border-radius:24px;overflow:hidden;
  border:1px solid #F1E3C6;box-shadow:0 12px 30px rgba(70,55,35,.10);background:var(--tt-card)}
.ttlb4-body .ttlb4-login-side{position:relative;width:auto;flex:1 1 46%;min-width:0;display:flex;flex-direction:column;align-items:center;
  justify-content:flex-end;padding:44px 26px 0;text-align:center;
  background:radial-gradient(120% 120% at 20% 10%,#FCEBCF 0%,#FFF6E9 50%,#FFFDF8 100%)}
.ttlb4-login-side::before{content:"";position:absolute;inset:0;pointer-events:none;
  background-image:radial-gradient(rgba(210,39,48,.06) 1.4px,transparent 1.5px);background-size:22px 22px;
  -webkit-mask-image:linear-gradient(180deg,#000,transparent 70%);mask-image:linear-gradient(180deg,#000,transparent 70%)}
.ttlb4-body .ttlb4-login-side > *{position:relative;width:auto}
.ttlb4-body .ttlb4-login-side .ttlb4-speech{position:static;transform:none;margin:0 0 12px auto;align-self:flex-end;margin-right:8%;white-space:normal;
  border-radius:16px 16px 4px 16px;font-size:15px;padding:9px 15px}
img.ttlb4-login-figure{width:min(230px,72%);height:auto;filter:drop-shadow(0 16px 16px rgba(70,55,35,.16))}
.ttlb4-body .ttlb4-login-tag{color:#6A5F50;font-size:14px;max-width:280px;margin:14px 0 22px;line-height:1.5}
.ttlb4-body .ttlb4-login-hero .ttlb4-login-card{flex:1 1 54%;width:auto;min-width:0;border:0;border-radius:0;box-shadow:none;padding:40px 38px 34px}
.ttlb4-login-card .ttlb-btn-big{border-radius:99px;box-shadow:0 6px 16px rgba(210,39,48,.28)}
.ttlb4-login-foot{text-align:center}
@media (max-width:1024px){
  .ttlb4-hero-inner{flex-direction:column;text-align:center;gap:10px}
  /* flex-basis 320px ville i kolonneretning blive til højde — derfor auto her */
  .ttlb4-hero-inner .ttlb4-hero-copy{flex:0 0 auto;max-width:none}
  .ttlb4-hero--page .ttlb4-hero-copy p{margin-inline:auto}
  .ttlb4-hero-inner .ttlb4-hero-figs{align-self:center;padding-top:0}
  .ttlb4-hero--page img.ttlb4-hero-img{height:128px;margin-bottom:-22px}
  /* taleboblen står i flowet over figuren på små skærme */
  .ttlb4-hero--page .ttlb4-speech{position:static;white-space:normal;max-width:280px;margin:0 auto 8px;text-align:center;border-radius:16px 16px 4px 16px}
}
@media (max-width:720px){
  .ttlb4-body .ttlb4-login-wrap{padding:16px 12px}
  .ttlb4-body .ttlb4-login-hero{flex-direction:column}
  .ttlb4-body .ttlb4-login-side{padding:18px 18px 0;flex:0 0 auto}
  .ttlb4-body .ttlb4-login-side .ttlb4-speech{margin:0 0 6px;align-self:center;font-size:14px}
  .ttlb4-login-side img.ttlb4-login-figure{width:120px;margin:0 auto}
  .ttlb4-body .ttlb4-login-tag{display:none}
  .ttlb4-body .ttlb4-login-hero .ttlb4-login-card{padding:22px 18px 24px}
}
.ttlb-figure-small{width:84px;height:96px}
.ttlb-figure-wide{width:280px;height:110px;flex-direction:row}

/* Login-side (Bricks-komponeret) */
.ttlb4-container{width:100%;max-width:1240px;margin:0 auto;padding:26px 20px 60px}
.ttlb4-login-section{min-height:100vh;display:flex}
.ttlb4-login-wrap{margin:auto;width:100%;max-width:460px;padding:32px 18px;text-align:center}
.ttlb4-login-card h1{font-size:26px;margin:8px 0 4px}
.ttlb4-login-card .ttlb4-sub{color:var(--tt-muted);margin:0 0 16px}
.ttlb4-login-foot{color:var(--tt-muted);font-size:13px;margin-top:16px}
.ttlb4-login-card{background:var(--tt-card);border:1px solid var(--tt-line);border-radius:var(--tt-radius);
  box-shadow:var(--tt-shadow);padding:34px 32px;text-align:center}
.ttlb4-login-card .ttlb-form{text-align:left}
.ttlb4-login-logo img{max-width:190px;height:auto;margin:0 auto 6px}
.ttlb4-login-card .ttlb-figure{margin:6px auto 12px}

/* Responsivt */
@media (max-width:1120px){
  .ttlb4-actions{grid-template-columns:repeat(2,1fr)}
  .ttlb4-body .ttlb4-cols{grid-template-columns:1fr}
}
/* Mobil/tablet: sidebaren bliver en kompakt topbjælke (logo · burger · kurv);
   navigation + hjælpeboks ligger i den sammenklappelige menu (lukket som standard). */
@media (max-width:1024px){
  .ttlb4-body .ttlb4-shell{flex-direction:column;gap:16px}
  .ttlb4-sidebar{width:100%;position:sticky;top:0;z-index:60;flex-direction:row;flex-wrap:wrap;
    align-items:center;align-content:flex-start;gap:8px 10px;padding:10px 14px;border-radius:0 0 14px 14px}
  img.ttlb4-logo,.ttlb4-logo img{max-width:118px}
  /* Bricks-elementer er 100% brede som standard — topbjælken skal være én række */
  .ttlb4-sidebar > .brxe-image{width:auto;flex:0 0 auto}
  .ttlb4-sidebar > .brxe-shortcode{width:auto;flex:1 1 auto;min-width:0}
  .ttlb4-nav{flex-direction:row;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}
  .ttlb4-userrow .ttlb4-cartbtn{display:none} /* kurven ligger i topbjælken på mobil (specifik nok til at slå grundreglen længere nede) */
  .ttlb4-nav .ttlb4-burger,.ttlb4-nav .ttlb4-topcart{display:inline-flex}
  .ttlb4-topcart .ttlb4-nav-badge{position:absolute;top:0;right:0;margin:0}
  .ttlb4-menu{display:none}
  .ttlb4-sidebar.is-open .ttlb4-menu{display:flex;flex-direction:column;width:100%;order:10;
    border-top:1px solid var(--tt-line);padding-top:8px;margin-top:4px}
  .ttlb4-help{display:none}
  .ttlb4-sidebar.is-open .ttlb4-help{display:block;width:100%;order:11}
  .ttlb4-headrow h1{font-size:23px}
  .ttlb4-headrow .ttlb4-sub{font-size:14px;margin-top:0}
  .ttlb4-userchip{padding:5px 12px 5px 6px}
  .ttlb4-avatar{width:28px;height:28px;font-size:14px}
}
@media (max-width:640px){
  /* Kompakte 2×2-handlingskort: korte titler, ingen lange afsnit, status bevaret. */
  .ttlb4-actions{grid-template-columns:repeat(2,1fr);gap:10px}
  .ttlb4-action{padding:14px;gap:5px}
  .ttlb4-action .ttlb4-t-full{display:none}
  .ttlb4-action .ttlb4-t-short{display:inline}
  .ttlb4-action h2{font-size:15.5px}
  .ttlb4-action p{display:none}
  .ttlb4-action-icon{width:38px;height:38px}
  .ttlb4-action-icon svg{width:20px;height:20px}
  .ttlb4-cta{font-size:12.5px;padding:6px 10px;margin-top:2px}
  .ttlb4-headrow{flex-direction:column;gap:8px}
  .ttlb4-container{padding:0 12px 40px}
  .ttlb4-body .ttlb4-shell{gap:12px}
  .ttlb4-sign{font-size:13px;padding:6px 12px}
  /* Mobil-login: formularen prioriteres */
  .ttlb4-login-card{padding:24px 18px}
  img.ttlb4-login-logo,.ttlb4-login-logo img{max-width:150px}
  img.ttlb4-login-figure{width:68px;margin:0 auto 4px}
}
/* Korte titler er skjult på desktop */
.ttlb4-t-short{display:none}

/* ================================================================
   Fase 4D: bestillingsflow — Mine logoer, kurv, checkout, bekræftelse.
   Samme kort/radius/spacing/knapper som masterreferencen.
   ================================================================ */
.ttlb4-page{display:flex;flex-direction:column;gap:20px}
.ttlb4-pagehead{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap}
.ttlb4-pagehead .ttlb-sub{margin:0}
.ttlb4-pagehead .ttlb-search{min-width:320px;flex:0 1 420px}
.ttlb4-page .ttlb-h1{margin-bottom:0}
.ttlb4-page .ttlb-sub{margin-top:-8px}

/* Sidebar-kurv-knap (headerrække) */
.ttlb4-cartbtn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;
  border-radius:50%;background:var(--tt-card);border:1px solid var(--tt-line);box-shadow:var(--tt-shadow);color:var(--tt-ink);text-decoration:none}
.ttlb4-cartbtn .ttlb-cart-count{position:absolute;top:-5px;right:-5px}
.ttlb-cart-count.is-empty{display:none}
.ttlb4-help a svg{vertical-align:-2px;margin-right:2px}

/* Priskategori-badges S/M/L/XL */
.ttlb-cat{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:22px;padding:0 8px;border-radius:99px;
  font-size:12px;font-weight:700;letter-spacing:.04em;background:var(--tt-bg);border:1px solid var(--tt-line);color:var(--tt-ink)}
.ttlb-cat-s{background:#EAF5EE;border-color:#CDE7D6;color:var(--tt-ok)}
.ttlb-cat-m{background:#E9F1FA;border-color:#C9DDF0;color:#2E6DA6}
.ttlb-cat-l{background:#FBF3E2;border-color:#F0E2BE;color:var(--tt-warn)}
.ttlb-cat-xl{background:var(--tt-red-soft,#FBEDEC);border-color:#F3C9C9;color:var(--tt-red)}

/* Mine logoer v2 */
.ttlb-variant-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:2px}
.ttlb-price-out{display:flex;flex-direction:column;gap:2px;min-width:200px}
.ttlb-price-unit{font-weight:700;font-size:17px}
.ttlb-price-unit small{font-weight:500;color:var(--tt-muted)}
.ttlb-price-total{font-size:13.5px;color:var(--tt-muted)}
.ttlb-price-hint{font-size:13px;color:var(--tt-ok);font-weight:600}
.ttlb-tiers{font-size:13px;margin-top:2px}
.ttlb-tiers summary{cursor:pointer;color:var(--tt-red);font-weight:600;list-style:none}
.ttlb-tiers summary::before{content:"▸ "}
.ttlb-tiers[open] summary::before{content:"▾ "}
.ttlb-tiers ul{list-style:none;margin:6px 0 0;padding:8px 10px;background:var(--tt-bg);border-radius:8px;display:grid;grid-template-columns:1fr 1fr;gap:2px 16px}
.ttlb-tiers li{display:flex;justify-content:space-between;gap:10px;padding:1px 0}
.ttlb-tiers li.is-current{font-weight:700;color:var(--tt-red)}
.ttlb-toast{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);z-index:200;background:var(--tt-ink);color:#fff;
  border-radius:12px;padding:12px 18px;font-size:14.5px;box-shadow:0 8px 24px rgba(0,0,0,.18);max-width:min(92vw,560px)}
.ttlb-toast a{color:#fff;font-weight:700;margin-left:8px}
.ttlb-toast.is-error{background:#8E1B22}

/* Kurv */
.ttlb-cartlines{display:flex;flex-direction:column;gap:12px}
.ttlb-cartline{display:grid;grid-template-columns:120px 1fr auto auto;gap:18px;align-items:center;padding:16px 20px}
.ttlb-cartline-preview{width:120px;height:70px;border:1px solid var(--tt-line);border-radius:8px;display:flex;align-items:center;justify-content:center;
  background:repeating-conic-gradient(#f3ede2 0 25%,#fff 0 50%) 0 0/16px 16px;overflow:hidden}
.ttlb-cartline-preview img{max-height:62px;max-width:110px}
.ttlb-cartline-info h2{font-size:17px;margin:0 0 4px;overflow-wrap:anywhere}
.ttlb-cartline-qty label{display:flex;flex-direction:column;font-size:13px;color:var(--tt-muted);gap:4px}
.ttlb-cartline-qty input{width:96px;border:1.5px solid var(--tt-line);border-radius:8px;padding:8px 10px;font-size:15px}
.ttlb-cartline-price{display:flex;flex-direction:column;align-items:flex-end;gap:2px;min-width:140px}
.ttlb-cartline-unit{font-size:13.5px;color:var(--tt-muted)}
.ttlb-cartline-total{font-size:17px}
.ttlb-linkbtn{background:none;border:none;color:var(--tt-muted);text-decoration:underline;cursor:pointer;font-size:13px;padding:2px 0}
.ttlb-linkbtn:hover{color:var(--tt-red)}
.ttlb-cartfoot{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;flex-wrap:wrap;margin-top:6px}
.ttlb-carttotals{min-width:min(100%,420px);display:flex;flex-direction:column;gap:8px;font-size:15px}
.ttlb-carttotals > div{display:flex;justify-content:space-between;gap:16px}
.ttlb-carttotals > div:first-child{font-size:18px}
.ttlb-carttotals .ttlb-btn-big{margin-top:10px;justify-content:center}

/* Checkout (klassisk WooCommerce-formular, LogoBank-stylet) */
.ttlb-checkout-info{margin-bottom:4px}
.ttlb-dl{display:grid;grid-template-columns:max-content 1fr;gap:6px 18px;margin:8px 0 0;font-size:15px}
.ttlb-dl dt{color:var(--tt-muted);font-weight:600}
.ttlb-dl dd{margin:0}
.ttlb4-body .woocommerce-checkout{display:grid;grid-template-columns:1.1fr 1fr;gap:18px;align-items:start}
.ttlb4-body .woocommerce-checkout #customer_details,.ttlb4-body .woocommerce-checkout #order_review_heading,.ttlb4-body .woocommerce-checkout #order_review{
  background:var(--tt-card);border:1px solid var(--tt-line);border-radius:var(--tt-radius);box-shadow:var(--tt-shadow);padding:22px 24px}
.ttlb4-body .woocommerce-checkout #order_review_heading{display:none}
.ttlb4-body .woocommerce-checkout #customer_details h3,.ttlb4-body #order_review h3{font-size:19px;margin:0 0 10px}
.ttlb4-body .woocommerce-checkout .col-1,.ttlb4-body .woocommerce-checkout .col-2{width:100%;float:none}
.ttlb4-body .woocommerce-checkout .form-row{margin:0 0 12px;padding:0}
.ttlb4-body .woocommerce-checkout .form-row label{display:block;font-weight:600;font-size:14.5px;margin-bottom:4px;color:var(--tt-ink)}
.ttlb4-body .woocommerce-checkout .form-row .required{color:var(--tt-red);text-decoration:none}
.ttlb4-body .woocommerce-checkout .input-text,.ttlb4-body .woocommerce-checkout textarea{
  width:100%;border:1.5px solid var(--tt-line);border-radius:10px;padding:11px 14px;font-size:16px;background:#fff;box-sizing:border-box}
.ttlb4-body .woocommerce-checkout .input-text:focus,.ttlb4-body .woocommerce-checkout textarea:focus{outline:2px solid var(--tt-red);border-color:var(--tt-red)}
.ttlb4-body .woocommerce-checkout .form-row-first,.ttlb4-body .woocommerce-checkout .form-row-last{width:100%;float:none}
.ttlb-ean-readonly{display:block;font-family:"JetBrains Mono",Consolas,monospace;font-size:16px;font-weight:700;background:var(--tt-bg);
  border:1.5px dashed var(--tt-line);border-radius:10px;padding:10px 14px;margin:4px 0}
.ttlb4-body table.shop_table{width:100%;border-collapse:collapse;font-size:14.5px;border:none}
.ttlb4-body table.shop_table th,.ttlb4-body table.shop_table td{padding:9px 10px;border-bottom:1px solid var(--tt-line);text-align:left;vertical-align:top}
.ttlb4-body table.shop_table thead th{font-size:12px;letter-spacing:.07em;text-transform:uppercase;color:var(--tt-muted)}
.ttlb4-body table.shop_table tfoot th{color:var(--tt-muted);font-weight:600}
.ttlb4-body table.shop_table .order-total td,.ttlb4-body table.shop_table .order-total th{font-size:17px;font-weight:700;border-bottom:none}
.ttlb4-body table.shop_table dl.variation{margin:2px 0 0;font-size:12.5px;color:var(--tt-muted)}
.ttlb4-body table.shop_table dl.variation dt,.ttlb4-body table.shop_table dl.variation dd{display:inline;margin:0}
.ttlb4-body table.shop_table dl.variation dd p{display:inline;margin:0 8px 0 0}
.ttlb4-body #shipping_method{list-style:none;margin:0;padding:0}
.ttlb4-body #shipping_method li{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1.5px solid var(--tt-line);border-radius:10px;margin-bottom:6px;background:#FFFDF9}
.ttlb4-body #shipping_method li:has(input:checked){border-color:var(--tt-red);background:var(--tt-red-soft,#FBEDEC)}
.ttlb4-body #shipping_method label{margin:0;font-weight:600;cursor:pointer}
.ttlb4-body #shipping_method input[type=radio]{accent-color:var(--tt-red);width:18px;height:18px}
.ttlb4-body #payment{background:var(--tt-bg);border-radius:12px;padding:16px;margin-top:14px}
.ttlb4-body #payment ul.payment_methods{list-style:none;margin:0 0 10px;padding:0}
.ttlb4-body #payment .payment_method_yanco_wc_ean_payment_gateway label{font-weight:700}
.ttlb4-body #payment .payment_box{background:transparent;padding:6px 0 0}
.ttlb4-body #payment .payment_box .form-row{margin-bottom:10px}
.ttlb4-body #payment input[type=radio]{accent-color:var(--tt-red)}
.ttlb4-body #place_order{width:100%;background:var(--tt-red);color:#fff;border:none;border-radius:99px;padding:14px 22px;font-size:16.5px;font-weight:700;cursor:pointer;margin-top:8px}
.ttlb4-body #place_order:hover{background:var(--tt-red-dark)}
.ttlb4-body .woocommerce-privacy-policy-text{font-size:13px;color:var(--tt-muted)}
.ttlb4-body .woocommerce-NoticeGroup,.ttlb4-body .woocommerce-error,.ttlb4-body .woocommerce-message,.ttlb4-body .woocommerce-info{
  list-style:none;margin:0 0 14px;padding:12px 16px;border-radius:10px;border:1px solid var(--tt-line);background:var(--tt-card)}
.ttlb4-body .woocommerce-error{border-color:#F3C9C9;background:#FDECEC;color:#8E1B22}
.ttlb4-body .woocommerce-error li{margin:0}
.ttlb4-body .woocommerce-checkout-review-order-table .product-name{overflow-wrap:anywhere}

/* Ordrebekræftelse */
.ttlb4-body .woocommerce-order{display:flex;flex-direction:column;gap:18px}
.ttlb4-body .woocommerce-thankyou-order-received{font-size:20px;font-weight:700;background:#EAF5EE;border:1px solid #CDE7D6;color:#1F5A38;border-radius:12px;padding:16px 20px;margin:0}
.ttlb4-body .woocommerce-order-overview{list-style:none;margin:0;padding:0;display:flex;gap:18px;flex-wrap:wrap;font-size:14px;color:var(--tt-muted)}
.ttlb4-body .woocommerce-order-overview li{background:var(--tt-card);border:1px solid var(--tt-line);border-radius:10px;padding:8px 14px}
.ttlb4-body .woocommerce-order-overview strong{display:block;color:var(--tt-ink)}
.ttlb4-body .woocommerce-order-details,.ttlb4-body .woocommerce-customer-details{background:var(--tt-card);border:1px solid var(--tt-line);border-radius:var(--tt-radius);padding:20px 24px;box-shadow:var(--tt-shadow)}
.ttlb4-body .woocommerce-order-details h2,.ttlb4-body .woocommerce-customer-details h2{font-size:19px;margin:0 0 10px}
.ttlb4-body .woocommerce-customer-details address{font-style:normal;line-height:1.6}
.ttlb4-body .woocommerce-column--shipping-address{display:none}
.ttlb-thankyou h2{margin-top:0}
.ttlb-order-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}
.ttlb-order-head h2{margin:0}

@media (max-width:1024px){
  .ttlb4-body .woocommerce-checkout{grid-template-columns:1fr}
}
@media (max-width:768px){
  .ttlb-cartline{grid-template-columns:90px 1fr;gap:12px}
  .ttlb-cartline-preview{width:90px;height:56px}
  .ttlb-cartline-qty,.ttlb-cartline-price{grid-column:2;align-items:flex-start}
  .ttlb-cartline-price{flex-direction:row;align-items:center;gap:12px;flex-wrap:wrap}
  .ttlb-cartfoot{flex-direction:column}
  .ttlb-carttotals{width:100%}
  .ttlb4-pagehead .ttlb-search{min-width:0;width:100%;flex-basis:100%}
  .ttlb-dl{grid-template-columns:1fr;gap:2px}
  .ttlb-dl dd{margin-bottom:8px}
  .ttlb4-body table.shop_table thead{display:none}
  .ttlb4-body table.shop_table tr{display:grid;grid-template-columns:1fr auto;padding:6px 0}
  .ttlb4-body table.shop_table td,.ttlb4-body table.shop_table th{border:none;padding:4px 6px}
  .ttlb-tiers ul{grid-template-columns:1fr}
}
/* Tydelige formular-labels (mørk tekst, ikke dæmpet) */
.ttlb-form label{color:var(--tt-ink)}
