.product-details .accordion {
    border: none;
}

.product-details .accordion-container::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: 1px;
    background-color: #212121;
}

