body.tt-desktop{
  --tt-category-width:300px;
  --tt-nav-gap:18px;
  --tt-hero-height:410px;
}
body.tt-desktop .tt-header-mobile,
body.tt-desktop .tt-bottom-nav,
body.tt-desktop .tt-mobile-cta{display:none!important}
body.tt-desktop .tt-header-desktop{display:block;background:#fff;border:0}
body.tt-desktop .tt-topbar{height:30px;background:#fafafa;border-bottom:1px solid #eef0f3}
body.tt-desktop .tt-topbar-inner{height:30px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0!important;font-size:10px;color:#6b7280}
body.tt-desktop .tt-topbar-left>span,
body.tt-desktop .tt-topbar-right,
body.tt-desktop .tt-topbar-right>a{display:flex;align-items:center;gap:7px}
body.tt-desktop .tt-topbar-right{gap:18px}
body.tt-desktop .tt-topbar .tt-icon{width:14px;height:14px}
body.tt-desktop .tt-head-main{display:grid!important;grid-template-columns:240px minmax(360px,1fr) 175px 88px 96px;gap:18px;align-items:center;min-height:86px;padding:12px 0!important}
body.tt-desktop .tt-head-logo{display:flex;align-items:center;min-width:0}
body.tt-desktop .tt-head-logo .tt-logo,
body.tt-desktop .tt-head-logo .custom-logo-link{display:flex!important;align-items:center!important;max-width:230px!important;min-width:0}
body.tt-desktop .tt-head-logo img{display:block!important;width:auto!important;height:auto!important;max-width:230px!important;max-height:58px!important;object-fit:contain!important}
body.tt-desktop .tt-logo-text{display:flex;align-items:center;color:#111827!important;font-size:18px!important;font-weight:900!important;white-space:nowrap}
body.tt-desktop .tt-logo-text small{display:inline;margin-left:4px;font-size:12px;color:#111827}
body.tt-desktop .tt-head-search{position:relative;display:grid!important;grid-template-columns:minmax(0,1fr) 54px;align-items:stretch;height:48px;border:0!important;border-radius:12px;overflow:visible!important;background:transparent;box-shadow:none!important}
body.tt-desktop .tt-head-search>input{box-sizing:border-box!important;width:100%!important;height:48px!important;min-height:48px!important;margin:0!important;padding:0 16px!important;border:1px solid #dfe3e8!important;border-right:0!important;border-radius:12px 0 0 12px!important;box-shadow:none!important;background:#fff!important;font-size:14px!important;color:#374151!important;outline:0!important}
body.tt-desktop .tt-head-search>button{box-sizing:border-box!important;display:grid!important;place-items:center;width:54px!important;height:48px!important;min-height:48px!important;margin:0!important;padding:0!important;border:1px solid #e3131b!important;border-radius:0 12px 12px 0!important;background:#e3131b!important;color:#fff!important;box-shadow:none!important;line-height:1!important}
body.tt-desktop .tt-head-search>button .tt-icon{width:20px;height:20px;filter:brightness(0) invert(1)}
body.tt-desktop .tt-head-contact{display:flex!important;align-items:center!important;gap:9px!important;min-width:0;color:#111827!important}
body.tt-desktop .tt-head-contact .tt-icon{width:30px;height:30px}
body.tt-desktop .tt-head-contact>span{display:grid;line-height:1.15}
body.tt-desktop .tt-head-contact small{font-size:10px;color:#6b7280}
body.tt-desktop .tt-head-contact strong{font-size:16px;color:#e3131b;white-space:nowrap}
body.tt-desktop .tt-head-action{position:relative;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0;color:#111827!important;font-size:10px!important;font-weight:700!important;white-space:nowrap}
body.tt-desktop .tt-head-action .tt-icon{width:23px;height:23px}
body.tt-desktop .tt-head-cart>b{position:absolute;top:-5px;right:7px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#e3131b;color:#fff;font-size:9px}

/* Navigation + category dropdown */
body.tt-desktop .tt-nav-wrap{position:relative;z-index:60;border-top:1px solid #eceff2;border-bottom:1px solid #eceff2;background:#fff;overflow:visible}
body.tt-desktop .tt-nav-row{display:grid!important;grid-template-columns:var(--tt-category-width) minmax(0,1fr);column-gap:var(--tt-nav-gap);align-items:start;min-height:56px;padding:0!important;overflow:visible!important}
body.tt-desktop .tt-categories-menu{position:relative;width:var(--tt-category-width);min-width:var(--tt-category-width);z-index:80}
body.tt-desktop .tt-categories-button{appearance:none;-webkit-appearance:none;display:flex!important;align-items:center;gap:11px;width:100%!important;height:56px!important;margin:0!important;padding:0 18px!important;border:0!important;border-radius:10px 10px 0 0!important;background:#e3131b!important;color:#fff!important;box-shadow:none!important;font-size:14px!important;font-weight:800!important;line-height:1!important;text-transform:none!important;cursor:pointer}
body.tt-desktop .tt-categories-button>span{flex:1;text-align:left}
body.tt-desktop .tt-categories-button .tt-icon{width:19px;height:19px;filter:brightness(0) invert(1)}
body.tt-desktop .tt-cat-chevron{font-size:17px;line-height:1;transition:transform .18s ease}
body.tt-desktop .tt-categories-menu.is-open .tt-cat-chevron,
body.tt-desktop .tt-categories-menu.is-auto-open .tt-cat-chevron{transform:rotate(180deg)}
body.tt-desktop .tt-categories-dropdown{position:absolute!important;top:56px!important;left:0!important;right:auto!important;z-index:90;width:100%!important;min-width:100%!important;max-width:100%!important;margin:0!important;display:none!important;border:1px solid #dde2e7!important;border-top:0!important;border-radius:0 0 14px 14px!important;background:#fff!important;box-shadow:0 14px 30px rgba(15,23,42,.10)!important;overflow:hidden!important}
body.tt-desktop .tt-categories-menu:hover .tt-categories-dropdown,
body.tt-desktop .tt-categories-menu:focus-within .tt-categories-dropdown,
body.tt-desktop .tt-categories-menu.is-open .tt-categories-dropdown{display:block!important}
body.tt-desktop.home .tt-categories-menu.is-auto-open .tt-categories-dropdown{display:block!important}
body.tt-desktop .tt-categories-dropdown>a{display:flex!important;align-items:center;justify-content:space-between;gap:12px;min-height:56px;padding:0 18px;border-bottom:1px solid #edf0f3;background:#fff;color:#253044!important;font-size:13px!important;font-weight:700!important}
body.tt-desktop .tt-categories-dropdown>a:last-child{border-bottom:0}
body.tt-desktop .tt-categories-dropdown>a:hover{background:#fff4f4!important;color:#e3131b!important}
body.tt-desktop .tt-categories-dropdown>a b{color:#64748b;font-size:18px;font-weight:500}
body.tt-desktop .tt-categories-dropdown .tt-cat-all{background:#fff7f7!important;color:#e3131b!important;font-weight:800!important}
body.tt-desktop .tt-primary-nav{grid-column:2;display:block!important;min-width:0;width:100%;margin:0!important;padding:0 0 0 8px!important;overflow:visible!important}
body.tt-desktop .tt-primary-nav>ul,
body.tt-desktop .tt-primary-nav .menu{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap!important;gap:30px!important;min-width:0;width:100%;height:56px;margin:0!important;padding:0!important;list-style:none!important}
body.tt-desktop .tt-primary-nav>ul>li{position:relative;flex:0 0 auto;margin:0!important;padding:0!important;white-space:nowrap}
body.tt-desktop .tt-primary-nav>ul>li>a{position:relative;display:flex!important;align-items:center;height:56px;margin:0!important;padding:0!important;background:transparent!important;color:#111827!important;font-size:14px!important;font-weight:800!important;white-space:nowrap}
body.tt-desktop .tt-primary-nav>ul>li>a:hover,
body.tt-desktop .tt-primary-nav>ul>li.current-menu-item>a,
body.tt-desktop .tt-primary-nav>ul>li.current_page_item>a{color:#e3131b!important}
body.tt-desktop .tt-primary-nav>ul>li.current-menu-item>a:after,
body.tt-desktop .tt-primary-nav>ul>li.current_page_item>a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:99px;background:#e3131b}
body.tt-desktop .tt-primary-nav .sub-menu{position:absolute;top:56px;left:0;z-index:1000;display:none;min-width:220px;margin:0;padding:7px;list-style:none;border:1px solid #e5e7eb;border-radius:0 0 10px 10px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.10)}
body.tt-desktop .tt-primary-nav li:hover>.sub-menu{display:block}
body.tt-desktop .tt-primary-nav .sub-menu a{display:block;padding:8px 10px;font-size:12px}

/* Live search panel */
body.tt-desktop .tt-live-search{overflow:visible!important}
body.tt-desktop .tt-search-suggest{position:absolute;top:calc(100% + 7px);left:0;right:0;z-index:1200;max-height:520px;overflow:auto;border:1px solid #e2e6eb;border-radius:12px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.14)}
body.tt-desktop .tt-suggest-title{padding:10px 12px 5px;color:#6b7280;font-size:10px;font-weight:800;text-transform:uppercase}
body.tt-desktop .tt-suggest-product,body.tt-desktop .tt-suggest-post{display:grid;grid-template-columns:54px minmax(0,1fr);gap:10px;align-items:center;padding:9px 12px;border-top:1px solid #f0f2f5}
body.tt-desktop .tt-suggest-product img,body.tt-desktop .tt-suggest-post img{width:54px;height:48px;object-fit:contain;border-radius:7px}
body.tt-desktop .tt-suggest-product span,body.tt-desktop .tt-suggest-post span{display:grid;min-width:0}
body.tt-desktop .tt-suggest-product b,body.tt-desktop .tt-suggest-post b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#111827;font-size:12px}
body.tt-desktop .tt-suggest-product small,body.tt-desktop .tt-suggest-post small{color:#7b8491;font-size:10px}
body.tt-desktop .tt-suggest-product strong{color:#e3131b;font-size:12px}
body.tt-desktop .tt-suggest-all{display:block;padding:11px 12px;border-top:1px solid #eef0f3;color:#e3131b!important;font-size:11px;font-weight:800;text-align:center}
body.tt-desktop .tt-suggest-empty{padding:16px;color:#6b7280;font-size:12px;text-align:center}

/* Footer */
body.tt-desktop .tt-footer{margin-top:44px!important;background:#fff!important;color:#374151!important;border-top:1px solid #eceff2!important}
body.tt-desktop .tt-footer-cta{width:min(calc(100% - 48px),var(--tt-container));margin:0 auto 22px!important;border-radius:18px;background:linear-gradient(135deg,#c8070e,#ef171f);color:#fff;overflow:hidden}
body.tt-desktop .tt-footer-cta>.tt-container{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;padding:18px 22px}
body.tt-desktop .tt-footer-cta strong{display:block;font-size:20px;line-height:1.2}
body.tt-desktop .tt-footer-cta span{font-size:12px;opacity:.9}
body.tt-desktop .tt-footer-cta-actions{display:flex;align-items:center;gap:10px}
body.tt-desktop .tt-footer-cta-actions>a{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:9px 15px;border:1px solid rgba(255,255,255,.65);border-radius:9px;font-size:12px;font-weight:800}
body.tt-desktop .tt-footer-phone-btn{background:#fff!important;color:#e3131b!important}
body.tt-desktop .tt-footer-phone-btn svg{stroke:#e3131b!important}
body.tt-desktop .tt-footer-cta-primary{background:transparent!important;color:#fff!important}
body.tt-desktop .tt-footer-main{background:#fff}
body.tt-desktop .tt-footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:28px;padding:18px 0 28px}
body.tt-desktop .tt-footer h4{margin:0 0 13px;color:#111827;font-size:16px}
body.tt-desktop .tt-footer-logo img{max-width:210px!important;max-height:54px!important;object-fit:contain}
body.tt-desktop .tt-footer-company>strong{display:block;margin-top:8px;color:#111827;font-size:13px;line-height:1.45}
body.tt-desktop .tt-footer-company>p{margin:6px 0;font-size:11px}
body.tt-desktop .tt-footer-badges{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}
body.tt-desktop .tt-footer-badges span{display:flex;align-items:center;gap:5px;padding:6px 8px;border:1px solid #ffd5d7;border-radius:999px;background:#fff7f7;color:#e3131b;font-size:10px;font-weight:700}
body.tt-desktop .tt-footer-badges .tt-icon{width:14px;height:14px}
body.tt-desktop .tt-footer-contact,body.tt-desktop .tt-footer-line{display:flex;align-items:flex-start;gap:8px;padding:5px 0;color:#4b5563;font-size:11px}
body.tt-desktop .tt-footer-contact .tt-icon,body.tt-desktop .tt-footer-line .tt-icon{width:16px;height:16px;flex:none}
body.tt-desktop .tt-footer-contact span{display:grid}
body.tt-desktop .tt-footer-contact small{color:#7b8491;font-size:9px}
body.tt-desktop .tt-footer-contact b{color:#111827;font-size:12px}
body.tt-desktop .tt-footer-nav ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}
body.tt-desktop .tt-footer-nav a{font-size:11px}
body.tt-desktop .tt-copyright{padding:11px 0!important;border:0!important;background:#111827!important;color:#d1d5db!important}
body.tt-desktop .tt-copyright>.tt-container{display:flex;align-items:center;justify-content:space-between;font-size:10px}

/* v3.4.1 — hierarchical product categories + WordPress nested menus */
body.tt-desktop .tt-categories-dropdown{
  overflow:visible!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.tt-desktop .tt-cat-root-list{
  position:relative;
  width:100%;
  border:1px solid #dde2e7;
  border-top:0;
  border-radius:0 0 14px 14px;
  background:#fff;
  box-shadow:0 14px 30px rgba(15,23,42,.10);
  overflow:visible;
}
body.tt-desktop .tt-cat-node{position:static}
body.tt-desktop .tt-cat-root-link,
body.tt-desktop .tt-cat-root-list>.tt-cat-all{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  min-height:56px!important;
  padding:0 16px!important;
  border-bottom:1px solid #edf0f3!important;
  background:#fff!important;
  color:#253044!important;
  font-size:13px!important;
  font-weight:700!important;
}
body.tt-desktop .tt-cat-root-main{display:flex;align-items:center;gap:10px;min-width:0}
body.tt-desktop .tt-cat-root-main>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body.tt-desktop .tt-cat-root-link .tt-cat-thumb,
body.tt-desktop .tt-cat-root-link .tt-icon{width:30px!important;height:30px!important;flex:0 0 30px;object-fit:contain;border-radius:7px;background:#f7f8fa;padding:3px}
body.tt-desktop .tt-cat-arrow{color:#64748b;font-size:20px;font-weight:500;transition:transform .18s,color .18s}
body.tt-desktop .tt-cat-node:hover>.tt-cat-root-link,
body.tt-desktop .tt-cat-node:focus-within>.tt-cat-root-link{background:#fff4f4!important;color:#e3131b!important}
body.tt-desktop .tt-cat-node:hover>.tt-cat-root-link .tt-cat-arrow,
body.tt-desktop .tt-cat-node:focus-within>.tt-cat-root-link .tt-cat-arrow{color:#e3131b;transform:translateX(2px)}
body.tt-desktop .tt-cat-root-list>.tt-cat-all{border-bottom:0!important;border-radius:0 0 14px 14px;background:#fff7f7!important;color:#e3131b!important;font-weight:800!important}
body.tt-desktop .tt-cat-flyout{
  position:absolute;
  top:0;
  bottom:0;
  left:calc(100% + 12px);
  z-index:120;
  display:none;
  width:calc(min(var(--tt-container), 100vw - (var(--tt-pad) * 2)) - var(--tt-category-width) - 12px);
  max-width:calc(100vw - (var(--tt-pad) * 2) - var(--tt-category-width) - 12px);
  min-height:100%;
  max-height:none;
  overflow:auto;
  padding:18px;
  border:1px solid #e1e5ea;
  border-radius:0 18px 18px 0;
  background:#fff;
  box-shadow:0 18px 44px rgba(15,23,42,.14);
}
body.tt-desktop .tt-cat-node:hover>.tt-cat-flyout,
body.tt-desktop .tt-cat-node:focus-within>.tt-cat-flyout{display:block}
body.tt-desktop .tt-cat-flyout-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:0 2px 13px;border-bottom:1px solid #edf0f3}
body.tt-desktop .tt-cat-flyout-head>div{display:grid;gap:1px}
body.tt-desktop .tt-cat-flyout-head small{color:#9aa1ad;font-size:9px;text-transform:uppercase;letter-spacing:.08em}
body.tt-desktop .tt-cat-flyout-head strong{color:#111827;font-size:18px}
body.tt-desktop .tt-cat-flyout-head>a{color:#e3131b!important;font-size:11px;font-weight:800}
body.tt-desktop .tt-cat-child-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px 18px;padding-top:14px}
body.tt-desktop .tt-cat-child-group{min-width:0;padding:10px;border:1px solid #eef1f4;border-radius:10px;background:#fbfcfd}
body.tt-desktop .tt-cat-child-title{display:flex;align-items:center;gap:8px;color:#111827!important;font-size:12px;font-weight:800}
body.tt-desktop .tt-cat-child-title .tt-cat-thumb,
body.tt-desktop .tt-cat-child-title .tt-icon{width:34px!important;height:34px!important;flex:0 0 34px;object-fit:contain;border-radius:8px;background:#fff;padding:4px}
body.tt-desktop .tt-cat-grandchildren{display:grid;gap:5px;margin-top:8px;padding-left:42px}
body.tt-desktop .tt-cat-grandchildren>a{position:relative;color:#5f6876!important;font-size:11px;line-height:1.35}
body.tt-desktop .tt-cat-grandchildren>a:before{content:'›';position:absolute;left:-12px;color:#e3131b}
body.tt-desktop .tt-cat-grandchildren>a:hover{color:#e3131b!important}

/* Primary WordPress menu: level 2 + level 3 */
body.tt-desktop .tt-primary-nav li.menu-item-has-children>a{padding-right:14px!important}
body.tt-desktop .tt-primary-nav li.menu-item-has-children>a:before{content:'⌄';position:absolute;right:0;top:50%;transform:translateY(-54%);color:#7b8490;font-size:11px;line-height:1}
body.tt-desktop .tt-primary-nav .sub-menu{
  position:absolute!important;
  top:100%!important;
  left:-14px!important;
  z-index:130!important;
  display:none!important;
  min-width:230px!important;
  margin:0!important;
  padding:8px!important;
  border:1px solid #e1e5ea!important;
  border-radius:11px!important;
  background:#fff!important;
  box-shadow:0 16px 36px rgba(15,23,42,.12)!important;
  list-style:none!important;
}
body.tt-desktop .tt-primary-nav li:hover>.sub-menu,
body.tt-desktop .tt-primary-nav li:focus-within>.sub-menu{display:block!important}
body.tt-desktop .tt-primary-nav .sub-menu li{position:relative!important;display:block!important;margin:0!important;padding:0!important}
body.tt-desktop .tt-primary-nav .sub-menu>li>a{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-height:40px!important;
  padding:8px 30px 8px 11px!important;
  border-radius:7px!important;
  color:#374151!important;
  font-size:12px!important;
  font-weight:650!important;
  line-height:1.35!important;
  white-space:normal!important;
}
body.tt-desktop .tt-primary-nav .sub-menu>li>a:hover{background:#fff4f4!important;color:#e3131b!important}
body.tt-desktop .tt-primary-nav .sub-menu li.menu-item-has-children>a:before{content:'›';right:10px;font-size:16px}
body.tt-desktop .tt-primary-nav .sub-menu .sub-menu{top:-8px!important;left:calc(100% + 6px)!important}
body.tt-desktop .tt-primary-nav>ul>li:nth-last-child(-n+2) .sub-menu .sub-menu{left:auto!important;right:calc(100% + 6px)!important}
@media(max-width:1279px){
  body.tt-desktop .tt-cat-flyout{width:calc(min(var(--tt-container), 100vw - (var(--tt-pad) * 2)) - var(--tt-category-width) - 10px);max-width:calc(100vw - (var(--tt-pad) * 2) - var(--tt-category-width) - 10px);padding:14px}
  body.tt-desktop .tt-cat-child-grid{gap:9px 12px}
  body.tt-desktop .tt-cat-root-link,body.tt-desktop .tt-cat-root-list>.tt-cat-all{min-height:48px!important;padding:0 12px!important;font-size:11px!important}
}

body.tt-desktop{--tt-category-width:300px;--tt-nav-gap:18px;--tt-cat-row-height:56px}
body.tt-desktop .tt-cat-root-link,body.tt-desktop .tt-cat-root-list>.tt-cat-all{height:var(--tt-cat-row-height)!important;min-height:var(--tt-cat-row-height)!important}
body.tt-desktop .tt-cat-root-list>.tt-cat-all>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.tt-desktop .tt-cat-loading{display:flex;align-items:center;min-height:56px;padding:0 16px;border:1px solid #dde2e7;border-top:0;border-radius:0 0 14px 14px;background:#fff;color:#7a8492;font-size:12px}
@media(max-width:1439px){body.tt-desktop{--tt-category-width:270px;--tt-nav-gap:14px;--tt-cat-row-height:54px}body.tt-desktop .tt-head-main{grid-template-columns:205px minmax(300px,1fr) 155px 76px 86px;gap:12px}body.tt-desktop .tt-primary-nav>ul,body.tt-desktop .tt-primary-nav .menu{gap:19px!important}body.tt-desktop .tt-primary-nav>ul>li>a{font-size:12px!important}}
@media(max-width:1279px){body.tt-desktop{--tt-category-width:240px;--tt-nav-gap:10px;--tt-cat-row-height:48px}body.tt-desktop .tt-head-main{grid-template-columns:175px minmax(260px,1fr) 135px 70px 78px;gap:10px}body.tt-desktop .tt-head-logo img{max-width:170px!important;max-height:48px!important}body.tt-desktop .tt-primary-nav{padding-left:4px!important}body.tt-desktop .tt-primary-nav>ul,body.tt-desktop .tt-primary-nav .menu{gap:12px!important}body.tt-desktop .tt-primary-nav>ul>li>a{font-size:11px!important}body.tt-desktop .tt-categories-button{font-size:12px!important;padding:0 14px!important}}

/* v3.6.0 JSON search: single current price aligned to the far right */
body.tt-desktop .tt-suggest-product{grid-template-columns:54px minmax(0,1fr) max-content!important;column-gap:12px!important}
body.tt-desktop .tt-suggest-product-info{display:grid!important;align-content:center!important;min-width:0!important}
body.tt-desktop .tt-suggest-product .tt-suggest-price{align-self:center!important;justify-self:end!important;margin:0!important;padding-left:12px!important;color:var(--tt-red,#e3131b)!important;font-size:14px!important;font-weight:900!important;line-height:1.15!important;white-space:nowrap!important;text-align:right!important}
body.tt-desktop .tt-suggest-product .tt-suggest-price del{display:none!important}
body.tt-desktop .tt-suggest-product .tt-suggest-price ins{text-decoration:none!important;color:inherit!important}
body.tt-desktop .tt-head-search:focus-within>input{border-color:#ef8b8f!important;box-shadow:inset 0 0 0 1px rgba(227,19,27,.08)!important}
body.tt-desktop .tt-head-search:focus-within>button{border-color:#d80e16!important;background:#d80e16!important}

/* v3.8.8 — Visual category mega menu: recessed banner + compact child cards. */
body.tt-desktop .tt-cat-root-link .tt-cat-thumb,
body.tt-desktop .tt-cat-child-title .tt-cat-thumb{
  display:grid!important;
  place-items:center!important;
  flex:none!important;
  overflow:hidden!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:cover!important;
  color:var(--tt-red)!important;
}
body.tt-desktop .tt-cat-root-link .tt-cat-thumb{
  width:32px!important;
  height:32px!important;
  flex-basis:32px!important;
  border:1px solid #eef1f5!important;
  border-radius:9px!important;
  background-color:#f8fafc!important;
  padding:0!important;
}
body.tt-desktop .tt-cat-root-link .tt-cat-thumb--fallback{
  background:#fff6f6!important;
  border-color:#ffe0e1!important;
}
body.tt-desktop .tt-cat-root-link .tt-cat-thumb--fallback svg{
  width:17px!important;height:17px!important;stroke:var(--tt-red)!important;
}
body.tt-desktop .tt-cat-flyout{
  padding:14px!important;
  background:linear-gradient(180deg,#f7f9fc 0,#fff 58%)!important;
  border-radius:0 18px 18px 0!important;
  overflow:auto!important;
}
body.tt-desktop .tt-cat-flyout-hero{
  position:relative!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:24px!important;
  min-height:132px!important;
  padding:22px 24px!important;
  overflow:hidden!important;
  border:1px solid rgba(227,19,27,.10)!important;
  border-radius:16px!important;
  background-image:
    linear-gradient(90deg,rgba(13,25,48,.93) 0%,rgba(13,25,48,.82) 45%,rgba(13,25,48,.30) 100%),
    var(--tt-cat-hero-image,linear-gradient(135deg,#182b4d,#e3131b))!important;
  background-size:cover!important;
  background-position:center!important;
  box-shadow:inset 0 1px rgba(255,255,255,.12)!important;
  isolation:isolate!important;
}
body.tt-desktop .tt-cat-flyout-hero:not(.has-image){
  background-image:
    radial-gradient(circle at 82% 30%,rgba(255,255,255,.18),transparent 26%),
    linear-gradient(125deg,#102343 0%,#18335d 62%,#e3131b 145%)!important;
}
body.tt-desktop .tt-cat-flyout-hero:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(110deg,transparent 0 58%,rgba(255,255,255,.08) 58% 59%,transparent 59% 100%);
  pointer-events:none;
}
body.tt-desktop .tt-cat-flyout-hero-copy{
  display:grid!important;
  gap:4px!important;
  min-width:0!important;
  max-width:620px!important;
  color:#fff!important;
}
body.tt-desktop .tt-cat-flyout-hero-copy small{
  color:#ffb8bb!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
}
body.tt-desktop .tt-cat-flyout-hero-copy strong{
  color:#fff!important;
  font-size:23px!important;
  line-height:1.15!important;
}
body.tt-desktop .tt-cat-flyout-hero-copy span{
  max-width:520px!important;
  color:rgba(255,255,255,.76)!important;
  font-size:11px!important;
  line-height:1.45!important;
}
body.tt-desktop .tt-cat-flyout-all{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:38px!important;
  padding:0 15px!important;
  border:1px solid rgba(255,255,255,.30)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.12)!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
  white-space:nowrap!important;
  backdrop-filter:blur(8px);
}
body.tt-desktop .tt-cat-flyout-all:hover{background:#fff!important;color:var(--tt-red)!important}
body.tt-desktop .tt-cat-child-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(230px,280px))!important;
  justify-content:start!important;
  align-content:start!important;
  gap:12px!important;
  padding-top:14px!important;
}
body.tt-desktop .tt-cat-child-group{
  min-width:0!important;
  min-height:92px!important;
  padding:12px!important;
  border:1px solid #e5eaf0!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 6px 18px rgba(15,23,42,.04)!important;
  transition:transform .18s,border-color .18s,box-shadow .18s!important;
}
body.tt-desktop .tt-cat-child-group:hover{
  transform:translateY(-2px)!important;
  border-color:#ffc4c6!important;
  box-shadow:0 12px 24px rgba(15,23,42,.08)!important;
}
body.tt-desktop .tt-cat-child-title{
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr) 18px!important;
  align-items:center!important;
  gap:10px!important;
  color:#101828!important;
}
body.tt-desktop .tt-cat-child-title .tt-cat-thumb{
  width:48px!important;
  height:48px!important;
  flex-basis:48px!important;
  border:1px solid #edf0f4!important;
  border-radius:12px!important;
  background-color:#f8fafc!important;
  padding:0!important;
}
body.tt-desktop .tt-cat-child-title .tt-cat-thumb--fallback{background:#fff4f4!important;border-color:#ffe0e1!important}
body.tt-desktop .tt-cat-child-title .tt-cat-thumb--fallback svg{width:21px!important;height:21px!important;stroke:var(--tt-red)!important}
body.tt-desktop .tt-cat-child-title>span{display:grid!important;gap:3px!important;min-width:0!important}
body.tt-desktop .tt-cat-child-title strong{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:12px!important;color:#111827!important}
body.tt-desktop .tt-cat-child-title small{font-size:9px!important;color:#8a95a5!important;font-weight:600!important}
body.tt-desktop .tt-cat-child-title>b{color:#e3131b!important;font-size:16px!important}
body.tt-desktop .tt-cat-grandchildren{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  margin-top:10px!important;
  padding-left:0!important;
}
body.tt-desktop .tt-cat-grandchildren>a{
  position:static!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:27px!important;
  padding:0 9px!important;
  border:1px solid #edf0f4!important;
  border-radius:999px!important;
  background:#f8fafc!important;
  color:#667085!important;
  font-size:9px!important;
  font-weight:700!important;
  line-height:1!important;
}
body.tt-desktop .tt-cat-grandchildren>a:before{display:none!important}
body.tt-desktop .tt-cat-grandchildren>a:hover{border-color:#ffc4c6!important;background:#fff1f1!important;color:#e3131b!important}
body.tt-desktop .tt-cat-flyout-footer{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin-top:14px!important;
  padding:10px 12px!important;
  border-top:1px dashed #e3e8ef!important;
  color:#98a2b3!important;
  font-size:10px!important;
}
body.tt-desktop .tt-cat-flyout-footer>a{color:#e3131b!important;font-weight:900!important}
@media(max-width:1439px){
  body.tt-desktop .tt-cat-flyout-hero{min-height:116px!important;padding:18px!important}
  body.tt-desktop .tt-cat-flyout-hero-copy strong{font-size:20px!important}
  body.tt-desktop .tt-cat-child-grid{grid-template-columns:repeat(auto-fill,minmax(210px,250px))!important;gap:10px!important}
}
@media(max-width:1279px){
  body.tt-desktop .tt-cat-flyout{padding:10px!important}
  body.tt-desktop .tt-cat-flyout-hero{min-height:104px!important;padding:15px!important}
  body.tt-desktop .tt-cat-flyout-hero-copy span{display:none!important}
  body.tt-desktop .tt-cat-child-grid{grid-template-columns:repeat(auto-fill,minmax(190px,230px))!important}
  body.tt-desktop .tt-cat-child-title{grid-template-columns:42px minmax(0,1fr) 16px!important}
  body.tt-desktop .tt-cat-child-title .tt-cat-thumb{width:42px!important;height:42px!important;flex-basis:42px!important}
}

/* v3.10.0 — Stable category hover + selectable catalog mega-menu. */
body.tt-desktop .tt-cat-flyout{
  left:calc(100% - 1px)!important;
}
body.tt-desktop .tt-cat-node.is-hover-active>.tt-cat-root-link{
  background:#fff4f4!important;
  color:#e3131b!important;
}
body.tt-desktop .tt-cat-node.is-hover-active>.tt-cat-root-link .tt-cat-arrow{
  color:#e3131b!important;
  transform:translateX(2px)!important;
}
body.tt-desktop .tt-cat-node.is-hover-active>.tt-cat-flyout{
  display:block!important;
}

/* Catalog style — inspired by the wide application/category panel in reference 2. */
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-flyout{
  padding:22px 24px 24px!important;
  overflow:auto!important;
  background:#fff!important;
  border-radius:0 14px 14px 0!important;
}
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-flyout-hero,
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-flyout-footer{
  display:none!important;
}
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-child-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  align-content:start!important;
  gap:38px 34px!important;
  padding:0!important;
}
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-child-group{
  min-width:0!important;
  min-height:116px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-child-title{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:26px!important;
  padding:0 0 10px!important;
  color:#15171a!important;
}
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-child-title>span{
  display:block!important;
  min-width:0!important;
}
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-child-title strong{
  display:block!important;
  overflow:hidden!important;
  color:#15171a!important;
  font-size:15px!important;
  font-weight:850!important;
  line-height:1.25!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-child-title small,
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-child-title>b{
  display:none!important;
}
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-child-group.has-grandchildren>.tt-cat-child-title .tt-cat-thumb{
  display:none!important;
}
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-child-group.is-leaf>.tt-cat-child-title .tt-cat-thumb{
  width:42px!important;
  height:42px!important;
  flex:0 0 42px!important;
  border:1px solid #edf0f3!important;
  border-radius:9px!important;
  background-color:#fafbfc!important;
}
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-grandchildren{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:flex-start!important;
  gap:9px!important;
  margin:0!important;
  padding:0!important;
}
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-grandchildren>a{
  position:relative!important;
  display:grid!important;
  grid-template-rows:42px auto!important;
  place-items:center!important;
  gap:4px!important;
  width:48px!important;
  min-width:48px!important;
  padding:0!important;
  color:#4b5563!important;
  font-size:8px!important;
  font-weight:700!important;
  line-height:1.1!important;
  text-align:center!important;
}
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-grandchildren>a:before{
  display:none!important;
}
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-grandchildren .tt-cat-thumb{
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
  margin:0!important;
  padding:3px!important;
  border:1px solid #edf0f3!important;
  border-radius:9px!important;
  background-color:#fafbfc!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:contain!important;
}
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-grandchildren .tt-cat-thumb--fallback img,
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-grandchildren .tt-cat-thumb--fallback .tt-icon{
  width:22px!important;
  height:22px!important;
}
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-grandchildren>a>span:last-child{
  display:-webkit-box!important;
  width:62px!important;
  overflow:hidden!important;
  color:#5f6876!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-grandchildren>a:hover .tt-cat-thumb{
  border-color:#ffb9bc!important;
  background-color:#fff7f7!important;
}
body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-grandchildren>a:hover>span:last-child{
  color:#e3131b!important;
}
@media(max-width:1439px){
  body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-child-grid{gap:30px 22px!important}
  body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-child-title strong{font-size:13px!important}
}
@media(max-width:1199px){
  body.tt-desktop .tt-cat-root-list.tt-cat-style-catalog .tt-cat-child-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
body.tt-desktop .tt-cat-root-list.tt-cat-style-visual .tt-cat-grandchildren .tt-cat-thumb{display:none!important}
