/* Technologia — Catalogue / Boutique (clair). */

.tec-theme.post-type-archive-product,
.tec-theme.tax-product_cat,
.tec-theme.tax-product_tag {
  font-family: 'Hanken Grotesk', sans-serif;
  --r-card: 16px; --r-btn: 12px;
}

/* ── Grille produits ──────────────────────────────────── */
.tec-theme ul.products li.product {
  border-radius: var(--r-card) !important;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.tec-theme ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,.1);
}

/* ── Image ────────────────────────────────────────────── */
.tec-theme ul.products li.product img {
  transition: transform .4s ease;
}
.tec-theme ul.products li.product:hover img {
  transform: scale(1.07);
}

/* ── Badge stock (dans la boucle) ──────────────────────── */
.tec-product-stock-wrap {
  margin-bottom: 8px;
}

/* ── Bouton CTA dans la boucle ─────────────────────────── */
.tec-loop-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  background: linear-gradient(135deg, #4BA9DE, #273F7E) !important;
  color: #fff !important; border: 0 !important; border-radius: var(--r-btn) !important;
  padding: 11px 18px !important; font-size: 13.5px; font-weight: 700 !important;
  text-decoration: none !important; cursor: pointer;
  font-family: 'Hanken Grotesk', sans-serif !important;
}
.tec-loop-cta:hover { filter: brightness(1.07); }

/* ── Prix ──────────────────────────────────────────────── */
.tec-theme ul.products li.product .price {
  font-weight: 800 !important; font-size: 18px !important;
  color: #0B7BA6 !important; font-variant-numeric: tabular-nums;
}

/* ── Filtres / tri ────────────────────────────────────── */
.tec-theme .woocommerce-ordering select,
.tec-theme .woocommerce-result-count {
  font-family: 'Hanken Grotesk', sans-serif;
}

/* ── Breadcrumb ────────────────────────────────────────── */
.tec-theme .woocommerce-breadcrumb {
  font-size: 13px; color: #8A94A6;
}
.tec-theme .woocommerce-breadcrumb a { color: #8A94A6; text-decoration: none; }
.tec-theme .woocommerce-breadcrumb a:hover { color: #273F7E; }
