/* V6.20 - ürün sayfalarını dış çerçevede kesin ortalama */
.source-product-page{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  justify-content:center!important;
  align-items:flex-start!important;
  overflow:hidden!important;
}
.source-product-frame-wrap{
  box-sizing:border-box!important;
  width:min(1040px,calc(100% - 32px))!important;
  max-width:1040px!important;
  min-width:0!important;
  margin-left:auto!important;
  margin-right:auto!important;
  flex:0 1 1040px!important;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
}
.source-product-frame{
  width:100%!important;
  max-width:100%!important;
  margin:0 auto!important;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
}
@media(max-width:760px){
  .source-product-frame-wrap{width:100%!important;max-width:100%!important;flex-basis:100%!important}
}
