
/* Sprint 705 — storefront product card runtime/UI repair */
.supplier-store-body .tf-storefront-product-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-height:560px!important;
  overflow:hidden!important;
  border:1px solid #d8e4f1!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(9,36,72,.045)!important;
}

/* Media area */
.supplier-store-body .tf-storefront-product-card .product-image{
  position:relative!important;
  flex:0 0 250px!important;
  height:250px!important;
  min-height:250px!important;
  padding:10px!important;
  overflow:hidden!important;
  border:0!important;
  border-bottom:1px solid #e9eef5!important;
  background:#f7f9fc!important;
}
.supplier-store-body .tf-storefront-product-card .product-image-link{
  display:block!important;
  width:100%!important;
  height:100%!important;
  border-radius:14px!important;
  overflow:hidden!important;
  background:#fff!important;
}
.supplier-store-body .tf-storefront-product-card .product-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:14px!important;
}

/* Quick view stays in the image top-left. */
.supplier-store-body .tf-storefront-product-card>.product-quick-view{
  position:absolute!important;
  z-index:15!important;
  top:18px!important;
  left:18px!important;
  right:auto!important;
  bottom:auto!important;
  transform:none!important;
  opacity:1!important;
  pointer-events:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:38px!important;
  padding:0 14px!important;
  border:1px solid #d2dce8!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 6px 16px rgba(9,33,64,.10)!important;
  color:#0b172c!important;
  font-size:11px!important;
  font-weight:850!important;
  line-height:1!important;
  cursor:pointer!important;
}

/* Wishlist / compare / trust badge: never enter title/body flow. */
.supplier-store-body .tf-storefront-product-card .wishlist{
  position:absolute!important;
  z-index:14!important;
  top:18px!important;
  right:18px!important;
  left:auto!important;
  bottom:auto!important;
  width:40px!important;
  height:40px!important;
  margin:0!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #d2dce8!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.97)!important;
  box-shadow:0 6px 16px rgba(9,33,64,.10)!important;
}
.supplier-store-body .tf-storefront-product-card .tf-compare-icon{
  position:absolute!important;
  z-index:14!important;
  top:66px!important;
  right:18px!important;
  left:auto!important;
  bottom:auto!important;
  width:36px!important;
  height:36px!important;
  margin:0!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #d5dfe9!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.96)!important;
  color:#163455!important;
  box-shadow:0 5px 14px rgba(9,33,64,.08)!important;
}
.supplier-store-body .tf-storefront-product-card .tf-tradesecure-card-badge{
  position:absolute!important;
  z-index:13!important;
  left:18px!important;
  bottom:16px!important;
  top:auto!important;
  right:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  max-width:122px!important;
  padding:6px 9px!important;
  margin:0!important;
  border:1px solid rgba(194,210,230,.95)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.95)!important;
  color:#173b67!important;
  box-shadow:0 5px 14px rgba(9,33,64,.08)!important;
  line-height:1!important;
}
.supplier-store-body .tf-storefront-product-card .tf-tradesecure-card-badge small{
  display:block!important;
  font-size:8px!important;
  line-height:1.05!important;
  font-weight:850!important;
}

/* Body hierarchy */
.supplier-store-body .tf-storefront-product-card .product-body{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  flex:1 1 auto!important;
  min-height:0!important;
  flex-direction:column!important;
  padding:15px 16px 14px!important;
  background:#fff!important;
}
.supplier-store-body .tf-storefront-product-card .tf-product-category{
  display:inline-flex!important;
  align-self:flex-start!important;
  max-width:100%!important;
  margin:0 0 8px!important;
  padding:0!important;
  position:static!important;
  color:#60728a!important;
  font-size:9px!important;
  line-height:1.3!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.supplier-store-body .tf-storefront-product-card h3{
  position:static!important;
  margin:0 0 9px!important;
  min-height:48px!important;
  max-height:48px!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  font-size:18px!important;
  line-height:1.3!important;
  letter-spacing:-.02em!important;
}
.supplier-store-body .tf-storefront-product-card h3 a{
  color:#0b1c3b!important;
  text-decoration:none!important;
}
.supplier-store-body .tf-storefront-product-card .price{
  position:static!important;
  margin:0 0 6px!important;
  font-size:22px!important;
  line-height:1.15!important;
  font-weight:900!important;
  color:#071b42!important;
}
.supplier-store-body .tf-storefront-product-card .product-primary-meta{
  position:static!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  flex-wrap:wrap!important;
  gap:5px 8px!important;
  margin:0 0 9px!important;
  color:#66768d!important;
  font-size:9px!important;
}
.supplier-store-body .tf-storefront-product-card .product-description{
  position:static!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  min-height:36px!important;
  max-height:36px!important;
  margin:0 0 10px!important;
  overflow:hidden!important;
  color:#687991!important;
  font-size:10px!important;
  line-height:1.55!important;
}
.supplier-store-body .tf-storefront-product-card .product-compact-chips{
  position:static!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  min-height:28px!important;
  margin:0 0 10px!important;
}
.supplier-store-body .tf-storefront-product-card .product-compact-chips span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:25px!important;
  padding:5px 8px!important;
  border:1px solid #dfe7f0!important;
  border-radius:999px!important;
  background:#f8fafc!important;
  color:#526780!important;
  font-size:8px!important;
  font-weight:750!important;
  line-height:1!important;
}
.supplier-store-body .tf-storefront-product-card .product-compact-chips .is-verified{
  border-color:#c7ebd7!important;
  background:#edf9f2!important;
  color:#157848!important;
}

/* Seller row + buttons */
.supplier-store-body .tf-storefront-product-card .supplier-line{
  position:static!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:9px!important;
  margin-top:auto!important;
  padding:10px 0 0!important;
  border-top:1px solid #e8eef5!important;
  min-height:46px!important;
}
.supplier-store-body .tf-storefront-product-card .tf-storefront-copy{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:4px!important;
  overflow:hidden!important;
}
.supplier-store-body .tf-storefront-product-card .tf-seller-link,
.supplier-store-body .tf-storefront-product-card .tf-storefront-link{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:9px!important;
}
.supplier-store-body .tf-storefront-product-card .supplier-badges{
  position:static!important;
  display:flex!important;
  gap:5px!important;
  flex:0 0 auto!important;
}
.supplier-store-body .tf-storefront-product-card .card-actions{
  position:static!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:9px!important;
  margin-top:10px!important;
}
.supplier-store-body .tf-storefront-product-card .card-actions>a,
.supplier-store-body .tf-storefront-product-card .card-actions>button,
.supplier-store-body .tf-storefront-product-card .card-actions form button{
  width:100%!important;
  min-height:42px!important;
  border-radius:10px!important;
  font-size:10px!important;
  font-weight:850!important;
}

/* Quick-view modal */
.tf-store-qv-modal[hidden]{display:none!important}
.tf-store-qv-modal{
  position:fixed!important;
  z-index:99999!important;
  inset:0!important;
  display:grid!important;
  place-items:center!important;
  padding:24px!important;
}
.tf-store-qv-backdrop{
  position:absolute!important;
  inset:0!important;
  border:0!important;
  background:rgba(5,18,39,.62)!important;
  backdrop-filter:blur(3px)!important;
}
.tf-store-qv-panel{
  position:relative!important;
  z-index:2!important;
  width:min(860px,94vw)!important;
  max-height:90vh!important;
  overflow:auto!important;
  border:1px solid #d9e4ef!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 30px 90px rgba(3,18,40,.30)!important;
}
.tf-store-qv-close{
  position:absolute!important;
  z-index:4!important;
  top:12px!important;
  right:12px!important;
  width:38px!important;
  height:38px!important;
  border:1px solid #dce5ee!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#173554!important;
  font-size:24px!important;
  line-height:1!important;
  cursor:pointer!important;
}
.tf-store-qv-content{min-height:420px!important}
.tf-store-qv-loading{padding:70px 30px;text-align:center;color:#6c7b8e;font-weight:700}
.tf-store-qv{
  display:grid!important;
  grid-template-columns:minmax(300px,.95fr) minmax(0,1.05fr)!important;
  min-height:500px!important;
}
.tf-store-qv-media{
  display:grid!important;
  place-items:center!important;
  min-height:500px!important;
  padding:24px!important;
  background:#f5f8fc!important;
}
.tf-store-qv-media img{
  width:100%!important;
  height:100%!important;
  max-height:450px!important;
  object-fit:contain!important;
  border-radius:16px!important;
}
.tf-store-qv-info{padding:42px 34px 30px!important}
.tf-store-qv-eyebrow{display:inline-flex;padding:6px 9px;border-radius:999px;background:#eaf8ef;color:#137847;font-size:9px;font-weight:850}
.tf-store-qv-info h2{margin:12px 0 8px;font-size:28px;line-height:1.15;color:#0a1f42}
.tf-store-qv-desc{color:#69798e;font-size:11px;line-height:1.6}
.tf-store-qv-seller{margin-top:15px;padding-top:13px;border-top:1px solid #e8eef4;color:#53677f;font-size:10px}
.tf-store-qv-seller a{color:#0b65cf;font-weight:800;text-decoration:none}
.tf-store-qv-price{margin-top:18px}.tf-store-qv-price strong{font-size:27px;color:#071b42}.tf-store-qv-price span{font-size:10px;color:#7a8798}
.tf-store-qv-stock{margin-top:8px;color:#9a6500;font-size:10px;font-weight:800}.tf-store-qv-stock.is-live{color:#157848}
.tf-store-qv-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:22px}
.tf-store-qv-actions>*{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:9px 12px!important;
  border:0!important;
  border-radius:10px!important;
  background:#0b65cf!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:10px!important;
  font-weight:850!important;
}
.tf-store-qv-actions .secondary{background:#071f48!important}
.tf-store-qv-actions .full{grid-column:1/-1;background:#f4b942!important;color:#071f48!important}

@media(max-width:760px){
  .supplier-store-body .tf-storefront-product-card{min-height:auto!important}
  .supplier-store-body .tf-storefront-product-card .product-image{flex-basis:220px!important;height:220px!important;min-height:220px!important}
  .supplier-store-body .tf-storefront-product-card h3{font-size:16px!important;min-height:42px!important;max-height:42px!important}
  .supplier-store-body .tf-storefront-product-card .price{font-size:19px!important}
  .supplier-store-body .tf-storefront-product-card>.product-quick-view{top:15px!important;left:15px!important;min-height:34px!important;padding:0 12px!important;font-size:9px!important}
  .supplier-store-body .tf-storefront-product-card .wishlist{top:15px!important;right:15px!important;width:36px!important;height:36px!important}
  .supplier-store-body .tf-storefront-product-card .tf-compare-icon{top:58px!important;right:15px!important;width:33px!important;height:33px!important}
  .tf-store-qv-modal{padding:0!important;align-items:end!important}
  .tf-store-qv-panel{width:100%!important;max-height:93vh!important;border-radius:20px 20px 0 0!important}
  .tf-store-qv{grid-template-columns:1fr!important}
  .tf-store-qv-media{min-height:260px!important;height:260px!important;padding:16px!important}
  .tf-store-qv-info{padding:22px 18px 24px!important}
  .tf-store-qv-info h2{font-size:21px!important}
}
