/* ELLIE PRODUCT DESCRIPTION PUBLIC VISIBILITY FIX V18
   Autor: Modyfikator stworzony przez gumis
   Zakres: tylko publiczna zakładka OPIS produktu. */

body#product #tab-content > #description.ellie-description-v18-visible,
body#product .tabs-container #description.ellie-description-v18-visible {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 2 !important;
}

body#product #tab-content > #description.ellie-description-v18-visible .product-description,
body#product .tabs-container #description.ellie-description-v18-visible .product-description {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    color: #414141 !important;
}

body#product .tabs-container .nav-link[href="#description"].ellie-description-v18-active,
body#product .tabs-container a[aria-controls="description"].ellie-description-v18-active {
    color: #666 !important;
}