/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 2 Jul 2026, 10:20 am
*/


.produkt-sekcja {
  box-sizing: border-box;
  width: min(1220px, calc(100% - 220px));
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 1200px) {
  .produkt-sekcja {
    width: min(1100px, calc(100% - 120px));
  }
}

@media (max-width: 781px) {
  .produkt-sekcja {
    width: calc(100% - 40px);
  }
}

