.card {
    border: 1px solid #eee;
    border-radius: 12px;
}

.app-page-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.app-shell-card {
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 24px;
    background: #fff;
}

.product-thumb {
    height: 220px;
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price-row {
    font-weight: 600;
    color: #ce2829;
}

.app-products-grid .card {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

#orders-list.app-shell-card:empty,
#cart-items.app-shell-card:empty {
    min-height: 160px;
}

.dz-bnr-inr-sm {
    min-height: 270px;
}

.cart-modern-section {
    background: #f7f7f8;
}

.cart-modern {
    margin: 0 auto;
    max-width: 1400px;
}

.cart-modern-title {
    color: #23252a;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 8px;
}

.cart-modern-title #cart-count {
    color: #4b2f78;
}

.cart-modern-title-accent {
    border-bottom: 5px solid #4b2f78;
    border-radius: 10px;
    margin-bottom: 36px;
    position: relative;
    width: 82px;
}

.cart-modern-title-accent::before {
    background: #f0b949;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: -16px;
    position: absolute;
    top: -3px;
    width: 10px;
}

.cart-modern-items {
    border-bottom: 1px solid #dbdbdf;
    margin-bottom: 34px;
}

.cart-modern-item {
    align-items: center;
    border-bottom: 1px solid #dbdbdf;
    display: flex;
    justify-content: space-between;
    padding: 0 0 22px;
}

.cart-modern-item-left {
    align-items: center;
    display: flex;
    gap: 24px;
}

.cart-modern-thumb {
    border-radius: 18px;
    height: 108px;
    object-fit: cover;
    width: 108px;
}

.cart-modern-item-title {
    color: #23252a;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px;
}

.cart-modern-item-config {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}

.cart-modern-qty {
    background: #ececee;
    border: 0;
    border-radius: 12px;
    color: #23252a;
    font-size: 22px;
    font-weight: 600;
    height: 56px;
    max-width: 92px;
    text-align: center;
}

.cart-modern-item-right {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cart-modern-remove {
    background: transparent;
    border: 0;
    color: #ef5a29;
    font-size: 30px;
    line-height: 1;
    padding: 0;
}

.cart-modern-line-price,
.cart-modern-bill-row strong {
    color: #4b2f78;
    font-size: 18px;
    font-weight: 700;
}

.cart-modern-bill-title {
    color: #23252a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 22px;
}

.cart-modern-bill-row {
    align-items: center;
    color: #666;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cart-modern-dashed-divider {
    border-top: 2px dashed #ceced2;
    margin: 18px 0;
}

.cart-modern-solid-divider {
    border-top: 3px solid #bdbdc2;
    margin: 18px 0;
}

.cart-modern-net-total span {
    color: #23252a;
    font-size: 36px;
    font-weight: 700;
}

.cart-modern-net-total strong {
    font-size: 34px;
}

.cart-modern-actions {
    display: flex;
    gap: 20px;
    margin-top: 28px;
}

.cart-modern-btn-primary {
    align-items: center;
    background: #4b2f78;
    border-radius: 14px;
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    gap: 12px;
    justify-content: center;
    min-height: 70px;
    min-width: 322px;
    padding: 12px 28px;
}

.cart-modern-btn-primary:hover {
    color: #fff;
}

.cart-modern-empty {
    background: #fff;
    border: 1px solid #ececef;
    border-radius: 16px;
    color: #666;
    font-size: 18px;
    margin-bottom: 24px;
    padding: 24px;
}

#checkout-preview.checkout-preview-empty {
    opacity: 0.8;
}

@media (max-width: 991px) {
    .cart-modern-title {
        font-size: 34px;
    }

    .cart-modern-item {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .cart-modern-item-left {
        width: 100%;
    }

    .cart-modern-item-right {
        align-items: flex-start;
        width: 100%;
    }

    .cart-modern-qty {
        font-size: 22px;
        height: 56px;
        max-width: 110px;
    }

    .cart-modern-item-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .cart-modern-line-price,
    .cart-modern-bill-row strong {
        font-size: 20px;
    }

    .cart-modern-bill-title {
        font-size: 30px;
    }

    .cart-modern-bill-row {
        font-size: 18px;
    }

    .cart-modern-net-total span {
        font-size: 28px;
    }

    .cart-modern-net-total strong {
        font-size: 28px;
    }

    .cart-modern-actions {
        flex-direction: column;
        gap: 14px;
    }

    .cart-modern-btn-primary {
        font-size: 15px;
        min-height: 58px;
        min-width: 100%;
        width: 100%;
    }
}
