.hotspot, .search {
    .product__icon {
        aspect-ratio: 33 / 50;
        --product-icon-max-height: 554px;
        --product-img-max-height: 554px;
        --product-icon-background: none;
        img {
            max-width:unset;
        }
    }
}

/* ====================================================
   Sekcja O NAS – zmodyfikowana
   ==================================================== */

/* Kontener główny */
#main_cms2 .iai-section-b518b711-327c-49dd-a6df-803f52333dbe-photo_and_text {
  display: flex;
  flex-wrap: wrap;       
  gap: 3rem;              /* większy odstęp między obrazem a tekstem */
  align-items: flex-start; /* tekst niżej względem obrazka */
  justify-content: space-between;
}

/* Blok obrazka */
#main_cms2 .iai-section-b518b711-327c-49dd-a6df-803f52333dbe-photo-half {
  flex: 1 1 35%;          /* zmniejszamy szerokość obrazka */
  min-width: 280px;       
}

/* Obrazek */
#main_cms2 .iai-section-b518b711-327c-49dd-a6df-803f52333dbe-photo-half img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* Blok tekstowy */
#main_cms2 .iai-section-b518b711-327c-49dd-a6df-803f52333dbe-text-half {
  flex: 1 1 55%;          /* węższy tekst niż obrazek */
  min-width: 280px;
  margin-top: 2rem;       /* przesunięcie tekstu w dół */
}

/* Nagłówek */
#main_cms2 .iai-section-b518b711-327c-49dd-a6df-803f52333dbe-text-half h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Paragrafy */
#main_cms2 .iai-section-b518b711-327c-49dd-a6df-803f52333dbe-text-half p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  max-width: 400px; /* węższy tekst */
}

/* Responsywność – mobile/tablet */
@media (max-width: 768px) {
  #main_cms2 .iai-section-b518b711-327c-49dd-a6df-803f52333dbe-photo_and_text {
    flex-direction: column; 
    gap: 1.5rem;
  }

  #main_cms2 .iai-section-b518b711-327c-49dd-a6df-803f52333dbe-photo-half,
  #main_cms2 .iai-section-b518b711-327c-49dd-a6df-803f52333dbe-text-half {
    flex: 1 1 100%;
    min-width: auto;
  }

  #main_cms2 .iai-section-b518b711-327c-49dd-a6df-803f52333dbe-photo-half {
    margin-bottom: 20px;
  }

  #main_cms2 .iai-section-b518b711-327c-49dd-a6df-803f52333dbe-text-half {
    margin-top: 0;
  }

  #main_cms2 .iai-section-b518b711-327c-49dd-a6df-803f52333dbe-text-half p {
    max-width: 100%;
  }
}

#contact_map {
display: none !important;
}
.contact_stocks {
display: none !important;
}
.order_contact {
display: none !important;
}