/*   zmiany związane z edycja 2025    */

.product-table {
    display: grid;
    gap: 1px;
    border: 1px solid #ccc;
    height: fit-content;
    width: fit-content;
    padding: 0;
    margin: 0 0 20px 0;
    grid-template-columns: max-content 1fr;
    border-top: none;
}

.product-table__head {
    grid-column: span 2;
    border-top: 1px solid #ccc;
    padding: 8px 12px;
    font-weight: 500;
}

.product-table__label,
.product-table__value {
    border-top: 1px solid #ccc;
    padding: 4px 12px;
    border-left: 1px solid #ccc;
}

.product-table__label {
    background-color: #f9f9f9;
    font-weight: 500;
    padding-right: 25px;
}

.product-table__value {
    background-color: #fff;
}

.product-table__label {
    border-left: none;
}

.product-table__value {
    border-right: none;
}

.product-table .join-above {
    border-top: none;
    padding-top: 0;
    font-weight: 400;
}

.product-table .join-below {
    padding-bottom: 0;
}

.product-description {
    padding: 0;
    margin: 0 0 20px 0;
}

.product-description__text {
    text-align: justify !important;
}

.card-header {
    background-color: #fff;
    border-bottom: none;
    display: flex;
    align-items: center;
    padding-left: 0;
}

.card-body {
    padding-right: 2.5rem
}

#produkty-accordion .card {
    border: none;
}

.opis-produktu-header {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000 !important;
}

#produkty-accordion .opis-produktu-header {
    width: 100%;
    display: flex;
    align-items: center;
}

#produkty-accordion .opis-produktu-header span {
    display: flex;
    flex-grow: 1;
    height: 1px;
    background-color: #ddd;
    margin-left: 20px;
    margin-right: 10px;
}


#produkty-accordion .opis-produktu-header.collapsed::after {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238c8c8c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: cover;
    transform: rotate(0deg);
    transition: transform .2s ease-in-out;
}

#produkty-accordion .opis-produktu-header:not(.collapsed)::after {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238c8c8c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: cover;
    transform: rotate(-180deg);
    transition: transform .2s ease-in-out;
}

.opis-produktu {
    padding-bottom: 30px;
}