@media all and (min-width: 1025px) {
    .cart-items-section ul.cart-items li {
        background: transparent;
        border-radius: 0;
        border-bottom: 1px solid rgb(0 0 0 / 10%);
        padding: 0 0 20px 0;
    }
}
