/* Ukrycie info o dostępności w sklepach stacjonarnych na karcie towaru */
.projector_stocks {
display: none !important;
}
#menu_navbar > ul > li:nth-child(2) > a{
    color: blue;
    font-weight: bold;
}

.seo-img-section {
    width: 100%;
    display: flex;
    gap: 20px;
    overflow-x: hidden;
}

.seo-img-section img {
    flex: 1;
    max-height: 400px;
    object-fit: contain;
    width: 100%;
}

.seo-cta-section {
    margin: 25px 0;
    display: flex;
    justify-content: center;
    align-content: center;
}

.seo-cta-section .seo-cta {
    background-color: #000;
    color: #fff;
    padding: 1.35rem 1.4rem;
    font-weight: 700;
    text-decoration: none;
    
}

.toc ol {
        list-style: inside auto;
}