/* Sprint 921 — Extra compact, high-visibility upper commerce blocks */

/* Price card */
.tf-shopping-price-card{
  margin:7px 0 6px!important;
  border-radius:10px!important;
  box-shadow:none!important
}
.tf-shopping-price-head{
  min-height:34px!important;
  padding:5px 9px!important
}
.tf-shopping-price-head>div span{
  font-size:5px!important;
  line-height:1.1!important
}
.tf-shopping-price-head>div small{
  margin-top:1px!important;
  font-size:5.2px!important;
  line-height:1.15!important;
  color:#E3E8ED!important
}
.tf-shopping-price-protected{
  padding:4px 7px!important;
  font-size:5.8px!important
}
.tf-shopping-price-protected svg{
  width:11px!important;
  height:11px!important
}
.tf-shopping-price-body{
  padding:8px 10px!important;
  border-left-width:3px!important
}
.tf-shopping-price-card .product-price-large{
  font-size:27px!important;
  line-height:.95!important;
  color:#101820!important
}
.tf-shopping-price-card .product-price-large small{
  font-size:7px!important;
  color:#53697D!important
}
.tf-shopping-price-card .tf-price-note{
  margin-top:5px!important;
  font-size:5.5px!important;
  color:#5D7184!important;
  line-height:1.3!important
}

/* Facts row */
.tf-shopping-facts{
  margin:6px 0!important;
  border-radius:9px!important
}
.tf-shopping-facts>div{
  min-height:44px!important;
  padding:6px 8px!important;
  gap:7px!important
}
.tf-fact-icon{
  width:25px!important;
  height:25px!important;
  flex-basis:25px!important;
  border-radius:7px!important;
  background:#101820!important;
  color:#F4B400!important
}
.tf-fact-icon svg{
  width:13px!important;
  height:13px!important
}
.tf-shopping-facts small{
  font-size:4.7px!important;
  line-height:1.1!important;
  color:#667C91!important
}
.tf-shopping-facts b{
  margin-top:2px!important;
  font-size:6.3px!important;
  line-height:1.15!important;
  color:#102A43!important
}

/* Delivery */
.tf-shopping-delivery-card{
  margin-top:6px!important;
  border-radius:10px!important
}
.tf-shopping-delivery-head{
  min-height:38px!important;
  padding:5px 8px!important
}
.tf-shopping-delivery-icon{
  width:27px!important;
  height:27px!important;
  flex-basis:27px!important;
  border-radius:7px!important
}
.tf-shopping-delivery-icon svg{
  width:14px!important;
  height:14px!important
}
.tf-shopping-delivery-head>div span{
  font-size:4.8px!important
}
.tf-shopping-delivery-head strong{
  margin-top:1px!important;
  font-size:6.8px!important;
  color:#FFFFFF!important
}
.tf-shopping-delivery-card .product-delivery-fields{
  grid-template-columns:1fr 1fr 1fr auto!important;
  gap:6px!important;
  padding:7px 8px!important
}
.tf-shopping-delivery-card .product-delivery-fields label>span{
  margin-bottom:3px!important;
  font-size:4.8px!important;
  color:#53697D!important
}
.tf-shopping-delivery-card input{
  height:30px!important;
  padding:0 8px!important;
  border-radius:7px!important;
  font-size:6.5px!important;
  color:#101820!important;
  background:#FFFFFF!important
}
.tf-shopping-delivery-card #pdpDeliveryCheck{
  min-width:68px!important;
  height:30px!important;
  border-radius:7px!important;
  padding:0 9px!important;
  font-size:6.4px!important
}
.tf-shopping-delivery-card #pdpDeliveryCheck svg{
  width:12px!important;
  height:12px!important
}
.tf-shopping-delivery-card .product-delivery-result{
  padding:0 8px 7px!important;
  font-size:5.2px!important;
  color:#607488!important;
  line-height:1.25!important
}

/* Buying mode */
.tf-shopping-buying-mode{
  min-height:44px!important;
  margin-top:6px!important;
  padding:6px 8px!important;
  border-radius:9px!important;
  background:#101820!important
}
.tf-buying-mode-copy{
  gap:7px!important
}
.tf-buying-mode-icon{
  width:27px!important;
  height:27px!important;
  flex-basis:27px!important;
  border-radius:7px!important
}
.tf-buying-mode-icon svg{
  width:14px!important;
  height:14px!important
}
.tf-buying-mode-copy>div span,
.tf-shopping-buying-mode .tf-quantity-control>span{
  font-size:4.7px!important;
  color:#F4B400!important
}
.tf-buying-mode-copy strong{
  margin-top:1px!important;
  font-size:6.8px!important;
  color:#FFFFFF!important
}
.tf-quantity-control{
  min-width:84px!important
}
.tf-shopping-buying-mode .tf-quantity-stepper{
  grid-template-columns:25px 34px 25px!important;
  width:84px!important;
  border-radius:7px!important
}
.tf-shopping-buying-mode .tf-quantity-stepper button{
  height:27px!important;
  font-size:11px!important
}
.tf-shopping-buying-mode .tf-quantity-stepper input{
  height:27px!important;
  font-size:7px!important
}

/* preserve clear separation while reducing visual bulk */
.product-page-v2 .product-buy-card{
  padding-bottom:13px!important
}

@media(max-width:760px){
  .tf-shopping-price-card .product-price-large{
    font-size:25px!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:center!important;
    flex-direction:row!important
  }
}
@media(max-width:430px){
  .tf-shopping-buying-mode{
    align-items:flex-start!important;
    flex-direction:column!important
  }
}
