/* === PODSTAWY OPISU === */
#description .product-description {
    font-family: 'Segoe UI', sans-serif;
    font-size: 1.05em;
    line-height: 1.6;
    color: #333;
    padding: 1em 0;
}

/* === TYTUŁ PRODUKTU === */
#description .product-description h2 {
    font-size: 1.3em;
    font-weight: 600;
    color: #000;
    margin: 0 0 0.5em;
}

/* === CIENKA LINIA SEPARATORA === */
#description .product-description .separator {
    border-bottom: 1px solid #ccc;
    margin: 1em 0;
}

/* === TEKST + ZDJĘCIE OBOK SIEBIE === */
#description .product-description .opis-zdjecie-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
    align-items: flex-start;
}
#description .product-description .opis-text {
    flex: 1 1 60%;
}
#description .product-description .opis-zdjecie {
    flex: 1 1 35%;
    text-align: center;
}
#description .product-description .opis-zdjecie img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* === NAGŁÓWKI SEKCJI === */
#description .product-description h3 {
    font-size: 1.15em;
    font-weight: 500;
    color: #000;
    margin: 1em 0 0.5em;
}

/* === DANE TECHNICZNE === */
#description .product-description .tech-block ul {
    list-style: disc inside;
    margin: 0 0 1.5em 1em;
    color: #333;
}
#description .product-description .tech-block li {
    margin-bottom: 0.5em;
}

/* === CIEKAWOSTKI / ZASTOSOWANIA === */
#description .product-description .tips-block {
    background: #fafafa;
    border-left: 3px solid #666;
    padding: 1em 1.2em;
    margin: 1.5em 0;
    border-radius: 4px;
}
#description .product-description .tips-block ul {
    list-style: disc inside;
    margin: 0;
    padding-left: 1em;
}
#description .product-description .tips-block li {
    margin-bottom: 0.5em;
}

/* === RESPONSYWNOŚĆ === */
@media (max-width: 768px) {
    #description .product-description .opis-zdjecie-wrap {
        flex-direction: column;
    }
}
.schemat img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0.5em auto;
}
.schemat figure {
  margin: 1em 0;
}
.schemat figcaption {
  font-size: 0.9em;
  color: #555;
  text-align: center;
  margin-top: 0.3em;
}
