.cda-product-details {
    width: 100%;
    border-top: 1px solid #e2e2e2;
    color: #161837;
    font-family: 'Montserrat', sans-serif;
}

.cda-product-details__item {
    margin: 0;
    border-bottom: 1px solid #e2e2e2;
}

.cda-product-details__summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 86px;
    padding: 24px 54px 24px 48px;
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    list-style: none;
    cursor: pointer;
}

.cda-product-details__summary::-webkit-details-marker {
    display: none;
}

.cda-product-details__summary::marker {
    content: '';
}

.cda-product-details__summary:focus-visible {
    outline: 2px solid #e7502a;
    outline-offset: -2px;
}

.cda-product-details__toggle {
    position: relative;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-left: 24px;
}

.cda-product-details__toggle::before,
.cda-product-details__toggle::after {
    position: absolute;
    top: 7px;
    left: 1px;
    width: 14px;
    height: 3px;
    border-radius: 2px;
    background: currentColor;
    content: '';
}

.cda-product-details__toggle::after {
    transform: rotate(90deg);
    transition: transform 0.18s ease;
}

.cda-product-details__item[open] .cda-product-details__toggle::after {
    transform: rotate(0);
}

.cda-product-details__content {
    padding: 0 48px 31px;
    color: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
}

.cda-product-details__content > :first-child,
.cda-product-details__content > :first-child > :first-child {
    margin-top: 0;
}

.cda-product-details__content > :last-child,
.cda-product-details__content > :last-child > :last-child {
    margin-bottom: 0;
}

.cda-product-details__nutrition {
    width: 100%;
    border: 0;
    border-collapse: separate;
    border-spacing: 0 8px;
    color: inherit;
    table-layout: fixed;
}

.cda-product-details__nutrition caption {
    padding: 0 5px 1px;
    color: inherit;
    font-weight: 700;
    text-align: left;
    caption-side: top;
}

.cda-product-details__nutrition th,
.cda-product-details__nutrition td {
    width: 50%;
    padding: 9px 11px;
    border: 0;
    background: #f4f4f4;
    color: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    vertical-align: middle;
}

.cda-product-details__nutrition th {
    border-right: 8px solid #fff;
}

.cda-product-details__temperature {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    color: inherit;
}

.cda-product-details__temperature svg {
    width: 15px;
    height: 25px;
    fill: currentColor;
}

.cda-product-details__temperature strong {
    margin-left: 2px;
    font-size: 23px;
    line-height: 1;
}

.cda-product-details__conservation-text {
    text-align: center;
}

.cda-product-details__item--ingredients .cda-product-details__content,
.cda-product-details__item--ingredients .cda-product-details__content *,
.cda-product-details__item--allergens .cda-product-details__content,
.cda-product-details__item--allergens .cda-product-details__content * {
    text-align: left !important;
}

@media (max-width: 767px) {
    .cda-product-details__summary {
        min-height: 68px;
        padding: 19px 16px;
        font-size: 14px;
    }

    .cda-product-details__content {
        padding: 0 16px 24px;
        font-size: 13px;
    }

    .cda-product-details__nutrition {
        border-spacing: 0 6px;
    }

    .cda-product-details__nutrition th,
    .cda-product-details__nutrition td {
        padding: 8px;
    }

    .cda-product-details__nutrition th {
        border-right-width: 6px;
    }
}
