/* Cementare · hero altı içerik görsel ölçeği · 2026-09-25
   Yalnız ilgili ürün/uygulama sayfalarının hero SONRASI görsellerini küçültür.
   Header, hero, smart-scroll ve mobil/tablet düzenine dokunmaz. */
@media (min-width: 901px) {
  /* Duvar & Zemin — hero altındaki tüm editorial görsel blokları */
  .mc-page .mc-visual-primary > .mc-shell,
  .mc-page .mc-visual-pair > .mc-shell {
    width: min(1040px, calc(100% - 64px)) !important;
    max-width: 1040px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Dış Cephe — hero altındaki tüm editorial görsel blokları */
  .bc-page .bc-visual-primary > .bc-shell,
  .bc-page .bc-visual-pair > .bc-shell {
    width: min(1040px, calc(100% - 64px)) !important;
    max-width: 1040px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Beton Mobilya ana sayfası — hero altındaki görseller + koleksiyon kartları */
  .cf-page .cf-visual-primary > .cf-shell,
  .cf-page .cf-visual-pair > .cf-shell,
  .cf-page .cf-collection > .cf-shell {
    width: min(1040px, calc(100% - 64px)) !important;
    max-width: 1040px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Mobilya uygulama sayfası — hero sonrası TÜM galeri görselleri */
  .ev-gallery-page .ev-g-gallery {
    width: min(1180px, calc(100% - 64px)) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  /* Beton mobilya model sayfaları — hero/intro sonrası tüm ürün galerisi */
  .ca-product-gallery > .ca-product-shell {
    width: min(1180px, calc(100% - 64px)) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
