/* TLTFood identity v50 — presentation only, no cart/order logic */
:root{
  --tlt-forest:#132b25;
  --tlt-forest-2:#1e4137;
  --tlt-lime:#d9ef72;
  --tlt-coral:#ff8d72;
  --tlt-cream:#f5f1e8;
  --tlt-paper:#fffdf7;
  --tlt-ink:#17211e;
  --tlt-muted:#60706a;
  --tlt-line:rgba(19,43,37,.14);
  --tlt-shadow:0 22px 70px rgba(15,42,34,.13);
  --pro-brand:#183c32;
  --pro-brand-dark:#0f2922;
  --pro-accent:#d9ef72;
  --pro-ink:#17211e;
  --pro-muted:#60706a;
  --pro-bg:#f5f1e8;
  --pro-panel:#fffdf7;
  --pro-line:rgba(19,43,37,.14);
  --brand:#183c32;
  --bg:#f5f1e8;
  --panel:#fffdf7;
  --ink:#17211e;
  --muted:#60706a;
  --line:rgba(19,43,37,.14);
}
html{background:var(--tlt-cream)}
body.tlt-signature{
  color:var(--tlt-ink)!important;
  background:
    linear-gradient(rgba(19,43,37,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(19,43,37,.035) 1px,transparent 1px),
    var(--tlt-cream)!important;
  background-size:34px 34px!important;
}
body.tlt-signature::before,body.tlt-signature::after{display:none!important}
body.tlt-signature.bg-photo{background-image:
  linear-gradient(rgba(19,43,37,.035) 1px,transparent 1px),
  linear-gradient(90deg,rgba(19,43,37,.035) 1px,transparent 1px)!important;
  background-color:var(--tlt-cream)!important;
}
body.tlt-signature a:focus-visible,body.tlt-signature button:focus-visible,body.tlt-signature input:focus-visible,body.tlt-signature select:focus-visible{outline:3px solid var(--tlt-lime)!important;outline-offset:3px}

/* Home header */
body.tlt-signature .topbar{
  background:rgba(19,43,37,.96)!important;
  border:0!important;
  box-shadow:0 8px 28px rgba(9,29,23,.18)!important;
  backdrop-filter:blur(16px) saturate(1.2)!important;
}
body.tlt-signature .topbar .nav{min-height:74px;padding:8px 4px!important}
body.tlt-signature .topbar .brand{padding:5px 13px 5px 7px;border-radius:18px;background:#fffdf7;box-shadow:0 7px 22px rgba(0,0,0,.16)}
body.tlt-signature .topbar .brand .logo{height:48px!important}
body.tlt-signature .topbar .menu{gap:3px!important}
body.tlt-signature .topbar .menu a{color:#fff!important;padding:10px 11px!important;border-radius:999px!important;font-size:.88rem!important}
body.tlt-signature .topbar .menu a:hover{color:var(--tlt-forest)!important;background:var(--tlt-lime)!important;box-shadow:none!important}
body.tlt-signature .topbar .burger{background:var(--tlt-lime)!important;border-color:transparent!important}
body.tlt-signature .topbar .burger span{background:var(--tlt-forest)!important}
body.tlt-signature .drawer{background:var(--tlt-forest)!important;color:#fff!important}
body.tlt-signature .drawer .links a{background:rgba(255,255,255,.08)!important;color:#fff!important;border-color:rgba(255,255,255,.13)!important}
body.tlt-signature .drawer-close-btn{background:var(--tlt-lime)!important;color:var(--tlt-forest)!important;border:0!important}

/* Internal header injected by site-pro.js */
body.tlt-signature .pro-header{background:rgba(19,43,37,.96)!important;border-bottom:0!important;box-shadow:0 10px 30px rgba(8,31,24,.18)!important}
body.tlt-signature .pro-header-inner{width:min(1320px,94vw)!important;min-height:76px!important}
body.tlt-signature .pro-brand{color:#fff!important}
body.tlt-signature .pro-brand img{background:#fffdf7!important;border-radius:16px!important;padding:3px!important}
body.tlt-signature .pro-brand-copy small{color:#c8d8d2!important}
body.tlt-signature .pro-head-btn{background:rgba(255,255,255,.09)!important;color:#fff!important;border-color:rgba(255,255,255,.16)!important;box-shadow:none!important}
body.tlt-signature .pro-head-btn:hover{background:rgba(255,255,255,.16)!important}
body.tlt-signature .pro-head-btn.primary{background:var(--tlt-lime)!important;color:var(--tlt-forest)!important}
body.tlt-signature .pro-fav-count{background:var(--tlt-coral)!important;color:#fff!important}

/* Containers */
body.tlt-signature .wrap{width:min(1320px,94vw)!important;margin:24px auto 34px!important}
body.tlt-signature main{
  background:rgba(255,253,247,.94)!important;
  border:1px solid var(--tlt-line)!important;
  border-radius:34px!important;
  padding:clamp(14px,2.2vw,28px)!important;
  box-shadow:var(--tlt-shadow)!important;
}
body.tlt-signature footer{color:var(--tlt-muted)!important;padding:26px 8px!important}
body.tlt-signature .crumbs{margin:0 0 13px!important;color:var(--tlt-muted)!important}
body.tlt-signature .crumbs a{color:var(--tlt-forest-2)!important;text-decoration:underline!important;text-decoration-color:var(--tlt-lime)!important;text-decoration-thickness:4px!important;text-underline-offset:3px!important}

/* Home hero */
body.tlt-signature .hero-intro{
  grid-template-columns:minmax(0,1.22fr) minmax(220px,.55fr)!important;
  min-height:330px!important;
  margin:0 0 18px!important;
  padding:clamp(28px,5vw,66px)!important;
  border:0!important;
  border-radius:32px 32px 88px 32px!important;
  background:
    radial-gradient(circle at 83% 18%,rgba(217,239,114,.23),transparent 26%),
    radial-gradient(circle at 92% 90%,rgba(255,141,114,.24),transparent 30%),
    var(--tlt-forest)!important;
  box-shadow:0 28px 60px rgba(9,39,30,.22)!important;
}
body.tlt-signature .hero-intro::before{width:370px!important;height:370px!important;right:-150px!important;bottom:-220px!important;background:transparent!important;border:68px solid rgba(255,255,255,.055)!important}
body.tlt-signature .hero-intro .badge{background:var(--tlt-lime)!important;border:0!important;color:var(--tlt-forest)!important;letter-spacing:.03em!important}
body.tlt-signature .hero-intro h1{color:#fff!important;max-width:13ch!important;font-size:clamp(2.1rem,5vw,4.5rem)!important;line-height:.98!important;letter-spacing:-.06em!important;margin:18px 0 18px!important}
body.tlt-signature .hero-intro p{color:#d8e3df!important;max-width:72ch!important;font-size:clamp(1rem,1.55vw,1.16rem)!important}
body.tlt-signature .hero-intro__brand{background:rgba(255,255,255,.92)!important;border-radius:42% 58% 58% 42% / 54% 40% 60% 46%!important;transform:rotate(3deg)!important;min-height:230px!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7),0 20px 45px rgba(0,0,0,.18)!important}
body.tlt-signature .hero-intro__brand img{width:min(230px,84%)!important;transform:rotate(-3deg)!important}

/* Promo slider */
body.tlt-signature .hero.hero-slider{padding:0!important;margin:20px 0 26px!important}
body.tlt-signature .hero-slider__viewport{border:0!important;border-radius:30px!important;box-shadow:0 18px 48px rgba(16,43,35,.16)!important;background:var(--tlt-forest)!important}
body.tlt-signature .hero-slider__viewport::before{content:"АКЦИИ";position:absolute;left:18px;top:18px;z-index:5;padding:8px 12px;background:var(--tlt-lime);color:var(--tlt-forest);border-radius:999px;font-weight:950;font-size:.75rem;letter-spacing:.08em}
body.tlt-signature .hero-slider__arrow{background:var(--tlt-forest)!important;color:#fff!important;border:0!important}
body.tlt-signature .hero-slider__dot{background:rgba(19,43,37,.28)!important}
body.tlt-signature .hero-slider__dot.is-active{background:var(--tlt-forest)!important}

/* New home editorial sections */
.tlt-promise{display:grid;grid-template-columns:1.15fr repeat(3,1fr);gap:12px;margin:20px 0 28px}
.tlt-promise__lead,.tlt-promise__item{border:1px solid var(--tlt-line);border-radius:24px;padding:20px;background:var(--tlt-paper)}
.tlt-promise__lead{background:var(--tlt-coral);color:#3e1912;border:0}
.tlt-promise__lead small{display:block;font-weight:900;letter-spacing:.09em;text-transform:uppercase;margin-bottom:8px}
.tlt-promise__lead strong{display:block;font-size:clamp(1.3rem,2.6vw,2rem);line-height:1.04;letter-spacing:-.04em}
.tlt-promise__item b{display:block;font-size:1.02rem;margin-bottom:5px}
.tlt-promise__item span{display:block;color:var(--tlt-muted);font-size:.9rem}
.tlt-promise__num{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--tlt-forest);color:#fff;font-weight:950;margin-bottom:13px}
.tlt-situations{margin:28px 0}
.tlt-situations__head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}
.tlt-situations__head h2{margin:0!important;color:var(--tlt-forest)!important;font-size:clamp(1.5rem,3vw,2.25rem)!important;letter-spacing:-.04em!important}
.tlt-situations__head p{max-width:58ch;margin:0;color:var(--tlt-muted)}
.tlt-situations__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.tlt-situation{display:flex;flex-direction:column;min-height:230px;padding:24px;border-radius:28px;text-decoration:none;color:var(--tlt-ink);border:1px solid var(--tlt-line);background:var(--tlt-paper);position:relative;overflow:hidden}
.tlt-situation:nth-child(2){background:var(--tlt-lime);border:0}
.tlt-situation:nth-child(3){background:var(--tlt-forest);color:#fff;border:0}
.tlt-situation::after{content:"→";margin-top:auto;font-size:2rem;font-weight:900}
.tlt-situation b{font-size:1.35rem;line-height:1.08;letter-spacing:-.035em;max-width:14ch}
.tlt-situation span{margin-top:10px;max-width:36ch;color:inherit;opacity:.78}

/* Home menu: no competitor-like left rail */
body.tlt-signature .section-title{margin:34px 0 14px!important;color:var(--tlt-forest)!important;font-size:clamp(1.45rem,3vw,2.2rem)!important;letter-spacing:-.045em!important;line-height:1.08!important}
body.tlt-signature .catalog{display:block!important;margin-top:12px!important}
body.tlt-signature .catalog .side{position:static!important;margin:0 0 16px!important;padding:14px!important;background:var(--tlt-forest)!important;border:0!important;border-radius:24px!important;box-shadow:none!important}
body.tlt-signature .catalog .side h3{color:#fff!important;margin:0 0 10px!important;font-size:.82rem!important;text-transform:uppercase!important;letter-spacing:.12em!important}
body.tlt-signature .catalog .side ul{display:flex!important;flex-direction:row!important;overflow-x:auto!important;gap:7px!important;padding-bottom:3px!important;scrollbar-width:none!important}
body.tlt-signature .catalog .side ul::-webkit-scrollbar{display:none!important}
body.tlt-signature .catalog .side li{flex:0 0 auto!important}
body.tlt-signature .catalog .side a{padding:9px 12px!important;background:rgba(255,255,255,.09)!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:999px!important;box-shadow:none!important;font-size:.82rem!important}
body.tlt-signature .catalog .side a:hover{background:var(--tlt-lime)!important;color:var(--tlt-forest)!important;transform:none!important}
body.tlt-signature .catalog .side a .dot{background:var(--tlt-coral)!important;box-shadow:none!important}
body.tlt-signature .catgrid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:13px!important}
body.tlt-signature .cati{padding:0!important;gap:0!important;border:1px solid var(--tlt-line)!important;border-radius:26px!important;background:var(--tlt-paper)!important;box-shadow:none!important;min-width:0!important}
body.tlt-signature .cati::after{content:"↗"!important;right:12px!important;top:12px!important;width:36px!important;height:36px!important;display:grid!important;place-items:center!important;background:var(--tlt-lime)!important;color:var(--tlt-forest)!important;font-weight:950!important;font-size:1rem!important}
body.tlt-signature .cati .ico{height:auto!important;aspect-ratio:1.18/1!important;border-radius:0!important;background:#eef1e7!important;padding:0!important}
body.tlt-signature .cati .ico img{border-radius:0!important;object-fit:cover!important}
body.tlt-signature .cati .name{text-align:left!important;padding:14px 14px 3px!important;color:var(--tlt-ink)!important;font-size:.96rem!important;line-height:1.15!important}
body.tlt-signature .cati .hint{text-align:left!important;padding:0 14px 15px!important;color:var(--tlt-muted)!important;font-size:.76rem!important;text-transform:uppercase!important;letter-spacing:.05em!important}
body.tlt-signature .cati:hover{transform:translateY(-4px)!important;box-shadow:0 18px 38px rgba(16,43,35,.14)!important}

/* Home info */
body.tlt-signature .info-grid{gap:14px!important}
body.tlt-signature .info{background:var(--tlt-paper)!important;border:1px solid var(--tlt-line)!important;border-radius:24px!important;padding:20px!important}
body.tlt-signature .info b{font-size:1.05rem!important}
body.tlt-signature .link{background:var(--tlt-forest)!important;color:#fff!important;border:0!important;border-radius:999px!important;padding:9px 13px!important}
body.tlt-signature .tags a{border:0!important;background:var(--tlt-lime)!important;color:var(--tlt-forest)!important;border-radius:12px!important}

/* Category hero: asymmetric, image-led */
body.tlt-signature.pro-product-page .hero.category-hero{
  min-height:300px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(280px,.72fr)!important;
  align-content:center!important;
  text-align:left!important;
  padding:clamp(30px,5vw,66px)!important;
  border:0!important;
  border-radius:30px 30px 82px 30px!important;
  background:var(--tlt-forest)!important;
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
}
body.tlt-signature.pro-product-page .hero.category-hero::before{
  content:"";position:absolute;z-index:-1;right:0;top:0;bottom:0;width:43%;
  background-image:linear-gradient(90deg,var(--tlt-forest),rgba(19,43,37,.15) 35%),var(--category-hero-image)!important;
  background-size:cover!important;background-position:center!important;filter:saturate(.86) contrast(1.02)!important;
}
body.tlt-signature.pro-product-page .hero.category-hero::after{content:"";position:absolute;z-index:-1;left:58%;top:32px;width:100px;height:100px;border-radius:50%;border:22px solid rgba(217,239,114,.16)}
body.tlt-signature.pro-product-page .hero.category-hero .badge{grid-column:1;background:var(--tlt-lime)!important;color:var(--tlt-forest)!important;border:0!important;width:max-content!important}
body.tlt-signature.pro-product-page .hero.category-hero h1{grid-column:1;color:#fff!important;max-width:13ch!important;margin:18px 0 12px!important;font-size:clamp(2rem,4.8vw,4.2rem)!important;line-height:.98!important}
body.tlt-signature.pro-product-page .hero.category-hero .sub{grid-column:1;color:#d6e0dc!important;max-width:62ch!important;margin:0!important;font-size:1rem!important}

/* Local route block injected into each product page */
.tlt-route{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:10px;margin:16px 0 20px}
.tlt-route__lead,.tlt-route__step{padding:16px;border-radius:19px;border:1px solid var(--tlt-line);background:var(--tlt-paper)}
.tlt-route__lead{background:var(--tlt-coral);border:0}
.tlt-route__lead b{display:block;font-size:1.06rem;margin-bottom:4px}
.tlt-route__lead span,.tlt-route__step span{display:block;font-size:.82rem;opacity:.78}
.tlt-route__step b{display:block;margin-bottom:4px}
.tlt-route__step em{display:inline-grid;place-items:center;width:26px;height:26px;margin-bottom:9px;border-radius:8px;background:var(--tlt-forest);color:#fff;font-style:normal;font-weight:950;font-size:.72rem}

/* Product tools */
body.tlt-signature .pro-catalog-tools{border:1px solid var(--tlt-line)!important;border-radius:24px!important;background:var(--tlt-paper)!important;box-shadow:none!important;padding:14px!important}
body.tlt-signature .pro-search-input,body.tlt-signature .pro-sort{border-color:var(--tlt-line)!important;background:#f8f7ef!important}
body.tlt-signature .pro-search-input:focus{border-color:var(--tlt-forest)!important;box-shadow:0 0 0 4px rgba(217,239,114,.42)!important}
body.tlt-signature .pro-chip{border-color:var(--tlt-line)!important;background:#f8f7ef!important;color:var(--tlt-ink)!important}
body.tlt-signature .pro-chip.active{background:var(--tlt-forest)!important;color:#fff!important;box-shadow:none!important}

/* Product cards: editorial numbered design */
body.tlt-signature.pro-product-page .grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;counter-reset:tlt-card}
body.tlt-signature.pro-product-page .grid>.card{
  counter-increment:tlt-card;
  padding:11px!important;
  border:1px solid var(--tlt-line)!important;
  border-radius:28px!important;
  background:var(--tlt-paper)!important;
  box-shadow:none!important;
  gap:10px!important;
  position:relative!important;
}
body.tlt-signature.pro-product-page .grid>.card::before{content:counter(tlt-card,decimal-leading-zero);position:absolute;left:18px;top:18px;z-index:4;display:grid;place-items:center;min-width:39px;height:39px;padding:0 7px;border-radius:13px;background:var(--tlt-forest);color:#fff;font-weight:950;font-size:.72rem;letter-spacing:.06em;box-shadow:0 8px 22px rgba(5,31,23,.2)}
body.tlt-signature.pro-product-page .grid>.card:hover{transform:translateY(-5px)!important;border-color:rgba(19,43,37,.28)!important;box-shadow:0 22px 42px rgba(16,43,35,.13)!important}
body.tlt-signature.pro-product-page .card .img,body.tlt-signature.pro-product-page .card>img{aspect-ratio:16/10!important;padding:0!important;border-radius:20px!important;background:#edf0e7!important;object-fit:cover!important;overflow:hidden!important}
body.tlt-signature.pro-product-page .card .img img{width:100%!important;height:100%!important;object-fit:cover!important}
body.tlt-signature.pro-product-page .card h3{font-size:1.09rem!important;min-height:auto!important;margin:3px 5px 0!important;letter-spacing:-.025em!important}
body.tlt-signature.pro-product-page .card .desc{margin:0 5px!important;font-size:.88rem!important;line-height:1.5!important;-webkit-line-clamp:3!important}
body.tlt-signature.pro-product-page .card .row{padding:4px 5px 3px!important}
body.tlt-signature.pro-product-page .card .price{font-size:1.1rem!important;color:var(--tlt-forest)!important}
body.tlt-signature.pro-product-page .card .btn{background:var(--tlt-lime)!important;color:var(--tlt-forest)!important;border-radius:999px!important;box-shadow:none!important;min-height:44px!important;padding:0 16px!important}
body.tlt-signature .pro-card-top-actions{top:17px!important;right:17px!important}
body.tlt-signature .pro-favorite-btn,body.tlt-signature .pro-detail-btn{border-color:transparent!important;background:rgba(255,253,247,.93)!important;color:var(--tlt-forest)!important}
body.tlt-signature .pro-card-badges{left:64px!important;top:18px!important}
body.tlt-signature .pro-card-badge{background:var(--tlt-forest)!important}
body.tlt-signature .pro-card-badge.hot{background:var(--tlt-coral)!important;color:#482017!important}
body.tlt-signature .pro-card-badge.veg{background:#5ba879!important}
body.tlt-signature .pro-card-badge.hit{background:var(--tlt-lime)!important;color:var(--tlt-forest)!important}
body.tlt-signature .pro-card-meta span{background:#eef1e7!important;color:var(--tlt-muted)!important}

/* Category copy */
body.tlt-signature .category-copy{margin-top:28px!important;padding:clamp(22px,4vw,42px)!important;border:0!important;border-radius:30px!important;background:#eef1e7!important;color:var(--tlt-ink)!important}
body.tlt-signature .category-copy h2{color:var(--tlt-forest)!important;font-size:clamp(1.35rem,2.7vw,2rem)!important;letter-spacing:-.035em!important}
body.tlt-signature .category-related{padding:15px 17px!important;border-radius:18px!important;background:var(--tlt-paper)!important}
body.tlt-signature .category-related a{color:var(--tlt-forest)!important;text-decoration-color:var(--tlt-coral)!important;text-decoration-thickness:4px!important}
body.tlt-signature .category-faq{grid-template-columns:repeat(3,1fr)!important}
body.tlt-signature .category-faq details{border:1px solid var(--tlt-line)!important;border-radius:18px!important;background:var(--tlt-paper)!important;padding:15px!important}

/* Local trust/content block */
.tlt-local-panel{margin:25px 0 0;padding:clamp(22px,4vw,40px);border-radius:30px;background:var(--tlt-forest);color:#fff;position:relative;overflow:hidden}
.tlt-local-panel::after{content:"TLT";position:absolute;right:-8px;bottom:-40px;font-size:9rem;line-height:1;font-weight:950;color:rgba(255,255,255,.055);letter-spacing:-.08em}
.tlt-local-panel h2{position:relative;margin:0 0 10px;font-size:clamp(1.45rem,3vw,2.2rem);letter-spacing:-.04em;max-width:22ch}
.tlt-local-panel p{position:relative;max-width:78ch;color:#d6e2de}
.tlt-local-panel__districts{position:relative;display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}
.tlt-local-panel__districts span{padding:8px 12px;border-radius:999px;background:var(--tlt-lime);color:var(--tlt-forest);font-weight:900;font-size:.84rem}
.tlt-local-panel__links{position:relative;display:flex;flex-wrap:wrap;gap:8px}
.tlt-local-panel__links a{padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.17);color:#fff;text-decoration:none;font-weight:850}
.tlt-local-panel__links a:hover{background:#fff;color:var(--tlt-forest)}

/* Guide */
.tlt-guide-hero{padding:clamp(34px,6vw,76px);border-radius:32px 32px 90px 32px;background:var(--tlt-forest);color:#fff;position:relative;overflow:hidden}
.tlt-guide-hero::after{content:"24/7";position:absolute;right:-20px;bottom:-45px;font-size:10rem;line-height:1;font-weight:950;color:rgba(255,255,255,.055)}
.tlt-guide-hero .badge{background:var(--tlt-lime)!important;color:var(--tlt-forest)!important;border:0!important}
.tlt-guide-hero h1{max-width:13ch!important;color:#fff!important;font-size:clamp(2.2rem,5.4vw,4.7rem)!important;line-height:.97!important;letter-spacing:-.06em!important}
.tlt-guide-hero p{max-width:65ch;color:#d7e2de;font-size:1.06rem}
.tlt-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:22px 0}
.tlt-guide-card{padding:24px;border:1px solid var(--tlt-line);border-radius:26px;background:var(--tlt-paper)}
.tlt-guide-card:nth-child(2){background:var(--tlt-lime);border:0}.tlt-guide-card:nth-child(3){background:var(--tlt-coral);border:0}
.tlt-guide-card h2{margin:0 0 9px;color:var(--tlt-forest);font-size:1.35rem;letter-spacing:-.035em}
.tlt-guide-section{padding:clamp(22px,4vw,42px);margin:18px 0;border-radius:28px;background:#eef1e7}
.tlt-guide-section h2{margin-top:0;color:var(--tlt-forest);font-size:clamp(1.4rem,3vw,2.1rem);letter-spacing:-.04em}
.tlt-guide-section ul{padding-left:1.25rem}.tlt-guide-section li{margin:.55rem 0}

/* Components created by site-pro / cart keep behavior, adopt identity */
body.tlt-signature .pro-home-action{border-color:var(--tlt-line)!important;border-radius:22px!important;background:var(--tlt-paper)!important;box-shadow:none!important}
body.tlt-signature .pro-home-action-icon{background:var(--tlt-lime)!important}
body.tlt-signature .pro-combo-section{border:0!important;border-radius:30px!important;background:#eef1e7!important;box-shadow:none!important}
body.tlt-signature .pro-combo-sale{background:var(--tlt-coral)!important;color:#4c2118!important}
body.tlt-signature .pro-combo-add,body.tlt-signature .pro-mini-btn.primary,body.tlt-signature .pro-detail-add{background:var(--tlt-forest)!important}
body.tlt-signature .pro-panel,body.tlt-signature .pro-detail-box,body.tlt-signature .pro-combo-modal,body.tlt-signature .pro-combo-picker-sheet{background:var(--tlt-paper)!important}
body.tlt-signature .pro-mobile-nav{background:var(--tlt-forest)!important;border-color:rgba(255,255,255,.1)!important}
body.tlt-signature .pro-mobile-nav button,body.tlt-signature .pro-mobile-nav a{color:#fff!important}
body.tlt-signature .pro-mobile-nav .active{color:var(--tlt-lime)!important}

@media(max-width:1100px){
  body.tlt-signature .catgrid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .tlt-promise{grid-template-columns:1fr 1fr}.tlt-promise__lead{grid-row:span 2}
}
@media(max-width:900px){
  body.tlt-signature .topbar .menu{display:none!important}
  body.tlt-signature.pro-product-page .hero.category-hero{grid-template-columns:1fr!important;min-height:330px!important;padding-bottom:140px!important}
  body.tlt-signature.pro-product-page .hero.category-hero::before{left:0!important;right:0!important;top:auto!important;bottom:0!important;width:100%!important;height:48%!important;background-image:linear-gradient(180deg,var(--tlt-forest),rgba(19,43,37,.22) 44%),var(--category-hero-image)!important}
  body.tlt-signature.pro-product-page .grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .tlt-route{grid-template-columns:1fr 1fr}.tlt-route__lead{grid-column:1/-1}
  .tlt-situations__grid,.tlt-guide-grid{grid-template-columns:1fr}
  .tlt-situation{min-height:180px}
  body.tlt-signature .category-faq{grid-template-columns:1fr!important}
}
@media(max-width:760px){
  body.tlt-signature .wrap{width:min(100% - 14px,1320px)!important;margin-top:8px!important}
  body.tlt-signature main{border-radius:24px!important;padding:8px!important}
  body.tlt-signature .hero-intro{grid-template-columns:1fr!important;min-height:0!important;padding:28px 21px!important;border-radius:24px 24px 58px 24px!important}
  body.tlt-signature .hero-intro h1{font-size:clamp(2rem,10vw,3.15rem)!important;max-width:11ch!important}
  body.tlt-signature .hero-intro__brand{display:none!important}
  body.tlt-signature .hero-slider__viewport{border-radius:22px!important}
  body.tlt-signature .catgrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  body.tlt-signature .cati{border-radius:18px!important}
  body.tlt-signature .cati .name{font-size:.87rem!important;padding:10px 10px 2px!important}
  body.tlt-signature .cati .hint{font-size:.66rem!important;padding:0 10px 11px!important}
  body.tlt-signature .cati::after{right:8px!important;top:8px!important;width:29px!important;height:29px!important}
  .tlt-promise{grid-template-columns:1fr}.tlt-promise__lead{grid-row:auto}
  .tlt-situations__head{display:block}.tlt-situations__head p{margin-top:8px}
  body.tlt-signature.pro-product-page .hero.category-hero{min-height:340px!important;padding:26px 20px 145px!important;border-radius:24px 24px 62px 24px!important}
  body.tlt-signature.pro-product-page .hero.category-hero h1{font-size:clamp(2rem,10vw,3.15rem)!important;max-width:12ch!important}
  body.tlt-signature.pro-product-page .grid{gap:9px!important}
  body.tlt-signature.pro-product-page .grid>.card{border-radius:18px!important;padding:7px!important;gap:7px!important}
  body.tlt-signature.pro-product-page .grid>.card::before{left:11px;top:11px;min-width:31px;height:31px;border-radius:10px;font-size:.62rem}
  body.tlt-signature.pro-product-page .card .img,body.tlt-signature.pro-product-page .card>img{border-radius:13px!important;aspect-ratio:1.08/1!important}
  body.tlt-signature.pro-product-page .card h3{font-size:.9rem!important;margin:2px 3px 0!important}
  body.tlt-signature.pro-product-page .card .desc{font-size:.74rem!important;line-height:1.38!important;margin:0 3px!important;-webkit-line-clamp:2!important}
  body.tlt-signature.pro-product-page .card .row{padding:2px 3px!important}
  body.tlt-signature.pro-product-page .card .btn{width:100%!important;border-radius:12px!important;min-height:39px!important}
  body.tlt-signature .pro-card-top-actions{top:10px!important;right:10px!important}
  body.tlt-signature .pro-card-badges{left:48px!important;top:11px!important}
  .tlt-route{grid-template-columns:1fr}.tlt-route__lead{grid-column:auto}
  .tlt-local-panel{border-radius:22px;padding:22px 18px}
  .tlt-guide-hero{border-radius:24px 24px 62px 24px;padding:30px 21px}
}
@media(max-width:390px){
  body.tlt-signature.pro-product-page .grid{grid-template-columns:1fr!important}
}
@media(prefers-reduced-motion:reduce){body.tlt-signature *,body.tlt-signature *::before,body.tlt-signature *::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
