
/* Product Detail Conversion Polish v5 — presentation only */
.tf-product-detail-v5{
 --tf-pd-ink:#0b2948;--tf-pd-muted:#65788c;--tf-pd-border:#e5edf5;
}
.tf-product-detail-v5 [class*="gallery"],
.tf-product-detail-v5 [class*="media"]{
 border-radius:18px!important;overflow:hidden!important;
}
.tf-product-detail-v5 [class*="gallery"] img,
.tf-product-detail-v5 [class*="media"] img{
 object-fit:contain!important;
}
.tf-product-detail-v5 h1{
 letter-spacing:-.025em!important;line-height:1.12!important;
}
.tf-product-detail-v5 [class*="price"]{
 color:var(--tf-pd-ink)!important;
}
.tf-product-detail-v5 [class*="supplier"],
.tf-product-detail-v5 [class*="seller"]{
 border-color:var(--tf-pd-border)!important;border-radius:16px!important;
}
.tf-product-detail-v5 button,
.tf-product-detail-v5 [class*="btn"],
.tf-product-detail-v5 a[class*="button"]{
 min-height:44px!important;border-radius:11px!important;
}
.tf-product-detail-v5 input,
.tf-product-detail-v5 select,
.tf-product-detail-v5 textarea{
 border-color:var(--tf-pd-border)!important;border-radius:10px!important;
}
.tf-product-detail-v5 :focus-visible{
 outline:3px solid rgba(23,105,224,.18)!important;outline-offset:2px!important;
}
.tf-product-detail-v5 [class*="trust"],
.tf-product-detail-v5 [class*="secure"]{
 border-radius:14px!important;
}
@media(hover:hover) and (pointer:fine){
 .tf-product-detail-v5 button,
 .tf-product-detail-v5 [class*="btn"]{
  transition:transform .16s ease,box-shadow .16s ease!important;
 }
 .tf-product-detail-v5 button:hover,
 .tf-product-detail-v5 [class*="btn"]:hover{transform:translateY(-1px)!important}
}
@media(max-width:760px){
 .tf-product-detail-v5{overflow-x:hidden}
 .tf-product-detail-v5 h1{font-size:clamp(24px,7vw,32px)!important}
 .tf-product-detail-v5 button,
 .tf-product-detail-v5 [class*="btn"],
 .tf-product-detail-v5 a[class*="button"]{min-height:46px!important}
}
@media(prefers-reduced-motion:reduce){
 .tf-product-detail-v5 button,
 .tf-product-detail-v5 [class*="btn"]{transition:none!important}
}
