/* Včelařství Jindra – úpravy zápatí, bannerů a levého sloupce */

/* Nadpisy v bannerech */
.custom-banner-heading {
  display: block;
  width: 100%;
  margin: 35px 0 20px;
  text-align: center;
  font-size: 28px;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-weight: 700;
  line-height: 1.3;
}

.custom-banner-heading-vceli-produkty {
  margin-top: 45px;
}

/* Nezobrazovat v mobilu, protože Shoptet nezobrazuje ani bannery */
@media (max-width: 768px) {
  .custom-banner-heading {
    display: none !important;
  }
}

/* Prodejní argumenty v levém sloupci */
.custom-left-banners {
  margin: 25px 0;
}

.custom-left-banners .custom-left-banner-item {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  transform: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.custom-left-banners .custom-left-banner-item,
.custom-left-banners .custom-left-banner-item > *,
.custom-left-banners .custom-left-banner-item a,
.custom-left-banners .custom-left-banner-item div {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
}

.custom-left-banners .custom-left-banner-item img {
  display: block !important;
  max-width: 100%;
  height: auto;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Oprava poslední ikony Prodejna */
.custom-left-banners .custom-left-banner-item[data-left-banner-image="3373_1779280960.png"] {
  overflow: visible !important;
}

.custom-left-banners .custom-left-banner-item[data-left-banner-image="3373_1779280960.png"] img {
  width: 58px !important;
  max-width: 58px !important;
  height: auto !important;
  transform: scale(1.75) !important;
  transform-origin: center center !important;
  margin-bottom: 18px !important;
}
