.view_border {
    /* margin-top: -20px; */
    border-top: 2px solid #e3e9ef;
    margin-bottom: 20px;
}

.cart_information {
    background: white;
    border-radius: 9px;
    padding: 16px;
}

.cart_total {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 9px;
    padding: 16px;
}

.cart_title {
    font-weight: 400 !important;
    font-size: 16px;
}

.cart_value {
    font-weight: 600 !important;
    font-size: 16px;
}

.deal-title {
    font-weight: 400 !important;
    font-size: 13px !important;
}

.cart_information .cart_item {
    box-shadow: 0px 3px 6px #0000000d;
    border-radius: 3px;
}

.media {
}

.media-header {
    min-height: 115px;
    padding-right: 8px;
    padding-left: 8px;
}

.media-body {
    min-height: 115px;
}

.cart_product .product-title {
    font-weight: 400 !important;
    font-size: 16px !important;
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.4em; /* (Number of lines you want visible) * (line-height) */
    line-height: 1.2em;
}

.cart_product .text-muted {
    font-weight: 400 !important;
    font-size: 12px;
    color: #6a6a6a !important;
}

.cart_product .text-accent {
    font-weight: 400 !important;
    font-size: 16px;
}

@media (max-width: 768px) {
    .view_border {
        margin: 10px 0px;
        border-top: 2px solid #e2f0ff !important;
    }

    .cart_information {
        border: none;
        border-radius: 0;
        padding: 0;
    }
}

/* Mobile Reimagined Shell */
.cart-app-shell {
    position: relative;
    background: linear-gradient(180deg, #f7fafc 0%, #eef2ff 65%, #ffffff 100%);
    padding-bottom: 140px;
}

.cart-app-top-bar {
    background: #ffffff;
    margin: 0 16px 16px;
    padding: 12px 16px;
    border-radius: 18px;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.cart-app-back-btn {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: none;
    background: #eef2ff;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    cursor: pointer;
}

.cart-app-top-bar__title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
}

.cart-app-top-bar__subtitle {
    font-size: 12px;
    color: #475467;
    letter-spacing: 0.02em;
}

.cart-app-top-bar__badge {
    background: #16a34a;
    color: #fff;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.cart-app-mobile-masthead {
    margin: 0 16px 12px;
    background: #fff;
    padding: 12px 16px;
    border-radius: 16px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
    font-size: 13px;
    color: #475467;
    text-align: center;
}

.cart-app-fixed-actions {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 16px;
    background: #ffffff;
    box-shadow: 0 -12px 40px rgba(15, 23, 42, 0.15);
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    z-index: 1050;
}

.cart-app-fixed-label {
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.cart-app-fixed-total {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
}

.cart-app-fixed-btn {
    border-radius: 14px;
    padding: 10px 18px;
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 12px 28px rgba(22, 101, 52, 0.35);
}

@media (max-width: 991px) {
    .cart-app-shell {
        padding-bottom: 180px;
    }

    .container#cart-summary {
        padding-bottom: 0;
    }

    .cart_information {
        border-radius: 18px;
        padding: 16px;
        box-shadow: 0 28px 55px rgba(15, 23, 42, 0.08);
        margin-bottom: 16px;
    }

    .cart_information .cart_item {
        box-shadow: none;
        border-radius: 0;
    }

    .order-summery-aside {
        margin-top: 1rem;
    }

    .order-summery-aside .__cart-total {
        border-radius: 20px;
        border: none;
        padding: 20px;
        box-shadow: 0 24px 50px rgba(15, 23, 42, 0.16);
        background: #ffffff;
    }

    .order-summery-aside .cart_total > div {
        padding: 4px 0;
    }

    .cart-app-fixed-actions {
        display: flex;
    }

    .view_border {
        margin-top: 0;
    }

    .cart-mobile-item {
        padding: 10px 12px !important;
        gap: 12px !important;
    }

    .cart-mobile-item .__img-48 {
        width: 40px;
        height: 40px;
        object-fit: cover;
    }

    .cart-mobile-item .qty {
        gap: 4px;
    }

    .cart-mobile-shipping-select {
        width: 100%;
        max-width: 100%;
        min-height: 46px;
        padding: 10px 12px;
        font-size: 14px;
    }
}
