/* BRENNER v62 — Related Products mobile base.
   Consolidated from historical v47. Later approved footer/image state remains
   in pdp-v61.css and wins by stylesheet order. */
@media (max-width:640px){
  .related-section{padding-bottom:38px!important;overflow:visible!important}
  .related-section .l3-section-head{display:block!important;margin-bottom:18px!important}
  .related-section .l3-section-head h2{
    font-size:30px!important;line-height:1.08!important;margin-top:8px!important
  }
  .related-section .product-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;max-width:100%!important;
    gap:14px!important;
    overflow:visible!important;
  }
  .related-section .product-card{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    min-height:0!important;
    height:auto!important;
    padding:20px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  .related-section .product-card-top{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 88px!important;
    gap:14px!important;
    align-items:start!important;
    min-height:112px!important;
  }
  .related-section .product-card-info{
    min-width:0!important;
    padding-right:0!important;
  }
  .related-section .product-title{
    font-size:22px!important;
    line-height:1.14!important;
    margin:6px 0 4px!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }
  .related-section .product-spec{
    font-size:14px!important;
    line-height:1.4!important;
    max-width:none!important;
  }
  .related-section .product-thumb-pouch{
    position:static!important;
    top:auto!important;
    right:auto!important;
    width:88px!important;
    height:100px!important;
    min-width:88px!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    overflow:visible!important;
  }
  .related-section .product-thumb-pouch img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:88px!important;
    max-height:100px!important;
    object-fit:contain!important;
  }
  .related-section .product-card-foot{
    display:flex!important;
    justify-content:space-between!important;
    align-items:center!important;
    gap:14px!important;
    width:100%!important;
    min-width:0!important;
    margin-top:14px!important;
    padding-top:14px!important;
  }
  .related-section .product-pack{
    font-size:14px!important;
    line-height:1.35!important;
    min-width:0!important;
  }
  .related-section .product-explore{
    font-size:14px!important;
    white-space:nowrap!important;
    flex:0 0 auto!important;
  }
}
