@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800;900&display=swap');

:root{
 --tty-green:#12b76a;--tty-green-dark:#087443;--tty-deep:#071b14;--tty-ink:#10221a;
 --tty-muted:#6b7b73;--tty-line:#e8eee9;--tty-soft:#effaf4;--tty-bg:#f7faf8;
 --tty-white:#fff;--tty-shadow:0 22px 60px rgba(5,35,24,.09)
}
html.tty-landing,body.tty-landing{background:#fff!important;color:var(--tty-ink);font-family:"Vazirmatn",Tahoma,sans-serif}
.tty-app{min-height:60vh;background:linear-gradient(180deg,#fff 0%,#fbfdfc 38%,#f6faf8 100%);overflow:hidden}
.tty-container{width:min(1180px,calc(100% - 40px));margin:auto}
.tty-hero{position:relative;padding:78px 0 44px;text-align:center}
.tty-hero:before{content:"";position:absolute;width:540px;height:540px;border-radius:50%;background:rgba(18,183,106,.09);filter:blur(8px);right:-240px;top:-300px}
.tty-hero-copy{position:relative;z-index:1}
.tty-kicker,.tty-eyebrow{display:inline-flex;align-items:center;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.08em}
.tty-kicker{background:var(--tty-soft);color:var(--tty-green-dark);padding:8px 14px;margin-bottom:18px}
.tty-hero h1{margin:0;color:var(--tty-deep);font-size:clamp(2.1rem,5vw,4.4rem);font-weight:900;letter-spacing:-.055em;line-height:1.12}
.tty-hero h1 em{font-style:normal;color:var(--tty-green-dark)}
.tty-lead{max-width:650px;margin:16px auto 0;color:var(--tty-muted);font-size:1.05rem}
.tty-search{position:relative;z-index:2;display:flex;align-items:center;max-width:720px;margin:30px auto 0;background:#fff;border:1px solid #dfe8e2;border-radius:20px;padding:6px;box-shadow:0 18px 50px rgba(4,40,26,.10)}
.tty-search-icon{font-size:25px;color:#84938b;margin:0 8px}
.tty-search input{min-width:0;flex:1;border:0!important;outline:0!important;background:transparent!important;padding:15px 8px;font:inherit;color:var(--tty-ink)}
.tty-search button{border:0;border-radius:15px;background:var(--tty-deep);color:#fff;font:inherit;font-weight:800;padding:13px 25px;cursor:pointer;transition:.2s}
.tty-search button:hover{background:var(--tty-green-dark);transform:translateY(-1px)}
.tty-hero-meta{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-top:15px;color:#75847d;font-size:12px}
.tty-hero-meta a{color:var(--tty-green-dark);font-weight:800;text-decoration:none}
.tty-section{padding:28px 0 46px}
.tty-car-section{background:#f7fbf8;border-block:1px solid #edf3ee}
.tty-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}
.tty-eyebrow{color:var(--tty-green-dark);margin-bottom:7px}
.tty-section-head h2{margin:0 0 6px;color:var(--tty-deep);font-size:1.55rem;font-weight:900}
.tty-section-head p{margin:0;color:var(--tty-muted);font-size:.9rem}
.tty-ghost{border:1px solid var(--tty-line);background:#fff;color:var(--tty-deep);border-radius:12px;padding:10px 15px;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}
.tty-selected{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:16px;padding:12px 14px;border:1px solid #d9f0e2;background:#f3fbf6;border-radius:14px;color:var(--tty-green-dark)}
.tty-selected span{background:#fff;border:1px solid #dcebe1;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:800}
.tty-cars{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.tty-car{min-height:76px;border:1px solid var(--tty-line);border-radius:18px;background:#fff;padding:10px;display:flex;align-items:center;justify-content:center;gap:9px;flex-direction:column;font:inherit;font-weight:800;color:var(--tty-ink);cursor:pointer;transition:.2s;box-shadow:0 5px 16px rgba(6,39,25,.025)}
.tty-car img{width:34px;height:34px;object-fit:contain;border-radius:10px}
.tty-car:hover,.tty-car.is-on{border-color:rgba(18,183,106,.55);background:var(--tty-soft);color:var(--tty-green-dark);transform:translateY(-3px);box-shadow:0 14px 28px rgba(18,183,106,.11)}
.tty-cats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:13px}
.tty-cat{min-height:130px;border:1px solid var(--tty-line);border-radius:20px;background:#fff;padding:18px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;text-decoration:none;color:inherit;transition:.2s;box-shadow:0 5px 18px rgba(6,39,25,.025)}
.tty-cat:hover{transform:translateY(-4px);border-color:#bce8cf;box-shadow:var(--tty-shadow)}
.tty-cat img{width:58px;height:58px;object-fit:contain;margin-bottom:10px}.tty-cat-icon{font-size:36px;line-height:58px;margin-bottom:10px;color:var(--tty-green)}
.tty-cat span{font-weight:900}.tty-cat small{color:var(--tty-muted);font-size:11px;margin-top:4px}.tty-cat-special{background:linear-gradient(145deg,#fff9ef,#fff)}
.tty-section-products{padding-bottom:70px}
.tty-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}
.tty-product{position:relative;display:flex;flex-direction:column;min-width:0;overflow:hidden;background:#fff;border:1px solid var(--tty-line);border-radius:22px;box-shadow:0 6px 20px rgba(4,35,24,.035);transition:.22s}
.tty-product:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(4,35,24,.11)}
.tty-product .thumb{display:block;aspect-ratio:1;background:#f8faf9;padding:10px}.tty-product .thumb img{width:100%;height:100%;object-fit:contain}.tty-product .body{display:flex;flex:1;flex-direction:column;gap:8px;padding:14px}.tty-product h3{margin:0;font-size:.9rem;line-height:1.6;min-height:46px}.tty-product h3 a{color:var(--tty-ink);text-decoration:none}.tty-price{color:var(--tty-green-dark);font-weight:900;font-size:.95rem}.tty-sale{align-self:flex-start;background:#fff2d9;color:#9a6100;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:900}.tty-add{margin-top:auto;text-align:center;background:var(--tty-deep);color:#fff;border-radius:12px;padding:10px;text-decoration:none;font-weight:800;font-size:12px;transition:.2s}.tty-add:hover{background:var(--tty-green-dark)}
.tty-loading,.tty-empty{grid-column:1/-1;text-align:center;padding:35px 12px;color:var(--tty-muted)}.tty-empty strong{color:var(--tty-deep);display:block;margin-bottom:5px}.tty-empty p{margin:0}
.tty-pager{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:24px}.tty-pager button{border:1px solid var(--tty-line);background:#fff;border-radius:10px;padding:9px 14px;font:inherit;font-weight:700;cursor:pointer}
.tty-float-cart{position:fixed;left:20px;bottom:20px;z-index:100;background:var(--tty-deep);color:#fff;text-decoration:none;border-radius:15px;padding:12px 15px;display:flex;gap:8px;align-items:center;font-weight:900;box-shadow:0 15px 35px rgba(3,25,17,.25)}.tty-cart-count{min-width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:var(--tty-green);font-size:11px}

/* Header vehicle block */
.tty-header-car-slot{position:relative;z-index:99999;display:inline-flex;direction:rtl;font-family:"Vazirmatn",Tahoma,sans-serif;margin-inline:8px;vertical-align:middle}
.tty-header-car-trigger{height:44px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(18,183,106,.18);border-radius:12px;background:rgba(255,255,255,.92);padding:0 12px;color:var(--tty-deep);font:inherit;font-size:12px;font-weight:900;cursor:pointer;box-shadow:0 6px 20px rgba(4,35,24,.05)}
.tty-header-car-trigger:hover,.tty-header-car-slot.is-open .tty-header-car-trigger{border-color:rgba(18,183,106,.45);background:#f3fbf6}
.tty-header-car-icon{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;background:var(--tty-soft);color:var(--tty-green-dark);font-size:18px}
.tty-header-car-value{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--tty-green-dark);font-size:11px}
.tty-header-car-chevron{font-size:16px;line-height:1;transition:.2s}.tty-header-car-slot.is-open .tty-header-car-chevron{transform:rotate(180deg)}
.tty-header-car-panel{position:absolute;top:calc(100% + 10px);right:0;width:min(420px,calc(100vw - 24px));padding:16px;background:#fff;border:1px solid #e4ece7;border-radius:20px;box-shadow:0 25px 70px rgba(2,30,19,.18);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s;pointer-events:none}
.tty-header-car-slot.is-open .tty-header-car-panel{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.tty-header-car-top{display:flex;justify-content:space-between;gap:15px;padding-bottom:13px;border-bottom:1px solid #edf2ee}.tty-header-car-top strong{display:block;color:var(--tty-deep);font-size:15px}.tty-header-car-top small{display:block;color:var(--tty-muted);font-size:10px;margin-top:3px;line-height:1.7}.tty-header-car-close{border:0;background:#f5f7f6;width:30px;height:30px;border-radius:9px;font-size:20px;cursor:pointer}
.tty-header-car-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:14px 0;max-height:280px;overflow:auto}.tty-header-car-item{display:flex;align-items:center;gap:6px;position:relative;min-height:52px;border:1px solid #e7eee9;background:#fff;border-radius:12px;padding:7px;text-align:right;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.tty-header-car-item img{width:30px;height:30px;object-fit:contain;border-radius:8px}.tty-header-car-item i{margin-inline-start:auto;color:var(--tty-green);font-style:normal;opacity:0}.tty-header-car-item.is-on{background:var(--tty-soft);border-color:#8cddb0;color:var(--tty-green-dark)}.tty-header-car-item.is-on i{opacity:1}.tty-header-car-actions{display:flex;justify-content:space-between;gap:8px;border-top:1px solid #edf2ee;padding-top:12px}.tty-header-car-actions button{border:0;background:none;color:var(--tty-muted);font:inherit;font-size:11px;font-weight:800;cursor:pointer}.tty-header-car-clear{color:#c23b3b!important}.tty-header-car-loading{color:var(--tty-muted);font-size:11px;padding:10px}
@media(max-width:1100px){.tty-cars{grid-template-columns:repeat(4,1fr)}.tty-cats{grid-template-columns:repeat(3,1fr)}.tty-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.tty-container{width:min(100% - 24px,560px)}.tty-hero{padding:45px 0 30px}.tty-search{margin-top:22px}.tty-search button{padding-inline:16px}.tty-hero-meta{gap:9px;font-size:10px}.tty-section{padding:22px 0 34px}.tty-section-head{align-items:flex-start;flex-direction:column}.tty-cars{grid-template-columns:repeat(2,1fr);gap:9px}.tty-cats{grid-template-columns:repeat(2,1fr);gap:9px}.tty-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tty-product{border-radius:16px}.tty-product .body{padding:10px;gap:6px}.tty-product h3{font-size:.78rem;min-height:42px}.tty-price{font-size:.8rem}.tty-add{padding:9px 5px;font-size:10px}.tty-float-cart{left:12px;bottom:12px}.tty-header-car-panel{position:fixed;top:70px;right:12px;left:12px;width:auto}.tty-header-car-list{grid-template-columns:repeat(2,1fr)}.tty-header-car-label{display:none}}
@media(max-width:390px){.tty-grid{gap:8px}.tty-product .thumb{padding:5px}.tty-product .body{padding:8px}.tty-search-icon{display:none}}

/* Header "ماشین من" v2.1 — stable hover/click dropdown */
.tty-header-car-slot{isolation:isolate}
.tty-header-car-panel{z-index:2147483000;will-change:transform,opacity}
.tty-header-car-slot.is-welcome .tty-header-car-trigger{animation:ttyCarPulse 1.8s ease-in-out 2}
.tty-header-car-slot.is-welcome .tty-header-car-panel:before{content:"خودرویتان را انتخاب کنید";position:absolute;right:18px;top:-11px;background:var(--tty-green);color:#fff;border-radius:999px;padding:4px 9px;font-size:9px;font-weight:900;box-shadow:0 7px 18px rgba(18,183,106,.25)}
.tty-header-car-item{transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}
.tty-header-car-item:hover{transform:translateY(-2px);border-color:rgba(18,183,106,.55);background:#f5fcf7;box-shadow:0 8px 18px rgba(18,183,106,.10)}
.tty-header-car-item:focus-visible,.tty-header-car-trigger:focus-visible,.tty-header-car-actions button:focus-visible,.tty-header-car-close:focus-visible{outline:3px solid rgba(18,183,106,.25);outline-offset:2px}
.tty-header-car-dot{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#f4f8f5}
@keyframes ttyCarPulse{0%,100%{transform:translateY(0)}50%{transform:translateY(-2px);box-shadow:0 0 0 6px rgba(18,183,106,.08),0 10px 26px rgba(18,183,106,.16)}}
@media(max-width:700px){
 .tty-header-car-panel{top:calc(100% + 8px);max-height:calc(100vh - 82px);overflow:hidden}
 .tty-header-car-list{max-height:calc(100vh - 220px)}
 .tty-header-car-slot.is-welcome .tty-header-car-panel:before{right:14px}
}

/* =========================================================
   ماشین من — Premium Header Block v2.3
   Designed as a self-contained header component.
   ========================================================= */
.tty-header-car-slot{--car-accent:#12b76a;--car-accent-dark:#087443;--car-ink:#092019;--car-muted:#72817a;--car-line:#e7eee9;--car-soft:#effaf4;position:relative;z-index:999999;display:inline-flex;direction:rtl;vertical-align:middle;margin-inline:5px;font-family:"Vazirmatn",Tahoma,sans-serif}
.tty-header-car-trigger{position:relative;height:46px;min-width:132px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #dfe9e3;border-radius:15px;background:linear-gradient(180deg,#fff,#fbfdfc);padding:0 11px 0 10px;color:var(--car-ink);font:inherit;cursor:pointer;box-shadow:0 7px 22px rgba(6,35,24,.07),inset 0 1px 0 rgba(255,255,255,.9);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}
.tty-header-car-trigger:before{content:"";position:absolute;inset:-1px;border-radius:16px;background:linear-gradient(135deg,rgba(18,183,106,.35),transparent 38%,rgba(18,183,106,.12));opacity:0;pointer-events:none;transition:opacity .22s ease}
.tty-header-car-trigger:hover,.tty-header-car-slot.is-open .tty-header-car-trigger,.tty-header-car-slot:focus-within .tty-header-car-trigger{transform:translateY(-1px);border-color:rgba(18,183,106,.48);background:#fff;box-shadow:0 11px 30px rgba(6,50,31,.12),0 0 0 4px rgba(18,183,106,.07)}
.tty-header-car-trigger:hover:before,.tty-header-car-slot.is-open .tty-header-car-trigger:before{opacity:1}
.tty-header-car-icon{position:relative;z-index:1;width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(145deg,#dff8ea,#f4fcf7);color:var(--car-accent-dark);box-shadow:inset 0 0 0 1px rgba(18,183,106,.12)}
.tty-header-car-icon svg{width:20px;height:20px}.tty-header-car-copy{position:relative;z-index:1;display:flex;align-items:center;gap:5px;min-width:0}.tty-header-car-label{font-size:12px;font-weight:900;white-space:nowrap}.tty-header-car-value{display:none;max-width:78px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--car-accent-dark);font-size:10px;font-weight:800}.tty-header-car-slot.has-selection .tty-header-car-value{display:inline-block}.tty-header-car-slot.has-selection .tty-header-car-label:after{content:"•";margin-inline:4px;color:#b4c3bb}.tty-header-car-chevron{position:relative;z-index:1;width:22px;height:22px;display:grid;place-items:center;color:#718078}.tty-header-car-chevron svg{width:17px;height:17px;transition:transform .22s ease}.tty-header-car-slot.is-open .tty-header-car-chevron svg{transform:rotate(180deg)}
.tty-header-car-panel{position:absolute;top:calc(100% + 12px);right:0;width:min(470px,calc(100vw - 24px));overflow:hidden;padding:0;border:1px solid rgba(215,229,221,.95);border-radius:24px;background:rgba(255,255,255,.98);box-shadow:0 30px 80px rgba(4,33,22,.19),0 8px 25px rgba(4,33,22,.08);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);opacity:0;visibility:hidden;transform:translateY(-9px) scale(.985);transform-origin:top right;transition:opacity .2s ease,visibility .2s ease,transform .22s cubic-bezier(.2,.8,.2,1);pointer-events:none}
.tty-header-car-slot.is-open .tty-header-car-panel{opacity:1;visibility:visible;transform:none;pointer-events:auto}.tty-header-car-panel-glow{position:absolute;left:-80px;top:-120px;width:240px;height:240px;border-radius:50%;background:rgba(18,183,106,.11);filter:blur(18px);pointer-events:none}.tty-header-car-top{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:19px 19px 15px;border-bottom:1px solid #edf2ee}.tty-header-car-heading{display:flex;align-items:center;gap:11px;min-width:0}.tty-header-car-badge{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#dff8e9,#f7fdf9);color:var(--car-accent-dark);box-shadow:inset 0 0 0 1px rgba(18,183,106,.12)}.tty-header-car-badge svg{width:24px;height:24px}.tty-header-car-top strong{display:block;color:var(--car-ink);font-size:15px;font-weight:900;line-height:1.5}.tty-header-car-top small{display:block;max-width:340px;margin-top:2px;color:var(--car-muted);font-size:10.5px;line-height:1.8}.tty-header-car-close{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border:1px solid #e8eeea;border-radius:10px;background:#f8faf9;color:#7b8882;cursor:pointer;transition:.18s}.tty-header-car-close:hover{background:#f0f5f2;color:var(--car-ink);border-color:#d8e5dd;transform:rotate(3deg)}.tty-header-car-close svg{width:18px;height:18px}
.tty-header-car-selected-note{display:flex;align-items:center;gap:7px;margin:12px 16px 0;padding:8px 10px;border:1px solid #d8f0e2;border-radius:11px;background:#f3fbf6;color:var(--car-accent-dark);font-size:10px;font-weight:800}.tty-selected-dot{width:7px;height:7px;border-radius:50%;background:var(--car-accent);box-shadow:0 0 0 4px rgba(18,183,106,.10)}
.tty-header-car-list{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding:14px 16px;max-height:315px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cbdad2 transparent}.tty-header-car-list::-webkit-scrollbar{width:5px}.tty-header-car-list::-webkit-scrollbar-thumb{background:#cbdad2;border-radius:99px}.tty-header-car-item{position:relative;min-width:0;min-height:68px;display:flex;align-items:center;gap:8px;border:1px solid #e5ece8;border-radius:15px;background:#fff;padding:8px 9px;text-align:right;color:var(--car-ink);font:inherit;font-size:10.5px;font-weight:800;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.tty-header-car-item:after{content:"";position:absolute;inset:0;border-radius:14px;background:linear-gradient(135deg,rgba(18,183,106,.06),transparent 60%);opacity:0;transition:opacity .18s}.tty-header-car-item:hover{transform:translateY(-2px);border-color:#a8dfbf;background:#fbfefc;box-shadow:0 9px 22px rgba(9,63,38,.08)}.tty-header-car-item:hover:after,.tty-header-car-item.is-on:after{opacity:1}.tty-header-car-item img,.tty-header-car-dot{position:relative;z-index:1;width:38px;height:38px;flex:0 0 38px;object-fit:contain;border-radius:10px;background:#f6f9f7}.tty-header-car-dot{display:grid;place-items:center;font-size:19px}.tty-header-car-item>span:not(.tty-header-car-dot){position:relative;z-index:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tty-header-car-item i{position:relative;z-index:2;width:22px;height:22px;flex:0 0 22px;margin-inline-start:auto;display:grid;place-items:center;border-radius:7px;background:#e1f7ea;color:var(--car-accent-dark);font-style:normal;font-size:12px;opacity:0;transform:scale(.7);transition:.18s}.tty-header-car-item.is-on{border-color:#75d29d;background:#f2fbf5;box-shadow:0 6px 18px rgba(18,183,106,.08)}.tty-header-car-item.is-on i{opacity:1;transform:scale(1)}
.tty-header-car-loading{grid-column:1/-1;display:flex;align-items:center;justify-content:center;min-height:90px;color:var(--car-muted);font-size:11px}.tty-header-car-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 16px 15px;border-top:1px solid #edf2ee;background:linear-gradient(180deg,#fff,#fbfdfc)}.tty-header-car-actions button{min-height:34px;border:0;background:transparent;border-radius:9px;color:var(--car-muted);font:inherit;font-size:10.5px;font-weight:800;cursor:pointer;transition:.16s}.tty-header-car-later{padding:0 8px}.tty-header-car-later:hover{color:var(--car-ink);background:#f4f7f5}.tty-header-car-clear{display:inline-flex;align-items:center;gap:5px;padding:0 9px!important;color:#b53e3e!important}.tty-header-car-clear:hover{background:#fff2f2}.tty-header-car-clear svg{width:16px;height:16px}.tty-header-car-actions button:focus-visible,.tty-header-car-item:focus-visible,.tty-header-car-trigger:focus-visible,.tty-header-car-close:focus-visible{outline:3px solid rgba(18,183,106,.22);outline-offset:2px}
.tty-header-car-slot.is-welcome .tty-header-car-trigger{animation:ttyCarWelcome 1.7s cubic-bezier(.4,0,.2,1) 2}.tty-header-car-slot.is-welcome .tty-header-car-panel{box-shadow:0 30px 80px rgba(4,33,22,.2),0 0 0 5px rgba(18,183,106,.08)}.tty-header-car-slot.is-welcome .tty-header-car-panel:before{content:"شروع کنید";position:absolute;z-index:4;right:18px;top:-10px;padding:4px 10px;border-radius:999px;background:var(--car-accent);color:#fff;font-size:9px;font-weight:900;box-shadow:0 7px 18px rgba(18,183,106,.26)}
@keyframes ttyCarWelcome{0%,100%{transform:translateY(0)}35%{transform:translateY(-2px)}65%{box-shadow:0 0 0 6px rgba(18,183,106,.08),0 14px 32px rgba(18,183,106,.16)}}
@media (max-width:760px){.tty-header-car-slot{margin-inline:2px}.tty-header-car-trigger{height:44px;min-width:46px;width:46px;padding:0;border-radius:14px}.tty-header-car-label,.tty-header-car-value,.tty-header-car-chevron{display:none!important}.tty-header-car-icon{width:30px;height:30px;flex-basis:30px}.tty-header-car-panel{position:fixed;top:auto;right:10px;left:10px;bottom:max(10px,env(safe-area-inset-bottom));width:auto;max-height:min(82vh,620px);border-radius:24px;transform:translateY(18px) scale(.985);transform-origin:center bottom}.tty-header-car-slot.is-open .tty-header-car-panel{transform:none}.tty-header-car-panel:after{content:"";position:fixed;inset:0;z-index:-1;background:rgba(5,24,17,.26);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);pointer-events:none}.tty-header-car-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:calc(82vh - 175px);padding:13px 13px}.tty-header-car-item{min-height:64px}.tty-header-car-top{padding:16px 15px 13px}.tty-header-car-actions{padding:10px 13px max(12px,env(safe-area-inset-bottom))}.tty-header-car-selected-note{margin-inline:13px}.tty-header-car-slot.is-welcome .tty-header-car-panel:before{right:16px}}
@media (max-width:430px){.tty-header-car-panel{right:7px;left:7px;border-radius:22px}.tty-header-car-heading{gap:9px}.tty-header-car-badge{width:38px;height:38px;flex-basis:38px;border-radius:11px}.tty-header-car-top strong{font-size:14px}.tty-header-car-top small{font-size:9.5px}.tty-header-car-item{padding:7px;gap:6px;font-size:9.5px}.tty-header-car-item img,.tty-header-car-dot{width:34px;height:34px;flex-basis:34px}.tty-header-car-item i{width:20px;height:20px;flex-basis:20px}}
@media (max-width:350px){.tty-header-car-list{gap:7px;padding-inline:10px}.tty-header-car-item{min-height:59px}.tty-header-car-item i{display:none}}
@media (prefers-reduced-motion:reduce){.tty-header-car-trigger,.tty-header-car-panel,.tty-header-car-item,.tty-header-car-chevron svg,.tty-header-car-close{transition:none!important}.tty-header-car-slot.is-welcome .tty-header-car-trigger{animation:none!important}}


/* v2.2 — category filtering, motor showcase and mobile interaction fixes */
.tty-cat.is-active{border-color:rgba(18,183,106,.65);background:var(--tty-soft);color:var(--tty-green-dark);box-shadow:0 14px 34px rgba(18,183,106,.12);transform:translateY(-3px)}
.tty-search{width:min(720px,100%);box-sizing:border-box;overflow:hidden}
.tty-search input{width:100%;max-width:100%;box-sizing:border-box}
.tty-search button{flex:0 0 auto}
.tty-header-car-trigger{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
@media(max-width:700px){
 .tty-search{width:100%;max-width:100%;padding:5px;border-radius:16px}
 .tty-search input{font-size:16px;padding:12px 6px}
 .tty-search button{padding:11px 14px;border-radius:12px}
 .tty-header-car-trigger{position:relative;z-index:2;min-width:48px;width:48px;min-height:46px}
}
@media(max-width:390px){
 .tty-search button{padding-inline:11px;font-size:12px}
}

.tty-parts-section{background:linear-gradient(180deg,#f7fbf8 0%,#fff 100%);border-top:1px solid #edf3ee}
.tty-parts-group{padding:10px 0 38px}
.tty-parts-group+.tty-parts-group{border-top:1px solid #edf3ee;padding-top:34px}
.tty-slider-shell{position:relative}
.tty-products-slider{display:flex;gap:17px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:5px 2px 16px}
.tty-products-slider::-webkit-scrollbar{display:none}
.tty-products-slider>.tty-product{flex:0 0 calc((100% - 51px)/4);scroll-snap-align:start}
.tty-slider-arrow{position:absolute;z-index:3;top:42%;transform:translateY(-50%);width:42px;height:42px;border:1px solid var(--tty-line);border-radius:50%;background:#fff;color:var(--tty-deep);box-shadow:0 8px 24px rgba(4,35,24,.12);font-size:28px;line-height:1;cursor:pointer}
.tty-slider-prev{right:-14px}.tty-slider-next{left:-14px}
@media(max-width:1000px){.tty-products-slider>.tty-product{flex-basis:calc((100% - 34px)/3)}}
@media(max-width:700px){
 .tty-products-slider>.tty-product{flex-basis:78%;max-width:290px}
 .tty-slider-arrow{width:38px;height:38px}
 .tty-slider-prev{right:2px}.tty-slider-next{left:2px}
 .tty-parts-group{padding-bottom:28px}
}

/* v2.3.3 — stable car selection layout */
.tty-header-car-slot{max-width:100%;box-sizing:border-box}
.tty-header-car-trigger{box-sizing:border-box;max-width:100%}
.tty-header-car-copy{min-width:0}
.tty-header-car-value{display:block;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tty-selected{box-sizing:border-box;max-width:100%;overflow:hidden}
.tty-selected span{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tty-header-car-panel{box-sizing:border-box}
@media (min-width:761px){
 .tty-header-car-trigger{width:190px;min-width:190px;max-width:190px}
 .tty-header-car-copy{flex:1;overflow:hidden}
}
@media (max-width:760px){
 body.tty-car-panel-open{overflow:hidden}
 .tty-header-car-panel{max-width:calc(100vw - 20px)}
}


/* v2.3.4 — premium WooCommerce filters */
body:not(.tty-landing).woocommerce .widget-area,
body:not(.tty-landing).woocommerce .woocommerce-sidebar,
body:not(.tty-landing).woocommerce aside[id*="sidebar"]{
 --tty-filter-bg:#fff;
 --tty-filter-soft:#f5faf7;
 --tty-filter-line:#e5eee8;
 --tty-filter-ink:#102a20;
 --tty-filter-muted:#718078;
 --tty-filter-accent:#12b76a;
}

body:not(.tty-landing).woocommerce .widget-area .widget,
body:not(.tty-landing).woocommerce .woocommerce-sidebar .widget,
body:not(.tty-landing).woocommerce aside[id*="sidebar"] .widget{
 position:relative;
 overflow:hidden;
 box-sizing:border-box;
 margin:0 0 16px!important;
 padding:19px!important;
 border:1px solid var(--tty-filter-line)!important;
 border-radius:20px!important;
 background:linear-gradient(145deg,#fff 0%,#fbfdfc 100%)!important;
 box-shadow:0 8px 28px rgba(4,40,26,.055)!important;
 color:var(--tty-filter-ink);
 transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease;
}
body:not(.tty-landing).woocommerce .widget-area .widget:hover,
body:not(.tty-landing).woocommerce .woocommerce-sidebar .widget:hover{
 border-color:#d7e8dc!important;
 box-shadow:0 14px 38px rgba(4,40,26,.085)!important;
}
body:not(.tty-landing).woocommerce .widget .widget-title,
body:not(.tty-landing).woocommerce .widget .wp-block-heading,
body:not(.tty-landing).woocommerce .widget>h2,
body:not(.tty-landing).woocommerce .widget>h3{
 display:flex;align-items:center;gap:9px;
 margin:0 0 16px!important;padding:0 0 13px!important;
 border-bottom:1px solid var(--tty-filter-line);
 color:var(--tty-filter-ink)!important;
 font-size:15px!important;font-weight:900!important;line-height:1.6!important;
}
body:not(.tty-landing).woocommerce .widget .widget-title:before,
body:not(.tty-landing).woocommerce .widget .wp-block-heading:before,
body:not(.tty-landing).woocommerce .widget>h2:before,
body:not(.tty-landing).woocommerce .widget>h3:before{
 content:"";width:9px;height:9px;flex:0 0 9px;border-radius:50%;
 background:var(--tty-filter-accent);box-shadow:0 0 0 5px rgba(18,183,106,.10);
}
body:not(.tty-landing).woocommerce .widget ul{margin:0!important;padding:0!important;list-style:none!important}
body:not(.tty-landing).woocommerce .widget li{
 position:relative;margin:0!important;padding:0!important;border:0!important;
}
body:not(.tty-landing).woocommerce .widget li>a,
body:not(.tty-landing).woocommerce .widget_layered_nav_filters li a{
 display:flex!important;align-items:center;justify-content:space-between;gap:8px;
 min-height:39px;box-sizing:border-box;padding:8px 10px!important;margin:2px 0!important;
 border-radius:11px;color:#415149!important;text-decoration:none!important;font-size:12px;font-weight:700;
 transition:.16s ease;
}
body:not(.tty-landing).woocommerce .widget li>a:hover{
 background:var(--tty-filter-soft)!important;color:#087a47!important;padding-right:13px!important;
}
body:not(.tty-landing).woocommerce .widget .count{
 display:inline-flex;align-items:center;justify-content:center;
 min-width:26px;height:22px;padding:0 6px;border-radius:999px;
 background:#f0f5f2;color:#7b8b82;font-size:10px;font-weight:800;
}
body:not(.tty-landing).woocommerce .widget li.chosen>a,
body:not(.tty-landing).woocommerce .widget_layered_nav_filters li.chosen>a{
 background:#edf9f2!important;color:#087a47!important;box-shadow:inset 0 0 0 1px #d3efdf;
}
body:not(.tty-landing).woocommerce .widget select{
 width:100%!important;min-height:46px;box-sizing:border-box;
 border:1px solid var(--tty-filter-line)!important;border-radius:12px!important;
 background:#fff!important;color:var(--tty-filter-ink)!important;
 padding:8px 12px!important;font:inherit!important;font-size:12px!important;outline:none;
}
body:not(.tty-landing).woocommerce .widget select:focus{border-color:var(--tty-filter-accent)!important;box-shadow:0 0 0 4px rgba(18,183,106,.09)}
body:not(.tty-landing).woocommerce .widget_price_filter .price_slider_wrapper{padding-top:3px}
body:not(.tty-landing).woocommerce .widget_price_filter .ui-slider{height:5px!important;background:#e7eee9!important;border-radius:99px!important;margin:20px 7px 22px!important}
body:not(.tty-landing).woocommerce .widget_price_filter .ui-slider-range{background:var(--tty-filter-accent)!important}
body:not(.tty-landing).woocommerce .widget_price_filter .ui-slider-handle{
 top:-7px!important;width:19px!important;height:19px!important;margin-left:-8px!important;
 border:4px solid #fff!important;border-radius:50%!important;background:var(--tty-filter-accent)!important;
 box-shadow:0 3px 10px rgba(18,183,106,.32)!important;
}
body:not(.tty-landing).woocommerce .widget_price_filter .price_slider_amount{
 display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;
}
body:not(.tty-landing).woocommerce .widget_price_filter .price_label{font-size:11px;color:var(--tty-filter-muted)}
body:not(.tty-landing).woocommerce .widget_price_filter .button,
body:not(.tty-landing).woocommerce .widget button,
body:not(.tty-landing).woocommerce .widget input[type=submit]{
 min-height:38px!important;border:0!important;border-radius:11px!important;
 background:#103c2c!important;color:#fff!important;padding:8px 15px!important;
 font:inherit!important;font-size:11px!important;font-weight:900!important;
 box-shadow:0 7px 18px rgba(6,55,37,.13)!important;cursor:pointer;transition:.18s!important;
}
body:not(.tty-landing).woocommerce .widget_price_filter .button:hover,
body:not(.tty-landing).woocommerce .widget button:hover{background:#0b8e54!important;transform:translateY(-1px)}
body:not(.tty-landing).woocommerce .widget_product_search form,
body:not(.tty-landing).woocommerce .wp-block-search__inside-wrapper{
 display:flex;gap:7px;padding:5px;border:1px solid var(--tty-filter-line);border-radius:13px;background:#fff;
}
body:not(.tty-landing).woocommerce .widget_product_search input,
body:not(.tty-landing).woocommerce .wp-block-search__input{
 min-width:0;width:100%;border:0!important;background:transparent!important;box-shadow:none!important;
 padding:8px!important;font:inherit;font-size:12px;outline:0;
}
body:not(.tty-landing).woocommerce .widget_layered_nav_filters ul{display:flex;flex-wrap:wrap;gap:6px}
body:not(.tty-landing).woocommerce .widget_layered_nav_filters li a{
 min-height:32px!important;margin:0!important;padding:6px 9px!important;background:#f0f8f3!important;
}
@media(max-width:768px){
 body:not(.tty-landing).woocommerce .widget-area .widget,
 body:not(.tty-landing).woocommerce .woocommerce-sidebar .widget,
 body:not(.tty-landing).woocommerce aside[id*="sidebar"] .widget{
  padding:15px!important;border-radius:16px!important;margin-bottom:11px!important;
 }
 body:not(.tty-landing).woocommerce .widget .widget-title,
 body:not(.tty-landing).woocommerce .widget .wp-block-heading,
 body:not(.tty-landing).woocommerce .widget>h2,
 body:not(.tty-landing).woocommerce .widget>h3{font-size:14px!important;margin-bottom:11px!important;padding-bottom:10px!important}
}

/* v2.3.5 — modern manual min/max price filter */
.tty-price-filter-pro{direction:rtl;box-sizing:border-box;width:100%;padding:20px;border:1px solid #e2ece6;border-radius:22px;background:linear-gradient(145deg,#fff,#f9fcfa);box-shadow:0 12px 35px rgba(4,40,26,.07);font-family:inherit}
.tty-filter-pro-head{display:flex;align-items:center;gap:11px;margin-bottom:18px}.tty-filter-pro-icon{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:13px;background:#eaf8f0;color:#0b9557}.tty-filter-pro-icon svg{width:22px;height:22px}.tty-filter-pro-head strong{display:block;color:#102a20;font-size:15px;font-weight:900}.tty-filter-pro-head small{display:block;margin-top:2px;color:#849188;font-size:10px;font-weight:600}
.tty-price-fields{display:grid;grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr);align-items:end;gap:8px}.tty-price-fields label>span{display:block;margin:0 4px 7px;color:#66766d;font-size:10.5px;font-weight:800}.tty-price-separator{align-self:center;margin-top:19px;text-align:center;color:#a8b4ad}
.tty-price-input{display:flex;align-items:center;gap:5px;min-height:48px;padding:0 12px;border:1px solid #dfe9e3;border-radius:13px;background:#fff;transition:.18s}.tty-price-input:focus-within{border-color:#12b76a;box-shadow:0 0 0 4px rgba(18,183,106,.09)}.tty-price-input input{min-width:0;width:100%;height:44px;padding:0!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:#18352a;font:inherit;font-size:12px;font-weight:800;direction:ltr;text-align:right;-moz-appearance:textfield}.tty-price-input input::-webkit-inner-spin-button,.tty-price-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.tty-price-input b{flex:0 0 auto;color:#8b9891;font-size:9px;font-weight:800}
.tty-price-filter-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:14px}.tty-price-filter-actions a{margin-left:auto;color:#9a6262;font-size:10px;font-weight:800;text-decoration:none}.tty-price-filter-actions button{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:42px!important;padding:8px 15px!important;border:0!important;border-radius:12px!important;background:linear-gradient(135deg,#103c2c,#0c8d54)!important;color:#fff!important;font:inherit!important;font-size:11px!important;font-weight:900!important;box-shadow:0 8px 20px rgba(10,112,68,.18)!important;cursor:pointer;transition:.18s!important}.tty-price-filter-actions button:hover{transform:translateY(-2px);box-shadow:0 11px 25px rgba(10,112,68,.24)!important}
@media(max-width:520px){.tty-price-filter-pro{padding:16px;border-radius:18px}.tty-price-fields{grid-template-columns:1fr}.tty-price-separator{display:none}.tty-price-filter-actions button{flex:1}.tty-price-filter-actions{margin-top:12px}}

/* v2.3.6 — premium free-entry price range */
.tty-price-filter-v2{position:relative;overflow:hidden;padding:22px!important;border:1px solid rgba(18,183,106,.14)!important;background:radial-gradient(circle at 100% 0,rgba(18,183,106,.09),transparent 34%),linear-gradient(145deg,#fff,#f8fcfa)!important;box-shadow:0 18px 48px rgba(5,45,29,.09)!important}
.tty-price-filter-v2:before{content:"";position:absolute;top:0;right:22px;left:22px;height:3px;border-radius:0 0 10px 10px;background:linear-gradient(90deg,transparent,#12b76a,transparent);opacity:.75}
.tty-price-filter-v2 .tty-filter-pro-head{position:relative;margin-bottom:22px}.tty-filter-pro-copy{min-width:0;flex:1}.tty-price-filter-v2 .tty-filter-pro-icon{width:46px;height:46px;flex-basis:46px;border-radius:15px;background:linear-gradient(145deg,#0f9e5e,#12b76a);color:#fff;box-shadow:0 9px 22px rgba(18,183,106,.22)}.tty-price-filter-v2 .tty-filter-pro-icon svg{width:23px;height:23px}.tty-price-filter-v2 .tty-filter-pro-head strong{font-size:16px}.tty-price-filter-v2 .tty-filter-pro-head small{font-size:10.5px}.tty-filter-pro-badge{padding:5px 9px;border:1px solid #dcece2;border-radius:999px;background:rgba(255,255,255,.8);color:#719080;font-size:9px;font-weight:900}
.tty-price-filter-v2 .tty-price-fields{grid-template-columns:minmax(0,1fr) 32px minmax(0,1fr);gap:8px;align-items:center}.tty-price-field{display:block;min-width:0;padding:12px;border:1px solid #e5eee8;border-radius:17px;background:rgba(255,255,255,.84);transition:.2s}.tty-price-field:hover,.tty-price-field.is-focus{border-color:rgba(18,183,106,.42);box-shadow:0 9px 25px rgba(8,80,49,.07);transform:translateY(-1px)}.tty-price-field-label{display:flex!important;align-items:center;gap:7px;margin:0 1px 8px!important;color:#53665c!important;font-size:10.5px!important;font-weight:900!important}.tty-price-field-label i{width:7px;height:7px;border-radius:50%;background:#12b76a;box-shadow:0 0 0 4px rgba(18,183,106,.09)}
.tty-price-filter-v2 .tty-price-input{min-height:51px;padding:0 11px;border-color:#e3ece6;border-radius:13px;background:#fbfdfc}.tty-price-filter-v2 .tty-price-input input{font-size:14px!important;font-weight:900!important;color:#102f23!important;text-align:left;direction:ltr}.tty-price-filter-v2 .tty-price-input b{font-size:9px}.tty-price-preview{display:block;margin:7px 2px 0;color:#9aa69f;font-size:9px;font-weight:700;min-height:15px}.tty-price-preview.has-value{color:#0c8b53}
.tty-price-flow{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#eff8f3;color:#0b9557}.tty-price-flow svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tty-price-filter-v2 .tty-price-filter-actions{margin-top:17px}.tty-price-clear{padding:7px 0;color:#8c6767!important;font-size:9.5px!important}.tty-price-filter-v2 .tty-price-filter-actions button{min-height:46px!important;padding:9px 18px!important;border-radius:13px!important;background:linear-gradient(135deg,#123e2e,#0a9b59)!important;box-shadow:0 10px 25px rgba(10,130,76,.22)!important}.tty-price-filter-v2 .tty-price-filter-actions button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:600px){.tty-price-filter-v2{padding:17px!important}.tty-price-filter-v2 .tty-filter-pro-head{margin-bottom:16px}.tty-filter-pro-badge{display:none}.tty-price-filter-v2 .tty-price-fields{grid-template-columns:1fr}.tty-price-flow{display:none}.tty-price-field{padding:10px}.tty-price-filter-v2 .tty-price-filter-actions{flex-wrap:wrap}.tty-price-filter-v2 .tty-price-filter-actions button{width:100%;order:-1}.tty-price-clear{width:100%;text-align:center}}
