div.article__image_wrapper.--logo {
    display: none !important;
}
#dlaczego-my {
  text-align: center !important;
}
html.--freeShipping.--vat.--gross.no-touch.--tooltip-initiated body 
div#container.main_page.container.max-width-1200 
header.commercial_banner 
div#freeShipping.freeShipping {
    background-color: black !important;
    color: white !important;
}
/* FAQ - opony przemysłowe */
.faq {
  margin: 28px 0 10px;
}

.faq__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 14px;
  border-radius: 14px;
  background: rgba(0,0,0,0.03);
}

.faq__title {
  text-align: center;
  margin: 0 0 8px;
  letter-spacing: 0.2px;
}

.faq__lead {
  text-align: center;
  margin: 0 auto 16px;
  max-width: 820px;
  opacity: 0.9;
  line-height: 1.55;
}

.faq__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 8px;
}

.faq__item {
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.08);
  background: #fff;
  overflow: hidden;
}

.faq__q {
  cursor: pointer;
  list-style: none;
  padding: 14px 42px 14px 14px;
  font-weight: 700;
  position: relative;
  line-height: 1.35;
}

.faq__q::-webkit-details-marker {
  display: none;
}

.faq__q::after {
  content: "＋";
  position: absolute;
  right: 14px;
  top: 12px;
  font-size: 18px;
  opacity: 0.75;
  transition: transform .2s ease;
}

.faq__item[open] .faq__q::after {
  content: "－";
}

.faq__a {
  padding: 0 14px 14px;
  line-height: 1.6;
  opacity: 0.95;
}

.faq__a p {
  margin: 10px 0 0;
}

.faq__cta {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.08);
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.faq__ctaBox {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.faq__ctaBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 14px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.14);
  background: #111;
  color: #fff !important;
  white-space: nowrap;
}

.faq__ctaBtn:hover {
  filter: brightness(1.05);
}

@media (min-width: 860px) {
  .faq__grid {
    grid-template-columns: 1fr 1fr;
  }
}