/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
*/
 #header{ background: white !important; }

  /* 2) Stabilne miniatury – brak pustych pól pod obrazkiem */
  .products .product-miniature .thumbnail-container,
  .products .product-miniature .product-thumbnail { aspect-ratio: 1 / 1; }
  .products .product-miniature .product-thumbnail img {
    width:100%; height:100%; object-fit:cover; display:block;
  }


