/* HERO altındaki eski fotoğraf / şeffaf katman düzeltmesi */
.hero.hero-collection,
.hero.hero-premium.hero-collection{
  background:#ffffff !important;
  background-image:none !important;
  background-repeat:no-repeat !important;
  background-size:0 0 !important;
  overflow:hidden !important;
  isolation:isolate;
}
.hero.hero-collection::before,
.hero.hero-collection::after,
.hero.hero-premium.hero-collection::before,
.hero.hero-premium.hero-collection::after,
.hero.hero-collection .hero-wrap::before,
.hero.hero-collection .hero-wrap::after,
.hero.hero-collection .hero-premium-wrap::before,
.hero.hero-collection .hero-premium-wrap::after,
.hero.hero-collection .hero-collection-shell::before,
.hero.hero-collection .hero-collection-shell::after,
.hero.hero-collection .hero-collection-grid::before,
.hero.hero-collection .hero-collection-grid::after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  box-shadow:none !important;
}
.hero.hero-collection .hero-collection-shell,
.hero.hero-collection .hero-collection-grid,
.hero.hero-collection .hero-collection-left,
.hero.hero-collection .hero-collection-right,
.hero.hero-collection .hero-quick-form{
  position:relative;
  z-index:2;
  background-image:none !important;
}
