a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #000000;
    text-decoration: none;
}
/* KRÓTKI OPIS – Twój motyw z klasą .ce-product-description-short */
.ce-product-description-short .section {
    margin-bottom: 32px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 16px;
    align-items: flex-start;
}

.ce-product-description-short .section:last-child {
    margin-bottom: 0 !important;
}

.ce-product-description-short .item {
    flex: 1;
    min-width: 260px;
    padding: 16px;
    background: #fdfdfd;
    border-radius: 10px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.07);
}

.ce-product-description-short .item-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.ce-product-description-short .item-6 {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
}

/* Mobile – wszystko pod sobą */
@media (max-width: 768px) {

    .ce-product-description-short .item-6,
    .ce-product-description-short .item-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* Zdjęcia w krótkim opisie */
.ce-product-description-short .image-item {
    text-align: center;
    padding: 10px !important;
    background: transparent !important;
    box-shadow: none !important;
}

.ce-product-description-short .image-item img {
    max-width: 100%;
    height: auto;
    max-height: 420px;
    border-radius: 10px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.11);
}

/* Tekst */
.ce-product-description-short .text-item h2 {
    font-size: 19px;
    margin: 0 0 12px 0;
    color: #222;
    font-weight: 600;
}

.ce-product-description-short .text-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #444;
}

/* Pełnoszerokościowe zdjęcia (item-12) – większe i ładniejsze */
.ce-product-description-short .item-12 .image-item img {
    width: 100%;
    object-fit: cover;
    max-height: 500px;
}
/* WYŚRODKOWANIE STRONY */
/* FINAL FIX – CENTER PRESTASHOP */

/* ABSOLUTNY FIX WYŚRODKOWANIA PRESTASHOP */

html, body {
  width: 100%;
  overflow-x: hidden;
}

#wrapper {
  max-width: 1700px !important;
  margin: 0 auto !important;
  float: none !important;
}

#header,
#main,
#footer {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
/* FIX SLIDERA */
.elementor-section-stretched {
  width: 100% !important;
  left: 0 !important;
  transform: none !important;
}

