/*--Center align in product comparision--*/

.b-loaded {
    height: 100%;
}
/*--Center align in product comparision--*/




/*--New style v2 for products description START--*/

#section-description {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0 auto;
        max-width: 900px;
        font-size: 18px;
    }

#section-description .description-element-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

#section-description .description-element-flex:not(:last-child)::after {
        content: "";
        display: block;
        align-self: center;
        border: 0;
        height: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        width: 80%;
        margin: 20px 0;
        order: 99;
    }

#section-description .image-wrapper-item {
        width: 75%;
        padding: 15px;
    }

#section-description .content-title-item {
        width: 100%;
        padding: 15px;
        padding-bottom: 0px;
        text-align: left;
    }

#section-description .content-title-item h2 {
        font-size: 32px;
    }

#section-description .content-text-item {
        width: 100%;
        padding: 15px;
        padding-top: 0px;
        text-align: left;
    }

#section-description .content-text-item p {
        line-height: 1.6;
        text-align: left;
    }

#section-description .content-text-item ul {
        padding-left: 20px;
        text-align: left;
    }

#section-description .content-text-item li {
        line-height: 1.6;
    }



/*--New style v2 for products description END--*/

/*--New style for products description START--*/
.section-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    max-width: 900px;
    font-size: 18px;
}
.section-description h2 {
    font-size: 32px;
    margin-bottom: 15px;
    text-align: center;
}
.section-description p {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
}
.section-description ul {
    padding-left: 20px; 
    text-align: left;
}
.section-description li {
    font-size: 18px;
    line-height: 1.6;
}
.content-text {
    width: 100%;
    padding: 15px;
    text-align: left;
}
.image-wrapper {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
}
.image-wrapper img {
    max-width: 75%;
    height: auto;
}

hr.style-section {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 80%;
    margin: 20px 0;
}
/*--New style for products description END--*/

/*Product photos no longer attacks Labels like "NOWOŚC" in listings*/
#search.--normal .product .label_icons { bottom: -17px; }
#search.--normal .product__name { padding-top: 12px; }

/* Hide "W zestawie" from product card*/
#projector_bundle_product{display: none!important;}

/* Hide "Punkty lojalnosciowe" from user panel*/
#points_login{display: none!important;}

.product-card-image img {
    /* style for an image destined for product card */
    border-radius: 30px;
    max-height: 450px;
}

/* Hide "Chce wymienic towar" from footer*/
/*DO USUNIECIA PO ZAKTUALIZOWANIU SZABLONU*/
#order_exchange{display: none!important;}

.product-card-image img {
    /* style for an image destined for product card */
    border-radius: 30px;
    max-height: 450px;
}


.search_description.--skeleton {
    position: relative;
    max-height: fit-content;
    overflow-y: auto;
    border-radius: 8px;
   
}

/* Zaokraglenie rogów w obrazkach na liscie artykułów*/
.article__image_wrapper img {
    border-radius: 8px;
}

/* Zaokraglenie rogów w obrazku artykułu*/
.blog_image {
    border-radius: 8px;
    width: 80%;
}

/* === Testy dotyczące bloga === */

/* Główny kontener blogowego wpisu */
.blog-item_sub.cm {
  display: flex;
  flex-direction: column;
  align-items: center; /* wyśrodkowanie zawartości poziomo */
}

/* Nadpisanie zbyt wąskiego stylu z #blog-item */
#blog-item img.blog_image {
  max-width: 100%;
  width: 80%;
  height: auto;
  display: block;
}

/* Opis bloga – pod obrazkiem */
._ae_desc {
  order: 2;
  width: 100%;
  padding: 1rem 0; /* odstęp między obrazkiem a tekstem */
  text-align: left; /* możesz dać center jeśli wolisz */
  font-size: 1rem;
  line-height: 1.6;
}

/* === Testy dotyczące bloga koniec === */

.search_description__wrapper {
    padding: 20px;
}
.product-card-image {
   /*max-height: 450px; */
}

.allegro-old-desc-image img {
    max-width: 400px;
    max-height: 400px;
    border-radius: 10px;

}

/* Ukrycie sekcji "Taniej kupisz w zestawie" */
#projector_in_bundle {
  display: none;
  }

 /* Start of CSS for product description in product card */
 .long_description_template {
display: flex;
flex-direction: column;
gap: 4rem;
padding: 2.0rem 0;

}

 @media (min-width: 757px) {
.long_description_template {
padding: 5rem 0;
margin: 0rem 0 5rem;
}
}
 /* Oryginal CSS created by IdoSell
  .long_description_template .long_description_element {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 1rem;l
} */

 .long_description_template .long_description_element {
display: flex;
     justify-content: center; /* Wyśrodkowanie poziome */
     align-items: center; /* Wyśrodkowanie w pionie */
flex-direction: column;

gap: 1rem;
}
 @media (min-width: 757px) {
.long_description_template .long_description_element {
flex-direction: row;
gap: 3rem;
}
}
 .long_description_template .long_description_element .text-container {
flex-basis: 80%;

}
 @media (min-width: 1350px) {
.long_description_template .long_description_element .text-container {
flex-basis: 55%;
}
}
 .long_description_template .long_description_element .text-container > * {
font-size: 15px;
line-height: 1.45;
}
 .long_description_template .long_description_element .text-container .header-section {
display: flex;
align-items: center;
gap: 2rem;
}
 .long_description_template .long_description_element .text-container .header-section > .img-container {
flex-shrink: 0;
max-width: 65px;
}
 .long_description_template .long_description_element .text-container .header-section h2 {
font-size: 23px;
text-transform: uppercase;
font-weight: 800;
}
 @media (min-width: 757px) {
.long_description_template .long_description_element .text-container .header-section h2 {
font-size: 27px;
}
}
 .long_description_template .long_description_element > .img-container {
order: -1;
}
 @media (min-width: 757px) {
.long_description_template .long_description_element > .img-container {
order: 0;
}
}
 /* End of CSS for product description in product card */