/* Sprint 919 — Premium upper buying panel, matched to shopping commerce system
Palette is direct #101820 black, #F4B400 yellow, white. */

/* confidence cards */
.product-page-v2 .product-confidence-strip{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:8px!important;
  margin:13px 0!important
}
.product-page-v2 .product-confidence-strip>div{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:62px!important;
  padding:10px 12px!important;
  border:1px solid #D7E0E8!important;
  border-radius:11px!important;
  background:#FFFFFF!important
}
.product-page-v2 .confidence-icon{
  display:grid!important;
  place-items:center!important;
  width:38px!important;
  height:38px!important;
  flex:0 0 38px!important;
  border-radius:10px!important;
  background:#F4B400!important;
  color:#101820!important
}
.product-page-v2 .confidence-icon svg{width:20px!important;height:20px!important}
.product-page-v2 .product-confidence-strip b{
  display:block!important;
  color:#101820!important;
  font-size:8px!important;
  font-weight:900!important
}
.product-page-v2 .product-confidence-strip small{
  display:block!important;
  margin-top:2px!important;
  color:#6F8192!important;
  font-size:6.5px!important
}

/* premium price card */
.tf-shopping-price-card{
  margin:12px 0 10px!important;
  padding:0!important;
  border:1px solid #101820!important;
  border-radius:14px!important;
  background:#FFFFFF!important;
  overflow:hidden!important;
  box-shadow:0 10px 26px rgba(7,22,38,.055)!important
}
.tf-shopping-price-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  min-height:56px!important;
  padding:10px 14px!important;
  background:#101820!important;
  color:#FFFFFF!important
}
.tf-shopping-price-head>div span{
  display:block!important;
  color:#F4B400!important;
  font-size:6px!important;
  font-weight:900!important;
  letter-spacing:.08em!important
}
.tf-shopping-price-head>div small{
  display:block!important;
  margin-top:3px!important;
  color:#C6D0DA!important;
  font-size:6.5px!important
}
.tf-shopping-price-protected{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:7px 9px!important;
  border-radius:999px!important;
  background:#F4B400!important;
  color:#101820!important;
  font-size:7px!important;
  font-weight:900!important
}
.tf-shopping-price-protected svg{width:15px!important;height:15px!important}
.tf-shopping-price-body{
  padding:15px!important;
  border-left:5px solid #F4B400!important;
  background:#FFFFFF!important
}
.tf-shopping-price-card .product-price-large{
  margin:0!important;
  color:#101820!important;
  font-size:42px!important;
  line-height:1!important;
  font-weight:900!important
}
.tf-shopping-price-card .product-price-large small{
  color:#687A8B!important;
  font-size:10px!important;
  font-weight:800!important
}
.tf-shopping-price-card .tf-price-note{
  margin-top:10px!important;
  color:#687A8B!important;
  font-size:7px!important;
  line-height:1.4!important
}

/* commercial facts */
.tf-shopping-facts{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  margin:10px 0!important;
  border:1px solid #D7E0E8!important;
  border-radius:12px!important;
  background:#FFFFFF!important;
  overflow:hidden!important
}
.tf-shopping-facts>div{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:68px!important;
  padding:10px 12px!important;
  border-right:1px solid #E5EAF0!important
}
.tf-shopping-facts>div:last-child{border-right:0!important}
.tf-fact-icon{
  display:grid!important;
  place-items:center!important;
  width:36px!important;height:36px!important;flex:0 0 36px!important;
  border-radius:9px!important;
  background:#101820!important;
  color:#F4B400!important
}
.tf-fact-icon svg{width:18px!important;height:18px!important}
.tf-shopping-facts small{
  display:block!important;
  color:#7B8D9D!important;
  font-size:5.8px!important;
  font-weight:900!important;
  letter-spacing:.05em!important
}
.tf-shopping-facts b{
  display:block!important;
  margin-top:3px!important;
  color:#101820!important;
  font-size:8px!important;
  line-height:1.3!important;
  font-weight:900!important
}

/* delivery card */
.tf-shopping-delivery-card{
  margin-top:10px!important;
  padding:0!important;
  border:1px solid #D7E0E8!important;
  border-radius:13px!important;
  background:#FFFFFF!important;
  overflow:hidden!important
}
.tf-shopping-delivery-head{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:60px!important;
  padding:10px 13px!important;
  background:#101820!important
}
.tf-shopping-delivery-icon{
  display:grid!important;place-items:center!important;
  width:38px!important;height:38px!important;flex:0 0 38px!important;
  border-radius:10px!important;background:#F4B400!important;color:#101820!important
}
.tf-shopping-delivery-icon svg{width:20px!important;height:20px!important}
.tf-shopping-delivery-head>div span{
  display:block!important;color:#F4B400!important;font-size:5.8px!important;font-weight:900!important;letter-spacing:.06em!important
}
.tf-shopping-delivery-head strong{
  display:block!important;margin-top:3px!important;color:#FFFFFF!important;font-size:9px!important;font-weight:900!important
}
.tf-shopping-delivery-card .product-delivery-fields{
  display:grid!important;
  grid-template-columns:1fr 1fr 1fr auto!important;
  gap:8px!important;
  padding:12px!important;
  background:#FFFFFF!important
}
.tf-shopping-delivery-card .product-delivery-fields label{display:block!important}
.tf-shopping-delivery-card .product-delivery-fields label>span{
  display:block!important;margin-bottom:5px!important;color:#687A8B!important;font-size:6px!important;font-weight:900!important
}
.tf-shopping-delivery-card input{
  width:100%!important;height:40px!important;padding:0 10px!important;
  border:1px solid #CFD9E2!important;border-radius:8px!important;
  background:#FFFFFF!important;color:#101820!important;font-size:8px!important
}
.tf-shopping-delivery-card #pdpDeliveryCheck{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;
  min-width:92px!important;height:40px!important;align-self:end!important;
  border:1px solid #F4B400!important;border-radius:8px!important;
  background:#F4B400!important;color:#101820!important;
  font-size:8px!important;font-weight:900!important
}
.tf-shopping-delivery-card #pdpDeliveryCheck svg{width:16px!important;height:16px!important}
.tf-shopping-delivery-card .product-delivery-result{
  padding:0 12px 12px!important;
  color:#718394!important;
  font-size:6.5px!important;
  line-height:1.4!important
}

/* buying mode */
.tf-shopping-buying-mode{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin-top:10px!important;
  min-height:74px!important;
  padding:10px 12px!important;
  border:1px solid #101820!important;
  border-radius:12px!important;
  background:#101820!important
}
.tf-buying-mode-copy{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0!important
}
.tf-buying-mode-icon{
  display:grid!important;place-items:center!important;
  width:40px!important;height:40px!important;flex:0 0 40px!important;
  border-radius:10px!important;background:#F4B400!important;color:#101820!important
}
.tf-buying-mode-icon svg{width:20px!important;height:20px!important}
.tf-buying-mode-copy>div span{
  display:block!important;color:#F4B400!important;font-size:5.8px!important;font-weight:900!important;letter-spacing:.06em!important
}
.tf-buying-mode-copy strong{
  display:block!important;margin-top:3px!important;color:#FFFFFF!important;font-size:9px!important;font-weight:900!important
}
.tf-shopping-buying-mode .tf-quantity-control>span{
  display:block!important;margin-bottom:5px!important;color:#F4B400!important;font-size:5.8px!important;font-weight:900!important
}
.tf-shopping-buying-mode .tf-quantity-stepper{
  display:grid!important;
  grid-template-columns:36px 64px 36px!important;
  width:136px!important;
  overflow:hidden!important;
  border:1px solid #F4B400!important;
  border-radius:8px!important;
  background:#FFFFFF!important
}
.tf-shopping-buying-mode .tf-quantity-stepper button{
  height:38px!important;border:0!important;background:#F4B400!important;color:#101820!important;font-size:16px!important;font-weight:900!important
}
.tf-shopping-buying-mode .tf-quantity-stepper input{
  width:100%!important;height:38px!important;border:0!important;background:#FFFFFF!important;color:#101820!important;
  text-align:center!important;font-size:10px!important;font-weight:900!important
}

@media(max-width:760px){
  .product-page-v2 .product-confidence-strip,
  .tf-shopping-facts{grid-template-columns:1fr!important}
  .tf-shopping-facts>div{border-right:0!important;border-bottom:1px solid #E5EAF0!important}
  .tf-shopping-facts>div:last-child{border-bottom:0!important}
  .tf-shopping-price-card .product-price-large{font-size:34px!important}
  .tf-shopping-delivery-card .product-delivery-fields{grid-template-columns:1fr!important}
  .tf-shopping-delivery-card #pdpDeliveryCheck{width:100%!important}
  .tf-shopping-buying-mode{align-items:flex-start!important;flex-direction:column!important}
}
