/* Bi'Tişört v6.3.24 — Hero outer width sync
   Align desktop hero with the same shared outer edges used by the homepage card sections.
   Mobile keeps the isolated v6.3.21 hero behavior.
*/

@media (min-width:721px){
  body.bt-hybrid-pro-v620 main.hp-home-main > .hp-signature-slider.shell{
    width:var(--bt-home-block-width)!important;
    max-width:var(--bt-home-block-max)!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  body.bt-hybrid-pro-v620 main.hp-home-main > .hp-signature-slider.shell .hp-signature-viewport,
  body.bt-hybrid-pro-v620 main.hp-home-main > .hp-signature-slider.shell .hp-signature-track,
  body.bt-hybrid-pro-v620 main.hp-home-main > .hp-signature-slider.shell .hp-signature-slide,
  body.bt-hybrid-pro-v620 main.hp-home-main > .hp-signature-slider.shell .hp-signature-slide picture,
  body.bt-hybrid-pro-v620 main.hp-home-main > .hp-signature-slider.shell .hp-signature-slide img{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  body.bt-hybrid-pro-v620 main.hp-home-main > .hp-signature-slider.shell .hp-signature-slide img{
    display:block!important;
  }
}
