/* TT v3.4.3 cards — loaded only on routes that render cards */
.tt-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.tt-category-card{display:grid;place-items:center;gap:8px;min-width:0;border:1px solid var(--tt-line);border-radius:12px;padding:12px;background:#fff;transition:.18s}.tt-category-card:hover{transform:translateY(-2px);box-shadow:var(--tt-shadow);border-color:#f4b1b4}.tt-category-media{width:100%}.tt-category-card img{width:100%;aspect-ratio:1.55/1;object-fit:contain}.tt-category-card strong{max-width:100%;font-size:13px;color:var(--tt-ink);text-align:center;overflow:hidden;text-overflow:ellipsis}.tt-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.tt-product-card{position:relative;display:flex;flex-direction:column;min-width:0;border:1px solid var(--tt-line);border-radius:12px;background:#fff;overflow:hidden;transition:.18s}.tt-product-card:hover{transform:translateY(-2px);box-shadow:var(--tt-shadow)}.tt-product-img{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;background:#fff;padding:12px}.tt-product-img img{width:100%;height:100%;object-fit:contain}.tt-sale-badge{position:absolute;z-index:2;top:8px;left:8px;border-radius:5px;background:var(--tt-red);color:#fff;padding:3px 6px;font-size:10px;font-weight:800}.tt-product-body{display:flex;flex-direction:column;gap:6px;min-height:184px;padding:11px 12px 12px}.tt-product-brand{min-height:15px;color:var(--tt-red);font-size:9px;font-weight:900;text-transform:uppercase}.tt-product-body h3{margin:0;color:var(--tt-ink);font-size:14px;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.tt-product-mini-meta{min-height:16px;color:var(--tt-muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tt-price{color:var(--tt-red);font-size:17px;font-weight:900}.tt-price del{color:#9aa1ad;font-size:11px;font-weight:500}.tt-price ins{text-decoration:none}.tt-product-status{font-size:10px}.is-stock{color:var(--tt-green)}.is-out{color:#9aa1ad}.tt-card-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;color:var(--tt-red);font-size:11px;font-weight:800}.tt-cart-mini{width:30px;height:30px;display:grid;place-items:center;border:1px solid #ffd0d1;border-radius:8px}.tt-cart-mini svg{width:16px;height:16px;stroke:var(--tt-red)}.tt-news-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.tt-post-card{min-width:0;border:1px solid var(--tt-line);border-radius:12px;overflow:hidden;background:#fff}.tt-post-card>a{display:block;aspect-ratio:16/9;overflow:hidden}.tt-post-card>a img{width:100%;height:100%;object-fit:cover;transition:.25s}.tt-post-card:hover>a img{transform:scale(1.025)}.tt-post-card>div{padding:12px}.tt-post-card small{font-size:10px;color:var(--tt-muted)}.tt-post-card h3{margin:4px 0 7px;color:var(--tt-ink);font-size:15px;line-height:1.4}.tt-post-card p{margin:0;color:var(--tt-muted);font-size:12px}
.tt-quick-buy-trigger{min-height:30px;padding:0 10px;border:1px solid #ffd0d1;border-radius:8px;background:#fff;color:var(--tt-red);font-size:11px;font-weight:800;cursor:pointer}


/* v3.7.1 category product cards: one current price + aligned action row */
.tt-product-card .tt-price-current-only{display:flex;align-items:center;min-height:24px;color:var(--tt-red);font-weight:900}
.tt-product-card .tt-price-current-only del{display:none!important}
.tt-product-card .tt-price-current-only ins{text-decoration:none!important;color:inherit!important}
.tt-product-card .tt-card-actions{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:8px!important;
  align-items:stretch!important;
  width:100%!important;
  margin-top:auto!important;
}
.tt-product-card .tt-card-actions>.tt-card-detail,
.tt-product-card .tt-card-actions>.tt-quick-buy-trigger{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  width:100%!important;
  min-height:38px!important;
  height:38px!important;
  margin:0!important;
  padding:0 10px!important;
  border-radius:10px!important;
  box-sizing:border-box!important;
  line-height:1!important;
  font-size:11px!important;
  font-weight:900!important;
  white-space:nowrap!important;
  text-align:center!important;
}
.tt-product-card .tt-card-actions>.tt-card-detail{
  border:1px solid transparent!important;
  background:transparent!important;
  color:var(--tt-red)!important;
}
.tt-product-card .tt-card-actions>.tt-quick-buy-trigger{
  border:1px solid #ffb9bc!important;
  background:#fff!important;
  color:var(--tt-red)!important;
  box-shadow:none!important;
}
.tt-product-card .tt-card-actions>.tt-card-detail:hover,
.tt-product-card .tt-card-actions>.tt-quick-buy-trigger:hover{
  border-color:var(--tt-red)!important;
  background:#fff3f3!important;
  color:var(--tt-red)!important;
}
