.products-category-content {
    margin-top: 33px;
}

.tax-manufacturer .products-category-content > .container {
    margin-bottom: 33px;
}

.product-cat-short-description {
    font-weight: bold;
}

.products-category-content .content-block-white {
    margin-top: 70px;
}

.pcc-row-column {
    width: 100%;
}

.pcc-buttons {
    margin: 35px 0;
}

.pcc-row-column .alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.pcc-row-column .alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

@media (max-width: 991px) {
    .products-category-content .content-block-white {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .products-category-content .article-content {
        font-size: 18px;
    }

    .products-category-content .article-content h2 {
        font-size: 32px;
    }

    .pcc-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 1199px) {
    .pcc-row-column:not(:nth-last-of-type(1)) {
        margin-bottom: 40px;
    }
}
@media (min-width: 992px) {
    .products-category-content {
/*        margin-top: 100px;*/
    }

    .tax-manufacturer .products-category-content > .container {
        margin-bottom: 100px;
    }

    .product-cat-short-description {
        font-size: 32px;
        max-width: 600px;
        line-height: 1.2;
        margin-top: 10px;
    }

    .nt-products-row {
        margin-bottom: 100px;
    }

    .pcc-buttons {
        margin: 80px 0 0;
    }
}

@media (min-width: 1200px) {
    .pcc-row-column {
        width: 50%;
    }
}

.accordion-custom-item {
    margin-bottom: 1rem;
}

.accordion {
    --bs-accordion-btn-bg: var(--bs-body-bg);
    --bs-accordion-active-bg: var(--bs-body-bg);
    --bs-accordion-active-color: var(--ltu-theme-black);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7499 4.5C12.1641 4.5 12.4999 4.83579 12.4999 5.25V11H18.25C18.6642 11 19 11.3358 19 11.75C19 12.1642 18.6642 12.5 18.25 12.5H12.4999V18.25C12.4999 18.6642 12.1641 19 11.7499 19C11.3357 19 10.9999 18.6642 10.9999 18.25V12.5H5.25C4.83579 12.5 4.5 12.1642 4.5 11.75C4.5 11.3358 4.83579 11 5.25 11H10.9999V5.25C10.9999 4.83579 11.3357 4.5 11.7499 4.5Z' fill='%2324292E'/%3E%3C/svg%3E");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 12.75C4.5 12.3358 4.83579 12 5.25 12H18.75C19.1642 12 19.5 12.3358 19.5 12.75C19.5 13.1642 19.1642 13.5 18.75 13.5H5.25C4.83579 13.5 4.5 13.1642 4.5 12.75Z' fill='%2324292E'/%3E%3C/svg%3E");
}

.accordion-button {
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    padding: 16px 24px;
}

.accordion-body p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}
