/* Tirzepatid Research — professional DE lab shop */
:root{
  --tr-navy:#0b1f33;
  --tr-navy-2:#143554;
  --tr-navy-3:#1e3a5f;
  --tr-accent:#0f766e;
  --tr-accent-2:#14b8a6;
  --tr-accent-soft:#ccfbf1;
  --tr-gold:#b45309;
  --tr-bg:#f3f6f9;
  --tr-card:#ffffff;
  --tr-text:#0f172a;
  --tr-muted:#64748b;
  --tr-border:#e2e8f0;
  --tr-radius:12px;
  --tr-shadow:0 4px 18px rgba(15,23,42,.06);
  --tr-shadow-hover:0 14px 36px rgba(15,23,42,.12);
  --tr-max:1180px;
  --tr-header-h:72px;
}
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  background:var(--tr-bg)!important;
  color:var(--tr-text)!important;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  -webkit-font-smoothing:antialiased;
  line-height:1.6;
  margin:0;
}
img{max-width:100%;height:auto;}
a{color:var(--tr-navy-2);text-decoration-thickness:1px;text-underline-offset:2px;}
a:hover{color:var(--tr-accent);}

/* ===== LAYOUT WIDTH ===== */
.site-container,
.content-container,
.site-main-contain,
.entry-content-wrap,
.wp-site-blocks,
#inner-wrap,
.kadence-breadcrumb-container,
.woocommerce-products-header,
.archive-inner-wrap,
.content-bg.entry-content-wrap{
  max-width:var(--tr-max)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  width:100%;
  padding-left:1.25rem;
  padding-right:1.25rem;
}
.site-header .site-header-inner-wrap,
.site-header-row-container-inner{
  max-width:var(--tr-max)!important;
  margin:0 auto;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

/* ===== HEADER ===== */
#masthead,
.site-header,
.kadence-header-row,
header.site-header{
  background:#fff!important;
  border-bottom:1px solid var(--tr-border)!important;
  box-shadow:0 1px 0 rgba(15,23,42,.04);
  position:sticky;
  top:0;
  z-index:1000;
}
.site-branding .site-title,
.site-title a{
  font-weight:750!important;
  letter-spacing:-.03em!important;
  color:var(--tr-navy)!important;
  font-size:1.15rem!important;
  text-decoration:none!important;
}
.site-description{
  color:var(--tr-muted)!important;
  font-size:.78rem!important;
  max-width:280px;
  line-height:1.35;
}
/* Top bar */
.tr-topbar{
  background:var(--tr-navy);
  color:#cbd5e1;
  font-size:.78rem;
  font-weight:500;
  letter-spacing:.01em;
  padding:.45rem 1.25rem;
  text-align:center;
}
.tr-topbar strong{color:#fff;font-weight:650;}
.tr-topbar a{color:#99f6e4;text-decoration:none;}

/* Navigation */
.header-navigation .menu-item>a,
.primary-menu>li>a,
.menu-item a{
  font-weight:600!important;
  font-size:.88rem!important;
  color:var(--tr-text)!important;
  text-transform:none!important;
  letter-spacing:0!important;
  padding:.45rem .65rem!important;
}
.header-navigation .menu-item>a:hover,
.primary-menu>li>a:hover{color:var(--tr-accent)!important;}
.header-navigation .menu-item.current-menu-item>a,
.primary-menu>li.current-menu-item>a{color:var(--tr-navy)!important;}
/* Hide long SEO hub items if still present via class */
.menu-item.tr-hide-desktop{display:none!important;}

/* Mobile nav drawer */
.mobile-navigation .menu-item a{
  font-size:1rem!important;
  padding:.75rem 1rem!important;
  border-bottom:1px solid var(--tr-border);
}

/* Buttons */
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.wp-block-button__link,
button[type=submit],
.single_add_to_cart_button{
  background:var(--tr-navy)!important;
  border:1px solid var(--tr-navy)!important;
  color:#fff!important;
  border-radius:8px!important;
  padding:.7rem 1.2rem!important;
  font-weight:650!important;
  letter-spacing:.01em!important;
  box-shadow:none!important;
  transition:background .15s, border-color .15s, transform .15s!important;
  text-transform:none!important;
}
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover{
  background:var(--tr-navy-2)!important;
  border-color:var(--tr-navy-2)!important;
  transform:translateY(-1px);
}

/* ===== SHOP ARCHIVE ===== */
.woocommerce-products-header{
  text-align:center;
  padding:1.75rem 1rem .5rem!important;
}
.woocommerce-products-header__title,
.page-title,
h1.entry-title,
.entry-hero .entry-title{
  font-weight:750!important;
  letter-spacing:-.03em!important;
  color:var(--tr-navy)!important;
  font-size:clamp(1.5rem,2.4vw,2rem)!important;
  margin-bottom:.4rem!important;
}
.tr-archive-intro{
  max-width:720px!important;
  margin:0 auto 1rem!important;
  color:var(--tr-muted)!important;
  line-height:1.65!important;
  text-align:center!important;
  font-size:.95rem;
}

/* Trust bar */
.tr-trust-bar{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem 1rem;
  justify-content:center;
  align-items:center;
  padding:.8rem 1.1rem;
  margin:0 auto 1.5rem;
  max-width:920px;
  background:#fff;
  border:1px solid var(--tr-border);
  border-radius:999px;
  color:var(--tr-muted);
  font-size:.82rem;
  font-weight:650;
  box-shadow:var(--tr-shadow);
}
.tr-trust-bar span{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
}
.tr-trust-bar span::before{
  content:"";
  width:6px;height:6px;border-radius:50%;
  background:var(--tr-accent);
  flex-shrink:0;
}

/* Toolbar */
.woocommerce-result-count,
.woocommerce-ordering{color:var(--tr-muted)!important;font-size:.9rem!important;}
.woocommerce-ordering select{
  border:1px solid var(--tr-border)!important;
  border-radius:8px!important;
  padding:.45rem .7rem!important;
  background:#fff!important;
}

/* Product grid — force modern cards */
.woocommerce ul.products,
.woocommerce-page ul.products,
ul.products.columns-4,
ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:1.15rem!important;
  margin:0 0 2rem!important;
  padding:0!important;
  list-style:none!important;
  width:100%!important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after{display:none!important;content:none!important;clear:none!important;}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products li.product{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  float:none!important;
  clear:none!important;
  background:var(--tr-card);
  border:1px solid var(--tr-border);
  border-radius:var(--tr-radius);
  box-shadow:var(--tr-shadow);
  overflow:hidden;
  padding:0 0 1rem!important;
  transition:transform .18s, box-shadow .18s, border-color .18s;
  display:flex!important;
  flex-direction:column;
  position:relative;
}
.woocommerce ul.products li.product:hover{
  transform:translateY(-3px);
  box-shadow:var(--tr-shadow-hover);
  border-color:#cbd5e1;
}
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product img{
  margin:0!important;
  border-radius:0!important;
  width:100%!important;
  aspect-ratio:1/1;
  object-fit:contain!important;
  background:#fafbfc;
  padding:.65rem;
  box-sizing:border-box;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3{
  font-size:.92rem!important;
  font-weight:650!important;
  padding:.75rem 1rem .15rem!important;
  margin:0!important;
  color:var(--tr-navy)!important;
  line-height:1.35!important;
}
.woocommerce ul.products li.product .price{
  padding:0 1rem!important;
  margin:.3rem 0 .1rem!important;
  color:var(--tr-navy)!important;
  font-weight:750!important;
  font-size:1.05rem!important;
}
/* Hide loop excerpts / long text under cards */
.woocommerce ul.products li.product .product-excerpt,
.woocommerce ul.products li.product .product-details .product-excerpt,
.loop-entry.product .product-excerpt,
.woocommerce ul.products li.product .short-description{
  display:none!important;
  height:0!important;
  overflow:hidden!important;
  margin:0!important;
  padding:0!important;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button{
  margin:auto 1rem 0!important;
  display:inline-flex!important;
  width:calc(100% - 2rem);
  justify-content:center;
  background:var(--tr-accent)!important;
  border-color:var(--tr-accent)!important;
  color:#fff!important;
  border-radius:8px!important;
  font-size:.86rem!important;
  padding:.62rem 1rem!important;
}
.woocommerce ul.products li.product .button:hover{
  background:#0d9488!important;
  border-color:#0d9488!important;
}
.woocommerce ul.products li.product .onsale{
  background:var(--tr-gold)!important;
  color:#fff!important;
  border-radius:6px!important;
  font-weight:700!important;
  min-height:auto!important;
  line-height:1.2!important;
  padding:.3rem .5rem!important;
  top:.6rem!important;
  left:.6rem!important;
  right:auto!important;
}

@media (max-width:1100px){
  .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media (max-width:768px){
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.75rem!important;}
  .tr-trust-bar{border-radius:14px;font-size:.75rem;padding:.7rem .85rem;}
  .site-description{display:none!important;}
}
@media (max-width:420px){
  .woocommerce ul.products{grid-template-columns:1fr!important;}
}

/* Pagination */
.woocommerce nav.woocommerce-pagination ul{
  border:0!important;
  display:flex;
  gap:.4rem;
  justify-content:center;
  margin:1.5rem 0 2rem;
}
.woocommerce nav.woocommerce-pagination ul li{border:0!important;}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
  border:1px solid var(--tr-border)!important;
  border-radius:8px!important;
  min-width:2.4rem;
  padding:.45rem .7rem!important;
  background:#fff!important;
  color:var(--tr-text)!important;
  font-weight:600;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
  background:var(--tr-navy)!important;
  border-color:var(--tr-navy)!important;
  color:#fff!important;
}

/* ===== SINGLE PRODUCT ===== */
.single-product div.product{
  background:#fff;
  border:1px solid var(--tr-border);
  border-radius:16px;
  padding:1.5rem;
  box-shadow:var(--tr-shadow);
  margin-bottom:2rem;
}
.single-product div.product .product_title{
  color:var(--tr-navy)!important;
  font-weight:750!important;
  letter-spacing:-.02em!important;
  font-size:clamp(1.35rem,2vw,1.75rem)!important;
}
.single-product div.product p.price{
  color:var(--tr-navy)!important;
  font-size:1.5rem!important;
  font-weight:750!important;
}
.tr-ruo-badge{
  display:inline-block;
  background:var(--tr-accent-soft);
  color:#115e59;
  font-size:.72rem;
  font-weight:750;
  letter-spacing:.04em;
  text-transform:uppercase;
  padding:.32rem .55rem;
  border-radius:6px;
  margin-bottom:.75rem;
}
.single-product .woocommerce-tabs ul.tabs{
  border-bottom:1px solid var(--tr-border)!important;
  padding:0!important;
}
.single-product .woocommerce-tabs ul.tabs li{
  background:transparent!important;
  border:0!important;
  margin:0 1rem 0 0!important;
}
.single-product .woocommerce-tabs ul.tabs li a{
  font-weight:600!important;
  color:var(--tr-muted)!important;
}
.single-product .woocommerce-tabs ul.tabs li.active a{
  color:var(--tr-navy)!important;
  border-bottom:2px solid var(--tr-accent);
}

/* Cart / checkout */
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review{
  background:#fff;
  border:1px solid var(--tr-border);
  border-radius:14px;
  padding:1.25rem;
  box-shadow:var(--tr-shadow);
}
.woocommerce table.shop_table{
  border:1px solid var(--tr-border)!important;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
}

/* Blog */
.entry.content-bg,
article.post,
.loop-entry{
  background:#fff;
  border:1px solid var(--tr-border);
  border-radius:var(--tr-radius);
  box-shadow:var(--tr-shadow);
  overflow:hidden;
}
.entry-content h2{color:var(--tr-navy);letter-spacing:-.02em;}
.tr-callout{
  border-left:3px solid var(--tr-accent)!important;
  background:#f8fafc!important;
  border-radius:0 10px 10px 0;
}

/* Forms */
input[type=text],input[type=email],input[type=tel],input[type=password],
input[type=number],textarea,select{
  border:1px solid var(--tr-border)!important;
  border-radius:8px!important;
  background:#fff!important;
}
input:focus,textarea:focus,select:focus{
  border-color:var(--tr-accent)!important;
  outline:2px solid var(--tr-accent-soft)!important;
}

/* Notices */
.woocommerce-info,
.woocommerce-message,
.woocommerce-error{
  border-radius:10px!important;
  border-top:0!important;
  border-left:3px solid var(--tr-accent)!important;
}

/* ===== CUSTOM FOOTER ===== */
.tirze-newsletter{
  background:linear-gradient(135deg,var(--tr-navy) 0%,var(--tr-navy-2) 55%,#0f766e 100%)!important;
  color:#fff!important;
  padding:2.75rem 1.25rem!important;
  text-align:center;
  margin-top:3rem!important;
}
.tirze-newsletter h3{color:#fff!important;font-weight:750!important;letter-spacing:-.02em;margin:0 0 .4rem!important;}
.tirze-newsletter p{margin:0;opacity:.9;font-size:.95rem;}

.tr-site-footer{
  background:#0a1628!important;
  color:#cbd5e1!important;
  padding:3rem 1.25rem 1.5rem!important;
  font-size:14px;
  line-height:1.65;
  margin:0!important;
}
.tr-site-footer a{color:#e2e8f0;text-decoration:none;}
.tr-site-footer a:hover{color:#99f6e4;}
.tr-footer-inner{
  max-width:var(--tr-max);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:2rem 1.5rem;
}
.tr-footer-brand .tr-logo{
  font-size:1.15rem;
  font-weight:750;
  color:#fff;
  letter-spacing:-.02em;
  margin:0 0 .6rem;
}
.tr-footer-brand p{margin:0 0 .75rem;color:#94a3b8;font-size:.9rem;}
.tr-footer-col h4{
  color:#fff;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  margin:0 0 .9rem;
}
.tr-footer-col ul{list-style:none;margin:0;padding:0;}
.tr-footer-col li{margin:0 0 .45rem;}
.tr-footer-col a{font-size:.9rem;color:#cbd5e1;}
.tr-footer-bottom{
  max-width:var(--tr-max);
  margin:2.25rem auto 0;
  padding-top:1.25rem;
  border-top:1px solid rgba(148,163,184,.2);
  display:flex;
  flex-wrap:wrap;
  gap:.75rem 1.25rem;
  justify-content:space-between;
  align-items:center;
  color:#94a3b8;
  font-size:.8rem;
}
.tr-footer-legal-inline{display:flex;flex-wrap:wrap;gap:.35rem .9rem;}
.tr-footer-legal-inline a{color:#94a3b8;font-size:.8rem;}
.tr-footer-legal-inline a:hover{color:#99f6e4;}
.tr-ruo-strip{
  max-width:var(--tr-max);
  margin:1.25rem auto 0;
  padding:.85rem 1rem;
  background:rgba(15,118,110,.12);
  border:1px solid rgba(20,184,166,.25);
  border-radius:10px;
  color:#99f6e4;
  font-size:.82rem;
  line-height:1.5;
}

@media (max-width:900px){
  .tr-footer-inner{grid-template-columns:1fr 1fr;gap:1.75rem;}
}
@media (max-width:560px){
  .tr-footer-inner{grid-template-columns:1fr;}
  .tr-footer-bottom{flex-direction:column;align-items:flex-start;}
}

/* Hide default Kadence empty footer chrome that looks broken */
.site-footer .footer-html-bottom .theme-by,
.site-info .theme-credit,
.footer-widget-area:empty,
.site-bottom-footer-wrap .site-footer-row-container-inner:empty{display:none!important;}
/* Soften default footer if still rendered */
.site-footer{background:transparent!important;border:0!important;padding:0!important;margin:0!important;}
.site-footer .site-footer-wrap{display:none!important;} /* we render custom footer */

/* Breadcrumbs */
.woocommerce-breadcrumb,
.kadence-breadcrumbs{
  font-size:.86rem!important;
  color:var(--tr-muted)!important;
  margin:1rem 0!important;
}

/* Cookie */
#cookie-law-info-bar{border-radius:12px!important;}

/* ===== v2.3 FIXES ===== */

/* Wissen dropdown — solid white panel, readable text */
.header-navigation ul ul.sub-menu,
.header-navigation .sub-menu,
.primary-menu .sub-menu,
.header-menu-container ul ul,
.header-navigation .header-menu-container ul ul.sub-menu,
.header-navigation .header-menu-container ul ul.submenu{
  background:#ffffff!important;
  border:1px solid var(--tr-border)!important;
  border-radius:10px!important;
  box-shadow:0 12px 32px rgba(15,23,42,.12)!important;
  padding:.4rem 0!important;
  min-width:220px!important;
  z-index:10050!important;
}
.header-navigation ul ul.sub-menu li a,
.header-navigation .sub-menu .menu-item > a,
.primary-menu .sub-menu .menu-item > a,
.header-menu-container ul ul li a{
  color:var(--tr-text)!important;
  background:transparent!important;
  font-weight:600!important;
  font-size:.88rem!important;
  padding:.55rem 1rem!important;
  white-space:nowrap;
}
.header-navigation ul ul.sub-menu li a:hover,
.header-navigation .sub-menu .menu-item > a:hover,
.primary-menu .sub-menu .menu-item > a:hover{
  color:var(--tr-accent)!important;
  background:#f0fdfa!important;
}

/* Remove archive/page hero banners (Shop, Peptide, Blog, static pages) */
.entry-hero,
.entry-hero-container,
.page-hero-section,
.archive .entry-hero,
.blog .entry-hero,
.page .entry-hero,
.search .entry-hero,
.tax-product_cat .entry-hero,
.post-type-archive-product .entry-hero,
.woocommerce-shop .entry-hero,
.woocommerce-page .entry-hero,
.single:not(.single-product) .entry-hero{
  display:none!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  background:none!important;
  visibility:hidden!important;
}
.entry-hero .hero-section-overlay,
.entry-hero .entry-hero-container-inner,
.entry-hero .entry-header,
.entry-hero .page-title,
.entry-hero .archive-title{
  display:none!important;
}
/* Also hide WooCommerce archive title block if theme still prints it */
.woocommerce-products-header__title,
.woocommerce-products-header .page-title,
header.woocommerce-products-header h1{
  display:none!important;
}
header.woocommerce-products-header{
  padding:0!important;
  margin:0!important;
  min-height:0!important;
  border:0!important;
}
/* Keep product title on single product pages */
.single-product .product_title,
.single-product h1.product_title{
  display:block!important;
}

/* Single product: prevent "In den Warenkorb" cut-off */
.single-product form.cart{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:.75rem!important;
  margin:1rem 0 1.25rem!important;
  overflow:visible!important;
  max-width:100%!important;
}
.single-product form.cart .quantity{
  margin:0!important;
  float:none!important;
  flex:0 0 auto;
}
.single-product form.cart .quantity .qty{
  width:4.5rem!important;
  min-height:46px!important;
  text-align:center;
}
.single-product form.cart .single_add_to_cart_button{
  flex:1 1 auto!important;
  min-width:min(100%, 200px)!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  line-height:1.25!important;
  min-height:46px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:.75rem 1.25rem!important;
}
.single-product div.product .summary{
  overflow:visible!important;
  min-width:0!important;
}
.single-product div.product .summary > *{
  max-width:100%;
}
@media (max-width:600px){
  .single-product form.cart{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  .single-product form.cart .quantity,
  .single-product form.cart .single_add_to_cart_button{
    width:100%!important;
    max-width:100%!important;
  }
}

/* Header cart link */
.tr-header-cart{
  display:inline-flex!important;
  align-items:center;
  gap:.35rem;
  font-weight:650!important;
  font-size:.88rem!important;
  color:var(--tr-navy)!important;
  text-decoration:none!important;
  padding:.4rem .7rem!important;
  border:1px solid var(--tr-border);
  border-radius:8px;
  background:#fff;
  white-space:nowrap;
}
.tr-header-cart:hover{
  border-color:var(--tr-accent);
  color:var(--tr-accent)!important;
  background:#f0fdfa;
}
.tr-header-cart .count,
.tr-header-cart .tr-cart-count{
  background:var(--tr-accent);
  color:#fff;
  font-size:.72rem;
  font-weight:700;
  min-width:1.25rem;
  height:1.25rem;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 .3rem;
}
.menu-item.tr-cart-item > a{
  display:inline-flex!important;
  align-items:center;
  gap:.35rem;
}

/* Contact form */
.tr-contact-form{
  max-width:640px;
  background:#fff;
  border:1px solid var(--tr-border);
  border-radius:14px;
  padding:1.5rem;
  box-shadow:var(--tr-shadow);
  margin:1rem 0 2rem;
}
.tr-contact-form label{
  display:block;
  font-weight:650;
  font-size:.88rem;
  color:var(--tr-navy);
  margin:0 0 .35rem;
}
.tr-contact-form .tr-field{margin:0 0 1rem;}
.tr-contact-form input,
.tr-contact-form textarea{
  width:100%!important;
  padding:.7rem .85rem!important;
}
.tr-contact-form textarea{min-height:140px;resize:vertical;}
.tr-contact-form .tr-form-msg{
  padding:.75rem 1rem;
  border-radius:8px;
  margin:0 0 1rem;
  font-size:.92rem;
}
.tr-contact-form .tr-form-msg.ok{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;}
.tr-contact-form .tr-form-msg.err{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;}

/* Laboranalysen gallery */
.tr-lab-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.1rem;
  margin:1.25rem 0 2rem;
}
.tr-lab-grid figure{
  margin:0;
  background:#fff;
  border:1px solid var(--tr-border);
  border-radius:12px;
  overflow:hidden;
  box-shadow:var(--tr-shadow);
}
.tr-lab-grid img{
  width:100%;
  height:auto;
  display:block;
  background:#fafbfc;
}
.tr-lab-grid figcaption{
  padding:.65rem .85rem;
  font-size:.82rem;
  color:var(--tr-muted);
  border-top:1px solid var(--tr-border);
}
@media (max-width:700px){
  .tr-lab-grid{grid-template-columns:1fr;}
}

/* Legal pages readability */
.page .entry-content,
.page-template-default .entry-content{
  max-width:820px;
  font-size:1rem;
  line-height:1.7;
}
.page .entry-content h2{
  margin-top:1.75rem;
  font-size:1.2rem;
  color:var(--tr-navy);
}
.page .entry-content h3{
  margin-top:1.25rem;
  font-size:1.05rem;
  color:var(--tr-navy-2);
}
.page .entry-content ul{padding-left:1.2rem;}
.page .entry-content li{margin:.35rem 0;}

/* FAQ page */
.page-id-22 .entry-content,
.page-slug-faq .entry-content{
  max-width:820px;
  line-height:1.7;
}
.page-id-22 .entry-content h2,
body.page-faq .entry-content h2{
  margin-top:2rem;
  padding-bottom:.4rem;
  border-bottom:2px solid var(--tr-accent-soft);
  font-size:1.28rem;
  color:var(--tr-navy);
}
.page-id-22 .entry-content h3{
  margin-top:1.15rem;
  margin-bottom:.35rem;
  font-size:1.05rem;
  color:var(--tr-navy-2);
}
.page-id-22 .tr-faq-quick,
.page-id-22 .entry-content > p:nth-of-type(2){
  background:var(--tr-card);
  border:1px solid var(--tr-border);
  border-left:4px solid var(--tr-accent);
  border-radius:10px;
  padding:.85rem 1rem;
  margin:1rem 0 1.5rem;
}
.page-id-22 .tr-faq-cta,
.page-id-22 .entry-content > p:last-of-type{
  background:linear-gradient(135deg,#0b1f33 0%,#143554 100%);
  color:#e2e8f0;
  border-radius:12px;
  padding:1rem 1.15rem;
  margin-top:2rem;
}
.page-id-22 .tr-faq-cta a,
.page-id-22 .entry-content > p:last-of-type a{color:#5eead4;}
.page-id-22 .entry-content ul{margin:.4rem 0 1rem;}

/* SEO hub pages */
body.page .entry-content .tr-hub-quick{/* shared */}
.page .entry-content:has(.tr-hub-quick),
.page-id-352 .entry-content,
.page-id-353 .entry-content,
.page-id-17 .entry-content,
.page-id-349 .entry-content,
.page-id-350 .entry-content,
.page-id-351 .entry-content{
  max-width:860px;
  line-height:1.7;
}
.page .entry-content:has(.tr-hub-quick) h2,
.page-id-352 .entry-content h2,
.page-id-353 .entry-content h2,
.page-id-17 .entry-content h2,
.page-id-349 .entry-content h2,
.page-id-350 .entry-content h2,
.page-id-351 .entry-content h2{
  margin-top:2rem;
  padding-bottom:.4rem;
  border-bottom:2px solid var(--tr-accent-soft);
  font-size:1.28rem;
  color:var(--tr-navy);
}
.page .entry-content:has(.tr-hub-quick) h3,
.page-id-352 .entry-content h3{
  margin-top:1.2rem;
  font-size:1.05rem;
  color:var(--tr-navy-2);
}
.tr-hub-quick{
  background:var(--tr-card);
  border:1px solid var(--tr-border);
  border-left:4px solid var(--tr-accent);
  border-radius:10px;
  padding:.85rem 1rem;
  margin:1rem 0 1.5rem;
}
.tr-hub-table{
  width:100%;
  border-collapse:collapse;
  margin:1rem 0 1.5rem;
  font-size:.92rem;
  background:var(--tr-card);
  border-radius:10px;
  overflow:hidden;
  box-shadow:var(--tr-shadow);
}
.tr-hub-table th,
.tr-hub-table td{
  border:1px solid var(--tr-border);
  padding:.65rem .75rem;
  text-align:left;
  vertical-align:top;
}
.tr-hub-table th{
  background:var(--tr-navy);
  color:#e2e8f0;
  font-weight:600;
}
.tr-hub-table tr:nth-child(even) td{background:#f8fafc;}
.tr-hub-cta{
  background:linear-gradient(135deg,#0b1f33 0%,#143554 100%);
  color:#e2e8f0;
  border-radius:12px;
  padding:1rem 1.15rem;
  margin-top:2rem;
}
.tr-hub-cta a{color:#5eead4;}
@media (max-width:640px){
  .tr-hub-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;}
}

/* Mobile header / nav polish */
@media (max-width:1024px){
  .header-navigation .menu-item>a,
  .primary-menu>li>a{font-size:.82rem!important;padding:.4rem .45rem!important;}
}
@media (max-width:768px){
  .tr-topbar{font-size:.72rem;padding:.4rem .75rem;line-height:1.35;}
  .single-product div.product{padding:1rem!important;border-radius:12px;}
  .site-branding .site-title,
  .site-title a{font-size:1.05rem!important;}
  .tr-header-cart{font-size:.8rem!important;padding:.35rem .55rem!important;}
  /* Prevent horizontal scroll */
  body{overflow-x:hidden;}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.85rem!important;}
}


/* Shop / home SEO bottom pillar */
.tr-seo-bottom{
  max-width:920px;
  margin:2.5rem auto 1.5rem;
  padding:1.25rem 1.15rem 1.5rem;
  background:var(--tr-card,#fff);
  border:1px solid var(--tr-border,#e2e8f0);
  border-radius:12px;
  box-shadow:var(--tr-shadow,0 4px 18px rgba(15,23,42,.06));
  line-height:1.7;
  color:var(--tr-text,#0f172a);
}
.tr-seo-bottom h2{
  margin:1.5rem 0 .55rem;
  font-size:1.2rem;
  color:var(--tr-navy,#0b1f33);
  border-bottom:2px solid var(--tr-accent-soft,#ccfbf1);
  padding-bottom:.35rem;
}
.tr-seo-bottom h2:first-child{margin-top:.25rem;}
.tr-seo-bottom p{margin:.45rem 0 .75rem;}
.tr-seo-bottom ul,
.tr-seo-bottom ol{margin:.4rem 0 1rem;padding-left:1.25rem;}
.tr-seo-bottom li{margin:.3rem 0;}
.tr-seo-bottom a{font-weight:500;}
.tr-cat-intro{
  max-width:920px;
  margin:0 auto 1rem;
  padding:.85rem 1rem;
  background:var(--tr-card,#fff);
  border-left:4px solid var(--tr-accent,#0f766e);
  border-radius:8px;
  line-height:1.65;
}

/* WhatsApp Joinchat - always visible, above cookie bar */
.joinchat{
  z-index: 2147483000 !important;
  pointer-events: auto !important;
}
.joinchat.joinchat--right,
.joinchat.joinchat--left{
  display: block !important;
  transform: scaleX(1) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.joinchat .joinchat__button{
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  width: 60px !important;
  height: 60px !important;
  cursor: pointer !important;
}
#cookie-law-info-bar,
.cli-modal,
.cli-bar-container{
  z-index: 99990 !important;
}
